body {
	color: #666;
	text-shadow: 1px 1px #fff;
}

.clear {
	clear: both;
}

header {
	margin-top: 50px; 
}

.services {
	margin-top: -115px;
}

.wave {
	background: url("../img/wavecut.png");
	margin-top: 50px;
	min-width: 960px;
}

	#main-page .wave {
		margin-top: 200px;
	}

.wave-top {
	height: 15px;
	background: url("../img/wavecut-top.png");
}

.wave-bottom {
	height: 15px;
	background: url("../img/wavecut-bottom.png");
}

.content {
	margin-top: 55px; 
}

.services .span4 {
	position: relative;
}

.arrow1, .arrow2 {
	display: block;
	width: 75px; height: 31px;
	background: url("../img/arrow.png");
	position: absolute;
}

.arrow1 {
	left: 280px;
	bottom: 200px;
}

.arrow2 {
	left: 280px;
	bottom: 235px;
}

h1 {
	font-size: 38px;
}

.blue, h3 {
	color: #228ece;
}

.slogan {
	text-align: right;
	margin-top: 40px; 
}

.logo {
	height: 125px;
	background: url("../img/logo.png") no-repeat;
	text-indent: -9999px;
}

.services h2 {
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 18px;
}

span.icon1, span.icon2, span.icon3 {
	display: block;
	width: 200px;
	height: 200px;	
	background: url("../img/icons.png") no-repeat;
	margin-left: 50px;
}

span.icon2 {background-position: 0px 0px;}
span.icon2 {background-position: -200px 0px;}
span.icon3 {background-position: -400px 0px;}

.gradient {
border: 1px solid #2287c8;
box-shadow: 0px 2px 3px #8a8a8a;
box-shadow: inset 0px 1px #88d8f8;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#38bef3', endColorstr = '#2083c5');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#38bef3', endColorstr = '#2083c5')";
background-image: -moz-linear-gradient(top, #38bef3, #2083c5);
background-image: -ms-linear-gradient(top, #38bef3, #2083c5);
background-image: -o-linear-gradient(top, #38bef3, #2083c5);
background-image: -webkit-gradient(linear, center top, center bottom, from(#38bef3), to(#2083c5));
background-image: -webkit-linear-gradient(top, #38bef3, #2083c5);
background-image: linear-gradient(top, #38bef3, #2083c5);
}


/* forms */

.form1, .form2 {
	width: 458px;
	background: rgba(0, 0, 0, .1);
	border: 1px solid #8d8d8d;
	border-radius: 3px;
	margin-top: 25px;
	margin-bottom: 25px;
}

	#main-page .form1, #main-page .form2 {
		margin-top: 100px;
		margin-bottom: 50px;
	}

.form1 form {
	margin-top: 97px;
	margin-bottom: 97px;
}

form {
	width: 410px;
	margin: 25px;
}

.form-bg {
	background: #fff;
	border: 1px solid #8d8d8d;
	border-top: none;
	width: 330px;
	padding: 10px 40px;
	border-radius: 0px 0px 3px 3px;

}

legend {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	background: #248ccc;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	border-radius: 3px 3px 0px 0px;	
	text-shadow: 1px 1px #1d6d9b;
}

label {
	color: #4b4b4b;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

label a, .btn {
	float: right;
	margin-right: 6px;
}

input[type="text"], textarea {
	width: 310px;
	border: 1px solid #c5c5c5;
}

input[type="text"] {
	height: 20px;
}

textarea {
	height: 100px;
}

/* modal form pass forgot */

#forgot-pass form {
	margin: 0;
}

#forgot-pass .form-bg {
	border: none;
	border-radius: 0;
	width: 330px;
	padding: 10px 60px;
	margin-left: 40px;

}

#forgot-pass .modal-body {
	height: 100px;
}

#forgot-pass .modal-body p {
	text-align:center;
	margin-top:40px;
}

/* buttons */

.btn {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	font-family: "PT Sans", sans-serif;
	text-shadow: 1px 1px #1d6d9b;
	margin-top: 10px;
}

.btn:hover {

	background-image: -moz-linear-gradient(top, #38bef3, #0267ab);
	background-image: -ms-linear-gradient(top, #38bef3, #0267ab);
	background-image: -o-linear-gradient(top, #38bef3, #0267ab);
	background-image: -webkit-linear-gradient(top, #38bef3, #0267ab);
	background-image: linear-gradient(top, #38bef3, #0267ab);

}

.btn:active {
	position: relative;
	top: 1px;
}


/* footer */

footer {
	text-align: center;
	padding: 25px 0px;
}

.footer-nav {
	list-style: none;
	text-align: center;
}

.footer-nav li {
	display: inline;
} 

li.dote {
	margin: 0 5px;
}