

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, legend, input, caption, figure {
    border: 0;
    margin: 0;
    padding: 0;
}

/*html {
    overflow-y: scroll;
    -webkit-text-size-adjust: auto;
    -webkit-overflow-scrolling: touch;
}*/




body {
    margin: 0;
    padding: 0;
    font: 13px/1.5 'Open Sans', Helvetica, Arial, sans-serif;
    color: #454545;
    background: #E9E6E0;
    line-height: 25px;
}

.slider {
    width: 100%;
    background-size: cover;
    box-sizing: border-box;
}
/*.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}*/
.hotel_heading {
    padding-left: 0px;
}

.address {
    width: 100%;
    color: #858585;
}

.description {
    /*  padding: 15px 0;
    border-top: 1px solid #ccc;
    margin-top: 15px;*/
    font-family: Open Sans;
}

.img_g {
    width: 177px;
    padding: 6px 10px;
    display: inline-block;
}

.section_bg {
    position: relative;
    /*float: left;*/
    display: block;
    background: #fff;
    padding: 13px 15px 15px;
    margin: 0 0 20px;
}

.hotel-details-contant {
    color: #B1A398;
    padding: 0 0 10px;
    margin: 0 0 4px;
    /*  text-indent: 10px;*/
    /* border-bottom: 1px solid #ccc;*/
    display: inline-block;
}

.contents {
    color: #B1A398;
    padding: 0 0 10px;
    margin: 0 0 20px;
    /*  text-indent: 10px;*/
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.padding-left0; {
    padding-left: 0px;
}



/*p, blockquote {
    padding: 0 0 20px;
}*/

.margin-right4 {
    margin-right: -4px;
}


a {
    /*font-weight: 600;*/
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in 0.1s;
    -moz-transition: all 0.1s ease-in 0.1s;
    -o-transition: all 0.1s ease-in 0.1s;
    -ms-transition: all 0.1s ease-in 0.1s;
    transition: all 0.1s ease-in 0.1s;
}

article:empty, .widget h1:empty, .widget h2:empty, .widget h3:empty, .widget h4:empty, .widget h5:empty, .widget h6:empty {
    display: none !important;
}


.left {
    float: left;
}

.right {
    float: right;
}

.left_pic {
    float: left;
    margin: 0 15px 5px 0;
}

.right_pic {
    float: right;
    margin: 0 0 5px 15px;
}

.clear:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

02.1 Lists
/*ul 					{margin:0 0 17px;}
ul > li	  			{list-style:none;position:relative;padding:0 0 8px 15px;}
ul > li:before 	{content:"\2022";font-size:24px;position:absolute;top:-7px;left:0;}
ul ul 				{margin:8px 0 -8px 15px;}
ol						{margin:0 0 17px 25px;display:inline-block;}
ol li 	  				{list-style:decimal outside;padding:0 0 8px 5px;}
ol ol 				{margin:8px 0 -8px 15px;}*/
.widget ul {
    margin: 0;
}

.list-triangle li {
    position: relative;
    padding-left: 16px;
}

.list li, .list-order-color > li > span {
    font-family: "Open Sans";
    color: #737474;
    margin-bottom: 14px;
    margin-bottom: 13px;
    line-height: 20px;
    font-weight: 400;
}

.list-triangle li::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #d7b4d2;
    top: 5px;
    left: 0;
}

ul {
    list-style: none;
    color: #333;
}

nav ul, footer ul, .gallery ul {
    margin: 0;
}

    nav ul > li, footer ul > li, .widget, aside ul > li, .gallery li {
        padding: 0;
    }

        nav ul > li:before, .widget:before, aside ul > li:before, .widget > div > ul li:before, .social li:before, .gallery li:before {
            display: none !important;
        }


.gradient-button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 11.5px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    height: 32px;
    padding: 0 18px !important;
    text-align: center;
    display: inline-block;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    box-shadow: inset 0 0 1px rgba(0,0,0,.3);
}

    .gradient-button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
    .gradient-button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
        text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    }




h1 {
    font-size: 23px; /*font-weight:700;*/ /*padding:24px 0 44px;*/
}

.post h1 {
    padding: 0 0 20px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 20px;
}

h3 {
    font-size: 18px;
    padding: 0 0 20px;
}

h4 {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 20px;
}

h5 {
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 20px;
}

h6 {
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 20px;
}

.full-width > h1 {
    font-size: 26px;
    padding: 20px 10px 44px;
    text-shadow: 0 1px 0 rgba(238, 238, 238, 1);
    display: inline-block;
    width: 100%;
}


.wrap {
    margin: 0 auto;
    text-align: left;
    width: 1170px;
    max-width: 94%;
    position: relative;
}
/*.row 				{margin:3px -10px;} */
.full-width {
    width: 100%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.three-fourth {
    width: 75%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.two-third {
    width: 66.6667%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.one-half {
    width: 50%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.one-third {
    width: 33.3333%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.one-fourth {
    width: 25%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.one-fifth {
    width: 20%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.lower {
    margin-top: 102px;
}


aside .widget,
.hotel-details,
.tour-details,
.cruise-details,
.car_rental-details {
    position: relative;
    float: left;
    display: block;
    background: #fff;
    padding: 13px 15px 0px;
    margin: 0 0 12px;
    width: 100%;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.header {
    float: left;
    background: #fff;
    margin: 0 0 12px;
    width: 100%; /*height:120px;*/ /*position:relative;*/
    /*z-index: 999;*/
}

.noslider .header {
    margin: 0 0 20px !important;
}

.noslider .main-search {
    top: 0;
    position: relative;
    margin: 20px 0 0;
}



.lg-outer {
    text-align: left;
}

aside h1 {
    padding: 0;
    color: #555 !important;
}

aside .address {
    width: 100%;
    color: #858585;
}

aside .description {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

    aside .description p {
        padding: 0;
    }

div.tags {
    border-top: 1px solid #ccc;
    padding: 18px 0 0;
    margin: 0 0 15px;
    width: 100%;
}

.tags ul {
    position: relative;
    width: 104%;
    overflow: hidden;
    margin: 0;
}

.tags li {
    position: relative;
    float: left;
    display: block;
    margin: 0 5px 5px 0;
    padding: 0 10px 0 20px;
    background: #DFDCD1;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 15px 2px 2px 15px;
    -moz-border-radius: 15px 2px 2px 15px;
    border-radius: 15px 2px 2px 15px;
    -webkit-box-shadow: 0 1px 0 #C1BBA8;
    -moz-box-shadow: 0 1px 0 #C1BBA8;
    box-shadow: 0 1px 0 #C1BBA8;
    -webkit-transition: all 0.1s ease-in 0.1s;
    -moz-transition: all 0.1s ease-in 0.1s;
    -o-transition: all 0.1s ease-in 0.1s;
    -ms-transition: all 0.1s ease-in 0.1s;
    transition: all 0.1s ease-in 0.1s;
}

    .tags li:before {
        display: block !important;
        content: "";
        width: 8px;
        height: 8px;
        background: #fff;
        position: absolute;
        top: 11px;
        left: 7px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
        -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
        box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
    }

.tags a {
    color: #666;
}

.tags li:hover a {
    color: #fff;
}


.tab-content .room-types .meta h3 {
    font: 700 15px/1.2 'Open Sans', Helvetica, Arial, sans-serif;
    color: #3FAEA9;
    padding: 0 0 10px;
}

.tab-content .room-types .meta {
    float: left;
    width: 36%;
    padding: 0 20px;
    min-height: 152px;
}

.tab-content .meta .text-wrap,
.tab-content .more-information .text-wrap {
    padding: 0;
}

.room-types li .meta p {
    padding: 0 0 11px;
}

.room-types .more-info {
    font-size: 13px;
    font-weight: 600;
    color: #3f3f3f;
    text-decoration: none;
}

.room-information {
    float: right;
    border-left: 1px solid #ccc;
    padding: 3px 0 0 20px;
    width: 22%;
    height: 163px;
    position: relative;
}

    .room-information > div {
        padding: 0 0 10px;
        line-height: 18px;
        margin: 0;
    }

    .room-information i {
        color: #B8ACA4;
        font-size: 18px;
        float: right;
        margin-left: -3px;
    }

    .room-information .price {
        font-size: 16px;
        float: right;
    }

    .room-information .gradient-button {
        position: absolute;
        right: 0;
        bottom: 0;
    }

.more-information {
    float: left;
    display: block;
    width: 100%;
    margin: 20px 0 0;
}

    .more-information p > span {
        font-weight: 600;
        padding-right: 5px;
        color: #3f3f3f;
    }

.three-col {
    display: inline-block;
    width: 100%;
    margin: 0;
}

    .three-col li {
        float: left;
        width: 33.3333%;
    }

        .three-col li:before {
            color: #BBADA4;
        }

.lSSlideOuter {
    margin: 0 0 20px;
    max-width: 100%;
    float: left;
    width: 100%;
    display: block;
}

.lightSlider li {
    text-align: center;
    overflow: hidden;
    padding: 0;
}

    .lightSlider li:before {
        display: none;
    }

.lightSlider img {
    height: auto;
    display: inline;
    margin: 0 auto;
}

.inner-nav { /*float:left;*/
    display: block;
    width: 21.4%; /*position:relative;*/
    z-index: 50;
    z-index: 1;
}

    .inner-nav li {
        padding: 0 !important;
        float: left;
        display: block;
        height: 42px;
        width: 100%;
        margin: 0 0 1px;
        font-size: 14px;
        font-weight: 600;
        line-height: 42px;
        text-shadow: 0 1px 1px rgba(0,0,0,0.15);
        background: rgb(193,182,174);
        background: -moz-linear-gradient(top, #c58cba 0%, #c58cba 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c58cba), color-stop(100%,#c58cba));
        background: -webkit-linear-gradient(top, #c58cba 0%,#c58cba 100%);
        background: -o-linear-gradient(top, rgba(193,182,174,1) 0%,rgba(186,172,163,1) 100%);
        background: -ms-linear-gradient(top, rgba(193,182,174,1) 0%,rgba(186,172,163,1) 100%);
        background: linear-gradient(to bottom, #c58cba 0%,#c58cba 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1b6ae', endColorstr='#baaca3',GradientType=0 );
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .inner-nav li a {
            float: left;
            display: block;
            color: #fff;
            padding: 0 0 0 41px;
            width: 100%;
            height: 100%;
            position: relative;
            font-weight: 600;
        }

        .inner-nav li.active,
        .inner-nav li.active:hover {
            width: 105%;
        }

            .inner-nav li.active a:after {
                content: "";
                position: absolute;
                top: 0;
                right: -21px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 21px 0 21px 21px;
            }

        .inner-nav li a:before {
            font-family: 'Material Icons';
            font-size: 24px;
            font-weight: 400;
            position: absolute;
            top: 0;
            left: 10px;
        }

    .inner-nav .availability a:before {
        content: "\e878";
    }

    .inner-nav .description a:before {
        content: "\e88f";
    }

    .inner-nav .facilities a:before {
        content: "\e87a";
    }

    .inner-nav .location a:before,
    .inner-nav .map a:before {
        content: "\e55f";
    }

    .inner-nav .things-to-do a:before,
    .inner-nav .locations a:before {
        content: "\e553";
    }

    .inner-nav .reviews a:before {
        content: "\e8dc";
    }

.single-location .inner-nav li a,
.myaccount .inner-nav li a {
    padding-left: 21px;
}

.tab-content { /*float:right;width:76.4%;*/
    overflow: hidden;
}

    .tab-content article {
        float: left;
        width: 100%;
        padding: 13px 20px 20px;
        overflow: hidden;
        margin: 0 0 20px;
        background: #fff;
        webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
        box-shadow: 0 0 2px rgba(0,0,0,0.1);
        font-size: 13px;
        margin-bottom: 46px;
    }
    /*.tab-content h2						{color:#B1A398;padding:0 0 10px;margin:0 0 20px;text-indent:10px;border-bottom:1px solid #ccc;display:inline-block;width:100%;}*/
    .tab-content h2 a,
    .tab-content h3 a {
        color: #B1A398;
    }

    .tab-content h3 {
        color: #B1A398;
        padding: 0 0 15px;
    }

    .tab-content h4 {
        padding: 0 0 15px;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 15px;
    }

#location.tab-content article,
#map.tab-content article {
    padding: 15px;
}

#things-to-do img {
    margin: 0 0 20px;
}

#things-to-do article h2 {
    padding: 0 0 10px;
}



.footer {
    float: left;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}


    .footer .full-width {
        margin: 18px 0 20px; /*border-top:1px solid #ccc;*/
        padding-top: 20px;
    }

.copy {
    color: #858585;
    display: block;
    float: left;
    padding: 0;
}

.footer .full-width nav {
    float: right;
}

    .footer .full-width nav li {
        float: left;
        border-left: 1px solid #e5e5e5;
        padding: 0 0 0 12px;
        margin: 0 0 0 12px;
    }

        .footer .full-width nav li a {
            color: #858585;
            font-weight: 400;
        }

            .footer .full-width nav li a:hover,
            .footer .full-width nav li a:focus {
                color: #3f3f3f;
            }

        .footer .full-width nav li:first-child {
            border: none;
        }


/*.hotelchars table.roomstable td, .hotelchars table.roomstable th {
    border-left: 1px solid #5cb9ff;
}
table.roomstable th {
    border-left: 1px solid #5cb9ff;
}
table.roomstable td.bb {
    border-bottom: 1px solid #5cb9ff;
}*/

.portfolio-item {
    margin-bottom: 29px;
}

.margin-top3 {
    margin-top: 3px;
}


@media screen and (max-width: 1040px) {
    .main-nav .wrap {
        max-width: 100%;
    }

    ul.slimmenu {
        margin-left: 0;
    }

    .menu-collapser {
        padding: 0 2.7%;
    }

    .collapse-button {
        right: 2.7%;
    }

    ul.slimmenu li a {
        padding: 10px 10px 10px 2.7%;
    }
}

*/ 19 - Responsiveness @media screen and (max-width: 1070px) {
    .header;

{
    height: auto;
}

.logo {
    width: 100%;
}

.header .search {
    float: left;
    width: 40%;
    margin: 0;
    padding: 0 0 15px;
}

.header .contact {
    width: 50%;
    margin: 0;
}

.deals .one-fourth,
.deals .one-third,
.deals .one-fifth,
.deals .one-sixth,
.destinations .one-fourth,
.destinations .one-third,
.destinations .one-fifth,
.destinations .one-sixth,
.offers .one-fourth,
.offers .one-third,
.offers .one-fifth,
.offers .one-sixth,
.boxes .one-fourth {
    width: 50%;
}

.slider {
    height: auto;
    float: left;
    width: 100%;
}

.main-search .wrap > form {
    position: static;
}

.main-search {
    padding-bottom: 20px;
}

    .main-search .column,
    .main-search .three-fourth {
        width: 100% !important;
        padding: 0 15px;
    }

    .main-search h5 {
        padding: 0 0 15px;
    }

    .main-search .form .column > .row {
        min-height: auto;
        border-left: none;
    }

    .main-search .form h5 {
        border-top: 1px solid #ccc;
        margin: 15px 0 0;
        padding: 15px 0;
        float: left;
        width: 100%;
    }

    .main-search .f-item.one-half, .main-search .f-item.one-third {
        padding-right: 10px;
    }

    .main-search .radios .f-item {
        width: 33% !important;
    }

    .main-search .f-item.one-half {
        width: 50% !important;
    }

    .main-search .f-item.one-third {
        width: 33.33% !important;
    }

    .main-search .gradient-button {
        width: auto;
        bottom: 3px;
        min-width: 17%;
    }

.lb-wrap {
    width: 46%;
    left: 27%;
}

section .offers figure, section .deals figure, section .destinations figure {
    height: auto !important;
}

section .deals .full-width {
    height: auto !important;
}

    section .deals .full-width figure,
    section .deals .full-width .details {
        height: auto !important;
        width: 100% !important;
        max-height: none;
    }

    section .deals .full-width .details {
        padding-left: 25px;
    }

.inner-nav {
    width: 26.4%;
}

.tab-content {
    width: 70.4%;
}

.get_inspired li {
    width: 25%;
    height: 140px;
}

.sort li {
    padding: 0 40px 0 0;
}

.comment .third {
    width: 25%;
}

.comment .comment-content {
    width: 75%;
}

.depth-1 .third {
    width: 27%;
}

.depth-1 .comment-content {
    width: 73%;
}

.depth-2 .third {
    width: 30%;
}

.depth-2 .comment-content {
    width: 70%;
}

}

@media screen and (min-width: 861px) and (max-width: 1200px) {
    .small-list h3,
    .small-list p,
    .small-list .stars,
    .small-list .rating,
    .deal-of-the-day h3,
    .deal-of-the-day p,
    .deal-of-the-day .stars,
    .deal-of-the-day .rating {
        float: left;
        width: 100%;
    }
}


@media screen and (max-width: 960px) {
    .room-types li figure {
        width: 50%;
        max-height: none;
    }

    .tab-content .room-types .meta {
        width: 50%;
        min-height: 0;
    }

    .room-types .room-information {
        width: 50%;
        height: auto;
        border-left: none;
    }

    .room-information .gradient-button {
        position: static;
    }

    .footer .full-width nav {
        float: left;
        width: 100%;
        padding: 20px 0 0;
    }

        .footer .full-width nav li:first-child {
            margin: 0;
            padding: 0;
        }

    .get_inspired li {
        width: 33.3333%;
        height: 155px;
    }

    .comment {
        width: 100% !important;
    }

        .comment .third {
            width: 30% !important;
        }

        .comment .comment-content {
            width: 70% !important;
        }

    section.error {
        text-align: center;
    }

    .error-content {
        padding: 60px 0 0;
    }

        .error-content h3,
        .error-content ul {
            text-align: left;
        }

    .three-col li {
        width: 50%;
    }

    .top-right-nav {
        float: left;
    }
}

@media screen and (max-width: 860px) {
    .full-width,
    .three-fourth,
    .one-half,
    .one-third,
    .two-third,
    .one-fourth,
    .one-fifth,
    .one-sixth,
    .boxes .one-fourth {
        width: 100% !important;
    }

    .boxes article > div {
        min-height: auto;
    }

    .lb-wrap {
        width: 80%;
        left: 10%;
        max-width: 80%;
    }

    .score, .chart {
        width: 100%;
    }

    .main-search .gradient-button {
        left: 38%;
    }

    .get_inspired li {
        height: 170px;
    }

    .sort-by {
        height: auto;
    }

    .sort {
        margin: 0;
        border-left: none;
    }

        .sort,
        .sort li {
            width: 100%;
        }

            .sort li {
                border-right: none;
                margin: 0;
                padding: 10px 0;
                border-top: 1px solid #ccc;
            }

    .view-type {
        position: absolute;
        right: 10px;
    }

    .ascending {
        top: 11px;
    }

    .descending {
        top: 20px;
    }
}


@media screen and (max-width: 600px) {
    .header .search {
        width: 60%;
    }

    .header .contact {
        width: 100%;
        float: left;
        margin: 0 0 15px;
    }

    .main-search .radios .f-item {
        width: 50% !important;
    }

    .main-search .f-item.one-half,
    .main-search .f-item.one-third {
        width: 100% !important;
    }

    .main-search .gradient-button {
        left: 33%;
    }

    .lb-wrap {
        width: 90%;
        left: 5%;
        max-width: 90%;
    }

    .chart {
        margin-top: 10px;
    }

    .inner-nav, .inner-nav li.active, .inner-nav li.active:hover, .tab-content {
        width: 100%;
    }

    .inner-nav {
        margin-bottom: 20px;
    }

        .inner-nav li.active a:after,
        .inner-nav li.active a:after {
            display: none;
        }

    .room-types li figure,
    .tab-content .room-types .meta,
    .room-types .room-information {
        width: 100%;
    }

    .tab-content .room-types .meta {
        padding: 20px 0 0;
    }

    .room-types .room-information {
        padding: 13px 0 0;
    }

    .get_inspired li {
        width: 50%;
        height: 190px;
    }

    .comment .third {
        width: 40% !important;
    }

    .comment .comment-content {
        width: 60% !important;
    }

    .copy {
        width: 100%;
        text-align: center;
    }

    .footer .full-width nav {
        text-align: center;
        margin: 20px 0 0;
        border-top: 1px solid #ccc;
    }

        .footer .full-width nav li {
            float: none;
            display: inline-block;
            border: none;
            margin: 0;
            padding: 0 15px 15px;
        }
}


@media screen and (max-width: 500px) {
    .logo img {
        max-width: 60%;
    }

    .main-search .gradient-button {
        left: 25%;
    }

    .get_inspired li {
        width: 100%;
        height: 300px;
    }

    .comment .third,
    .comment .comment-content {
        width: 100% !important;
    }

    .comment .comment-content {
        border: none;
        padding: 15px 0 0;
    }
}

@media screen and (max-width: 380px) {
    .get_inspired li {
        height: 220px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .slider {
        width: 100%;
        background-size: cover;
        box-sizing: border-box;
        min-height: 123px;
    }

    .gradient-button, button, input[type="button"], input[type="reset"], input[type="submit"] {
        font-size: 7.5px;
        line-height: 32px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff !important;
        height: 32px;
        padding: 0 12px !important;
        text-align: center;
        display: inline-block;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
        border-radius: 17px;
        -moz-border-radius: 17px;
        -webkit-border-radius: 17px;
        cursor: pointer;
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
        -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
        box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    }

    .hotel_heading {
        padding-left: 0px;
        padding-right: 2px;
    }

    .table-container {
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em;
    }

    .flexslider {
        margin: 0 0 60px;
        background: #fff;
        border: 4px solid #fff;
        position: relative;
        zoom: 1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        width: 290px !important;
    }
}
