/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}


/* Box Model */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	background: #f3f6fa;
}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body,
input,
select,
textarea {
	color: #fff;
	font-family: 'Century_Gothic', sans-serif;
	font-size: 15pt;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.75em;
}

a {
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	color: #3fb1a3;
	text-decoration: none;
	border-bottom: dotted 1px;
}

a:hover {
	border-bottom-color: transparent;
}

strong,b {
	font-weight: 400;
}

p,ul,ol,dl,table,blockquote {
	margin: 0 0 2em 0;
}

h1,h2,h3,h4,h5,h6 {
	color: inherit;
	font-weight: 300;
	line-height: 1.75em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit;
	text-decoration: none;
	border: 0;
}

h2 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 1.15em;
	letter-spacing: 0.025em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border-top: solid 1px rgba(124, 128, 129, 0.2);
	border: 0;
	margin-bottom: 1.5em;
}

blockquote {
	border-left: solid 0.5em rgba(124, 128, 129, 0.2);
	font-style: italic;
	padding: 1em 0 1em 2em;
}


/* Image почистить*/

.image {
	border-radius: 3px;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	border-radius: 3px;
	display: block;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 2em 2em;
	top: 0.25em;
}

.image.left,
.image.right {
	max-width: 40%;
}

.image.left img,
.image.right img {
	width: 100%;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}


/* List */

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li {
	padding-left: 0.25em;
}

ul.default {
	list-style: disc;
	padding-left: 1em;
}

ul.default li {
	padding-left: 0.5em;
}

ul.icons {
	cursor: default;
}

ul.icons li {
	display: inline-block;
	line-height: 1em;
	padding-left: 0.5em;
}

ul.icons li:first-child {
	padding-left: 0;
}

ul.featured-icons {
	cursor: default;
	margin: -0.75em 0 0 0;
	opacity: 0.35;
	overflow: hidden;
	position: relative;
}

ul.featured-icons li {
	display: block;
	float: left;
	text-align: center;
	width: 50%;
}

ul.featured-icons li .icon {
	display: inline-block;
	font-size: 6.25em;
	height: 1.25em;
	line-height: 1.25em;
	width: 1em;
}

ul.buttons {
	cursor: default;
}

ul.buttons:last-child {
	margin-bottom: 0;
}

ul.buttons li {
	display: inline-block;
	padding: 0 0 0 1.5em;
}

ul.buttons li:first-child {
	padding: 0;
}

ul.buttons.vertical li {
	display: block;
	padding: 1.5em 0 0 0;
}

ul.buttons.vertical li:first-child {
	padding: 0;
}


/* Button */

input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	background: none;
	border: solid 1px;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 900;
	letter-spacing: 2px;
	min-width: 18em;
	padding: 0 0.75em;
	line-height: 3.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

input[type="button"]:hover,
.button:hover {
	background: rgba(188, 202, 206, 0.15);
	border-color: inherit;
}

input[type="button"].special,
.button.special {
	background: #83d3c9;
	border-color: #83d3c9;
	color: #fff !important;
}

input[type="button"].special:hover,
.button.special:hover {
	background: #96dad1 !important;
	border-color: #96dad1 !important;
}

input[type="button"].fit,
.button.fit {
	width: 100%;
}

input[type="button"].small,
.button.small {
	font-size: 0.7em;
	min-width: 14em;
	padding: 0.5em 0;
}


/* Header */

@-moz-keyframes reveal-header {
	0% {
		top: -5em;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes reveal-header {
	0% {
		top: -5em;
	}
	100% {
		top: 0;
	}
}

@-ms-keyframes reveal-header {
	0% {
		top: -5em;
	}
	100% {
		top: 0;
	}
}

@keyframes reveal-header {
	0% {
		top: -5em;
	}
	100% {
		top: 0;
	}
}

#header {
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
	color: inherit;
	cursor: default;
	font-size: 0.8em;
	left: 0;
	padding: 1em 1.5em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#header h1 {
	font-weight: 900;
	margin: 0;
}

#header h1 span {
	font-weight: 300;
}
#header.alt {
	-moz-animation: none;
	-webkit-animation: none;
	-ms-animation: none;
	animation: none;
	background: transparent;
	box-shadow: none;
	color: #fff;
	padding: 2em 2.5em;
	position: absolute;
}


/* Banner */

@-moz-keyframes reveal-banner {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes reveal-banner {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes reveal-banner {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes reveal-banner {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#banner {
	background-attachment: scroll, scroll, scroll, fixed;
	background-color: #645862;
	background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/0.jpg");
	background-position: bottom left, bottom right, top left, top center;
	background-repeat: no-repeat, no-repeat, repeat, no-repeat;
	background-size: 25em, 25em, auto, cover;
	color: #fff;
	cursor: default;
	padding: 6em 0;
	height: 100vh;
	text-align: center;
}

#banner .inner {
	-moz-animation: reveal-banner 1s 0.25s ease-in-out;
	-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
	-ms-animation: reveal-banner 1s 0.25s ease-in-out;
	animation: reveal-banner 1s 0.25s ease-in-out;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background: rgba(80, 51, 8, 0.31);
	color: #fff;
	display: inline-block;
	opacity: 0;
	padding: 3em;
	text-align: center;
}

#banner .inner header img {
	display: block;
	min-width: 300px;
	max-width: 600px;
	width: 100%;
}

#banner .inner footer {
	margin: 2em 0 0 0;
}

/* Spotlight */

.spotlight {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.spotlight .image {
	-moz-order: 1;
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
	border-radius: 0;
	width: 40%;
}

.spotlight .image img {
	border-radius: 0;
	width: 100%;
}

.spotlight .content {
	padding: 2em 4em 0.1em 4em;
	-moz-order: 2;
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
	max-width: 48em;
	width: 60%;
}

.spotlight:nth-child(2n) {
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.spotlight:nth-child(1) {
	background-color: rgba(20, 214, 107, 0.075);
}

.spotlight:nth-child(2) {
	background-color: rgba(20, 214, 107, 0.15);
}

.spotlight:nth-child(3) {
	background-color: rgba(20, 214, 107, 0.225);
}

.spotlight:nth-child(4) {
	background-color: rgba(20, 214, 107, 0.3);
}

.spotlight:nth-child(5) {
	background-color: rgba(20, 214, 107, 0.375);
}

.spotlight:nth-child(6) {
	background-color: rgba(20, 214, 107, 0.45);
}

.spotlight:nth-child(7) {
	background-color: rgba(20, 214, 107, 0.525);
}

.spotlight:nth-child(8) {
	background-color: rgba(20, 214, 107, 0.6);
}

.spotlight:nth-child(9) {
	background-color: rgba(20, 214, 107, 0.675);
}

.spotlight:nth-child(10) {
	background-color: rgba(20, 214, 107, 0.75);
}

@media screen and (max-width: 1280px) {
	.spotlight .image {
		width: 45%;
	}
	.spotlight .content {
		width: 55%;
	}
}

@media screen and (max-width: 980px) {
	.spotlight {
		display: block;
	}	
	.spotlight .image {
		width: 100%;
	}
	.spotlight .content {
		padding: 4em 3em 2em 3em;
		max-width: none;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 736px) {
	.spotlight .content {
		padding: 3em 2em 1em 2em;
	}
}


/* Wrapper */

.wrapper {
	padding: 6em 0 4em 0;
}

.wrapper.alt {
	padding: 0;
}

.wrapper.style2 {
	background-color: #2e3842;
}

@media screen and (max-width: 980px) {
	.wrapper {
		padding: 4em 3em 2em 3em;
	}
}

@media screen and (max-width: 736px) {
	.wrapper {
		padding: 3em 2em 1em 2em;
	}
}


/* Footer */

#footer {
	padding: 3em 0 2em 0;
	background-color: #1d242a;
	text-align: center;
}

address {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8em;
	padding: 0;
}

#footer .copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8em;
	letter-spacing: 0.225em;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
}
@media screen and (max-width: 980px) {
	#footer {
		padding: 4em 3em 2em 3em;
	}
}
/* Narrow */
@media screen and (max-width: 980px) {
	/* Basic */
	body,input,select,textarea {
		font-size: 13pt;
		letter-spacing: 0.025em;
		line-height: 1.5em;
	}	
	/* Banner */
	#banner {
		background-size: 15em, 15em, auto, cover;
	}
}
/* Narrower */

@media screen and (max-width: 840px) {
	/* Basic */
	html,body {
		overflow-x: hidden;
	}
	/* Section/Article */
	/*section {
		margin: 1em 0 1em 0;
	}*/
	section:first-child {
		margin-top: 0;
	}	
	/* Banner */
	#banner {
		margin: 0;
		height: auto;
	}
	#footer {
		padding: 2em 0.75em;
	}
}


/* Mobile */

@media screen and (max-width: 736px) {
	/* Basic */
	body {
		min-width: 320px;
	}
	h2 {
		font-size: 1.25em;
		letter-spacing: 0.1em;
	}
	h3 {
		font-size: 1em;
		letter-spacing: 0.025em;
	}
	p {
		text-align: justify;
	}
	/* Section/Article */
	header {
		text-align: center;
	}
	header p {
		text-align: center;
	}
	/* Button */
	input[type="button"],
	.button {
		max-width: 20em;
		width: 100%;
	}
	input[type="button"].fit,
	.button.fit {
		width: auto;
	}
	/* Banner */
	#banner {
		background-size: 10em, 10em, auto, cover;
		padding: 6em 0;
	}
	#banner .inner {
		background: none;
		display: block;
		padding: 0 1.5em;
	}
	/* Footer */
	#footer {
		padding: 3em 1.5em;
	}
	#footer .copyright li {
		display: block;
		margin: 1em 0 0 0;
		padding: 0;
		border: 0;
	}
}