* {
    border: 0;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Light.otf');

    src: url('../fonts/OpenSans-Light.woff') format('woff'), /* Modern Browsers */
        url('../fonts/OpenSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'DroidArabicKufi';
    src: url('../fonts/DroidArabicKufi.eot');

    src: url('../fonts/DroidArabicKufi.woff') format('woff'), /* Modern Browsers */
        url('../fonts/DroidArabicKufi.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Dosis-SemiBold';
    src: url('../fonts/Dosis-SemiBold.otf');

    src: url('../fonts/Dosis-SemiBold.woff') format('woff'), /* Modern Browsers */
        url('../fonts/Dosis-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/Dosis-SemiBold.svg#Dosis-SemiBold') format('svg'); /* Legacy iOS */
}



body {
    min-width: 320px;
    overflow-x: auto;
    background: #f7f8fa;
    color: #535a65;
    line-height: 1.4em;
}

h2 {
    font-size: 27px;
}

a , a:hover , a:focus {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #fff;
}

a {
    color: #2196f3;
}

button {
    outline: none;
}

.btn {
    border-radius: 10px;
    padding: 8px 25px !important;
}

input:not([type='submit']) , select , textarea {
    padding: 7px 10px;
    display: block;
    width: 100%;
    min-height: 37px;
    outline: none;
    background: #fff;
    color: #333;
    font-weight: 100;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
}

input:not([type='submit']):focus , select:focus , textarea:focus {
    border-color: #2196f3;
}

textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 200px;
    min-height: 200px;
}

input[type="submit"], .yellow {
    color: #fff;
    background: #ffb300;
    outline: none;
    display: inline-block;
    min-width:140px !important;
}

input[type="submit"]:hover, .yellow:hover {
    color: #fff;
    background: #ffbb1a;
}

label {
    margin-top: 7px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c4c4c4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c4c4c4;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c4c4c4;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #c4c4c4;
}

a , input , button , .img-holder .holder-hover .price, .img-holder img, .visible-img, .hidden-img, .room-block .img-block img {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}

table {
    width: 100%;
}

ul , ol {
    -webkit-padding-start: 30px;
    margin: 10px 0;
}

.no-padding {
    padding: 0;
}

.img-responsive {
    width: 100%;
    height: auto;
}

p.clearfix {
    margin-bottom: 0;
}

.btn-block {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.btn.margin {
    margin: 20px 0 50px;
}

/************************************/

.small-header {
    background: #535a65;
    color: #fff;
}

.small-header a {
    color: #fff;
    padding: 8px 6px;
    display: inline-block;
}

.small-header .dropdown .dropdown-menu {
    top: 95%;
    background: #ffb300;
    min-width: 100px;
    box-shadow: none;
    border-radius: 0 !important;
}

.small-header .dropdown-menu>li>a, .small-header .dropdown-menu>li>a:hover, .small-header .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.small-header .dropdown button {
    padding: 8px 15px;
    background: #ffb300;
}

.small-header .dropdown button .fa {
    font-size: 8px;
    vertical-align: middle;
}

/************************************/

nav.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding: 10px 0;
    background: #fff;
}

nav .logo h1 {
    font: 30px 'Dosis-SemiBold';
}

nav a {
    text-align: center;
    font-weight: 600;
}

nav a, nav a:hover, nav a:focus {
    color: #2196f3;
}

.nav>li>a ,.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
    color: #535a65;
    text-transform: uppercase;
}

nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent !important;
    border-color: transparent;
    color: #535a65;
}

.nav>li>a>span {
    color: #2196f3;
}

.nav>li>a>span.fa.small {
    color: #aeb1b7;
    font-size: 8px;
    vertical-align: middle;
}

.navbar-toggle {
    padding: 0;
    color: #535a65;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0 !important;
    border: 0;
    overflow: hidden;
    top: 120%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    color: #535a65;
    border-bottom: 1px solid #eaeaea;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2196f3;
}

/************************************/

.carousel-inner {
    height: 390px;
}

.carousel-inner img {
    width: 100%;
    min-height: 390px;
}

.carousel-caption {
    right: 10%;
    top: 40px;
    bottom: auto;
    left: 10%;
}

.carousel-caption h1 {
    font-weight: 600;
}

.carousel-caption .btn {
    margin-top: 30px;
}

.carousel-indicators li {
    background: #fff;
}

.carousel-indicators .active {
    background: #2196f3;
    border-color: #2196f3;
}

/************************************/

.white-bg {
    background: #fff;
}

.div-padding {
    padding: 45px 0;
    overflow: hidden;
}

.flow-visible {
    overflow: visible !important;
}

.row {
    position: relative;
}

.abs-tab {
    position: absolute;
    top: -100px;
    border: 0;
}

.abs-tab li a {
    background: #fff;
    color: #2196f3;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0 !important;
    margin: 2px;
    border-radius: 0;
}

.abs-tab li a:hover {
    background: #fff;
}

/************************************/

.small-h1 {
    font-size: 18px;
    font-weight: 600;
    color: #303845;
}

.small-h1.after-line::after {
    position: relative;
    content: '';
    width: 20%;
    height: 2px;
    display: block;
    margin-top: 10px;
}

.text-center .small-h1.after-line::after {
    width: 5%;
    margin: 10px auto 0;
}

.small-h1.yellow-line::after {
    background: #ffb300;
}

.small-h1.blue-line::after {
    background: #2c9bf4;
    height: 1px;
    margin: 15px 0;
    width: 10%;
}

.margin-top , .margin-top-small {
    margin: 20px 0;
}

.img-holder {
    overflow: hidden;
    position: relative;
    height: 210px;
    border: 3px solid #fff;
    margin: 10px 0;
}

.img-holder img {
    width: 100%;
    min-height: 210px;
}

.img-holder .holder-hover {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    color: #fff;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.img-holder .holder-hover h1 {
    font-size: 20px;
    margin: 30px 0 0;
}

.img-holder .holder-hover .price {
    display: inline-block;
    background: #2196f3;
    color: #fff;
    padding: 6px 12px;
}

.img-holder:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.img-holder:hover .price {
    padding: 6px 20px;
}


/************************************/

.blue-bg {
    color: #fff;
    background: #0d47a1 url(../images/sub-img.jpg) no-repeat center;
    background-size: cover;
}

.blue-bg h1 {
    font-size: 30px;
    margin: 5px 0;
}

.blue-bg input[type="text"] {
    background: #f7f8fa;
    margin-bottom: 10px;
    padding: 13px 10px;
}

/************************************/

.service {
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    min-height: 145px;
    margin: 10px 0;
}

.service h1 {
    margin-top: 0;
}

.service h2 {
    margin: 35px 0 0;
}

.yellow-grad {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb216+0,ffe93f+100 */
    background: rgb(255,178,22); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,178,22,1) 0%, rgba(255,233,63,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,178,22,1)), color-stop(100%,rgba(255,233,63,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,178,22,1) 0%,rgba(255,233,63,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,178,22,1) 0%,rgba(255,233,63,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,178,22,1) 0%,rgba(255,233,63,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,178,22,1) 0%,rgba(255,233,63,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb216', endColorstr='#ffe93f',GradientType=1 ); /* IE6-9 */
}

.pink-grad {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df1035+0,f62f9c+100 */
    background: rgb(223,16,53); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(223,16,53,1) 0%, rgba(246,47,156,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(223,16,53,1)), color-stop(100%,rgba(246,47,156,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(223,16,53,1) 0%,rgba(246,47,156,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(223,16,53,1) 0%,rgba(246,47,156,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(223,16,53,1) 0%,rgba(246,47,156,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(223,16,53,1) 0%,rgba(246,47,156,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df1035', endColorstr='#f62f9c',GradientType=1 ); /* IE6-9 */
}

.purple-grad {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b57b4+0,7285cf+100 */
    background: rgb(75,87,180); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(75,87,180,1) 0%, rgba(114,133,207,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(75,87,180,1)), color-stop(100%,rgba(114,133,207,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(75,87,180,1) 0%,rgba(114,133,207,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(75,87,180,1) 0%,rgba(114,133,207,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(75,87,180,1) 0%,rgba(114,133,207,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(75,87,180,1) 0%,rgba(114,133,207,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b57b4', endColorstr='#7285cf',GradientType=1 ); /* IE6-9 */
}

.scroll-img {
    overflow: hidden;
}

.scroll-img img {
    max-width: 100%;
    max-height: 150px;
}

.scroll-img, .visible-img {
    position: relative;
}

.visible-img {
    left: 0;
    opacity: 1;
}

.hidden-img {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
}

.service:hover .visible-img {
    left: -100%;
    opacity: 0;
}

.service:hover .hidden-img {
    left: 0;
    opacity: 1;
}

/************************************/

.no-marg-top {
    margin-top: 0;
}

.social {
    padding-top: 15px;
}

.fa-lg {
    font-size: 23px;
}


.fb, .fb:hover {
    color: #244ea7;
}

.yt, .yt:hover {
    color: #970a0c;
}

.gl, .gl:hover {
    color: #DC4A38;
}

.tw, .tw:hover {
    color: #00ceff;
}

.ing, .ing:hover {
    color: #8E6051;
}

.subscribe {
    padding-top:15px;
}

.subscribe input[type="email"] {
    background: #f7f8fa;
}

/************************************/

footer ul li {
    padding: 3px 0;
}

footer ul span.fa {
    color: #e0e3e8;
}

footer ul li a {
    color: #535a65;
    display: inline-block;
}

footer ul li a:hover {
    color: #8c95a3;
    padding-left: 5px;
}

.copy-r {
    margin-top: 20px;
    padding-top: 10px;
    color: #aeb1b7;
    border-top: 1px solid #e0e3e8;
}

/************************************/

.about-img {
    background: url("../images/about-bg.jpg") no-repeat center;
}

.header-img {
    background-size: cover;
    color: #fff;
}

.header-img h1 {
    margin-top: 40px;
}

.header-img p {
    margin-bottom: 40px;
}

/************************************/

.contact-sec {
    background: #535a65;
}

.gray {
    color: #777;
}

span.gray {
    color: #d2d2d2;
}

.no-marg {
    margin: 0;
}

.contact-social a {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #777;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.contact-social a:hover {
    color: #fff;
    background: #FFB300;
}

.input-group {
    margin: 15px 0;
}

.input-group-addon {
    background: #fff;
    color: #bdbebf;
}

.input-group .form-control {
    box-shadow: none;
    padding: 7px 0;
}

.contact-form input:not([type='submit']):focus , .contact-form select:focus , .contact-form textarea:focus {
    border-color: #d0d0d0;
}

.contact-form input:not([type='submit']) , .contact-form select , .contact-form textarea {
    border-radius: 4px;
}

/************************************/

.rooms-sec {
    background: url("../images/rooms-bg.jpg") no-repeat center;
}

.room-block .img-block {
    height: 220px;
    overflow: hidden;
    border: 3px solid #fff;
    margin-top: 20px;
    background: #fff;
}

.room-block .img-block img {
    min-height: 220px;
    width: 105%;
    opacity: 1;
}

.room-block:hover .img-block img {
    opacity: 0.7;

    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.room-block p {
    color: #535a65;
    margin-bottom: 5px;
}

.room-block .dark-gray .fa {
    font-size: 10px;
}

.dark-gray {
    color: #979a9f;
}

.small-padding {
    padding: 0 5px;
}

.gray-btn {
    background: #b3b3b3;
    color: #fff;
}

.gray-btn:hover {
    background: #989898;
    color: #fff;
}

/************************************/

.modal-content {
    box-shadow: none;
    background: #fff;
    min-height: 550px;
    border-color: #FFB300;
    color: #fff;
}

.loading{
    background: #f7f8fa;
    position: absolute;
    min-height: 220px;
    padding-top: 50px;
    padding: 10px;
    width: 95%;
}


.modal-header {
    border-color: transparent;
}

.modal-header button.close {
    color: #000;
    opacity: 1;
    float: left;
}

.modal-body h1 {
    margin: 0 0 15px;
    color: #1d1e20;
}


.modal-body .search-block input[type="text"] {
    padding: 10px;
    border-radius: 6px;
}

.modal-body .search-block div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal-body .search-block div input {
    height: 100%;
    position: relative;
    background: transparent;
    z-index: 5;
}


.modal-body .search-block div:hover span {
    color: #ea831c;
}

.slider_btn{
    position: absolute;
    top: 200px;
}

/************************************/

@media (min-width: 768px) {

    .margin-top-small {
        margin: 0;
    }

    .navbar-collapse.collapse {
        margin: 6px 0 0;
    }

    .navbar-collapse {
        margin-top: 0;
    }

    .carousel-caption {
        top: 70px;
    }

}

@media (max-width: 768px) {

    .copy-r{
        text-align: center !important;
    }

    #navbar-collapse2 li a{
        color: #fff;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    #navbar-collapse2 li a:hover{
        border: 1px solid #FFB300;
        background: #FFB300;
    }

    .reg_btn{
        width: 100%;
    }

    .nav-tabs > li{
        font-size: 10px !important;
    }
    .small-h1{
        text-align: center;
    }

    .yellow-line::after {
        background: none !important;
    }

    .carousel-caption h1{
        font-size: 18px;
    }

    .mor{
        display:  table;
        margin: 0 auto;
        margin-top: 10px !important;
    }

    .vid{
        height: 85px !important;
    }

    .vid .img-holder{
        min-height: 70px !important;
    }

    .vid .img-holder img{
        min-height: 70px !important;
    }


    .imps .img-holder{
        height: 100px !important;
    }
    .imp{
        min-height: 100px !important;
    }

    .imps{
        padding: 10px 0px;
    }

    .visit_div{
        padding: 10px 0px;        
    }

    .social strong{
        text-align: center !important; 
        width: 100% !important;
        display: table; 
        font-size: 18px;
    }

    .links{
        margin-bottom: 30px !important;
    }

    .copy-r{
        margin-top: 0 !important;
    }

    .tour{
        margin: 0 auto;
        display: table; 
        margin-bottom: 10px;
    }

    .video_div{
        padding-top: 0px;
    }

    .social{
        padding-top: 30px !important;
    }

    .social_div{
        margin: 0 auto;
        display: table;
    }

    .links_div{
        padding: 10px 0px;
    }

    .small_meu{
        min-width:85px !important;
    }


}

.copy-r a:hover{
    color: #0d47a1;
}


.datepicker{
    z-index: 10000000 !important;
}

.room-block{
    min-height: 480px !important;
}