
@media only screen and (max-width: 425px) {
  .top_big_menu li a{
    font-size: 10px !important;
  }

    .contactRight {
      width: 100% !important;
    }
    .contactLeft {
      width: 100% !important;
    }
    .header-small {
        height: 60px;
    }
    footer div.pad {
           margin-bottom: 30px;
       }
    footer #form_1 {
           margin-bottom: 30px;
       }
    footer article.col1 {
           margin-bottom: 30px;
           margin-left: 0px !important;
       }
    .inside .one {
           padding: 1% important;
       }
    
    div.inside .content-area {
           min-height: 0px !important;
           }
    .baf {
          margin-top: 99px;
         }
    #form_2 .right {
        margin-bottom: 0px !important;
       }
   .front .hero .stats li {
      padding: 3px 0px !important;
      font-size: 15px !important;
      }
   #myvdo {
      width: 100% !important;
    margin-bottom: 10px !important;
     }
   .footer-social-icons {
    margin-bottom: 20px !important;
    margin-left: -22px !important;
    }  

    h1.node-title {
      font-size: 22px !important;
    }

}


@media only screen and (min-width: 425px) {
.header-small .logo {
 /* display: none !important;*/
}
}


@media only screen and (min-width: 683px) {
  .header-small .logo.blue {
    display: none;
  }
}  

@media only screen and (max-width: 760px) {
#menu {
  display: none;
}
.header {
  display: none;
}

}



h1.node-title {
      font-size: 28px !important;
    }




.news_scroll-title {
    
    }



@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);


#myvdo {
  margin-bottom: 10px;
}


._12 {
    font-size: 1.2em;
}
._14 {
    font-size: 19px;
    margin-top: 16px;
}
ul {
    padding:0;
    list-style: none;
}
.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
.footer-social-icons i.fa {
    font-size: 20px;
}
.footer-social-icons h4 {
   margin-bottom: 0px;
   border-bottom: 0px;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 21px;
    border-radius: 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 17px;
    border-radius: 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-twitter:hover {
    background-color: #00aced;
}

.fa-youtube {
    padding:10px 17px;
    border-radius: 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:10px 17px;
    border-radius: 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}

.fa-globe {
    padding:10px 17px;
    border-radius: 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-globe:hover {
    background-color: #015fac;
}


#main-logo {
      width: 230px;
}

.menuHead {
  padding: 5px 10px;
  color:#088f82;
  background: rgba(255,255,255,0.7);
}

.overlay {
  background: rgba(0,0,0,0.2);
}

.cta__link {
  background: rgba();
}

.cta__link:hover {
  background: rgb(8,143,130,0.5);
}

#aboutM {
  width: 65.6% !important;
}

#aboutM ul {
  width: 49.5% !important;
}



#services ul {
  min-height: 250px !important;
}

#menu ul li div {
    background: #101010d4 !important;
}

#menu ul li div ul {
    box-shadow: 0 0 5px #048d80 !important;   
}


.top_big_menu li{
    display: inline-block;
    float: none;
    position: relative;
    bottom: -10px;
    /*float: left;*/
    margin-left:1px;
    padding: 5px;
}

.top_big_menu li a{
        background: #323642;
    color: #fff !important;
    border-radius: 5px !important;
    font-weight: normal !important;
    border-bottom: 5px solid #088f82;
    transition: .5s !important;
    text-decoration: none !important;
    font-size: 13px;
    padding: 6px 11px !important; 
}

.top_big_menu li a:hover{
    background: #323642;
    color: #fff;
    /*padding: 5px 10px;
    display: inline-block;*/
    border-radius: 5px;
    font-weight: normal !important;
    border-bottom: 5px solid #2c3284;
    transition: .5s;
}

.top_big_menu  .current-menu-item a, .top_big_menu .current_page_item a{
    background-color: #E31E24;
    color: #fff;
}

.top_big_menu li ul{
display: none;
position:absolute;
z-index:2;
padding-bottom:13px;
}

.top_big_menu li:hover ul{ display:inline;
    /*background: #323642;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
    font-weight: normal !important;
    border-bottom: 5px solid #70b4e2;
    transition: .5s;*/
  }


  .ulStyle {
      background: #383f8b2b;
    padding: 30px !important;
    border-radius: 12px;
    margin-bottom: 30px;
  }
.ulStyle li {
   padding: 5px !important;
  }

  .one {
    padding: 3% !important;
  }