* {
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  height:100%;
}
h3{
  font-size: 32px !important;
}
body {
  position:relative;
}
.header {
  background: transparent;
  border-bottom: 0px solid #EAEAEA;
  margin: 10px 0;
  width: 100%;
}
#logo a img {
  border: none;
}
#wrapper {
  min-height: 0px;
}#wrapper_in {
  min-height: 610px;
}
#footer {
  background: #333;
  border-top: 0;
  padding: 10px 0;
  margin: 0;
  width: 100%;
}
.brand {
  color:#fff !important;
  font-family: 'Poppins', sans-serif;
}
.brand:hover {
  color:#08C !important;
}
.mp, .mp_top{
  margin-left: 0;
  margin-right: 0;
}
.pm{
  padding-left: 0;
  padding-right: 0;
}
#logo{
  position: absolute;
  top: 75px !important;
  left: 10%;
  right: 0;
  z-index: 99;
  text-align: center;
  width: 80%;
}
#logo_in{
  position: static;
  text-align: center;
  background: #fe7bac;
  padding: 20px 0;
}
/*_______ TOP MENU ______________________________________*/
.ba-form .ba-btn-submit {
  border: 1px solid #fff !important;
}
.top_menu ul.nav {
    float: left;
    margin: 0 0 25px 0;
}

.top_menu ul.nav li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}
.top_menu ul.nav li:last-child {
    border-right: none;
}
.top_menu ul.nav li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}
/*_______ DROPDOWN MEIN MENU ______________________________________*/
.top_fixed_menu {
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 120;
  position: fixed;
  background: #fff;
  width: 100%;
  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 .navbar{
  margin-bottom: 0;
  border: 0px solid transparent;
}
.header_in .top_fixed_menu {
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 120;
  position: static;
  background: #f8f8f8;
  width: 100%;
  box-shadow: none;
}
.main_menu ul.nav > li ul {
  display: none;
}
.main_menu ul.nav li.parent:hover > ul {
  display: block;
}
.main_menu ul.nav {
    float: none;
    text-align: center;
    margin: 10px 0 0;
}
.main_menu ul.nav li {
    float: none;
    display: inline-block;
    position: relative;
    list-style: none;
}
.main_menu ul.nav > li > a {
    font-size: 18px;
    margin: 0 10px;
    padding: 10px 15px 20px;
    position: relative;
    text-transform: uppercase;
}
.main_menu ul.nav 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.nav > li > a {}
.main_menu ul.nav > li > a:hover {}
.main_menu ul.nav > li.active > a {
    background-color: transparent;
    border-bottom: 2px solid #fe7bac;
    box-shadow: none;
    color: #000;
}
.main_menu ul.nav > li.active > a:hover {
    box-shadow: 0 0 0 transparent;
    background-color: transparent;
    border-bottom: 2px solid transparent;
}
.main_menu ul.nav > li a {
   display: block;
}
.main_menu ul.nav > li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
    height: 20px;
    right: -5px;
    position: absolute;
    width: 20px;
}
.main_menu ul.nav li ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 -65px transparent;
    height: 15px;
    position: absolute;
    top: 7px;
    width: 30px;
}
.main_menu ul.nav li.parent ul,
.main_menu ul.nav li ul li.parent ul {
     background: #fff;
     border-left: 1px solid #d5d5d5;
     list-style: none;
     position: absolute;
     float: left;
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
     min-width: 200px;
     z-index: 9999;
}
.main_menu ul.nav li.parent ul {
    left: 9px;
    top:50px;
    border-top: 2px solid #fe7bac;
}
.main_menu ul.nav li ul li.parent ul {
    left: -100%;
    top: -2px;
}
.main_menu ul.nav 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 #EAEAEA;
  clear: both;
  width: 100%;
  display: block;
}
.main_menu ul.nav li.parent ul li:last-child {}
.main_menu ul.nav li.parent ul li a {
  font-size: 18px;
  float: left;
  padding: 7px 10px 7px 0;
  margin: 0 15px 0 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%;
  text-align: left;
}

.main_menu ul.nav li.parent ul li.active a,
.main_menu ul.nav li.parent ul li.active ul li.active a,
.main_menu ul.nav li.parent ul li.active ul li a:hover{
  color: #fe7bac;
}
.main_menu ul.nav li.parent ul li.active ul li a{
  color: #111;
}

/*_______ FOOTER MENU ______________________________________*/

.footer_menu ul.nav {
    float: left;
    margin: 0 0 15px 0;
}

.footer_menu ul.nav li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}

.footer_menu ul.nav li:last-child {
    border-right: none;
}

.footer_menu ul.nav li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

/*_______ TOP MENU ______________________________________*/

@media (max-width: 767px) {
  .main_menu ul.nav > li ul {
    display: block;
  }

  .top_menu ul.nav {
    margin: 10px 0;
    float: none;
  }
  .top_menu ul.nav li {
      list-style: none outside none;
      position: relative;
      border-right: medium none;
      float: none;
  }
  .top_menu ul.nav 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;
  }
  .top_menu ul.nav li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .top_menu ul.nav li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }

  /*_______ DROPDOWN ACCORDION MENU ________________________________*/

  .main_menu ul.nav > li ul {
    display: block;
  }
  .main_menu ul.nav {
      float: none;
      margin: 10px 0 0;
  }
  .main_menu ul.nav li {
      float: none;
      position: relative;
      list-style: none;
  }
  .main_menu ul.nav > li > a {
      font-size: 18px;
      margin: 0;
      padding: 7px 10px;
      position: relative;
      text-transform: uppercase;
        color: #666;
  }
  .main_menu ul.nav 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.nav > li > a {
      border-bottom: 2px solid transparent;
  }
  .main_menu ul.nav > li > a:hover {
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 7px 17px;
  }
  .main_menu ul.nav li {
    border-top: 1px solid #E6E6E6;
}
  .main_menu ul.nav > li.active > a {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: none;
    color: #000000;
  }
  .main_menu ul.nav > li.active > a:hover {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
  }
  .main_menu ul.nav > li a {
     display: block;
  }
  .main_menu ul.nav > li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
      height: 20px;
      right: -5px;
      display: none;
      position: absolute;
      width: 20px;
  }
  .main_menu ul.nav li ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
      height: 15px;
      position: absolute;
      display: none;
      top: 7px;
      width: 30px;
  }
  .main_menu ul.nav li.parent ul,
  .main_menu ul.nav 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.nav li.parent ul {
      left: 0;
      top: 0;
  }
  .main_menu ul.nav li ul li.parent ul {
      left: 0 !important;
      top: 0 !important;
  }
  .main_menu ul.nav 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.nav li.parent ul li.lastChild {
      border-bottom: none;
  }
  .main_menu ul.nav li ul li.parent ul > li > a {
    padding: 7px 10px 7px 30px;
  }
  .main_menu ul.nav li ul li.parent ul > li > a:hover {
    padding: 7px 10px 7px 35px;
  }
  .main_menu ul.nav li.parent ul li a:hover {
    padding: 7px 10px 7px 20px;
  }
  .main_menu ul.nav 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%;
      color: #666;
  }


/*_______ FOOTER MENU ______________________________________*/

  .footer_menu ul.nav {
    margin: 10px 0;
    float: none;
  }
  .footer_menu ul.nav li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
  .footer_menu ul.nav 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.nav li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .footer_menu ul.nav 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%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
}

#copyrights p{
  text-align:center;
}

.copyrights {
    margin: 18px 0 0;
}

.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;
}
.lh{
  min-height: 0;
}
/*__________________________social icons_________________________*/

.soc_icons_box {
    text-align:right;
}
.soc_icons_box ul {
    display:-moz-inline-stack;
    display:inline-block;
    margin: 12px 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: #0088cc;
    font-size: 18px;
}

.registration .controls{
  margin-top: 20px;
}




/*Slider------------------------------------------------*/
.touchSlider center{
  height: 0;
  line-height: 0;
}
.touchSlider span.arrow-right, .touchSlider span.arrow-left{
  background-image: none;
  color: #fff;
  font-size:80px;
}
.touchSlider span.arrow-left i{
  left: 15px;
  position: absolute;
}
.touchSlider.horizontal span.arrow-right,
.touchSlider.horizontal span.arrow-left {
  top:-20%;
}
.caption {
  top: 35%;
  color: #fff;
}
.caption h3{
  font-size: 48px;
  line-height:48px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.caption p{
  margin: 30px 0 0;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
div .imageGallery .rowImages .fancybox .overlay .lens {
  background-image: url("../images/bouquet1.png");
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/*End Slider---------------------------------------------*/
/*Man and Wooman----------------------------------------------------*/
.block_bg{
  max-height: 351px;
  height: 351px;
  margin-bottom: 0;
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.block_bg .bg_img_block{
  width: 100%;
  height: 351px;
  background: rgba(0,0,0, 0.5);
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.block_bg:hover .bg_img_block{
  background: rgba(0,0,0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.mars, .venus{
  position: absolute;
  z-index: 3;
  top:100%;
  left: 0;
  right: 0;
  margin: auto;
  color: #fe7bac;
  font-size: 120px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.block_bg:hover .mars, .block_bg:hover .venus{
  top:22%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.bg_man{
  background: url('../images/william.jpg') no-repeat top center;
}
.bg_woman{
  background: url('../images/kate.jpg') no-repeat top center;
}
.bg_man, .bg_woman{
  position: relative;
  overflow: hidden;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 380px;
  margin-bottom: 0;
}
.bg_man img, .bg_woman img{
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.bg_man:hover img, .bg_woman:hover img{
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;

  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.title_heart{
  text-align: center;
  font-size: 44px;
  line-height: 44px;
  margin: 50px 0 0;
  overflow: hidden;
      
}
.pos_0 .title_heart{
  margin: 20px 0 0;
}
.heart{
  text-align: center;
  padding: 20px 0 0px;
  font-size: 28px;
  position: relative;
  overflow: hidden;
  height: 60px;
}
.r_heart{
  color: #fe7bac;
}


.l_heart, .r_heart{
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transition: all .5s;
  opacity: 1;
}
/*.l_heart{
  -webkit-transform: translateX(580px);
  -moz-transform: translateX(580px);
  transform: translateX(580px);
}
.r_heart{
  -webkit-transform: translateX(-580px);
  -moz-transform: translateX(-580px);
  transform: translateX(-580px);
}*/
.l_heart.fadeInLeftt, .r_heart.fadeInRightt{
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.married{
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}
.married span{
  font-family: 'Poppins', sans-serif;
}
/*Men and Woomen----------------------------------------------------*/
/*Frends -----------------------------------------------------------*/
.title_our{
  margin-top: 50px;
  padding-bottom: 4px;
}

/*End Frends -------------------------------------------------------*/


/*Contact Home------------------------------------------------------*/
.pos_4 h3{
  margin: 0 0 20px;
}
.pos_4 p.company_n{
  margin: 10px 0;
}
.pos_4 p{
  margin-bottom: 2px;
}

/*End Contact Home--------------------------------------------------*/
/*Gallery-----------------------------------------------------------*/
div .imageGallery .fancybox, div .imageGallery .fancybox:hover{
  box-shadow: none;
}
/*End Gallery--------------------------------------------------------*/
/*Contact Home-------------------------------------------------------*/
.block_contact{
  margin-top: 40px;
}
.bg_black{
  background: rgba(0, 0, 0, 0.44);
  width: 100%;
  min-height: 500px;
  padding-bottom: 50px;
}
.bg_contact{
  background: url('../images/wedding_contact_bg.jpg') no-repeat top center;
  width: 100%;
  min-height: 500px;
  background-size: cover;
}
.pos_7 h2, .pos_7 .married, .pos_7 .r_heart{
  color: #fff;
}
/*End Contact Home---------------------------------------------------*/
/*Six Contact-------------------------------------------------------*/
.bg_contacts{
  margin-top: 0px;
  background: url('../images/bg_contact.png') no-repeat top center;
  min-height: 400px;
  width: 100%;
  /*padding-bottom: 50px;*/
}
.pos_5 h3{
  color: #fff;
}
.Six_Contact input{
  width: 100%;
  margin-bottom: 15px;
  background: transparent;
  padding: 20px 5px;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
}
.six_inp_out{
  text-align: center;
  margin-top: 30px;
}
input#sp_qc_submit{
  display: inline-block;
  text-align: center;
  padding: 7px 0;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  width: 147px;
  margin: auto;
  border-radius: 2px;
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
input#sp_qc_submit:hover{
  color: #111;
  background: #fff;
  -webkit-transition: all .7s;
  transition: all .5s;
  -moz-transition: all .7s;
  -o-transition: all .7s;
}
#message{
  width: 100%;
  height: 150px;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 0 5px;
  background: transparent;
  text-align: left;
}
.l_form, .r_form{
  -webkit-transition: all .7s;
  transition: all .7s;
  -moz-transition: all .7s;
  opacity: 1;
}
.l_form{
  -webkit-transform: translateX(580px);
  -moz-transform: translateX(580px);
  transform: translateX(580px);
}
.r_form{
  -webkit-transform: translateX(-580px);
  -moz-transform: translateX(-580px);
  transform: translateX(-580px);
}
.l_form.fadeInLeftt, .r_form.fadeInRightt{
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.in_form{
  overflow: hidden;
}
/*End Six Contact----------------------------------------------------*/

/*SideBar Right------------------------------------------------------*/
.sidebar-right h3{
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #333;
  margin-top: 0px;
  padding-top: 0;
}


/*End SideBar Right--------------------------------------------------*/

/*K2-----------------------------------------------------------------*/
/*Modul K2 Content Main Page-----------------------------------------*/
.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 h3{}
.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{
  font-size: 15px;
  line-height: 20px;
  color: #5e5759;
}
.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: 24px;
  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 {
  background: #fe7bac;
  color: #fff;
  border: 0;
  padding: 7px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
}
div.k2LoginBlock fieldset.input input.button:hover{
  background: #fe7bac;
  opacity: 0.85;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
div.k2UsersBlock {
  margin-bottom: 35px;
}
/*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: 14px;

  font-size: 15px;
  line-height: 20px;
  color: #5e5759;
}
.itemToolbar .righttoolbar {
  float: right;
  font-size: 14px;
}
div.itemToolbar ul li {
  padding: 0 10px 0 15px;
}
div.itemImageBlock {
  padding: 0px;
}
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-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #333;
  margin-top: 0px;
  padding-top: 0;
}
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: #fe7bac;
  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{
  background: #fe7bac;
  color:#fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 14px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border: none;
  border-radius: 2px;
  padding: 7px 15px;
  box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
}
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: #fe7bac;
  color:#fff;
  opacity: 0.85;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#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: 2px;
  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: 5px 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: none;
  padding: 5px 12px;
  background: #111;
  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;
}
.pos-8 a{
  width: 60%;
}
.pos-2 a{
  width: 232px;
}
.pos-8 a:hover, .pos-2 a{
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
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;
}
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;
}
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 {
  color: #5e5759;
  font-size: 14px;
  float: left;
  border-right: 1px solid #d1d1d1;
  padding: 0 5px;
}
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 {
  font-size: 13px;
  line-height: 23px;
  color: #5e5759;
}
div.catItemReadMore a, div.tagItemReadMore a, .userItemReadMore a{
  padding: 7px 15px;
  background:#fe7bac;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  -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;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
}
#form-login input.button:hover, div.catItemReadMore a:hover,
div.tagItemReadMore a:hover, div.k2UserBlock form input.ubLogout:hover,
 .userItemReadMore a:hover{
  background:#fe7bac;
  opacity: 0.85;
  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.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 {
  float: left;
  margin: 15px 15px 0px 0px;
}
.catItemBody div.catItemImageBlock{
  margin: 10px 10px 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{
  position: relative;
  z-index: 120;
}
#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{
  font-size: 14px;
  line-height: 23px;
  color: #5e5759;
}
div.catItemCategory span {
  color: #5e5759;
}
div.k2LatestCommentsBlock {
  margin-bottom: 30px;
}
div.k2LatestCommentsBlock ul li span.lcComment{
  font-size: 15px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  color: #5e5759;
}
.k2LatestCommentsBlock ul li{
  background:transparent;
}
div#itemListLinks {
  background: transparent;
  border: 0px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}
div.itemContainerLast {
  margin-bottom: 35px;
}
div.catItemBody {
  padding: 8px 0 0;
  margin: 0;
}
div.itemAuthorLatest h3, .itemCommentsCounter, .itemCommentsForm h3{
  font-family: "Open Sans", sans-serif;
}
div.userItemHeader h3.userItemTitle, .page-header h2, .userBlock h2{
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.userBlock h2{
  margin-top: 35px;
  text-transform: none;
}
div.itemView{
  border-bottom: 0px dotted #ccc;
}
h3.itemAuthorName {
  margin-top: 37px;
}
/*---------------------End K2-------------------------*/
/*End K2---------------------------------------------------*/

/*LOGIN FORM--------------------------------------------------------------*/
.form-horizontal .control-label{
  text-align: left;
}
label {
  font-weight: 200;
}
.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-tabs>li>a, .nav-tabs  {}
.nav-tabs>li>a:hover {
  border-color: transparent;
}
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{
  text-transform: uppercase;
  color: #111;
  border-radius: 2px;
  padding: 2px 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#adminForm button:hover, #contact-form button.btn.btn-primary.validate:hover{
  color: #fff;
  background: #111;
  -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
#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: #fe7bac;
}
.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: 'Roboto', sans-serif;
  color: #333;
}
#adminForm .filter-search button, .chzn-container .chzn-results li.highlighted{
  background: #fe7bac;
  color: #fff;
}
#adminForm .filter-search button:hover{
  background: #fe7bac;
  color: #fff;
  opacity: 0.85;
}
/*End REGISTRATION FORM K2----------------------------------------------------*/

/*End REGISTRATION FORM-------------------------------------------------------*/

.map{
  width: 100% !important;
}


@media (max-width: 1200px) {}

@media (max-width: 1024px) {
  #logo {
    top: 1%;
  }
  .main_menu ul.nav li.lastChild ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 bottom transparent;
      height: 15px;
      position: absolute;
      top: 9px;
      width: 20px;
  }
  .main_menu ul.nav li.lastChild ul li.parent ul {
    left: inherit;
    right: 100%;
    top: -2px;
    }
}

@media (max-width: 991px) {
  #logo {
    top: 0.5%;
  }
  .caption h3 {
    font-size: 34px;
    line-height: 34px;
  }

}

@media (max-width: 767px) {
  .top_fixed_menu {
    position: static;
    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;
  }
  #logo {
    top: 0%;
  }
   #logo, .copyrights p {
    text-align: center;
  }
  .main_menu ul.nav li {
    display: block;
    text-align: left;
  }
  form#adminForm {
    max-width: 758px;
    overflow-x: auto;
  }
  .header {
    padding: 0;
    margin: 0;
  }
  .navbar {
    min-height: 0;
    margin-bottom: 0px;
  }
  .block_bg{
    width: 100%;
  }
  .pos_3, .pos_4{
    text-align: center;
  }
  .pos_4{
    padding: 30px 0;
  }
  .soc_icons_box {
    text-align: center;
  }
}
@media (max-width: 650px){
  .caption h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .caption p {
    margin: 20px 0 0;
  }
  table.admintable td {
    padding: 0;
  }
  .k2AccountPage input {
    width: 100%;
  }
  .k2AccountPage table.admintable td.key, .k2AccountPage table.admintable td.paramlist_key{
    border-right: 0px solid #e9e9e9;
  }
  .k2AccountPage input, .k2AccountPage #description{
    width: 80% !important;
  }
  .title_heart {
    font-size: 32px;
    line-height: 32px;
  }
  .married {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .caption {
    top: 45%;
  }
  .caption h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .caption p {
    margin: 15px 0 0;
    font-size: 18px;
  }

}

@media (max-width: 320px) {}

.fa-google-plus{
  display: none;
}
.bg_logo{
  background: #fe7bac;
  height: 200px;
}
.heart_left{
  color: #fe7bac;
  position: absolute;
  margin-left: -1px;
  z-index: 1;
}
.heart_left1{
  color: #fff;
  position: absolute;
  margin-left: -1px;
  z-index: 1;
}
.heart_right{
  position: absolute;
  margin-left: -15px;
}
.bg_people{
  display: flex;
}
.venus_left{
  color: #fe7bac;
  position: absolute;
  margin-left: 10px;
  z-index: 1;
}
.mars_right{
  position: absolute;
  margin-left: -20px;
}
[class^=os-gallery-all-in-one-main] .img-block.andrea-effect .andrea-zoom-in, [class^=os-gallery-album-tabs-main] .img-block.andrea-effect .andrea-zoom-in, [class^=os-gallery-tabs-main] .img-block.andrea-effect .andrea-zoom-in{
  background: url(../images/bouquet1.png) no-repeat !important;
  left: 41% !important;
}
.andrea-zoom-in{
  width: 100% !important;
  height: 100% !important;
}
.date_blog{
  border-bottom: 2px solid #777;
  border-top: 2px solid #777;
}
.wrap_btn_slide{

}
.btn_slide{
  background: #fe7bac;
  padding: 0 10px;
  color: #fff;
  transition: all 0.5s;
}
.btn_slide:hover{
  background: #fff;
  color: #fe7bac;
  transition: all 0.5s;
}
.ba-form-row:first-child{
  height: 100px;
}
.pos_15{
  background: url("../images/3-kurs-gonchar.jpg");
  width: 100%;
  margin-top: 35px;
  height: 500px;
  background-position: center;
      background-size: cover;
}
.title_pottery{
  color: #fff;
    font-size: 40px;
    text-align: center;
    padding-top: 1%;
}
.desc_pottery{
  color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 1% 10%;
}
.ul_pottery{
  list-style: inside;
  padding: 0 10%; 
}
.li_pottery{
  color: #fff;
  font-size: 24px;
  margin-top: 1%;
}
.wrap_btn_pottery{

}
.btn_pottery{
  background: #fe7bac;
    padding: 10px;
    font-size: 24px;
    color: #fff;
     transition: all 0.5s;
      letter-spacing: 10px;
}
.wrap_btn_pottery{
      text-align: right;
    padding: 0 15%;
}
.btn_pottery:hover{
  background: #fff;
  color: #fe7bac;
  transition: all 0.5s;
}
.pottery_title_cck{
  font-size: 36px;  
}
.pos_17 h3{
  text-align: center;
}
.os_fancybox-slide > *{
  background: unset !important;
}
.name_picture_gallery, .price_picture_gallery, .desc_picture_gallery{
  color: #fff;
  font-size: 20px;
}
.span_picture_gallery{
  color: #fe7bac;
}
.btn_picture_gallery{
  text-align: center;
}
@media (min-width: 768px){
#header {
    width: 100% !important;
}
}
.btn_picture_gallery a{
      font-size: 24px;
    background: #fe7bac;
    padding: 5px 10px;
    color: #fff;
    transition: all 0.5s;
}
.btn_picture_gallery a:hover{
   background: #fff;
   color: #fe7bac;
   transition: all 0.5s;
}
.order_bg{
  background: #fe7bac;
}
.pos_15 .custom{
      background: #0000003d;
    height: 500px;
}
.block_persone{
  height: 300px;
}
.cck-body #pagination a, .cck-body #pagination span{
  font-size: 20px;
}
.cck_tableC .days th, .cck_tableC .year th {
    background: none repeat scroll 0 0 #fe7bac !important;
}
td.marker_event_date {
    background-color: #fe7bac !important;
}
td.marker_event_date:hover {
    background-color: rgba(212, 212, 212, 0.7) !important;
}
.addFamilyPersonDetails{
  position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1041;
}
.cck-body .button, .cck-body .btn-info, .cck-body .btn{
  background-color: #fe7bac !important;
}
.cck-body .button:hover, .cck-body .btn-info:hover, .cck-body .btn:hover {
    background-color: rgba(212, 212, 212, 0.7) !important;
}
.buttonSendFormContactFamilyPerson{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 147px;
}
.wrapperBtnHomeAll{
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.BtnHomeAll{
  display: block;
  font-size: 22px;
  background: #fe7bac;
  color: #fff !important;
  transition: .7s;
  width: 200px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.BtnHomeAll:hover{
  background: #fe7bac00;
  color: #000 !important;
  transition: .7s;
  border: 1px solid #fe7bac;
}
.category_image img{
  object-fit: cover;
}
.moduletable_calendar_home_page td.marker_event_date{
  background-color: unset !important;
  cursor: unset;
}
.moduletable_calendar_home_page td.marker_event_date:hover{
  background-color: transparent !important;
}
.moduletable_calendar_home_page .cat_fields{
  background-color: transparent !important;
}
.moduletable_calendar_home_page{
	background: url("https://www.calendar.jones-massey.com/images/eyes-3924800_1280.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.moduletable_calendar_home_page h3{
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.moduletable_calendar_home_page .marker_event_date .event_date a{
      background: #fe7bac;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
  transition: .7s;
}
.moduletable_calendar_home_page .marker_event_date .event_date a:hover{
  transition: .7s;
  background: #fff;
  color: #fe7bac;
}
.moduletable_calendar_home_page .whole_cell{
  color: #fff;
}
.moduletable_calendar_home_page .event_string{
  padding: 0 !important;
    background: unset !important;
    margin-top: 5px !important;
}
.moduletable_calendar_home_page .event_string a{
      background: #fff !important;
    border-radius: 5px !important;
    padding: 5px 0 !important;
    color: #fe7bac !important;
  transition: .7s;
}
.moduletable_calendar_home_page .event_string a:hover{
  background: #fe7bac !important;
  color: #fff !important;
  transition: .7s;
}
.os_cck_modal-content {
    top: 30px;
}
.wrapperComingSoonRight{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.wrapperComingSoonRight .drop-item{
  width: 100%;
  text-align: center;
}
.wrapperComingSoonRight .drop-item a{
      color: #fe7bac !important;
    font-size: 30px !important;
    font-weight: bold !important;
}
.wrapperComingSoonRight .drop-item a:hover{
  color: #000 !important;
}
.wrapperComingSoonRight .drop-item .field_alias{
  font-size: 20px !important;
  margin-top: 20px !important;
    display: block !important;
}
.wrapperComingSoonRight .drop-item .datetime_popup_34{
      display: block !important;
    font-size: 26px !important;
    color: #fe7bac !important;
}

.ba-input-wrapper .ba-field-container input{
  position: relative;
  z-index: 999;
}
@media (max-width: 1220px){
  .vm_mod_map_canvas{
    width: 370px !important;
  }
}
@media (max-width: 1100px){
  .vm_mod_map_canvas{
    width: 310px !important;
  }
}
@media (max-width: 920px){
  .vm_mod_map_canvas{
    width: 280px !important;
  }
}
@media (max-width: 960px){
  .vm_mod_map_canvas{
    width: auto !important;
  }
}
@media (max-width: 800px){
.main_menu ul.nav > li > a {
    margin: 0 7px;
    padding: 10px 10px 20px;
}
}
@media (max-width: 768px){
	.ba-input-wrapper .ba-field-container textarea{
  		margin-top: 260px !important;
	}
}
@media (max-width: 767px){
  .friends_m, .friends_w{
    opacity: 1 !important;
    width: 400px;
    height: 300px;
  }
  .pos_1 .col-xs-12{
    text-align:center;
  }
}
@media (max-width: 509px){
  .desc_pottery {
    font-size: 20px;
    padding: 1% 2%;
}
  .li_pottery {
    font-size: 20px;
}
}


/*----------------------------------------------------------------------------*/
/* OS custom pages */
/*----------------------------------------------------------------------------*/

/*--- our history page ---*/

.block_history {
  text-align: center;
  overflow: hidden;
}
.block_history .date_history {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}
.block_history .visible_text {
  width: 60%;
  margin: 0 auto;
}
.block_history h1.history_title {
  position: relative;
  padding-bottom: 3.3em;
}
.block_history h1.history_title:before {
  content: "";
  width: 0px;
  position: absolute;
  left: -1px;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 2.6em;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #21368c transparent transparent transparent;
}
.block_history h1.history_title:after {
  content: "";
  height: 2.6em;
  width: 1px;
  background: #21368c;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.2em;
  margin: auto;
  text-align: center;
}
.block_history ul li {
  list-style: none;
  position: relative;
  overflow: hidden;
  margin: 40px 0;
}
.block_history ul li.ab:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.block_history ul li.ab:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  z-index: 0;
  background: #21368c;
}
.block_history ul li.ab div.left_history {
  width: 50%;
  padding: 2em;
  font-size: 18px;
  line-height: 24px;
  float: left;
  text-align: right;
}
.block_history ul li.ab div.left_history strong {
  font-size: 24px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
}
.block_history ul li.ab div.left_history p {
  margin-top: 10px;
}
.block_history ul li.ab div.left_history div img {
  width: 350px;
  height: 350px;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .block_history ul li.ab div.left_history div img {
    margin-top: 25px;
  }
}
.block_history ul li.ab div.right_history {
  width: 50%;
  padding: 2em;
  font-size: 18px;
  line-height: 24px;
  float: right;
  text-align: left;
  border-left: 1px solid #000000;
}
.block_history ul li.ab div.right_history strong {
  font-size: 24px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
}
.block_history ul li.ab div.right_history p {
  margin-top: 10px;
  text-align: left;
}
.block_history ul li.ab div.right_history img {
  width: 350px;
  height: 350px;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .block_history ul li.ab div.right_history img {
    margin-top: 25px;
  }
}
.block_history ul li.center_history:after,
.block_history ul li.center_history:before {
  display: none;
}
@media(max-width: 991px) {
  .block_history ul li.ab div.left_history,
  .block_history ul li.ab div.right_history {
    width: 100%;
    float: none;
    text-align: center;
    border: none;
    padding: 0;
  }
  .block_history ul li.ab div.right_history strong,
  .block_history ul li.ab div.right_history p {
    text-align: center;
  }
  .block_history ul li.ab:after {
    display: none;
  }
}

/*--- our managment page ---*/

.manager_content {
  margin-bottom: 30px;
  /*background: #ffffff;*/
}
.manager_content .block_manag {
  position: relative;
  height: 360px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .manager_content .block_manag {
    height: 292px;
  }
}
@media (max-width: 992px) {
  .manager_content .block_manag {
    height: 216px;
  }
}
@media (max-width: 768px) {
  .manager_content .block_manag {
    height: 370px;
    text-align: center;
  }
}
.manager_content .block_manag:hover .post_name {
  bottom: 0;
}
.manager_content .block_manag img {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.manager_content .block_manag .post_name {
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  min-height: 100px;
  width: 100%;
  z-index: 2;
  border-left: 9px solid #1291a5;
  border-right: 9px solid #1291a5;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s;
}
.manager_content .block_manag .post_name div {
  padding: 20px 0;
}
.manager_content .block_manag .post_name div h5 {
  color: #ffffff;
  padding: 0px 0;
  margin: 0;
  font-weight: bold;
}
.manager_content .block_manag .post_name p {
  color: #ffffff;
  margin: 0;
  padding: 0 ;
}
.manager_content p {
  padding: 10px 5px;
}

/*--- our services page ---*/

.service_textblock h1 {
  margin-top: 0;
  padding: 15px;
  margin-bottom: 40px;
}
.service_textblock img {
  width: 100%;
  height: auto;
}
.service_textblock .serv_img {
  height: 300px;
  object-fit: cover;
}
.service_box {
  margin-bottom: 20px;
}
.service_box div {
  float: left;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 55px;
}
.service_box p {
  margin-left: 110px;
  margin-bottom: 0;
}


/*--- pricing table page ---*/

.prising_table {
  text-align: center;
  margin-top: 30px;
}
.prising_table .column_blue {
  text-align: center;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  width: 250px;
  display: inline-block;
  margin: 0 15px 15px 0;
}
.prising_table .column_blue:hover {
  box-shadow: 0 0 10px #21368c;
  top: -15px;
}
.prising_table .column_blue ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.prising_table .column_blue ul li {
  padding: 15px 40px;
  border: 1px solid #E8E8E8;
  border-top: none;
  color: #000;
  font-size: 18px;
}
.prising_table .column_blue ul li.title-row {
  background: #21368c;
  color: white;
  line-height: 24px;
  background: white;
  color: #21368c;
  border: none;
  padding: 45px 20px 15px;
  font-size: 28px;
  text-shadow: 1px 1px 0px #21368c;
  font-weight: 600;
}
.prising_table .column_blue ul li.title-row span {
  width: 100%;
  height: 30px;
  background: #21368c;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.prising_table .column_blue ul li.pricing-row {
  background: #21368c;
  font-size: 24px;
  border: none;
  padding: 25px 35px 50px;
  position: relative;
}
.prising_table .column_blue ul li.pricing-row span.triggle {
  content: '';
  position: absolute;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 20px solid white;
  top: 0;
  left: 50%;
  margin-left: -25px;
  bottom: -1px;
}
.prising_table .column_blue ul li.pricing-row span.h1,
.prising_table .column_blue ul li.pricing-row span.widget-title.style2 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 32px;
}
.prising_table .column_blue ul li.pricing-row span.pt-price {
  font-size: 55px;
  line-height: 55px;
  margin-top: 20px;
  display: block;
  font-weight: 700;
}
.prising_table .column_blue ul li.footer-row {
  padding: 20px 0;
  line-height: 13px;
}
.prising_table .column_blue ul li.footer-row .pt-btn {
  background: #21368c;
  color: white;
  line-height: 40px;
  padding: 10px 25px;
  border: 1px solid #21368c;
  text-shadow: 0 1px 0 #fff;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.prising_table .column_blue ul li.footer-row .pt-btn:hover {
  background: white;
  color: #21368c;
  text-shadow: 0 1px 0 #21368c;
  border: 2px solid #21368c;
}
.prising_table .column_blue ul li.normal-row {
  font-size: 14px;
  font-weight: 400;
}
.prising_table .column_blue.active .title-row span {
  background: #CCC;
}
.prising_table .column_blue.active .pricing-row {
  background: #CCC;
  border-bottom: 1px solid #E8E8E8;
}
.prising_table .column_blue.active .pricing-row span {
  color: #21368c;
}


/*----------------------------------------------------------------------------*/
/* OS component pages */
/*----------------------------------------------------------------------------*/
.slider_block,
.comments_block,
.cck_info_block,
.baforms_block,
.membership_block {

}
.os_comments_block_image {
  max-width: 980px;
  margin: 0 auto;
}
.os_membership_block_image,
.baforms_block_image  {
  max-width: 710px;
  margin: 0 auto;
}
.cck_info_block p a {
  font-weight: bold;
  color: #666;
}
.cck_info_block p a:hover,
.comments_block p a:hover,
.membership_block p a:hover,
.cck_info_block p a:hover,
.baforms_block p a:hover {
  color: #21368c;
}
.cck_info_block h1,
.baforms_block h1,
.gallery_block_masonry h1,
.comments_block h1,
.membership_block h1,
 h1.slider_title {
  text-align: center;
  padding: 15px;
  text-transform: none;
  margin-top: 0;
}
.cck_info_block h3,
.baforms_block h3,
.gallery_block_masonry h3,
.comments_block h3,
.membership_block h3,
 h1.slider_title {
  text-align: center;
 }
.moduletable .custom h1.slider_title {
  padding: 0 5%;
}
.more_link {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
.more_link a{
  text-transform: none;
  color: #666;
}
.comments_block p,
.membership_block p,
.cck_info_block p, 
.baforms_block p {
  font-size: 16px;
  line-height: 24px;
  padding:0 20% 1% 20%;
  color: #666;
}
.comments_block p a,
.membership_block p a,
.cck_info_block p a,
.baforms_block p a {
  font-weight: bold;
  color: #666;
}
.comments_block h3,
.membership_block h3,
.cck_info_block h3,
.baforms_block h3 {
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
  font-weight: bold;
  text-transform: none;
  color: #666 !important;
}
.os_comments_block_image,
.os_membership_block_image,
.os_gallery_block_image,
.baforms_block_image {
  overflow: hidden; 
  text-align: center;
  margin-bottom: 70px;
  background: #000;
  position: relative;
}
.os_cck_block_image h3,
.os_comments_caption h3,
.os_membership_caption h3,
.baforms_block h3,
.os_gallery_block_image h3,
.os_slider_block_image h3{
  display: none;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  top: 10%;
  right: 10%;
  font-size: 20px;
  z-index: 9;
  font-weight: 700;
  margin:0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.os_cck_block_image,
.os_comments_block_image,
.os_membership_block_image,
.os_gallery_block_image,
.os_slider_block_image {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
}
.os_membership_block_image{
  max-width: 700px;
}
.os_cck_block_image img,
.os_comments_block_image img,
.os_membership_block_image img,
.baforms_block_image img  {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
 .os_cck_caption::before,
 .os_comments_caption::before,
 .os_membership_caption::before,
 .baforms_caption::before {
  position: absolute;
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4,1.4,1);
  transform: scale3d(1.4,1.4,1);
}
 .os_cck_block_image:hover h3,
 .os_comments_block_image:hover h3,
 .os_membership_block_image:hover h3,
 .baforms_block_image:hover h3, 
 .os_gallery_block_image:hover h3,
.os_slider_block_image:hover h3,
.os_slider_block_image:hover h3{
  display: block;
  // -webkit-transform: scale(1.1);
  // transform: scale(1.1);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 45%;
  bottom: 45%;
  right: 0;
  left: 0;
  line-height: 1.1;
}
 .os_cck_block_image:hover .os_cck_caption::before,
 .os_comments_block_image:hover .os_comments_caption::before,
 .os_membership_block_image:hover .os_membership_caption::before,
 .baforms_block_image:hover .baforms_caption::before, 
 .os_gallery_block_image:hover .os_cck_caption::before,
 .os_slider_block_image:hover .os_cck_caption::before{
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
 .os_cck_block_image:hover .os_cck_caption,
 .os_comments_block_image:hover .os_comments_caption,
 .os_membership_image:hover .os_membership_caption,
 .baforms_block_image:hover .baforms_caption, 
 .os_gallery_block_image:hover .os_cck_caption,
 .os_slider_block_image:hover .os_cck_caption{
  background-color: rgba(58,52,42,0);
}
 .os_cck_block_image:hover img,
 .os_comments_block_image:hover img,
 .os_membership_block_image:hover img,
 .baforms_block_image:hover img,
 .os_gallery_block_image:hover img,
 .os_slider_block_image:hover img {
  opacity: 0.4;
}
/* Gallery page + Slider page */
.slider_block h3 {
  text-align: center;
}
.gallery_block_masonry h1,
.slider_block h1 {
  margin-top: 0;
  padding: 15px;
  text-align: center;
  color: #666;
}
.gallery_block_masonry h3,
.slider_block h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}
.gallery_block_masonry .more_link,
.slider_block {
  margin-bottom: 40px;
}
.gallery_block_masonry p,
.slider_block p {
  font-size: 16px;
  line-height: 24px;
  padding: 0 20% 1% 20%;
  text-align: center;
  color: #666;
}
.gallery_block_masonry p a,
.slider_block p a {
  font-weight: bold;
  color: #666;
}
.gallery_block_masonry .more_link a,
.slider_block .more_link a {
  font-family: 'Poppins', sans-serif !important;
}
.gallery_block_masonry p a:hover,
.slider_block p a:hover {
  color: #1291a5;
}
#globalContent #contentBox .item-page .gallery_block_masonry h3,
#globalContent #contentBox .item-page .slider_block h3 {
  text-align: center;
  font-size: 24px;
  /*margin-top: 50px;*/
  text-transform: none;
  color: #666 !important;
  font-family: 'Poppins', sans-serif !important;
}
.os_gallery_block_image,
.os_slider_block_image {
   overflow: hidden; 
  text-align: center;
  margin-bottom: 70px;
  background: #000;
  position: relative;
}
/*.os_gallery_block_image h3,
.os_slider_block_image h3 {
  display: none;
  color: #fff !important;
  position: absolute;
  text-transform: uppercase;
  top: 10%;
  right: 10%;
  font-size: 30px;
  z-index: 9;
  font-weight: 900;
  margin: 0;
}
.os_gallery_block_image:hover h3,
.os_slider_block_image:hover h3 {
  display: block;
}*/
.gallery_block_masonry img,
.os_slider_block_image img {
  -webkit-transition: opacity 1s,
  -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery_block_masonry img:hover,
.os_slider_block_image img:hover {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}
/* pages responsive */
@media(max-width: 767px) {
  .comments_block h1,
  .membership_block h1,
  .baforms_block h1,
  .gallery_block_masonry h1,
   .cck_info_block h1,
  .moduletable .custom h1.slider_title {
    font-size: 26px !important;
  }
     p.slider_title_text {
    padding: 2% 20% 1% 20%;  
  }
  .os_cck_block_image h2,
  .baforms_block h2 {
    font-size: 14px !important;
  }
  .os_gallery_block_image h2,
  .os_slider_block_image h2 {
    font-size: 18px;
    left: 0;
    right: 0;
    text-align: center;
    top: 25%;
    margin: 0;
  }
}
@media(max-width: 480px) {
  .os_comments_caption h2,
  .os_slider_block_image h2,
  .os_membership_block_image h2,
  .os_gallery_block_image h2,
  .os_cck_block_image h2,
  .baforms_block h2 {
    font-size: 10px !important;
  }
    .comments_block h1,
  .membership_block h1,
  .baforms_block h1,
  .gallery_block_masonry h1,
  .cck_info_block h1,
  .moduletable .custom h1.slider_title {
    font-size: 18px !important;
  }
}

/*--------------------------------------------------------------------------*/
/* joomla content */
/*--------------------------------------------------------------------------*/
/*category-list*/
.category-list .content-category .form-inline .pagination {
  display: block;
}
.category-list .content-category .form-inline .pagination ul {
  list-style: none;
}

.category-list .content-category .form-inline .pagination ul li a {
  cursor: pointer;
  color: #333;
}
/*remind/reset password*/
.remind form#user-registration .control-group .controls button[type="submit"],
.reset form#user-registration .control-group .controls button[type="submit"] {
  margin-top: 20px;
}
/*contact-category*/
.contact-category form#adminForm .category.row-striped li * {
  margin-bottom: 20px;
}
table.category {
  text-align: center;
}
/*contact*/
.contact .contact-form form#contact-form fieldset .control-label label {
  display: inline-block;
}
.contact .contact-form form#contact-form fieldset input[type="text"],
.contact .contact-form form#contact-form fieldset input[type="email"] {
  max-width: 250px;
}


/*-------------------------------------------------------------------*/
/* edit button and page */
/*-------------------------------------------------------------------*/

ul.nav.nav-tabs.nav-stacked .input-prepend.input-append a.modal.btn {
  display: inline-block;
  position: static;
}
.icons .btn-group.pull-right button {
  background: #1291a5;
  background: #1291a5;
  color: #fff;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown_os-toggle) {
  border-radius: 4px;
}
/*.container .icons .pull-right {
  position: absolute;
  right: 50px;
}*/
.container .icons .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.container .icons .open > .dropdown-menu {
  display: block;
}
.container .icons .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.edit.item-page #jform_catid_chzn.chzn-container.chzn-container-single,
.edit.item-page #jform_tags_chzn.chzn-container-multi,
.edit.item-page #jform_state_chzn.chzn-container.chzn-container-single.chzn-container-single-nosearch,
.edit.item-page #jform_tags_chzn.chzn-container-multi ul li input,
.edit.item-page #jform_featured_chzn,
.edit.item-page #jform_access_chzn,
.edit.item-page #jform_images_float_intro_chzn,
.edit.item-page #jform_images_float_fulltext_chzn {
  width: 200px !important;
}
.edit.item-page .btn-toolbar {
  margin-top: 20px;
}
.edit.item-page input {
  border: 1px solid #ccc !important;
  width: 200px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
#jform_language_chzn.chzn-container.chzn-container-single.chzn-container-single-nosearch {
  width: 200px !important;
  margin-bottom: 10px;
}
.edit.item-page #jform_metadesc, 
.edit.item-page #jform_metakey {
  width: 100% !important;
} 
tr.time td.time.hours-select,
tr.time td.time.minutes-select {
  padding: 0;
}
.js-editor-tinymce .mce-tinymce.mce-container.mce-panel .mce-container-body.mce-stack-layout button {
  background: #fff;
}
.edit.item-page form#adminForm .input-prepend.input-append a[title="Select"] {
  position: static;
  width: auto;
  height: 32px;
  display: inline-block;
  margin: 0px 1px 2px 1px;
  /*padding: 3px 12px 0 12px !important;*/
  border: 1px solid #eaeaea !important;
}
.edit.item-page form#adminForm .input-prepend.input-append a[data-original-title="Clear"] {
  margin-bottom: 2px;
  height: 32px;
  /*padding: 3px 12px 0 12px !important;*/
  border: 1px solid #eaeaea !important;
}
.edit.item-page form#adminForm .input-prepend.input-append a[data-original-title="Clear"]:before {
   font-family: "Font Awesome 6 Pro";
   content:"\f1f8";
}
.edit.item-page form#adminForm .input-prepend.input-append a[data-original-title="Clear"] .icon-remove {
  display: none;
}
.edit.item-page .input-prepend.input-append .media-preview.add-on {
  display: block;
  width: 38px;
  height: 32px;
  float: left;
  background: #fff;
  border: 1px solid #eaeaea;
  text-align: center;
}  
.edit.item-page form#adminForm .input-prepend.input-append .media-preview.add-on .hasTipPreview .icon-eye {
  margin: 0 !important;
  position: relative;
  top: 5px;
}
.edit.item-page form#adminForm .input-prepend.input-append .media-preview.add-on .hasTipPreview .icon-eye:before {
  font-family: "Font Awesome 6 Pro";
  content:"\f06e";
}
.edit.item-page form#adminForm #jform_images_image_intro-lbl {
  margin-top: 30px;
}
.edit.item-page form#adminForm .btn-toolbar button,
.edit.item-page form#adminForm .field-calendar button {
  color: #fff;
}
.edit.item-page form#adminForm ul li a:hover {
  color: #000;
}
form#module-form .btn-toolbar .btn-group button.btn.btn-default.btn-primary {
  background: #feab0c;
  border-color: #feab0c;
}
form#module-form input[type="text"] {
  height: 32px;
  width:auto;
}
form#module-form .media-preview.add-on {
  height: 32px;
}
form#module-form .control-group .controls input[type="radio"] {
  display:inline-block;
  margin-left: 6px;
}
form#modules-form input[type="radio"] {
  margin: 4px 0 0;
}

form#modules-form .chzn-container-single .chzn-single {
  min-width: 160px;
}
.gallery_block_masonry h1, .slider_block h1, .comments_block h1, .cck_info_block h1, .membership_block h1{
  color: #000 !important;
}
.gallery_block_masonry h2, .gallery_block_masonry h3, .slider_block h2, .slider_block h3,
 .comments_block h2, .comments_block h3, .cck_info_block h2, .cck_info_block h3, .membership_block h2, .membership_block h3
{
 color: #378ab6 !important;
}
.gallery_block_masonry a, .slider_block a, .comments_block a, .cck_info_block a, .membership_block a{
  color: #00a7ff !important;
}
.gallery_block_masonry h2 .more_link{
  color: #000 !important;
}
.os_cck_caption h3, .os_comments_caption h3, .os_membership_caption h3{
  color: #e0f3ff !important;
}
.title_on_image{
  width: 52%;
  left: 24% !important;
  top: 43% !important;
}
.link_on_image{
  /*height: 100px;*/
  display: block;
  width: 100%;
  position: absolute;
  padding: 100px 0;
  top: -195%;
}
h3 .link_on_image{
  color: #e0f3ff !important;
}

/*new style 2021.07.05*/
.order_bg h2{
  padding-top: 30px;
}
@media (max-width: 767px){
  .pos_1 .col-xs-12 {
    text-align: center;
  }
  .ba-form-row:first-child {
    height: auto;
  }
  .navbar-header .navbar-toggle{
    position: relative;
  }
  .navbar-header .navbar-toggle i{
    font-size: 21px;
  }
  .navbar-header .navbar-toggle:after{
    content: "MENU";
    position: absolute;
    color: #000;
    font-size: 17px;
    bottom: -10px;
    left: -6px;
  }
}