/*

tables colors
#fce9d9
#b8cce3


*/


body {
    text-transform: none;
}

a {
    color: #3b4952;
}


h2.item-title, .page-header > h2, 
.content-category > h2, 
.cat-children > h3, 
.contact-category > h2, 
.weblink-category > h2, 
.newsfeed > h2, 
.newsfeed-category > h2, 
.weblink-category > h2, 
.contact > h3 {
	text-transform: none;
}


.jm-module .jm-title {
	font-size: 18px;
}

.nav.menu li.active > a, .nav.menu li.active > span.separator {
	text-transform: none;
}


.nav.menu > li > a, .nav.menu > li > span.separator {
	text-transform: none;
}

#jm-allpage {
    background: url('../images/site_fon_light.jpg') top center;
    /*background-size: contain;*/
    background-size: cover;
    overflow: hidden;
}

#jm-top-bar {
    background: transparent url(../images/logo_bg.png) 0 0 repeat-x;
}

#jm-logo-nav {
    background: transparent url(../images/logo_bg.png) 0 -10px repeat-x;
}

#jm-header {
     background: transparent;
}

#jm-booking {
    background: transparent;
    position: relative;
    z-index: 5;
}

#jm-footer {
    background: transparent;
}

#jm-main {
    padding-top: 30px;
    position: relative;
    z-index: 4;
}

#jm-top-bar + #jm-logo-nav {
    padding-top: 0;
}

#jm-top-menu {
    margin-top: 15px !important;
    background: url('../images/site_fon_menu_light.jpg') top center;
    background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.dj-megamenu-sticky {
    background: url('../images/site_fon_menu_light.jpg') top center;
    background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* Tables CSS */
/* CSS3 */

table.css3tab {
    overflow:hidden;
    border:1px solid #d3d3d3;
    background:#fefefe;
    width:100%;
    margin:5% auto ;
    -moz-border-radius:5px; /* FF1+ */
    -webkit-border-radius:5px; /* Saf3-4 */
    border-radius:5px;
    -moz-box-shadow:   4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:   4px rgba(0, 0, 0, 0.2);
}
 
table.css3tab th, table.css3tab td {
    padding:10px 20px 10px; 
    text-align:center; 
}
 
table.css3tab th {
    padding-top:16px; 
    text-shadow: 1px 1px 1px #fff;
    background:#e8eaeb;
}
 
table.css3tab td {
    border-top:1px solid #e0e0e0; 
    border-right:1px solid #e0e0e0;
}
 
table.css3tab tr.odd-row td {
    background:#f6f6f6;
}
 
table.css3tab td.first, th.first {
    text-align:left
}
 
table.css3tab td.last {
    border-right:none;
}
 
table.css3tab td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
 
table.css3tab tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
 
table.css3tab th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}
 
table.css3tab tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}
 
table.css3tab tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}
 
table.css3tab tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}
 
table.css3tab tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}

/* Blue */

table {
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}
th, td:first-child {
	background: #AFCDE7;
	color: white;
	padding: 10px 20px;
    text-shadow: black 1px 1px 1px;
}
th, td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: white;
}
td {
	background: #D8E6F3;
}
	th:first-child, td:first-child {
	text-align: left;
}

table.nofirst td:first-child {
	background: #D8E6F3;
	color: inherit;
	padding: 0;
	text-align: center; 
    text-shadow: none;   
}

table td:first-child a {
    color: white !important;
}

table.nofirst th:first-child {
	text-align: center;
}

/* clean table */
table.clean {
    width: auto;
    border-collapse: separate;
    border-spacing: 2px 3px;
}
/*table.clean th, table.clean td {
    background: transparent;
    border: none;
}*/
table.clean th, table.clean td {
    padding: 0;
    background: rgb(250,250,250,0.7);
    border-width: 0;
    border-radius: 3px;
}
table.clean td:last-child {
    font-size: 16px;
    font-weight: bold; 
    padding-left: 3px;
    padding-right: 3px;   
}


/* Whidth */
.w500 {
    width: 500px;
    margin: 0 auto;
}

.w500-important {
    width: 500px !important;
}

.w20pc {
    width: 20%;
    margin: 0 auto;
}

.w15pc {
    width: 15%;
    margin: 0 auto;
}

/* Equal width */

.equal-width-cols {
  width: 100%;
  table-layout: fixed;
}
.equal-width-cols td {
  width: 100%;
}

.conftab tr td {
    padding: 7px;
}

/* Hacks */

.djc_list .djc_description {
    position: relative;
}

.djc_list .djc_item_info {
    right: 10px;
}

figure.effect-apollo, figure.effect-apollo a, figure.effect-apollo img {
    /* height: 270px !important;*/
}


#mapplaceholder134_1q9se_0 {
    width: 350px !important;
    float: left !important;
}

.mapprint {
    display: none;
}

.jm-tabs-content .jm-title {
    text-transform: none;
}


#jm-top3 {
    background: transparent;
    color: #242424;
    padding-bottom: 30px;
    padding-top: 60px;
}

.jm-social a > span  {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jm-social a > span > i.fa {
    width: 49px;
    height: 59px;
    font-size: 28px;
    line-height: 36px;  
    text-align: center;     
}

.jm-social a > span > i::before {
    font-size: 28px;
    line-height: 59px;
    display: block; 
    padding: 0;
    text-align: center;    
}

.jm-social a > span > i.fa:hover {
    color: white;
}

#jm-bottom2 {
    background: url('../images/site_fon_light.jpg') top center;
    padding-bottom: 0;
}

#jm-bottom3 {
    padding-top: 60px;
    padding-bottom: 30px;
    background: #f1f3f2;
    color: #242424;
}

#jm-bottom3 .span8 {
    margin: 0 auto !important;
    float: none;
}

#jm-bottom4 {
    padding-top: 20px;
    padding-bottom: 30px;
    background: transparent;
    color: #242424;
}
/*
#jm-bottom5 {
    padding-top: 60px;
    padding-bottom: 30px;
    background: url('../images/site_fon_light.jpg') top center;
    color: #242424;
}
*/
#jm-bottom5 h1 {
    margin-bottom: 40px !important;
}

.intro-block .box {
    padding-top: 30px;
}

.intro-block .box p {
    padding-top: 8px;
}


.djc_label {
	padding-left: 15px !important;
}

.inline-table {
	display: inline-table;
}

.width-auto {
	width: auto;
}

/* room page */

#djcatalog.djc_item h2.djc_title, #djcatalog.djc_producer h2.djc_title {
    font-size: 36px;
}
#djcatalog .img-polaroid.img-icon, .mod_djc_item .img-polaroid.img-icon {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
#djcatalog {
    position: relative;
}
.djc_item_info {
    position: absolute;
    right: 0;
    top: 40px;
}
.djc_fulltext h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 22.5px;
}
#djcatalog.djc_item .djc_location {
    display: none;
}
.room-info-top-wrapper {
    position: relative;
}
.room-info-top {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
#jm-content .img-polaroid.img-icon {
    border-radius: 3px;
    border-style: dashed;
    background: transparent;
    margin-right: 4px;
    margin-bottom: 5px; 
}
#jm-content .room-info-top-wrapper > .room-info-top .img-polaroid.img-icon {
    margin: 0;
    border-style: none;
    padding: 0;
}
#djcatalog.djc_item .djc_title img.djc_featured_image {
    vertical-align: middle;
    margin-top: 0;
}
#djcatalog .djc_related_items .djc_title {
    min-height: 53px;
}
#djcatalog .djc_related_items .djc_category_info {
    display: none;
}
#djcatalog .djc_related_items .djc_producer_info {
    display: none;
}

/* top booking form */

section#jm-booking {
    /*background: #FFFFFF;*/
}

#jm-header-in .jm-module {
    margin-bottom: 0;
}

/* top left fix */

#jm-top-bar .jm-module.pull-left {
    float: left !important;
}

div.jm-module.pull-left {
    float: left !important;
}

.gkwMainLeft span {
    font-size: 13px;
    color: #999;
    vertical-align: top;
}

.gkwMainRight {
    margin-left: 6px;
}

.gkwTemp {
    font-size: 13px !important;
    color: #999;
    margin: 3px 0 0;
    text-align: center;
}

span.gkwTemp {
    font-size: 13px !important;
}

/* fix callback */

div.dimmer {
    z-index: 95;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black no-repeat scroll center center;
    opacity: 0.5;
}

.row.services > div {
    margin-bottom: 10px;
}

.row.services > div img {
    border-radius: 5px;
    border-style: dashed;
    background: transparent;
    border: 1px dashed rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/*  fix main slider */


#jm-header-in.container-fluid, 
#jm-booking-in.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#jm-booking {
    margin-bottom: 30px;
    margin-top: 15px;
    /*background: #0e9499;*/
}

#jm-booking-in {
    background: rgba(14, 148,153, 0.7);
    /*background: #0e9499;
    opacity: .7;*/
    /*background: url('../images/site_fon_light.jpg') top center;*/
}

#jm-booking .jm-module {
    margin-bottom: 0;
}

/* Acymailing */

#jm-bottom6 {
    background: transparent;
    padding-top: 30px;
}

h3.jm-title, h3.jm-title span {
    text-align: center;
    font-size: 24px !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #242424;
}

.acymailing_form td {
   background: #0e9499; 
   padding: 10px 20px;
}

.acymailing_form td input {
   height: 34px;
   line-height: 34px;
}

.acymailing_form td.acysubbuttons input {
   height: 34px;
   line-height: 16px;
   background: #ffffff;
   color: #242424;
}

.acymailing_form td label {
   line-height: 40px;
   text-align: right;
   color: white;
   text-shadow: black 1px 1px 1px;
}

.acymailing_module_form  .acyfield_name {
     background: #0e9499;
      padding: 15px 20px 10px 20px;
}

.acymailing_module_form .acyfield_email {
    padding: 15px 20px 10px 20px;
    background: #0e9499;
}

.acymailing_module_form .acysubbuttons {
    text-align: center;
    padding: 15px 20px 10px 20px;
}

.acymailing_module_form .acysubbuttons input:hover {
    background: #0e9499;
    border: 1px solid #ffffff;
    color: #ffffff;
}




/* style for bottom menu */

#jm-bottom-menu .nav.menu.nav-pills {
    text-align: center;
}

#jm-bottom-menu .nav-pills > li > a {
    margin-right: 20px;
}

#jm-bottom-menu .nav.menu > li > a {
   padding-top: 25px;
   padding-bottom: 0;
   border: none;
   background-color:  transparent;
}

#jm-bottom-menu .nav.menu > li > a:hover {
    text-decoration: underline;
}

#jm-bottom-menu .nav.menu > li:first-child > a {
    padding-top: 25px;
}

.payment-icons {
    padding-top: 25px;
    padding-right: 10px;
}


/* style for footer */

#jm-footer {
    background: url('../images/site_fon_menu_light.jpg') top center;
    background-size: auto auto;
    background-size: contain;
}

#jm-social .jm-module-raw {
    margin-right: 0;
}

/* fix stiky logo */

.dj-megamenu-sticky .dj-up_a.dj-stickylogo {
    display: block !important;
    height: 54px;
    padding: 5px 16px !important;
}

.dj-up_a.dj-stickylogo {    
    display: none !important;
}

.dj-stickylogo img {
    height: 44px;
}
.dj-megamenu-sticky.dj-megamenu li.dj-up:hover a.dj-up_a:after {
    height: 0 !important;
}

@media (min-width: 1201px) {
    /*.container-slider .preset01-4 .vpo-wrap .vp .item {
    float: left;
    margin: 0 1%;
    width: 31.333%;
    }*/
}

#jm-logo-sitedesc {
text-align: left;
}

@media (min-width: 501px) {
    #jm-top-logo-left p {
        font-size: 19px;
        font-weight: normal;
    }
    #jm-top-logo-left p span { 
        font-weight: bold;
    }
    #jm-logo-sitedesc > .row > .span8 .jm-module-raw {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    #jm-top-logo-left {
        padding-left: 0px;
        padding-right: 5px;
    }
    #jm-top-logo-left p {
        font-size: 13px;
        font-weight: normal;
    }
    #jm-top-logo-left p span { 
        font-weight: bold;
        display: block;
    }
    #jm-logo-sitedesc > .row > .span4 {
        width: 45% !important;
        float: left;
    }
    #jm-logo-sitedesc > .row > .span8 {
        width: 55% !important;
        float: left;
    }
    #jm-logo-sitedesc > .row > .span8 .jm-module-raw {
        margin-right: 0 !important;
        margin-top: 10px;
    }
}


#jm-top-logo-left-in {
    text-align: right;
}

#jm-logo {
    padding-left: 20px;
}

.float-right {
    float:right;
}

#jm-main {
/*background: #f1f3f2;*/
background: transparent !important;
}

.djc_image_in > a > img {
    height: auto !important;
}

.djc_items_table_row {
    margin-bottom: 30px;
    border-bottom: 2px dotted #0e9499;
    padding-bottom: 30px;
}

#djc_items_table.row {
    margin-left: 0;
}

.djc_items {
    position: relative;
}

.row.djc_items_table_row {
    margin-left: -15px;
}

.djc_td_title a {
    font-size: 22px;
}

.djc_introtext p {
    font-size: 14px;
}

.room-icons {
    padding: 8px 0;
    border-top: 2px dotted #0e9499;
}

.room-icons img {
    margin-right: 7px;
}

.djc_items .djc_price {
    text-align: center;
    margin-top: 35px;
}

.djc_price .btn {
    margin-top: 40px;
}

.djc_price .btn a {
    color: #ffffff;
}

.djc_price .btn a:hover {
    color:#3b4952;
}

#djcatalog.djc_item .djc_item_info {
    background: #0e9499;
}

#djcatalog.djc_item .djc_item_info .djc_price {
    color: #ffffff;
}

#jm-allpage .djc_price span.room-price {
    font-size: 22px;
}

.djc_description {
    margin-top: 30px;
}

.djc_description .row {
    margin-left: -15px;
}

.jm-module.block-price {
    border-left: 2px solid #0e9499;
    padding-left: 20px;
}

.block-price p {
    font-size: 20px;
}

.block-price p strong {
    font-size: 32px;
    color: #0e9499;
}

#djcatalog.djc_item .djc_item_info {
    display: none !important;
}

ul.nomer-info li {
    list-style: none;
    padding: 10px 15px;
    border: 1px solid #0e9499;
    border-radius: 5px;
    margin-bottom: 5px;
}

.djc_fulltext .row {
    padding: 20px 0;
    border-top: 2px dotted #0e9499;
}

.djc_fulltext .row.first-row {
    border-top: none;
}

.room-info-top {
    display: none;
}

.blog .pull-left.item-image {
    width: 600px;
    height: 400px;
    overflow: hidden;
    margin-bottom: 80px;
}

.blog .pull-left.item-image img {
    width: 600px;
}


@media (max-width: 600px) {
    .blog .pull-left.item-image {
        width: 100% !important;
        height: auto !important;
        overflow: visible;
    }

    .blog .pull-left.item-image img {
        width: 100% !important;
    }
}

#jm-bottom1 {
padding-top: 60px;
padding-bottom: 30px;
background: transparent;
}

.btn-pravila a {
    padding-top: 10px;
}

.btn-pravila a {
    text-transform: none;
    color: #ffffff;
}

.btn-pravila a:hover {
    color: #3b4952;
}

#sr-reservation-form-room button.btn.btn-default.load-calendar {
    display: none;
}

#sr-reservation-form-room .row-fluid.button-row.button-row-top {
    display: none;
}

#sr-reservation-form-guest .row-fluid.button-row.button-row-top {
    display: none;
}

#sr-reservation-form-confirmation .row-fluid.button-row.button-row-top {
    display: none;
}

#jm-booking-in form {
    margin: 0;
}

.check_test {
    font-family: 'Ubuntu',Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 21px;
    line-height: 24px;
    white-space: nowrap;
    flex: 0 0 auto;
    margin: 0 auto;
    padding: 14px 10px 14px 40px !important;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.check_test_2 {
    color: rgba(255,255,255,0.8);
    font-family: 'Ubuntu',Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    white-space: nowrap;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 5px;
    text-transform: none;
}

.check_test_3 {
    color: rgba(255,255,255,0.8);
    font: 8px Arial,sans-serif;
    line-height: 15px;
    white-space: nowrap;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 5px;
    text-transform: none;
}

.div_checkin {
    padding-top: 10px !important;
    padding-left: 40px !important;
    padding-right: 30px !important;
}

.div_checkin label {
    color: #ffffff;
    font-weight: bold;
}

.checkin_module {
    font-weight: bold;
}

.div_checkout {
    padding-top: 10px !important;
    padding-left: 40px !important;
    padding-right: 30px !important;
}

.div_checkout label {
    color: #ffffff;
    font-weight: bold;
}

.checkout_module {
    font-weight: bold;
}

.solidres-module-checkavailability .action {
    padding-top: 5px !important;
    padding-left: 40px !important;
    padding-right: 30px !important;
}

.solidres-module-checkavailability .action button {
    background: #ffffff;
    color: #242424;
}

.solidres-module-checkavailability .action button:hover {
    background: #242424;
    color: #ffffff;
}


.ui-widget-content {
    background-image: none !important;
    opacity: !important;
    -moz-opacity: 1 !important;
    filter:alpha(opacity=100) !important;
}

.datepicker_inline {
    opacity: 1 !important;
     -moz-opacity: 1 !important;
    filter:alpha(opacity=100) !important;
    background: #000000 url(../images/white.jpg) repeat !important;
}

.ui-datepicker {
    opacity: 1 !important;
    background: #ffffff url(../images/white.jpg) repeat !important;
    z-index: 10000;
    -moz-opacity: 1 !important;
    filter:alpha(opacity=100) !important;
}


.checkin_datepicker_inline_module, .datepicker_inline, .hasDatepicker {
    opacity: 1 !important;
    background: #ffffff !important;
    z-index: 10000;
    background-image: none !important;
    -moz-opacity: 1 !important;
    filter:alpha(opacity=100) !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
opacity: 1 !important;
-moz-opacity: 1 !important;
    filter:alpha(opacity=100) !important;
}

.ui-datepicker-calendar {
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter:alpha(opacity=100) !important;
    background: #ffffff !important;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td:first-child {
    text-shadow: none;
}

.ui-datepicker-calendar th:first-child {
    text-align: center !important;
}

.ui-datepicker-calendar td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    margin-top: 20px;
    margin-bottom: 0;
}

.djc_additional_filters form {
    border: 1px solid #0e9499;
    background: #0e9499;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { 
  text-transform: none;
}

#message-htmlpart1 div.rcmBody a {
color: #ffffff !important;
font-size:18px;
}

#jm-right .form-stacked.sr-validate.solidres-module-checkavailability {
background: #0e9499;
opacity: .7;
/* background: url('../images/site_fon_light.jpg') top center; */
}

#jm-right .form-stacked.sr-validate.solidres-module-checkavailability fieldset {
    max-width: 283px !important;
}

#jm-right .form-stacked.sr-validate.solidres-module-checkavailability fieldset > .row-fluid {
    width: 283px !important;
}

#jm-right .form-stacked.sr-validate.solidres-module-checkavailability fieldset > .row-fluid .span12 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

#jm-right .form-stacked.sr-validate.solidres-module-checkavailability fieldset > .row-fluid .check_test {
    white-space: normal;
}

#jm-right .form-stacked.sr-validate.solidres-module-checkavailability fieldset > .row-fluid .span-12 label {
    color: #ffffff !important;
}

.white-color {
   color: #ffffff !important; 
}

#jm-right .form-stacked.sr-validate.solidres-module-checkavailability fieldset > .row-fluid .span12 .action {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.push {
    display: inline-block;
    min-width: 100px;
    margin: 5px 2px 10px 2px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 5px;
}
 
.facebook {background-color:#3b5998;}
.facebook:hover {background-color:#2d4373;color:#fff;text-decoration: none;}

.jm-module.main-banner {
    min-height: 98px;
    background: url('../images/banner_zakat.jpg') center center;
    /*background-size: contain;*/
    background-size: cover;
    text-shadow: 1px 1px 2px black;
}

.jm-module.main-banner h2 {
    font-size: 37px !important;
}

.jm-module.main-banner-left {
    min-height: 48px;
    background: url('../images/elka-background7-left.jpg') left center;
    /*background-size: contain;*/
    background-size: cover;
    text-shadow: 1px 1px 2px black;
    text-align: right;
    border: 1px solid #0e9499;
    padding: 11px 30px;
}

.jm-module.main-banner-left a {
    color: #0e9499;
}

.jm-module.main-banner-left h2 {
    font-size: 32px !important;
    text-align: right;
    color: #0e9499;
}

.jm-module.main-banner-right {
    min-height: 48px;
    background: url('../images/elka-background7.jpg') right center;
    /*background-size: contain;*/
    background-size: cover;
    text-shadow: 1px 1px 2px black;
    text-align: left;
    border: 1px solid #0e9499;
}

.jm-module.main-banner-right a {
    color: #0e9499;
}

.jm-module.main-banner-right h2 {
    font-size: 32px !important;
    text-align: left;
    color: #0e9499;
}
 
body {
    position: relative;
}

.modal-backdrop {
    z-index: 500 !important;
    position: relative;
}

.sr-statistics-container {
    position: relative;
}

#statistics-booking-modal {
    position: fixed !important;
    z-index: 200002 !important;
}

.step-pane#step1 .reservation-single-step-holder.room.room-default {
    overflow: hidden;
}

.step-pane#step2 .row-fluid.button-row.button-row-bottom, 
.step-pane#step3 .row-fluid.button-row.button-row-bottom {
    margin-left: 15px;
    margin-right: 15px;
}

.row-fluid .btn.span12.btn-success.btn-block {
    width: 200px;
    margin-top: 10px;
    padding: 10px;
    float: right;
}

.dj-megamenu li.dj-up a.dj-up_a {
    z-index: 5;
}

#jm-logo-nav {
    position: relative;
}

#jm-top-menu {
    position: relative;
}

#jm-top-menu .jm-module-raw {
    position: relative;
}

.dj-megamenu li.dj-up a.dj-up_a span {
    z-index: 6;
}

#dashboard-main-wrapper {
    position: relative;
}

#dashboard_statistics_form {
    position: relative;
}

#statistics-booking-modal {
    top: 20%;
}

.jm-pricing .content {
min-height:220px;
}

.dj-up_a.anketa-gostya {
    background: #ffc8c9;
}

.dj-up_a.anketa-gostya:hover {
    background: red;
}

.dj-megamenu li.dj-up a.dj-up_a.anketa-gostya {
    color:red;
}

.dj-megamenu li.dj-up a.dj-up_a.anketa-gostya:hover {
    color:white;
}

.add_comment.dublbut {
    top:400px;
}

.room-price > span {
    display: none;
}

@media (max-width: 480px) { 
    .custom .add_comment {position: absolute; top: 250px; right: -50px; width: 130px; padding: 5px;}
    .custom .add_comment.dublbut {position: absolute; top:400px; right: -50px;}
    .weather-block {
        display: none;
    }
    .weather-block-mobile {
        position: absolute; 
        top: -35px;
        left: 0;
        z-index: 1000;
    }

}

@media (min-width: 481px) { 
    .weather-block {
        display: block;
    }
    .weather-block-mobile {
        display: none;
    }

}
