.tm-navbar-center .tm-nav {
	margin-top:0px;
}
.uk-position-cover {color: transparent !important;}
.tm-slideshow-fullscreen .uk-overlay-panel h1,
.tm-slideshow-fullscreen .uk-overlay-panel h2,
.tm-slideshow-fullscreen .uk-overlay-panel h3,
.tm-slideshow-fullscreen .uk-overlay-panel h4
 {
    font-size: 54px;
    line-height: 58px;
}
div, p, a, span, strong, italic, h1, h2, h3, h4, h5, h6, h7, li {
	font-family: 'Open Sans', sans-serif !important;
}
.tm-slideshow-fullscreen .uk-overlay-panel > div > h3 {
    display: none;
}
.uk-navbar-toggle {
    position: absolute;
    width: auto;
    display: block;
    left: 20px;
    top: 20px;
}
.uk-navbar-content.uk-navbar-center.uk-visible-small > a img {
    position: absolute;
    top: -20px;
    background-color: #0e1824;
    right: 0px;
    padding: 15px 20px 0px 20px;
    max-height: 109px;
    width: auto;
}
img.tm-logo-sticky {
    width: 140px;
}
.form-stacked select.form-control.input-block-level {
    width: 100% !important;
}
#lightbox {
    z-index: 99999;
}
.bx-wrapper img {
    width:100%;
}
.prices-box.active .prices-btn-close {
	z-index:9;
}
div#tm-top-b {
    background-position: center right;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
}
body.evr-home #tm-main {
    display: none !important;
}
nav.tm-navbar-container {
    padding-top: 20px;
}
.paint {
    position: absolute;
    left: 16%;
	top:35px;
	animation: paintmove infinite 3s ease-in-out;
}

.desk-bg {
    background-image: url('../../../images/misc/desk.png');
    background-repeat: no-repeat;
    background-position: 100% 85%;
}

.gm-style a div {
    font-size: 20px;
}

@keyframes paintmove {
	0% {top:35px;}
	50% {top:45px;}
	100% {top:35px;}
}

a.sr-photo {
    display: block;
    float: left;
    margin: 5px;
}
.uk-navbar-nav > li > a.booking-btn {
    border-left: 1px solid;
}
#solidres.single_room_type_view .span12 > h3 {
    font-size: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

div#tm-bottom-b {
    background: #907e72;
    color: #fff;
}
#evrContactForm .uk-form-row {
    float: left;
    width: 46%;
    margin: 0px 25px 0px 0px;
}
#evrContactForm .uk-form-controls.formControls {
    float: left;
    width: 100%;
    margin: 0px;
}
#evrContactForm input {
    float: left;
    width: 100%;
}
#evrContactForm .uk-form-row.rsform-block.rsform-block-message {
    width: 100%;
	margin-top:25px;
}
#evrContactForm textarea {
    width: 100%;
}
#evrContactForm input#Send {
    color: #fff;
    border-radius: 5px;
    margin-top: 25px;
}
.evr-home .uk-active nav.tm-navbar-container {
	display: inherit;
    height: inherit;
    padding: 14px 0px;
    float: left;
    width: 100%;
}
.evr-home .uk-active .tm-nav-logo.uk-hidden-small {
    float: left;
    width: auto;
    display: block;
}
.evr-home .uk-active .tm-nav.uk-hidden-small {
    float: right;
    display: block;
	padding-top:17px;
}
body:not(.evr-home) .tm-nav {
    margin-top: -17px;
}
.evr-home .uk-active .tm-logo p {
    margin: 0px;
}
.prices-btn {
    background-color: #fff;
    transform: rotate(90deg);
    color: #505050;
    font-size: 18px;
    padding: 8px 20px;
    font-weight: 400;
    position: fixed;
    right: -100px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
	transition: 0.5s all ease-in-out;
}
.prices-box {
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 99999;
}
.prices-box.active .prices-btn {
    right: -100%;
    transition: 0.5s all ease-in-out;
}
.prices-btn-close {
    position: fixed;
    top: 27%;
    right: -10%;
    color: black;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}
.prices-box.active .prices-btn-close {
	right:260px;
	transition:1s all ease-in-out;
}
.prices-box tr {
	width: 100%;
    text-align: right;
    display: table;
    height: 36px;
}
.prices-box.active .uk-article {
    right: 0%;
	transition: 0.5s all ease-in-out;
}
.prices-box .uk-article {
    position: fixed;
    right: -100%;
    transition: 0.5s all ease-in-out;
    background-color: #fff;
    color: #000;
	width:290px;
	top:27%;
	box-shadow: 0px 0px 25px -5px #000;
}
.prices-btn:hover {
    background-color: #907e72;
    color: #fff;
    border: 1px solid #71624b;
}
.prices-box hr {
    margin: 10px 0px;
    border-color: #d0c7c1;
}
.prices-box p {
    font-size: 20px;
    margin: 10px 0px;
}
.uk-navbar-nav {
	float:left;
}
.tm-nav.uk-hidden-small > div {
    float: right;
}
.prices-box h2 {
    background-color: #907e72;
    color: #fff;
    font-size: 20px;
    width: 100%;
    float: left;
	margin-bottom:5px;
}
.prices-container {
    padding: 15px 20px;
}
.prices-box span {
    font-size: 12px;
    float: left;
    width: 100%;
    font-style: italic;
}
div.mod-languages img {
    border: none;
    filter: grayscale(0.6);
    -webkit-filter: grayscale(0.6);
	transition:0.3s all ease-in-out;
}
div.mod-languages img:hover {
	-webkit-filter:grayscale(0);
	filter:grayscale(0);
	transition:0.3s all ease-in-out;
}
.mod-languages {
    height: 42px;
    line-height: 36px;
}
input {
    outline: none !important;
    box-shadow: none !important;
}
.datefield {
	position:relative;
}
.datefield i {
    position: absolute;
    top: 3px;
    right: 10px;
}
a[href="http://www.faboba.com"] {
    display: none !important;
}
input[data-extraid="1"] + select {
    display: none !important;
}
/* Booking Style */
.reservation-single-step-holder .roomtype_desc ~ button {
    display: none;
}
.reservation-single-step-holder .trigger_checkinoutform {
    padding: 20px;
    font-size: 18px;
}
#sr-reservation-form-room > .row-fluid {
    margin-bottom: 10%;
}
.wizard ul li.active {
    color: #13202e;
}
.wizard ul li.active .badge {
    background-color: #13202e;
}
.roomtype_name .label-default {
    background-color: #13202e;
}
.roomtype_name {
    color: #13202e;
    font-size: 24px;
    font-weight: 400;
}
.wizard ul li .badge {
    background: #907e72;
}
.min_tariff, .normal_tariff {
	color: #907e72;
}
button.btn.btn-block.btn-primary.primary.searchbtn {
    background: #907e72;
    font-size: 20px;
    display: block;
    width: auto;
    padding: 8px 24px;
    margin: 14px auto;
}
.checkout_roomtype.datefield, .checkin_roomtype.datefield {
    padding: 5px 10px;
    font-size: 16px;
}
.room-form button.btn.span12.btn-success.btn-block {
    float: right;
    width: auto;
    padding: 8px 30px;
}
#step2 input {
    min-height: 34px;
}
#step2 textarea#note {
    min-height: 220px;
}
#step2 button {
    font-size: 20px;
    padding: 8px 25px;
}
h3.room-title {
    text-align: center;
    margin-bottom: 70px !important;
    font-size: 34px;
    display: table;
    margin: 0 auto;
    position: relative;
}
.uk-button-white {
    background-color: #fff;
    border: 1px solid #13202e;
    color: #13202e;
    font-weight: 400;
    display: block;
    float: left;
    border-radius: 0px;
}
.gallery-main .main-photo {
    display: none;
}
.gallery-main .other-photos {
    width: 100%;
}
.other-photos .more-gallery {
    position: absolute;
    bottom: 0px;
    background: rgba(19, 32, 46, 0.95);
    color: #fff;
    right: 0px;
    text-align: center;
    cursor: pointer;
    padding: 3px 16px;
    font-size: 12px;
}
.gallery-main .other-photos.open {
    max-height: 5000px;
    transition: 0.5s all ease-in-out;
}
.tariff-box {
    padding: 0px;
    border: 0px;
    background-color: transparent;
}
.sr-photo img {
    width: 100%;
}
.room-form .extra_quantity {
    display: none !important;
}
.tm-noblog > .uk-sticky-placeholder {
    z-index: 99999;
    position: relative;
}
/* End of Booking Style */
@media (min-width:768px) {
    .gallery-main .other-photos {
        max-height: 410px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;
        position:relative;
    }
	.other-photos .sr-photo {
    	width: 30%;
	}
	h3.room-title:after {
    	content: '';
	    border-bottom: 1px solid #000;
	    height: 1px;
	    width: 50%;
	    position: absolute;
	    top: 15px;
	    right: -66%;
	}
	h3.room-title:before {
	    content: '';
	    border-bottom: 1px solid #000;
	    height: 1px;
	    width: 50%;
	    position: absolute;
	    top: 15px;
	    left: -66%;
	}
	.three-btn .uk-button-white:first-of-type {
	    border-radius: 6px 0px 0px 6px;
	    border-right: 0px;
	}
	.three-btn .uk-button-white:last-of-type {
	    border-radius: 0px 6px 6px 0px;
	    border-left: 0px;
	}
	.two-btn .uk-button-white:first-of-type {
	    border-radius: 6px 0px 0px 6px;
	    border-right: 0px;
	}
	.two-btn .uk-button-white:last-of-type {
	    border-radius: 0px 6px 6px 0px;
	}
}
@media (max-width:768px) {
    .other-photos .more-gallery {
        display:none;
    }
	div#tm-top-b, .desk-bg {
		background-image:none !important;
	}
	.prices-box {
		display:none !important;
	}
    .other-photos .sr-photo {
        width: 47%;
    }
}