*, *:before, *:after
{
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	-webkit-overflow-scrolling: touch;
}
html {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s,
samp, small, strike, strong, sup, sub, tt, var, b, u, i, center,
ul, ol, li, dl, dt, dd,
table, tr, th, td, thead, tbody, tfoot, caption,
form, fieldset, legend, input, button, textarea, select, label,
applet, object, iframe, audio, video, canvas,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{	border: 0; }

/* MODALS */
.boxProgram { height: 100%; left: 0;padding-left: 50%;padding-right: 50%;position: fixed;top: 0;z-index:999; display:none}
.boxProgram.openApp { margin-top:20px; display:block}
.boxProgram a.type i { font-size:32px; position:absolute; top:10px; left:20px; color:#999 }
.boxProgram .content {background: #fff;min-height:416px; margin-left:-315px;margin-top:80px;position: absolute;width:630px;z-index: 102;left:50%; padding:20px;
webkit-border-radius:6px;
-moz-border-radius:6px;border-radius:6px;
-moz-box-shadow:1px 1px 12px rgba(0,0,0,.6);
-webkit-box-shadow:1px 1px 12px rgba(0,0,0,.6);
box-shadow:1px 1px 12px rgba(0,0,0,.6);
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.boxProgram .content.norton { padding:10px;}

.boxProgram .content #wrap-content { height:auto; padding:0; margin-top:0}
.boxProgram .content #terms_ajax_content {height:350px; padding:0;overflow: auto;} 
.boxProgram .content #uninstall-content {height:350px; padding:0;overflow: auto;} 
.boxProgram .content #uninstall-content img { width:100%}

.boxProgram .content p { color:#333; margin:20px;}
.boxProgram .close {
position: fixed; top:66px; left:50%; width:26px; height:26px; margin-left:294px;
color: #333;
font-size: 25px;
font-weight: bold;
line-height: 26px;
text-shadow: 0 1px 0 #ffffff;
cursor:pointer; background:#FFF;
webkit-border-radius:50px;
-moz-border-radius:50px;border-radius:50px; padding:5px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
transition: all 0.2s ease;  transform: scale(1.0);
  -ms-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  text-align:center;
}
.boxProgram .close:hover {
  color: #000000;
  text-decoration: none; transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5); 
	
}
.boxProgram .close:hover i {}
.back {background: rgba(0,0,0,.95);display: block;height: 100%;left: 0;opacity: 0.8;position: fixed;top: 0;width: 100%; z-index:101}

 
		
		/* IMAGE LIGHTBOX  */
 	
		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;
			-ms-touch-action: none;
			touch-action: none;
			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}

		/* loading */
		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
				-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */
			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;
				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}
		/* OVERLAY */
		#imagelightbox-overlay
		{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .6 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}
		/* "CLOSE" BUTTON */
		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #666;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #111;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}
		/* CAPTION */
		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #666;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}
		/* NAVIGATION */
		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */
			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}
		/* ARROWS */
		.imagelightbox-arrow
		{
			width: 3.75em; /* 60 */
			height: 7.5em; /* 120 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}
		
/* ADD 05/12/2014 */
.snorton { width:97px; height:49px; background:url(../images/norton.png) no-repeat; float:left; }
.snorton a { width:97px; height:49px; display:block; cursor:pointer } 
.snorton a span { display:none;}

 /* ADD 05/05/2015 */
 .contactSEO {   position:relative; padding:0; margin-top:-10px; min-height:380px}
.contactSEO .title {background:#FFC900; padding:20px 10px; display:block;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
position:absolute; left:0; top:0; margin-top:-92px;   }
.contactSEO .title h2 { font-size:22px; color:#C92A05; line-height:26px}
.contactSEO label { font-size:16px; float:none; display:table; padding: 10px 0 0 0; margin:0px 0 5px 0; font-family: 'Lato', sans-serif; color:#333 }
.contactSEO .fl{ float:left}
.contactSEO .inputT.captcha{ float:left; width:200px; margin:8px 0 0 10px}

.contactSEO .inputT { font-family: 'Lato', sans-serif;
    height: 30px;
    line-height: 30px;
    width: 96%;
    margin: 5px 0 0;
    padding: 0 2%;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
 }
 
.contactSEO .error_label  { color:#c70000}
.contactSEO .inputT.error_input, .contactSEO .textArea.error_textarea  {
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(140, 18, 18, 0.3) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(140, 18, 18, 0.3) inset;
    -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(140, 18, 18, 0.3) inset;
    -o-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(140, 18, 18, 0.3) inset;	
	border: 1px solid #ce6b6b;
	background:#fff6f6;
	}
 .contactSEO .textArea { font-family: 'Lato', sans-serif;
    height: 32px;
    line-height: 32px;
    width: 96%;
    margin: 5px 0 0;
    padding: 0 2%;
    border: 1px solid #ccc;
    color: #333;    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	min-height:92px;
 }

.contactSEO .submit {
    display: block;
	margin:10px 0;
    width: 100%;
    padding:8px;
    border: 0;
    background: #e63812;
    clear: both;
    cursor:pointer;
    font-size:24px;
    color: #FFF;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.15) inset, 0 -1px 1px rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
	 font-family: 'Lato', sans-serif;
	 font-weight:bold;
}

.page_not_found_title {
	background-color: #FCC;
	line-height: 20px;
	border-radius: 5px;
	padding: 30px;
	position: relative;
	top: 10px;
	text-align: center;
	font-size: 16px;
	color: #222;
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.page_not_fount_title_image {
	position: relative;
	float: left;
	border-width: 0;
	width: 48px;
	height: 48px;
}

.page_not_found_body{
	background: #f5f5f5;
	padding: 10px;
	margin: 36px 0 36px 0;
}

.page_not_found_download{
	margin: 0 auto;
	width: 250px;
	background: #4e7749;
	border: none;
	text-shadow: none;
	font-size: 21px;

	border: 1px solid #4e7749;
	background-color: #4e7749;
	text-shadow: 0px -1px 0px #000;
	text-decoration: none;
	padding: 14px 20px;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
}
.page_not_found_download a{
	color: #FFFFFF;
}


.topFive { position:fixed; bottom:0; right:0; height:auto; width:320px; padding:0; background:rgba(22,44,88,.95); z-index:999}
.topFive h3 { background:none; margin:0 0; padding:10px 6px; cursor:pointer; color:#CCC}
.topFive ul { display:none; margin:0; padding:0; }
.topFive.open ul { display:block;}
.topFive ul li a { color: #DFF}
.topFive ul li {line-height:32px; margin:0 0 1px 0; background:rgba(24,74,174,0.5); padding:0; list-style:none; font-size:13px; padding-left:28px; position:relative; }
.topFive ul li:before {font-family:FontAwesome;font-weight:normal;text-decoration:inherit;color: #09F;font-size:18px;position:absolute;top:0;left:10px;content:"\f105";}