/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 16px/22px 'Roboto', Arial, sans-serif;
	width: 100%;
}
.strong {
	font-weight:bold;
}
.wrapper {
	max-width: 1470px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow-x:hidden;
}

body{
	background: url("https://www.comodo.com/home/cisuiupgrade/images/bg.jpg") no-repeat center top #ffffff;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,900,100,500);


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 55px;
	background: rgba(0, 0, 0, 0.33);
	position: absolute;
	width: 100%;
}

.logo {
    display: inline-block;
    margin: 15px 0 0 122px;
}

.phone {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: 100;
    margin: 8px;
}
.phone > img{float: left;}
.phone > div{float: left;width: 180px;}
.phone > div > p.number {font-size: 25px;padding: 5px 10px 0;}
.phone > div > p {font-size: 14px;padding-left: 4px;}
.phone > p{clear:both;font-size: 14px;}


/* Middle
-----------------------------------------------------------------------------*/

h1{
	font-size: 35px;
	font-weight: 300;
	line-height: 43px;
}

table{
	width: 100%;
}

td{
	vertical-align: top;
	text-align: center;
	width: 220px;
}

tr td:first-child{
	text-align: left;
	width: 380px;
}

.top_content{
	min-height: 435px;
	background: rgba(0, 0, 0, 0.33);
	color: #ffffff;
	padding: 55px 122px 0;
}

.discount{
	line-height: 60px;
	font-weight: 900;
	color: #bfe466;
	font-size: 35px;
}

.top_content td p{
	font-size: 16px;
	font-weight: 300;
}

.price{
	height: 60px;
	padding: 10px 0 0;
}

.top_content td.antivirus_advanced .price{
	font-size: 21px;
	font-weight: 900;
	/*color: #f0e117;*/
	line-height: 25px;
}

.top_content td.is_premium .price{
	font-size: 21px;
	font-weight: 900;
	/*color: #f0e117;*/
	line-height: 25px;
}

.top_content td.antivirus_advanced .price span {
  /* color: #d8d8d7;*/
    font-size: 17px;
    font-weight: 300;
    text-decoration: line-through;
}


.top_content td.is_premium .price span {
  /* color: #d8d8d7;*/
    font-size: 17px;
    font-weight: 300;
    text-decoration: line-through;
}

.antivirus_advanced .btn{
	color: #333333;
	font-weight: 400;
	border: 1px solid #aeaeae;
	background-color: #dddddd;
	background: linear-gradient(#eeeeee, #cecece);
}


.is_premium .btn{
	color: #333333;
	font-weight: 400;
	border: 1px solid #aeaeae;
	background-color: #dddddd;
	background: linear-gradient(#eeeeee, #cecece);
}



.top_content td.is_complete .price{
	font-size: 21px;
	font-weight: 900;
	color: #bfe466;
	line-height: 25px;
}

.top_content td.is_complete .price span {
    color: #d8d8d7;
    font-size: 17px;
    font-weight: 300;
    text-decoration: line-through;
}

.top_content td.geekbuddy .price{
	font-size: 21px;
	font-weight: 900;
}

.top_content td ul{	
	margin: 35px 0 0;
	font-size: 16px;
	font-weight: 300;
}

.top_content td ul li{
	padding: 0 0 0 26px;
	background: url("https://www.comodo.com/home/cisuiupgrade/images/white-check.png") no-repeat 0 center transparent;
	line-height: 32px;
}

.btn{
	display: inline-block;
	width: 150px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
}
.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;
}

.is_complete .btn{
	color: #000000;
	font-weight: 900;
	border: 1px solid #166404;
	background-color: #9ad44e;
	background: linear-gradient(#c0e567, #67be2c);
}

.geekbuddy .btn{
	color: #333333;
	font-weight: 400;
	border: 1px solid #aeaeae;
	background-color: #dddddd;
	background: linear-gradient(#eeeeee, #cecece);
}

.content {
}

.table_content{
	background-color: #ffffff;
	color: #666666;
	margin: 0 0 17px;
	border: 1px solid #ececec;
	border-bottom: 2px solid #ececec;
}

.table_content > div{
	padding: 0 122px;
}

.table_content h2{
	padding: 0 122px;
	color: #000000;
	font-size: 17px;
	font-weight: 500;
	line-height: 52px;
	border: 1px solid #f4f4f4;
	border-bottom: 2px solid #d2d2d2;
	background-color: #fbfbfb;
	background: linear-gradient(#ffffff, #f2f2f2);
}

.table_content td {
	padding: 5px 0px;
	line-height: 21px;
	font-size:16px;
}

.table_content tr{
	border-top: 1px solid #e5e5e5;
	line-height: 29px;
}

.table_content tr img {
    position: relative;
    top: 4px;
}

.table_content tr:first-child{
	border-top: 0 none;
}

.table_content .is_complete p, .table_content .geekbuddy p, .table_content .is_premium p{
	line-height: 18px;
	font-size: 15px;
    font-weight: bold;
	color: #000000;
	padding: 30px 0 20px;
}

.table_content.last{
	border: 0 none;
	padding-bottom: 110px;
	background: url("https://www.comodo.com/home/cisuiupgrade/images/bg-bottom.jpg") no-repeat bottom center transparent;
}

.slider{
	width: 950px;
	margin: 0 auto;
	height: 140px;
}

.quote{
	width: 950px;
	margin: 0 auto;
}

.quote p{
	width: 560px;
	float: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	text-align: right;
	padding-right: 10px;
}

.quote p span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    text-align: right;
    width: 560px;
    padding-right: 10px;
}

.quote img{
	float: left;
    padding-left: 10px;
}

.footer-icons {
    display: inline-block;
    text-align: center;
    width: 100%;
	margin: 20px 0 110px;
}

.footer-icons img{
	display: inline-block;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 55px;
	text-align:center;
	font-size:14px;
}

.footer p{
	font: 16px/20px Arial, sans-serif;
	color: #545454;	
}


