body {
	font-family: "Open Sans";
	background: url('images/body.jpg') fixed;
	background-size: cover;
}
a:hover,
a:focus {
	text-decoration: none;
}
.form-control {
	height: auto;
	padding: 15px;
	margin-top: 30px;
	border: 2px solid #505050;
	border-radius: 0;
}
textarea.form-control {
	height: 114px;
	resize: none;
}
.btn {
	color: #FFF;
	background: #D4B168;
	padding: 15px;
	margin-top: 30px;
	border-radius: 0;
	transition: .4s;
	-webkit-transition: .4s;
}
.btn:hover,
.btn:focus {
	background: #505050;
	color: #FFF;
}
#text .wpcf7-not-valid-tip,
#text .ajax-loader {
	display: none;
}
#text .wpcf7-response-output {
	margin: 30px 0 0;
	border: 0;
	padding: 0;
}






#before {
	background: url('images/before.jpg') fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
}
.top {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.animation,
#after {
	position: relative;
	top: -30px;
	opacity: 0;
}
#header {
	background: #505050;
	top: -30px;
	position: absolute;
	width: 100%;
	opacity: 0;
}
#header ul {
	margin: 0 -15px;
}
#header li {
	display: inline-block;
	color: #B8B8B8;
	margin: 0 15px;
	font-weight: 600;
}
#header .text-right {
	margin-top: 12px;
}
#header a,
#menu a {
	padding: 15px 5px 13px;
	color: #B8B8B8;
	text-transform: uppercase;
	transition: .4s;
	-webkit-transition: .4s;
	border-bottom: 2px solid #505050;
	height: 50px;
}
#header a:hover,
#header a:focus,
#menu .current-menu-item a,
#menu a:hover,
#menu a:focus {
	border-color: #D4B168;
	color: #FFF;
	background: none;
}
.class {
	background: #505050;
	color: #FFF;
	font-weight: 300;
	font-size: 22px;
	padding: 90px 15px;
	margin-top: 30px;
	transition: .4s;
	-webkit-transition: .4s;
	text-transform: uppercase;
}
.class:hover {
	background: url('images/class.jpg') center;
	background-size: cover;
	color: #FFF;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.class span {
	font-size: 27px;
	font-weight: 600;
}
.outside {
	position: fixed;
	background: rgba(38,38,38,.96);
	width: 100%;
	height: 100%;
	overflow: auto;
	margin-bottom: 15px;
	display: none;
}
table {
	width: 100%;
	height: 100%;	
}
td h2 {
	text-transform: uppercase;
	font-weight: 300px;
	font-size: 26px;
	margin: 20px 0 0;
}
.outside p {
	margin: 30px 0 0;
	font-size: 13px;
	font-weight: 300;
}
td span {
	color: #D4B168;
	font-size: 15px;
}
.outside img {
	max-width: 100%;
	margin-top: 15px;
}
.black {
	background: #303030;
}
#see a {
	color: #FFF;
	display: block;
	background: #D4B168;
	padding: 10px 15px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	transition: .4s;
	-webkit-transition: .4s;
}
#see a:hover {
	background: #505050;
}
#data li {
	display: inline-block;
	margin: 47px 0 0 60px;
	font-size: 18px;
	color: #B8B8B8;
}
#data a {
	display: inline-block;
	padding: 0;
	color: #B8B8B8;
	transition: .4s;
	-webkit-transition: .4s;
}
#data a:hover,
#data a:focus {
	color: #D4B168;
	background: none;
}
#menu {
	background: #505050;
	margin-top: -50px;
}
#menu li {
	display: inline-block;
	margin-left: 30px;
}
#logo2 {
	padding: 30px;
}
#content {
	background: #FFF;
	text-align:justify;
}
#class {
	border: solid #373737;
	border-width: 1px 0;
	margin: 0 30px;
	padding: 20px 0 30px;
}
#class a {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	transition: .4s;
	-webkit-transition: .4s;
	color: #FFF;
	margin-top: 10px;
}
#class .active a,
#class a:hover,
#class a:focus {
	background: none;
	color: #D4B168;
}
.content h1 {
	color: #D4B168;
	font-size: 30px;
	margin: 30px 0 0;
	text-transform: uppercase;
}
.content p {
	margin: 30px 0 0;
	font-weight: 300;
	color: #000;
}
.content a {
	color: #D4B168;
	transition: .4s;
	-webkit-transition: .4s;
}
.content a:hover {
	color: #000;
}
#window {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	overflow: auto;
	top: 0;
	z-index: 1;
	display: none;
}
#window div {
	position: relative;
	display: inline-block;
	margin: 15px;
	opacity: 0;
}
#window a {
	background: #FFF;
	padding: 15px;
	color: #282828;
	transition: .4s;
	-webkit-transition: .4s;
}
#window a:hover {
	color: #D4B168;
}
#window img {
	width: 100%;
}
.glyphicon-remove {
	position: absolute;
	right: 0;
}
#window p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
#slideshow {
	position: relative;
	height: 500px;
}
.slide {
	position: absolute;
	width: 100%;
}
.slide+div {
	display: none;
}
.item {
	height: 500px;
	background: rgba(0,0,0,.7);
	position: relative;
}
.item div {
	padding: 30px;
}
.item h2 {
	font-weight: 300;
	margin: 0;
	font-size: 22px;
	text-transform: uppercase;
	color: #FFF;
}
.item span {
	font-weight: 600;
	font-size: 41px;
}
.item p {
	font-size: 13px;
	font-weight: 300;
	color: #B9B9B9;
	margin: 15px 0;
}
.item a {
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #D4B168;
	font-size: 13px;
	border: 2px solid #7F7F7F;
	transition: .4s;
	-webkit-transition: .4s;
}
.item a:hover {
	background: #7F7F7F;
	color: #FFF;
}
#navigation {
	margin-top: -35px;
	height: 35px;
}
#navigation a {
	display: inline-block;
	width: 45px;
	height: 5px;
	background: #282828;
	transition: .4s;
	-webkit-transition: .4s;
	position: relative;
}
#navigation .active,
#navigation a:hover {
	background: #D4B168;
}
#excerpt {
	background: #282828;
	padding: 45px 0;
}
#excerpt h1 {
	margin: 0;
	color: #D4B168;
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
}
#excerpt span,
#subcategories span {
	font-weight: 600;
}
#excerpt p {
	margin: 15px 0 0;
	color: #FFF;
	font-size: 15px;
	font-weight: 300;
}
#subcategories {
	background: #333;
	padding-bottom: 30px;
}
#subcategories .show {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
#subcategories img {
	width: 100%;
	transition: .4s;
	-webkit-transition: .4s;
}
#subcategories a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#subcategories h2 {
	margin: 0;
	position: absolute;
	bottom: 0;
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
	width: 100%;
	padding: 15px;
	font-size: 20px;
	background: rgba(0,0,0,.9);
}
















#gallery {
	background: #282828;
	padding: 60px 0;
}
#gallery h2 {
	font-size: 28px;
	color: #FFF;
	margin: 0;
	text-transform: uppercase;
}
#gallery .show {
	margin-top: 30px;
	position: relative;
}
#gallery span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(212,177,104,.9) url('images/gallery.png') no-repeat center;
	transition: .4s;
	-webkit-transition: .4s;
	opacity: 0;
}
#gallery a:hover span {
	opacity: 1;
}
#gallery img {
	width: 100%;
	height: auto;
}






#touch {
	background: url('images/touch.jpg') fixed;
	background-size: cover;
	padding: 60px 0;
}
#touch h2 {
	font-size: 30px;
	font-weight: 600;
	color: #BD9F5F;
	margin: 15px 0 0;
}
#touch p {
	margin: 0 0 30px;
	color: #FFF;
	font-size: 19px;
	font-weight: 300;
}
#touch a {
	display: inline-block;
	padding: 15px 90px;
	background: #D4B168;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
	transition: .4s;
	-webkit-transition: .4s;	
}
#touch a:hover {
	background: #282828;
}












#footer {
	background: #282828;
}
#footer li {
	display: inline-block;
}
#footer a {
	font-weight: 600;
	text-transform: uppercase;
	color: #B8B8B8;
	transition: .4s;
	-webkit-transition: .4s;
	padding: 0;
	margin: 90px 30px;
}
#footer .current-menu-item a,
#footer a:hover,
#footer a:focus {
	color: #FFF;
	background: none;
}
#text {
	padding-bottom: 30px;
}

.alignright { float:right; margin:0 0 20px 30px; }




@media (max-width: 992px) {
	#see {
		width: 100%;
		text-align: center;		
	}
	#data li {
		text-align: center;
		margin: 15px 0 0;
		display: block;
	}
	#menu {
		margin-top: 15px;
	}
	#menu li {
		display: block;
		text-align: center;
		margin: 0;
	}
	#navigation {
		margin: -35px 30px 0;
	}
	#touch {
		padding: 15px 0 30px;
	}
	#touch a {
		padding: 15px;
	}
	#footer {
		display: none;
	}
	#excerpt {
		padding: 30px 0;
	}
	#class {
		border: 0;
	}
	
	
	
	
	
	
	
}