/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);

html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	height: 100%;
	width: 100%;
	margin: unset;
	background: -moz-linear-gradient(left, rgba(186,180,161,0.98) 25%, rgba(186,180,161,0.01) 99%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(186,180,161,0.98) 25%,rgba(186,180,161,0.01) 99%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(186,180,161,0.98) 25%,rgba(186,180,161,0.01) 99%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabab4a1', endColorstr='#00000000',GradientType=1 );
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #8c7b45;}
p {
	color: white;
}
a {
	color: #8c7b45;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	color: white;
	text-decoration:underline;
}


#maximage {
	display:none;
	position:fixed !important;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	width: 500px;
    z-index: 1000;
}

.main-nav {
	position:absolute;
	bottom: 23px;
	left:50px;
	z-index:1001;
}
.main-nav ul li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #b7b7b7;
}
.main-nav ul li a.active {color: #ffa800;}

.social-nav {
	position:absolute;
	top: 0px;
	right: 40px;
	z-index: 9999;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
    cursor: pointer;
	list-style: none;
	display:block;
	float: left;
	background: #393939;
	padding:50px 10px 5px 10px;
	opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}

button.full-screen{
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}

.img-responsive {
    width: 250px;
	height: auto;
}

.contacts {
    position: relative;
}

.contacts p {
	padding-top: 14px;
    border-top: 1px solid;
    border-top-color: white;
}

div.logo, div.description, div.contacts {
	padding-left: 40px;
	padding-right: 40px;
}

div.logo {
	padding-top: 50px;
}

div.description {
	padding-top: 100px;
}

@media (max-width: 575.98px) {
	html, body {
		font-size: 13px;
		line-height: 17px;
		background: -moz-linear-gradient(left, rgba(186,180,161,0.98) 50%, rgba(186,180,161,0.75) 75%, rgba(186,180,161,0.03) 99%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left, rgba(186,180,161,0.98) 50%,rgba(186,180,161,0.75) 75%,rgba(186,180,161,0.03) 99%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right, rgba(186,180,161,0.98) 50%,rgba(186,180,161,0.75) 75%,rgba(186,180,161,0.03) 99%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabab4a1', endColorstr='#00000000',GradientType=1 );
	}
	h5 {
	    font-size: 24px;
	    line-height: 30px;
	}
	div.logo, div.description, div.contacts {
		padding-left: 15px;
		padding-right: 15px;
	}
	div.description {
		padding-top: 35px;
	}
	.social-nav {
		right: 15px;
	}
	.img-responsive {
	    width: 175px;
	}
}
