@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

body {
	background:#ffffff;
	font-family: 'PT Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	padding:0;
	font-size:16px;
}

.footer {
	text-align:center;
	padding:20px;
	background:#AAAAAA;
	margin:0 auto;
}

.footer img {
	margin:0 auto;
}

a:hover {
	text-decoration:none;
}

.contact {
	padding:13px 0;	
	font-size:34px;
	font-weight:700;
}

.intro {
	background:url(../img/introbg.png) #015F87 no-repeat top center;
}

.cont {
	background:url(../img/contbg.png) #d0d9e8 no-repeat top center;
	text-shadow:1px 0px 3px #ffffff;
}

.context h2 {
	color:#333333;
	font-weight:700;
}

.intro h1 {
	color:#ffffff;
	font-weight:700;
	text-shadow:1px 0px 3px #1D1D1D;
}

.intro h2 {
	color:#ffffff;
	font-weight:700;
	padding:10px 0px;
	text-shadow:1px 0px 3px #092E5A;
	
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, #072f62 25%, #072f62 75%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(25%,#072f62), color-stop(75%,#072f62), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,#072f62 25%,#072f62 75%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,#072f62 25%,#072f62 75%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,#072f62 25%,#072f62 75%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,#072f62 25%,#072f62 75%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='#072f62',GradientType=0 );
}

.intro h3 {
	color:#ffffff;
	font-weight:400;
	text-shadow:1px 0px 3px #1D1D1D;
}

.intro h4 {
	color:#ffffff;
	font-weight:400;
	text-shadow:1px 0px 3px #1D1D1D;
}

.formcont {
	text-align:center;
	padding:20px 0px;
}

.btn {
	height:40px;
}

.first-slide, .second-slide, .third-slide, .fourth-slide {
	
	display: block !important;
	max-width:1920px !important;
	min-height:300px !important;
	width:auto !important;	
	height:auto !important;
	overflow: auto !important;
	margin: auto;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.error {
	
}

.form-error {
	border:1px solid #FFA1A1;
	box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	-webkit-box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	-moz-box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	-o-box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	color:#960000;
}

.error {
	display:none;
	margin-top:15px;
	width:100%;
	background:#FDB5B5;
	border:1px solid #FF7577;
	border-radius:4px;
	padding:10px 5px;
	color:#E70003;
}

/* ----------------- 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: 4px;
	background: #ddd url('../img/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:1px solid #555;
}

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

@media (max-width:520px) {
	.logo img {
		width:100%;
	}
	.intro h1 {
		font-size:45px !important;
	}
	.intro h2 {
		font-size:20px;
	}
	.intro h3 {
		font-size:18px;
	}
}

@media (max-width:768px) {
	.intro {
		text-align:center;	
	}
	.intro h1 {
		font-size:55px !important;
	}
	.intro h2 {
		font-size:20px;
	}
	.intro h3 {
		font-size:18px;
	}
	.logo, .contact {
		text-align:center;
		padding:0;
	}
	.context {
		padding:20px 0px;	
	}
	.img-responsive {
		float:none;
		margin: auto;
		margin-bottom:-20px;
	}
	.carousel-caption {
		top:10px;
	}
}

@media (min-width:768px) {
	.introtext {
		padding:50px 0px;
	}
	.intro h1 {
		font-size:85px;
	}
	.intro h2 {
		font-size:28px;
	}
	.contact {
		text-align:right;
	}
	.context {
		padding:50px 0px;	
	}
	.context h2 {
		font-size:45px;
	}
	.carousel-caption {
		top:30px;
		text-align:left;
	}
	.context .img-responsive {
		display:block;
		float:none;
		margin:auto;
		margin-bottom:-50px !important;
	}
}

@media (min-width:992px) {
	.introtext {
		padding:50px 0px;
	}
	.intro h1 {
		font-size:85px;
	}
	.intro h2 {
		font-size:28px;
	}
	.carousel-caption {
		top:40px;
	}
	.context .img-responsive {
		margin:auto;
		margin-bottom:0px !important;
	}
}

@media (min-width:1024px) {
	.introtext {
		padding:90px 0px;
	}
	.intro h1 {
		font-size:85px;
	}
	.intro h2 {
		font-size:28px;
	}
	.carousel-caption {
		top:60px;
	}
}