/* Fonts */
@font-face {
  font-family: 'HelveticaNeue-BlackCond';
  src: url('../fonts/HelveticaNeue-BlackCond/HelveticaNeue-BlackCond.eot');
  src: url('../fonts/HelveticaNeue-BlackCond/HelveticaNeue-BlackCond.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaNeue-BlackCond/HelveticaNeue-BlackCond.woff2') format('woff2'),
       url('../fonts/HelveticaNeue-BlackCond/HelveticaNeue-BlackCond.woff') format('woff'),
       url('../fonts/HelveticaNeue-BlackCond/HelveticaNeue-BlackCond.ttf') format('truetype'),
       url('../fonts/HelveticaNeue-BlackCond/HelveticaNeue-BlackCond.svg#HelveticaNeue-BlackCond') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue-Heavy';
  src: url('../fonts/HelveticaNeue-Heavy/HelveticaNeue-Heavy.eot');
  src: url('../fonts/HelveticaNeue-Heavy/HelveticaNeue-Heavy.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaNeue-Heavy/HelveticaNeue-Heavy.woff2') format('woff2'),
       url('../fonts/HelveticaNeue-Heavy/HelveticaNeue-Heavy.woff') format('woff'),
       url('../fonts/HelveticaNeue-Heavy/HelveticaNeue-Heavy.ttf') format('truetype'),
       url('../fonts/HelveticaNeue-Heavy/HelveticaNeue-Heavy.svg#HelveticaNeue-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue-Medium';
  src: url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.eot');
  src: url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.woff2') format('woff2'),
       url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.woff') format('woff'),
       url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.ttf') format('truetype'),
       url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
	box-sizing: border-box;
}
.main{
	width: 988px;
}

.bordered-wrap{
	border: 1px solid #dbdbdb;
}

.bordered-wrap input[type="text"]{
	padding: 0 15px;
	vertical-align: middle;
}

.border-wrap a{
	color: #5880d9;
}

.bordered-wrap ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.dom-name-header{
	font: bold 55px/1 Arial, Helvetica, sans-serif;
	color: #11262f;
	text-align: center;
	margin: 25px 0 20px;
}

.turquoise-grad{
	background: #deecf5;
	background: -moz-linear-gradient(top, #deecf5 0%, #fdfffe 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #deecf5), color-stop(100%, #fdfffe));
	background: -webkit-linear-gradient(top, #deecf5 0%, #fdfffe 100%);
	background: -o-linear-gradient(top, #deecf5 0%, #fdfffe 100%);
	background: -ms-linear-gradient(top, #deecf5 0%, #fdfffe 100%);
	background: linear-gradient(to bottom, #deecf5 0%, #fdfffe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deecf5', endColorstr='#fdfffe', GradientType=0 );
}

/* Sale */
.sale{
	border: 1px solid #d9dce1;
	border-radius: 5px;	
	padding: 25px 0 50px 50px;
	margin: 15px;
}

.sale-list{
	font: 15px/26px Arial, Helvetica, sans-serif;
}

.sale > ul > li,
.f-pay-plan > ul > li{
	display: inline-block;
	vertical-align: middle;
}

.sale-list > li{
	padding-left: 8px;
	position: relative;
	display: list-item !important;
}

.sale-list > li:before{
	content: "";
	display: block;
	background: #a3c2cf;
	border-radius: 50px;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 11px;
}

ul.first-btn-area{
	margin: 15px 0;
}
ul.first-btn-area > li:first-child,
ul.second-btn-area > li:first-child{
	margin-right: 14px;
}

ul.second-btn-area{
	margin: 35px 0 0;
}

ul.second-btn-area > li:first-child + li{
	margin-right: 8px;
}

/* Talk to expert */
.talc-to-expert{
	text-align: center;
	margin: 15px 0;
	font: 32px/50px Arial, Helvetica, sans-serif;
	color: #8f8f8f;
}

.talc-to-expert > b{
	color: #000;
	font-size: 36px;

}

/* Sale Red Banner */
.sale-banner{
	border-radius: 5px;
	color: #fff;
	padding: 5px 27px;
	margin: 15px;

	background: #cd3434;
	background: -moz-linear-gradient(top, #cd3434 0%, #de0000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #cd3434), color-stop(100%, #de0000));
	background: -webkit-linear-gradient(top, #cd3434 0%, #de0000 100%);
	background: -o-linear-gradient(top, #cd3434 0%, #de0000 100%);
	background: -ms-linear-gradient(top, #cd3434 0%, #de0000 100%);
	background: linear-gradient(to bottom, #cd3434 0%, #de0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd3434', endColorstr='#de0000', GradientType=0 );
}

.sale-banner > ul{

}

.sale-banner > ul >li{
	display: inline-block;
	vertical-align: middle;
}

.sale-banner > ul >li:first-child{
	font: 60px "HelveticaNeue-BlackCond", sans-serif;
	margin-right: 20px;
}

/* Own This Domain */
.own-domain{
	border-top: 1px solid #dcdcdc;
	padding: 15px 20px 25px;
	text-align: center;
}

.own-domain > h3{
	font: bold 38px/42px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.own-domain > .after-head{
	font: bold 20px/26px Arial, Helvetica, sans-serif;
	color: #949191;
}

.own-domain-icons{
	margin-top: 27px !important;
	text-align: justify;
}

.own-domain-icons:after{
	content: "";
	display: inline-block;
	width: 100%;
}

.own-domain-icons > li{
	display: inline-block;
	width: 21%;
	vertical-align: top;
	text-align: center;
}

.own-domain-icons > li.last{
	width: 25%;
}

.own-domain-icons > li > img{
	margin-bottom: 22px;
}

.own-domain-icons > li >span{
	display: block;
	font: 26px/29.73px "HelveticaNeue-Medium", sans-serif;
}

.own-domain-icons > li > p{
	font: 14px/20px Arial, Helvetica, sans-serif;
	margin-top: 7px;
}

/* Hurry up */
.hurry-up{
	border-top: 1px solid #dcdcdc;
	padding: 22px 25px 27px;
	text-align: center;
}

.hurry-up > h3{
	font: bold 30px/1 "HelveticaNeue-Medium", sans-serif;
	margin-bottom: 5px;
}

.hurry-up > p{
	font: 14px/22px Arial, Helvetica, sans-serif;
}

.hurry-up > p.after-head{
	font: 20px/33px Arial, Helvetica, sans-serif;
	color: #949191;
	margin-bottom: 5px;
}

.hurry-up-list{
	display: inline-block;
	width: 675px;
	margin-top: 15px !important;
}

.hurry-up-list > li{
	display: block;
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 25px;
	font: 14px/24px Arial, Helvetica, sans-serif;
	position: relative;
}

.hurry-up-list > li:before{
	content: "";
	display: block;
	background: url(../img/list-item-bullet.png) no-repeat;
	width: 18px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 2px;
}

/* Domain Stats */
.dom-stats{
	border-top: 1px solid #dcdcdc;
	padding: 30px 110px 30px 124px;
	display: table;
}

.dom-stats__inner{
	display: table-cell;
	vertical-align: middle;
	padding: 0 12px;
}

.dom-stats__inner > img{
	
}

.dom-stats__head{
	font: 19px/35px "HelveticaNeue-Medium", sans-serif;
	color: #010000;
}

.dom-stats__inner > p{
	font: italic 14px/22px Arial, Helvetica, sans-serif;
	color: #1a252d;
	margin: 0;
}

.dom-stats__list{
	padding-left: 10px !important;
}

.dom-stats__list > li{
	padding-left: 8px;
	position: relative;
	font-size: 14px;
}

.dom-stats__list > li:before{
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #a3aeb2;
	position: absolute;
	top: 6px;
	left: 0;
}

.dom-stats__list > li > b{
	color: #be0000;
}

/* Proofs */
.proofs{
	border-top: 1px solid #dcdcdc;
	padding: 15px 18px 25px;
}

.proofs > h3{
	font: bold 19px/25px Arial, Helvetica, sans-serif;
	color: #0b202a;
	text-align: center;
}

.proofs-list{
	margin-top: 20px !important;
	text-align: justify;

}

.proofs-list:after{
	display: inline-block;
	width: 100%;
	content: "";

}

.proofs-list > li{
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.proofs-list table{

}

.proofs-list table tr{

}

.proofs-list table tr > td{
	vertical-align: middle;
}

.proofs-list table tr > td > img{
	display: inline-block;
	margin:  0 10px 10px 0;
}

.proofs-list table tr > td > span{
	display: block;
	font: 14px/20px Arial, Helvetica, sans-serif;
}

.proofs-list > li > p{
	font: 13px/19px Arial, Helvetica, sans-serif;
}

/* Buy Now Block */
.buy-now-block{
	border-top: 1px solid #dcdcdc;
	padding: 25px;
}

.buy-now-block table{
	width: 100%;
}

.buy-now-block table tr > td{
	vertical-align: middle;
}
.buy-now-block table tr > td:first-child{
	text-align: right;
	width: 535px;
	padding-right: 35px;
}

.buy-now-block table tr > td > .buy-now-block__domain{
	font: bold 44px/1 Arial, Helvetica, sans-serif;
	color: #df0001;
}

.buy-now-block table tr > td > .buy-now-block__price{
	font: 18px/33px Arial, Helvetica, sans-serif;
}

.buy-now-block table tr > td > .buy-now-block__price:after{
	content: "(USD)";
	color: #869298;
}

.buy-now-block table tr > td > .buy-now-block__price > b{
	font-size: 20px;
	color: #df0001;
}

/* Info Blocks */
.info-blocks{
	border-top: 1px solid #dcdcdc;
	padding: 20px 25px 0 35px;
}

.info-blocks__item__head{
	font: bold 16px/22px Arial, Helvetica, sans-serif;
	padding-top: 20px;
	display: block;
}

.info-blocks__item.stopwatch .info-blocks__item__head{
	font-size: 30px;
	line-height: 53px;
	padding-top: 5px;
}

.info-blocks__item.fine-print{
	margin-top: 30px;
}

.info-blocks__item.fine-print .info-blocks__item__head{
	padding-top: 5px;
}

.info-blocks__item > p{
	font: 14px/22px Arial, Helvetica, sans-serif;
}

.info-blocks__item.last .info-blocks__item__head{
	padding-top: 40px;
	margin-bottom: -10px;
}

.info-blocks__item.safe .info-blocks__item__head{
	padding-top: 25px;
}

.info-blocks__item.last > p{
	vertical-align: middle;
}

.info-blocks__item.last img{
	margin-top: -35px;
	vertical-align: middle;
}

/* Recent Sales */
.recent-sales{
	margin: 15px;
	border: 1px solid #d9dce1;
	border-radius: 5px;
	padding: 19px 19px 15px;
}

.recent-sales > h3{
	font: bold 26px/34px Arial, Helvetica, sans-serif;
}

.recent-sales > h3 > span{
	font: normal 15px/34px Arial, Helvetica, sans-serif;
}

.recent-sales__table{
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 6px;
}

.recent-sales__table tr{
	border: 1px solid #d5d7d9;
}

.recent-sales__table tr:nth-child(odd){
	background: #f2f4f5;
}

.recent-sales__table tr:first-child{
	border:none;
}

.recent-sales__table tr > th{
	font: bold 16px/35px Arial, Helvetica, sans-serif;
	color: #fff;
	border: 1px solid #858585;
	background: #858585;
	text-align: left;
	padding: 0 15px;
}

.recent-sales__table tr > th:first-child + th{
	padding-left: 8px;
}

.recent-sales a{
	display: inline-block;
	font-size: 14px;
	padding-left: 15px;

}

.recent-sales__table tr > td{
	font: 14px/35px Arial, Helvetica, sans-serif;
	padding: 0 15px;
}

.recent-sales__table tr > td:first-child{
	width: 445px;
}

/* Pay Plan */
.pay-plan{
	border: 1px solid #dfe2e6;
	border-radius: 5px;
	margin: 15px;
	height: 214px;
	padding: 28px 0 0 295px;
	position: relative;
}

.pay-plan:before{
	content: "";
	display: block;
	width: 186px;
	height: 203px;
	background: url(../img/banner-woman.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 98px;
}

.pay-plan__head{
	display: block;
	font: bold 26px/54px Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
}

.pay-plan > p{
	margin: 15px 0;
	font: bold 24px/1 Arial, Helvetica, sans-serif;
}

.pay-plan > p > a{
	font-size: 15px;
	font-weight: normal;
}

/* Guarantee */
.guarantee{
	margin: 15px;
	height: 140px;
	text-align: right;
	padding: 30px 260px 20px 0;
	position: relative;
}

.guarantee:before{
	content: "";
	display: block;
	background: url(../img/30-days-guarant.png) no-repeat;
	width: 113px;
	height: 136px;
	position: absolute;
	bottom: 0;
	right: 127px;
}

.guarantee__head{
	font: bold 36px/1 Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	display: block;
}

.guarantee > p{
	font: 14px/22px Arial, Helvetica, sans-serif;
}

.talc-to-expert.bottom{
	border-top: 1px solid #dcdcdc;
	line-height: 95px;
	margin: 0 15px;
}

/* Name Your Price */
.name-price{
	height: 212px;
	border: 1px solid #dfe2e6;
	border-radius: 5px;
	margin: 15px;
	padding: 24px 24px 0 35px;
	position: relative;
}

.name-price:before{
	content: "";
	display: block;
	width: 186px;
	height: 203px;
	background: url(../img/banner-woman.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 315px;
}

.name-price__info{

}

.name-price__info > p,
.name-price__info > p > a{
	font: 14px/21px Arial, Helvetica, sans-serif;
	color: #000;
}

.name-price__head{
	font: bold 36px/63px Arial, Helvetica, sans-serif;

}

.name-price form{
	position: absolute;
	top: 24px;
	right: 20px;
}

.name-price form table tr > td{
	font: bold 13px/30px Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
}

.name-price form table tr > td:first-child{
	text-align: right;
}

.name-price form label{
	margin-right: 7px;
}

.name-price form input[type="text"]{
	border: 1px solid #a6adb2;
	height: 30px;
	padding: 0 10px;
}

.name-price form input[type="text"]::-webkit-input-placeholder {
   color: #010101;
   font-size: 13px;
}

.name-price form input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #010101;  
   font-size: 13px;
}

.name-price form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #010101;  
   font-size: 13px;
}

.name-price form input[type="text"]:-ms-input-placeholder {  
   color: #010101;  
   font-size: 13px;
}

.name-price form input[name="email"]{
	width: 289px;
}

.name-price form input[name="name"]{
	width: 261px;
}

.name-price form input[name="price"]{
	width: 183px;
	margin-left: 5px;
}

/* Control */
.control{
	margin: 15px;
	text-align: justify;
}

.control:after{
	content: "";
	display: inline-block;
	width: 100%;
}

.control__half{
	width: 451px;
	display: inline-block;
	vertical-align: top;
}

.ask-questions,
.control__guarant{
	height: 116px;
	border: 1px solid #e6e6e6;
	padding: 17px 0 0 20px;
}

.ask-questions{
	margin-bottom: 15px;
}

.grey-grad{
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
}

.ask-questions__head{
	font: bold 26px/32px Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: middle;
}

.ask-questions__head:after{
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background: #527dc6 url(../img/phone-ico.png) no-repeat center center;
	border-radius: 5px;
	vertical-align: middle;
	margin-left: 8px;
}

.ask-questions__after-head{
	display: block;
	font: bold 18.48px/24.64px Arial, Helvetica, sans-serif;
	color: #8e8e8e;
}

.ask-questions__call{
	display: block;
	font: bold 16.43px/26.75px Arial, Helvetica, sans-serif;
	color: #8e8e8e;
}

.ask-questions__call > b{
	font-size: 22.59px;
	color: #000;
}

.ask-questions__call > span{
	font-size: 12px;
	font-weight: normal;
}

.control__guarant{
	font: 14px/22px Arial, Helvetica, sans-serif;
	position: relative;
}

.control__guarant > img{
	position: absolute;
	top: 15px;
	right: 20px;
}

.your-price{
	height: 247px;
	border: 1px solid #f4bf3e;
	padding-left: 29px;

	background: #feec85;
	background: -moz-linear-gradient(top, #feec85 0%, #fddd5f 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #feec85), color-stop(100%, #fddd5f));
	background: -webkit-linear-gradient(top, #feec85 0%, #fddd5f 100%);
	background: -o-linear-gradient(top, #feec85 0%, #fddd5f 100%);
	background: -ms-linear-gradient(top, #feec85 0%, #fddd5f 100%);
	background: linear-gradient(to bottom, #feec85 0%, #fddd5f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feec85', endColorstr='#fddd5f', GradientType=0 );
}

.your-price > span{
	display: block;
	font: 13px/1px Arial, Helvetica, sans-serif;
}

.your-price__head{
	font: bold 24px/59px Arial, Helvetica, sans-serif !important;
}

.your-price form{
	margin-top: 16px;
}

.your-price form table tr > td{
	font: bold 13px/30px Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
}

.your-price form table tr > td:first-child{
	text-align: right;
}

.your-price form label{
	margin-right: 5px;
}

.your-price form input[type="text"]{
	border: 1px solid #a6adb2;
	height: 30px;
	padding: 0 10px;
}

.your-price form input[type="text"]::-webkit-input-placeholder {
   color: #010101;
   font-size: 13px;
}

.your-price form input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #010101;  
   font-size: 13px;
}

.your-price form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #010101;  
   font-size: 13px;
}

.your-price form input[type="text"]:-ms-input-placeholder {  
   color: #010101;  
   font-size: 13px;
}

.your-price form input[name="email"]{
	width: 230px;
}

.your-price form input[name="name"]{
	width: 229px;
}

.your-price form input[name="price"]{
	width: 183px;
	margin-left: 5px;
}

.your-price form .btn{
	font: 19.31px/35px "HelveticaNeue-Heavy", sans-serif;
	padding-left: 25px;
	margin-top: 5px;
}

.your-price form .btn:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #ffffff;
	top: 12px;
	left: 12px;
}

.your-price form .btn:hover:before{
	border-color: transparent transparent transparent #FFC200;
}

/* Side by Side */
.side-by-side{
	border: 1px solid #d9dce1;
	border-radius: 5px;
	margin: 15px;
	padding: 39px 40px 30px;
	text-align: center;
}

.side-by-side table{
	margin: 0 auto;
}

.side-by-side table tr:first-child{
	font: bold 21px/29px Arial, Helvetica, sans-serif;

}

.side-by-side table tr > td{
	vertical-align: middle;
}

.side-by-side table tr > td:first-child{
	text-align: right;
}

.side-by-side table tr > td:first-child + td + td + td + td{
	text-align: left;
}

.side-by-side table tr > td .f-red{
	font: bold 18px/29px Arial, Helvetica, sans-serif;
}

.side-by-side table .or{
	display: inline-block;
	padding: 0 15px;
	font: bold 20px/34px Arial, Helvetica, sans-serif;
}

.side-by-side table input[type="text"]{
	width: 230px;
	height: 30px;
	border: 1px solid #a6adb2;
	margin-bottom: 7px;
}

.side-by-side table .link{
	display: inline-block;
	font: 14px/26px Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

.talk-to{
	font: 32px/1 Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	text-align: center;
}

.talk-to > span{
	font-size: 36px;
	color: #000;
	font-weight: bold;
	line-height: 34px;
}

/* Radios */
.radios{
	margin: 15px;
	border: 1px solid #d9dce1;
	border-radius: 5px;
	padding: 50px 40px 35px;
}

.radios > h2{
	color: #11262f;
	font: bold 55px/1 Arial, Helvetica, sans-serif;
	text-align: left;
	width: 860px;
	margin-bottom: 14px;
}

.radios table tr > td{
	vertical-align: middle;
	padding-bottom: 4px;
}

.radios table tr > td:first-child{
	font: 14px/34px Arial, Helvetica, sans-serif;
	width: 128px;
	text-align: right;
}

.radios table tr > td:first-child + td{
	padding: 0 10px;
}

.radios table input[type="radio"]{
	margin: 0;
}

.radios table input[type="text"]{
	width: 175px;
	height: 34px;
	border: 1px solid #a5acb2;
	margin-right: 5px;
}

.radios table span{
	font-size: 14px;
	font-weight: normal;
}

.radios table label,
.radios table label > span{
	font: bold 20px/34px Arial, Helvetica, sans-serif;
}

.radios table label > span{
	color: #e82424;
}

.radios table label i{
	font-style: normal;
	display: inline-block;
	margin: 0 2px 0 7px;
}

.radios table .btn{
	margin: 5px 0 23px;
}

/* Buttons Stack */
.btn-stack{
	margin: 15px;
	border: 1px solid #d9dce1;
	border-radius: 5px;
	padding: 35px 35px 30px;
}

.btn-stack table{
	margin-bottom: 7px;	
}

.btn-stack table tr td{
	padding-bottom: 17px;
	font: bold 20px/48px Arial, Helvetica, sans-serif;
}

.btn-stack table tr td:first-child{
	
	text-align: right;
	padding-right: 15px;
}

.in-table-wrap{
	display: inline-block;
	font: 14px/20px Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
	vertical-align: top;
}

.in-table-wrap > span{
	display: block;
	margin: 5px 0 0 0;
}


.btn-stack table input[type="text"]{
	width: 115px;
	height: 45px;
	border: 1px solid #a6adb3;
	margin: 0 5px;
	font-size: 20px;
}

.btn-stack table tr td > span{
	font: 14px/48px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
}

/* F Payment Plan */
.f-pay-plan{
	padding: 26px 15px 50px 50px;
	margin: 15px;
	border: 1px solid #d9dce1;
	border-radius: 5px;
}

.f-pay-plan .first-btn-area p{
	display: inline-block;
	margin-right: 3px;
}


/* Start A */
.start-a{
	background: #fdfdff;
	margin: 15px;
	border: 1px solid #d9dce1;
	border-radius: 5px;
	padding: 19px 32px;
}

.start-a ul{
	margin-left: 13px;
}

.start-a ul > li{
	font: 15px/21px Arial, Helvetica, sans-serif;
}

.start-a ul > li:first-child{
	font: bold 18px/24px Arial, Helvetica, sans-serif;
}

.start-a ul > li a{
	font-weight: bold;
	color: #0063e0;
}

/* Buy or PP */
.buy-pp{
	margin: 15px;
	border: 1px solid #d9dce1;
	border-radius: 5px;
	padding: 35px 35px 45px;
}

.buy-pp table{
	margin: 0 auto 21px;
}

.buy-pp table tr > td{
	font: bold 20px/34px Arial, Helvetica, sans-serif;
	padding: 0;
}

.buy-pp table tr > td:first-child{
	text-align: right;
}

.buy-pp table tr > td .f-red{
	font-size: 24px;
}

.buy-pp table .or{
	display: inline-block;
	margin: 0 35px;
}

.buy-pp table tr > td .btn{
	margin: 10px 0;
}

.buy-pp table tr > td .link{
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	margin-left: 3px;
}

/* Save 100$*/
.coupon-save{
	margin: 15px;
	border: 1px solid #d9dce1;
	border-radius: 5px;
	background: #fdfdff;
	padding: 30px 0 13px 225px;
	position: relative;
	height: 150px;
}

.coupon-save:before{
	content: "";
	display: block;
	background: url(../img/save-100-ico.png) no-repeat;
	width: 161px;
	height: 124px;
	position: absolute;
	left: 35px;
	top: 14px;
}

.coupon-save__head{
	font: bold 26px/1 Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	display: block;
}

.coupon-save__head > span{
	color: #ec0000;
}

.coupon-save p{
	font: bold 15px/19px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 5px;
}

.coupon-save input[type="text"]{
	width: 481px;
	height: 42px;
	border: 1px solid #a5acb2;
	margin-right: 13px;
	font-size: 20px;
}

/* 3 Boxes */
.box-3{
	margin: 15px;
	text-align: justify;

}

.box-3:after{
	content: "";
	display: inline-block;
	width: 100%;
}

.box-3__item{
	border: 1px solid #d9dce1;
	border-radius: 5px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 35px 10px 10px;
}	

.box-3__item:first-child{
	width: 273px;
}

.box-3__item:first-child + .box-3__item{
	width: 314px;
}

.box-3__item:first-child + .box-3__item + .box-3__item{
	width: 292px;
}

.box-3__item__head{
	display: block;
	font: bold 21px/29px Arial, Helvetica, sans-serif;
}

.box-3__item .f-red{
	font: bold 18px/36px Arial, Helvetica, sans-serif;
	display: block;
}

.box-3__item .link{
	display: block;
	text-align: center;
}

.box-3__item input[type="text"]{
	width: 230px;
	height: 30px;
	border: 1px solid #a6adb3;
	margin: 5px 0;
}

.box-3__item .btn{
	margin: 10px 0 13px;
}
/* For Sale Banner */
.o-banner{
    margin: 15px;
    border: 1px solid #d9dce1;
    border-radius: 5px;
    padding: 38px 35px 30px;
    color: #0b202a;
    position: relative;
}

.o-banner:after{
    content: "";
    display: block;
    width: 222px;
    height: 243px;
    position: absolute;
    bottom: 0;
    right: 48px;
    background: url(../img/for-sale.png) no-repeat;
}

.o-banner__head{
    font: bold 28px/23.75px Arial, Helvetica, sans-serif;
    color: #0b202a;
}

.o-banner__head > span{
    font-weight: normal;
    font-size: 14px;
}

.o-banner__after-head{
    display: block;
    font: bold 15px/26px Arial, Helvetica, sans-serif;
}

.o-banner__after-head > a{
    color: #0063e0;
}

.o-banner_divider{
    width: 579px;
    height: 1px;
    background: #d5dce2;
    margin: 14px 0;
}

.o-banner p{
    font: 14px/17.75px Arial, Helvetica, sans-serif;
}

.o-banner ul{
    margin-top: 17px;
}

.o-banner ul > li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.o-banner ul > li > span{
    display: block;
    font-weight: bold;
    line-height: 19.75px;
}


/* Blocks With Ribbon */
.pay-ribbon,
.save-ribbon,
.buy-ribbon{
	border: 1px solid #d9dce1;
	border-radius: 5px;
	margin: 20px;
	padding: 35px 10px;
	text-align: center;
	position: relative;
}

.pay-ribbon:before,
.save-ribbon:before,
.buy-ribbon:before{
	content: "";
	display: block;
	position: absolute;
	width: 182px;
	height: 116px;
	left: -8px;
	top: -8px;
	background: url(../img/ribbon-pay.png) no-repeat;
}

.pay-ribbon:before{
	background: url(../img/ribbon-pay.png) no-repeat;
}

.save-ribbon:before{
	background: url(../img/ribbon-save.png) no-repeat;
}


.buy-ribbon:before{
	background: url(../img/ribbon-buynow.png) no-repeat;
}

.pay-ribbon__head,
.save-ribbon__head,
.buy-ribbon__head{
	display: block;
	font: bold 30px/34px Arial, Helvetica, sans-serif;
}

.pay-ribbon p,
.save-ribbon p,
.buy-ribbon p {
	font: 17px/34px Arial, Helvetica, sans-serif;
}

.pay-ribbon .btn,
.buy-ribbon .btn,
.save-ribbon .btn{
	margin: 15px 0;
}



/* Helpers */
.f-red{
	color: #ff0000;
}
.f13{
	font-size: 13px !important;
}

.f15{
	font-size: 15px;
}
.f16{
	font-size: 16px;
}
.f20{
	font-size: 20px;
}
.f24{
	font-size: 24px;
}
.btn{
	padding: 0 15px 0 36px;
	text-decoration: none;
	color: #fff;
	font: bold 28px/46px Arial, Helvetica, sans-serif;
	border: 1px solid #e60001;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	transition: color .3s ease;
	box-shadow: 2px 2px 2px rgba(98, 122, 16, .15);
	cursor: pointer;
	outline: none !important;
	vertical-align: middle;

	background: #ff0809;
	background: -moz-linear-gradient(top, #ff7976 0%, #ff0809 46%, #db0102 55%, #fe0000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff7976), color-stop(46%, #ff0809), color-stop(55%, #db0102), color-stop(100%, #fe0000));
	background: -webkit-linear-gradient(top, #ff7976 0%, #ff0809 46%, #db0102 55%, #fe0000 100%);
	background: -o-linear-gradient(top, #ff7976 0%, #ff0809 46%, #db0102 55%, #fe0000 100%);
	background: -ms-linear-gradient(top, #ff7976 0%, #ff0809 46%, #db0102 55%, #fe0000 100%);
	background: linear-gradient(to bottom, #ff7976 0%, #ff0809 46%, #db0102 55%, #fe0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7976', endColorstr='#fe0000', GradientType=0 );
}

.btn:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 16px;
	top: 14px;
	transition: border-color .3s ease;
}

.btn:hover{
	background: #ff7976;
	background: -moz-linear-gradient(top, #ff7976 0%, #ff7976 1%, #ff0809 46%, #ba0000 95%, #ba0000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff7976), color-stop(1%, #ff7976), color-stop(46%, #ff0809), color-stop(95%, #ba0000), color-stop(100%, #ba0000));
	background: -webkit-linear-gradient(top, #ff7976 0%, #ff7976 1%, #ff0809 46%, #ba0000 95%, #ba0000 100%);
	background: -o-linear-gradient(top, #ff7976 0%, #ff7976 1%, #ff0809 46%, #ba0000 95%, #ba0000 100%);
	background: -ms-linear-gradient(top, #ff7976 0%, #ff7976 1%, #ff0809 46%, #ba0000 95%, #ba0000 100%);
	background: linear-gradient(to bottom, #ff7976 0%, #ff7976 1%, #ff0809 46%, #ba0000 95%, #ba0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7976', endColorstr='#ba0000', GradientType=0 );
	color: #FFC200;
}

.btn:hover:before{
	border-color: transparent transparent transparent #FFC200;
}

.btn.no-arrow{
	padding: 0 12px 0 17px;
}

.btn.no-arrow:before{
	display: none;
}

.pull-right{
	float: right;

}

.pull-left{
	float: left;
	margin-right: 10px;
}

.line-through{
	text-decoration: line-through;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}