﻿/*
 ::Table Of Content
 1). Navigation Section
 2.) Logo Section
 3.) Top-Hosts Section
 4.) Filter area Section
 5.) filter-table Section
 6.) best-Hosting Section
 7.) Footer Section
 
 8.) About Us Page
 9.) Suggestion-form Section
 10.) Top Review List
 11.) Hosting Reviews Page
 -----------------------------------------------*/


/*
 1). Navigation Section
 ----------------------------------------------*/
header nav ul{
	float: right;
}
header nav li{
	float: left;
	padding-right: 2px;
	
}
header nav h1 {
	color: #ffffff;
	font-size: 3.2em;
	text-transform: uppercase;
	display: block;
	padding-top: 9px;
	font-family: 'alright_sansmedium', sans-serif; 
	letter-spacing: 1px;
}

header nav h1 strong{
color: #E67E22;
font-family: 'alright_sansmedium', sans-serif; 
letter-spacing: 1px;
}
.sm {
font-size: .75em;
line-height: 38px;
}
header nav li a{
	font-family: 'pf_bulletin_sans_promedium', sans-serif;
	color: #ffffff;
	font-size: 1.5em;
	text-transform: uppercase;
	display: block;
	padding: 18px 24px 17px;
}
header nav li a:hover, header nav li.active a{
	background: #2980b9;
	padding-bottom: 17px;
	border-radius: 4px;
}

/*
 2). Logo Section
 ----------------------------------------------*/

.logo-section{
	background: #ffffff;
	padding: 10px 0 0;
}
.logo-section-landing{
	background: #ffffff;
	padding: 10px 0 0;
	text-align: center;
}
.logo a{
	display: block;
}
.rlogo_head a, .rlogo_head img{
	display: block;
	float: right;
	padding-right: 50px;
}

.rlogo a, .rlogo img{
	display: block;
	float: right;
}

.llogo a, .llogo img{
	display: block;
	float: left;
	padding-right: 10px;
	padding-top: 4px;
}
.logo-section strong{
	float: right;
	font-family: 'alright_sanslight_italic', sans-serif;
	color: #666666;
	font-size: 2.74em;
	padding: 41px 0;
}

/*
 3). Top-Hosts Section
 ----------------------------------------------*/
.top-hosts{
	/*background: url(../images/top-section-bg.jpg) left top repeat-x;*/
	background: url(../images/top-section-bg1.jpg) left top repeat;
	
}
.top-hosts h1{margin-bottom: 10px; padding: 20px 0 7px;}
h1 strong{
	color: #333333;
	font-size: 100%;
}
.smtitle {
font-size: 3.2em;
text-align: center;
margin-left: 40px;
}
.update{
	position: relative;
	margin-left: 172px;
	margin-bottom: 15px;
}
.update:before{
	position: absolute;
	bottom: 19px;
	left: -172px;
	width: 155px;
	height: 1px;
	background: url(../images/seperator-x.png) left bottom repeat-x;
	content: "";
	display: inline-block;
}
.update:after{
	position: absolute;
	bottom: 19px;
	right: -172px;
	width: 155px;
	height: 1px;
	background: url(../images/seperator-x.png) left bottom repeat-x;
	content: "";
}
.update-landing{
	position: relative;
	margin-left: 0px;
	margin-bottom: 15px;
}
.update-landing:before{
	position: absolute;
	bottom: 19px;
	left: -270px;
	width: 250px;
	height: 1px;
	background: url(../images/seperator-x.png) left bottom repeat-x;
	content: "";
	display: inline-block;
}
.update-landing:after{
	position: absolute;
	bottom: 19px;
	right: -270px;
	width: 250px;
	height: 1px;
	background: url(../images/seperator-x.png) left bottom repeat-x;
	content: "";
}
.top-hosts{position: relative;}
.top-hosts:after{
	position: absolute;
	left: 50%;
	margin-left: -782px;
	bottom: 0;
	content: "";
	height: 8px;
	width: 1564px;
	background: url(../images/shadow.png) center bottom no-repeat;	
}
.top-hosts p{
	padding-right: 0px;
	width: 620px;
	font-family: alright_sanslight, sans-serif;
	color: #1651EF;
}
.top-host-img{ margin-left: 20px;}
.top-host-img img{ float: right;}



/*
 4). Filter area Section
 ----------------------------------------------*/

.filter-area {
	padding: 30px 0px 20px;
}
.filter-area-landing {
	padding: 15px 0px 20px;
}
.filter-area dl{
	display: block;
	margin-bottom: 25px;
}
.filter-area  dt{
	font-family: 'alright_sansregular', sans-serif; 
	font-weight: bold; 
	color: #333333; 
	font-size: 1.6em;
	float: left;
	margin-right: 8px;
}
.filter-area  dd{
	float: left;
	padding-right: 2px;
}
.filter-area  dd a{
	font-family: 'alright_sanslight', sans-serif;  
	color: #666666; 
	font-size: 1.4em;
	padding: 8px 22px;
	border: solid 1px transparent;
	border-radius: 4px;
}
.filter-area  dd.active a, .filter-area  dd a:hover{
	color: #2980b9;
	/*font-family: 'alright_sansregular', sans-serif;*/
	border: solid 1px #2980b9;
}


/*
 5). filter-table Section Section
 ----------------------------------------------*/

.records .table-head{
	background: #2980b9;
	border-bottom: solid 4px #216795;
	border-radius: 6px 6px 0 0;
}

.fixed1 {
    position: fixed;
    top: 0;
    height: 50px;
    z-index: 1;
}

.records .table-head li, .records .table-body li{
	float: left;
	color: #ffffff;
	font-size: 1.6em;
	font-family: 'alright_sansmedium', sans-serif; 
	padding: 16px 10px;
	text-align: center;
	background: url(../images/seperator-thead.png) right center no-repeat;
}
.records .table-body{
	padding-top: 20px; 
	border: solid 1px #cbcbcb;
	border-top: none;
	-moz-box-shadow: 0 1px 5px #cbcbcb;
	-webkit-box-shadow: 0 1px 5px #cbcbcb;
	box-shadow: 0 1px 5px #cbcbcb;
	border-radius: 0 0 6px 6px;
}
.records .table-body ul{display: table; border-bottom: solid 1px #dadada;}
.records .table-body li{
	background: none;
	float: none;
	padding: 0;
	border-right: solid 1px #e7e7e7;
	color: #184b6d;
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	font-family: 'pf_bulletin_sans_promedium', sans-serif; 
	font-size: 2.4em;
}

.records li.col-1{width: 110px;}
.records li.col-2{width: 260px;}
.records li.col-3{width: 100px;}
.records li.col-4{width: 130px;}
.records li.col-5{width: 175px;}
.records li.col-6{width: 195px;}
.records li.col-7{width: 210px; background: none; border-right: none;}


.records .table-body ul.n1{position: relative; border: solid 3px #e67e22; border-left: none; border-right: none;}
.records .table-body ul.n1:before, .records .table-body ul.n1:after{
	background: url(../images/left-bar.png) left center no-repeat; 
	position: absolute; 
	left: -10px; 
	bottom: -14px; 
	content: ""; 
	display: inline-block; 
	width: 10px; 
	height: 160px;
}
.ie10 .records .table-body ul.n1:before, .ie10 .records .table-body ul.n1:after{bottom: -11px;}
.records .table-body ul.n1:after{background: url(../images/right-bar.png) left center no-repeat; right:-11px; left:auto; width: 11px; bottom: -14px;}
.records .table-body .n1 li{height: 133px; position: relative;}
.records .table-body .n1 li.col-1 img{position: absolute; left: -2px; bottom: -20px;}

.records .table-body .alt{background-color: #f3f3f3;}
.records .table-body .alt1{background-color: #FDF7F1;}
.records .table-body .row li.col-6 span{margin-bottom: 10px;}
.records .table-body .row li.col-6 a{
	display: block; 
	color: #0066cc;
	font-size: 12px; 
	font-family: 'alright_sanslight', sans-serif; 
	border-bottom: solid 1px #7fb2e5; 
	display: inline-block;
}

.records .table-body li.col-1{color: #333333; font-size: 3.6em; font-family: 'pf_bulletin_sans_promedium', sans-serif; }
.records .table-body .row li.col-7 a{
	font-size: 20px;
	padding: 8px 45px;
}
.bottom-shadow, .bottom-shadow-bottom{
	width: 98%;
	margin: 0 auto;
	height: 5px;
	border-radius: 0 0 6px 6px;
	border:solid 1px #cbcbcb;
	-moz-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #fff;
}
.bottom-shadow-bottom{width: 96%;}


/*
 6). Best-Hosting Section
 ----------------------------------------------*/
.hosting{padding-bottom: 30px;}
.best-hosting{margin: 34px 0px;}
.best-hosting-container{width: 47.5%; float: right;}
.hosting-feature{float: left;}
.hosting-feature ul{margin: 18px 0px 34px;}
.hosting-feature li{float: left; width: 20%; text-align: center;}
.hosting-feature li span{display: block; color: #333333; font-size: 1.8em; font-family: 'pf_bulletin_sans_promedium', sans-serif; font-weight: normal; margin-top: 8px; text-align: center;}
.hosting-feature li:first-child span, .hosting-feature li:first-child{text-align: left;}
.hosting-feature li:first-child{width: 17%;}
.hosting-feature li.reliable{width: 20%;}
.hosting-feature li.performance{width: 23%;}



/*
 7). Footer Section
 ----------------------------------------------*/

footer nav{padding: 22px 0px; background: url(../images/seperator-x.png) left bottom repeat-x;}
footer nav ul{text-align: center;}
footer nav li{
	display: inline-block;
	border-right: solid 1px #666666;
	padding: 0 16px;
}
footer nav li a{
	color: #666666;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: 'alright_sanslight', sans-serif;
}
footer nav li a:hover{color: #2980b9;}
.disclosure small{display: block; text-align: center; font-family: 'alright_sanslight', sans-serif; color: #2980b9; font-size: 1.3em; margin-top: 13px;}
.copyright{color: #8a8a8a; font-size: 1.3em; display: block; text-align: center; margin: 10px 0 25px;  font-family: 'alright_sanslight', sans-serif; }


/*
 8). About-us Page
 ----------------------------------------------*/

.about-top{text-align: center; padding: 20px 0 55px;}
.about-top:after{height: 2px;}
.about-top h1, .about-top h1 strong{letter-spacing: -1px; padding-bottom: 15px;}
.about-top p{margin: 0 auto; width: 82%;}

.about-content{padding-top: 22px;}
.about-content p img, .overall-inner > img, .ss {float: right; border: solid 3px #bbbbbb; margin-left: 40px; margin-bottom: 40px;}
.about-content p{margin-bottom: 30px;}

.about-content p.center{text-align: center;}
.about-content p.title{font-size: 3em;}


/*
 9). Suggestion-form Section
 ----------------------------------------------*/

.suggestion-form{padding: 20px 0px 20px;}
.suggestion-form p a{color: #2980b9;}
.suggestion-form form{
	margin-top: 20px;
	border: solid 1px #cbcbcb;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 5px #cbcbcb;
	-webkit-box-shadow: 0 1px 5px #cbcbcb;
	box-shadow: 0 1px 5px #cbcbcb;
	padding: 30px 20px;
	width: 100%;
	overflow: hidden;
	
}
.suggestion-form form legend{color: #333333; font-size: 1.5em; display: block; text-align: center; font-family: 'alright_sansregular', sans-serif; padding-bottom: 35px; }
.suggestion-form form .column{width: 47.5%; float: right;}
.suggestion-form form .row{margin-bottom: 30px;}
.suggestion-form form input[type="text"], .suggestion-form form textarea, .host-request-form .row input{width: 100%; padding: 16px; border: solid 1px #e5e5e5; background: #f5f5f5; font-family: 'alright_sanslight', sans-serif; font-size: 1.5em;}
.suggestion-form form textarea{height: 235px;}
.ie10 .suggestion-form form textarea{height: 209px;}
.suggestion-form form .btn-wrapper{margin-top: 40px; display: inline-block;}
.btn-wrapper input{margin-left: -95px; padding: 3px 73px; font-family: 'pf_bulletin_sans_promedium', sans-serif; font-weight: bold; letter-spacing: 1px; cursor:pointer; font-size: 2.8em; font-weight: bold; }


.host-request-form{
	margin: 38px 0 60px;
	border: solid 1px #cbcbcb;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 5px #cbcbcb;
	-webkit-box-shadow: 0 1px 5px #cbcbcb;
	box-shadow: 0 1px 5px #cbcbcb;
	width: 100%;
 }
.host-request-form h2, .overall > h2{background: #2980B9; border-bottom: 4px solid #216795; border-radius: 6px 6px 0 0; color: #ffffff; text-align: center; padding: 10px;}
.host-request-form form{padding: 26px 20px;}
.host-request-form .row{margin-bottom: 20px; overflow: hidden;}
.host-request-form .row label{float: left; width: 13%; color: #2980b9; font-size: 1.5em; margin-top: 17px;}
.host-request-form .row input{float: right; width: 86%;}
.host-request-form .btn-wrapper{padding-top: 10px; margin-left: 100px;}




/*
 10). Top Review List Section
 ----------------------------------------------*/

.top-list{padding-top: 0; padding-bottom: 20px;}
.top-list:after{height: 8px;}
.top-list .update{margin-left: 0;}
.top-list p{width: 68%;}
.top-list h1, .top-list h1 strong{padding-bottom: 10px;}


.review-list{padding-top: 45px; padding-bottom: 20px;}
.review-list article{margin-bottom: 44px; margin-right: 10px; height: 150px;}
.review-list article h2{
	background: url(../images/cloud.png) left top no-repeat;
	font-size: 2.4em;
	padding: 10px 0 8px 25px;
	border-bottom: 1px solid #C2C2C2;
	position: relative;
	font-family: 'pf_bulletin_sans_promedium', sans-serif;
	color: #e67e22;
	margin-bottom: 17px;
	font-weight: normal;
}
.review-list article h2 strong{color: #333333; font-weight: normal;}
.review-list article h2:after{
	background-color: #E67E22;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 3px;
    position: absolute;
    width: 135px;
}
.review-list article p{margin-bottom: 20px;}
.review-list article a{color: #2980b9; text-transform: uppercase; font-family: 'alright_sansregular', sans-serif; font-size: 1.1em; font-weight: bold; letter-spacing: 1px; text-decoration: underline;}
.review-list article a:hover{text-decoration: none;}



/*
 11). Hosting Reviews Page
 ----------------------------------------------*/

.hosting-review h1, .hosting-review h1 strong{letter-spacing: 1px; padding-bottom: 22px;}
.hosting-review p{margin-bottom: 10px;}
.hosting-review .btn{margin-top: 10px; padding: 8px 45px; margin-bottom: 40px;}

.review-stars{
	background: #ffffff; 
	-moz-box-shadow: 0 1px 5px #cbcbcb;
	-webkit-box-shadow: 0 1px 5px #cbcbcb;
	box-shadow: 0 1px 5px #cbcbcb;
	border-radius: 6px;
	margin-top: 40px;
	border: solid 1px #cbcbcb;
}
.review-stars h2{padding: 16px 16px 28px; background: url(../images/rating-shadow.png) left bottom no-repeat;}
.review-stars h2 img, .overall-inner h2 img{margin-left: 25px; height: 40px;}
.review-stars h2 .deactive-star-big{float: right; margin-right: 5px; margin-top: 3px;}

.review-rating{padding: 7px 20px 0px;}
.review-rating ul{}
.review-rating ul li{margin-bottom: 16px;}
.review-rating li img{width: 38px; height: 38px; margin-right: 5px; vertical-align: middle;}
.review-rating li small{color: #333333; font-size: 1.8em; font-family: 'pf_bulletin_sans_promedium', sans-serif; width: 160px; display: inline-block; vertical-align: middle;}
.review-rating li span{vertical-align: middle;}


.overall{margin-top: 38px; margin-bottom: 30px;}
.overall-inner{
	-moz-box-shadow: 0 1px 5px #cbcbcb;
	-webkit-box-shadow: 0 1px 5px #cbcbcb;
	box-shadow: 0 1px 5px #cbcbcb;
	border-radius: 0 0 6px 6px;
	border: solid 1px #cbcbcb;
	border-top: none;
}
.overall-inner h2{padding: 16px 16px 28px; background: url(../images/rating-shadow-OFF.png) left bottom no-repeat;}
.overall-inner h2 { border-bottom: solid 1px #cbcbcb; }
/*.overall-inner h2{width: 560px; background-repeat: repeat-x; padding-bottom: 32px; margin-bottom: 18px;}*/
.overall-inner h2{width: 100%; background-repeat: repeat-x; padding-bottom: 22px; margin-bottom: 18px;}
.overall-inner h2 .deactive-star-big{margin: 5px 0 0 20px;}
.overall-inner > img, .ss {margin-right: 20px; margin-top: 20px;
/*-moz-box-shadow: 0 1px 5px #cbcbcb;
	-webkit-box-shadow: 0 1px 5px #cbcbcb;
	box-shadow: 0 1px 5px #cbcbcb;
	border-radius: 0px;
	border: solid 1px #cbcbcb;
	border-top: none;*/
}

.bbb {
float: right; 
margin-top: 13px;
margin-right: -25px;
}

.overall-inner p{padding: 0px 20px; margin-bottom: 7px;}
.overall-inner .btn, .overall-star-rating .btn{padding: 8px 66px; margin-bottom: 35px; font-size: 2.8em; font-weight: bold;}


.overall-star-rating article {margin-bottom: 30px;}
.overall-star-rating article h2{border-bottom: solid 1px #c2c2c2; padding-bottom: 10px; position: relative; margin-bottom: 20px;}
.overall-star-rating article h2:after{content: ""; position: absolute; left: 0; bottom: -1px; background: #e67e22; width: 200px; height: 3px;}
.overall-star-rating article img{width: 39px; height: 39px; margin-right: 5px;}
.overall-star-rating article strong{vertical-align: middle; color: #2980b9; font-size: 24px; font-weight: normal; /*width: 90px; display: inline-block;*/ margin-top: 5px;}
.overall-star-rating article span{vertical-align: middle;}


.reviews{margin-top: 26px;}
.customer-review{background: url(../images/rating-seperator.png) center top no-repeat; padding: 27px 0px 15px;}
.customer-review h2{color: #2980b9; padding-bottom: 20px; letter-spacing: 0.5px;}
.customer-review blockquote{margin-bottom:15px; background: url(../images/seperator-x.png) left bottom repeat-x; padding-bottom: 25px;}
.customer-review strong{display: block; color: #333333; font-size: 1.5em; padding: 14px 0 8px; font-family: 'alright_sansmedium', sans-serif; font-weight: normal;}
.customer-review small{display: block; font-family: 'alright_sanslight_italic', sans-serif; color: #666666; font-size: 1.3em; padding-bottom: 14px;}
.customer-review p{color: #333333; font-size: 1.4em; font-family: 'alright_sanslight_italic', sans-serif; line-height: 1.55;}


@-moz-document url-prefix() {
	.records .table-body ul.n1:before, .records .table-body ul.n1:after{bottom: -11px;}
	.suggestion-form form textarea{height: 209px;}
}
