/* ========================= Default ========================= */
* {
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height:100%;
	width: 100%;
	min-width: auto;
	min-height: 100%;
	margin:0;
	padding:0;
	font-family: "VDNH";
	font-weight: 200;
	color: #000000;
	font-size: 20px;
	line-height: normal;
	overflow: auto;
	background: #f5f5f5;
}

#page{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 0;
	overflow: hidden;
}
.page-content{
	display: inline-block;
	width: 100%;
}
.sidebar {
	position: fixed;
	width: 350px;
	top: 0;
	left: 0;
	overflow-x: hidden;
	height: 100vh;
	z-index: 100;
	background: #ffffff;
	-webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	display: flex;
	flex-direction: column;
}
.content {
	position: relative;
	margin-left: 350px;
}

.fullwidth-container{
	position: relative;
	padding: 20px;
}
.container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.row{
	padding-left: 15px;
	padding-right: 15px;
}
.row-out {
	margin-right: -15px;
	margin-left: -15px;
}
.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}
.container:after,
.row:after {
	clear: both;
}

/* ========================= Fonts ========================= */

/* font-family: "VDNH Light"; */
@font-face {
	font-family: "VDNH";
	src: url("../fonts/VDNH-Light.eot");
	src: url("../fonts/VDNH-Light.eot?#iefix")format("embedded-opentype"),
	url("../fonts/VDNH-Light.woff") format("woff"),
	url("../fonts/VDNH-Light.woff2") format("woff2"),
	url("../fonts/VDNH-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 200;
}
/* font-family: "VDNH Medium"; */
@font-face {
	font-family: "VDNH";
	src: url("../fonts/VDNH-Medium.eot");
	src: url("../fonts/VDNH-Medium.eot?#iefix")format("embedded-opentype"),
	url("../fonts/VDNH-Medium.woff") format("woff"),
	url("../fonts/VDNH-Medium.woff2") format("woff2"),
	url("../fonts/VDNH-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}
/* font-family: "VDNH Lebedev Regular"; */
@font-face {
	font-family: "VDNH";
	src: url("../fonts/VDNHLebedev2-Regular.eot");
	src: url("../fonts/VDNHLebedev2-Regular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/VDNHLebedev2-Regular.woff") format("woff"),
	url("../fonts/VDNHLebedev2-Regular.woff2") format("woff2"),
	url("../fonts/VDNHLebedev2-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}
/* font-family: "VDNH Lebedev Bold"; */
@font-face {
	font-family: "VDNH";
	src: url("../fonts/VDNHLebedev2-Bold.eot");
	src: url("../fonts/VDNHLebedev2-Bold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/VDNHLebedev2-Bold.woff") format("woff"),
	url("../fonts/VDNHLebedev2-Bold.woff2") format("woff2"),
	url("../fonts/VDNHLebedev2-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}
/* font-family: "Icons"; */
@font-face {
	font-family: 'icons';
	src:  url('../fonts/icons.eot?248nqn');
	src:  url('../fonts/icons.eot?248nqn#iefix') format('embedded-opentype'),
	url('../fonts/icons.ttf?248nqn') format('truetype'),
	url('../fonts/icons.woff?248nqn') format('woff'),
	url('../fonts/icons.svg?248nqn#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ========================= Fancybox ========================= */

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}

.fancybox-container {
	font-family: "VDNH";
}

/* ========================= Selectric ========================= */
.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	border-radius: 0;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 15px;
	font-size: 17px;
	line-height: 45px;
	color: #606060;
	height: 45px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 0;
	text-align: center;
}

.selectric .button:after {
	font-family: 'icons';
	content: "\e909";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 13px;
	color: #111111;
	transform: translate(-50%, -50%);
	text-align: center;
}

.selectric-focus .selectric {
	border-color: #aaaaaa;
}

.selectric-hover .selectric {
	border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
	color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .selectric {
	border-color: #c4c4c4;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */
.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f5f5f5;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items ul, .selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}

.selectric-items li {
	display: block;
	padding: 15px;
	font-size: 15px;
	color: #989898;
	cursor: pointer;
}

.selectric-items li.selected {
	background: #e3e3e3;
	color: #989898;
}

.selectric-items li.highlighted {
	background: #e3e3e3;
	color: #989898;
}

.selectric-items li:hover {
	background: #e3e3e3;
	color: #989898;
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

/* ========================= Checkbox ========================= */
.checkbox {
	display: inline-block;
	position: relative;
	line-height: 20px;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox input {
	position: absolute;
	opacity: 0;
	left: 0;
	cursor: pointer;
}
.checkbox span.check-text{
	font-size: 15px;
	color: #989898;
}
.check-mark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background: #f5f5f5;
}
.checkbox .check-mark:after {
	content: "";
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -3px;
	text-align: center;
	width: 6px;
	height: 10px;
	border: solid #111111;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkbox input:checked ~ .check-mark:after {
	display: block;
}

/* ========================= Typography ========================= */

h1{
	font-size: 70px;
	line-height: 80px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
}

h2{
	font-size: 50px;
	line-height: 60px;
	color: #000000;
	font-weight: 200;
}

p{
	font-size: 20px;
	font-weight: 200;
	line-height: 30px;
	color: #989898;
}

b{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #000000;
}

i.icon {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
i.divider {
	display: block;
	margin-top: 50px;
}

/* ========================= Link / Button ========================= */

.link{
	display: block;
}

a, button{
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover, button:hover{
	opacity: 0.8;
}

/* ========================= Styled Image ========================= */
.styled-image{
	position: relative;
	display: block;
}
.styled-image a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.styled-image a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(36,36,36,0.7);
	opacity: 0;
	transition: all 0.3s;
}
.styled-image a:after{
	font-family: 'icons';
	content: "\e914";
	position: absolute;
	top: -50%;
	left: 50%;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background: #f26d24;
	text-align: center;
	font-size: 20px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	opacity: 0;
	transition: all 0.5s;
}
.styled-image a img{
	width: 100%;
	height: auto;
}
.styled-image span{
	display: block;
	padding: 10px 15px;
	font-size: 15px;
	color: #989898;
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
}
.styled-image a:hover{
	opacity: 1;
}
.styled-image a:hover:before{
	opacity: 1;
}
.styled-image a:hover:after{
	opacity: 1;
	top: 50%;
}

/* ========================= Styled Quote ========================= */
.styled-quote{
	position: relative;
	display: block;
	padding: 60px;
	background: #94af97;
	overflow: hidden;
}
.styled-quote blockquote{
	display: block;
	font-size: 30px;
	color: #f5f5f5;
	font-weight: 400;
}
.styled-quote:before{
	font-family: 'icons';
	content: "\e90c";
	position: absolute;
	right: 40px;
	bottom: -5px;
	font-size: 45px;
	color: #f5f5f5;
}

/* ========================= Modal ========================= */
.modal {
	position: relative;
	width: 1000px;
	overflow: visible;
	padding: 0;
	margin: 0;
	display: none;
}
.modal.ajax-modal {
	display: inline-block;
}
.modal .fancybox-close-small {
	color: #ffffff;
	cursor: pointer;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -40px;
	top: -40px;
	width: 50px;
	z-index: 10;
}
.modal .fancybox-close-small svg {
	opacity: 1;
}

/* ========================= Tabs ========================= */
.tabs{
	position: relative;
	display: block;
	width: 100%;
}
.tab-navigate ul{
	position: relative;
	padding: 0;
	margin: 0 -15px;
	list-style-type: none;
	font-size: 0;
	text-align: center;
	z-index: 1;
}
.tab-navigate li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 15px;
}
.tab-navigate li a{
	position: relative;
	display: table;
	width: 100%;
	height: 122px;
	cursor: pointer;
	background: transparent;
	border-left: 0;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.1);
	transition: all 0.3s;
}
.tab-navigate li a:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -10px;
	left: 0;
}
.tab-navigate li a b {
	display: table-cell;
	vertical-align: middle;
	font-size: 50px;
	text-transform: uppercase;
}
.tab-navigate li a.color1 b{
	color: #eb8e62;
}
.tab-navigate li a.color2 b{
	color: #94af97;
}
.tab-navigate li a.color3 b{
	color: #7fbbc5;
}
.tab-navigate li a:hover,
.tab-navigate li a.active{
	background: #ffffff;
	opacity: 1;
}
.tab-navigate li a:hover:after,
.tab-navigate li a.active:after{
	background: #ffffff;
}
.tab-content {
	position: relative;
	display: none;
	height: 100%;
	width: 100%;
	padding: 50px 35px;
	background: #ffffff;
	margin: 0;
	z-index: 0;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
}
.tab-content .block{
	position: relative;
	padding: 0;
	margin: 0 -20px;
	list-style-type: none;
	font-size: 0;
	text-align: center;
}
.tab-content .block .box{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 20px;
	margin: 0;
	text-align: left;
}
.tab-content .styled-image{
	margin-top: 10px;
}

/* ========================= Gallery ========================= */
.gallery{
	position: relative;
	display: block;
}
.gallery .image-grid{
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0;
	text-align: center;
}
.gallery .image-grid .item{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0;
	margin: 0;
	text-align: left;
}
.gallery .image-grid .item a{
	display: block;
	width: 100%;
	height: 180px;
}
.gallery .image-grid .item a img{
	width: 100%;
	height: 100%;
}

/* ========================= Masonry Grid ========================= */

.grid-head {
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 30px;
}

.grid-item,
.grid-col-sizer {
	width: 24%;
}
.grid-gutter-sizer {
	width: 1.3333%;
}
.grid.are-images-unloaded .image-grid-item,
.grid.are-images-unloaded .grid-item {
	opacity: 0;
}
.grid-item {
	margin-bottom: 15px;
	float: left;
}

.grid-item.grid-item-3x,
.grid-col-sizer.grid-item-3x{
	width: 32.444%;
}

.grid-item.grid-item-double {
	width: 49.333%;
}
.grid-item img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.page-load-status {
	display: none;
	padding-top: 20px;
	text-align: center;
}

.grid.are-images-unloaded:before {
	content: '';
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: block;
	position: relative;
	border: 2px solid #e5e5e5;
	border-top-color: #989898;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
}

.form-errors {
	list-style: none;
	padding: 0;
	font-size: 15px;
	line-height: 24px;
	color: #ed4751;
}

.form-errors li {
	padding: 0;
	margin: 0;
}


/* ========================= lazyYT ========================= */

.lazyYT-container {
	position: relative;
	display: block;
	height: 0;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	background-color: #000000;
}

.lazyYT-container iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*
 * Video Title (YouTube style)
 */

.ytp-gradient-top {
	top: 0;
	z-index: 21;
	width: 100%;
	height: 98px;
	position: absolute;
	pointer-events: none;
	background-repeat: repeat-x;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=);
	-webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
	transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.ytp-chrome-top {
	position: absolute;
	left: 12px;
	right: 10px;
	top: 0;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	color: #eee;
	text-align: left;
	direction: ltr;
	font-size: 11px;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	z-index: 60;
	-moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}

.ytp-title {
	font-size: 150%;
	overflow: hidden;
	padding-right: 20px;
	white-space: nowrap;
}

.ytp-title-text {
	padding-top: 15px;
	display: inline-block;
	line-height: 1.1;
	vertical-align: top;
	max-width: 100%;
	margin-left: 4px;
}

.ytp-title-link {
	max-width: 100%;
	overflow: hidden;
	color: #eee;
	text-decoration: none;
	white-space: nowrap;
	word-wrap: normal;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	float: left;
}

/*
 * Thumbnail
 */

.ytp-thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 12;
	cursor: pointer;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-moz-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
	transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.lazyYT-image-loaded .ytp-spinner {
	display: none;
}
.ytp-thumbnail button.ytp-button {
	visibility: hidden;
}
.ytp-thumbnail.lazyYT-image-loaded  button.ytp-button {
	visibility: visible;
}

/*
 * Spinner pre-loader
 */
.ytp-spinner {
	position: absolute;
	left: 45%;
	top: 45%;
	width: 10%;
	height: 10%;
	z-index: 16;
}

.ytp-spinner-message {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 300px;
	font-size: 127%;
	line-height: 182%;
	margin-left: -150px;
	display: none;
	text-align: center;
	background-color: black;
	opacity: .5
}@keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}

	 to {
		 opacity: .15;
		 -moz-transform: scale(.85,.85);
		 -ms-transform: scale(.85,.85);
		 -webkit-transform: scale(.85,.85);
		 transform: scale(.85,.85)
	 }}@-moz-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}

		   to {
			   opacity: .15;
			   -moz-transform: scale(.85,.85);
			   -ms-transform: scale(.85,.85);
			   -webkit-transform: scale(.85,.85);
			   transform: scale(.85,.85)
		   }}@-webkit-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}

			     to {
				     opacity: .15;
				     -moz-transform: scale(.85,.85);
				     -ms-transform: scale(.85,.85);
				     -webkit-transform: scale(.85,.85);
				     transform: scale(.85,.85)
			     }}

.ytp-spinner-dot {
	-moz-animation: ytp-spinner-dot-fade .8s ease infinite;
	-webkit-animation: ytp-spinner-dot-fade .8s ease infinite;
	animation: ytp-spinner-dot-fade .8s ease infinite;
	opacity: 0;
	fill: #ccc;
	-moz-transform-origin: 4px 4px;
	-ms-transform-origin: 4px 4px;
	-webkit-transform-origin: 4px 4px;
	transform-origin: 4px 4px
}

.ytp-spinner-dot-1 {
	-moz-animation-delay: .1s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.ytp-spinner-dot-2 {
	-moz-animation-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.ytp-spinner-dot-3 {
	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.ytp-spinner-dot-4 {
	-moz-animation-delay: .4s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.ytp-spinner-dot-5 {
	-moz-animation-delay: .5s;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.ytp-spinner-dot-6 {
	-moz-animation-delay: .6s;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.ytp-spinner-dot-7 {
	-moz-animation-delay: .7s;
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

/*
 * Play button (YouTube style)
 */
.ytp-button:focus,
.ytp-button {
	border: none;
	outline: 0;
	color: inherit;
	text-align: inherit;
	font-size: 100%;
	font-family: inherit;
	cursor: default;
	line-height: inherit;

	/*  margin: 0; */
	padding: 0;
	background: transparent;
}

.ytp-large-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 50px;
	margin-left: -35px;
	margin-top: -25px;
	-moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}
.ytp-large-play-button:before{
	font-family: 'icons';
	content: "\e917";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 60px;
	color: #ffffff;
	opacity: 0.7;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.ytp-large-play-button svg{
	display: none;
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
	cursor: pointer;
}

.ytp-large-play-button-bg {
	-moz-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
	-webkit-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
	transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
	fill: #1f1f1f;
	opacity: .9
}

.ytp-thumbnail:hover .ytp-large-play-button-bg {
	-moz-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
	-webkit-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
	transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
	fill: #cc181e;
	opacity: 1
}

/*
 * Video time (YouTube style)
 */

.video-time {
	position: absolute;
	right: 2px;
	bottom: 2px;
	height: 14px;
	padding: 0 4px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #fff !important;
	background-color: #000;
	opacity: .75;
	filter: alpha(opacity=75);
	zoom: 1;
}

.spinner,
.spinner:after {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.spinner {
	display: block;
	margin: 10px auto;
	position: relative;
	border: 2px solid #e5e5e5;
	border-top-color: #989898;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.processing-btn:disabled {
	background-color: #28a745!important;
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
	background-size: 30px 30px !important;
	opacity: .8;
	cursor: not-allowed;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
	from  { background-position: 30px 0; }
	to    { background-position: 0 0; }
}

@keyframes progress-bar-stripes {
	from  { background-position: 30px 0; }
	to    { background-position: 0 0; }
}

