/**
 * 
 *
 * @TOP BAR
 */

.top-bg
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
}

.top-bbg {
  position: relative;
}
.top-bar {
  font-size: 15px;
  z-index: 1;
  position: relative;
}
.top-bar .top-address {
  float: left;
  padding: 10px 15px 12px 0;
  margin: 0px 0 0px 0;
  width: auto;
  line-height: 29px;
}
.top-bar .top-address:before {
  padding: 0px 14px 0px 0px;
  font-family: 'FontAwesome';
  content: "\f041";
  font-size: 19px;
  color: #003652;
}
.top-bar .top-phone {
  float: left;
  padding: 10px 15px 12px 0;
  margin: 0px 0 0px 0;
  width: auto;
  line-height: 29px;
}
.top-bar .top-phone:before {
  padding: 0px 14px 0px 0px;
  font-family: 'FontAwesome';
  content: "\f095";
  font-size: 19px;
  color: #003652;
}
.top-bar .top-email {
  float: left;
  padding: 10px 15px 12px 15px;
  width: auto;
  line-height: 29px;
}
.top-bar .top-email:before {
  padding: 0px 14px 0px 0px;
  font-family: 'FontAwesome';
  content: "\f0e0";
  font-size: 19px;
  color: #003652;
}
.top-bar .top-text {
  float: left;
  padding: 10px 20px 12px 16px;
  width: auto;
  line-height: 29px;
}
.top-bar .top-socials {
  float: right;
  padding: 10px 20px 12px 16px;
  margin: 0 0px 0 0;
  width: auto;
  text-align: center;
}
.top-bar .top-socials div {
  position: relative;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-bar .top-socials div a {
  display: block;
  font-size: 20px;
  line-height: 29px;
}
.top-bar #searchtop {
  position: relative;
  top: 18px;
  float: right;
  display: inline-block;
  *display: inline;
  margin: 0;
  zoom: 1;
  height: 29px;
  width: 29px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.top-bar #searchtop #searchtop_img {
  display: block;
  background-position: 0px 0px;
  background-size: 27px;
  min-height: 29px;
  min-width: 27px;
  cursor: pointer;
}
.top-bar #search-form {
  position: absolute;
  padding: 10px;
  right: 0;
  top: 0px;
  min-width: 250px;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  /* CSS3 */
  -moz-transform: scale(0.8);
  /* Firefox */
  -webkit-transform: scale(0.8);
  /* Webkit */
  -o-transform: scale(0.8);
  /* Opera */
  -ms-transform: scale(0.8);
  /* IE 9 */
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.top-bar #search-form #ssform {
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
}
.top-bar #search-form .pop_search_form {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1) !important;
  /* CSS3 */
  -moz-transform: scale(1) !important;
  /* Firefox */
  -webkit-transform: scale(1) !important;
  /* Webkit */
  -o-transform: scale(1) !important;
  /* Opera */
  -ms-transform: scale(1) !important;
  /* IE 9 */
}
.top-bar #search-form input[type=submit] {
  position: absolute;
  right: 10px;
  margin: 0px;
  height: 40px;
  min-height: 29px;
  min-width: 40px;
  z-index: 1000;
  background: none;
  background-position: 1px 1px;
  background-size: 27px;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.top-bar #search-form input[type=text] {
  border: 1px solid rgba(102, 102, 102, 0.1);
  float: left;
  margin: 0;
  width: 100%;
  padding: 9px 5px 9px 20px !important;
  border-radius: 5px;
}
.top-bar #search-form span.search_button_icon:after {
  font-family: 'FontAwesome';
  content: '\f002';
  font-size: 16px;
  color: #003652;
  position: absolute;
  right: 25px;
  top: 18px;
}
/**
 * 
 *
 * @HEADER
 */
header .opaque_header {
  opacity: 0.95;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  z-index: 555;
  background: #a3f3f2;
}
header .sticky_header {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
header .sticky_header .header-nav {
  padding: 5px 0;
}
header .header-nav {
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 60px 0 0;
  width: 100%;
}
header .logo {
  float: left;
  position: relative;
  margin: 0px 0 0 0px;
  padding: 0px;
  width: auto;
  z-index: 5000;
  text-align: center;
  line-height: 100px;
}
header .logo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 170px;
}
header nav {
  float: right;
  display: block;
  position: static;
  margin: 0px 0 0px 0;
  width: auto;
  height: auto;
  width: auto;
  z-index: 5000;
}
header nav ul .menu-item-has-children > a:before {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 14px;
  color: #003652;
  padding-right: 10px;
}
header nav ul li {
  float: left;
  position: relative;
  /*padding: 0 15px 45px;*/
  padding: 0 15px 0px;
  list-style: none;
}
header nav ul li a {
  float: left;
  position: relative;
  display: block;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  text-align: center;
  z-index: 2000;
}
header nav ul li a:hover {
  color: #003652;
}
header nav ul li a:after {
  position: absolute;
  bottom: -9px;
  left: 0;
  margin: auto;
  width: 4px;
  height: 2px;
  opacity: 0;
  z-index: 9;
  content: "";
  line-height: 0;
  transition: width 0.5s ease 0s, height 0.5s ease 0s;
  -webkit-transition: width 0.5s ease 0s, height 0.5s ease 0s;
  -o-transition: width 0.5s ease 0s, height 0.5s ease 0s;
  background: #003652;
}
header nav ul li a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
header nav ul li .menu-item-has-children > a:before {
  float: right;
  padding-right: 14px;
  font-family: 'FontAwesome';
  content: '\f107';
  font-size: 14px;
  color: #003652;
  line-height: normal;
  font-weight: bold;
}
header nav ul li .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 5px;
  overflow: hidden;
  transition: all 150ms ease-in-out;
  width: 250px;
  height: 0;
  text-align: left;
  z-index: 10;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.1);
  background: #003652;
}
header nav ul li .sub-menu li {
  padding: 5px;
  display: block;
  clear: both;
  width: 250px;
}
header nav ul li .sub-menu li a {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 11px;
  text-align: left;
  line-height: 1.5;
  color: #fff;
}
header nav ul li:hover .sub-menu {
  display: block;
  overflow: visible;
  visibility: visible;
  padding: 0;
  height: auto;
}
/**
 * 
 *
 * @NAV MOBILE
 */
.mt_menu {
  display: none;
}
.mt_menu .logo img {
  max-height: 50px;
}
.menu_slide.mt_menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background-color: #a3f3f2;
}
.menu_slide {
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.menu_slide #nav_button_alt {
  float: left;
  display: block;
  float: right;
  margin: 0px 0px 0px 10px;
  width: auto;
  height: 50px;
  line-height: 50px;
}
.menu_slide #nav_button_alt:before {
  display: block;
  padding: 0px 0 0 0px;
  margin-left: -1px;
  font-family: 'FontAwesome';
  content: '\f0c9';
  font-size: 18px;
  color: #003652;
  text-align: center;
  font-size: 18px;
}
.slided_body {
  transform: translateX(-269px);
  -webkit-transform: translateX(-269px);
  -moz-transform: translateX(-269px);
  -ms-transform: translateX(-269px);
  -o-transform: translateX(-269px);
}
.mm_open {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
}
#mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  z-index: 60000;
  overflow-y: auto;
  overflow-x: hidden;
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  background: #003652;
  border-left: 4px solid rgba(255, 255, 255, 0.5);
}
#mobile-menu ul li {
  position: relative;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
#mobile-menu ul li a {
  position: relative;
  display: inline-block;
  padding: 10px 20px 13px 20px;
  width: calc(100% - 40px);
  border-bottom: none !important;
  text-transform: uppercase;
  color: #fff;
}
#mobile-menu ul .menu-item-has-children:after {
  font-family: 'FontAwesome';
  content: '\f107';
  font-size: 14px;
  color: #003652;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  text-align: center;
  width: 47px;
  height: 39px;
  line-height: 40px;
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  -ms-transition: -ms-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
  background: #003652;
}
#mobile-menu ul ul {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  display: none;
  background: #505050;
}
#mobile-menu ul ul li {
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}
#mobile-menu ul ul li a {
  padding: 10px 20px 13px 20px;
}
#mobile-menu ul ul ul {
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  display: none;
}
