/*=====//START SLIDE===========*/

.slider_box{
	width: 624px;
	height: 268px;
	float: left;
	background-color: black;
	margin-left: 5px;
	border: 8px solid black;


}


.card {
  position: relative;
  
  width: 624px;
  height: 268px;
  overflow: hidden;

  border-radius: 0px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/*Light blue cover above the slide show*/
.card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;

  display: block;
  width: 100%;
  height: 100%;

  background-color: rgba(140, 22, 115, 0.2);
}

.card_part {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;

  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  
  transform: translateX( 624px );
  background-image: url( images2/slide_1.jpg );
  
  animation: opaqTransition 28s cubic-bezier(0, 0, 0, 0.50) infinite;
}


.card_part.card_part-two {
  z-index: 6;
  background-image: url(images2/slide_4.jpg);
  animation-delay: 7s;
}

.card_part.card_part-three {
  z-index: 5;
  background-image: url( images2/slide_2.jpg );
  animation-delay: 14s;
}

.card_part.card_part-four {
  z-index: 4;
  background-image: url( images2/slide_3.jpg );
  animation-delay: 21s;
}


@keyframes opaqTransition {
  3% { transform: translateX( 0 ); }
  25% { transform: translateX( 0 ); }
  28% { transform: translateX( -624px ); }
  100% { transform: translateX( -624px ); }
}


/*=======END SLIDE===========*/


*{margin:0; padding:0;}
body{background-color:#FFFFFF;}
img{border:0; text-align:left; vertical-align:top;}
ul{list-style:none;}
li{line-height:0;}
.column{float:left;}
.container{
	width:100%;
	overflow:hidden;
	background-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 15px;
}
body{font-family:Verdana, Arial, Helvetica, sans-serif; color:#474747; font-size:0.6875em; line-height:1.36em; text-align:center;}
input, textarea, select{
    color: #000000;
    vertical-align: top;
    text-align: left;
    font: 11px Tahoma, Arial, helvetica, sans-serif;
    padding-left: 5px;
    padding-top: 10px;
}
.float_right{float:right;}
.align_right{text-align:right;}
.center{text-align:center;}
.block{display:block;}
.top_indent_5px{margin-top:5px; display:block;}
.top_indent_10px{margin-top:10px; display:block;}
.top_indent_15px{margin-top:15px; display:block;}
.top_indent_20px{margin-top:20px; display:block;}
.top_indent_25px{margin-top:25px; display:block;}

.width_stretch{width:100%;}

.col_1, .col_2, .col_3, .box_1, .box_2, .box_3, .mid, .mid_2{float:left;}

/*=======header===========*/
.menu{
	height:30px;
	text-align:right;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: 16px top;
	width: 50%;
}
.menu2{
	height:30px;
	text-align:right;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/logo_adware.jpg);
	background-repeat: no-repeat;
	background-position: 16px top;
}
.menu3{
	height:30px;
	text-align:right;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/logo_antispyware.jpg);
	background-repeat: no-repeat;
	background-position: 16px top;
}
.menu4{
	height:30px;
	text-align:right;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/logo_antitrojan.jpg);
	background-repeat: no-repeat;
	background-position: 16px top;
}
.menu5{
	height:30px;
	text-align:right;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/logo_malware.jpg);
	background-repeat: no-repeat;
	background-position: 16px top;
}
.menu6{
	height:30px;
	text-align:right;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/logo_SD.jpg);
	background-repeat: no-repeat;
	background-position: 16px top;
}
.menu img{margin-left:28px;}
.menu2 img{margin-left:28px;}
.menu3 img{margin-left:28px;}
.menu4 img{margin-left:28px;}
.menu5 img{margin-left:28px;}
.menu6 img{margin-left:28px;}

.head{
	height:77px;
	text-align:right;
	background:url(images2/banner.png) left top no-repeat;
	padding-top: 129px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
}
.head2{
	height:77px;
	text-align:right;
	background:url(images/head_bg_adware.jpg) left top no-repeat;
	padding-top: 230px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
.head3{
	height:77px;
	text-align:right;
	background:url(images/head_bg_antispyware.jpg) left top no-repeat;
	padding-top: 230px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
.head4{
	height:77px;
	text-align:right;
	background:url(images/head_bg_antitrojan.jpg) left top no-repeat;
	padding-top: 230px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
.head5{
	height:77px;
	text-align:right;
	background:url(images/head_bg_malware.jpg) left top no-repeat;
	padding-top: 230px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
.head6{
	height:77px;
	text-align:right;
	background:url(images/head_bg_SD.jpg) left top no-repeat;
	padding-top: 200px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
/*=====//header===========*/

/*=======content===========*/
#content{
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}

.pic_float{margin-right:3px; float:left;}
.pic_float_2{margin-right:3px; float:left;}

a{color:#F44200; text-decoration:underline;}
a:hover{text-decoration:none;}

strong{color:#000000;}
em{font-weight:bold;}

.link_2{color:#000000; text-decoration:underline; font-weight:bold; padding-left:19px;
		background:url(images2/arr.gif) left center no-repeat;}
.link_2:hover{text-decoration:none;}

.link_3{
	color:#F60;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 16px;
}
.Navi_heading {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: left;
}
.navi_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 10px;
	font-weight: bolder;
	color: #F00;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
	height: 30px;
	width: 90%;
}
.head_product {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	letter-spacing: 5pt;
	font-weight: bolder;
}


.head_product_sub {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #F30;
	text-align: center;
	letter-spacing: 5pt;
	font-weight: bolder;
}



.heading {
	font-size: 14px;
	color: #333;
	font-weight: bolder;
}


.link_3:hover{text-decoration:none;}

.font_2{color:#9E9E9E;}

.banner_1{margin:39px 0 0 39px;}

.title{margin-bottom:10px;}

.line_x{height:1px; font-size:0; background:url(images2/line_x.gif) left top repeat-x; margin:30px 0 21px 0;}

li{padding:7px 0 7px 19px; background:url(images2/list_bg.gif) left center no-repeat;}
li a{color:#F44200; text-decoration:underline; line-height:1em;}
li a:hover{text-decoration:none;}

.list_3 li{padding-bottom:5px; padding-top:5px; background:url(images2/arr.gif) left center no-repeat;}

.list_2 li{padding:15px 0 17px 0; line-height:1.2em; background:0;}

.list_4{padding-bottom:5px; padding-top:5px;}

.list_2 a{float:right;}
.list_2 em{display:block;}
.list_2 b{float:right; padding-right:54px; font-weight:normal;}
.list_2 span{float:left;}
/*=====//content===========*/

/*=======block_1===========*/
.block_1{background:url(images2/block_1_top.jpg) left top repeat-x #EAEAE9; width:100%;}
.block_1 .bot{background:url(images2/block_1_bot.jpg) left bottom repeat-x;}
.block_1 .left{background:url(images2/block_1_left.jpg) left top repeat-y;}
.block_1 .right{background:url(images2/block_1_right.jpg) right top repeat-y;}
.block_1 .left_top{background:url(images2/block_1_left_top.jpg) left top no-repeat;}
.block_1 .right_top{background:url(images2/block_1_right_top.jpg) right top no-repeat;}
.block_1 .left_bot{background:url(images2/block_1_left_bot.jpg) left bottom no-repeat;}
.block_1 .right_bot{
	background:url(images/page_1_title_5.jpg) right bottom no-repeat;
	padding:9px 11px 11px 10px;
}
.menu_head {
	background-image: url(images2/page_1_title_5.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	padding-right: 0px;
	text-align: left;
	text-indent: 15px;
	padding-top: 10px;
}


.block_1 .title{margin:0 0 27px 16px;}
/*=====//block_1===========*/

/*=======block_2===========*/
.block_2{background:url(images2/block_2_left_top.jpg) left top no-repeat #FFFFFF; width:100%;}
.block_2 .right_top{background:url(images2/block_2_right_top.jpg) right top no-repeat;}
.block_2 .left_bot{background:url(images2/block_2_left_bot.jpg) left bottom no-repeat;}
.block_2 .right_bot{background:url(images2/block_2_right_bot.jpg) right bottom no-repeat; padding:13px 17px 18px 20px;}
/*=====//block_2===========*/

/*=======block_3===========*/
.block_3{background:url(images2/block_3_top.jpg) left top repeat-x; width:100%;}
.block_3 .bot{background:url(images2/block_3_bg.jpg) left bottom repeat-x;}
.block_3 .left{background:url(images2/block_3_bg.jpg) left top repeat-y;}
.block_3 .right{background:url(images2/block_3_bg.jpg) right top repeat-y;}
.block_3 .left_top{background:url(images2/block_3_left_top.jpg) left top no-repeat;}
.block_3 .right_top{background:url(images2/block_3_right_top.jpg) right top no-repeat;}
.block_3 .left_bot{background:url(images2/block_3_left_bot.jpg) left bottom no-repeat;}
.block_3 .right_bot{background:url(images2/block_2_right_bot.jpg) right bottom no-repeat; padding:9px 18px 33px 14px;}

.block_3 .indent{padding:36px 0 0 5px;}
/*=====//block_3===========*/

/*=======page_1===========*/
#page_1 #content{
	padding-bottom:30px;
}

#page_1 .col_1 .block_2 .box_1{
	width:90px;
	margin-left:-4px;
}
.Navi_block1_space {
	padding-top: 5px;
}

#page_1 .col_1 .block_2 .box_2{width:81px; padding-top:53px;}

#page_1 .col_1 .indent{margin-top:12px;}

#page_1 .col_2 .pic_float_2{float:right; margin:0 0 0 3px;}

#page_1 .col_3 .indent .indent{padding:40px 0 0 0;}
/*=====//page_1===========*/

/*=======page_2===========*/
#page_2 .block_3 .indent{padding:36px 0 10px 15px;}
#page_2 .col_2 .pic_float_2{margin-right:8px;}

#page_2 .col_3 .block_2 .box_1{width:90px; margin-left:-4px;}
#page_2 .col_3 .block_2 .box_2{width:81px; padding-top:53px;}

#page_2 .col_3 .indent{margin-top:12px;}
/*=====//page_2===========*/

/*=======page_3===========*/
#page_3 #content{padding-left:30px;}

#page_3 .col_1 .list_2{margin-top:-15px;}

#page_3 .col_1 .box_1{width:242px; padding-right:40px;}
#page_3 .col_1 .box_1 img{margin:0 0 10px 62px;}
#page_3 .col_1 .box_2{width:232px;}
#page_3 .col_1 .box_2 img{margin:0 0 10px 75px;}

#page_3 .col_2 .block_2{margin-bottom:14px;}
#page_3 .col_2 .indent{margin-top:49px;}
/*=====//page_3===========*/

/*=======page_4===========*/
#page_4 .col_2 .pic_float{margin-right:21px;}
#page_4 .col_2 .pic_float_2{margin-left:16px; margin-right:30px; float:right;}

#page_4 .col_3 .block_3 .right_bot{padding-right:10px; padding-bottom:20px;}

#page_4 .col_3 .indent_2{margin-top:50px;}

#page_4 .col_3 .block_3 .img_indent{margin-left:39px; margin-top:-20px;}
/*=====//page_4===========*/

/*=======page_5===========*/
#form{width:100%; overflow:hidden; padding-top:5px;}
#form .line{height:26px;}
#form input{width:185px; height:20px;}
#form textarea{width:185px; height:113px; overflow:hidden; margin-bottom:8px;}
#form a{float:right; margin-left:21px;}

#page_5 .col_2 .pic_float{margin-right:21px;}

#page_5 .col_2 span, #page_5 .col_3 span{float:right; padding-right:15px;}
/*=====//page_5===========*/

/*=======page_6===========*/
#page_6 #content{padding-left:30px; padding-right:30px;}
/*=====//page_6===========*/

/*=======footer===========*/
#footer{
	background:url(images2/footer_bg.gif) left top repeat-x #F0F1ED;
	height:29px;
	padding:15px 15px 18px 15px;
	word-spacing:4px;
	font-size:11px;
}
#footer a{color:#474747; text-decoration:none;}
#footer a:hover{text-decoration:underline;}

#footer span{font-size:0.91em; float:right; word-spacing:0}
#footer span a{color:#474747; text-decoration:underline;}
#footer span a:hover{text-decoration:none;}
/*=====//footer===========*/
#page_1 .main #content .container #bottt {
	height: 5px;
	background-image: url(images/botbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#page_1 .main #content .container .cbg h3 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #789102;
	line-height: 15px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#page_1 .main #content .container .cbg p {
	padding-top: 0px;
	padding-bottom: 10px;
}
#page_1 .main #content .container .cbg #byby td {
	padding-top: 4px;
	padding-bottom: 6px;
	vertical-align: bottom;
}
.right_bot h3 {
	color: #990000;
	font-size: 13px;
	font-family: "Trebuchet MS", Tahoma;
	line-height: 13px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
	font-weight: normal;
}



.lbg {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d4;
}
.rbg {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d4d4d4;
}
.contact_box {
	`background-image: url(images/contact_block.png);
	height: 330px;
	width: 99%;
	background-repeat: no-repeat;
	background-image: url(images2/contact_block.png);
	background-position: right;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
}
.content_box_pos {
	padding-left: 35px;
;
	float: left;
	height: 300px;
	padding-top: 20px;
	padding-left: 50px;
}

.content_box_pos2 {
	padding-left: 35px;
	float: left;
	height: 370px;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 0px;
	width: 615px;
}

.images_flash {
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}
.form_pos {
	background-color:#FFFFFF;
	padding-left: 30px;
	width: 100%;
	float: right;
	padding-top: 20px;
	margin-top: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
}

.content_box_pos3 {
	padding-left: 35px;
	float: left;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 0px;
	width: 615px;
}


.content_box_pos4 {
	padding-left: 35px;
	float: left;
	height: 550px;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 0px;
	width: 615px;
}

.content_box_pos5 {
	padding-left: 35px;
	float: left;
	height: 1550;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 0px;
	width: 615px;
	height: 1570px;
	padding-top: 20px;
}

.content_box_pos6 {
	padding-left: 35px;
	float: left;
	height: 850px;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 0px;
	width: 615px;
}

.content_box_pos7 {
	padding-left: 35px;
	float: left;
	height: 850px;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 0px;
	width: 615px;
}

.content_box_pos8 {
	padding-left: 35px;
	float: left;
	height: 500px;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 0px;
	width: 615px;
}

.content_box_pos9 {
	padding-left: 35px;
	float: left;
	height: 1030px;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 0px;
	width: 615px;
}

.content_box_pos10 {
	padding-left: 35px;
	float: left;
	height: 1250px;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 0px;
	width: 615px;
}

.content_box_pos12 {
	padding-left: 35px;
	float: left;
	height: 780px;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 0px;
	width: 615px;
}


.content_box_pos11 {
	padding-left: 35px;
	float: left;
	height: 370px;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 0px;
	width: 615px;
}

.content_box_pos1 {
	padding-left: 35px;
	float: left;
	height: 520px;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 0px;
	width: 615px;
}


.form_pos2 {
	background-color: #666699;
	padding-left: 30px;
	width: 620px;
	float: right;
	padding-top: 20px;
	margin-top: 0px;
	background-image: url(images2/bg_form.jpg);
	background-repeat: repeat-x;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
	height: 300px;
}
#order_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bolder;
	color: #606;
	line-height: normal;
}


.form-header-group {
    margin: 0 -38px;
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
}

	
.header-large
{
    border-color: #d7d8e1;
}


  .form-line {
    color: #FFFFFF;
    list-style: none;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 12px;
    margin: 12px 4px;
    border-radius: 3px;
    position: relative;
    transition: background-color .1s;
    flex-wrap: wrap;
    margin-bottom: 12px;
    margin-top: 10px;
}


.header-text{
	
	
	text-align: left;
}

#subHeader_1{
    font-size: 1.1em;
	
}

.form-subHeader{ 
	font-size: 1em;
  color: #57647e;
    word-break: break-word;
	font-weight: 500;
    line-height: 1.6;
}

.form-label {
	 display: block;
    float: none;
    text-align: left;
    width: 100%;
	    margin-left: 2px;
    margin-bottom: 10px;
	    color: #2c3345;
	height: 10px;
	
}


.form-address-line-wrapper{
	

}

#id_4{
	
	margin-top: 12px;
    margin-bottom: 12px;
}

#label_5{
	
	margin-top: 12px;
    margin-bottom: 12px;
}

.form-label-auto{
	
	
	
}

.form_pos {
    background-color: #ffffff;
    padding-left: 30px;
    width: 620px;
    float: right;
    padding-top: 20px;
    margin-top: 0px;
    /* background-image: url(images2/bg_form.jpg); */
    background-repeat: repeat-x;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    border-left-width: thin;
    border-left-style: solid;
    border-left-color: #FFF;
}
