@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
	max-width: 100%;
}

p {
	color:#333333;
	font-size:14px;
	font-weight: 400;
	line-height: 30px;
}

p b {
	font-weight: 700;
	text-transform: uppercase;
}

a {
	color:inherit;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2 {
	font-family: 'Georgia', serif;
}

.clearfix:after {
    content: '';
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.title {
	background-color: rgba(80, 74, 67, 0.95);
	overflow: hidden;
	position: absolute;
	z-index: 100;
	width: 100%;
}

.logo {
	background-color: #b6a898;
	float: left;
	width: 300px;
	padding: 20px 0;
}

.logo h2 {
	margin: 0px;
	font-size: 60px;
	letter-spacing: 6px;
}

.logo h2, .logo p {
	font-family: 'Georgia', serif;
	text-align: center;
	margin: 0px;
}

.logo p {
	font-size: 18px;
	color: #6c645b;
	letter-spacing: 1px;
	text-transform: uppercase;
}

header {
	width: 100%;
	height: 100vh;
	display: table;
}

.vegas-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

header h2 {
	margin: 0px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	font-weight: 400;
	color: #f0f0f0;
	font-size: 30px;
	letter-spacing: 2px;
	background-color: rgba(6, 3, 0, 0.4);
}

header span.btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: center;
	display: block;
	width: 200px;
	margin: 0 auto;
	z-index: 4;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -100px;
	background-color: #f5e3cd;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
}

iframe {
	height: 400px;
	width: 100%;
	pointer-events: none;
}

header span.btn a {
	display: block;
	padding: 20px;
}

header span.btn a:hover {
	text-decoration: none;
}

header span.btn:hover {
	background-color: #b6a898;
}

.smallslider {
	height: 500px !important;
}

i.ion-navicon {
	display: none;
	cursor: pointer;
}

nav {
	float: right;
	width: calc(100% - 300px);
}

nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

nav ul li {
	font-family: 'Georgia', serif;
	font-size: 18px;
	list-style: none;
	display: inline-block;
	color: #f5e3cd;
	font-weight: 400;
}

nav ul li a {
	display: block;
	padding: 10px 0px;
	padding-top: 50px;
	margin: 0 30px;
}

nav ul li a:hover {
	text-decoration: none;
}

nav ul li:hover a, .active a {
	border-bottom: solid 2px #f5e3cd;
}

h3, h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #504a43;
	margin: 0px;
}

h3 {
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
}

h3::after {
	position: absolute;
	content: '';
	height: 4px;
	width: 20%;
	background-color: #b6a898;
	bottom: -10px;
	left: 0px;
}

.half {
	width: 50%;
	float: left;
}

.content {
	padding-bottom: 40px;
	overflow: hidden;
}

.content .half {
	padding: 20px;
}

.content p {
	text-align: justify;
}

.wrapper {
	width: 80%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.main {
	width: 70%;
	float: left;
	padding: 20px;
	padding-right: 100px;
}

aside {
	width: 30%;
	float: right;
	padding: 20px;
}

.topboxes {
	overflow: hidden;
}

.box {
	float: left;
	width: calc(33.33333% - 40px);
	background-color: #696158;
	position: relative;
	padding: 100px 0;
	margin: 20px;
	overflow: hidden;
}

.box:nth-of-type(2) {
	margin: 20px 10px;
	width: calc(33.3333% - 20px);
}

.box img {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	pointer-events: none;
}

.box::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(80, 74, 67, 0.5);
	-webkit-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
}

.box:nth-of-type(2) {
	background-color: #504a43;
}

.box:nth-of-type(3) {
	background-color: #877d71;
}

.box h4 {
	text-align: center;
	color: #fff;
	font-weight: 400;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	font-size: 18px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.box p {
	color: #fff;
	position: relative;
	text-align: center;
	z-index: 3;
}

.box:hover::after {
	background-color: rgba(80, 74, 67, 0.2);
}

.box:hover h4 {
	letter-spacing: 10px;
	opacity: 0.2;
}

aside p.contact {
	font-size: 20px;
	color: #696158;
	text-transform: uppercase;
	background-color: #e2e2e2;
	padding: 8px;
}

aside p.email {
	font-size: 12px;
}

aside p i {
	margin-right: 10px;
	font-size: 26px;
	display: block;
	text-align: center;
	width: 30px;
	float: left;
	background-color: #504a43;
	color: #fff;
}

#testfeature {
	padding: 60px;
	text-align: center;
}

#testfeature blockquote {
	width: 50%;
	margin: 0 auto;
}

#testfeature h2 {
	color: #504a43;
	text-transform: uppercase;
	margin-top: 0px;
}

footer {
	background-color: #504a43;
}

footer ul li {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	list-style: none;
	padding: 5px;
}

footer .column {
	width: 25%;
	float: left;
	padding: 20px;
}

footer .mission {
	width: 50%;
}

footer h4 {
	color: #fff;
	font-size: 20px;
}

.mission p {
	font-weight: 200;
	font-size: 14px;
}

footer ul {
	padding-left: 0px;
	margin-left: 0px;
}

footer p {
	margin-bottom: 0px;
	color: #fff;
	line-height: 20px;
}

footer .smallbar {
	background-color: #877d71;
	padding: 10px;
}

.smallbar p {
}

.keywords p {
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.keywords p::after {
	position: absolute;
	right: -20px;
	content: '|';
	color: #fff;
}

.keywords p:first-of-type::after {
	display: none;
}


.content input, .content select{
	margin-bottom: 10px;
	border-radius: 0px;
	color: #666;
	background-color: #EFEFEF;
	border: 1px solid #DDD!important;
	display: block;
	width: 100%;
	padding: 10px;
}

::-webkit-input-placeholder {color: #888!important;}
:-moz-placeholder {color: #888!important;}
::-moz-placeholder {color: #888!important;}
:-ms-input-placeholder {color: #888!important;}

.content textarea{
	background-color: #EFEFEF;
	border: 1px solid #DDD!important;
	height: 200px;
	display: block;
	width: 100%;
	padding: 10px;
}

input.sender {
	cursor: pointer;
	background-color: #004e2c;
	color: #fff;
}

input.sender:hover {
	background-color: #00cd73;
}

.main ul li {
	list-style: none;
	background-color: #ededed;
	padding: 7px;
	margin: 2px;
}

.main ul {
	padding: 0px;
	margin: 0px;
}

.galleryimg {
	width: 20%;
	padding: 10px;
	float: left;
	margin-top: 10px;
}








/*Basic lappy*/
@media screen and (max-width: 1366px) { 
}
/*iPad Landscape*/
@media screen and (max-width: 1024px) { 
}
/*iPad Portrait*/
@media screen and (max-width: 768px) { 
	nav ul {
		display: none;
	}
	.box {
		float: none;
		width: calc(100% - 40px);
	}
	.box:nth-of-type(2) {
		width: calc(100% - 40px);
		margin: 20px;
	}
	.main {
		width: 100%;
		float: none;
		padding-right: 20px;
	}
	aside {
		float: none;
		width: 100%;
	}
	.wrapper {
		width: 95%;
	}
	footer .column {
		float: none;
		width: 100%;
	}
	i.ion-navicon {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		color: #fff;
		font-size: 45px;
	}
	nav {
		position: relative;
		display: block;
		width: 100%;
		overflow: hidden;
	}
	nav ul {
		top: 0px;
		z-index: 10;
		overflow: hidden;
	}
	nav ul li {
		float: none;
		width: 100%;
	}
}
/*Phone*/
@media screen and (max-width: 480px) { 
}