/*lbhandmade*/

/* 
font-family: 'Open Sans';
font-family: 'Oswald';
font-family: 'Lobster';
*/
@import url(bootstrap.min.css);
@import url(http://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300|Kaushan+Script);

/*@font-face {
    font-family: AGGalleonC;
    src: url(fonts/AGGalleonC.otf);
   }
*/
/*@font-face {
    font-family: Bangkok_Cyr;
    src: url(fonts/Bangkok_Cyr.ttf);
   }
*/
@charset "utf-8";

:root {
  --main: #e16ac3;
  --light_grey: #ecebf1;
}

body {
    background: var(--main);
    font-family: "Lobster", sans-serif;       
}
body.sub {
    background: var(--main);
}
h1, h2, h3, h4 {
  font-family: "Lobster", sans-serif;       
}
a {
    font-family: "Lobster", sans-serif;
}
#sociallang,
#top,
#header,
#slider,
#content,
#footer,
#copy,
#contact_us,
#wrapper,
#owl-gal {
    width: 100%;
    overflow: hidden;
}
#footer,
#copy{
}
#count {
    display: none;
}
.container {
    width: 80%;       
    margin: 0 auto;
    padding: 0;     
}
.sub #header {
    width: 100%;        
    border-top: #3e3e3e 1px solid;
    /*background: #bf880b;*/
    position: relative;
    z-index: 152;
}
#header {
    width: 100%;        
    /*border-top: #3e3e3e 1px solid;*/
    /*background: #bf880b;*/
    border-bottom: #fff 1px solid;
}

#top {
	background: #29282d;		
	padding: 0;
	width: 100%;
	max-width: 100%;
}

#menu {
    background: var(--light_grey);    
    width: 100%;
    box-shadow: #29282d 0.1em 0.2em 0.8em;
    position: relative;
    z-index: 160;
  }


#wrapper {
    border-top: #fff 1px solid;
    width: 100%;
}	
	
#gall {
    background: #bf880b;     
    width: 100%;
    position: relative;
    z-index: 99;
}

#gall .rg-gallery .es-carousel-wrapper {
    box-shadow: none;
    background: var(--main);
}

#content {
    padding: 0;
    width: 100%;
    max-width: 100%;
    z-index: 100;
    position: relative;
}


#copy {
    background: var(--light_grey); 
    width: 100%; 
    z-index: 105; 
    height: 150px;
}

#count { 
    background: #b7b6bc; 
}


.container {
    width: 80%;
}
/*--Canvas---*/
#canvas {
    position: absolute;
    overflow: hidden;
    z-index: 151;
    width: 100%;
}

.home #canvas{
    bottom: -30px;
    left: 0;
    position: fixed;
}
.sub.gal #canvas {
    bottom: 0px;
    left: 0;
}
/*--End Canvas---*/
/*--Header---*/

#header .lang {
    float: right;
   /* padding: 0.5% 0 0 1%;*/
   position: absolute;
   right: 0;
   top: 0;
}
#header a.logolb {
    position: absolute;
    left: 10%;
    top: 0;
    z-index: 100;
}
#header h1 {
    color: #fff;
    font-size: 34px;
    padding-bottom: 30px;
    padding-top: 20px;
    text-align: center;
    text-shadow: none;
}
#header .lang img{
    width: 30%;
    -webkit-transition: all 0.3s ease-in-out;
}

#header .lang img:hover {
    width: 40%;
}
#header .social {
    margin-top: 40px;
    float: right;
}
#header .social a {
    background:  url(../img/social_battons_grey.png) no-repeat 1px;
    float: left;
    padding: 4% 0;
    width: 31px;
    margin-left: 5px;
    height: 31px;
    -webkit-transition: all 0.3s ease-in-out;
}
#header .social a+a {
    background:  url(../img/social_battons_grey.png) no-repeat -123px;
}
#header .social a+a+a {
    background:  url(../img/social_battons_grey.png) no-repeat -681px;
}
#header .social a+a+a+a {
    background:  url(../img/social_battons_grey.png) no-repeat -216px;
}


#header .social a:hover  {
    background:  url(../img/social_battons_hower_grey.png) no-repeat 1px;
}
#header .social a+a:hover {
    background:  url(../img/social_battons_hower_grey.png) no-repeat -123px;
}

#header .social a+a+a:hover {
    background:  url(../img/social_battons_hower_grey.png) no-repeat -681px;
}

#header .social a+a+a+a:hover {
    background:  url(../img/social_battons_hower_grey.png) no-repeat -216px;
}

#header .social img:hover #header .col-md-6 .social p {
    color: #b7b6bc
}

#copyright {
	background: #000;
}

.container {
    margin: 0 auto;
    padding: 0;     
}

/*------menu -------*/		
#menu  li {
	float: left;
}

#menu a{ 
	color: #29282d;
	font-weight: 600;
	font-size: 16px;
    line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
    display: block;
    padding: 0 20px;
    -webkit-transition: all 0.2s ease-in-out;
}

#menu li {
    border-right: #202020 1px solid;
}

#menu li+li+li {
    border-right: none;
}

#menu li:hover a {
	color: #ffffff;
    background: var(--main);
}

#menu .active {
    color: #ffffff;
    background: var(--main);
}

/*-----slider------*/

#wrapper {
    width: 100%;
    min-height: 300px;
    min-width: 300px;
    padding-top: 1px;
}
#slider {
    margin: 0;
    height: 500px;
    overflow: hidden;
    background: url(img/ajax-loader.gif) center center no-repeat;
}
 
#slider .slide {
    position: relative;
    display: none;
    height: 500px;
    float: left;
    background-position: center right;
    cursor: pointer;
    border-left: 1px solid #fff;
}
 
#slider .slide:first-child {
    border: none;
}
 
#slider .slide.active {
    cursor: default;
}
 
#slider .slide-block {
    position: absolute;
    left: 40px;
    bottom: 75px;
    display: inline-block;
    width: 435px;
    background-color: #fff;
    background-color: rgba(255,255,255, 0.8);   
    padding: 20px;
    font-size: 14px;
    color: #29282d;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 4px;
}
 
#slider .slide-block h4 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1;
}
#slider .slide-block p {
    margin: 0;
}


/*-----content------*/
#content .container .col-md-12 .col-md-9 h2 {
    padding: 5px 0px 15px 0px;
    font-size: 26px;
    line-height: 35px;
    color: #fff;
    font-weight: 400;
}

#content img {
    padding: 10% 0 10% 0;
    width: 100%;
}

#content .col-md-3.content2 img {
    float:right;
}

#content hr {
    border: 0;
    border-bottom: #d9d9d9 1px dashed;
    display: block;
}

/*-----content gallery------*/
#content .container.gallery{
    min-height: 460px;
    padding-top: 80px;
}
#content .container.gallery .select{
    margin-top: 50px;
}
#content .container.gallery img {
    margin: 0 auto;
    display: block;
    padding-bottom: 0;
}
#content .container.gallery img.sheep {
    -webkit-transition: all 0.5s ease-in-out;
    width: 200px;
}

#content .container.gallery img.angel {
    -webkit-transition: all 0.8s ease-in-out;
    width: 190px;
}

#content .container.gallery img.rabbit {
    -webkit-transition: all 0.8s ease-in-out;
    width: 170px;
}

#content .container.gallery img.some {
    -webkit-transition: all 0.8s ease-in-out;
    width: 210px;
}
.sub.gal .container.gallery .hoverangel{
    background: url(../img/aingel_bg.png) center 10px no-repeat;
    background-size: 90%;
    padding-bottom: 70px;
    -webkit-transition: all 0.5s ease-in-out;
}
.sub.gal .container.gallery .hoverangel:hover {
    background-image: url(../img/aingel_bg_hv.png);
}
/*#content .parallax {
    background-position: 50% 137px;
    position: relative;
    height: 500px;
    background: url("../img/parallax.jpg") no-repeat 50% 50%/100% fixed;
    color: #fff;
    }
*/
#content .parallax {    
    background-image: url(../img/parallax.jpg);
    height: 450px;
    text-align: center;
    background-position: 50% 85px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-top: 110px;
    background-color: #4f453e;
    }

#content .container.gallery a:hover img.angel{
	transform:  rotate(19deg) ;-webkit-transform:  rotate(19deg) ;-moz-transform: rotate(19deg) ;-o-transform:  rotate(19deg) ;-ms-transform:  rotate(19deg) ;
    width: 210px;
    margin-top: -10px;
    padding-bottom: 10px;
}

#content .container.gallery  a:hover img.sheep {
    width: 240px;
    -webkit-transition: all 0.5s ease-in-out;
}

#content .container.gallery  a:hover img.rabbit {
    width: 200px;
    margin-top: -10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease-in-out;
}


#content .container.gallery a:hover img.some{
    transform:  rotate(-19deg) ;-webkit-transform:  rotate(-19deg) ;-moz-transform: rotate(-19deg) ;-o-transform:  rotate(-19deg) ;-ms-transform:  rotate(-19deg) ;
    width: 220px;
}


#content .container.gallery h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 15px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
}

#content .container.gallery .col-md-3:hover h3 {
    color: #fff;
    text-shadow: 1px 1px 2px black;
    font-size: 32px;
}
.gal #content {
    background: transparent;
}


#cool {
/*    min-height: 300px;
    
    background: url('../img/symphony.png');
    text-align: center;*/
    height: 300px;
    position: relative;
}
/*#cool::after {
    content: '';
    display: block;
    background: #bf880b;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}
*/
/*-----paralax main------*/
.parallax-container {
    min-height: 550px;
    background: transparent;
}
#parallax .table_m {
    display: table;
    height: 500px;
    vertical-align: middle;
}
#parallax .table_mid {
    display: table-cell;
    vertical-align: middle;
}
#parallax h2 {
    text-align: center;
    font-size: 36px;
    text-shadow: #fff 0.1em 0.1em 0.2em;
    line-height: 56px;
        text-shadow: #e16ac3 0em 0em 17em;
        color: #fff;
}
/*-----copy main------*/

#copy.main .container .pull-left {
    float: left!important;
}

#copy.main .container .pull-right {
    float: right!important;
}

#copy.main .container .container {
    padding: 30px 0 0px;
}

#copy.main .container p a img {
    float: right;
    position: relative;
    top: -47px;
    padding-left: 15px;
}

#copy.main .container p, #copy.main .container p a {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

#copy.main .container p a {
    color: #8c8c8c;
    text-decoration: underline;
}

#copy.main .container p a+a:hover {
    text-decoration: none;
}

.clear {
	clear: both;
}

/*-----copy------*/
#copy .container {
    padding: 30px 0 0px;
}

#copy p{
    position: relative;
    top: 0px;
    padding-left: 6px;
    padding-bottom: 20px;
}
#copy img {
    width: 30%;
    vertical-align: top;
}
#copy p, #copy p a {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

#copy p a {
    color: #8c8c8c;
    text-decoration: underline;
}

#copy p a+a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}
/*Sub pages*/
.sub #header .logolb {
    left: 0
}
.sub #header .logolb img {
    width: 45%
}
.sub #header .social{
    margin-top: 30px;
}
.sub.gal #content{
    background-image: url(../img/parallax.jpg);
    min-height: 550px;
    position: relative;
    z-index: 152;
}
/*End Sub pages*/

/*Galery main header carousel*/
#owl-gal{
    border-bottom: #fff 1px solid;
}


/* =======contact us==========================*/
.sub.contact #contact_us {
    background: #fff;
    padding-top: 40px;
}
.sub.contact #contact_us .control-group.cap img {
    float: left;
    clear: both;
    margin-left: 130px;
}
#contact_us {
    float: left;
}
#contact_us .map h3, p{
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}
#contact_us h2{
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}
#contact_us .map {
    padding-bottom: 50px;
}
#contact_us .map img {
    max-width: 100%;
}
/*#contact_us .control-group.cap p{
    padding-top: 17px;
}
*/#contact_us .feedback p{
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}
#contact_us .feedback .submit{
  font-size: 36px;
  line-height: 44px;
  margin: 20px 0 50px 130px;
  background: #7A9DC6;
  padding: 0 11px 0 5px;
  border: #5E6C8B 2px solid;
  color: #0D141A;
    -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
font-weight: 400;
font-family: "Kaushan Script", cursive;
}
#contact_us .feedback .submit:hover {
  color: #fff;
  background: #597595;
}
.feedback .contact-form label {
    float: left;
    width: 130px;
    display: block;
    text-align: left;
}
.control-group {
    clear: both;
    overflow: hidden;
}
.control-group input, textarea{
    margin-top: 5px;
    background: #EFEFEF;
    border: #D2E6FF 1px solid;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    max-width: 250px;
}
.control-group input:hover {
    border: #7A9DC6 1px solid;
}
.control-group textarea:hover {
    border: #7A9DC6 1px solid;
}
#contact_us .notification_ok {
    font-size: 22px;
    line-height: 41px;
    font-weight: 400;
    font-family: 'Kaushan Script', cursive;
    color: #0D141A;
}
#contact_us .notification_ok a{
    font-size: 22px;
    line-height: 41px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}


/* <!--============================== Responsive design =================================================== Responsive design =================================--> */
/* <!--============================== Responsive design =================================================== Responsive design =================================--> */
/* <!--============================== Responsive design =================================================== Responsive design =================================--> */

/*----- media queries ------*/

@media (min-width: 1900px) {
    #contact_us .feedback h2{
    margin-bottom: 42px;
    }
    #contact_us .feedback .submit{
    font-size: 30px;
    line-height: 46px;
    margin-top: 20px;
    padding: 0 11px 0 5px;
    margin-bottom: 50px;
    }





    }



/*----- media queries  < 1200------*/
@media (min-width: 1217px) {

    .container {
        width: 80%;       
        margin: 0 auto;
        padding: 0;     
    }
    #contact_us iframe{
    width:450px;
    height:450px;
    }
    #contact_us .feedback h2{
    margin-bottom: 42px;
    }
    #top .col-md-6 h1 {
    padding-top: 8px;    
    }
    .control-group {
      min-width: 490px;
    }

    


     
}

/*----- media queries  < 1200------*/
@media (max-width: 1217px) {

    #contact_us iframe{
    width:300px;
    height:300px;
    }
    #contact_us .feedback .submit{
    font-size: 30px;
    line-height: 46px;
    margin-top: 20px;
    padding: 0 11px 0 5px;
    margin-bottom: 50px;
    }
    .feedback .contact-form label {
    float: left;
    width: 200px;
    display: block;
    text-align: left;
    }
    .feedback .contact-form label {
    float: left;
    width: 150px;
    display: block;
    text-align: left;
    }
    .control-group input, textarea{
    margin-top: 15px;
    font-size: 15px;
    }
    .container.gallery img {
    width: 70%;
    }
    #contact_us .map h3, p{
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 5px;
    }
    #content1 .container .col-md-4.col-sm-6.content3 img{
    width: 75%;
    }
    .control-group {
      min-width: 355px;
    }
    #top .col-md-6.col-sm-12 {
      width: 50%;
    }
    #parallax h2 {
        font-size: 30px;
        line-height: 45px;
    }





     
}

/*----- media queries  < 980------*/

@media (max-width: 979px) {

    .container {
     width: 90%;
    }
    #sociallang .col-md-6 .social a {
    margin-bottom: 0;
    margin-top: 0;
    padding: 3% 0; 
    }
    #top .container .col-md-6 {
    padding: 6px 0;
    }
    #top .container img {
    width: 85%;
    display: block;
    padding-top: 0px;
    }
    #top .col-md-6 h1 {
    font-size: 35px;
    line-height: 38px;
    }
    #top .col-md-6.col-xs-12 {
        width: 50%;
    }
    #header .sf-menu a {
    font-size: 12px;
    line-height: 30px;
    }

    #content {
    padding-bottom: 0px;
    }
    #content .container.gallery .col-md-4 {
     padding-bottom: 0px;
    }
    #content .container img {
    max-width: 80%;
    }
    #content h2{
    margin: 20px 0 10px;
    font-size: 35px;
    }
    #content1 img {
    padding: 55px 30px 40px 0;
    width: 70%;
    }
    #content1 .container .col-md-4.col-sm-6.content3 img{
    width: 55%;
    }
    .container h2 {
    margin: 30px 0 10px;
    font-size: 30px;
    line-height: 32px;
    }
    #content1 .col-md-8.col-sm-6 p{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 25px;
    }
    #content2 .container .col-md-3 img {
    width: 70%;
    }
    #content2 .col-md-9 .info p{
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
    margin: 0;
    }
  



    #footer .pull-right {
        max-width: 70%;
        padding-top: 40px;
    }
    #footer .pull-right br {
        display: none; 
        float: right;       
    }
}



/*----- media queries  < 767------*/

@media (max-width: 767px) {

    .container {
    width: 95%;       
    }


    #top .container img {
    display: block;
    margin: 0 auto;
    width: 25%
    }
    #top .col-md-6 .logo{
    float: none;
    padding:0 ;
    }
    #content1 .col-md-4 img {
    width: 20%;
    padding: 10px 0 0 0;
    }
    .container h2{
        margin: 10px 0 5px;
        font-size: 22px;
        line-height: 24px;    
    }
    #content2 .info{
        margin-bottom: 10px;
    }
    #content2 .container .col-md-3 img {
    padding: 0;
    width: 27%;
    margin: 0;
    }
    #content2 .container .col-md-3.midle1 {
        float: left;
    }
    #content2 .col-md-9.col-sm-6.midle {
        float: left;
    }
    #content1 .container .col-md-4.col-sm-6.content3 img{
    padding: 0;
    width: 15%;
    }
    #top .col-md-6 h1 {
        font-size: 29px;
        line-height: 30px;
    }
    #top .col-md-6.col-xs-12{
        width: 100%;
    }
    #footer .pull-right,
    #main a {
        font-size: 12px;
    }
    #footer .pull-left {
        font-size: 15px
    }
    #copy .pull-left,
    #copy .pull-right,
    #copy .pull-right a {
        font-size: 11px
    }
    #contact_us .feedback p{
        font-size: 20px;
        line-height: 36px;
    }
    #contact_us .feedback .submit{
        font-size: 26px;
        line-height: 37px;
        margin-top: 7px;
        margin-bottom: 30px;  
    }
    #copy p a img{
       top: -7px;
        width: 21%; 
    }

 





}





/*----- media queries  < 625------*/

@media (max-width: 625px) {

}

/*----- media queries  < 480------*/

@media (max-width: 502px) { 

    
    .container {
    width: 97%;       
    }
    #top .container img {
        max-width: 94%;
    }
    #slider {
        padding-bottom: 100px;
    }
    #slider .container .caption {
        bottom: -28px;
    }
    div.camera_prev, div.camera_next {
        bottom: -20px;
    }

    #content1 .col-md-8 h1, #content2 .col-md-9 h1,
    #main h1 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 18px;
        padding: 0;
    }
    #main h2 {
        font-size: 12px;
    }
    #main .download2 .col-md-4 span {
        font-size: 16px;
        padding: 10px 15px;
    }
    #footer .pull-left br {
        display: none;
        padding: 20px 0;
    }

    #footer .pull-left {
        padding: 20px 0;
    }
    #footer .pull-right {
        max-width: 100%;
        padding-top: 0;
        text-align: center;
        padding-bottom: 18px;
    }
    #copy .pull-right ,
    #copy .pull-left {
        width: 100%;
        text-align: center;
        
    }
    #header{
        z-index: 110;
    }
    #wrapper{
       /* padding-top: 44px!important;*/
    }
    #content{
        padding-top: 44px;
    }
   a.menu {
        cursor: pointer;
        display: block;
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        border:none;
        width: 100%; 
        font-family: 'Titillium Web', sans-serif;
    }
   a.menu:hover {
    background: #5e6c8b;
    text-decoration: none;
    }
    .nav-collapse.collapse {
        height: 0;
    }
    .nav-collapse.collapse.in {
        height: auto;
    }
    .collapse {
      position: relative;
      height: 0;
      overflow: visible;
      -webkit-transition: height 0.35s ease;
      -moz-transition: height 0.35s ease;
      -o-transition: height 0.35s ease;
      transition: height 0.35s ease;
    }

    .nav-collapse.collapse {
        height: 0;
    }

    .btn-navbar {    display: block;  }
    .nav-collapse,
    .nav-collapse.collapse {    overflow: hidden;    clear: both;  }
    .btn-navbar {
        display: block;
        float: none;
        padding: 0;
        text-decoration: none;
        text-align: center;
        clear: both;
        cursor: pointer;
        min-height: 25px;
        border: 0;
        width: 40px;
        padding-bottom: 10px;
        margin: 0 auto;
        padding-top: 10px;
    }
    #nav {   
        margin-bottom: 0px;  
        float: none;
        text-align: center;
    }
    .btn-navbar img {
        display: block;
        margin: 0 auto;
        float: none
    }
    #nav .nav-collapse.collapse { 
        height: 0;
        position: absolute; 
        background: #000;
        width: 72%;
        top:140px;
        left: 14%;
        z-index: 101;
        margin-top: 2px;
    }

    #menu {
        border-top: 1px #3f3f41 dashed;
    }
    #menu > li, #menu > li a {
        float: none;
        display: block;
        font-size: 16px;
        line-height: 24px;
    }
    #header .sf-menu {
        border:none;
    }
    #header .sf-menu li {
        float: none;
        width: 100%;
        text-align: center;
        border:none;
    }
    #header .sf-menu li a {
        font-size: 18px;
        border:none;
    }
    #gall{
        padding-top: 44px;
    }
    
    #footer .pull-right{
        padding-top: 15px;
    }
    #footer .pull-left{
      padding: 18px 20px 0px 0;
    }
    #copy .container{
        padding: 15px 0 0px;
    }
    #copy p a img{
        top: -7px;
        width: 10%;
    }

}

/*----- media queries  < 320------*/
@media (max-width: 320px) {
    body {
        min-width: 328px;
    }
        .container {
    width: 99%;       
    }

    


}


