
.panel-layout {
    margin: auto;
    max-width: 1170px;
}

/* Rooms list main page */
.icon-star:after{
	content: "\f005";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin-right: 7px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
	display: inline !important;
}
body [class^="fa-"]:before, body [class*=" fa-"]:before {font-family: FontAwesome !important;}
body .icon-male:before{content:"\f183";font-family: FontAwesome !important;}
.rooms-list-item-wrap {
	width:345px;
	margin-top:10px;
	margin:30px;
	display:inline-block;
	vertical-align:top;
}
#main-news-header {
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase;
}
#main-news-subheader {
    font-weight: 300;
    text-align: center
}
.main-rooms-list .rooms-list-item-wrap {
	width:385px;
	margin-left:0px;
	margin-right:30px;
	margin-top:10px;
}

.rooms-list-item-wrap:last-child {
	margin-right:0;
}

.rooms-list-item-image-wrap {
	position:relative;
}
.rooms-list-item-image-wrap {
    position: relative;
    max-width: 375px;
    height: 250px;
	overflow: hidden;
}
.rooms-list-item-image-wrap img {
    max-width: 100%;
    height: 100%;
}
.rooms-list-item-price {
	position:absolute;
	bottom:45px;
	right:-3px !important;
	color:#fff;
	padding: 8px 15px 0px 15px;
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
	background-color:#de543e;
	display: inline-block;
	line-height: 1.5;
	height:37px !important;
	display:none !important;
}

.main-rooms-list .rooms-list-item-price {
	right:-4px;
}

.anim-disable{
	animation:show-slowly 0.5s ease forwards;
	-webkit-animation:show-slowly 0.5s ease forwards;
}

@keyframes show-slowly {
	0% { 
		opacity:0;
	}
	100% {
		opacity:1;
	}
} 

@-webkit-keyframes show-slowly {
	0% { 
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

.price-shadow {
	width:0px;
	height:0px;
	float:right;
	border-width:9px 9px 0px 0px;
	border-style:solid;
	border-bottom-color:transparent;
	border-right-color:transparent;
	border-left-color:transparent;
	position:absolute;
	right:0;
	bottom:-9px;
	color:#000;
}

.rooms-list-item-price span {
	margin-right:0.5px
}

.rooms-list-item-wrap .rooms-list-image {
	width:345px;
}

.rooms-list-header {
	text-transform:uppercase;
	font-weight:800;
	font-size:1.5em;
	margin-top:24px;
	margin-bottom:10px;
	text-align:center;
	color:#444 !important;
}

.underheader-line {
	border-top:1px dotted #bbb;
	width:310px;
	height: 1px;
	margin-left:auto;
	margin-right:auto;
}

.room-list-parametr {
	text-align:center;
	margin-top:8px;
	margin-bottom:16px !important;
	border-top: 0px none !important;
	border-bottom: 0px none !important;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:300;
}

.main-rooms-list .room-list-parametr {
	font-weight:300;
	color:#222;
	border-top:0;
	border-bottom:0;
	padding-top:0;padding-bottom:0;
}

.room-list-parametr span {
	font-size:1.5em;
	margin-right:1px;
	color:#444;
}

#show-rooms-main-wrap {
	display:block;
	text-align:center;
}

#show-rooms-main {
	border:1px solid #ddd;
	background:none;
	padding:12px;
	display:table;
	margin: 0px auto 0px !important;
	text-transform:uppercase;
	font-weight:700;
	font-size:1em;
	color:#444;
}

#show-rooms-main i, #show-rooms-main strong{
	padding:16px;
}

#show-rooms-main i {
	border-right:1px solid #ddd;
	margin-right:5px;
	padding-right:15px;
	padding-left:5px;
	font-size:1.0em !important;
}

#show-rooms-main a {
	text-decoration:none;
	color: #333;
}

 #room-person,  #room-bed,  #room-size {
	border-right:0;
	text-align:center;
	margin-right:0;
	font-size:1.3em;
	line-height:28px;
	padding-right:0;
	display:block !important;
	margin-right:10px;
}
/* Forth row main page*/
.home-row4 {
	padding: 50px 10% !important;
}
.home-row4 p {
	font-weight: 400;
}
#pg-39-3{
    background: url("images/test-bg.png") repeat scroll 0% 0% / cover transparent;
}
.home-row4 .header-wrap, .home-row5 .header-wrap {
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    height: 12px;
    margin-bottom: 45px;
    color: #003725;
    font-weight: 900;
}
.home-row4 .header-text,.home-row5 .header-text {
    background: none repeat scroll 0% 0% transparent;
    font-size: 0.9em;
    font-weight: 900;
    padding-left: 0px;
    padding: 10px 0px;
    line-height: 12px;
    /*color: #5F5F5F;*/
}
.home-row4 #about-us-img {
  width: 30%;
  float: left !important;
  margin-right: 10px;
  border-radius: 5px;
}
#about-us-content {
    float: left;
    width: 350px;
    font-size: 0.95em;
    color: #003725;
}
#about-us-content div {
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}
#about-us-content ul {
	margin-bottom: 22px;
	font-size: 1em;
	font-weight: 400;
	color: #003725;
	border: none;
}
#about-us-content ul li {
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 12px;
	border: inherit
}
#about-us-content ul i {
    margin-right: 12px;
    color: #003725;
}
#about-us-content p {
    margin-bottom: 0px;
}
#about-us-content a {
    background-color: #003725;
    font-size: 0.8em !important;
    padding: 7px 20px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    margin-right: 40px;
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
}
/* Testimonial*/
.bx-wrapper div.bx-viewport {
    box-shadow: none;
    border: none;
    background: none repeat scroll 0% 0% transparent;
	color: #003725;
	font-weight: 300;
}
.bx-wrapper .bx-controls-direction a {
    top: 80%;
	display: none;
}
.testimonials-content {
    position: relative;
    margin: 0px auto;
    text-align: justify;
    font-size: 0.95em;
    font-weight: 300;
    line-height: 28px;
    background: none repeat scroll 0% 0% #FFF;
    padding: 30px 40px;
}
.testimonials-arrow {
    position: absolute;
    bottom: -12px;
    width: 0px;
    height: 0px;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 15px solid #FFF;
}
.testimonials-author-wrap {
    font-weight: 700;
    font-size: 0.9em;
    display: inline-block;
    color: #003725;
    margin-left: auto;
    margin-top: 8px;
    text-transform: uppercase;
    text-align: left;
    float: right;
    margin-right: 105px;
}
img.testimonials-image {
		border-radius: 90px;
		margin-right: 16px;
		display: inline-block;
		position: relative;
		top: 14px
}
.author-info-wrap {
    display:inline-block;
}
span.testimonial-author {
    letter-spacing: 0.2px;
    text-align: right;
    display: block;
}
span.testimonial-author-ocupation {
    margin-top: 2px;
    line-height: 16px;
    font-size: 0.85em;
    margin-left: 4px;
    display: block;
    text-align: right;
    font-weight: 300;
}
/* Latest News */
.home-row5 #panel-39-4-0-0 p {
	line-height: 24px;
	margin-bottom: 5px;
}
.home-row5 #panel-39-4-1-0{
	  margin-bottom: 0px !important;
}
.home-row5 .header-text i {
    border-right: 1px dotted #888;
    padding-right: 15px;
    margin-right: 10px;
}
.home-row5 .scpcontainer {
    margin-bottom: 20px;
    width: 370px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #E0E0E0;
}
.home-row5 .scptitle {
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    font-size: 1.1em;
    margin-left: 20px;
    margin-bottom: 7px;
    line-height: 10px;
}
.home-row5  .scptext {
    font-weight: 300;
    margin-left: 20px;
    font-size: 1em;
    margin-bottom: 8px;
    text-align: left;
    line-height: 24px;
}
.home-row5 .scpthumb {
    float: left;
    margin-right: 10px;
}
.home-row5 .address-wrap {
    display: inline-block;
    font-weight: 300;
    font-size: 1.1em;
    width: 300px;
    padding: 0px 20px 30px 30px;
}
.home-row5  .address-wrap span {
    float: left;
    font-size: 2em;
    margin-right: 16px;
}
.home-row5  .address-header {
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 4px;
}
/*****Contact Page*/

/*Sidebar*/
.qhh-contact-page .contact-sidebar {
    /* width: 350px; */
    /* padding-left: 76px; */
}
.qhh-contact-page .contact-header {
    border-bottom: 1px dotted #064079;
    color: #064079;
    font-weight: 600;
    font-size: 1.3em;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.qhh-contact-page  #contact-us-wrap-intro {
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 26px;
}
.qhh-contact-page  #contact-us-wrap ul{
		border: none;
}
.qhh-contact-page #contact-us-wrap ul li {
    border-bottom: 1px dotted #064079;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 14px;
    padding-left: 1px;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 18px;
    width: 100%;
    list-style: none;
}
.qhh-contact-page  #contact-us-wrap ul li i.icon-mobile-phone {
    padding: 6px 11px;
    border: 1px solid #666;
    border-radius: 20px;
    margin-right: 10px;
    color: #666;
}
.qhh-contact-page  #contact-us-wrap ul i {
    float: left;
	margin-right:10px
}
.qhh-contact-page #contact-us-wrap .contact-info-content {
    float: left;
    width: 260px;
    line-height: 22px;
}
.qhh-contact-page .contact-info-method-name {
    color: #064079;
    display: inline;
	font-weight: 400;
}
.qhh-contact-page  #contact-us-wrap ul li i.icon-envelope-alt {
    font-size: 0.95em;
    padding: 6px;
    border: 1px solid #666;
    border-radius: 20px;
    margin-right: 10px;
    color: #666;
}
.qhh-contact-page #contact-us-wrap ul li i.icon-skype {
    font-size: 0.95em;
    padding: 6px 7px;
    border: 1px solid #666;
    border-radius: 20px;
    margin-right: 10px;
    color: #666;
}
/*contact form*/
.qhh-contact-page #contact-name,
.qhh-contact-page #contact-email,
.qhh-contact-page #contact-phone{
    /*width: 240px;*/
    margin: 0px 14px 15px 0px;
    padding: 10px;
    border: 1px solid #CCC;
    float:left;
}
.qhh-contact-page #contact-message{
    width: 750px;
    height: 150px;
    padding: 10px;
    border-radius: 0px;
}
.qhh-contact-page .wpcf7-form .wpcf7-not-valid-tip {
    width: 239px;
    height: 30px;
    left: -254px;
    top: 60px;
    float: left;
    position: absolute;
    box-sizing: border-box;
}