/*Style Away, No Globals Please*/

@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;
}

p {
	color:#333333;
	font-size:14px;
	font-weight: 400;
	line-height: 25px;
}

a {
	color: inherit;
	text-decoration: none;
}

h1, h2 {
	font-family: 'Montserrat', sans-serif;
}

.fullrow {
	overflow: hidden;
	position: relative;
}

.halfcol {
	width: 50%;
	float: left;
}

.halfcol img {
	margin-bottom: 10px;
}

.vegas-wrapper {
	padding: 0px !important;
}

.wrapper {
	width: 70%;
	margin: 0 auto;
	position: relative;
}

.title {
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px;
	background-color: rgba(16, 16, 26, 1);
	z-index: 2;
}

.title::after {
	width: 0; 
	height: 0;
	position: absolute;
	border-top: 50vh solid transparent;
	border-bottom: 50vh solid transparent; 
	border-left:200px solid rgba(16, 16, 26, 1);
	right: -200px;
	content: '';
	top: 0px;
}

.logo {
	position: relative;
	top: 200px;
	left: 50px;
}

.logo h2 {
	text-align: center;
	padding: 10px;
	font-size: 50px;
	color: #f0f0f0;
	margin: 0px;
	font-weight: 400;
	text-transform: uppercase;
}

.logo p {
	margin: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #97ed8a;
}

.logo img {
	max-width: 400px;
	display: block;
}

header.small .logo img {
	max-width: 200px;
}

header span {
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 3;
	width: 450px;
}

header span h2 {
	margin: 0px;
	font-weight: 300;
	font-size: 16px;
	color: #f2f2f2;
	position: relative;
	z-index: 2;	
}

header span h2:first-of-type {
	color: #e04830;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

header.small {
	height: auto;
	padding: 0px;
}

header.small .title {
	width: 100%;
}

header.small .title::after {
	display: none;
}

header.small .title .logo {
	position: relative;
	top: 0px;
	padding-bottom: 20px;
}

header.small span {
	position: relative;
	display: none;
}

nav {
	position: fixed;
	z-index: 100;
	height: 100%;
	top: 0px;
	right: -240px;
	width: 240px;
	-webkit-transition: right 1s ease;
	-o-transition: right 1s ease;
	transition: right 1s ease;
}

nav ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	z-index: 6;
	height: 100%;
	background-color: rgba(0, 38, 28, 1);
}

nav ul li {
	list-style: none;
	font-weight: 300;
	color: #f2f2f2;
	position: relative;
}

nav ul li:hover, .active {
	background-color: #107780;
	color: #f3f3f3;
}

nav ul li a {
	display: block;
	padding: 15px 40px;
}

.sub {
	position: relative;
	cursor: pointer;
}

.sub::after {
	position: absolute;
	right: 20px;
	content: '\f35f';
	font-family: IonIcons;
	top: 12px;
	color: #fff;
	font-size: 18px;
}

nav ul li ul {
	position: relative;
	display: none;
	background-color: #044c29;
}

nav ul li ul li {
	font-size: 14px;
}

.navslide {
	right: 0px;
}

header {
	background-color: #687d77;
	padding: 10px;
	height: 100vh;
	width: 100%;
	top: 0px;
	position: relative;
	z-index: 1;
}

header::after {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	content: '';
	position: absolute;
	background-color: rgba(0, 38, 28, 0.2);
}

header.small::after {
	background-color: rgba(0, 38, 28, 0);
}

.menubtn {
	position: absolute;
	z-index: 5;
	left: -50px;
	top: 400px;
	height: 100px;
	width: 100px;
	background-color: #e04830;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menubtn:hover {
	background-color: #107780;
}

i.ion-navicon {
	color: #fff;
	cursor: pointer;
	font-size: 35px;
	position: relative;
	left: 20px;
	line-height: 35px;
	top: 50px;
	display: inline-block;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.half {
	width: 50%;
	float: left;
}

aside {
	background-color: #10101a;
	float: left;
	width: 500px;
}

.topboxes {
	overflow: hidden;	
	position: relative;
	z-index: 3;
}

.topboxes div {
	background-color: #10101a;
	overflow: hidden;
	margin-bottom: 3px;
	min-height: 160px;
}

.topboxes p, .topboxes h3, .topboxes i {
	color: #ececec;
}

.topboxes p {
	font-size: 16px;
	font-weight: 300;
	padding-right: 10px;
	margin: 0px;
	text-align: left !important;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
}

.topboxes i {
	display: block;
	width: 80px;
	margin: 0 auto;
	text-align: center;
	font-size: 35px;
	float: left;
	line-height: 160px;
	background-color: #d85c2f;
	margin-right: 50px;
	position: relative;
}

.topboxes i::after {
	position: absolute;
	content: '';
	right: -30px;
	top: 0px;
	width: 0; 
  	height: 0; 
  	border-top: 160px solid transparent;
  	border-bottom: 0px solid transparent;
  	border-left:30px solid #d85c2f; 
}

.topboxes div:nth-of-type(2) {
	background-color: #1e2636;
}

.topboxes div:nth-child(3) {
	background-color: #263548;
	margin-bottom: 0px;
}

.main {
	float: left;
	width: calc(70% - 500px);
	padding: 0 20px;
}

.mainfull {
	width: 70%;
	float: left;
	padding: 0 20px;
}

.content {
	position: relative;
	overflow: hidden;
}

.content::before {
	position: absolute;
	top: 0px;
	content: '';
	background-color: #b8b8b8;
	width: 120%;
	height: 500px;
	left: -5%;
	top: -200px;
	z-index: 1;
	pointer-events: none;
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	opacity: 0.1;
}

.content p {
	text-align: justify;
}

.content h1 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	color: #084232;
	margin: 0px;
	padding: 20px 0;
}

.content .wrapper {
	position: relative;
	z-index: 1;
}

.main h1 {
	padding: 20px;
	background-color: #fff;
}

.content div.halfcol {
	padding: 20px;
}

.main h1 {
	margin-left: -110px;
}

.main h1::after {
	position: absolute;
	bottom: -8px;
	left: 110px;
	content: '';
	height: 4px;
	background-color: #107780;
	width: 50%;
}

.imgbg {
	width: 30%;
	float: left;
	background: url('../images/header3.jpg') no-repeat center;
	background-size: cover;
}

h4 {
	color: #e14d2f;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 0px;
	text-transform: uppercase;
}

.main h1 + h4 {
	padding-top: 30px;
}

.contactinfo {
	background-color: #10101a;
	padding: 10px;
}

.contactinfo p {
	margin: 0px;
	color: #efefef;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 10px;
}

.contactinfo p b {
	text-transform: uppercase;
}

.contactinfo i {
	margin-right: 10px;
	width: 20px;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	color: #eee;
}

.vegas-timer {
	z-index: 4;
}

.vegas-timer-progress {
	background-color: rgba(50, 119, 128, 0.9);
}

.servicesfeature {
	background: url('../images/servicesbg.jpg') no-repeat center;
	overflow: hidden;
	min-width: 300px;
	background-size: cover;
}

.servicesfeature div {
	background-color: #eeeeee;
	width: 700px;
	margin: 0 auto;
	padding: 20px;
}

.servicesfeature h2, .main h2 {
	text-transform: uppercase;
	padding: 10px;
	background-color: #107780;
	color: #eeeeee;
	font-weight: 400;
	font-size: 18px;
	margin-left: -20px;
	margin-top: 0px;
}

.content ul li, .servicesfeature ul li {
	list-style: none;
	font-size: 14px;
	position: relative;
	padding: 5px;
}

.content ul li::before, .servicesfeature ul li::before {
	position: absolute;
	left: -30px;
	top: 0px;
	color: #de4b2a;
	content: '\f120';
	font-family: IonIcons;
	font-size: 20px;
}

.twocols {
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
			break-inside: avoid;
}

.accreds {
	overflow: hidden;
	padding: 20px;
}

.accreds h4 {
	margin-top: 0px;
	padding-top: 0px;
}

.accreds div {
	float: left;
	width: calc(20% - 20px);
	margin: 10px;
	border: solid 1px #e9e9e9;
	padding: 10px;
}

.accreds div img {
	display: block;
	margin: 0 auto;
	max-height: 80px;
}

.testfeature {
	background-color: #13737f;
	min-height: 200px;
	position: relative;
}

.social {
	background-color: #10101a;
	min-height: 200px;
	padding: 20px;
}

.social a i {
	background-color: #d94f20;
	color: #eee;
	width: 70px;
	display: inline-block;
	border-bottom-right-radius: 20px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 35px;
	margin-right: 10px;
}

.social i:hover {
	background-color: #eee;
	color: #000;
}

.testfeature h3 {
	position: absolute;
	padding: 20px;
	top: 0px;
	z-index: 2;
}

.testfeature p, .social p, .testfeature h3, .social h3 {
	color: #f0f0f0;
}

.testfeature h3, .social h3 {
	margin-top: 0px;
}

.testfeature blockquote {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}

blockquote {
	overflow: hidden;
	background-color: #107780;
	padding: 20px;
	margin: 10px 0;
}

blockquote p {
	color: #ededed;
}

blockquote span.rating {
	width: 100px;
	height: 100px;
	float: left;
	display: inline-block;
	position: relative;
}

blockquote span.rating p {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	color: #044c29;
	line-height: 100px;
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
}

blockquote i {
	text-align: center;
	line-height: 100px;
	font-size: 90px;
	color: #fff;
	display: inline-block;
	width: 100%;
}

blockquote div {
	float: left;
	width: calc(100% - 120px);
	margin-left: 20px;
}

.testslider blockquote div {
	width: calc(85% - 100px);
}

.testslider div:nth-of-type(2n+2) {
	background-color: #283a4e;
	padding-top: 60px;
}

.testslider div:nth-of-type(1n+2) {
	padding-top: 60px;
}

.slick-next, .slick-prev {
	background-color: #10101a;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.slick-next::before, .slick-prev::before {
	line-height: 60px;
}

.slick-next {
	top: 40%;
}

.slick-prev {
	left: auto;
	right: 0px;
	top: 60%;
}

.slick-prev:hover, .slick-next:hover {
	background-color: #d94f20;
}

.testfeature blockquote {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

blockquote p {
	font-style: italic;
	font-size: 14px;
	font-weight: 300;
}

blockquote p.author {
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	text-transform: uppercase;
}

blockquote p.author i {
	font-size: 50px;
	width: auto;
	height: auto;
	color: #fff;
}

.social-feed-container {
	margin-top: 20px;
}

.social-feed-element {
	background-color: #044c29;
}

.slogan {
	background: url('../images/sloganbg.jpg') no-repeat bottom center;
	background-size: cover;
	overflow: hidden;
	padding-top: 400px;
}

.slogan p {
	text-align: center;
	display: block;
	padding: 50px 10%;
	margin: 0px;
	position: relative;
	color: #f2f2f2;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}

footer {
	background-color: #00261c;
	min-height: 200px;
	overflow: hidden;
}

footer h5 {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	position: relative;
	margin: 0px;
	margin-bottom: 10px;
}
footer ul {
	margin: 0px;
	padding: 0px;
}

footer p, footer ul li {
	color: #f2f2f2;
	font-size: 14px;
	line-height: 25px;
	margin: 0px;
	list-style: none;
}

.missiontxt {
	margin-bottom: 20px;
}

.fmission {
	padding: 20px 30px;
	float: left;
	width: 50%;
}

.fmission ul {
	display: block;
}

.fmission ul li {
	display: inline-block;
	margin-right: 30px;
	position: relative;
	padding-left: 30px;
	font-weight: 300;
}

.fmission ul li::before {
	position: absolute;
	left: 0px;
	content: '\f373';
	color: #eee;
	top: 0px;
	font-size: 14px;
	font-family: IonIcons;
}

.fnav {
	padding: 20px 30px;
	width: 25%;
	float: left;
}

.fcon {
	padding: 20px 30px;
	width: 25%;
	float: left;
}

footer .copy {
	background-color: #e04830;
	display: block;
	clear: both;
}

footer .seo {
	background-color: #0f7480;
	display: block;
	clear: both;
}

.copy p, .seo p {
	padding: 10px;
}

.seo p {
	display: inline-block;
	position: relative;
}

.seo p:nth-child(n+2)::after {
	position: absolute;
	right: 0px;
	height: 30%;
	display: block;
	width: 1px;
	background-color: #a9a9a9;
	content: '';
	top: 16px;
}

.content input, .content select{
	margin-bottom: 10px;
	border-radius: 0px;
	color: #666;
	background-color: #EFEFEF;
	border: 1px solid #DDD!important;
	display: block;
	width: 100%;
	font-size: 14px;
}

iframe {
	width: 100%;
	height: 400px;
	pointer-events: none;
}

::-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;
	font-size: 14px;
}

input.sender {
	cursor: pointer;
	background-color: #df4a2c;
	color: #fff;
	padding: 10px;
}

input.sender:hover {
	background-color: #107780;
}

.gallery {
	overflow: hidden;
}

.galleryimg {
	float: left;
	width: 20%;
	padding: 10px;
}

/*Basic lappy*/
@media screen and (max-width: 1366px) { 
	.imgbg {
		float: none;
		width: 100%;
		height: 200px !important;
	}
	.content {
		overflow: hidden;
	}
	.main {
		width: 100%;
	}
	.main h1 {
		margin-left: 0px;
	}
	.mainimgholder {
		float: right;
		overflow: hidden;
		width: calc(100% - 500px);
	}
	.accreds div img {
		max-height: 30px;
	}
}
/*iPad Landscape*/
@media screen and (max-width: 1024px) { 
	.accreds div img {
		max-height: 30px;
	}
	.accreds div {
		width: calc(33.33333333% - 20px);
	}
	aside {
		width: 400px;
	}
	.topboxes h3 {
		font-size: 18px;
	}
	.mainimgholder {
		width: calc(100% - 400px);
	}
	.galleryimg {
		width: 25%;
	}
	.wrapper {
		width: 95%;
	}
}
/*iPad Portrait*/
@media screen and (max-width: 768px) { 
	aside {
		float: none;
		height: auto !important;
		width: 100%;
	}
	.mainimgholder {
		float: none;
		width: 100%;
		height: auto !important;
	}
	.servicesfeature div {
		width: 90%;
	}
	.fullrow .half, .halfcol {
		width: 100%;
		float: none;
	}
	.slogan p {
		font-size: 20px;
	}
	.fmission {
		float: none;
		width: 100%;
	}
	.fnav, .fcon {
		width: 50%;
	}
	.menubtn {
		top: 20%;
	}
	.logo {
		top: 10px;
		left: 0px;
		padding-left: 50px;
	}
	.logo h2, .logo p {
		text-align: left;
	}
	.title {
		width: 100%;
	}
	header span h2 {
		font-size: 14px;
	}
	header span {
		left: 0px;
		padding: 20px;
		bottom: 20px;
	}
	nav {
		height: auto;
	}
}
/*Phone*/
@media screen and (max-width: 480px) { 
	.fnav, .fcon {
		float: none;
		width: 100%;
	}
	nav {
		left: 0px;
		top: 0px;
		width: 100%;
	}
	.menubtn {
		left: 0px;
		top: 0px;
		z-index: 7;
		width: 100%;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		height: auto;
	}
	i.ion-navicon {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		top: 0px;
		text-align: center;
		display: block;
		width: 100%;
		left: 0px;
		padding: 10px;
	}
	nav > ul {
		display: none;
	}
	nav > ul {
		padding-top: 57px;
	}
	.title {
		width: 100%;
	}
	.logo, header.small .title .logo {
		left: 0px;
		width: 100%;
		padding-top: 50px;
		padding-left: 0px;
	}
	.logo h2, .logo p {
		text-align: center;
	}
	.topboxes i {
		width: 100%;
		float: none;
		margin-right: 0px;
		line-height: 60px;
	}
	.topboxes h3, .topboxes p {
		text-align: center;
		padding: 0 10px;
	}
	.accreds div {
		width: calc(50% - 20px);
	}
	.accreds div img {
		max-height: 20px;
	}
	.testfeature span.rating {
		float: none;
		width: 100%;
	}
	.testfeature blockquote div {
		float: none;
		width: 100%;
		margin-left: 0px;
		padding: 0 20px;
		padding-right: 50px;
	}
	.testslider div:nth-of-type(2n+2) {
		padding-top: 80px;
	}
	.testslider div:nth-of-type(1n+2) {
		padding-top: 80px;
	}
	.social a i {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
	}
	.slogan {
		background-image: none;
		padding-top: 0px;
	}
	.galleryimg {
		width: 50%;
	}
}