/*HomeEscape.com
-------------------------------------------------------------- */
.focusV {
    border-color: #ff0000; 
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(333, 175,80 , 1);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(333, 175,80 , 1);
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------*/
@import: url("bootstrap.css");


/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


textarea {
    overflow: auto;
    vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */


hr.space {
    background: #ffffff;
    color: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
    height: 100%;
}

body {
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    background: #fff;
    color: #555555;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    font-smoothing: antialiased;
    line-height: 1.5em;
    text-rendering: optimizeLegibility;
    -webkit-text-stroke:1px transparent;
}

/* =Typography
-------------------------------------------------------------- */
p {
    word-wrap: break-word;
}

i,
em,
dfn,
cite {
    font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
    font-family: monospace, serif;
    font-style: normal;
}

b,
strong {
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

pre {
    -moz-box-sizing: border-box;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: #f4f4f4;
    border: 1px solid #aaaaaa;
    border-bottom-color: #cccccc;
    border-radius: 2px;
    height: auto;
    margin: 0;
    outline: none;
    padding: 6px 10px;
    vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}

del {
    color: #555555;
    text-decoration: line-through;
}

.text-muted del {
    color: #999;
    text-decoration: line-through;
}

ins,
dfn {
    border-bottom: 0px solid #cccccc;
}

sup,
sub,
small {
    font-size: 85%;
}

abbr,
acronym {
    font-size: 85%;
    letter-spacing: .1em;
    text-transform: uppercase;
}

a abbr,
a acronym {
    border: none;
}

dfn[title],
abbr[title],
acronym[title] {
    border-bottom: 1px solid #cccccc;
    cursor: help;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
    float: left;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}

.grid-right {
    float: right;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
    display: inline;
    margin-right: 2.127659574468%;
}

.col-60 {
    width: 6.382978723404%;
}

.col-140 {
    width: 14.893617021277%;
}

.col-220 {
    width: 23.404255319149%;
}

.col-300 {
    width: 31.914893617021%;
}

.col-380 {
    width: 40.425531914894%;
}

.col-460 {
    width: 48.936170212766%;
}

.col-540 {
    width: 57.446808510638%;
}

.col-620 {
    width: 65.957446808511%;
}

.col-700 {
    width: 74.468085106383%;
}

.col-780 {
    width: 82.978723404255%;
}

.col-860 {
    width: 91.489361702128%;
}

.col-940 {
    width: 100%;
}

.fit {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.none {
    display: none;
}

.hide-desktop {
    display: none;
}

.show-desktop {
    display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
    ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.ie8 img {
    height: auto;
    width: auto\9;
}

.ie8 img.size-large {
    max-width: 60%;
    width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}



/* =Globals
-------------------------------------------------------------- */
#container {
    padding: 0px;
    margin-bottom: 20px;
}

#wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    clear: both;
    margin: 20px auto 20px auto;
    padding: 0 20px 20px 20px;
    position: relative;
}

.front-page #wrapper {
    background-color: transparent;
    border: none;
    margin: 20px auto 20px auto;
    padding: 0;
}

.pagination>li>a, .pagination>li>span{
    padding: 3px 12px;
}


.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

#header-top1 {
    background-color: #F6F6F6;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.2);
    clear: both;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    width: 100%;
    z-index: 3;
}


.main-image{
    cursor: pointer;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    height: 325px;
}

.webui-popover{
    z-index: 2;
}

.filter-row span:hover{
    cursor: default;
}

.filter-row:hover{
    background-color: #EEEEEE;
}



.webui-popover-content{
    font-size: 13px;
}

.amenities-profile .glyphicon-info-sign{
    cursor: pointer;
    color:#ccc;
}

#header-top {
    background-color: #fff;
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.2);
    padding: 0;
}

#header {
    margin: 0;
    background-color: #fff;
    clear: both;
    position: fixed;
    padding-left: 0;
    padding-right: 0;
    z-index: 2;
    width: 100%;
    //min-height: 142px;
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.2);
}

#header-home {
    margin: 0;
    background-color: #fff;
    clear: both;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    z-index: 2;
    width: 100%;
    //min-height: 142px;
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.2);
}

#header-home-main {
    margin: 0;
    background-color: transparent;
    clear: both;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    z-index: 1050;
    width: 100%;
    position: absolute;

}

.mm-menu{
    background-color: #FFFFFF;
}

#header-home-main #mainMenu a {
    color: #FFFFFF;
    font: 14px;
    padding-right: 20px;
}

#header-home-main .nav-pills > li > a:hover , #header-home-main .nav-pills > li > a:active,  #header-home-main .nav-pills > li > a:focus,  #header-home-main .nav-pills > li > a:visited{
    background-color: transparent;

}

#header-home-main .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow:none;
}

#header-home-main .dropdown-menu>li>a:focus,#header-home-main .dropdown-menu>li>a:hover{
    background-color: rgba(0,0,0,0.6);
}

#header-home-main .nav .open>a , #header-home-main .nav .open>a:focus, #header-home-main .nav .open>a:hover, #header-home-main .nav .open>a:active, #header-home-main .nav .open>a:visited{
    background-color: transparent;
    border: solid 1px transparent;
    box-shadow:none;
}


#header-home-main #mainMenu .dropdown-menu{
    background-color: rgba(0,0,0,0.2);
}

#header-admin{
    margin: 0;
    background-color: #fff;
    clear: both;

    padding-left: 0;
    padding-right: 0;
    z-index: 2;
    width: 100%;

}

#tag-line2{
    display: none;
}

.section1-text{
    padding-left: 50px;
    padding-right: 50px;
    font-size: 17px;
}


#page-luxury {
    background: url(../images/banner.jpg) no-repeat fixed top center #1e73be;
    background-size: 100%;
    background-position: 100%;
}

#page-1 {
    background: url(../images/background-why-free.jpg) no-repeat fixed top center #1e73be;
    background-size: 100%;
    background-position: 100%;
}

#page-why-free {
    background: url(../images/why-free-background.jpg) no-repeat fixed top center #1e73be;
    background-size: 100%;
    background-position: 100%;
}



.blank-section {
    min-height: 140px;
}

.parallax-section-1 {
    padding: 0;
    position: relative;
}

.parallax-section-1 .mid-content {
    position: relative;
    z-index: 999;
}

.parallax-section {
    padding: 20px 0 20px;
    position: relative;
}

.parallax-section .mid-content {
    position: relative;
    z-index: 999;
}



.btn .caret {
    margin-left: 15px;
}

.filters-ul li{
    padding-right: 13px;
}

.ui-widget-header {
    background: #ccc;
    border: 1px solid #4297d7;
    color: #eaf5f7;
    font-weight: bold;
}

.suggested{
    padding: 0;
}



.pop{
    bottom: 0;
    left: 50%;
    position: absolute;
    vertical-align: bottom;
}

.popover{
    position: fixed;
}

.popover-content {
    padding: 5px 5px;
    min-width: 100px;
}

.popover-content .form-control{
    height: 29px;
    padding: 4px 12px;
    border-radius:0px;
}

.property-number-location .form-control{
    height: 27px;
}

.popover-content .input-group-addon{
    border-radius: 0px;
}


.popover-content .btn{
    border-radius: 0px;
}


.ui-menu .ui-menu-item {
    list-style-image: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-menu-item a{
    background: #FFF;
}

.ui-menu-item a:hover {
    background: #F4F4F4;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    background: #F4F4F4;
    font-weight: normal;
    margin: 0px;
}


.tagline-profile{
    padding: 30px 0;
}

.input-group .form-control{
    z-index: 1;
}

.fixed-margin{
    margin-top: 70px;
}

.fixed-margin-home{
    margin-top: 78px;
}

.fixed-margin-xs{
    margin-top: 192px;
}

.fixed-margin-list {
    margin-top: 179px;
}

#livechat{
    margin: 5px 0 0 10px ;
}

#mainMenu{
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

#mainMenu a {
    color: #a0a0a0;
    /*font:11px "Lato","Arial",sans-serif;*/
    font:14px;
    padding-right:  20px;
}

#mainMenu .dropdown-menu {
    left: auto;
    right: 0;
}


.mainMenu .login{
    padding-top: 5px;
}

.toll-number{
    padding-top: 2px;
    font-weight: bold;
}

.toll-free{
    color:#a0a0a0;
    padding-top: 3px;
    font-size: 15px;
    padding-left: 15px;
}

.toll-free img{
    margin-right: 4px;
}


#footer {
    clear: both;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 25px 0 25px;
}

#footer-wrapper {
    margin: 0;
    padding: 0;
}

/* =Header
-------------------------------------------------------------- */
#logo {
    background: url(../images/logo.svg) 0 0 no-repeat;
    display: block;
    width: 100px;
    height: 50px;
    margin: 10px 0px;
    float: left;
}

#logo1 {
    background: url(../images/logo-white.svg) 0 0 no-repeat;
    display: block;
    width: 100px;
    height: 50px;
    margin: 22px 30px;
    float: left;
}

.navbar-toggle .icon-bar{
    border: solid 1px #3396CD;
}

.site-name {
    display: block;
    font-size: 2.063em; /* = 33px */
    line-height: 1.0em;
    padding-top: 20px;
}

.site-name a {
    color: #333333;
    font-weight: 700;
}

.site-description {
    color: #A9A9A9;
    font-size: 0.875em;
    line-height: 1;
    margin-left: 102px;
    font-family: Calibri , Helvetica Neue, Myriad Pro;


}

#dLabel{
    color:#fff;
    margin-left: 10px;
    font-size: 11px;
}

.property-title{
    color: #555555;
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
}

.property-title-profile{
    color: #555555;
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 5px;
}

.property-summary{
    background-color: #F5F5F5;
    border-bottom: solid 1px #eee;
}

.profile-breadcrumb .breadcrumb-capg{
    background-color: #F5F5F5;
}

.property-title-gallery{
    color: #FFFFFF;
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
}

.property-title-backend{
    color: #555555;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
}

.property-title-1{
    color: #555555;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}

.property-title-reviews{
    color: #555555;
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
}

.property-price{
    color: #555555;
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
}

.anchor-profile-photo{
    margin-top: -150px;
    padding-top: 150px;
    display: block;
    position: absolute;
}

.breadcrumb-cap .active{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: lighter;
    font-size: 13px;
    padding-left: 10px;
    text-transform: uppercase;
}

.anchor-profile {
    display: block;
    margin-top: -50px;
    padding-top: 50px;
    position: absolute;
}

.anchor-terms {
    display: block;
    margin-top: -150px;
    padding-top: 150px;
    position: absolute;
}

#bx-pager a.active .tumb{
    border: 2px solid #39b1dc;
}

.gallery .active{
    border: 2px solid #39b1dc;
}

.text-danger{
    color: #D9534F;
    font-size: 14px;
    padding: 0;
}



.dropdown-title{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#form-register ul{
    padding-left: 0;
    font-size: 13px;
}

.blue-title{
    color: #39b1dc;
}

.blue-title-footer{
    color: #39b1dc;
    font-family: arial;
    font-size: 18px;

}

.glyphicon-info-sign{
    font-size: 12px;
}

.gallery-error ul{
    padding-left: 25px;
}

.status-inactive{
    color: #D14130;
    font-size: 12px;
}

.status-active{
    color: #62AF2F;
    font-size: 12px;
}

.active{
    font-size: 14px;
}

.alert-info {
    text-transform: uppercase;
    color: #555555;
    font-family: Calibri, Helvetica Neue, Myriad Pro;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    background-color: #FFF;
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 0px;
    padding: 15px;
}

.featured-title-home{
    position: absolute;
    top: 46%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Helvetica Neue,Arial,sans-serif;
    font-size: 30px;
    backface-visibility: hidden;
    font-weight: bold;
    pointer-events: none;
    opacity: 0.6;
}



.list-row {

    margin: 0;
    background-color: white;
}

.list-row h2{
    margin-top: 10px;
}

.list-row-content {

    margin: 0;
    border-bottom:  0;

}

.list-row-dashboard {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    margin: 0 ;
    background-color: white;
    border-bottom:  1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;

}

.menu-owner{
    padding: 0;
}

.properties-container hr{
    margin: 0;
}
.properties-container-dashboard hr{
    margin: 0;
    border-top: 1px solid #DDD;
}

.propertyDesc{
    font-size: 14px;
}

.formulario hr{
    margin: 20px 0 10px 0 ;

}

.form-title{
    font-size: 20px;
    font-weight: lighter;
    margin: 12px 5px;
}
.photo-tumb {
    position: relative;
    float: left;
    width:  100%;
    height: 285px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;

}



.photo-tumb-inquiry {
    position: relative;
    float: left;
    width:  100%;
    height: 80px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;

}

.photo-tumb-profile {
    position: relative;
    float: left;
    width:  100%;
    height: 180px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;

}


.photo-tumb-mobile {
    position: relative;
    float: left;
    width:  100%;
    /*height: 85px;*/
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}

@media (max-width: 300px) {
    .photo-tumb-mobile {
        height: 86px;
    }    
}

@media (min-width: 301px) and (max-width: 450px) {
    .photo-tumb-mobile {
        height: 195px;
    }
}

@media (min-width:451px) {
    .photo-tumb-mobile {
        height: 215px;
    }
}



.photo-tumb-featured {
    position: relative;
    float: left;
    width:  100%;
    height: 160px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;

}



.traveler-container{
    margin-top: 35px;
}

.profile-header{
    padding: 10px;
    border-bottom: 1px solid #eee;
    background-color: rgba(60,63,64,0.6);
    color: #ffffff;
}

.profile-header-right{
    padding: 10px;
    border: 1px solid #eee;
    background-color: #FFFFFF;
    color: #555555;
    border-bottom: 0;
}

.profile-header-right.active{
    padding: 10px;
    border-bottom: 1px solid #eee;
    background-color: rgba(60,63,64,0.6);
    color: #ffffff;
    border-bottom: 0;
}


.profile-header-right a{
    color: #555555;
    text-decoration: none;
}

.traveler-inquiry a{
    color: #555555;
    text-decoration: none;
}
.traveler-inquiry :hover{
    background-color: #F5F5F5;
}

.profile-header-right.active a{
    color: #FFFFFF;
    text-decoration: none;
}



.media-buttons li{
    margin: 7px 10px;
    text-align: left;
}

.fluid-404{
    min-height: 722px;
    background-image: url(../images/404-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.box-404{
    padding-bottom: 15px;
    text-align: center;
    margin-top: 6%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.box-404 h1{
    font-size: 140px;
    color: #3CB3DD;
    padding: 50px;
    font-weight: 600;
}

a.facebook_button:hover , a.facebook_button:active, a.facebook_button:visited{
    text-decoration: none;
    color: #fff;
}

.form-title-front{
    color: #535353;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    font-weight: 600;
    //margin: 12px 5px;
}

a.form-title-front:hover{
    color: #535353;
}

.box-title{
    color:#fff;
    font:13px Calibri, Helvetica Neue, Myriad Pro;
    margin-top: 8px;
    font-weight: bold;
    margin-bottom: 3px;
}

.sleeps .input-group-addon{
    background:#FFF;
    top: 0;
    z-index: 3;
    right: -3px;
    position: absolute;
    line-height: 0;
    border-left: 0px solid #ffffff;
    height: 34px;
    padding: 7px 12px;	
}
.calendar .input-group-addon{
    background:#FFF;
    top: 0;
    z-index: 3;
    right: 13px;
    position: absolute;
    line-height: 1;
    border-left: 0px solid #FFF;
    height: 35px;
    padding: 7px 12px;
}

.calendar-profile .input-group-addon{
    background:#FFF;
    top: 0;
    z-index: 2;
    right: 0px;
    position: absolute;
    line-height: 1;
    border-left: 0px solid #FFF;
    height: 35px;
    padding: 7px 12px;
}



.calendar .input-group-addon, .calendar .input-group-btn {
    width: 46px;
}

.calendar-profile .input-group-addon, .calendar-profile .input-group-btn {
    width: 46px;
}


.search-profile .input-group-addon{
    background:#FFF;
    top: 0;
    z-index: 3;
    right: 5px;
    position: absolute;
    line-height: 1;
    border-left: 0px solid #FFF;
    height: 35px;
    padding: 7px 12px;
}



.search-profile .input-group-addon, .calendar .input-group-btn {
    width: 46px;
}

.sleeps .input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.form-control[readonly]{
    background-color: #ffffff;
    cursor: default;
}

.sleeps .input-group-addon, .sleeps .input-group-btn {
    width: 46px;
}


.sleeps .input-group-addon img {
    max-width: 90%;
}

.calendar .input-group-addon img {
    max-width: 85%;
}


.sleeps .form-control{
    padding: 7px 6px;
}

.box-title-small{
    color:#fff;
    font:11px Calibri, Helvetica Neue, Myriad Pro;
    font-style: italic;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}

.nav-contact > li > a:hover,
.nav-contact > li > a:focus {
    text-decoration: none;
    background-color: #3CB3DD;

}

#form{
    height: auto;


}   

.filters-container{
    background-color: #F5F5F5;    
}

#form-home{
    height: auto;
    padding: 0;
}  

.form-profile-col{
    padding-right: 0;
}


#btnsearch{
    height: 38px;
    background-repeat: no-repeat;
    background-position: center center;
}

#btnsearch-list{
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 6px;
}

#btnsearch-listM{
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 6px;
}

.search-btn-col{
    border-left: 0;

}

.search-inp-col{
    padding: 0;

}

#form-home .form-control{
    height: 38px;
    opacity: 0.8;
    border: 0;
}    

#form-home .form-control::-moz-placeholder {
    color: #7d8182;
    opacity: 1;
}

#form-home .form-control::-webkit-input-placeholder {
    color: #7d8182;
    opacity: 1;
}

#form-home .form-control::-ms-input-placeholder {
    color: #7d8182;
    opacity: 1;
}


.form-control{
    border-radius: 0px;
}

.btn{
    border-radius: 0px;
}


.input-group-addon{
    border-radius: 0px;   
}


.modal-backed-info .modal-dialog .head-text{
    font-size: 24px;
    padding: 0 55px;
    line-height: 1.1;
}

@media (min-width: 992px) {


    .modal-backed-info .modal-dialog{
        width: 848px;
    }

    .nav-profile .col-xs-12{
        padding-right:7px;
        padding-left:7px;
        margin-left:5px;
        padding-top:10px;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: 0;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: 0;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }


    #form .col-md-4 {
        width: 46.733%;
    }

    #form .col-md-2 {
        width: 13.667%;
        padding-right: 0px;
    }

    .properties-container .col-md-4 {
        width: 29.333%;
    }
    .calendar .col-md-4 {
        width: 33.33333333%;
    }
    .properties-container .col-md-2 {
        width: 11.667%;
    }

    #form-description .col-sm-1{
        width: 11.333%; 
    }

    .calendar .col-md-2 {
        width: 16.66666667%;
    }

    .properties-container .col-md-5 {
        width: 43.667%;
    }

    .properties-container .col-md-3 {
        width: 27%;
    }

    .properties-container .col-md-8 {
        width: 69.167%;
    }

    .properties-container-dashboard .col-md-4 {
        width: 29.333%;
    }

    .properties-container-dashboard .col-md-5 {
        width: 43.667%;
    }

    .properties-container-dashboard .col-md-3 {
        width: 27%;
    }

    .properties-container-dashboard .col-md-8 {
        width: 69.167%;
    }

    .properties-container-dashboard .dashboard-8{
        width: 66.66666667%;
    }



}


.properties-container .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;

}




#form .col-md-1 {
    position: relative;
    min-height: 1px;


}

#form .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0;
}


#container-mine{
    margin: 0 auto;
    padding: 0 25px;
    background-color: #fff;
}       

.box-content{
    margin-bottom: 0;
    min-height: 71px;
    margin-left: 10px;
}

.box-blue{

    background: url("../images/BlueBox.png") no-repeat  rgba(0, 0, 0, 0);
    border-radius: 2px;
    min-height: 110px;
    margin-top: 15px;
    width: 189px;
    position: relative;
    background-size: auto;  
}

.box{
    margin-left: 12px;
    background: url("../images/BlackBox.png") no-repeat  rgba(0, 0, 0, 0);
    border-radius: 2px;
    min-height: 110px;
    margin-top: 15px;
    background-size: auto;
    position: relative;
    width: 189px;
}


.captionOrange, .captionBlack
{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.captionOrange
{
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}
.captionBlack
{
    font-size:16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.captionOrange:hover
{
    color: #eb5100;
    text-decoration: none;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}
.bricon
{
    background: url(../images/browser-icons.png);
}

.list-title{
    color: #919191;
    font-size: 15px;
    font-weight: 300;
    font-family: Calibri, Helvetica Neue, Myriad Pro;
}

.filters-ul .btn {
    padding: 1px 8px;
}

.results{
    color: #444444;
    font-size: 14px;
    font-weight: 300;
    font-family: Calibri, Helvetica Neue, Myriad Pro;
}


#featured{
    background-color: #F0F5F8;
    margin: 0;
    padding: 30px 30px 10px;
}

#listado{

    margin-left:45px;
    padding: 20px 0 20px 0;

}


.blocked
{
}




.reviews .list-group-item {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}
.reviews  .list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}
.reviews  .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}
.popover{
    max-width: 487px;
    z-index: 2000;
    border-radius: 0px;
}

.tour {
    padding: 0px; 
}

.tour a{
    margin-left: 5px; 
    margin-right: 5px;
}
#featured img{
    margin-bottom: 5px;
} 

#featured .small{
    font-size: 75%;
    font-weight: bold;
} 

#featured-orange{
    left: 0;
    position: absolute;
    top: 42px;
}

.per-night{
    margin-left: 3px;
    font-size: 12px;
    vertical-align: text-bottom;
}

.breadcrumb-col{
    padding-left: 0;
}


#side-menu{
    background-color: #F7F4F4;
}

#side-menu a{
    font-size: 17px;
    font-weight: 300;
    font-family: Calibri, Helvetica Neue, Myriad Pro;
}

#side-menu a.arrow{
    font-size: 17px;
    font-weight:600;
    font-family: Calibri, Helvetica Neue, Myriad Pro;
    color: #919191;
}

#side-menu hr{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D1D1D1 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 1px;
    margin-top: 1px;

}


.contact-input {
    float: left;
}


h3, .h3 {
    font-size: 16px;
}



.tumb-admi-list{
    position: relative;
    float: left;
    width: 100%;
    height: 145px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;  
    margin-bottom: 20px;
}

.tumb-admi-list-dash{
    position: relative;
    float: left;
    width: 100%;
    height: 165px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;  
    margin-bottom: 0px;
}

.tumb{
    position: relative;
    float: left;
    width: 100%;
    height: 75px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;  
}

.tumb-large{
    position: relative;
    float: left;
    width: 100%;
    height: 260px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
    border-radius: 6px ;
}


.error-msg{
    font-size: 13px;
    padding-right: 15px;

}

#img-preview{

    background-size: cover;
    color: #ccc;
    font-size: 25px;
    font-weight: bold;
    width: 130px;
    text-align: center;
    line-height: 35px;
    height: 110px;
    border: solid 1px #ccc;
    padding-top: 35px;
}

#img-preview-mobile{

    background-size: cover;
    color: #ccc;
    font-size: 25px;
    font-weight: bold;
    width: 130px;
    text-align: center;
    line-height: 35px;
    height: 110px;
    border: solid 1px #ccc;
    padding-top: 35px;
}

#form-register .tooltip {
    min-width:220px;
}

#form-register .tooltip-inner  {
    text-align: left;
    max-width:300px;
    padding: 4px 12px;
}

#form-media .tooltip {
    min-width:220px;
}

#form-media .tooltip-inner {
    text-align: left;
}

#form-description .tooltip {
    min-width:240px;
}

.container-list .tooltip{
    min-width:240px; 
}

#form-description .tooltip-inner {
    text-align: left;
    max-width:300px;
    padding: 4px 12px;
}

#form-login .tooltip {
    min-width:220px;
}

#form-login .tooltip-inner {
    text-align: left;
    max-width:300px;
    padding: 4px 12px;
}

#form-location .tooltip {
    min-width:220px;
}
#form-location .tooltip-inner {
    text-align: left;
    max-width:300px;
    padding: 4px 12px;
}


#form-location .rates .tooltip {
    min-width:180px;
}
#form-location .rates .tooltip-inner {
    text-align: left;
    max-width:300px;
    padding: 4px 12px;
}

#form-location .rates .popover {
    max-width: 305px;
}

#form-login ul{
    padding: 0;
    color: #D9534F;
}

#form-change-password  ul{
    padding: 0;
    color: #D9534F;
}

#form-change-password .tooltip{
    min-width:220px;
}

.alert-success{
    color: #555555;
    font-family: Calibri, Helvetica Neue, Myriad Pro;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    background-color: #FFF;
}

#fos_user_registration_form_plainPassword li{
    color: #D9534F;

}

h1, .h1 {
    color: #666666;
    font-size: 36px;
    font-weight: lighter;
    font-family: 'Varela Round',sans-serif;
}

.featured-destinations h2{
    font-family: Helvetica Neue, Arial, sans-serif ;
    font-size: 30px;
    font-weight: bold;
    color: #afafae;
    text-transform: uppercase;
}

.h4, h4{
    display: block;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
    font-size: 16px;
    color: #707070;
}

.has-feedback .form-control {
    padding-right: 11.5px;
}

.child-form{
    padding-right: 12px;
    padding-left: 0;
}

.pcalendar .input-group-addon {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-left: 0;
    border-radius: 0 0 0 0;
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 4px 12px;
    text-align: center;
}

.pcalendar .input-group-addon  img {
    max-width: 90%;
}

.pcalendar .input-group[class*="col-"] {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

.pcalendar-new .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 12px;
}

.pcalendar-new .input-group-addon  img {
    max-width: 90%;
}

.pcalendar-new .input-group-addon {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 4px 12px;
    text-align: center;
}


.favorites-content{
    padding: 10px;
}


#form-description label {
    vertical-align: middle;
}

#form-description ul{
    padding: 0;
    color: #D9534F;
}

.login-right{
    margin-top: 27px;
}



.login-right .account-login{
    font-size: 17px;
}

#form-login,#form-register{
    padding: 0;

}

#form-register .input-group{
    padding-left: 15px; padding-right: 15px;
}

#form-login .form-control,#form-register .form-control{
    height: 44px;

}

#form-login .btn, #form-register .btn{
    padding: 10px 12px;

}

#form-login .input-group-addon, #form-register .input-group-addon{
    background-color: #2F4F88;
    border: 1px solid #2F4F88;
    border-right-color: #233b66;
    padding: 6px 16px;
}

#form-change-password{
    background-color: #F4F5F7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 40px 20px 20px 20px;
    border: 1px solid #CCCCCC;
}

.flash-success{
    color: #6D6D6D;
    font-size: 25px;
    font-weight: lighter;
}

/************************************   ADMINISTRACION DE USUARIOS  ****************************/
#globalnav-nav{
    width: 100%;
    min-height: 586px;
}

#globalnav-nav hr{
    margin: 2px 0 0 0;
    border-top: 1px solid #CCCCCC;
}

nav.nav {
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding-bottom: 5px;
    //border-top: 1px;
}
nav.nav i {
    font-size: 18px;
    height: 16px;
    margin-right: 0;
    width: 16px;
}
nav header {
    background-color: transparent;
    border: none;
    border-radius: 5px 5px 0 0;
    color: #555555;
    font-size: 13px;
    font-weight: lighter;
    margin: -1px -1px 6px;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
}
.nav {
    list-style: none outside none;
    margin-bottom: 8px;
    margin-left: 0;
}
.nav > li > a {
    display: block;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #2A6EBB;
}
.nav > li > a > img {
    max-width: none;
}

.nav > .pull-right {
    float: right;
}
.nav-header {
    color: #666666;
    display: block;
    line-height: 1.25;
    margin-top: 10px;
    padding: 4px 25px 4px 10px;


}
.nav-list {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-list > li > a, .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
}
.nav-list > li > a {
    padding: 6px 10px;
}

a {
    color: #35AEDA;
}

.destination{
    font-size: 25px;
    font-family: 'Varela Round',sans-serif;
}

.nav-list > li > a:hover {
    background-color: #F1F1F1;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    background-color: #F1F1F1;
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    margin-right: 2px;
}
.nav-list .divider {
    background-color: #E5E5E5;
    border-bottom: 1px solid #FFFFFF;
    height: 1px;
    margin: 9px -1px 9px -6px;
    overflow: hidden;
}

#content-page{
    width: 100%;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    //min-height: 400px;
}

.webui-popover{
    border-radius: 0px ;
}


.webui-popover .form-control{
    height: 29px;
    padding: 3px 2px;
}


.webui-popover #minSleeps,.webui-popover #maxSleeps, .webui-popover #minBedrooms, .webui-popover #maxBedrooms, .webui-popover #minBathrooms, .webui-popover #maxBathrooms{
    padding: 3px 6px;
}




.webui-popover .btn{
    padding: 0px 12px;
}

.webui-popover-content {
    padding: 9px 14px;
    overflow: hidden;
}

#tools-container{
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding-left: 0;
    padding-right: 0;

}

.amenities-profile{
    font-size: 12px;
}

.bold-600{
    font-weight: 600;
    padding-top: 3px; 
}




.profile-box-top{
    border: 1px solid #eee;
    background-color: #FFFFFF;
    border-bottom: 0;
    padding-bottom: 25px;
}

.profile-box{
    border: 1px solid #eee;
    background-color: #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.profile-circle{

    backface-visibility: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    color: #FFFFFF;
    margin-top: 20px;
    text-align: center;
    padding: 0;
    margin-left: 25%;
    background-repeat: no-repeat;
    background-size: cover;

    background-position: 50% 50%;

}



.notification{
    font-weight: bold;
}

.search-col-sm{
    padding-left: 0;
}



.dark .social-icons .icon, .dark-header #masthead .social-icons .icon {
    border-color: #ffffff;
    color: #ffffff;
}
#top-bar .social-icons a, .dark .social-icons a, .dark .checkout-group h3, .dark .order-review h3 {
    color: #ffffff !important;
}

.social-icons .icon, .yith-wcwl-share li a {
    border: 2px solid #cccccc;
    border-radius: 99px;
    color: #cccccc;
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 31px;
    margin: 0 5px 5px 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 34px;
}

.icon-phone, .icon-gift, .header-nav a.nav-top-link.icon-search, .nav-top-link.icon-search, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-twitter, .icon-heart, .icon-envelop, .icon-tag, .icon-star, .icon-star-2, .icon-star-3, .icon-facebook, .icon-feed, .icon-close, .icon-checkmark, .icon-menu, .icon-plus, .icon-minus, .icon-instagram, .icon-google-plus, .icon-pinterest, .icon-search, .icon-skype, .icon-dribbble, .icon-users, .icon-certificate, .icon-expand, .icon-linkedin, .icon-map-pin-fill, .icon-pen-alt-fill, .icon-youtube, .icon-flickr, .icon-clock, .icon-inner, .icon-vk {
    font-family: "icomoon" !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    line-height: 1;
    text-transform: none !important;
}

.dark-header .ux-header-element a, #top-bar .social-icons a, .dark .social-icons a.icon, .dark-header #masthead .social-icons a.icon, .dark .row.divided .columns > .column-inner, .dark .row.divided .columns, .dark h3.section-title.title_center span::before, .dark h3.section-title.title_center span::after, .dark .ux_price_table .bullet-item, .dark .ux_price_table .description, .dark .author-box, .dark .tabbed-content ul.tabs li a, .dark .product-details, .dark .comment-list .children .comment-inner, .dark .comment-list > li.comment > .comment-inner, .dark .navigation-post .nav-next, .dark .navigation-post, .dark footer.entry-meta, .dark .blog-pinterest-style .entry-content, .dark .pagination-centered, .dark .product-sidebar-right .inner, .dark .widget h3.widget-title.shop-sidebar, .dark .widget_product_categories > ul > li, .dark .widget_layered_nav > ul > li, .dark hr, .dark .product_meta > span, .dark .review-item, .dark h3.section-title, .dark .shop_table thead, .dark .cart_table_item, .dark .cart-wrapper, .dark .cart-sidebar .widget-title, .dark .cart_totals .total, .dark .shop_table .total, .dark table tr, .product-info .social-icons {
    border-color: rgba(255, 255, 255, 0.2);
}

.social-icons.size-small .icon, #top-bar .social-icons .icon {
    border: 0 none;
    font-size: 12px;
    height: 12px;
    line-height: 1px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 0;
    width: 13px;
}
.social-icons .icon:hover, .yith-wcwl-share li a:hover {
    color: #ffffff;
    text-decoration: none;
}
.social-icons .icon.icon_facebook:hover, .yith-wcwl-share li a.facebook:hover {
    background-color: #3a589d;
    border-color: #3a589d;
}
.social-icons .icon.icon_twitter:hover, .yith-wcwl-share li a.twitter:hover {
    background-color: #2478ba;
    border-color: #2478ba;
}
.social-icons .icon.icon_email:hover, .yith-wcwl-share li a.email:hover {
    background-color: #111111;
    border-color: #111111;
}
.social-icons .icon.icon_pintrest:hover, .yith-wcwl-share li a.pinterest:hover {
    background-color: #cb2320;
    border-color: #cb2320;
}
.social-icons .icon.icon_rss:hover {
    background-color: #fc7600;
    border-color: #fc7600;
}
.social-icons .icon.icon_twitter:hover {
    background-color: #2478ba;
    border-color: #2478ba;
}
.social-icons .icon.icon_instagram:hover {
    background-color: #3b6994;
    border-color: #3b6994;
}
.social-icons .icon.icon_vk:hover {
    background-color: #527498;
    border-color: #527498;
}
.social-icons .icon.icon_googleplus:hover, .yith-wcwl-share li a.googleplus:hover {
    background-color: #dd4e31;
    border-color: #dd4e31;
}
.social-icons .icon.icon_linkedin:hover {
    background-color: #0072b7;
    border-color: #0072b7;
}
.social-icons .icon.icon_youtube:hover {
    background-color: #c33223;
    border-color: #c33223;
}
.social-icons .icon.icon_flickr:hover {
    background-color: #e5086f;
    border-color: #e5086f;
}
.social-icons.size-small .icon:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #000000 !important;
}

.breadcrumb {
    border-radius: 4px;
    font-size: 12px;
    list-style: none outside none;
    margin: 0 0 20px;
}
.breadcrumb > li {
    display: inline-block;
    text-shadow: 0 1px 0 #FFFFFF;
}
.breadcrumb > li > .divider {
    color: #CCCCCC;
    display: inline-block;
    font-size: 0;
    height: 16px;
    padding: 0;
    position: relative;
    vertical-align: bottom;
    width: 16px;
}
.lt-ie9 .breadcrumb > li > .divider {
    top: 1px;
}
.lt-ie9 .breadcrumb > li > .divider:after {
    top: -2px;
}
.breadcrumb > li > .divider:after {
    color: #585858;
    content: "ï¿½?";
    display: block;
    font-family: Symbolicons;
    font-size: 22px;
    height: 18px;
    opacity: 0.25;
    position: absolute;
    right: 0;
    top: -4px;
    transform: scale(0.5, 0.5);
    width: 18px;
}
.breadcrumb a {
    color: #535353;
    display: inline-block;
    padding: 0 5px;
}
.breadcrumb .active {
    color: #999999;
}
.breadcrumb-cap {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-image: none;
    border-radius: 5px 5px 0 0;
    color: #ABBFDF;
    font-size: 14px;
    list-style: none outside none;
    margin: 0;
    padding: 0px 15px;
    border: solid 1px #ccc;

}

.sticky {
    -webkit-box-shadow: #DDD 0px 1px 2px;
    position: relative;
    background-color: #F4F39E;
    border-color: #DEE184;
    text-align: justify;
    margin: 10px 0px;
    padding: 1.5em 1em;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    font-family: calibri;
    min-height: 152px;
}

.ament{
    font-size: 12px;
    padding-top: 10px;
}
#propertyReport_type{
    margin-bottom: 20px;
}

#propertyReport_type label, #propertyReport_type input{
    display: block;
}

#propertyReport_type input{
    margin-right: 5px;
    float: left;
}

.listado{
    font-family: 'Varela Round', sans-serif;
    margin: 8px; padding-bottom: 10px; /*border-bottom: solid 1px #ccc;*/
}



.breadcrumb-capg {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #c0c0c0;
    border-image: none;
    border-radius: 0 0 0 0;
    /*    color: #ABBFDF;*/
    font-size: 13px;
    list-style: none outside none;
    background-color: #FFFFFF;
    padding-left: 15px;
    //position: fixed;
    //z-index: 1; 
    width: 100%; 
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;

}


.glyphicon {
    top: 3px;
}

.breadcrumb-capg .btn{
    padding: 2px 7px;
}


.popover-content .btn{
    padding: 0px 7px;

}

.popover-title{
    padding: 5px 14px;
    font-weight: bold;
}

.listing-row .badge{
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #555555;
    line-height: 1.42857;
    margin: 0 5px;
    padding: 2px 8px;
    position: relative;
    text-decoration: none;
    border-radius: 0;
}

.listado .thumbnail{
    margin-bottom: 5px;
}


.breadcrumb-cap:before, .breadcrumb-cap:after {
    content: "";
    display: table;
    line-height: 0;
}
.breadcrumb-cap:after {
    clear: both;
}
.breadcrumb-cap a, .breadcrumb-cap a:hover {
    color: #35AEDA;
    text-decoration: none;
    font-weight: lighter;
}
.breadcrumb-cap > li, .breadcrumb-cap .breadcrumb-actions > ul > li {
    display: inline-block;
    position: relative;
    text-shadow: none;
}
.breadcrumb-cap > li.breadcrumb-actions, .breadcrumb-cap .breadcrumb-actions > ul > li.breadcrumb-actions {
    float: right;
}
.breadcrumb-cap > li.active, .breadcrumb-cap > li.active > a, .breadcrumb-cap .breadcrumb-actions > ul > li.active, .breadcrumb-cap .breadcrumb-actions > ul > li.active > a {
    color: #555555;
}
.breadcrumb-cap > li > a, .breadcrumb-cap .breadcrumb-actions > ul > li > a {
    padding: 10px 5px 9px 5px;
    text-transform: uppercase;
    font-size: 13px
}
.breadcrumb-cap > li > .divider, .breadcrumb-cap .breadcrumb-actions > ul > li > .divider {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    min-height: 38px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 0;
    width: 12px;
}
.lt-ie9 .breadcrumb-cap > li > .divider, .lt-ie9 .breadcrumb-cap .breadcrumb-actions > ul > li > .divider {
    top: 0;
}
.breadcrumb-cap > li > .divider:before, .breadcrumb-cap .breadcrumb-actions > ul > li > .divider:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1F498A;
    border-image: none;
    border-right: medium solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 24px medium 24px 12px;
    content: "";
    margin: -24px 0 0 -13px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: 50%;
}
.lt-ie9 .breadcrumb-cap > li > .divider:before, .lt-ie9 .breadcrumb-cap .breadcrumb-actions > ul > li > .divider:before {
    top: 20px;
}
.breadcrumb-cap > li > .divider:after, .breadcrumb-cap .breadcrumb-actions > ul > li > .divider:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3396CD;
    border-image: none;
    border-right: medium solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 24px medium 24px 12px;
    content: "";
    height: auto;
    margin: -24px 0 0 -13px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: scale(1, 1);
    width: auto;
}
.lt-ie9 .breadcrumb-cap > li > .divider:after, .lt-ie9 .breadcrumb-cap .breadcrumb-actions > ul > li > .divider:after {
    top: 20px;
}
.breadcrumb-cap .breadcrumb-actions > ul > li > a {
    padding-right: 15px;
}


.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: " ";
    padding: 0 0px;
}


.profile-banner{
    height: 690px; 
    padding: 0;
}

.toolbar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    padding: 5px 0 5px 5px;
    margin: 0 1px;
    background-color: white;
    border: 0;
}

.toolbar-list {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CFE1EF;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0px;
    padding: 5px 0 5px 5px;
    margin: 0 1px;
    background-color: white;

}

.toolbar .btn-toolbar {
    margin: 0;
    padding-left: 0;

}

.path{
    top: 3px;
    color: #39B1DC;
}

.pathw{
    top: 3px;
    color: #FFFFFF;
}

/************************************   ADMINISTRACION DE USUARIOS  ****************************/
#shadow {
    background: url("../images/7DC6DD580A0885DE5477AF7E5A3F4F-shadow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 18px;
    position: relative;
    background-size: 100%;

}

.notifications-panel a, .notifications-panel a:hover{
    color: #555558;
}

.notifications-panel-mobile .glyphicon {   
    font-size: 16px;    
    margin-right: 3px;
    top:5px; 
}

.badge{
    background-color: #FFF;
    border: 1px solid #ccc;
    color: #555558;
}

.ui-widget-content{
    background: none;   
    border: 1px solid #ccc;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0px solid #77d5f7;
    background: none;
    font-weight: normal;
    color: #333333;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: transparent;
    border: 1px solid #097EA9;
    color: #915608;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 0px solid #636566;
    background: none;
    font-weight: bold;
    color: #ffffff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 0px solid #448dae;
    background: #eee;
    font-weight: normal;
    color: #026890;
}

.ui-datepicker .ui-datepicker-next {
    right: 1px;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 1px;
    width: 1.8em;
    height: 1.8em;
}
.calendar-year-dashboard .ui-datepicker{
    width: 100%;
}

.dashboard-8{
    width: 66.66666667%;
}

.calendar-year .ui-datepicker-header{
    padding: 1px;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
}

.calendar-year th {
    padding: 1px;
    color: #666666;
    font-weight: lighter;
    font-size: 12px;
    font-family: 'Varela Round', sans-serif;
}
.calendar-year .ui-widget-header {
    color: #FFF;
    font-weight: lighter;
    font-size: 14px;
    background: rgba(60,63,64,0.8);
    border: 0;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
}

.calendar-year .ui-datepicker-prev span, .calendar-year .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.calendar-year  td {
    border: 0;
    padding: 0;
}

.calendar-year  thead {
    background: #EFEFEF;
}

.ui-datepicker-calendar thead{
    background: #EFEFEF;
}


.calendar-year  table {
    background-color: #FFFFFF;
    margin: 0 0 1px 0;
}

.calendar-year .ui-state-default {
    color: #333333;
}

.calendar-year td span, .calendar-year td a {
    text-align: center;
    font-size: 12px;
    padding: 2px;
}

.properties-container-profile {
    font-family: 'Varela Round', sans-serif;
    padding-left: 0;
}

.properties-container-profile .list-group{
    font-size: 13px;
}




.properties-container-profile .list-group .list-group-item{
    font-size: 12px;
}

.list-group-item:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; 
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


.calendar-year .ui-datepicker-group{
    width: 33.333%;
    float: left;
    height: 220px;
}

.calendar-year tr{
    border-left: 0;
    border-right:  0;
}

.calendar-year .ui-corner-left, .calendar-year .ui-corner-right{
    border-radius: 0px;
}

.calendar-year  .ui-widget-content {

    border: 0px solid #A6C9E2;

}


.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 3px;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover{
    background-image: -webkit-linear-gradient(top, #63CEEC, #34AEDA);
}

.calendar-year  .ui-datepicker-multi .ui-datepicker-group table {
    height: 159px;
    margin: 0 auto 0.4em;
    width: 99%;
}

.ui-widget {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.1em;
}

.calendar-year .booked .ui-state-default{
    background-color: #c6c6c6;
}
.calendar-year .tentative .ui-state-default{
    background-color: #fbe0c5;
}

.booked .ui-state-default{
    background-color: #c6c6c6;
    color: #333333;

}

#form-description .calendar-year .booked .ui-state-default{
    background-color: #f6b0ae;
}

.blocked .ui-state-default{
    background-color: #c6c6c6;
    color: #333333;

}

.blocked-front .ui-state-default{
    background-color: #c6c6c6;
    color: #333333;

}

#form-description  .ui-datepicker-calendar .half_day_start .ui-state-default{
    background-image: url("../images/icons/calendar-pink-start.jpg");
    background-color: #f6b0ae;
    background-size: cover;
    background-repeat: no-repeat;

}

#form-description  .ui-datepicker-calendar .half_day_start_blocked .ui-state-default{
    background-image: url("../images/icons/calendar-grey-start.jpg");
    background-color: #f6b0ae;
    background-size: cover;
    background-repeat: no-repeat;

}

#form-description  .ui-datepicker-calendar .half_day_end_blocked .ui-state-default{
    background-image: url("../images/icons/calendar-grey-end.jpg");
    background-color: #f6b0ae;
    background-size: cover;
    background-repeat: no-repeat;

}

#form-description  .ui-datepicker-calendar .ui-datepicker-today .ui-state-active{
    border: 1px solid #097EA9;
    font-weight: bold;
    background-color: transparent;
}

#form-description .ui-datepicker-calendar .booked-multiple .ui-state-default{
    background-image: url("../images/icons/calendar-pink-pink.jpg");
    background-color: #f6b0ae;
    background-size: cover;
    background-repeat: no-repeat;

}




#form-description .ui-datepicker-calendar .half_day_end .ui-state-default{
    background-image: url("../images/icons/calendar-pink-end.jpg");
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;

}



.ui-datepicker-calendar .half_day_start .ui-state-default, .ui-datepicker-calendar .half_day_start_blocked .ui-state-default{
    background-image: url("../images/icons/calendar-start.jpg");
    background-color: #c6c6c6;
    background-size: cover;
    background-repeat: no-repeat;

}



.ui-datepicker-calendar .half_day_start_tentative .ui-state-default{
    background-image: url("../images/icons/calendar-orange-start.jpg");
    background-color: #fbe0c5;
    background-size: cover;
    background-repeat: no-repeat;

}


.ui-datepicker-calendar .tentative-booked .ui-state-default{
    background-image: url("../images/icons/calendar-orange-pink.jpg");
    background-color: #c6c6c6;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .booked-tentative .ui-state-default{
    background-image: url("../images/icons/calendar-pink-orange.jpg");
    background-color: #c6c6c6;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .blocked-booked .ui-state-default{
    background-image: url("../images/icons/calendar-grey-pink.jpg");
    background-color: #c6c6c6;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .booked-blocked .ui-state-default{
    background-image: url("../images/icons/calendar-pink-grey.jpg");
    background-color: #c6c6c6;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .tentative-blocked .ui-state-default{
    background-image: url("../images/icons/calendar-orange-grey.jpg");
    background-color: #c6c6c6;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .blocked-tentative .ui-state-default{
    background-image: url("../images/icons/calendar-grey-orange.jpg");
    background-color: #c6c6c6;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .blocked-tentative .ui-state-default{
    background-image: url("../images/icons/calendar-grey-orange.jpg");
    background-color: #c6c6c6;
    background-size: cover;
    background-repeat: no-repeat;
}

.ui-datepicker-calendar .booked-multiple .ui-state-default{
    background-image: url("../images/icons/calendar-pink-pink.jpg");
    background-color: #c6c6c6;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .blocked-multiple .ui-state-default{
    background-image: url("../images/icons/calendar-grey-grey.jpg");
    background-color: #c6c6c6;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .tentative-multiple .ui-state-default{
    background-image: url("../images/icons/calendar-orange-orange.jpg");
    background-color: #fbe0c5;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .ui-datepicker-unselectable{
    opacity: 1;
}

.ui-datepicker-calendar .half_day_end .ui-state-default, .ui-datepicker-calendar .half_day_end_blocked .ui-state-default{
    background-image: url("../images/icons/calendar-end.jpg");
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .half_day_end_tentative .ui-state-default{
    background-image: url("../images/icons/calendar-orange-end.jpg");
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .half_day_end .ui-state-hover{
    background-image: url("../images/icons/calendar-end.jpg");
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .half_day_end_tentative .ui-state-hover{
    background-image: url("../images/icons/calendar-orange-end.jpg");
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .half_day_start .ui-state-hover{
    background-image: url("../images/icons/calendar-start.jpg");
    background-color: #c6c6c6;
    background-size: cover;
    background-repeat: no-repeat;

}

.ui-datepicker-calendar .half_day_start_tentative .ui-state-hover{
    background-image: url("../images/icons/calendar-orange-start.jpg");
    background-color: #fbe0c5;
    background-size: cover;
    background-repeat: no-repeat;

}




.tentative {
    opacity: 1;    
}

.tentative .ui-state-default{
    background-color: #fbe0c5;
    color: #333333;
}

#ui-datepicker-div {
    padding: 0px;
    width: 17em;
}

#ui-datepicker-div .ui-datepicker-calendar{
    height: 153px;
}

#ui-datepicker-div .ui-datepicker-header{
    padding: 1px;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
}


#ui-datepicker-div th {
    padding: 1px;
    color: #666666;
    font-weight: lighter;
    font-size: 12px;
    font-family: 'Varela Round', sans-serif;
}


#ui-datepicker-div .ui-widget-header {
    color: #FFF;
    font-weight: lighter;
    font-size: 14px;
    background: rgba(60,63,64,0.9);
    border: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.ui-widget-header a{background-color: transparent;}


#ui-datepicker-div  td {
    border: 0;
    padding: 0;
}

.love-row{
    font-family: 'Lobster', cursive;
    color: #555555;
    font-size: 19px;
    border: 0; 
    padding: 4px 12px
}

.love-row:hover{
    background-color: #FFF;
}

.price-info{
    font-size: 11px;
    margin-bottom: 15px;
}

.price-result{
    font-size: 30px;

}

.price-symbol{
    font-size: 20px;
    margin-bottom: -3px;
    padding-top: 3px;
}

#ui-datepicker-div  table {
    background-color: #FFFFFF;
    margin: 0 0 1px 0;
}

#ui-datepicker-div .ui-state-default {
    color: #333333;
}

#ui-datepicker-div .ui-datepicker-unselectable .ui-state-default{
    color: #999999;
}
.content-owner #datepick-year .ui-datepicker-unselectable .ui-state-default{
    color: #999999;
}

#ui-datepicker-div td span, #ui-datepicker-div td a {
    text-align: center;
    font-size: 12px;
    padding: 1px;
}


.ui-datepicker-trigger{
    cursor: pointer;
    display: block;
    height: 21px;
    line-height: 34px;
    position: absolute;
    right: 27px;
    text-align: center;
    top: 7px;
    width: 20px;
}

.calendario .ui-datepicker {
    padding: 1px;
    width: 15em;
}

.calendar .ui-datepicker {
    padding: 1px;
    width: 19em;
}

.calendario .ui-datepicker .ui-datepicker-header {
    padding: 1px;
    font-family: Calibri, Helvetica Neue, Myriad Pro;
    font-size: 13px;
}

.calendario .ui-widget-header {
    background: #39b1dc;
    border: 0;
    color: black;
    font-weight: bold;
}



.ui-dialog .ui-button {
    background-color: #428BCA;
    border-color: #357EBD;
    color: #FFFFFF;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #39b1dc;
    border-color: #39b1dc;
}



.ui-dialog .ui-dialog-titlebar-close{
    background-color: #3396CD;
}

.ui-widget-header {
    color: #FFF;
    font-weight: lighter;
    font-size: 14px;
    background: rgba(60,63,64,0.9);
    border: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.properties-container .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
}

.properties-container .nav > li > a {
    background-color: #9E9E9E;
    padding: 5px;
    color: #FFFFFF;
}
.properties-container .nav > li {
    text-align: center;
    padding-right: 5px;

}

.container-list .nav > li {
    text-align: center;
    padding-right: 5px;
}

.properties-container .nav-pills > li.active > a, .properties-container .nav-pills > li.active > a:hover,.properties-container .nav-pills > li.active > a:focus {
    background-color: #3396CD;
    color: #FFFFFF;
}


.footer-links .nav-pills > li > a:hover, .footer-links .nav-pills > li > a:focus, .footer-links .nav-pills > li > a:active{
    background-color: transparent;
    color: #464545;
}

.footer-links .nav-pills > li{
    padding:0px 15px;
}

.footer-links .nav-pills > li.splitter{
    padding: 5px 10px;
    -webkit-padding-end:0px;
    -webkit-padding-start:0px;

}

.footer-links .nav-pills{
    margin: 0;
}



.properties-container-profile .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
}

.properties-container-profile .nav > li > a {
    background-color: #9E9E9E;
    padding: 5px;
    color: #FFFFFF;
}
.properties-container-profile .nav > li {
    text-align: center;
    padding-right:  5px;  
}


.properties-container-profile .nav > li:last-child {
    text-align: center;
    width: auto;
}

.properties-container-profile .nav-pills > li.active > a, .properties-container-profile .nav-pills > li.active > a:hover,.properties-container-profile .nav-pills > li.active > a:focus {
    background-color: #3396CD;
    color: #FFFFFF;
}


#globalnav-nav-profile{
    width: 90%;
}

#globalnav-nav-profile nav.nav{
    background-color: white;
}


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 38px;
    -webkit-background-size: 27px 38px;
    background-size: 27px 38px;
    background-position: center;
    background-repeat: no-repeat;
}


.favorite {
    position: absolute;
    top: 20px;
    padding: 1px;
    z-index: 1;
    left: 38px;
    font-size: 35px;
    color:#FFFFFF;
    text-shadow: 0px 0px 2px #000;

}

.favorite-fill{
    position: absolute;
    top: 20px;
    padding: 1px;
    z-index: 1;
    left: 38px;
    font-size: 35px;
    color: rgba(60,63,64,0.7);

}

.popup-separator {
    background: none;
    height: 34px;
    position: relative;
    text-align: center;
}

.popup-separator-text {
    background-color: #fff;
    display: inline-block;
    padding: 8px;
}

.popup-separator hr {
    margin: -16px auto 10px auto;
    width: 90%;
}

.favorite-register{
    position: absolute;
    top: 20px;
    padding: 1px;
    z-index: 1;
    left: 38px;
    font-size: 35px;
    color:#555555;
}

.my-fav{
    color:#CC0000; 
}

.favorite-p-fill, favorite-p{
    font-size: 17px;
}


.list-row-link-list{
    text-decoration: none;

}

.list-row-link-list :hover{
    background-color: #F0F5F8;

}
.list-row-link{
    text-decoration: none;
    color: #555555;

}
.list-row-link :hover{
    background-color: #F0F5F8;

}
.list-row-link :hover a{
    color:  #2A6496;

}

.list-row-link a{
    text-decoration: none;
    color: #555555;

}
.list-row-link a:hover{
    color: #2A6496;
    text-decoration: none;
}

.color-swatch {
    border-radius: 3px;
    float: left;
    height: 20px;
    margin: 0 5px;
    width: 25px;
}

.properties-container{

    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    min-height: 470px;
    border-bottom: 1px solid #CCC;
    min-height: 435px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.container-list{

    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    min-height: 470px;
    border-bottom: 1px solid #CCC;
    min-height: 435px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.container-list-traveler{
    border: 1px solid #eee;

}

.properties-container .img-thumbnail {
    border: 0px;
    border-radius: 0px;
    width: 260px;
}

.properties-container .col-md-4 {
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;

}

.properties-container .col-md-2 {
    min-height: 1px;
    padding-right: 0px;


}

.properties-container .col-md-5 {
    min-height: 1px;
    padding-left: 5px;
    position: relative;

}

#form-description .col-sm-1{
    min-height: 1px;
    padding-left: 0px;
    padding-right:  15px;
    position: relative;
}

.properties-container .col-md-3 {
    min-height: 1px;
    position: relative;

}
.pagination {


    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.pagination > a, .pagination  > span {
    background-color: #FFFFFF;
    border-left: 0px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-bottom:  1px solid #DDDDDD;
    color: #428BCA;
    float: left;
    line-height: 1.42857;
    margin: 0;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination >  a:first-child, .pagination > span:first-child {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #428BCA;
    float: left;
    line-height: 1.42857;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > a:hover, .pagination > span:hover{
    background-color: #F4F4F4;
}


.properties-container-dashboard{

    border-left: 0px solid #CFE1EF;
    border-right: 0px solid #CFE1EF;
    min-height: 470px;

    min-height: 402px;


}

.properties-container-dashboard .img-thumbnail {
    border: 0px;
    border-radius: 0px;
    width: 260px;
}

.properties-container-dashboard .col-md-4 {
    min-height: 1px;
    padding-right: 0px;
    padding-left: 15px;

}

.calendar .col-md-2 {
    padding-left: 0px;
}

.properties-container-dashboard .col-md-5 {
    min-height: 1px;
    padding-left: 5px;
    position: relative;

}

.properties-container-dashboard .col-md-3 {
    min-height: 1px;
    position: relative;

}


.deactivate-form .form-control {
    width: 100%;
}

.note{
    border-radius: 6px; 
    background-color:#E9F3F6; 
    padding: 5px 0px 5px 15px; 
}

.note-title{
    border-radius: 6px; 
    background-color: #E9F3F6; 
    padding: 5px 0px 5px 15px; 
    margin-right: 10px;
}



.dash-widget{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: white;
    padding: 10px 10px;
    border: 1px solid #CCC;

}

.dash-title{
    color:#424242;
}

.dash-widget-content{
    color: #717171;
    margin: 15px 0;
    min-height: 102px;   
}

.text-success{
    color: #759E1A;
}

.text-warning{
    color: #F69B46;
}

.text-pending{
    color: #F69B46; 
}

.text-confirmed{
    color: #759E1A; 
}


.text-active{
    color: #759E1A;
}

.label-inactive {
    background-color: #7C7B7B;
}

.label-active {
    background-color: #5DC303;
}

.text-Standby{
    color: #F69B46;
}

.navbar-collapse-mobile{
    padding-left: 0;
}

.text-inactive{
    color: #D9534F;
}

.property-status .btn{
    padding: 1px 12px;
}


.dash-widget-item{

    padding: 5px;

}




.pager-container{
    padding-right: 30px;
}

.ui-corner-all{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.ui-state-hover{
    background: #CFE1EF;
}

.calendario .ui-datepicker th {
    padding: 1px;
    color: #666666;
    font-weight: lighter;
    font-size: 12px;
    font-family: Calibri, Helvetica Neue, Myriad Pro;
}


.calendario .ui-widget-header {
    color: #FFFFFF;
    font-weight: lighter;
    font-size: 14px;
}


.calendario .ui-datepicker td {
    border: 0.5px solid #DDDDDD;
    padding: 0;
}


.calendario .ui-datepicker table {
    background-color: #EFEFEF;
    margin: 0 0 1px 0;
}

.ui-state-default {
    color: #333333;
}

.calendario.ui-datepicker td span, .calendario .ui-datepicker td a {
    text-align: center;
    font-size: 12px;
    padding: 2px;
}

.form-control-feedback img{
    display: block;
    height: 21px;
    line-height: 34px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 6px;
    width: 20px;
    background-color: white;
}

.ft-region-view-all{
    font-size: 17px;
    font-family: Calibri, Helvetica Neue, Myriad Pro; 
}

.ft-region-view-all-down{
    font-size: 14px;
    font-family: Calibri, Helvetica Neue, Myriad Pro; 
}

.mobile-navbar{
    margin-bottom: 0px;
}

h2, .h2 {
    font-size: 24px;
    font-family: Calibri, Helvetica Neue, Myriad Pro;
    color: #6D6D6D;
    font-weight: lighter;
}

#map-container{
    margin-top: 90px;
    margin-bottom: 45px;
}


.char-count, .char-remaining{
    font-size: 12px;
}

#map{
    height: 400px;

}

textarea.form-control{
    height: 120px;
}

.form-group {
    margin-bottom: 0;
}
.tabbed-content  {
    width: 100%;
}

.tabbed-content .navbar {
    margin-bottom: 0;
}

.tabbed-content .navbar-inner:before, .navbar-inner:after {
    content: "";
    display: table;
    line-height: 0;
}
.tabbed-content .navbar-inner:after {
    clear: both;
}
.tabbed-content .navbar-inner:before, .navbar-inner:after {
    content: "";
    display: table;
    line-height: 0;
}
.tabbed-content .navbar-inner {
    border-left: 0 none;
    border-right: 0 none;
}

.tabbed-content .navbar-inner {
    background-image: -moz-linear-gradient(center top , #FFFFFF 0px, #FFFFFF 50%, #F0F5F8 50%, #F0F5F8 100%);
    background-size: 100% auto;
    border-bottom:  1px solid #B5CEDC;
    min-height: 40px;
    padding: 0 20px;
}

.tabbed-content .navbar .nav {
    display: block;
    float: left;
    left: -20px;
    margin: 0 10px 0 0;
    position: relative;
}
.tabbed-content .nav {
    list-style: none outside none;
    margin-bottom: 20px;
    margin-left: 0;
}
.tabbed-content ul, ol {
    margin: 0 0 10px 15px;
    padding: 0;
}

.tabbed-content .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #333333;
    margin-bottom: -1px;
    text-decoration: none;
}
.tabbed-content .navbar .nav > li > a {
    color: #2A6EBB;
    float: none;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #F0F5F8;
}
.tabbed-content .nav > li > a {
    display: block;
}

.tabbed-content .navbar .nav > li {
    float: left;
}

.tabbed-content .navbar .divider-vertical {
    border-left: 1px solid #CFE1EF;
    border-right: 1px solid #FFFFFF;
    height: 40px;
}



a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #F0F5F8;
    border-color: #428BCA;
    color: #FFFFFF;
    z-index: 2;
}

.amenities-profile .webui-popover-content{
    padding: 9px 7px;
}

#calendar .fc-header tr{
    background-color: #CFE1EF;
} 

#calendar .fc-header td {
    padding-top: 13px;
}

#calendar .fc-event-inner{
    background-color: #c6c6c6;
    border-radius: 3px;
}

#calendar .fc-event { 
    border: 0px solid #3A87AD;

}

#calendar .fc-event-title{
    color: #FFFFFF;
}

#calendar {
    padding: 0;
} 

.car input{
    margin: 10px;
}

.upload button{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.row-reviews{
    margin-top: 12px;
}


.has-feedback .form-control-feedback {
    display: block;
    height: 31px;
    line-height: 34px;
    position: absolute;
    right: 19px;
    text-align: center;
    top: 1px;
    width: 34px;
    background-color: white;
}

#map svg{
    width: 600px;

}

.thumbnail {
    background-color: #FFFFFF;
    border: 0px solid #DDDDDD;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
}

.thumbnail-profile{
    background-color: #FFFFFF;
    border: 0px solid #DDDDDD;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 0px;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;  
}

.thumbnail-primary{
    font-family: Calibri, Helvetica Neue, Myriad Pro;
    font-size: 17px;
}



#formContact textarea.form-control {
    height: 55px;
}

#formInvestor textarea.form-control {
    height: 80px;
}

#formContact .col-md-1 {
    width:  10.333333%
}

#formContact .col-sm-offset-1, #formContact .col-md-offset-1{
    margin-left:   6.333333%;
}

#form .checkin{
    padding-right: 15px;
}

#form .checkout{
    padding-right: 15px;
}


.side-image{
    padding-right: 40px;
}

.captcha-error ul{
    padding-left: 0;
    color: #D9534F;
}

.btn-gradient-blue{
    border-color:  #ebebeb;
    color: #FFFFFF;
    font-size: 13px;
    background-color:#3CB3DD; 
}

.nav-pills > li > a {
    border-radius: 0px;
}

.btn-gradient-blue:hover,.btn-gradient-blue:focus, .btn-gradient-blue:active {
    color: #FFFFFF; 
}

.nav-contact.nav > li > a:hover, .nav-contact.nav > li > a:focus {
    text-decoration: none;
    color: #FFFFFF;

}


.btn-gradient{
    color: #FFFFFF;
    background-color: #eb7f0f;
    font-size: 13px;
}
.btn-gradient:hover,.btn-gradient:focus, .btn-gradient:active {
    color: #FFFFFF; 
}
.btn-gradient-search:hover,.btn-gradient-search:focus, .btn-gradient-search:active {
    color: #FFFFFF; 
    background-color: #ea6f16;
}
.btn-gradient-search{
    color: #FFFFFF;
    background-color: #FB7F25;
    font-size: 14px;
    padding-top: 7px;
}

.head{
    margin-left:0;

}
#chat{
    margin-top: 10px;
    padding-right: 30px;
}


.carousel-mine .carousel-gt-home {
    margin-bottom: 0;
}

.carousel-mine .carousel {
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}


.carousel-mine .carousel-inner {
    width: 706.666px;
}
.carousel-mine .carousel-inner {
    margin: 0 auto;
    width: 100%;
}

.carousel-mine.carousel-inner > .active {
    left: 0;
}
.carousel-mine.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
.carousel-mine.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}


.carousel-mine .homepage-rotation-item {

    float: left;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    margin-bottom: 10px;
    padding: 0;

}

.carousel-mine .col-md-8,.carousel-mine .col-sm-8{
    width: 66.24%;
    margin-right: 5px;
}

.carousel-mine .col-md-4,.carousel-mine .col-sm-4{
    width: 32.883333%;
    margin-right: 5px;
}

.carousel-mine .homepage-rotation-item img{
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    max-width: 100%;
    opacity: 0.9;
}


.carousel-mine .homepage-rotation-item img:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
    opacity: 1;

}


.featured-container .swiper-slide{
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;

}


.featured-container .swiper-slide:hover{

}

.media-container .img-responsive{
    opacity: 0.4;
}

.media-container .img-responsive:hover{
    opacity: 1;
}




.carousel-mine .prop-carousel-thumbnail {
    height: 250px;

}
.carousel-mine .prop-carousel-thumbnail {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    transition: opacity 0.3s ease-in 0s;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: -2%;
    color: #2A6EBB;
    font-size: 24px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: -1%;
    top: 41%;
    display: inline-block;
    position: absolute;
    z-index: 5;
    color: #2A6EBB;
    font-size: 24px;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control , .carousel-control .glyphicon-chevron-right {
    display: inline-block;
    position: absolute;
    top: 41%;
    z-index: 5;
}

.carousel-mine.icon-chevron-left:before {
    content: "î˜œ";
}

.icon-chevron-right:before {
    content: "ï¿½?";
}
.carousel-mine .ft-chevron {
    color: #2A6EBB;
    font-size: 24px;
}

.views-mobile{
    padding: 5px 0px;
    background-color: #DDD;
    text-align: center;
    font-size: 13px;
    font-family: 'Varela Round', sans-serif;
}

#search{
    padding: 11px 0;
}

.carousel-mine .carousel-control {
    top: 116px;
}
.carousel-mine .carousel-control {
    left: 50px;
}
.carousel-mine .carousel-control {
    font-size: inherit;
    height: auto;
    left: 0;
    position: static;
    margin-top: 0;
    top: 86px;
    width: auto;
}

.carousel-control {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 30px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.price-layer{
    color: #FFFFFF;
    font-size: 21px;
    background-color: rgba(60,63,64,0.8);
    margin-top: -37px;
    padding: 8px 12px;
}

.price-layer-list{
    //position: absolute;
    color: #FFFFFF;
    font-size: 17px;
    background-color: rgba(60,63,64,0.8);
    padding-bottom: 8px;
    padding-top: 8px;
    margin-top: -85px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 1;
}


.second-row-list{
    font-size: 13px;

}

.price-container-list{
    font-size: 16px;

}

.price-container-first{
    font-size: 15px;
}

.period{

    position: absolute;
    background-color: rgba(255,255,255,0.95);
    border: solid 1px #ccc;
    width: 96%;
    padding-top: 26px;
    min-height: 630px;
    left: 20px;

}   


.cover-dark{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}
.col-middle-gallery{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;

}


#formBookInquiry label{
    font-size: 12px;
}

#formBookInquiry .col-sm-2{
    padding: 0px 5px;
}

.views-layer{
    backface-visibility: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    background-color: rgba(0,0,0,0.8);
    border-radius: 50%;
    width: 95px;
    height: 95px;
    color: #FFFFFF;
    margin-top: 40px;
    text-align: center;
    padding: 0;  

}

.views-count-container{
    font-size: 27px;
    padding-top: 35px;
    padding-left: 0;
    font-weight: 600;
}

.views-container{
    font-size: 11px;
}


.profile-ul li{
    border-bottom: solid 1px #eee;
    padding: 10px 5px 0px 0px;
}


.cartel{
    background-color: #fff;
    margin-top: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;


}



.well{
    border: 0;
    padding: 0;
    box-shadow: none;
}

.well .row{
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #E9E4EA;
    border-top: 1px solid #fff;
    min-height: 45px;
}

.well .row:last-child{
    border-bottom: 0;
}

.well .amenitiesM{
    border: 0;
}
.well .amenitiesM .row{
    text-align: left;
    min-height: 25px;
}

.well .amenitiesM .row:last-child{
    border-bottom: 0;
}


.well .propertyM{
    border: 0;
}
.well .propertyM .row{
    text-align: left;
    min-height: 25px;
}

.well .propertyM .row:last-child{
    border-bottom: 0;
}




.well .locationM{
    border: 0;
}
.well .locationM .row{
    text-align: left;
    min-height: 25px;
}

.well .locationM .row:last-child{
    border-bottom: 0;
}

.well .col-xs-12{
    padding: 0;
}

.well .col-xs-4{
    padding-right: 0;
}

.well .col-xs-1{
    padding-left: 0;
}
.well .col-xs-11{
    padding: 0;
}


.well .col-xs-8{
    padding-right: 0;
}

.well .filter-label{
    padding-left: 0;
}

.well .row:first-child{
    border-top: 0px solid #fff;
}

.cartel h1 {

    color: #464646;

    font-size: 72px;

    font-weight: 500;

    line-height: 0;

    padding-top: 15px;

}

.panel-default>.panel-heading{
    color: #666666; 
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

.cartel h1 .free{

    color: #35aeda;
    font-family: mistral;
    font-size: 72px;
    font-weight: 500;

    padding-top: 15px;
    background: -webkit-linear-gradient(top, #80e3f8, #35aeda);
    background: linear-gradient(top, #80e3f8, #35aeda);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.title-suggestion{
    color: #35aeda;
    font-family: mistral;
    font-size: 36px;
    font-weight: 500;

}


.around-world h2 {

    color: #35aeda;
    font-size: 36px;
    font-weight: 300;
    font-family: mistral;
    padding-top: 5px;
}

.cartel h3 {

    color: #464646;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Varela Round',sans-serif;
    padding-top: 20px;
}

#big-box{
    position: absolute;  
    margin-top: 92px
}

.slider-text{
    margin-bottom: 30px;
}

.carousel-caption{
    margin-left: 3%;
    top:20%;
}


/* =Content
-------------------------------------------------------------- */





#fc_chat_layout.fc-collapsed {
    bottom: -350px;
}
#fc_chat_layout {
    right: 30px;
}
#fc_chat_layout {
    border-radius: 3px 3px 0 0;
    bottom: -1px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: block;
    position: fixed;
    text-align: left !important;
    transition: bottom 0.6s ease 0s;
    width: 280px;
    word-wrap: break-word;
    z-index: 100000;
}

#fc_chat_layout.fc-expanded #fc_chat_header {
    background-image: none;
}
#fc_chat_layout #fc_chat_header {
    background-color: #58A913;
}
#fc_chat_layout #fc_chat_header {
    color: #ffffff;
}
#fc_chat_layout #fc_chat_header {
    background-position: 96% 10px;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
    display: block;
    height: 35px;
    width: 100%;
}

#fc_chat_layout #fc_chat_title {
    cursor: pointer; 
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
}


.lc-minimize {
    font-size: 24px;
    right: 10px;
    top: 2px;
}
.lc-minimize{
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 400;
    height: 16px;
    line-height: 14px;
    position: absolute;
    right: 8px;
    text-align: center;
    text-shadow: none;
    top: 10px;
    width: 16px;
}


#fc_chat_layout #fc_chat_container {
    border-color: rgba(6, 118, 96, 0.3);

}
#fc_chat_layout #fc_chat_container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none solid;
    border-width: medium 1px;
    clear: both;
    min-height: 350px;
    overflow: hidden;
    text-align: left;
}


#fc_chat_layout #fc_chat_container .fc_pre-form {
    background-color: #fff;
    min-height: 350px;
}
#fc_chat_layout.fc-form .fc_pre-form {
    display: block;
}

#fc_chat_layout #fc_chat_container .formfield_wrap {
    margin: 18px 10px 10px;
}

.txtfield_wrap {
    margin-bottom: 5px;

}
#fc_chat_layout #fc_chat_container .fc_pre-form ul li {
    list-style: outside none none;
    padding: 0;
    position: relative;
}
#fc_chat_layout #fc_chat_container .formfield_wrap .txtfield_wrap label {
    background-color: #fff;
    color: #999;
    display: inline-block;
    font-size: 12px;
    height: 14px;
    left: 10px;
    overflow: hidden;
    padding: 0 2px;
    position: absolute;
    text-indent: 0;
    top: -7px;
    z-index: 3;
}
#fc_chat_layout #fc_chat_container .formfield_wrap .chat_required span {
    color: #ef505f;
    font-size: 18px;
    position: relative;
    vertical-align: top;
}


#fc_chat_layout #fc_chat_container .formfield_wrap .txtfield_wrap input, #fc_chat_layout #fc_chat_container .formfield_wrap .txtfield_wrap .fc-select, #fc_chat_layout #fc_chat_container .formfield_wrap .txtfield_wrap textarea {
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    direction: ltr;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    outline: medium none;
    padding: 7px 11px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 2;
}
#fc_chat_layout button, #fc_chat_layout input {
    line-height: normal;
}
#fc_chat_layout button, #fc_chat_layout input, #fc_chat_layout select, #fc_chat_layout textarea {
    font-size: 100%;
}

#fc_chat_layout #fc_chat_container .fc_btn_holder {
    margin: 0 10px;
}

#fc_chat_layout #fc_chat_container #fc_chat_start {

    border: 1px solid #666;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 8px 0 11px;
    padding: 6px 40px;
    text-indent: -9999em;
    text-shadow: none;
    width: 100%;
}
#fc_chat_layout button, #fc_chat_layout input[type="button"], #fc_chat_layout input[type="reset"], #fc_chat_layout input[type="submit"] {
    -moz-appearance: button;
    cursor: pointer;
}
#fc_chat_layout button, #fc_chat_layout select {
    text-transform: none;
}
#fc_chat_layout button, #fc_chat_layout input {
    line-height: normal;
}
#fc_chat_layout button, #fc_chat_layout input, #fc_chat_layout select, #fc_chat_layout textarea {
    font-size: 100%;
}
#fc_chat_layout #fc_chat_container .formfield_wrap .txtfield_wrap label {
    background-color: #fff;
    color: #999;
    display: inline-block;
    font-size: 12px;
    height: 14px;
    left: 10px;
    overflow: hidden;
    padding: 0 2px;
    position: absolute;
    text-indent: 0;
    top: -7px;
    z-index: 3;
}

#fc_chat_layout.fc-collapsed #fc_chat_header .lc-close {
    display: none;
}

.list-content-right{
    text-align: right;
}

#content {
    margin-top: 40px;
    margin-bottom: 20px;
}

#content-full {
    margin-top: 40px;
    margin-bottom: 20px;
}

#content-blog {
    margin-top: 40px;
    margin-bottom: 20px;
}


#content-images {
    margin-bottom: 20px;
}

#content-search {
    margin-bottom: 20px;
    margin-top: 20px;
}

#content-archive {
    margin-top: 40px;
    margin-bottom: 20px;
}

#content-sitemap {
    margin-top: 40px;
    margin-bottom: 20px;
}

#content-sitemap a {
    font-size: 12px;
}

#content .sticky {
    clear: both;
}

#content .sticky p {
}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
    display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */



/* =Post
-------------------------------------------------------------- */
.comments-link {
    font-size: 12px;
}

#cancel-comment-reply-link {
    color: #990000;
}

.post-data {
    clear: both;
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
}

.post-data a {
    color: #111111;
}

.post-entry {
    clear: both;
}

.post-meta {
    clear: both;
    color: #9f9f9f;
    font-size: 12px;
    margin-bottom: 10px;
}

.post-edit {
    clear: both;
    display: block;
    font-size: 12px;
    margin: 1.5em 0;
}

.post-search-terms {
    clear: both;
}

.read-more {
    clear: both;
    font-weight: 700;
}

.attachment-entry {
    clear: both;
    text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
    display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
    color: #aaaaaa;
    font-size: 18px;
    margin-left: 5px;
}

.form-allowed-tags {
    display: none;
    font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 20px;
}

.homepage-rotation-item{
    padding-right: 5px;
    padding-left: 5px;
}

#widgets {
    margin-top: 40px;
}

#widgets a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}



#widgets ul,
#widgets ol {
    padding: 0 0 0 20px;
}

#widgets ul li a {
    display: inline;
    text-decoration: none;
}

#widgets .widget-title img {
    float: right;
    height: 11px;
    position: relative;
    top: 4px;
    width: 11px;
}

#widgets .rss-date {
    line-height: 18px;
    padding: 6px 12px;
}

#widgets .rssSummary {
    padding: 10px;
}

#widgets cite {
    font-style: normal;
    line-height: 18px;
    padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
    display: block;
    line-height: 1.5em;
    margin: 0;
    word-wrap: break-word;
}

#widgets .textwidget a {
    display: inline;
}

#widgets ul .children {
    padding: 0 0 0 10px;
}

#widgets .author {
    font-weight: 700;
    padding-top: 4px;
}

.widget_archive select, #cat {
    display: block;
    margin: 0 15px 0 0;
}

#colophon-widget ul {
}

.colophon-widget {
    background: none;
    min-height: 0;
}


#top-widget {
}

.top-widget {
    background: none;
    border: none;
    clear: right;
    float: right;
    min-height: 0;
    padding: 0 3px 0 0;
    text-align: right;
    width: 45%;
}

.top-widget ul {
    padding: 0;
}


.formulario .form-control[readonly] {
    background-color: #f2f2f2;
    cursor: default;
}


/* =Titles
-------------------------------------------------------------- */
.featured-title {
    color: #fff;
    font-family: Helvetica Neue,Arial,sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.featured-title:hover {
    color: #fff;
}

.featured-subtitle {
    padding: 0 10px;
    color: #fff;
    font:18px Calibri, Helvetica Neue, Myriad Pro;
}


#btn-banner{
    margin-top: 15px;
}




.widget-title h3,
.widget-title-home h3 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: left;
}

.top-widget .widget-title h3 {
    font-size: 14px;
    padding: 0;
    text-align: right;
}

.widget-title a {
    border-bottom: none;
    padding: 0 !important;
}

.title-404 {
    color: #993333;
}



/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text{
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
    display: block;
    padding: 0.5em 0.5em 0.5em 0;
    position: relative;
}

.skip-link {
    background: #f5f5f5;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
    font-size: 0.8125em;
    margin-left: -100%;
    padding: 0.5em;
    text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
    border: 1px solid #666;
}

.custom-background .site {
    -webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
    -moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
    box-shadow: 0 -5px 5px 4px #d5d5d5;
    margin: 0 auto;
}


/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
    float: right;
    margin: 10px 0;
    padding: 0;
}

.top-menu li {
    display: inline;
    list-style-type: none;
}

.top-menu li a {
    border-left: 1px solid #cccccc;
    color: #333333;
    font-size: 11px;
    padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
    border-left: none;
}

.top-menu li a:hover {
    color: #333333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
    background-color: #585858;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
    background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
    background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
    background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
    background-image: -o-linear-gradient(top, #585858, #3d3d3d);
    background-image: linear-gradient(top, #585858, #3d3d3d);
    clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
    margin: 0 auto;
}

.main-nav {
    clear: both;
}

.menu,
.menu ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    border: 0;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}

.menu li:hover {
    white-space: normal;
    z-index: 10000;
}

.menu li li {
    float: none;
}

.menu ul {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 10;
}

.menu li:hover > ul {
    top: 100%;
    visibility: visible;
}

.menu li li:hover > ul {
    left: 100%;
    top: 0;
}

.menu:after,
.menu ul:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.menu,
.menu ul {
    min-height: 0;
}

.menu ul,
.menu ul ul {
    margin: 0;
    padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
    color: #484848;
    text-decoration: none;
}

.menu ul {
    margin-top: 1px;
    min-width: 15em;
    width: auto;
}

.menu a {
    border-left: 1px solid #585858;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 0.9em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000000;
    white-space: nowrap;
}

.menu a:hover {
    background-color: #808080;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
    background-image: -webkit-linear-gradient(top, #808080, #363636);
    background-image: -moz-linear-gradient(top, #808080, #363636);
    background-image: -ms-linear-gradient(top, #808080, #363636);
    background-image: -o-linear-gradient(top, #808080, #363636);
    background-image: linear-gradient(top, #808080, #363636);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}

ul.menu > li:hover {
    background-color: #363636;
    color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
    background-color: #343434;
}

.front-page .menu .current_page_item a {
    background: none;
    background-color: transparent;
    background-image: none;
    filter: none;
}

.menu li li {
    background: #ffffff;
    background-image: none;
    border: 1px solid #e5e5e5;
    color: #444444;
    filter: none;
    margin: -1px 0 1px 0;
    width: auto;
}

.menu li li a {
    background: transparent !important;
    border: none;
    color: #444444;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    text-shadow: none;
    white-space: nowrap;
}

.menu li li a:hover {
    background: #f5f5f5 !important;
    background-image: none;
    border: none;
    color: #444444;
    filter: none;
}

.menu li li:hover {
    background: #f5f5f5 !important;
    filter: none;
}

.menu ul > li + li {
    border-top: 0;
}

.menu li li:hover > ul {
    left: 100%;
    top: 0;
}

.menu > li:first-child > a {
    border-left: none;
}

.menu a#responsive_menu_button {
    display: none;
}

.main-nav #responsive_current_menu_item {
    display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
    background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
    min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: none;
    clear: both;
    margin: 0 auto;
}

.sub-header-menu,
.sub-header-menu ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sub-header-menu li {
    border: 0;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}

.sub-header-menu li:hover {
    white-space: normal;
    z-index: 10000;
}

.sub-header-menu li li {
    float: none;
}

.sub-header-menu ul {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 10;
}

.sub-header-menu li:hover > ul {
    top: 100%;
    visibility: visible;
}

.sub-header-menu li li:hover > ul {
    left: 100%;
    top: 0;
}


.header a {
    background: center center no-repeat transparent;
    background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 10px;
}

.header-landing a {
    background: center center no-repeat transparent;
    background-image: url("../images/menu-icon.png");
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 10px;
}

.mm-close{
    font-size: 15px;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
    min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
    margin: 0;
    padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
    color: #484848;
    text-decoration: none;
}

.sub-header-menu ul {
    margin-top: 1px;
    min-width: 15em;
    width: auto;
}

.sub-header-menu a {
    border-left: 1px solid #e5e5e5;
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 0.9em;
    position: relative;
    text-decoration: none;
    text-shadow: none;
}

.sub-header-menu a:hover {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-color: #f9f9f9;
    background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
    background-color: #f9f9f9;
}

.sub-header-menu li li {
    background: #ffffff;
    background-image: none;
    border: 1px solid #e5e5e5;
    color: #444444;
    filter: none;
    margin: -1px 0 1px 0;
    width: auto;
}

.destinationsBox{
    padding-top: 30px;
    min-height: 128px;
}

.sub-header-menu li li a {
    border: none;
    color: #444444;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    text-shadow: none;
}

.sub-header-menu li li a:hover {
    background: #f9f9f9;
    background-image: none;
    border: none;
    color: #444444;
    filter: none;
}

.sub-header-menu ul > li + li {
    border-top: 0;
}

.sub-header-menu li li:hover > ul {
    left: 100%;
    top: 0;
}

.sub-header-menu > li:first-child > a {
    border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
    background: none;
    background-image: none;
    filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
    background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
    min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
    margin-left: 0;
    padding: 0;
}

.footer-menu li {
    display: inline;
    list-style-type: none;
}

.footer-menu li a {
    border-left: 1px solid #cccccc;
    color: #333333;
    padding: 0 8px;
}

.footer-menu li a:hover {
    color: #222222;
}

.footer-menu > li:first-child > a {
    border-left: none;
    padding: 0 8px 0 0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
    color: #111111;
    display: block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin: 20px 0;
    padding: 0 5px;
}




.navigation a {
    color: #aaaaaa;
    padding: 4px 10px;
}

.navigation a:hover {
    color: #111111;
    text-decoration: none;
}

.navigation .previous {
    float: left;
}

.navigation .next {
    float: right;
}

.navigation .bracket {
    font-size: 36px;
}


#navigation-filters li{
    padding-bottom: 20px;
}
/* =Pagination (pages)
-------------------------------------------------------------- */



/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
    font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
    margin: 0;
}

.commentlist {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
    color: #111111;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
}

.commentlist li.alt {
    background: #f9f9f9;
}

.commentlist .children {
    list-style: none;
    margin-left: 10px;
    padding: 10px;
}

.commentlist .avatar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
    color: #999999;
}

.comment-body .comment-meta {
    color: #999999;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.comment-body .comment-meta a {
    font-size: 11px;
}

.comment-body {
    clear: both;
    padding: 10px;
}

.comment-body p {
    clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
    list-style: none;
    margin: 20px 0;
}

.pingback cite,
.trackback cite {
    font-style: normal;
}

#pings,
#comments {
    text-align: left;
}

#respond {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
    background-image: linear-gradient(top, #ffffff, #eaeaea);
    border: 1px solid #cccccc;
    border-bottom-color: #aaaaaa;
    border-radius: 4px;
    clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
    margin-top: 15px;
    padding: 10px 20px 50px;
}

#respond label {
    display: inline;
}

.reply {
    margin: 10px 0;
}



.nocomments {
    color: #999999;
    font-size: .9em;
    text-align: center;
}

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
    max-width: 600px;
}

.gallery-columns-2 .gallery-item {
    max-width: 300px;
}

.gallery-columns-3 .gallery-item {
    max-width: 200px;
}

.gallery-columns-4 .gallery-item {
    max-width: 150px;
}

.gallery-columns-5 .gallery-item {
    max-width: 120px;
}

.gallery-columns-6 .gallery-item {
    max-width: 100px;
}

.gallery-columns-7 .gallery-item {
    max-width: 85px;
}
.gallery-columns-8 .gallery-item {
    max-width: 75px;
}

.gallery-columns-9 .gallery-item {
    max-width: 66px;
}

.filters-cont{
    padding-left: 0px;
    padding-right: 0px;
}

.filters-ul .sort-li{
    float: right;padding-right: 0px;padding-top: 20px;
}

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
    max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
    max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
    max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
    max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
    max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
    max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
    max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
    max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
    max-width: 100px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 13px 10px 10px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: 10px;
}

img.wp-smiley {
    vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    max-width: 155px;
}

.gallery img {
    border: 1px solid #dddddd;
}

.gallery .gallery-caption {
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl {
    margin: 0;
}

.gallery br+br {
    display: none;
}

.attachment-gallery img {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    display: block;
    height: auto;
    margin: 15px auto;
    max-width: 96%;
    padding: 5px;
    width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
    display: block;
}

.search-btn-col-profile{
    padding: 0;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
    display: block;
    margin: 15px auto;
    width: auto;
}

.footer-media{  padding-top: 11px; padding-left: 0; padding-right: 0}
.footer-row{padding: 0px 0 10px}
.footer-links{ padding-top: 0px}
.footer-blue{padding: 0; background-color: #302E32; color: #FFFFFF}
.footer-blue a{color: #FFFFFF}
.footer-page{position:absolute;width:100%;padding:20px 0;background-color:#E6E6E6;color:#999}
.footer-page a,.footer-page a:hover,.footer-page a:visited{color:#fff}
.footer-page .container-marketing p:not(.lead){font-size:14px; font-family: Calibri, Helvetica Neue, Myriad Pro}

.footer-linkpile{background-color:#F4F4F4;padding:0px 0 5px 0;} 
.footer-linkpile h4{color:#919191;font-size:20px;font-weight:300; font-family: 'Varela Round',sans-serif;}
.footer-linkpile a{font-size:11px;font-weight:700; color: #464545;text-transform: uppercase;}
.footer-linkpile p{font-size:14px;font-weight:400; color: #919191}

.footer-linkpile-login{background-color:#fff;padding:40px 0 50px 0} 
.footer-linkpile-login h4{color:#919191;font-size:20px;font-weight:300; }
.footer-linkpile-login p{font-size:14px;font-weight:400; color: #919191}

.social-icons{margin-top:0px}
.social-icons [class^=icon-],.social-icons [class*="icon-"]{font-size:26px;height:24px;width:24px;line-height:24px;color:#999}
.social-icons a{ padding: 0px;}


.social-icons img{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.footer-blue{
    font-size: 12px;
}



.blog-container1{
    background-color: #FFFFFF; width: 98%; margin-right: 15px; margin-bottom: 10px; padding-top: 15px; padding-bottom: 15px;
}


.social-icons img:hover, .social-icons img:focus ,.social-icons img:active{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.welcome{
    min-height:5px;
    background-color:#2158ad;
    box-shadow:0 2px 3px 1px rgba(0,0,0,0.2);
    z-index:2;
    position:relative;
    text-align:center;
    color:#65b2e9;
    font:24px Calibri, Helvetica Neue, Myriad Pro;
    font-weight:300
}

.welcome div{
    padding:16px 0
}

.container{padding-left:10px;padding-right:10px}
.container-marketing a{font-weight:300}
.container-marketing hr{margin:30px 0}
.container-marketing hr.peekaboo{margin-top:0}
.container-marketing{font-family: Calibri, Helvetica Neue, Myriad Pro}
.benefits{margin-top:20px}
.benefit-blurb{font-weight:300; margin: 10px 0 10px 0; font-size: 14px}
.benefits-list li{box-shadow:-1px 0 0 0 rgba(0,0,0,0.1);border-left:1px solid #fff}
.benefits-list li:first-child{box-shadow:none;border-left:0}



.mobile-profile{
    padding: 0;
    font-family: 'Varela Round', sans-serif;
}

.currency-symbol-profile{
    line-height: 1.1;
    text-rendering: optimizelegibility;
    font-size: 15px;
    padding-right: 2px;
}

.currency-symbol-list{
    line-height: 1.1;
    text-rendering: optimizelegibility;
    font-size: 14px;
    padding-right: 0px;
}

.featured-listings .ft-listings-col{float:left;width:620px}
.featured-listings .ft-adspace{float:right;margin-left:20px;width:300px}
.featured-listings .homepage-rotation-item{float:left;margin:0 10px;width:270px;text-align:center;line-height:20px}
.featured-listings .ft-chevron{font-size:24px;color:#2a6ebb}
.featured-listings .ft-rating-container{height:18px}
.featured-listings .ft-region-view-all{margin-top:8px;line-height:16px;font-weight:300;color:#666}
.featured-listings .ft-region-link{font-size:16px}
.ft-listings-col h1{margin-bottom:0}

#wrapper hr{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

.mk-section-body{margin-top:34px}

.mk-secondary-action{margin-top:10px}

.text-small{
    font-family: Calibri, Helvetica Neue, Myriad Pro;
    font-size: 18px;
}

.text-big{
    color: #333333;
    font-family: Calibri, Helvetica Neue, Myriad Pro;
    font-size: 40px;
    font-weight: 400;
}

.mk-img-container{
    box-shadow:-1px 0 0 0 rgba(0,0,0,0.1);border-left:1px solid #fff;padding-left: 30px; 
}

.mk-jahia{
    margin-top: 80px;
    margin-bottom: 50px;
    margin-left: 40px;
}


.powered{
    color: #1E587E;
}

.btn-primary {
    background-color:#39b1dc;
    border-color: #39b1dc;
}

.btn-primary-facebook {
    background-color:#2f4f88;
    border-color: #2f4f88;
    color: #FFFFFF;
}

.btn-primary-facebook:hover, .btn-primary-facebook:active, .btn-primary-facebook:focus,  .btn-primary-facebook:visited {
    background-color:#2f4f88;
    border-color: #2f4f88;
    color: #FFFFFF;
}

.btn-primary-filter {
    background-color: #FFFFFF;
    border-color: #ccc;
    color: #3396CD;
}

.btn-default-filter {
    background-color: #ebebeb;
    border-color: #ccc;
    color: #333;
}

.btn-inactive {
    background-color: #FFFFFF;
    border-color: #ccc;
    color: #333;
    cursor: default; 
}

.ads-container{
    padding-right: 0;
}


.btn-inactive:hover {
    background-color: #FFFFFF;
    border-color: #ccc;
    color: #333;
}

.btn-primary-filter:hover, .btn-primary-filter:focus, .btn-primary-filter:active, .btn-primary-filter.active, .open .dropdown-toggle.btn-primary-filter{
    background-color: #ebebeb;
    color: #3396CD;
}

.btn-primary:hover {
    background-color:#3396cd;
    border-color: #39b1dc;
}

.form-filter .btn-default{
    background-color: #F4F4F4;
}


.form-filter{
    padding-left: 10px;
    padding-right: 10px;
}

.list-content{
    padding: 0;
}

.new-inquiry-row-content{
    font-weight: bolder;

}

.new-inquiry-row-content-readed{
    font-weight: lighter;

}
/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin: 20px 0;
    padding: 15px;
    text-align: left;
}


.address {
    background-color: #f6f5ef;
    border: 1px solid #cdc9a5;
    color: #212121;
}

.notice {
    background-color: #fbf9e9;
    border: 1px solid #e3cf57;
    color: #212121;
}

.success {
    background-color: #f9fde8;
    border: 1px solid #a2bc13;
    color: #212121;
}

.download {
    background-color: #fff4e5;
    border: 1px solid #ff9912;
    color: #212121;
}

.information {
    background-color: #eef3f6;
    border: 1px solid #6ca6cd;
    color: #212121;
}

.required {
    color: #888888;
}

label {
    font-weight: lighter;
    color: #888888;
}

.label-primary{
    background-color: #39b1dc;
    font-weight: 500;
    padding: 5px;
    font-size: 14px;
}

.paginator-total{
    margin: 4px 15px 0px 0px;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
    padding: 40px 0 0 0;
}

#breadcrumb a {
    color: #0066cc;
    font-size: 12px;
    font-weight: 400;
}

#breadcrumb a:hover {
    color: #444444;
    text-decoration: none;
}

#content-woocommerce {
    margin-top: 40px;
    margin-bottom: 20px;
}

.products ul, ul.products {
    margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
    width: 100%;
}

table.shop_table {
    table-layout: fixed;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}


.filters-ul .glyphicon{
    margin-left: 12px;
    font-size: 10px;
    color: #535353;
    top: 1px;
}


@media screen and (max-width:400px) {
    table.shop_table {
        font-size: 8px;
    }
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
    cursor: text;
}



/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
    float: right;
    text-align: left
}

.rtl .icl_languages_selector {
    float: left;
    text-align: right
}

@media screen and (max-width: 650px) {
    .icl_languages_selector,
    .rtl .icl_languages_selector {
        float: none;
    }
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
    display: inline;
    list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
    font-size: 11px;
    line-height: 1.5em;
}

#footer a {
    color: #333333;
    font-weight: 400;
}

#footer a:hover {
    color: #444444;
}

#footer-wrapper .grid.col-940 {
    margin: 0;
}

.featured-destinations{
    margin-bottom: 30px;
}

.scroll-top {
    text-align: center;
}

.copyright {
    text-align: left;
}

.powered {
    text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
    margin-right: 0;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
    list-style: none;
    line-height: normal;
    padding: 0;
    margin: 0;
    text-align: right;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
    display: inline;
    margin: 1px;
    padding-left: 3px;
}

.breadcrumb-capg .glyphicon-chevron-right{
    font-size: 9px;
    top: 0px;
}


.arrows-footer{
    padding-left:40px;
}
.arrows-footer-1{
    padding-left:29px;
}


.padding_0{
    padding: 0;    
}

.nights{
    padding-top: 5px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}



.form-mobile-container{
    background-color:  rgba(0,0,0,0.2);
}


/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
    content: ' ';
    display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
    clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
    zoom: 1;
}

.clear {
    clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override;
}

[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}

[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
        media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    ul, ol, dl {
        page-break-before: avoid;
    }
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

    body {
    }
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/


@media screen and (max-width:1200px) {

    #map{
        height: 300px;

    }

    #map svg{
        width: 400px;

    }

    #mobile-nav{
        width:100%;
    }


}


@media  (min-width:768px) and (max-width:991px) {

    .featured-title{
        font-size: 19px;
    }

    .modal-backed-info .modal-dialog .head-text{
        font-size: 20px;
        padding: 0 55px;
        line-height: 1.1;
    }

    .listado{
        margin-top: 0;
    }

    #logo1 {

        margin: 10px 0px;

    }

    .login-form-container hr{
        margin-bottom: 16px;
    }

    .footer-links .nav-pills > li {
        padding: 0px 0px;
    }

    .footer-links .nav-pills > li.splitter {
        padding: 5px 0px;
        -webkit-padding-end:0px;
        -webkit-padding-start:0px;
    }

    .favorites-content{
        padding-left: 0px;
    }


    .favorites-content .swiper-slide {
        height: 219px;
    }

    .favorites-content .form-title-front, .favorites-content .tagline-col{
        font-size: 12px;
    }

    .traveler-inquiry{
        padding-left: 0;
        padding-right: 5px;
    }

    .traveler-content{
        padding: 0;
    }


    .traveler-content .box-text{
        font-size: 12px;
    } 

    .traveler-menu{
        padding-left: 0;
    }


    .calendar-year .ui-datepicker-multi .ui-datepicker-group table {
        height: 139px;
        margin: 0 auto 0.4em;
        width: 99%;
    }

    .ui-datepicker-calendar .half_day_end .ui-state-default {

        background-size: cover;

    }

    .calendar-year td span, .calendar-year td a {
        text-align: center;
        font-size: 12px;
        padding: 0px;
    }

    .ui-datepicker td{
        padding: 0;
    }


    .listing-container-col{
        padding-right: 0;
    }


    .traveler-col{
        // padding: 0;
    }

    .tagline-col{
        padding: 0;
    }


    .listing-img-col{
        padding: 0;
    }

    .list-container{
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .sort-li .dropdown-menu{
        right: 0;
        left: auto;
    }

    #form .container{
        width: 100%;
    }

    .filters-ul .btn {
        padding: 1px 12px;
    }

    .filters-ul li {
        padding-right: 15px;
    }

    .search-col-sm{
        padding: 0;
    }




    #form{
        padding: 0;
    }

    #form .container{
        padding: 0;
        margin: 0;
    }

    .photo-tumb-profile {
        position: relative;
        float: left;
        width:  100%;
        height: 162px;
        background-position: 50% 50%;
        background-repeat:   no-repeat;
        background-size:     cover;

    }

    .properties-container-profile{
        padding-left: 15px;
    }



    .container-fluid-form{
        padding: 0;
    }

    .profile-circle {
        backface-visibility: hidden;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        overflow: hidden;
        border-radius: 50%;
        width: 125px;
        height: 125px;
        color: #FFFFFF;
        margin-top: 17px;
        text-align: center;
        padding: 0;
        margin-left: 0;
    }

    .traveler-circle{
        margin-left: 24%; 
        margin-top: 35px;
        width: 90px;
        height: 90px;
    }

    .personal-mobile{
        margin-top: 27px;
    }



    .content-col{
        padding: 0;
    }

    .description-container{
        padding: 0;
    }
    .description-container-full{
        padding: 0;
    }


    .profile-banner{
        height: 430px; 
        padding: 0;
    }

    .popover-container{
        padding: 0;
    }

    .webui-popover-content{
        padding: 9px 0;
    }



    .tour-container{
        padding: 0;
    }



    .book-now-col{
        text-align: right;    
    }

    .ament{
        padding-top: 0px;
    }

    .fixed-margin-list {
        margin-top: 217px;
    }

    .list-content-right{
        text-align: left;
    }

    .list-content-top{
        padding: 0;
    }

    .list-content{
        padding: 0;
    }

    .breadcrumb-col{
        padding-left: 15px;    
    }

    .row-reviews{
        margin-top: 0;
    }

    .filters-ul .sort-li{
        padding-right: 15px;padding-top: 20px;
    }

    .photo-tour-container{
        padding-left: 5px;
        padding-right: 5px;
    }

    #search .search-btn{
        padding-left: 0;
        padding-right: 0;
    }    

    #search{
        padding-bottom: 0;
    }

    #form .form-control {
        margin-bottom: 5px;
    }

    #form .searchtext-profile{
        margin-bottom: 0;
    }


    .filters-cont{
        padding-left: 15px;
        padding-right: 0;
    }



    .carousel-mine .homepage-rotation-item{
        max-height: 186px;
    }


    .carousel-mine .col-md-8,.carousel-mine .col-sm-8{
        width: 99%;

    }

    .carousel-mine .col-md-4,.carousel-mine .col-sm-4{
        width: 49%;
        margin-right: 5px;
    }



    .footer-links .col-sm-2{
        padding: 0;
    }

    .arrows-footer{
        padding-left:29px;
    }
    .arrows-footer-1{
        padding-left: 29px;
    }

    #form .col-md-1{
        margin: 0;
        padding-right: 0px;
    }

    .sleeps .input-group-addon {

        right: 15px;

    }

    #form .col-md-4 {
        margin-bottom: 3px;
    }

    .fixed-margin {
        margin-top: 70px;
    }

    #chat {
        padding-right: 0;
    }

    .cartel h1 {
        font-size: 46px;
    }

    .cartel h3 {
        font-size: 22px;
        padding-top: 6px;
    }
    .carousel-mine .prop-carousel-thumbnail {
        height: 187px;
    }


    ul.nav-profile{
        margin-left:0px;
    }
    .properties-container-profile .nav > li .btn{
        padding: 6px 6px;
    }
    .properties-container-profile .nav > li {
        padding-right: 1px ;
    }

    .search-btn-col-profile{
        padding: 0;
    }
}


@media  (min-width:992px) and  (max-width:1199px){

    .total-reviews{
        display: none;
    }

    .price-container-list{
        font-size: 13px;
    }

    .tagline-col{
        padding-right: 0;
    }

    #tag-line{
        display: none;
    }

    #tag-line2{
        display: block;
    }

    .featured-title{
        font-size: 23px;
    }

    .swiper-slide {
        background-position: center;
        background-size: cover;
        height: 213px;
    }

    .price-layer-list {
        color: #FFFFFF;
        font-size: 11px;
        background-color: rgba(60,63,64,0.8);
        padding-bottom: 8px;
        padding-top: 8px;
        margin-top: -84px;
        padding-left: 5px;
        padding-right: 5px;
        z-index: 1;
    }


    .currency-symbol-list {
        line-height: 1.1;
        text-rendering: optimizelegibility;
        font-size: 10px;
        padding-right: 0px;
    }
    .form-title-front {
        color: #535353;
        font-family: 'Varela Round', sans-serif;
        font-size: 13px;
        font-weight: 600;
    }

    .second-row-list {
        font-size: 9px;
    }

    #form-register .input-group-addon {
        padding: 6px 15px;
    }

    #form-register .input-group {
        padding-right: 0;
    }

    .login-form-container hr{
        margin-bottom: 2px;
    }

    .calendar-year td span, .calendar-year td a {
        text-align: center;
        font-size: 12px;
        padding: 1px;
    }

    #logo1 {

        margin: 10px 0px;

    }

    .footer-links .nav-pills > li {
        padding: 0px 5px;
    }



    .properties-container-profile{
        padding-left: 0px;
    }




    .profile-banner{
        height: 460px; 
        padding: 0;
    }

    .padding_0{
        padding: 0;    
    }
    .login-form-container, .login-right{
        padding: 0 15px;
    }

    .login-right .account-login{
        font-size: 14px;
    }


    .photo-tour-container{
        padding-left: 5px;
        padding-right: 5px;
    }

    .carousel-mine .col-md-8,.carousel-mine .col-sm-8{
        width: 100%;

    }

    .carousel-mine .col-md-4,.carousel-mine .col-sm-4{
        width: 49%;
        margin-right: 5px;
    }



    .footer-links .col-sm-2{
        padding: 0;
    }

    .arrows-footer{
        padding-left:29px;
    }
    .arrows-footer-1{
        padding-left: 29px;
    }

    #page-1 {
        background-size: cover;

    }

    #page-luxury {
        background-size: cover;

    }



    .home-page-top-form{
        padding: 0;
    }

    .form-mobile-container{
        background-color:  rgba(0,0,0,0.2);
        width: 650px;
        margin-top: 22%;
    }





    #btnsearch{
        height: 38px;
    }

    .carousel-caption{
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        margin: 0;
    }

    #form-home .form-control {
        height: 38px;
        opacity: 0.8;
        border: 0;

    }

    .search-btn-col {
        padding: 0 10px;
        border-left: 0;

    }

    .search-btn-col-profile{
        padding: 0;
    }

    .search-inp-col {
        width: 78%;
        margin-left: 13px;
        margin-right: 10px;

    }

    .home-page-top-form{
        padding: 0;
    }

    .section1-text {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 17px;
    }


    .destinationsBox{
        padding-top: 5px;
        min-height: 121px;
    }

    .destination {
        font-size: 18px;
    }

    .dest-types{
        font-size: 12px;
        padding: 0;
    }

    h1, .h1 {
        font-size: 30px;

    }

    .cartel h1 {
        font-size: 67px;
        padding-top: 15px;
    }

    .cartel h3 {
        font-size: 28px;
        padding-top: 17px;
    }

    .cartel h1 .free {

        font-size: 60px;

    }

    .cartel {

        margin-bottom: 10px;
    }

    .featured-destinations{
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .btn {
        font-size:14px;
    }

    .nav-profile .col-xs-12{
        padding-left:3px;
        padding-right:3px;
    }

    ul.nav-profile{
        margin-left:0px;
    }

    .properties-container-profile .nav > li .btn{
        padding: 6px 3px;
    }

    .properties-container-profile .nav > li {
        padding-right: 1px ;
    }
}

@media  (min-width:992px) and  (max-width:1020px){
    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: -1%;
    }
    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 1%;
    }   

    .btn {
        font-size:14px;
    }

    .nav-profile .col-xs-12{
        padding-left:3px;
        padding-right:3px;
    }

    ul.nav-profile{
        margin-left:0px;
    }
    .properties-container-profile .nav > li .btn{
        padding: 6px 5px;
    }
    .properties-container-profile .nav > li {
        padding-right: 1px ;
    }
}
@media  (min-width:768px) and  (max-width:780px){
    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: -1%;
    }
    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 1%;
    }  

}
@media  (min-width:768px) and  (max-width:800px){
    .total-reviews{
        display: none;
    }

}



@media  (min-width:768px) and  (max-width:880px){


    .price-layer-list {

        font-size: 17px;
        padding-left: 3px;
        padding-right: 3px;

    }
}



@media  (min-width:768px) and  (max-width:991px){




    .right-register-column{
        padding: 0;
    }

    .login-form-container, .login-right{
        padding: 0 15px;
    }



    .dashboard-widgets .col-sm-12{
        padding: 0;
    }

    .dash-widget{
        margin-bottom: 5px;
    }

    .properties-container-dashboard .dashboard-8{
        width: 100% ;
        padding-bottom: 10px;

    }

    #page-1 {
        background-size: cover;

    }

    #page-luxury {
        background-size: cover;

    }



    .home-page-top-form{
        padding: 0;
    }

    .form-mobile-container{
        width: 100%;
        background-color:  rgba(0,0,0,0.2);
        width: 570px;
        margin-top: 23%;
    }





    #btnsearch{
        height: 38px;
    }

    .carousel-caption{
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        margin: 0;
    }

    #form-home .form-control {
        height: 38px;
        opacity: 0.8;
        border: 0;

    }

    .search-btn-col {

        border-left: 0;

    }

    .search-inp-col {
        padding: 0;
        width: 80%;
        margin-right: 10px;
        margin-left: 4px;
    }

    .home-page-top-form{
        padding: 0;
    }

    .section1-text {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 17px;
    }




    .row{
        margin-left: 0;
        margin-right: 0;
    }


    .destinationsBox{
        padding-top: 5px;
        min-height: 121px;
    }

    .destination {
        font-size: 18px;
    }

    .dest-types{
        font-size: 12px;
        padding: 0;
    }

    .btn {
        font-size:14px;
    }
    .nav-profile .col-xs-12{
        padding-left:3px;
        padding-right:3px;
    }
    ul.nav-profile{
        margin-left:25px;
    }

    .destinationsBox{
        padding-top: 5px;
        min-height: 121px;
    }

    .destination {
        font-size: 18px;
    }

    .dest-types{
        font-size: 12px;
        padding: 0;
    }

    h1, .h1 {
        font-size: 30px;

    }

    .start-building{
        font-size: 25px;
    }

    .cartel h1 {
        font-size: 50px;
        padding-top: 15px;
    }

    .cartel h3 {
        font-size: 28px;
        padding-top: 17px;
    }

    .cartel h1 .free {

        font-size: 60px;

    }

    .cartel {

    }

    .featured-destinations{
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .btn {
        font-size:14px;
    }

    .nav-profile .col-xs-12{
        padding-left:3px;
        padding-right:3px;
    }

    ul.nav-profile{
        margin-left:0px;
    }

    .properties-container-profile .nav > li .btn{
        padding: 6px 14px;
    }

    .properties-container-profile .nav > li {
        padding-right: 5px ;
    }
}

@media (min-width: 768px){
    #loginPopup .modal-dialog {
        width: 415px;
        margin: 160px auto;  


    }

    #select-property {
        /* width: 400px; */
        float: right;
    }


    .modal-reservation .modal-dialog{
        width: 500px;
    }


    #modalAddTraveler .modal-dialog{
        width: 660px;
    }
}



@media screen and (max-width:768px) {

    .login-right{
        margin-top: 10px;
    }

    .dashboard-8{
        width: 100%;
    }

    .ui-datepicker td {
        border: 0;
        padding: 0px;
    }

    .traveler-menu, .traveler-content{
        padding: 0;
    }

    .datepicker {
        padding: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        direction: ltr;
    }

    .datepicker table{
        background: rgba(60, 63, 64, 0.9) none repeat scroll 0 0;
    }

    .datepicker thead tr:first-child{
        color: #fff;
    }
    .datepicker thead tr:last-child{
        background: #efefef none repeat scroll 0 0;
        color: #666666;
    }

    .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover{
        background: none;
    }

    .datepicker tbody tr{
        background: #FFFFFF;
        color: #333333;
    }

    .datepicker .table-condensed > tbody > tr > td {
        padding: 3px 7px;
    }

    .datepicker tfoot tr:last-child{
        background: #FFFFFF;
        color: #333333;
    }

    .datepicker td, .datepicker th{
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0;
    }

    .datepicker-dropdown:after {

        border-bottom: 6px solid rgba(60, 63, 64, 0.9);

    }

    #loginPopup .modal-body {
        position: relative;
        padding: 20px 0px;
    }

    .price-layer-mobile{
        //position: absolute;
        color: #FFFFFF;
        font-size: 21px;
        background-color: rgba(60,63,64,0.8);
        padding-bottom: 8px;
        padding-top: 8px;
        margin-top: -37px;
        z-index: 2;
        padding-left: 3px;
        padding-right: 3px;
        font-family: 'Varela Round', sans-serif;

    }

    .profile-circle{

        backface-visibility: hidden;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        overflow: hidden;
        border-radius: 50%;
        width: 93px;
        height: 93px;
        color: #FFFFFF;
        margin-top: 20px;
        text-align: center;
        padding-left: 15px;
        margin-left: 0;

    }





    #container{
        margin-bottom: 0;
    }




    table.shop_table {
        font-size: 10px;
    }


    .property-price{
        font-size: 15px;
        font-weight: 700;

    }
    #form .form-control {
        margin-bottom: 5px;
    }

    #form .searchtext-profile{
        margin-bottom: 0;
    }

    #header{
        position: relative;
    }

    .fixed-margin-list{
        margin-top: 0; 
    }

    .fixed-margin{
        margin-top: 0; 
    }
    .fixed-margin-xs{
        margin-top: 0;
    }




    #map svg{
        width: 400px;

    }



    .dash-widget{

        margin: 0 5px 5px 0 ;


    }
    .properties-container-dashboard .col-md-4 {
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .properties-container .col-md-5 {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 0;
    }

    #form-description .col-sm-1{
        min-height: 1px;
        padding-left: 15px;
        padding-right:  15px;
        position: relative;
    }

    .properties-container-dashboard .col-md-5 {
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
    }
    .properties-container .col-md-3 {
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
    }
    .properties-container .col-md-2 {
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
    }
    .properties-container .col-md-10 {
        min-height: 1px;
        padding-left: 0;

    }

    .breadcrumb-col{
        padding-left: 15px;
    }
    .filter-btn-col{
        padding-left: 0px;
        padding-right: 5px;
    }



    nav.nav {
        border:none;
        margin-bottom:-5px;
    }

    .search-btn{
        padding-left: 5px;
        padding-right: 0px;
    }

}


@media (min-width: 400px) and (max-width: 767px){

    .modal-backed-info .modal-dialog .head-text{
        font-size: 16px;
        padding: 0 15px;
        line-height: 1.1;
    }

    .content-owner{
        padding: 0;
    }

    #logo1 {
        margin: 10px 0px;
    } 

    .ui-datepicker{
        width: 100%;
    }


    .list-container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .price-layer-list{
        margin-top: -85px;
    }

    .form-title-front{
        font-size: 13px;
    }


    .second-row-list{
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .listing-img-col{
        padding-left: 0;
        padding-right: 0; 
    }

    .listing-container-col{
        padding-left: 0;
        padding-right: 0;
    }

    .currency-symbol-profile{
        line-height: 1.1;
        text-rendering: optimizelegibility;
        font-size: 15px;
        padding-right: 0px;

    }

    .description-container-full{
        padding: 0;  
    }

    .description-container{
        padding: 0;   
    }

    .content-col{
        padding: 0;
    }
    .content-col-details{
        font-size: 12px;
    }

    .personal-mobile{
        margin-top: 27px;
    }

    .profile-circle{

        backface-visibility: hidden;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        overflow: hidden;
        border-radius: 50%;
        width: 90px;
        height: 90px;
        color: #FFFFFF;
        margin-top: 0px;
        text-align: center;
        padding-left: 0px;
        margin-left: 0;

    }

    .traveler-circle{
        margin-left: 39%; 
        margin-top: 35px;
    }

    .carousel-inner{
        overflow: visible;
    }

    .padding_0{
        padding: 0;    
    }

    .ament{
        font-size: 12px;
        padding-top: 0px;
    }

    .pager-container{
        padding: 0;
    }

    .list-content-top{
        padding: 0;
    }

    .contact-bnt-mobile {
        padding-left: 5px;
        padding-right: 0;
    }

    .section1-text{
        padding-left: 0px;
        padding-right: 0px;
        font-size: 17px;
        margin-top: 25px;
    }



    .home-page-top-form{
        padding: 0;
    }

    .form-mobile-container{
        padding: 0 15px;
        background-color:  rgba(0,0,0,0.2);
        margin: 0 15px;
        margin-top: 30%;
    }

    .search-btn-col{
        border: 0;
        padding: 0;
    }

    .search-inp-col {
        padding: 0;
        border: 0;
    }

    #btnsearch{
        height: 38px;
    }

    .carousel-caption{
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        margin: 0;
    }

    #form-home .form-control {
        height: 38px;
        opacity: 0.8;
        border: 0;
        margin-bottom: 5px;
    }

    .home-page-top-form{
        padding: 0;
    }




    #btnbooknow{
        padding: 0 5px; font-size: 12px;
    }


    h1, .h1 {
        font-size: 25px;

    }

    .cartel h1 {
        font-size: 30px;
        padding-top: 15px;
    }

    .cartel h3 {
        font-size: 22px;
        padding-top: 6px;
    }



    .cartel {


        margin-bottom: 30px;
    }

    .featured-destinations{
        margin-bottom: 5px;
    }

    .tagline-mobile{
        margin-top: 10px;
        text-align: center;
    }

    .properties-container .nav > li {
        text-align: center;
        padding-right: 5px;
        float:none;
    }



    .property-title{
        color: #555555;
        font-family: 'Varela Round', sans-serif;
        font-size: 14px;
        font-weight: bold;
        margin-top: 0;
    }

    .dash-button{
        font-size:10px;
        text-align:right;
    }




    .property-sel{
        width:100%;
        margin-left:0px;
    }

    a:hover, a:focus{
        text-decoration: none;
    }

    .panel-group{
        margin-bottom:0px;

    }

    .toolbar{
        padding:18px 0px 18px 0px;
    }

    .panel-group .panel {
        border-radius: 0px;
    }

    .glyphicon-toolbar{
        margin-left:77%;
    }






    .row{
        margin-left: 0;
        margin-right: 0;
    }

    #form {
        padding: 0;
    }

    #form .col-md-2 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0;
    }

    #form .search-btn{
        padding-left: 5px;
        padding-right: 0px;
    }

    #form .col-md-4 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0;
    }

    #form .checkin{
        padding-right: 5px;
    }

    #form .checkout{
        padding-left: 5px;
        padding-right: 0;
    }


    .carousel-mine, .carousel-mine .col-xs-12{
        padding-right: 0px;
        padding-left: 0px;
    }

    #form-home .search-btn{
        padding-right: 5px;
    }

    #form-home .filter-btn{
        padding-left: 5px;
        padding-right: 0px;
    }

    .breadcrumb-col{
        padding-left: 10px;
        padding-right: 10px
    }
    .list-content{
        padding: 0;
    } 

    .listado{
        margin: 0;
    }

    .properties-container-profile .col-xs-12{
        padding: 0;
    }

    #form .col-xs-12{
        padding: 0;
    }

    .booknow-bnt-mobile{
        padding-left: 0;
        padding-right: 5px;

    }

    .contact-btn-mobile{
        padding-left: 5px;
        padding-right: 0;
    }

    .properties-container-profile .pcalendar .input-group[class*="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }

    #formContact .col-xs-12{
        padding: 0;
    }

    #formInvestor .col-xs-12{
        padding: 0;  
    }

    .login-form-container{
        padding: 0;
    }

    .footer-row{
        padding-top: 10px;
    }
    .blog-container{
        padding: 0;
    }

    .blog-container1{
        width: 100%; margin-right: 0; 
    }
}


@media (min-width: 445px) and (max-width: 500px){


    .swiper-slide {
        height: 310px;
    }

    .traveler-circle{
        margin-left: 40%; 
        margin-top: 35px;
    }

}


@media (min-width: 501px) and (max-width: 550px){


    .swiper-slide {
        height: 360px;
    }

    .traveler-circle{
        margin-left: 41%; 
        margin-top: 35px;
    }
}

@media (min-width: 551px) and (max-width: 600px){


    .swiper-slide {
        height: 380px;
    }

    .traveler-circle{
        margin-left: 42%; 
        margin-top: 35px;
    }
}

@media (min-width: 601px) and (max-width: 650px){


    .swiper-slide {
        height: 400px;
    }

    .traveler-circle{
        margin-left: 42%; 
        margin-top: 35px;
    }
}


@media (min-width: 651px) and (max-width: 700px){


    .swiper-slide {
        height: 420px;
    }

    .traveler-circle{
        margin-left: 43%; 
        margin-top: 35px;
    }
}

@media (min-width: 701px) and (max-width: 767px){

    .swiper-slide {
        height: 420px;
    }

    .traveler-circle{
        margin-left: 44%; 
        margin-top: 35px;
    }

}

@media (min-width: 320px) and (max-width: 399px){


    .modal-backed-info .modal-dialog .head-text{
        font-size: 16px;
        padding: 0 15px;
        line-height: 1.1;
    }

    .start-building{
        font-size: 20px;
    }

    #logo1 {
        margin: 10px 0px;
    } 

    .traveler-menu, .traveler-content{
        padding: 0;
    }

    .ui-datepicker td{
        padding: 0;
    }

    .ui-datepicker{
        width: 100%;
    }


    .list-container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .price-layer-list{
        margin-top: -84px;
    }

    .form-title-front{
        font-size: 13px;
    }


    .second-row-list{
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .listing-img-col{
        padding-left: 0;
        padding-right: 0; 
    }


    .listing-container-col{
        padding-left: 0;
        padding-right: 0;
    }

    .currency-symbol-profile{
        line-height: 1.1;
        text-rendering: optimizelegibility;
        font-size: 15px;
        padding-right: 0px;
    }

    .personal-mobile{
        margin-top: 27px;
    }

    .profile-circle{

        backface-visibility: hidden;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        overflow: hidden;
        border-radius: 50%;
        width: 75px;
        height: 75px;
        color: #FFFFFF;
        margin-top: 0px;
        text-align: center;
        padding-left: 0px;
        margin-left: 0;

    }


    .traveler-circle{
        margin-left: 39%; 
        margin-top: 35px;
    }


    .carousel-inner{
        overflow: visible;
    }

    .padding_0{
        padding: 0;    
    }

    .ament{
        font-size: 12px;
        padding-top: 0px;
    }
    .pager-container{
        padding: 0;
    }
    .list-content-top{
        padding: 0;
    }

    .section1-text{
        padding-left: 0px;
        padding-right: 0px;
        font-size: 17px;
        margin-top: 10px;
    }



    .home-page-top-form{
        padding: 0;
    }

    .form-mobile-container{
        padding: 0 15px;
        background-color:  rgba(0,0,0,0.2);
        margin: 0 15px;
        margin-top: 30%;
    }

    .search-btn-col{
        border: 0;
        padding: 0;
    }

    .search-inp-col {
        padding: 0;
        border: 0;
    }

    #btnsearch{
        height: 38px;
    }

    .carousel-caption{
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        margin: 0;
    }

    #form-home .form-control {
        height: 38px;
        opacity: 0.8;
        border: 0;
        margin-bottom: 5px;
    }

    .home-page-top-form{
        padding: 0;
    }



    .blog-container{
        padding: 0;
    }

    .blog-container1{
        width: 100%; margin-right: 0; 
    }

    h1, .h1 {
        font-size: 25px;

    }

    .cartel h1 {
        font-size: 27px;
        padding-top: 8px;
    }

    .cartel h3 {
        font-size: 22px;
        padding-top: 6px;
    }



    .cartel {

        margin-bottom: 30px;
    }

    .featured-destinations{
        margin-bottom: 5px;
    }

    .tagline-mobile{
        margin-top: 10px;
        text-align: center;
    }

    .homepage-rotation-item:first-child .featured-title-home {
        left: 20px;
    }

    .properties-container .nav > li {
        text-align: center;
        padding-right: 5px;
        float:none;
    }


    .properties-container  .jp-2 li {
        float: left !important;
        margin: 0;
        padding-right: 4px;
    }

    .properties-container  .jp-2 li .btn{
        padding: 6px 10px;
    }

    .property-title{
        color: #555555;
        font-family: 'Varela Round', sans-serif;
        font-size: 14px;
        font-weight: bold;
        margin-top: 0;
        margin-left:5px;

    }

    .dash-button{
        font-size:10px;
        text-align:right;
    }


    .btn-dashboard-list{
        background-color:#e8e8e8;
        border-color:#ffffff;
        font-size: 10px;
        font-weight: bold;
    }

    .panel-group{
        margin-bottom:0px;
    }

    .toolbar{
        padding:18px 0px 18px 0px;
    }

    .property-sel{
        width:100%;
    }

    .panel-title{
        font-size:14px;
    }

    a:hover, a:focus{
        text-decoration: none;
    }

    .panel-group .panel {
        border-radius: 0px;
    }


    #btnbooknow{
        padding: 0 5px; font-size: 12px;
    }








    .row{
        margin-left: 0;
        margin-right: 0;
    }

    #form {
        padding: 0;
    }

    #form .col-xs-12 {
        padding: 0;
    }

    #form .col-md-2 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0;
    }

    #form .col-md-4 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0;
    }

    #form .checkin{
        padding-right: 5px;
    }

    #form .checkout{
        padding-left: 5px;
    }


    #form .filter-btn-col {
        padding-left: 0px;
        padding-right: 5px;
    }

    #form .search-btn{
        padding-left: 5px;
        padding-right: 0px;
    }

    .carousel-mine, .carousel-mine .col-xs-12{
        padding-right: 0px;
        padding-left: 0px;
    }

    .breadcrumb-col{
        padding-left: 10px;
        padding-right: 10px
    }
    .list-content{
        padding: 0;
    }   

    .listado{
        margin: 0;
    }

    .properties-container-profile .col-xs-12{
        padding: 0;
    }

    .booknow-bnt-mobile{
        padding-left: 0;
        padding-right: 5px;

    }

    .contact-bnt-mobile{
        padding-left: 5px;
        padding-right: 0;
    }

    .properties-container-profile .pcalendar .input-group[class*="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }

    #formContact .col-xs-12{
        padding: 0;
    }

    #formInvestor .col-xs-12{
        padding: 0;  
    }

    .login-form-container{
        padding: 0;
    }



    #mainMenu {
        float:left;
        margin-left: 0px;
    }

    #bs-example-navbar-collapse-9{
        padding: 0;
    }

    .menu-owner{
        padding: 0;
    }

    .content-owner{
        padding: 0;
    }

    .right-side-owner-list{
        padding-right: 0;
        padding-left: 0;
    }



    .footer-links .col-xs-6{
        padding: 0;
    }

    .footer-row{
        padding-top: 10px;
    }

    .content-col{
        padding: 0;
    }
    .property-title-profile{
        font-size: 15px;
    }

    .description-container{
        padding: 0;
    }
    .description-container-full{
        padding: 0;
    }

    .content-col-details{
        font-size: 11px;
    }

    .address-mobile{
        font-size: 13px;
    }

    .content-col{
        padding: 0;
    }

}

@media screen and (max-width: 320px){

    .start-building{
        font-size: 20px;
    }

    .traveler-menu, .traveler-content{
        padding: 0;
    }

    .ui-datepicker{
        width: 100%;
    }

    .list-container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .form-title-front{
        font-size: 13px;
    }

    .second-row-list{
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .price-layer-list{
        margin-top: -85px;
    }

    .listing-container-col{
        padding-left: 0;
        padding-right: 0;
    }

    .listing-img-col{
        padding-left: 0;
        padding-right: 0; 
    }

    .currency-symbol-profile{
        line-height: 1.1;
        text-rendering: optimizelegibility;
        font-size: 15px;
        padding-right: 0px;
    }

    .address-mobile{
        font-size: 13px;
    }

    .content-col{
        padding: 0;
    }

    .content-col-details{
        font-size: 11px;
    }

    .description-container{
        padding: 0;
    }

    .description-container-full{
        padding: 0;
    }

    .property-title-profile{
        font-size: 15px;
    }

    .content-col{
        padding: 0;
    }

    .personal-mobile{
        margin-top: 27px;
    }

    .profile-circle{
        backface-visibility: hidden;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        overflow: hidden;
        border-radius: 50%;
        width: 67px;
        height: 67px;
        color: #FFFFFF;
        margin-top: 0px;
        text-align: center;
        padding-left: 0px;
        margin-left: 0;
    }

    .traveler-circle{
        margin-left: 38%; 
        margin-top: 35px;
    }

    .carousel-inner{
        overflow: visible;
    }

    .padding_0{
        padding: 0;    
    }

    .ament{
        font-size: 12px;
        padding-top: 0px;
    }

    .pager-container{
        padding: 0;
    }

    .list-content-top{
        padding: 0;
    }

    .section1-text{
        padding-left: 0px;
        padding-right: 0px;
        font-size: 17px;
        margin-top: 10px;
    }

    .home-page-top-form{
        padding: 0;
    }

    .form-mobile-container{
        padding: 0 15px;
        background-color:  rgba(0,0,0,0.2);
        margin: 0 15px;
        margin-top: 30%;
    }

    .search-btn-col{
        border: 0;
        padding: 0;
    }

    .search-inp-col {
        padding: 0;
        border: 0;
    }

    #btnsearch{
        height: 38px;
    }

    .carousel-caption{
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        margin: 0;
    }

    #form-home .form-control {
        height: 38px;
        opacity: 0.8;
        border: 0;
        margin-bottom: 5px;
    }

    .home-page-top-form{
        padding: 0;
    }

    .footer-row{
        padding-top: 10px;
    }

    .footer-links .col-xs-6{
        padding: 0;
    }

    .blog-container{
        padding: 0;
    }

    .blog-container1{
        width: 100%; margin-right: 0; 
    }

    .modal-dialog {
        width: 300px;
    }

    .ui-datepicker {
        width: 15em;
    }

    .panel-default > .panel-heading {
        color: #777;
    }

    #collapse8 .list-group-item {
        border-top: 0px;
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
    }

    #collapse8 .list-group-item:last-child {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #collapse8  .list-group-item:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;

    }

    .destination{
        font-size: 20px;
    }

    .homepage-rotation-item:first-child .featured-title-home{
        left: 20px;

    }

    .alert-info {
        text-transform: uppercase;
        color: #555555;
        font-family: Calibri, Helvetica Neue, Myriad Pro;
        font-size: 24px;
        font-weight: 400;
        margin-top: 0;
        background-color: #fff;
    }

    .breadcrumb-col{
        padding-left: 10px;
        padding-right: 10px
    }

    #datepicker2{
        width: 100%;
    }

    #datepicker1{
        width: 100%;
    }

    #form {
        padding: 0;
    }

    #form .col-xs-12 {
        padding: 0;
    }

    #form .col-md-2 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0;
    }

    #form .col-md-4 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0;
    }

    #form .checkin{
        padding-right: 5px;
    }

    #form .checkout{
        padding-left: 5px;
    }

    #form .filter-btn-col {
        padding-left: 0px;
        padding-right: 5px;
    }

    #form .search-btn{
        padding-left: 5px;
        padding-right: 0px;
    }

    .calendar .input-group-addon {
        right: 15px;
    }

    .breadcrumb > li + li:before {
        color: #CCCCCC;
        content: " ";
        padding: 0px;
    }

    .breadcrumb-capg .glyphicon-chevron-right{
        font-size: 9px;
        top: 1px;
    }

    .property-price{
        font-size: 15px;
    }

    .filter-btn-col{
        padding-left: 10px;
    }

    h1, .h1 {
        font-size: 25px;

    }

    .cartel h1 {
        font-size: 25px;
        padding-top: 8px;
    }

    .cartel h3 {
        font-size: 22px;
        padding-top: 6px;
    }

    .cartel {

        height: 48px;
        margin-bottom: 30px;
    }

    .featured-destinations{
        margin-bottom: 5px;
    }

    .tagline-mobile{
        margin-top: 10px;
        text-align: center;
    }

    .properties-container .nav > li {
        text-align: center;
        padding-right: 5px;
        float:none;
    }

    .properties-container  .jp-2 li {
        float: left !important;
        margin: 0;
        padding: 0;
    }

    .properties-container  .jp-2 li .btn{
        padding: 6px 10px;
    }



    .property-title{
        font-size:14px;
        margin-bottom:-25px;
    }

    .toolbar{
        padding:19px 1px 18px 1px;
    }

    nav .nav {
        margin-bottom:0px;
    }

    a:hover, a:focus{
        text-decoration: none;
    }

    .panel-group .panel {
        border-radius: 0px;
        min-width: 270px;
    }

    #btnbooknow{
        padding: 0 5px; font-size: 12px;
    }

    .row{
        margin-left: 0;
        margin-right: 0;
    }

    .carousel-mine , .carousel-mine .col-xs-12{
        padding-right: 0px;
        padding-left: 0px;
    }

    .list-content{
        padding: 0;
    }  

    .listado{
        margin: 0;
    }

    .properties-container-profile .col-xs-12{
        padding: 0;
    }

    .booknow-bnt-mobile{
        padding-left: 0;
        padding-right: 5px;

    }

    .contact-bnt-mobile{
        padding-left: 5px;
        padding-right: 0;
    }

    .properties-container-profile .pcalendar .input-group[class*="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }

    #formContact .col-xs-12{
        padding: 0;
    }

    #formInvestor .col-xs-12{
        padding: 0;  
    }

    .login-form-container{
        padding: 0;
    }

    #mainMenu {
        float:left;
        margin-left: 0px;
    }

    .menu-owner{
        padding: 0;
    }

    .content-owner{
        padding: 0;
    }

    .right-side-owner-list{
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1700px){
    .profile-banner {
        height: 460px;
        padding: 0;
    }
    .second-row-list{
        font-size: 12px;
    }
}

@media (min-width: 1700px){
    .form-mobile-container{
        margin-top: 13%;
    }
}

@media (min-width: 1400px) and (max-width: 1699px){
    .form-mobile-container{
        margin-top: 18%;
    }
}


@media (min-width: 1200px) and (max-width: 1400px){

    .total-reviews{
        display: none;
    }

    .form-title-front{
        font-size: 13px;
    }

    .form-mobile-container{
        margin-top: 18%;
    }



    .swiper-slide {
        background-position: center;
        background-size: cover;
        height: 260px;
    }


    .currency-symbol-list {
        line-height: 1.1;
        text-rendering: optimizelegibility;
        font-size: 12px;
        padding-right: 0px;
    }

    .price-layer-list {
        color: #FFFFFF;
        font-size: 14px;
        background-color: rgba(60,63,64,0.8);
        padding-bottom: 8px;
        padding-top: 8px;
        margin-top: -84px;
        padding-left: 5px;
        padding-right: 5px;
        z-index: 1;
    }
    .second-row-list {
        font-size: 12px;
    }


}

@media screen and (min-width:1200px) {





    .form-mobile-container{
        width: 650px;
    }

    .search-inp-col{
        margin-left: 13px;
        margin-right: 10px;
        width: 78%;
    }


    .footer-links .col-sm-2{
        padding: 0;
    }

    .arrows-footer{
        padding-left:29px;
    }
    .arrows-footer-1{
        padding-left: 29px;
    }

    #page-1 {
        background-size: cover;

    }

    #page-luxury {
        background-size: cover;

    }


    .home-page-top-form{
        padding: 0;
    }






    #btnsearch{
        height: 38px;
    }

    .carousel-caption{
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        margin: 0;
    }

    #form-home .form-control {
        height: 38px;
        opacity: 0.8;
        border: 0;

    }



    .home-page-top-form{
        padding: 0;
    }

    .section1-text {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 17px;
    }

}

@media screen and (min-width:1700px) {

    .has-feedback .form-control-feedback {
        background-color: #FFFFFF;
        display: block;
        height: 28px;
        line-height: 34px;
        position: absolute;
        right: 21px;
        text-align: center;
        top: 4px;
        width: 53px;
    }

    .form-control-feedback img{
        background-color: #FFFFFF;
        display: block;
        height: 24px;
        line-height: 34px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 2px;
        width: 25px;
    }

    .has-feedback .form-control {
        padding-right: 4.5px;
    }

}


@media screen and (-webkit-min-device-pixel-ratio: 0){
    #minPrice, #maxPrice{
        background-image: url(../images/select-gt.svg);
        background-color: #fff;
        background-position: center right;
        background-repeat: no-repeat;
        line-height: 1.2;
        border: 1px solid #d6d2d3;
        -webkit-appearance: none;
        text-indent: .01px;
        text-overflow: '';
        line-height: 1;
        position: relative;
        background-color: #fff;
        -webkit-padding-end: 30px;
    }    
}

/** Queries for Mobile Behaivor on Creanting/Editing Properties */
@media screen and (max-width:500px){
    .jp-44 {
        height: 50px;
    }
    
}

@media screen and (min-width:501px) {
    .jp-44 {
        height: 75px;
    }

}

@media screen and (max-width:768px) {



    .jp-1 {
        margin-left:0px
    }

    .jp-2 li {
        float: left !important;
        margin-bottom: 0px;
    }

    .jp-3 {
        margin-top:0px;
        margin-left:0px;        
    }

    .jp-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .jp-5 {
        padding:0px;
    }

    .jp-6 {
        text-align: left!important;
    }

    .jp-7 {
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .jp-9 {
        padding-left: 10px!important;
    }

    .jp-10 {
        margin: 0 auto;
    }

    .jp-11 {
        margin:5px;       
    }

    .jp-12 {
        text-align: center;
    }

    .jp-13 {
        border:none;
    }

    .tooltip{
        visibility: hidden !important;
        display: none !important;
    }

    .jp-14 {
        z-index: 100;
    }

    .jp-15 {
        margin-right: 0px; 
        margin-left: -6px;
    }

    .jp-16 {
        padding-top: 5px;        
        text-align: justify;
    }

    .jp-17 {
        text-align: left;
    }

    .jp-18 {
        padding-left:15px!important;
        padding-right: 15px;
    }

    .jp-19 {
        margin-left: 0px;
        margin-top: 10px;
    }

    .jp-20 {
        margin-top: 0px;
    } 

    .jp-21 {
        /*padding-left: 0px;*/
    }

    .jp-22 {
        font-size: 11px;
    }

    .jp-23 {
        left:0px;
        top:-299px;
    }

    .jp-25 {
        margin-left: 0px;
        padding: 5px;
    }

    .jp-26 {
        padding-left: 2px;
        padding-right: 15px;
        width: 100%;       
    }  

    .jp-27 {
        margin-bottom: 15px;
    }

    .jp-28 {
        margin-left: 5px;
        margin-right: 15px;
    }

    .jp-29 {       
        padding: 5px;                
        margin-left:15px;
        margin-top: 5px;
    }

    .jp-30 {
        margin: 0px;
        margin-left:5px;
        margin-top: 10px;
        font-size: 12px;
    }

    .jp-31 {
        padding-left: 15px;
    }

    .jp-32 {
        display: block;
        width: 100%;   
        padding-right: 15px;
    }

    .jp-33 {
        padding-right: 15px;
    }

    .jp-34 {
        padding-left: 0px!important;
    }

    .jp-35 {
        padding: 5px;
    }

    .jp-36 {
        height:50px;        
    }
    .gallery .col-sm-1 {
        width: 24.3333%;
        padding-right: 0;
        padding: 5px;
    }
    
    .jp-37 {
        
    }
    
    .iframe {
        width: 100%;  
        height: 250px;
    }
    
    .jp-38 {
        margin-bottom: 0px; 
        margin-top: 0px
    }
    
    .jp-39 {
        text-align: left;
    }
    
    .jp-40 {
        //padding-left: 0;
    }
    
    .jp-41 {
        margin-bottom: 0px;
    }
    
    .jp-42 {
        margin-top: -78px;  
        margin-left: auto;
    }
    
    .jp-43 {
        text-align: right;   
    }
    
    .jp-44 {
        margin-bottom: 0px; 
        margin-top: 0px
    }
    
    
}

@media screen and (min-width:769px) {
    .jp-0 {
        padding: 0px;
    }

    .jp-1 {
        margin-left: 3px;
    }

    .jp-2 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .jp-3 {
        margin-left: 5px;
        margin-top: 30px;
    }

    .jp-8 {
        padding-right: 11px;
        padding-left: 0px;
    }

    .jp-13 {
        border: solid 1px #ccc;
        padding-top: 5px;
    }

    .jp-14 {
        z-index: 100;
    }

    .jp-15 {
        margin-right: 15px;
        padding-right: 0px;
    }

    .jp-16 {
        padding-top: 5px;
        padding-right: 0px;
    }

    .jp-17 {
        text-align: right;
    }

    .jp-19 {
        margin-left: 20px;
    }

    .jp-20 {
        margin-top: 20px;
    }

    .jp-21 {
        padding-left: 5px;
    }

    .jp-22 {
        font-size: 13px;
    }

    .jp-25 {
        margin-left: 20px;
        padding: 5px;
    }

    .jp-26 {
        padding-left: 25px;
        width: 100%;
    }

    .jp-29 {
        margin-left: 25px;
        padding: 5px;
    }

    .jp-30 {
        margin: 5px 0 0 0;
    }

    .jp-31 {
        padding-left: 30px;
    }

    .jp-34 {
        padding-left: 15px !important;
    }

    .jp-35 {
        margin-top: 179px;
        min-height: 21px;
    }

    .jp-37 {
        margin-top: 179px;
        min-height: 21px
    }

    .gallery .col-sm-1 {
        width: 12.3333%;
        padding-right: 0;

    }

    .jp-37 {
        width: 700px
    }

    .iframe {
        width: 365px;
        height: 220px;
    }

    .jp-38 {
        margin-bottom: 10px;
        /* margin-top: 40px*/
    }

    .jp-39 {
        text-align: right;
    }

    .jp-40 {
        padding-left: 0
    }

    .jp-41 {
        margin-bottom: 0px;
    }

    .jp-55 {
        width: 700px
    }

    .search-results-container {
        height: 610px;
    }

}

.gm-style-iw {
    width: 350px !important;
    height:250px;
    top: 15px !important; // move the infowindow 15px down
    left: 0 !important;
    background-color: #fff;
}

.gm-style-iw + div {
    display: none;
}

.gm-style-iw div{
    overflow: hidden!important;
}

.gm-style-iw a {
    text-align: left;
}

.price-slider-container {
    padding-top: 15px;
}

.price-slider-container p {
    padding-top: 15px;
}

.price-slider a:focus {
    outline: 0;
}

.price-slider .ui-corner-all {
    border-radius: 25px!important;
}

.price-slider .ui-widget-header {
    background-color:#35AEDA;
}

.price-slider .ui-state-default {
    background-color:#FFFFFF;
    border: 1px solid #CCC;
}

.price-slider-container .ui-slider-horizontal .ui-slider-handle {
    top: -.6em!important;
    margin-left: -.6em!important;
}

.price-slider-container .ui-slider .ui-slider-handle {
    width: 1.4em!important;
    height: 1.4em!important;
}

.price-slider-container .ui-slider-horizontal {
    height: .2em;
}

.colored-date a{
    background-color: powderblue!important;
}

.colored-date-dark a{
    background-color: #0c6cb6!important;
}

.ui-datepicker-calendar .ui-datepicker-current-day a{
    background-color:#0c6cb6!important;
}

.ui-datepicker-calendar .ui-state-hover {
    background-color:#0c6cb6!important;
}

.ui-datepicker-calendar .ui-state-default .ui-state-highlight {
    border: none!important;
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none!important;
}

.aaa :before{
    left: 139px!important;
}
.aaa :after {
    left: 10px;!important;
}



