/*==================
 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 20px 10px 20px;
	
	font-size: 20px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	
	border-bottom:2px solid;
	
	box-sizing: border-box;
}
	a.customclass:active {
		margin: 12px 0 10px 0;
		
		border-bottom:0;
	}

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
		a.customclass {
			min-width: auto !important;
			width: 100% !important;
			padding: 10px;
			background-image: none !important;
			
			/*width: 260px;*/
		}    
	}


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;
}


 @media only screen and (min-width: 768px) {
	.DownloadBtn { 
		position: relative;
		overflow: hidden;
		border: 0 !important;
		height: 60px;
		padding: 0 84px 0 30px !important;
	}
	
	.DownloadBtn:active { margin: 10px 0 10px 0 !important; }
	
	.DownloadBtn.clicked {  }
	
	.DownloadBtn:after{
	    /*Add another block-level blank space*/
	    content: '';
	    display: block;
	 
		position: absolute;
		top: -30px;
		left: 50%;
		
		margin: -14px 0 0 -9px;
	 
	    /*Make it a small rectangle so the border will create an L-shape*/
	    width: 9px;
	    height: 18px;
	 
	    /*Add a border on the bottom and left, creating that 'L' */
	    border: solid #fff;
	    border-width: 0 6px 6px 0;
	 
	    /*Rotate the L 45 degrees to turn it into a checkmark*/
	    transform: rotate(45deg);
	
		transition: top .25s ease-in-out;
	}
	
	.DownloadBtn:before {
		content: '';
		display: block;
		
		position: absolute;
		top: -60px;
		left: 0;
		height: 60px;
		width: 100%;
		
		background: #79b923;
		
		box-shadow: 0 5.px 10px rgba(0,0,0,.35);
		
		transition: top .25s ease-in-out;
	}
	
	.DownloadBtn.clicked:before {
		top: 0px;
		transition: top .25s ease-in-out;
	}
	
	.DownloadBtn.clicked{}
	
	.DownloadBtn.clicked:after {
		top: 30px;
		margin: -14px 0 0 -9px;
		transition: top .25s ease-in-out;
	}
	
	.DownloadBtn span,
	.DownloadBtn p { display: block; line-height: 60px; }

	p .DownloadBtn::before,
	p .DownloadBtn::after {display:none;}
}

/*==================
 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: normal !important;
		/*color: #333;*/
	}
	.pagehero .manchet p {
		margin: 0 0 10px 0;
	}

.pagehero .description {
	display:block;
	margin: 0 0 20px 0;
}

.pagehero .right span {
	display: block;
	margin: 30px 0 20px 0;
}

.pagehero.centered h1,
.pagehero.centered p{
	text-align: center;
}

.pagehero h1 strong,
.pagehero p strong{
	font-weight: normal;
}

.pagehero.centered img{
margin: 20px auto;
}

.pagehero .ctabutton{
margin-top: 50px;
}

.pagehero#parallax {	
	padding: 0;
	min-height: 20%;
	padding: 60px 0; 
	position: relative;
	/*overflow: hidden;*/
	
	background-color: #fff;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

	.pagehero#parallax h1 {
		padding: 0 0 0 0;
		color:#fff !important;
		
		position: relative;
	}
	
	.pagehero#parallax .manchet {
		color:#fff !important;
		
		position: relative;
	}
	.pagehero#parallax .description {
		color:#fff;
	}
	.pagehero#parallax h1,
	.pagehero#parallax .manchet {
		text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 0 rgba(97,145,162,0);
	}


.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: 60px 0 20px 0;  
}

.two-cta h1 { margin: 0 0 10px 0; }

.two-cta .manchet { margin: 0 0 50px 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:nth-of-type(1){
	margin-top: 30px;
}

.products:nth-child(3){
	padding:0 0 40px 0;
}

.products h2 {
	margin: 0 0 30px 0;
	font-weight: bold;
}

.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 .table .column,
.products .table .columns  {
	float: none;
	position: relative;
	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 {
		font-size: 14px;
		color: #fff;
	}

.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.products-special .cell:nth-of-type(1) h3:after {
		content: "*";
		margin-left: 5px;
		color: red;
	}
	.products.products-special .cell:nth-of-type(1) p:nth-of-type(1) {
		padding: 30px 20px 20px 20px;
	}
	.products.products-special .cell:nth-of-type(1) p:nth-of-type(2) {
		padding: 0px 20px 80px;
		font-size: 12px !important;
	}
	.products.products-special .cell:nth-of-type(1) p:nth-of-type(2):before {
		content: "*";
		margin-right: 5px;
		color: red;
	}


.products .product-page-link {
	position: absolute;
	bottom: 0;
	
	width: 100%;	
}
	
	.products .eight.columns .product-page-link {
		width: 460px;	
	}
	
	
	.products .product-page-link a.customclass {
		min-width: 100%;
		padding: 5px 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,
    	.products .eight.columns .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;	
		}
		.header span p {
			font-size: 0.8em;
			line-height: 1.2em;
		}

		a.CTAgreen-arrow {
			padding: 15px;
		}
   } 

/*==================
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)"; 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff);
}

.category-element-title p {
	height: 30px;
	
	padding: 10px 20px;

	color: #212121;
	font-size: 12px;
	
	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;

	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;
}


/*==================
1 COLUMN NEWS TEMPLATE
==================*/
.emphasis .news {
	width: 100%;
	margin: 0 0 20px 0;	
}

.emphasis .news p {
	margin: 0;
}

.emphasis .news h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	
	margin: 4px 0 8px 0;
}

.emphasis .news:hover {
	/*background: #f0f0f0;*/
}

.emphasis .news:hover * {
	color: #333 !important;
}

/* ----- */
.emphasis.news { 
	background-color: #fff; 
	background-position: right 315px center;
	background-repeat: no-repeat;
	background: linear-gradient(#dddddf,#fff) !important;
}
.emphasis.news:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#dddddf,#fff);
	z-index: -1;
}
.emphasis.news .manchet p { 
	padding: 0; 
	margin: 0;
	color: #000; 
}
.emphasis.news h2 {
	color: #000;
}
.emphasis.news h4 {
	color: #000;
}
.emphasis.news p.date {
	color: #000;
	font-style: italic;
	font-size: 14px;
}
.emphasis.news p {
	color: #000;
	margin: 0;
}
.emphasis.news a {
	color: #000;
}


.emphasis.notification {
	background-color: #fcd963;
	
	font-size: 20px;
	color: #191a1c;
}
.emphasis.notification h2,
.emphasis.notification p {
	color: #191a1c;
}



/*==================
 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: "\2022";
    padding: 0 .5rem 0 0;
}

.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;
}

/*
 Requirement columns
==================*/
.requirements p {
	font-size: 14px;
}
.requirements h3,
.requirements h3 p { 
	font-size: 14px;
text-transform: uppercase;text-align: left;
}


.requirements h3 {
	border-bottom: 1px solid #ccc;
    background: #333;
    color: #fff;
    
    padding: 6px 12px;
	padding-bottom: 6px;
	margin-bottom: 14px;
}

.requirements h3 p { 
	padding:0 !important;
	margin:0 !important;
}

.requirements p { text-align: left; padding: 0 12px 12px 12px; line-height: 2em; font-size: 14px; }

.requirements .column { background: #fff;border-bottom: 1px solid #ccc; margin-bottom: 20px; }

/*==================
 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: 50px 0;
	background-color: #dedede;
}

.emphasis.small div:nth-last-child(3) img {
	width: 50%;
}
.emphasis.small div:nth-last-child(2) img {
	width: 70%;
}
.emphasis.small .three.columns:nth-last-child(2) img {
	width: 70%;
}
.emphasis.small img {
	max-width: 70%;
}

.emphasis.small img {
	width: auto !important;
	max-width: 100%;
	max-height: 100px !important;	
}
	.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.strong {
		font-weight: normal;
	}
	
	.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: 120px;
	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 h2,
	.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;
	}

	.feature-points .eight.columns a img {
		float: right;
		width: 310px;
		height: auto;
	}
	.feature-points .eight.columns a.custom {
		float: right;
		background-color: #f2f2f2;
		padding: 10px;
		color: #6899fd;
		margin: 10px 23px 0 0;
		border: none;
		font-size: 1em;
	}
		

/*==================
 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;
  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 strong a {
	line-height: 20px;
	display: inline-block;
	padding: 0 0 9px 0;
	margin: 0 0 9px 0;
	border-bottom: 1px solid #999;
}

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;
	}	
	
    }
    

.call-contact h2,
.call-contact p {
	text-align: left;
}    

.call-contact p {
	padding-top: 30px;
}    


.call-contact .four.columns {
	padding-top: 10px;
	
}

.call-contact .four.columns img {
	display: inline-block !important;
	max-height: 36px;
	max-width: 100%;
	
	vertical-align: middle;
}

.call-contact .four.columns h3,
.call-contact .four.columns h4 {
	display: inline-block;
	padding: 0 0 0 12px;
	font-size: 20px;
	line-height: 36px;
	}
	
/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (max-width: 959px) {
    	.call-contact .four.columns img {
	    	display: block !important;
	    	margin: 0 auto;
    	}
    	.call-contact .four.columns h3,
    	.call-contact .four.columns h4 {
	    	text-align: center;
	    	display: block !important;
	    	padding: 8px 0 0 0;
			font-size: 18px;
    	}
    }
    
    
    
.image-band {
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: none;
	height: 180px;
	
	padding: 0 !important;
}

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen  and (min-width: 320px) and (max-width: 479px) {
		.pagehero#parallax,
		.image-band {
			background-attachment: scroll;
		}    
	}
	
	
	
	
	
	
	
/*==================
BASKET TABLE
==================*/	
.table-footer {
	margin-top: 10px;
	
}

.table-notes {
	padding-top: 4px;
}

.table-actions {
	text-align: right;
}
	
	
/*==================
PRICING TABLE
==================*/
#pricingtable .col1 {
	margin-right: 0;
}
#pricingtable .col2 {
	margin-left: 0;
}

#pricingtable .col1 .column {
	
	width: 100%;
	
}

#pricingtable .col2 .column {
	
	width: 33.3333%;
}

	#pricingtable .col2 .column:nth-child(1) {
		/*background: #ccc;*/
		
	}
	#pricingtable .col2 .column:nth-child(2) {
		/*background: #ddd;*/
		border-right: none;
		border-left: none;
	
	}
	#pricingtable .col2 .column:nth-child(3) {
		/*background: #eee;*/
	}


#pricingtable .row {
	/*border-top: 1px solid #333;
	border-bottom: 1px solid #333;*/
}

#pricingtable .row .column {
	margin: 0;
	padding: 0;
	
	font-size: 16px;
	
	/*text-align: center;	*/
}

#pricingtable .row .column .sub-head {
	display: none;
}

#pricingtable .row .column .value-row {
	height: 38px;
	overflow: hidden;
	
}

#pricingtable .row .column .value-row .value {
	position: relative;
	
	
	padding: 4px 8px;
	margin: 0;
	
	line-height: 30px;
	
	background: #fff;
	
	border-left: 1px solid #dedede;
	text-align: right;	
}

#pricingtable .row .col1 .column .value-row .value {
	text-align: left;
}

#pricingtable .row .column .value-row .value .currency {
	font-size: 12px
}
#pricingtable .row .column .value-row .value .discount {
	position: absolute;
	display: block;
	
	top: 9px;
	left: 8px;
	
	line-height: 20px;
	padding: 0px 4px;
	
	text-align: center;
	vertical-align: middle;
	
	font-size: 12px;
	
	
	border-radius: 3px;
	
	
	/*background: #ecfcda;*/
	background: rgba(51,51,51,.6);
	color: #fff;
	font-weight: bold;
	
}
/*
#pricingtable .row .column .value-row .value .discount {
		position: relative;
	
		margin: 16px 0 0 0;
	
		line-height: 20px;
		width: auto;
		padding: 8px 16px;
	}
*/
#pricingtable .row:nth-child(even) .column .value-row .value {
	background: #f1f1f1;
}


#pricingtable .row .col1 .column .value-row .value {
	border-left: none;
}
/*table-head styles*/
#pricingtable .row .column.head,
#pricingtable .row .column .sub-head {
	padding: 4px 8px;
	
	background: #0099cc;
	background: #dedede;
	
	color: #333;
	
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}


@media only screen and (max-width: 767px) {
	#pricingtable .col1 {
		margin-right: 10px;
	}
	#pricingtable .col2 {
		margin-left: 10px;
	}
	
	#pricingtable .row {
		margin: 0 0 10px 0;
	}
	
	#pricingtable .row .column.head {
		display: none;		
		
	}
	#pricingtable .row .column .sub-head {
		display: block;
		text-align: center;
	}
	
	#pricingtable .row:nth-child(even) .column .value-row .value {
		background: #fff;
	}
	
	#pricingtable .row .col1 .column .value-row .value {
	text-align: center;
	}
	
	#pricingtable .row .column .value-row {
	height: auto;
	overflow: visible;	
	}
	
	#pricingtable .row .columns.col2 {
		/*border-bottom: 2px solid #dedede;*/
	}
	
	#pricingtable .row .column .value-row .value {
		text-align: center;
	}
	#pricingtable .row .column .value-row .value .discount {
		position: relative;
		left: 0;
		top: 0;
		margin: 0;
	
		background: transparent;
		
		color: #333;
	
		line-height: 20px;
		width: auto;
		padding: 0;
	}
}




/* product row */
.our-products {
background: #fff;
padding: 0 0 20px 0;
border-bottom: 1px solid #f2f2f2;
}

.our-products .flexcontainer .columns {
	width: 100%;
	margin: 0;
	padding: 0;
}

.our-products h3 {
	width: 100%;
	
	text-align: center;
	
	padding: 40px 0 0 0;
	
}

.our-products .customclass {
float: left;
width: 16.66%;
max-width: 16.66%;
min-width: auto;

margin: 0;
padding: 80px 20px 20px 20px;

box-sizing: border-box;

border: none;

text-align: left;

/*background: #333;*/
background-position: 50% 15px;
background-repeat: no-repeat;

font-size: 14px;
color: #555;
line-height: 20px;


-webkit-transition: background .3s ease-out;
-moz-transition: background .3s ease-out;
-ms-transition: background .3s ease-out;
-o-transition: background .3s ease-out;
transition: background .3s ease-out;
}


/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.our-products .customclass {
		width: 33.33%;
		max-width: 33.33%;
	}

}

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    .our-products .customclass {
		width: 50%;
		max-width: 50%;
		padding: 80px 30px 30px 30px;
	}
}


.our-products .customclass img {
	vertical-align: middle;
	max-width: 100%;
}

.our-products .customclass:hover {
	/*background:#fff;*/
	background-position: 50% 15px;
	background-repeat: no-repeat;

	text-decoration: none;

	cursor: pointer;
}

.our-products .customclass.sf {
background-image: url(//www.spamfighter.com/i/v3/product-logos/sf-logo-bw.png); 
}

.our-products .customclass.sf:hover {
	background-image: url(//www.spamfighter.com/i/v3/product-logos/sf-logo.png);
}

.our-products .customclass.rc {
background-image: url(//www.spamfighter.com/i/v3/product-logos/rc-logo-bw.png); 
}

.our-products .customclass.rc:hover {
	background-image: url(//www.spamfighter.com/i/v3/product-logos/rc-logo.png);
}

.our-products .customclass.dv {
background-image: url(//www.spamfighter.com/i/v3/product-logos/dv-logo-bw.png); 
}

.our-products .customclass.dv:hover {
	background-image: url(//www.spamfighter.com/i/v3/product-logos/dv-logo.png);
}

.our-products .customclass.fd {
background-image: url(//www.spamfighter.com/i/v3/product-logos/fd-logo-bw.png); 
}

.our-products .customclass.fd:hover {
	background-image: url(//www.spamfighter.com/i/v3/product-logos/fd-logo.png);
}

.our-products .customclass.vf {
background-image: url(//www.spamfighter.com/i/v3/product-logos/vf-logo-bw.png); 
}

.our-products .customclass.vf:hover {
	background-image: url(//www.spamfighter.com/i/v3/product-logos/vf-logo.png);
}

.our-products .customclass.sw {
background-image: url(//www.spamfighter.com/i/v3/product-logos/sw-logo-bw.png); 
}

.our-products .customclass.sw:hover {
	background-image: url(//www.spamfighter.com/i/v3/product-logos/sw-logo.png);
}

/* ============================== Reseller Menu ============================== */
.reseller-navigation-main {
	background-color: #e6e6e6;
	padding: 20px 0;
	box-shadow: 0 4px 4px rgba(0,0,0,0.15);
}
.reseller-navigation-main a {
	margin: 0 0 5px;
    min-width: 0;
    border: none;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: normal;
	transition: all 0.15s ease-in-out;
	text-decoration: underline;
}
.reseller-body-main .flexcontainer {
	padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #ddd;
}
.reseller-body-main .flexcontainer img {
	margin: 0 auto;
}

/* -------------------------------------------------------------------------------- */
/* --------------------------------- PAGE HERO 2  --------------------------------- */
/* -------------------------------------------------------------------------------- */
.pagehero2 {
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: top right;
	background-color: #fff;
}
@media screen and (max-width: 959px) {
	.pagehero2 .platform-logos {
		display: none !important; 
	}
	.pagehero2 .five.columns {
		margin: 0 !important;
	}
	.pagehero2 {
		background-size: auto 100% !important;
	}
	.emphasis.small .three.columns,
	.emphasis.small .two.columns {
		width: 30% !important;
		margin: 0px !important;
	}
}
.pagehero2 h1 {
	margin-bottom: 20px;
	line-height: 45px;
}
.pagehero2 .partner-logo {
	margin-left: auto;
}
.pagehero2 .five.columns p {
	text-align: center;
	font-size: 0.8rem;
}
.pagehero2 p:nth-of-type(1){
	margin-bottom: 20px;
}
.pagehero2 .promo {
	margin: 10px 0;
    background-repeat: no-repeat;
    background-image: url('/I/v3/icons/windows_tablet.png');
    background-size: 100% 100%;
    padding: 20px 20px 40px;
}
.pagehero2 .social_hero {
	margin-top: 15px;
}
.pagehero2 .social_hero div {
	float: left !important;
}
.pagehero2 .platform-logos {
	bottom: 0;
    right: 0;
    position: absolute;
}
.pagehero2 .platform-logos:nth-of-type(1) {
	bottom: -4px;
    right: 230px;
}
.pagehero2 .platform-logos:nth-of-type(2) {
    right: 150px;
}
.pagehero2 .platform-logos:nth-of-type(3) {
    right: 75px;
}
a.CTAmain {
	min-width: 180px;
	color: #fff;
	padding: 2px;
	font-size: 1em;
	background-color: #0099cc;
	border: none;
	border-radius: 2px;
	bottom: 0;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	/* animation: pulse 2s infinite ease-in-out; */
}
.pagehero2 a.CTAmain {
	animation: show-up 1s 3 ease-in-out;
	animation-delay: 1s;
}
.pagehero2 a.CTAmain:active {
	margin: 0;
}
.show-up {
	animation: show-up 0.8s 1 ease-in-out;
}
@keyframes show-up {
	0% {transform: scale(1);}
	80% {transform: scale(1.03);}
	100% {transform: scale(1);}
}
a.CTAmain:hover {
	background-color: #00b5f1;
    color: #fff;
}
a.CTAmain:after{
    content: "\00bb";
	margin-left: 5px;
	font-size: 22px;
}
a.CTAmain.green {
	background-color: #65a50e !important;
}
a.CTAmain.green:hover {
	background-color: #5a920b !important;
}
.pulse {
	animation: pulse 1s 1 ease-in-out;
}
@keyframes pulse {
	0% {box-shadow: 0 0 0 rgba(0,0,0,0);}
	50% {box-shadow: 0 0 10px rgba(0,0,0,0.5);}
	100% {box-shadow: 0 0 0 rgba(0,0,0,0);}
}
/* ------------------------------------------------------------------------------ */
/* ------------------------------ PRODUCT DISPLAY  ------------------------------ */
/* ------------------------------------------------------------------------------ */
/* .product-display h3:before {
	position: relative;
	float: left;
	font-family: FontAwesome;
	content:"\f1cd";
	font-size: 1.2em;
	margin-right: 10px;
}
#Homeusers_products h3:before {
	content: "\f05b" !important;
} */
.product-display:nth-of-type(2){
	padding-top: 0;
}
.product-item {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 35px 0 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    transition: all 0.3s ease-in-out;
}
.product-item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.product-item img {
	margin: 10px 0 0;
	padding-top: 5px;
}
.product-item p {
    text-align: center;
    padding: 3px 10px;
}
.product-item p:nth-of-type(1) {
	padding: 0px !important;
}
.product-item a.product-btn {
	position: absolute;
	min-width: 100%;
	height: 100%;
	padding: 0;
	bottom: 0;
	left: 0;
	background: none;
}
.product-item a.product-btn span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #0099cc;
}
.no-space {
	padding-top: 0;
}
/* -------------------------------------------------------------------------------------- */
/* ------------------------------ PRODUCT DISPLAY SPECIAL  ------------------------------ */
/* -------------------------------------------------------------------------------------- */
.products-special {
	background-repeat: no-repeat;
	background-position: -130px 0;
	background-color: #dedede;
}
.products-special .one-third.column {
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
}
.products-special .one-third.column:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
/* #Business_products h2:before {
	position: relative;
	float: left;
	font-family: FontAwesome;
	content:"\f233";
	font-size: 1em;
	margin-right: 10px;
} */
.products-special h2 {
	margin: 5px 0 15px;
	font-weight: bold;
    background-color: rgba(0,0,0,0);
}
.products-special .sixteen.columns {
    background-color: rgba(0,0,0,0);
}
.products-special .cell h3 {
    padding: 0 20px;
    margin: 0;
    text-align: center;
    font-size: 1.4em;
}
.products-special .header {
    background: none;
}
.products-special .cell {
    padding-top: 80px;
}
.products-special .description {
    background-color: #fff;
}
.products-special .product-image {
    position: relative;
    width: 100%;
    height: 130px;
    padding: 0;
    text-align: center;
}
.products-special .product-image img {
    position: absolute;
    margin-top: -60px;
    max-width: 50%;
    left: 50%;
    transform: translateX(-50%);
}
a.product-btn {
    /* position: absolute; */
    color: #fff;
    padding: 2px;
    font-size: 1em;
    background-color: #0099cc;
    border: none;
    bottom: 0;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
}
a.product-btn span:after {
    content: "\00bb";
	margin-left: 5px;
	font-size: 22px;
}
a.product-btn:hover span {
    background-color: #00b5f1;
    color: #fff;
}
a.product-btn50 {
	float: left;
	min-width: 50% !important;
	box-sizing: border-box;
	font-size: 1rem;
	color: #fff;
	background-color: #0099cc;
	cursor: pointer;
    transition: all 0.1s ease-in-out;
	padding: 10px;
	border: none;
}
a.product-btn50:after {
    content: "\00bb";
	margin-left: 5px;
	font-size: 22px;
}
a.product-btn50:hover {
	color: #fff;
	text-decoration: none;
	background-color: #138db6;
}
.products-special .product-btn50:nth-of-type(2){
	border-right: 1px solid #fff;
}
a.product-btn50:first-child {
	border-right: 1px solid #fff;
}
a.download_green {
	color: #fff;
	background-color: #65a50f;
}
a.download_green:hover {
	background-color: #5e9615 !important;
}
a.link_blue {
	color: #fff;
	background-color: #0099cc;
}
/* ------------------------------------------------------------------------------- */
/* ------------------------------- EMPHASIS INTRO  ------------------------------- */
/* ------------------------------------------------------------------------------- */
.emphasis-ribbon,
.emphasis-ribbon.cloud_service {
    background-position: center top;
    background-repeat: no-repeat;
    background-position: -50px 0;
	background-color: #21649e;
	background: linear-gradient(#21649e, #67aae8) !important;
}
.emphasis-ribbon h2 {
    color: #fff;
}
.emphasis-ribbon p {
    color: #fff;
}
.emphasis-ribbon p:last-child {
	font-size: 0.8rem;
	text-align: center;
}
.emphasis-ribbon .hideMobile img {
	float: right;
}
.emphasis-ribbon a.CTAmain {
	margin: 30px 0 5px;
}
.emphasis-ribbon img {
	animation: floating infinite 3s ease-in-out;
}


@keyframes floating {
	0% {transform: translateY(0);}
	50% {transform: translateY(-5px);}
	75% {transform: translateY(5px)}
	100% {transform: translateY(0);}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .emphasis-ribbon {
        background-position: center top;
	}
	.products-special .product-image img {
		max-width: 25%;
		margin-top: -10px;
	}
}
@media only screen and (max-width: 480px) {
	.products-special .product-image img {
		max-width: 25%;
		margin-top: 15px;
	}
	a.product-btn50 {
		width:100%;
	}
	.products-special .product-btn50:nth-of-type(2){
		display: none;
	}
	.products-special .one-third.column {
		margin-bottom: 20px
	}
	.contact-info .four.columns {
		text-align: center;
		margin-top: 10px;
	}
}


/* Stats Ribbon Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* .stat-ribbon .one-third.column:last-child p:nth-of-type(2) {
	font-size: 1.4rem;
	font-weight: bold;
} */
.stat-ribbon {
		background-repeat: repeat;
		background-size: auto;
		background-attachment: scroll;
	}

	.stat-ribbon .stat-card p {
		font-size: 2rem;
		line-height: 2.2rem;
		text-align: center; 
	}
	.stat-ribbon .stat-card p:first-child {
		font-size: 1rem;
		text-transform: uppercase;
	}
	
	.stat-ribbon .stat-card .stat {
		opacity: 0;
	}
	
	.stat-ribbon .stat-card .stat.show {
		opacity: 1;
		transition: opacity .25s ease-in;
	}

/* ----------------------------------------------------------------------------- */
/* ------------------------------- CONTACT INFO  ------------------------------- */
/* ----------------------------------------------------------------------------- */
.contact-info {
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #252525;
	color: #fff;
}
.contact-info h2:first-child {
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 0 50px;
}
.contact-info h2 {
	float: left;
	width: 100%;
	margin: 15px 0 10px;
	font-size: 1.2rem;
	color: #fff;
	text-transform: uppercase;
	margin-left: 50px;
}
.contact-info a {
	max-width: 200px;
	border-radius: 2px;
	margin: 20px 0;
}
.contact-info .four.columns {
	margin: 30px 10px;
}
.contact-info .four.columns p {
	font-size: 1rem;
	margin: 15px 0;
}
.contact-info .four.columns {
	margin: 0 0 15px;
}
.contact-info .four.columns a {
	margin: 0;
}
.contact-info .four.columns img {
	max-width: 25px;
}

/* -------------------------------------------------------------------------- */
/* ------------------------------- REFERENCE  ------------------------------- */
/* -------------------------------------------------------------------------- */
.reference h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.reference .one-third.column {
	margin: 30px 10px;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------- SHOWCASE LOGO  ------------------------------- */
/* ------------------------------------------------------------------------------ */
.showcase_logo {
	background-color: #fff;
	padding-top: 10px;
}
.showcase_logo .two.columns,
.showcase_logo .three.columns {
	margin: 15px 10px;
}

/* -------------------------------------------------------------------------- */
/* ------------------------------- GO TO TOP  ------------------------------- */
/* -------------------------------------------------------------------------- */
#goToTop {
	position: fixed;
    bottom: 20px;
    right: 20px;
    box-sizing: border-box;
    padding: 5px 8px;
    cursor: pointer;
    color: #4d99cd;
    z-index: 1;
	border-radius: 5px;
	transition: all 0.15s ease-in-out;
}
#goToTop:hover {
	background-color: #4d99cd;
	color: #fff;
}

/* ========================================================================================================== */
/* ======================================== SPAM CALCULATOR ==================================================*/
/* ========================================================================================================== */
.spam_calculator {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.spam_calculator h1 {
	font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#sfCalculator {
    float: left;
    width: 100%;
    background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.75);
    margin: 20px 0;
    box-sizing: border-box;
}
.sfc_header {
    float: left;
    width: 100% !important;
    margin: 0 !important;
    background-color: #4d99cd;
    box-sizing: border-box;
} 
.sfc_calc_title {
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
}
.sfc_currency {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.sfc_currency > select {
    /* display: none; */
    padding: 3px 5px;
    margin: 0 !important;
    height: auto;
}
/* --- calculator content --- */
.sfc_content {
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.sfc_row {
    float: left;
    position: relative;;
    width: 100%;
    box-sizing: border-box;
}
.sfc_input {
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    height: 80px;
}
    .sfc_input p {
        float: left;
        font-size: 0.8rem;
        width: 100%;
        text-align: center;
    }
    .sfc_input input {
        text-align: center;
        width: 100px;
        height: auto;
        font-size: 1rem;
        margin-top: 3px;
        margin-bottom: 0;
    }
    #salary.focus {
        animation: blinking 1s infinite ease-in-out;
    }
    @keyframes blinking {
        0% {box-shadow: 0 0 0 rgba(224, 37, 37, 0);}
        50% {box-shadow: 0 0 10px rgba(224, 37, 37, 0.75);}
        100% {box-shadow: 0 0 0 rgba(224, 37, 37, 0);}
    }
.sfc_product_name {
    position: relative;
    text-align: left;
    height: 80px;
}
    .sfc_product_name p {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1rem;
    }
.sfc_calc_result {
    position: relative;
    text-align: center;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 10px;
}
    .sfc_calc_result .total_normal {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translateX(-50%);
    }
    .sfc_calc_result .total_normal span:first-child {
        margin-right: 3px;
	}
	.sfc_calc_result p {
		text-align: center !important;
	}
    #totalContent {
        width: 180px;
        margin: 0 auto;
        background-color: #4d99cd;
        padding: 8px 5px;
        margin-top: 3px;
	}
	#totalContent span:first-child {
		margin-right: 3px;
	}
    #totalContent span {
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
    }
.sfc_special span,
.sfc_special p {
    font-weight: bold;
    font-size: 1rem;
}

/* --- Open calculator --- */
#openCalculator {
    float: left;
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    background-color: #f3f3f3;
    color: #4d99cd;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
#openCalculator:hover {
    background-color: #fff;
}
#openCalculator p {
    text-align: center;
}
/* --- Second calculator --- */
.hr_top:before {
    position: absolute;
    top: 0;
    content: "";
    height: 1px;
    width: 95%;
    background-color: #cccccc;
    left: 50%;
    transform: translateX(-50%);
}
.sfc_features {
    box-sizing: border-box;
    padding: 20px 35px;
}
.sfc_features h3 {
    font-size: 1rem;
    font-weight: bold;
}
.sfc_features .plus_icon {
    position: relative;
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #65a50f;
}
.sfc_features .plus_icon::before,
.sfc_features .plus_icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #fff;
}
.sfc_features .plus_icon::before {
    transform: translate(-50%, -50%);
}
.sfc_features .plus_icon::after {
    transform: translate(-50%, -50%) rotateZ(90deg);
}
.sfc_features .eight.columns {
    margin-bottom: 10px;
}
.sfc_cta {
    position: relative;
    height: 200px;
}
.sfc_cta a {
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.sfc_icons_boxes {
    box-sizing: border-box;
    padding: 20px 0;
}
.sfc_icon_box {
    box-sizing: border-box;
    padding: 0 30px 20px;
    text-align: center;
}
.sfc_icon_box h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.sfc_icon_box p {
    text-align: center;
}
.sfc_icon_box img {
    max-width: 60px;
    height: auto;
    margin: 0.8em 0 1em;
}
/* --- Calculator controls & animations --- */
.hideThis {
    display: none;
}
.showThis {
    animation: showUp 1 0.3s ease-in-out;
}
@keyframes showUp {
    0% {opacity: 0; margin-top: -30px;}
    100% {opacity: 1; margin-top: 0;}
}

/* ============================================================================================================ */
/* ======================================== SPAM CALCULATOR 2 ================================================= */
/* ============================================================================================================ */
body.no_scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.pop_up_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}
.pop_up_wrap.show_pop_up {
    display: block;
}
.pop_up_close {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.pop_up_container {
    position: relative;
    max-width: 960px;
    min-height: 600px;
    margin: 20px auto 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    z-index: 1;
}

/* --- calculator v2 --- */
#calculatorV2 {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.pop_row{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
#calculatorV2 .pop_row {
    padding: 15px 20px 0;
}
.c_header {
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px 20px !important;
    background-color: #4d99cd;
}
.c_header h2 {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1rem;
}
.c_header .currency {
    float: right;
    width: 170px;
    text-align: center;
}
.c_header .currency > select {
    margin: 0 auto;
    padding: 3px 5px;
    height: 30px;
}
.c_header .pop_up_close {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    margin:-2px -10px 0 13px;
    background-color: inherit;
    z-index: 10;
}
.c_header .pop_up_close::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: rotateZ(45deg);
}
.c_header .pop_up_close::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: rotateZ(135deg);
}
#calculatorV2 input {
    padding: 5px;
    margin: 3px 0 0;
    text-align: center;
    height: 30px;
    width: 100px;
}
#calculatorV2 .data_left {
    position: relative;
    float: left;
    width: 150px;
    min-height: 1px;
    text-align: center;
}
#calculatorV2 .data_mid {
    position: relative;
    float: left;
    width: 40%;
    height: 55px;
    vertical-align: middle;
    text-align: left;
}
#calculatorV2 .data_right {
    position: relative;
    float: right;
    text-align: center;
    width: 200px;
    height: 55px;
}
#calculatorV2 .data_left p {
    float: left;
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
}
#calculatorV2 .data_mid p {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#calculatorV2 .data_right p {
    float: left;;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
}
#calculatorV2 #totalContent {
    float: left;
    margin-left: 6px;
}
#calculatorV2 .data_right .total_normal {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
#calculatorV2 .data_right .total_normal span:first-child {
	margin-right: 3px;
}
.special_bold .data_mid,
.special_bold .data_right {
    font-weight: bold;
}
.row_header h3 {
    font-size: 1rem;
    font-weight: bold;
}
#calculatorV2 .c_left {
    float: left;
    width: 600px;
}
#calculatorV2 .sfc_features {
    padding: 15px 30px 20px;
}
#calculatorV2 .c_right {
    position: relative;
    float: right;
    width: 200px;
    height: 115px;
}
#calculatorV2 .c_right a {
    position: absolute;
    bottom: 0;
}
#calculatorV2 .row_icons {
    margin-bottom: 10px;
}
#calculatorV2 .sfc_icon_box {
    float: left;
    height: auto;
    width: 300px;
    box-sizing: border-box;
    padding: 0 30px 20px;
    text-align: center;
}
#calculatorV2 .sfc_icon_box h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}
#calculatorV2 .sfc_icon_box p {
    text-align: center;
}
#calculatorV2 .sfc_icon_box img {
    max-width: 60px;
    height: auto;
    margin: 0.8em 0 1em;
}
