/* Yahoo! CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
    outline:none;
}
/* End of Yahoo! CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/17px Tahoma, Arial, sans-serif;
	height: 100%;
}
.wrapper {
	width: 100%;
	min-width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.fix-width-wrapper {
    margin: 0 auto;
    padding: 0 0 40px;
    width: 980px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 66px;
	background: url(../png/header-footer-bg.png) repeat 0 0 #000000;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 25px;
	color: #626262;
}

.content-top{
	position: relative;
}

.main-page .content-top .content-top-bg{
	width: 100%;
	height: 566px;
	background: url(../jpg/main-page-top-bg.jpg) no-repeat center 0 transparent;
	z-index: 2;
	position: relative;
}

.main-page .content-top:before{
	content: "";
	width: 50%;
	height: 566px;
	background: url(../jpg/main-page-top-bg-left.jpg) repeat-x center 0 transparent;
	position: absolute;
	left: 0;
	top: 0;
}

.main-page .content-top:after{
	content: "";
	width: 50%;
	height: 566px;
	background: url(../jpg/main-page-top-bg-right.jpg) repeat-x center 0 transparent;
	position: absolute;
	right: 0;
	top: 0;
}

.logo{
	float: left;
	margin: 10px 0 0 35px;
}

/*.phone{
	font-family: 'Kreon', serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 37.4px;
	float: right;
	line-height: 40px;
	margin: 14px 0 0;
	background: url(../images/phone-icon.png) no-repeat 0 0 transparent;
	padding: 0 0 0 66px;
}*/
.phone{
	font-family: 'Kreon', serif;
	font-weight: bold;
	color: #ffffff;
	font-size:18px;
	float: right;
	line-height: 40px;
	margin: 14px 0 0;
	background: url(../png/phone-icon-new.png) no-repeat 0 11px transparent;
	padding: 0 0 0 44px;
}

.content-top-bg .fix-width-wrapper div.top-links{
	width: 100%;
	clear: both;
	padding: 29px 0;
	position: relative;
}

.content-top .fix-width-wrapper div.main-page-top-content {
    float: right;
    text-align: center;
    width: 465px;
	padding: 35px 0 0;
}

.header-links{
	float: left;
	margin: 0 0 0 35px;
	cursor: pointer;
}

.header-links li{
	display: inline-block;
	background: url(../png/top-link-icons.png) no-repeat 0 0 transparent;
	height: 26px;
	width: 26px;
	margin: 0 10px 0 0;
}

.header-links li#login{
	background-position: 0 0;
}

.header-links li#contact{
	background-position: -29px 0;
}

.header-links li#search{
	background-position: -58px 0;
}

#contact a{
	display: inline-block;
	width: 16px;
	height: 16px;
	text-decoration: none;
}

.main-menu{
	/*float: right;*/
}

.main-menu li{
	display: inline-block;
	margin: 0 0 0 9px;
}

.main-menu li a {
    background: url("../png/main-menu-li-bg.png") no-repeat scroll right 0 transparent;
    color: #0d0d0d;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    line-height: 15px;
    padding: 0 22px 0 0;	
    text-decoration: none;
}

.main-menu li.active a,
.main-menu li:hover a {
    background-position: right -41px;
}

.main-page h3 {
    color: #636363;
    font-size: 20.2px;
    line-height: 40px;
    margin: 20px 0 0;
}

p.slogan {
    background: url("../png/the-next-dimension-of-scanning-bg.png") no-repeat scroll 0 0 transparent;
    cursor: text;
    display: inline-block;
    height: 116px;
    margin: 0 0 35px;
    width: 378px;
}

p.slogan span{
	margin-left: -9999px;
}

.main-page .free-trial-btn {
    background: url("../png/btns-free-buy.png") no-repeat scroll 0 0 transparent;
    color: #ffffff;
    display: inline-block;
    font-size: 27px;
    font-weight: bold;
    height: 93px;
    line-height: 88px;
    padding-left: 35px;
    text-decoration: none;
    text-shadow: 0 3px 1px #3e8e00;
    width: 195px;
	font-family: 'Kreon', serif;
	text-align: left;
}
.main-page .free-trial-btn:hover {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;}

.main-page .buy-now-btn {
    background: url("../png/btns-free-buy.png") no-repeat scroll -236px 0 transparent;
    color: #ffffff;
    display: inline-block;
    font-family: 'Kreon', serif;
    font-size: 27px;
    font-weight: bold;
    height: 93px;
    line-height: 88px;
    padding-left: 80px;
    text-decoration: none;
    text-shadow: 0 3px 1px #3189c0;
    width: 150px;
	text-align: left;
}
.main-page .buy-now-btn:hover {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;}
.main-page .content-top-bg .description {
    border-right: 1px solid #a0a0a0;
    color: #636363;
    display: inline-block;
    font-size: 16px;
    height: 105px;
    margin-right: 15px;
    margin-top: 62px;
    padding: 0 25px 0 0;
    text-align: right;
    width: 285px;
    line-height:22px;
}

h1, h2{
    color: #626262;
    font-size: 32.5px;
    line-height: 105px;
}

.main-page h1, .main-page  h2{
    padding: 0 0 0 35px;
}


h4 {
    font-size: 18px;
    line-height: 50px;
	color: #626262;
}

p{
	color: #626262;
    font-size: 16px;
    line-height: 17px;
}

.main-page .content-main ul{
    float: left;
}

.main-page .content-main ul li {
    background: url("../png/list-style-green-chek.png") no-repeat scroll 0 3px transparent;
    color: #626262;
    font-size: 15px;
    line-height: 17px;
    padding: 6px 0 10px 38px;
}

.main-page .content-main img {
    float: right;
}
.green-small-btn:hover {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;}
.green-small-btn {
    background: url("../png/small-green-blue-btns.png") no-repeat scroll 0 0 transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    line-height: 53px;
    margin-bottom: -30px;
    padding: 0 0 0 18px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 3px 1px #3e8e00;
    width: 116px;
    z-index: 2;
	display: inline-block;
	font-family: 'Kreon', serif;
}

.green-small-btn.free-trial{
	padding: 0 0 0 28px;
	width: 106px;
}

.main-page .green-small-btn {
    clear: right;
    float: right;
}

.blue-small-btn:hover {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;}
.blue-small-btn {
    background: url("../png/small-green-blue-btns.png") no-repeat scroll right 0 transparent;
    clear: right;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    line-height: 53px;
    margin-bottom: -30px;
    padding: 0 0 0 48px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 3px 1px #0d76ae;
    width: 86px;
    z-index: 2;
	font-family: 'Kreon', serif;
}

.grey-gradient {
    background: url("../png/grey-horisontal-gradient.png") repeat-y scroll center 0 #f0f0f0;
    border-top: 1px solid #e5e3e3;
	border-bottom: 1px solid #e5e3e3;
    display: inline-block;
    width: 100%;
}

.main-page .grey-gradient p{
    padding: 0 0 0 35px;
	color: #626262;
    font-size: 16px;
    line-height: 22px;
}

/* Inner Page Styles
-----------------------------------------------------------------------------*/

.inner-page .content-top-bg{
	background: url("../png/inner-page-top-bg.png") repeat-y scroll center 0 #afc1c4;
	height: 446px;
}

p.risk-free-label{
	background: url("../png/risk-free-90-day-trial-bg.png") no-repeat scroll 0 0 transparent;
    cursor: text;
    display: inline-block;
    height: 55px;
    margin: 3px 0;
    width: 149px;
}

p.risk-free-label span{
	margin-left: -9999px;
}

.top-hackerproof-block {
    float: left;
    margin: 80px 0 0 35px;
    text-align: center;
    width: 470px;
}

.hackerproof-includes-block {
    background: url("../png/hackerproof-includes-bg.png") repeat-x scroll 0 0 transparent;
    border-radius: 8px;
    float: right;
    height: 296px;
    margin: 60px 0 0;
    padding: 16px 10px 16px 16px;
    width: 218px;
}

.hackerproof-includes-block h4 {
    color: #ffffff;
	font-weight: bold;
	font-size: 16.6px;
	line-height: 17px;
}

.hackerproof-includes-block ul {
    list-style: disc outside none;
	padding: 10px 0 0 13px;
}

.hackerproof-includes-block li {
    color: #4ebf0e;
	font-weight: bold;
	font-size: 16px;
	margin: 18px 0 0;
	line-height: 15px;
}

.hackerproof-includes-block li span{
    color: #ffffff;
	display: block;
	font-weight: normal;
}


.top-hackerproof-block h3 {
    color: #636363;
    float: left;
    font-size: 20.7px;
    line-height: 31px;
    text-align: right;
}

.hackerproof-includes-block div {
    margin: 35px 0 0 -30px;
    width: 275px;
}

.blue-small-btn.watch-now{
	padding: 0 0 0 43px;
	width: 91px;
}

.list-style-green-chek li{
	padding: 3px 0 10px 34px;
	background: url("../png/list-style-green-chek.png") no-repeat scroll 0 0 transparent;
	color: #626262;
    font-size:16px;
}

.list-style-green-chek{
	width: 655px;
}

.why-trustmarks {
    background: url("../jpg/why-trustmarks-block-bg.jpg") no-repeat scroll 0 0 transparent;
    float: right;
    height: 183px;
    margin-top: -184px;
    position: relative;
    width: 284px;
}

.why-trustmarks .blue-small-btn.watch-now {
    bottom: 3px;
    position: absolute;
    right: 5px;
}

.question {
    color: #626262;
	background: url("../png/question-green-style.png") no-repeat scroll 0 14px transparent;
	padding: 0 0 10px 34px;
}

.question h4 {
	font-size: 18px;
	line-height: 50px;
}

.left-top-padding {
    padding: 25px 0 40px 34px;
    width: 946px;
}

.style-1 h1{
    padding: 0 0 0 34px;
}

.style-1 h2,
.style-1 h4,
.style-1 p{
    padding: 0 0 0 34px;
	width: 655px;
}

.style-1 ul{
    padding-top: 15px; 
}

.style-1 li{
    margin-top: 10px; 
}

.blue-small-btn.sign-up-now{
    float: right;
    margin-top: -30px;
    padding: 0 0 0 43px;
    width: 91px;
}

.grey-gradient.bottom-position{
	min-height: 80px;
	border-bottom: 0 none;
}


.green-small-btn.sign-up-now {
    float: right;
    font-size: 16px;
    margin-top: -30px;
    padding: 0 0 0 11px;
    width: 124px;
}

.blue-small-btn.buy-now {
    float: right;
    margin-top: -30px;
    padding: 0 0 0 43px;
    width: 91px;
}

strong{
	font-weight: bold;
}

.list-style-green-icons{
    width: 655px;
	margin: 30px 0 0;
}

.list-style-green-icons li {
    background: url("../png/list-style-icons.png") no-repeat scroll 0 0 transparent;
    color: #626262;
    padding: 6px 0 25px 65px;
    font-size:15px;
    line-height:normal;
}

.list-style-green-icons li.second{
    background-position: 0 -104px;
}

.list-style-green-icons li.third{
    background-position: 0 -205px;
}

.list-style-green-icons li.forth{
    background-position: 0 -305px;
}

.list-style-green-icons li.fifth{
    background-position: 0 -417px;
}

.list-style-green-chek.style2{
	width: 100%;
}

.list-style-green-chek.style2 img {
    display: block;
    margin: 20px 0;
}

.green{
    color: #70cb00;
}

.style-1 .list-style-none-with-padding li{
	margin-top: 0;	
}

.list-style-none-with-padding{
	padding: 15px 0 15px 34px;
}

.style-3 h1,
.style-3 h2,
.style-3 h4,
.style-3 p{
    padding: 0 0 0 34px;
}

.style-4 h4{
	line-height: 22px;
	padding-bottom: 25px;
}

.comodo-secured-labels{
	float: right;
	display: inline-block;
	width: 153px;
	margin: -160px 0 0;
}

.comodo-secured-labels img{
	display: block;
}

.fix-width-wrapper:after{
	content: "";
	width: 100%;
	display: inline-block;
}

.footer .fix-width-wrapper:after{
	content: none;
}

button.green-small-btn.submit {
    border: 0 none;
    bottom: -53px;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    padding: 0 0 2px 23px;
    position: absolute;
    right: 43px;
    text-align: left;
    width: 137px;
}

#company-details{
	position: relative;
}

#company-details input,
.order-step-4 input {
    border: 1px solid #b6bbc1;
    border-radius: 4px;
    box-shadow: 1px 3px 3px #e6e8ec inset;
    height: 55px;
    margin: 22px 44px;
    width: 353px;
	color: #8c949f;
	padding: 0 21px;
	font-size: 14px;
	font: 14px/55px Tahoma, Arial, sans-serif;
}


.order-step-4 select {
    border: 1px solid #b6bbc1;
    border-radius: 4px;
    box-shadow: 1px 3px 3px #e6e8ec inset;
    height: 55px;
    margin: 22px 44px;
    width: 400px;
	color: #8c949f;
	padding: 15px 21px 0;
	font-size: 14px;
	font: 14px/55px Tahoma, Arial, sans-serif;
}

.top-contact-block {
	padding: 65px 0 0;

}

.top-contact-text {
    float: left;
    text-align: right;
    width: 470px;
	margin: 65px 0 0;
}

.top-contact-block img{
	float: right;
}

.questions-title {
    background: url("../png/questions-bg.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 33px;
    width: 178px;
}

.questions-title span {
    display: block;
    margin-left: -9999px;
    width: 100px;
}


.top-contact-block .phone {
    background: none repeat scroll 0 0 transparent;
	clear: right;
    color: #636363;
    display: block;
    float: right;
    font-family: 'Kreon',serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 235px;
}

.top-contact-block .phone .green {
    color: #3ea600;
    float: left;
    font: 14px/26px Tahoma,Arial,sans-serif;
}

.top-contact-block  h3{
	color: #636363;
	font-size: 20.7px;
	line-height: 40px;
}

.contact-page p{
	color: #626262;
    font-size: 18px;
    line-height: 22px;
}

.contact-page .style-1 h2, .contact-page  .style-1 h4, .contact-page  .style-1 p {
    width: 100%;
}

.contact-page .grey-gradient{
	margin-bottom: 55px;
}

.green-small-btn.buy-now{
	float: right;
	margin-top: -30px;
	padding: 0 0 0 28px;
	width: 106px;
}



.pop-up{
	width: 100%;
	height: 100%;
	background: url("../png/overlay.png") repeat scroll 0 0 transparent;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	text-align: center;
	min-height: 500px;
}

.pop-up-window {
    background-color: #ffffff;
    border-radius: 13px 13px 0 0;
    color: #000000;
    display: block;
    height: auto;
    left: 50%;
    margin: -250px 0 0 -222px;
    padding: 0 0 55px;
    position: relative;
    top: 50%;
    width: 444px;
}

.pop-up-window h4 {
    background: url("../png/hackerproof-includes-bg.png") repeat-x scroll 0 -1px transparent;
    border: 2px solid #000000;
    border-radius: 11px 11px 0 0;
    color: #70cb00;
    font-family: 'Kreon',serif;
    font-size: 20px;
    line-height: 20px;
    padding: 13px 0 9px;
}

.pop-up-window h5{
	color: #000000;
	font-size: 18px;
	padding: 22px 0;
}

.pop-up-window .pop-up-window-content{
	padding: 0 30px;
	font-family: Trebuchet MS,serif;
}

.pop-up-window p{
	color: #000000;
}

.pop-up-btns {
    bottom: -5px;
    position: absolute;
    width: 100%;
}

.green-small-btn.back{
	width: 90px;
	padding: 0 0 0 44px;
	text-align: left;
	font-size: 16px;
}

.blue-small-btn.support{
	width: 106px;
	padding: 0 0 0 28px;
	font-size: 16px;
}

.search-submit{
	background: url("../png/search-submit-bg.png") no-repeat scroll 0 center transparent;
}

#search-form {
    left: 5px;
    position: absolute;
    top: 23px;
	display: none;
	height: 32px;
}

#search-form span {
    position: relative;
	display: inline-block;
	height: 32px;
	width: 180px;
	
}

#search-form input[type="text"] {
    border: 1px solid #d7d7d7;
	border-radius: 16px;
	height: 32px;
	padding: 0 32px 0 12px;
	width: 136px;
	position: absolute;
}

#search-form input[type="submit"] {
    background: url("../png/search-submit-bg.png") no-repeat scroll 0 center transparent;
	height: 32px;
	width: 27px;
	border: 0 none;
	cursor: pointer;
	position: absolute;
	right: 0;
}

#login-form{
	background: url("../png/header-footer-bg.png") repeat scroll 0 0 #000000;
	display: none;
	position: absolute;
	padding: 14px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
	color: #ffffff;
	right:194px;
	top:-45px;
}
.login-box {
    border: 0 none;
    border-radius: 3px;
    color: #8c949f;
    display: block;
    height: 43px;
    margin-bottom: 14px;
    padding: 0 15px;
    width: 258px;
}

#login-form input[type="text"],
#login-form input[type="email"]{
	width: 258px;
	height: 43px;
	border-radius: 3px;
	color: #8c949f;
	border: 0 none;
	display: block;
	margin-bottom: 14px;
	padding: 0 15px;
}

#login-form a{
	color: #ffffff;
	display: block;
	font-size: 10px;
	margin: 5px 0 5px 2px;
	display: block;
}

#login-form span span{
	margin: 0 0 0 15px;
	font-size: 14px;
}

#login-form .green-small-btn.submit{
	border: 0 none;
    bottom: 7px;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    padding: 0 0 2px 23px;
    position: absolute;
    right: 10px;
    text-align: left;
    width: 137px;
}


.top-order-text {
    float: right;
    margin: 40px 30px 0 0;
    text-align: right;
}

.top-order-text .order-title{	
	background: url("../png/order-title-bg.png") no-repeat scroll 0 center transparent;
	width: 474px;
	height: 66px;
	display: inline-block;
}

.top-order-text .order-title span {
    float: left;
    margin-left: -9999px;
}

.top-order-text ul{
	
}

.top-order-text ul li {
    background: url("../png/list-style-green-chek.png") no-repeat scroll right 0 transparent;
    margin: 0 0 7px;
    padding: 3px 34px 10px 0;
}

.top-order-text h4 {
    line-height: 80px;
}

.top-order-block img{
	margin: 110px 0 0 60px;
}

.order-steps{
	margin: 40px 0 0;
}

.order-steps div {
    display: inline-block;
    margin: 0 5px 0 0;
}

.order-steps div span {
    background: url("../png/order-step-bg.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    font-size: 17px;
    height: 44px;
    line-height: 42px;
    margin: 0;
    padding: 0 0 0 17px;
    width: 30px;
}

.order-steps div.active span {
    background-position: 0 -79px;
    color: #ffffff;
}

.order-steps div.passed span {
    background-position: 0 -162px;
    color: #ffffff;
}

.order-steps div p{
	display: inline;
    margin: 0;
    padding: 0;
	font-size: 18px;
	line-height: 44px;
}

.blue-small-btn.next {
    border: 0 none;
    bottom: -35px;
    cursor: pointer;
    float: right;
    margin-top: -30px;
    padding: 0 0 0 13px;
    position: absolute;
    right: 0;
    width: 135px;
	font-size: 20px;
}

#order-form{
	position: relative;
}

#order-form span{
	font-size: 18px;
	display: inline-block;
	line-height: 60px;
}

#order-form span span{
	width: 130px;
	margin: 0 0 0 45px;
}

#order-form input{
	margin: 0 0 0 34px;
}

.order-page .fix-width-wrapper{
	padding: 0 0 20px;
}

.order-page .grey-gradient{
	margin: 0 0 80px;
}

.agreement-wrapper{
	height: 400px;
	overflow: auto;
	border: 1px solid #b6bbc1;
    border-radius: 4px;
    box-shadow: 1px 3px 3px #e6e8ec inset;
    width: 918px;
	color: #8c949f;
	padding: 21px;
	margin-bottom: 20px;
}

pre {
    color: #626262;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
}

.form-buttons button{
	border: 0 none;
	cursor: pointer;
}

.blue-small-btn.decline {
    background: url("../png/small-blue-green-btns.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 20px;
    height: 55px;
    line-height: 48px;
    padding: 0 0 12px 18px;
    text-align: left;
    width: 133px;
}

.green-small-btn.accept {
    background: url("../png/small-blue-green-btns.png") no-repeat scroll right 0 transparent;
	float: left;
	height: 55px;
	line-height: 48px;
    font-size: 20px;
    padding: 0 0 12px 52px;
    text-align: left;
    width: 133px;
}

.order-step-3 input{
	border: 1px solid #b6bbc1;
    border-radius: 4px;
    box-shadow: 1px 3px 3px #e6e8ec inset;
    color: #8c949f;
    font: 14px/55px Tahoma,Arial,sans-serif;
    height: 55px;
    padding: 0 21px;
    width: 353px;
}

.input-row {
    display: inline-block;
    margin: 30px 0 0;
    padding: 0 20px;
    width: 930px;
}

.input-row span{
	font-size: 18px;
	line-height: 55px;
}

.input-row input{
	float: right;
}

.order-page-3 h2 + p {
    font-size: 18px;
    line-height: 32px;
}

.order-page-3 h3{
	font-size: 24px;
	line-height: 85px;
	padding: 20px 0 0;
}

.order-page-3 .grey-gradient.last {
	height: 88px;
	
}

.order-step-3{
	position: relative;
}

.form-buttons {
    bottom: -55px;
    position: absolute;
    right: 10px;
}

.card-details {
    padding: 0;
    position: relative;
}

.card-details h4 {
    background: url("../png/card-details-bg.png") no-repeat scroll 0 bottom transparent;
    line-height: 120px;
    margin: 0 0 0 45px;
    padding: 0 0 20px;
}

.card-details input{
	display: block;
}

.ccv, .expiration-date {
    float: left;
}

.ccv span{
	margin: 0 0 0 45px;
	font-size: 18px;
}

.ccv input{
	width: 58px;
}

.expiration-date span:first-child {
    display: block;
    font-size: 18px;
    margin: 0 0 1px 45px;
}

.expiration-date select {
    border: 1px solid #b6bbc1;
    border-radius: 4px;
    box-shadow: 1px 3px 3px #e6e8ec inset;
    color: #8c949f;
    font: 14px/55px Tahoma,Arial,sans-serif;
    height: 55px;
    margin: 22px 18px;
    padding: 17px 21px;
}

.card-details img {
    border: 0 none;
    float: right;
    margin: 15px 100px 0;
}

.blue-small-btn.next{
	height: 55px;
	line-height: 53px;
    font-size: 20px;
    padding: 0 0 12px 52px;
    text-align: left;
    width: 133px;
	border: 0 none;
	bottom: 0;
}

.order-step-4{
	position: relative;
}

.order-page-5 p {
    font-size: 18px;
    line-height: 22px;
}

.user-greeting {
    background: url("../png/hackerproof-includes-bg.png") repeat-x scroll 0 0 transparent;
    border-radius: 0 0 9px 60px;
    color: #ffffff;
    display: block;
    float: right;
    line-height: 45px;
    padding: 0 0 0 60px;
    width: auto;
}

#user-name:after{
	content: "";
    background: url("../png/top-link-icons.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    margin: 0 25px 0 50px;
	width: 16px;
}

.order-page-5 .fix-width-wrapper {
    position: relative;
}

.order-page-5 h2{
	padding: 40px 0 40px 34px;
	line-height: 40px;
}

.order-page-5 .product{
	width: 49%;
	float: left;
}

.order-page-5 .value{
	width: 49%;
	float: right;
	text-align: right;
}

.order-page-5 .total-value{
	text-align: right;
}

.order-page-5 .total-value h4,
.order-page-5 .total-value p{
	display: inline;
}

.order-page-5 .total-value p{
	font-weight: bold;
}

.order-page-5 h4{
	color: #70cb00;
}

.order-page-5 .blue-small-btn.next {
    padding: 0 0 12px 42px;
	line-height: 52px;
}



/* CSS Document */
label {padding-left: 45px;}
.day{width: 75px !important;}
.year{width: 100px !important;}
.invalid{border: 2px solid red !important;}
.valid{border: 2px solid green !important;}


.order-form2 input[type='text']{ height:57px; width:397px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border:1px solid #B6BBC1;background-color:#FFFFFF; padding-left:20px;}
.order-form2 input[type='password']{ height:57px; width:397px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border:1px solid #B6BBC1;background-color:#FFFFFF; padding-left:20px;}
.fl{float:left!important}
.fr{float:right !important}
.clear{clear:both !important}

.f24px{font-size:24px !important}
.f18px{font-size:18px !important}
.f14px{font-size:14px;}

.w100px{width:100px !important;}
.w445px{width:445px !important}
.w490px{width:490px !important}
.w465px{width:465px !important}


.h100px{height:100px !important;}


.lh15px{line-height:15px !important;}


.pt40px{padding-top:40px !important;}
.pb40px{padding-bottom:40px !important}
.pl40px{padding-left:40px !important}
.pb0px{padding-bottom:0px !important;}
.pb15px{padding-bottom:15px !important;}
.pb20px{padding-bottom:20px !important;}
.pt25px{padding-top:25px !important;}


.m0px{margin:0px !important;}
.mb0px{margin-bottom:0px !important;}
.mt17px{margin-top:17px !important;}
.mt23px{margin-top:23px !important;}
.mt30px{margin-top:30px !important;}
.mb30px{margin-bottom:30px !important;}
.mb40px{margin-bottom:40px !important;}


#agreement{width:900px; height:100px;margin-left: 30px;;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border:1px solid #B6BBC1;background-color:#ffffff;}
.agreement-inside{padding:10px;}


/* Base for label styling */
[type="checkbox"]:not(:checked),[type="checkbox"]:checked {position: absolute;left: -9999px;}
[type="checkbox"]:not(:checked) + label,[type="checkbox"]:checked + label {position: relative;padding-left: 25px;cursor: pointer;}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,[type="checkbox"]:checked + label:before {content: '';position: absolute;left:0; top: 2px;width: 17px; height: 17px;border: 1px solid #aaa;background: #f8f8f8;border-radius: 3px;box-shadow: inset 0 1px 3px rgba(0,0,0,.3)}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,[type="checkbox"]:checked + label:after {content: "\2714";position: absolute;top: 0;left: 4px;font-size: 14px;color: #09ad7e;transition: all .2s;}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {opacity: 0; transform: scale(0);}
[type="checkbox"]:checked + label:after {opacity: 1;transform: scale(1);}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,[type="checkbox"]:disabled:checked + label:before {box-shadow: none;border-color: #bbb;background-color: #ddd;}
[type="checkbox"]:disabled:checked + label:after {color: #999;}
[type="checkbox"]:disabled + label {color: #aaa;}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,[type="checkbox"]:not(:checked):focus + label:before {border: 1px dotted blue;}



/* Button */
.next-button{background: url("../png/small-green-blue-btns.png") no-repeat scroll right 0 transparent;border:none;clear: right;color: #ffffff; display: inline-block;font-family: 'Kreon',serif;font-size: 15px;font-weight: 700;height: 56px;line-height: 53px;margin-left: 844px;margin-top:-30px;padding: 0 0 0 48px;position:absolute;text-decoration: none;width: 134px;z-index: 2;}
.next-button span{text-shadow: 0 3px 1px #0d76ae;}


.inp-disable{background-color:#F7F7F7 !important;}

.inp-vat{margin-left: 215px;position: absolute; display:none;}

#agree-check{height: 70px;margin-top: 10px;}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -25px auto 0;
	min-width: 980px;
	height: 25px;
	background: url(../png/header-footer-bg.png) repeat 0 0 #000000;
	position: relative;
	color: #ffffff;
	font-size: 10px;
	line-height: 25px;
	text-align: center;
}

.footer p{
	color: #ffffff;
	font-size: 10px;
	line-height: 25px;
	text-align: center;
}

.footer .fix-width-wrapper {
    padding: 0;
}

.index-h1{color: #636363;font-size: 20.2px;line-height:39px;margin:0px 0 0; padding:0px !important;}
.index-h3{padding: 0 0 0 35px !important;color: #626262 !important;font-size: 32.5px !important;line-height: 105px !important;margin:0px !important;}
.contact-label{display: block;width: 145px;}
.menu{width:980px;}
.menu ul{ width:100%; margin:auto!important;}

@media screen and (max-width: 767px) {
    .header {
        height: auto;
        width: 100%;
        float: left;
    }
    .logo {
        margin: 0;
    }
    .content.inner-page,
    .content-top,
    .contact-page {
        width: 100%;
        float: left;
    }
    .wrapper,
    .fix-width-wrapper {
        min-width: auto;
    }
    #login, .phone, .header-links {
        display: none !important;
    }
    .content-top-bg .fix-width-wrapper div.top-links {
        padding: 15px 0;
        box-sizing: border-box;
    }
    .menu, .menu ul {
        width: 100%;
    }
    .main-menu li {
        display: block;
        margin: 0 0 5px;
    }
    .main-menu li a {
        display: block;
    }
    .top-contact-block {
        padding: 0;
    }
    .top-contact-text {
        width: 100%;
        margin: 20px 0 0;
        padding: 0 15px;
        box-sizing: border-box;
        text-align: center;
    }
    .top-contact-block img {
        max-width: 100%;
    }
    .fix-width-wrapper {
        padding: 15px;
        width: 100%;
        float: left;
        box-sizing: border-box;
    }
    .fix-width-wrapper::after {
        display: none;
    }
    .style-1 h1 {
        padding: 0;
        line-height: 34px;
        font-size: 22px;
    }
    .style-1 h1 + p {
        padding: 0;
        margin-top: 10px;
    }
    .grey-gradient * {
        box-sizing: border-box;
    }
    .grey-gradient .contact-label {
        padding: 0;
    }
    #company-details input, .order-step-4 input {
        margin: 22px 0;
        width: 100%;
    }
    .footer {
        width: 100%;
        float: left;
        min-width: auto;
        height: auto;
        margin-top: 20px;
    }
    .footer p {
        line-height: 18px;
    }
}
