* {
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  height:100%;
}
body {
  position:relative;
}
.header {
  border-bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
} 
.bg_menu{
}  
.bg_menu_in{
  border-top:1px solid #e4e4e4; 
  background: rgba(0,0,0, 0.6);
}  
#logo{
  margin-top: 25px;
}
#logo a img {
  border: none;
  position: relative;
  z-index: 1;
}
#wrapper {
  min-height: 0px;
}
#wrapper_in {
  min-height: 610px;
  padding: 30px 0;
}
#footer {
  background: #333;
  border-top:1px solid #E4E4E4;
  padding: 10px 0 10px;
  margin: 0;
  width: 100%;
}
.bg_trio_block{
  background: #e9e9e9;
  border-top:1px solid #E4E4E4;
  padding: 35px 0 15px;
  margin: 0;
  width: 100%;
}
.brand {
  color:#fff !important; 
  font-family:'Lato'; 
}
.brand:hover {
  color:#08C !important;
} 
.mp{
  margin-left: 0;
  margin-right: 0;
}
.pm{
  padding-left: 0;
  padding-right: 0;
}
.bg_color_slr{
  background: rgba(0,0,0,0);
  width: 100%;
  min-height: 480px;
  background-size: cover;
  
}
.hideme{
 opacity:0;
}
.visible{
  opacity:1;
}
/*_______ TOP MENU ______________________________________*/
.top_menu .navbar{
  min-height: 0;
}
.top_menu .navbar-collapse{
  padding-left: 0;
} 
.top_menu ul.menu {
  float: left;
  margin: 10px 0;
}
.top_menu ul.menu li {
  float: left;
  list-style: none outside none;
  position: relative;
}
.top_menu ul.menu li:last-child {
  border-right: none;
}
.top_menu ul.menu li a {
  font-size: 14px;
  margin: 0 10px;
  padding: 0;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.4);
  font-weight: bold;
}
.top_menu ul.menu li:first-child a{
  margin-left: 0;
}
/*_______ DROPDOWN MEIN MENU ______________________________________*/
.top_fixed_menu{
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 100;
  position: fixed;
  background: rgba(0,0,0, 0.3);
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
  box-shadow: rgba(0,0,0,.2)0 0 3px;
  -moz-box-shadow: rgba(0,0,0,.2)0 0 3px;
  -webkit-box-shadow: rgba(0,0,0,.2)0 0 3px;
}
.top_fixed_menu .fixed_menu_f {
  margin: 0 auto;
  width: 1170px;
}
.top_fixed_menu .main_menu ul.menu {
  margin: 0px 0 0;
}
.top_fixed_menu .fixed_menu_f .main_menu ul.menu li.parent ul, 
.top_fixed_menu .fixed_menu_f .main_menu ul.menu li ul li.parent ul,
.bg_slr_in .main_menu ul.menu li.parent ul, .bg_slr_in .main_menu ul.menu li ul li.parent ul{
  background: rgba(0,0,0, 0.8);
}
.main_menu .navbar{
  border: 0;
}
.main_menu ul.menu > li ul {
  display: none;
}
.main_menu ul.menu li.parent:hover > ul {
  display: block;
}
.main_menu ul.menu {
   float: left;
    margin: 0px 0 0;
}
.main_menu ul.menu li {
    float: left;
    position: relative;
    list-style: none;
    z-index: 200;
}
.main_menu ul.menu > li > a {
    font-size: 18px;
    font-weight: 300;
    margin: 0 10px;
    padding: 0 15px 30px;
    padding: 30px 15px;
    position: relative;
    z-index: 210;
    font-weight: bold;
    text-shadow:1px 1px 1px rgba(0,0,0, 0.6);
}
.main_menu ul.menu li a {
  white-space: nowrap;
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}
.main_menu ul.menu > li > a {}
.main_menu ul.menu > li > a:hover {}
.main_menu ul.menu > li.active > a {
    background-color: transparent;
    border-bottom: 2px solid #82ccb9;
    box-shadow: none;
    color: #82ccb9;

}
.main_menu ul.menu > li.active > a:hover {
    box-shadow: 0 0 0 transparent;
    background-color: transparent;
    border-bottom: 2px solid transparent;
}
.main_menu ul.menu > li a {
   display: block;
}
.main_menu ul.menu > li.parent span.arrow {
  right: 0px;
  position: absolute;
  top: 40px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #82ccb9 transparent transparent transparent;
  line-height: 0px;
  _border-color: #82ccb9 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.main_menu ul.menu li ul li.parent span.arrow{
  right: 10px;
  position: absolute;
  top: 15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #82ccb9;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #82ccb9;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.main_menu ul.menu li.parent ul li.active span.arrow,
.main_menu ul.menu li.parent ul li:hover span.arrow{
    border-color: transparent transparent transparent #82ccb9;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #82ccb9;
}
.main_menu ul.menu li.parent ul,
.main_menu ul.menu li ul li.parent ul {
     background: rgba(0,0,0, 0.7);
     border-left: 0px solid #d5d5d5;
     list-style: none;
     position: absolute; 
     float: left;
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
     min-width: 210px;
     z-index: 9999;
}
.main_menu ul.menu li.parent ul {
    left: 9px; 
    top:100%;
    border-top: 2px solid #82ccb9;
}
.main_menu ul.menu li ul li.parent ul {
    left: -100%; 
    top: -2px;
}
.main_menu ul.menu li.parent ul li {
  margin: 0; 
  padding: 0;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
  border-bottom: 1px solid rgba(92, 185, 165, 0.4);
  clear: both;
  width: 100%;
}
.main_menu ul.menu li.parent ul li.lastChild {
  border-bottom: none; 
}
.main_menu ul.menu li.parent ul li a {
  font-size: 14px;
  float: left;
  padding: 7px 0px 7px 0;
  margin: 0;
  text-indent: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  font-weight: bold;
  color: #EBF5FF;
}
.main_menu ul.menu li.parent ul li.active a,
.main_menu ul.menu li.parent ul li.active ul li.active a,
.main_menu ul.menu li.parent ul li.active ul li a:hover, 
.main_menu ul.menu li.parent ul li a:hover{
  color: #82ccb9;
}
.main_menu ul.menu li.parent ul li.active ul li a{
  color: #EBF5FF;
}
/*_______ FOOTER MENU ______________________________________*/
.footer_menu ul.menu {
    float: left;
    margin: 0 0 15px 0;
}
.footer_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}
.footer_menu ul.menu li:last-child {
    border-right: none;
}
.footer_menu ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}
/*_______ TOP MENU ______________________________________*/
@media (max-width: 767px) {
  .main_menu ul.menu > li ul {
    display: block;
  }
  .top_menu .navbar-toggle i{
    color: #fff;
    font-size: 32px;
  }
  .top_menu ul.menu {
    margin: 10px 0;
    float: none;
  }
  .top_menu ul.menu li {
      list-style: none outside none;
      position: relative;
      border-right: medium none;
      float: none;
  }
  .top_menu ul.menu li a {
      background-color: transparent;
      border-bottom: 1px solid rgba(255,255,255, 0.2);
      border-radius: 0 0 0 0;
      display: block;
      font-size: 20px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
  }
  .top_menu ul.menu li:first-child a {
      border-top: 1px solid rgba(255,255,255, 0.2);
  }
  .top_menu ul.menu li a:hover {
    padding-left: 15px;
      background-color: transparent;
      text-shadow: 0 1px 0 transparent;
        -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  }
  /*_______ DROPDOWN ACCORDION MENU ________________________________*/

  .top_fixed_menu{
    position: static;
  }
  .main_menu .navbar-toggle i{
    color: #fff;
    font-size: 32px;
  }
  .main_menu ul.menu > li ul {
    display: block;
  }
  .main_menu ul.menu {
      float: none;
      margin: 10px 0 0;
  }
  .main_menu ul.menu li {
      float: none;
      position: relative;
      list-style: none;
  }
  .main_menu ul.menu > li > a {
      font-size: 20px;
      margin: 0;
      padding: 7px 10px;
      position: relative;
  }
  .main_menu ul.menu li a {
    white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          display: block;
          width: 100%;
  }
  .main_menu ul.menu li.parent ul li a {
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.6);
  }
  .main_menu ul.menu > li > a {
      border-bottom: 2px solid transparent;
  }
  .main_menu ul.menu > li > a:hover {
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 7px 17px;
  }
  .main_menu ul.menu li {
    border-top: 1px solid #E6E6E6;
  }
  .main_menu ul.menu > li.active > a {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: none;
    color: #82ccb9;
  }
  .main_menu ul.menu > li.active > a:hover {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
  }
  .main_menu ul.menu > li a {
     display: block;
  }
  .main_menu ul.menu > li.parent span.arrow,  .main_menu ul.menu li ul li.parent span.arrow {
    display: none;
  }
  .main_menu ul.menu li.parent ul,
  .main_menu ul.menu li ul li.parent ul {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-top: medium none;
    box-shadow: 0 0 0 transparent;
    float: none;
    position: relative;
    width: 100%;
  }
  .main_menu ul.menu li.parent ul {
      left: 0; 
      top: 0;
  }
  .main_menu ul.menu li ul li.parent ul {
      left: 0 !important;
      top: 0 !important;
  }
  .main_menu ul.menu li.parent ul li {
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main_menu ul.menu li.parent ul li.lastChild {
      border-bottom: none; 
  }
  .main_menu ul.menu li ul li.parent ul > li > a {
    padding: 7px 10px 7px 30px;
  }
  .main_menu ul.menu li ul li.parent ul > li > a:hover {
    padding: 7px 10px 7px 35px;
  }
  .main_menu ul.menu li.parent ul li a:hover {
    padding: 7px 10px 7px 20px;
  }
  .main_menu ul.menu li.parent ul li a {
      float: none;
      margin: 0 15px 0 0;
      padding: 7px 10px 7px 15px;
      text-indent: 10px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
      width: 100%;
  }
/*_______ FOOTER MENU ______________________________________*/

  .footer_menu ul.menu {
    margin: 10px 0;
    float: none;
  }
  .footer_menu ul.menu li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
  .footer_menu ul.menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }
  .footer_menu ul.menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .footer_menu ul.menu li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }
}
table.category tr th,
table.category tr td {
    border: 1px solid #E6E6E6;
    padding: 4px 16px;
}
form#adminForm ul.category li {
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    list-style: none outside none;
    margin: 4px 0;
    padding: 5px 10px;
}
/*_______ END MENU ______________________________________*/
.modal-dialog {
  width: 600px;
  margin: auto;
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
}
img{
  max-width: 100%;
}
a{
  font-weight: 600;
}
p{
  color: #636363;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
}
.btn-success, .btn_tur {
  color: #fff;
  background-color: #187cbd;
  border-color: #79BEAC;
}
.btn-success:hover,.btn_tur:hover {
  color: #fff;
  background-color: #79BEAC;
  border-color: #79BEAC;
}
.alert-success, .panel-success > .panel-heading {
  color: #50746A;
  background-color: #82ccb9;
  border-color: #79BEAC;
}
.progress-bar-success, .label-success, .label-warning {
  background-color: #82ccb9;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.panel-success{
  border-color: #79BEAC;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
}
.copyrights {
  margin: 10px 0 0 0;
}
.copyrights a{
  text-align:center;
  margin: 0;
  line-height: 28px;
  color: #636363;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25
}

.filter-search select {
    float: left;
    margin: 0 5px;
    width: 200px;
}
.filter-search,
.filters .alert-info {
    background-color: transparent;
    border: medium none;
    height: auto;
}
body.error {
    background:#f2f2f2;
}
.errorbox {
    margin: 15% 0 0;
    width: 50%;
}
.errorbox h1 {
    color: #333;
    font-size: 100px;
    line-height: 70px;
}
.errorbox h3 {
    color: #787878;
}
.errorbox a {
    cursor: pointer;
    color: #0088CC;
}
input.invalid {
    border-color: #FF0000 !important;
}
/*Top Contact---------------------------------------------------*/
.pos_0{
  overflow: hidden;
}
.bg_top{
  background:rgba(250,250,250, 0.5); 
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
  font-family: 'Lato';
}
.bg_top_in{
   background:rgba(0,0,0, 0.5);
}
.pcontacts {
  float: left;
  color: #d8effe;
  margin: 8px 0 0 10px;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.4);
  font-weight: bold;
  font-size: 14px;
}
.pcontacts i {
  margin: 0 5px 0 0;
}
/*End Top Contact-----------------------------------------------*/
/*__________________________social icons_________________________*/
.top_soc_icons .soc_icons_box {
    text-align:right;
}
.top_soc_icons .soc_icons_box ul {
    display:-moz-inline-stack;
    display:inline-block;
    margin: 6px 0 0;
}
.top_soc_icons .soc_icons li a {
  font-size: 16px;
  margin: 7px;
}
.soc_icons_box {
  text-align:right;
}
.soc_icons_box ul {
    display:-moz-inline-stack;
    display:inline-block;
    margin: 10px 0 0;
}
.soc_icons_box li {
    float:left;
    list-style:none;
    padding:0;
}
.soc_icons li a {
  font-size: 18px;
  margin: 7px;
}
.soc_icons a {
-webkit-transition: all 0.1s;
   -moz-transition: all 0.1s;
     -o-transition: all 0.1s;
        transition: all 0.1s;
}
.iconsrow .fa-hover {
    float: left;
    font-size: 14px;
    padding: 3px 0 3px 9px;
    width: 225px;
}
.iconsrow i {
    font-size: 16px;
    width: 25px;
}
.iconsrow .fa-hover:hover {
    background-color: #fff;
    padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover:hover i {
    color: #82ccb9;
    font-size: 18px;
}
.registration .controls{
  margin-top: 20px;
}
/*Search----------------------------------------------------------*/
#Search{
  text-align: right;
}
.search{
  padding: 0;
}
#mod-search-searchword{
  border: 1px solid rgba(255,255,255, 0.5);
  padding: 5px;
  width:100%;
}
.top_search form{
  padding: 0;
  margin: 4px 0 0 0;
}
.top_search form label{
  display: block;
  margin: 0;
}
.top_search form input{
  background:rgba(255,255,255, 0.5);
  color: rgba(255,255,255, 0.5);
  font-weight: bold;
  font-size: 14px;
  color: #636363;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
}
.top_search form input::-webkit-input-placeholder {color: #d8effe;font-weight: bold;text-shadow: 1px 1px 1px rgba(0,0,0, 0.4);}
.top_search form input::-moz-placeholder {color: #d8effe;font-weight: bold;text-shadow: 1px 1px 1px rgba(0,0,0, 0.4);}
.top_search form input:-moz-placeholder {color: #d8effe;font-weight: bold;text-shadow: 1px 1px 1px rgba(0,0,0, 0.4);}
.top_search form input:-ms-input-placeholder{color: #d8effe;font-weight: bold;text-shadow: 1px 1px 1px rgba(0,0,0, 0.4);}

/*End Search-------------------------------------------------------*/
/*Slider-----------------------------------------------------------*/
.bg_slr{
  background: url('../images/bg_slider.jpg') no-repeat top center;
  width: 100%;
  min-height: 480px;
  background-size: cover;
}
.bg_slr div.caption {
  top: 30%;
  color: #fff;
  width: 1170px;
  right: 0%;
  text-align: right;
}
.bg_slr div.caption h2{
  font-size:54px;
  line-height: 54px;
  font-weight: bold;
  color: #EBF5FF;
  text-shadow:1px 1px 1px rgba(0,0,0, 0.6);
}
.bg_slr div.caption p{
   color: #EBF5FF;
   font-size: 28px;
   line-height: 30px;
   margin: 0px 0 0;
   font-weight: bold;
   text-shadow:1px 1px 0.5px rgba(0,0,0, 0.6);
}
.bg_slr div.caption a{
  margin: 20px 0 0;
  display: inline-block;
  background: #82ccb9;
  color: #EBF5FF;
  padding: 10px 30px;
  border-radius: 3px;
  font-weight: bold;
  text-shadow:1px 1px 1px rgba(0,0,0, 0.6);
  transition:all 0.25s;
  -webkit-transition:all 0.25s;
  -moz-transition:all 0.25s;
  -o-transition:all 0.25s;
  -ms-transition:all 0.25s;
}
.bg_slr div.caption a:hover{
  background: #333;
  transition:all 0.25s;
  -webkit-transition:all 0.25s;
  -moz-transition:all 0.25s;
  -o-transition:all 0.25s;
  -ms-transition:all 0.25s;
}
.black_block, .bg_black, .bg_slr div.caption h2, .bg_slr div.caption p, .bg_slr div.caption a{
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/*End Slider-------------------------------------------------------*/
/*Our services-----------------------------------------------------*/
.pos_1{
  background: #f1f1f1;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  padding-bottom:40px;
}
.title_center, .text_center, .icon_center{
  text-align: center;
  margin: 0;
}
.title_center{
  font-weight: 400;
  padding: 50px 0 20px;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
}
.icon_center i{
  color: #363636;
  font-size: 26px;
}
.pos_1{
  text-align: center;
  overflow: hidden;
}
.block_icon_top{
  margin-bottom: 25px;
}
.block_icon{
  padding-top: 25px;
}
.title_icon{
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
}
.block_icon i{
  color: #363636;
  font-size: 22px;
  padding: 20px 0 10px;
}
.text_service{
  margin: 0;
  line-height: 28px;
  color: #636363;
  font-size: 15px;
  font-weight: 600;
  text-shadow:1px 1px 1px rgba(255,255,255, 0.7);
}
.pos_1 .block_icon div i.fa{
  transition:all 0.25s;
  -webkit-transition:all 0.25s;
  -moz-transition:all 0.25s;
  -o-transition:all 0.25s;
  -ms-transition:all 0.25s;
}
.pos_1 .block_icon div:hover i.fa{
  color: #82ccb9;
  transition:all 0.25s;
  -webkit-transition:all 0.25s;
  -moz-transition:all 0.25s;
  -o-transition:all 0.25s;
  -ms-transition:all 0.25s;
}
/*End Our services-----------------------------------------------------*/
/*Gallery--------------------------------------------------------------*/
.med_gallery .icon_center{
  padding-bottom: 35px;
}
.med_gallery div.imageGallery .rowImages{
  z-index: 1;
}
.med_gallery .imageGallery a.fancybox{
  width: 33% !important;
}
.med_gallery div.imageGallery .fancybox, .med_gallery div.imageGallery .fancybox:hover{
  margin: 0;
  box-shadow:none;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
}
.med_gallery div.rowImages{
  display: block;
}
.med_gallery div.rowImages .fancybox{
  display:block;
  float: left;
  box-shadow: none;
}
.med_gallery div.imageGallery .rowImages .fancybox .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  color: #fff;
  display: block;
}
.med_gallery div.imageGallery .rowImages .fancybox .overlay::after,
.med_gallery div.imageGallery .rowImages .fancybox .overlay::before{
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.med_gallery div.imageGallery .rowImages .fancybox .overlay:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
.med_gallery div.imageGallery .rowImages .fancybox .overlay:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.med_gallery div.imageGallery .rowImages .fancybox:hover .overlay:before, 
.med_gallery div.imageGallery .rowImages .fancybox:hover .overlay:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.med_gallery .imageGallery .rowImages .fancybox .overlay i.fa {
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 40%;
  margin: auto;
  font-size: 62px;
  line-height: 62px;
  color: #82ccb9;
}
.med_gallery .imageGallery .rowImages .fancybox span.overlay{
  background: rgba(0, 0, 0, 0.7);
}
div .imageGallery .fancybox, .med_gallery div .imageGallery .fancybox:hover{
  box-shadow: none;
}
.med_gallery div.rowImages:nth-child(1) a:first-child,
.med_gallery div.imageGallery .rowImages:nth-child(1) a:first-child span.overlay,
.med_gallery div.imageGallery .rowImages:nth-child(1) a:first-child .overlay:after,
.med_gallery div.imageGallery .rowImages:nth-child(1) a:first-child .overlay:before {
  border-top-left-radius: 5px;
}
.med_gallery .rowImages:nth-child(1) a:nth-child(3),
.med_gallery .imageGallery .rowImages:nth-child(1) a:nth-child(3) span.overlay,
.med_gallery div.imageGallery .rowImages:nth-child(1) a:nth-child(3) .overlay:after,
.med_gallery div.imageGallery .rowImages:nth-child(1) a:nth-child(3) .overlay:before {
  border-top-right-radius: 5px;
}
.med_gallery div.rowImages:nth-child(2) a:first-child,
.med_gallery div.imageGallery .rowImages:nth-child(2) a:first-child span.overlay,
.med_gallery div.imageGallery .rowImages:nth-child(2) a:first-child .overlay:after,
.med_gallery div.imageGallery .rowImages:nth-child(2) a:first-child .overlay:before{
  border-bottom-left-radius: 5px; 
}
.med_gallery div.rowImages:nth-child(2) a:nth-child(3),
.med_gallery div.imageGallery .rowImages:nth-child(2) a:nth-child(3) span.overlay,
.med_gallery div.imageGallery .rowImages:nth-child(2) a:nth-child(3) .overlay:after,
.med_gallery div.imageGallery .rowImages:nth-child(2) a:nth-child(3) .overlay:before{
  border-bottom-right-radius: 5px; 
}
/*End Gallery----------------------------------------------------------*/
/*Our Price------------------------------------------------------------*/
.pos_2 dl {
  margin: 35px 0 0 0;
  background: #f1f1f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #E4E4E4;
  padding: 20px 0;
  border-radius: 5px;
}
.pos_2 dd {
  margin: 0;
  padding: 8px 0;
  color: #636363;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
}
.pos_2 dt i{
  color: #82ccb9;
}
.pos_2 dt {
  font-size: 27px;
  line-height: 40px;
  text-align: center;
}
.pos_2 dd a {
  display: inline-block;
  background: #82ccb9;
  color: #EBF5FF;
  padding: 10px 30px;
  border-radius: 3px;
  font-weight: bold;
  margin: 20px 0 0;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.6);
  transition:all 0.25s;
  -webkit-transition:all 0.25s;
  -moz-transition:all 0.25s;
  -o-transition:all 0.25s;
  -ms-transition:all 0.25s;
}
.pos_2 dd a:hover{
  background: #333;
  transition:all 0.25s;
  -webkit-transition:all 0.25s;
  -moz-transition:all 0.25s;
  -o-transition:all 0.25s;
  -ms-transition:all 0.25s;
}
/*End Our Price--------------------------------------------------------*/
/*Our Team-------------------------------------------------------------*/
.block_team{
  overflow: hidden;
  text-align: center;
}
.pos_3 .icon_center{
  padding-bottom: 35px;
}
.block_team div{
  position: relative;
  min-height: 415px;
}
.block_team div h4.desc_team{
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #333;
  margin: 0;
  position: absolute;
  bottom: 6%;
  right: 0;
  left: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -ms-transition: all 0.45s;
}
.block_team div:hover h4.desc_team{
  color: #333;
  bottom: 60%;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -ms-transition: all 0.45s;
}
.block_team div .desc_team_t{
  margin: 10px 0 0;
  line-height: 26px;
  color: #333;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-shadow:none;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -ms-transition: all 0.45s;
}
.block_team div:hover .desc_team_t{
  bottom: 55%;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  text-shadow:none;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
.block_team div img{
   border-radius: 5px; 
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
.block_team div:hover img{
  border-radius: 0px; 
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
/*End Our Team----------------------------------------------------------*/
/*Why Choose Us---------------------------------------------------------*/
.bg_trio{
  margin: 50px 0 0px;
  background: #f1f1f1;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
}
.pos_7{
  padding: 50px 0 40px;
}
.pos_7 h4{
  margin-bottom: 20px;
}
.pos_7 .panel{
  margin-bottom: 0px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  box-shadow: none;
}
.pos_7 .panel-title > a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.pos_7 .panel-title > a:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.panel-body {
  color: #636363;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
}
/*End Why Choose Us-----------------------------------------------------*/
/*Features of clinic----------------------------------------------------*/
.pos_8 {
  padding: 50px 0 40px;
}
.pos_8 h4 {
  margin-bottom: 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs > li > a, .nav-tabs > li > a:hover{
  border: 1px solid #E4E4E4;
  color: #636363;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  color: #82ccb9;
}
.nav-tabs{
  border-bottom: 1px solid #E4E4E4;
}
.pos_8 #myTab{
  margin-bottom: 15px;
}
/*End Features of clinic------------------------------------------------*/
/*Pay Attention---------------------------------------------------------*/
.pos_9 {
  padding: 50px 0 40px;
}
.pos_9 h4 {
  margin:0 0 20px 30px;
}
.pos_9  ul{
  list-style: none;
  margin-left: 50px;
}
.pos_9  ul li{
  list-style: square;
  color: #82ccb9;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
}
.pos_9  ul li span{
  color: #636363;
}
/*End Pay Attention-----------------------------------------------------*/
/*Reviews---------------------------------------------------------------*/
.pos_4 i.fa {
  color: #82ccb9;
}
.title_center_reviews{
  color: #82ccb9;
}
.bg_reviews_color{
  background: rgba(0,0,0, 0.7);
  width: 100%;
}
.bg_reviews_img{
  background:url('../images/bg_reviews.jpg') no-repeat center;
  width: 100%; 
  min-height: 520px; 
}
.bg_reviews{
  background:url('../images/bg.png') repeat center;
  width: 100%; 
  min-height: 520px;  
  margin-top: 50px;
  padding-bottom: 20px;  
}
.pos_4 .touchSlider .caption img{
  border-radius: 50%;
  border: 1px solid rgba(0,0,0, 0.1);  
}
.pos_4 .touchSlider .caption {
  top: 25px;
  color: #82ccb9;
}
.pos_4 .touchSlider .caption h3{
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
  margin: 10px 0;
}
.pos_4 .touchSlider .caption p{
  width: 70%;
  margin: auto;
  line-height: 26px;
}
.pos_4 center{
  line-height: 0;
}
/*End Reviews-----------------------------------------------------------*/
/*Our Partners----------------------------------------------------------*/
.block_partners{
  margin-top: 25px;
  overflow: hidden;
}
/*End Our Partners------------------------------------------------------*/
/*Contact Form Home Page------------------------------------------------*/
.pos_6{
  overflow: hidden;
}
.pos_6 h3{
  color: #fff;
}
.pos_6 i.fa{
  color: #82ccb9;
}
.bg_contact_color{
  background: rgba(0,0,0, 0.81);
  width: 100%;
  min-height: 520px; 
}
.bg_contact_img{
  background:url('../images/bg_contact.jpg') no-repeat bottom;
  width: 100%; 
  min-height: 520px; 
  background-size: cover;
}
.bg_contact{}
.Six_Contact{
  margin-top: 50px;
}
.Six_Contact input{
  width: 100%;
  margin-bottom: 15px;
  background: rgba(255,255,255, 0.5);
  padding: 7px 5px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
}
.six_inp_out{
  text-align: center;
  margin-top: 10px;
}
input#sp_qc_submit{
  font-size: 15px;
  display: inline-block;
  background: #82ccb9;
  color: #EBF5FF;
  padding: 10px 30px;
  border-radius: 3px;
  font-weight: bold;
  margin: 20px 0 0;
  border-color:transparent;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.6);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
input#sp_qc_submit:hover, input#sp_qc_submit:active, input#sp_qc_submit:focus, input#sp_qc_submit:visited{
  background: #333;
  border:1px solid #82ccb9;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
#message{
  width: 100%;
  height: 150px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 0 5px;
  background: rgba(255,255,255, 0.5);
  text-align: left;
}
/*End Contact Form Home Page---------------------------------------------*/
/*Footer Comment---------------------------------------------------------*/
#footer h3{
  font-weight: 400;
  margin: 0;
  font-size: 30px;
  line-height: 30px;
}
#footer div.k2LatestCommentsBlock ul li span.lcComment,
div.k2LatestCommentsBlock ul li a{
  margin: 0;
  line-height: 20px;
  color: #636363;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
#footer div.k2LatestCommentsBlock ul li span.lcComment:hover,
div.k2LatestCommentsBlock ul li a:hover{
  color:#82ccb9;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
#footer div.k2LatestCommentsBlock {
  margin-bottom: 30px;
  margin-top: 10px;
}
#footer div.k2LatestCommentsBlock ul li{
  border-bottom:1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#footer div.k2LatestCommentsBlock ul li span.lcUsername {
  margin: 0;
  display: block;
}
/*End Footer Comment-----------------------------------------------------*/
/*Footer Post------------------------------------------------------------*/
.k2ItemsBlock ul li{
  background: transparent;
  list-style: none;
}
.bg_trio_block div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: none;
  margin:0;
  padding: 0;
  border: 0px solid #ddd;
}
.bg_trio_block div.k2ItemsBlock{
  margin-top: 0px;
}
.bg_trio_block div.k2ItemsBlock ul li a.moduleItemTitle{
  margin: 15px 0 7px 0;
  line-height: 20px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  display: block;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
.bg_trio_block div.k2ItemsBlock ul li a.moduleItemTitle:hover{
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s; 
}
.bg_trio_block div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 0;
  line-height: 20px;
  color: #636363;
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
}
/*End Footer Post---------------------------------------------------------*/
.bg_trio_block div.k2TagCloudBlock a{
  line-height: 20px;
  color: #636363;
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.3);
}
.bg_trio_block div.k2TagCloudBlock a:hover{
  line-height: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.7);
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, 
.col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, 
.col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, 
.col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, 
.col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, 
.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  min-height: 0
}
/*K2---------------------------------------------------------------------*/
/*Modul K2 Content Main Page---------------------------------------------*/
div.itemBody {
  padding: 0;
  margin: 0;
}
.pos_1 div.k2ItemsBlock {
  overflow: hidden;
}
.pos_1 .k2ItemsBlock ul li{
  float: left;
  width: 25%;
  min-width: 285px;
  list-style: none;
  background: transparent;
  padding: 0;
  border-bottom: 0;
}
.pos_1 div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  height: 450px;
  width: 100%;
}
.pos_1 div.k2ItemsBlock ul li div.moduleItemIntrotext {
  line-height: 20px;
  position: relative;
}
.pos_1 .introtxt{
  position: absolute;
  top:40%;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
}
.pos_1 .moduleItemIntrotext a.moduleItemTitle{
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}
.pos_1 .moduleItemIntrotext a.moduleItemReadMore{
  position: absolute;
  bottom: 20%;
  text-align: center;
  left: 0;
  right: 0;
  padding: 7px 0;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  width: 147px;
  margin: auto;
  border-radius: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.pos_1 .moduleItemIntrotext a.moduleItemReadMore:hover{
  color: #111;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.pos_1 .sb_title{
  display: none;
}
.xs_187{
  overflow: hidden;
}
/*End Modul K2 Content Main Page------------------------------------*/
/*Modul K2 Content Sidebare ------------------------------------*/
.sidebar-right div.k2ItemsBlock ul li div.moduleItemIntrotext {
  line-height:20px;
  overflow: hidden;
}
.sidebar-right div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: left;
  margin: 2px 10px 4px 0px;
  padding: 0;
  border: 0;
}
.sidebar-right .introtxt{
  margin: 0;
  color: #636363;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
}
.sidebar-right div.k2ItemsBlock ul li {
  background: transparent;
  border: 0;
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.sidebar-right .main_mod_title{
  display: none;
}
.sidebar-right .sb_title{
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
  color: #333;
}
/*End Modul K2 Content Main Page------------------------------------*/
/*Modul K2 Comment--------------------------------------------------*/
div.k2LatestCommentsBlock ul li{
  list-style: none;
}
/*End Modul K2 Comment----------------------------------------------*/
/*Modul K2 Users Recent items---------------------------------------*/
div.k2UsersBlock ul li{
  list-style: none;
}
div.k2UsersBlock ul li a{
  font-size: 18px;
}
/*End Modul K2 Users Recent items-----------------------------------*/
/*End Modul K2 User-------------------------------------------------*/
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #333 !important;
  color: #333 !important;
}
div.k2LoginBlock fieldset.input p input {
  border-radius: 0;
  border: 1px solid #ccc !important;
  padding: 10px 5px;
  width: 80%;
}
div.k2LoginBlock fieldset.input p input#modlgn_remember{
  width: 25px;
}
#form-login-remember label{
  margin-top: 0px;
  display: block;
  float: left;
}
div.k2LoginBlock fieldset.input p {
  overflow: hidden;
}
div.k2LoginBlock ul li {
  list-style: none;
}
div.k2LoginBlock fieldset.input input.button {
  display: inline-block;
  background: #82ccb9;
  color: #EBF5FF;
  padding: 10px 30px;
  border-radius: 3px;
  font-weight: bold;
  border-width: 0;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.6);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
div.k2LoginBlock fieldset.input input.button:hover{
  background: #333;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
div.k2UsersBlock {
  margin-bottom: 25px;
}
div.k2UsersBlock ul li ul.ubUserItems {
  margin-top: 15px;
}
/*End Modul K2 User-------------------------------------------------*/
/*K2 Component--------------------------------------------*/
div.itemIntroText {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  padding: 4px 0 5px 0;
}
div.itemFullText{
  font-size: 15px;
  line-height: 20px;
  color: #5e5759;
}
div.itemAuthorLatest ul li{
  list-style: none;
  float: left;
  margin-right: 10px;
  background: transparent;
  border: 0;
}
div.itemFullText img {
  float: left;
  margin: 10px 10px 2px 0;
}
/*End K2 Component----------------------------------------*/
/*---------------------K2-------------------------*/
#k2Container .modal{
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  width: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  display: block;
  border-radius: 0;
  z-index: 1;
}
span.itemImage {
  display: block;
  text-align: left;
  margin: 0 0 8px 0;
}
span.itemImage img {
  border: 0; 
  padding: 0px; 
}
div.itemToolbar {
  background: transparent;
}
div.itemToolbar ul li {
  border-left: 1px solid #ccc;
}
.itemToolbar .lefttoolbar {
  float: left;
  margin-left: -15px;
  font-size: 12px;
  line-height: 20px;
  color: #636363;
  font-weight: 600;
}
.itemToolbar .righttoolbar {
  float: right;
  font-size: 14px;
}
div.itemToolbar ul li {
  padding: 0 10px 0 15px;
}
div.itemToolbar ul li a{
  font-size: 12px;
  line-height: 20px;
  color: #636363;
  font-weight: 600;
}
div.itemToolbar ul li a:hover{
  color: #82ccb9;
}
div.itemImageBlock {
  padding: 0px;
  margin: 15px 0;
}
div.itemContentFooter ul {
  list-style: none;
  margin: 0;
  margin-left: -15px;
}
div.itemContentFooter {
  font-size: 12px;
  color: #888888;
  text-align: left;
  padding: 2px 0;
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  overflow: hidden;
}
div.itemCategory {
  padding: 0px;
  border-bottom: 0;
}
div.itemContentFooter ul li:first-child {
  border: medium none;
}
div.itemContentFooter ul li {
  border-left: 1px solid #D1D1D1;
  display: inline-block;
  padding: 0 11px 0 15px;
  float: left;
}
.itemContentFooter li.modified {
  border: medium none;
  float: right;
  font-size: 11px;
  margin-top: 2px;
}
div.itemAuthorBlock {
  margin: 40px 0;
  background: none;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  border-left: none;
  border-right: none;
  padding: 15px 0 15px 0;
}
div.itemAuthorBlock img.itemAuthorAvatar {
  border:0; 
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
div.k2UsersBlock ul li ul.ubUserItems li{
  line-height: 28px;
}
div.itemComments {
  background: transparent;
  border: 0;
  padding: 0;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 0;
  margin: 10px 0;
}
.even {
  background: transparent;
  padding: 2px 0;
  border-bottom: 1px solid #ccc;
  border-bottom:0;
}
div.itemAuthorLatest ul, .itemRelated ul{
  list-style: none;
}
#k2Container div.itemHeader h2.itemTitle, 
div.catItemHeader h3.catItemTitle{
  font-family: "Lato";
  color: #333;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
}
div.catItemHeader h3.catItemTitle a{
  color: #333;
}
div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 4px 4px 0;
  padding: 0px;
  background: #fff;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
div.k2LatestCommentsBlock ul li a.lcAvatar img {
  margin: 2px 10px 4px 0;
  padding: 2px;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #5e5759;
  line-height: 0px;
  display: block;
}
.k2Avatar img{
  border: 0;
  border-radius: 50%;
}
span.tagItemImage img{
  border: 0;
  padding: 0;
}
span.genericItemImage img {
  border: 0;
  padding: 8px;
}
div.userBlock {
  background: transparent;
}
span.userItemImage img, span.catItemImage img {
  border: 0;
  padding: 0;
}
div.userItemHeader span.userItemDateCreated,
div.genericItemHeader span.genericItemDateCreated,
div.tagItemHeader span.tagItemDateCreated {
  color: #5e5759;
}
div.itemComments ul.itemCommentsList li span.commentLink a,
div.itemComments ul.itemCommentsList li span.commentToolbar a{
  color: #5e5759; 
  text-decoration: none; 
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover,
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover{
  color: #82ccb9; 
  text-decoration: none; 
}
div.itemRatingBlock span, span.itemHits, span.itemDateModified,
div.catItemHeader span.catItemDateCreated, div.catItemRatingBlock span,
span.catItemDateModified, div.itemNavigation span.itemNavigationTitle{
  font-size: 13px;
  line-height: 23px;
  color: #5e5759;
}
span.catItemImage {
  text-align: left;
}
div.catItemImageBlock {
  padding: 0;
  margin: 0 0 16px 0;
}
span.tagItemImage img{
  padding: 0;
}
div.itemIntroText{
  font-size: 15px;
  line-height: 20px;
  color: #5e5759;
}
div.userBlock img {
  padding: 0;
  border: 0;
  margin: 0 8px 0 0;
  border-radius: 50%;
}
div.itemNavigation {
  background: transparent;
}
div.k2LatestCommentsBlock ul li span.lcUsername{
  margin: 10px 0 5px;
  display: block;
}
div.itemCommentsForm form textarea.inputbox{
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 23px;
  color: #5e5759;
  border:1px solid #ccc;
  padding: 5px;
}
div.itemCommentsForm form input.inputbox{
  display: block;
  width: 100%;
  padding: 10px 5px;
  margin: 0 0 12px 0;
  border-radius: 0;
  border:1px solid #ccc;
  box-shadow: none;
  font-size: 14px;
  line-height: 23px;
  color: #5e5759;
}
#commentURL{
  margin-right:0; 
}
div.itemCommentsForm form button#submitCommentButton,
#contact-form .btn-primary, .form-horizontal button, 
.k2AccountPageUpdate button, .pos-8 a, .pos-2 a{
  display: inline-block;
  background: #82ccb9;
  color: #EBF5FF;
  padding: 10px 30px;
  border-radius: 3px;
  font-weight: bold;
  border-width: 0;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.6);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
div.itemCommentsForm form button#submitCommentButton:hover,
#contact-form .btn-primary:hover, .form-horizontal button:hover,
.k2AccountPageUpdate button:hover, .pos-8 a:hover, .pos-2 a:hover{
  background: #333;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
#submitCommentButton i, #contact-form .btn-primary i, .form-horizontal button i,
.k2AccountPageUpdate button i, .pos-8 a i, .pos-2 a i{
  display: none;
}
div.k2FeedIcon{
  display: none;
}
div.userBlock{
  margin: 25px 0 16px 0;
}
div.k2TagCloudBlock a {
  background: none repeat scroll 0 0 #F2F2F2;
  border-radius: 3px;
  box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
  color: #777777;
  display: block;
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 10px 12px;
  text-shadow: 1px 1px 1px #FFFFFF;
  font-size: 14px !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.k2TagCloudBlock a:hover {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  background: #82ccb9;
  padding: 10px 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.tagItemImageBlock, div.userItemImageBlock, div.genericItemImageBlock {
  float: left;
  margin: 15px 15px 0px 0px;
}
div.catItemHeader {
  overflow: hidden;
}
div.itemList > div{
  margin-bottom: 20px;
}
div.catItemHeader span.catItemDateCreated, div.catItemHeader span.catItemAuthor,
div.catItemCategory, div.catItemHitsBlock, div.catItemCommentsLink{
  float: left;
  border-right: 1px solid #d1d1d1;
  padding: 0 5px;
  font-size: 12px;
  color: #636363;
}
div.catItemCategory, div.catItemHitsBlock{
  padding: 0;
  border-bottom: 0;
  padding: 0 11px 0 9px;
}
.catItemdot{
  overflow: hidden;
  padding: 5px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
div.catItemHeader span.catItemDateCreated{
  padding-left: 0;
}
div.catItemCommentsLink{
  padding-right: 0;
  border-right:0;
}
div.catItemHeader span.catItemDateCreated, .itemContentFooter li.modified{
  font-size: 12px;
  line-height: 20px;
  color: #636363;
  font-weight: 600;
}
div.k2Pagination ul li {
  padding: 0 5px;
}
li.pagination-start span, li.pagination-prev span, li span.pagenav  {
  background: #eaeaea;
  border: 1px solid #d5d5d5;
  color: #aaaaaa;
  margin: 0 5px 0 0;
  padding: 5px 10px;
}
li a.pagenav{
  background-color: #f5f5f5;
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #d5d5d5;
}
.component-content .pagination ul li a, .component-content .pagination ul li span {
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 1em;
  line-height: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
}
div.k2Pagination ul li {
 padding: 0; 
}
div.k2Pagination ul{
  margin: 0 0 15px 0;
}
div.userItemHeader span.userItemDateCreated, div.userItemCommentsLink {
  float: left;
  border-right: 1px solid #d1d1d1;
  padding: 0 5px;
  color: #636363;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
}
div.userItemCommentsLink{
  border-right: 0;
}
div.userItemView {
  margin-bottom: 35px;
  margin-top: 5px;
}
div.itemAuthorLatest {
  margin-bottom: 5px;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  border-right: 1px solid #d1d1d1;
}
div.itemNavigation {
  padding: 4px 0;
}
span.itemHits {
 float: none; 
}
.catItemIntroText p {
  color: #636363;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
}
div.catItemReadMore a, div.tagItemReadMore a, .userItemReadMore a{
  display: inline-block;
  background: #82ccb9;
  color: #EBF5FF;
  padding: 10px 30px;
  border-radius: 3px;
  font-weight: bold;
  border-width: 0;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.6);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
#form-login input.button:hover, div.catItemReadMore a:hover, 
div.tagItemReadMore a:hover, div.k2UserBlock form input.ubLogout:hover,
 .userItemReadMore a:hover{
  background: #333;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
div.k2UserBlock form input.ubLogout{
  margin: 20px 0 0;
}
div.catItemReadMore i, .tagItemReadMore i, .userItemReadMore i, .caption i{
  display: none;
}
div.catItemImageBlock, div.tagItemImageBlock, div.userItemImageBlock, div.genericItemImageBlock {
  margin: 15px 0px 0px 0px;
}
.catItemBody div.catItemImageBlock{
  margin: 10px 0;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  border-right: 0;
}
div.itemCommentsPagination{
  margin: 0;
  padding: 0;
}
div.itemAuthorBlock {
  border-left: none;
  border-right: none;
  margin: 0 0 20px;
}
div.itemNavigation {
  border-top: 0;
}
div.itemTagsBlock {
  padding: 4px 0;
  border-bottom: 0;
}
div.itemNavigation, div.itemComments ul.itemCommentsList li{
  border-bottom: 1px solid #ccc;
}
div.itemComments ul.itemCommentsList li{
   padding: 4px 0;
   background: transparent;
}
div.itemToolbar{
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
div.tagItemCategory{
  border-right: 0;
}
.modal {
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  width: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  display: block;
  border-radius: 0;
  z-index: 1;
}
.a_mod, .a_mod:hover, .a_mod:active, .a_mod:focus, .a_mod:visited{
  position: relative;
  z-index: 120;
  background: #82ccb9;
  border: 1px solid #82ccb9;
}
#myModal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 0;
  z-index: 99;
}
.modal-backdrop{
  z-index: 0;
}
div.tagItemHeader h2.tagItemTitle {
  text-transform: uppercase;
}
div.itemListCategory {
  background: #fff;
}
div.itemListCategory img {
  border: 0;
}
#k2Container p, .itemView{}
div.catItemCategory span {
 color: #636363;
}
div.k2LatestCommentsBlock {
  margin-bottom: 30px;
  margin-top: 25px;
}
div.k2ItemsBlock {
  margin-top: 15px;
}
div.k2LatestCommentsBlock ul li span.lcComment{
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
}
.k2LatestCommentsBlock ul li{
  background:transparent;
}
div#itemListLinks {
  background: transparent;
  border: 0px solid #ddd;
  margin: 8px 0;
  padding: 0px;
}
div.itemContainerLast {
  margin-bottom: 35px;
}
div.catItemBody {
  padding: 8px 0 0;
  margin: 0;
}
div.itemAuthorLatest h3, .itemCommentsCounter, .itemCommentsForm h3{
  color: #333;
}
div.userItemHeader h3.userItemTitle, .page-header h2, .userBlock h2{
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "Lato";
}
.userBlock h2{
  margin-top: 35px;
  text-transform: none;
}
div.itemView{
  border-bottom: 0px solid #ccc;
}
h3.itemAuthorName {
  margin-top: 37px;
}
div.k2TagCloudBlock {
  padding: 0;
  margin: 25px 0;
}
div.catItemTagsBlock {
  padding: 4px;
  border-bottom: 1px solid #ccc;
}
/*---------------------End K2---------------------------------------------*/
/*End K2------------------------------------------------------------------*/
/*SideBarRight------------------------------------------------------------*/
h3{
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #82ccb9;
  color: #82ccb9;
}
/*End SideBarRight---------------------------------------------------------*/
/*LOGIN FORM---------------------------------------------------------------*/
.form-horizontal .control-label{
  text-align: left;
}
.login input[type="text"]#username , .login input[type="password"]#password{
  background-color:#fff !important;
  width: 206px;
  height: 40px;
  padding: 5px;
}
form.well{
  border:0;
  background-color: #f1f1f1;
}
ul.nav>li>a {
  padding: 0px 15px;
}
.bs-example ul.nav>li>a {
  padding: 10px 15px;
}
.productdetails ul.nav-tabs>li>a {
  margin-right: 2px;
  border-radius: 4px 4px 0 0;
}
.productdetails ul.nav>li>a {
  padding: 10px 15px;
}
.login button, .remind button, .reset button, #adminForm button{
  border: 0;
}
#adminForm button, #contact-form button.btn.btn-primary.validate{
  display: inline-block;
  background: #82ccb9;
  color: #EBF5FF;
  padding: 10px 30px;
  border-radius: 3px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.6);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
#adminForm button:hover, #contact-form button.btn.btn-primary.validate:hover{
  background: #333;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
#contact-form button.btn.btn-primary.validate{
  padding: 7px 15px;
}
/*End LOGIN FORM--------------------------------------------------------------*/
/*REGISTRATION FORM-----------------------------------------------------------*/
.registration input[type="text"], .registration input[type="password"],
.registration input[type="email"], #user-registration input[type="email"],
#jform_email, #filter-search, #jform_contact_name, #jform_contact_email,
#jform_contact_emailmsg{
  background-color:#fff !important;
  width: 206px;
  height: 40px;
  padding: 5px;
}
.registration .controls .validate, .registration .controls a{
  margin-top: 20px;
}
.page-header {
  margin: 20px 0 0px;
  border-bottom: 0;
  padding: 0;
}
.badge{
  background-color: #82ccb9;
}
.category-list{
  margin-top: 20px;
}
/*REGISTRATION FORM K2-------------------------------------------------------*/
.k2AccountPage table.admintable td.key, 
.k2AccountPage table.admintable td.paramlist_key{
  font-size: 14px;
  padding-right: 5px;
}
.k2AccountPage input{
  padding: 10px 0;
  margin-bottom: 10px;
  width: 90%;
}
table.admintable td{
  padding: 0 30px;
}
.k2AccountPage {
  max-width: 100%;
}
.k2AccountPage #description{
  width: 90% !important;
  border: 1px solid #ccc;
}
.k2AccountPage div.k2AccountPageUpdate{
  text-align: left;
}
input{
  border: 1px solid #ccc;
}
#josForm h3{
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "Lato";
  color: #333;
}
#adminForm .filter-search button, .chzn-container .chzn-results li.highlighted{
  background: #82ccb9;
  color: #EBF5FF;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.6);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
#adminForm .filter-search button:hover{
  background: #333;
  transition: all 0.4s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
#adminForm .chzn-container{
  margin-top: 10px;
}
/*End REGISTRATION FORM K2----------------------------------------------------*/
/*End REGISTRATION FORM-------------------------------------------------------*/
.map{
  width: 100% !important;
}
h4{
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
.navbar{
  margin-bottom: 0;
}
.sidebar-right h3{
  font-family: "Lato";
  color: #333;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
}
.sidebar-right p{
  line-height: 20px;
}
@media (max-width: 1200px) {
  .top_search form {
    margin: 5px 0 15px 0;
    text-align: center;
  }
  #mod-search-searchword {
    width: 35%;
  }
  .bg_slr div.caption {
    width: 970px;
  }
  .block_team div {
    min-height: 350px;
  }
  .top_fixed_menu .fixed_menu_f:before {
    display: table;
    content: " ";
  }
  .top_fixed_menu .fixed_menu_f{}
  #logo {
    text-align: center;
  }
  .bg_pattern, .bg_black {
    height: 630px;
  }
  .main_menu ul.menu > li > a{
    padding: 30px 6px;
  }
  .main_menu ul.menu > li.parent span.arrow{
    right: -4px;
  }
}
@media (max-width: 1024px){
  .main_menu ul.menu li.lastChild ul li.parent span.arrow {
  }
  .main_menu ul.menu li.lastChild ul li.parent ul {
    left: inherit;
    right: 100%; 
    top: -2px;
  }
  .main_menu ul.menu > li > a{
    padding: 30px 7px;
  }
  .main_menu ul.menu > li.parent span.arrow{
    right: -4px;
  }
  .top_fixed_menu .fixed_menu_f {
    width: 970px; 
  }
  .main_menu ul.menu li ul li{
  }
 }
@media (max-width: 992px){
  .bg_slr div.caption {
    width: 750px;
  }
  .top_fixed_menu .fixed_menu_f{
    width: 750px;
  }
  .main_menu ul.menu > li.parent span.arrow{
    right: -7px;
  }
  .main_menu{
    text-align: center;
  }
  .main_menu ul.menu, ul.navbar-nav{
    float: none;
  }
  .main_menu ul.menu li{
    float: none;
    display: inline-block;
    text-align: left;
  }
  .main_menu ul.menu > li > a {
    padding: 30px 4px;
  }
  .fixed_menu_f .logo_res.col-lg-4.col-md-4.col-sm-4{
    width: 100% ;
  }
  .title_icon {
    font-size: 18px;
    line-height: 20px;
  }
  h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .block_team div {
    min-height: 265px;
  }
  .block_team div .desc_team_t{
    line-height: 20px;
    font-size: 13px;
  }
  .block_team div:hover .desc_team_t{
    bottom: 52%;
    font-size: 13px;
  }
  .block_team div h4.desc_team{
    bottom: 8%;
    font-size: 20px;
    line-height: 20px;
  }
  .copyrights a{
    font-size: 12px;
  }
}
@media (max-width: 767px){
  .main_menu ul.menu, ul.navbar-nav{
    float: left;
    width: 100%;
  }
  .main_menu ul.menu li{
    float: none;
    display: block;
    text-align: left;
  }
  .bg_slr div.caption {
    width: auto;
    right: 5%;
  }
  .main_menu ul.menu > li > a{
    padding: 7px 10px;
  }
  .top_soc_icons .soc_icons_box {
    text-align: center;
  }
  .top_soc_icons .soc_icons_box ul {
    margin: 0;
  }
  .navbar {
    margin-bottom: 0px;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .top_fixed_menu {
    position: static;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .top_fixed_menu .fixed_menu_f .main_menu ul.menu li.parent ul, .top_fixed_menu .fixed_menu_f .main_menu ul.menu li ul li.parent ul, .bg_slr_in .main_menu ul.menu li.parent ul, .bg_slr_in .main_menu ul.menu li ul li.parent ul {
    background: rgba(0,0,0, 0);
  }
  .top_fixed_menu .fixed_menu_f {
    width: auto;
  }
  .team_id{
    margin-bottom: 25px;
  }
  .pos_5, .soc_icons_box, .copyrights{
    text-align: center;
  }
  .block_partners_left.hideme.visible.animated.fadeInLeft{
    opacity: 1 !important;
  }
  .bg_slr div.caption h2 {}
  .sidebar-right h3{
    text-align: center;
  }
  .pos_4 .touchSlider .caption p {
    width: 90%;
    margin: auto;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
  }
  .pos_4 .touchSlider .caption p:after{
    content: "...";
  }
  .block_team div:hover h4.desc_team{
    font-size: 26px;
    line-height: 26px;
    bottom: 50%;
  }
  .block_team div:hover .desc_team_t {
    font-size: 16px;
    bottom: 44%;
  }
  .block_team div .desc_team_t{
    line-height: 20px;
    font-size: 15px;
    bottom: 2%;
  }
  .pos_7, .pos_8, .pos_9{
    padding: 20px 0;
  }
  .pos_9 h4 {
    margin: 0 0 20px 0px;
  }
  .pos_9 ul {
    margin-left: 20px;
  }
  .six_inp_out {
    margin-bottom: 20px;
  }
  .copyrights a {
    font-size: 15px;
  }
  .pos_0 {
    text-align: center;
    margin-bottom: 10px;
  }
  .pcontacts {
    float: none;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  .med_gallery .imageGallery a.fancybox {
    width: 100% !important;
  }
  table.category tr th, table.category tr td {
    padding: 4px 5px;
  }
  .med_gallery div.rowImages:nth-child(1) a:first-child,
  .med_gallery div.imageGallery .rowImages:nth-child(1) a:first-child span.overlay,
  .med_gallery div.imageGallery .rowImages:nth-child(1) a:first-child .overlay:after,
  .med_gallery div.imageGallery .rowImages:nth-child(1) a:first-child .overlay:before,
  .med_gallery .rowImages:nth-child(1) a:nth-child(3),
  .med_gallery .imageGallery .rowImages:nth-child(1) a:nth-child(3) span.overlay,
  .med_gallery div.imageGallery .rowImages:nth-child(1) a:nth-child(3) .overlay:after,
  .med_gallery div.imageGallery .rowImages:nth-child(1) a:nth-child(3) .overlay:before,
  .med_gallery div.rowImages:nth-child(2) a:first-child,
  .med_gallery div.imageGallery .rowImages:nth-child(2) a:first-child span.overlay,
  .med_gallery div.imageGallery .rowImages:nth-child(2) a:first-child .overlay:after,
  .med_gallery div.imageGallery .rowImages:nth-child(2) a:first-child .overlay:before,
  .med_gallery div.rowImages:nth-child(2) a:nth-child(3),
  .med_gallery div.imageGallery .rowImages:nth-child(2) a:nth-child(3) span.overlay,
  .med_gallery div.imageGallery .rowImages:nth-child(2) a:nth-child(3) .overlay:after,
  .med_gallery div.imageGallery .rowImages:nth-child(2) a:nth-child(3) .overlay:before{
    border-radius: 0px; 
  }
  #mod-search-searchword {
    width: 65%;
  }
}
@media (max-width: 480px) {
  .pos_4 .touchSlider .caption img {
    max-width: 75%;
  }
  .pos_4 .touchSlider .caption h3 {
    font-size: 21px;
    line-height: 21px;
  }
  .pos_4 .touchSlider .caption p {
    width: 92%;
    margin: auto;
    line-height: 17px;
  }
}
@media (max-width: 415px){
  .pos_4 .touchSlider .caption h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .pos_4 .touchSlider .caption p {
    width: 92%;
    margin: auto;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
  }
  li a.pagenav {
    background-color: #f5f5f5;
    margin: 0 5px;
    padding: 5px 5px;
    border: 1px solid #d5d5d5;
  }
  .bg_reviews_color, .bg_reviews_img, .bg_reviews{
    height: 360px;
    min-height: 360px;
  }
}