/*@media only screen and (min-width: 770px) {
    .container {

    }
}

@media only screen and (min-width: 992px) {
    .container {
        width:960px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width:1170px;
    }
}*/

@media only screen and (max-width: 1170px) {
    .col-tweets {
        padding:0;
    }
}

@media screen and (max-width: 1270px) {
    .check-availability .grid_3 {
        display:none;
    }

    .check-availability .grid_9 {
        width: 100%;
        float: none;
    }

    .check-availability .grid_9 .md-booking {
        padding: 20px 0;
        text-align: center;
    }

    .booking-inline .form-group {
        float: none;
    }

    .booking-inline .booking-form {
        max-width: none;
    }

    .check-availability .booking-inline {
        margin-top: 0;
    }

    .md-accomodation-available .grid_9 {
        float: none;
        margin-top: 20px;
        display: block;
        width: auto;
    }

    .md-accomodation-available .grid_3 {
        display: block;
        margin: 0 auto;
        float: none;
        width: 100%;
    }

    .md-accomodation .title-checkroom {
        width: auto;
    }

    .md-accomodation .md-booking {
        padding-left: 0;
    }

    .md-accomodation .booking-inline .form-group {
        margin-bottom: 0;
    }
}
.toggle-menu {
    display: none;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}
@media screen and (max-width: 1200px) {
    .md-slide-wrapper,.md-slide li,.md-slide li img {

    }

    .content-slide .home-content {
        max-width: 960px;
        width: 960px;
    }

    .md-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .btn-toogle-res-menu {
        display: block;
    }

    .md-check-available .box-sidebar {
        margin: 100px 0 0;
        text-align: center;
    }

    .md-home-body.md-check-available {
        background-color: #FFF;
    }

    .booking-stack .form-group {
        display: inline-block;
        vertical-align: top;
        margin-right: 16px;
    }

    .booking-stack .form-group:last-child {
        margin-right: 0;
    }

    .md-home-body.md-check-available .md-sidebar:before,.md-home-body.md-check-available .md-sidebar:after {
        display: none;
    }

    .result-available {
        padding-top: 20px;
    }

    .contact-wrap {
        left: 40%;
    }

    .md-world-of-flawles .thumb-room-detail a {
        height: 80px;
    }

    .language-bar {
        display: none;
    }

    .language-bar2 {
        display: block;
    }

    .box-booking.booking-inline {
    }

    .booking-inline .form-group {
        float: none;
        display: inline-block;
    }

    .booking-inline .form-group.last input {
        vertical-align: top;
    }

    .widget_calendar th,.widget_calendar td {
        padding: 5px;
    }

    #main-nav {
        float: none;
        position: absolute;
        width: 100%;
        height: 50px;
    }
    /*#main-nav .container {
        position: relative;
        height: 50px;
    }*/

    .toggle-menu {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        line-height: 50px;
        height: 50px;
        z-index: 99999;
        outline: none;
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
    }
    .md-menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 260px;
        height: 100%;
        overflow: hidden;
        z-index: 999;
        background-color: #242424;
        padding: 60px 0;
        -webkit-transform: translate(100%, 0);
           -moz-transform: translate(100%, 0);
            -ms-transform: translate(100%, 0);
             -o-transform: translate(100%, 0);
                transform: translate(100%, 0);
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
    }
    .md-menu.md-menu-active {
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    .md-menu > li {
        position: static;
        float: none;
        margin-left: 0;
        line-height: normal;
    }
    .md-menu > li a {
        font-size: 13px;
        display: block;
        padding: 0 15px;
        line-height: 46px;
        border-bottom: 1px solid #111;
    }
    .md-menu .have-submenu .toggle-submenu {
        position: absolute;
        display: inline-block;
        width: 46px;
        height: 46px;
        line-height: 46px;
        padding: 0 10px;
        text-align: right;
        float: right;
        right: 0;
        color: #b2b2b2;
        cursor: pointer;
        font-size: 18px;
    }
    .md-menu .have-submenu .sub-menu {
        position: absolute;
        width: 100%; height: 100%;
        top: 0; left: 0;
        padding: 60px 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(100%, 0);
           -moz-transform: translate(100%, 0);
            -ms-transform: translate(100%, 0);
             -o-transform: translate(100%, 0);
                transform: translate(100%, 0);
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
    }
    .md-menu .have-submenu .sub-menu.sub-menu-active {
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    .md-menu .have-submenu .sub-menu .sub-menu-inner {
        border: 0;
        padding: 0;
    }
    .md-menu .have-submenu .sub-menu .sub-menu-inner:before {
        display: none;
    }
    .md-menu .have-submenu .sub-menu .back-submenu {
        background-color: #1B1B1B;
        color: #b2b2b2;
        text-transform: uppercase;
        line-height: 46px;
        padding: 0 15px;
        cursor: pointer;
    }
    .toggle-menu.toggle-menu-active,
    .md-menu .have-submenu .toggle-submenu:hover,
    .md-menu .have-submenu .toggle-submenu:hover + a,
    .md-menu .have-submenu .sub-menu .back-submenu:hover {
        color: #a29061;
    }

}

@media screen and (max-width: 960px) {
    .content-slide .home-content {
        max-width:760px;
        width: 760px;
    }

    .md-sidebar {
        padding-right: 0;
    }

    .booking-stack .form-group.last>.label-control {
        display: block;
    }

    .md-home-body .md-sidebar,.md-home-body .md-primary {
        float: none;
        width: auto;
        display: block;
        padding: 0;
    }

    .md-primary>.row-home.box-white:after {
        display: none;
    }

    .md-home-body .md-sidebar:before,.md-home-body .md-sidebar:after {
        display: none;
    }

    .md-home-body {
        background-color: #989292;
    }

    .row-home .media-image,.row-home .object-right .media-body {
        padding-left: 0;
    }

    .md-home .header-sidebar {
        text-align: center;
    }

    .box-quote {
        padding: 14px 0 15px;
    }

    .row-home {
        padding: 0 0 30px;
    }

    .md-home .md-primary {
        padding-top: 30px;
    }

    .md-home .check-availability {
        height: auto;
    }

    .form-group {
        margin-bottom: 0;
    }

    .sliderThumb {
        position: static;
    }

    .md-main {
        margin-bottom: 20px;
    }

    .md-sidebar-pt {
        padding-top: 0;
    }

    .post-body .h3 {
        padding: 0;
    }

    .post-header>.h2 {
        font-size: 26px;
    }

    .post-body .h3 {
        font-size: 20px;
    }

    .md-room-detail .md-main,.md-room-detail .md-sidebar {
        width: 100%;
        float: none;
    }

    .md-booking-cart>.md-sidebar,.md-booking-cart>.md-main,.md-checkout>.md-sidebar,.md-checkout>.md-main {
        float: none;
        width: auto;
        display: block;
    }

    .md-booking-cart>.md-sidebar,.md-checkout>.md-sidebar {
        margin-bottom: 30px;
    }

    .box-bullet-list .clear {
        display: block;
    }

    .box-bullet-list .grid_3 {
        width: 48%;
    }

    .row-room .col.media {
        width: 230px;
    }

    .row-room .col.list {
        width: 245px;
    }

    .row-room .col.price {
        width: 150px;
    }

    .row-room .col {
        margin-bottom: 20px;
    }

    .row-room .col.price {
        text-align: left;
    }

    .md-check-available .row-room {
        padding-bottom: 30px;
    }

    .md-standar-post .md-main,.md-standar-post .md-sidebar,.md-blog .md-main,.md-blog .md-sidebar {
        float: none;
        width: 100%;
    }

    .md-testimonail>.md-main {
        padding-left: 0;
    }

    .md-testimonail .md-main,.md-testimonail .md-sidebar {
        float: none;
        width: 100%;
    }

    .contact-wrap {
        left: 30%;
    }

    .contact-wrap>.layout-left {
        width: 100%;
    }

    .md-body-wrapper .grid_3,.md-body-wrapper .grid_9 {
        width: 100%;
        float: none;
    }
    .grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12 ,
    .grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 {
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
        width: 100%;
        float: left;
    }

    .hotel-news {
        padding-left: 0;
    }

    .media-header-big {
        font-size: 40px;
    }
    .node-type-unit-description .md-sidebar{
        display:none;
    }
    .heading-absolute {
        position: inherit;
        top: auto;
        left: auto;
    }
}

@media screen and (max-width: 768px) {
    .content-slide h2.slide-title {
        font-size:80px;
    }

    .content-slide h2.slide-title.alter,.content-slide.dark h2.slide-title {
        font-size: 60px;
    }

    .content-slide h3.slide-title {
        font-size: 30px;
    }

    .content-slide h3.slide-title.alter,.content-slide.dark h3.slide-title {
        font-size: 40px;
    }

    .dots-line span {
        margin: 0;
    }

    .content-slide .home-content {
        max-width: 500px;
        width: 500px;
    }

    .md-slide-home .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .hotel-contact {
        border: 0;
        margin-left: 0;
        padding: 0;
    }

    .hotel-news {
        padding: 0;
    }

    .footer-column>div {
        margin-bottom: 20px;
    }

    .post-footer .footer-right,.post-footer .footer-left {
        float: none;
    }

    .post-footer .footer-right {
        margin-top: 10px;
    }

    .md-room-detail .h3 {
        font-size: 21px;
    }

    .md-room-detail .number-big {
        font-size: 50px;
    }

    .row-booking .box-heading>.head {
        display: none;
    }

    .row-total,.row-checkout {
        text-align: left;
    }

    .md-typography .grid_6,.section-alert .grid_6 {
        width: 98%;
        margin-bottom: 20px;
    }

    .row-room .col.media {
        width: 100%;
        max-width: none;
    }

    .row-room .medium {
        height: auto;
        width: 100%;
    }

    .col-thumbnail-room {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .col-thumbnail-room .mini {
        width: 100%;
        height: auto;
    }

    .contact-wrap {
        left: 0;
        position: static;
    }

    .bg-contact {
        display: none;
    }

    .contact-wrap>.layout-left {
        width: 95%;
        margin: 0 auto;
        padding: 0 1%;
    }

    .address-wrap {
        position: static;
        border: 1px solid #A29061;
        padding: 5px;
    }

    .address-info {
        border: 0;
        width: 70%;
        padding: 0;
    }

    .address-map {
        width: 30%;
        margin: 0;
    }

    .description-content h2 {
        font-size: 20px;
    }

    .md-world-of-flawles .thumb-room-detail a {
        height: 60px;
    }

    .md-world-of-flawles .bx-viewport,.md-world-of-flawles #bxslider,.md-world-of-flawles #bxslider li {
        height: 350px!important;
    }

    .md-world-of-flawles .bx-viewport img {
        height: 100%;
    }

    .md-booking {
        padding-top: 15px;
        padding-bottom: 15px;
    }
	.front .block-rooms-booking-manager {
    height: auto;
    min-height: 146px;
    margin-top: -462px;
}
}

@media screen and (max-width: 767px) {
    .row-home .media-image,.row-home .media-body,.row-home:nth-child(2n) .media-image {
        float:none;
        width: 100%;
    }

    .row-home .media-body,.row-home:nth-child(2n) .media-body {
        padding: 0;
        margin-top: 10px;
    }
.social-inner{margin-top:-25px;}
.para {
    padding-bottom: 151px !important;}   
}
.images{width: 188px !important;  
         margin-left: -7px;}

@media screen and (max-width: 640px) {
    #thumb-room-detail {
        display:none;
    }

    .slide-wrapper {
        height: 100%;
    }

    .content-slide h2.slide-title {
        font-size: 55px;
    }

    .content-slide h3.slide-title {
        font-size: 17px;
    }

    .booking-stack .form-group,.booking-inline .form-group {
        margin-right: 0;
    }

    .booking-inline .form-group,.booking-stack .form-group {
        width: 100%;
        max-width: none;
        margin-bottom: 0;
    }

    .booking-stack .col-left,.booking-stack .col-right {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .row-home .media .pull-left,.row-home .media-body,.row-home .media .pull-right {
        float: none;
        width: auto;
        margin: 0;
    }

    .row-home .media-body {
        margin-top: 20px;
        padding-left: 0;
    }

    .media-header-big {
        font-size: 35px;
    }

    .md-accomodation .row .grid_4 {
        margin-bottom: 25px;
    }

    .md-accomodation .row {
            margin-bottom: 20px;
    width: 150%;
    margin-left: -57px;
    }

    .md-blog .list-article .pull-left {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .md-blog .list-article .media-body {
        width: 100%;
    }

    .leave-comment .form-group.input-col {
        float: none;
        width: 100%;
    }

    .col-number-room,.col-number-price,.col-number-total,.col-info-room {
        float: none;
        width: 100%!important;
    }

    .col-number-room,.col-number-price {
        text-align: left;
    }

    .row-billing .col-left,.row-billing .col-right,.row-payment .col-left,.row-payment .col-right {
        float: none;
        width: 100%;
        margin: 0;
    }

    .box-bullet-list .grid_3 {
        width: 98%;
    }

    .md-world-of-flawles #bx-pager {
        display: none;
    }

    .booking-inline .form-group {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .content-slide h2.slide-title.alter {
        font-size:40px;
        line-height: normal;
        margin-bottom: 0;
    }

    .content-slide.dark h2.slide-title {
        font-size: 30px;
    }

    .content-slide h3.slide-title.alter,.content-slide.dark h3.slide-title {
        font-size: 30px;
        line-height: normal;
    }

    .content-slide .slide-description {
        width: 300px;
    }

    .md-slide-wrapper,.md-slide li,.md-slide li img {
    }

    .maintenance-note h2 {
        font-size: 35px;
    }

    .pagination li>a {
        font-size: 15px;
        line-height: 28px;
        padding: 0 10px;
        margin-bottom: 5px;
    }

    .list-comment .right {
        float: none;
        display: block;
        margin: 10px 0 0 20px;
    }

    .row-room .col.list,.row-room .col.price {
        width: 100%;
    }

    .switch-slide {
        background: rgba(0,0,0,0.6);
        top: 0;
        bottom: 0;
        width: 50px;
        left: 0;
        overflow: hidden;
    }

    .switch-slide .next {
        display: none;
    }

    .switch-slide .previous {
        left: -10px;
        margin-top: -34px;
        position: absolute;
        top: 50%;
        width: 50px;
        background: none;
    }

    .description-content {
        float: none;
        max-width: none;
        right: 0;
        width: 100%;
        text-align: center;
    }

    .description-content h2,.description-content p {
        text-align: center;
        float: none;
    }

    .md-room-detail .thumb-room-detail,.md-room-detail .bx-controls {
        display: none;
    }

    #md-news-deal {
        width: 100%!important;
    }

    .md-news-deal article.media,.md-news-deal figure,.md-news-deal figure a,.md-news-deal figure img {
        width: 100%;
        height: auto;
    }

    .media-header-big {
        font-size: 30px;
    }
}

@media (max-width: 479px) {
    .row-home .media-image {
        float:none;
        width: 100%;
    }

    .footer-social .social-group>a {
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 320px) {
    .description-content h2 {
        font-size:17px;
    }

    .contact-main .col-address {
        width: 100%;
    }

    .footer-social h4 {
          display: block;
    margin-bottom: 4px;
    letter-spacing: -1px;
    font-size: 15px;
	    margin-right: 0px;
    }

    .md-checkout .form-action .btn {
        font-size: 17px;
    }

    .address-map,.address-info {
        float: none;
        width: 100%;
        height: 189px;
    }
}



.title-inner {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}
.title-inner:after,
.content-slide.dark .title-inner:before {
    background-color: #350e00;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 100%;
    content: "";
    position: absolute;
}
.content-slide.dark .title-inner:after {
    top: 100%;
}