/*==========  Desktop First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1400px) {
    
    .clients-block .clients-img a {
        margin-right: 20px;
    }

    .portfolio-item.portfolio-style-3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-footer.footer-style-2 .info-footer {
        margin-right: 70px;
    }

    .main-footer.footer-style-2 .info-footer:first-child {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 1200px) {

    .img-categ-list {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .marg-md-t-50 {
        margin-top: 50px;
    }

    .marg-md-b-80 {
        margin-bottom: 80px;
    }

    .marg-md-b-100 {
        margin-bottom: 100px;
    }

    .align-md-center {
        text-align: center;
    }

    .float-md-r {
        float: right;
    }

    .main-footer.footer-style-2 .left-footer {
        text-align: center;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .main-footer.footer-style-4 .bottom-footer .social-footer {
        margin-left: 46px;
    }

    .subscribe .subscribe-submit {
        padding: 31px 50px;
    }

    .subscribe .subscribe-email {
        padding: 31px 200px 31px 37px;
    }

    .social li {
        margin-right: 5px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .main-footer.footer-style-4 .bottom-footer .social-footer,
    .bottom-footer.bottom-reservation .social-footer {
        text-align: center;
        margin-bottom: 30px;
    }

    .main-footer.footer-style-4 .bottom-footer .navigation-footer,
    .bottom-footer.bottom-reservation .navigation-footer {
        text-align: center;
    }

}

@media only screen and (max-width: 1024px) {

    .link-next-portfolio {
        position: static;
        margin-top: 100px;
    }

    .hide-md {
        display: none;
    }

    .bottom-footer.bottom-reservation .social-footer {
        margin-left: 30px;
    }

    .main-footer.footer-style-1 .left-footer {
        text-align: center;
        margin-bottom: 50px;
    }

    .padd-md-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .marg-md-t-50 {
        margin-top: 50px;
    }

    .marg-md-t-230 {
        margin-top: 230px;
    }

    .marg-md-b-200 {
        margin-bottom: 200px;
    }

    .marg-md-b-112 {
        margin-bottom: 112px;
    }

    .marg-md-t-40 {
        margin-top: 40px;
    }

    .padd-md-t-100 {
        padding-top: 100px;
    }

    .marg-md-b-80 {
        margin-bottom: 80px;
    }

    .marg-md-b-70 {
        margin-bottom: 70px;
    }

    
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    /** Main Header **/
    .nav-menu-icon {
        display: block;
    }
    .nav-menu-icon {
        width: auto;
    }
    .nav-menu-icon a i {
        display: inline-block;
        width: 30px;
        height: 2px;
        position: relative;
        float: none;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        border-radius: 0;
    }
    .nav-menu-icon a i:before {
        content: '';
        position: absolute;
        left: 0px;
        top: -6px;
        height: 2px;
        width: 100%;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .nav-menu-icon a i:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 6px;
        height: 2px;
        width: 100%;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .nav-menu-icon a i:before,
    .nav-menu-icon a i:after {
        border-radius: 0;
    }
    .nav-menu-icon.active a i {
        background: transparent;
    }
    .nav-menu-icon.active a i::before,
    .nav-menu-icon.active a i::after {
        background: #222;
        top: 0;
    }
    .nav-menu-icon.active a i::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .nav-menu-icon.active a i::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        );
    }
    .nav-menu-icon a:hover i:before {
        top: -10px;
    }
    .nav-menu-icon a:hover i:after {
        top: 10px;
    }
    .nav-menu-icon {
        display: block;
    }
    .navigation {
        overflow-y: auto;
        position: fixed;
        right: 0%;
        top: 0px;
        padding: 0;
        text-align: left;
        background: #fff;
        margin-right: -15px;
        max-width: 400px;
        height: 100%;
        z-index: 5000;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transition: transform .6s cubic-bezier(.6, 0, .3, 1);
        -webkit-transition: transform .6s cubic-bezier(.6, 0, .3, 1);
        -moz-transition: transform .6s cubic-bezier(.6, 0, .3, 1);
        -ms-transition: transform .6s cubic-bezier(.6, 0, .3, 1);
    }
    .dl-menuwrapper .dl-menu {
        margin: 0;
    }
    .dl-menuwrapper .dl-menu.dl-menuopen {
        width: 100%;
    }
    .navigation.slide-menu {
        max-width: 100%;
        left: 0;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
    }
    .navigation ul li {
        width: 100%;
    }
    .navigation ul li a {
        display: block;
        padding: 20px 20px 20px 35px;
    }
    body[data-color="theme-1"] .navigation li.active a,
    body[data-color="theme-2"] .navigation li.active a,
    body[data-color="theme-3"] .navigation li.active a,
    body[data-color="theme-4"] .navigation li.active a,
    body[data-color="theme-5"] .navigation li.active a,
    body[data-color="theme-6"] .navigation li.active a {
        border-bottom: 0;
    }
    body[data-color="theme-1"] .navigation li ul li.active a {
        background-color: rgb(118, 64, 203);
    }
    ul.slidemenu {
        display: block;
    }
    .navigation ul > li ul,
    .navigation ul > li > ul > li > ul {
        position: static;
    }
    .sub-menu {
        opacity: 1;
        visibility: visible;
    }
    .navigation.dl-menuwrapper {
        padding-top: 50px;
    }
    .navigation ul > li > ul {
        min-width: 100%;
        left: 0;
        right: 0;
        top: 0;
    }
    .navigation > ul > li {
        padding: 0;
        margin-right: 0;
    }
    .navigation li > .sub-menu {
        background-color: #fff;
        top: 0;
        left: 0;
        padding-top: 0;
        width: 100%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    .navigation li > .sub-menu > li {
        padding-bottom: 0;
    }
    .navigation li > .sub-menu > li:first-child {
        padding-top: 0;
    }
    .navigation li > .sub-menu a {
        color: inherit;
        letter-spacing: 0;
        padding-left: 35px;
        padding-right: 0;
    }
    .navigation ul > li > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }
    .navigation li .sub-menu li > ul {
        position: absolute;
        left: 0;
    }
    .navigation ul > li > ul > li > a {
        padding: 20px 20px 20px 35px;
    }
    .dl-menuwrapper li.dl-back > a {
        padding-left: 35px;
    }
    .navigation ul li a {
        line-height: 16px;
    }
    .navigation > ul > li > a > .fa {
        display: block;
        position: absolute;
        right: 12px;
        line-height: 0;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    }
    .navigation .close-menu {
        display: block;
        position: absolute;
        left: 30px;
        top: 15px;
        height: 25px;
        width: 30px;
        cursor: pointer;
        text-align: center;
        z-index: 55;
    }
    .navigation .close-menu i {
        display: block;
        color: #333;
        font-size: 20px;
    }
    .dl-back {
        display: block !important;
    }
    .dl-submenu .dl-subviewopen {
        margin-top: -56px;
    }
    .reserv-header {
        margin-right: 40px;
    }
    .right-menu .close-right-menu,
    .right-menu .search-right-menu {
        display: none;
    }
    /** Information Block **/
    .information-block {
        padding-right: 0;
        padding-left: 0;
    }
    .text-block {
        margin-bottom: 100px;
    }
    /** Team **/
    .team-item.marg-t-170-min,
    .team-item.marg-t-55 {
        margin-top: 115px;
    }
    /** showcase img **/
    .showcase-img img {
        margin: 0 auto 30px;
    } 
    /** Main Footer **/
    .left-footer,
    .right-footer {
        text-align: center;
    }
    .right-footer .subscribe .subscribe-email {
        margin-bottom: 50px;
    }
    .main-footer.footer-style-2 .info-footer {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .main-footer.footer-style-3 .logo-footer, 
    .main-footer.footer-style-3 .copyright {
        text-align: center;
    }
    .main-footer.footer-style-3 .copyright {
        margin-bottom: 50px;
    }
    .main-footer.footer-style-3 .padd-r-115 {
        padding-right: 0;
    }
    .main-footer.footer-style-3 .padd-l-115 {
        padding-left: 0;
    }
    .bottom-footer.bottom-reservation .navigation-footer {
        text-align: center;
    }
    /** Portfolio **/
    .portfolio-item.portfolio-style-2 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .link-next-portfolio h1 {
        font-size: 58px;
    }
    .link-next-portfolio h6 {
        font-size: 14px;
    }
    .portfolio-item.portfolio-style-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .link-next-portfolio .title {
        font-size: 52px;
        line-height: 52px;
    }
    /** Subscribe **/
    .subscribe-block h5 {
        padding-left: 0;
        padding-right: 0;
    }
 
    /** Post **/

    .post .info-post .marg-b-140 {
        margin-bottom: 100px;
    }
    .post .info-post {
        padding: 25px;
    }
    .post .info-post .post-detail-link {
        font-size: 24px;
    }
    /** Project 3 **/
    .swiper-wrapper.swiper-project .swiper-title {
        width: 50%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .swiper-wrapper.swiper-project .swiper-title .link-next-portfolio {
        left: -10px;
    }
    .info-detail-project {
        margin-top: 80px;
    }
    .project-prev {
        left: 25px;
        top: 23%;
    }
    .project-next {
        left: 260px;
        top: 23%;
    }

    .title-section .title {
        font-size: 58px;
    }

    /** Showcase furniture **/
    .next-project-showcase .portfolio-item.portfolio-style-4 {
        width: 75%;
    }

    .next-project-showcase .portfolio-item.portfolio-style-4.padd-r-95 {
        padding-right: 0;
    }

    .next-project-showcase .portfolio-item.portfolio-style-4.padd-l-100,
    .next-project-showcase .portfolio-item.portfolio-style-4.padd-l-150 {
        padding-left: 0;
    }
    .next-project-showcase .portfolio-item.portfolio-style-4.marg-l-395 {
        margin-left: 0;
    }

    .next-project-showcase .back-project {
        bottom: 15%;
    }

    .clients-block .clients-img a {
        margin-bottom: 20px;
    }

    .list-image {
        display: none;
    }

    .second-menu {
        display: none;
    }

    .padd-md-l-15 {
        padding-left: 15px;
    }

    .marg-l-0 {
        margin-left: -15px;
    }

    .marg-r-min-36 {
        margin-right: -15px;
    }

    .marg-r-min-55 {
        margin-right: 0;
    }

    .marg-l-103 {
        margin-left: 0;
    }

    .marg-t-148 {
        margin-top: 50px;
    }

    .marg-t-170 {
        margin-top: 110px;
    }

    .marg-t-335 {
        margin-top: 50px;
    }

    .marg-l-r-233 {
        margin-left: 0;
        margin-right: 0;
    }

    .marg-md-b-70 {
        margin-bottom: 70px;
    }

    .marg-b-205 {
        margin-bottom: 50px;
    }

    .marg-t-227 {
        margin-top: 50px;
    }

}

@media only screen and (max-width: 991px) {
    .main-footer.footer-style-3 .subscribe-email {
        width: 50%;
    }

    .main-footer.footer-style-1 .info-footer {
        width: 60%;
        margin: auto;
        margin-bottom: 52px;
    }

    .marg-md-b-70 {
        margin-bottom: 70px;
    }

    .social li {
        margin-right: 20px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {

    .scroll-discover {
        display: none;
    }

    .main-footer.footer-style-4 .bottom-footer .social-footer {
        margin-bottom: 25px;
    }

    .main-footer.footer-style-4 .bottom-footer .social-footer,
    .main-footer.footer-style-4 .bottom-footer .navigation-footer {
        text-align: center;
    }

    .title-banner {
        text-align: center;
        margin-bottom: 40px;
    }

    .post {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }

    /** Slider **/
    .slide-next {
        right: -5px;
    }

    .slide-prev {
        left: -5px;
    }

    /** Team **/
    .team-item .detail-team {
        text-align: center;
    }

    /** Portfolio **/
    .link-next-portfolio .subtitle {
        padding-left: 0;
    }
    .portfolio-item.portfolio-style-3,
    .portfolio-item.portfolio-style-2,
    .portfolio-item.portfolio-style-4  {
        width: 50%;
    }

    .portfolio-item.portfolio-style-2, 
    .portfolio-item.portfolio-style-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .background-project-max {
        height: 430px;
    }

    .background-portfolio-v1-max {
        height: 390px;
    }

    .portfolio .background-photography-item {
        height: 500px;
    }
    .portfolio .img-portfolio.min-height {
        height: 250px;
    }
    /** information block **/
    .information-block.no-marg-b h5 {
        margin-bottom: 50px;
    }

    .list-deatil-portfolio {
        margin-top: 50px;
    }

    .information-block h5 {
        margin-bottom: 50px;
    }

    .post {
        margin-right: 0;
        margin-left: 0;
    }

    .link-next-portfolio .title {
        font-size: 48px;
        line-height: 48px;
    }

    .img-portfolio.full-width {
        width: 100%;
    }

    .img-portfolio.middle-width,
    .img-portfolio.small-width {
        width: 50%;
    }

    .list-category.category-style-4 {
        padding-left: 30px;
        padding-right: 30px;
    }

    /** About **/
    .bg-tb-style-3 .information-block h5 {
        margin-bottom: 50px;
    }

    /** Contact **/
    .contact-page {
        top: 90px;
    }

    .info-detail-project {
        margin-bottom: 50px;
    }

    .next-project-showcase {
        margin-bottom: 50px;
    }

    .next-project-showcase .portfolio-item.portfolio-style-4 {
        width: 100%;
    }

    .next-project-showcase .back-project {
        bottom: 0;
        left: 0;
    }

    .next-project-showcase .portfolio-item.portfolio-style-3 {
        width: 100%;
    }

    .title-section h1 {
        font-size: 54px;
    }

    .projects .project-architecture,
    .project-architecture {
        margin-bottom: 30px;
    }

    img {
        width: 100%;
    }

    /** PADDING & MARGIN **/

    .padd-15-xs {
        padding-left: 15px;
        padding-right: 15px;
    }

    .no-padd-xs {
        padding-left: 0;
        padding-right: 0;
    }

    .marg-l-r-210 {
        margin-left: 0;
        margin-right: 0;
    }

    .marg-l-85 {
        margin-left: 0;
    }

    .marg-r-85 {
        margin-right: 0;
    }

    .marg-t-min-20 {
        margin-top: 50px;
    }

    .padd-md-t-25 {
        padding-top: 25px;
    }

    .padd-t-100 {
        padding-top: 0;
    }

    .marg-md-t-50 {
        margin-top: 50px;
    }

    .marg-t-sm-50 {
        margin-top: 50px;
    }

    .marg-t-75-min {
        margin-top: 50px;
    }

    .marg-l-100 {
        margin-left: 0;
    }

    .padd-r-115 {
        padding-right: 50px;
    }

    .padd-l-115 {
        padding-left: 50px;
    }

    .marg-r-100 {
        margin-right: 0;
    }

    .marg-l-143 {
        margin-left: 143px;
    }

    .marg-l-250 {
        margin-left: 0;
    }

    .marg-b-130 {
        margin-bottom: 50px;
    }

    .marg-b-140 {
        margin-bottom: 50px;
    }

    .marg-b-155 {
        margin-bottom: 55px;
    }

    .marg-b-160 {
        margin-bottom: 60px;
    }

    .marg-b-180 {
        margin-bottom: 70px;
    }

    .marg-b-110 {
        margin-bottom: 0;
    }

    .marg-b-200 {
        margin-bottom: 100px;
    }

    .marg-b-205 {
        margin-bottom: 80px;
    }

    .marg-b-225 {
        margin-bottom: 125px;
    }

    .marg-b-245 {
        margin-bottom: 145px;
    }

    .marg-b-270 {
        margin-bottom: 70px;
    }

    .marg-b-280 {
        margin-bottom: 80px;
    }

    .marg-b-330 {
        margin-bottom: 100px;
    }

    .marg-b-340 {
        margin-bottom: 100px;
    }

    .marg-b-345 {
        margin-bottom: 145px;
    }

    .marg-b-360 {
        margin-bottom: 160px;
    }

    .marg-b-390 {
        margin-bottom: 150px;
    }

    .padd-t-245 {
        padding-top: 145px;
    }

    .marg-t-280 {
        margin-top: 80px;
    }

    .marg-t-305 {
        margin-top: 105px;
    }

    .marg-t-390 {
        margin-top: 50px;
    }

    .padd-b-365 {
        padding-bottom: 165px;
    }

    .no-padd-md {
        padding-left: 0;
        padding-right: 0;
    }

    .no-padd-l {
        padding-left: 15px;    
    }

    .no-padd-r {
        padding-right: 15px;    
    }

    .marg-md-t-70 {
        margin-top: 70px;
    }

    .marg-md-b-35 {
        margin-bottom: 35px;
    }

    .marg-md-t-50 {
        margin-top: 50px;
    }

    .background-banner-min.bg-full-w {
        width: 100%;
    }
    
    .next-project-showcase .back-project.next-project {
        bottom: 0;
    }

    /** Footer **/

    .main-footer.footer-style-1 .left-footer:before, .main-footer.footer-style-1 .right-footer:before {
        margin-bottom: 40px;
    }

    .bottom-footer.bottom-reservation .social-footer {
        text-align: center;
        margin-bottom: 30px;
    }

    .text-block.text-block-style-4 p {
        margin-top: 50px;
    }

}

@media only screen and (max-width: 700px) {
    .padd-sm-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .subscribe-block .subscribe .subscribe-email {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    #click-scroll-top {
        bottom: 245px;
    }
    .title-banner h1,
    .title-section h1,
    .list-category .link-lc {
        font-size: 40px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 500px) {
    .link-next-portfolio .title {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    p {
        line-height: inherit;
    }

    .information-block .title {
        line-height: 32px;
    }

    .information-block.before-xs-none:before {
        display: none;
    }

    .main-footer.footer-style-4 .bottom-footer .navigation-footer,
    .bottom-footer.bottom-reservation .navigation-footer,
    .bottom-footer.bottom-reservation .social-footer {
        margin-left: 0;
    }
    /** Header **/
    .main-header .logo {
        margin-right: 15px;
    }
    .search-header {
        max-width: 100px;
    }
    .reserv-header {
        text-align: left;
    }

    /** Banner **/
    
    .background-banner-max {
        height: 417px;
    }
    .background-food {
        height: 332px;   
    }
    /** Slider **/
    .swiper-slide {
        height: 445px;
    }
    .slide-prev {
        left: 0;
    }
    .slide-next {
        right: 0;
    }
    /** Information Block **/
    .information-block h5 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 50px;
    }
    /** Counter **/
    .counter-block {
        margin-bottom: 50px;
    }
    /** Portfolio **/

    .portfolio-item.portfolio-style-3,
    .portfolio-item.portfolio-style-2,
    .portfolio-item.portfolio-style-4  {
        width: 100%;
    }

    .link-next-portfolio .subtitle {
        font-size: 10px;
    }

    .img-portfolio.full-width,
    .img-portfolio.middle-width,
    .img-portfolio.small-width {
        width: 100%;
    }

    .background-photography-item {
        height: 364px;
    }
    .list-category.category-style-1 .link-lc {
        font-size: 58px;
    }
    .swiper-wrapper.left-push-swiper .link-next-portfolio .title {
        line-height: 24px;
    }
    .swiper-wrapper.left-push-swiper .link-next-portfolio .subtitle {
        font-size: 12px;
    }
    /** Subscribe **/
    .subscribe {
        padding-left: 15px;
        padding-right: 15px;
    }
    .subscribe-block .subscribe .subscribe-email {
        margin-bottom: 30px;
        padding: 30px 0 30px 15px;
        width: 100%;
    }
    .subscribe-block .subscribe .subscribe-submit {
        width: 100%;
    }
    /** Post Blog **/
    .post {
        max-height: inherit;
    }
    .post .info-post,
    .post .img-post {
        width: 100%;
    }
    .post .info-post .post-detail-link {
        font-size: 18px;
        line-height: 28px;
    }
    .post .info-post {
        min-height: 350px;
    }
    .text-block .title {
        font-size: 40px;
        line-height: 48px;
    }
    /** Text Block **/
    .text-block {
        margin-bottom: 50px;
    }
    .text-block h2 {
        font-size: 42px;
    }
    /** Main Footer **/
    .main-footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-footer.footer-style-2 .info-footer {
        width: 100%;
        margin-bottom: 30px;
    }

    .main-footer.footer-style-1 .info-footer {
        width: 100%;
        padding-right: 0;
    }

    .main-footer.footer-style-4 .bottom-footer .social-footer {
        margin-left: 0;
    }

    .main-footer.footer-style-4 .bottom-footer .navigation-footer li {
        margin-bottom: 20px;
        display: block;
    }

    /** 404 Page **/
    .content-404 h1 {
        font-size: 52px;
    }

    /** Category **/
    .list-category.category-style-3 .link-lc {
        font-size: 32px;
        letter-spacing: 0;
    }

    /** Contact Form **/
    .detail-contact-form {
        width: 100%;
    }

    .detail-contact-form.padd-t-95 {
        padding-top: 30px;
    }

    .detail-contact-form.padd-l-115 {
        padding-left: 0;
    }

    .detail-contact-form.padd-r-115 {
        padding-right: 0;
    }

    .info-contact.marg-b-42 {
        margin-bottom: 15px;
    }

    .contact-reservation {
        margin-left: 0;
        margin-right: 0;
    }

    .detail-contact-form .marg-b-75 {
        margin-bottom: 20px;
    }

    .contact-form .form-control {
        margin-bottom: 20px;
    }

    .social-links {
        padding-left: 25px;
        padding-right: 25px;
    }

    .main-footer.footer-style-3 .left-footer:before, .main-footer.footer-style-3 .right-footer:before {
        margin-bottom: 40px;
    }

    .left-footer {
        margin-bottom: 50px;
    }

    .content-contact-form {
        padding: 30px;
    }

    /** About **/
    .list-about {
        margin-top: 50px;
    }    

    .link-social-post {
        float: inherit;
        margin-top: 30px;
    }

    .subscribe-block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .subscribe-block h5 {
        line-height: 28px;
        font-size: 18px;
    }

    .bottom-footer.bottom-reservation .navigation-footer li {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .list-category.category-style-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .list-category.category-style-4 .link-lc {
        font-size: 48px;
    }


    #click-scroll-top {
        left: -45px;
    }

    .post.width-full {
        margin-bottom: 30px;
    }

    .contact-forms {
        padding: 30px;
    }

    .main-footer.footer-style-5 .subscribe .subscribe-email {
        padding: 30px 0 30px 30px;
        width: 100%;
        margin-bottom: 25px;
    } 

    .main-footer.footer-style-5 .subscribe .subscribe-submit {
        padding: 30px 0;
        width: 100%;
    }

    .main-footer.footer-style-5 .copyright {
        margin-top: 35px;
    }

    .swiper-wrapper.left-push-swiper .title-link-slider .title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .swiper-wrapper.left-push-swiper .title-link-slider .subtitle {
        font-size: 12px;
    }

    .right-footer h5 {
        font-size: 18px;
        line-height: 32px;
    }

    .portfolio-item.portfolio-style-2, .portfolio-item.portfolio-style-4 {
        padding-left: 0;
        padding-right: 0;
    }

    /** MARGIN & PADDING **/

    .no-padd-xs {
        padding-left: 0;
        padding-right: 0;
    }

    .padd-r-75 {
        padding-right: 15px;
    }

    .padd-t-100 {
        padding-top: 0;
    }

    .marg-t-305 {
        margin-top: 105px;
    }

    .marg-b-130 {
        margin-bottom: 50px;
    }

    .marg-t-85 {
        margin-top: 45px;
    }

    .marg-b-115 {
        margin-bottom: 50px;
    }

    .marg-b-125 {
        margin-bottom: 0;
    }

    .marg-t-170-min {
        margin-top: 0;
    }

    .marg-t-170 {
        margin-top: 70px;
    }

    .marg-sm-t-0 {
        margin-top: 0;
    }

    .marg-t-195 {
        margin-top: 60px;
    }

    .marg-b-100 {
        margin-bottom: 0;
    }

    .marg-b-160 {
        margin-bottom: 60px;
    }

    .marg-b-200 {
        margin-bottom: 100px;
    }

    .marg-b-225 {
        margin-bottom: 100px;
    }

    .marg-b-250 {
        margin-bottom: 50px;
    }

    .marg-t-260 {
        margin-top: 50px;
    }

    .marg-b-390 {
        margin-bottom: 50px;
    }

    .background-information {
        left: 0;
    }

    .marg-r-200,
    .marg-r-185 {
        margin-right: 0;
    }

    .marg-md-t-0 {
        margin-top: 0;
    }

    .marg-xs-t-50 {
        margin-top: 50px;
    }

}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    /** Banner **/
    .title-banner,
    .title-section h1,
    .list-category .link-lc {
        font-size: 38px;
        line-height: 48px;
    }
    .post .info-post {
        padding: 25px;
    }
    /** Information Block **/
    .information-block .information-button {
        padding: 15px 65px;
    }

    /** MARGIN & PADDING **/

    .padd-r-65 {
        padding-right: 0;
    }

    .padd-l-65 {
        padding-left: 0;
    }
}


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .marg-xs-t-105 {
        margin-top: 105px;
    }

    .marg-xs-b-103 {
        margin-bottom: 103px;
    }

    .marg-md-t-148 {
        margin-top: 148px;
    }

    .marg-md-t-168 {
        margin-top: 168px;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .marg-md-b-340 {
        margin-bottom: 340px;
    }

    .marg-md-l-16 {
        margin-left: 16.5%;
    }

    .marg-md-t-min-18 {
        margin-top: -18px;
    }

    .marg-md-t-min-245 {
        margin-top: -245px;
    }

    .marg-md-t-152 {
        margin-top: 152px;
    }

    .marg-md-t-170 {
        margin-top: 170px;
    }

    .marg-md-t-178 {
        margin-top: 178px;
    }

    .marg-md-t-108 {
        margin-top: 108px;
    }

    .marg-lg-t-105 {
        margin-top: 105px;
    }

    .marg-lg-b-100 {
        margin-bottom: 100px;
    }

    .style-page {
        display: block;
    }

}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {

    .marg-md-b-170 {
        margin-bottom: 170px;
    }

    .padd-md-l-r-105 {
        padding-left: 105px;
        padding-right: 105px;
    }

    .marg-md-t-108 {
        margin-top: 108px;
    }

    .marg-lg-b-365 {
        margin-bottom: 365px;
    }

    .marg-lg-t-168 {
        margin-top: 168px;
    }

    .marg-lg-t-170 {
        margin-top: 170px;
    }

}

@media only screen and (min-width: 993px) {

    /** right menu **/

    .second-menu {
        position: relative; 
        float: right; 
        height: inherit; 
        cursor: pointer; 
        transition:all .2s ease-out;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
    }

    .second-menu span {
        display: inline-block; 
        margin-left: 10px; 
        width: 15px; 
        height: 2px; 
        background: #222; 
        position: relative; 
        float: none;
        transition:all .2s ease-out;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
    }

    .second-menu span:before {
        content: ''; 
        position: absolute; 
        left: 0px; 
        top: -4px; 
        height: 2px; 
        width: 100%; 
        background: #222;
        transition:all .2s ease-out;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
    }

    .second-menu span:after {
        content: ''; 
        position: absolute; 
        left: 0px; 
        top: 4px; 
        height: 2px; 
        width: 100%; 
        background: #222;
        transition:all .2s ease-out;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
    }

    .open-menu {
        position: relative; 
        float: left; 
        top: -3px;
    }

    .right-menu {
        overflow-y: auto; 
        position: fixed; 
        right: 0%; 
        top: 0px; 
        padding: 13px 45px 8px 27px; 
        margin-right: -15px; 
        width: 522px; 
        height: 100%; 
        z-index: 5000; 
        transform: translateX(100%); 
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%); 
        transition: transform .6s cubic-bezier(.6,0,.3,1); 
        -webkit-transition: transform .6s cubic-bezier(.6,0,.3,1);
        -moz-transition: transform .6s cubic-bezier(.6,0,.3,1);
        -ms-transition: transform .6s cubic-bezier(.6,0,.3,1);
    }

    .wrapp-right {
        position: relative; 
        width: 100%;
    }

    .right-menu .navigation { 
        position: relative; 
        top: 80px;
    }

    .right-menu .navigation .row {
        margin-left: 0;
    }

    .right-menu.slides {
        transform: translateX(0%); 
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }

    .close-right-menu {
        font: 700 12px 'Montserrat', sans-serif;
        text-transform: uppercase;
        letter-spacing: 3px;
        position: absolute; 
        right: 0px; 
        top: 8px;  
        cursor: pointer; 
        text-align: center; 
        z-index: 55;
    }

    .close-right-menu div {
        height: 2px; 
        width: 15px; 
        background: #000; 
        position: relative; 
        top: -3px;
        display: inline-block; 
        float: none; 
        transition: transform .6s cubic-bezier(.6,0,.3,1)  0.6s; 
        -webkit-transition: transform .6s cubic-bezier(.6,0,.3,1)  0.6s;
        -moz-transition: transform .6s cubic-bezier(.6,0,.3,1) 0.6s;
        -ms-transition: transform .6s cubic-bezier(.6,0,.3,1)  0.6s;
    }

    .close-right-menu div:before {
        content: ''; 
        position: absolute; 
        left: 0px; 
        top: 0px; 
        height: 2px; 
        width: 100%; 
        background: #000; 
        transition: transform .6s cubic-bezier(.6,0,.3,1)  0.6s; 
        -webkit-transition: transform .6s cubic-bezier(.6,0,.3,1)  0.6s;
        -moz-transition: transform .6s cubic-bezier(.6,0,.3,1) 0.6s;
        -ms-transition: transform .6s cubic-bezier(.6,0,.3,1)  0.6s;
    }

    .close-right-menu.active div {
        transform: rotate(45deg); 
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg); 
    }

    .close-right-menu.active div:before {
        transform: rotate(-90deg); 
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    }

    /** portfolio navigation **/

    .nav-portfolio {
        display: inline-block;
        position: absolute;
        left: 51.5%;
        -webkit-transform: translateX(-51.5%);
        -moz-transform: translateX(-51.5%);
        transform: translateX(-51.5%);
    }

    .nav-portfolio li {
        display: inline-block;
        margin-right: 20px;
    }

    .nav-portfolio li a {
        font: 700 12px 'Montserrat', sans-serif;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .nav-portfolio li a.active {
        border-bottom: 1px solid transparent;
        padding-bottom: 3px;
    }

    /** right navigation **/

    .right-menu .navigation {
        text-align: left;
    }

    .right-menu .navigation li {
        display: block;
    }

    .right-menu .navigation li a {
        font: 700 72px 'Montserrat', sans-serif;
        color: rgba(255,255,255, .6);
        text-transform: uppercase;
        line-height: 40px;
        letter-spacing: -6px;
    }

    body[data-color="theme-6"] .right-menu .navigation li.active > a {
        border-bottom: 0;
    }

    .right-menu .navigation li a:hover {
        color: rgba(255,255,255, 1);
    }

    .search-right-menu {
        position: absolute;
        bottom: 50px;
        width: 85%;
        padding-bottom: 22px;
        border-bottom: 1px solid #fff;
    }

    .search-right-menu input[type="search"] {
        font: 700 12px 'Montserrat', sans-serif;
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
        letter-spacing: 2px;
        margin-left: 7px;
    }

    .search-right-menu:before {
        content: "\f002";
        font-family: FontAwesome;
        color: #fff;
        float: left;
        margin-left: 10px;
    }

    .search-right-menu input[type="search"]::-webkit-input-placeholder {
        color: #fff;
    }
    .marg-lg-t-min-178 {
        margin-top: -178px;
    }

    .padd-l-15 {
        padding-left: 15px;
    }

    /** header style 3 **/

    .main-header.header-style-3 .navigation {
        display: inline-block;
        position: absolute;
        right: 0;
        left: inherit;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    /** header style 2 **/

    .main-header.header-style-2 .logo {
        float: none;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .main-header.header-style-2 .search-link {
        float: right;
    }

    .main-header.header-style-2 .nav-button,
    .main-header.header-style-2 .nav-button-close {
        cursor: pointer;
        font: 700 14px 'Montserrat', sans-serif;
        text-transform: uppercase;
        display: inline-block;
        letter-spacing: 1.5px;
    }

    .main-header.header-style-2 .nav-button span {
        width: 14px;
        height: 2px;
        background-color: #333;
        display: inline-block;
        position: relative;
        top: -4px;
        margin-right: 8px;
    }

    .main-header.header-style-2 .nav-button span:before {
        content: '';
        width: 14px;
        height: 2px;
        background-color: #333;
        position: absolute;
        top: 4px;
    }

    .main-header.header-style-2 .nav-button span:after {
        content: '';
        width: 14px;
        height: 2px;
        background-color: #333;
        position: absolute;
        top: -4px;
    }

    .main-header.header-style-2 .nav-button-close {
        display: none;
    }

    .main-header.header-style-2 .nav-button-close.active {
        display: inline-block;
    }

    .main-header.header-style-2 .nav-button-close span {
        transform: rotateZ(45deg);
        width: 14px;
        height: 2px;
        background-color: #333;
        display: inline-block;
        position: relative;
        top: -4px;
        margin-right: 10px;
    }

    .main-header.header-style-2 .nav-button-close span:before {
        content: '';
        width: 14px;
        height: 2px;
        display: inline-block;
        background-color: #333;
        transform: rotateZ(-90deg);
        position: absolute;
        top: 0;
    }

    .main-header.header-style-2 .nav-button-close span:after {
        display: none;
    }

    /** navigation **/

    .main-header.header-style-2 .navigation {
        display: none;
        width: 80%;
        height: 80%;
        background-color: rgba(232, 180, 55, .9);
        position: fixed;
        top: 85px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
    }

    .main-header.header-style-2 .navigation li {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .main-header.header-style-2 .navigation li a {
        font-size: 72px;
        color: #fff;
        opacity: .7;
    }

    .main-header.header-style-2 .navigation li a:hover {
        opacity: 1;
        color: #fff;
    }

    .main-header.header-style-2 .navigation li > .sub-menu {
        background-color: transparent;
        position: relative;
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .main-header.header-style-2 .navigation li .sub-menu.actice {
        display: block;
    }

    .main-header.header-style-2 .navigation li > .sub-menu li a {
        font-size: 54px;
    }

    /** header style 4 **/

    .main-header.header-style-4 .search-link {
        float: right;
    }

    .main-header.header-style-4 .navigation {
        left: 67%;
        -webkit-transform: translateX(-69%);
        -moz-transform: translateX(-69%);
        transform: translateX(-69%);
    }

}

@media only screen and (min-width: 993px) and (max-width: 1055px) {

    .main-header.header-style-4 .navigation {
        left: 63%;
        -webkit-transform: translateX(-65%);
        -moz-transform: translateX(-65%);
        transform: translateX(-65%);
    }

}

@media only screen and (min-width: 993px) and (max-width: 1450px) {
    .main-header.header-style-2 .dl-menu {
        height: 100%;
        padding: 30px 0;
    }

    .main-header.header-style-2 .navigation li {
        margin-bottom: 20px;
    }

    .main-header.header-style-2 .navigation li a {
        font-size: 62px;
        line-height: 62px;
    }
}

@media only screen and (min-width: 1024px) {
    .marg-lg-t-392 {
        margin-top: 392px;
    }

    .padd-lg-t-307 {
        padding-top: 307px;
    }

    .padd-lg-l-r-130 {
        padding-left: 130px;
        padding-right: 130px;
    }

}

@media only screen and (min-width: 1025px) {

    .no-padd-lg {
        padding-left: 0;
        padding-right: 0;
    }

    .marg-lg-t-min-365 {
        margin-top: -365px;
    }

    .marg-lg-t-167-min {
        margin-top: -167px;
    }

    .marg-lg-t-min-245 {
        margin-top: -245px;
    }

    .marg-sm-t-108 {
        margin-top: 108px;
    }

    .marg-lg-t-115 {
        margin-top: 115px;
    }

}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {

    .marg-lg-b-83 {
        margin-bottom: 83px;
    }

    .marg-lg-r-200 {
        margin-right: 200px;
    }

    .marg-lg-t-115 {
        margin-top: 115px;
    }

    .marg-md-b-125 {
        margin-bottom: 125px;
    }

    .marg-md-b-205 {
        margin-bottom: 205px;
    }

    .marg-lg-t-437 {
        margin-top: 437px;
    }

    .marg-lg-b-245 {
        margin-bottom: 245px;
    }

    .marg-lg-t-min-235 {
        margin-top: -235px;
    }

    .no-padd-lg {
        padding-left: 0;
        padding-right: 0;
    }

    .marg-lg-b-335 {
        margin-bottom: 335px;
    }

    .marg-lg-t-170-min {
        margin-top: -170px;
    }

    .bg-contact {
        background-position: -392px 280px;
    }

    .marg-md-l-min-100 {
        margin-left: -100px;
    }

    .marg-lg-t-min-5 {
        margin-top: -5px;
    }

}

@media only screen and (min-width: 1450px) {

    /** PADDING & MARGIN **/
    .detail-contact-form .marg-b-75 {
        margin-bottom: 140px;
    }

    /** detail project slide **/
    .swiper-wrapper.swiper-project .swiper-title .link-next-portfolio {
        position: relative;
        left: -35px;
    }
    .swiper-wrapper.swiper-project .swiper-title {
        background-color: #f0f0f0;
        width: 32%;
        height: 100%;
        left: 10%;
        padding-left: 45px;
        padding-right: 45px;
    }
    .project-prev {
        left: 45px;
        top: 23%;
    }

    .project-next {
        left: 397px;
        top: 23%;
    }

    .portfolio-item.portfolio-style-3 .hover-portf {
        left: -25px;
    }

    .main-header.header-style-2 .dl-menu {
        padding: 60px 0;
    }

    .marg-lg-r-185 {
        margin-right: 185px;
    }

}

