﻿﻿/********************************** Custom style ******************************************/

*, .btn, button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

body {
    background: #333;
    font-family: 'PT Sans', sans-serif;
}

.form-control {
    border-radius: 0;
}

ul {
    list-style-type: none;
}

ul li {
    position: relative;
}

ul li:before {
    content: ".";
    font-size: 30px;
    position: absolute;
    left: -10px;
    top: 1px;
    line-height: 0px;
    display: block;
}

.container {
    max-width: 1960px;
}

.navbar {
    min-height: 40px;
}

.navbar>.container .navbar-brand {
    left: 0;
    margin-right: 10px;
    padding: 0 0 0 15px;
}

.navbar-brand .logotype {
    height: 40px;
    width: 125px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand {
    padding: 5px;
    margin-left: 0;
    height:auto;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse {
    background-color: #333333;
    border-color: #080808;
}

.user_box {
    position: relative;
}

.user_box_r {
    float: right;
    line-height: 40px;
}

.user_box_l {
    float: left;
    position: relative;
    height: 30px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-right: 1px solid #525252;
    top: 4px;
    color: #fff;
}

#user-loggedin .user_box_l a {
    padding-right: 10px;
}

.sn_icons {
    display: inline-block;
    height: 32px;
    width: 210px;
    background: url("//i.grab.la/images/sn_icons.png") no-repeat left top;
}

.user_box .sn_icons {
    margin-left: 10px;
}

.user_box #login {
    text-decoration: none;
}

.user_box #login strong {
    position: relative;
    top: -11px;
    color: #fff;
    font-weight: normal;
}

#user-loggedin {
    line-height: 31px;
}

#user-loggedin #logout {
    position: relative;
}

#user-loggedout {
    line-height: 31px;
}

#wrapper {
    padding: 40px 15px 0px 15px;
    background: #d8dde0;
}

#marketing {
    background: url("//i.grab.la/images/banners/grabilla_on_the_monitor.jpg") no-repeat center center;
    background-size: 2000px 643px;
    margin-right: -15px;
    margin-left: -15px;
}

#marketing .marketing_image {
    max-width: 100%;
}

#marketing .marketing_text {
    background: #00aeef;
    padding: 20px 0px 20px 0px;
    position: relative;
    margin-top: 35px;
}

#marketing .marketing_right {
    padding-right: 0;
    text-align: center;
}

#marketing .marketing_right .marketing_title {
    margin: 0;
    color: #001723;
    font-size: 40px;
    line-height: 40px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

#marketing .marketing_right .marketing_title small {
    color: #001723;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

#marketing .marketing_right h1 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

#marketing .marketing_right .marketing_buttom {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 35px;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    display: block;
    margin-bottom: 20px;
}

#content {
    margin: 0 auto;
    padding: 30px 0px 25px 0px;
    max-width: 1280px;
}

#wrapper .content_section:nth-child(even) {
    background: #cceffc;
    margin: 0 -15px;
}

.story_box {
    display: block;
    margin: 10px 0 0px 0;
    text-align: center;
}

.story_box:hover {
    text-decoration: none;
}

.story_box img {
    max-width: 100%;
    height: 150px;
    width: 100%;
    margin-bottom: 0px;
}

.story_box .caption_title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin: 5px 0 0 0;
}

.story_box .caption_text {
    font-size: 14px;
    color: #333;
}

.feature_box .title_med {
    color: #001723;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

.feature_box ul {
    padding: 0;
    margin: 0;
}

.feature_box ul li {
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 14px;
}

.colored_box {
    color: #fff;
    padding: 10px 0px 0px 20px;
    min-height: 145px;
    min-width: 230px;
}

.colored_box.blue {
    background: #60b0ff;
}

.colored_box.green {
    background: #90d060;
}

.colored_box.red {
    background: #ff6050;
}

.upload_box .upload_box_title {
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    display: block;
    margin-bottom: 2px;
}

.label_and_input {
    max-width: 308px;
    margin: 0px auto;
}

.upload_box div {
    padding: 0;
    position: relative;
}

.upload_box button {
    margin-left: 10px;
    min-width: 90px;
}

.frame {
    max-width: 1280px;
    margin: 0px auto;
}

.upload_box .upload_files {
    opacity: 0;
    height: 68px;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    display: block;
}

.upload_box .drop_box {
    background: #abcfda;
    padding: 5px;
    text-align: center;
}

.zone_for_drop {
    margin: 8px 0 0 0;
    height: 50px;
}

.zone_for_drop.in .drop_box {
    background: #00aeef;
    border: 1px dashed #fff;
}

.zone_for_drop.in.hover .drop_box {
    background: #0195cd;
    border: 1px dashed #fff;
}

.zone_for_drop.in .drop_box .drop_box_title {
    font-size: 30px;
    line-height: 46px;
}

.zone_for_drop.in .drop_box_counter {
    display: none;
}

.drop_box .drop_box_title {
    font-size: 20px;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    line-height: 23px;
    font-weight: 700;
}

.drop_box .drop_box_counter {
    font-size: 20px;
    color: #333;
    font-family: 'PT Sans', sans-serif;
    line-height: 25px;
    font-weight: 400;
}

.many_downloads {
    text-align: left;
}

.many_downloads .btn-holder {
    position: relative;
    display: inline-block;
    margin: 20px 22px 0 0;
}

.many_downloads .clear-pd {
    margin-right: 0;
}

.many_downloads .btn-holder .btn {
    width: 147px;
    color: #48C600;
    font-size: 14px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #000;
    padding: 5px 0 5px 0;
    margin: 0;
}

.many_downloads .btn-holder .btn span{
    display: block;
}

.many_downloads img {
    position: absolute;
    top: 10px;
    right: -13px;
}

.footer_with_copy {
    color: #999999;
    text-align: center;
    padding: 15px;
}


/************************** Old style ***********************/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.content_section {
    margin: 0px -15px 0 -15px;
    background: #fff;
    padding: 0 15px;
}

.content_section .content_frame {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0;
}

.content_section .content_title {
    text-transform: uppercase;
    margin: 0;
    color: #001723;
    font-size: 30px;
    line-height: 30px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.content_section .content_title small {
    color: #001723;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 18px;
}

.content_section .content_title small.green_text {
    color: #47a447;
}

.hor_soc_buttons .button_facebook {
    height: 22px;
    float: left;
}

.hor_soc_buttons .button_pintirest {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0px;
    float: left;
    margin-right: 50px;
}

.hor_soc_buttons .button_tweets {
    height: 22px;
    float: left;
    width: 96px;
}

.hor_soc_buttons {
    position: relative;
    display: inline-block;
    top: 20px;
}

.hor_soc_buttons .button_googleplus {
    height: 26px;
    float: left;
    position: relative;
}

.download_buttons_holder {
    margin-bottom: 5px;
}

.from_our_server_button {
    display: block;
    height: 60px;
    width: 48%;
    text-decoration: none;
    margin: 0px 4% 0px 0px;
    float: left;
}

.from_our_server_button img {
    width: 100%;
}

.c_net_button {
    margin: 0;
    display: block;
    width: 48%;
}

.c_net_button img {
    min-width: 100%;
}

.virus_total_report {
    clear: both;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.mini_text {
    text-align: justify;
}

.widget_wrap {
    overflow: hidden;
    height: 250px;
    border: 1px solid #e8e8e8;
    background:#fff;
}

.twitter_widget iframe {
    width: 101% !important;
    height: 101% !important;
    max-width: 102%!important;
}

.widget_wrap iframe {
    margin: -1px 0 0 -2px;
}

.widget_wrap iframe {
    width: 101% !important;
    height: 101% !important;
    max-width: 102%!important;
}

.widget_wrap span {
    width: 101% !important;
    max-width: 102%!important;
}

.widget_wrap .fb_iframe_widget {
    width:100%;
}

/**************************END old style**********************/


#get {
    font-family: Georgia;
    font-style: italic;
    font-size: 28pt;
    text-align: center;
    color: #002f2f;
    margin: 30px auto 0px auto;
}

.middle_conteiner .middle_conteiner_con {
    clear: both;
}

.middle_conteiner .middle_conteiner_con .first_col {
    margin-left: 30px;
}

.middle_conteiner .middle_conteiner_con .column {
    float: left;
}

.middle_conteiner .middle_conteiner_con .title_mc {
    font-size: 37px;
    color: #c03000;
    font-family: georgia;
    font-style: italic;
    line-height: 28px;
    position: relative;
}

#get a {
    color: #c03000;
    text-decoration: none;
}

.middle_conteiner .middle_conteiner_con .title_mc .about_new_release {
    font-size: 40%;
    display: block;
    line-height: 10px;
    border-bottom: 1px solid #e8e8e8;
    position: absolute;
    font-size: 10px;
}

.middle_conteiner .middle_conteiner_con .title_mc .about_new_release a {
    text-decoration: underline!important;
}

.from_our_server_button {
    display: block;
    height: 60px;
    width: 48%;
    text-decoration: none;
    margin: 0px 4% 0px 0px;
    float: left;
}

.from_our_server_button img {
    width: 100%;
}

.green_text {
    color: #47a447;
}

.c_net_button {
    margin: 0;
    display: block;
    width: 48%;
}

.c_net_button img {
    min-width: 100%;
}

.middle_conteiner .middle_conteiner_con .footer_column {
    line-height: 18px;
    clear: both;
}

.footer_column {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.footer_column .col {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.footer_column .col:first-child {
    margin-left: 0;
    text-align: right;
}

.footer_column .dropbox-dropin-btn {
    height: 22px !important;
    line-height: 26px !important;
}

.footer_column .dropbox-dropin-btn .dropin-btn-status {
    top: -6px;
}

.footer_column .col small {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.virus_total_report {
    clear: both;
    text-align: center;
    margin-bottom: 10px;
}

.mini_text {
    text-align: justify;
}

.download_buttons_holder {
    margin-bottom: 5px;
}

.middle_conteiner .middle_conteiner_con .file_size {
    font-size: 11px;
    color: #666;
}

.middle_conteiner .middle_conteiner_con .virus_total_report a {
    color: #393!important;
    text-decoration: underline!important;
    font-size: 14px!important;
}

.middle_conteiner .middle_conteiner_con .second_col {
    margin: 40px 0 0 40px;
}

.manual_page_button {
    background: url("/wp-content/themes/keko/keko/images/manual_ico.jpg") no-repeat scroll left -1px transparent;
    border-bottom: 0 none!important;
    color: #c03000!important;
    display: block;
    font-size: 21px;
    font-style: italic;
    height: 30px;
    padding: 0 0 0 26px;
    text-align: left;
    text-decoration: underline!important;
    margin: 0 0 10px 13px;
}

.post_feedback_button {
    background: url("/wp-content/themes/keko/keko/images/feedback_ico.jpg") no-repeat scroll left -1px transparent;
    border-bottom: 0 none!important;
    color: #c03000!important;
    display: block;
    font-size: 21px;
    font-style: italic;
    height: 30px;
    padding: 0 0 0 38px;
    text-align: left;
    text-decoration: underline!important;
}

.middle_conteiner .middle_conteiner_con .three_col {
    margin: 30px 40px 0 40px;
    position: relative;
}

.button_facebook {
    height: 22px;
}

.button_googleplus {
    height: 26px;
}

.button_tweets {
    height: 22px;
}

.button_googleplus {
    height: 26px;
}

.fb_iframe_widget span {
    display: block;
}

.button_facebook .fb-like {
    position: absolute;
    left: 0px;
    top: -16px;
}

.button_pintirest {
    height: 25px;
    position: absolute;
    bottom: -30px;
}


.hor_soc_buttons .button_facebook {
    height: 22px;
    float: left;
}

.hor_soc_buttons .button_googleplus {
    height: 26px;
    float: left;
}

.hor_soc_buttons .button_tweets {
    height: 22px;
    float: left;
    width: 96px;
    margin: 0 10px 0 0;
}

.hor_soc_buttons .button_googleplus {
    height: 26px;
    float: left;
    position: relative;
}

.hor_soc_buttons .button_facebook .fb-like {
    position: relative;
    left: 0;
    top: 0px;
    margin-right: 20px;
}

.hor_soc_buttons .button_pintirest {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0px;
    float: left;
    margin-right: 50px;
}

.middle_conteiner .middle_conteiner_con {
    clear: both;
    width: 800px;
    margin: 0 auto;
}

.copyright_in_footer {
    text-align: center;
    color: #333;
    font-size: 11px;
    line-height: 16px;
    max-width: 800px;
    margin: 0 auto;
}

#wrap {
    padding-top: 10px;
}

.about_new_release {
    font-size: 40%;
    display: block;
    line-height: 12px;
    font-size: 10px;
}

@media (min-width:1961px) {
    #marketing {
        background: url("//i.grab.la/images/banners/grabilla_on_the_monitor.jpg") no-repeat center center;
        background-size: 2200px 700px;
    }
}

@media (max-width:1294px) {

    .many_downloads {
        text-align: center;
    }

    .many_downloads .clear-pd {
        margin-right: 28px;
    }

    .feature_box ul li {
        margin-bottom: 5px;
        line-height: 18px;
        font-size: 12px;
    }
}

@media (max-width:884px) {
    .marketing_left {width: 40.333333%;}
}

@media (max-width:1080px) {
    .many_downloads .btn-holder .btn span {display: inline;}
    .many_downloads .btn-holder .btn {font-size: 11px;}
    .many_downloads img {top: -3px;}
    #marketing .marketing_text {font-size: 28px; padding: 5px;}
    #marketing .marketing_right .marketing_title {font-size: 28px;}
    #marketing .marketing_right .marketing_title small {font-size: 20px;}
    #marketing .marketing_right h1 {font-size: 14px;}
    .marketing_right {width: 62.666667%;}

}

@media (max-width:1200px) {
    .col-lg-2.feature_box, .col-lg-4.feature_box {
        /*padding: 10px;*/;
    }
}


@media (max-width:976px) {
    .middle_conteiner .middle_conteiner_con .three_col {
        margin: 40px 20px 0 20px;
        position: relative;
    }

    .middle_conteiner .middle_conteiner_con .second_col {
        margin: 40px 0 0 20px;
    }

    .middle_conteiner .middle_conteiner_con {
        clear: both;
        width: 690px;
        margin: 0 auto;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }

    .hor_soc_buttons {
        position: relative;
        display: inline-block;
        top: 20px;
    }

    .hor_soc_buttons .button_facebook .fb-like {
        margin-right:10px;
    }

    .hor_soc_buttons .button_pintirest {
        margin-right:30px;
    }

    .hor_soc_buttons .button_tweets {
        margin-right:5px;
    }

    .hor_soc_buttons .button_googleplus {
        width:80px;
    }

    .col-lg-2.feature_box, .col-lg-4.feature_box {
        padding: 0px 15px 15px 15px;
    }

    .sn_icons{width:29px !important;}
    .sn_icons:after {content: '...';position: absolute;top: 6px;right: -10px;color: whitesmoke;}
    .user_box_l {font-size:12px;}
    .user_box_r{margin-left:10px;}
}

@media (max-width:768px) {

    body {
        min-width: 320px;
    }

    .navbar>.container .navbar-brand {
        padding-top: 5px;
        padding-left: 20px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        padding: 0 0;
        text-align: center;
    }

    .navbar-nav{
        margin: 0px;
    }

    .navbar .user_box.pull-right {
        display: inline-block;
        float: none !important;
        border-top: 0;
        box-shadow: none;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 15px;
    }

    .user_box_l {
        float: left;
    }

    .user_box_l span:first-child {
        display: none;
    }

    .user_box_r {
        float: right;
    }

    #marketing {padding-right: 0;}

    #marketing .marketing_text {width: 100%;}

    #marketing .marketing_right .marketing_title {
        margin: 0 0 5px 0;
        color: #001723;
        font-size: 28px;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        line-height: 30px;
    }

    #marketing .marketing_text {
        margin-top: 0;
        text-align: center;
        padding-top: 30px;
    }

    #marketing .marketing_right {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    #marketing .marketing_right .marketing_buttom {
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 24px;
        color: #fff;
        margin: 15px;
        margin-bottom: 15px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        text-align: center;
    }

    .middle_conteiner .middle_conteiner_con .column {
        float: none;
        clear: both;
        width: 280px;
        margin: 20px auto;
    }

    .middle_conteiner .middle_conteiner_con .first_col {
        margin: 20px auto;
    }

    .middle_conteiner .middle_conteiner_con .title_mc {
        font-size: 30px;
        color: #c03000;
        font-family: georgia;
        font-style: italic;
        line-height: 28px;
        position: relative;
    }

    .manual_page_button {
        background: none;
        border-bottom: 0 none!important;
        color: #c03000!important;
        display: block;
        font-size: 21px;
        font-style: italic;
        height: auto;
        padding: 0;
        text-align: center;
        text-decoration: underline!important;
        margin: 0 0 10px 0;
    }

    .post_feedback_button {
        background: none;
        border-bottom: 0 none!important;
        color: #c03000!important;
        display: block;
        font-size: 21px;
        font-style: italic;
        height: auto;
        padding: 0;
        text-align: center;
        text-decoration: underline!important;
    }

    .middle_conteiner .middle_conteiner_con .three_col {
        margin: 40px 20px 0 20px;
        position: relative;
        display: none;
    }

    .middle_conteiner .middle_conteiner_con {
        clear: both;
        width: auto;
        margin: 0 auto;
    }

    #marketing .marketing_right h1 small {
        display: block;
    }

    .hor_soc_buttons {
        top: 0px;
    }

    .twitter_widget {
        margin-bottom:30px;
    }

}

@media (min-width: 1200px) {
    .navbar .container {
        max-width: 100%;
        width: auto;
    }
}

@media (min-width: 992px) {
    .navbar .container {
        max-width: 100%;
        width: auto;
    }
}


@media (max-width: 992px) {
    .feature_box ul li {
        margin-left:10px;
    }
}


@media (min-width: 768px) {
    .navbar .container {
        max-width: 100%;
        width: auto;
    }
}

@media (max-width:900px) {
    .mini_text {
        text-align: justify;
        margin-bottom: 20px;
    }
}

/*************************** Top Advertice ***************************/

.top_advertise_height {height:31px;width:2px;}
.top_advertise {
    background-color: #01aeed;
    border: 1px solid #0384b4;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0 1px rgba(97,196,233,1);
    box-shadow: 0px 0px 0 1px rgba(97,196,233,1);
    padding: 0px 10px 1px 10px;
    margin-top: 4px;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(4,39,51,.5);
    height: 30px;
    line-height: 20px;
    position: relative;
    position: absolute;
    left: 50%;
    margin-left: -245px;
}

.top_advertise strong {text-transform: uppercase;}

.top_advertise .close{
    position:absolute;
    right:3px;
    top:5px;
    display:none;
}

.top_advertise .green_button {
    margin-left:10px;
}

.green_button {
    color: #013846;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-shadow: none;
    padding: 0px 12px;
    border-top: 1px solid #8ad8a3;
    border-bottom: 1px solid #3eb638;
    border-left: 1px solid #4ac343;
    border-right: 1px solid #4ac343;
    box-shadow: 0px 1px 0 1px rgba(46,142,41,0.6);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #6ed06a;
    background: -moz-linear-gradient(top, #6ed06a 1%, #31a62c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6ed06a), color-stop(100%,#31a62c));
    background: -webkit-linear-gradient(top, #6ed06a 1%,#31a62c 100%);
    background: -o-linear-gradient(top, #6ed06a 1%,#31a62c 100%);
    background: -ms-linear-gradient(top, #6ed06a 1%,#31a62c 100%);
    background: linear-gradient(to bottom, #6ed06a 1%,#31a62c 100%);
    line-height: 28px;
}

.green_button:hover {
    text-decoration: none;
}

/************************************ top advertise 2 **************************************/

.top_advertise_height {height:31px;width:2px;}
.top_advertise2 {
    text-align: center;
    padding: 0px 10px 1px 10px;
    margin-top: 5px;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(4,39,51,.5);
    height: 30px;
    line-height: 20px;
    position: relative;
    position: absolute;
    left: 50%;
    margin-left: -245px;
    font-size:12px;
}

.top_advertise2 strong {text-transform: uppercase;color:#b3fe00;}

.top_advertise2 .close{
    position:absolute;
    right:3px;
    top:5px;
    display:none;
}

.top_advertise2 .green_button {
    color:#043401;
    font-size:12px;
    font-weight:700;
}

.height_top_advertise2 {
    display:none;
}

@media all and (max-width:1527px){
    .top_advertise2 {
        text-align: center;
        padding: 0px 10px 1px 10px;
        margin-top: 5px;
        color: #fff;
        text-shadow: 0px 0px 1px rgba(4,39,51,.5);
        height: 30px;
        line-height: 20px;
        position: relative;
        left: 0;
        margin-left: 0px;
        font-size: 12px;
    }
}

@media all and (max-width:1285px){
    .height_top_advertise2 {
        height:40px;
        display:block;
    }
    .top_advertise2 {
        text-align: center;
        margin: 5px -10px;
        color: #043401;
        height: 35px;
        line-height: 33px;
        clear: both;
        float: none !important;
        position: relative;
        left: 0;
        background: #ffffff;
        border: 1px solid #e1e1e1;
        text-shadow: none;

    }
    .top_advertise2 strong {text-transform: uppercase;color:#066c00;}
    .top_advertise2 .green_button {
        color:#043401;
        font-size:12px;
        font-weight:700;
        position: relative;
        top: -1px;
    }

    .feature_box ul li{
        font-size: 12px !important;
    }
}

@media (min-width: 992px) {


}

@media (max-width:767px) {
    .height_top_advertise2 {
        display:none;
    }
}

.social_buttons_all.scoopit {
    float: left;
    width: 55px;
    height: 20px;
}

.social_buttons_all.zing {
    width: 86px;
    float: left;
}

.social_buttons_all.sky{
    width: 60px;
    float: left;
    position: relative;
    top: -3px;
}

.social_buttons_all.z-social,
.social_buttons_all.vk-button {
    width: 134px;
    float: left;
}

.social_buttons_all.vk-button {
    width: 134px;
    float: left;
    top: -1px;
}

.hor_soc_buttons.lang-zh .button_facebook,
.hor_soc_buttons.lang-ru .button_facebook {
    width: 90px;
    margin-left: -10px;
}

.hor_soc_buttons.lang-zh .button_pintirest,
.hor_soc_buttons.lang-ru .button_pintirest {
    margin-right: 42px;
}

.hor_soc_buttons.lang-zh .button_tweets,
.hor_soc_buttons.lang-ru .button_tweets {
    width: 90px;
}

.hor_soc_buttons.lang-zh .button_googleplus,
.hor_soc_buttons.lang-ru .button_googleplus {
    width: 85px;
}
