@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local('Lobster'),
       url('../fonts/Lobster-Regular.ttf') format('ttf'),
}

.noselect {
    -moz-user-select: none;
    -msie-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
    -webkit-appearance: none;
}

html {
	-webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
	background: url('../images/bg.jpg') center 0/cover no-repeat fixed #000;
	background-size: 100% 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 100%;
    height: 100%;
	font: 12px/16px Arial, Verdana, sans-serif;
	color: #2e2e2e;
	-webkit-overflow-scrolling: touch;
}
body:before {
	content: '';
	background: url('../images/bg.jpg') center 0/cover no-repeat fixed antiquewhite;
	background-size: 100% 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.images,.videos {float: left;width: 30%;height: auto;margin: 0 3% 3vw 0;}
.images:nth-child(3n+0),.videos:nth-child(3n+0) {margin-right: 0!important}
.img {width: 100%;height: 100%;}
.videos {float: left;width: 300px;height: auto;}


h2 {margin: 30px 0 10px 0;}
h6 {text-align: center;padding: 20px 0;text-transform: uppercase;font-size: 18px;font-family: Lobster;}
input,textarea {width: calc(100% - 30px);padding: 15px;margin: 10px 0;border: 1px solid #d6d6d6;border-radius: 0;}
video {width: 300px;height: auto;padding: 10px;}

#mainmenu {background: #2e2e2e;width: 100%;height: 50px;}
#mainmenu ul {display: table;margin: 0 auto;list-style: none;list-style-type: none;width: auto;}
#mainmenu ul li {float: left;}
#mainmenu ul li a:link,
#mainmenu ul li a:visited {
	display: block;
	padding: 0 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: antiquewhite;
	line-height: 50px;
	transition: .3s;
}
#mainmenu ul li a:hover,
#mainmenu ul li a:active {
  background: antiquewhite;
  color: #2e2e2e;
}
#mainmenu ul li a.home {background: none;}

form {text-indent: 0;}
.content ul,.content ol {text-indent: 0!important;}

.content h1 {text-transform: uppercase;font-size: 18px;line-height: 26px;text-align: left;margin: 20px 0;text-indent: 0;}
.content h2 {text-transform: uppercase;font-size: 16px;line-height: 20px;margin: 20px 0;font-family: "Arial, sans-serif";}
.content p {margin: 5px 0;}
.content a:link,
.content a:visited {color: blue;font-weight: bold;}

.content {
	background: rgba(255, 255, 255, 0.5);
	min-height: 100vh;
	text-align: justify;
	font-size: 16px;
    line-height: 20px;
    text-indent: 25px;
    border-bottom: 4px solid #2e2e2e;
    padding-bottom: 40px;
	overflow: hidden;
}
.wrapper {
	width: 960px;
	margin: 20px auto;
}
.content ul,.content ol {margin: 10px 0;}
.content li {margin-left: 45px;}

.social_article img {width: 32px;height: auto;margin-top: 20px;}


.review {
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 30px;
	margin: 20px;
	width: calc(45% - 55px);
	float: left;
	border: 1px solid #e0e0e0;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
.review > * {
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(10deg);
}
.review .name {width: 50%;float: left;font-size: 10px;}
.review .date {width: 50%;float: right;text-align: right;font-size: 10px;font-style: italic;}
.review .text {width: 100%;margin-top: 20px;}
button.btn {background: #2e2e2e;width: 100px;padding: 12px 0;border: 0!important;border-radius: 0;text-transform: uppercase;color: antiquewhite;transition: .3s;cursor: pointer;}
button.btn:hover {background: #555;}


.mail {width: 45%;float: left;}
.contact {width: 45%;float: right;margin-top: 10px;text-transform: uppercase;font-size: 20px;font-weight: 700;font-family: sans-serif;}
.btn {background: #2e2e2e;width: 150px;color: #fff;text-transform: uppercase;border: 0;transition: .3s;cursor: pointer;}
.btn:hover {background: #666;}


#contacts {
	background: #2E2E2E;
	padding: 20px 0;
	border-top: 3px solid antiquewhite;
	text-align: center;
}
.contacts {
	display: table;
	/*max-width: 50%;*/
	margin: 0 auto;
	font-family: calibri;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 10px;
	overflow: hidden;
}
.socials {
	margin-top: 20px;
}
.socials img {width: 60px;height: auto;margin-right: 20px;}

#copyright {
	background: #2E2E2E;
	height: 35px;
	line-height: 35px;
	border-top: 1px solid #575757;
	text-align: center;
	font-size: 10px;
	color: #575757;
}
