/*
	style
*/
.countries {
	text-align: left;
	margin-left: 4em;
}
.country {
	display: inline-block;
	width: 252px;
	text-align: left;
	background-color: #e7fdea;
	padding: 0.7em 0.8em;
	border-radius: 5px;
	margin: 0 0.7em 0.9em 0;
	position: relative;
	border: 1px solid #86e683;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.phone {
	
}
.number {
	display: block;
	color: #1769B2;
	font-size: 1.25em;
}
.country-name {
	display: inline-block;
	vertical-align: top;
}
.country img{
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	position: relative;
	top: 8px;
	margin-right: 0.45em;
}
.software-warning {
	border: 2px dashed #f24545;
	padding: 20px 30px;
	text-align: center;
	background: #fff2f2;
	margin-bottom: 40px;
	
}
.software-warning h3 {
	/*color: #2d2d2d;*/
}
.software-warning p {
	font-size: 110%;
}

.info-message {
	color: #1893d6;
}

.warning {
	color: #f19900;
}
.error {
	color: #d90000;
}
.success {
	color: #0d9c40;
}

.install-steps {
	list-style-type: none;
}
.install-steps li {
	margin-bottom: 30px;
}
.step-number {
	margin-right: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #2ba2d4;
}
.instruction-image {
	display: block;
	margin: 5px 0px 0px 30px; 
}
.text-box {
	display: block;
	width: 58%;
	float:left;
}
.image-box {
	display: block;
	width: 38%;
	float: right;
}
.image-box img {
	padding: 6px;
	border: 1px solid #2ba2d4;
	max-width: 100%;
	height: auto;
}
.install-steps img {
	max-width: 100%;
	height: auto;
}


.disclaimer-separator {
	border-top: 4px double #cfcfcf;
	margin-bottom: 30px;
	margin-top: 10px;
}
.post-disclaimer {
	border: 1px solid #cfcfcf;
	padding: 5px 10px;
	background: #fdfdfd;
	font-size: 12px;
}
.post-disclaimer p {
	margin-bottom: 10px;
	line-height: 1.8;
}
.post-disclaimer h4 {
	margin-bottom: 6px;
	font-size: 14px;
}

.download-area {
	border: 1px solid #599a6d;
	/*border-top: 9px solid #58b073;*/
	padding: 0px 0px 20px 0px ;
	/*height: 130px;*/
	margin-top: 30px;
	position: relative;
}
.area-caption {
	background: #58b073;
	text-align: center;
	display: block;
	color: #fff;
	margin-bottom: 20px;
	padding: 8px;
	font-size: 16px;
}
.area-caption i {
	font-weight: bold;
	font-style: normal;
}
.product-logo {
	margin-left: 20px;
	/*background: url( "http://www.wipersoft.com/wp-content/uploads/2015/01/wipersoft-logo-41.png" ) no-repeat;*/
	display: block;
	float: left;
}
.free100-icon {
	position: absolute;
	display: block;
	bottom: 20px;
	right: 47%;
}



.download-button, .download-button:link, .download-button:visited {
	background: url( '../img/download-white-icon.png' ) no-repeat 20px 17px;
	background-color: #2cb5ed;
	border: 1px solid #1c9bcf;
	display: block;
	float: right;
	padding-left: 80px;
	line-height: 58px;
	height: 60px;
	padding-right: 40px;
	color: #fff;
	font-size: 22px;
	margin-top: 8px;
	margin-right: 28px;
}
.download-button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #14a3de;
}

.items-list {
	width: 92%;
	background: #eee;
	font-style: italic;
	border: 0px;
	color: #666;
	border-left: 3px solid #CADAE7;
	margin-left: 40px;
	min-height: 50px;
	line-height: 1.4;
}
h3.list-title {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.page-download-box, .page-download-box:hover, .page-download-box:link {
	display: block;
	width: 30%;
	min-height: 60px;
	margin: 30px auto 30px;
    background: #1893d6; /* Old browsers */
    background: -moz-linear-gradient(top,  #1893d6 0%, #3ca3db 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1893d6), color-stop(100%,#3ca3db)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1893d6 0%,#3ca3db 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1893d6', endColorstr='#3ca3db',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);   
    border: 1px solid #247aa8;
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	padding: 10px 10px 15px;
	line-height: 1.5;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	text-decoration: none; 
}

.download-box, .download-box-regular {
	display: block;
	width: 55%;
	min-height: 60px;
	margin: 30px auto 30px;
    
    background: #1893d6; /* Old browsers */
    background: -moz-linear-gradient(top,  #1893d6 0%, #3ca3db 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1893d6), color-stop(100%,#3ca3db)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1893d6 0%,#3ca3db 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1893d6', endColorstr='#3ca3db',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);   
    border: 1px solid #247aa8;
    
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	padding: 10px 10px 15px;
	line-height: 1.5;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	text-decoration: none; 
}

.download-box-es, .download-box-regular-es,
.download-box-bg, .download-box-regular-bg,
.download-box-pl, .download-box-regular-pl,
.download-box-ro, .download-box-regular-ro,
.download-box-si, .download-box-regular-si
{
	padding-top: 10px;
	font-size: 22px;
}

a.download-box:hover, a.download-box:visited, a.download-box:link, 
a.download-box-regular:hover, a.download-box-regular:visited, a.download-box-regular:link {
	text-decoration: none;
    color: #fff;
}
.download-box span, .download-box-regular span {
	font-size: 14px;
	display: block;
} 

.manual-removal {
	display: block;
	width: 620px;
	margin: 20px auto 10px;
	/*background: url( '../img/ri/removal-instructions-en.png' ) no-repeat;*/
}
.blockquote-message {
	width: 92%;
	background: #eee;
	font-style: italic;
	border: 0px;
	color: #666;
	border-left: 3px solid #CADAE7;
	margin-left: 40px;
	min-height: 50px;
	line-height: 1.4;
}

.clear-all {
	clear: both;
	display: block;
}

.widget-area .widget .author-box {
	margin-bottom: 30px;
} 
.widget-area .widget .author-box p {
	margin-bottom: 10px;
	line-height: 1.5;
}
.widget-area .author-photo img {
	float: left;
	margin-right: 15px;
	box-shadow: none;
}
/*
.widget-area .author-info {
	float: left;
	padding-top: 0px;
	border: 0px;
	margin-top: 0px;
}*/

.safe-icon {
	margin-bottom: 30px;
}
.widget .safe-icon img {
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
}

.inf-disclaimer body .entry-content {
	color: #eee;
}

@media only screen and (max-width: 2000px) {
    a.download-box, a.download-box-regular {
        font-size: 26px;
        width: 60%;
    }
    a.download-box span, a.download-box-regular span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {
	.post-content .free100-icon {
		width: 100px;
		position: relative;
		margin-left: 0px;
		float: left;
		right: 0;
		bottom: 0;
		margin-top: 12px;
	}
	.post-content .product-logo {
		width: 200px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1000px) {
	.post-content .free100-icon {
		width: 80px;
		position: relative;
		margin-left: 25px;
		float: left;
		right: 0;
		bottom: 0;
		margin-top: 17px;
	}
	.post-content .product-logo {
		width: 180px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 850px) {
    a.download-box, a.download-box-regular {
        font-size: 22px;
        width: 70%;
    }
    a.download-box span, a.download-box-regular span {
        font-size: 16px;
    }
    .download-button {
    	font-size: 20px;
    	padding-right: 30px;
	}
	
	.post-content .free100-icon {
		width: 80px;
		margin-left: 5px;
		margin-top: 12px;
	}
	.post-content .product-logo {
		width: 150px;
		margin-top: 10px;
	}
	
}

@media only screen and (max-width: 640px) {
    a.download-box, a.download-box-regular {
        font-size: 18px;
        width: 85%;
    }
    a.download-box span, a.download-box-regular span {
        font-size: 14px;
    }
    .download-button {
    	padding-right: 20px;
    	font-size: 16px;
    	padding-left: 60px;
    	line-height: 50px;
    	height: 50px;
    	background-position: 15px 12px;
    	margin-right: 20px;
	}
	.area-caption {
		padding: 5px;
		font-size: 14px;
	}
	
	.post-content .free100-icon {
		display: none;
	}
	.post-content .product-logo {
		width: 150px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 580px) {
	.post-content .product-logo {
		width: 200px;
		margin-top: 10px;
		margin: 20px auto 0px;
		float: none;
	}
	.download-button, .download-button:visited, .download-button:link {
    	float: none;
    	width: 300px;
    	margin: 20px auto 0px;
    	padding-left: 80px;
    	line-height: 60px;
    	height: 60px;
    	background-position: 20px 20px;
    	font-size: 20px;
	}
}

@media only screen and (max-width: 480px) {
    a.download-box, a.download-box-regular {
        font-size: 16px;
        width: 90%;
    }
    a.download-box span, a.download-box-regular span {
        font-size: 12px;
    }
    .download-area {
    	min-width: 100%;
	}
    .download-button, .download-button:visited, .download-button:link {
    	float: none;
    	width: 90%;
    	margin: 20px auto 0px;
    	padding-left: 70px;
    	padding-right: 10px;
    	line-height: 60px;
    	height: 60px;
    	background-position: 20px 20px;
    	font-size: 20px;
	}
	.free100-icon,
	.product-logo {
		display: none;
	}
}

