*{
	margin:0;
	padding:0;
}
.clear{
	clear:both
}
.reg{
	font-size:13px;
	line-height:150%;
	margin:10px 0px;
	color:#333;
}
body{
	 font-family: "skolar-sans-latin-condensed";
}
.wrapper{
	width:1072px;
	margin:0px auto;
}
header{
	width:100%;
}
.logo{
	float:left;
	padding-top:11px;
}
.contact-header{
	float:right;
	margin-top:20px;
	min-width:50%;
	margin-right:10px;
}

.hButton{
	float:right;
	padding:8px 8px;
	border-radius:3px;
	background-color:#9DCB3B;
	margin-left:10px;
	line-height:100%;
	padding-top:3px;
}

.hButton a{
	font-size:16px;
	color:#FFF;
	text-decoration:none;
}

.c-tel{
	background-image:url(../img/tel-icon.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	float:right;
	font-size:18px;
	font-weight:bold;
	color:#9DCB3B;
	margin-right:20px;
	line-height:100%;
	background-position:0px 4px;
	padding-bottom:5px;
}
.c-mail{
	background-image:url(../img/mail-icon.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-bottom:5px;
	padding-left:25px;
	float:right;
	font-size:18px;
	font-weight:bold;
	color:#9DCB3B;
	line-height:100%;
	
}
.c-tel a{
	color:#9DCB3B;
	text-decoration:none;
}
.c-mail a{
	color:#9DCB3B;
	text-decoration:none;
}
.buttons{
	float:right;
}	
.buttons h1 {
    background: none repeat scroll 0 0 #9bbe4a;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 6px;
    padding: 8px 25px;
}
.buttons h1 a{
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.buttons h1 a:hover{
	text-decoration:underline;
}
nav{
	float:right;
	margin-top:18px;
}
.banner{
	width:100%;
}
.banner img{
	width:100%;
}
.text{
	width:438px;
	position:absolute;
	z-index:9999;
	top:94px;
}
.text h2{
	font-size:34px;
	color:#fff;
}
.text h1{
	font-size:52px;
	color:#fff;
	margin-bottom:60px;
}
.text p{
	font-size:15px;
	color:#fff;
	margin-bottom:28px;
	width:400px;
}
.text h4 {
    background: none repeat scroll 0 0 #9bbe4a;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
	margin-top:30px;
    padding: 8px 35px;
}
.text h4 a{
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.54);
}
.text h4 a:hover{
	text-decoration:underline;
}
.text-line{
	width:100%;
    background: url(../images/border-img_03.jpg) repeat-x scroll 0 23px rgba(0, 0, 0, 0);
    margin: 35px 0;
    text-align: center;
}
.text-line h1 {
    background: none repeat scroll 0 0 #25557a;
    display: inline-block;
    padding: 5px 30px;
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		border-radius:3px;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.text-line1{
	width:100%;
    background:url(../images/border-2_03.jpg) repeat-x scroll 0 23px rgba(0, 0, 0, 0);
    margin: 35px 0;
    text-align: center;
}
.text-line1 h1 {
    background: none repeat scroll 0 0 #25557a;
    display: inline-block;
    padding: 5px 30px;
	color:#fff;
	border-radius:3px;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}

.margin-0{
	margin:0px !important;
}
.work{
	width:100%;
	overflow:hidden;
}
.feature{
	float:left;
	border:0px solid;
	width:33.333333333%;
	margin:30px 0px;
}
.feature-no{
	color:#9DCB3B;
	background-image:url(../img/white-ring.png);
	margin:0px auto;
	font-size:100px;
	font-weight:bold;
	line-height:100%;
	width:156px;
	padding-top:15px;
	padding-bottom:41px;
	margin-bottom:20px;
}
.feature-text{
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	line-height:130%;
	font-size:25px;
	padding:0px 20px;
}
.work1 img, .work2 img, .work4 img, .work5 img{
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	text-align: center;
}
.work1,.work2,.work4,.work5{
	border:1px dotted #fff;
	padding: 8px 8px 8px 8px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.work1:hover,.work2:hover,.work4:hover,.work5:hover{
	border:1px dotted #999;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F2F2F2');
	background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#F2F2F2));
	background:-moz-linear-gradient(top,#ffffff,#F2F2F2);
	padding: 8px 8px 8px 8px;
}

.work1 img:hover, .work2 img:hover, .work4 img:hover, .work5 img:hover{
	transform:rotateY(180deg);
	transform-style:preserve-3d;
}
.work1{
	width:20%;
	float:left;
	margin-left:26px;
	text-align:center;
}
.work1 h3{
	color:#25557a;
	padding:20px 0;
}
.work1 p{
	color:#757575;
	padding:0px 0;
	font-size:13px;
}
.work2{
	width:20%;
	float:left;
	text-align:center;
	margin-left:26px;
}
.work2 h3{
	color:#25557a;
	padding:20px 0;
}
.work2 p{
	color:#757575;
	padding:0px 0;
}
.work3{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	padding-bottom:35px;
}
.work4{
	width:20%;
	float:left;
	margin-left:26px;
	text-align:center;
}
.work4 h3{
	color:#25557a;
	padding:20px 0;
}
.work4 p{
	color:#757575;
	padding:0px 0;
}
.work5{
	width:20%;
	float:left;
	text-align:center;
	margin-left:26px;
}
.work5 h3{
	color:#25557a;
	padding:20px 0;
}
.work5 p{
	color:#757575;
	padding:0px 0;
}
.content{
	width:100%;
	background:#f4f4f4;
	padding-bottom:46px;
	overflow:hidden;
}
.marketing{
	width:100%;
	overflow:hidden;
}
.img-1{
	width:362px;
	float:left;
	position:relative;
	cursor:pointer;
		border-radius:3px;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.up-text{
	width:100%;
	position:absolute;
	z-index:9999;
	cursor:pointer;
}
.up-text h1{
	float:left;
	margin:20px 15px;
	background:#9DCB3B;
	padding:5px 15px;
	color:#fff;
	border-radius:50%;
}
.up-text h3{
    color: #fff;
    float: left;
    font-size: 23px;
    margin: 8px 0;
    padding: 5px;
    width: 72%;
}
.up-text1{
	width:100%;
	position:absolute;
	z-index:9999;
	cursor:pointer;
}
.up-text1 h1{
	float:left;
	margin:20px 15px;
	background:#9DCB3B;
	padding:5px 15px;
	color:#fff;
	border-radius:50%;
}
.up-text1 h3{
    color: #fff;
    float: left;
    font-size: 23px;
    margin: 8px 0;
    padding: 5px;
    width: 72%;
}

.img-2{
	width:338px;
	float:left;
	position:relative;
	margin-left:18px;
	cursor:pointer;
}
.sub-img{
	width:100%;
	border-radius:3px;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.sub-img1{
	width:100%;
	margin-top:13px;
		border-radius:3px;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.img-3{
	width:338px;
	float:right;
	position:relative;
	cursor:pointer;
}
.sign-up{
	width:100%;
	background:#8EC9CF;
	padding-bottom:0px;
	text-align:center;
	height:300px;
	overflow:hidden;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
}
.sign-up:hover{
	height:400px;
}
.sign-up h1{
	color:#fff;
	text-align:center;
	padding:22px 0;
}
.forms{
	margin:0px auto;
	width:523px;
	text-align:center;
}
.text-box {
    border: medium none;
    border-radius: 8px;
    height: 40px;
    line-height: 50px;
    margin: 1% 3px;
    padding: 0 2%;
    width: 95%;
}
.btn {
    background: none repeat scroll 0 0 #9DCB3B;
    border: medium none;
    color: #ffffff;
    left: 0;
    margin: 15px auto 0;
    padding: 8px 50px;
    position: relative;
    right: 0;
    text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius:3px;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	text-decoration:none;
	color:#FFF;
	cursor:pointer;
	display:inline-block;
	font-size:16px;
}
.mini-banners{
	width:100%;
	overflow:hidden;
	padding-bottom:45px;
}
.ban1{
	width:517px;
	background:#25557a;
	height:251px;
	float:left;
	margin-top:38px;
	border-radius:3px;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.ban1:hover{
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}
.ban1-img{
	width:50%;
	float:left;
	padding:12px;
}
.ban1-text{
	width:45%;
	float:right;
}
.ban1-text h1{
	padding:10px;
	font-size:42px;
	color:#fff;
}
.ban1-text p{
	padding:18px 10px;
	font-size:14px;
	color:#fff;
}
.ban1-text h3 {
    background: none repeat scroll 0 0 #9DCB3B;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
    padding: 3px 18px;
	border-radius:3px;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.ban1-text h3 a{
    color: #fff;
	text-decoration:none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ban1-text h3 a:hover{
 	text-decoration:underline;
}
.ban2{
	width:517px;
	background:#25557a;
	height:251px;
	float:right;
	margin-top:38px;
	border-radius:3px;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.ban2:hover{
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}
.ban2-img{
	width:50%;
	float:left;
	padding:16px 0;
}
.features{
	padding:50px 0px;
	text-align:center;
	background-image:url(../img/features-bg.jpg);
	background-position:center;
}

.features h1{
	font-size:50px;
	font-weight:normal;
	color:#FFF;
	line-height:100%;
}

.contact{
	padding:50px 0px;
	text-align:center;
}
.contact h1{
	padding:15px 0px;
	color:#FFF;
	font-weight:normal;
	font-size:50px;
}
.contact p{
	color:#FFF;
	font-size:18px;
}
.bold-green{
	padding:15px 0px;
	color:#9DCB3B;
	font-weight:bold;
}
footer{
	background:url(../img/footer-bg.png) repeat-x;
	background-position:bottom;
	width:100%;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:50px;
}
.navigation{
	float:right;
	margin-top:32px;
}
.navigation ul{
	list-style:none;
}
.navigation ul li{
	display:inline-block;
	padding:0px 8px;
}
.navigation ul li a{
	text-decoration:none;
	color:#25557a;
}
.navigation ul li a:hover{
	text-decoration:underline;
	color:#000;
}