/*==================
 MAIN COLOR STYLES
==================*/

.whitetext,
.whitetext p,
.whitetext h2 {
	color: #FFF;
}

.greytext,
.greytext p {
	color: #999;
}

a, a:visited {
	color: #09C;
}

.white {
	background: #fff;
}


.darkgrey {
	background: #f2f2f2;
}

.blue {
	background: #426dad;
}
.green {
	background: #60ad42;
}

.lineheight {
		margin: 0 0 10px 0;
	}




/*==================
 BUTTON STYLES
==================*/

a.customclass {
	display: inline-block;
	min-width: 280px;
	
	margin: 10px 0 10px 0; 
	padding: 9px 10px 10px 10px;
	
	font-size: 20px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	
	border-bottom:2px solid;
}
	a.customclass:active {
		margin: 12px 0 10px 0;
		
		border-bottom:0;
	}


a.CTAprimo {
	background:#65a50f;
	color: #FFF;
	
	border-color: #48750b;
}

	a.CTAprimo:hover {
		background: #79b923;
		color: #FFF;
	}
	
	a.CTAprimo:active {
		color: #fff;
	}
	
a.CTAgreen-arrow {
	min-width: 0px;
	padding: 9px 84px 10px 30px;
	background:#65a50f url(/i/v3/mini_icons/OPButtons-Arrow.gif) no-repeat right 50%;
	border-color: #48750b;
	color: #fff;
	text-align: center;
}

	a.CTAgreen-arrow:hover {
		background: #79b923 url(/i/v3/mini_icons/OPButtons-Arrow_hover.gif) no-repeat right 50%;
		color: #FFF;
	}
	
	a.CTAgreen-arrow:active {
		color: #fff;
	}

a.CTAgrey {
	background:#e8e8e8;
	color: #333;
	
	border-color: #d8d8d8;
}

	a.CTAgrey:hover {
		background: #dfdfdf;
		color: #000;
	}

	a.CTAgrey:active {
		color: #000;
	}

a.CTAblue {
	background: #0099cc;
	color: #fff;
	border-color: #006a8d;
}

	a.CTAblue:hover {
		background: #00b5f1;
		color: #fff;		
	}
	
	a.CTAblue:active {
		color: #fff;
	}


a.CTAorange {
	background: #eec710;
	color: #333;
	border-color: #746108;
}

a.CTAorange:hover {
	background: #fed411;
	color: #333;		
}
	
a.CTAorange:active {
	color: #333;
}
	
.fixedbtn a {
	width: 100%;
 	box-sizing: border-box;
}
.fixedbtn p {
	text-align: center !important;
}	
	
.supportno {
	font-size:62px;
	font-weight:bold;
}

.supportno a {
	color: inherit !important;
}

/*==================
 STANDARD TEMPLATE STYLES
==================*/
.std {
	
}

.std.collapse {
	padding: 0;
}

	.std .image-description {
		margin: 10px 0 0 0;
	}

	.std p {
		margin: 0 0 10px 0;
	}
	

.std.text-image .table {
	display: table;
	width: 100%;
}
.std.text-image .table > div {
	display: table-cell;
	vertical-align: middle;
}

	.std.text-image .table > div img {
		max-width: none;
	}



.std.text-image h2,
.std.text-image p {
	overflow:hidden;
	padding: 0 0 0 0;
}

.std.text-image.image-right h2,
.std.text-image.image-right p {
	padding: 0 40px 0 0;
}
.std.text-image.image-left h2,
.std.text-image.image-left p {
	padding: 0 0 0 40px;
}

.std.text-image.image-left h2 p,
.std.text-image.image-right h2 p {
	padding: 0;
}


	


/*==================
 MAIN HERO SECTION
==================*/
.pagehero {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	border-bottom: 0px solid #ccc;
	
	padding:0;
}

	.pagehero .content-bg {
		background: transparent url(/i/v3/backgrounds/pagehero-flexcontent-bg.png) repeat-y top center;
	}

	.pagehero .flexcontainer {
		padding: 40px 0;
	}

	.pagehero.SEM {
		background: url(/i/v3/backgrounds/SEM_hero_BG.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}	
	
.pagehero .manchet {
	margin: 0 0 35px 0;
	color: #777;	
	font-size: 24px;
	line-height: 30px;
}
	.pagehero .manchet strong {
		font-weight: bold;
		color: #333;
	}
	.pagehero .manchet p {
		margin: 0 0 10px 0;
	}

.pagehero .description {
	display:inline-block;
	margin: 0 0 0 0;
}

.pagehero .right span {
	display: block;
	margin: 30px 0 20px 0;
}

.pagehero.centered h1,
.pagehero.centered p{
	text-align: center;
}

.pagehero.centered img{
margin: 20px auto;
}

.pagehero .ctabutton{
margin-top: 50px;
}

.pagehero#parallax {	
	padding: 0;
	height: 100%;
	position: relative;
	overflow: hidden;
	
	background-color: #2d2d2d;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

	.pagehero#parallax h1 {
		padding: 0 0 0 0;
		color:#2d2d2d;
		
		position: relative;
	}
	
	.pagehero#parallax .manchet {
		color:#2d2d2d;
		
		position: relative;
	}
	.pagehero#parallax .description {
		color:#2d2d2d;
	}


.pagehero#parallax .header-blur,
.pagehero#parallax .manchet-blur,
.pagehero#parallax .description-blur {
	background: rgba( 0, 0, 0, .2);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
}

.paddingright30 {
	padding: 0 30px 0 0;
}


.pagehero.multiplecta {
	
}

.pagehero.multiplecta .ctarow a {
	margin: 0 10px 20px 10px;
}


/*==================
 PAGE-HERO DUAL CTA
==================*/
.pagehero.two-cta {
	background-size: cover;
    -ms-behavior: url(/css/htc/backgroundsize.min.htc);
    
    padding: 110px 0 50px 0;  
}

.two-cta h1 { margin: 0 0 10px 0; }

.two-cta .cta-container p { font-size: 12px; }

/*==================
 PAGE-HERO STORE
==================*/

.pagehero .content-pagehero-store {
	height: 300px !important; 
}



/*==================
 GLOBAL TEMPLATE STYLES
==================*/

.fullWidthImage {
	display: inline-block;
	width: 100% !important;
	background: url(/i/v3/server/light_noise_diagonal.png);
	overflow: hidden;
}

.fullWidthColor {
	display: inline-block;
	width: 100% !important;
	background: #1b1b1b;
	overflow: hidden;
}

.fullWidthColorRed {
	display: inline-block;
	width: 100% !important;
	background: #999;
	overflow: hidden;
}

.fullwidthimgleft {
	background: #1b1b1b url(/i/v3/server/hosted_server_solution.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.fullwidthimgright {
	background: #1b1b1b url(/i/v3/server/hosted_server_solution_go.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.imgright {
	padding: 0 5px 0 50px
}

/*==================
 SPACING STYLES
==================*/

.margintop20 {
	margin: 20px 0 0 0;
}

.margintop30 {
	margin: 30px 0 0 0;
}

.marginright20 {
	margin: 0 20px 0 0;
}

.padding10 {
	padding: 10px;
}

.padding20 {
	padding: 20px;
}

.paddingtop20 {
	padding-top: 20px;
}

.paddingtop10 {
	padding-top: 10px;
}

.paddingtopbtn10 {
	padding: 10px 0 10px 0;
}



/*==================
 OTHER PRODUCTS
==================*/
.products h2 {
	margin: 0 0 30px 0;
}

.products .table {
	display: table;
	height: 100%;
	float: left;
}

.products .table-row {
	display: table-row;
	height: 100%;
}

.products .cell {
	display: table-cell;
	vertical-align: top;
} 

.products .column  {
	float: none;
	display:block;
	height: 100%;
	background: #fff;
	-moz-box-sizing: border-box;
	overflow: visible;
	
	margin: 0 10px;
}

.products .header {
	background: #1b1b1b;
	
	padding: 20px 0;
}
	.products .header p {
		color: #999;
	}

.products .product-image {
	padding: 30px 0 0 0;
}
	.products .product-image img {
		margin: 0 auto;
	}
	
.products .description {
	
}
	.products .description p {
		padding: 30px 20px 100px 20px;
	}

.products .product-page-link {
	position: absolute;
	bottom: 0;
	
	width: 300px;	
}
	
	.products .product-page-link a.customclass {
		min-width: 100%;
		padding: 9px 0 10px 0;
		margin: 0;
	}

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
    	.products .product-page-link { width: 254px; }
    }

/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	.products .table {
			display: block;
			height: auto;
			float: none;
		}

		.products .table-row {
			display: block;
			height: auto;
		}

		.products .cell {
			display: block;
			margin: 0 0 20px 0;
		} 

		.products .column  {
			float: left;
			display:block;
			background: transparent;
		}
		
		.products .product-image {
			background: #fff;
		}
			
		.products .description {
			background: #fff;	
		}
		
			.products .description p {
				padding: 20px 20px 30px 20px;
			}
		
		.products .product-page-link {
			position: relative;
			bottom: 0;
			margin: 0 0 20px 0;
			width: 400px;	
		}
    }
	
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen  and (min-width: 320px) and (max-width: 479px) {
    	.products .table {
			display: block;
			height: auto;
			float: none;
		}

		.products .table-row {
			display: block;
			height: auto;
		}

		.products .cell {
			display: block;
			margin: 0 0 20px 0;
		} 

		.products .column  {
			float: left;
			display:block;
			background: transparent;
		}
		
		.products .product-image {
			background: #fff;
		}
			
		.products .description {
			background: #fff;	
		}
		
			.products .description p {
				padding: 20px 20px 30px 20px;
			}
		
		.products .product-page-link {
			position: relative;
			bottom: 0;
			margin: 0 0 20px 0;
			width: 300px;	
		}
		
		
   } 

/*==================
123 STEPS
==================*/
.steps .manchet {
	margin: 0 0 35px 0;
}
	.steps .manchet strong {
		color: #a50f1a;
	}
	
.steps .table {
	display: table;
}

.steps .table .table-row {
	display: table-row;
	height: 100%;
}

.steps .table .table-row .cell {
	display: table-cell;
	vertical-align: top;

	height: 100%;
}
	
.steps .table .table-row .cell .column {
	float: none;
	display:block;
	height: 118px;
	-moz-box-sizing: border-box;
	overflow: visible;
	background: #a50f1a;
	margin: 0 10px;
	padding: 0;
}

	.steps .table .table-row .cell .column div {
		text-align: left;
		color: #fff;
	}
	
		.steps .table .table-row .cell .column div a {
			color: #fff;
			text-decoration: underline;
		}
		.step .table .table-row .cell .column div a:hover {
			color: #f2f2f2;
		}
	
	.steps .table .table-row .cell .first-line {
		font-size: 20px;
		line-height: 40px;
	
		padding: 20px 20px 0 20px;
	} 
	
	.steps .table .table-row .cell .second-line {
		font-size: 14px;
		line-height: 14px;
		
		padding: 0 20px 30px 20px;
	}
	
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	.steps .table {
			display: inline-block;
			height: auto;
		}

		.steps .table .table-row {
			display: block;
			height: auto;
		}

		.steps .table .table-row .cell {
			display: block;
			margin: 0 0 20px 0;
		} 

		.steps .table .table-row .cell .column  {
			display:block;
		}
    }
	
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen  and (min-width: 320px) and (max-width: 479px) {
    	.steps .table {
			display: inline-block;
			height: auto;
		}

		.steps .table .table-row {
			display: block;
			height: auto;
		}

		.steps .table .table-row .cell {
			display: block;
			margin: 0 0 20px 0;
		} 

		.steps .table .table-row .cell .column  {
			display:block;
		}
		
		.messagepop {
			width: 100% !important;
			height: 100% !important;
			top: 48px !important;
			left: 0 !important;
			margin: 0px !important;
		 
		}
   } 

		
/*==================
HORIZONTAL RULER
==================*/		
.stroke {
	padding: 0;
}
.stroke .flexcontainer {
	height:0px;
	border-bottom: 1px solid #dddee2;
}



/*==================
 2 COLUMN CATEGORY TEMPLATE
==================*/
.featured-categories { padding: 0 0 20px 0;}

.category-element { position: relative; }

.category-element img {
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.category-element:hover img {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-o-filter: brightness(110%);
	-ms-filter: brightness(110%);
}

.category-element-title {
	position: absolute;
	line-height: 16px;
	bottom: 0px;
	left: 0;	
	height: 50px;
	width: 100%;
	background: transparent;
	background: rgba( 255, 255, 255, .3 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff)"; /* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff);
}

.category-element-title p {
	height: 30px;
	
	padding: 10px 20px;

	color: #212121;
	font-size: 12px;
	
	/*temporary styles*/
	text-align: left !important;
	width: auto !important;
}


.category-element a { display: block; }

.category-element a:hover {
	cursor: pointer;
}


.hiddenbutton {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	overflow: hidden;
	
	background: transparent;
	
	/*resets*/
	min-width: 100% !important;
	border-bottom: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hiddenbutton span {
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	text-indent: 10000px;
}

.category-element-button:hover { cursor: pointer; }

/*==================
 Sub Headline
==================*/
.subheadlineonly {
	padding: 40px 0 20px 0;
}
.subheadlineonly h2 {
	margin-bottom: 0;
}

/*==================
 3 COLUMN NEWS TEMPLATE
==================*/
section.updates {
	background: #fff url(news-top.png) no-repeat top center;
	padding: 120px 0 40px 0;
}

.news {
	padding: 10px 5px 7px 5px;
	
	border-bottom: 1px solid #ccc;
	/*min-height: 180px;*/
}

.news:hover {
	background: #f0f0f0;
}

.news:hover * {

}

.news p {
	margin: 0;
}

.news a {
	color: #222;
}

.news p.date {
	font-size: 12px;
	color: #777;
	
	font-style: italic;
}

.news h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	
	margin: 0 0 3px 0;
}


/*==================
 2 COLUMN TEMPLATES
==================*/
.two-icon-text-cols .flexcontainer {
	background: transparent url(/i/V3/template/1px-grey.gif) repeat-y center top;
}

.two-icon-text-cols .columns img {
	float: left;
	max-width: 60px;
	max-height: 100%;

	margin: 0 5px 0 0;
}

.two-icon-text-cols .columns span {
	display:block;
	float: left;
	width: 390px;
}

.two-icon-text-cols .columns p {
	margin: 10px 0 0 0;
}

.two-icon-text-cols .columns strong {
	font-weight: normal;
}

.two-text-cols p {
	margin: 0 0 10px 0;
} 

/*==================
 LISTS
==================*/
.lists ul {
	color: #2d2d2d;
}

.lists ul li:before {
    content: "• ";
}

.lists ul li.li_green_dot:before {
	content: "";
}

.lists ul li {
	color: #2d2d2d;
	font-size: 16px;
	line-height:26px;
	padding: 0 0 0 10px;
	text-indent: -10px;
}

.lists ul li:first-line {
	color: #2d2d2d;
	font-size: 16px;
	line-height:26px;
}

.lists ul li.li_green_dot {
	background: transparent url(/i/v3/mini_icons/OP_List_Plus.png) no-repeat left 6px;
	padding: 0 0 0 20px;
	text-indent: 0;
}


/*==================
 BOXED
==================*/
.boxed {
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #666;

	padding: 20px 20px 30px 20px;
		
	border: 10px solid #ccc;
	background: #fff;
}

.boxed span {
	display: inline-block;
	height: 120px;
}

.boxed span p {
	padding: 0 40px;
	text-align: center;
}

/*==================
 Product key input
==================*/
input#ProductKey {	
	margin: 0 10px 0 0;
	padding: 5px;
	width: 318px;
	
	border: 1px solid #ccc;
	
	font-size: 16px;
}


button#button1 {
	position: absolute;
	margin: 0 0 0 0; 
	padding: 5px 10px 5px 10px;

	float: right;
	
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #333;
	
	background:#e8e8e8;
	
	border: 0;
	border-bottom:2px solid;
	border-color: #d8d8d8;
	
		
	background: #0099cc;
	color: #fff;
	border-color: #006a8d;
}
	button#button1:hover{
		background: #00b5f1;
		color: #fff;
	}
		
	button#button1:active{
		margin: 2px 0 0 0;
		padding: 5px 10px 5px 10px;
		color: #fff;
		border-bottom: 0;
		border-color: transparent;			
	}

.PKErrMsg {
		display: inline-block;
		
		margin: 10px 0 0 0;
		padding: 5px;
		
		width: 448px;
		
		text-align: center;
		color: #fff;
	
		background: #df8080;
	}


/*==================
 Comparison table
==================*/
.comparefeatures .table {
	display: table;
	
	width: 100%;
}
.comparefeatures .table .row {
	display: table-row;
	border-bottom: 1px solid #ccc;
}

.comparefeatures .table .row:nth-child(odd) .cell {
	background: #ededed;
}


.comparefeatures .table .row .cell {
	display: table-cell;
	vertical-align: middle;
	padding: 3px 0;
}

	.comparefeatures .table .row.header .cell {
		font-weight: normal;
		background: transparent;
		border-bottom: 1px solid #ccc;
	}
	
		.comparefeatures .table .row.header .cell p,
		.comparefeatures .table .row.header .cell p strong {
			font-weight: bold;
		}


	.comparefeatures .table .row.summary .cell {
		font-weight: bold;
		padding: 6px 0;
		margin: 60px 0 0 0;
		background: transparent;
		border-top: 1px solid #ccc;
	}
		.comparefeatures .table .row.summary .cell.col4 p,
		.comparefeatures .table .row.summary .cell.col4 p strong {
			font-weight: bold;
		}	
		.comparefeatures .table .row.summary .cell.col1 {
			font-weight: normal;
		}	

.comparefeatures .table .row .cell img {
	display: inline !important;
}

.comparefeatures .table .row .cell span {

}

	.comparefeatures .table .row .cell.col1 {
		width: 50%;
	}
	.comparefeatures .table .row .cell.col2 {
		width: 10%;
		vertical-align: middle;
	}
	.comparefeatures .table .row .cell.col3 {
		width: 20%;
		vertical-align: middle;
	}
	.comparefeatures .table .row .cell.col4 {
		width: 20%;
		vertical-align: middle;
	}

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
    	.comparefeatures .table .row .cell.col1 {
			width: 60%;
		}
    	
    	.comparefeatures .table .row .cell:nth-child(2){ display: none; }
    	
    	.comparefeatures .table .row .cell p {
    		font-size: 12px;
    		line-height: 13px;
    	}
    	
    	.comparefeatures .table .row.header .cell p,
		.comparefeatures .table .row.header .cell p strong {
			font-size: 10px;
			line-height: 10px;
			padding: 0 5px;
		}
		
		
    }

/*==================
 Clue tip (Comparison table)
==================*/
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-extra {
  display: none;
}

.cluetip-default {
  background-color: transparent;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin:0;

  font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;
  font-size: 12px;
  line-height:18px;
  font-weight:normal;
  background:transparent url(/i/v3/mini_icons/tooltip_arrow.png) no-repeat 0px 23px;
}

#cluetip div
{
margin:0px 0px 0px 14px;
}

.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin:0px 0px 0px 13px;
  padding: 12px;
  border-bottom:1px solid #ccc;
  background:#fff;
  background-repeat:no-repeat;
  color: #333333;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  display:none;
  padding: 4px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
 zoom: 1;
}

/*==================
 Requirements list
==================*/

.requirementslist .row .columns {
	margin: 0 10px 15px 10px;
}

.requirementslist .row:last-child .columns {
	margin: 0 10px 30px 10px;
}

/*==================
 Emphasis (3 awards)
==================*/

.emphasis {
	background-color: #1b1b1b;
	background-repeat: no-repeat;
	background-posittion: top left;
}

.emphasis.small {
	padding: 20px 0;
	background-color: #464646;
}
	.emphasis h2,
	.emphasis p {
		color: #fff;
	}
	
	.emphasis .manchet {
		margin: 0 0 10px 0;
	}
		.emphasis .manchet p {
			margin: 0 0 10px 0;
		}
	
	.emphasis .manchet.grey {
		margin: 0 0 20px 0;
	}
	
	.emphasis .manchet.grey p {
		color: #999;
	}
		.emphasis .manchet.grey p strong {
			font-weight: normal;
		}
	
	.emphasis .awards img {
		float: right;
		margin: 0 0 0 20px;
	}
	
	.emphasis.small .awards img {
		margin: 0 0 0 60px;
	}

.emphasis.centered h1,
.emphasis.centered h2,
.emphasis.centered h3,
.emphasis.centered p{
text-align: center;
}

.emphasis.centered .one-third.column img{
	margin: 0 auto;
}

.emphasis.centered .social{
	margin-top: 30px;
	text-align: center;
}

.emphasis.centered .social div{
	float: none !important;
	display: inline;
}
	
/*==================
 Screenshots (2)
==================*/

.screenshots {
	background: #1b1b1b;
}
	.screenshots.nobg {
		background: #fff;
	}

.screenshots h2 { color: #fff; }
.screenshots.nobg h2 { color: #181818; }

.screenshots .sixteen.columns {
	margin-bottom: 20px;
}

.screenshots .manchet {
	margin: 0 0 20px 0;
}

.screenshots img {
	margin: 0 0 15px 0;
}

/* #Responsive styles
================================================== */

    @media only screen and (max-width: 768px) {
    	.screenshots img {
			margin: 0 auto 15px auto;
		}
		.screenshots .column,
		.screenshots .columns {
			margin-bottom: 20px;
		}
    }

/*==================
 CTA
==================*/
.cta {
	background: #1b1b1b;
}
	.cta a,
	.cta a:active {
		margin-bottom: 10px;
	}

	.cta h2,
	.cta p {
		color: #fff;
	}

.cta.white {
	background: #fff;
}

	.cta.white p {
		color:#1b1b1b;
	}


/*==================
 USER TESTIMONIAL
==================*/
.testimonial:nth-child(odd) {
	background: #fff;
}

.testimonial .testimonial-img 
{
	width: 106px;
	height: 106px;
	
	margin: 0 auto;	
}
	.testimonial .testimonial-img img
	{
		text-align: center;
		vertical-align: middle;
	}
	
	.testimonial .testimonial-desc {
		padding: 10px 80px;
		
		font-size: 18px;
		line-height: 20x;
	}
	
	.testimonial .testimonial-desc span p {
		font-size: 16px;
		line-height: 26px;
		color: #2d2d2d;
	}	


/*==================
 Sale Points
==================*/
.feature-points {
}

.feature-points .sixteen.columns {
	margin: 0 10px 20px 10px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	
	
}

.feature-points .eight.columns div{
	margin: 0 0 20px 0;
}

	.feature-points .eight.columns img {
		display:inline-block !important;
		
		width: 44px;
		height: 44px;
		
		margin: 0 10px 0 0;
		
		vertical-align:middle;
	}
	
	.feature-points .eight.columns p {
		display: inline-block;
		width:80%;
		text-align: left;
		vertical-align: middle;
	}
		

/*==================
 SEM - Version Features
==================*/
.version-features {
	background: #fff;
}

.version-features .features {
	width: 940px;
	height: 400px;

	background:#fff url(/i/v3/SEM/features_bg_v3.png) no-repeat center center;

	position:relative;
}
	.version-features .features p{
		font-size: 14px;
	}

	.version-features .features p.phrasespace {
		margin: 0;
	}

.version-features .feature_1 {
	width: 320px;

	position: absolute;
	top: 45px;
	left: 0;
	
	text-align: right;
}

	.version-features .feature_1 p.phrasespace {
		text-align: right;
	}

.version-features .feature_2 {
	width: 320px;
	
	position: absolute;
	top: 45px;
	right: 0;
}

.version-features .feature_3 {
	width: 270px;

	position: absolute;
	top: 175px;
	left: 0;
	
	text-align: right;
}

	.version-features .feature_3 p.phrasespace {
		text-align: right;
	}

.version-features .feature_4 {
	width: 270px;

	position: absolute;
	top: 175px;
	right: 0;
}

.version-features .feature_5 {
	width: 296px;

	position: absolute;
	top: 305px;
	left: 0px;
	
	text-align: right;
}
	.version-features .feature_5 p.phrasespace {
		text-align: right;
	}

.version-features .feature_6 {
	width: 296px;

	position: absolute;
	top: 305px;
	right: 0px;
}

/*==================
 Four Points
==================*/
.four-points .point-item {
	margin: 0 0 30px 0;
}

.four-points .point-item img {
	float: left;
	
	margin: 0 10px 0 0;
}

.four-points .point-item span {
	display: block;
	float: left;
	width: 370px;
}


/*==================
 Award Quote
==================*/
.award-quote {

}

.award-quote .aq-image {
	padding: 20px;
	
	background: #fff;
	border: 1px solid #ccc;
}

	.award-quote  .aq-image img{
		margin: 0 auto;
	}


.award-quote .aq-content {
	min-height: 100px;
	
	padding: 0 0 10px 0;

	background: transparent;
}
	
	.award-quote .aq-content p {
		padding: 0 40px 0 0;
	
		font-family: 'Times New Roman', Serif;
		font-weight: normal;
		font-size: 20px;
		line-height: 24px;
	}
	
	.award-quote .aq-content p strong, 
	.award-quote .aq-content p b {
		display: inline-block;
		padding: 0 0 5px 0;
		
		color: #666;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
		text-transform: uppercase;
	} 



/*==================
 ODF ticker
==================*/
.odf-ticker {
	background: #1b1b1b;
	padding:0;
}

/*  #Mobile
================================================== */
    
    /* Note: Design for a width of 1024px */
    
    @media only screen and (max-width: 1024px) {
    	.odf-ticker { border-top: 1px solid #dddee2; }
    	.odf-ticker .flexcontainer { display: none; }
		.SF_logo{
			display: none;	
		}
    }
    
    
.ticker .row
{
	padding:142px 0 0 0;
	height:18px;
	width:680px;
}

.ticker-container
{
	width:940px;
	height:108px;
	overflow:hidden;
}
ul.ticker
{
	list-style:none;
	padding:0;
	margin:0;
}
ul.ticker li
{
	height:28px;
	width:940px;
	margin:0;
	padding:40px 0;
	white-space:nowrap;
	text-align:center;
	font-weight:normal;
	font-family:Tahoma;
	font-size:24px;
	line-height:28px;
	color:#fff;
}

ul.ticker li b
{
	font-weight: bold;
}

ul.ticker li a
{
	display:inline-block;
	font-size:20px;
	font-weight:normal;
	font-family:Tahoma;
	text-decoration:none;
	color:#fff;
}
ul.ticker li a:hover
{
	text-decoration:underline;
}




/*==================
 VF feature schema
==================*/
.featschema {
width: 100%;
}

.featschema th,
.featschema td
{
text-align:left;
vertical-align:top;

padding:10px 10px 20px 10px;
color:#000;
}


.featschema .col1
{
width:160px;
}
	.featschema .col1 img
	{
	display:block;
	margin:20px 0 0 0;
	}
.featschema .col2
{
width:50px;
}
.featschema .col3
{
width:93px;
}
.featschema .col4
{
width:142px;
}
.featschema .col5
{
width:50px;
}
.featschema .col6
{
width:43px;
}

.featschema th
{
height:19px;
background:#cbcbcb;
font-weight:bold;
border-left:1px solid #fff;
}

.featschema td
{
border-top:1px solid #666;
padding-left:11px;
background:#fff;
}

.featschema th.col1
{
background:#666;
color:#fff;
border:0;
}


.featschema .col1,
.featschema .col6
{
font-weight:bold;
}

.featschema .row1 .col1,
.featschema .row1 .col6
{
font-weight:bold;
}

.featschema .col1
{
padding-left:10px;
}

.featschema .row1 td
{
background:#b9eb89 url(/i/new/VIRUSbg.gif) repeat-x;
}

/*==================
 Imported from StyleNew.css - cleanup needed
==================*/
html, body
{
background:#f2f2f2 !important;
behavior: none !important;
}

/* Reset from original */
.content {
	padding: 0px !important;
	margin-left: 1px !important;
	width: 930px !important;
}

.main {
	border: 0px solid #ccc !important;
}


.wrapper_content {
	-moz-box-shadow: none;
	box-shadow: none;
	behavior: none;
}

a {
	color: #09C;
}

a:hover, a:active {
	color: #1c7d9d;
}

footer {
	background: #fff;
	padding-bottom: 10px;
}

.footer {
	padding: 10px 0px 0px 0px !important;
	margin-top: 10px !important;
	width: 930px !important;
	background: #fff;
}

.divider h2 {
	color: #999;
	font-size: 18px !important;
}

.footer a {
	color: #999 !important;
}
.footer a:hover {
	color: #000 !important;
}

.div_main	{
	background: none !important;
}

.arrow_product {
	display: none !important;
}

a.number {
	margin: 30px 0 30px 0; 
	display: inline-block;
	width: 33%;
	font-size: 20px;
	color: #FFF;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	padding: 20px 0 30px 0;
	background: #a50f1a !important;
}

a.number span {
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	display: block;

	text-align: center;
}

a.number:hover {
	background: #b8121e !important;	
}

a.blackbox {
	margin: 30px 20px 30px 20px; 
	display: inline-block;
	width: 350px;
	background:#fff !important;
	border: solid 10px #CCCCCC !important;
	font-size: 20px;
	color: #666;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	padding: 20px 20px 30px 20px;
	position: relative;
}

a.blackbox span {
	madding: 5px 0 5px 0; 
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	display: block;
	text-align: center;
}



a.blackbox:hover {
}

.line {
	width: 300px;
	padding: 10px 10px 0 10px;
	text-align:center;
}

.line p {
	padding: 0px;
	margin: 0px;
	color:#666 !important;
	font-size: 14px !important;
}

.strong {
	font-weight: bold;
}	

.flex{
	position:relative;
}

.parallax{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
}

.focusword {
	color: #a50f1a;
	font-weight:bold;
}

.focuswordblack {
	color: #333;
	font-weight:bold;
}

.substep {
	font-size: 12px;
	line-height: 12px;
}

.comparefeatures {
	font-size: 16px;
	line-height: 28px;
}


.features ul {
	float: left;
	width: 45% !important;
	padding: 20px 0 20px 30px !important;
	font-size: 16px;
	list-style: outside;
}

.features .first {
	margin-right: 20px !important;

}

.features ul, li {
	padding: 0px;
	margin: 0px;
}

.features li {
	line-height: 26px;
}

.features li span {
	color:#666;
	display: block;
	line-height: 16px;
	padding-left: 0px;
}

.solidline {
	padding: 10px 0px 0px 0px !important;
	margin-top: 10px !important;
	width: 930px !important;
	border-top: solid 1px #dddee2;
}

.solidlinefullwidth {
	margin-top: 10px !important;
	border-top: solid 1px #dddee2;
}

.screenshotimg {
	padding: 20px;
}


.fixedpage {
	width: 936px;
	margin: 0 auto;		
}



/*==================
 ErrorMessege (2)
==================*/

.errorbg {
	background: #d5544e;		
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .05rem;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0px;
  border: 0px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #;
  min-width: 230px; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #33C3F0; }


.select_lang_dropdown
{
color:#606060;
height: 20px;
padding: 0px;
margin-top: 2px;
border-radius: 0px;
}

.btnorange {
	color: #333 !important;
	background-color: #eec710 !important;
	border: solid 0px #746108 !important;	
}

.btnorange:hover {
	background-color: #fed411 !important;
	border: solid 0px #746108 !important;
}

.btnflow {
	color: #999;
	cursor: auto;
	text-align: center;
	font-size: 14px;
	background: #333;
	padding: 10px 0 10px 0;
	
}
.btnflow a {
	color: #fff;
	text-decoration: none !important;	
}


.flowbox {
padding: 10px 0 10px 0;
}

.flowaiting  {
	color: #999;
	background: #FFF;
	
}

.flowactive  {
	color: #fff;
	background: #333;
}

.flowdone  {
	text-decoration: none !important;
	background: #333 url(/i/v3/mini_icons/done.png) no-repeat;
	background-position: right 8px;
}

.vcenterbox {
	display: table !important;
    table-layout: fixed !important;
}

.vcenter {
	display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}

.u-pull-down {
	padding-top: 20px;
}
.u-pull-down-more {
	padding-top: 40px;
}
.topmargin10 {
	margin-top: 10px;
}
.topmargin20 {
	margin-top: 20px;
}
.removemargin {
	margin: 0px;
}

.float-left {
	float: left;
}

.text-no-wrap {
	white-space: nowrap;
}

.foot h3 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	padding: 10px 0 10px 0;
	margin: 0px;
}

.foot,
.foot p,
.foot a {
	color: #999;
	font-size: 12px;
	text-decoration: none;
}
.foot a:hover {
	color: #666;
}

foot.copyrighttext {
	color: #CCC;
	font-size: 14px;
}

.foot .social
	{
	margin:0 5px 1px 0;
	width:16px;
	height:16px;
	border:0;
	vertical-align: middle;
}

.logospace {
	padding: 10px 0 10px 10px;
	height: 73px
}


.additional_content ul {
	padding: 20px 0 20px 0px;
	margin: 0px 0 0 22px;
}

.additional_content ul li {

}

.additional_content ol {
	padding: 10px 0 10px 0px;
	margin: 0px 0 0 22px;
}

.additional_content ol li {
	padding: 8px 0 0 0;
	margin: 0px;
}

.additional_content a {
	text-decoration: underline;
}

.img_down {
	display:none;
}

.img_up {
	display: inline;
}

.additional_info h2	{
	cursor: pointer; 
}

.additional_content	{
	
}

.orderprice	{
	font-size: 16px;
	font-weight: bold; 
}

.mobilestep	{
	width: 25%;
	float: left;
}

/* PAYMENT Customer Information
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.messagepop {
	width:600px;
    background-color: #FFFFFF;
	padding-bottom: 10px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-250px;
    margin-left:-300px;
  	cursor: default;
  	display: none;
  	text-align: left;
  	z-index: 1000;
 
}

.termspagebox {
	height: 300px; overflow-y: scroll;
	margin: 30px 20px 0 20px;
	z-index: 2000;
}

/*.messagepop {
  background-color: #FFFFFF;
  cursor: default;
  display: none;
  position: relative;
  text-align: left;
  z-index: 1000;
 
}*/

.messagepop .div_main {
  padding: 0 20px 0 20px;
}

.messagepop p, .messagepop.div {
  margin: 8px 0;
  padding-bottom: 20px;
}

.closebox {
	float: right;
	position: relative;
	top: 10px;
	right: 10px; 
	height: 24px;
	width: 24px;
  	background: url(/i/v3/mini_icons/close.png) no-repeat;
	background-position: right 0px bottom 0px;
}

.overlay {
  	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 	background: url(/i/payment/50p_trans.png); 
    z-index: 100;
}

.paymentinprogress,
.paymentinprogress:hover {
 	/* background: url(/i/payment/processing.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right 8px bottom 9px !important; */
	background: #CCC !important;
	color: #666 !important;
	cursor: not-allowed;
}

#submit1:disabled {
	color: #666 !important;
	cursor: not-allowed !important;
	background-color: #CCC !important;
 	/*background: #CCC url(/i/payment/processing.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right 22px !important;*/
}



/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  vertical-align: bottom;
   }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }
thead {
	border-bottom: solid 1px #ddd;
    vertical-align: middle;
	font-weight: bold;
}
.topline {
	border-top: solid 1px #ddd;
	}
.bottomline {
	border-bottom: solid 1px #ddd;
	}	


    
  


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }
  
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 0rem; }  
  
/* Required form field
–––––––––––––––––––––––––––––––––––––––––––––––––– */  
  
.required {
  font-size: 14px; font-weight:100;
 }  
 
  
  
  
  
  
  
  
  
  
  


/* FOR TEST START */


/* TABS for test*/

.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 25px 0px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 14px 0 -5px;
    font-weight: normal;
}

ul.ui-tabs-nav[alternate] li {/*VORK 19102010*/
    float: right;
    margin: 0 -5px 0 4px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(/i/new/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #333333;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
	
    /* declare background color for container to avoid distorted fonts in IE while fading */
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* START Tab Boxtyper */

.questionmark {

}

.tabs_list strong {
	font-weight: 100;
}
 
/* FOR TEST END */


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
	.flexcontainer .four.columns.btnflow	{
	display: none;
	}
	
	.foot	 {
		text-align: left;
	}
	.tablethide	 {
		display: none;
	}
	
    }



/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
	
	.osbanner { display: none; }
	
	.mobilehide	 {
		display: none;
	}
	
	.mobilecenter	 {
		text-align: center;
	}
	
	.logospace {
		padding: 10px 0 0 0;
	}
	
	.daniel {
		background: red !important;
	}
	
	.copyrighttext	 {
		text-align: center;
	}
	
	.mobil-u-full-width	 {
		width: 100%;
  		box-sizing: border-box;
	}
	
	.mobile-drop-pullright	{
	clear: both;
	}
	
	.mobile-logo	{
	width: 75%;
	height: 75%;
	}	
	
	.img_down {
	display: inline;
	}

	.img_up {
	
	display: none;
	}
	
	.mobile-one-half {
	width: 50% !important;
	float: left;
	}
	
	.supportno {
	font-size: 40px !important;
	}	
	
    }