

.ptSansBold {
    font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}
.ptSansRegular {
    font-family: 'PT Sans', sans-serif;
}
.ptSansNarrowBold {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
}


.center {
	margin-left:auto;
	margin-right:auto;
}
.left {
	float:left;
}
.right {
	float:right;
}

.text-center {
	text-align:center;
}

.blue {
	color:#0c89e7;
}



#cart-page {
	width:960px;
	margin:0 auto;
}
#cart-page > * {
	font-size:16px;
}
#cart-page a, #cart-page ul, #cart-page ol {
	text-decoration:none;
	list-style:none;
}
.hosting-types {
	width:875px;
    margin:auto;
	margin-bottom:20px;
    text-align: center;
}
.hosting-types li {
	display: inline;
    white-space: nowrap;
}
.hosting-types li.last:after {
	content:'';
}
.hosting-types li:after {
	content:'|';
	color:#a5a4a4;
	margin-left:5px;
}
.hosting-types li a {
	color:#0c87e5;
}
.hosting-types li a:hover {
	color:#006dc1;
}
.active-hosting-type {
	color:#272727;
	font-family: 'PT Sans', sans-serif;
    font-weight: bold
}
.page-header {
	width:100%;
	margin-bottom:0;
    border-bottom: none;
}
.page-header h1 {
	color:#333333;
	font-size:38px;
	text-shadow:0 1px 0 #fff;
	text-transform:uppercase;
	font-weight:normal;
}
.page-header  h1 span {
	font-size:38px;
}
.page-header  p {
	color:#7e7e7e;
	font-size:16px;
}

.underline-top {
	width:98%;
	height:1px;
	margin-top:30px;
	background: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(218,218,218,1) 15%, rgba(218,218,218,1) 85%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(218,218,218,1) 15%, rgba(218,218,218,1) 85%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(218,218,218,1) 15%, rgba(218,218,218,1) 85%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(218,218,218,1) 15%, rgba(218,218,218,1) 85%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(218,218,218,1) 15%, rgba(218,218,218,1) 85%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffdadada', GradientType=0);
}

/* Plan Selection */
.plan-selection {
	width:100%;
	height:145px;
}
.plan-selection h2, .plan-info h2 {
	color:#808080;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
}
#plan-slider {
	width:875px;
	height:70px;
    overflow: hidden;
}
#plan-slider li{
    margin:0 1.5px;
}
#plan-slider li .iemask{
    overflow: hidden;
    border-radius:8px;
	border-bottom:solid 2px #bdbdbd;
}
#plan-slider li .iemask .iegrad{
	height:53px;
    width:112px;
	cursor:pointer;
    border-radius:7px;
    background-color: #d9d9d9;
    text-align: center;
    padding: 5px; 
	background: linear-gradient(top, #e5e5e5 0%, #d9d9d9 100%);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #d9d9d9 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #d9d9d9 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #d9d9d9 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#d9d9d9', GradientType=0);
}

#plan-slider li span {
	color:#a3a3a3;
	width:100%;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
}
#plan-slider li:hover .iemask, #plan-slider li.active-plan .iemask{
    border-bottom:solid 2px #0966ad;
}
#plan-slider li:hover .iemask .iegrad, #plan-slider li.active-plan .iemask .iegrad{
    background-color: #0c81db;
	background: linear-gradient(top, #0d8ff2 0%, #0c81db 100%);
	background: -moz-linear-gradient(top, #0d8ff2 0%, #0c81db 100%);
	background: -webkit-linear-gradient(top, #0d8ff2 0%, #0c81db 100%);
	background: -o-linear-gradient(top, #0d8ff2 0%, #0c81db 100%);
	background: -ms-linear-gradient(top, #0d8ff2 0%, #0c81db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d8ff2', endColorstr='#0c81db', GradientType=0);
}
#plan-slider li:hover span, #plan-slider li.active-plan span {
	color:rgba(255, 255, 255, 0.6);
}
.selected-plan {
	background: url("../img/plan-selected.png") repeat scroll 0 0 transparent;
    bottom: 2px;
    height: 7px;
    left: 45%;
    position: relative;
    width: 9px;
}




/* Plan Info */

.plan-info {
	width:100%;
	margin-top:10px;
	position:relative;
	z-index:10;
}
.plan-box {
	width:940px;
	margin-top:15px;
	position:relative;
	box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.12);
	border-radius:8px 8px 0 0;
}
.plan-top {
	background:#fefefe;
	width:100%;
	border-radius:8px 8px 0 0;
    padding: 0 0 20px;
}

.plan-top:after, .slider-box:after {
	content:'';
	width:93%;
	height:1px;
	margin:0 auto 0 auto;
	display:block;
	background: linear-gradient(left, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 1) 80%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 1) 80%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 1) 80%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 1) 80%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 1) 80%, rgba(255, 255, 255, 0) 100%);
}
.plan-top .left-column {
	width:440px;
    height: 70px;
}
.plan-top .left-column p {
	color:#333333;
	font-size:20px;
	text-transform:uppercase;
	padding:28px 0 0 35px;
	display:inline-block;
}
.plan-top .right-column {
	padding: 0 40px;
	height:50px;
        width:auto!important;
}
.plan-top .btn-group{
    margin-top: 14px;
    float:left;
}
.plan-top .btn-group .btn{
    border-bottom: 2px solid #CBCBCB;
    border-radius: 8px 8px 8px 8px;
    border-top: none;
    color: #656565;
    font-family: 'PT Sans Narrow',sans-serif;
    font-weight: bold;
    font-size: 13px;
    padding: 1px 10px;
    text-transform: uppercase;
	background: linear-gradient(top, #eeeeee 0%, #dadada 100%);
	background: -moz-linear-gradient(top, #eeeeee 0%, #dadada 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
	background: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%, #dadada 100%);
}
.plan-top .btn-group .btn .caret{
    margin-left: 15px;
}
.plan-top .btn-group .dropdown-menu {
	background:#eeeeee;
	width:165px;
	z-index:100;
}
.plan-top .btn-group .dropdown-menu li a{
	color:#868686;
	font-size:13px;
}
.plan-top .btn-group .dropdown-menu li:hover a{
    color: white
}
.plan-top .btn-group .dropdown-menu li:hover {
	background:#ccc;
}


/* Slider */
.slider-box {
	background:#fdfdfd;
}
.slider-box:after {
	top:0;
	margin-top:10px;
}
.slider-container {
	width:869px;
	position:relative;
	padding:25px 0px;
}
.slider-circle .ptSansNarrowBold {
	color:#999999;
	font-size:12px;
    position: relative;
    top: -30px;
    cursor: pointer
}
.slider-bg {
	background:#CDCDCD;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15) inset;
    height: 11px;
    position: relative;
    width: 868px;
}
.slider-circle-pos{
    width: 25%;
    text-align: right;
    float:left;
    margin-top: -5px;
}
.slider-circle-pos.first {
    width: 21px;
}
.slider-circle {
	background:#cdcdcd;
	width:21px;
	height:21px;
	box-shadow:0 6px 2px -4px rgba(0, 0, 0, 0.2) inset;
	border-radius:11px;
	display:inline-block;
    text-align: center;
}
.slider-circle .hitarea{
    border-radius: 12px 12px 12px 12px;
    cursor: pointer;
    height: 21px;
    position: relative;
    top: -20px;
    width: 21px;
    z-index: 6;
}
.slider-circle-active {
	background:#0c88e7;
    position: relative;
    z-index: 5;
}
#slider .ui-slider-handle{
    top:-7px
}
.slider-line {
	width:849px;
	height:11px;
    margin-left: 7px;
}

/* Plan Config */

.plan-config {
	background:#fafafa;
}
.plan-config .left-column {
	margin-top: -47px;
    padding: 0 23px 22px;
    position: relative;
    top: 66px;
    width: 894px;
    z-index: 10;
}
.config-option {
    border-bottom: 2px solid #C6C6C6;
    height: 71px;
    margin: 11px;
    position: relative;
    background: #eeeeee;
	background: linear-gradient(top, #eeeeee 0%, #d9d9d9 100%);
	background: -moz-linear-gradient(top, #eeeeee 0%, #d9d9d9 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%, #d9d9d9 100%);
	background: -o-linear-gradient(top, #eeeeee 0%, #d9d9d9 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d9d9d9', GradientType=0);
}
.block-inv{
    visibility: hidden;
    margin-left: 0;
    margin-right: 0;
}

.config-bottom-coner {
	background:url(../img/config-bottom-corner.png);
	width:11px;
	height:13px;
	position:absolute;
	bottom:-2px;
	right:0;
}
.config-top-corner {
	background:url(../img/config-top-corner.png);
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	left:0;
}
.config-name {
	min-width:65px;
	padding:0 15px;
}
.config-name p {
	color:#929292;
	font-size:14px;
	margin-top:10px;
	text-transform:uppercase;
}
.config-name span {
	color:#585858;
	font-size:28px;
	text-shadow:0 1px 0 #fff;
}
.total-price {
    margin-top: -30px;
}
.total-price span {
	color:#7e7e7e;
	font-size:16px;
	text-transform:uppercase;
}
.total-price p{
	color:#0c88e7;
	font-size:30px;
	position:relative;
	z-index:11;
	top:14px;
    text-transform:none;
    margin-right: 5px;
}
.order-corner{
    float: right;
    height: 66px;
    margin: 0 -30px 0 -20px;
    width: 70px;
    position: relative;
    overflow: hidden;
}
.order-corner div{
	background: #FAFAFA;
    box-shadow: 4px 0 3px -2px rgba(0, 0, 0, 0.2);
    height: 66px;
    transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    width: 70px;
    position: absolute;
    right: 33px;
}
.order-shadow {
    background: url("../img/order-shadow.png") repeat scroll 0 0 transparent;
    float: right;
    height: 66px;
    margin: 0 -5px 0 -4px;
    width: 14px;
}
.order-button-pattern {
	background: url("../img/pattern.png") repeat scroll 0 0 transparent;
    border-radius: 0 0 8px 0;
    margin-left:-40px;
    float: right;
}
.bottom-corner{
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 0 0 12px 8px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    width: 935px;
}
.bottom-corner .order-button-up{
   position: relative;
   z-index: 50;
}
.order-button {
    border-radius: 0 0 8px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) inset, 0 -2px 0px rgba(0, 0, 0, 0.20) inset;
    padding: 0 25px 0 70px;
    background: #61b239;
    background: rgba(97, 178, 57, 0.9);
	background: linear-gradient(top, rgba(114, 184, 59, 0.9) 0%, rgba(97, 178, 57, 0.9) 100%);
	background: -moz-linear-gradient(top, rgba(114, 184, 59, 0.9) 0%, rgba(97, 178, 57, 0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(114, 184, 59, 0.9) 0%, rgba(97, 178, 57, 0.9) 100%);
	background: -o-linear-gradient(top, rgba(114, 184, 59, 0.9) 0%, rgba(97, 178, 57, 0.9) 100%);
	background: -ms-linear-gradient(top, rgba(114, 184, 59, 0.9) 0%, rgba(97, 178, 57, 0.9) 100%);
    
}
.order-button a {
	color: #FFFFFF;
    font-size: 32px;
    line-height: 66px;
    text-shadow: 0 1px 0 #666666;
    text-transform: uppercase;
    white-space: nowrap;
}
.order-button:hover {
	background:rgba(97, 178, 57, 0.9);
}

.plan-info-shadow-left {
	background: url("../img/plan-info-shadow-left.png") repeat scroll 0 0 transparent;
    bottom: -16px;
    height: 18px;
    left: 0;
    position: absolute;
    width: 310px;
    z-index: -2;
}
.plan-info-shadow-right {
	background: url("../img/plan-info-shadow-right.png") repeat scroll 0 bottom transparent;
    bottom: -15px;
    height: 16px;
    position: absolute;
    right: 0;
    width: 210px;
    z-index: 5;
}


/* Features */

.features {
	width:100%;
	margin-top:20px;
}
.features h3 {
	color:#333;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:30px;
}
.feature-box {
	width:280px;
	margin:20px 15px 0;
}
.feature-box span {
	color:#5fa918;
	font-size:14px;
	text-transform:uppercase;
	display:block;
	margin:5px 0;
}
.feature-box p {
	color:#808080;
	font-size:12px;
	margin:0 10px;
}
.complete-img {
	background:url(../img/features.png) no-repeat 0 0;
	width:30px;
	height:31px;
}
.automation-img {
	background:url(../img/features.png) no-repeat -30px 0;
	width:38px;
	height:31px;
}
.payment-img {
	background:url(../img/features.png) no-repeat -68px 0;
	width:28px;
	height:31px;
}

/* Plan Selection */
.premade-plan{
    background: url("../img/package.png") no-repeat center center;
    height: 35px;
    width: 110px;
}
.selected-plan-img{
    display: inline-block;
    vertical-align: bottom;
    margin:0 5px;
}
.selected-plan-name{
    color: #333333;
    font-size: 20px;
}
.plan-selection li:hover .premade-plan, .plan-selection li.active-plan .premade-plan{
    -webkit-filter: brightness(100%);  
    -o-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='brightness'><feColorMatrix type='matrix' values='1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0'/></filter></svg>#brightness");
}