@charset "utf-8";
/* CSS Document */

@import "../fonts/stylesheet.css";

body{
	background:#f3f3f3;
	margin:0px;
	padding:0px;
	font-family: 'PTSansRegular';
	font-size:12px;
}
*{
	margin:0px;
	padding:0px;
}
h1{
	font-family: 'TradeGothicRegular';
	font-weight:normal;
}
h2{
	font-family: 'PTSansRegular';
	font-weight:normal;
}
.clear{
	clear:both;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
}
a .img{
	border:none;
}
p{
	font-size: 12px;
	text-align: center;
}

#wrap{
}
#wrap .container{
	margin:0 auto;
	width:960px; 
}




#content{
}
#content .domain{
	background:url(../images/domain.png) no-repeat;
	float:left;
	width:100%;
	height:64px;
}
#content .domain p{
	font-size:13px;
	font-family: 'PTSansBold';
	text-transform:uppercase;
	color:#6c6c6c;
	float:left;
	margin:20px 0 0 22px;
}
#content .domain input{ 
	background:#FFFFFF;
	border:solid 1px #e5e5e5;
	width:365px;
	padding:0 8px;
	height:34px;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#bdbdbd;
	font-size:12px;
	margin:12px 10px 0 15px;
}
#content .domain .domain_btns{ 
	 margin:2px 0 0 0px !important;
}
#content .welcome{
	float:left;
	width:680px;
	margin:30px 0 0 0;
}
#content .welcome h1{
	color:#e35e2e;
	font-size:26px;
}
#content .welcome .welcome_img{
	border:solid 5px #FFFFFF;
	-moz-box-shadow:0px 0px 0px 1px #d1d1d1;
    -webkit-box-shadow:0px 0px 0px 1px #d1d1d1;
    box-shadow:0px 0px 0px 1px #d1d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:20px 0 0 0;
}
#content .welcome .text{
	float:right;
	width:448px;
	margin:20px 0 0 0;
}
#content .welcome .text p{
	font-size:13px;
	color:#515151;
}
#content .welcome .text .section{
	float:left;
	width:220px;
	margin:10px 0 0 0;
}
#content .welcome .text li.tick{
	background:url(../images/tick.png) no-repeat 0 2px;
	font-size:13px;
	color:#515151;
	padding:0 0 0 22px;
	margin:12px 0 0 0;
}
#content .testimonial{
	background:url(../images/testimonial.png) no-repeat;
	width:199px;
	height:187px;
	float:right;
	padding:0 23px;
	margin:78px 0 0 0;
}
#content .testimonial h3{
	font-size:18px;
	font-family: 'PTSansBold';
	color:#343434;
	margin:20px 0 0 33px;
}
#content .testimonial p{
	font-size:13px;
	color:#515151;
	margin:12px 0 0 0px;
	height:70px;
}
#content .testimonial span.name{
	margin:47px 0 0 30px;
	color:#7b7b7b;
	z-index:10;
	float:left;
	position:absolute;
}
#content .testimonial span.work{
	margin:60px 0 0 30px;
	color:#f76a34;
	position:absolute;
}
#content .services{
	background:#f8f8f8;
	margin:52px 0 0 0;
	padding:40px 0 ;
}
#content .services .service_sec{
	float:left;
	text-align:center;
	width:284px;
	margin:0 54px 0 0;
}
#content .services .last{
	margin:0px;
}
#content .services .service_sec h2{
	font-size:22px;
	color:#e35e2e;
	font-family: 'PTSansRegular';
	margin:12px 0 0 0;
}
#content .services .service_sec span{
	font-size:22px;
	color:#434343;
}
#content .services .service_sec p{
	color:#393939;
	margin:3px 0 0 0;
	line-height:16px;
}
#content .table{
	background:#FFFFFF;
	padding:40px 0;
	margin:0 0 0 0;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	-moz-box-shadow:3px 3px 5px 6px #ccc;
    -webkit-box-shadow:3px 3px 5px 6px #ccc;
    box-shadow:0px 0px 0px 1px #fff;
}
#content .table .table_sec{
	float:left;
	width:227px;
	margin:0 17px 0 0;
}
#content .table .last{
	margin:0px;
}
#content .table .table_sec h2{
	background:#424242;
	text-align:center;
	font-size:24px;
	color:#fff;
	padding:8px 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
#content .table .table_sec h2.orange{
	background:#e5602f;
}
#content .table .table_sec .detail{
	background:#FFF;
	text-align:center;
	border-left:solid 1px #e3e3e3;
	border-right:solid 1px #e3e3e3;
}
#content .table_sec .detail p{
	font-size:22px;
	color:#303030;
	letter-spacing:-1px;
	padding:18px 0 12px 0;
	line-height:15px;
	font-family: 'PTSansBold';
}
#content .table_sec .detail span.month{
	font-size:10px;
	color:#555555;
	letter-spacing:0px;
}
#content .table_sec .detail ul{
	border-top:solid 1px #e3e3e3;
}
#content .table_sec .detail li{
	border-bottom:solid 1px #e3e3e3;
	padding:10px 0;
}
#content .table_sec .detail a.table_btn{
	margin:15px 0 0 60px;
}
 .client{
	margin:30px 0 30px 0;
}



#sub_content .info{
	float: left;
	width: 524px;
	font-size: 10px;
}
#sub_content .info h1{
	color: #C2A681;
	font-family: PTSansRegular;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #dddddd;
}
#sub_content .info img{
	float:left;
	margin:30px 0 30px 0;
}
#sub_content .form{
	float: right;
	width: 300px;
}
#sub_content .form h1{
	color: #666666;
	font-family: 'PTSansRegular';
	padding: 0 0 10px 0;
	border-bottom: solid 1px #dddddd;
	margin: 0 0 30px 0;
}
#sub_content .form .field {
	margin:0 0 10px 0;
}
#sub_content .form .field label{
	float: left;
	width: 108px;
	color: #FFFFFF;
	font-size: 21px;
	margin: 10px 0 0 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}
#sub_content .form .field input[type=text]{
	background:#f7f7f7;
	width:284px;
	height:36px;
	padding:0 5px;
	border:none;
	color:#898989;
	border:solid 1px #d8d8d8;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
#sub_content .form .field textarea{
	background:#f7f7f7;
	width:284px;
	padding:5px 5px;
	color:#898989;
	height:182px;
	border:none;
	border:solid 1px #d8d8d8;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
#sub_content .form input[type=submit]{
	width: 97px;
	height: 36px;
	border: none;
	cursor: pointer;
	float: left;
	margin: 0 0 0 108px;
	background-image: url(../images/submit2.png);
	background-repeat: no-repeat;
}
#sub_content .form input[type=submit]:hover{
	background-position: 0 -36px;
	font-family: Raleway, Arial, Helvetica;
}
#sub_content .get_touch{
	float:left;
	width:780px;
	margin:10px 0 0 0;
}
#sub_content .get_touch li{
	margin:0 25px 0 0;
	padding:0 0 0 25px;
	font-size:14px;
	color:#515151;
}
#sub_content .get_touch li.location{
	background:url(../images/contact_location.png) no-repeat;
	float:left;
}
#sub_content .get_touch li.email{
	background:url(../images/contact_email.png) no-repeat;
	float:left;
}
#sub_content .get_touch li.mobile{
	background:url(../images/contact_mobile.png) no-repeat;
	float:left;
}
#sub_content .contact_social{
	float:right;
}
#sub_content .contact_social a{
	background:url(../images/contact_social.png) no-repeat;
	float:left;
	height:37px;
	width:37px;
	margin:0 5px 0 0;
}
#sub_content .contact_social a.tw{
	background-position:0 0px;
}
#sub_content .contact_social a.tw:hover{
	-moz-transform: rotate(-360deg); 
	-moz-transition: all 0.8s ease-in-out 0s; 
	-webkit-transform: rotate(-360deg); -webkit-transition: 
	all 0.8s ease-in-out 0s;
	-ms-transform: rotate(-360deg); -ms-transition:all 0.8s ease-in-out 0s; 
	transform: rotate(-360deg);	transition: all 0.8s ease-in-out 0s;
}
#sub_content .contact_social a.fb{
	background-position:-38px 0px;
}
#sub_content .contact_social a.fb:hover{
	-moz-transform: rotate(-360deg); 
	-moz-transition: all 0.8s ease-in-out 0s; 
	-webkit-transform: rotate(-360deg); -webkit-transition: 
	all 0.8s ease-in-out 0s;
	-ms-transform: rotate(-360deg); -ms-transition:all 0.8s ease-in-out 0s; 
	transform: rotate(-360deg);	transition: all 0.8s ease-in-out 0s;
}
#sub_content .contact_social a.gp{
	background-position:-76px 0px;
}
#sub_content .contact_social a.gp:hover{
	-moz-transform: rotate(-360deg); 
	-moz-transition: all 0.8s ease-in-out 0s; 
	-webkit-transform: rotate(-360deg); -webkit-transition: 
	all 0.8s ease-in-out 0s;
	-ms-transform: rotate(-360deg); -ms-transition:all 0.8s ease-in-out 0s; 
	transform: rotate(-360deg);	transition: all 0.8s ease-in-out 0s;
}
#sub_content .contact_social a.yt{
	background-position:-114px 0px;
}
#sub_content .contact_social a.yt:hover{
	-moz-transform: rotate(-360deg); 
	-moz-transition: all 0.8s ease-in-out 0s; 
	-webkit-transform: rotate(-360deg); -webkit-transition: 
	all 0.8s ease-in-out 0s;
	-ms-transform: rotate(-360deg); -ms-transition:all 0.8s ease-in-out 0s; 
	transform: rotate(-360deg);	transition: all 0.8s ease-in-out 0s;
}

/* Notification Classes */
.success, .warning{
    -moz-border-radius: 5px 5px 5px 5px;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
}
.success {
	background: #EAF7D9 url('../images/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../images/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
