/*
Theme Name: GardenWP
Theme URI: http://mindlabhotel.com
Author: Imbrea Mirel
Author URI: http://mindlabhotel.com
Description: Awesome Bootstrap WordPress theme
Version: 3.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: garden
Tags: bootstrap, responsive, wordpress, left-sidebar, contact

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GARDEN is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Alignments
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Word Break
--------------------------------------------------------------*/
/*#primary, #secondary {
-ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;WEB
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*.widget-area {
margin: 1.5em 0 0;
}*/


.entry-content .col-md-4{
    border-right: 1px solid #e1e1e1;
        padding-right: 30px;
}
.entry-content .col-md-4 .tb-pad {
    margin-top: 28px;
}
.widget-area>aside {
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
        margin-top: 30px;
}
.widget-title {
    padding-bottom: 10px;
}
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget ul {
	list-style: none;
	padding-left: 8px;		
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body {
    background-color: #fff;
}
.mk-top {
    display: block;
    height: 36px;

}
.language {
}
.language a {
    display: inline-block;
    padding: 8px;
}
.tb-pad {
    margin-bottom: 40px;
    margin-top: 40px;
}
h1.lined:before, h2.lined:before, h3.lined:before, h4.lined:before, h5.lined:before, h6.lined:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #E1E1E1;
    content: "";
}
h1.lined span, h2.lined span, h3.lined span, h4.lined span, h5.lined span, h6.lined span {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    background: #fff;
    display: inline-block;
}
.lined {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	/*margin: 0 0 1.8em;*/
	padding-bottom: 20px;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0;
}
.entry-content ul {
    list-style: disc;
}
.page-content ul {
    list-style: disc;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
img.wp-post-image {
	margin-bottom: 20px;
    height: auto;
}

.author-meta {
	margin-top: 40px;
        display: inline-block;
}

.author-meta .avatar {
	border-radius: 50%;
}
.author-meta .fa{
	font-size: 22px;
}

#page_header .bgback {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#page_header {
    max-height: 340px;
    position: relative;
    top: 0;
    /* z-index: 0; */
    min-height: 340px;
    box-shadow: 0px 2px 3px #b6b6b6;
    margin-bottom: 20px;
}
.page-header {
    margin: 0px 0;
    border-bottom: 0px;
    padding: 0px;
}
ol, ul {
    list-style: none;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

.comments-title, .comment-reply-title {
	padding-bottom: 9px;
	margin: 20px 0;
	border-bottom: 1px solid #eee;
}

ol.comment-list {
	list-style:none;
	padding-left: 0;
}

.comment-author .avatar {
	margin-right: 25px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 4px;
}

.comment-meta {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-details {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.comment-details .reply {
	margin-top: 10px;
}

.comment-date a {
	font-size: 11px;
	color: #777;
	margin-right: 10px;
}

#commentform #comment {
	width: 100% !important;
}

.form-submit {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 0px;
  margin-top: 25px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
object,
img {
	max-width: 100%;
        height: auto;
}

.hentry .gallery-room img {
    height: auto;
    padding: 5px;
    border: 1px solid #eee;
    margin-bottom: 0px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 10px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#colophon {
	margin-top: 20px;
}

.footer-menu {
	margin-left:0;
	padding:0;
}

.footer-menu li {
	display:inline;
	list-style-type:none;
}

.footer-menu li a {
    border-left: 1px solid #5D5D5D;
    padding: 0 8px;
    color: #ccc;
}

.footer-menu li a:hover {
    color: #c0392b;
}

.footer-menu > li:first-child > a {
	border-left:none;
	padding:0 8px 0 0;
}

.copyright, .poweredby {
	padding-bottom: 10px;
}

.footerwrap {
    background: #2b2b2b;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #ccc;
}

.footer-columns {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}

.footer-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*--------------------------------------------------------------
Post Meta
--------------------------------------------------------------*/

.entry-meta span {
	margin-right: 20px;
	display: inline-block;
}
 
.entry-meta span:last-child {
	margin-right: 0;
}
 
.entry-meta span .fa{
	color: #bcbcbc;
}
 
.entry-meta span a {
	color: #777;
	text-decoration: none;
}
 
.entry-meta span a:hover {
	text-decoration: underline;
}

.entry-footer span {
	margin-right: 20px;
	display: inline-block;
}
 
.entry-footer span:last-child {
	margin-right: 0;
}
 
.entry-footer span .fa{
	color: #bcbcbc;
}
 
.entry-footer span a {
	color: #777;
	text-decoration: none;
}
 
.entry-footer span a:hover {
	text-decoration: underline;
}

.edit-link {
  margin-top: 20px;
}
/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
.search-highlight {
    background:#FFFF00  
}
/*--------------------------------------------------------------
Events
------------------------------------------------------------*/

#events-items {
    margin-top: 20px;
}
#events-items  .item .panel{
    background: #f5f5f5;
}
.panel {
    border: 1px solid #E1E1E1;
}
.events .panel .info {
    margin-bottom: 10px;
    text-align: center;
}
.events .panel h4.title-cat a {
    color: #f39c12;
}
.events .panel .info p {
    margin-right: 20px;
}
.events .panel .info p:last-child {
    margin-right: 0;
}
.events .panel .info p {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
}
.events .panel .info h4 {
    font-size: 16px;
}
.events .panel img {
    width: 100%;
    margin-bottom: 0px;
    margin: 8px;
}
.date {
    padding: 8px;
    border: 1px solid #E1E1E1;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff;
}
.events figure > section {
    padding-left: 0;
    width: 100%;
}

.events figure ul.timer {
    margin-bottom: 0px;
    list-style: none;
    padding: 0;
}
.col-md-5.col-lg-5 .events ul.timer li:first-child, .events figure ul.timer li:first-child {
    border-left: 1px solid #E1E1E1;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
.events ul.timer li:last-child, .events figure ul.timer li:last-child {
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
}
.events figure ul.timer li, .evens figure ul.timer li {
    position: relative;
    visibility: visible;
    text-align: center;
    width: 25%;
    float: left;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    background: #fff;
}
.events figure ul.timer li p, .events figure ul.timer li p {
    padding: 3px 0px;
    font-size: 15px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 0;
}
.events figure ul.timer li span, .events figure ul.timer li span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 9px;
    position: relative;
    top: -1px;
}
.events .col-md-5.col-lg-5 img {
    border: 1px solid #E1E1E1;
    border-bottom: 0px;
    border-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    width: 100%;
    background: #fff;
}
.events .col-md-5.col-lg-5 {
    margin-bottom: 30px;
}
.events #map-canvas {
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.events .details p {
    margin-bottom: 0px;
    margin-right: 20px;
    display: inline-block;
}
.events .details {
    padding: 8px;
    border: 1px solid #E1E1E1;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
}

 
#breadcrumbs, #breadcrumbs a{    
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
        margin-bottom: 0px;
    margin-top: 10px;
}

/*--------------------------------------------------------------
Rooms
--------------------------------------------------------------*/
.single-rooms .lined {
    margin-bottom: 10px;
}
.single-rooms .tb-pad.site-main,.single-rooms .tb-pad.widget.widget_text{
    margin: 20px 0px;
}
.facilities ul li {
    line-height: 30px;
}
.facilities ul li i {
    padding-right: 10px;
}
.facilities ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rooms-gallery{
    margin-right: -10px;
    margin-left: -10px;
   } 
.rooms .gallery-item{
    max-width: 29.66999999%;
}


.beds_and_person {
    text-align: center;
    width: 100%;
    font-weight: 600;
    padding: 10px 0px;
}
.max_person {
    width: 130px;
    position: relative;
    display: inline-block;
    text-align: left;
    margin-left: 20px;
}
.max_person .full {
    position: absolute;
    overflow: hidden;
    height: 20px;
    color: #333;
    display: inline-block;
    margin-left: 7px;
}
.room_beds {
    margin-bottom: 5px;
}
.rooms .col-item .max_person{
    margin-left: 0px;
    text-align: left;
    display: block;
}
/*--------------------------------------------------------------
Offers
--------------------------------------------------------------*/
.discount {
    font-size: 20px!important;
    background: #d9534f;
    width: 60px;
    color: #fff!important;
    border-radius: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.offers-item .countdown ul li p, .offers-item-home .countdown ul li p, .offers-item .countdown ul li span, .offers-item-home .countdown ul li span {
    padding: 0px;
    background-color: transparent;
}

.offers-item .time label, .offers-item-home .time label {
    position: absolute;
    top: 16px;
    right: 7px;
    z-index: 8;
    width: 70px;
    height: 70px;
}
.offers-item .countdown>p, .offers-item-home .countdown>p {
    font-size: 14px;
}

.offers-item .countdown ul, .offers-item-home .countdown ul {
    background-color: #444;
    border-radius: 3px;
    padding: 5px;
}
.offers-item .time label:before, .offers-item-home .time label:before {
    content: '';
    border-bottom: 50px solid rgba(0, 0, 0, 0.6);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    top: -2px;
    right: -28px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}


/* -------------- Clock -------------- */
.col-item .overlay {
    border-top: 70px solid #CB2027;
    border-left: 70px solid transparent;
    top: 0;
    height: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 0;
}

.col-item:hover .overlay {
    border-top: 800px solid #fff;
    border-left: 800px solid transparent;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.col-item .overlay-content {
  bottom: 0;
  color: #333;
  left: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.col-item .overlay-content h2 {
    color: #333;
    margin: 0px;
    padding: 10px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.col-item:hover .overlay-content {
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.clock {
    border-radius: 60px;
    border: 2px solid #fff;
    height: 30px;
    width: 30px;
    position: relative;
    bottom: 65px;
    right: 36px;
}

.clock:after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 2px;
    left: 48%;
    height: 12px;
    width: 2px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 97%;
    transform-origin: 50% 97%;
    -webkit-animation: grdAiguille 2s linear infinite;
    animation: grdAiguille 2s linear infinite;
}

@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.clock:before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 6px;
    left: 48%;
    height: 8px;
    width: 2px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 94%;
    transform-origin: 50% 94%;
    -webkit-animation: ptAiguille 12s linear infinite;
    animation: ptAiguille 12s linear infinite;
}

@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -------------- Clock End -------------- */
.col-item.offers-item {
	margin: 20px 0;
    position: relative;
    overflow: hidden;
}
.col-item.offers-item-home {
    position: relative;
    overflow: hidden;
}

.offers .item {
    padding: 0px 10px;

}
.single-portfolio .hentry {
	border-bottom: 0;
}
.booknow-offer {
    -webkit-box-shadow: 0 0 40px rgba(255, 255, 255, 0.08) inset;
    -moz-box-shadow: 0 0 40px rgba(255, 255, 255, 0.08) inset;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.08) inset;
    margin: 32px 0px;
    height: 45px;
}
.booknow-offer:hover {
    background-color: #333;
    color: #fff;
}
.countdown {
    text-align: center;
}
.countdown>p {
    font-weight: 600;
    color: #414141;
    font-size: 14px;
    text-transform: uppercase;
}
.countdown ul {
    padding: 0px;
    margin: 0px;
}
.countdown ul li {
    display: inline-block;
    margin: 0 7px;
}
.countdown ul li p {
    padding: 4px 15px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
    background: #808080;
    text-align: center;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.countdown ul li span {
    background-color: #414141;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 0 10px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 11px;
}
/*--------------------------------------------------------------
Social Icons
--------------------------------------------------------------*/

.social-follow a:hover {
    text-decoration: none;
}
.social-follow i.fa:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.25);
}

.social-follow .fa {
    padding: 5px;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    text-align: center;
    margin: 0px 5px;
    font-size: 15px;
}
.social-follow .fa.fa-instagram {
    color: #fff;
    /*background-color: #A77B5E;*/
}
.social-follow .fa.fa-google-plus {
    color: #fff;
    background-color: #D82A21;
}
.social-follow .fa.fa-facebook {
    color: #fff;
    /*background-color: #3B5998;*/
}
.social-follow .fa.fa-twitter {
    color: #fff;
    /*background-color: #32CDFD;*/
}
.social-follow {
    float: right;
    padding: 7px 0px;
}

/*--------------------------------------------------------------
Booking
--------------------------------------------------------------*/
#sb-container .sb-custom-label-color {
    max-width: 75px!important;
    line-height: 16px!important;
}
.search>.booking:before {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    width: 60px;
    height: 100%;
    background: inherit;
    border-radius: 0 0 5px 5px;
    transform: skewX(-40deg);
    transform-origin: bottom left;
}
.search>.booking:after {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    width: 60px;
    height: 100%;
    background: inherit;
    border-radius: 0 0 5px 5px;
    transform: skewX(+40deg);
    transform-origin: bottom left;
}
#sb-container-2 .sb__dates{
    width: 100%!important;
}
#sb-container-2 .sb__guests-rooms {
    padding: 18px 0px!important;
}
.search .input-group-addon {
 
    background-color: #707070;

}


.booknow-mob a{

    padding: 9px;
}

.single-offers .search.fixed-cal{
    display:none;
}

.search.fixed-cal {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    padding: 0px;
}
.booknow-mob.fixed-cal {
    position: fixed;
    top: 51px;
    width: 100%;
    z-index: 100;
    padding: 0px;
    margin: 0px;
        border: 0px;
}
.booknow-mob.fixed-cal .btn {
    border-radius: 0px;
    border: 0px;
    padding: 8px 0;
    display: block;
}
.search p {
    float: left;
    margin: 0px;
    padding: 0px 5px;
}


.sb__form-field-label {

    float: left;
}


div.sb {
    padding: 10px 0px!important;
}



.sb__form-field-icon .icon {
    width: 33px!important;
    height: 33px!important;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 4px;
}
.sb-screen-l .sb__form-field-weekday, .sb-screen-l .sb__form-field-rooms {
    display: none!important;
}
.sb-screen-l .sb__form-field-date-number {
    font-size: 25px!important;
    line-height: 12px!important;
    font-weight: 700!important;
}

.sb-screen-xs .sb__form-field--checkin .sb__form-field-input, .sb-screen-xs .sb__form-field--checkout .sb__form-field-input {

    border-radius: 4px!important;
}
.sb-screen-xs .sb__form-field--checkin .sb__form-field-input,.sb-screen-xs .sb__form-field--checkout .sb__form-field-input {

    float: left;
}
.sb__form-field-input {
    width: 60%!important;
}
.sb-screen-l .sb__btn--verify {
    font-size: 14px!important;
    width: 22%!important;
}
.sb-screen-m .sb__footer-actions {
float: left!important;
    width: 15%!important;
}
.sb__form {
float: left;
    width: 85%!important;

}
.sb__footer-link--edit {

    float: left!important;
}
.sb-screen-xs .sb__footer-link {
    line-height: 16px;
}
.sb-screen-xs .sb__footer-link--promo {
    margin: 0px!important;
}
.sb__footer-link {
    margin: 0px!important;
}

.sb-rm__fourth-step span {
    font-size: 2.4rem;
    font-weight: 400;
    display: block;
}
.sb-rm__fourth-step {
font-size: 2.5rem;
    font-weight: 700;
    line-height: .9;
    text-transform: uppercase;
    text-align: center;
    margin-left: 20px;

}
.sb-rm__divider-plus {
    height: 5px;
    background: #fff;
    width: 23px;
    margin: 0 4px;
}
.sb-rm__divider-plus:after {
    content: "";
    background: #fff;
    display: block;
    width: 5px;
    height: 23px;
    position: relative;
    left: 9px;
    top: -9px;
}
.sb-rm__third-step li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f00c";
    margin-right: 4px;
}
.sb-rm__third-step li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
text-align: left;
}
.sb-rm__third-step>ul {
    padding-left: 0px;
}
.sb-rm__third-step {
    max-width: 50%;
    overflow: hidden;
    padding-top: 10px;
}
.vd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 0px;
}
.sb-rm__divider-arrow:before {
    border-style: solid;
    border-width: 5px 5px 0 0;
    content: '';
    display: inline-block;
    height: 16px;
    left: -4px;
    position: relative;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 16px;
}

.sb-rm__divider-arrow:nth-child(1) {
    opacity: .33;
}
.sb-rm__divider-arrow {
    margin: 0 -2px;

}
.sb-rm__divider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 25px;
}
.sb-rm__second-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: .9;


}
.sb-rm__second-step span {
    display: block;
}
.sb-rm__second-step-number {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 4.8rem;
}
.sb-rm-bold {
    font-weight: 700;
}
.sb-rm__second-step-text {
    font-size: 2.8rem;
    text-transform: uppercase;
    margin-left: 6px;
    text-align: left;
font-weight: 300;
}


.search>.booking {
    top: 0px;
    position: relative;
    margin-bottom: 20px;
    padding: 0px;
}
.sb-screen-l .sb__form-field-input {
    height: 33px!important;
    padding: 11px 12px 10px!important;
}
.sb__form-field-label {
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px!important;
    line-height: 32px!important;
    padding-right: 8px;
}
.sb-screen-m .sb__dates {
    width: auto!important;
}

.sb-screen-l .sb__form-field-month-year{

    margin-right: 30px!important;
    margin-top: -5px!important;
}
.sb-screen-m .sb__guests-rooms {
    width: 24%!important;;
}
#sb-container {
    z-index: 1000;
    position: relative;
}
.sb-screen-l .sb__btn--verify {
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 600;
    height: 33px!important;
    padding: 5px!important;


}

.search .sb-screen-l .sb__btn--verify {
    margin-top: 0px;
}

.fixed-cal .booking{
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    margin: 0px;
}
.fixed-cal .booking {
    background-color: rgb(45, 45, 45);
}
.fixed-cal .booking .column{
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 10px;
}
.fixed-cal .booking form {
    text-align: center;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 5px;
}

.fixed-cal .booking form .column .form-control {
    width: auto;
}
.fixed-cal .booking form .column .input-group {
    width: auto;
}
.fixed-cal input#arrivo {
    width: 100px;
}
.fixed-cal .booking form .column .button {
    width: auto;
    padding: 0 20px;
    margin-top: 10px;
}
.booking form {
    position: relative;
    padding: 25px 20px;
}
.booking form .column {
    position: relative;
    display: block;
    margin-bottom: 1px;
}

.booking form .column .input-group {
    width: 200px;
}
.booking form .column .input-group-addon {
    border: none;
    border-radius: 0px;
    width: 85px;
}
.booking form .column .form-control {
    border: none;
    border-radius: 0px;
    height: 40px;
    font-weight: 600;
box-shadow: none;
}
.booking form .column .button {
    width: 200px;
    display: block;
    float: left;
    border: 0px;
    margin-top: 30px;
}

/*--------------------------------------------------------------
Homepage 
--------------------------------------------------------------*/

.booknow-mob {
    width: 100%;
    margin-bottom: 30px;
}
.arrow-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: fixed;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 1000;
}

.arrow-1 {
  width: 100px;
  height: 100px;
  background: #e46142;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-2 {
  width: 60px;
  height: 60px;
  background: #e46142;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

.arrow-2:before {
  width: 56px;
  height: 56px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.arrow-2 i.fa {
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}


/* Custom Animate.css */

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
    transform: scale3d(.4, .4, .4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
    transform: scale3d(.4, .4, .4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


.vd-arrow {
    background: url(images/arrow.png) no-repeat;
    top: -85px;
    height: 80px;
    width: 78px;
    position: absolute;
    left: -20px;
}
.vd {
padding: 10px 0px;
    text-align: center;


}

.homehero .hentry {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.feature, .feature i, .feature h3 {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;    
}
.feature {
    text-align:center;
    padding:15px;
    margin-top: -15px;
}


.feature i{
    color: #613100;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 28px 0;
    background-color: #fff;
    text-align: center;
    border: 2px solid;
    font-size: 24px;
}

.feature a {
    text-decoration: blink;
}
.feature a:hover i{

    animation-name: swing;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    text-decoration: none;
    -webkit-animation-name: swing;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
}

.tb-pad p.btn.focus, .tb-pad p.btn:focus, .tb-pad p.btn:hover {
    color: #fff;
    background-color: #333;
}
/*--------------------------------------------------------------
Map 
--------------------------------------------------------------*/
.iw-text p {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
#st-container {
    margin: 20px 0px;
    width: 100%;
    display: inline-block;
}
#map-canvas {
  margin: 0 auto;
  width: 100%;
  height: 450px;
}

.filter-container-lg h2 {
    margin: 0px;
    padding: 25px 10px;
}

.filter-options {
  padding: 10px;
}
.filter-set select {
    background: #fff;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    margin: 15px 0 13px 0;
    width: 100%;
    color: #333;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
    border: 0px;
}
.iw img {
  border-radius: 2px;
  float: left;
  margin-right: 8px;
}
.iw-text {
  float: none;
  width: 300px;
}
.filter-set {
  margin: 1.5em 0;
}

  .map-container {
    float: left;
    width: 100%;
  }
  .filter-container-lg {
    display: block;
    float: left;
    width: 100%;
  }
  .filter-container-lg > div {
    width: 100%;
    padding: 7px;
    display: inline-block;
}


/*--------------------------------------------------------------
Navbar 
--------------------------------------------------------------*/




.nav>li>a>img {
    margin-top: -2px;
    width: 18px;
}
.navbar-inverse {
    background-color: rgba(20, 20, 20, 0.8);
    border: none;
}
.navbar-default {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #ffcb00;
    color: #111;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: #ffcb00;
    color: #111;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.15);
}


/*--------------------------------------------------------------
Navbar Mobile 
--------------------------------------------------------------*/
.navbar-nav {
    margin: 0px -15px;
        margin-top: -2px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-nav.mobile-bar {
	list-style: none;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 0px 0px;
}
.navbar-nav.mobile-bar > li {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	text-align: center;
}
.navbar-nav.mobile-bar > li > a > span.menu-icon {
	display: block;
	font-size: 16px;
}
.mobile-bar>li>a {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 8px;
    padding-left: 8px;
}

 .navbar-header>.container {
padding: 0;
}

.navbar-toggle {
    margin-top: 15px;
}

.navbar-static-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 19;
    top: 0;
    min-height: 30px;
}
html {
    margin-top: 50px;
}
/*--------------------------------------------------------------
Submenu
--------------------------------------------------------------*/
.submenu  .nav-pills>li>a {
    display: inline-block;
    padding: 0px;
}
.submenu .nav>li>a:focus, .submenu .nav>li>a:hover {
    background-color: rgba(0, 0, 0, 0.27);
    padding: 0px 10px;
}
.padd .nav-pills>li>i {
margin-right: 8px;
}
.submenu {
    position: relative;
    z-index: 10;
    width: 100%;

}
.padd {
    padding: 30px 15px;
}
.submenu-top {
    background: rgba(255, 255, 255, 0.82);

}
.submenu-scoial2 {
    background: url(images/social2.png);
    background-repeat: no-repeat;
    padding-right: 70px;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 70px;
    position: absolute;
}

/*--------------------------------------------------------------
Back To Top
--------------------------------------------------------------*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 5px;
    right: 250px;
    display: none;
}
/*--------------------------------------------------------------
Social Share
--------------------------------------------------------------*/

.share-post {
    text-align: center;
}

.share-post a {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 130px;
    line-height: 35px;
    padding: 0;
    color: #fff;
    border-radius: 10px;
    background: #fff;
    margin: 6px;
}

.share-post a:hover span.circle {
    left: 100%;
    margin-left: -30px;
    background: #fff!important;
}

.share-post a:hover span.title {
    opacity: 0;
}

.share-post a:hover span.title-hover {
    opacity: 1;
    color: #fff;
}

.share-post a span.title-hover {
    opacity: 0;
}

.share-post a span.circle {
    display: block;
    color: #fff;
    position: absolute;
    float: left;
    margin: 5px;
    line-height: 27px;
    height: 27px;
    width: 27px;
    top: 0;
    left: 0;
    transition: .5s;
    border-radius: 50%;
}

.share-post a span.circle i {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
}

.share-post a span.title-hover {
    position: absolute;
    left: 15px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    transition: .5s;
}

.share-post a span.title {
    position: absolute;
    right: 15px;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    transition: .5s;
}

.share-post .facebook {
    border: 2px solid #3b5998;
}

.share-post .facebook:hover,
.share-post .facebook span.circle {
    background: #3b5998;
}

.share-post .facebook:hover span.circle,
.share-post .facebook span.title {
    color: #3b5998;
}

.share-post .twitter {
    border: 2px solid #55ACEE;
}

.share-post .twitter:hover,
.share-post .twitter span.circle {
    background: #55ACEE;
}

.share-post .twitter:hover span.circle,
.share-post .twitter span.title {
    color: #55ACEE;
}

.share-post .gplus {
    border: 2px solid #d64136;
}

.share-post .gplus:hover,
.share-post .gplus span.circle {
    background: #d64136;
}

.share-post .gplus:hover span.circle,
.share-post .gplus span.title {
    color: #d64136;
}

.share-post .tumblr {
    border: 2px solid #304e6c;
}

.share-post .tumblr:hover,
.share-post .tumblr span.circle {
    background: #304e6c;
}

.share-post .tumblr:hover span.circle,
.share-post .tumblr span.title {
    color: #304e6c;
}

.share-post .pinterest {
    border: 2px solid #bd081c;
}

.share-post .pinterest:hover,
.share-post .pinterest span.circle {
    background: #bd081c;
}

.share-post .pinterest:hover span.circle,
.share-post .pinterest span.title {
    color: #bd081c;
}

.share-post .digg {
    border: 2px solid #4E83B7;
}

.share-post .digg:hover,
.share-post .digg span.circle {
    background: #4E83B7;
}

.share-post .digg:hover span.circle,
.share-post .digg span.title {
    color: #4E83B7;
}

.share-post .linkedin {
    border: 2px solid #007AB5;
}

.share-post .linkedin:hover,
.share-post .linkedin span.circle {
    background: #007AB5;
}

.share-post .linkedin:hover span.circle,
.share-post .linkedin span.title {
    color: #007AB5;
}

.share-post .stumbleupon {
    border: 2px solid #EB4924;
}

.share-post .stumbleupon:hover,
.share-post .stumbleupon span.circle {
    background: #EB4924;
}

.share-post .stumbleupon:hover span.circle,
.share-post .stumbleupon span.title {
    color: #EB4924;
}

.share-post .delicious {
    border: 2px solid #3298FF;
}

.share-post .delicious:hover,
.share-post .delicious span.circle {
    background: #3298FF;
}

.share-post .delicious:hover span.circle,
.share-post .delicious span.title {
    color: #3298FF;
}

.share-post .reddit {
    border: 2px solid #6BC1FF;
}

.share-post .reddit:hover,
.share-post .reddit span.circle {
    background: #6BC1FF;
}

.share-post .reddit:hover span.circle,
.share-post .reddit span.title {
    color: #6BC1FF;
}

.share-post .whatsapp {
    border: 2px solid #34AF23;
}

.share-post .whatsapp:hover,
.share-post .whatsapp span.circle {
    background: #34AF23;
}

.share-post .whatsapp:hover span.circle,
.share-post .whatsapp span.title {
    color: #34AF23;
}

.share-post .email {
    border: 2px solid #BCBCBC;
}

.share-post .email:hover,
.share-post .email span.circle {
    background: #BCBCBC;
}

.share-post .email:hover span.circle,
.share-post .email span.title {
    color: #BCBCBC;
}

.share-post .gmail {
    border: 2px solid #B92D20;
}

.share-post .gmail:hover,
.share-post .gmail span.circle {
    background: #B92D20;
}

.share-post .gmail:hover span.circle,
.share-post .gmail span.title {
    color: #B92D20;
}

.share-post .outlook {
    border: 2px solid #1E70B6;
}

.share-post .outlook:hover,
.share-post .outlook span.circle {
    background: #1E70B6;
}

.share-post .outlook:hover span.circle,
.share-post .outlook span.title {
    color: #1E70B6;
}

.share-post .qrcode {
    border: 2px solid #883482;
}

.share-post .qrcode:hover,
.share-post .qrcode span.circle {
    background: #883482;
}

.share-post .qrcode:hover span.circle,
.share-post .qrcode span.title {
    color: #883482;
}

/*--------------------------------------------------------------
Date Picker
--------------------------------------------------------------*/
.ui-datepicker { width: 18em; /*padding: .2em .2em 0; */display: none; background:#FFFFFF; border:5px solid #FFFFFF; font-family:Arial, Helvetica, sans-serif;
box-shadow:0 1px 3px rgba(0,0,0,0.5); -moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.4em 0; 
    background-color: #45A1DA;
    
}
 /*arrow text color*/
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {background-color:rgba(255,255,255,0.5); border-radius:4px; position:absolute; top: 5px; width: 2.5em; height: 1.8em; color:#000; font-size:12px; font-weight:bold; cursor:pointer; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {  }
.ui-datepicker .ui-datepicker-prev { left:5px; }
.ui-datepicker .ui-datepicker-next { right:5px; }
.ui-datepicker .ui-datepicker-prev-hover { left:5px; box-shadow:0 1px 2px rgba(0,0,0,0.3); }
.ui-datepicker .ui-datepicker-next-hover { right:5px; box-shadow:0 1px 2px rgba(0,0,0,0.3);}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {   display: block;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -11px; }
 /*title 2012 */
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; color:#000; font-size:12px;  }

.ui-datepicker .ui-datepicker-title select { font-size:12px; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year {   width: 34%;
  padding: 2px;
  border: 1px solid #fff;
  color: #4a4a4a;
  font-weight: bold;display: inline-block;}
.ui-datepicker select.ui-datepicker-month{ margin-right:7px;}
.ui-datepicker table {width: 100%; font-size: 12px; border-collapse: collapse; margin:0 0 .3em; border:1px solid #CCC; border-top:none; }

/*sun monday header*/
.ui-datepicker th {   padding: .3em;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  background: #fff;
  color: #4a4a4a; }

.ui-datepicker td { border: 0; padding: 4px; }
/*Other text*/
.ui-datepicker td span, .ui-datepicker td a { display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  background: #4a4a4a;
  color: #fff;}

.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:12px; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.ui-datepicker td.ui-datepicker-today a{
    background:#fcdfa6; 
}
.ui-datepicker td a.ui-state-active, .ui-datepicker td a.ui-state-hover{
    background:#D73900;
    border:1px solid #d73617;
    color:#FFF; 
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .25; filter:Alpha(Opacity=35);/* background-image: none;*/ }

.cal, button.ui-datepicker-trigger {
    float: left;
    background: url(images/bookingbtn/calendar.png) no-repeat;
    border: none;
    margin-left: 3px;
    /* background-position: left -26px; */
    width: 21px;
    height: 21px;
}
a.ui-state-default{
    background-color: #F1F1F1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F1F1F1));
    background-image: -webkit-linear-gradient(top, #FFF, #F1F1F1);
    background-image:    -moz-linear-gradient(top, #FFF, #F1F1F1);
    background-image:     -ms-linear-gradient(top, #FFF, #F1F1F1);
    background-image:      -o-linear-gradient(top, #FFF, #F1F1F1);
    background-image:         linear-gradient(to bottom, #FFF, #F1F1F1);
  border:1px solid #a6a6a6;
}
a.ui-state-active{
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FaFaFa));
    background-image: -webkit-linear-gradient(top, #FFF, #FaFaFa);
    background-image:    -moz-linear-gradient(top, #FFF, #FaFaFa);
    background-image:     -ms-linear-gradient(top, #FFF, #FaFaFa);
    background-image:      -o-linear-gradient(top, #FFF, #FaFaFa);
    background-image:         linear-gradient(to bottom, #FFF, #FaFaFa);
    border:1px solid #666;  
}
.ui-buttonset label.ui-state-active{
    background: url(../images/bookingbtn/calendar.png) no-repeat;
    padding-left:10px;
}
select#CalImage option[value="1px -346px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -346px;width: 21px;height: 21px; }
select#CalImage option[value="1px 1px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px 1px;width: 21px;height: 21px;}
select#CalImage option[value="1px -25px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -25px;width: 21px;height: 21px;}
select#CalImage option[value="1px -50px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -50px;width: 21px;height: 21px;}
select#CalImage option[value="1px -77px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -77px;width: 21px;height: 21px;}
select#CalImage option[value="1px -104px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -104px;width: 21px;height: 21px;}
select#CalImage option[value="1px -131px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -131px;width: 21px;height: 21px;}
select#CalImage option[value="1px -161px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -161px;width: 21px;height: 21px;}
select#CalImage option[value="1px -191px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -191px;width: 21px;height: 21px;}
select#CalImage option[value="1px -221px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -221px;width: 21px;height: 21px;}
select#CalImage option[value="1px -251px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -251px;width: 21px;height: 21px;}
select#CalImage option[value="1px -284px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -284px;width: 21px;height: 21px;}
select#CalImage option[value="1px -316px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -316px;width: 21px;height: 21px;}

select#resBookingBtn_bb_calimage option[value="1px -346px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -346px;width: 21px;height: 21px; }
select#resBookingBtn_bb_calimage option[value="1px 1px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px 1px;width: 21px;height: 21px;}
select#resBookingBtn_bb_calimage option[value="1px -25px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -25px;width: 21px;height: 21px;}
select#resBookingBtn_bb_calimage option[value="1px -50px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -50px;width: 21px;height: 21px;}
select#resBookingBtn_bb_calimage option[value="1px -77px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -77px;width: 21px;height: 21px;}
select#resBookingBtn_bb_calimage option[value="1px -104px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -104px;width: 21px;height: 21px;}
select#resBookingBtn_bb_calimage option[value="1px -131px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -131px;width: 21px;height: 21px;}
select#resBookingBtn_bb_calimage option[value="1px -161px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -161px;width: 21px;height: 21px;}
select#resBookingBtn_bb_calimage option[value="1px -191px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -191px;width: 21px;height: 21px;}
select#resBookingBtn_bb_calimage option[value="1px -221px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -221px;width: 21px;height: 21px;}
select#resBookingBtn_bb_calimage option[value="1px -251px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -251px;width: 21px;height: 21px;}
select#resBookingBtn_bb_calimage option[value="1px -284px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -284px;width: 21px;height: 21px;}
select#resBookingBtn_bb_calimage option[value="1px -316px"] {background: url(../images/bookingbtn/calendar.png) no-repeat;background-position:1px -316px;width: 21px;height: 21px;}
/* carousel top */
#quote-carousel{ 
    padding: 10px 0px;
}
#quote-carousel .carousel-inner
{
  background-color: transparent;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
.carousel-btn-top {
    padding: 4px 7px;
    border: transparent;
    border-radius: 2px;
}
.col-sm-9 .icon-text {
    display: inline-block;
    padding-left: 8px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
margin: 0px;
    padding: 0px;
    width: auto;
    top: 0px;
    right: 0px;
    text-align: right;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
 max-height: 57px;
     border-radius: 1000%;
}
/* End carousel */




/*--------------------------------------------------------------
Carousel
--------------------------------------------------------------*/

.wide-box-holder {
    display: inline-block;
}

.controls {
    margin: 20px 0;
    text-align: center;
}

[data-slide="prev"]
{
    margin-right: 10px;
}

.controls a
{
    border: 1px solid #E1E1E1;
    background-color: #fff;
    padding: 11px;
}
.col-item
{
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.col-item img
{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border: 0px
}

.col-item .info
{
    padding:10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}
.info h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 15px;
    color: #333;
}
.col-item .separator p:hover {
    background-color: #F2F2F2;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
    margin: 0 -10px;
}

.clear-left
{
    clear: left;
}

.col-item .separator p, .col-item .max_person
{
    line-height: 20px;
    margin-bottom: -10px;
    text-align: center;
    padding: 6px 5px;
}

.col-item .separator p i
{
    margin-right: 5px;
    transform: inherit;
}
.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
    width: 50%;
    float: left;
    background: #f4f4f4;
}


.col-item .btn-details
{
    width: 50%;
    float: left;
}

/* Bootstrap items to overWrite */

.carouselGrid-inner > .item > img,
.carouselGrid-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carouselGrid-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.carouselGrid-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 1s ease-in-out left;
       -o-transition: 1s ease-in-out left;
          transition: 1s ease-in-out left;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.carouselGrid-inner > .item > img,
.carouselGrid-inner > .item > a > img {
  line-height: 1;
}



@media all and (transform-3d), (-webkit-transform-3d) {
 .carouselGrid-inner > .item {
    -webkit-transition: -webkit-transform 1s ease-in-out;
         -o-transition:      -o-transform 1s ease-in-out;
            transition:         transform 1s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }


  @media (max-width: 767px) { /* xs */
      .carouselGrid-inner > .item.next,
    .carouselGrid-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
    }
    .carouselGrid-inner > .item.prev,
    .carouselGrid-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
    .carouselGrid-inner > .item.next.left,
    .carouselGrid-inner > .item.prev.right,
    .carouselGrid-inner > .item.active {
      left: 0;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
  }
  @media (min-width: 767px) and (max-width: 992px ) { /* sm */
      .carouselGrid-inner > .item.next,
    .carouselGrid-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(50%, 0, 0);
              transform: translate3d(50%, 0, 0);
    }
    .carouselGrid-inner > .item.prev,
    .carouselGrid-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
    }
    .carouselGrid-inner > .item.next.left,
    .carouselGrid-inner > .item.prev.right,
    .carouselGrid-inner > .item.active {
      left: 0;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
  }
  @media (min-width: 992px ) and (max-width: 1200px) { /* md */
      .carouselGrid-inner > .item.next,
    .carouselGrid-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(33%, 0, 0);
              transform: translate3d(33%, 0, 0);
    }
    .carouselGrid-inner > .item.prev,
    .carouselGrid-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-33%, 0, 0);
              transform: translate3d(-33%, 0, 0);
    }
    .carouselGrid-inner > .item.next.left,
    .carouselGrid-inner > .item.prev.right,
    .carouselGrid-inner > .item.active {
      left: 0;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
  }
  @media (min-width: 1200px ) { /* lg */

    .carouselGrid-inner > .item.next,
    .carouselGrid-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(25%, 0, 0);
              transform: translate3d(25%, 0, 0);
    }
    .carouselGrid-inner > .item.prev,
    .carouselGrid-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-25%, 0, 0);
              transform: translate3d(-25%, 0, 0);
    }
    .carouselGrid-inner > .item.next.left,
    .carouselGrid-inner > .item.prev.right,
    .carouselGrid-inner > .item.active {
      left: 0;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
  }

}

  .carouselGrid-inner > .active,
  .carouselGrid-inner > .next,
  .carouselGrid-inner > .prev {
    display: block;
  }
  .carouselGrid-inner > .active {
    left: 0;
  }
  .carouselGrid-inner > .next,
  .carouselGrid-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .carouselGrid-inner > .next {
    left: 100%;
  }
  .carouselGrid-inner > .prev {
    left: -100%;
  }
  .carouselGrid-inner > .next.left,
  .carouselGrid-inner > .prev.right {
    left: 0;
  }


  @media (max-width: 767px) { /* xs */
    .carouselGrid-inner > .active.left {
      left: -100%;
    }
    .carouselGrid-inner > .active.right {
      left: 100%;
    }
  }
  @media (min-width: 767px) and (max-width: 992px ) { /* sm */
        .carouselGrid-inner > .active.left {
      left: -50%;
    }
    .carouselGrid-inner > .active.right {
      left: 50%;
    }
  }
  @media (min-width: 992px ) and (max-width: 1200px) { /* md */
        .carouselGrid-inner > .active.left {
      left: -33%;
    }
    .carouselGrid-inner > .active.right {
      left: 33%;
    }
  }
  @media (min-width: 1200px ) { /* lg */
    .carouselGrid-inner > .active.left {
      left: -25%;
    }
    .carouselGrid-inner > .active.right {
      left: 25%;
    }
  }



@media (max-width: 767px) { /* xs */
  .carouselGrid-inner .active.left { left: -100%; }
  .carouselGrid-inner .next        { left:  100%;}
  .carouselGrid-inner .prev    { left: -100%; }
.carouselGrid-inner .active > div { display:none; }
  .active > div:first-child { display:block; }
  .active > div:first-child + div { display:none; }
  .active > div:first-child + div + div { display:none; }
  .active > div:first-child + div + div + div { display:none; }


}
@media (min-width: 767px) and (max-width: 992px ) { /* sm */
  .carouselGrid-inner .active.left { left: -33%; }
  .carouselGrid-inner .next        { left:  33%; }
  .carouselGrid-inner .prev    { left: -33%; }
.carouselGrid-inner .active > div { display:none; }
  .active > div:first-child { display:block; }
  .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:none; }
  .active > div:first-child + div + div + div { display:none; }
}



@media (min-width: 992px ) and (max-width: 1200px) { /* md  */
  .carouselGrid-inner .active.left { left: -33%;  }
  .carouselGrid-inner .next        { left:  33%; }
  .carouselGrid-inner .prev   { left: -33%;  }  
.carouselGrid-inner .active > div { display:none; }
  .active > div:first-child { display:block; }
  .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
  .active > div:first-child + div + div + div { display:none; }

}

@media (min-width: 1200px ) { /* lg */
  .carouselGrid-inner .active.left { left: -25%; }
  .carouselGrid-inner .next        { left:  25%;}
  .carouselGrid-inner .prev   {left: -25%; }
.carouselGrid-inner .active > div { display:none; }
  .active > div:first-child { display:block; }
  .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
  .active > div:first-child + div + div + div { display:block; }

}


/* NECESSARY FOR FIVE ITEMS (Extends Bootstrap to 5 columns) */
/*http://www.wearesicc.com/quick-tips-5-column-layout-with-twitter-bootstrap/ */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 25%;
        float: left;
    }
}

@media (min-width: 992px ) and (max-width: 1200px) { /* md */
        .col-md-4 {
    width: 33%;
}
  }
#myCarouselGrid.carousel.slide {
    margin-right: -10px;
    margin-left: -10px;
}

.carouselGrid-inner .col-item .btn-add, #offers-items .col-item .btn-add  {
    border-right: 0px;
    width: 100%;
}

#carousel-example-generic {
        box-shadow: 0px 2px 8px rgba(0,0,0,.25);
}
.carousel-indicators {
    bottom: 50px;
}
/*--------------------------------------------------------------
Share mobile
--------------------------------------------------------------*/
.social-share-wrap .label:hover {
      -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
    }

.social-share-overlay {
    z-index: 10000;
}
.toggle{
    display: none;
}
.social-share-wrap .label {
    left: 15px;
    width: 46px;
    height: 46px;
    font-size: 22px;
    z-index: 10;
    cursor: pointer;
    bottom: 15px;
    padding: 11px;
    margin: 0px;
    background-color: #333;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 30%);
    transition: 1000ms opacity linear, 0ms border-radius linear;
    -o-transition: 1000ms opacity linear, 0ms border-radius linear;
    -ms-transition: 1000ms opacity linear, 0ms border-radius linear;
    -moz-transition: 1000ms opacity linear, 0ms border-radius linear;
    -webkit-transition: 1000ms opacity linear, 0ms border-radius linear;
    text-align: center;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.toggle:checked + .social-share-wrap .social-share-overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.social-share-wrap .social-share-overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #77bef7;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: inherit;
    transition: inherit;
}
 .social-share-wrap .social-share-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
 .social-share-wrap .social-share-overlay .close {
    top: 0;
    right: 0;
    color: #000;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 45px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    position: absolute;
}
.social-share-wrap .social-share-overlay .social-share-links {
    position: relative;
    margin-top: 50px;
}


 .social-share-wrap .social-share-overlay .social-share-links a:nth-child(1) {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}
.toggle:checked + .social-share-wrap .social-share-overlay a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.social-share-wrap .social-share-overlay .social-share-links a {
    opacity: 0;
    color: #eee;
    margin: auto;
    max-width: 50%;
    display: block;
    font-size: 18px;
    margin-top: 30px;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 10px 15px;
    border: 2px solid;
    border-radius: 25px;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    text-align: center;
}
.social-share-wrap .social-share-overlay .social-share-links .fa {
    min-width: 30px;
    font-size: 24px;
}

/*--------------------------------------------------------------
Slider 
--------------------------------------------------------------*/
.fill {
  height:200px;
   width: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-inner {
    z-index: 0;
    background-color: #fff;
}

.carousel-indicators > li {
    margin: 0 2px;
    background-color: rgba(0, 0, 0, 0.77);
    border: none;
    opacity: .7;
}
.carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.75);
}


.desc-slide {
    position: relative;
    margin: 20px 0px;
}
.carousel-caption {
    margin-bottom: 6%;
    display: none;
}
.carousel-caption>.desc-slide>span{
    position: relative;
}

.befor-slider {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    top: 0;
    right: -20px;
}

.desc-slide-ar{
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #1975C1;
    top: 0;
    right: -20px;
}

.carousel-caption span {
    padding: 10px 30px;
    display: inline-block;
    text-shadow: none;
    font-size: 22px;
}

.delay-1s {
   -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.desc-slide>span>a>.befor-slider>i {
    font-size: 30px;
    z-index: 1;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.desc-slide>span>a:hover{
    color: #000;
}
.desc-slide>span>a{
    color: #fff;
}


.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    max-height: 600px;
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/* Timeline */
.timeline-content{
    display: inline-block;
    border: 1px solid #eee;
    border-top: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
      width: 100%;
}
.wrapkit-content-rtl .timeline-avatar {
    margin-right: 0;
    margin-left: 10px;
}

.timeline-heading { 
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    color: #ffffff;
    background: #968573;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.timeline {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0;
}
.timeline:after, .timeline:before {
    content: " ";
    display: table;
}
.timeline:after {
    clear: both;
}
.timeline, .timeline>li {
    list-style: none;
}
.timeline>li:nth-child(even) {
    float: left;
    clear: left;
}
.timeline>li:nth-child(odd) {
    float: right;
    clear: right;
}
.timeline>li:nth-child(odd) .timeline-heading{
        text-align: left;
}
.timeline>li:nth-child(even) .timeline-heading{
        text-align: right;
}
.timeline-line {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
        background-color: #968573;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.timeline-line+.timeline-item {
    margin-top: -20px;
}
.timeline-group {
    display: block;
    position: relative;
    margin: 20px 0;
    text-align: center;
    float: none!important;
    z-index: 1;
}
.timeline-poster {
    margin-top: -20px;
}
.timeline-poster .btn-link {
    color: #a1aab0;
}
.timeline-poster .btn-link.active, .timeline-poster .btn-link:active, .timeline-poster .btn-link:focus, .timeline-poster .btn-link:hover {
    color: #3e5771;
}
.timeline-item {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 30px 20px;
}
.timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before {
    content: '';
    position: absolute;
    right: 19px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #968573;
    z-index: 1;
}
.timeline-item:nth-child(even):after {
    right: 20px;
    top: 11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #968573;
}
.timeline-item:nth-child(even)>.timeline-badge {
    right: -6px;
}
.timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
    content: '';
    position: absolute;
    left: 19px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #968573;
    z-index: 1;
}
.timeline-item:nth-child(odd):after {
    left: 20px;
    top: 11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #968573;
}
.timeline-item:nth-child(odd)>.timeline-badge {
    left: -6px;
}
.timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd) {
    width: 100%;
    margin-top: 5px;
}
.timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before {
    left: 50%;
    right: auto;
    top: -11px;
    border: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(odd):after {
    top: -10px;
    border: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
}
.timeline-item.block:nth-child(even)>.timeline-badge, .timeline-item.block:nth-child(odd)>.timeline-badge {
    top: -28px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.timeline-item>.timeline-badge {
    position: absolute;
    top: 12px;
    z-index: 1;
}
.timeline-item>.timeline-badge>a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #e46142;
    border-radius: 24px;
    background-color: #fff;
    text-decoration: none;
    transition: all ease .3s;
}
.timeline-item>.timeline-badge>a.active, .timeline-item>.timeline-badge>a:active, .timeline-item>.timeline-badge>a:focus, .timeline-item>.timeline-badge>a:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.timeline-item>.timeline-panel {
    position: relative;
    background-color: #fff;
}
.timeline-item>.timeline-panel:hover .timeline-actions {
    display: block;
}
.timeline-actions {
    display: none;
}
.timeline-content, .timeline-heading, .timeline-liveliness {
    padding: 15px;
}
.timeline-heading+.timeline-content {
    padding-top: 0;
}
.timeline-date {
    font-size: 14px;
  
    font-weight: 600;
    margin: 15px 0px;
    text-transform: uppercase;
}
.timeline-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.timeline-embed .embed-element, .timeline-embed embed, .timeline-embed iframe, .timeline-embed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.timeline-img {
    display: block;
    padding: 5px 0;
}
.timeline-img.first {
    margin-right: -10px;
}
.timeline-img.middle {
    margin-right: -10px;
    margin-left: -10px;
}
.timeline-img.last {
    margin-left: -10px;
}

.timeline-avatar {
    margin-top: -2px;
    margin-right: 10px;
}
.timeline-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 600;
    color: #3e5771;
    text-decoration: none;
}
.timeline-title>small {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #a1aab0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.timeline .media {
    border-bottom: 1px solid #eee;
}
.timeline .media, .timeline .media p {
    font-size: 13px;
}
.timeline .media:last-child {
    border-bottom: 0;
}
@media (max-width:991px) {
    .timeline {
    padding-left: 15px;
}
.timeline-line {
    left: 15px;
}
.timeline-group {
    display: inline-block;
    margin-left: 4px;
}
.timeline-item {
    width: 100%;
    margin-top: 0!important;
    padding-right: 10px;
}
.timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd) {
    padding-bottom: 0;
}
.timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before, .timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before, .timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #968573;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(odd):after, .timeline-item:nth-child(even):after, .timeline-item:nth-child(odd):after {
    left: 20px;
    top: 11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #968573;
}
.timeline-item.block:nth-child(even)>.timeline-badge, .timeline-item.block:nth-child(odd)>.timeline-badge, .timeline-item:nth-child(even)>.timeline-badge, .timeline-item:nth-child(odd)>.timeline-badge {
    top: 12px;
    left: -6px;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}
@media (max-width:480px) {
    .timeline {
    padding: 0;
}
.timeline-line {
    display: none;
}
.timeline-item {
    display: block;
    padding: 0 0 20px!important;
}
.timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd), .timeline-item:nth-child(even), .timeline-item:nth-child(odd) {
    float: none;
    clear: both;
}
.timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before, .timeline-item.timeline-poster>.timeline-badge, .timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before, .timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
    display: none;
}
.timeline-item>.timeline-badge {
    top: -8px!important;
    left: 50%!important;
    margin-left: -6px;
}
}

/*--------------------------------------------------------------
Zoho
--------------------------------------------------------------*/
.image-chat {
    position: fixed;
    bottom: 50px;
    right: 25px;
    display: none;
}
/*--------------------------------------------------------------
Media Queries 
--------------------------------------------------------------*/
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #807162!important;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-nav .open .dropdown-menu {
    background: #fff!important;
}
}
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .room_beds {
    display: inline-block;
    margin-bottom: 5px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .fill {
  height:550px;
}
    .padd {
    padding-bottom: 55px;
}
    .navbar-static-top {
       position: relative;

    }


   	.headerwrap h1 {
		font-size: 100px;
	}
	.headerwrap p {
		font-size: 40px;
		line-height: 38px;
	}

	.pagewrap h1 {
		font-size: 70px;
	}
    .share.btn {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    }
html {
    margin-top: 0px;
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.gallery-item {
    padding-top: 0px;
}
	.poweredby {
		float: right;
	}

    .carousel-caption {
    display: block;
    }
    .countdown ul li {
    margin: 0 3px;
    }
      .filter-container-lg > div {
    height: 450px;
    }
      .filter-container-lg {
    width: 20%;
    }
    .map-container {
    width: 80%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .submenu-scoial:before {
    border-width: 14px 130px 5px 130px;
    }
        
    .countdown ul li {
    display: inline-block;
    margin: 0 8px;
    }
}


.landingpage-message-container {
    display: -ms-flexbox;
    display: flex;
}

.landingpage-message-container .icon-container {
    background-color: rgba(0,109,141,0.25);
}
.landingpage-message-container .icon-container {
    margin-right: 20px;
}

.landingpage-message-container .icon-container i {
    font-size: 4.5rem;
    color: #ffffff;
}

.mdr-icon-info:before {
    content: "\e928";
}
.landingpage-message-container .message-container {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.landingpage-message-container .message-container {
    width: 100%;
    margin-right: 1.5rem;
}
.landingpage-message-container .sb-landing-button-open {
    color: #006d8d;
}
.landingpage-message-container .sb-landing-button-open {
    height: 2rem;
    min-width: 6.5rem;
    padding: auto .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #006d8d;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    transition: all ease-in-out .2s;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.landingpage-message-container h4 {
    font-size: 1.575rem;
float: left;
    font-weight: 700;
    margin-bottom: .95rem;
    color: #fff;
}
.landingpage-message-container p {
font-size: 1.2rem;
    color: #fff;
    float: left;
    margin: 10px;
text-align: left;
}
.landingpage-message-container .sb-landing-button-open {
    color: #006d8d;
}
.landingpage-message-container .sb-landing-button-open {
    height: 2rem;
    min-width: 6.5rem;
    padding: auto .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #006d8d;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    transition: all ease-in-out .2s;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.page-id-1130 .search>.booking {
    background-color: #005771;
    display: none;
}

.preventivo {
    color: #fff;
    text-align: center;
    padding: 10px;
}
