@import url(https://fonts.googleapis.com/css?family=Molengo);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Asap:400,700);

body {
	margin:0;
	padding:0;
	font-family: "Asap", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:17px;
	font-weight:300;
	background: #ffffff;
}

#background {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:0;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.row {
	width:100%;
	margin:0 auto;
}

h1, h2, h3 {
	padding:5px 0px;
	margin:0;
	font-weight:400;
	font-family: 'Molengo', sans-serif;	
	text-transform:capitalize;
}

a {
	color:#000000;	
}

a:hover {
	text-decoration:none !important;	
}

p {
	font-weight:300;
	margin-bottom:20px;	
}

/* ---------- Theme ----------------- */

.nospc {
	margin:0 auto;
	padding:0;	
}

.elleft {
	text-align:left;	
}

.elcenter {
	text-align:center;	
}

.elright {
	text-align:right;	
}

footer {	
	font-family: 'Molengo', sans-serif;
	background:#E5E5E5;
	min-height:20px;
	padding-top:10px;
	padding-bottom:3px;
	font-size:14px;
	margin-top:20px;
	border-top:1px solid #C7C7C7;
	color:#333;
}

.topbar {
	background:#222353;
	border-bottom:5px solid #ffffff;
	color:#ffffff;
}

.topbar .container {
	position:relative;
	z-index:5;
}

.tcolor {
	background:#222353;
	-webkit-box-shadow: 0px 9px 20px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 9px 20px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 9px 20px -4px rgba(0,0,0,0.75);
}

.asotv {
	position:absolute;
	bottom:20px;
	width:100%;
}

.top-points {
	display:inline;
	font-family:'Molengo', sans-serif;
}

.textcontent {
	padding:40px 5px;	
}

.enq_btn {
	font-family:'Oswald', sans-serif;
	background:#1FD9F8;
	color:#fff;
	border:none;
	font-weight:bold;
	margin-bottom:10px;
}

.aimg {
	border:1px solid #222353;
	border-bottom:none;	
	background:#E8E8E8;
}

.acont {
	border:1px solid #222353;
	border-bottom:none;
	border-top:none;
	padding:10px 15px;	
}

.apoints {
	padding:10px 15px;
	border:1px solid #222353;
	background:#222353;
	color:#fff;
}

.margbot {
	margin-bottom:15px;	
}

.subhead {
	background:#dedede;	
	font-family:'Oswald', sans-serif;	
	color:#222353;
	padding:15px 0px;
}

.testimonials {
	padding-bottom:40px;
}

.testimonials .img-responsive {
	margin-right:15px;
	margin-bottom:15px;	
}

.testimonials h3 {
	margin-top:10px;
	text-transform:none;	
}

.testimonials .pull-right {
	color:#00c9e0;	
	font-family:'Molengo', sans-serif;
}

.optitle {
	padding:10px 15px;
	border:1px solid #222353;
	background:#222353;
	color:#fff;
}

.optitle h3 {
	font-family:'Oswald', sans-serif;
	letter-spacing:2px;
}

/* ---------- Enquiry Form ----------------- */

#enqbar {
	z-index: 1;
	position: relative;
}

.form-group {
	padding:2px 0;	
}

.form-control, .input-group-addon {
	border-radius:0;	
}

.enqform {
	padding:15px 25px;
	background: #00c9e0;
	color:#ffffff;
	font-family:'Oswald', sans-serif;
}
   
.enqform hr {
	border-top:1px solid #00B2C7;
	border-bottom:1px solid #00E2FC;
	margin:10px auto;
}

.enqform .btn {
	color: #fff;
	background:#222353; 
	min-height:50px;
	font-size:25px;
	letter-spacing:1px;
	border:4px solid #ffffff;
	margin-bottom:20px;
	border-radius:0;
	padding:5px 50px;
}

.enqform .btn:hover {
	background:#332253; 
}

.enqform h2, .enqform h3 {
	font-family:'Oswald', sans-serif;
	font-weight:700;
}

.enqform h4, .checkbox {
	font-family: 'Molengo', sans-serif;
}

.form-control {
	min-height:40px;	
}

.checkbox {
	margin-left:50px;	
}

.checkbox input {
	height:18px;
	width:18px;	
}

.form-error {
	border:1px solid #E98F91;
	box-shadow:inset 0 0 10px rgba(255,0,0,0.5);
	-webkit-box-shadow:inset 0 0 10px rgba(255,0,0,0.5);
	-moz-box-shadow:inset 0 0 10px rgba(255,0,0,0.5);
	-o-box-shadow:inset 0 0 10px rgba(255,0,0,0.5);
	color:#D41B1E;
}

.error {
	color:#D41B1E;
	margin-top:5px;
}

.emform {
	color:#E3E3FC;	
}

/* ---------- SlideShow ----------------- */



/* ---------- Back to Top Button ----------------- */

#back-top {
	position: fixed;
	bottom: 0;
	right: 0;
}

#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font:4px;
	text-transform: uppercase;
	text-decoration: blink;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	color:#13256c;
}

#back-top span {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 1px;
	background: #ddd url('../images/scrollup.png') no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	border:2px solid #fff;
}

#back-top a:hover span {
	background-color: #777;
}

/* ---------- Media Queries ----------------- */

@media (max-width: 410px) {

	body {
		font-size:14px;
	}

	.logo {
		margin:0 auto !important;
		margin-top:10px !important;
		width:100% !important;
	}
	
	.topbar h1 {
		text-align:center !important;	
		font-size:14px !important;
	}
	
	.toppoints {
		margin-left:10px !important;
	}
	
	.top-points {
		font-size:16px;	
		color:#fff;
		text-align:left;
		display:block;
		clear:both !important;
	}
	
	.top-points img {
		width:18px !important;	
	}
	
	.slogan {
		margin-top:0px !important;	
	}
	
	.testimonials h3 {
		font-size:20px;	
	}
	
	.testimonials .img-responsive {
		margin-right:15px;
		margin-bottom:0px;	
		width:40px;
	}
	
	.enqform h3 {
		font-size:18px !important;
	}
	
	.checkbox {
		font-size:15px !important;
	}
	
	.form-control {
		min-height:30px;	
	}
	
	footer {	
		font-size:12px;
	}
	
	.apoints ul {
		padding-left:20px;	
	}
}

@media (max-width: 550px) {
	
	.topbar {
		text-align:center !important;
	}
	
	.logo {
		margin-top:10px;
		width:100%;
		float:none !important;	
		max-width:150px !important;
	}
	
	.topbar .container {
		padding-bottom:20px;	
	}
	
	.slogan {
		margin-top:20px;
		clear:both;	
	}
	
	.topbar h1 {
		text-align:center !important;	
		font-size:20px;
	}
	
	.top-points {	
		width:100% !important;
		display:block;
		clear:both !important;
	}

}

@media (max-width: 768px) {

	.elright, .elleft {
		text-align:center;	
	}
	
	.enqform {
		margin-bottom:40px;	
	}
	
	.enqform h3 {
		font-size:23px;
	}
	
	.enqform h4 {
		font-size:15px;
	}
	
	.checkbox {
		font-size:17px;
		margin-left:7px;
	}
	
	.blogo {
		margin-top:10px;	
	}
	
	.bimg {
		float:right;	
	}
	
	.toppoints {
		font-size:18px;	
		color:#fff;
		padding:25px 0px;
		text-align:left;
		overflow:hidden;
		margin-left:20px;
	}
	
	.top-points {
		width:48%;
		display:inline-block;
		clear:both !important;
	}
	
	.top-points img {
		width:25px;	
	}
	
	.enq_btn {
		font-size:30px;
		padding:5px 20px;
	}
	
	.cta {
		font-family:'Oswald', sans-serif;
		font-size:25px;
	}
	
	.padtop {
		padding-top:5px !important;	
	}
	
	h2 {
		font-size:25px;
		font-weight:700;
	}
	
	.topbar .container {
		padding-bottom:20px;	
	}
	
	.logo {
		margin-top:10px;
		float:left;	
		max-width:200px;
	}
	
	.slogan {
		margin-top:20px;	
	}
	
	.topbar h1 {
		text-align:right;	
		font-size:20px;
	}

}


@media (min-width: 768px) {
	
	.topbar {
		background:#ededed;
		border-bottom:5px solid #ffffff;
		color:#222353;
		min-height:485px;
	}
	
	h1 {
		font-size:30px;
		text-shadow: 0px 0px 0 #ededed, -1px -1px 0 #ededed,  1px -1px 0 #ededed, -1px 1px 0 #ededed, 1px 1px 0 #ededed;
		
	}
	
	h2 {
		font-size:35px;
		font-weight:700;
	}
	
	.logo {
		margin-top:10px;
		margin-bottom:125px;	
		max-width:200px;
	}
	
	.testimonials h3 {
		font-size:22px;	
		line-height:30px;
	}
	
	.testimonials .pull-right {
		font-size:22px;	
	}
	
	.apoints {
		min-height:350px;
	}
	
	.acont {
		min-height:300px;
	}
	
	.blogo {
		margin-top:40px;	
	}
	
	.bimg {
		float:right;	
	}
	
	.enq_btn {
		font-size:40px;
		padding:5px 100px;
	}
	
	.cta {
		font-family:'Oswald', sans-serif;
		font-size:35px;
	}
	
	.padtop {
		padding-top:10px !important;	
	}
	
	.toppoints {
		font-size:22px;	
		color:#fff;
		padding:25px 5px;
		text-align:center;
	}
	
	.top-points {
		margin-right:30px;
		white-space: nowrap
	}
	
	.enqform h3 {
		font-size:35px;	
	}
	
	.enqform h4 {
		font-size:25px;	
	}
	
	.carouselpos {
		position:absolute; 
		z-index:0;  
		right:0; 
		width:100%; 
		max-width:790px;
	}
	
	.enqform {
		margin-bottom:40px;	
	}
}

@media (min-width: 992px) {
	
	h1 {
		font-size:35px;
	}
	
	.logo {
		margin-top:50px;
		margin-bottom:130px;	
		max-width:250px;
	}
	
	h2 {
		font-size:45px;
	}

	.apoints {
		min-height:440px;
	}
	
	.acont {
		min-height:430px;
	}
	
	.enqform {
		margin-bottom:20px;	
	}
}

@media (min-width: 1024px) {
	
	.logo {
		margin-top:50px;
		margin-bottom:95px;	
		max-width:300px;
	}
	
	.apoints {
		min-height:460px;
	}
	
	.acont {
		min-height:470px;
	}
	
	h1 {
		font-size:38px;
	}
	
	h2 {
		font-size:45px;
	}
}

@media (min-width: 1200px) {
	
	.topbar {
		background:#222353;
		border-bottom:5px solid #ffffff;
		color:#ffffff;
	}
	
	h1 {
		font-size:25px;
		text-shadow: 3px 3px 0 #222353, -1px -1px 0 #222353,  1px -1px 0 #222353, -1px 1px 0 #222353, 1px 1px 0 #222353;
	}
	
	h2 {
		font-size:45px;
	}
	
	.logo {
		margin-top:50px;
		margin-bottom:35px;
		max-width:367px;
	}
	
	.apoints {
		min-height:350px;
	}
	
	.acont {
		min-height:400px;
	}
	
	.blogo {
		margin-top:40px;
		margin-left:20px;	
	}
}

@media (min-width: 1400px) {
	
	h1 {
		font-size:31px;
	}
}

@media (min-width: 1500px) {
	
	h1 {
		font-size:34px;
	}
}

@media (min-width: 1700px) {
	
	h1 {
		font-size:40px;
	}
}

@media (min-width: 1850px) {
	
	h1 {
		font-size:45px;
	}
}