/* 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%;
    font-weight: 300;
    background-color: transparent;
    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;
    color: #0072c6
}

strong {
    font-weight: bold;
}

button {
    cursor: pointer;
}

button:focus, input:focus, textarea:focus {
    outline: none;
}

input::-ms-clear {
    display: none;
}

input, textarea, select {
    border: 1px solid #808080;
    line-height: 1.5;
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 5px;
}

* {
    font-family: 'Open Sans', sans-serif;
}

.container {
    overflow-x: hidden;
}

.wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
    padding: 0 5px;
}

.ad_resp {
    position: relative;
    margin: 0 auto;
    height: auto;
    padding: 2px 0;

	display: block;
	width: 100%;
	float: left;
	margin-bottom: 5px;

	/*border: 1px red solid;*/
}

/* hovers */
nav li, nav li:hover, .down_btn, .down_btn:hover, .fb, .tw, .mail,
.user_inputs .login:hover, .user_inputs .reg:hover,
.user_inputs .login, .user_inputs .reg,
.preview li section, .preview li section:hover, .menu_side li a, .menu_side li a:hover,
.coupons li a, .coupons li a:hover, .top_downloads li a, .top_downloads li a:hover,
.news a, .news a:hover, .blue_bar li a, .blue_bar li a:hover, .feat_item h4 a,
.feat_item h4 a:hover, .form button, .form button:hover, .button01, .button01:hover, .now, .buynow, .save_to_downs,
.now:hover, .buynow:hover, .save_to_downs:hover, .os .btn, .os .btn:hover, .driver_descript .win_btns a,
.driver_descript .win_btns a:hover, .captcha button, .captcha button:hover,
.related_btns a, .related_btns a:hover {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

nav li:hover, .driver_descript .win_btns a:hover {
    opacity: 0.75;
}

nav li ul li:hover {
    opacity: 1;
}

nav li:last-of-type:hover {
    opacity: 1;
    background-color: rgba(245, 129, 35, 0.75);
}

.down_btn:hover, .fb:hover, .tw:hover, .mail:hover, .form button:hover, .button01:hover,
.now:hover, .buynow:hover, .save_to_downs:hover, .os .btn:hover, .captcha button:hover, .related_btns a:hover, .news a:hover {
    opacity: 0.8;
}

.user_inputs .login, .user_inputs .reg, .menu_side li a,
.top_downloads li a, .blue_bar li a, .feat_item h4 a {
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.user_inputs .login:hover, .user_inputs .reg:hover {
    /*border-bottom: 1px solid #333;*/
    color: #0072c6;
    text-decoration: none;
}

.preview li:nth-of-type(1) section:hover, .preview li:nth-of-type(6) section:hover {
    background-color: rgba(0, 114, 198, 1);
}

.preview li:nth-of-type(2) section:hover, .preview li:nth-of-type(5) section:hover {
    background-color: rgba(25, 153, 0, 1);
}

.preview li:nth-of-type(3) section:hover, .preview li:nth-of-type(4) section:hover {
    background-color: rgba(70, 23, 180, 1);
}

.menu_side li a:hover, .top_downloads li a:hover, .feat_item h4 a:hover {
    border-bottom: 1px solid #0072C6;
}

.coupons li a:hover, .app_title:hover, .popular_tags li a:hover,
.app_item .desc h3 a:hover, .app_item .tags a:hover, .app_item .btns a:hover,
.saved_app_item .desc h3 a:hover, .saved_app_item .tags a:hover, .saved_app_item .btns a:hover,
.page_nav li a:hover, .pages li a:hover, .sort ul:nth-of-type(1) li a:hover,
.sort ul:nth-of-type(2) li a:hover, .soc_nets li a:hover, .details tr a:hover,
nav li ul li a:hover, .new_drive_item .sec li a:hover, .driver_preview .tags li a:hover {
    text-decoration: underline;
}

.down_it:hover, .remove_it:hover {
    text-decoration: none;
}

.blue_bar li a:hover {
    border-bottom: 1px solid #ffffff;
}

header, #pre_content, #content, .top_ad, footer, .bottom_bar {
    position: relative;
    width: 100%;
    float: left;
}

header {
    margin-top: 15px;
}

.main_logo {
    float: left;
    max-width: 305px;
    height: auto;
    margin-right: 35px;
    margin-top: 27px;
}

.main_logo a {
    display: block;
}

.main_logo img {
    width: 100%;
    display: block;
}

nav {
    position: relative;
    width: 100%;
    float: left;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

nav li {
    display: table;
    float: left;
    height: 113px;
    width: 113px;
    margin-right: 3px;
    padding: 6px;
    position: relative;
    z-index: 10;
}

nav li a {
    display: table-cell;
    text-decoration: none;
    font-size: 21px;
    color: #ffffff;
    vertical-align: middle;
}

nav li:nth-of-type(1), nav li:nth-of-type(5) {
    background-color: #199900;
}

nav li:nth-of-type(2), nav li:nth-of-type(6) {
    background-color: #0072c6;
}

nav li:nth-of-type(3), nav li:nth-of-type(7) {
    background-color: #f3b200;
}

nav li:nth-of-type(4) {
    background-color: #4617b4;
}

nav li:nth-of-type(8) {
    background-color: #f58123;
}

nav li:last-of-type {
    margin-right: 0;
    opacity: 1 !important;
}

nav li ul {
    display: none;
    position: absolute;
    bottom: -97px;
    left: 0;
    z-index: 10;
}

nav li:hover ul {
    display: block !important;
}

nav li ul li {
    display: block;
    float: none;
    width: 113px;
    height: auto;
    margin-right: 0;
    padding: 15px 8px;
    background-color: #ffffff !important;
    border: 1px solid #f58123;
    border-top: none;
}

nav li ul li a {
    display: block;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    vertical-align: baseline;
}

.bottom_bar {
    background-color: #fafafa;
    padding: 20px 0;
    margin-top: 18px;
}

.win_download {
    float: left;
    margin-left: 80px;
}

.down_btn {
    float: left;
    display: block;
    width: 220px;
    height: 60px;
    background-color: #0072c6;
    padding: 12px;
    border: 1px solid #208ec9;
    text-align: left;
    overflow: hidden;
}

.down_btn a {
    text-decoration: none;
}

.down_btn:nth-of-type(1) {
    margin-right: 10px;
}

.down_btn span:nth-of-type(1) {
    position: relative;
    float: left;
    background: url(../images/sprite.png) no-repeat -57px -1px;
    width: 31px;
    height: 33px;
    margin-right: 37px;
}

.down_btn span:nth-of-type(1)::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -16px;
    right: -15px;
    height: 64px;
    width: 1px;
    border-right: 1px solid #2ca8ef;
    border-left: 1px solid #0049a3;
}

.down_btn p {
    font-size: 14px;
    position: relative;
    padding-top: 4px;
}

.down_btn p::after {
    content: "";
    float: right;
    position: absolute;
    top: -16px;
    right: -5px;
    display: inline-block;
    background: url(../images/sprite.png) no-repeat -1px 0;
    width: 56px;
    height: 54px;
}

.down_btn p, .down_btn span:nth-of-type(2) {
    color: #ffffff;
    display: block;
    line-height: 1;
    font-weight: 400;
}

.down_btn span:nth-of-type(2) {
    font-size: 18px;
}

.socials {
    float: left;
    display: block;
    margin: 13px 40px 0 44px;
}

.socials .fb, .socials .tw, .socials .mail {
    background: url(../images/sprite.png) no-repeat;
    display: inline-block;
    width: 37px;
    height: 37px;
    float: left;
    margin-right: 8px;
}

.socials .fb {
    background-position: -1px -55px;
}

.socials .tw {
    background-position: -40px -55px;
}

.socials .mail {
    background-position: -79px -55px;
    margin-right: 0;
}

.user_inputs {
    float: left;
    margin-top: 18px;
    height: 100%;
}

.user_inputs .login, .user_inputs .reg {
    float: left;
    font-size: 24px;
    color: #333333;
    text-decoration: none;
    margin-right: 50px;
}

.user_inputs .reg {
    margin-right: 0;
}

.user_inputs .login::before, .user_inputs .reg::before {
    background: url(../images/sprite.png) no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 9px;
}

.user_inputs .login::before {
    background-position: -89px -1px;
    width: 25px;
    height: 24px;
}

.user_inputs .reg::before {
    background-position: -116px -1px;
    width: 19px;
    height: 19px;
    bottom: 2px;
}

.search_box {
    float: left;
    margin-top: -27px;
    margin-left: 68px;
}

.search_box span {
    display: inline-block;
    font-size: 30px;
    color: #333333;
}

.search_box div button, .search_box div input {
    display: inline-block;
    float: left;
    height: 33px;
    background-color: transparent;
    border: 1px solid #333333;
}

.search_box div button {
    width: 30px;
    border-right: none;
    position: relative;
    z-index: 3;
}

.search_box div button::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    background: url(../images/sprite.png) no-repeat -91px -27px;
    width: 21px;
    height: 21px;
}

.search_box div input {
    width: 170px;
    border-left: none;
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

#pre_content {
    float: left;
    margin-top: 43px;
}

.top_ad {
    float: left;
    margin-top: 10px;
}

.preview {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    float: left;
}

.preview li {
    position: relative;
    display: inline-block;
    float: left;
    height: 215px;
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.preview li:nth-of-type(3n+3) {
    margin-right: 0;
}

.preview li:nth-of-type(1) {
    background: url(../images/1.jpg) no-repeat center / cover;
}

.preview li:nth-of-type(2) {
    background: url(../images/2.jpg) no-repeat center / cover;
}

.preview li:nth-of-type(3) {
    background: url(../images/3.jpg) no-repeat center / cover;
}

.preview li:nth-of-type(4) {
    background: url(../images/4.jpg) no-repeat center / cover;
}

.preview li:nth-of-type(5) {
    background: url(../images/5.jpg) no-repeat center / cover;
}

.preview li:nth-of-type(6) {
    background: url(../images/6.jpg) no-repeat center / cover;
}

.preview li.x25 {
    width: calc(25% - 6px);
}

.preview li.x50 {
    width: calc(50% - 4px);
}

.preview li a {
    text-decoration: none;
}

.preview li section {
    position: absolute;
    float: left;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 114, 198, 0.8);
    padding: 8px 18px 8px 10px;
    min-height: 90px;
}

.preview li:nth-of-type(1) section, .preview li:nth-of-type(6) section {
    background-color: rgba(0, 114, 198, 0.8);
}

.preview li:nth-of-type(2) section, .preview li:nth-of-type(5) section {
    background-color: rgba(25, 153, 0, 0.8);
}

.preview li:nth-of-type(3) section, .preview li:nth-of-type(4) section {
    background-color: rgba(70, 23, 180, 0.8);
}

.preview li section h4, .preview li section p {
    display: block;
    color: #ffffff;
    line-height: 1.2;
}

.preview li section h4 {
    font-size: 24px;
}

.preview li section p {
    font-size: 16px;
}

#content {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.content_inner {
    float: left;
    width: 100%;
}

aside {
    float: left;
    width: 300px;
    margin-bottom: 30px;
}

.side_bar {
    width: 100%;
}

.menu_side {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 25px;
}

.menu_side li {
    display: block;
    line-height: 30px;
    border-top: 1px solid #f2f2f2;
}

.menu_side li:first-of-type {
    border-top: none;
}

.menu_side li a {
    text-decoration: none;
    color: #0072c6;
    font-size: 16px;
    font-weight: 400;
}

.menu_side li ul {
    list-style: none;
    display: block;
    padding-left: 30px;
}

.menu_side li ul li {
    border-bottom: 1px solid #f2f2f2;
    border-top: none;
}

.menu_side li ul li:last-of-type {
    border-bottom: none;
}

.menu_side li ul li a {
    text-decoration: none;
}

.menu_side li ul li a.selected {
    color: #c6000f;
}

.coupons {
    float: left;
    margin-bottom: 35px;
}

.side_titles {
    display: block;
    font-size: 30px;
    color: #808080;
    margin-bottom: 22px;
    float: left;
    width: 100%;
    line-height: 1;
}

.coupons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.coupons li {
    float: left;
    display: inline-block;
    width: 132px;
    height: 200px;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.coupons li div {
    position: relative;
    width: 132px;
    height: 132px;
}

.coupons li div::before {
    content: "";
    display: inline-block;
    background: url(../images/sprite.png) no-repeat -119px -24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -38px;
    width: 70px;
    height: 68px;
}

.coupons li:nth-of-type(1) div,
.coupons li:nth-of-type(4) div {
    background-color: #0072c6;
}

.coupons li:nth-of-type(2) div,
.coupons li:nth-of-type(3) div {
    background-color: #34394e;
}

.coupons li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    padding: 4px 0 9px 0;
}

.coupons li:nth-of-type(1) a,
.coupons li:nth-of-type(4) a {
    color: #0072c6;
}

.coupons li:nth-of-type(2) a,
.coupons li:nth-of-type(3) a {
    color: #34394e;
}

.top_downloads {
    counter-reset: item;
    float: left;
    margin-bottom: 35px;
}

.top_downloads ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top_downloads li {
    counter-increment: item;
    padding: 6px 0;
    border-bottom: 1px solid #F2F2F2;
}

.top_downloads li::before {
    content: counter(item);
    margin-right: 15px;
    color: #0072c6;
    font-size: 16px;
    font-weight: 400;
}

.top_downloads li a {
    text-decoration: none;
    color: #0072c6;
    font-size: 16px;
    font-weight: 400;
}

.saved_downloads {
    float: left;
    margin-bottom: 35px;
}

.empty {
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.empty p, .news p {
    display: block;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}

.saved_link {
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

.saved {
    float: left;
    width: 100%;
}

.app_title, .down_it, .remove_it {
    text-decoration: none;
    float: left;
    color: #848484;
}

.down_it, .remove_it {
    display: inline-block;
    font-size: 15px;
    text-decoration: underline;
}

.app_title {
    display: block;
    width: 100%;
    font-size: 18px;
}

.down_it {
    margin-right: 20px;
}

.news {
    float: left;
    margin-top: 25px;
}

.news p {
    margin-bottom: 16px;
    line-height: 1.6;

}

.news a {
    background-color: #0072c6;
    text-decoration: none;
    color: #ffffff;
    padding: 7px 15px;
    margin-left: 26px;
}

.popular_tags {
    float: left;
    margin-bottom: 20px;
}

.popular_tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.popular_tags li {
    display: inline;
    margin-right: 5px;
    line-height: 0.8;
}

.popular_tags li a {
    text-decoration: none;
    color: #0072c6;
    line-height: 0.8;
    display: inline;
}

.midline {
    float: left;
    width: 970px;
    margin-bottom: 25px;
}

.midline.main {
    padding-left: 22px;
}
.midline.main h1 {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 1;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
}

.midline_one {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.midline_one.main {
    padding-left: 22px;
}

.midline_one h1 {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 1;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
}

.apps_preview {
    float: left;
}

.app_item {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    /*height: 300px;
    overflow: hidden;*/
}

.saved_app_item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.app_item:nth-of-type(2n+1) {
    padding-right: 10px;
    clear: left;
}

.app_item:nth-of-type(2n+2) {
    padding-left: 10px;
}

/*.midline.categ .app_item:nth-of-type(2n+1), .midline.search .app_item:nth-of-type(2n+1) {
    padding-left: 10px;
    padding-right: 0;
}

.midline.categ .app_item:nth-of-type(2n+2), .midline.search .app_item:nth-of-type(2n+2) {
    padding-right: 10px;
    padding-left: 0;
}*/

.app_item:nth-of-type(1) {
    padding-right: 10px;
    padding-left: 0;
}

.app_item:nth-of-type(2) {
    padding-left: 10px;
}

/*.midline.categ .app_item:nth-of-type(1), .midline.search .app_item:nth-of-type(1) {
    padding-right: 10px;
    padding-left: 0;
}

.midline.categ .app_item:nth-of-type(2), .midline.search .app_item:nth-of-type(2) {
    padding-left: 10px;
    padding-right: 0;
}*/

.app_item .desc {
    float: left;
    margin-bottom: 8px;
}

.app_item .desc div {
    float: left;
    border: 5px solid #0072c6;
    margin-right: 17px;
}

.app_item .desc div img {
    float: left;
    display: block;
}

.app_item .desc h3 {
    font-size: 36px;
    color: #0072c6;
    line-height: 1.1;
    display: block;
    margin-bottom: 14px;
}

.app_item .desc h3 a {
    text-decoration: none;
    color: #0072c6;
}

.app_item .desc p {
    color: #808080;
    font-size: 18px;
    line-height: 1.3;
}

.app_item .desc span {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
}

.app_item .tags {
    float: left;
    border: 1px solid #f2f2f2;
    padding: 5px 10px;
    margin-bottom: 15px;
    max-height: 55px;
    overflow: hidden;
}

.app_item .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.app_item .tags li {
    float: left;
    display: inline-block;
    margin-right: 4px;
    color: #0072c6;
}

.app_item .tags a {
    text-decoration: none;
    color: #0072c6;
    font-weight: 400;
    margin-right: 4px;
}

.app_item .btns {
    float: left;
    width: 100%;
}

.app_item .btns a, .app_item .btns li {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    padding: 2px 9px;
    float: left;
    margin-top: 5px;
}

.app_item .left {
    float: left;
}

.app_item .left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.app_item .left li:nth-of-type(1) {
    margin-right: 5px;
}

.app_item .left li.update {
    background-color: #199900;
    margin-right: 5px;
}

.app_item .left li.award {
    background-color: #f3b200;
}

.app_item .right {
    float: right;
}

.app_item .right a {
    background-color: #0072c6;
    margin-right: 5px;
}

.app_item .right a:last-of-type {
    margin-right: 0;
}

.saved_app_item .desc {
    float: left;
    margin-bottom: 8px;
}

.saved_app_item .desc div {
    float: left;
    border: 5px solid #0072c6;
    margin-right: 17px;
}

.saved_app_item .desc div img {
    float: left;
    display: block;
}

.saved_app_item .desc h3 {
    font-size: 36px;
    color: #0072c6;
    line-height: 0.8;
    display: block;
    margin-bottom: 14px;
}

.saved_app_item .desc h3 a {
    text-decoration: none;
    color: #0072c6;
}

.saved_app_item .desc p {
    color: #808080;
    font-size: 18px;
    line-height: 1.3;
}

.saved_app_item .desc span {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
}

.saved_app_item .tags {
    float: left;
    border: 1px solid #f2f2f2;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.saved_app_item .tags strong {
    color: #808080;
}

.saved_app_item .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.saved_app_item .tags li {
    float: left;
    display: inline-block;
    margin-right: 4px;
    color: #0072c6;
}

.saved_app_item .tags a {
    text-decoration: none;
    color: #0072c6;
    font-weight: 400;
    margin-right: 4px;
}

.saved_app_item .btns {
    float: left;
    width: 100%;
}

.saved_app_item .btns a, .saved_app_item .btns li {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    padding: 2px 9px;
    float: left;
    margin-top: 5px;
}

.saved_app_item .left {
    float: left;
}

.saved_app_item .left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.saved_app_item .left li:nth-of-type(1) {
    margin-right: 5px;
}

.saved_app_item .left li.update {
    background-color: #199900;
    margin-right: 5px;
}

.saved_app_item .left li.award {
    background-color: #f3b200;
}

.saved_app_item .right {
    float: right;
}

.saved_app_item .right a {
    background-color: #0072c6;
    margin-right: 5px;
}

.saved_app_item .right a:last-of-type {
    margin-right: 0;
}

footer, .blue_bar {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #34394e;
}

.blue_bar {
    background-color: #0072c6;
    height: 43px;
}

.blue_bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 8px;
    width: auto;
}

.blue_bar li {
    display: inline-block;
    margin-right: 47px;
}

.blue_bar li:last-of-type {
    margin-right: 0;
}

.blue_bar li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}

.foot_socials {
    position: absolute;
    right: 0;
    top: -8px;
}

.foot_socials .fb,
.foot_socials .tw,
.foot_socials .mail {
    display: block;
    float: left;
    background: url(../images/sprite.png) no-repeat;
    width: 58px;
    height: 58px;
    margin-left: 12px;
}

.foot_socials .fb {
    background-position: -1px -95px;
}

.foot_socials .tw {
    background-position: -61px -95px;
}

.foot_socials .mail {
    background-position: -121px -95px;
}

footer small {
    float: left;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.5;
    padding: 40px 5px 45px 5px;
}

/* top page */
.midline.top, .midline.search, .midline.feat, .midline.reg,
.midline.categ, .midline.driver, .midline.sw, .midline.drivers {
    padding-right: 22px;
}

.midline.top h1, .midline.categ h1 {
    display: block;
    width: 100%;
    float: left;
    color: #333333;
    font-size: 30px;
    margin-bottom: 28px;
}

/* search page */
.midline.search {
    margin-bottom: 0;
}

.paging {
    float: left;
    width: 100%;
    margin-bottom: 38px;
}

.pages {
    float: left;
    width: 100%;
    background-color: #eaeaea;
    padding: 14px 12px 20px 12px;
}

.pages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pages li {
    float: left;
    display: inline-block;
    color: #333333;
    font-size: 18px;
    margin-right: 3px;
}

.pages li.dots {
    color: #0072c6;
}

.pages li a {
    text-decoration: none;
    font-size: 18px;
    color: #0072c6;
    padding: 3px 5px 7px 5px;
}

.pages li a.selected {
    color: #ffffff;
    background-color: #0072c6;
    text-decoration: none;
}

.pages p {
    display: block;
    float: right;
    color: #333333;
    font-size: 18px;
}

.sort {
    float: left;
    width: 100%;
    padding: 6px 10px;
}

.sort ul:nth-of-type(1), .sort ul:nth-of-type(2) {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.sort ul:nth-of-type(1) li:first-of-type, .sort ul:nth-of-type(2) li:first-of-type {
    color: #333333;
}

.sort ul:nth-of-type(1) li, .sort ul:nth-of-type(2) li {
    float: left;
    display: inline-block;
    margin-right: 4px;
    color: #0072c6;
}

.sort ul:nth-of-type(1) li a, .sort ul:nth-of-type(2) li a {
    text-decoration: none;
    font-size: 16px;
    margin-right: 4px;
    color: #0072c6;
}

.sort ul .selected, .sort ul li a.selected {
    text-decoration: underline;
}

.sort ul:nth-of-type(2) {
    float: right;
}

.sort ul:nth-of-type(2) li:last-of-type, .sort ul:nth-of-type(2) li:last-of-type a {
    margin-right: 0;
}

/* register page */
.reg_form {
    float: left;
    width: 100%;
}

.form {
    float: left;
    max-width: 385px;
    font-size: 14px;
}

.form p {
    display: block;
    width: 100%;
    color: #808080;
    text-align: right;
    margin-bottom: 15px;
}

.form label {
    float: left;
    display: block;
    margin-bottom: 22px;
}

.form label span {
    float: left;
    width: 150px;
    text-align: right;
    line-height: 35px;
    color: #333333;
    font-weight: 400;
    padding-right: 18px;
}

.form label input {
    float: left;
    width: 233px;
    height: 35px;
    border: 1px solid #808080;
    line-height: 1.5;
    font-size: 15px;
    padding-left: 8px;
}

.form label textarea {
    float: left;
    width: 233px;
    border: 1px solid #808080;
    line-height: 1.5;
    font-size: 15px;
    padding-left: 8px;
}

.accept {
    float: right;
    margin-bottom: 56px;
}

.accept span {
    float: left;
    line-height: 13px;
    color: #808080;
}

.accept input {
    display: inline-block;
    float: left;
    width: 14px;
    height: 14px;
    margin-left: 10px;
}

.button01 {
    padding: 3px 10px;
    background-color: #0072c6;
    border: #004c98 solid thin;
    font-size: 15px;
    color: #ffffff;
}
.form button {
    float: right;
    padding: 8px 32px;
    background-color: #0072c6;
    font-size: 18px;
    color: #ffffff;
}

.reg_form section {
    float: left;
    max-width: 560px;
    padding: 0 25px 0 60px;
}

.reg_form section h1 {
    font-size: 30px;
    color: #333333;
    display: block;
    line-height: 1;
    margin-bottom: 25px;
}

.reg_form section p {
    display: block;
    font-size: 14px;
    color: #808080;
    line-height: 1.5;
    margin-bottom: 12px;
}

/* featured page */
.midline.feat h1 {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 1;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
}

.feat_categ {
    float: left;
}

.feat_titles {
    float: left;
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 1;
    color: #199900;
    margin-bottom: 32px;
}

.feat_item {
    float: left;
    width: calc(33.33% - 20px);
    position: relative;
    margin: 0 20px 30px 0;
    text-align: center;
    background-color: #fafafa;
    height: 171px;
    padding: 0 5px 28px 5px;
}

.feat_item:nth-of-type(3n+3) {
    /*margin-right: 0;*/
}

.feat_item h4 {
    color: #0072c6;
    font-size: 18px;
    display: block;
}

.feat_item h4 a {
    color: #0072c6;
    text-decoration: none;
}

.feat_item p, .feat_item h4 {
    line-height: 1.5;
    font-weight: 400;
}

.feat_item p:nth-of-type(1), .feat_item h4 {
    margin-bottom: 10px;
}

.feat_item p:nth-of-type(1) {
    font-size: 12px;
    color: #808080;
}

.feat_item p:nth-of-type(2) {
    font-size: 14px;
    color: #333333;
}

.feat_item img {
    display: block;
    width: 32px;
    height: 32px;
    margin: -12px auto 16px auto;
}

.feat_item .winamp, .feat_item .virtual_dj, .feat_item .adobe_fp {
    display: block;
    background: url(../images/sprite.png) no-repeat;
    width: 35px;
    height: 35px;
    margin: -12px auto 18px auto;
}

.feat_item .winamp {
    background-position: -192px -72px;
}

.feat_item .virtual_dj {
    background-position: -192px -36px;
}

.feat_item .adobe_fp {
    background-position: -191px -1px;
}

/* category page */
.preview.categ {
    margin-bottom: 8px;
}

.preview.categ li.x25 {
    width: calc(33.33% - 6px);
}

.preview.categ li.x50 {
    width: calc(66.66% - 4px);
}

.preview.categ li:nth-of-type(5) {
    /*Kicko margin-right: 0;*/
}

.categ_inside {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.categ_item {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 17px;
}

.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: #eaeaea;
}

.categ_item li:nth-of-type(3n) {
    border-right: none;
}

.categ_item li a {
    text-decoration: none;
    color: #0072c6;
    font-size: 15px;
    display: inline-block;
    float: left;
    border-bottom: 1px solid transparent;
}

.categ_item li a:hover {
    text-decoration: underline;
}

.categ_item li span {
    display: inline-block;
    float: right;
    color: #262626;
    font-size: 12px;
}

/* driver-page page */
.page_nav {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.page_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page_nav li {
    display: inline;
    float: left;
    color: #0072c6;
    margin-right: 3px;
}

.page_nav li a {
    text-decoration: none;
    font-size: 14px;
    color: #0072c6;
    font-weight: 400;
    margin-right: 3px;
}

.driver_preview {
    float: left;
    width: 100%;
}

.driver_preview h1 {
    font-size: 24px;
    color: #0072c6;
    margin-bottom: 32px;
    line-height: 1;
    font-weight: 400;
}

.details {
    float: left;
    width: 620px;
    padding-right: 20px;
}

.details table {
    border-collapse: collapse;
}

.details tr {
    font-size: 16px;
    color: #333333;
}

.details tr:nth-of-type(2n+2) {
    background-color: #fbfbfb;
}

.details h4 {
    width: 100%;
    float: left;
    color: #333333;
    font-size: 24px;
    padding-left: 14px;
    background-color: #eaeaea;
}

.details tr:nth-of-type(1) td, .details tr:nth-of-type(3) td,
.details tr:nth-of-type(5) td, .details tr:nth-of-type(7) td {
    padding-right: 140px;
}

.details tr td {
    padding: 5px 0 5px 14px;
    vertical-align: middle;
}

.details tr a {
    text-decoration: none;
    color: #0072c6;
    font-weight: 400;
}

.drive_download {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.now, .buynow, .save_to_downs {
    display: inline-block;
    padding: 18px 20px 20px;
    background-color: #0072c6;
    text-transform: uppercase;
    border: 1px solid #208ec9;
    margin-right: 4px;
}

.now a, .buynow a, .save_to_downs a {
    text-decoration: none;
    float: left;
}

.now span, .buynow span, .save_to_downs span {
    position: relative;
    color: #ffffff;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    float: left;
}

.now span::after, .buynow span::after, .save_to_downs span::after {
    content: "";
    float: right;
    position: absolute;
    top: -18px;
    right: -6px;
    display: inline-block;
    background: transparent url(../images/sprite.png) no-repeat -1px 0;
    width: 56px;
    height: 54px;
}

.os {
    float: right;
}

.os .btn {
    display: block;
    width: 65px;
    height: 30px;
    float: left;
    background-color: #0072c6;
    margin-left: 10px;
}

.os .btn span::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -6px;
    right: -5px;
    height: 30px;
    width: 1px;
    border-right: 1px solid #2CA8EF;
    border-left: 1px solid #0049A3;
}

.os .btn a {
    text-decoration: none;
}

.os .btn span {
    float: left;
    position: relative;
    float: left;
    background: transparent url(../images/sprite.png) no-repeat -58px -37px;
    width: 18px;
    height: 18px;
    margin: 6px 0 0 4px;
}

.os .btn p {
    display: block;
    float: left;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    margin-left: 8px;
    margin-top: 3px;
}

.os .btn strong {
    display: none;
}

.soc_nets {
    float: left;
    width: 100%;
    margin-bottom: 28px;
    background-color: #f7f7f7;
    border: 1px solid #eaeaea;
    padding: 3px 0 0 0;
}

.soc_nets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.soc_nets li {
    float: left;
    display: inline-block;
    margin-right: 24px;
}

.soc_nets li:last-of-type {
    margin-right: 0;
}

.soc_nets li a {
    text-decoration: none;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
}

.soc_nets li a::before {
    content: "";
    background: transparent url("../images/sprite.png") no-repeat;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    bottom: 2px;
    margin-right: 10px;
}

.soc_nets li:nth-of-type(1) a::before {
    background-position: -200px -157px;
    width: 12px;
    height: 20px;
}

.soc_nets li:nth-of-type(2) a::before {
    background-position: -176px -159px;
    width: 21px;
    height: 18px;
}

.soc_nets li:nth-of-type(3) a::before {
    background-position: -150px -158px;
    width: 21px;
    height: 20px;
}

.soc_nets li:nth-of-type(4) a::before {
    background-position: -129px -157px;
    width: 18px;
    height: 21px;
}

.soc_nets li:nth-of-type(5) a::before {
    background-position: -103px -158px;
    width: 21px;
    height: 20px;
}

.soc_nets li:nth-of-type(6) a::before {
    background-position: -76px -157px;
    width: 22px;
    height: 21px;
}

.soc_nets li:nth-of-type(7) a::before {
    background-position: -51px -160px;
    width: 23px;
    height: 14px;
}

.soc_nets li:nth-of-type(8) a::before {
    background-position: -25px -158px;
    width: 21px;
    height: 20px;
}

.soc_nets li:nth-of-type(9) a::before {
    background-position: -2px -159px;
    width: 21px;
    height: 18px;
}

.about {
    float: left;
    width: 100%;
    font-weight: 400;
    margin-bottom: 40px;
}

.about h2 {
    display: block;
    font-size: 18px;
    color: #0072c6;
    line-height: 1.3;
    margin-bottom: 24px;
}

.about p {
    display: block;
    color: #808080;
    font-size: 14px;
    margin-bottom: 23px;
    line-height: 1.3;
}

.inner_side_bar {
    float: left;
    width: 320px;
}

.inner_side_bar_2ads {
    float: left;
    width: 100%;
}

.inner_side_bar_2ads div {
    width: 300px;
    height: 250px;
    /*border: 1px solid #eaeaea;*/
}

.inner_side_bar_2ads div:nth-of-type(1) {
    margin-bottom: 15px;
}

.inner_side_bar_2ads div:nth-of-type(2) {
    margin-bottom: 30px;
}

.main_col_2ads {
	float: left;
	width: 100%;
	text-align: center;
}

.main_col_2ads div {
	width: 300px;
	height: 250px;
	/*border: 1px solid #eaeaea;*/
	float: left;
}

.main_col_2ads div:nth-of-type(1) {
	margin-right: 15px;
}

.main_col_2ads div:nth-of-type(2) {
	margin-bottom: 15px;
}

.main_col_3ads {
	float: left;
	width: 100%;
	text-align: center;
}

.main_col_3ads div {
	width: 300px;
	height: 250px;
	/*border: 1px solid #eaeaea;*/
	float: left;
	margin: 15px 0;
}

.main_col_3ads div:nth-of-type(1) {
	margin-right: 10px;
}
.main_col_3ads div:nth-of-type(2) {
	margin-right: 10px;
}
.main_col_3ads div:nth-of-type(3) {
}

.other_drivers {
    float: left;
    width: 100%;
}

.other_drivers h1 {
    display: block;
    font-size: 24px;
    color: #0072c6;
    line-height: 1.3;
    margin-bottom: 25px;
}

.other_drivers article {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.other_drivers article h3 {
    display: block;
    font-size: 19px;
    color: #0072c6;
    margin-bottom: 16px;
}

.other_drivers article p {
    display: block;
    line-height: 1.3;
    color: #808080;
    font-size: 14px;
}

/* driver page */
.sw_item {
    float: left;
    margin-bottom: 12px;
}

.sw_item .desc {
    font-weight: 400;
    float: left;
}

.sw_item .desc div {
    float: left;
}

.sw_item .desc div img {
    display: block;
    border: 5px solid #0072c6;
    margin: 0 20px 5px 0;
}

.sw_item .desc h2 {
    display: block;
    font-size: 30px;
    line-height: 1.1;
    color: #0072c6;
    margin-bottom: 15px;
}

.sw_item .desc h3 {
    display: block;
    font-size: 20px;
    color: #0072c6;
    margin: 10px 0;
}

.sw_item .desc span {
    display: block;
    color: #000000;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 12px;
}

.sw_item .desc p {
    display: block;
    color: #808080;
    line-height: 1.5;
    font-size: 14px;
}

.adapt_ad {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.adapt_ad div {
	width: 100%;
	height: 100px;
	border: 1px solid #EAEAEA;
}

.adapt_ad.sw {
	margin-top: 20px;
}

.driver_img {
    float: left;
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid #eaeaea;
    margin-top: 34px;
    padding-bottom: 6px;
}

.driver_img img {
    display: block;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    object-position: 0% 0%;
}

.driver_img p {
    display: block;
    float: right;
    color: #333333;
    font-size: 12px;
    margin: 5px 14px 0 0;
}

/*.star_rating {
   font-size: 0;
	float: right;
	margin: 11px 0;
   white-space: nowrap;
   display: inline-block;
   width: 115px;
   height: 23px;
   cursor: pointer !important;
   overflow: hidden;
   position: relative;
   background: url(../images/star_a.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_b.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%;
}*/

.driver_img .star_rating {
    /*float: right;*/
    margin: 0;
    margin-top: 18px;
    margin-left: 14px;
}

.buynow {
    background-color: #4617b4;
    margin-right: 0;
}

.save_to_downs {
    background-color: #34394e;
    padding: 18px 8px 20px;
    margin-right: 0;
}

.driver_descript {
    float: left;
    width: 100%;
}

.driver_descript section {
    float: left;
    margin-bottom: 10px;
}

.driver_descript section h2 {
    font-size: 24px;
    color: #0072c6;
    line-height: 1;
    display: block;
    margin-bottom: 25px;
}

.driver_descript .win_btns {
    float: left;
    margin: 10px 0 35px 0;
}

.driver_descript .win_btns a {
    display: block;
    float: left;
    text-decoration: none;
/*    background: url(../images/sprite.png) no-repeat;
    width: 132px;
    height: 62px;*/
    margin-right: 10px;
}
/*
.driver_descript .win_btns a:nth-of-type(1) {
    background-position: -231px -67px;
}

.driver_descript .win_btns a:nth-of-type(2) {
    background-position: -231px -1px;
}
*/
.driver_descript section:nth-of-type(2) p {
    color: #808080;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}

.driver_descript section.reviews_list article {
    float: left;
    background-color: transparent;
    padding: 10px 25px;
    width: 100%;
}

.driver_descript section.reviews_list article:nth-of-type(2n+1) {
    background-color: #fbfbfb;
}

.driver_descript section.reviews_list article h5 {
    font-size: 18px;
    color: #000000;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

.driver_descript section.reviews_list article p {
    color: #808080;
    line-height: 2;
    font-size: 14px;
    display: block;
}

/*.driver_descript section.reviews_list article .star_rating {
	float: left;
	margin: 6px 0px;
}*/
.driver_descript section.review_form {
    margin-top: 26px;
    width: 100%;
}

.post_form {
    float: left;
    width: 790px;
}

.post_form .inputs {
    float: left;
    width: 360px;
    margin-right: 20px;
}

.post_form .inputs label {
    width: 100%;
    height: 38px;
    float: left;
    display: block;
    margin-bottom: 26px;
}

.post_form .inputs label span {
    width: 125px;
    float: left;
    height: 38px;
    font-size: 14px;
    color: #333333;
    line-height: 38px;
    text-align: right;
    padding-right: 12px;
}

.post_form .inputs label input, .post_form .inputs label select {
    width: 235px;
    float: left;
    height: 38px;
    border: 1px solid #808080;
    padding: 0 10px;
    font-size: 14px;
    color: #333333;
}

.post_form textarea {
    display: block;
    float: left;
    width: 410px;
    height: 166px;
    resize: none;
    border: 1px solid #808080;
    padding: 5px 10px;
    overflow: auto;
}

.post_form textarea::-webkit-input-placeholder {
    opacity: 1;
    line-height: 1.5;
}

.post_form textarea:-moz-placeholder {
    opacity: 1;
    line-height: 1.5;
}

.post_form textarea::-moz-placeholder {
    opacity: 1;
    line-height: 1.5;
}

.post_form textarea:-ms-input-placeholder {
    opacity: 1;
    line-height: 1.5;
}

.captcha {
    float: left;
    width: 100%;
    margin-top: -12px;
}

.captcha input {
    float: right;
    width: 72px;
    height: 35px;
    border: 1px solid #808080;
    padding: 0 10px;
    font-size: 14px;
    color: #333333;
    margin-right: 6px;
    margin-top: 5px;
}

.captcha img {
    float: right;
    margin-right: 38px;
    margin-top: 12px;
}

.captcha button {
    float: right;
    color: #ffffff;
    padding: 10px;
    background-color: #0072c6;
}

.related_dwns {
    float: left;
    margin-bottom: 15px;
    margin-top: 35px;
}

.related_dwns h2 {
    font-size: 24px;
    color: #0072c6;
    line-height: 1;
    display: block;
    margin-bottom: 35px;
}

.related_dwns article {
    float: left;
    border: none;
    padding: 12px 16px;
    background-color: transparent;
    width: 100%;
}

.related_dwns article:nth-of-type(2n+1) {
    background-color: #fbfbfb;
    border: 1px solid #0072c6;
}

.related_dwns article h4, .related_dwns article p {
    font-size: 14px;
    display: block;
}

.related_dwns article h4 {
    font-size: 20px;
    color: #0072c6;
    line-height: 1;
    margin-bottom: 15px;
}

.related_dwns article p {
    line-height: 1.5;
    color: #808080;
    margin-bottom: 10px;
}

.related_btns {
    float: right;
}

.related_btns a {
    float: left;
    text-decoration: none;
    padding: 6px 14px;
    margin-right: 15px;
    color: #ffffff;
    background-color: #0072c6;
}

.sw_ads {
    float: left;
    width: 100%;
}

.sw_ads div {
    width: 300px;
    height: 250px;
    border: 1px solid #eaeaea;
}

.sw_ads div {
    margin-bottom: 25px;
}

/* drivers page */
.midline.drivers h1 {
    color: #0072c6;
    font-size: 30px;
    line-height: 1;
    display: block;
    margin-bottom: 35px;
}

.new_drivers {
    float: left;
    width: 100%;
}

.new_drive_item {
    float: left;
    width: calc(100% - 46px);
    margin: 0 0 18px 23px;
    position: relative;
    z-index: 2;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
}

.new_drive_item .pre {
    width: calc(100% + 46px);
    display: block;
    position: absolute;
    margin-left: -23px;
    margin-top: 12px;
}

.new_drive_item h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
    padding: 4px 90px 4px 34px;
    position: relative;
    background-color: #0072c6;
    z-index: 3;
}

.new_drive_item h3 a {
    color: #ffffff;
    text-decoration: none;
}

.new_drive_item h3 a:hover {
    text-decoration: underline;
}

.new_drive_item:nth-of-type(2n+2) h3 {
    background-color: #199900;
}

.new_drive_item h3 span {
    color: #dddddd;
    font-size: 70%;
    position: absolute;
    right: 34px;
    bottom: 4px;
    display: block;
}

.new_drive_item .x, .new_drive_item .y {
    display: block;
    background: url(../images/sprite.png) no-repeat;
    position: absolute;
    z-index: 0;
    bottom: -20px;
    width: 26px;
    height: 25px;
}

.new_drive_item .x {
    background-position: -371px -27px;
    left: -1px;
}

.new_drive_item .y {
    background-position: -370px -51px;
    right: -1px;
}

.new_drive_item .first, .new_drive_item .sec {
    float: left;
    width: 50%;
    margin-top: 60px;
    padding: 15px;
}

.new_drive_item .first {
    padding-right: 20px;
}

.new_drive_item .first p {
    color: #4c4c4c;
    line-height: 1.8;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
}

.new_drive_item .sec {
    float: left;
    width: 50%;
    padding-left: 20px;
}

.new_drive_item .sec ul, .driver_preview .tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new_drive_item .sec li, .new_drive_item .sec li a, .driver_preview .tags li, .driver_preview .tags li a {
    color: #0072c6;
    line-height: 1.3;
}

.new_drive_item .sec li, .driver_preview .tags li {
    display: inline;
    margin-right: 3px;
}

.new_drive_item .sec li a, .driver_preview .tags li a {
    text-decoration: none;
    font-size: 12px;
    margin-right: 6px;
    font-weight: 400;
}

.linktous {
    padding-bottom: 30px;
}
.linktous p {
    padding: 15px 10px;
}
.linktous p:nth-of-type(2n+2) {
    background-color: #fbfbfb;
}

@media all and (max-width: 1290px) {
    .wrapper {
        max-width: 1000px;
    }

    .main_logo {
        margin: 0 auto 25px;
        float: none;
        max-width: 330px;
    }

    nav ul {
        display: block;
        width: 100%;
        float: left;
    }

    nav li {
        width: 12.2%;
    }

    nav li ul li {
        width: 100%;
    }

    .bottom_bar {
        padding: 12px 0;
    }

    .win_download {
        margin-left: 185px;
    }

    .user_inputs {
        margin: 36px 0 0 230px;
    }

    .midline {
        width: 690px;
    }

    .app_item .right {
        float: left;
    }

    .form {
        float: none;
        margin: auto;
        max-width: 455px;
    }

    .accept {
        margin-bottom: 40px;
    }

    .form label input {
        width: 303px;
    }

    .reg_form section {
        margin-top: 50px;
        max-width: 545px;
        padding: 0 0 0 120px;
    }

    .about, .inner_side_bar {
        margin-bottom: 20px;
    }

    .inner_side_bar {
        width: 100%;
    }

    .inner_side_bar_2ads div:nth-of-type(1) {
        margin-right: 20px;
    }

    .inner_side_bar_2ads div:nth-of-type(1), .inner_side_bar_2ads div:nth-of-type(2) {
        margin-bottom: 25px;
        float: left;
    }

    .details {
        width: 100%;
        padding-right: 0;
    }

    .post_form {
        width: 660px;
    }

    .post_form textarea {
        width: 315px;
    }

    .post_form .inputs {
        width: 325px;
    }

    .post_form .inputs label input, .post_form .inputs label select {
        width: 200px;
    }

    .soc_nets li {
        margin-right: 32px;
    }

    .new_drive_item .first, .new_drive_item .sec {
        margin-top: 80px;
    }
	.main_col_3ads div:nth-of-type(3) {
		display: none;
	}
}

@media all and (max-width: 1020px) {
    .wrapper {
        max-width: 800px;
    }

    .main_logo {
        max-width: 310px;
    }

    nav li {
        width: 11.9%;
        height: 95px;
    }

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

    nav li ul {
        bottom: -116px;
    }

    .win_download {
        margin-left: 85px;
    }

    .user_inputs {
        margin: 36px 0 0 130px;
    }

    #pre_content, #content {
        margin-top: 30px;
    }

    .top_ad {
        margin-top: 5px;
    }

    .preview li section h4 {
        font-size: 20px;
    }

    .preview li section p {
        font-size: 14px;
    }

    aside {
        width: 290px;
    }

    .side_titles, .search_box span, .midline.drivers h1 {
        font-size: 26px;
    }

    .categ_inside {
        margin-bottom: 20px;
    }

    .pages {
        padding: 14px 12px 15px;
    }

    .pages ul {
        display: block;
        width: 100%;
        float: left;
    }

    .pages p {
        float: left;
        margin-top: 15px;
    }

    .sort ul:nth-of-type(2) {
        float: left;
        margin-top: 5px;
    }

    .midline {
        width: 500px;
    }

    .app_item .right {
        float: right;
    }

    .app_item .desc h3 {
        font-size: 30px;
    }

    .app_item .tags {
        max-height: 165px;
        overflow: hidden;
    }

    .app_item:nth-of-type(2n+1), .app_item:nth-of-type(2),
    .app_item:nth-of-type(2n+2), .app_item:nth-of-type(1) {
        padding: 0 !important;
    }

    .midline.feat h1, .midline.top h1, .midline.categ h1, .midline_one h1, .sw_item .desc h2 {
        font-size: 27px;
    }

    .sw_item .desc h2 {
        line-height: 1.2;
    }

    .sw_item .desc h2 {
        font-size: 22px;
    }

    .feat_titles {
        font-size: 23px;
    }

    .feat_item {
        width: calc(50% - 10px);
    }

    .feat_item:nth-of-type(3n+3), .feat_item:nth-of-type(2n+2), .feat_item {
        margin-right: 10px;
    }

    .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: #eaeaea;
    }

    .form {
        float: left;
    }

    .reg_form section {
        margin-top: 50px;
        max-width: 100%;
        padding: 0;
    }

    .os {
        float: left;
        margin-top: 10px;
    }

    .os .btn {
        margin-left: 0;
        margin-right: 10px;
    }

    .post_form, .post_form textarea, .post_form .inputs, .app_item {
        width: 100%;
    }

    .post_form .inputs {
        margin-right: 0;
    }

    .captcha {
        margin-top: 10px;
    }

    .post_form .inputs label input, .post_form .inputs label select {
        width: 352px;
    }

    .driver_descript section.reviews_list article {
        padding: 10px 0 10px 25px;
    }

    .midline.sw .coupons, .midline.sw .saved_downloads,
    .inner_side_bar_2ads div:nth-of-type(2), .popular_tags {
        display: none;
    }
	.main_col_2ads div:nth-of-type(2) {
		display: none;
	}
	.main_col_3ads div:nth-of-type(2) {
		display: none;
	}
    .details tr:nth-of-type(1) td, .details tr:nth-of-type(3) td,
    .details tr:nth-of-type(5) td, .details tr:nth-of-type(7) td {
        padding-right: 60px;
    }

    .blue_bar ul {
        text-align: left;
    }

    .new_drive_item h3 {
        font-size: 16px;
    }
}

@media all and (max-width: 820px) {
    .wrapper {
        max-width: 600px;
    }

    .mob_nav_icon {
        display: block;
        background: transparent url(../images/sprite.png) repeat -365px -1px;
        float: left;
        text-decoration: none;
        width: 34px;
        height: 24px;
    }

    nav li {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0;
    }

    nav ul {
        padding-top: 5px;
        overflow: hidden;
        height: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    nav ul.ul_slide {
        height: 448px;
        margin-bottom: -71px;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    nav li ul {
        height: auto;
        bottom: -62px;
    }

    nav li ul li a {
        font-size: 14px;
    }

    nav li ul li {
        padding: 7px;
    }

    .win_download {
        margin-left: 0;
    }

    .socials {
        margin: 13px 0 0 6px;
    }

    .user_inputs {
        margin: 36px 0 0 40px;
    }

    .user_inputs .login, .user_inputs .reg {
        font-size: 20px;
    }

    .search_box span {
        font-size: 23px;
    }

    .preview li.x50 {
        display: none;
    }

    .preview li.x25 {
        width: calc(50% - 6px);
        margin-right: 6px;
    }

    .coupons, .saved_downloads, .popular_tags {
        display: none;
    }

    aside {
        width: 100%;
    }

    .side_bar {
        float: left;
        margin-bottom: 10px;
    }

    .menu_side {
        float: left;
    }

    .menu_side li ul li {
        float: left;
        width: 100%;
        display: inline-block;
    }

    .menu_side li ul {
        padding-left: 20px;
    }

    .menu_side li {
        width: calc(50% - 18px);
        margin-right: 15px;
        display: inline-block;
    }

    .menu_side li:nth-of-type(2) {
        border-top: none;
    }

    .top_downloads li {
        float: left;
        width: calc(50% - 15px);
        margin-right: 15px;
    }

    .preview.categ li.x25 {
        width: calc(50% - 6px);
    }

    .midline, .midline_one {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .midline.categ {
        margin-bottom: 0;
    }

    .sw_ads {
        display: none;
    }

    .app_item:nth-of-type(1n+13) {
        display: none;
    }

    .feat_titles {
        font-size: 21px;
    }

    .feat_item h4 {
        font-size: 16px;
    }

    .reg_form section h1 {
        font-size: 26px;
    }

    .driver_preview h1, .other_drivers h1, .details h4 {
        font-size: 22px;
    }

    .other_drivers article, .related_dwns h2 {
        margin-bottom: 25px;
    }

    .now, .buynow, .save_to_downs {
        padding: 12px 15px 14px;
    }

    .soc_nets li a {
        font-size: 17px;
    }

    .drive_download {
        margin: 15px 0;
    }

    .adapt_ad {
        margin-bottom: 8px;
    }

    .driver_descript section h2 {
        margin-bottom: 18px;
        font-size: 22px;
    }

    .driver_descript section:nth-of-type(2) p {
        margin-bottom: 15px;
    }

    .foot_socials {
        position: relative;
        float: none;
        width: 212px;
        margin: 25px auto 5px;
        height: 58px;
    }

    .blue_bar {
        height: auto;
    }

    .blue_bar ul {
        text-align: center;
    }

    footer small {
        padding: 20px 5px 25px;
    }
}

@media all and (max-width: 620px) {
    .wrapper {
        max-width: 480px;
    }

    .main_logo {
        max-width: 260px;
        margin: 0 auto 15px;
    }

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

    nav ul.ul_slide {
        height: 440px;
    }

    .search_box span {
        font-size: 21px;
    }

    .user_inputs .login, .user_inputs .reg {
        font-size: 17px;
    }

    .search_box {
        margin-left: 60px;
    }

    .user_inputs .login {
        margin-right: 30px;
    }

    .user_inputs {
        margin: 36px 0 0 0;
    }

    .down_btn span:nth-of-type(1) {
        margin-right: 18px;
        margin-top: 8px;
        background-position: -59px -37px;
        width: 16px;
        height: 18px;
    }

    .down_btn span:nth-of-type(2) {
        font-size: 15px;
    }

    .down_btn p {
        font-size: 12px;
    }

    .down_btn {
        width: 135px;
        padding: 3px;
        height: 40px;
    }

    .down_btn:nth-of-type(1) {
        margin-right: 8px;
    }

    .socials {
        margin: 4px 0 0 12px;
        float: right;
    }

    .down_btn span:nth-of-type(1)::after {
        right: -8px;
    }

    .preview li {
        height: 170px;
    }

    .preview li section h4 {
        font-size: 18px;
    }

    .preview li section p {
        font-size: 13px;
    }

    .preview li section {
        min-height: 70px;
    }

    #content, #pre_content {
        margin-top: 20px;
    }

    .top_ad {
        margin-top: 5px;
    }

    .side_titles, .midline.drivers h1 {
        font-size: 23px;
    }

    .sort ul:nth-of-type(1) li a, .sort ul:nth-of-type(2) li a,
    .sort ul:nth-of-type(1) li:first-of-type, .sort ul:nth-of-type(2) li:first-of-type {
        font-size: 14px;
    }

    .menu_side li a, .top_downloads li a, .top_downloads li::before,
    .app_item .tags a, .pages li a, .pages li, .pages p, .search_box div input {
        font-size: 15px;
    }

    .app_item .desc h3 {
        font-size: 25px;
    }

    .app_item .btns a, .app_item .btns li, .app_item .desc p {
        font-size: 16px;
    }

    .midline.feat h1, .midline.top h1, .midline.categ h1, .midline_one h1 {
        font-size: 24px;
    }

    .sw_item .desc h2 {
        font-size: 20px;
    }

    .feat_item p:nth-of-type(2) {
        font-size: 13px;
    }

    .driver_preview h1, .other_drivers h1, .details h4, .feat_titles {
        font-size: 20px;
    }

    .details tr {
        font-size: 14px;
    }

    .now, .buynow, .save_to_downs {
        padding: 10px 12px 10px;
    }

    .now span, .buynow span, .save_to_downs span {
        font-size: 16px;
    }

    .os .btn p, .feat_item h4 {
        font-size: 15px;
    }

    .about h2 {
        font-size: 17px;
    }

    .soc_nets {
        margin-bottom: 20px;
        padding-left: 10px;
    }

    .soc_nets li {
        margin-right: 17px;
    }

    .soc_nets li a::before {
        margin-right: 5px;
    }

    .page_nav, .driver_preview h1 {
        margin-bottom: 25px;
    }

    .about, .inner_side_bar, .driver_descript section {
        margin-bottom: 0;
    }

    .midline.driver {
        margin-bottom: 10px;
    }

    .other_drivers article h3 {
        font-size: 17px;
    }

    .form {
        max-width: 100%;
    }

    .form label input, .form label, .form label span {
        width: 100%;
    }

    .form label span {
        text-align: left;
    }

    .form label {
        margin-bottom: 10px;
    }

    .driver_descript section h2 {
        margin-bottom: 12px;
    }

    .driver_descript section.reviews_list article h5 {
        margin-bottom: 5px;
    }

    .post_form .inputs label input, .post_form .inputs label select {
        width: 100%;
    }

    .post_form .inputs label span {
        width: 100%;
        text-align: left;
        height: auto;
        line-height: 2;
    }

    .post_form .inputs label {
        height: auto;
        margin-bottom: 10px !important;
    }

    .post_form textarea {
        margin-top: 8px;
    }

    .captcha button {
        padding: 6px;
    }

    .related_btns a {
        padding: 3px 8px;
    }

    .driver_img {
        margin-top: 25px;
    }

    .related_dwns h2 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .new_drive_item .first, .new_drive_item .sec {
        width: 100%;
        clear: both;
        padding: 10px 15px 15px;
    }

    .new_drive_item .sec {
        margin-top: 0;
        padding: 0 15px 15px;
    }

    .blue_bar li a {
        font-size: 15px;
    }

    .blue_bar li {
        margin-right: 28px;
    }

    .foot_socials {
        height: 37px;
        width: 148px;
    }

    .foot_socials .fb, .foot_socials .tw, .foot_socials .mail {
        width: 37px;
        height: 37px;
    }

    .foot_socials .fb {
        background-position: -1px -55px;
    }

    .foot_socials .tw {
        background-position: -40px -55px;
    }

    .foot_socials .mail {
        background-position: -79px -55px;
    }

    footer small {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .wrapper {
        max-width: 100%;
    }

    .main_logo {
        max-width: 240px;
        margin: 0 auto 10px;
    }

    header, .bottom_bar {
        margin-top: 5px;
    }

    .bottom_bar {
        padding: 12px 0;
    }

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

    nav li {
        padding: 8px;
    }

    nav ul.ul_slide {
        height: 394px;
    }

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

    nav li ul {
        bottom: -60px;
    }

    .search_box {
        margin: 0;
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }

    .search_box div input {
        width: calc(100% - 36px);
    }

    .user_inputs {
        margin: 15px 0 0;
        width: 100%;
    }

    .search_box span {
        margin-bottom: 5px;
    }

    .down_btn span:nth-of-type(1) {
        display: none;
    }

    .down_btn {
        width: 100px;
        padding: 4px;
    }

    .page_nav li a {
        font-size: 13px;
    }

    #content, #pre_content {
        margin-top: 10px;
    }

    .top_ad {
        margin-top: 2px;
    }

    .menu_side li {
        line-height: 24px;
    }

    .top_downloads li {
        padding: 2px 0;
    }

    .preview li {
        height: 140px;
    }

    .preview li section {
        min-height: 60px;
    }

    .app_item:nth-of-type(1n+9) {
        display: none;
    }

    .app_item, .page_nav {
        margin-bottom: 20px;
    }

    .midline.feat h1, .midline.top h1, .midline.categ h1, .midline_one h1, .side_titles {
        font-size: 22px;
    }

    .sw_item .desc h2 {
        font-size: 17px;
    }

    .sw_item .desc h3 {
        font-size: 12px;
    }

    .feat_titles {
        font-size: 18px;
        text-align: center;
        margin-bottom: 26px;
    }

    .feat_titles:nth-of-type(1n+7) {
        display: none;
    }

    .feat_item {
        width: 100%;
        margin-right: 0 !important;
        margin: 0 20px 22px 0;
    }

    .side_titles {
        margin-bottom: 12px;
    }

    .sort ul:nth-of-type(1) li, .sort ul:nth-of-type(2) li {
        float: none;
    }

    .app_item .btns a, .app_item .btns li, .app_item .desc p {
        font-size: 15px;
    }

    .app_item .tags, aside {
        margin-bottom: 5px;
    }

    .menu_side li a, .top_downloads li a, .top_downloads li::before, .app_item .tags li a {
        font-size: 13px;
    }

    .reg_form section h1, .app_item .desc h3 {
        font-size: 23px;
    }

    .button01 {
        padding: 3px 5px;
        font-size: 12px;
    }

    .form button {
        padding: 8px 0;
        width: 100%;
        font-size: 16px;
    }

    .reg_form section {
        margin-top: 30px;
    }

    .soc_nets li {
        float: none;
        margin-top: 5px;
    }

    .driver_preview h1, .other_drivers h1, .details h4 {
        font-size: 19px;
    }

    .now span, .buynow span, .save_to_downs span, .os .btn p {
        font-size: 14px;
    }

    .os .btn p {
        margin-left: 12px;
        margin-top: 6px;
    }

    .other_drivers article, .related_dwns h2 {
        margin-bottom: 15px;
    }

    .other_drivers article:nth-of-type(1n+6) {
        display: none;
    }

    .driver_descript section h2 {
        font-size: 19px;
    }

    .driver_descript .win_btns {
        margin-bottom: 25px;
    }

    .related_dwns h2 {
        font-size: 20px;
    }

    .driver_descript section.reviews_list article h5 {
        font-size: 16px;
    }

    .driver_descript section:nth-of-type(4) {
        margin-top: 15px;
    }

    .now, .buynow, .save_to_downs {
        padding: 14px 12px;
    }

    .midline.drivers h1 {
        font-size: 22px;
    }

    .new_drive_item h3 {
        font-size: 15px;
    }

    .blue_bar li {
        margin-right: 0;
        width: 50%;
        float: left;
    }

    .blue_bar ul {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .foot_socials {
        margin: auto;
    }
}

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

    .preview li.x25 {
        width: 100%;
        margin-right: 0;
    }

    .preview li.x25:nth-of-type(1n+3) {
        display: none;
    }

    .preview.categ li.x25 {
        width: 100%;
    }

    .search_box div input {
        width: calc(100% - 30px);
    }

    .search_box div button, .search_box div input {
        height: 40px;
    }

    .socials {
        margin: 4px 0 0 0;
    }

    .win_download {
        margin-right: 4px;
    }

    .down_btn {
        width: 96px;
    }

    .down_btn:nth-of-type(1) {
        margin-right: 4px;
    }

    .socials .fb, .socials .tw {
        margin-right: -2px;
    }

    .search_box span, .side_titles {
        font-size: 20px;
    }

    .midline.feat h1, .midline.top h1, .midline_one h1 {
        font-size: 18px;
    }

    .sw_item .desc h2{
        font-size: 15px;
    }

    .sw_item .desc h3 {
        font-size: 11px;
    }

    .pages li a, .pages li, .pages p {
        font-size: 14px;
    }

    .sort ul:nth-of-type(1) li a, .sort ul:nth-of-type(2) li a,
    .sort ul:nth-of-type(1) li:first-of-type, .sort ul:nth-of-type(2) li:first-of-type {
        font-size: 13px;
    }

    .pages {
        padding: 10px 6px 12px;
    }

    .app_item .right {
        float: left;
    }

    .app_item .left a:nth-of-type(2) {
        margin-right: 5px;
    }

    .reg_form section h1 {
        font-size: 21px;
    }

    .accept input {
        float: right;
    }

    .accept span {
        line-height: 20px;
    }

    .driver_preview h1 {
        line-height: 1.3;
    }

    .details tr:nth-of-type(1) td, .details tr:nth-of-type(3) td,
    .details tr:nth-of-type(5) td, .details tr:nth-of-type(7) td {
        padding-right: 25px;
    }

    .soc_nets li a, .related_btns a {
        font-size: 15px;
    }

    .driver_descript section.reviews_list article {
        padding-left: 15px;
    }

    .drive_download {
        margin: 10px 0;
    }

    .new_drive_item .first {
        margin-top: 100px;
    }
}

.ajax_loading_big {
    height: 11px;
    background: url('../images/working-big.gif') 50% 50% no-repeat;
}

.ajax_loading_small {
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    background: url('../images/ajax-loader-win10.gif') 50% 50% no-repeat;
}

.ajax_done_small {
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    background: url('../images/ajax-ok.png') 50% 50% no-repeat;
}

.messageBox {
    margin-bottom: 10px;
}
.rowSuccess, .rowWarning, .rowError, .withheld {
    padding: 4px 14px;
}
.rowSuccess {
    background-color: #69c210;
}

.rowWarning {
    background-color: #e3a119;
}

.rowError {
    background-color: #c93350;
    color: white;
}

.withheld {
    background-color: #1D5F99;
}

.rowSuccess img, .rowWarning img, .rowError img {
    margin-right: 8px;
    position: relative;
    top: 1px;
}

/* SCREENSHOT GALLERY */
.gallery a img {
    float: left;
    width: 33.3%;
    height: 150px;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5;
}
.gallery a.big img {
    width: 40%;
}
