@media screen and (max-width: 1030px) {
    .container {
        padding: 0 40px;
    }

    .article-inside .article-img {
        max-height: none;
    }
}
@media screen and (max-width: 1010px) {
    .search_widget .search_widget_label, .search_widget .search_data {
        width: 100%;
    }
    .search_widget .search_data, .search_widget .search_data .search_results_count {
        padding-left: 0;
    }
    .search_widget .search_widget_input {
        width: 85%;
    }

    .no_results {
        padding-left: 0;
    }
}
@media screen and (max-width: 965px) {
    .top-article .article-image img {
        width: 90%;
    }
    .owl-controls {
        display: none;
    }
    header nav .menu > li > a {
        padding: 5px 7px;
        font-size: 13px;
    }
}
@media screen and (max-width: 870px) {
    header {
        padding-bottom: 20px;
    }
    header nav .search {
        display: none;
    }

    .article-inside .article-inside-content-text blockquote {
        right: -355px;
    }
}
@media screen and (max-width: 767px) {
    header nav .menu {
        float: none;
    }
    header nav {
        position: fixed;
        background: rgba(0, 0, 0, 0.85);
        width: 100%;
        top: -50px;
        left: 0;
        padding: 50px 0px;
        z-index: 100;
        text-align: center;
        display: none;
        z-index: 1001;
        overflow: auto;
        height: 100%;
    }
    header nav .search {
        width: 300px;
        display: inline-block;
        float: none;
        margin-top: 30px;
    }
    header nav .search .search-input {
        width: 250px;
        border-bottom: 1px solid #fff;
        height: 35px;
        color: #fff;
        font-size: 16px;
    }
    header nav .search .search-submit {
        width: 50px;
        height: 35px;
        background: url(../img/icons/search-icon-mobile.png) 17px 12px no-repeat;
    }
    .close-mobile-menu {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url(../img/icons/cross.png) center center no-repeat;
    }
    header .hamburger {
        display: block;
    }
    header {
        padding-top: 15px;
        height: auto;
    }
    header nav .menu li {
        width: 100%;
        text-align: center;
    }
    header nav .menu li a {
        color: #fff;
        padding: 10px 0;
        display: inline-block;
        width: 100%;
    }
    header nav .menu li .sub-menu {
        position: static;
        background: none;
        box-shadow: none;
        z-index: 1000;
        padding: 10px;
        width: 245px;
        top: 0;
        left: 0;
        /* display: none; */
        display: none;
    }
    header nav .menu > li:nth-last-child(2):hover .sub-menu {
        display: inline-block;
    }
    .sub-menu li {
        border: none;
        padding: 0;
    }
    .sub-menu li a {
        background: none;
        text-transform: uppercase;
        font-family: 'BGR';
    }
    .sub-menu li a:hover {
        background: none;
    }
    footer .footer-menu .menu-items, footer .footer-menu .menu-items:nth-child(2) {
        width: 45%;
    }
    footer .newsletter .form-group, .top-article .article-image img {
        width: 100%;
    }
    .top-article .light-gray-box {
        width: 100%;
        position: static;
        top: 0;
        margin-top: 0;
    }
    .owl-controls {
        display: none;
    }
    .article-inside .article-inside-content-text blockquote {
        font-size: 35px;
        line-height: 30px;
        background-size: 60px;
        padding-left: 70px;
        padding-top: 40px;
    }
    .article-inside .atricles-stream {
        margin-top: 250px;
    }
    .container {
        padding: 0 10px;
    }
    .top-article .light-gray-box {
        position: relative;
        width: 93%;
        background: #FFF;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
        margin: 0 auto;
        margin-top: -40px;
        padding: 40px;
        height: auto;
    }
    .article-inside .article-inside-content-text blockquote {
        right: -90%;
    }
    .light-gray-box .title {
        font-size: 35px;
        line-height: 1.2;
        display: block;
        color: #000;
    }
    .light-gray-box .date {
        line-height: 20px;
        color: #a6a6a6;
        display: block;
        font-family: 'BGM';
    }
    .top-article .light-gray-box p {
        margin-top: 15px;
    }
    .top-article .light-gray-box .read-more {
        margin-top: 25px;
    }
    header .right-social {
        width: 100%;
        text-align: center;
    }
    header .logo {
        float: none;
        display: inline-block;
        width:109px;
    }
    header .slogan span.big-letters {
        font-size: 24px;
        line-height: 29px;
    }
    header nav .menu {
        display: block;
    }
    header nav .menu > li {
        display: block;
    }
    header nav .menu > li:first-child {
        text-align: center;
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

        .article-item.book-treatment .logo {
            background: url(../img/logo2-retina.png) bottom center no-repeat;
            background-size: 112px 21px;
        }
    }

    .article-inside .article-inside-content-text blockquote {
        width: 340px;
    }


    .beauty-board .article-item {
        margin-top: 10px;
    }

    .paged .articles-columns .articles-column {
        margin-top: -30px;
    }

    .articles.beauty-board {
        margin-top: 30px;
    }

    .page-heading.top .title-box {
        text-align: left;
    }

    .page-heading.top .line {
        display: none;
    }

    .top-article .light-gray-box .title {
        font-size: 24px;
        line-height: 1.2;
    }

    .article-inside .article-inside-content-text p:nth-of-type(1) {
        margin-bottom: 0;
    }

    .page-heading.top .title-box .title {
        padding: 0;
    }

    .articles-columns .articles-column a:first-child .article-item:nth-of-type(1) {
        margin-top: 40px;
    }

    .comments .page-heading span, .page-heading.top .title-box .title, .page-title-top {
        letter-spacing: 0;
    }

}
@media screen and (min-width: 581px) {
    .article-inside .atricles-stream .article-item.item_default .article-content,
    .article-item .text-block-wrapper {
        margin-left: 10px;
        margin-right: 10px;
        background-color: #fff;
        position: relative;
        padding: 7% 12%;
        width: auto;
    }
    .article-item .text-block-wrapper {
        margin-top: -50px;
    }
    .article-inside .atricles-stream .article-item.item_default .article-content {
        margin-top: -80px;
    }
    .article-inside .atricles-stream .article-item.item_default.video_block .article-content,
    .article-item.video_block .text-block-wrapper {
        margin-top: 0;
    }

    .article-inside .atricles-stream .article-item.item_default .article-content .article-count-number {
        left: 12px;
        top: -50px;
        font-size: 200px;
    }
}
@media screen and (max-width: 580px) {
    body {
        min-width: 310px;
    }
    .article-inside .article-inside-content-text {
        width: 100%;
        margin-top: 0;
        padding: 120px 0 20px 0;
        margin-top: -100px;
    }
    .page-heading.top .title-box .title {
        font-size: 27px;
        padding: 0 10px;
        text-align: left;
    }
    .page-heading.top .date {
        padding: 0 10px;
        text-align: left;
        padding-top: 10px;
    }
    .page-heading.top {
        margin-top: 15px;
    }
    .article-inside {
        margin-top: 20px;
    }
    .article-inside .atricles-stream .articles-columns .articles-column {
        width: 100%;
    }
    .article-inside .article-inside-content-text .fake-left-content-background, .article-inside .article-inside-content-text .fake-right-content-background, .fake-left-content-background {
        display: none;
    }
    .article-inside .article-inside-content-text blockquote {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
    .container {
        padding: 0;
    }
    header .container, .atricles-stream {
        padding: 0 10px;
    }
    footer .footer-content {
        padding: 30px 10px;
        padding-bottom: 10px;
    }
    .article-inside .article-inside-content-text {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fake-right-content-background {
        display: none;
    }
    .search_widget .search_widget_input, .search_widget .search_widget_button button {
        width: 100%;
    }
    .search_widget .search_widget_button button {
        margin-top: 15px;
    }
    .search_widget {
        padding: 0 10px;
        margin-top: 20px;
        text-align: center;
    }
    .search_widget .search_data, .search_widget .search_data .search_results_count {
        padding-left: 0;
    }
    .search_widget .search_widget_label {
        line-height: 30px;
    }
    .search_widget .search_data {
        margin-top: 10px;
    }
    .related-articles {
        padding: 0 10px;
    }
    .gray-text-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gray-text-box .book {
        width: 98%;
    }
    .article-liz .left-part, .article-liz .left-part .name, .article-liz .right-part {
        width: 100%;
    }
    .article-liz .left-part .img {
        width: 100%;
        text-align: center;
    }
    .article-liz .left-part .img img {
        width: 40%;
        max-width: 200px;
        height: auto;
    }
    .article-liz .left-part .name {
        margin-left: 0;
        text-align: center;
    }
    .article-liz .right-part {
        padding: 0 10px;
    }
    .article-liz .right-part .social li a {
        width: 40px;
        height: 40px;
    }
    .article-liz .right-part .fallow-liz {
        text-align: center;
    }
    .article-liz .right-part .social li {
        float: none;
        display: inline-block;
        margin-right: 10px;
    }
    .article-liz .right-part .quote-text {
        position: static;
        margin-top: 30px;
    }
    .article-liz .right-part .text {
        height: auto;
        margin-bottom: 20px;
    }
    .article-inside .atricles-stream.item-two-row .articles-columns .articles-column.number-1 {
        margin-top: 0;
    }
    .article-liz .right-part .quote-text span {
        font-size: 40px;
        line-height: 35px;
    }
    .article-inside .atricles-stream.item-two-row {
        margin-top: 10px;
    }
    .wp-post-image {
        height: 100% !important;
        width: 100% !important;
    }

    header {
      padding: 16px 0;
    }

    header .container {
      padding: 0;
    }

    header .hamburger {
      margin: 21px 0px 0 0;
    }

    header .logo {
      display: default;
      height: auto;
      width: auto;
    }

    header .logo img {
      height: 18px;
    }

    header .right-social {
      border-bottom: 1px solid #F2F2F2;
      padding-bottom: 16px;
    }

    header .slogan {
      margin: 12px 0 0 16px;
    }

    header .slogan span.small-letters {
        color: #808080;
        font-size: 14px;
        letter-spacing: 0.25px;
    }

    header .slogan span.big-letters {
        color: #4D4D4D;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.3px;
    }

    .huge_it_slideshow_image_wrap_1 {
        width: 100% !important;
    }
    footer .footer-menu .menu-items {
        margin-bottom: 20px;
    }

    .article-item.book-treatment {
        width: 97.6%;
        margin: 0 auto;
        margin-top: 60px;
    }

    .article-item {
        float:left;
    }

    .navigation.pagination{
        margin-top: 50px;
    }
}
