﻿/*
 ::Table Of Content
 1). @FontFace Rules
 2.) Global Typography
 3.) Basic Skin Styles
 4.) header Section
 5.) Content Section
 6.) footer Section
 -----------------------------------------------*/
/*
 1). @FontFace Rules
 ----------------------------------------------*/



@font-face {
    font-family: 'pf_bulletin_sans_prolight';
    src: url('../font/pfbulletinsanspro-light-webfont.eot');
    src: url('../font/pfbulletinsanspro-light-webfont.eot@#iefix') format('embedded-opentype'),
         url('../font/pfbulletinsanspro-light-webfont.woff') format('woff'),
         url('../font/pfbulletinsanspro-light-webfont.ttf') format('truetype'),
         url('../font/pfbulletinsanspro-light-webfont.svg#pf_bulletin_sans_prolight') format('svg');
}

@font-face {
    font-family: 'pf_bulletin_sans_promedium';
    src: url('../font/pfbulletinsanspro-medium-webfont.eot');
    src: url('../font/pfbulletinsanspro-medium-webfont.eot@#iefix') format('embedded-opentype'),
         url('../font/pfbulletinsanspro-medium-webfont.woff') format('woff'),
         url('../font/pfbulletinsanspro-medium-webfont.ttf') format('truetype'),
         url('../font/pfbulletinsanspro-medium-webfont.svg#pf_bulletin_sans_promedium') format('svg');
}


@font-face {
    font-family: 'pf_bulletin_sans_proregular';
    src: url('../font/pfbulletinsanspro-regular-webfont.eot');
    src: url('../font/pfbulletinsanspro-regular-webfont.eot@#iefix') format('embedded-opentype'),
         url('../font/pfbulletinsanspro-regular-webfont.woff') format('woff'),
         url('../font/pfbulletinsanspro-regular-webfont.ttf') format('truetype'),
         url('../font/pfbulletinsanspro-regular-webfont.svg#pf_bulletin_sans_proregular') format('svg');
}

@font-face {
    font-family: 'alright_sanslight';
    src: url('../font/alrightsans-light-v3-webfont.eot');
    src: url('../font/alrightsans-light-v3-webfont.eot@#iefix') format('embedded-opentype'),
         url('../font/alrightsans-light-v3-webfont.woff') format('woff'),
         url('../font/alrightsans-light-v3-webfont.ttf') format('truetype'),
         url('../font/alrightsans-light-v3-webfont.svg#alright_sanslight') format('svg');

}

@font-face {
    font-family: 'alright_sansmedium';
    src: url('../font/alrightsans-medium-v3-webfont.eot');
    src: url('../font/alrightsans-medium-v3-webfont.eot@#iefix') format('embedded-opentype'),
         url('../font/alrightsans-medium-v3-webfont.woff') format('woff'),
         url('../font/alrightsans-medium-v3-webfont.ttf') format('truetype'),
         url('../font/alrightsans-medium-v3-webfont.svg#alright_sansmedium') format('svg');

}

@font-face {
    font-family: 'alright_sansregular';
    src: url('../font/alrightsans-regular-v3-webfont.eot');
    src: url('../font/alrightsans-regular-v3-webfont.eot@#iefix') format('embedded-opentype'),
         url('../font/alrightsans-regular-v3-webfont.woff') format('woff'),
         url('../font/alrightsans-regular-v3-webfont.ttf') format('truetype'),
         url('../font/alrightsans-regular-v3-webfont.svg#alright_sansregular') format('svg');
}

@font-face {
    font-family: 'alright_sanslight_italic';
    src: url('../font/alrightsans-lightitalic-v3-webfont.eot');
    src: url('../font/alrightsans-lightitalic-v3-webfont.eot@#iefix') format('embedded-opentype'),
         url('../font/alrightsans-lightitalic-v3-webfont.woff') format('woff'),
         url('../font/alrightsans-lightitalic-v3-webfont.ttf') format('truetype'),
         url('../font/alrightsans-lightitalic-v3-webfont.svg#alright_sanslight_italic') format('svg');
}

@font-face {
    font-family: 'alright_sansregular_italic';
    src: url('../font/alrightsans-regularitalic-v3-webfont.eot');
    src: url('../font/alrightsans-regularitalic-v3-webfont.eot@#iefix') format('embedded-opentype'),
         url('../font/alrightsans-regularitalic-v3-webfont.woff') format('woff'),
         url('../font/alrightsans-regularitalic-v3-webfont.ttf') format('truetype'),
         url('../font/alrightsans-regularitalic-v3-webfont.svg#alright_sansregular_italic') format('svg');
}
 
 
/*
 2.) Global typography
 -----------------------------*/
a, a:hover, a:focus, input, textarea {
	outline: none;
}
h1, h2, h3, p {
	
}
p {
	font-family: 'alright_sanslight', sans-serif;
	color: #666666;
	font-size: 1.5em;
	line-height: 1.45;
}
h1, h1 strong {
	font-family: 'pf_bulletin_sans_promedium', sans-serif;
	font-size: 4.8em;
	color: #e67e22;
	letter-spacing: -1.45px;
	font-weight: normal;
	
}
h2{
	font-size: 3em;
	font-family: 'pf_bulletin_sans_promedium', sans-serif;
}
h3{
	
}
h4{
	
}
i {	
	
}
input, textarea {
	
}
textarea {
	overflow: auto;
	resize: none;
}
label {
	
}
input[type=text] {
	
}
input[type=text]:focus{
	
}

input[type=submit] {
	
}
img{
	max-width: 100%;height: auto
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.btn-wrapper{text-align: center;}

.btn{
	font-family: 'pf_bulletin_sans_promedium', sans-serif;
	font-size: 2.2em;
	color: #ffffff;
	background-color: #e67e22;
	border: solid 1px #cb6f1e;
	border-radius: 4px;
	padding: 8px 30px;
	text-transform: uppercase;
	display: inline-block;
}
.btn:hover{
	background-color: #2980b9;
	border-color: #236e9f;
}

.btn1{
	font-family: 'pf_bulletin_sans_promedium', sans-serif;
	font-size: 2.2em;
	color: #ffffff;
	background-color: #2980b9;
	border-color: solid 1px #236e9f;
	border-radius: 4px;
	padding: 8px 30px;
	text-transform: uppercase;
	display: inline-block;
}
.btn1:hover{
	background-color: #e67e22;
	border: #cb6f1e;
}

.btn-update{
	font-family: 'pf_bulletin_sans_promedium', sans-serif;
	font-size: 2.2em;
	color: #ffffff;
	background-color: #e67e22;
	border: solid 1px #cb6f1e;
	border-radius: 4px;
	padding: 8px 30px;
	text-transform: uppercase;
	display: inline-block;
}

.deactive-star, .deactive-star-big{
	background-image: url(../images/Inactive-star.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	display: inline-block;
	position: relative;
	width: 121px;
	height: 20px;
}
.active-star, .active-star-big{
	background-image: url(../images/active-star.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	width: 121px;
}
.active-star-big{
	background-image: url(../images/active-star-big.png);
}
.deactive-star-big{
	background-image: url(../images/Inactive-star-big.png);
}
.active-star-big, .deactive-star-big{height: 29px; width: 175px;}

.star-50{width: 10px;}
.star-1{width: 24px;}
.star-1-5{width: 34px;}
.star-2{width: 50px;}
.star-2-5{width: 59px;}
.star-3{width: 72px;}
.star-3-5{width: 82px;}
.star-4{width: 96px;}
.star-4-5{width: 106px;}
.none{border-right: none !important;}
.no-bg{background: none !important;}
.left{float: left !important;}
.star-50-big{width: 15px;}
.star-1-big{width: 35px;}
.star-1-5-big{width: 50px;}
.star-2-big{width: 65px;}
.star-2-5-big{width: 85px;}
.star-3-big{width: 100px;}
.star-3-5-big{width: 120px;}
.star-4-big{width: 140px;}
.star-4-5-big{width: 155px;}

[class^="icon-"]{
	background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 10px;
    vertical-align: middle;
    width: 30px;
    height: 26px;
    margin-right: 40px;
    position: relative;
    top:2px;
}

.icon-affordable{background-position: 0 0;}
.icon-cloud{background-position: -3px -48px;}
.icon-dedicated{background-position: 0px -95px;}
.icon-managed{background-position: -1px -140px;}
.icon-mobile{background-position: -4px -183px;}
.icon-email{background-position: 2px -228px;}
.icon-website{background-position: 0px -280px;}

.icon-blog{background-position: -51px 4px;}
.icon-cheap{background-position: -51px -43px;}
.icon-domain{background-position: -49px -92px;}
.icon-sharing{background-position: -56px -140px;}
.icon-shopping{background-position: -53px -181px;}
.icon-register{background-position: -51px -228px;}
.icon-storage{background-position: -55px -280px;}

.icon-business{background-position: -108px 2px;}
.icon-cpanel{background-position: -105px -47px;}
.icon-ecommerce{background-position: -105px -92px;}
.icon-wordpress{background-position: -104px -140px;}
.icon-builders{background-position: -105px -181px;}
.icon-seo{background-position: -95px -222px; width: 40px;}
.icon-backup{background-position: -103px -279px;}




/*
 3.) Basic Skin Styling
 -----------------------------*/

body {
	font-size: 62.5%;
	font-family: 'alright_sanslight', sans-serif;
	line-height: 1;	
}
.wrapper {
	width: 100%;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before, .clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}

/*
 4.) Header Styling
 ...........................*/

.header-top{
	background: url(../images/header-bg.jpg) left top repeat-x;
}


/*
 5.) Contant Section
 .....................................*/
.content{background: #ffffff;}
.hosting h3{
	font-family: 'pf_bulletin_sans_promedium', sans-serif;
	font-size: 2.4em;
	color: #2980b9;
	display: block;
	font-weight: normal;
	border-bottom: solid 1px #c2c2c2;
	padding-bottom: 6px;
	position: relative;
	margin-bottom: 18px;
}
.hosting h3:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	display: inline-block;
	background-color: #e67e22;
	width: 290px;
	height: 3px;
}
.hosting p{
	color: #333333;
}

.breadcrumb{
	font-family: 'alright_sanslight', sans-serif;
	font-size: 1.1em;
	color: #666666;
	padding: 15px 0px 5px;
}
.breadcrumb ul{display: inline-block;}
.breadcrumb ul li{float: left; color: #666666; padding: 0 2px; font-size: 100%;}
.breadcrumb ul li a{color: #2980b9;}
.breadcrumb ul li a:hover{color: #666666;}


/*
 6.) Footer Styling
 ...........................*/

footer{
	background: #dadada;
	position: relative;
}
footer:after{
	position: absolute;
	left: 50%;
	margin-left: -782px;
	top: -5px;
	content: "";
	height: 8px;
	width: 1564px;
	background: url(../images/shadow.png) center bottom no-repeat;	
}


