@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700,300,600,900);
/* CSS Document */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0;
}

select, input, div {
	/* font-family: Arial, Helvetica, sans-serif, Calibri; */
	font-family: 'Titillium Web', sans-serif;
	color: #777;
	font-size: 14px;
	line-height: 18px;

}

.clear {
	clear:both;
}
img {
	border:none;
}

.siteheader-main {
display:block;
width:100%;
overflow:hidden;
background: url('../images/header-top.png') repeat-x center top;
}

.siteheader-center {
display:block;
width:960px;
margin:0 auto;
padding:0;
overlfow:hidden;
} 
.site-head-mid-top-wide {
display:block;
width:960px;
margin-top:0 auto;
overflow:hidden;
}

.site-head-logo-main {
display:block;
width:260px;
height:60px;
float:left;
margin:0;
padding:0;
margin-top:20px;
margin-bottom:20px;
margin-right:100px;
}

.site-head-logo-main a {
display:block;
margin:0 auto;
text-decoration:none;
}

.site-head-buttons-main {
display:block;
width:430px;
height:60px;
float:right;
margin:0;
padding:0;
margin-top:20px;
margin-bottom:20px;
}

.site-head-buttons-inside {
display:block;
width:300px;
height:60px;
float:left;
margin:0;
padding:0;

}

.site-head-buttons-inside ul{
display:block;
list-style:none;
margin:0;
padding:0;
margin-top:10px;
overflow:hidden;

}

.site-head-buttons-inside li>a {
display:block;
float:left;
margin:0;
padding:5px 15px;
padding-left:10px;
margin-right:20px;
font-size:12px;
font-weight:bold;
background:#0E2E44;
color:#ffffff;
line-height:32px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-decoration:none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; 
}

.site-head-buttons-inside li:last-child>a {
margin-right:0;
}

.site-head-buttons-inside li:hover>a {
background:#17ad29;
}


.site-head-buttons-inside a>img{
display:block;
float:left;
margin-right:5px;
}

.currency_box_main {
display:block;
width:130px;
overflow:hidden;
float:right;
}

.dropdown {
display:block;
float:left;
width:130px;
font-size:12px;
margin-top:10px;
}


.dropdown dd,.dropdown dt,.dropdown ul
{
  margin:0;
  padding:0;
}

.dropdown dd
{
  position:absolute;
}

.dropdown a,.dropdown a:visited
{
  color:#ffffff;
  text-decoration:none;
  outline:none;
}

.dropdown a:hover
{
  color:#ffffff;
}

.dropdown dt a:hover
{
  color:#ffffff;
}

.dropdown dt a
{
background:#0E2E44 url(../images/arrow.png) no-repeat scroll 105px center;
display:block;
padding:5px 15px 5px 10px;
line-height:32px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-weight:bold;
  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; 
}

.dropdown dt a:hover
{
background-color:#f48120;
}

.dropdown dt a span
{
  cursor:pointer;
  display:block;
}

.dropdown img
{
display:block;
float:left;
margin-right:5px;
}

.dropdown dd ul
{
  background:#0E2E44 none repeat scroll 0 0;
  color:#ffffff;
  display:none;
  left:0;
  position:absolute;
  top:2px;
  width:130px;
  list-style:none;
  line-height:32px;
  z-index:9999;
  -webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}

.dropdown dd ul li a
{
  display:block;
  padding:2px 9px;
  line-height:32px;
  font-weight:bold;
  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; 
  
}

.dropdown dd ul li a:hover
{
  background-color:#f48120;
}

.dropdown dd ul li:last-child a:hover
{
  -webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}

.dropdown img.flag
{
  border:none;
  vertical-align:middle;
  margin-left:10px;
}

.dropdown span.value,.flagvisibility
{
  display:none;
}

.menu-main-container {
display:block;
width:100%;

background: url('../images/menu-main-bg.png') repeat-x center top;
}
.menu-main-center {
display:block;
width:960px;
margin:0 auto;
height:42px;
}

#navigationmenu ul,
#navigationmenu li,
#navigationmenu span,
#navigationmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#navigationmenu {
  height: 40px;
}
#navigationmenu:after,
#navigationmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#navigationmenu a {
  color: #ffffff;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight:bold;
  line-height: 42px;
  padding: 0 25px;
  text-decoration: none;
  
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; 

}

#navigationmenu ul {
  list-style: none;
  
}
#navigationmenu > ul {
  float: left;
  
}
#navigationmenu > ul > li {
  float: left;
  border-left: 1px solid #0c3c5f;
  border-right: 1px solid #0e2e44;
  
}

#navigationmenu > ul > li:last-child {
  border-left: 1px solid #0c3c5f;
  border-right: none;
}
#navigationmenu > ul > li:first-child {
  border-left: none;
  border-right: 1px solid #0e2e44;
  
}
#navigationmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0c3c5f;
  margin-left: -10px;
  
}

#navigationmenu > ul > li.active a {

  background-color: #f6962f;
  text-shadow: 0px 1px 1px #07212D;
  color:#ffffff;
}
#navigationmenu > ul > li:hover > a {

  background-color: #f6962f;
  text-shadow: 0px 1px 1px #07212D;
  color:#ffffff;
  
}
#navigationmenu .navigationsub {
  z-index: 4;
}
#navigationmenu .navigationsub:hover > ul {
  display: block;
}
#navigationmenu .navigationsub ul {
  display: none;
  position: absolute;
  width: 230px;
  top: 100%;
  left: 0;
background-image: -ms-linear-gradient(bottom, #0c3c5f 0%, #0e2e44 100%);
background-image: -moz-linear-gradient(bottom, #0c3c5f 0%, #0e2e44 100%);
background-image: -o-linear-gradient(bottom, #0c3c5f 0%, #0e2e44 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0c3c5f), color-stop(1, #0e2e44));
background-image: -webkit-linear-gradient(bottom, #0c3c5f 0%, #0e2e44 100%);
background-image: linear-gradient(to top, #0c3c5f 0%, #0e2e44 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e2e44', endColorstr='#0c3c5f');

-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;	

}
#navigationmenu .navigationsub ul li {
  *margin-bottom: -1px;
}
#navigationmenu .navigationsub ul li a {
	 color: #ffffff;
	text-shadow:none;
  border-bottom: 1px solid #efefef;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 15px;
  
}

#navigationmenu .navigationsub ul li:last-child a {
  border-bottom: none;
}
#navigationmenu .navigationsub ul li:hover a {
  background-color: #f6962f;
  text-shadow: 1px 1px 1px #07212D;
  color:#ffffff;
}
#navigationmenu .navigationsub ul li:hover:last-child a {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;	
}

.front-page-container-wide {
display:block;
width:100%;
overflow:hidden;
background:#d7d7d7;

}

.front-page-container-center{
display:block;
width:960px;
overflow:hidden;
min-height:360px;
margin:0 auto;
background:url("../images/site-banner.jpg") no-repeat center;
}

.front-page-container-center h1{
  display:block;
  padding-top: 10px;
  color: #0c3c5f;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 56px;
  margin-bottom: 10px;
  letter-spacing: -2px;
  font-family: 'Titillium Web',sans-serif;
  margin:0;
  text-transform:uppercase;
  margin-left:15px;
}

.front-page-container-center h2{
  display:block;
  color: #757577;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #fff;
  line-height: 34px;
  margin:0;
  font-family: 'Titillium Web',sans-serif;
  text-transform:uppercase;
  margin-left:15px;
}

.front-banner-points {
display:block;
width:750px;
float:left;
overflow:hidden;
}

.front-banner-points ul{
    display: block;
    margin: 20px auto 0;
    padding: 0;
}
.front-banner-points li {
    color: #0c3c5f;
    font-size: 18px;
    line-height: 22px;
    list-style-image: url("../images/tick-front.png");
    list-style-position: inside;
    margin-bottom: 10px;
	margin-left:20px;
	float:left;
	width:300px;
	font-family: 'Titillium Web', sans-serif;
}

.button-header-main {
display:block;
width: 630px;
overflow:hidden;
margin-left:20px;

}

.buttons-header-order-now {
	padding:0;
	margin:0;
	float:left;
	display:block;
	margin-top:20px;
	margin-right:10px;
}

.buttons-header-order-now  a{
	background:#f48120;
	text-indent:0px;
	border: 1px solid #f48120;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-style:normal;
	line-height: 18px;
	font-size: 17px;
	font-family: 'Titillium Web', sans-serif;
	padding: 12px 17px;
	text-decoration:none;
	text-align:center;
	text-shadow: 1px 1px 1px #58841b;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.buttons-header-order-now  a:hover{
	background:#0c3c5f;
	border: 1px solid #0c3c5f;

}

.buttons-header-read-more {
	padding:0;
	margin:0;
	float:left;
	display:block;
	margin-top:20px;
}

.buttons-header-read-more  a{
	background: #fefefe;
	text-indent:0px;
	border: 1px solid #aeaeae;
	display:inline-block;
	color: #333;
	font-family:Arial;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-style:normal;
	line-height: 18px;
	font-size: 17px;
	font-family: 'Titillium Web', sans-serif;
	padding: 12px 17px;
	text-decoration:none;
	text-align:center;
	text-shadow: 0px 1px 0 #d5d5d5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.buttons-header-read-more  a:hover{
	background:#0c3c5f;
	border: 1px solid #0c3c5f;
	color:#ffffff;

}

.header-price-tag-main {
	padding:0;
	margin:0;
	float:left;
	display:block;
	margin-left:116px;
	margin-top:-5px;
	width:100px;
}

.header-price-tag-from {
	padding:0;
	margin:0;
	display:block;
	width:80px;
	margin: 0 auto;
	color:#ffffff;
	font-size: 12px;
	font-family: 'Titillium Web', sans-serif;
	text-align:center;
}
.header-price-tag-price {
	padding:0;
	margin:0;
	display:block;
	width:80px;
	margin: 0 auto;
	color:#ffffff;
	font-size: 28px;
	font-family: 'Titillium Web', sans-serif;
	text-align:center;
	margin-top:-17px;

}
.header-price-tag-price label{
	font-size: 48px;
	font-weight:bold;

}

.header-price-tag-duration {
	padding:0;
	margin:0;
	display:block;
	width:80px;
	margin: 0 auto;
	color:#ffdc7c;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	text-align:center;
	margin-top:-15px;

}


.d-waves {
	display:block;
    background: url("../images/mask.png") repeat-x top center;
    height: 17px;
    width: 100%;
	bottom:0;
}

.site-domain-box-main {
	display:block;
	width:100%;
	height:70px;
    background: url("../images/domain-box-main-bg.png") repeat-x;
	background-color:#ffffff;
	font-family: 'Titillium Web', sans-serif;
	margin-top:10px;
}

.site-domain-box-center {
	display:block;
	width:960px;
	height:70px;
	margin:0 auto;
}

.site-domain-box-text {
	display:block;
	width:200px;
	float:left;
	height:60px;
	overflow:hidden;
	padding-top:20px;
	margin-right:20px;
	background: url("../images/domain-box-text-sep.png")no-repeat scroll right top;
}

.site-domain-box-text h2{
	display:block;
	margin:0;
	padding:0;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	text-shadow: 0px 1px 1px #0c3c5f;
	color:#ffffff;
	line-height:16px;
 
}

.site-domain-box-text h3{
	display:block;
	margin:0;
	padding:0;
	text-align:center;
	font-size:18px;
	text-shadow: 0 1px 1px #0c3c5f;
	color:#ffdc7c;
}


.formdomain {
display:block;
width:740px;
float:left;
height:60px;
overflow:hidden;
padding-top:10px;
}

.formdomain input[type="text"] {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 40px #dfdfdf inset;
    border: 1px solid #0e2e44;	
    color: #0e2e44;
	text-shadow: 0px 1px 1px #fff;
    float: left;
    font-size: 18px;
    height: 48px;
    padding: 0 10px;
    text-align: left;
    width: 420px;
	margin-right:10px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
}

.new-select-style-wpandyou select {
    border-radius: 0;
    background: transparent;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 40px #dfdfdf inset;
    height: 48px;
    padding: 10px 3px 3px 5px;
    border: 0;
    font-size: 18px;
	font-family: 'Titillium Web', sans-serif;
	color: #0e2e44;
    line-height: 48px;
    -webkit-appearance: none;
    width: 180px;
	font-weight:bold;
   }
   
   
.new-select-style-wpandyou {
        border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #dfdfdf inset;
	border: 1px solid #0e2e44;	
    overflow: hidden;
    height: 48px;
    background: url(../images/arrow-select-box.png) no-repeat right #ffffff;
    width: 152px;
	display:block;
	float:left;
	margin-right:5px;
   }
   
.formdomain input[type="submit"] {
	background:#f48120;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 1px solid #f48120;	
    cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight:bold;
    color: #ffffff;
	text-shadow: 1px 1px 1px #58841b;
    float: left;
    height: 49px;
    margin: 0 0 0 5px;
    width: 120px;
	display:block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
	text-transform:uppercase;
}


.formdomain input[type="submit"]:hover {
  background: #0e2e44;
  border: 1px solid #0c3c5f;
}


.subpage-container-main {
	display:block;
	width:100%;
	padding-bottom:5px;
	margin:0;
	padding:0;
}

.subpage-container-center {
	width:960px;
	min-height:90px;
	display:block;
	margin:0 auto;

}


.shared-page-tables-3colmns-main {
	display:block;
	width:960px;
	overflow:hidden;
	min-height:20px;
	margin-top:20px;
}


.shared-page-tables-4colmns-main {
	display:block;
	width:960px;
	overflow:hidden;
	min-height:20px;
	margin-top:20px;
}


.shared-page-tables-4colmns{
	display:block;
	width:240px;
	float:left;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sme_3col_main_all{
	display:block;
	width:320px !important;
}

.bg-shared-icon-fade{
	background:url(../images/plan-shared-icon-nor.png) no-repeat bottom right;
}

.bg-reseller-icon-fade{
	background:url(../images/plan-reseller-icon-nor.png) no-repeat bottom right;
}

.bg-vps-icon-fade{
	background:url(../images/plan-vps-icon-nor.png) no-repeat bottom right;
}

.bg-dedicated-icon-fade{
	background:url(../images/plan-dedicated-icon-nor.png) no-repeat bottom right;
}

.bg-shared-icon-fade:hover{
	background:url(../images/plan-shared-icon-nor.png) no-repeat bottom right #EFEFEF;
}

.bg-reseller-icon-fade:hover{
	background:url(../images/plan-reseller-icon-nor.png) no-repeat bottom right #EFEFEF;
}

.bg-vps-icon-fade:hover{
	background:url(../images/plan-vps-icon-nor.png) no-repeat bottom right #EFEFEF;
}

.bg-dedicated-icon-fade:hover{
	background:url(../images/plan-dedicated-icon-nor.png) no-repeat bottom right #EFEFEF;
}

.shared-page-tables-4colmns h3{
	display:block;
	width:220px;
	margin:0 auto;
	color: #0c3c5f;
    display: block;
    font-size: 24px;
	font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    line-height: 24px;
	padding:0;
    text-align: center;
	text-shadow:0 1px 1px #FFFFFF;
    text-transform: uppercase;
	border-bottom:1px solid #f48120 !important;
	padding-bottom:10px;
}

.shared-page-tables-4colmns img {
display:block;
margin:0 auto;
padding-top:5px;
border:0 none;
}


.shared-page-tables-4colmns p {
display:block;
width:220px;
margin:0 auto;
overflow:hidden;
font-size:36px;
padding:0;
line-height:40px;
text-align:center;
padding-top:10px;
font-weight:bold;
color:#0c3c5f;
font-family: 'Titillium Web', sans-serif;
}

.shared-page-tables-4colmns span{
	font-size:12px;
	line-height:40px;
	font-weight:normal;
}
.shared-page-tables-4colmns strong{
	font-size:18px;
	line-height:40px;
	font-weight:bold;
}

.shared-page-tables-4colmns ul {
display:block;
width:220px;
margin:0 auto;
padding:0;
list-style:none;
font-family: 'Titillium Web', sans-serif;
}

.shared-page-tables-4colmns li {
display:block;
width:200px;
margin:0 auto;
padding:0;
border-bottom: 1px dotted #0c3c5f;
font-size:15px;
margin-bottom:5px;
margin-top:5px;
line-height: 28px;
height:28px;
text-align:left;
background: url("../images/arrows-small.png") no-repeat center left;
padding-left:20px;
}

.shared-page-tables-4colmns li>b {
color:#f48120;
}

.shared-page-tables-4colmns h4{
	display:block;
	width:220px;
	margin:0 auto;
	color: #0c3c5f;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
	padding:0;
	margin-top:10px;
    text-align: center;
	text-shadow:0 1px 1px #FFFFFF;
	padding-bottom:10px;
}

.shared-page-tables-4colmns-button {
display:block;
width:220px;
margin:0 auto;
overflow:hidden;

}

.shared-page-tables-4colmns-button label{
display:block;
width:210px;
margin:0;
padding:0;
font-size:13px;
color:#0c3c5f;
line-height:20px;
background:none;
border:0;
border:1px solid #f48120;
margin-bottom:10px;
font-family: 'Titillium Web', sans-serif;
}

.shared-page-tables-4colmns-button b{
color:#f48120;
}

.shared-page-tables-4colmns a{
	background-color:#f48120;
	font-family: 'Titillium Web', sans-serif;
	text-indent:0;
	display:block;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	width:125px;
	height:30px;
	margin:0 auto;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	text-shadow: 1px 1px 1px #58841b;
	border: 1px solid #f48120;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}

.shared-page-tables-4colmns a:hover{
background-color:#0c3c5f;
border: 1px solid #0c3c5f;
}


.sme_3col_main_all{
	display:block;
	width:320px;
	float:left;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sme_3col_main_all h3{
	display:block;
	width:310px;
	margin:0 auto;
	color: #0c3c5f;
    display: block;
    font-size: 24px;
	font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    line-height: 24px;
	padding:0;
    text-align: center;
	text-shadow:0 1px 1px #FFFFFF;
    text-transform: uppercase;
	border-bottom:1px solid #f48120 !important;
	padding-bottom:10px;
}

.sme_3col_main_all img {
display:block;
margin:0 auto;
padding-top:5px;
border:0 none;
}


.sme_3col_main_all p {
display:block;
width:310px;
margin:0 auto;
overflow:hidden;
font-size:36px;
padding:0;
line-height:40px;
text-align:center;
padding-top:10px;
font-weight:bold;
color:#0c3c5f;
font-family: 'Titillium Web', sans-serif;
}

.sme_3col_main_all span{
	font-size:12px;
	line-height:40px;
	font-weight:normal;
}
.sme_3col_main_all strong{
	font-size:18px;
	line-height:40px;
	font-weight:bold;
}

.sme_3col_main_all ul {
display:block;
width:310px;
margin:0 auto;
padding:0;
list-style:none;
font-family: 'Titillium Web', sans-serif;
}

.sme_3col_main_all li {
display:block;
width:280px;
margin:0 auto;
padding:0;
border-bottom: 1px dotted #0c3c5f;
font-size:15px;
margin-bottom:5px;
margin-top:5px;
line-height: 28px;
height:28px;
text-align:left;
background: url("../images/arrows-small.png") no-repeat center left;
padding-left:20px;
}

.sme_3col_main_all li>b {
color:#f48120;
}

.sme_3col_main_all h4{
	display:block;
	width:310px;
	margin:0 auto;
	color: #0c3c5f;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
	padding:0;
	margin-top:10px;
    text-align: center;
	text-shadow:0 1px 1px #FFFFFF;
	padding-bottom:10px;
}

.sme_3col_main_all-button {
display:block;
width:310px;
margin:0 auto;
overflow:hidden;

}

.sme_3col_main_all-button label{
display:block;
width:310px;
margin:0;
padding:0;
font-size:13px;
color:#0c3c5f;
line-height:20px;
background:none;
border:0;
border:1px solid #f48120;
margin-bottom:10px;
font-family: 'Titillium Web', sans-serif;
}

.sme_3col_main_all-button b{
color:#f48120;
}

.sme_3col_main_all a{
	background-color:#f48120;
	font-family: 'Titillium Web', sans-serif;
	text-indent:0;
	display:block;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	width:125px;
	height:30px;
	margin:0 auto;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	text-shadow: 1px 1px 1px #58841b;
	border: 1px solid #f48120;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}

.sme_3col_main_all a:hover{
background-color:#0c3c5f;
border: 1px solid #0c3c5f;
}


.frontservices {
    display: block;
    margin: 0 auto;
    width: 100%;
	font-family: 'Titillium Web', sans-serif;
}


.frontservices h2 {
    color: #0c3c5f;
    font-size: 28px;
    font-weight: normal;
    line-height: 34px;
    margin-top:0;
	display:block;
	margin-bottom:10px;
    padding: 0;
    text-align: center;
	font-weight:bold;
}

.frontservices p {
    color: #0c3c5f;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin-top:0;
	display:block;
	margin-bottom:10px;
    padding: 0;
    text-align: center;
}


.frontservices span {
    border-bottom: 1px solid #e77918;
    padding: 0 0 1px;
}

.shared-price-change-main {
display:block;
width:220px;
margin:0 auto;
overflow:hidden;
margin-top:10px;
font-family: 'Titillium Web', sans-serif;
}



.shared-price-change-main ul{
display:block;
width:220px;
margin:0;
padding:0;
}

.shared-price-change-main li{
display:block;
width:155px;
float:left;
margin:0;
padding:0;
font-size:13px;
color:#0c3c5f;
line-height:20px;
background:none;
border:0;
margin-right:5px;
}

.shared-price-change-main span{
width:55px;
margin:0;
display:block;
float:right;
line-height:20px;
font-size:10px;
font-weight:bold;
background:#0c3c5f;
color:#ffffff;
text-align:center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.shared-price-change-main input[type="radio"]{
margin:0;
padding:0;
font-size:12px;
color:#0c3c5f;
line-height:10px;
background:none;
height:10px;
margin-right:5px;
padding-top:2px;
}

.shared-price-change-main b{
color:#f48120;
}


.desc label{
display:block;
width:210px;
margin:0;
padding:0;
font-size:13px;
color:#0c3c5f;
line-height:20px;
background:none;
border:0;
border:1px solid #0c3c5f;
margin-bottom:10px;
text-align:center;
}
.desc b{
color:#f48120;
}

.show-and-hide-true, .show-and-hide-false {
    display:none;
}


.shareddetailsplan {
display:block;
width:220px;
margin:0 auto;
padding:0;
overflow:hidden;
}

.shadow-slider {
display:block;
width:960px;
min-height:54px;
background:url(../images/shadow.png) no-repeat center top;
margin:0 auto;
}


.site-content-box-main {
display: block;
width:100%;
overflow:hidden;
margin-top:15px;
clear:both;
}

.site-content-center	{
display: block;
width:960px;
overflow:hidden;
margin:0 auto;
}

.site-content-center-lower	{
display: block;
width:960px;
overflow:hidden;
margin:0 auto;
margin-bottom:40px;
}


.site-content-3boxes	{
display: block;
width:300px;
overflow:hidden;
float:left;
margin-right:30px;
padding:0;
}

.site-content-3boxes:nth-child(3n+3)	{
display: block;
width:300px;
overflow:hidden;
float:left;
margin-right:0;
margin-bottom:10px;

}

.site-content-3boxes h3	{
    border-bottom: 1px solid #f48120;
    color: #0c3c5f;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 1px 1px #FFFFFF;
	padding-bottom:5px;
	line-height:20px;
	font-family: 'Titillium Web', sans-serif;
	
}

.site-content-3boxes img	{
text-align:center;
border:0;
margin-top:5px;
}

.site-content-3boxes p	{
    color: #0c3c5f;
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
    padding: 0 0 5px;
    width: 300px;
	font-family: 'Titillium Web', sans-serif;
}

.site-content-button-div	{
display: block;
width:150px;
overflow:hidden;
}


.site-footer-wide-main {
display:block;
width:100%;
margin:0;
pading:0;
background:url(../images/bgft_pattern.png) repeat center #0e2e44;
border-top: 5px solid #f48120;
overflow:hidden;
}

.site-footer-wide-center {
display:block;
width:960px;
margin:0 auto;
}

.brand-icons-small {
display:block;
width:960px;
margin:10px auto;
border-bottom: 1px solid #999999;
overflow:hidden;
}

.brand-icons-small img{
display:block;
width:120px;
height:50px;
float:left;
margin-top:10px;
margin-bottom:10px;
}

.site-footer-links-4col-wide {
display:block;
width:960px;
margin:0 auto;
overflow:hidden;
margin-top:20px;
}


.site-footer-links-4col-main {
display:block;
width:640px;
margin:0;
padding:0;
overflow:hidden;
float:left;
}

.site-footer-link-blocks {
display:block;
width:150px;
margin-right:10px;
float:left;
vertical-align:top;
}

.site-footer-link-blocks h4 {
margin:0;
padding:0;
color:#ffffff;
text-shadow:0px 2px 2px #252525;
font-size:16px;
line-height:18px;
margin-bottom:10px;
display:block;
width:145px;
font-family: 'Titillium Web', sans-serif;
border-bottom: 1px solid #f48120;
padding-bottom:5px;
}

.site-footer-link-blocks ul {
display:block;
margin:0 auto;
padding:0;
list-style:none;
width:145px;
}

.site-footer-link-blocks li>a {
display:block;
font-family: 'Titillium Web', sans-serif;
margin:0;
padding:0;
font-size:12px;
background: url(../images/arrow-05.png) no-repeat left 7px;
padding-left:12px;
color:#999999;
margin-bottom:2px;
 text-decoration:none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.site-footer-link-blocks li:hover>a {
color:#ffffff;
}


.site-footer-links-small-contact {
display:block;
width:280px;
margin:0;
padding:0;
overflow:hidden;
float:left;
margin-left:40px;
}

.site-footer-links-small-contact h4 {
margin:0;
padding:0;
color:#ffffff;
text-shadow:0px 2px 2px #252525;
font-size:16px;
line-height:18px;
margin-bottom:10px;
display:block;
width:280px;
font-family: 'Titillium Web', sans-serif;
border-bottom: 1px solid #f48120;
padding-bottom:5px;
}

.site-footer-links-small-contact h3 {
margin:0;
padding:0;
color:#ffffff;
text-shadow:0px 2px 2px #252525;
font-size:16px;
line-height:18px;
margin-bottom:10px;
margin-top:50px;
display:block;
width:280px;
font-family: 'Titillium Web', sans-serif;
border-bottom: 1px solid #f48120;
padding-bottom:5px;
}

.site-footer-links-buttons  {
display:block;
width:280px;
margin:0;
padding:0;
overflow:hidden;
float:left;
margin-left:40px;
}

.site-footer-links-buttons  ul{
display:block;
margin:0 auto;
padding:0;
list-style:none;
width:280px;
}

.site-footer-links-buttons  li>a{
	display:block;
	font-family: 'Titillium Web', sans-serif;
	margin:0;
	padding:0;
	font-size:14px;
	padding:5px 20px;
	color:#ffffff;
	text-shadow: 1px 1px 1px #58841b;
	border: 1px solid #f48120;
	margin-bottom:2px;
	float:left;
	background:#f48120;
	text-decoration:none;
	margin-right:10px;
	text-shadow: 1px 1px 1px #58841b;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.site-footer-links-buttons  li:hover>a{
	background: #fefefe;
	border: 1px solid #aeaeae;
	color:#0c3c5f;
	text-shadow: 0px 1px 0 #d5d5d5;
}

.footer-social-icons{
display:block;
width:280px;
margin:0 auto;
overflow:hidden;
}

.footer-social-icons ul {
	display:block;
	list-style:none;
	padding: 0px;
	margin: 0 auto;
	overflow:hidden;
	width:285px;
}
.footer-social-icons li {
	float: left;
	padding: 0px;
	margin: 0px 8px 5px 0px;
}

.footer-social-icons label{
	float: left;
	display:block;
	color:#727272;
	width:87px;
	line-height:15px;
	font-size:11px;
}

.footer-social-icons img {
display:block;
vertical-align: middle;
margin:0 auto;
padding:8px 0;

}

.footer-social-icons li {
	float:left;
	margin-right:1px;
}

.footer-social-icons li>a {
	padding: 0px;
	margin: 0px;
	width: 30px;
	height: 30px;
	float:left;
	margin-right:10px;
	background-color: #f48120;
	border: 1px solid #f48120;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 46px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}
.footer-social-icons li:hover>a{
	background-color: #0e2e44;
	border: 1px solid #f48120;
}


.footer-company-copy-main{
display:block;
margin:20px auto;
width:960px;
overflow:hidden;
border-top: 1px solid #999999;
padding-top:10px;
}

.footer-company-copy-left-main{
display:block;
width:640px;
float:left;
margin:0;
padding:0;
}

.footer-company-copy-left-main img{
display:block;
width:100px;
float:left;
height:40px;
border:0 none;
margin-right:15px;
}

.footer-company-copy-left-main p{
display:block;
width:100%;
margin:0;
padding:0;
padding-top:8px;
font-family: 'Titillium Web', sans-serif;
font-size:12px;
line-height:16px;
color:#999999;
}

.footer-company-copy-left-main p:nth-child(3){
padding-top:0;
}

.footer-company-copy-left-main label{
font-weight:bold;
}

.footer-company-copy-left-main a{
	color: #f48120;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}

.footer-company-copy-left-main a:hover{
	color: #ffffff;
}

.footer-company-payment-icon{
display:block;
width:320px;
float:left;
margin:0;
padding:0;
}

.footer-company-payment-icon img{
display:block;
width:320px;
float:left;
height:40px;
border:0 none;
}


.subpage-title-main {
	display:block;
	width:100%;
	background: url("../images/sub-page-pattern.png") repeat center top;
	padding-bottom:5px;
	margin:0;
	padding:0;
}

.subpage-title-center {
	width:960px;
	min-height:90px;
	display:block;
	margin:0 auto;
	overflow:hidden;
	font-family: 'Titillium Web', sans-serif;
}

.subpage-title-center h1 {
	color: #ffffff;
    display: block;
    font-size: 42px;
    font-weight: bold;
    line-height: 44px;
    margin: 0 auto;
	margin-top:20px;
    text-align: center;
    text-shadow: 0 1px 2px #0e2e44;
    text-transform: uppercase;
}

.subpage-title-center h2 {
    color: #f48120;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin: 0 auto;
	padding:0;
    text-align: center;
    text-shadow: 0 1px 1px #0e2e44;
    text-transform: uppercase;
	margin-bottom:20px;
}



.shared-hosting-banner-main {
display:block;
width:958px;
margin:0 auto;
background: url("../images/hosting-linux-banner.png") no-repeat scroll center top;
overflow:hidden;
min-height:165px;
border-bottom:5px solid #0e2e44 !important;
font-family: 'Titillium Web', sans-serif;
}

.shared-hosting-banner-main h3{
    color: #0e2e44;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
	padding:0;
	margin-left:130px;
	margin-top:10px;
    text-align: center;
    text-shadow: 0 1px 1px #252525;
    text-transform: uppercase;
}

.shared-hosting-banner-main ul{
    color: #0e2e44;
    display: block;
    font-size: 14px;
	width:550px;
	margin-left:215px;
	margin-top:10px;
    text-align: left;
	padding:0;
	list-style:none;
	float:left;
}

.shared-hosting-banner-main li{
display:block;
padding:0;
margin:0;
float:left;
width:210px;
margin-right:30px;
margin-bottom:10px;
line-height:15px;
background:url(../images/checkmark.png) no-repeat left top;
padding-left:30px;
padding-bottom:5px;
border-bottom:1px solid #cccccc !important;
}

.shared-hosting-banner-main li:nth-child(even){
margin-right:0 none;
}

.shared-hosting-banner-price {
display:block;
width:100px;
float:left;
overflow:hidden;
margin-left:61px;
min-height:100px;
margin-top:10px;
}

.shared-hosting-banner-price label{
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
	padding:0;
    text-align: center;
    text-shadow: 0 1px 1px #252525;
	margin-top:18px;
	margin-left:2px;
}


.shared-hosting-banner-price h4{
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
	padding:0;
    text-align: center;
    text-shadow: 0 1px 1px #252525;
    text-transform: uppercase;
}

.shared-hosting-banner-price span{
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 14px;
	font-weight:bold;
    margin: 0;
	padding:0;
    text-align: center;
    text-shadow: 0 1px 1px #252525;
	margin-left:2px;
}


.package-5tabbed-icon-main {
display:block;
width:960px;
margin:0 auto;
padding:0;
overflow:hidden;
font-family: 'Titillium Web', sans-serif;
}

.package-5tabbed-icon-main ul{
display:block;
width:960px;
margin:0 auto;
padding:0;
overflow:hidden;
list-style:none;
}
	


.package-5tabbed-icon-main li{
display:block;
width:180px;
overflow:hidden;
margin:0;
padding:0;
margin-right:15px;
float:left;
padding-bottom:15px;
margin-bottom:25px;
margin-top:25px;
}

.package-5tabbed-icon-main li>a{
text-decoration:none;
}

.package-5tabbed-icon-main li:last-child {
margin-right:0;
}


.package-5tabbed-icon-inside {
display:block;
width:175px;
overflow:hidden;
margin:0;
padding:0;
 position: relative;
  text-decoration: none;
border-right:1px solid #cccccc;
}

.package-5tabbed-icon-inside-last {
border-right:0;
}

.package-5tabbed-icon-image {
display:block;
width:170px;
overflow:hidden;
margin:0 auto;
padding:0;
height:50px;
 line-height: 50px;

vertical-align:top;
}

.package-5tabbed-icon-image img{
display:block;
border:0;
text-align:center;
margin:0 auto;
margin-bottom:10px;
}


.package-5tabbed-icon-inside h4{
display:block;
width:170px;
margin:0 auto;
padding:0;
color:#f48120;
padding-bottom:5px;
text-align:center;
font-size:15px;
font-weight:bold;
}


.package-5tabbed-icon-inside p{
display:block;
width:170px;
margin:0 auto;
padding:0;
color:#0e2e44;
font-size:11px;
line-height:14px;
text-align:center;
}


    .tooltipsy
    {
        padding: 10px;
        max-width: 250px;
        color: #ffffff;
        background-color: #0e2e44;
        border: 1px solid #0e2e44;
		margin-bottom:15px;
		font-size:11px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		 position: relative;
    }
	
	 .tooltipsy:after, .tooltipsy:before 
{
	 top: 100%;
	 left: 50%;
	 border: solid transparent;
	 content: " ";
	 height: 0;
	 width: 0;
	 position: absolute;
	 pointer-events: none;
	 
}
	 .tooltipsy:after 
{
	 border-color: rgba(136, 183, 213, 0);
	 border-top-color: #0e2e44;
	 border-width: 5px;
	 margin-left: -5px;
	 
}
	 .tooltipsy:before 
{
	 border-color: rgba(194, 225, 245, 0);
	 border-top-color: #0e2e44;
	 border-width: 9px;
	 margin-left: -9px;
	 
}

.hosting-features-box-center {
display:block;
width:960px;
overflow:hidden;
margin:0 auto;
padding-bottom:10px;
margin-bottom:5px;
font-family: 'Titillium Web', sans-serif;
}

.hosting-features-box-center ul{
margin:0;
padding:0;
}


.accord-head, accord-head li, accord-head h2 { 
	margin-bottom:15px; 
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #ffffff;
	line-height: 33px;
	font-size: 20px;
	background: #0e2e44;
	margin-bottom:3px;
	border:none;
	text-decoration: none;
		    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

}

.accord-head:hover, accord-head li:hover, accord-head h2:hover { 
	background: #ffffff;
	color: #f48120;
}

.accord-head:active, accord-head li:active, accord-head h2:active { 
	background: #ffffff;
	color: #f48120;
}


    .accord-head { display:block; border:none; }

.accord-content { 
	display:none;
	
	 	 }

.features-table
{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
    text-shadow: 0 1px 1px #FFFFFF;
  color: #0e2e44;
}

.features-table td
{
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  white-space: nowrap;
  text-align: center;
}

/*Body*/
.features-table tbody td
{
  text-align: center;
  font-size:14px;
  width: 200px;
}

.features-table tbody td:first-child
{
  width: auto;
  text-align: center;
  border-right: 1px solid #cccccc;
  color: #0e2e44;
  font-weight:bold;
  text-shadow: 0 1px 1px #FFFFFF;
}

.features-table tbody td>a
{
  color: #f48120;
  text-decoration:none;
  	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.features-table tbody td>a:hover
{
  color: #0e2e44;
}

.features-table td:nth-child(2), .features-table td:nth-child(4)
{
  background: #none;
}


.features-table td
{  
  border-right: 1px solid #cccccc;
}

.features-table td:last-child
{  
  border-right: 0 none;
}



/*Header*/
.features-table thead td
{
  font-size:18px;
  font-weight:bold;
    text-shadow: 0 1px 1px #FFFFFF;
	color:#f48120;

}

.features-table thead td:first-child
{
  background:none;
  border-right: 1px solid #cccccc;
}


.twobytwocol-main {
display:block;
width:450px;
margin-right:60px;
overflow:hidden;
padding:10px;
float:left;
}

.twobytwocol-main:nth-child(even) {
display:block;
width:400px;
margin-right:0;
overflow:hidden;
}

.twobytwocol-main img {
    color: #0e2e44;
    display: block;
	border: 0 none;
	float:left;
	padding:15px;
	margin-bottom:10px;
}

.twobytwocol-main h3 {
    color: #0e2e44;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin: 0 auto;
	padding:0;
	margin-bottom:5px;
	font-family: 'Titillium Web', sans-serif;
}

.twobytwocol-main p {
    color: #0e2e44;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
	padding:0;
	margin-bottom:20px;
	text-align:justify;
	font-family: 'Titillium Web', sans-serif;
}

.server-col-main {
display:block;
width:960px;
overflow:hidden;
border:1px solid #0e2e44;
margin-top:20px;
}

.server-col-title {
display:block;
width:700px;
float:left;
margin:0;
padding:0;
background:#0e2e44;
}

.server-col-title h2{
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 0 auto;
	padding:5px;
	font-family: 'Titillium Web', sans-serif;
}

.server-col-status {
display:block;
width:260px;
float:left;
margin:0;
padding:0;
background:#0e2e44;
}

.server-col-status h2{
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto;
	padding:5px;
	text-align:right;
	font-family: 'Titillium Web', sans-serif;
}

.server-specs-box {
display:block;
width:158px;
float:left;
min-height:85px;
overflow:hidden;
border-right:1px solid #0e2e44;
}

.server-specs-box:last-child {
border-right:0;
}

.server-specs-box h4{
    color: #f48120;
    display: block;
	width:100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
	padding:5px;
	text-align:left;
	font-family: 'Titillium Web', sans-serif;
	vertical-align:top;
	padding-bottom:0;
}

.server-specs-box label{
    color: #0e2e44;
    display: block;
	width:100%;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
	padding:5px;
	text-align:left;
	font-family: 'Titillium Web', sans-serif;
	vertical-align:top;
}

.server-specs-box:last-child h4{
    color: #f48120;
    display: block;
	width:100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
	padding:5px;
	text-align:center;
	font-family: 'Titillium Web', sans-serif;
	vertical-align:top;
	padding-bottom:0;
	padding-top:2px;
}

.server-specs-box:last-child h4 > span{
    font-size: 18px;
}

.server-specs-box:last-child a{
   	background:#f48120;
	text-indent:0px;
	border: 1px solid #f48120;
	display:block;
	color:#ffffff;
	margin:10px auto;
	width:100px;
	font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-style:normal;
	line-height: 16px;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	padding: 5px 5px;
	text-decoration:none;
	text-align:center;
	text-shadow: 1px 1px 1px #58841b;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.server-specs-box:last-child a:hover{
 	background:#0c3c5f;
	border: 1px solid #0c3c5f;
}


.servercompare {
display:inline-block;
width:300px;
background:url(../images/all-included-back.png) no-repeat right bottom;
border:1px solid #cccccc;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-family:'Titillium Web',sans-serif;
}

.servercompare h2{
	color:#f48120;
	display:block;
	font-size:20px;
	padding:5px;
	margin:0;
	text-align:center;
	text-shadow:1px 1px 0px #efefef;
	border-bottom:1px solid #0c3c5f;
}

.servercompare ul{
font-size:14px;
margin:0;
padding:0;
display:block;
width:280px;
margin:0 auto;
}

.servercompare li{
background:url(../images/check-navy.png) no-repeat center left;
list-style:none;
font-size:14px;
margin:0;
padding:5px;
margin-top:5px;
padding-left:30px;
border-bottom:1px dotted #404041;
line-height:24px;
color:#0c3c5f;
}

.servercompare li:last-child{
border-bottom:none;
}

.servercompare li>strong{
color:#f48120;
}

.serveraboutmain{
display:inline-block;
width:627px;
float:right;
font-family:'Titillium Web',sans-serif;
}

.serverabouttext{
display:block;
width:400px;
float:left;
margin-right:10px;
}

.serverabouttext1{
display:block;
width:650px;
float:left;
margin-right:10px;
}

.serverabouttext h2{
	color:#f48120;
	display:block;
	font-size:20px;
	padding:5px;
	margin:0;
	text-align:center;
	text-shadow:1px 1px 0px #efefef;
}

.serverabouttext p{
	color:#404041;
	display:block;
	font-size:14px;
	padding:5px;
	margin:0;
	text-align:justify;
	text-shadow:1px 1px 0px #efefef;
}


.serveros h2{
display:block;
width:200px;
float:left;
}

.serveros h2{
	color:#f48120;
	display:block;
	font-size:20px;
	padding:5px;
	margin:0;
	text-align:center;
	text-shadow:1px 1px 0px #efefef;
		border-bottom:1px solid #404041;
}

.serveros ul{
font-size:12px;
margin:0;
padding:0;
display:inline-block;
width:200px;
margin:0 auto;
}

.serveros li{
background:url(../images/check-navy.png) no-repeat center left;
list-style:none;
font-size:15px;
margin:0;
padding:5px;
margin-top:5px;
padding-left:30px;
border-bottom:1px dotted #0c3c5f;
line-height:20px;
color:#404041;
}

.serveros li:last-child{
border-bottom:none;
}

.servertextboxesmain {
display:inline-block;
width:630px;
margin-top:10px;
text-align:left;
float:right;
margin-bottom:50px;
}

.servertextboxes {

	width:310px;
	margin-right:10px;
	float:left;
}

.servertextboxes:last-child {
	margin:0;
}

.servertextboxes h3 {
	color:#f48120;
	display:block;
	font-size:20px;
	padding:5px;
	margin:0;
	text-align:center;
	text-shadow:1px 1px 0px #efefef;
		border-bottom:1px solid #0c3c5f;
}

.servertextboxes p{
	padding:5px;
	text-align:justify;
	color:#0c3c5f;
	margin:0;
	font-size:14px;
	line-height:18px;
}


.pageconntentswide {
display:block;
width:660px;
margin:0;
padding:0;
margin-right:50px;
margin-top:30px;
margin-bottom:50px;
float:left;
}

.pageconntentswide h1, .pageconntentswide h2 {
display:block;
margin:0;
padding:0;
color:#0c3c5f;
font-weught:normal;
font-family:'Titillium Web',sans-serif;
font-size:24px;
line-height:30px;
}
.pageconntentswide h3, .pageconntentswide h4 {
display:block;
margin:0;
padding:0;
color:#0c3c5f;
font-weught:normal;
font-family:'Titillium Web',sans-serif;
font-size:20px;
line-height:30px;
margin-top:10px;
}


.pageconntentswide label{
display:block;
margin:0;
padding:0;
color:#f48120;
font-weught:normal;
font-family:'Titillium Web',sans-serif;
font-size:15px;
line-height:20px;
margin-bottom:20px;
}


.pageconntentswide p{
	display: block;
	margin: 0;
	padding: 0;
	color: #000000;
	font-weught: normal;
	font-family: 'Titillium Web',sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

.pageconntentswide ul{
display:block;
margin:10px 0;
padding:0;
color:#0c3c5f;
font-family:'Titillium Web',sans-serif;
}

.pageconntentswide li{
list-style-image:url('../images/arrows-small.png');
list-style-position:inside;
margin:0;
padding:0;
color:#0c3c5f;
font-size:14px;
}

.pageconntentswide a{
	color: #f48120;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}

.pageconntentswide a:hover{
	color:#0c3c5f;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}




.quicklinksidebar {
display:block;
width:248px;
margin:0;
padding:0;
margin-top:30px;
margin-bottom:50px;
float:left;
background: url('../images/sidebar-bg-img.jpg')repeat-x top;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 5px 12px -6px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 5px 12px -6px rgba(0, 0, 0, 0.75);
box-shadow:         0px 5px 12px -6px rgba(0, 0, 0, 0.75);
}

.quicklinksidebar h4{
display:block;
margin:0;
padding:0;
margin-top:20px;
background: url('../images/sidebar-heading-bg.png')no-repeat top center;
line-height:45px;
font-size:20px;
color:#ffffff;
text-align:center;
font-family:'Titillium Web',sans-serif;
}

.quicklinksidebar ul{
display:block;
margin:0 auto;
padding:0;
list-style:none;
width:230px;
font-family:'Titillium Web',sans-serif;
margin-bottom:10px;
}

.quicklinksidebar li{
background:url(../images/check-navy.png) no-repeat center left;
list-style:none;
font-size:14px;
margin:0;
padding:5px;
margin-top:5px;
padding-left:30px;
border-bottom:1px dashed #0c3c5f;
line-height:20px;
color:#0c3c5f;
}


.quicklinksidebar a{
	color: #0c3c5f;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}

.quicklinksidebar a:hover{
	color: #f48120;
}


.contactusmainsmall {
display:block;
width:320px;
margin-right:20px;
float:left;
}

.contactusmainsmall:nth-child(even) {
margin-right:0;
}

.contactusmainsmall h4 {
display:block;
width:320px;
margin:0;
padding:0;
line-height:30px;
font-size:18px;
text-align:center;
background:#0c3c5f;
color:#ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.contactusmainsmall ul {
display:block;
width:210px;
margin:0;
padding:0;
list-style:none;
}

.contactusmainsmall li {
display:block;
width:320px;
font-size:14px;
line-height:30px;
background:url('../images/support-icon-small.png') no-repeat left;
padding-left:30px;
}

.contactusmainsmall li:nth-child(2) {
background:url('../images/sales-icon-small.png') no-repeat left;
}

.contactusmainsmall li:nth-child(3) {
background:url('../images/bill-icon-small.png') no-repeat left;
}

.contactusmainsmall li:nth-child(5) {
background:url('../images/report-icon-small.png') no-repeat left;
}


.contactusmainsmall span {
display:block;
font-weight:bold;
width:60px;
float:left;
text-align:left;
margin-right:10px;

}




.contactwritemain {
display:block;
width:320px;
margin-right:20px;
float:left;
margin-bottom:30px;
}

.contactwritemain:nth-child(even) {
margin-right:0;
}

.contactwritemain h4 {
display:block;
width:320px;
margin:0;
padding:0;
line-height:30px;
font-size:18px;
text-align:center;
background:#0c3c5f;
color:#ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.contactbranchmainaddress {
display:block;
margin:0;
padding:0;
border-bottom:1px dashed #0c3c5f;
padding-bottom:20px;
}

.contactbranchmainaddress img {
display:block;
margin:5px 0;
padding:0;
margin-right:15px;
border:0;
float:left;
}

.contactbranchmainaddress p {
display:block;
margin:0;
margin-top:15px;
padding:0;
}

.contactbranchmainphone {
display:block;
margin:0;
padding:0;

}

.contactbranchmainphone img {
display:block;
margin:5px 0;
padding:0;
margin-right:15px;
border:0;
float:left;
}
.contactbranchmainphone label {
float:left;
width:45px;
margin:0;
font-weight:bold;
}
.contactbranchmainphone span {
float:left;
width:8px;
margin:0;
margin-right:5px;
font-weight:bold;
color:#F48120;
}

.contactbranchmainphone p {
display:block;
margin:0;
padding:0;
padding-top:10px;
}
.contactbranchmainphone p:nth-child(3) {
padding-top:0;
}


.contactlivechatbutton {
display:block;
width:320px;
margin:25px auto;
}

.contactlivechatbutton a {
display:block;
margin:0 auto;
width:250px;
text-align:center;
padding:5px 15px;
padding-left:10px;
font-size:24px;
font-weight:bold;
font-family:'Titillium Web',sans-serif;
background:#F48120;
color:#ffffff;
line-height:32px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-decoration:none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; 
}

.contactlivechatbutton a:hover {
color:#ffffff; 
background:#0c3c5f;
}

.contactformbottom {
display:block;
width:660px;
overflow:hidden;
margin:0;
padding:0;
margin-top:20px;
}

.contactformheading {
display:block;
width:660px;
overflow:hidden;
margin:0;
padding:0;
margin-top:20px;
padding-bottom:5px;
border-bottom: 1px dotted #0c3c5f;
}

.contactformheading h4{
display:block;
width:660px;
margin:0;
margin-top:30px;
padding:0;
line-height:30px;
font-size:24px;
color:#f48120;
}

.contactformheading p{
display:block;
width:660px;
margin:0;
padding:0;
line-height:20px;
font-size:16px;
color:#0c3c5f;
}

.contactformbottommain {
display:block;
float:left;
width:320px;
overflow:hidden;
margin:0;
padding:0;
margin-top:20px;
margin-right:20px;
}

.contactformbottommain:nth-child(3) {
margin-right:0;
}

.contactformbottombox {
display:block;
width:315px;

}

.contactformbottombox label{
display:block;
font-weight:bold;
color:#0c3c5f;
padding: 0;
margin:0;
padding-bottom:5px;
}

.contactformbottombox input[type="text"]{
    border: 1px solid #CCCCCC;
    color: #0c3c5f;
    display: block;
    font-size: 13px;
    height: 38px;
    line-height: 28px;
    margin: 0 auto 10px;
    outline: medium none;
    padding: 0 5px;
    width: 300px;
	font-family:'Titillium Web',sans-serif;
}

.contactformbottombox select{
    border: 1px solid #CCCCCC;
    color: #0c3c5f;
    display: block;
    font-size: 13px;
    height: 38px;
    line-height: 28px;
    margin: 0 auto 10px;
    outline: medium none;
    padding: 5px;
    width: 315px;
	font-family:'Titillium Web',sans-serif;
}

.contactformbottombox textarea{
    border: 1px solid #CCCCCC;
    color: #0c3c5f;
    font-size: 13px;
    line-height: 14px;
    margin: 0 auto;
    min-height: 110px;
    outline: medium none;
    padding: 10px;
    width: 298px;
	font-family:'Titillium Web',sans-serif;
}

.contactformbottombox a{
	background:#f48120;
	text-indent:0px;
	border: 1px solid #f48120;
	display:block;
	color:#ffffff;
	width:200px;
	margin:0 auto;
	margin-top:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-style:normal;
	line-height: 18px;
	font-size: 17px;
	font-family: 'Titillium Web', sans-serif;
	padding: 12px 17px;
	text-decoration:none;
	text-align:center;
	text-shadow: 1px 1px 1px #58841b;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.contactformbottombox a:hover{
	background:#0c3c5f;
	border: 1px solid #0c3c5f;
	color:#ffffff;
}

.pageconntentswidefull {
    display: block;
    float: none;
    margin: 30px auto;
    padding: 0;
    width: 100%;
}

.ssl_banner {
	background: url(../images/domain_banner.jpg) no-repeat center top #000;
}
.ssl_box {
	float: left;
	width: 1000px;
	padding: 40px 0 0;
	line-height: 30px;
	font-size: 20px;
	color: #353535;
}
.ssl_box h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 30px;
	font-size: 29px;
	color: #353535;
	font-weight: normal;
}
.ssl_box h3 span {
	font-family: 'Titillium Web', sans-serif;
	color: #bf0000;
	display: inline-block;
	border-bottom: 2px solid #bf0000;
}
.ssl_box p {
	margin: 0 0 46px 0;
	padding: 0;
	font-size: 29px;
	line-height: 32px;
	text-align: center;
}
.ssl_box p span {
	color: #bf0000;
	font-family: 'Titillium Web', sans-serif;
	border-bottom: 1px solid #c72b2b;
}
.ssl_box .ssl_lt {
	float: left;
	width: 226px;
	background: #fff;
	margin: 72px 0 0;
	border-bottom: 2px solid #a3a3a3;
	border-top: 1px solid #ccc;
	box-shadow: 1px 1px 0 #b5b5b5;
}
.ssl_box .ssl_lt ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ssl_box .ssl_lt ul li {
	line-height: 40px;
	padding: 0 0 0 10px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.ssl_box .ssl_lt ul li:last-child {
	border-bottom: none;
	padding: 0 0 61px 10px;
}
.ssl_box .ssl_plan1 {
	float: left;
	width: 128px;
	background: #fff;
	text-align: center;
	padding: 0 0 20px;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #a3a3a3;
	box-shadow: 1px 1px 0 #b5b5b5;
}
.ssl_box .ssl_plan1 h5 {
	float: left;
	width: 100%;
	height: 72px;
	display: table;
	margin: 0;
	line-height: 16px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	background: #373737;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
}
.ssl_box .ssl_plan1 h5 span {
	display: table-cell;
	vertical-align: middle;
}
.ssl_box .ssl_plan1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ssl_box .ssl_plan1 ul li {
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}
.ssl_box .ssl_plan1 ul li:last-child {
	border-bottom: none;
}
.ssl_box .ssl_plan1 .cross {
	height: 40px;
	background: url(../images/cross.png) no-repeat center center;
}
.ssl_box .ssl_plan1 .tickmark {
	height: 40px;
	background: url(../images/tickmark2.png) no-repeat center center;
}
.ssl_box .ssl_plan1 .btn1 {
	width: 112px;
	height: 30px;
	margin: 5px auto 6px;
}
.ssl_box .ssl_plan1 .redbtn a {
	font-size: 13px;
	box-shadow: none;
}
.ssl_box .ssl_plan2 {
	margin: -18px 0 0;
}
.ssl_box .ssl_plan2 h5 {
	height: 90px;
}
.ssl_box .ssl_plan2 h5 .recommend {
	float: left;
	width: 97px;
	height: 20px;
	margin: -8px 0 0 16px;
	position: absolute;
	background: url(../images/recommend.png) no-repeat center top;
}
.ssl_box .domain_box {
	float: left;
	width: 1000px;
	margin: 20px 0;
	border-radius: 0 0 0 5px;
	border-bottom: 2px solid #a3a3a3;
	box-shadow: 0 1px 0 #d9d9d9;
}
.ssl_box .domain_box .whitebox {
	float: left;
	width: 626px;
	background: #fff;
	padding: 20px 34px 18px 20px;
	border-radius: 5px 0 0 5px;
}
.ssl_box .domain_box .whitebox h4 {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	line-height: 20px;
	font-size: 16px;
	color: #232323;
}
.ssl_box .domain_box .whitebox .field1 {
	float: left;
	width: 270px;
	height: 43px;
	line-height: 43px;
	border-radius: 5px;
	border: 1px solid #b5bcbd;
	outline: none;
	padding: 0 10px;
	margin: 0 4px 0 0;
	box-shadow: 3px 3px 3px #f2f2f2 inset;
}
.ssl_box .domain_box .whitebox .drop_down {
	float: left;
	height: 45px;
	width: 108px;
	padding: 7px;
	line-height: 45px;
	outline: none;
	border-radius: 5px;
	margin: 0 5px 0 0;
	font-size: 20px;
	border: 1px solid #b5bcbd;
	box-shadow: 3px 3px 3px #f2f2f2 inset;
}
.ssl_box .domain_box .whitebox .submit {
	float: left;
	width: 55px;
	height: 45px;
	border-radius: 5px;
	background: #bf0000;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 20px;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	text-shadow: 1px 1px 0 #8f0000;
	box-shadow: 0px 2px 3px #6e6e6e;
	font-family: 'Titillium Web', sans-serif;
}
.ssl_box .domain_box .whitebox .submit:hover {
	opacity: 0.8;
}
.ssl_box .domain_box .blackbox {
	float: left;
	width: 296px;
	background: #363636;
	padding: 12px;
}
.ssl_box .domain_box .blackbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ssl_box .domain_box .blackbox ul li {
	float: left;
	width: 66px;
	height: 50px;
	border-bottom: 1px solid #1d1d1d;
	border-right: 1px solid #1d1d1d;
	border-left: 1px solid #424242;
	border-top: 1px solid #424242;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	padding: 10px 0 0;
	margin: 0 8px 0 0;
	font-family: 'Titillium Web', sans-serif;
	text-shadow: 1px 1px 1px #282828;
	box-shadow: 1px 1px 0 #000, -1px -1px 1px #4b4b4b;
}
.ssl_box .domain_box .blackbox ul li span {
	font-size: 18px;
	display: block;
}
.ssl_box .domain_box .blackbox ul li:last-child {
	margin: 0;
}
.ssl_box .domain_box .blackbox .arrow {
	float: left;
	width: 18px;
	height: 19px;
	position: absolute;
	margin: 20px 0 0 -29px;
	background: url(../images/arrow.png) no-repeat left center;
}
.text1 {
	float: left;
	width: 100%;
	margin: 0 0 40px;
}
.text1 ul {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.text1 ul li {
	display: inline-block;
	line-height: 16px;
	font-size: 16px;
	color: #bf0000;
	padding: 0 4px;
	border-right: 2px solid #595959;
	font-family: 'Titillium Web', sans-serif;
}
.text1 ul li a {
	color: #bf0000;
}
.text1 ul li:last-child {
	border-right: none;
}
.ssl_table {
	float: left;
	text-align: center;
	font-weight: bold;
}
.ssl_table th {
	background: #373737;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	padding: 26px 0;
	border-right: 1px solid #ccc;
}
.ssl_table th:last-child {
	border-right: 1px solid #b5b5b5;
	box-shadow: 1px 0px 1px #a3a3a3;
}
.ssl_table td {
	line-height: 14px;
	font-size: 14px;
	color: #bf0000;
	padding: 17px 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.ssl_table tr:nth-child(even) td {
	background: #fff;
}
.ssl_table tr:nth-child(odd) td {
	background: #efefef;
}
.ssl_table td:first-child {
	color: #777;
}
.ssl_table td:last-child {
	border-right: 1px solid #b5b5b5;
	box-shadow: 1px 0px 1px #a3a3a3;
}
.redbtn a {
	display: block;
	padding: 6px 12px;
	color: #fff;
	text-shadow: 0px 1px 0px #a30000;
	text-transform: uppercase;
	border: 1px solid #a80000;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	text-decoration: none;
	background: #bf0000;
	border-radius: 4px;
	box-shadow: 0px 4px 8px #a2a2a2, 0px 1px 0px #d60000 inset;
}

.bg1 {
	background: #efefef;
}


---------------------
/*RESELLER*/
-------------------------

#perks{margin:50px
0 50px 0 !important}#perks .col-xs-2{border-bottom:2px solid #ccc;font-weight:bold}#perks
.perk{padding:5px
0 5px 0;border-bottom:1px solid #eee}#perks .perk:first-child{font-weight:bold}#perks .perk:hover{background-color:#eee}#perks .perk .col-xs-2{border:0;font-weight:normal}#perks .perk .col-xs-2
span{font-size:20px}#perks .perk .col-xs-2 span.fa-check-square{color:#3e842f}#perks .perk .col-xs-2 span.fa-minus-square{color:#ccc}

pre
code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0%}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0%}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0%}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0%}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0%}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0%}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0%}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0%}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:21px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table
.table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px
solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px
solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],
table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#3fb618}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#379f15}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#9954bb}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#8d46b0}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#ff7518}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#fe6600}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#ff0039}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#e60033}@media (max-width: 767px){.table-responsive{width:100%;margin-bottom:15.75px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px
solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:21px;font-size:22.5px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px
0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px
auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:11px;font-size:15px;line-height:1.42857143;color:#333}
