/* general configurations */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0 none;
	font: inherit;
	vertical-align: baseline;
	outline: medium none;
}
body {
	position: relative;
	width: 100%;
	margin: auto;
	font-size: 100%;
	background-color: #fafafa;
	text-rendering: optimizeLegibility;
}
img {
	max-width: 100%;
	/*height: auto;	*/
	-webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
a, a:active, a:focus {
	outline: none;
}
a {
	color: #E0551D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
b, strong {
	font-weight: bold;
}
strong.hl {
	background-color: #fff2e2;
}
input[type="text"], input[type="password"], textarea {
	color: #565B67;
	font-size: 13px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	height: 34px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-radius: 2px;
	border: 1px solid #C5DBED ;
}
input[type="submit"], input[type="button"] {
	font-size: 15px;
	margin: 0 10px 2px 10px;
	padding: 5px 10px;
	cursor: pointer;
	font-weight: bold;
	background-color: #0167B9;
	color: #ffffff;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-radius: 4px;
	border: 1px solid #0190D5 ;
	width: auto;
}
input[type="submit"]:hover, input[type="button"]:hover
{
	background-color: #0190D5;
	color: #fff;
}
input[type="checkbox"]{
	margin-right: 10px;
}
button:focus, input:focus, textarea:focus {
	outline: none;
}
input::-ms-clear {
	display: none;
}
* {
	font-family: 'Lato', sans-serif;
}
.container {
	overflow-x: hidden;
}
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	height: auto;
	padding: 0 5px;
}
/* hovers */
nav li a, nav li a:hover, .top_white_bar li a, .top_white_bar li a:hover,
.similar li h5, .similar li:hover h5, #pre_content .article_r article li a,
#pre_content .article_r article li:hover a, .side_bar li:hover a, .side_bar li a,
.recent_item li a, .recent_item li:hover a, footer li a, footer li a:hover, .preview div a,
.preview div a:hover, .categ_item li a, .categ_item li a:hover, .contact_form button,
.contact_form button:hover, .top_item li a, .top_item li a:hover,
.paging ul li a, .paging ul li a:hover,
.down_funct button, .down_funct button:hover, .button_whiteblue, .button_whiteblue:hover,
.recent_item section h4 a, .recent_item section h4 a:hover,
input[type="submit"], input[type="button"],
.show_more, .show_more:hover,
.show_less, .show_less:hover {
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
nav li a:hover, .top_white_bar li a:hover,
#pre_content .article_r article li:hover a {
	border-bottom: 1px solid #3871b5;
	color: #E0551D;
}

#pre_content .article_r article li:hover {
	color: #E0551D;
}
.side_bar li:hover > a, .recent_item li:hover a, footer li a:hover,
.show_more:hover, .show_less:hover   {
	border-bottom: 1px solid #3871B5;
	color: #3871B5;
}
footer li a:hover {
	-ms-transform: translateX(-6px);
   -webkit-transform: translateX(-6px);
   transform: translateX(-6px);
	border-bottom: 1px solid #3871B5;
}
.preview div a:hover {
	opacity: 0.7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.categ_item li a:hover,
.top_item li a:hover {
	border-bottom: 1px solid #E0551D;
}
/*---*/
.form_send_btn:hover {
	opacity: 0.8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.paging ul li a:hover {
	background-color: #dbefff;
	opacity: 0.8;
	color: #3871b5;
}
.page_navig li a:hover {
	text-decoration: underline;
}
.down_funct button:hover {
	opacity: 0.80;
}
.button_whiteblue:hover {
	color: #FFF;
	background-color: #e0551d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
}

/* main page */
header, #pre_content, #content, footer {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
header {
	background-color: transparent;
	top: 0;
}
.top_white_bar {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	text-align: center;
	border-bottom: 3px solid #6fa9d5;
}
.top_white_bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.top_white_bar li {
	display: inline-block;
	margin-right: 20px;
	list-style: none;
}
.top_white_bar li:last-of-type {
	margin-right: 0;
}
.top_white_bar li a {
	color: #3871b5;
	line-height: 2;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
.main_bar {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background: #ade2f5 url(../images/blue_bg.jpg) no-repeat;
	background-size: cover;
}
.main_bar_inner {
	width: 100%;
	height: auto;
	float: left;
	padding: 25px 0;
}
.main_bar .logo {
	float: left;
	display: block;
}
.main_bar .logo a {
	width: inherit;
	height: inherit;
	display: block;
}
.main_bar .logo img {
	display: block;
}
.main_bar .logo h1 {
	float:left;
	display: inline;
	color: #f8f8f8;
	font-size: 12px;
	margin-bottom:-15px;
}
.search_box {
	height: 60px;
	float: right;
	display: block;
	max-width: 500px;
}
.search_box a {
	display: block;
	float: right;
	width: 100%;
	text-align: right;
	text-decoration: none;
	color: #3871b5;
	font-size: 14px;
	margin-bottom: 10px;
}
.search_box a::after {
	content: "";
	display: inline-block;
	position: relative;
	margin-left: 5px;
	top: 1px;
	background: url(../images/sprite.png);
	background-position: 0px 0px;
	width: 12px;
	height: 11px;
}
.categ {
	float: right;
	display: inline-block;
}
.categ select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	float: left;
	display: block;
	color: #d9d9d9;
	width: 172px;
	height: 33px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 12px;
	padding: 0 0 0 5px;

}
.categ select:focus, .categ select:hover {
	background-color: #ffffff;
}
.categ select::-ms-expand {
    display: none;
}
.categ label {
	border: 1px solid #ecf7ff;
}
.categ option {
	color: #565B67;
	font-size: 13px;
	padding: 5px 5px;
	border: none;
	box-shadow: none;
}
.categ span {
	float: right;
	position: relative;
	right: 75px;
	top: 7px;
	z-index: 0;
	font-size: 12px;
	color: #3871b5;
	font-weight: bold;
}
.categ span::after, .categ span {
	-webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.categ span::after {
	content: "";
	position: relative;
	top: 4px;
	left: 6px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat -27px 0px;
	width: 9px;
	height: 14px;
}
.search {
	float: right;
	display: inline-block;
}
.search input[type="text"] {
	float: left;
	width: 180px;
	height: 33px;
	color: #565B67;
	font-size: 12px;
	padding: 0 0 0 15px;
	line-height: 1.6;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: none;
}
.search button {
	float: left;
	width: 70px;
	height: 33px;
	font-size: 12px;
	padding-bottom: 2px;
	cursor: pointer;
	font-weight: bold;
	background-color: #ffffff;
	color: #3871b5;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.search button::after {
	content: "";
	position: relative;
	display: inline-block;
	margin-right: 10px;
	top: 2px;
	left: 6px;
	background: url(../images/sprite.png) no-repeat -15px 0px;
	width: 12px;
	height: 13px;
	color: #3871b5;
}
.search input[type="text"]::-webkit-input-placeholder { color: #BBBBBB; opacity: 1; }
.search input[type="text"]:-moz-placeholder { color: #BBBBBB; opacity: 1; }
.search input[type="text"]::-moz-placeholder { color: #BBBBBB; opacity: 1; }
.search input[type="text"]:-ms-input-placeholder { color: #BBBBBB; opacity: 1; }

nav {
	display: block;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	background-color: #3871b5;
}
nav ul {
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	list-style: none;
	width: 100%;
}
nav li {
	display: inline-block;
	margin-right: 40px;
	padding: 14px 4px;
}
nav li:last-of-type {
	margin-right: 0;
}
nav li a {
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
}
#pre_content {
	background-color: transparent;
	margin-bottom: 50px;
	margin-top: 35px;
}
#featured_content {
	background-color: transparent;
	margin-bottom: 20px;
	margin-top: 40px;
}
#pre_content article:nth-of-type(1), #featured_content article {
	width: 50%;
	display: block;
	float: left;
	padding-right: 20px;
}
#featured_content article {
	width: 100%;
	padding-right: 0px;
}
#pre_content article:nth-of-type(1) .title, #featured_content article .title {
	background-color: #3871b5;
	width: 100%;
	height: 38px;
	margin-bottom: 26px;
}

#pre_content article:nth-of-type(1) .title div, #featured_content article .title div {
	position: relative;
	left: -3px;
	top: -11px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat -41px -1px;
	width: 248px;
	height: 50px;
	padding: 17px 0 0 18px;
}
#featured_content article .title div {
	width: 350px;
	background: #e0551d;
	top: -12px;
}
#pre_content article:nth-of-type(1) .title h3, #featured_content article .title h3 {
	position: relative;
	display: block;
	color: #ffffff;
	line-height: 1.5;
	font-weight: bold;
	font-size: 18px;
}
.preview {
	width: 100%;
	float: left;
	height: auto;
	padding-bottom: 12px;
	border-top: 5px solid #e0551d;
	border-bottom: 1px solid #e5e5e5;
}
.preview img {
	display: block;
	float: left;
	width: 50%;
	height: 170px;
}
.preview div {
	float: left;
	width: 50%;
	padding: 10px 0 0 20px;
}
.preview div h4 {
	color: #262626;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.preview div section {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 8px;
}
.date, .count, .os {
	color: #999999;
	font-size: 9px;
	font-weight: bold;
	margin-right: 16px;
}
.os {
	margin-right: 0px;
}
.date::before, .count::before, .os::before {
 	background: url(../images/sprite.png) no-repeat;
	display: inline-block;
	position: relative;
	content: "";
}
.date::before {
	background-position: 0px -26px;
	width: 14px;
	height: 15px;
	top: 4px;
	right: 3px;
}
.count::before {
	background-position: -17px -13px;
	width: 11px;
	height: 13px;
	top: 3px;
	right: 4px;
}
.os::before {
	background-position:  0px -13px;
	width: 15px;
	height: 13px;
	top: 3px;
	right: 4px;
}
.preview div p {
	display: block;
	color: #262626;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 8px;
	text-align: justify;
}
.preview div a {
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 5px;
	background-color: #e0551d;
}
.similar {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}
.similar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.similar li {
	list-style: none;
	width: 50%;
	float: left;
	padding: 18px 0;
	border-bottom: 1px solid #e5e5e5;
	min-height: 120px;
}
.similar li:nth-last-of-type(1), .similar li:nth-last-of-type(2) {
	border-bottom: none;
}
.similar li:hover h5 {

	color: #e0551d;
}
.similar li img {
	display: inline-block;
	float: left;
	padding-right: 12px;
}
.similar li div {
	width: auto;
	height: auto;
	display: block;
}
.similar li div section {
	display: inline-block;
	position: relative;
	top: -3px;
}
.similar li h5 {
	display: block;
	color: #262626;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid transparent;
}
.similar li h5 a {
	width: inherit;
	height: inherit;
	line-height: inherit;
	font-size: inherit;
	text-decoration: none;
	color: inherit;
}
.similar li div p {
	color: #262626;
	font-size: 12px;
	display: block;
	line-height: 1.5;
}

#pre_content .article_r article {
	width: 23%;
	display: block;
	float: left;
	padding-right: 20px;
}
#pre_content .article_r article .title {
	display: block;
	width: 100%;
	background-color: #e0551d;
	height: 38px;
}
#pre_content .article_r article .title h3 {
	position: relative;
	bottom: 18px;
	left: 8px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
	font-size: 18px;
}
#pre_content .article_r article .title h3::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 12px;
	left: -4px;
 	background: url(../images/sprite.png) no-repeat 0px -56px;
	width: 47px;
	height: 44px;
}
#pre_content .article_r article ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 100%;
}
#pre_content .article_r article li {
	text-decoration: none;
	list-style: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	padding: 8px 0;
}
#pre_content .article_r article li::before {
	content: "▫";
	position: relative;
	left: 9px;
}
#pre_content .article_r article li a {
	text-decoration: none;
	color: #262626;
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	margin-left: 12px;
	border-bottom: 1px solid transparent;
}

.ads_main {
	width: 27%;
	display: block;
	height: auto;
	float: left;
}
.ads_main div:nth-of-type(1), .ads_main div:nth-of-type(2) {
	height: 250px;
	width: 300px;
	border: 0px solid #e5e5e5;
	margin-bottom: 20px;
}

.content_inner {
	position: relative;
	height: auto;
	float: left;
	display: block;
	width: 100%;
	background-color: #ffffff;
	padding: 2% 2% 32px 2%;
}
aside {
	float: left;
	height: auto;
	display: block;
	width: 16%;
}
.side_bar {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 20px;
}
.side_bar span {
	width: 100%;
	float: left;
	background-color: #e0551d;
	color: #ffffff;
	padding: 6px 0 6px 15px;
	font-size: 14px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.side_bar ul, .side_bar div {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	width: 100%;
	padding: 12px 0 16px 15px;
	background-color: #fff2e2;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.side_bar li {
	list-style: none;
	display: block;
	width: 100%;
	color: #e0551d;
	margin-bottom: 6px;
}
.side_bar li p {
	display: inline-block;
	font-size: 10px;
}
.side_bar li:last-of-type {
	margin-bottom: 0;
}
.side_bar li::before {
	content: "▪";
	position: relative;
	margin-right: 4px;
	top: 2px;
}
.side_bar li a {
	text-decoration: none;
	color: #e0551d;
	font-size: 13px;
	vertical-align: middle;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}
.side_bar li a.selected {
	color: #3871b5;
}

/* side dropdown menu */
.side_bar li > ul > li::before {
	content: "•";
	position: relative;
	font-size: 10px;
	top: 0px;
}
.side_bar li > ul > li {
	width: 100%;
}
.show_more, .show_less {
	display: none;
	float: right;
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	margin-right: 15px;
	text-transform: lowercase;
	border-bottom: 1px solid transparent;
}

.rss ul {
	padding: 16px 0px 16px 15px;
}
.rss div {
	position: relative;
	background: url(../images/sprite.png) no-repeat -54px -58px;
	width: 129px;
	height: 20px;
}
.rss div a,
.bookmark div a {
	display: inherit;
	width: inherit;
	height: inherit;
	text-decoration: none;
}
.bookmark div {
	position: relative;
	background: url(../images/sprite.png) no-repeat -54px -78px;
	width: 129px;
	height: 20px;
}

.midline {
	width: 68%;
	float: left;
	padding: 0 2% 0 2%;
}
.midline.main {
	padding: 0 2% 0 3%;
}
.categ_inside, .recent_inside, .musthave_inside, .sw_inside {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
.categ_inside h2, .recent_inside h2 {
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 24px;
	color: #3871b5;
	border: 1px solid #edf7ff;
	border-bottom: none;
	padding: 4px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 53px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.categ_item {
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 17px;
}
.categ_item > span {
	background-color: #dbefff;
	display: block;
}
.categ_item > span > p {
	color: #3871b5;
	text-align: left;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.5;
	padding-bottom: 3px;
}
.categ_item .icon_cat_1::before, .categ_item .icon_cat_2::before, .categ_item .icon_cat_3::before,
.categ_item .icon_cat_4::before, .categ_item .icon_cat_6::before, .categ_item .icon_cat_7::before,
.categ_item .icon_cat_8::before, .categ_item .icon_cat_9::before, .categ_item .icon_cat_313::before,
.categ_item .icon_cat_10::before, .categ_item .icon_cat_11::before, .categ_item .icon_cat_13::before,
.categ_item .icon_cat_14::before {
	content: "";
	display: inline-block;
	position: relative;
	background: url(../images/sprite.png) no-repeat;
	width: 29px;
	height: 29px;
	right: 13px;
	bottom: 1px;
	margin-bottom: -10px;
}
.categ_item .icon_cat_1::before {
	background-position: -2px -106px;
}
.categ_item .icon_cat_2::before {
	background-position: -34px -106px;
}
.categ_item .icon_cat_3::before {
	background-position: -66px -106px;
}
.categ_item .icon_cat_4::before {
	background-position: -98px -106px;
}
.categ_item .icon_cat_6::before {
	background-position: -130px -106px;
}
.categ_item .icon_cat_7::before {
	background-position: -162px -106px;
}
.categ_item .icon_cat_8::before {
	background-position: -194px -106px;
}
.categ_item .icon_cat_9::before {
	background-position: -226px -106px;
}
.categ_item .icon_cat_313::before {
	background-position: -258px -106px;
}
.categ_item .icon_cat_10::before {
	background-position: -1px -138px;
}
.categ_item .icon_cat_11::before {
	background-position: -34px -138px;
}
.categ_item .icon_cat_13::before {
	background-position: -66px -138px;
}
.categ_item .icon_cat_14::before {
	background-position: -98px -138px;
}
.categ_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 4px;
}
.categ_item li {
	display: inline-block;
	list-style: none;
	float: left;
	width: 33.3%;
	padding: 4px 10px 4px 10px;
	border-right: 1px solid #f1f1f1;
}
.categ_item li:nth-of-type(-n+3), .categ_item li:nth-of-type(7),
.categ_item li:nth-of-type(8), .categ_item li:nth-of-type(9) {
	background-color: #f7f7f7;
}
.categ_item li:nth-of-type(3n) {
	border-right: none;
}
.categ_item li a {
	text-decoration: none;
	color: #E0551D;
	font-size: 13px;
	display: inline-block;
	float: left;
	border-bottom: 1px solid transparent;
}
.categ_item li span {
	display: inline-block;
	float: right;
	color: #262626;
	font-size: 12px;
}

.recent_inside {
	float: left;
	display: block;
	margin-bottom: 20px;
}
.recent_item {
	float: left;
	display: block;
	width: 100%;
	border: 1px solid #e6e6e6;
	border-bottom: none;
	background-color: #fcfcfc;
	margin-bottom: 5px;
}
.recent_item section:nth-of-type(1) {
	width: 58%;
	float: left;
	margin: 8px 0 12px 10px;
}
.recent_item section h4 {
	font-size: 18px;
	line-height: 1.5;
	display: inline-block;
}
.recent_item section p {
	font-size: 14px;
	line-height: 1.5;
	color: #999999;
	display: inline-block;
}
.recent_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	width: 100%;
	background-color: #3871b5;
}
.recent_item li {
	list-style: none;
	display: inline-block;
	float: right;
	background-color: #dbefff;
	margin-right: 10px;
	padding: 5px 8px;
}
.recent_item li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #3871b5;
	font-size: 14px;
	float: left;
	border-bottom: 1px solid transparent;
}

.recent_item section:nth-of-type(2) {
	float: right;
	width: 38%;
	display: inline-block;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 14px;
}
.soft_new {
	padding: 11px 0;
	display: block;
	float: right;
	margin: 0 6px 0 15px;
}
.soft_new span:nth-of-type(1), .version_new span:nth-of-type(1) {
	padding: 2px 4px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.soft_new span:nth-of-type(2), .version_new span:nth-of-type(2) {
	padding: 2px 4px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.soft_new span:nth-of-type(1) {
	background-color: #e0551d;
	color: #ffffff;
	float: left;
	border: 1px solid #fa8b08;
}
.soft_new span:nth-of-type(2) {
	color: #E0551D;
	background-color: #ffd563;
	float: left;
	border: 1px solid #fa8b08;
	border-left: none;
}
.version_new {
	display: block;
	float: right;
	margin: 0 6px 0 30px;
	padding: 11px 0;
}
.version_new span:nth-of-type(1) {
	color: #ffffff;
	background-color: #e0551d;
	float: left;
	border: 1px solid #fa8b08;
}
.version_new span:nth-of-type(2) {
	color: #E0551D;
	background-color: #fff2e2;
	float: left;
	border: 1px solid #fa8b08;
	border-left: none;
}
.our_rating {
	display: block;
	float: right;
	margin: 0 6px 0 10px;
	padding: 11px 0;
}

.star_rating {
   font-size: 0;
	float: right;
	margin: 11px 0;
   white-space: nowrap;
   display: inline-block;
   width: 133px;
   height: 25px;
   /*cursor: pointer !important;*/
   overflow: hidden;
   position: relative;
   /*background: url(../images/star_b.png);
   background-size: contain;*/
}
.star_rating i {
	padding: 11px 0;
   opacity: 0;
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 20%;
   z-index: 1;
   cursor: pointer !important;
   background: url(../images/star_a.png);
   background-size: contain;
}
.star_rating input {
   -moz-appearance: none;
   -webkit-appearance: none;
   opacity: 0;
   display: inline-block;
   width: 20%;
   height: 100%;
   cursor: pointer !important;
   margin: 0;
   padding: 0;
   z-index: 2;
   position: relative;
}
.star_rating input:hover + i,
.star_rating input:checked + i {
   opacity: 1;
}
.star_rating i ~ i {
   width: 40%;
}
.star_rating i ~ i ~ i {
   width: 60%;
}
.star_rating i ~ i ~ i ~ i {
   width: 80%;
}
.star_rating i ~ i ~ i ~ i ~ i {
   width: 100%;
}

footer {
	background: #ade2f5 url(../images/blue_bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 25px 0;
}
footer ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 28px;
}
footer li {
	display: inline-block;
	text-align: center;
	margin-right: 23px;
}
footer li:last-of-type {
	margin-right: 0;
}
footer li a {
	text-decoration: none;
	color: #3871b5;
	font-size: 14px;
	line-height: 1.5;
	float: left;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}
footer small {
	float: left;
	display: block;
	width: 100%;
	color: #3871b5;
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
}

/* contact page */
.contact_inside {
	width: 100%;
	display: block;
	float: left;
	height: auto;
}
.contact_inside h2 {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #3871B5;
	line-height: 46px;
	border: 1px solid #c0daeb;
	border-bottom: none;
}
.contact_form {
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #d2ecfd;
	background-color: #fcfcfc;
	padding: 21px 19px 11px 19px;
	font-size: 16px;
	margin-bottom: 20px;
}
.input_label {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 6px;
	vertical-align: middle;
}
.input_label input {
	border: 1px solid #c5dbed;
	background-color: #ffffff;
	padding-left: 16px;
	margin-right: 20px;
}
.input_label span {
	float: left;
	display: inline-block;
	background-color: #3871b5;
	width: 47px;
	height: 42px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.input_label.name span::before, .input_label.email span::before,
.input_label.subject span::before, .input_label.comments span::before,
.input_label.login span::before, .input_label.pass span::before,
.input_label.pass_conf span::before {
	content: "";
	display: inline-block;
	position: relative;
	left: 15px;
	top: 13px;
	background: url(../images/sprite.png) no-repeat;
}
.input_label.name span::before {
	background-position: -192px -58px;
	width: 17px;
	height: 16px;
}
.input_label.email span::before {
	background-position: -212px -77px;
	width: 20px;
	height: 19px;
}
.input_label.subject span::before {
	background-position: -213px -58px;
	width: 18px;
	height: 16px;
	top: 11px;
}
.input_label.comments span::before {
	background-position: -191px -77px;
	width: 18px;
	height: 16px;
}
.input_label.comments span {
	border-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.input_label.pass span::before, .input_label.pass_conf span::before {
	background-position: -137px -145px;
	width: 19px;
	height: 19px;
}
.input_label.login span::before {
	background-position: -162px -144px;
	width: 19px;
	height: 19px;
}
.input_label select {
	border: 1px solid #c5dbed;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	padding-left: 12px;
   color: #636363;
}
.input_label select::-ms-expand {
    display: none;
}
.input_label b {
	display: inline-block;
	margin-top: 10px;
	height: 20px;
}
.input_label i {
	float: left;
	position: relative;
	right: 22px;
	top: 12px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat;
	background-position: -237px -58px;
	width: 11px;
	height: 20px;
}
.input_label option {
	color: #636363;
	padding-left: 8px;
}
.input_label textarea {
	background-color: #ffffff;
	float: left;
	overflow-y: auto;
	resize: none;
	height: 150px;
	width: 100%;
	color: #636363;
	line-height: 1.5;
	padding: 6px 14px;
	border: 1px solid #c5dbed;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.input_label textarea::-webkit-input-placeholder { color: #636363; opacity: 1; }
.input_label textarea:-moz-placeholder { color: #636363; opacity: 1; }
.input_label textarea::-moz-placeholder { color: #636363; opacity: 1; }
.input_label textarea:-ms-input-placeholder { color: #636363; opacity: 1; }
.contact_form button {
	width: 132px;
	height: 42px;
	float: right;
	color: #ffffff;
	border-top: 1px solid #3871b5;
	background-color: #3871b5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	cursor: pointer;
}
.contact_form div {
	height: 50px;
	float: right;
}
.input_label select, .input_label input {
	float: left;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	width: 48%;
	max-width: 325px;
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-radius: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.input_label.url input {
	width: 100%;
	max-width: 600px;
}
.input_label.short input {
	width: 40%;
	max-width: 210px;
}


.input_label input::-webkit-input-placeholder { color: #636363; opacity: 1; }
.input_label input:-moz-placeholder { color: #636363; opacity: 1; }
.input_label input::-moz-placeholder { color: #636363; opacity: 1; }
.input_label input:-ms-input-placeholder { color: #636363; opacity: 1; }
.input_label input[type="checkbox"] {
	width: 40px;
}

textarea.textarea {
	height: auto;
}

/* styles for checkbox */
.input_label.checkbox input {
	max-width: 15px;
	width: 15px;
	line-height: 42px;
	display: block;
	float: left;
	margin: 0 20px 0 10px;
}
.input_label.checkbox p {
	float: left;
	font-size: 16px;
	line-height: 42px;
	font-weight: 700;
}

/*paging page*/
.paging {
	float: left;
	display: block;
	width: 100%;
	background-color: #3871b5;
	margin-bottom: 16px;
}
.paging ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.paging ul:nth-of-type(1) {
	padding-left: 10px;
	float: left;
}
.paging ul li {
	display: inline-block;
	list-style: none;
	color: #ffffff;
	font-size: 14px;
	line-height: 35px;
	margin-right: 8px;
}
.paging ul:nth-of-type(1) li {
	margin-right: 0;
}
.paging ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	line-height: 35px;
}
.paging ul:nth-of-type(2) {
	float: right;
}
.paging ul li a {
	display: inline-block;
	padding: 0 5px;
}
.paging ul:nth-of-type(1) li a {
	display: inline-block;
	padding: 0 3px;
}
.paging ul li.selected, .paging ul li a.selected {
	padding: 0 5px;
	background-color: #dbefff;
	color: #3871b5;
}
.ads_paging {
	width: 100%;
	display: block;
	height: auto;
	float: left;
	margin-bottom: 20px;
}
.ads_paging div:nth-of-type(1), .ads_paging div:nth-of-type(2) {
	height: 250px;
	width: 300px;
	float: left;
	border: 0px solid #e5e5e5;
	margin-right: 10px;
}
.ads_3 {
	width: 100%;
	display: block;
	height: auto;
	float: left;
	margin-bottom: 20px;
}
.ads_3 div:nth-of-type(1), .ads_3 div:nth-of-type(2), .ads_3 div:nth-of-type(3) {
	height: 250px;
	width: 300px;
	float: left;
	border: 0px solid #e5e5e5;
	margin-right: 10px;
}
.recent_inside.linking {
	margin-bottom: 15px;
}
.paging.bottom {
	margin-bottom: 0;
}
/* must-have page */
.musthave_inside h2 {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #3871b5;
	line-height: 46px;
	border: 1px solid #c0daeb;
	margin-bottom: 15px;
}
.top_item {
	float: left;
	display: block;
	width: 50%;
	margin-bottom: 20px;
}
.top_item ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	float: left;
	list-style: none;
	border: 1px solid #c8dff0;
	border-top: none;
	padding: 10px 15px;
	background-color: #fcfcfc;
	min-height:590px;
}
.top_item:nth-of-type(odd) {
	padding-right: 10px;
}
.top_item:nth-of-type(even) {
	padding-left: 10px;
}
.top_item div {
	width: 100%;
	background-color: #3871B5;
}
.top_item div h4 {
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	display: inline-block;
}
.top_item div h4::before {
	content: "";
	background: url(../images/sprite.png) no-repeat;
	display: inline-block;
	position: relative;
	top: 3px;
	left: 6px;
	margin-right: 12px;
	background-position: -253px -60px;
	width: 19px;
	height: 18px;
}
.top_item li {
	display: block;
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 2px;
}
.top_item li span {
	color: #E0551D;
	font-size: 14px;
	line-height: 1.5;
}
.top_item li a {
	text-decoration: none;
	color: inherit;
	line-height: inherit;
	border-bottom: 1px solid transparent;
}
.top_item li p {
	color: #262626;
	font-size: 12px;
	line-height: 1.5;
}

/* sw page */
.page_navig {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	background-color: #0076bc;
	line-height: 26px;
	padding-left: 10px;
	margin-bottom: 12px;
}
.page_navig span {
	float: left;
}
.page_navig span::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 10px;
	background: url(../images/sprite.png) no-repeat -259px -83px;
	width: 13px;
	height: 12px;
}
.page_navig ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.page_navig li {
	display: inline-block;
	list-style: none;
}
.page_navig li a {
	text-decoration: none;
	color: #ffffff;
}


.preview_wrap {
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
.soft_preview {
	max-width: 100%;
	display: block;
	float: left;
	padding: 0 20px 0 8px;
}
.soft_preview h1, .sw_inside h1 {
	font-size: 30px;
	float: left;
	color: #0a244f;
	display: inline-block;
}
.version_new.sw {
	float: left;
	padding: 8px 0 0 0;
	margin-left: 16px;
	text-transform: uppercase;
	font-size: 14px;
}
.rating_wrap {
	float: left;
	display: block;
	width: 100%;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.star_rating.sw {
	float: left;
	margin: 0;
}
.rat_count {
	float: left;
	color: #0a244f;
	font-size: 12px;
	margin-left: 8px;
	display: inline-block;
}
.zoom_in {
	position: relative;
	float: left;
	width: 130px;
	height: 130px;
	margin: 0 8px 5px 0;
}
.zoom_in img {
	display: block;
}
.zoom_in div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(56, 113, 181, 0.6);
	color: #ffffff;
	line-height: 16px;
	padding-bottom: 2px;
	font-size: 12px;
}
.zoom_in span {
	position: absolute;
	top: 45px;
	left: 40px;
	margin: auto;
	display: block;
	background: url(../images/sprite.png) no-repeat -2px -171px;
	width: 49px;
	height: 40px;
}
.soft_preview p {
	text-align: justify;
	color: #262626;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.soft_preview table {
	float: left;
	width: 100%;
	color: #262626;
	background-color: #ffffff;
	font-size: 15px;
	border-collapse: collapse;
}
.soft_preview table tr {
	line-height: 27px;
}
.soft_preview table tr td:nth-of-type(1) {
	background-color: #ffffff;
	border: 1px solid #f7f7f7;
	padding-left: 5px;
	min-width: 90px;
}
.soft_preview table tr td:nth-of-type(2) {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ffffff;
	padding-left: 10px;
}
.soft_preview table .star_rating.tb {
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: -5px;
}
.down_funct {
	float: left;
	display: block;
	margin-top: 12px;
}
.button_whiteblue {
	color: #e0551d;
	background-color: #ffffff;
	border: 1px solid #e0551d;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 8px 6px 8px;
	margin-right: 7px;
}
.down_funct button {
	height: 41px;
	cursor: pointer;
	background: -moz-linear-gradient(#e0551d, #ca4d1a);
	background: -o-linear-gradient(#e0551d, #ca4d1a);
	background: -webkit-linear-gradient(#e0551d, #ca4d1a);
	background: linear-gradient(#e0551d, #ca4d1a);
	background-color: #e0551d;
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	padding-right: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.down_funct button span {
	display: inline-block;
	width: 43px;
	height: 37px;
	line-height: 35px;
	border-right: 1px solid #ffffff;
	margin-right: 10px;
}
.down_funct button span::before {
	content: "";
	position: relative;
	top: 2px;
	right: 0px;
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../images/sprite.png) no-repeat -233px -79px;
}

.ads_sw {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	margin-top: 0px;
}
.ads_sw div {
	height: 250px;
	width: 300px;
	/*border: 1px solid #e5e5e5;*/
	margin: 0 10px 20px 0;
	float: left;
}
.ads_responsive {
	float: left;
	display: block;
	margin-top: 12px;
	clear: both;
	width: 100%;
	min-width: 300px;
	text-align: left;
}

.about_sw {
	float: left;
	display: block;
	width: 100%;
	margin-top: 32px;
	margin-bottom: 30px;
}
.about_sw section {
	display: block;
	text-align: left;
	color: #262626;
	font-size: 12px;
	margin-bottom: 24px;
}
.about_sw section p {
	display: block;
	margin-bottom: 8px;
	line-height: 1.5;
}
.about_sw section p:last-of-type {
	margin-bottom: 0;
}
.about_sw_span {
	display: block;
 	color: #0a234c;
 	font-size: 20px;
	margin-bottom: 12px;
}
.about_sw section {
	color: #0a234c;
}
.about_sw section table {
	text-align: center;
	float: left;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
}
.about_sw section table tr {
	background-color: #fafafa;
}
.about_sw section table tr td {
	border-right: 1px solid #e3edf4;
	display: table-cell;
	vertical-align: middle;
	padding: 7px 0;
}
.about_sw section table tr:nth-of-type(2n+0) td{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.about_sw section table tr:nth-of-type(2n+0) td:first-of-type {
	border-left: 1px solid #e6e6e6;
}
.about_sw section table tr:nth-of-type(2n+0) td:last-of-type {
	border-right: 1px solid #e6e6e6;
}
.about_sw section table tr td:last-of-type {
	border-right: none;
	padding-left: 25px;
	text-align: left;
}

.recent_inside.sw {
	margin-bottom: 25px;
}
.recent_inside.sw h2 {
	width: 560px;
}

@media all and (max-width: 1280px) {
	.soft_preview {
		max-width: 100%;
		margin: auto;
	}

	.down_funct {
		width: 100%;
		padding-right: 10px;
		margin-top: 25px;
	}
	.preview_wrap {
		margin-bottom: 20px;
	}
	.down_funct button {
		float: right;
		padding-right: 30px;
	}
	.button_whiteblue {
		float: left;
	}

	.ads_sw div {
		margin-right: 10px;
		float: left;
	}

	.soft_preview {
		padding: 0px 4px;
	}
}
@media all and (max-width: 1260px) {
	nav li {
		margin-right: 17px;
	}

	#pre_content .article_r article .title h3 {
		font-size: 16px;
	}
}

@media all and (max-width: 1200px) {
	.paging ul:nth-of-type(1), .paging ul:nth-of-type(2) {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
	}
	.paging ul:nth-of-type(1) {
		margin-bottom: 5px;
	}
}

@media all and (max-width: 1160px) {
	.top_white_bar {
		display: none;
	}
	.main_bar_inner {
		padding: 15px 0;
	}
	nav li {
		margin-right: 12px;
	}
	nav li a {
		font-size: 14px;
	}

	.main_bar .logo {
		float: none;
		margin: auto;
		max-width: 560px;
	}
	.search_box {
		float: none;
		max-width: 560px;
		margin: auto;
	}

	.article_r {
		float: none;
		display: block;
		width: 660px;
		margin: auto;
	}
	#pre_content {
		margin-bottom: 30px;
	}
	#pre_content article:nth-of-type(1) {
		width: 650px;
		float: none;
		margin: auto;

	}
	#pre_content .article_r article {
		width: 320px;
		clear: left;
		float: left;
		margin: 20px 25px 0 0;
	}
	.ads_main {
		width: 300px;
		margin-top: 25px;
	}
	aside:nth-of-type(2) {
		display: none;
	}
	aside:nth-of-type(1) {
		float: none;
		width: 650px;
		margin: auto;
	}

	.side_bar li {
		display: inline-block;
		width: 24%;
	}
	.show_more {
		display: inline-block;
	}
	aside:nth-of-type(1) .side_bar:nth-of-type(1n+2) ul {
		display: none;
	}

	.midline.main {
		padding: 0px 2% 0px 2%;
	}
	.midline {
		float: none;
		margin: auto;
		width: 670px;
	}
	.categ_inside {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 1000px) {
	nav li {
		display: inline-block;
		width: 33%;
		margin: 0;
		padding: 8px 4px;
	}
	.ads_3 div:nth-of-type(1) {
		margin: 0;
	}
	.ads_3 div:nth-of-type(2) {
		margin: 0;
	}
	.ads_3 div:nth-of-type(3) {
		display: none;
	}
}
@media all and (max-width: 690px) {
	.wrapper {
		max-width: 480px;
	}

	.main_bar .logo {
		margin-bottom: 10px;
	}
	.search {
		float: none;
		margin: auto;
		width: 250px;
		display: block;
		height: 33px;
	}
	.search_box a {
		text-align: center;
	}
	.search input[type="text"], .search button {
		margin-bottom: 12px;
	}
	.categ {
		float: none;
		margin: auto;
		width: 250px;
		display: block;
	}
	.categ select {
		width: 250px;
	}
	.categ span {
		top: -26px;
		right: 14px;
	}

	.mob_nav_icon {
		display: inline-block;
  		background: url(../images/sprite.png) -66px -175px;
  		width: 34px;
  		height: 23px;
  		float: left;
  		margin-top: 10px;
  		text-decoration: none;
	}
	nav.nav_slide {
		height: 250px;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	nav {
		height: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	nav li {
		width: 100%;
		padding: 10px 0px;
	}

	#pre_content article:nth-of-type(1), .article_r, aside:nth-of-type(1), aside:nth-of-type(2), .midline {
		width: 470px;
	}
	.similar li {
		width: 100%;
		padding: 10px 0px;
	}
	.similar li:nth-of-type(n+5) {
		display: none;
	}
	.similar li div section {
		display: block;
	}

	#pre_content article:nth-of-type(1) .title, #featured_content .title {
		margin-bottom: 10px;
	}
	#pre_content .article_r article li {
		padding: 5px 0;
	}
	#pre_content .article_r article li:nth-of-type(n+8) {
		display: none;
	}

	.ads_main div:nth-of-type(2) {
		display: none;
	}
	.ads_main div:nth-of-type(1) {
		margin-bottom: 0;
	}

	.side_bar li {
		width: 32%;
	}
	.content_inner {
		padding: 2% 0 32px;
	}

	.categ_item li {
		width: 100%;
		border: none;
	}
	.categ_item:nth-of-type(n+7) {
		display: none;
	}
	.categ_item li:nth-of-type(-n+3), .categ_item li:nth-of-type(7),
	.categ_item li:nth-of-type(8), .categ_item li:nth-of-type(9) {
		background-color: #ffffff;
	}
	.categ_item li:nth-of-type(2n+2) {
		background-color: #F7F7F7;
	}
	.recent_item {
		padding-right: 2px;
		padding-left: 2px;
	}
	.recent_item section h4 {
		font-size: 16px;
	}
	.recent_item li a {
		font-size: 12px;
	}
	.recent_inside {
		margin-bottom: 20px;
	}
	.recent_item:nth-of-type(n+9) {
		display: none;
	}

	footer {
		padding: 15px 0;
	}
	footer li {
		margin-right: 15px;
	}
	footer ul {
		margin-bottom: 15px;
	}

   .side_bar:nth-of-type(1) {
   	margin-top: 15px;
   }
   .input_label select, .input_label input {
   	width: 80%;
   }

   .top_item {
   	width: 100%;
   	margin-bottom: 15px;
   	padding: 0;
   }
   .top_item:nth-of-type(2n), .top_item:nth-of-type(2n+1) {
   	padding: 0;
   }

	.ads_paging div:nth-of-type(1) {
		margin: 0;
	}
	.ads_paging div:nth-of-type(2) {
		display: none;
	}
	.ads_3 div:nth-of-type(1) {
		margin: 0;
	}
	.ads_3 div:nth-of-type(2) {
		display: none;
	}
	.ads_3 div:nth-of-type(3) {
		display: none;
	}

	.recent_inside.sw h2 {
		max-width: 400px;
	}

	.soft_preview h1 {
		font-size: 25px;
	}
	.down_funct button {
		float: left;
	}
	.about_sw_span {
		font-size: 18px;
	}

	.ads_sw div {
		margin-right: 0;
	}
	.ads_sw div:nth-of-type(2) {
		display: none;
	}
	.ads_responsive {
		display: none;
	}
}

@media all and (max-width: 500px) {
	.wrapper {
		max-width: 360px;
	}
	#pre_content article:nth-of-type(1), .article_r, .midline {
		width: 350px;
	}
	#featured_content article .title div {
		width: 100%;
	}
	#featured_content article .title h3 {
		font-size: 10px;
	}

	.main_bar {
		background: #0167B9 url(../images/blue_bg_mob.jpg) no-repeat;
	}

	aside:nth-of-type(1), aside:nth-of-type(2) {
		width: 340px;
	}
	aside:nth-of-type(2) .side_bar:nth-of-type(3) {
		display: none;
	}

	#pre_content article:nth-of-type(1) .title h3 {
		font-size: 16px;
	}
	#featured_content article .title h3 {
		font-size: 14px;
	}
	.preview img {
		width: 100%;
	}
	.preview div {
		padding: 10px 0px 0px 0px;
		width: 100%;
	}

	.side_bar li {
		width: 49%;
	}

	.recent_item {
		padding-right: 0px;
	}
	.recent_item section:nth-of-type(1), .recent_item section:nth-of-type(2) {
		width: 100%;
		padding: 0;
	}
	.categ_inside h2, .recent_inside h2{
		width: 300px;
		font-size: 20px;
	}

	footer {
		background: #0167B9 url(../images/blue_bg_mob.jpg) no-repeat;
	}
	footer li {
		margin-bottom: 5px;
	}

	.version_new, .soft_new {
		font-size: 13px !important;
		padding: 6px 0;
	}
	.star_rating {
		margin: 6px 0;
	}

	.form_title, .musthave_inside h2 {
		font-size: 20px;
	}
	.form_send_btn {
		width: 100%;
	}

	.top_item div h4 {
		font-size: 16px;
	}
	.top_item:nth-of-type(n+6) {
		display: none;
	}

	.page_navig ul {
		padding-left: 25px;
	}
	.soft_preview h1 {
		font-size: 22px;
	}
	.down_funct button {
		font-size: 17px;
		width: 100%;
		height: 38px;
		margin-top: 15px;
	}
	.down_funct {
		padding-right: 0;
	}
	.down_funct button span {
		height: 34px;
	}
	.recent_inside.sw h2 {
		max-width: 290px;
	}
	.about_sw section {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 370px) {

	.wrapper {
		max-width: 100%;
	}
	#pre_content article:nth-of-type(1), #featured_content article .title div,  .article_r, .midline, aside:nth-of-type(1), aside:nth-of-type(2) {
		width: 100%;
	}
	#featured_content article .title h3 {
		font-size: 12px;
	}

	nav li a {
	   font-size: 13px;
	}

	#pre_content .article_r article li a {
		font-size: 14px;
	}
	.preview div h4 {
		font-size: 14px;
	}
	.preview div a {
		font-size: 10px;
	}

	footer li a {
		font-size: 12px;
	}
	footer small {
		font-size: 10px;
	}

	.version_new, .soft_new {
		font-size: 12px !important;
		padding: 13px 0 5px 0 !important;
	}

	.form_send_btn {
		height: 35px;
		font-size: 16px;
	}

	.top_item:nth-of-type(n+5) {
		display: none;
	}

	.recent_item li {
		margin-right: 8px;
	}

	.paging {
		font-size: 13px !important;
	}

	.about_sw_span {
		font-size: 16px;
	}
	.version_new.sw {
		padding-top: 5px;
	}
	.button_whiteblue {
		font-size: 12px;
	}
	.about_sw section {
		margin-bottom: 16px;
	}
}

.rowError        { background-color: #e01d49; padding: 5px; color: white; }
.rowWarning        { background-color: #fa8b08; padding: 5px; color: white;}
.rowSuccess        { background-color: #0caf43; padding: 5px; color: white; }