@media only screen and (min-width: 1200px) {
.soclabs_menu_3d_div {
  height: 400px;
  width: 1200px;
  margin-bottom: 50px;
}

.navbar {
  width: 1200px !important;
  max-width: 1200px !important;
  background-image: url("render.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.opaque_navbar {
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url("render.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.soclabs_menu_3d_item {
  font-size: 20px;
  max-width: 100px;
  position: absolute;
  text-transform: lowercase;
  color: white;
  text-align: center;
}

.soclabs_menu_3d_item_sub {
  font-size: 10px;
  max-width: 100px;
  position: absolute;
  text-transform: lowercase;
  color: white;
  transform: unset;
}

ul.sf-menu a, ul.sf-menu span.nolink {
  background-color: white;
}

.navbar-default .navbar-brand {
  font-family: 'Poppins Bold', sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  font-size: 4.4rem;
  color: white !important;
  text-transform: lowercase;
  margin-bottom: 1rem;
}

.navbar-default .navbar-text {
  font-family: 'Poppins Bold', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  font-size: 1.5rem;
  color: white !important;
  text-transform: lowercase;
}

.region-navigation {
  display: grid;
  max-width: 2-0px;
}

.soclabs_menu_icon_home {
  transform: rotateY(7deg) rotateX(59deg) rotateZ(-6deg);
}

.soclabs_menu_icon_animate {
   -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% { -webkit-transform: scale(1) rotateY(7deg) rotateX(59deg) rotateZ(-6deg); }
  50% { -webkit-transform: scale(1.4) rotateY(7deg) rotateX(59deg) rotateZ(-6deg); }
  100% { -webkit-transform: scale(1) rotateY(7deg) rotateX(59deg) rotateZ(-6deg); }
}

@keyframes pulse {
  0% { transform: scale(1) rotateY(7deg) rotateX(59deg) rotateZ(-6deg); }
  50% { transform: scale(1.2) rotateY(7deg) rotateX(59deg) rotateZ(-6deg); }
  100% { transform: scale(1) rotateY(7deg) rotateX(59deg) rotateZ(-6deg); }
}

.block-superfishmain {
  display:none;
}
}

@media only screen and (max-width: 1199px) {
.soclabs_menu_3d_div {
  display:none;
}
.navbar-default .navbar-nav>li>a {
  color: #337ab7 !important;
}
.mobile-menu-select {
  width:100%;
  margin-bottom: 10px;
}
.block-superfishmain {
  float:left;
}
ul.sf-menu.menu li {
    background-color: #f8f8f8;
}
}

@media only screen and (max-width: 768px) {
.block-superfishmain {
  float:none;
}
}
@media only screen and (max-width:768px){

.navbar-text{
padding-top: 14px;
margin-bottom:-28px!important;
}
}

@media only screen and (max-width:768px){
a.sf-depth-1.menuparent{
font-weight:bold!important;
}
a.sf-depth-2.menuparent{
font-weight:500!important;
font-style:italic;
}
a.sf-depth-3.menuparent{
font-weight:400!important;
font-style:oblique;
}
a.sf-depth-3{
font-size: 90%;
}
}

@media only screen and (min-width: 769px){
	.navbar.navbar-deafult{
	width:68%!important;
}
}
