html{
	background:#FFF9F2 url('../img/html-bg.png');
	background-attachment: fixed;
}
body{
	font:300 18px/24px 'Roboto';
	color:#938983;
	max-width:1920px;
	margin:0 auto;
	
-webkit-box-shadow: 0px 0px 0px 4px rgba(248,240,230,1);
-moz-box-shadow: 0px 0px 0px 4px rgba(248,240,230,1);
box-shadow: 0px 0px 0px 4px rgba(248,240,230,1);
}
main{

}
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6 {
	padding:1em 0;
	line-height:1;
	font-weight:600;
	color:#605c5c;
}
h1{
	font-family:'alegreya_sans';
	font-weight:800;
	font-size:64px;
	line-height:60px;
	padding:0.5em 0 0.5em;
	color:#5c3626;
}
h1 span{
	text-transform:uppercase;
}
.subheading{
	position:relative;
	line-height:1;
	padding-top:20px;
	padding-bottom:42px;
	font-weight:300;
	font-size:24px;
	line-height:18px;
	letter-spacing:-0.01em;
	font-family:'alegreya_sans_sc';
	color:#56c6cf;
	padding-left:75px;
	background:url('../img/subheading-icon.png') no-repeat left top;
}
h2{
	font-family:'alegreya_sans';
	font-size:48px;
	font-weight:800;
	letter-spacing:-0.01em;
	color:#5c3626;
	text-transform:uppercase;
	padding:1em 0 10px 0;
}
.h2-subheading{
	position:relative;
	padding-top:0px;
	padding-bottom:78px;
	line-height:1;
	font-weight:300;
	letter-spacing:-0.01em;
	font-family:'alegreya_sans_sc';
	font-size:20px;	
	color:#56c6cf;
	background:url('../img/subheading-icon.png') no-repeat center bottom;
}
h3{
	font-size:36px;
	letter-spacing:-0.015em;
	font-weight:bold;
	font-family:'alegreya_sans_sc';
	color:#5e4e49;
}
.h3-subheading{
	position:relative;
	padding-top:10px;
	padding-bottom:48px;
	line-height:1;
	font-weight:300;
	font-family:'alegreya_sans';
	font-size:18px;	
	color:#56c6cf;
}
h4{
	font-size:28px;
	line-height:20px;
	font-weight:bold;
	color:#5e4e49;
	letter-spacing:-0.01em;
	font-family:'alegreya_sans_sc';
}
a {
	text-decoration:none;
	color:#56c6cf;
}
a:hover{
	color:#5c3626;
	text-decoration:underline;
}
figure{

}
figure img{
	max-width:100%;
  height:auto;
}
p{
	padding-bottom:1em;
}
em{
	font-style:italic;
}
hr{
	border:0;
	box-shadow:none;
	background:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1384b3+0,1384b3+50,1384b3+100&0+0,1+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(19,132,179,0) 0%, rgba(19,132,179,1) 50%, rgba(19,132,179,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(19,132,179,0) 0%,rgba(19,132,179,1) 50%,rgba(19,132,179,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(19,132,179,0) 0%,rgba(19,132,179,1) 50%,rgba(19,132,179,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001384b3', endColorstr='#001384b3',GradientType=1 ); /* IE6-9 */
	display:block;
	height:1px;
	width:80%;
	margin:1rem auto;
}
hr.hr-grey{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,0.35+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.button {
	height:70px;
	line-height:64px;
	padding:0 1.5em;
	border-radius:6px;
	border:3px solid #fff9f2;
	background:#56c6cf;
	font-family:'alegreya_sans';
	font-weight:900;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	transform:translateY(0);
	min-width:248px;
}
.button:hover{
	border-color:trabsparent;
	background:#56c6cf;
	transform:translateY(1px);
	color:#fff;
	text-decoration:none;
}
.button:active,
.button:focus{
	transform:translateY(2px);
}
.site-content ul{
	padding-bottom:1rem;
	padding-left:2rem;
}
.site-content ul li{
	position:relative;
	padding-left:1em;
	padding-bottom:4px;
}
.site-content ul li:before{
	content:'';
	position:absolute;
	left:0;
	top:0.35em;
	width:0.5em;
	height:0.5em;
	border-radius:50%;
	background:#fff;
	border:2px solid #56c6cf;
}
.site-content ul.color-two li:before{
	border-color:#e09b47;
}
dl{}
dt{margin:.5em 0;}
dd{margin-bottom:0;}
dd:before{
	content:'- ';
}
.bg-1{background:#fcffec;}
.bg-1{background:rgba(152,108,199,0.85);}
.bg-2{background:#ebf3f8;}
.bg-2{background:#929ed5;}
.message{}
.message__info{}
.message__success{}
.message__attention{}
.message__alert{}

.site-preloader:before,
.preloader:before{
	content:'';
	width:240px;
	height:240px;
	background:url('../img/preloader.png') no-repeat center center;
	background-size:50%;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-120px;
	margin-left:-120px;
	animation: rotateClockwise 2s infinite linear;
}
@keyframes rotateClockwise {
  0% {
   transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}
