ul.product_list .product-image-container .product_img_link {
	position:relative;
	z-index:0;
}
ul.product_list .product-image-container .product_img_link img {
	position:relative;
	z-index:1;
	max-width:148px; 
	max-height:148px;
}
ul.product_list .product-image-container .product_img_link img + img {
	position:absolute;
	left:0;
	top:0;
	padding:9px;
	z-index:0;
	opacity:0;
}
.product_img_link span{width:148px; height:148px;    display: inherit;}
#header-login {
  position: relative;
  float: right;
  margin-left: 5px; }
  #header-login .header_user_info a {
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #efefef;
    display: block;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    position: relative; }
  #header-login .header_user_info.current a:after {
    content: "\f007";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 17px;
    line-height: 40px;
    color: #333333;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #header-login .header_user_info.current a:before {
    background: #00796B;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    z-index: -1;
    top: -100%;
    left: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  #header-login .header_user_info.current:hover a, #header-login .header_user_info.current.active a {
    color: #fff; }
    #header-login .header_user_info.current:hover a:before, #header-login .header_user_info.current.active a:before {
      top: 0; }
    #header-login .header_user_info.current:hover a:after, #header-login .header_user_info.current.active a:after {
      color: #fff;
      -webkit-animation: moveFromTop .5s ease;
      -moz-animation: moveFromTop .5s ease;
      -ms-animation: moveFromTop .5s ease; }
  #header-login .logout {
    overflow: hidden;
    margin-bottom: 0; }

#header-login-content {
  display: none;
  width: 270px;
  padding: 15px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 64px;
  z-index: 13;
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #333; }
  @media (max-width: 479px) {
    #header-login-content {
      width: 215px;
      right: -15px; } }
  #header-login-content label {
    color: #333;
    font-weight: normal; }
  #header-login-content li {
    margin: 0;
    padding: 0; }
    #header-login-content li ul {
      margin: 0 0 10px 0; }
      #header-login-content li ul li {
        display: block;
        border-top: 1px solid #e2e2e2;
        line-height: 35px; }
        #header-login-content li ul li:first-child {
          border: none; }
        #header-login-content li ul li a {
          color: #333;
          padding: 0 10px 0 10px;
          display: block;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #header-login-content li ul li a:hover {
            background: #00796B;
            color: white; }
          #header-login-content li ul li a i {
            display: none; }

#create_header_account_error {
  padding: 8px; }
  
  .sociallogininfo .social-avatar {
  float: left;
  max-width: 150px;
  margin: 10px 15px 15px 0; }

.btn.btn-login-facebook, .btn.btn-login-google {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-right: 10px; }

.btn.btn-login-facebook:before, .btn.btn-login-google:before {
  font-family: 'FontAwesome';
  padding-right: 5px;
  font-size: 15px;
  vertical-align: middle; }

.btn.btn-login-facebook:before {
  content: '\f09a'; }

.btn.btn-login-facebook {
  background: #3b5998;
  border-color: #3b5998; }

.btn.btn-login-facebook:hover {
  background: #fff;
  color: #3b5998;
  border-color: #3b5998; }

.btn.btn-login-google:before {
  content: '\f1a0'; }

.btn.btn-login-google {
  background: #df4a32;
  border-color: #df4a32; }

.btn.btn-login-google:hover {
  background: #fff;
  color: #df4a32;
  border-color: #df4a32; }
  
  .newsletter-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden; }

.newsletter-overlay #newsletter_popup.newsletter-close {
  -webkit-animation: movetoBottom 500ms ease;
  -moz-animation: movetoBottom 500ms ease;
  -ms-animation: movetoBottom 500ms ease; }

.newsletter-box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden; }

#newsletter_popup {
  background: url(../img/img-bg-popup.jpg) no-repeat 2px bottom white;
  margin: 0 auto;
  max-width: 770px;
  min-width: 300px;
  width: 90%;
  position: relative;
  margin: 30px auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 16px solid #00796B;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease; }
  @media (max-width: 767px) {
    #newsletter_popup {
      background: #fff; } }

.newsletter-overlay div.checker span {
  border-color: #ccc; }

.newsletter-overlay .form-group {
  margin: 0 auto;
  border: none;
  position: relative;
  width: 331px;
  overflow: hidden;
  text-align: center;
  display: inline-block; }
  @media (max-width: 460px) {
    .newsletter-overlay .form-group {
      width: 100%; } }
  .newsletter-overlay .form-group .form-control {
    display: block;
    padding: 13px 12px 14px;
    height: 48px;
    line-height: 20px;
    width: 200px;
    border: 1px solid #e2e2e2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-bottom: 11px;
    float: left;
    color: #777;
    background: #fff; }
  .newsletter-overlay .form-group .btn.tmnewsletter-submit {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 0;
    float: left;
    width: 131px;
    font-weight: bold;
    text-transform: none; }

.tmnewsletter-header {
  padding: 0; }
  @media (max-width: 1199px) {
    .tmnewsletter-header {
      padding: 46px 0 0; } }

.tmnewsletter-header h4 {
  margin: 0 0 5px;
  font-size: 30px;
  line-height: 1em;
  color: #00796B;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif; }
  @media (max-width: 767px) {
    .tmnewsletter-header h4 {
      font-size: 28px; } }
  .tmnewsletter-header h4 i {
    font-size: 48px;
    line-height: 48px;
    display: block;
    margin-bottom: 2px; }

.tmnewsletter-content {
  padding: 11px 0; }

.tmnewsletter-inner {
  margin: 0 50px 0 30px;
  padding-top: 121px;
  width: 50%;
  float: left;
  clear: both;
  text-align: center;
  background: url(../img/logo-popup.png) no-repeat 50% 54px; }
  @media (max-width: 767px) {
    .tmnewsletter-inner {
      width: auto;
      margin: 0;
      padding: 0 20px;
      background: none; } }

.tmnewsletter-content .description {
  margin-bottom: 29px;
  font-size: 14px;
  line-height: 24px; }

.tmnewsletter-footer {
  color: #333;
  overflow: hidden;
  padding-bottom: 8px; }

.tmnewsletter-footer .btn {
  margin-left: 5px;
  margin-bottom: 10px; }

.tmnewsletter-submit {
  background: #000;
  border-color: #000;
  color: #fff; }

.tmnewsletter-footer .checkbox {
  display: inline-block;
  margin-top: 0; }

.tmnewsletter-submit:hover {
  background: #fff;
  color: #000; }

.icon.tmnewsletter-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  top: -40px;
  cursor: pointer;
  background: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #00796B;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 767px) {
    .icon.tmnewsletter-close {
      right: 0;
      top: 0; } }
  .icon.tmnewsletter-close:hover {
    background: #00796B;
    color: #fff; }

.icon.tmnewsletter-close:before {
  content: '\f00d';
  font-family: "FontAwesome"; }

/*======================moveFromTop====================*/
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%); }

  to {
    -webkit-transform: translateY(0%); } }
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%); }

  to {
    -moz-transform: translateY(0%); } }
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(100%); }

  to {
    -ms-transform: translateY(0%); } }
/*======================moveFromBottom====================*/
@-webkit-keyframes movetoBottom {
  from {
    transform: rotateX(0deg);
    opacity: 1; }

  to {
    transform: rotateX(-90deg);
    opacity: 0; } }
@-moz-keyframes movetoBottom {
  from {
    -moz-transform: rotateX(0deg);
    opacity: 1; }

  to {
    -moz-transform: rotateX(-90deg);
    opacity: 0; } }
@-ms-keyframes movetoBottom {
  from {
    -ms-transform: rotateX(0deg);
    opacity: 1; }

  to {
    -ms-transform: rotateX(-90deg);
    opacity: 0; } }
	
	.top_menu {
  padding: 7px 15px 0;
  float: left; }
  @media (max-width: 767px) {
    .top_menu {
      float: none;
      clear: both; } }

.stickUpTop {
  position: relative;
  width: 100%;
  left: 0;
  top: 0; }

.stickUpHolder {
  padding: 0;
  max-width: 100%; }

@media only screen and (max-width: 1199px) {
  .isStuck .container {
    padding-left: 15px;
    padding-right: 15px; } }
.top_menu > ul, .top_menu .stickUpHolder > ul {
  padding: 0; }
  .top_menu > ul > li, .top_menu .stickUpHolder > ul > li {
    float: left;position:relative;
    margin-right: 22px; }
    .top_menu > ul > li > a, .top_menu .stickUpHolder > ul > li > a {
      display: block;
      color: #fff;
      font: normal 14px/18px "Ubuntu", sans-serif;
      text-transform: uppercase;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .top_menu > ul > li > a, .top_menu .stickUpHolder > ul > li > a {
          font-size: 10px; } }
      .top_menu > ul > li > a.sf-with-ul:after, .top_menu .stickUpHolder > ul > li > a.sf-with-ul:after {
        content: "\f103";
        font-size: 14px;
        line-height: 18px;
        display: inline-block;
        font-family: "FontAwesome";
        margin-left: 6px; }
    .top_menu > ul > li:hover > a, .top_menu > ul > li.sfHover > a, .top_menu > ul > li.sfHoverForce > a, .top_menu > ul > li > a:hover, .top_menu .stickUpHolder > ul > li:hover > a, .top_menu .stickUpHolder > ul > li.sfHover > a, .top_menu .stickUpHolder > ul > li.sfHoverForce > a, .top_menu .stickUpHolder > ul > li > a:hover {
      color: #00796B; }
    .top_menu > ul > li:hover > span.menu-mobile-grover:before, .top_menu .stickUpHolder > ul > li:hover > span.menu-mobile-grover:before {
      color: #fff; }
    @media only screen and (min-width: 768px) {
      .top_menu > ul > li ul.is-simplemenu, .top_menu > ul > li ul.is-simplemenu ul, .top_menu .stickUpHolder > ul > li ul.is-simplemenu, .top_menu .stickUpHolder > ul > li ul.is-simplemenu ul {
        display: none;
        width: 200px;
        top: -1px;
        right: -200px;
        position: absolute;
        z-index: 99;
        border: 1px solid #ccc;
        background: #fff; } }
    @media only screen and (max-width: 767px) {
      .top_menu > ul > li ul.is-simplemenu, .top_menu > ul > li ul.is-simplemenu ul, .top_menu .stickUpHolder > ul > li ul.is-simplemenu, .top_menu .stickUpHolder > ul > li ul.is-simplemenu ul {
        background: #fff; } }
    .top_menu > ul > li > ul.is-simplemenu, .top_menu .stickUpHolder > ul > li > ul.is-simplemenu {
      right: auto;
      left: 0;
      top: 59px; }
    @media only screen and (max-width: 767px) {
      .top_menu > ul > li, .top_menu .stickUpHolder > ul > li {
        width: 100%;
        float: none;
        position: relative; }
        .top_menu > ul > li > a, .top_menu .stickUpHolder > ul > li > a {
          line-height: 24px; } }
.top_menu ul.menu, .top_menu .stickUpHolder ul.menu {
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .top_menu ul.menu, .top_menu .stickUpHolder ul.menu {
      /*display: none;*/
      margin-top: 15px; } }
.top_menu li a, .top_menu .stickUpHolder li a {
  position: relative; }
.top_menu li.simple, .top_menu li li, .top_menu .stickUpHolder li.simple, .top_menu .stickUpHolder li li {
  position: relative; }
.top_menu .menu_badge, .top_menu .stickUpHolder .menu_badge {
  position: absolute;
  top: -16px;
  right: -11px;
  z-index: 2;
  font-size: 10px;
  display: inline-block;
  background: #00796B;
  color: #fff;
  padding: 1px 5px 2px 5px;
  line-height: 12px;
  margin-left: 10px; }
  @media (max-width: 767px) {
    .top_menu .menu_badge, .top_menu .stickUpHolder .menu_badge {
      position: relative;
      top: -3px;
      right: 0; } }
.top_menu .is-megamenu, .top_menu .stickUpHolder .is-megamenu {
     min-width: 150px;
  padding: 0;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-top: none;
  display: none;
  top: 39px; }
  @media (max-width: 1199px) {
    .top_menu .is-megamenu, .top_menu .stickUpHolder .is-megamenu {
     /* width: 97%;*/ top:36px;} }
  @media (max-width: 991px) {
    .top_menu .is-megamenu, .top_menu .stickUpHolder .is-megamenu {
      /*width: 96%;*/
      top: 36px; } }
  @media only screen and (min-width: 768px) {
    .top_menu .is-megamenu, .top_menu .stickUpHolder .is-megamenu {
      position: absolute;
       } }
  @media (max-width: 767px) {
    .top_menu .is-megamenu, .top_menu .stickUpHolder .is-megamenu {
      width: 100%;
      margin: 10px  0 15px; } }
  .top_menu .is-megamenu .megamenu-row, .top_menu .stickUpHolder .is-megamenu .megamenu-row {
    padding: 25px 20px 15px;
    margin: 0 !important; }
    @media (max-width: 1199px) {
      .top_menu .is-megamenu .megamenu-row, .top_menu .stickUpHolder .is-megamenu .megamenu-row {
        padding: 30px 15px 15px; } }
    .top_menu .is-megamenu .megamenu-row h3,
    .top_menu .is-megamenu .megamenu-row .custom-link a, .top_menu .stickUpHolder .is-megamenu .megamenu-row h3,
    .top_menu .stickUpHolder .is-megamenu .megamenu-row .custom-link a {
      font-size: 14px;
      line-height: 18px;
      color: #00796B;
      font-weight: normal;
      font-family: "Ubuntu", sans-serif;
      text-transform: uppercase;
      margin: 0 0 16px; }
    .top_menu .is-megamenu .megamenu-row p, .top_menu .stickUpHolder .is-megamenu .megamenu-row p {
      color: #777;
      font-size: 12px;
      line-height: 17px;
      font-weight: 300;
      text-transform: none;
      margin-bottom: 13px; }
    .top_menu .is-megamenu .megamenu-row .custom-link a:hover, .top_menu .stickUpHolder .is-megamenu .megamenu-row .custom-link a:hover {
      color: #333333; }
    .top_menu .is-megamenu .megamenu-row .btn.btn-default, .top_menu .stickUpHolder .is-megamenu .megamenu-row .btn.btn-default {
      margin: 8px 0 0; }
    .top_menu .is-megamenu .megamenu-row .list_product_menu li.custom-link, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list_product_menu li.custom-link {
      margin-bottom: 16px; }
    .top_menu .is-megamenu .megamenu-row .list_product_menu li.product-info, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list_product_menu li.product-info {
      overflow: hidden;
      margin-bottom: 15px; }
      .top_menu .is-megamenu .megamenu-row .list_product_menu li.product-info .product-image, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list_product_menu li.product-info .product-image {
        float: left;
        margin: 0 21px 10px 0;
        border: 1px solid #e2e2e2;
        padding: 5px; }
      .top_menu .is-megamenu .megamenu-row .list_product_menu li.product-info .product-description, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list_product_menu li.product-info .product-description {
        margin-bottom: 11px; }
      .top_menu .is-megamenu .megamenu-row .list_product_menu li.product-info h5, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list_product_menu li.product-info h5 {
        margin: 0 0 5px;
        padding: 0; }
        .top_menu .is-megamenu .megamenu-row .list_product_menu li.product-info h5 .product-name, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list_product_menu li.product-info h5 .product-name {
          text-transform: none; }
    .top_menu .is-megamenu .megamenu-row .list-popular-services li, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-popular-services li {
      overflow: hidden;
      padding: 0 22px 10px 0; }
      @media (max-width: 1199px) {
        .top_menu .is-megamenu .megamenu-row .list-popular-services li, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-popular-services li {
          padding-right: 0; } }
    .top_menu .is-megamenu .megamenu-row .list-popular-services em, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-popular-services em {
      font-size: 0;
      line-height: 0;
      float: left;
      color: #00796B;
      width: 52px;
      display: block; }
      .top_menu .is-megamenu .megamenu-row .list-popular-services em:before, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-popular-services em:before {
        font-size: 36px;
        line-height: 36px;
        font-weight: normal; }
    .top_menu .is-megamenu .megamenu-row .list-popular-services p, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-popular-services p {
      overflow: hidden; }
      .top_menu .is-megamenu .megamenu-row .list-popular-services p a, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-popular-services p a {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .top_menu .is-megamenu .megamenu-row .list-popular-services p a:hover, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-popular-services p a:hover {
        color: #00796B; }
    .top_menu .is-megamenu .megamenu-row .list-catigory-menu li,
    .top_menu .is-megamenu .megamenu-row .list-brands-menu li, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-catigory-menu li,
    .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-brands-menu li {
      padding: 0 0 8px; }
      .top_menu .is-megamenu .megamenu-row .list-catigory-menu li a,
      .top_menu .is-megamenu .megamenu-row .list-brands-menu li a, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-catigory-menu li a,
      .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-brands-menu li a {
        font-size: 12px;
        line-height: 18px;
        color: #777;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-weight: normal;
        text-transform: none; }
        .top_menu .is-megamenu .megamenu-row .list-catigory-menu li a:hover,
        .top_menu .is-megamenu .megamenu-row .list-brands-menu li a:hover, .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-catigory-menu li a:hover,
        .top_menu .stickUpHolder .is-megamenu .megamenu-row .list-brands-menu li a:hover {
          color: #00796B; }
  .top_menu .is-megamenu .megamenu-row-2, .top_menu .stickUpHolder .is-megamenu .megamenu-row-2 {
    padding: 0 20px 30px; }
    @media (max-width: 767px) {
      .top_menu .is-megamenu .megamenu-row-2, .top_menu .stickUpHolder .is-megamenu .megamenu-row-2 {
        padding: 0 15px 15px; } }
    .top_menu .is-megamenu .megamenu-row-2 .content li a, .top_menu .stickUpHolder .is-megamenu .megamenu-row-2 .content li a {
      display: block;
      position: relative;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
      .top_menu .is-megamenu .megamenu-row-2 .content li a:hover, .top_menu .stickUpHolder .is-megamenu .megamenu-row-2 .content li a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
  .top_menu .is-megamenu ul.content > li > a, .top_menu .stickUpHolder .is-megamenu ul.content > li > a {
    font: normal 14px/18px "Ubuntu", sans-serif;
    color: #333333;
    text-transform: uppercase; }
  .top_menu .is-megamenu ul.content ul, .top_menu .stickUpHolder .is-megamenu ul.content ul {
    opacity: 1 !important;
    display: block !important; }
.top_menu .menu-title, .top_menu .stickUpHolder .menu-title {
  position: relative;
  background: #00796B;
  padding: 20px 20px;
  font: normal 14px/18px "Ubuntu", sans-serif;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer; }
  .top_menu .menu-title:hover, .top_menu .stickUpHolder .menu-title:hover {
    background: #fff;
    color: #333; }
  .top_menu .menu-title:after, .top_menu .stickUpHolder .menu-title:after {
    position: absolute;
    content: "\f067";
    font-family: 'FontAwesome';
    height: 30px;
    width: 30px;
    font-size: 26px;
    top: 20px;
    right: 6px;
    cursor: pointer;
    z-index: 1; }
  .top_menu .menu-title.active:after, .top_menu .stickUpHolder .menu-title.active:after {
    content: "\f068"; }
  @media only screen and (min-width: 768px) {
    .top_menu .menu-title, .top_menu .stickUpHolder .menu-title {
      display: none; } }
.top_menu .menu-mobile-grover, .top_menu .stickUpHolder .menu-mobile-grover {
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  height: 30px;
  width: 30px;
  color: #fff; }
  .top_menu .menu-mobile-grover:before, .top_menu .stickUpHolder .menu-mobile-grover:before {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 22px;
    cursor: pointer;
    z-index: 1; }
  @media only screen and (min-width: 768px) {
    .top_menu .menu-mobile-grover, .top_menu .stickUpHolder .menu-mobile-grover {
      display: none; } }
.top_menu .menu-mobile-grover.active:before, .top_menu .stickUpHolder .menu-mobile-grover.active:before {
  content: "\f068"; }
@media only screen and (max-width: 767px) {
  .top_menu .is-simplemenu li, .top_menu .stickUpHolder .is-simplemenu li {
    border-top: 1px solid #ccc; }
    .top_menu .is-simplemenu li .menu-mobile-grover:before, .top_menu .stickUpHolder .is-simplemenu li .menu-mobile-grover:before {
      top: 8px;
      right: 0;
      font-size: 18px; }
    .top_menu .is-simplemenu li a, .top_menu .stickUpHolder .is-simplemenu li a {
      display: block;
      font-size: 14px;
      padding: 8px 10px; }
    .top_menu .is-simplemenu li li a, .top_menu .stickUpHolder .is-simplemenu li li a {
      padding-left: 20px; }
    .top_menu .is-simplemenu li li li a, .top_menu .stickUpHolder .is-simplemenu li li li a {
      padding-left: 30px; }
    .top_menu .is-simplemenu li li li li a, .top_menu .stickUpHolder .is-simplemenu li li li li a {
      padding-left: 40px; }
  .top_menu li.simple ul, .top_menu .stickUpHolder li.simple ul {
    display: none; }
  .top_menu .megamenu-col.col-sm-3, .top_menu .stickUpHolder .megamenu-col.col-sm-3 {
    float: left;
    width: 50%; }
    .top_menu .megamenu-col.col-sm-3.first-in-line-sm, .top_menu .stickUpHolder .megamenu-col.col-sm-3.first-in-line-sm {
      clear: left; } }
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .top_menu .megamenu-col, .top_menu .stickUpHolder .megamenu-col {
    padding-bottom: 18px; } }
@media only screen and (max-width: 480px) {
  .top_menu .megamenu-col.col-sm-3, .top_menu .stickUpHolder .megamenu-col.col-sm-3 {
    width: 100%; } }

.red {
  background: #f00; }

/**** Left/Right column menu ****/
.left_column_menu .block_content li, .right_column_menu .block_content li {
  position: relative; }
.left_column_menu .block_content li.simple ul, .right_column_menu .block_content li.simple ul {
  display: none; }
  @media only screen and (min-width: 768px) {
    .left_column_menu .block_content li.simple ul, .right_column_menu .block_content li.simple ul {
      position: absolute;
      top: -1px;
      width: 200px;
      border: 1px solid #ccc;
      background: #fff;
      z-index: 999; } }
  @media only screen and (max-width: 767px) {
    .left_column_menu .block_content li.simple ul li, .right_column_menu .block_content li.simple ul li {
      border-top: 1px solid #ccc;
      position: relative; }
      .left_column_menu .block_content li.simple ul li a, .right_column_menu .block_content li.simple ul li a {
        display: block;
        padding: 10px 0 10px 15px;
        position: relative; }
      .left_column_menu .block_content li.simple ul li li a, .right_column_menu .block_content li.simple ul li li a {
        padding-left: 25px; } }
.left_column_menu .block_content > ul > li, .right_column_menu .block_content > ul > li {
  border-top: 1px solid #ccc;
  position: relative;
  padding: 10px 20px 15px; }
  .left_column_menu .block_content > ul > li > a, .right_column_menu .block_content > ul > li > a {
    display: inline-block;
    position: relative;
    font-size: 21px;
    line-height: 24px;
    color: #333;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .left_column_menu .block_content > ul > li > a:hover, .right_column_menu .block_content > ul > li > a:hover {
      color: #00796B; }
.left_column_menu .block_content span.menu_badge, .right_column_menu .block_content span.menu_badge {
  font-size: 10px;
  display: inline-block;
  background: #f00;
  color: #fff;
  padding: 1px 5px 2px 5px;
  line-height: 12px;
  margin-left: 10px; }
.left_column_menu .block_content li.simple li a, .right_column_menu .block_content li.simple li a {
  padding: 4px 5px;
  display: block; }
.left_column_menu .block_content div.is-megamenu, .right_column_menu .block_content div.is-megamenu {
  display: none; }
  .left_column_menu .block_content div.is-megamenu ul, .right_column_menu .block_content div.is-megamenu ul {
    display: block !important;
    opacity: 1 !important; }
    .left_column_menu .block_content div.is-megamenu ul.content > li > a, .right_column_menu .block_content div.is-megamenu ul.content > li > a {
      font-weight: bold;
      text-transform: uppercase; }
    .left_column_menu .block_content div.is-megamenu ul.content > li li, .right_column_menu .block_content div.is-megamenu ul.content > li li {
      padding-left: 5px; }
  @media only screen and (min-width: 768px) {
    .left_column_menu .block_content div.is-megamenu, .right_column_menu .block_content div.is-megamenu {
      position: absolute;
      top: 0;
      width: 600px;
      padding: 15px;
      background: #fff;
      border: 1px solid #ccc;
      z-index: 999; } }
  @media only screen and (min-width: 481px) and (max-width: 767px) {
    .left_column_menu .block_content div.is-megamenu .megamenu-col.col-sm-3, .right_column_menu .block_content div.is-megamenu .megamenu-col.col-sm-3 {
      width: 50%;
      float: left; }
      .left_column_menu .block_content div.is-megamenu .megamenu-col.col-sm-3.first-in-line-sm, .right_column_menu .block_content div.is-megamenu .megamenu-col.col-sm-3.first-in-line-sm {
        clear: left; } }
.left_column_menu .block_content .menu-mobile-grover:after, .right_column_menu .block_content .menu-mobile-grover:after {
  position: absolute;
  right: 0;
  top: 12px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 15px;
  content: "\f067";
  font-family: 'FontAwesome';
  z-index: 1;
  cursor: pointer; }
.left_column_menu .block_content .menu-mobile-grover.active:after, .right_column_menu .block_content .menu-mobile-grover.active:after {
  content: "\f068"; }

.left_column_menu li.simple ul {
  right: -200px; }

.right_column_menu li.simple ul {
  left: -200px; }

.left_column_menu div.is-megamenu {
  right: -600px; }

.right_column_menu div.is-megamenu {
  left: -600px; }
  
  #homepage-carousel {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media (min-width: 1200px) {
    #homepage-carousel {
      overflow: visible !important; } }

#homepage-carousel li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  clear: none !important;
  float: left; }

.tab-content > ul {
  display: none !important; }
.tab-content .bx-wrapper {
  position: relative;
  margin: 0 auto !important; }
.tab-content .bx-wrapper .bx-viewport {
  position: relative;
  overflow: visible !important; }
.tab-content .bx-wrapper .bx-viewport:before,
.tab-content .bx-wrapper .bx-viewport:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  width: 10000px;
  height: 100%;
  background: #fff;
  z-index: 2; }
.tab-content .bx-wrapper .bx-viewport:before {
  right: 102.5%; }
.tab-content .bx-wrapper .bx-viewport:after {
  left: 102.5%; }
.tab-content .bx-pager .bx-pager-item {
  float: left;
  text-align: center;
  margin-right: 3px; }
.tab-content .bx-pager .bx-pager-item a {
  display: block;
  width: 20px;
  height: 20px; }
.tab-content .bx-controls-auto .bx-controls-auto-item {
  float: left;
  margin-right: 3px;
  text-align: center;
  display: none; }
.tab-content .bx-controls-auto .bx-controls-auto-item a {
  display: block;
  width: 20px;
  height: 20px; }
.tab-content .bx-controls-auto .bx-controls-auto-item a.bx-start:before {
  content: '\f04b';
  font-family: "FontAwesome"; }
.tab-content .bx-controls-auto .bx-controls-auto-item a.bx-stop:before {
  content: '\f04c';
  font-family: "FontAwesome"; }
.tab-content .bx-controls-direction {
  float: left;
  overflow: hidden; }
.tab-content .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  z-index: 100;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin: 0;
  margin-top: -26px;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .tab-content .bx-controls-direction a:before {
    display: block;
    text-indent: 0;
    z-index: 1;
    font-size: 30px;
    line-height: 40px;
    font-family: "FontAwesome";
    color: #333333;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .tab-content .bx-controls-direction a:hover:before {
    color: #00796B; }
  .tab-content .bx-controls-direction a.disabled {
    color: #888;
    cursor: default;
    opacity: 0; }
.tab-content .bx-controls-direction a.bx-prev {
  right: auto;
  left: -50px; }
  .tab-content .bx-controls-direction a.bx-prev:before {
    content: "\f104"; }
  @media (max-width: 1286px) {
    .tab-content .bx-controls-direction a.bx-prev {
      left: -20px; } }
.tab-content .bx-controls-direction a.bx-next {
  right: -50px;
  left: auto; }
  .tab-content .bx-controls-direction a.bx-next:before {
    content: "\f105"; }
  @media (max-width: 1286px) {
    .tab-content .bx-controls-direction a.bx-next {
      right: -20px; } }
.tab-content .bx-wrapper .bx-pager {
  bottom: -36px;
  width: 100%;
  text-align: center;
  padding: 0;
  line-height: 0; }
  .tab-content .bx-wrapper .bx-pager .bx-pager-item {
    line-height: 0;
    float: none;
    display: inline-block;
    margin: 0; }
    .tab-content .bx-wrapper .bx-pager .bx-pager-item a {
      width: 11px;
      background: #c5c5c5;
      margin: 0 4px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      height: 11px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .tab-content .bx-wrapper .bx-pager .bx-pager-item a:hover {
        background: #333; }
      .tab-content .bx-wrapper .bx-pager .bx-pager-item a.active {
        background: #00796B; }