@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,100,200,300,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,600,700);

body {
	background: #fff;
	font-size: 16px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
}
h1, h2, h3 {
	font-family: "Raleway", sans-serif;
	color: #ffffff;
	font-weight: 200;
}
h1 {
	font-size: 45px;
	line-height: 55px;
	margin: 100px 0px 15px 0px;
}
h2 {
	font-size: 40px;
	line-height: 40px;
	margin: 0px;
}
h3 {
	font-size: 30px;
	line-height: 35px;
	margin: 0px 0px 30px 0px;
}
h1 span, h2 span, h3 span {
	color: #f99b1a;
	font-weight: bold;
}
a {
	color: #0091f2;
	text-decoration: none;
}
a:hover {
	color: #0061a1;
	text-decoration: underline;
}
p {
	font-size: 16px;
}
label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}
label span {
	color: #ff0000;
}
label.error {
	color: #ff0000;
	font-size: 13px;
	font-weight: normal;
}
input[type="text"] {
	display: block;
	padding: 15px;
	width: calc(100% - 30px);
	background: #ffffff;
	border-radius: 5px;
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	border: none;
	margin: 0px;
	font-variant: 400;
	margin-bottom: 15px;
	box-shadow: 0px -3px 0px rgba(0,0,0,0.2) inset;
	transition: all ease-in-out 0.2s
}
input[type="text"]:focus {
	background: #e6e6e6;
	color: rgba(0,0,0,1);
}
input[type="text"].error{
	background: #fff4f4;
    border: 2px solid #ff0000;
	margin-bottom: 5px;
	box-shadow: none;
}
button {
	padding: 20px 15px;
	width: 100%;
	background: #f99b1a;
	border-radius: 5px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	border: none;
	margin: 0px;
	cursor: pointer;
	box-shadow: 0px -5px 0px rgba(0,0,0,0.3) inset;
	transition: all ease-in-out 0.2s
}
button:hover {
	background: #f7941d;
	box-shadow: 0px 5px 0px rgba(0,0,0,0.3) inset
}
header {
	text-align: left;
	margin-bottom: 50px;
}
#wrapper {
	padding: 50px 0px 80px 0px;
	background: #003e6a url(../images/bg.jpg);
	float: left;
	width: 100%;
}
#wrapper1 {
	padding: 50px 0px 80px 0px;
	background: #f5f5f5 url(../images/bg1.jpg);
	float: left;
	width: 100%;
}
#container {
	width: 1240px;
	margin: 0 auto;
}
.column {
	float: left;
	margin: 0 1% 0px;
}
.one-sixth.column {
	width: 14.666%;
}
.one-fifth.column {
	width: 18%;
}
.one-fourth.column {
	width: 23%;
}
.one-third.column {
	width: 31.333%;
}
.two-fifth.column {
	width: 38%;
}
.one-second.column {
	width: 48%;
}
.three-fifth.column {
	width: 58%;
}
.two-third.column {
	width: 64.666%;
}
.three-fourth.column {
	width: 73%;
}
.four-fifth.column {
	width: 78%;
}
.five-sixth.column {
	width: 81.333%;
}
.one.column {
	width: 98%;
}
.form {
	background: rgba(255,255,255,0.1);
	border: 3px solid rgba(255,255,255,0.2);
	padding: 30px;
	text-align: left;
	border-radius: 15px;
	float: left;
}
footer {
	margin: 20px 0;
	font-size: 14px;
	color: #003e6a;
	text-align: center;
	width: 100%;
	float: left;
}

/* Popup Message */
#simplemodal-overlay {
	background-color: #000;
}
#simplemodal-container {	
	width: 550px;
	height: 360px;
	border-radius: 10px;
	background: #001524;
	border: 5px solid rgba(255,255,255,0.1);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
#simplemodal-container .top {
	background: rgba(255,255,255,0.1);
	padding: 15px 25px;
	border-radius: 5px 5px 0px 0px;
}
#simplemodal-container .bottom {
	padding: 25px;
	font-size: 17px;
}
#simplemodal-container .addthis_sharing_toolbox {
	margin-top: 25px;
}
#simplemodal-container a.close {
	display: inline;
	z-index: 3200;
	position: absolute;
	bottom: 25px;
	left: 25px;
	cursor: pointer;
	padding: 10px 15px;
	background: #fb9812;
	border-radius: 3px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
#simplemodal-container a.close:hover {
	background: #f7941d;
}
#simplemodal-container a.closex {
	display: inline;
	z-index: 3200;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	cursor: pointer;
	padding:0px;
	background: #fb9812;
	border-radius: 50%;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	border: 5px solid #1a2d3a;
}
/* Responsive */
@media only screen and (min-width: 960px) and (max-width: 1139px) {
#container {
	width: 960px;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
#container {
	width: 750px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
}
@media only screen and (max-width: 767px) {
#container {
	width: 420px;
}
h1 {
	margin: 20px 0px 10px 0px;
	text-align: center
}
h2 {
	margin-bottom: 25px;
	text-align: center
}
header {
	margin-bottom: 30px;
}
.column {
	margin: 0px;
}
.one-sixth.column,
.one-fifth.column,
.one-fourth.column,
.one-third.column,
.two-fifth.column,
.one-second.column,
.three-fifth.column,
.two-third.column,
.three-fourth.column,
.four-fifth.column,
.five-sixth.column,
.one.column {
	width: 100%;
}
#simplemodal-container {
	width: 420px;
	height: 385px;
}
}
@media only screen and (max-width: 479px) {
#container {
	width: 320px;
}
h1 {
	font-size: 40px;
	line-height: 50px;
	margin: 20px 0px 0px 0px;
	text-align: center
}
h2 {
	font-size: 30px;
	margin-bottom: 25px;
	text-align: center
}
#simplemodal-container {
	width: 310px;
	height: 418px;
}
#simplemodal-container .top img{
	width: 250px
}
}
