@charset "utf-8";
/* CSS Document */

/* GENERAL */

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #595959;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0
}

img {
	border: none;
}

a {
	outline: none;
}
/*
#wrapper {
	width: 980px;
	margin: 0 auto;
}
*/
.clear {
	clear: both;
	height: 0;
}

/* HEADER */

#header {
	width: 980px;
	height: 58px;
	border-bottom: solid 2px #b0263d;
	padding-top: 20px;
}

	#header #logo {
		width: 207px;
		float: left;
		/*margin: 20px 0 0 20px;*/
		/*padding-top: 20px;*/
	}

	#header #search {
		width: 773px;
		float: left;
		/*padding: 20px 0 0 273px;
		padding-top: 20px;*/
	}

		#header #search .inpsearch {
			display: block;
			width: 425px;
			height: 24px;
			float: right;
			border: none;
			background: url(../images/search-bg.jpg) no-repeat left top;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			color: #595959;
			padding: 6px 6px 0 6px;
		}

    #searchbtn, #refsearchbtn{
		display: block;
		float: right;
    	cursor: pointer;
    	margin-left: 1px;
    }

/* SUBHEADER */

#subheader {
	width: 980px;
	height: 50px;
	background: url(../images/subheader-bg.jpg) no-repeat left top;
}

	#subheader #txt {
		width: 290px;
		height: 50px;
		float: left;
		line-height: 50px;
		color: #fff;
		font-size: 16px;
		padding-left: 20px;
	}

	#subheader #sel {
		width: 670px;
		height: 50px;
		padding-top: 12px;
		float: left;
	}

		#subheader #sel select {
			display: block;
			width: 180px;
			height: 25px;
			float: left;
			padding: 3px;
			border: solid 1px #c8c8c8;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			margin-right: 10px;
		}

    #subheader #sel #gotoHelper{
      cursor : default;
    }

/* SEARCHSTATS */

#searchstats {
	height: auto;
	border-bottom: solid 1px #c8c8c8;
	padding: 20px 0 20px 10px;
	background-color: #efefef;
}

#searchstats #magnify {
	width: 5%;
	float: left;
}

#searchstats #details {
	width: 95%;
	float: left;
}

		#searchstats #details h1 {
			width: 200px;
			font-size: 19px;
			color: #000;
			float: left;
			font-weight: normal;
		}

		#searchstats #details .inputbox {
			display: block;
			width: 515px;
			height: 24px;
			float: left;
			border: solid 1px #c8c8c8;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			color: #595959;
			padding: 6px 6px 0 6px;
		}

		#searchstats #details #refsearchbtn {
			display: block;
			float: left;
			margin-top: 5px;
		}

		#searchstats #details select {
			display: block;
			/*width: 165px;*/
			float: left;
			padding: 2px;
			border: solid 1px #c8c8c8;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			margin: 10px 10px 0 0;
		}

		#searchstats #details select.spacer {
			margin-left: 256px;
		}


/* BREADCRUMBS */

#breadcrumbs {
	width: 1070px;
	border-bottom: solid 2px #c8c8c8;
	padding: 20px 0;
	background-color: #efefef;
}

	#breadcrumbs #logoprod {
		width: 75px;
		height: 64px;
		float: left;
	}

	#breadcrumbs #proddet {
		width: 1070px;
		float: left;
	}

		#breadcrumbs #proddet #proddetup {
			width: 905px;
		}

			#breadcrumbs #proddet #proddetup h1 {
				width: 425px;
				font-size: 22px;
				color: #000;
				float: left;
				font-weight: normal;
			}

			#breadcrumbs #proddet #proddetup h2 {
				width: 185px;
				font-size: 14px;
				float: left;
				font-style: italic;
				font-weight: normal;
				padding-right: 5px;
			}

			#breadcrumbs #proddet #proddetup #utils {
				width: 90px;
				float: left;
				text-align: right;
				padding-right: 10px;
				word-spacing: 5px;
			}

		#breadcrumbs #proddet #proddetbottom {
			width: 888px;
			float: left;
			line-height: 17px;
			font-size: 11px;
			border: solid 1px #c8c8c8;
			margin-top: 15px;
			padding-left: 5px;
			background-color: #fff;
		}

			#breadcrumbs #proddet #proddetbottom a {
				color: #477dc7;
				text-decoration: none;
			}

			#breadcrumbs #proddet #proddetbottom a:hover {
				color: #c41230;
			}


/* CONTENT */
/*
#content {
	width: 980px;
	float: left;
}
*/
.contentbg {
	background: url(../images/content-bg.jpg) repeat-y left top;
}

	#content #main {
		min-height: 600px;
		height: auto !important;
		height: 600px;
		float: left;
		/*margin-right: 20px;*/
		position: relative;
		padding-bottom: 35px;
	}

		#content #main #seltxt {
			height: 50px;
			line-height: 50px;
			font-size: 22px;
			color: #000;
			border-bottom: solid 1px #c8c8c8;
			margin-bottom: 8px;
		}

		#content #main #products {
			margin-top: 40px;
		}

			#content #main #products table td a {
				color: #477dc7;
				text-decoration: none;
			}

			#content #main #products table td a:hover {
				color: #c41230;
			}

			#content #main #products .prod {
				/*width: 220px;
				float: left;*/
				border-bottom: solid 1px #dedede;
				margin-bottom: 20px;
			}

			#content #main #products .mr {
				/*margin-right: 30px;*/
			}

				#content #main #products .prod h2 {
					/*width: 220px;*/
					height: 40px;
					font-size: 16px;
					font-weight: normal;
				}

					#content #main #products .prod h2 a {
						text-decoration: none;
						color: #595959;
					}

					#content #main #products .prod h2 a:hover {
						color: #477dc7;
					}

				#content #main #products .prod .prodlogo {
					/*width: 90px;
					height: 80px;*/
					float: left;
					width: auto;
					height: auto;
					margin-right: 12px;
				}

				#content #main #products .prod .prodlinks {
					width: 130px;
					height: 80px;
					float: left;
				}

					#content #main #products .prod .prodlinks a {
						display: block;
						font-size: 11px;
						color: #477dc7;
						font-weight: bold;
						padding-left: 10px;
						background: url(../images/sag.png) no-repeat left center;
						text-decoration: none;
						margin: 3px 0;
					}

					#content #main #products .prod .prodlinks a:hover {
						text-decoration: underline;
						color: #c41230;
					}

			#content #main #products table th {
				text-align: left;
				border-bottom: solid 2px #dedede;
			}

			#content #main #products table td {
				border-bottom: solid 1px #dedede;
			}

	#content #sidebar {
		/*width: 240px;
		float: left;*/
		width: 286px;
		padding-top: 20px;
	}

/* 		#content #sidebar #support-help {
			width: 230px;
			height: 177px;
			background: url(../images/support-help-bg.jpg) no-repeat left top;
			padding: 20px 0 0 10px;
			margin-bottom: 20px;
		}

			#content #sidebar #support-help h3 {
				font-size: 18px;
				color: #b9001f;
				margin-bottom: 15px;
				padding-left: 10px;
			}

			#content #sidebar #support-help h4 {
				font-size: 10px;
				line-height: 13px;
				color: #666;
				margin-bottom: 12px;
				padding-left: 10px;
			}

			#content #sidebar #support-help a {
				display: block;
				width: 220px;
				height: 41px;
				background: url(../images/trygb-btn.jpg) no-repeat left top;
				text-decoration: none;
			}

			#content #sidebar #support-help {
				width:240px;
				border: 1px solid #d4d4d4;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				padding: 1px;
			}*/
			.cta{ position:absolute; bottom:95px; text-align:center; left:30px;}
			.cta a{ text-transform:uppercase; background:#e0121a; border-radius:35px; text-align:center; display:inline-block; width:179px; margin:auto; padding:15px 0; font-size:18px; color:#FFFFFF; text-decoration:none; box-shadow:0px 0px 15px rgba(118,118,118,.9);}

			.cta a:hover{background:#ab0b11;}
            #content #sidebar #support-help .inner-content .banner-top,
            #content #sidebar #support-help .inner-content .banner-bottom {
                position: relative;
            }
            #content #sidebar #support-help .inner-content .banner-bottom .cta {
                bottom: 23px;
                left: 13px;
            }
            #content #sidebar #support-help .inner-content .banner-bottom .cta a {
                background: -webkit-linear-gradient(#25a717, #239d15, #1d8d11);
                background: -moz-linear-gradient(#25a717, #239d15, #1d8d11);
                background: -o-linear-gradient(#25a717, #239d15, #1d8d11);
                background: linear-gradient(#25a717, #239d15, #1d8d11);
                background-color: #1d8d11;
                border-radius: 6px;
                font-size: 15px;
                padding: 22px 12px;
                text-transform: capitalize;
                width: 100%;
                box-sizing: border-box;
                box-shadow: 0 0 7px rgba(118, 118, 118, 0.9);
            }
			#content #sidebar #support-help .inner-content{
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
                                position: relative;
			}
			#content #sidebar h3{
				font: normal 19px/28px Trebuchet MS, Arial;
				font-style: italic;
				color: #b9001f;
				margin-bottom: 10px;
			}
			#content #sidebar #support-help .inner-content .itarian_for_msp{
				height:530px;
				position:relative;
				background:url(../images/itarian-for-msp.png) no-repeat top right;
			}
			#content #sidebar #support-help .inner-content .top{
				height:872px;
				position:relative;
				/*background: #f3f3f3 url(../images/support-help-bg-top.jpg) no-repeat center top;*/
				background:url(../images/comodo-one-for-msp.png) no-repeat top left;
				padding: 30px  50px 0 18px;
			}
            #content #sidebar #support-help .inner-content .new-bottom{
				height:850px;
				position:relative;
				/*background: #f3f3f3 url(../images/support-help-bg-top.jpg) no-repeat center top;*/
				background:url(../images/cwatch-web-security.png) no-repeat top left;
				padding: 0;
			}
			#content #sidebar #support-help .inner-content .middle{
				padding: 18px;
				background-color: #f3f3f3;
				color: #666;
			}
			#content #sidebar #support-help .inner-content .bottom{
				padding: 0px;
				height: 261px;
				background: #f3f3f3 url(../images/support-help-bg-bottom.jpg) no-repeat center top;
				position: relative;
			}
			#content #sidebar #support-help .inner-content .phone{
				position: absolute;
				top: 208px;
				left: 64px;
				font: bold 20px Trebuchet MS, Arial;
				color: #397b10;
			}
			#content #sidebar #support-help .inner-content .btn-learn-more{
				display: block;
				width: 111px;
				height: 37px;
				background: url(../images/learn-more.png) no-repeat;
				position: absolute;
				top: 120px;
				left: 18px;
			}

	#content #menu {
		width: 240px;
		float: left;
		padding: 5px 10px 10px 0;
	}

	#content #maincont {
		width: 830px;
		min-height: 600px;
		height: auto !important;
		height: 600px;
		float: left;
		overflow: auto;
		padding: 10px 10px 10px 15px;
		text-align: justify;
	}

		#content #maincont a {
			color: #477dc7;
			text-decoration: none;
		}

		#content #maincont a:hover {
			color: #c41230;
		}

		#content #main h4 {
			margin-top: 20px;
		}

		#content #main .sres {
			/*width: 720px;*/
			margin: 20px 0;
			width:100%;
		}

			#content #main .sres a.topic {
				font-size: 14px;
				font-weight: bold;
				color: #477dc7;
				text-decoration: none;
			}

			#content #main .sres a.topic:hover {
				color: #c41230;
			}

			#content #main .sres a.links {
				font-size: 11px;
				font-weight: bold;
				color: #bfbfbf;
				text-decoration: none;
				word-break: break-word;
			}

			#content #main .sres a.links:hover {
				color: #000;
			}

		#content #main #pages {
			/*width: 700px;*/
			height: 25px;
			line-height: 25px;
			font-size: 11px;
			font-weight: bold;
			border: solid 1px #c8c8c8;
			margin: 15px 0;
			text-indent: 10px;
			position: absolute;
			left: 0;
			bottom: 0;
		}

			#content #main #pages select {
				font-size: 10px;
				border: solid 1px #c8c8c8;
			}


			#content #main #pages a {
				color: #477dc7;
				text-decoration: none;
			}

			#content #main #pages a:hover {
				color: #c41230;
			}


#footer {
	width: 980px;
	height: 60px;
	border-top: solid 1px #c8c8c8;
	margin-top: 15px;
	font-size: 11px;
	padding-top: 10px;
	clear: both;
}
#footer ul{float:left; padding: 0;}
#footer ul li{list-style: none; padding: 2px 10px 0 0; margin-right: 50px;}
#footer .footer-bottom a{float: left;margin-right: 20px;}
#footer .trustlogo{float:right;}
.footer-devider{border-bottom: solid 1px #c8c8c8; margin-bottom:10px;}
.footer-bottom{float:right; padding-bottom:20px;}
.footer-title{font-size: 16px;}

#footer a {
	display: block;
	margin: 0 0px 10px 0;
	color: #728eb5;
	text-decoration: none;
}

#footer a:hover {
	color: #c41230;
}

#footer p {
	clear: both;
}

.list-inline{
	display: inline-block;

}
.list-inline__title{
	color: #ffffff;
}


#cot_tl_fixed{position:inherit!important;}
#cot_tl_pop{right: 435px!important; bottom: 117px!important;}


.title {
  	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-weight : bolder;
	font-size: x-large;
}

.subtitle {
  	color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-weight : bolder;
	font-size: large;
}

.note {
  	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-weight : bolder;
}

.noteBlock{
  	border: 1px solid;
  	padding: 4px;
}

/***********av banner****/
.av-banner{
	background:url(../uploads/products/antivirus.png) no-repeat 0 0; display:inline-block; width:240zpx; height:433px;
	}
.av-heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	padding:15px;
	text-transform:uppercase;
	text-shadow:rgba(0, 0, 0, 0.5) 2px 2px 2px;
	}
.av-banner-img{
	text-align:center;
	}
.av-list ul{
	margin:0;
	padding:0 0 0 10px;
	}
.av-list ul li{
	list-style:none;
	background:url(../uploads/products/white-tick.png) no-repeat left center;
	padding:0 0 0 20px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	color:#FFFFFF;
	}
.down-cta a{
	background:url(../images/cta.png) no-repeat 0 0;
	display:block;
	width:165px;
	margin:15px auto;
	height:37px;
	}
.down-cta a:hover{
	background:url(../images/cta.png) no-repeat 0 -37px;
	}

header { background: #13286a; background: linear-gradient(to right, #13286a, #13286a, #804ca0); padding: 20px 0;  height: 115px; border-bottom: 15px solid #F3F4F8; margin-bottom: 50px; }
footer { background: #292b30; padding: 20px 0; margin-top: 20px; }
footer ul li a { color: #6A6B70;  }
footer ul li a:hover { color: #FFF; text-decoration: none; }
footer ul.list-inline>li { display: inline-block; padding-right: 5px; padding-left: 5px; }
.call-now .frst { display: block; color: #D1D4E5; font-size: 14px; text-align: right; }
.call-now .phn { display: block; font-size: 21px; color: #FFFFFF; }
.fnt-18 { font-size: 18px !important; }
.phone-icon { border: 3px solid #FFFFFF; border-radius: 40px; font-size: 32px; color: #ffffff; padding:0px 12px; margin-left: 15px; }
.topic .phone-icon{padding:8px 12px;}
.phone-icon .fa-phone { font-weight: bold; }
.find-product-section { margin-bottom: 35px; }
.find-product-section p { font-size: 17px; }
.find-product-section select { padding: 5px; border-radius: 25px; font-size: 15px; }
#gotoHelper { background: #3690C6; color: #FFFFFF; border: none; padding: 12px 15px; border-radius: 5px; }
.prod.col-md-4 { padding-left: 0; padding-right: 0; }
#products .row { margin-right: 0; margin-left: 0; }
/*header #search .inpsearch { display: block; height: 30px; float: right; border: none; background: url('/images/search-bg.jpg') no-repeat left top; font-size: 15px; color: #595959; padding: 0px 6px 0 6px; } */
header #search { margin-top: 35px; }
header #search .newserch { border: none; border-bottom: 1px solid rgba(255, 255, 255, .23); background: none; color: rgba(255, 255, 255); padding: 0; font-size: 17px; border-radius: initial; -webkit-box-shadow: none; box-shadow: none; }
#searchbtn { border-bottom: 1px solid rgba(255, 255, 255, .23);  }
header #search .newserch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, .3);
}
header #search .newserch::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, .3);
}
header #search .newserch:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, .3);
}
header #search .newserch:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, .3);
}

.com_itarian_section img { max-width: 100%; }

@media screen and (max-width: 1040px) {
	#breadcrumbs, #breadcrumbs #proddet #proddetbottom, #breadcrumbs #proddet #proddetup, #breadcrumbs #proddet {width:100%;padding-left: 1%;}
	#breadcrumbs #proddet #proddetup h1{width:40%;}
	#breadcrumbs #proddet #proddetup h2{width:20%;}
}

@media screen and (max-width: 767px) {
	.find-product-section .col-md-3, .find-product-section .col-md-2 { margin-bottom: 15px; }
	header{height: 130px;}
	#breadcrumbs #proddet #proddetup h1, #breadcrumbs #proddet #proddetup h2, #content #maincont{width:100%;}
	#content #maincont h1{font-size:36px;}
	header.container-fluid{padding:10px 0px;}
}

@media screen and (max-width: 575px) {
	header #search { margin-top: 0px; }
}

@media (min-width: 320px) and (max-width: 732px) {
	.call-now .frst { font-size: 12px; }
	.call-now .phn { font-size: 15px; text-align: right; }
	.phone-icon { font-size: 16px;padding:0 6px;}
	#content #main #seltxt{height:auto;line-height:normal;}
}


