/*BEGIN FONTS*/
@font-face{
	font-family: 'Raleway-Bold';
	src: url('../fonts/Raleway-Bold.eot');
	src: local('☺'), url('../fonts/Raleway-Bold.woff') format('woff'), 
	url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Raleway-Regular';
	src: url('../fonts/Raleway-Regular.eot');
	src: local('☺'), url('../fonts/Raleway-Regular.woff') format('woff'), 
	url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Raleway-Light';
	src: url('../fonts/Raleway-Light.eot');
	src: local('☺'), url('../fonts/Raleway-Light.woff') format('woff'), 
	url('../fonts/Raleway-Light.ttf') format('truetype'), url('../fonts/Raleway-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Raleway-Thin';
	src: url('../fonts/Raleway-Thin.eot');
	src: local('☺'), url('../fonts/Raleway-Thin.woff') format('woff'), 
	url('../fonts/Raleway-Thin.ttf') format('truetype'), url('../fonts/Raleway-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Cassandra';
	src: url('../fonts/Cassandra.eot');
	src: local('☺'), url('../fonts/Cassandra.woff') format('woff'), 
	url('../fonts/Cassandra.ttf') format('truetype'), 
	url('../fonts/Cassandra.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*END FONTS*/

/*BEGIN GENERAL SETTINGS*/
*{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
p, a, span, td, h1, h2, input, li{
	-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
}
*::after, *::before{
	-webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}
p::-moz-selection { color: #debf7c;  background: transparent; }
p::selection      { color: #debf7c;  background: transparent; }
a::-moz-selection { color: #debf7c;  background: transparent; }
a::selection      { color: #debf7c;  background: transparent; }
li::-moz-selection { color: #debf7c;  background: transparent; }
li::selection      { color: #debf7c;  background: transparent; }
span::-moz-selection { color: #debf7c;  background: transparent; }
span::selection      { color: #debf7c;  background: transparent; }
h1::-moz-selection { color: #debf7c;  background: transparent; }
h1::selection      { color: #debf7c;  background: transparent; }
h2::-moz-selection { color: #debf7c;  background: transparent; }
h2::selection      { color: #debf7c;  background: transparent; }
td::-moz-selection { color: #debf7c;  background: transparent; }
td::selection      { color: #debf7c;  background: transparent; }
input::-moz-selection { color: #debf7c !important;  background: transparent; }
input::selection      { color: #debf7c !important;  background: transparent; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 15px;
	padding-left: 15px;
}

textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

p, h1, h2, h3{
	cursor: default;
}
a{
	text-decoration: none !important;
	color: inherit;
}

button, input{
	outline: none !important;
}
.field_checkout{
	display: none;
}
#middle_line{
	z-index: 100;
	position: fixed;
	width: 2px;
	height: 100vh;
	top: 0%;
	left: 50%;
	background: lightblue;
	margin-left: -1px;
	/*display: none;*/
}

body, html{
	overflow-x: hidden;
}
html{
	overflow-y: scroll;
}
body, .container .row{
	font-family: 'Raleway-Regular';
	font-size: 10px;
}
body{
	min-height: 100vh;
	background: #050708;
}
.field_wrapper{
	position: relative;
}
.alarm{
	position: absolute;
	opacity: 0;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.field_wrapper.warning .alarm{
	opacity: 1;
}

.display_none{
	display: none !important;
}

@media (max-width: 1050px){
	.container{
		width: 100%;
	}
}
@media (min-width: 1051px){
	.container{
		width: 1030px;
	}
}
.clear{
	clear: both;
}
.nowrap{
	white-space: nowrap;
}
#memory{
	display: none;
}

@media (max-width: 991px){
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-right: 15px;
		padding-left: 15px;
	}
}
/*END GENERAL SETTINGS*/

/*BEGIN #preloader*/
#preloader{
	z-index: 100;
	position: fixed;
	/*top: 0;
	bottom: 0;
	left: 0;
	right: 0;*/
	width: 100%;
	height: 100vh;
	background: #050708;
}
#preloader_middle_line{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100vh;
	background: #1e2021;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#prelader_figure{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 126px;
	height: 126px;
	border: 1px solid transparent;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#preloader_logo_middle{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84px;
	height: 84px;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.preloader_dot{
	position: absolute;
	width: 12px;
	height: 12px;
	
	-webkit-animation-duration: 4s;
	-webkit-animation-timing-function: cubic-bezier(.72,.04,.45,.98);
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-duration: 4s;
	-moz-animation-timing-function: cubic-bezier(.72,.04,.45,.98);
	-moz-animation-fill-mode: forwards;
	-moz-animation-iteration-count: infinite;
	
	-ms-animation-duration: 0s;
	-ms-animation-iteration-count: 0;
	
	animation-duration: 4s;
	animation-timing-function: cubic-bezier(.72,.04,.45,.98);
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}
.preloader_dot img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .preloader_dot{
		animation-duration: 0s;
		animation-iteration-count: 0;
	}
}
@supports (-ms-ime-align:auto) {
	.preloader_dot{
		animation-duration: 0s;
		animation-iteration-count: 0;
	}
}

#preloader_dot_1{
	top: 0;
	left: 50%;
	
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	
	-webkit-animation-name: dot_fly_1;
	-moz-animation-name: dot_fly_1;
	-ms-animation-name: dot_fly_1;
	animation-name: dot_fly_1;
}
#preloader_dot_2{
	top: 50%;
	left: 100%;
	
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	
	-webkit-animation-name: dot_fly_2;
	-moz-animation-name: dot_fly_2;
	-ms-animation-name: dot_fly_2;
	animation-name: dot_fly_2;
}
#preloader_dot_3{
	top: 50%;
	left: 100%;
	
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	
	-webkit-animation-name: dot_fly_3;
	-moz-animation-name: dot_fly_3;
	-ms-animation-name: dot_fly_3;
	animation-name: dot_fly_3;
}
#preloader_dot_4{
	top: 50%;
	left: 0;
	
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	
	-webkit-animation-name: dot_fly_4;
	-moz-animation-name: dot_fly_4;
	-ms-animation-name: dot_fly_4;
	animation-name: dot_fly_4;
}

@-webkit-keyframes dot_fly_1{
	0%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	25%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	50%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	75%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	100%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
@-moz-keyframes dot_fly_1{
	0%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	25%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	50%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	75%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	100%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
@keyframes dot_fly_1{
	0%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	25%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	50%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	75%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	100%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@-webkit-keyframes dot_fly_2{
	0%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	25%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	50%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	75%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	100%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
}
@-moz-keyframes dot_fly_2{
	0%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	25%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	50%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	75%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	100%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
}
@keyframes dot_fly_2{
	0%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	25%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	50%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	75%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	100%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
}

@-webkit-keyframes dot_fly_3{
	0%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	25%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	50%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	75%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	100%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
}
@-moz-keyframes dot_fly_3{
	0%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	25%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	50%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	75%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	100%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
}
@keyframes dot_fly_3{
	0%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	25%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	50%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	75%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	100%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
}

@-webkit-keyframes dot_fly_4{
	0%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	25%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	50%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	75%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	100%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}
@-moz-keyframes dot_fly_4{
	0%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	25%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	50%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	75%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	100%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}
@keyframes dot_fly_4{
	0%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	25%{
		top: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	50%{
		top: 50%;
		left: 100%;
		
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	75%{
		top: 100%;
		left: 50%;
		
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	100%{
		top: 50%;
		left: 0;
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}
/*END #preloader*/

/*BEGIN GENERAL ELEMENTS ===================================*/

/*BEGIN #top_menu_wrapper*/
#top_menu_wrapper, #top_menu_wrapper *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
#top_menu_wrapper{
	z-index: 9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #050708;
}
#top_menu_lines{
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	opacity: 1;
	/*border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);*/
	
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
#top_menu_wrapper_inner{
	z-index: 2;
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 1030px;
	padding: 0 15px;
}
#top_logo_a{
	display: block;
	margin: auto;
	width: 190px;
	outline: none !important;
}
#top_logo{
	display: block;
	margin: auto;
	width: 190px;
	padding: 35px 0px 30px 0px;
	outline: none !important;
	
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
#top_menu{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 730px;
}
#top_menu ul{
	margin: 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
}
#top_menu ul li{
	position: relative;
	list-style: none;
}
#top_menu ul li::after{
	content: "";
	display: block;
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	height: 2px;
	background: #fff;
	opacity: 0;
	
	-webkit-transition: bottom 0.3s ease-out, opacity 0.3s ease-in-out;
	transition: bottom 0.3s ease-out, opacity 0.3s ease-in-out;
}
#top_menu ul li.current-menu-item::after, #top_menu ul li.current-menu-parent::after{
	opacity: 1;
}
#top_menu ul li:last-child{
	display: none;
}
#top_menu a{
	display: block;
	
	font-family: 'Raleway-Regular';
	font-size: 1.3em;
	color: #bcbdbd !important;
	text-transform: uppercase;
	line-height: 60px;
	letter-spacing: 2px;
	outline: none !important;
	
	-webkit-transition: bottom 0.3s ease-out;
	transition: 0.3s ease-out;
}
#desc_phone{
	position: absolute;
	top: 24px;
	right: 15px;
	
	font-family: 'Raleway-Regular';
	font-size: 1.2em;
	color: #b3b3b3 !important;
	letter-spacing: 0.8px;
	
	-webkit-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out; 
}

@media (min-width: 1261px){
	/*#desc_phone:hover{
		opacity: 0.6;
	}*/
}

@media(min-width: 768px){
	#top_menu{
		height: 60px !important;
		
		-webkit-transition: 0.3s ease-out; 
		transition: 0.3s ease-out; 
	}
	#top_menu_wrapper.changed #top_menu{
		height: 38px !important;
	}
	#top_menu ul li:hover::after{
		opacity: 1;
	}
	#top_menu_wrapper.changed #top_logo{
		width: 102px;
		padding: 20px 0px 10px 0px;
	}
	#top_menu_wrapper.changed #top_menu a{
		line-height: 38px;
	}
	#top_menu_wrapper.changed #desc_phone{
		top: 15px;
	}
	#top_menu_lines.changed{
		height: 38px;
		/*opacity: 0;*/
	}
	#top_menu_wrapper.changed #top_menu ul li::after{
		bottom: 0;
	}
	#sandwich{
		display: none;
	}
}

@media(max-width: 767px){
	#top_menu{
		height: 0;
		overflow: hidden;
		
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#top_menu_wrapper{
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	#top_menu_lines{
		display: none;
	}
	.menu-top_menu-container{
		padding: 10px 0 30px 0;
	}
	#top_logo_a{
		margin: 10px 0 10px 0;
		width: 97px;
		display: block;
	}
	#top_logo{
		padding: 0;
		width: 100%;
	}
	#desc_phone{
		display: none;
	}
	#top_menu ul{
		display: block;
	}
	#top_menu ul li:last-child{
		display: block !important;
	}
	#top_menu ul li:last-child a{
		font-size: 1.5em;
	}
	#top_menu ul li.current-menu-item a, #top_menu ul li.current-menu-parent a{
		color: #fff !important;
	}
	#top_menu ul li::after{
		display: none;
	}
	#top_menu a{
		line-height: 40px;
		text-align: center;
	}
	#top_logo_wrapper{
		position: relative;
	}
	#sandwich, #sandwich *{
		cursor: pointer;
	}
	#sandwich{
		display: block;
		z-index: 2;
		position: absolute; 
		top: 4px;
		right: 0;
		width: 30px;
		height: 22px;
		border: 0px solid red;
	}
	#sandwich > div{
		left: 0;
		width: 30px;
		height: 2px;
		position: absolute;
	}
	#sandwich > div:nth-child(1), #sandwich > div:nth-child(3){
		background: #fff;
	}
	#sandwich > div:nth-child(2) > div.dot{
		position: absolute;
		top: -1px;
		height: 4px;
		width: 4px;
		background: #fff;
		
		-webkit-border-radius: 100%;
		border-radius: 100%;
	}
	#sandwich > div:nth-child(2) > div:nth-child(1){
		left: 0;
	}
	#sandwich > div:nth-child(2) > div:nth-child(2){
		left: 50%;
		
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#sandwich > div:nth-child(2) > div:nth-child(3){
		right: 0;
	}
	#sandwich > div:nth-child(2) > div.stick{
		position: absolute;
		width: 15px;
		height: 2px;
		top: 0;
		right: 0;
		background: #fff;
	}
		
	#sandwich > div:nth-child(1){
		top: 0;
		
		-webkit-transition: transform 0.15s, top 0.15s 0.15s;
		transition: transform 0.15s, top 0.15s 0.15s;
	}
	#sandwich > div:nth-child(1).turn{
		top: 10px;
		
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		
		-webkit-transition: top 0.15s, transform 0.15s 0.15s;
		transition: top 0.15s, transform 0.15s 0.15s;
	}
	#sandwich > div:nth-child(2){
		top: 10px;
		
		-webkit-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;
	}
	#sandwich > div:nth-child(2).turn{
		opacity: 0;
	}
	#sandwich > div:nth-child(3){
		bottom: 0;
		
		-webkit-transition: transform 0.15s, bottom 0.15s 0.15s;
		transition: transform 0.15s, bottom 0.15s 0.15s;
	}
	#sandwich > div:nth-child(3).turn{
		bottom: 10px;
		
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		
		-webkit-transition: bottom 0.15s, transform 0.15s 0.15s;
		transition: bottom 0.15s, transform 0.15s 0.15s;
	}
}
/*END #top_menu_wrapper*/

/*BEGIN #footer*/
#footer .top_part{
	background: url(../img/general/footer_top_part_bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 28px;
}
#footer .bottom_part{
	position: relative;
	height: 150px;
	background: #050708;
}
#footer .bottom_part img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 190px;
	margin-top: 2px;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#footer_logo{
	display: block;
	margin: 0 auto 28px;
}
.footer_col{
	height: 100px;
	border: 0px solid red;
}
.no_pad{
	padding: 0;
}
.more_pad{
	padding-left: 35px;
}
.footer_h{
	font-family: 'Raleway-Regular';
	font-size: 1.23em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 16px;
}
#subscribe_footer_form{
	width: 100%;
	max-width: 285px;
	margin-top: 22px;
}
#subscribe_footer_form .field_wrapper{
	float: left;
}
#subscribe_footer_form .field{
	width: 235px;
	line-height: 37px;
	height: 39px;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
	border-left: 0;
	border-right: 0;
	background: transparent;
	padding: 0 20px;
	margin-right: 5px;
	
	font-family: 'Raleway-Bold';
	font-size: 1.23em;
	color: #fff;
	letter-spacing: 1.5px;
}
#subscribe_footer_form .alarm{
	left: 0;
	bottom: -17px;
	margin: 0;
	
	font-family: 'Raleway-Regular';
	font-size: 1em;
	color: #fff;
	letter-spacing: 1.5px;
}
#subscribe_footer_form_go{
	width: 38px;
	height: 39px;
	background: url(../img/general/subscribe_footer_form_go.jpg);
	border: 0;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.footer_info{
	font-family: 'Raleway-Light';
	font-size: 1.71em;
	color: #a1a1a1;
	letter-spacing: 0.4px;
}
.footer_info a{
	color: inherit !important;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#footer_social_wrap{
	clear: both;
	width: 80px;
	margin: 40px auto 30px;
	height: 20px;
	border: 0px solid red;
}
#footer_social_wrap a{
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#footer_social_wrap a:nth-child(1){
	float: left;
}
#footer_social_wrap a:nth-child(2){
	float: right;
}

@media (min-width: 1261px){
	#subscribe_footer_form_go:hover, .footer_info a:hover, #footer_social_wrap a:hover{
		opacity: 0.6;
	}
	/*#subscribe_footer_form_go:hover{
		opacity: 0.6;
	}*/
}

@media (max-width: 1030px){
	#footer_top_part_inner{
		width: 100%;
		max-width: 800px;
		margin: auto;
	}
	#footer .top_part{
		height: auto;
	}
	#subscribe_footer_form{
		width: 260px;
		max-width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_col_1{
		width: 100% !important;
		height: 130px;
	}
	.footer_col_2, .footer_col_3, .footer_col_4{
		width: 33.33% !important;
		padding: 0 15px !important;
		text-align: center;
	}
	.footer_h, .footer_info{
		text-align: center;
		letter-spacing: 0.3px;
	}
	#subscribe_footer_form .field{
		width: 216px;
	}
	#footer_social_wrap{
		margin: 30px auto 30px;
	}
}

@media (max-width: 1024px){
	#footer .top_part{
		background: url(../img/general/footer_top_part_m.jpg) no-repeat center top;
		background-size: cover;
	}
}

@media (max-width: 820px){
	.footer_col{
		width: 100% !important;
		height: auto;
		padding: 15px !important;
	}
	#footer_top_part_inner{
		max-width: 320px;
	}
	.footer_h{
		margin-bottom: 10px;
	}
	#subscribe_footer_form{
		margin-top: 20px;
	}
	#footer_social_wrap{
		margin: 20px auto 30px;
	}
}
/*END #footer*/

/*BEGIN #form_preloader*/
#form_preloader{
	z-index: 14;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	display: none;
}
.dots{
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 10px;
	width: 4em;
	height: 1em;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.dots .dot{
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	background: #fff;
	position: absolute;
	opacity: 0;
	
	-webkit-animation: fade 2s ease infinite;
    animation: fade 2s ease infinite;
}
.dots .dot:nth-child(1){
	left: 0;
}
.dots .dot:nth-child(2){
	left: 1.5em;
	
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.dots .dot:nth-child(3){
  left: 3em;
  
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes fade{
  0%{
		opacity: 0;
  }
  50%{
		opacity: 1;
  }
  100%{
		opacity: 0;
  }
}
@keyframes fade{
  0%{
		opacity: 0;
  }
  50%{
		opacity: 1;
  }
  100%{
		opacity: 0;
  }
}
/*END #form_preloader*/

/*BEGIN #thanx_popup*/
#thanx_popup{
	z-index: 15;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.popup_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
#thanx_popup_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 30px);
	max-width: 1000px;
	height: 70vh;
	max-height: 600px;
	background: #fff;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#thanx_popup_inner .close_cross{
	position: absolute;
	top: 4px;
	right: 4px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
#thanx_popup_inner_content{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -6px;
	padding: 0 15px;
	text-align: center;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#thanx_popup_inner_content p:nth-child(1){
	font-family: 'Raleway-Regular';
	font-size: 5em;
	color: #000;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
#thanx_popup_inner_content p:nth-child(2){
	font-family: 'Raleway-Regular';
	font-size: 3.12em;
	color: #000;
	letter-spacing: 0.4px;
}

@media (max-width: 767px){
	#thanx_popup_inner_content p:nth-child(1){
		margin-bottom: 2px;
		font-size: 2.88em;
	}
	#thanx_popup_inner_content p:nth-child(2){
		font-size: 1.8em;
	}
}
/*END #thanx_popup*/

/*BEGIN #follower*/
#follower{  
	z-index: 14;
	position: fixed;
	top: -100vh;
	left: -20px;
	width: 40px;
	height: 40px;
	pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	#follower{
		display: none;
	}
}
#mark{
	position: relative;
	width: 40px;
	height: 40px;
	opacity: 0;
	
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
#mark.draw{
	opacity: 1;
}
#mark > div{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#mark > img{
	width: 100%;
	height: 100%;
	
	-webkit-animation-name: rotate_1;
	-moz-animation-name: rotate_1;
	animation-name: rotate_1;
		
	-webkit-animation-duration: 12s;
	-moz-animation-duration: 12s;
	animation-duration: 12;

	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes rotate_1{
	0% {
		transform: rotate(0deg); 
	}
	100%{
		transform: rotate(360deg);
	}
}
@-moz-keyframes rotate_1{
	0%{
		transform: rotate(0deg); 
	}
	100%{
		transform: rotate(360deg);
	}
}
@keyframes rotate_1{
	0%{
		transform: rotate(0deg); 
	}
	100%{
		transform: rotate(360deg);
	}
}
/*END #follower*/

/*END GENERAL ELEMENTS ===================================*/

/*BEGIN CATEGORY ====================================*/

/*BEGIN #news_top_block*/
#news_top_block{
	padding-top: 220px;
	/*background: url(../img/news/news_top_block_bg.jpg) no-repeat center center;
	background-size: cover;*/
	height: 0;
	background: #fff !important;
	overflow: hidden;
}
#news_top_block_inner{
	position: relative;
	padding: 0 15px;
}
#news_top_block_inner > img{
	z-index: 2;
	position: relative;
	width: 100%;
	height: auto;
}
#news_top_block_inner .top_block_cover{
	z-index: 1;
	position: absolute;
	top: 54px;
	left: 50%;
	width: calc(100% - 30px);
	height: 334px;
	background: rgba(245, 211, 137, 0.3);
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.category_h1{
	font-family: 'Raleway-Thin';
	font-size: 5.89em;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	
	z-index: 3;
	position: absolute;
	top: 62px;
	left: 0;
	width: 100%;
	margin: 0;
}
#news_top_block_inner .category_h1{
	margin-left: -3px;
}

@media(max-width: 1050px){
	#news_top_block{
		background: #fff5e3;
	}
	#news_top_block_inner .top_block_cover{
		display: none;
	}
	.category_h1{
		position: static;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#news_top_block_inner > img{
		display: none;
	}
}

@media(max-width: 767px){
	#news_top_block{
		padding-top: 88px;
	}
	.category_h1{
		font-size: 4.2em;
	}
}

@media(max-width: 540px){
	#news_top_block{
		padding-top: 60px;
	}
}

@media(max-width:460px){
	.category_h1{
		font-size: 3.2em;
	}
}
/*END #news_top_block*/

/*BEGIN #category_screen_2*/
#category_screen_2{
	padding-top: 20px;
	background: #fff;
}
.category_block{
	position: relative;
	margin-bottom: 58px;
	padding: 0 15px;
}
.category_block_inner, .category_block_inner *{
	cursor: pointer !important;
}
.category_block_inner{
	position: relative;
}
.category_a{
	z-index: 4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.category_thumb{
	position: relative;
	width: 100%;
	height: 400px;
	padding: 38px;
	overflow: hidden;
}
.category_thumb > img{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.category_rect{
	z-index: 2;
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.category_date{
	z-index: 3;
	position: absolute;
	bottom: 47px;
	left: 53px;
	margin: 0;
	
	font-family: 'Raleway-Regular';
	font-size: 2.2em;
	color: #fff;
	letter-spacing: 0.2px;
}
.category_border{
	z-index: -1;
	position: absolute;
	top: 10px;
	left: -10px;
	width: 100%;
	max-width: 1000px;
	height: 400px;
	border: 2px solid #debf7c;
}
.category_block_info{
	padding: 40px 42px 30px 42px;
	border-bottom: 1px solid #b2b2b2;
}
.category_title{
	font-family: 'Raleway-Thin';
	font-size: 2.6em;
	color: #23252c;
	line-height: 1.3em;
	letter-spacing: 0.2px;
	margin: 0;
}

#post_navigation{
	margin-bottom: 58px;
	text-align: center;
}
#post_navigation .navigation.pagination{
    cursor: default;
	margin: 0 !important;
}
.screen-reader-text{
	display: none;
}
#post_navigation .nav-link{
    line-height: 36px;
}
.page-numbers{
    font-size: 2em;
}
#post_navigation .nav-links .page-numbers{
	font-family: 'Raleway-Light';
    padding: 7px 7px 7px 7px !important;
    color: #707070 !important;
    opacity: 0.7;
    cursor: pointer;
    background: none !important;
}
#post_navigation .nav-links .page-numbers.current{
    opacity: 1;
    cursor: default;
}

@media (min-width: 1261px){
	.category_block_inner > a:hover .category_rect{
		opacity: 1;
	}
}

@media (max-width: 1260px){
	.category_rect{
		display: none;
	}
	.category_block_info{
		padding: 30px 30px 20px 30px;
	}
	.category_date{
		bottom: 20px;
		left: 30px;
	}
}

@media (max-width: 1050px){
	.category_border{
		display: none;
	}
	.category_thumb{
		height: auto;
		padding: 0;
	}
	.category_thumb > img{
		position: static;
		
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	.category_block_info{
		padding: 20px 30px 20px 30px;
	}
	.category_title{
		line-height: 1.2em;
	}
}

@media (max-width: 767px){
	.category_date{
		bottom: 5px;
		left: 15px;
	}
	.category_block_info{
		padding: 10px 15px 10px 15px;
	}
	.category_title{
		font-size: 2.4em;
	}
}

@media (max-width: 540px){
	.category_block{
		margin-bottom: 30px;
	}
	.category_title{
		font-size: 1.8em;
	}
	.category_date{
		font-size: 1.6em;
	}
	#post_navigation{
		margin-bottom: 30px;
	}
}
/*BEGIN #category_screen_2*/

/*END CATEGORY ====================================*/

/*BEGIN SINGLE*/
#single_new_content{
	padding-top: 220px;
	background: #fff;
}
#single_new_content_inner{
	padding: 0 15px;
}
#single_new_content h1{
	font-family: 'Raleway-Light';
    font-size: 2.6em;
    color: #000;
	margin-top: 0;
	margin-left: -3px;
}
#single_new_content_inner img{
	width: 100%;
	height: auto;
}
#single_new_content_inner p{
	font-family: 'Raleway-Light';
    font-size: 1.6em;
    color: #000;
	letter-spacing: 0.3px;
}
#single_new_content_inner p.single_new_blog_date{
	font-family: 'Raleway-Light';
    font-size: 2.6em;
    color: #000;
	margin-bottom: 17px;
}
#single_new_content_inner iframe{
    width: 100%;
    height: auto;
    margin-top: 13px;
    margin-bottom: 7px;
}
#facebook_share_wrap{
    height: 36px;
    margin: 58px 0 58px 0;
    text-align: left;
}
.facebook_share{
    width: 160px !important;
    margin: 0 !important;
    cursor: pointer;
	
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#single_pag_wrap{
    width: 100%;
    height: 28px;
    margin-bottom: 50px;
}
.single_pag{
    width: 50%;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.single_pag a{
	color: inherit !important;
	
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#single_pag_prev{
    float: left;
}
#single_pag_next{
    float: right;
	text-align: right;
}

@media (min-width: 1261px){
	.facebook_share:hover{
		opacity: 0.6;
	}
	.single_pag a:hover{
		opacity: 0.6;
	}
}

@media (max-width: 1050px){
	/*#single_new_content h1{
		font-size: 4em;
	}
	#single_new_content_inner p.single_new_blog_date{
		font-size: 2.7em;
	}*/
}

@media (max-width: 767px){
	#single_new_content{
		padding-top: 75px;
	}
	/*#single_new_content h1{
		font-size: 3.6em;
	}
	#single_new_content_inner p.single_new_blog_date{
		font-size: 2.6em;
	}*/
	#facebook_share_wrap{
		margin: 40px 0 40px 0;
	}
	#single_pag_wrap{
		margin-bottom: 40px;
	}
}

@media (max-width: 540px){
	/*#single_new_content h1{
		font-size: 3em;
	}*/
	#single_new_content_inner p.single_new_blog_date{
		font-size: 1.6em;
	}
	#single_new_content_inner p{
		font-size: 1.6em;
	}
	#facebook_share_wrap{
		margin: 30px 0 30px 0;
	}
	#single_pag_wrap{
		margin-bottom: 30px;
	}
}

@media (max-width: 400px){
	#single_new_content h1{
		font-size: 2.6em;
	}
	#single_pag_wrap{
		height: 22px;
	}
	#single_new_content_inner p.single_pag{
		font-size: 1.4em;
	}
}
/*END SINGLE*/

/*BEGIN MAIN PAGE =================================*/
/*BEGIN #page_main_video_screen*/ 
#page_main_video_screen, #page_main_video_screen_decor_block, #page_main_video_screen_phantom{
	/*display: none;*/
}
#page_main_video_screen{
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: url(../img/page_main/top_bg.jpg) no-repeat center 0;	
	background-size: cover;
	overflow: hidden;
	
	-webkit-transition: height 0.6s ease-out;
	-moz-transition: height 0.6s ease-out;
	transition: height 0.6s ease-out;
}
#page_main_video_screen_decor_block{
	z-index: 2;
	position: relative;
	width: 100%;
    /*height: 0;*/
    height: 100vh;
    background: url(../img/page_main/page_main_video_screen_decor_block_bg.png) no-repeat center center;
    background-size: cover;
}
#page_main_video_screen_decor_block_before{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.15);
}
#page_main_video_screen_phantom{
	width: 100%;
	height: 100vh;
	background: transparent;
}
#video_block{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
#video_block_cover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
}
#video{
	position: absolute;
	top: 0;
    left: 50%;
    height: 100vh;
   
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	
	display: none;
}
#video.proportion{
	top: 50%;
    left: 0;
    width: 100vw;
	height: auto;
   
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    #page_main_video_screen{
		position: absolute;
	}
	#page_main_video_screen_decor_block, #page_main_video_screen_decor_block_before{
		display: none;
	}
}

@supports (-ms-ime-align:auto){
	#page_main_video_screen{
		position: absolute;
	}
	#page_main_video_screen_decor_block, #page_main_video_screen_decor_block_before{
		display: none;
	}
}

@media (max-width: 767px){
	#page_main_video_screen{
		position: absolute;
	}
	#page_main_video_screen_decor_block, #page_main_video_screen_decor_block_before{
		display: none;
	}
}
/*END #page_main_video_screen*/ 

/*BEGIN #page_main_screen_1*/
#page_main_h1{
	font: 0/0 a;
	margin: 0;
    color: transparent; 
}
#page_main_screen_1{
	z-index: 8;
	position: relative;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: #050708;
	/*border-top: 1px solid rgba(255,255,255,0.1);*/
}
#main_slider, #main_slider *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
#main_slider{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 496px;
	border: 0px solid red;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#main_slider .main_slider_block{
	position: relative;
	max-width: 1230px;
	margin: auto;
	height: 100%;
	border: 0px solid blue;
}
#main_slider .wrapper{
	position: absolute;
	left: 0;
	margin-left: 0;
	width: 50000px;
	height: 100%;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}
#main_slider .slide{
	float: left;
	z-index: -1;
	position: relative;
	width: 1230px;
	height: 100%;
	border: 0px solid #fff;
	opacity: 0;
	
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
#main_slider .slide.active{
	z-index: 1;
	opacity: 1
}
#main_slider .photo_wrap{
	position: absolute;
	top: 50%;
	right: 150px;	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
	-webkit-transition: right 0.6s 0.2s ease-out;
	transition: right 0.6s 0.2s ease-out;
}
#main_slider .photo_wrap img{
	display: block;
	width: 521px;
	height: auto;
}
#main_slider .slide.active .photo_wrap{
	right: 115px;
}
#main_slider .text_decor{
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 95px;
	pointer-events: none;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
	-webkit-transition: left 0.6s 0.2s ease-out;
	transition: left 0.6s 0.2s ease-out;
}
#main_slider .slide .photo_wrap a{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: default;
	display: none !important;
}
#main_slider .slide.active .photo_wrap a{
	cursor: url(../img/general/empty_curspr.png), none; 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	#main_slider .slide.active .photo_wrap a{
		cursor: pointer;
	}
}
#main_slider .slide .photo_wrap .cover_gr{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	
	-webkit-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;
}
#main_slider .slide.active .text_decor{
	left: 60px;
}
#main_slider .slide .text_decor p.first_slide_text{
	font-family: 'Cassandra';
	font-size: 3.16em;
	color: #fff;
	margin-top: -30px;
}
#main_slider .slide .text_decor p.second_slide_text{
	background: #fff;
	height: 242px;
	width: 242px;
	margin-top: -30px;
	margin-left: 130px;
	padding: 45px 0 0 45px;
	color: #000;
}
#main_slider .slide .text_decor p.second_slide_text > span{
	display: block;
	line-height: 0.9em;
}
#main_slider .slide .text_decor p.second_slide_text > span:nth-child(1){
	font-family: 'Raleway-Thin';
	font-size: 4.2em;
}
#main_slider .slide .text_decor p.second_slide_text > span:nth-child(2){
	font-family: 'Raleway-Bold';
	font-size: 12.1em;
}
#main_slider .slide .text_decor p.second_slide_text > span:nth-child(2) span{
	font-size: 0.4em;
}
#main_slider .fader_line{
	position: relative;
	width: 330px;
	margin: auto;
	height: 16px;
	border: 0px solid #777777;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#main_slider .fader{
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 66px;
	height: 16px;
	background: transparent;
	cursor: pointer;
	
	-webkit-transition: left 0.2s linear;
	transition: left 0.2s linear;
}
#main_slider .fader > div:nth-child(1){
	position: relative;
	top: 7px;
	width: 100%;
	height: 3px;
	background: #fff;
}
#main_slider .fader > div:nth-child(2){
	position: absolute;
	top: 3px;
	left: 50%;
	
	width: 0;
	height: 0;
	border-top: 10px solid #fff; 
	border-right: 10px solid transparent;	
	
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
#main_slider  .fader_cnt{
	position: absolute;
	top: -20px;
	left: 0;
	cursor: default !important;
	
	font-family: 'Raleway-Thin';
	font-size: 1.3em;
	color: #fff;
	text-align: center;
	width: 100%;
	letter-spacing: 1px;
}
#main_slider .fader_line_visible{
	z-index: 1;
	position: absolute;
	bottom: 6px;
	left: 50%;
	width: 330px;
	height: 3px;
	background: #515152;
	opacity: 0.6;

	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);	
}
#main_slider .navlinks{
	z-index: 2;
	width: 330px;
	height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: orange;
	opacity: 0;
	
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#main_slider .navlinks ul{
	cursor: default;
	list-style: none;
	text-align: center;
	margin: 0;
}
#main_slider .navlinks ul li{
	display: inline-block;
	width: 20%;
	height: 16px;
	margin: 0;
	background: #777777;
	cursor: pointer;
}
#main_slider .navlinks ul li.active{
	background: lightblue;
}
#main_slider .nav{
	position: absolute;
	top: 50%;
	opacity: 1;
	cursor: pointer;
	
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#main_slider .nav.prev{
	left: 0;
}
#main_slider .nav.next{
	right: 0;
}

@media (min-width: 1261px){
	/*#main_slider .slide .photo_wrap:hover .cover_gr{
		background: rgba(0,0,0,0);
	}*/
}

@media (max-width: 1260px){
	#main_slider{
		height: 410px;
	}
	#main_slider .main_slider_block, #main_slider .slide{
		width: 960px;
	}
	#main_slider .slide .photo_wrap{
		right: 85px;
	}
	#main_slider .slide.active .photo_wrap{
		right: 50px;
	}
	#main_slider .photo_wrap img{
		width: 400px;
		height: auto;
	}
	
	#main_slider .slide .text_decor p.second_slide_text{
		width: 180px;
		height: 180px;
		margin-left: 100px;
		padding: 35px 0 0 33px;
	}
	#main_slider .slide .text_decor p.second_slide_text > span:nth-child(1){
		font-family: 'Raleway-Thin';
		font-size: 3.6em;
	}
	#main_slider .slide .text_decor p.second_slide_text > span:nth-child(2){
		font-family: 'Raleway-Bold';
		font-size: 8em;
	}
	#main_slider .slide .text_decor p.second_slide_text > span:nth-child(2) span{
		font-size: 0.4em;
	}
}

@media (max-width: 991px){
	#main_slider .main_slider_block, #main_slider .slide{
		width: 736px;
	}
}

@media (max-width: 767px){
	#page_main_screen_1{
		min-height: 510px;
	}
	#main_slider{
		height: 430px;
	}
	#main_slider .main_slider_block, #main_slider .slide{
		width: 290px;
	}
	#main_slider .slide .photo_wrap, #main_slider .text_decor{
		position: relative;
		top: 0;
		width: 290px;
		left: 0 !important;
		right: auto !important;
		margin-left: auto;
		margin-right: auto;
		
		-webkit-transform: none;
		transform: none;
	}
	#main_slider .slide .photo_wrap img{
		width: 100%;
		height: auto;
	}
	#main_slider .slide .text_decor p.first_slide_text{
		margin-top: 10px;
		font-size: 2.1em;
	}
	#main_slider .fader_line{
		display: none;
	}
	#main_slider .nav{
		top: auto;
		bottom: 0;
		
		-webkit-transform: none;
		transform: none;
	}
	#main_slider .slide .photo_wrap .cover_gr{
		display: none;
	}
	
	#main_slider .slide .text_decor p.second_slide_text{
		width: auto;
		height: auto;
		padding: 0;
		color: #fff;
		background: none;
		
		margin-top: 45px;
		margin-left: 0;
		font-size: 3em;
		text-align: center;
	}
	#main_slider .slide .text_decor p.second_slide_text > span{
		display: inline;
	}
	#main_slider .slide .text_decor p.second_slide_text > span:nth-child(1){
		font-size: 1em;
	}
	#main_slider .slide .text_decor p.second_slide_text > span:nth-child(2){
		font-size: 1em;
	}
	#main_slider .slide .text_decor p.second_slide_text > span:nth-child(2) span{
		font-size: 1em;
	}
}

@media (max-height: 560px) and (min-width: 768px){
	#page_main_screen_1{
		height: 560px;
	}
	#main_slider{
		margin-top: -20px;
	}
}
/*END #page_main_screen_1*/

/*BEGIN .page_main_full_screen*/
.page_main_full_screen{
	position: relative;
	height: 100vh;
}
.page_main_full_screen::before{
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	background: #fff;
}
.last_white_margin{
	width: 100%;
	height: 20px;
	background: #fff;
}
.page_main_full_screen .title_block{
	padding: 50px 15px 0 15px;
	text-align: center;
}
.page_main_full_screen .title_block p{
	font-family: 'Raleway-Light';
	font-size: 2.17em;
	color: #fff;
}
.page_main_full_screen .title_block h2{
	margin: 0;
	font-family: 'Raleway-Light';
	font-size: 4.2em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.page_main_full_screen .title_block p.black, .page_main_full_screen .title_block h2.black{
	color: #000;
}
.page_main_full_screen .view_block{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 330px;
	height: 105px;
	background: url(../img/page_main/greed.png) no-repeat center top;
	outline: none !important;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.page_main_full_screen .view_block a{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	line-height: 40px;
	background: #000;
	text-align: center;
	outline: none !important;
	
	font-family: 'Raleway-Light';
	font-size: 1.4em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.page_main_full_screen .view_block a img{
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	height: auto;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page_main_full_screen .view_block a span:first-child{
	position: absolute;
	top: 50%;
	left: 23px;
	width: 3px;
	height: 3px;
	background: #fff;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page_main_full_screen .view_block a span:last-child{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

@media (min-width: 1261px){
	.page_main_full_screen .view_block a:hover span:last-child{
		opacity: 1;
	}
}

@media (max-width: 1260px){
	.page_main_full_screen{
		background-attachment: scroll !important; 
	}
}

@media (max-width: 520px){
	.page_main_full_screen .title_block{
		padding: 22px 15px 0 15px;
	}
	.page_main_full_screen .title_block h2{
		font-size: 3em;
	}
	.page_main_full_screen .title_block p{
		margin-bottom: 5px;
	}
	.page_main_full_screen .view_block{
		width: 290px;
		height: 92px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .page_main_full_screen{
		background-attachment: scroll !important; 
	}
}

@supports (-ms-ime-align:auto){
	.page_main_full_screen{
		background-attachment: scroll !important; 
	}
}
/*END .page_main_full_screen*/

/*BEGIN #page_main_screen_2*/
#page_main_screen_2{
	background: url(../img/page_main/screen_2_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
/*END #page_main_screen_2*/

/*BEGIN #page_main_screen_3*/
#page_main_screen_3{
	background: url(../img/page_main/screen_3_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}

@media (max-width: 800px){
	#page_main_screen_3{
		background: url(../img/page_main/screen_3_bg_device.jpg) no-repeat center top;
		background-size: cover;
	}
}
/*END #page_main_screen_3*/

/*BEGIN #page_main_screen_4*/
#page_main_screen_4{
	background: url(../img/page_main/screen_4_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
/*END #page_main_screen_4*/

/*BEGIN #page_main_screen_5*/
#page_main_screen_5{
	background: url(../img/page_main/screen_5_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
/*END #page_main_screen_5*/
/*END MAIN PAGE ====================================*/

/*BEGIN ABOUT US PAGE ==============================*/
/*BEGIN #page_about_us_screen_1*/
#page_about_us_screen_1{
	z-index: 8;
	position: relative;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: #191919;
}
#about_us_slider, #about_us_slider *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
#about_us_slider{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 590px;
	margin-top: 60px;
	border: 0px solid red;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#about_us_slider .main_slider_block{
	position: relative;
	max-width: 1230px;
	margin: auto;
	height: 100%;
	border: 0px solid blue;
}
#about_us_slider .wrapper{
	position: absolute;
	left: 0;
	margin-left: 0;
	width: 50000px;
	height: 100%;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}
#about_us_slider .slide{
	float: left;
	z-index: -1;
	position: relative;
	width: 1230px;
	height: 100%;
	border: 0px solid #fff;
	opacity: 0;
	
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
#about_us_slider .width_block{
	position: relative;
	width: 100%;
	height: 100%;
}
#about_us_slider .slide.active{
	z-index: 1;
	opacity: 1
}
#about_us_slider .photo_wrap{
	position: absolute;
	top: 0;
	right: 150px;	

	-webkit-transition: right 0.6s 0.2s ease-out;
	transition: right 0.6s 0.2s ease-out;
}
#about_us_slider .photo_wrap img{
	display: block;
	width: 881px;
	height: auto;
}
#about_us_slider .slide.active .photo_wrap{
	right: 75px;
}
#about_us_slider .text_decor{
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 120px;
	width: 395px;
	height: 224px;
	border: 1px solid rgba(255,255,255,0.2);
	
	-webkit-transition: left 0.6s 0.2s ease-out;
	transition: left 0.6s 0.2s ease-out;
}
#about_us_slider .text_decor::before{
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: -9px;
	width: 395px;
	height: 224px;
	border: 1px solid #d2b576;
}
#about_us_slider .text_decor img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#about_us_slider .slide .text_decor .text_block{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#about_us_slider .slide .text_decor p{
	margin: 0;
}
#about_us_slider .slide .text_decor p.margin_bottom{
	margin-bottom: 10px;
}
#about_us_slider .slide .text_decor p.simple{
	font-family: 'Raleway-Light';
	color: #fff;
	letter-spacing: 0.4px;
}
#about_us_slider .slide .text_decor p.simple .color{
	color: #d6b979;
}
#about_us_slider .slide .text_decor p.simple_16{
	font-size: 1.6em;
	line-height: 1.6em;
}
#about_us_slider .slide .text_decor p.simple_20{
	font-size: 2em;
	line-height: 1.6em;
}
#about_us_slider .slide .text_decor p.simple_29{
	font-size: 2.9em;
	line-height: 1.6em;
}
#about_us_slider .slide .text_decor p.simple_46{
	font-family: 'Cassandra';
	font-size: 4.62em;
    /*font-size: 3.16em;*/
	line-height: 1.3em;
}
#about_us_slider .slide .text_decor p.cas{
	font-family: 'Cassandra';
}
#about_us_slider .slide .text_decor p.simple_30{
	font-size: 3.1em;
}
#about_us_slider .slide .text_decor p.simple_30 .dashed{
	border-bottom: 2px dashed #debf7c;
	color: inherit !important;
}
#about_us_slider .slide .text_decor p.cassandra{
	font-family: 'Cassandra';
	color: #000;
	line-height: 1.3em;
}
#about_us_slider .slide .text_decor p.cassandra span, .cspan{
	color: #d3a134;
}
#about_us_slider .slide .text_decor p.cassandra_36{
	font-size: 3.6em;
}
#about_us_slider .slide.active .photo_wrap a{
	cursor: url(../img/general/empty_curspr.png), none; 
}
#about_us_slider .slide.active .text_decor{
	left: 66px;
}
#about_us_slider .fader_line{
	position: absolute;
	bottom: 9px;
	right: 220px;
	width: 392px;
	height: 16px;
	border: 0px solid #777777;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#about_us_slider .fader{
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 66px;
	height: 16px;
	background: transparent;
	cursor: pointer;
	
	-webkit-transition: left 0.2s linear;
	transition: left 0.2s linear;
}
#about_us_slider .fader > div:nth-child(1){
	position: relative;
	top: 7px;
	width: 100%;
	height: 3px;
	background: #fff;
}
#about_us_slider .fader > div:nth-child(2){
	position: absolute;
	top: 3px;
	left: 50%;
	
	width: 0;
	height: 0;
	border-top: 10px solid #fff; 
	border-right: 10px solid transparent;	
	
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
#about_us_slider  .fader_cnt{
	position: absolute;
	top: -20px;
	left: 0;
	cursor: default !important;
	
	font-family: 'Raleway-Thin';
	font-size: 1.3em;
	color: #fff;
	text-align: center;
	width: 100%;
	letter-spacing: 1px;
}
#about_us_slider .fader_line_visible{
	z-index: 1;
	position: absolute;
	bottom: 6px;
	left: 50%;
	width: 392px;
	height: 3px;
	background: #515152;
	opacity: 0.6;

	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);	
}
#about_us_slider .navlinks{
	z-index: 2;
	width: 392px;
	height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: orange;
	opacity: 0;
	
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#about_us_slider .navlinks ul{
	cursor: default;
	list-style: none;
	text-align: center;
	margin: 0;
}
#about_us_slider .navlinks ul li{
	display: inline-block;
	width: 20%;
	height: 16px;
	margin: 0;
	background: #777777;
	cursor: pointer;
}
#about_us_slider .navlinks ul li.active{
	background: lightblue;
}
#about_us_slider .nav{
	position: absolute;
	top: 50%;
	opacity: 1;
	cursor: pointer;
	
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#about_us_slider .nav.prev{
	left: 0;
}
#about_us_slider .nav.next{
	right: 0;
}
#page_about_us_screen_1_after{
    width: 100%;
    height: 20px;
    background: #fff;
}

@media (max-width: 1260px){
	#about_us_slider .main_slider_block, #about_us_slider .slide{
		width: 1000px;
	}
	#about_us_slider{
		height: 490px;
		margin-top: 40px;
	}
	#about_us_slider .width_block{
		width: 100%;
		max-width: 100%;
		margin: auto;
	}
	#about_us_slider .photo_wrap{
		top: 50%;
		margin-top: -20px;
		
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#about_us_slider .photo_wrap img{
		width: 520px;
	}
	#about_us_slider .text_decor{
		bottom: 14px;
	}
	#about_us_slider .fader_line{
		right: 75px;
	}
}

@media (max-width: 1050px){
	#about_us_slider .main_slider_block, #about_us_slider .slide{
		width: 736px;
	}
	#about_us_slider{
		height: 430px;
		margin-top: 30px;
	}
	#about_us_slider .photo_wrap{
		margin-top: -30px;
	}
	#about_us_slider .fader_line{
		display: none;
	}
	#about_us_slider .text_decor::before{
		display: none;
	}
}

@media (max-width: 767px){
	#about_us_slider .main_slider_block, #about_us_slider .slide{
		width: 290px;
	}
	#about_us_slider .slide .photo_wrap{
		position: relative;
		top: 0;
		right: 0 !important;
		width: 100%;
		margin-top: 0;
		
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#about_us_slider .photo_wrap img{
		width: 100%;
	}
	#about_us_slider .slide .text_decor{
		position: relative;
		bottom: auto;
		left: 0 !important;
		width: 290px;
		height: 165px;
		margin-top: 10px;
	}
	#about_us_slider .slide .text_decor p br{
		display: none;
	}
	#about_us_slider .slide .text_decor p.simple_16{
		font-size: 1.3em;
		line-height: 1.4em;
	}
	#about_us_slider .slide .text_decor p.simple_20{
		font-size: 1.6em;
		line-height: 1.4em;
	}
	#about_us_slider .slide .text_decor p.simple_46{
		font-size: 2.56em;
	}
	#about_us_slider .slide .text_decor p.simple_46 .dashed{
		border-bottom: 1px dashed #debf7c;
	}
	#about_us_slider .slide .text_decor p.simple_29{
		font-size: 1.6em;
	}
	#about_us_slider .slide .text_decor p.simple_30{
		font-size: 2.6em;
	}
	#about_us_slider .slide .text_decor p.cassandra_36{
		font-size: 2.5em;
		line-height: 1.4em;
	}
	#about_us_slider .nav{
		top: auto;
		bottom: 0;
		
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (max-height: 900px) and (min-width: 1261px){
	#about_us_slider{
		height: 550px;
		margin-top: 80px;
	}
	#about_us_slider .text_decor{
		bottom: 14px;
	}
}

@media (max-height: 800px) and (min-width: 1261px){
	#about_us_slider .photo_wrap{
		top: 50%;
		margin-top: -20px;
		
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#about_us_slider .photo_wrap img{
		width: 750px;
	}
}

@media (max-height: 750px) and (min-width: 1261px){
	#about_us_slider{
		height: 490px;
	}
	#about_us_slider .width_block{
		width: 100%;
		max-width: 1000px;
		margin: auto;
	}
	#about_us_slider .fader_line{
		right: 190px;
	}
}

@media (max-height: 700px) and (min-width: 1261px){
	#about_us_slider{
		height: 370px;
	}
	#about_us_slider .photo_wrap img{
		width: 520px;
	}
}

@media (max-height: 560px){
	#page_about_us_screen_1{
		height: 580px;
	}
	#about_us_slider .text_decor::before{
		display: none;
	}
}
/*END #page_about_us_screen_1*/
/*END ABOUT US PAGE ================================*/

/*BEGIN LOOKBOOK PAGE ==============================*/
#page_lookbook_screen_1{
	position: relative;
	background: #fff;
	padding-top: 184px;
	padding-bottom: 8px;
}
#lookbook_switch_block, #lookbook_switch_block *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
#lookbook_switch_block{
	width: 468px;
	height: 64px;
	margin: auto;
	border: 0px solid #000;
}
.lookbook_switch{
	float: left;
	position: relative;
	/*width: 50%;*/
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
}
.lookbook_switch span{
	z-index: 2;
	position: relative;
	
	font-family: 'Raleway-Regular';
	font-size: 1.3em;
	color: #000;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.lookbook_switch.active{
	cursor: default;
}
.lookbook_switch::after{
	content: "";
	z-index: 1;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #efefef;
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.lookbook_switch.active::after{
	opacity: 1;
}
.lookbook_slider, .lookbook_slider *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
.lookbook_slider_block{
	position: relative;
	padding-bottom: 46.8%;
	overflow: hidden;
	display: none;
}
.lookbook_slider_block.active{
	display: block;
}
.lookbook_slider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px solid red;
}
.lookbook_slider .main_slider_block{
	position: relative;
	margin: auto;
	height: 100%;
	border: 0px solid blue;
}
.lookbook_slider .wrapper{
	position: relative;
	left: 0;
	margin-left: 0;
	width: 500000px;
	height: auto;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}
.lookbook_slider .slide{
	float: left;
	position: relative;
	width: 100vw;
	height: auto;
	border: 0px solid #fff;
}
.lookbook_slider .photo_wrap{
	position: relative;
	top: 0;
	left: 0;	
	width: 100vw;
}
.lookbook_slider .photo_wrap img{
	display: block;
	width: 100vw;
	height: auto;
}

.lookbook_slider .fader_line{
	z-index: 2;
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 930px;
	height: 16px;
	border: 0px solid #777777;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lookbook_slider .fader{
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 66px;
	height: 16px;
	background: transparent;
	cursor: pointer;
	
	-webkit-transition: left 0.2s linear;
	transition: left 0.2s linear;
}
.lookbook_slider .fader > div:nth-child(1){
	position: relative;
	top: 7px;
	width: 100%;
	height: 3px;
	background: #fff;
}
.lookbook_slider .fader > div:nth-child(2){
	position: absolute;
	top: 3px;
	left: 50%;
	
	width: 0;
	height: 0;
	border-top: 10px solid #fff; 
	border-right: 10px solid transparent;	
	
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.lookbook_slider  .fader_cnt{
	position: absolute;
	top: -20px;
	left: 0;
	cursor: default !important;
	
	font-family: 'Raleway-Thin';
	font-size: 1.3em;
	color: #fff;
	text-align: center;
	width: 100%;
	letter-spacing: 1px;
}
.lookbook_slider .fader_line_visible{
	z-index: 1;
	position: absolute;
	bottom: 6px;
	left: 50%;
	width: 930px;
	height: 3px;
	background: #515152;
	opacity: 0.6;

	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);	
}
.lookbook_slider .navlinks{
	z-index: 2;
	width: 930px;
	height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: orange;
	opacity: 0;
	
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lookbook_slider .navlinks ul{
	cursor: default;
	list-style: none;
	text-align: center;
	margin: 0;
}
.lookbook_slider .navlinks ul li{
	display: inline-block;
	width: 20%;
	height: 16px;
	margin: 0;
	background: #777777;
	cursor: pointer;
}
.lookbook_slider .navlinks ul li.active{
	background: lightblue;
}
.lookbook_slider .nav{
	position: absolute;
	top: 50%;
	opacity: 1;
	cursor: pointer;
	
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lookbook_slider .nav.prev{
	left: 15px;
}
.lookbook_slider .nav.next{
	right: 15px;
}

#lookbook_slider_first .fader{
	width: 27px !important;
}
#lookbook_slider_second .fader{
	width: 27px !important;
}

@media (min-width: 1260px) and (min-height: 900px){
	/*.lookbook_slider_block{
		padding-bottom: 0;
		height: calc(100vh - 248px);
		overflow: hidden;
	}*/
}

@media (max-width: 991px){
	.lookbook_slider_block .fader_line{
		display: none;
	}
}

@media (max-width: 767px){
	#page_lookbook_screen_1{
		padding-top: 50px;
	}
	#lookbook_switch_block{
		width: 290px;
		height: 50px;
	}
	.lookbook_switch{
		height: 50px;
		line-height: 50px;
	}
	.lookbook_switch span{
		font-size: 1em;
		letter-spacing: 0.2px;
	}
	.lookbook_switch::after{
		height: 50px;
	}
	.lookbook_slider .fader_line{
		display: none;
	}
}
/*END LOOKBOOK PAGE ================================*/

/*BEGIN BRANDS PAGE ================================*/

/*BEGIN #page_brands_screen_1*/
#page_brands_screen_1{
	background: #191919;
	min-height: 100vh;
	padding: 250px 15px 65px 15px;
}
#page_brands_screen_1_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 920px;
	margin: 60px auto 0;
	border: 0px solid lightblue;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
}
.brand, .brand *{
	cursor: pointer;
}
.brand{
	position: relative;
	width: 25%;
	min-height: 120px;
	border: 0px solid red;
	overflow: hidden;
}
.brand > img{
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.main_brand_logo{
	display: block;
	margin: auto;
	opacity: 1;
}
.hover_brand_logo{
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.brand_hover_block{
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.1) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.1) 50%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.1) 50%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00000000',GradientType=1 ); 
	
	opacity: 0;
	
	-webkit-transition: opacity 0.2s ease-in-out, left 0.2s ease-out 0.1s;
	transition: all 0.2s ease-in-out, left 0.2s ease-out 0.1s;
	
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.brand::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 14px;
	height: 14px;
	border-right: 3px solid #debf7c;
	border-bottom: 3px solid #debf7c;
	opacity: 0;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.brand.active .main_brand_logo{
	opacity: 0;
}
.brand.active .hover_brand_logo{
	opacity: 1;
}
.brand.active .brand_hover_block{
	opacity: 1;
	left: -100%;
}
.brand.active::after{
	opacity: 1;
}

@media (min-width: 1261px){
	.brand:hover .main_brand_logo{
		opacity: 0;
	}
	.brand:hover .hover_brand_logo{
		opacity: 1;
	}
}

@media (max-width: 1260px){
	.brand > img{
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
}

@media (max-width: 991px){
	#page_brands_screen_1_inner{
		position: relative;
		top: 50px;
		left: 0;
		margin: 0 auto;
		
		-webkit-transform: none;
		transform: none;
	}
	.brand{
		width: 30%;
	}
}

@media (max-width: 767px){
	#page_brands_screen_1{
		padding-top: 115px;
	}
	#page_brands_screen_1_inner{
		top: 0;
	}
	.brand{
		width: 50%;
	}
}

@media (max-width: 460px){
	.brand{
		width: 100%;
	}
}

@media (max-height: 800px) and (min-width: 992px){
	#page_brands_screen_1_inner{
		margin-top: 80px;
	}
}

@media (max-height: 700px) and (min-width: 992px){
	#page_brands_screen_1_inner{
		margin-top: 100px;
	}
}

@media (max-height: 600px) and (min-width: 992px){
	#page_brands_screen_1{
		height: 680px;
	}
	#page_brands_screen_1_inner{
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto;
		
		-webkit-transform: none;
		transform: none;
	}
}
/*END #page_brands_screen_1*/

/*BEGIN #page_brands_screen_2*/
#page_brands_screen_2{
	position: relative;
	min-height: 100vh;
	background: #191919;
}
#brand_canvas{
	position: relative;
}
.brand_info_wrapper{
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
}
.brand_info_wrapper.casare{
	background: url(../img/brands/backgrounds/casare/1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.brand_info_wrapper.santoni{
	background: url(../img/brands/backgrounds/santoni/1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.brand_info_wrapper.silvano{
	background: url(../img/brands/backgrounds/silvano/1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.brand_info_wrapper.mandeli{
	background: url(../img/brands/backgrounds/mandeli/1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.brand_info_wrapper.dorian{
	background: url(../img/brands/backgrounds/dorian/1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.brand_info_wrapper.fedeli{
	background: url(../img/brands/backgrounds/fedeli/1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.brand_info_wrapper.fray{
	background: url(../img/brands/backgrounds/fray/1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.brand_info_wrapper.moorer{
	background: url(../img/brands/backgrounds/moorer/1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.brand_info_wrapper.tardini{
	background: url(../img/brands/backgrounds/tardini/1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.brand_info_wrapper.scissor{
	background: url(../img/brands/backgrounds/scissor/1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.brand_info_wrapper.doucals{
	background: url(../img/brands/backgrounds/doucals/1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.brand_info_wrapper.rota{
	background: url(../img/brands/backgrounds/rota/1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}

.brand_info_block{
	position: relative;
	width: 100%;
	min-height: 100vh;
	max-width: 800px;
	margin: auto;
}
.brand_text_wrapper{
	position: relative;
	width: 360px;
	padding: 25px 30px 49px 30px;
	background: #f8f8f8;
}
.brand_text_wrapper::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% - 30px);
	border: 2px solid #debf7c;
	pointer-events: none;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .brand_text_wrapper::after{
		display: none;
	}
	.brand_info_wrapper{
		background-attachment: scroll !important;
	}
}

@supports (-ms-ime-align:auto){
	.brand_text_wrapper::after{
		display: none;
	}
	.brand_info_wrapper{
		background-attachment: scroll !important;
	}
}

.black_brand_logo{
	display: block;
	margin: 0 auto 5px;
}
.brand_text{
	font-family: 'Raleway-Regular';
	font-size: 1.6em;
	color: #000;
	line-height: 1.7em;
	letter-spacing: 0.4px;
}
.brand_link{
	position: relative;
	left: 50%;
	display: inline-block;
	line-height: 36px;
	border: 1px solid #d0d0d0;
	padding: 0 16px 0 40px;
	
	font-family: 'Raleway-Regular';
	font-size: 1.6em;
	color: #debf7c !important;
	letter-spacing: 0.4px;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.chaine{
	position: absolute;
	top: 11px;
	left: 16px;
	display: block;
	width: 16px;
	height: 15px;
	background: url(../img/brands/chaine.png) no-repeat center center;
}
.brand_link_block{
	position: relative;
	margin: 40px auto 0;
	min-height: 38px;
}

@media (max-width: 1260px){
	.brand_info_wrapper{
		background-attachment: scroll !important;
	}
}

@media (max-width: 991px){
	#page_brands_screen_2, .brand_info_block, .brand_info_wrapper{
		min-height: 100vh;
		height: auto;
	}
	.brand_info_wrapper{
		position: relative;
	}
	.brand_info_block{
		padding: 0 15px;
	}
}

@media (max-width: 767px){
	#page_brands_screen_2{
		min-height: 480px;
		height: auto;
	}
	.brand_info_block, .brand_info_wrapper{
		min-height: auto;
		height: auto;
	}
	.brand_info_wrapper{
		position: relative;
		padding-bottom: 50px;
	}
	.brand_info_block{
		padding: 0 15px;
	}
}

@media (max-width: 600px){
	.brand_info_wrapper{
		background: #191919 !important;
		padding-bottom: 15px;
	}
	.brand_text_wrapper{
		margin: auto;
		width: 100%;
		padding: 25px 15px 49px 15px;
	}
}

@media (max-height: 600px) and (min-width: 992px){
	#page_brands_screen_2, .brand_info_block{
		min-height: auto;
		height: 600px;
	}
}
/*END #page_brands_screen_2*/

/*END BRANDS PAGE ==================================*/

/*BEGIN 404 PAGE ===================================*/
#nopage{
	position: relative;
	width: 100%;
	height: 100vh;
	background: #191919;
}
#nopage_inner{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#nopage_inner p:nth-child(1){
	font-family: 'Raleway-Regular';
	font-size: 5em;
	color: #fff;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
#nopage_inner p:nth-child(2){
	font-family: 'Raleway-Regular';
	font-size: 3.12em;
	color: #fff;
	letter-spacing: 0.4px;
}

@media (max-width: 767px){
	#nopage_inner p:nth-child(1){
		margin-bottom: 2px;
		font-size: 2.88em;
	}
	#nopage_inner p:nth-child(2){
		font-size: 1.8em;
	}
}
/*END 404 PAGE =====================================*/