/*
Theme Name: mozlook
Author: the team
Description: Verti 2013
Version: 1.2

*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-weight: normal;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	/*background: #fff9c0;*/
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a {
	outline: none;
	color: #21759b;
    text-decoration: none;
}
a:hover {
	color: #0f3647;
}

p {
    margin-bottom: 18px;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

/* Clearing floats */
.clear-all  {
    clear: both;
    display: block;
}


/* structure 
-------------------------------------------------------------- */
body {
    font-family: "Open Sans";
    line-height: 1.5;
}
.header-wrapper {
    /*background: url( 'images/canvas-blue.png' ) #53a8c9;*/
    background-color: #8fdefd; /* Old browsers */
    background: -moz-linear-gradient(top, #8fdefd 0%, #4aabd1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fdefd), color-stop(100%,#4aabd1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8fdefd 0%,#4aabd1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8fdefd 0%,#4aabd1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8fdefd 0%,#4aabd1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8fdefd 0%,#4aabd1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fdefd', endColorstr='#4aabd1',GradientType=0 ); /* IE6-9 */
    
    background-image: url( 'images/head-bg.png' );
    background-position: center center;
    
    border-bottom: 1px solid #48a7cd;
    padding: 15px 0px 10px;
}

.nav-wrapper {
    background: #141414; /* Old browsers */
    
}
.content-wrapper {
    /*padding: 40px 0px 20px;
    background: #fff;*/
    background: #f3f3f3;
}

.page-container.main-page-container {
    /*padding: 40px 15px 20px;*/
    background: #fff;
}

.footer-wrapper{
    background: #606762;
    border-top: 1px solid #9e9e9e;
}

.page-container {
    margin: 0px auto;
    /*padding: 0px 10px;*/
}

/* =Header
-------------------------------------------------------------- */
.site-header {
    margin-bottom: 10px;
}
.site-title-container {
    float: left;
}
.site-title a {
    background: url("images/2-removevirus-logo.png") no-repeat;
    display: block;
    height: 80px;
    width: 130px;
    text-indent: -9999px;
}

/* =slider
-------------------------------------------------------------- */
.slider-wrapper .page-container {
    overflow: hidden;
    padding: 0;
    z-index: 2;
}

#slider-container .ws_images ul{
	position:relative;
	width: 10000%; 
	height:auto;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: hidden;
	/*table-layout:fixed;*/
}
#slider-container .ws_images .slide{
	width:1%;
	line-height:0; 
	display: block;
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#slider-container .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#slider-container img{
	max-width: none !important;
}
#slider-container .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#slider-container .ws_images ul{
	animation: wsBasic 18.2s infinite;
	-moz-animation: wsBasic 18.2s infinite;
	-webkit-animation: wsBasic 18.2s infinite;
}


/* =navigation
-------------------------------------------------------------- */
.main-navigation {
    padding: 0px 10px;
    margin: 0px;
    list-style-type: none;
}
.main-navigation li {
    display: inline-block;
    border-left: 1px solid #525252;
    cursor: pointer;
    float: left;
}

.main-navigation .nav-menu {
	float: left;
}

.main-navigation .current-menu-item, .main-navigation .current_page_item,
.main-navigation li:hover {
    background: #141414; /* Old browsers */
}
.main-navigation .current-menu-item a , .main-navigation .current_page_item a,
.main-navigation li:hover a{
    color: #f2f2f2;
}
.main-navigation li a {
    color: #f2f2f2;
    display: inline-block;
    padding: 12px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #4083f2;
}
.main-navigation li.menu-item:nth-child(2) a {
	border-bottom: 3px solid #f24040;
}
.main-navigation li.menu-item:nth-child(3) a {
	border-bottom: 3px solid #f2ec40;
}
.main-navigation li.menu-item:nth-child(4) a {
	border-bottom: 3px solid #d740f2;
}
.main-navigation li.menu-item:nth-child(5) a {
	border-bottom: 3px solid #40d7f2;
}


.menu-toggle {
	/*display: none;*/
}


article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle {
	text-indent: -9999px;
	background: url( 'images/menu-icon2.png' ) no-repeat;
	height: 27px;
	width: 32px;
	margin-top: 8px;
	cursor: pointer;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

.menu-toggle.toggled-on {
	background: url( 'images/menu-icon-on.png' );
	/*color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;*/
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

.header-search {
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
}
.header-search form {
	position: relative;
}
.header-search input[type="text"]{
	padding: 4px 6px;
	border: 1px solid #f6f6f6;
	width: 200px;
	
}
.header-search input[type="submit"] {
	background: url( 'images/search-icon.png' ) no-repeat;
	height: 16px;
	width: 16px;
	border: 0px;
	text-indent: -9999px;
	position: absolute;
	right: 6px;
	top: 6px;
}

/* =footer
-------------------------------------------------------------- */
.site-footer {
    color: #aaa;
    padding-top: 10px;
    padding-bottom: 20px;
}
.site-info {
    padding-top: 10px;
    font-size: 12px;
}

.site-footer .footer-widgets {
    padding-top: 20px;
    border-bottom: 1px solid #999;
    vertical-align: top;
}
.site-footer .footer-widgets .widget {
    float: left;
    margin-right: 5%;
    width: 30%;
    background: none;
    border: 0px;
}
.site-footer .footer-widgets .widget:nth-child(3) {
	margin-right: 0px;
}
.footer-widgets aside:last-child {
    margin-right: 0px;
}
.site-footer .footer-widgets .widget-area .widget h3 {
    border: 0px;
    font-style: italic;
    color: #66c6f2;
    background: none;
}
.footer-widgets .widget-area .widget li {
    border: 0px;
}
.footer-widgets .widget-area .widget a {
    color: #eee;
}
.footer-widgets .widget-area .widget a:hover {
    color: #bbb;
}


/* =homepage
--------------------------------------------------------------- */


/* News */
.news-wrapper {
	background: #d2d1c3;
}

.contet-wrapper-hijackers, .contet-wrapper-hijackers .page-container.main-page-container {
	background: #eceae6;
}
.contet-wrapper-hijackers {
	border-bottom: 1px solid #c8bcab;
}
.contet-wrapper-adware, .contet-wrapper-adware .page-container.main-page-container {
	background: #e6e9ec;
}
.contet-wrapper-adware, .contet-wrapper-hijackers {
	padding: 10px 0px;
}

.news-content {
	 padding: 0px 10px;
}
.news-section {
	padding: 10px 0px 20px;
}
.news-section .home-title {
	font-size: 28px;
    font-size: 2rem;
	text-align: left;	
	margin-bottom: 20px;
	font-weight: bold;
	color: #393f41;
	line-height: 1;
	padding: 0px;	
}
.news-content .home-title i {
	padding-right: 80px;
	border-bottom: 3px solid #4083f2;
	font-style: normal;
}

.news-content article {
    display: block;
    float: left;
}
.news-content article.news-article {
    width: 270px;
	height: 165px;
	position: relative;
	border: 1px solid #999;
	margin-bottom: 18px;
	margin-left: 17px;
}

.news-content article.main-news-article {
	width: 500px;
	height: 350px;
	position: relative;
	border: 1px solid #999;
	margin-left: 0px;
}

.news-content article.news-article img {
	width: 270px;
	height: 165px;
	max-width: 270px;
}
.news-content article.main-news-article img {
	width: 500px;
	height: 350px;
	max-width: 500px;
}
.news-header {
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	color: #fff;
	padding: 20% 8px 6px;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.main-news-article .news-header {
	padding: 20% 12px 10px;
}
.news-content .news-header h2 {
	margin-bottom: 0px;
	width: 255px;
	line-height: 1;

}
.news-content .main-news-article h2 {
	width: 477px;
	margin-bottom: 12px;
	font-size: 24px;
}
.news-content .news-header h2 a {
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
}
.news-content .main-news-article h2 a {
	color: #ffbb00;
	font-size: 28px;
	line-height: 1.1;
	font-weight: bold;
}
.news-content .news-header p {
	margin: 0px;
	font-size: 14px;
	line-height: 1.3;
}


.home-section-browser-hijacker {
	/*border-bottom: 1px solid #ccc;
	margin-bottom: 20px;*/
}
.main-section .home-title {
	color: #393f41;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
}
.main-section .home-title i {
	border-bottom: 3px solid #d740f2;
    font-style: normal;
    padding-right: 80px;
}

.main-section .home-section-adware .home-title i {
	border-bottom: 3px solid #40d7f2;
}
.main-section .home-section-hijackers .home-title i {
	border-bottom: 3px solid #d740f2;
}
.main-section .home-section-howto .home-title i {
	border-bottom: 3px solid #f24040;
}
.home-section-video .home-title i {
	border-bottom: 3px solid #f2ec40;
	font-style: normal;
    padding-right: 80px;
}



.main-section article, .category article, .archive article, .search article {
    display: block;
    float: right;
    width: 340px;
	position: relative;
	/*border: 1px solid #999;*/
}
.fourth-section h3 {
	margin-top: 20px;
}
.fourth-section article {
    width: 350px;
	float: left;
	margin-right: 25px;
}

.main-section article:nth-child(odd), .category article:nth-child(odd),
.archive article:nth-child(odd), .search article:nth-child(odd) {
	float: left;
}
.fourth-section article:nth-child(odd) {
	float: left;
}
.fourth-section article:nth-child(3) {
	margin-right: 0px;
}

.main-section .main-article article{
	float: none;
	width: 700px;
}
.fourth-section .main-article {
	margin-bottom: 15px;
}
.fourth-section .main-article article {
	width: 540px;
	height: 350px;
	float: left;
	margin-right: 0px;
}
.fourth-section .main-article article:nth-child(2) {
	float: right;
}

.main-section .main-article img {
	width: 700px;
	height: 400px;
	max-width: 700px;
}
.fourth-section .main-article img {
	width: 540px;
	height: 350px;
	max-width: 540px;
}

.main-section .main-article .news-header {
	width: 684px;
}
.fourth-section .main-article .news-header {
	width: 524px;
	text-align: center;
}

.main-section .main-article h2 {
	margin-bottom: 10px;
} 
.main-section .main-article h2 a {
	color: #ffbb00;
	font-weight: bold;
    font-size: 28px;
    
}
.fourth-section .main-article h2 a {
	color: #fde128;
    font-size: 26px;
    font-weight: bold;
}

.main-section .main-article p {
	font-size: 14px;
}

.main-section article img, .category article img, 
.archive article img, .search article img {
	width: 340px;
	height: 198px;
	max-width: 340px;
}
.fourth-section article img {
	width: 350px;
	height: 218px;
	max-width: 350px;
}

.main-section .news-header {
	width: 325px;
}
.main-section h2 a {
	color: #fff;
	font-size: 13px;
}
.main-section .articles-row, .category .articles-row, 
.archive .articles-row, .search .articles-row {
	margin-bottom: 10px;
}
.articles-row img {
	border: 1px solid #999;
	margin-bottom: 5px;
}
.main-section .regular-article {
	border: 0px;
	height: auto;
}
.main-section .articles-row h2, .category .articles-row h2, 
.archive .articles-row h2, .search .articles-row h2 {
	margin-bottom: 8px;
}
.main-section .articles-row h2 a, .category .articles-row h2 a, 
.search .articles-row h2 a, .archive .articles-row h2 a {
	color: #333;
	font-size: 18px;
	font-weight: bold;	
}
.main-section .articles-row p, .category .articles-row p, 
.archive .articles-row p, .search .articles-row p {
	font-size: 14px;
	color: #888;
}



.main-section .row-for-3 article {
	width: 220px;
	height: 140px;
	margin-left: 23px;
	margin-bottom: 20px;
}
.main-section .row-for-3 article:first-child {
	margin-left: 0px;
} 
.main-section .row-for-3 article:nth-child(odd) {
	float: left;
}
.main-section .row-for-3 article img {
	width: 220px;
	height: 140px;
	max-width: 220px;
}
.main-section .row-for-3 .news-header {
	width: 205px;
}
.main-section h2 {
	line-height: 1.2;
}



.videocontet-wrapper {
	background: #444242;
	padding: 10px 0px 15px 0px;
}
.main-video-article {
	border: 1px solid #1a1816;
	border-right: 0px;
}
.videocontet-wrapper .home-title{
	color: #fff;
	font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}
article.main-video-article {
	border: ;
}
.main-video-article .video-image {
	padding: 8px 8px 9px 9px;
	background: #3e3b37;
	position: relative;
}
.main-video-article img {
	width: 632px;
	height: 461px;
}
.main-video-article {
	float: left;
}
.main-video-article.video-article .entry-title a {
	font-size: 22px;
	color: #333;
}
.video-article .entry-title a {
	color: #d9d9d9;
	font-size: 13px;
}

.video-list {
	background: #2d2b28 ;
	border: 1px solid #1a1816;
	border-left: 0px;
	width: 450px;
	float: right;
}
.video-list .video-article .video-image {
	float: left;
	border: 1px solid #a2a2a2;
	margin-right: 15px;
	position: relative;
}
.play-button {
	/*background: url( 'images/youtube-small.png' );
	height: 21px;
	width: 30px;
	top: 20px;
	left: 25px;
	position: absolute;*/
}
.main-video-article .play-button  {
	background: url( 'images/youtube-big.png' );
	height: 104px;
	width: 150px;
	top: 185px;
	left: 260px;
	position: absolute;
}

.video-list .video-article {
	padding: 10px 12px;
	border-bottom: 1px solid #444;
	border-left: 1px solid #1a1816;
}
.video-list .video-article.current {
	background: #3e3b37;
	border-left: 1px solid #3e3b37;
}


.video-list .video-article img {
	height: 60px;
	width: auto;
}
.video-list .video-article h2 {
	/*float: left;
	clear: none;*/
	display: inline;
	line-height: 1.3;
}

.ad-480x60 {
	text-align: center;
	margin: 0px 0px 20px;
}

/* =content
--------------------------------------------------------------- */
.archive-header {
    margin-bottom: 18px;
    margin-bottom: 1.285714285rem;
}
/*h1 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 30px;
}*/
.ad-box {
	margin: 10px 0px 20px;
}

.site-content {
    max-width: 640px;
    width: 65.979381443%;
    float: left;
}
.full-width.full-width {
    width: 100%;
    max-width: 970px;
}

.site-content article {
    margin-bottom: 28px;
    margin-bottom: 2rem;
}

.site-content img {
    max-width: 620px;
    height: auto;
}


.article-head {
	margin: 0px 10px 10px;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 5px;
}
.article-head h1 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.entry-details {
	font-size: 14px;
}
.entry-details-left {
	padding-top: 15px;
}
.entry-details i {
	color: #333;
	font-size: 13px;
}
.entry-publisher {
	font-weight: bold;
}
.entry-time {
	display: block;
	color: #666;
}
.entry-time i {
	color: #333;
	font-style: normal;
	font-size: 13px;
}

.share-text {
	padding-right: 10px;
	color: #666;
	font-size: 12px;
}

.entry-header {
    margin-bottom: 20px;
    margin-bottom: 1.428571428rem;
}
.entry-header .entry-title {
    font-size: 22px;
    font-size: 1.571428571rem;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.type-page .entry-title {
    border-bottom: 0;
}


.entry-content p {
    line-height: 1.8;
    margin-bottom: 22px;
    margin-bottom: 1.571428571rem;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4,
.entry-content h5, .entry-content h6 {
    font-weight: bold;
    margin-bottom: 18px;
    margin-bottom: 1.285714285rem;
}

.entry-content h1, .entry-content h2 {
    font-size: 22px;
    font-size: 1.571428571rem;
} 
.entry-content h3 {
    font-size: 18px;
    font-size: 1.285714285rem;
}
.entry-content h4 {
    font-size: 16px;
    font-size: 1.142857142rem;
}
.entry-content h5 {
    font-size: 14px;
    font-size: 1rem;
}

.entry-content {
    position: relative;
    margin-bottom: 50px;
    margin-bottom:3.571428571rem;
}

.entry-content .more-link {
    display: block;
    position: absolute;
    bottom: -40px;
    right:0px;
    background: #50b3da;
    color: #fff;
    padding: 0px 6px;
}
.entry-content .more-link:hover {
   background: #64c9f0;
}

.entry-categories {
    float: left;
    background: url( 'images/category-icon.png' ) no-repeat left center;
    padding-left: 28px;
    margin-left: 10px;
    font-size: 12px;
    height: 20px;
}
/*.entry-author {
    float: left;
    background: url( 'images/user-icon.png' ) no-repeat left center;
    padding-left: 25px;
    padding-right: 10px;
    margin-left: 5px;
    font-size: 12px;
    height: 20px;
}*/
.comments-link {
    float: right;
    font-size: 12px;
    margin-right: 5px;
    height: 20px;
}
.leave-reply {
    background: url( 'images/comment-add-icon.png' ) no-repeat right top;
    padding-right: 30px;
}
.comments-count {
    background: url( 'images/comment-icon.png' ) no-repeat right top;
    padding-right: 30px;
}
.entry-categories a, .comments-link a, .entry-author a {
    color: #999;
}
.entry-categories a:hover, .comments-link a:hover, .entry-author a:hover {
    color: #21759b;
} 


.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote {
    background: url( 'images/quotes-icon.png' ) 0 30px no-repeat;
    padding-left: 60px;
    padding-left: 4.285714286rem;
    margin-left: 28px;
    margin-left: 2rem;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.navigation h3 {
    display: none;
}

.archive-title span {
    font-weight: bold;
}

/* =sidebar 
--------------------------------------------------------------- */
.sidebar {
    width: 28.804123711%;
    float: right;
}

.widget-author-box img {
    float: left;
    margin-right: 10px;
}

.widget-area .widget .widget-author-box p {
    margin-bottom: 10px;
    margin-bottom: 0.714285714rem;
    font-size: 11px;
    line-height: 1.8;
    font-size: 0.785714285rem;    
}

.widget-area .widget.widget_text{
	background: none;
	border: 0;
}

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 30px;
	margin-bottom: 2.142857142rem;
	word-wrap: break-word;
}
.frontpage.widget-area .widget {
	border: 1px solid #342c21;
	background: #615748;
}
.frontpage.widget-area .widget_text {
	background: none;
	border: 0px;
}
.single.widget-area .widget {
	margin-bottom: 20px;
}

.widget-area .widget h3 {
	margin-bottom: 6px;
    font-size: 15px;
    border-bottom: 1px solid #342c21;
}
.frontpage.widget-area .widget h3 {
	padding: 5px 10px;
    background: #a79a87;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.single #secondary {
    padding: 15px 10px 15px;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
    padding: 2px 5px 2px 10px;
    
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area ul {
	margin-bottom: 8px;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area li {
	border-bottom: 1px solid #ccc;
}

.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #fff;
	
}
.widget-area .widget a:hover {
	color: #e5e5e5;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

#social-bar-fixed {
	position: fixed;
	top: 230px;
	height: 80px;
	margin-left: -80px;	
}
#social-bar-fixed .dd_inner {
	background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 0 15px rgba(0, 0, 0, 0.2);
    font: 10px/16px Arial;
    min-width: 55px;
    max-width: 65px;
    padding: 5px;
    text-align: center;
    /*width: 80px;*/
}
.widget.qrcode h3 {
	border-bottom: 1px solid #888;
}
.widget-area .widget.qrcode p {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 12px;
}
.widget-area .widget.qrcode p small {
    line-height: 1.3;
}
.widget.qrcode img.alignleft {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
} 

.single .sticky-sidebar {
	padding: 10px 0px 10px;
}
#sticky-sidebar{
	
}
#sticky-sidebar.sticky {
	padding: 10px 10px;
    padding-top: 30px;
    margin-left: -10px;
    position: fixed;
    display: block;
    background: #e7dac5;
}


.sm-recentposts {
	background: #fff;
	padding-top: 5px;
	border: 1px solid #bebab4;
}
.single .sm-recentposts ul {
	margin-bottom: 2px;
}
.widget-area .widget .recent-posts li {
	padding: 6px 8px;
}
.widget-area .widget .recent-posts li:hover {
	background: #f2f2f2;
}
.widget-area .widget .recent-posts li:last-child {
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.recent-posts .post-image {
	display: block;
	float: left;
	margin-right: 8px;
}
.widget-area .recent-posts .post-title {
	line-height: 1.5;
	display: block;
	margin-bottom: 5px;
	color: #3a3535;
}
.widget-area .recent-posts .post-title:hover {
	color: #5a5858;
}

.recent-posts .post-date { 
	display: block;
	font-size: 11px;
}
.recent-posts .post-date a {
	color: #408ddb;
}
.recent-posts .post-date a:hover {
	color: #60aaf7;
}
.recent-posts .post-image img {
	max-width: 100px;
	height: 80px;
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 35px 0;
	margin: 2.5rem 0;
}
.comments-area article header {
	margin: 0 0 20px;
	margin: 0 0 1.428571429rem;
	overflow: hidden;
	position: relative;
    
    border-bottom: 1px solid #eee;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: inline-block;
    margin-right: 15px;
    margin-bottom: 3px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
    /*border-right: 1px solid #eee;*/
    padding-right: 15px;
    padding-left: 30px;
    background: url( 'images/user-icon.png' ) no-repeat left;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
    
    padding-left: 30px;
    background: url( 'images/calendar-icon.png' ) no-repeat left;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.commentlist li {
    /*border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    background: url( 'images/quotes-left.png' ) no-repeat left top;
    padding-left: 120px;
}
.commentlist li.odd {
    background: #fafafa;
    padding-right: 120px;
    padding-left: 0px;
    background: url( 'images/quotes-right.png' ) no-repeat right top;
    text-align: right;
}
.commentlist li.odd header {
    text-align: right;
}
.comments-area .odd header cite {
    float: right;
    padding-right: 30px;
    padding-left: 0px;
    background: url( 'images/user-icon.png' ) no-repeat right;
}
.comments-area .odd header time {
    padding-right: 30px;
    padding-left: 0px;
    background: url( 'images/calendar-icon.png' ) no-repeat right;
}
/*.commentlist li:last-child {
    border-bottom: 0px;
}*/

.commentlist li .reply a {
    display: inline-block;
    padding: 0px 8px;
    background: #50B3DA;
    color: #fff;
}
.commentlist li .reply a:hover {
    background: #64c9f0;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: inline-block;
	padding-right: 10px;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

#commentform {
	position: relative;
	padding-top: 170px;
}
/*.comment-notes {
	position: absolute;
	top: 0;
}*/
.comment-form-comment {
	position: absolute;
	top: 0px;
	width: 100%;
}
.form-submit {
/*	position: absolute;
	top: 163px;
	right: 1px;*/
    /*display: inline-block;*/
    text-align: right;
}
.form-submit input[type="submit"] {
    padding: 10px;
    padding: 0.714285714rem;
    font-size: 0.857142857rem;
	line-height: 1.714285714;
    background: #50B3DA;
    color: #FFFFFF;
    border: 1px solid #329fca;
    
}
#respond .comment-form-comment textarea {
	height: 140px;
	overflow:hidden
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
    
    display: block;
    float: right;
    width: 70%;
}
.comment-form-author, 
.comment-form-email,
.comment-form-url {
	text-align: right;
}
#respond form .comment-form-author input[type="text"],
#respond form .comment-form-email input[type="text"],
#respond form .comment-form-url input[type="text"] {
	width: 50%;
    border: 1px solid #aaa;
}
.comment-form-email,
.comment-form-url {
    display: none;
}

#commenter {
    width: 50px;
    height: 60px;
    display: block;
    float: left;
    /*margin-right: 20px;*/
    background: url( 'images/commenter-icon.png' ) no-repeat center center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding-right: 0px;
}



/* instructions */
.os-options, .browsers-options {
    list-style-type: none;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 19px 17px 0px 17px;
}
.os-options li, .browsers-options li {
    display: inline-block;
    margin: 0px 20px 19px 0px;
}
.os-options li:nth-child(even), .browsers-options li:nth-child(even) {
    margin-right: 0px;
}
.os-options li a, .browsers-options li a {
    display: block;
    padding: 10px 10px 10px 80px;
    border: 1px solid #aeeea9;
    width: 234px;
    min-height: 50px;
    line-height: 50px;
    font-size: 22px;
    cursor: pointer;
}

.browsers-options {
    background: #edfafe;
}
.browsers-options li a {
    background: #fdfbda;
    border: 1px solid #f5f364;
    color: #333;
}
.browser-icon.ie-icon {
    background: url( 'images/os-icons.png' ) no-repeat 10px -453px;
    background-color: #fdfbda;
}
.browser-icon.ch-icon {
    background: url( 'images/os-icons.png' ) no-repeat 10px -377px;
    background-color: #fdfbda;
}
.browser-icon.ff-icon {
    background: url( 'images/os-icons.png' ) no-repeat 10px -295px;
    background-color: #fdfbda;
}
.browser-icon.saf-icon {
    background: url( 'images/os-icons.png' ) no-repeat 10px -528px;
    background-color: #fdfbda;
}
.os-icon.win8-icon {
    background: url( 'images/os-icons.png' ) no-repeat 10px 10px;
    background-color: #d7ffd4;
}
.os-icon.win7-icon {
    background: url( 'images/os-icons.png' ) no-repeat 10px -64px;
    background-color: #d7ffd4;
}
.os-icon.winxp-icon {
    background: url( 'images/os-icons.png' ) no-repeat 10px -141px;
    background-color: #d7ffd4;
}
.os-icon.macos-icon {
    background: url( 'images/os-icons.png' ) no-repeat 10px -219px;
    background-color: #d7ffd4;
}
.os-icon.active {
    background-color: #c2f3ff;
    border: 1px solid #aadeff;
}
.browser-icon.active {
    background-color: #c2ffd0;
    border: 1px solid #95e7a8;
}

.os-option, .browser-option {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.os-option h5, .browser-option h5 {
    color: #0f7bce;
    font-size: 18px;
}

.os-option h5 i, .browser-option h5 i  {
    padding-right: 15px;
    line-height: 24px;
    display: block;
    float: left;
    width: 26px;
    min-height: 26px;
}

.win8-option h5 i {
    background: url( 'images/os-icons-small.png' ) no-repeat 0px 0px;
    min-height: 24px;
}
.win7-option h5 i {
    background: url( 'images/os-icons-small.png' ) no-repeat 0px -33px;
}
.winxp-option h5 i {
    background: url( 'images/os-icons-small.png' ) no-repeat 0px -68px;
}
.macos-option h5 i {
    background: url( 'images/os-icons-small.png' ) no-repeat 0px -104px;
}
.ie-option h5 i {
    background: url( 'images/os-icons-small.png' ) no-repeat 0px -213px;
    min-height: 24px;
}
.ch-option h5 i {
    background: url( 'images/os-icons-small.png' ) no-repeat 0px -179px;
}
.ff-option h5 i {
    background: url( 'images/os-icons-small.png' ) no-repeat 0px -140px;
}
.saf-option h5 i {
    background: url( 'images/os-icons-small.png' ) no-repeat 0px -248px;
}



.fixed-dw-button {
    display: none;
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 15px 10px 10px;
    z-index: 20;
    width: 100%;
    border-top: 2px solid #cecece;
}
.fixed-dw-button .download-box {
    float: left;
    margin-right: 20px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*width: 300px;*/
}

.cookie-inform {
    padding: 10px 0px 10px;
    font-size: 14px;
    display: none;
} 
.cookie-inform .cookie-close {
    text-indent: -9999px;
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url( 'images/close-icon.png' ) no-repeat;
}

/* =Screen Sizes
-------------------------------------------------------------- */


@media screen and (max-width: 3000px) {
    body {
        font-size: 95%;
    }
    .page-container {
        max-width: 1100px;
    }
    .full-width.full-width {
        width: 100%;
        max-width: 1080px;
    }
    .site-authors li {
        display: inline-block;
        margin-right: 100px;
        margin-left: 0px;
    }
    
    .home-content article {
        display: block;
        float: left;
        width: 320px;
        margin-left: 55px;
    }
        
    .home-content article img {
        max-width: 320px;
        height: auto;
        margin-bottom: 10px;
    }
    .home-content .entry-header .entry-title {
        font-size: 18px;
        font-size: 1.285714285rem;
    }
    
    .slider-wrapper .ws_images img {
        max-width: 1080px;
        height: auto;
    }
    .site-content {
        max-width: 720px;
        padding: 40px 10px 20px;
    }
    .single .site-content {
    	padding-top: 15px;
	}
    .sidebar {
        max-width: 285px;
    }
    #respond .comment-form-comment textarea {
        width: 89%; 
    }
    .commentlist #respond .comment-form-comment textarea {
        width: 87%; 
    }
    
    
    .nav-menu ul {
        position: relative;
        border: 0;
        background: none;
    }
    .nav-menu ul li {
        display: inline-block;
        float: left;
        
    }
    /*.nav-menu ul li a {
        padding: 8px 20px;
    }*/
    .main-navigation .current-menu-item, .main-navigation .current_page_item,
    .main-navigation li:hover {
        background: #525252; /* Old browsers */
    }
    
    .menu-toggle {
        display: none;
    }
    .entry-content h1, .entry-content h2 {
        font-size: 18px;
        font-size: 1.285715286rem;
    }
    .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
        display: block;
    }
    
    .widget-area .widget p,
    .widget-area .widget li,
    .widget-area .widget .textwidget {
    	
    }
    .widget-area .widget h3 {
        /*font-size: 18px;
    	font-size: 1.285714285rem;*/
    }
    
    #secondary, .sidebar {
        display: block;
        /*max-width: 220px;*/
        float: right;
    }
    .home #secondary, .sidebar {
    	max-width: 330px;
    	padding: 40px 10px 20px;
    	background: #e7dac5;
	}
    
    .sidebar img {
        max-width: 200px;
        height: auto;
    }
    #sticky-sidebar {
        display: block;
    }
    #respond .comment-form-comment textarea {
        width: 87%; 
    }
    .commentlist #respond .comment-form-comment textarea {
        width: 84%; 
    }
    
    .os-options, .browsers-options {
		display: block;
	}
    
    #social-bar-fixed {
        display: block;
    }
    
    
}


@media screen and (max-width: 1200px) {
    body {
        font-size: 85%;
    }
    .main-navigation li a {
    	padding: 10px;
	}
    .slider-wrapper .ws_images img {
        max-width: 830px;
        height: auto;
    }
    .page-container {
        max-width: 830px;
    }
    .site-content {
        max-width: 550px;
        float: left;
    }
    .full-width.full-width {
        width: 100%;
        max-width: 830px;
    }
    
    .home #secondary, .sidebar {
	    max-width: 240px;
	}
    
    .home-content article {
        display: block;
        float: left;
        width: 245px;
        margin-left: 46px;
    }
        
    .home-content article img {
        max-width: 240px;
        height: auto;
        margin-bottom: 10px;
    }
    .home-content .entry-summary {
        display: block;
    } 
    .home-content .entry-header .entry-title {
        font-size: 14px;
        font-size: 1rem;
    }
    .news-section article:nth-child(3), .news-section article:nth-child(4),
	.news-section article:nth-child(3) img, .news-section article:nth-child(4) img {
    	float: right;
    	width: 285px;
    	max-width: 285px;
	}
	.news-section article:nth-child(3) h2, .news-section article:nth-child(4) h2 {
		width: 270px;
	}
    .news-section article:nth-child(5), .news-section article:nth-child(6) {
    	width: 390px;
    	max-width: 390px;
    	height: 260px;
	}
	.news-section article:nth-child(5) h2, .news-section article:nth-child(6) h2 {
    	width: 374px;
	}
	.news-section article:nth-child(5) h2 a, .news-section article:nth-child(6) h2 a {
		font-size: 22px;
	}
	.news-section article:nth-child(5) img, .news-section article:nth-child(6) img {
    	width: 390px;
    	max-width: 390px;
    	height: 260px;
	}
	.news-section article:nth-child(5) {
		margin-left: 0px;
	}
	.news-section article:nth-child(6) {
		float: right;
		margin-left: 0px;
	}
    
    .main-section .main-article article {
	    float: none;
	    width: 520px;
	}
    .main-section .main-article .news-header {
	    width: 504px;
	}
    .main-section .main-article img {
	    height: auto;
	    max-width: 520px;
	    width: 520px;
	}
	
	.main-section article img, .category article img, .archive article img, .search article img {
	    height: 165px;
	    max-width: 250px;
	    width: 250px;
	}
    .main-section article, .category article, .archive article, .search article {
	    width: 260px;
	}
	.main-section article img, .category article img, .archive article img, .search article img {
	    height: 165px;
    	max-width: 260px;
	}
	
	.video-content iframe {
		width: 500px;
		height: 380px; 
	}
	.video-content .video-list {
		width: 310px;
	}
	
	.fourth-section .main-article article {
	    height: 260px;
	    width: 400px;
	    float:left
	}
	.fourth-section .main-article article img {
	    height: 260px;
	    width: 400px;
	}
	.fourth-section .main-article .news-header {
    	width: 384px;
	}
	
	.recent-posts .post-image img {
	    height: 60px;
	    max-width: 80px;
	}
    
    .site-authors li {
        display: inline-block;
        margin-right: 60px;
        margin-left: 0px;
    }
    .site-content .site-authors img {
        max-width: 150px;
        margin-top: 0px;
    }
    .site-content .site-authors .author-photo {
        width: 150px;
        height: 150px;
    }
    .site-content .site-authors .author-circle {
        background: url( 'images/author-circle.png' ) no-repeat top center;
        width: 150px;
        height: 150px;
    }
    
    .widget-authors img {
	    max-width: 85px;
	}
	.widget-authors li i {
		font-size: 12px;
	}
    
    .site-content img {
        max-width: 500px;
        height: auto;
    }
    .entry-content h1, .entry-content h2 {
        font-size: 18px;
        font-size: 1.285715286rem;
    }
    .widget-author-box img  {
    	float: none;
	}
    .os-options li a, .browsers-options li a {
    	width: 150px;
    	font-size: 18px;
	}
    
}

@media screen and (max-width: 990px) {
    body {
        font-size: 85%;
    }
    .main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	    display: inline-block;
	}
    .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
        display: none;
    }
    div.nav-menu {
        position: relative;
    }
    .nav-menu ul {
        position: absolute;
        z-index: 6;
        border: 1px solid #444;
        background: #141414; /* Old browsers */
        width: 280px;
        top:40px;
    }
    .nav-menu ul li {
        display: block;
        background: none;
        float: none;
        /*border-top: 1px solid #ccc;*/
    }
    .nav-menu ul li a {
        padding: 8px 10px;
    }
    .main-navigation .current-menu-item, .main-navigation .current_page_item,
    .main-navigation li:hover    {
        background: #242424;
    }
    
    
    .page-container {
        max-width: 580px;
    }
    .full-width.full-width {
        width: 100%;
        max-width: 580px;
    }
    
    .news-content article.news-article, .news-content article.main-news-article, 
	.news-content article.main-news-article img, .news-content article.news-article img {
	    height: auto;
	    max-width: 100%;
	    width: 100%;
	    overflow: hidden;
	}
	.news-content article.news-article .news-header, .news-content article.main-news-article .news-header {
		width: 100%;
	}
	.news-content article.news-article h2 {
		width: 90%;
	}
	.news-content .news-header h2 a, .news-section article:nth-child(5) h2 a, .news-section article:nth-child(6) h2 a {
		font-size: 32px;
	}
	.news-content .main-news-article h2 a  {
		color: #fff;
	}
	.news-content article.main-news-article p {
		display: none;
	}
    
    .main-section .main-article article {
    	overflow: hidden;
	}
    .main-section .main-article article, .main-section .main-article article img {
	    width: 100%;
	    max-width: 100%;
	}
	.main-section .main-article article .news-header {
		width: 100%;
	}
	.main-section .main-article h2 a {
		color: #fff;
	}
	.main-section .main-article article p {
		display: none;
	}
    
    .video-content iframe {
	    height: 282px;
	    width: 340px;
	}
	.video-content .video-list {
	    width: 220px;
	}
    .video-list .video-article img {
    	height: 30px;
	}
    
    .fourth-section .main-article article, .fourth-section .main-article article img {
	    height: auto;
	}
	.main-section article, .category article, .archive article, .search article,
	.main-section article img, .category article img, .archive article img, .search article img {
	    height: auto;
	    max-width: 100%;
	    width: 100%;
	}
    
    .entry-content h1, .home-content .home-title, .site-authors h3 {
        font-size: 20px;
    }
    
    /* home content*/
    .home-content {
		margin-bottom: 0px;
	}
    .home-content .entry-header {
    	margin-bottom: 8px;
	}
    .home-content article {
        width: 100%;
		max-width: 580px;
        margin-left: 0px;
        border-bottom: 1px solid #ededed;
        margin-bottom: 20px;
    }
    .home-content article img {
        max-width: 260px;
        height: auto;
        margin-bottom: 10px;
    }
    .home-post-img {
    	float: left;
    	margin-right: 10px;
	}
	.home-content .entry-summary p {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 10px;
	}
    
    .home-content .entry-header .entry-title {
        font-size: 18px;
    }
    
    .site-authors {
        padding: 0px 0px;
    }
    .site-authors li {
        display: inline-block;
        margin-right: 0px;
        margin-left: 40px;
    }
    .site-content .site-authors img {
        max-width: 98px;
        margin-top: 1px;
    }
    .site-content .site-authors .author-photo {
        width: 100px;
        height: 100px;
    }
    .site-content .site-authors .author-circle {
        background: url( 'images/author-circle-2.png' ) no-repeat top center;
        width: 100px;
        height: 100px;
    }
    
    .site-authors li:first-child {
        margin-left: 0px;
    }
    
    .slider-wrapper .ws_images img {
        max-width: 580px;
        height: auto;
    }
    .site-content {
    	width: 100%;
        max-width: 560px;
        float: none;
    }
    .site-content img {
        max-width: 80%;
        height: auto;
    }
    
    #social-bar-fixed, #secondary {
		display: none;
	}
	
	.os-options, .browsers-options {
		display: none;
	}
    
    .widget-area .widget p,
    .widget-area .widget li,
    .widget-area .widget .textwidget {
    	font-size: 11px;
    	font-size: 0.7857142857rem;
    }
    .widget-area .widget h3 {
        font-size: 14px;
    	font-size: 1rem;
    }
    
    .sidebar {
        /*float: right;
        max-width: 152px;*/
        float: none;
        max-width: 100%;
    }
    .sidebar img {
        /*max-width: 140px;*/
        max-width: 90%;
        height: auto;
    }
    .footer-widgets .widget {
        width: 28%;
    }
    #respond .comment-form-comment textarea {
        width: 75%; 
    }
    .commentlist #respond .comment-form-comment textarea {
        width: 67%; 
    }
    .recommended-removal-tool {
	    padding-left: 0%;
	    position: relative;
	}
    .recommended-removal-tool .download-link, .recommended-removal-tool .download-link:hover,
	.recommended-removal-tool .download-link:link {
    	position: relative;
    	top:0;
    	width: 98%;
		background: none;
		border: 0px;
		box-shadow: none;
		margin: 0 0 10px 0;
		padding: 0px;
		font-size: 14px;
		color: #005cc4;
		text-decoration: underline;
		text-align: left;
		float: none;
		font-weight: normal;
	}
	.recommended-removal-tool .download-link span {
		display: inline;
    	padding-left: 5px;
    	font-size: 14px;
	}
    
}

@media screen and (max-width: 600px) {
    body {
        font-size: 100%;
        line-height: 1.8;
    }
    
    /* main css */
    .site-content {
        max-width: 340px;
        float: none;
        width: 100%;
    }
    .full-width.full-width {
        width: 100%;
        max-width: 360px;
    }
    
    .site-content img {
        max-width: 340px;
        height: auto;
    }
    .page-container {
        max-width: 360px;
    }
    .slider-wrapper {
    	display: none;
	}
    .slider-wrapper .ws_images img {
        max-width: 360px;
        height: auto;
    }
    
    
    .news-section .home-title, .main-section .home-title {
    	font-size: 20px;
	}
	.news-content .news-header h2 a, .news-section article:nth-child(5) h2 a, .news-section article:nth-child(6) h2 a {
	    font-size: 22px;
	}
    .main-section .main-article h2 a {
	    font-size: 22px;
	}
    .main-section .articles-row h2 a, .category .articles-row h2 a, .search .articles-row h2 a, .archive .articles-row h2 a {
    	font-size: 16px;
    }
    
    article.main-video-article {
	    width: 100%;
	}
    .video-content iframe {
	    height: 200px;
	    width: 100%;
	}
	.video-content .video-list {
    	width: 100%;
	}
    .main-video-article {
    	border: 1px solid #1a1816;
    	border-bottom: 0px;
	}
	.video-list .video-article.current {
	    border-left: 1px solid #1a1816;
	}
	.video-list .video-article img {
	    height: 40px;
	}
	
    .fourth-section .main-article h2 a {
    	font-size: 18px;
	}
    
    /* home content*/
    .home-content {
		margin-bottom: 0px;
	}
	.home-content .home-title {
		text-align: left; 
	}
    .home-content .entry-header {
    	margin-bottom: 8px;
	}
    .home-content article {
        width: 100%;
		max-width: 360px;
        margin-left: 0px;
        border-bottom: 1px solid #ededed;
        margin-bottom: 20px;
    }
    .home-content article img {
        max-width: 160px;
        height: auto;
        margin-bottom: 10px;
    }
    .home-content .entry-header .entry-title {
        font-size: 14px;
        font-size: 1rem;
    }
    .home-post-img {
    	float: left;
    	margin-right: 10px;
	}
	
	.home-content .entry-summary p {
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
    .site-authors {
    	display: none;
	}
	
	
    .entry-content h1, .home-content .home-title, .site-authors h3 {
        font-size: 16px;
    }
    .cookie-inform .page-container {
    	font-size: 12px;
	}
    
    
    #respond .comment-form-comment textarea {
        width: 75%; 
    }
    .commentlist #respond .comment-form-comment textarea {
        width: 62%; 
    }
    
    /* footer */
    .footer-widgets {
    	padding-top: 0px;
	}
	.footer-widgets .widget {
		margin-bottom: 10px;
		width: 100%;
	}
    .footer-widgets aside, .footer-widgets aside.widget_nav_menu h3 {
    	display: none;
	}
	.footer-widgets aside.widget_nav_menu {
    	display: block;
    	
	}
	.site-footer .footer-widgets .widget {
		width: 80%;
    	margin-right: 0px;
	}
	.footer-widgets aside.widget_nav_menu li {
		/*display: block;
		float: left;*/
		margin-bottom: 10px;
		padding-right: 10px;
		/*border-right: 1px solid #efefef;*/
		line-height: 1.2;
	}
	.footer-widgets aside.widget_nav_menu a {
		font-size: 12px;
	}
	
	/* single */
	.entry-author, .entry-categories, .comments-link {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 16px;
	}
	.entry-content h2, .entry-content h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.entry-content {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 20px;
	}	
	.entry-content p {
		margin-bottom: 12px;
		line-height: 1.8;
	}
	
	.article-head h1 {
	    font-size: 22px;
	}
	.entry-details-left {
		margin-bottom: 10px;
	}
	
	.other-tools {
		display: none;
		padding-top: 15px;
	}
	.site-content .other-tools li img {
		max-width: 50%;
	}
	.other-tools li, .entry-content .other-tools li {
		padding-bottom: 10px;
	}
	.tool-links a:first-child {
		margin-right: 7px;
	}
	.tool-links a:last-child {
		margin-left: 7px;
	}
	.recommended-removal-tool .download-link {
		float: none;
		margin: 0px auto 20px;
		font-size: 16px;
	}
	.recommended-removal-tool .download-link span {
		font-size: 12px;
	}
	.entry-content h4, .entry-content h5 {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.os-options, .browsers-options {
		display: none;
	}
	.site-content li img{
		max-width: 260px;
	}
	
	.entry-content li, .comment-content li, .mu_register li {
	    margin: 0 0 0 15px;
	}
	#respond {
		margin-top: 10px;
	}
	#respond #commentform {
		margin-top: 10px;
	}
	.entry-content .more-link {
		bottom: -25px;
	}
	
	/* contact*/
	.iwacontactform textarea {
		width: 90%;
	}
	.iwacontactform .buttons {
		margin-top: 5px;
	}
    
    .recommended-removal-tool {
	    padding-bottom: 8px;
	    border-bottom: 4px solid #137dc0;
	}
	.recommended-removal-tool .download-link, .recommended-removal-tool .download-link:hover,
	.recommended-removal-tool .download-link:link {
		font-size: 12px;
	}
	.recommended-removal-tool .download-link span {
    	font-size: 12px;
	}
}
@media screen and (max-width: 360px) {
    body {
        
    }
    .page-container {
        max-width: 300px;
    }
    .slider-wrapper .ws_images img {
        max-width: 300px;
        height: auto;
    }
    
    .home-content article img {
        max-width: 110px;
        height: auto;
    }
    
    .site-content {
        max-width: 280px;
        float: none;
        width: 100%;
    }
    .full-width.full-width {
        width: 100%;
        max-width: 300px;
    }
    
    .site-content img {
        max-width: 260px;
        height: auto;
    }
    .article-head h1 {
	    font-size: 18px;
	}

}






