

/* Custom CSS
 * --------------------------------------- */

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
.none{
	display: none;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#links{
	width: 280px;
	margin: 0 auto;
	text-align: center;
}
.btn-close{
	background-image: url(../imgs/close.png);
	height: 30px;
	width: 30px;
	margin: 50px auto;
    cursor: pointer;

}
.btn2-close{
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../imgs/close-red.png);
    height: 60px;
    width: 60px;
    cursor: pointer;
}
.btn3-close{
    position: absolute;
    top: 20px;
    right: 40px;
    background-image: url(../imgs/close-red.png);
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 100;
}
.fix_bottom{
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.fixed_bottom{
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.fixed_bottom img{
	padding: 0 !important;
}
.dist{
	height: 65px;
	width: 500px;
	background-color: #902e3d;
	margin: 0 auto;
	color: white;
}
.dist p {
	font-size: 14px;
	padding: 22px 0px 0px 30px;
	float: left;	
}
.dist a {
	color: white;
	border: 2px solid white;
	padding: 10px 20px 10px 20px;
	float: right;
	margin: 10px 35px 10px 0px;
}
.dist2 {
    margin: 0 auto;
    height: 62px;
    width: 124px;
}

#mail {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(110, 33, 48, 0.95);
    z-index: 10;
    padding: 0;
    margin: 0;
}
#mail-small {
    position: fixed;
    top: 90px;
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
    height: 70%;
    min-height: 400px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 44px 87px -27px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 44px 87px -27px rgba(0,0,0,0.75);
    box-shadow: 0px 44px 87px -27px rgba(0,0,0,0.75);

}
#mail-small h1 {
    color: #444;
    font-size: 2em;
    padding-left: 4%;
    padding-top: 3%;
}
#mail-small p {
    color: #444;
    font-size: 1em;
    padding-top: 2%;
    padding-bottom: 2%;
}
.mail-data-wrap {
    width: 100%;
    padding-left: 4%;
    height: auto;
}
.mail-data-col1, .mail-data-col2  {
    width: 46%;
    height: auto;
    float: left;
}
.mail-dis {
    padding-left: 4%;
    padding-bottom: 4%;
}

.message {
    min-height: 170px;
    max-height: 185px;
}
.mail-footer {
    width: 96%;
    position: absolute;
    bottom: 0;
    height: 24%;
    background-color: #efefef;
    padding-left: 4%;
}
.mail-footer .mail-data-col1 p {
    padding-top: 6% !important;
}
.symbol {
    background-color: white;
    width: 150px;
    border: 1px solid rgba(211, 211, 211, 0.5);
    height: 30px;
}
.condition {
    display: none;
    left: 62%;
    color: #912e3d;
    position: absolute;
    top: 6%;
}
.send {
    position: absolute;
    left: 62%;
    top: 30%;
    background-color: #912e3d;
    font-size: 12pt;
}
#send {
    padding: 11px 12px 6px 12px;
    color: white;
    text-align: center;
    width: 200px;
}

#menu li {
/* 	display:inline-block; */
	margin: 10px;
	color: #000;
/*
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
*/
}
#menu li.active{
/*
	background:#666;
	background: rgba(0,0,0, 0.5);
*/
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu li.active a:hover{
	color: #fff;
}
#menu li:hover{
	background: #912e3d;
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background-color: #6e2130;  
	z-index: 10;
	padding: 0;
	margin:0;
}
#header img{
	float: left;
}
#header .logo_des {
    position: absolute;
    top: 48px;
    /*left: 2px;*/
    font-size: 0.45em;
    color: white;
}
#header .phone{
	float: left;
    color: #FFF;
    font-size: 25px;
    padding: 14px 0px 0px 47px;
    background-image: url(../imgs/phone.png);
    background-repeat: no-repeat;
    background-position: top 18px left 17px;
    font-weight: 400;
}
#header .adress{
	float: left;
	color: white;
	font-size: 11px;
	padding: 23px 0px 0px 15px;
}
#menu_col{
	float:right;
	margin: 12px 0px 0px 0px;
}
#wrap_mail{
	float: right;
	padding: 12px 10px 13px 13px;
    width: 188px;
	background-color: #902E3D;
}

.mail{
	color: white;
	border: 2px solid white;
	padding: 8px 0px 9px 56px;
	font-size: 12px;
	background-image: url(../imgs/mail_white.png);
	background-repeat: no-repeat;
	background-position: top 8px left 10px;
    cursor: pointer;
}
.open-popup {
	padding: 16px 49px 16px 11px;
    margin-right: 10px;
	cursor: pointer;
	font-size: 18px;
	background-image: url(../imgs/menu_white.png);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}
/* Sliders
 * --------------------------------------- */

.preim{
    position: absolute;
    top: 15%;
    margin: 0 25% 0 25%;
    width: 50%;
    font-size: 18px;
}
.preview{
	margin-top: 0px;
    margin-left: 180px;
    margin-right: 180px;
    -webkit-box-shadow: 0px 44px 87px -27px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 44px 87px -27px rgba(0,0,0,0.75);
    box-shadow: 0px 44px 87px -27px rgba(0,0,0,0.75);
}
.pre_img img{
	float: left;
	padding: 0px 10px 5px 0px;
	max-height: 396px;
}
.pre_text{
	background-color: #FFF;
    height: auto;
    min-height: 396px;
}
.pre_text .title{
	font-size: 43px;
    padding: 15px 160px 10px 436px;
    text-align: left;
}
.pre_text .for{
    background-color: #902E3D;
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF;
    float: left;
    margin: 10px 0 0 37px;
    min-width: 140px;
}
.pre_text .for p{
    width: auto!important;
}
.pre_text .info{
    text-align: left;
    margin-top: 78px;
    padding: 0px 140px 10px 442px;
    font-size: 16px;
}
#section1 h2{
	color: white;
	font-size: 18px;
    padding-top: 8px;
}
#section3 h2{
    color: white;
    padding-top: 8px;
    font-size: 18px;
    text-transform: uppercase;
}
#section4 h2{
    color: #000;
    font-size: 18px;
}

#section5 h2{
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 8px;
}
#section6 h2{
    color: white;
    font-size: 18px;
}
#section7 h2{
    color: white;
    font-size: 18px;
}
.sec2{
	position: relative;
top: 60px;
}
.intro {
   position: relative;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 31%;
  height: auto;
}
*/
.kat {
    width: 75%;
    margin: 0 auto;
    margin-top: 2%;
    clear: both;
    overflow: hidden;
    -webkit-box-shadow: 0px 44px 87px -27px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 44px 87px -27px rgba(0,0,0,0.75);
    box-shadow: 0px 44px 87px -27px rgba(0,0,0,0.75);
}
.kat img {
    float: left;
    width: 100%;
    height: auto;
}
.sec4_1,.sec4_2, .sec4_3  {
    position: relative;
    overflow: hidden;
    float: left;
    height: 100%;
    width: 33.33333%;
}

.description-family {
    background-color: #8a61c4;
}
.description-family-2 {
    width: 21%;
    position: absolute;
    color: white;
    text-align: left;
    left: 0px;
    top: 0px;
    background-color: #8a61c4;
    z-index: 100;
}

.description-freestyle {
    background-color: #5e9bc4;
}
.description-freestyle-2 {
    width: 21%;
    position: absolute;
    color: white;
    text-align: left;
    left: 0px;
    top: 0px;
    background-color: #5e9bc4;
    z-index: 100;
}
.description-kids {
    background-color: #ca9967;
}
.description-kids-2 {
    width: 21%;
    position: absolute;
    color: white;
    text-align: left;
    left: 0px;
    top: 0px;
    background-color: #ca9967;
    z-index: 100;
}
.des1 {
    font-size: 13pt;
    padding-left: 20px;
    padding-top: 10px;
}
.des2 {
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 16pt;
}
.bottom-collection {
    text-transform: uppercase;
    position: absolute;
    color: white;
    bottom: 50px;
    left: 52px;
    font-size: 9pt;
    border: 1px solid white;
    height: 30px;
    width: 160px;
    cursor: pointer;
    display: none;
}
.bottom-collection p {
    padding-top: 6px;
}
#family-wrap, #free-wrap, #kids-wrap  {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(144, 46, 61, 0.86);
    z-index: 10;
    padding: 0;
    margin: 0;
    display: none;
}
#family, #free, #kids {
    position: absolute;
    top: 155px;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    min-height: 310px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 44px 87px -27px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 44px 87px -27px rgba(0,0,0,0.75);
    box-shadow: 0px 44px 87px -27px rgba(0,0,0,0.75);
}
.fam-col1, .fam-col2 {
    width: 50%;
    float: left;
}
.fam-col2 p {
    text-align: left;
    padding: 50px 28px 30px 44px;
    font-size: 10pt;
}
.btn6 {
    width: 310px;
    padding-left: 44px;
}
.fam-img {
    min-height: 100px;
    height: 170px;
    margin-left: 44px;
    position: absolute;
    bottom: 40px;
    max-width: 340px;
}
.fam-img img {
    height: 100%;
    width: auto;
}

.sec2_1, .sec2_2, .sec2_3, .sec2_4{
	height: auto;
    min-height: 250px;
    width: 30%;
    max-width: 490px;
	color: white;
	padding-bottom: 20px;
}
.sec2_1{
	float: left;
	margin-left: 15%;
	position: relative;
    top: 10px;
    padding-bottom: 30px;
}
.sec2_2{
	float: right;
	margin-right: 15%;
	position: relative;
	padding-bottom: 30px;
}
.sec2_3{
	float: left;
	margin-left: 15%;
	position: relative;
	top: 15px;

}
.sec2_4{
	float: right;
	margin-right: 15%;
	position: relative;
}
.ramka {
    margin-left: 25%;
    margin-right: 25%;
    min-height: 360px;
    border: 10px solid white;
    margin-top: 6%;
    -webkit-box-shadow: 0px 44px 87px -27px rgba(73, 18, 18, 0.80);
    -moz-box-shadow: 0px 44px 87px -27px rgba(73, 18, 18, 0.80);
    box-shadow: 0px 44px 87px -27px rgba(73, 18, 18, 0.80);
}
.ramka h1 {
    margin-top: -30px;
    font-size:3.5em;
}
.numb{
    font-size: 1300%;
    color: #ffffff;
}
#section7 h1 {
    margin-top: 4%;
    margin-bottom: 1%;
    font-size: 4.5em;
    text-transform: uppercase;
}
#section7 p {
    color: #ffffff;
    margin-right: 15%;
    margin-left: 15%;
    font-size: 8pt;
}
#section7 img {
    min-width: 200px;
    width: 240px;
    -webkit-box-shadow: 0px 22px 30px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow:    0px 22px 30px 0px rgba(50, 50, 50, 0.32);
    box-shadow:         0px 22px 30px 0px rgba(50, 50, 50, 0.32);
    margin-bottom: 2%;
    margin-top: 2%;
}

/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }


	/* Style for our header texts
	* --------------------------------------- */
	h1{

	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}

	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section0,
	#section1,
	#section2,
	#section3{
		background-size: cover;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section0{
        background-color: rgba(0, 0, 0, 0.4);
		/*background-image: url(../imgs/bg1.jpg);*/
		/*background-repeat: no-repeat;*/
        /*-moz-background-size: 100%; *//* Firefox 3.6+ */
        /*-webkit-background-size: 100%; *//* Safari 3.1+ �� Chrome 4.0+ */
        /*-o-background-size: 100%; *//* Opera 9.6+ */
        /*background-size: 100%; *//* ������?�����������?�� ���?���?�����?�? */
	}
	#section1{
		background-color: rgba(113, 33, 45, 0.9);
		/*background-image: url(../imgs/bg1_1.jpg);*/
		/*background-repeat: no-repeat;*/
        /*-moz-background-size: 100%; *//* Firefox 3.6+ */
        /*-webkit-background-size: 100%; *//* Safari 3.1+ �� Chrome 4.0+ */
        /*-o-background-size: 100%; *//* Opera 9.6+ */
        /*background-size: 100%; *//* ������?�����������?�� ���?���?�����?�? */

	}
	#section2{
		background-image: url(../imgs/bg2.jpg);
		background-repeat: no-repeat;
        -moz-background-size: 100%; /* Firefox 3.6+ */
        -webkit-background-size: 100%; /* Safari 3.1+ �� Chrome 4.0+ */
        -o-background-size: 100%; /* Opera 9.6+ */
        background-size: 100%; /* ������?�����������?�� ���?���?�����?�? */
        z-index: 9;
	}
	#section3{
		background-image: url(../imgs/bg3.jpg);
		background-repeat: no-repeat;
        -moz-background-size: 100%; /* Firefox 3.6+ */
        -webkit-background-size: 100%; /* Safari 3.1+ �� Chrome 4.0+ */
        -o-background-size: 100%; /* Opera 9.6+ */
        background-size: 100%; /* ������?�����������?�� ���?���?�����?�? */
        z-index: 9;
	}
	#section4{
		background-image: url(../imgs/bg2.jpg);
		background-repeat: no-repeat;
        -moz-background-size: 100%; /* Firefox 3.6+ */
        -webkit-background-size: 100%; /* Safari 3.1+ �� Chrome 4.0+ */
        -o-background-size: 100%; /* Opera 9.6+ */
        background-size: 100%; /* ������?�����������?�� ���?���?�����?�? */
        z-index: 9;
	}
    #section5{
        background-image: url(../imgs/bg5.jpg);
        background-repeat: no-repeat;
        -moz-background-size: 100%; /* Firefox 3.6+ */
        -webkit-background-size: 100%; /* Safari 3.1+ �� Chrome 4.0+ */
        -o-background-size: 100%; /* Opera 9.6+ */
        background-size: 100%; /* ������?�����������?�� ���?���?�����?�? */
        z-index: 9;
    }
    #section6{
        background-image: url(../imgs/bg6.jpg);
        background-repeat: no-repeat;
        -moz-background-size: 100%; /* Firefox 3.6+ */
        -webkit-background-size: 100%; /* Safari 3.1+ �� Chrome 4.0+ */
        -o-background-size: 100%; /* Opera 9.6+ */
        background-size: 100%; /* ������?�����������?�� ���?���?�����?�? */
        z-index: 9;
    }
    #section7{
        background-image: url(../imgs/bg7.jpg);
        background-repeat: no-repeat;
        -moz-background-size: 100%; /* Firefox 3.6+ */
        -webkit-background-size: 100%; /* Safari 3.1+ �� Chrome 4.0+ */
        -o-background-size: 100%; /* Opera 9.6+ */
        background-size: 100%; /* ������?�����������?�� ���?���?�����?�? */
        z-index: 9;
    }
	
	/* Texts
	* --------------------------------------- */
	h1 {
		font-size: 4em;
		font-family: 'Roboto', sans-serif;
		color: #fff;
		margin:0;
	}
	#section0 h1{
		line-height: 56px;
        font-size: 3.5em;
	}
	#section0 img{
		position: absolute;
        bottom: 100px;
        margin: 0 25% 0 25%;
        left: 23%;
	}
	#section0 p{
		color: #fff;
	}
	#section0 .one{
		font-size: 12px;
    }
	#section0 .two{
        font-size: 16px;
        text-transform: uppercase;
	}



	/* Fixed header and footer.
	* --------------------------------------- */
 #footer{
		position:fixed;
		height: 62px;
		display:block;
		width: 100%;
		z-index:9;
		background-color: rgba(0, 0, 0, 0.2);
	}



#fp-nav {
    z-index: 8;
}



/*Slider*/
.bx-controls .bx-has-controls-direction .bx-has-pager {
    display: none !important;
}
.bx-pager .bx-default-pager {
    display: none !important;
}
.bx-wrapper .bx-pager {
    display: none !important;
}
.bx-wrapper {
    margin: 0 auto 0px;
    box-shadow: none;
    border: none;
    background: none;
}

.bx-prev {
    border: 1px solid white;
    left: -60px !important;
    background: url('../imgs/strelka_white_left.png') !important;
}
.bx-next {
    border: 1px solid white;
    right: -60px !important;
    background: url('../imgs/strelka_white_right.png') !important;
}