@charset "utf-8";
/* CSS Document */

/* Overlay Preloader
================================= */

#overlaypreloader {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    z-index: 10000;
    background-color: #222;
    color: #F7F7F7;
}

#overlaypreloader h1 {
    margin-top: 100px;
    font-size: 18px;
    margin-bottom: 20px;
}

#overlaypreloader span {
    clear: both;
    display: block;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
}

#overlaypreloader img {
    outline: none;
}


/* Background
================================= */

.background-img {
    background: url('../images/photos/background.jpg') fixed;
}


/* First Menu
================================= */

#firstmenu {
    height: 30px;
    background-color: #222;
}

.phone {
    line-height: 30px;
    color: #999999;
    font-size: 11px;
    margin-left: 15px;
}

.phone a {
    text-decoration: none;
    color: #999999;
}

.social-links {
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.social-links a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    line-height: 30px;
    color: #999999;
    margin: 0px 7px;
}

.social-links a:hover {
    color: #FFF;
}

.affix {
    width: 100%;
    top: 0;
}

.affix + #home {
    margin-top: 60px;
}


/* Second Menu
================================= */

.navbar {
    margin-bottom: 0px;
}

.nav-shadow {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(34, 34, 34, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(34, 34, 34, 0.1);
}

.nav-menu {
    margin-top: 11px;
}

.nav-menu li a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 7px 16px;
    margin: 3px 4px 3px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}

/* Slider
================================= */

.box-shadow {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(34, 34, 34, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(34, 34, 34, 0.1);
}

.carousel-indicators {
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 2px;
    text-indent: -999px;
    border: 1px solid #888888;
    border-radius: 9px;
    cursor: pointer;
    background-color: #888888 \9;
    background-color: rgba(136, 136, 136, 1);
}

.carousel-indicators .active {
    margin: 2px;
    width: 9px;
    height: 9px;
    background-color: #222;
    border: 1px solid #222;
}

/* General Setting
================================= */

.blanco {
    color: #FFF;
}

.font18px {
    font-size: 18px;
}

.floatleft {
    float: left;
}

.marginleft100px {
    margin-left: 100px;
}

.gray-layout {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #F7F7F7;
}

.gray-layout h1 {
    font-size: 64px;
    margin-bottom: 0px;
}

.white-layout {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #FFF;
}

.gray-layout p {
    font-size: 21px;
}


/* Home Section
================================= */

.location {
    display: inline-block;
    color: #888888;
    font-size: 26px;
    margin-bottom: 17px;
}

h2 {
    font-size: 38px;
    margin-bottom: 25px;
}

.img-circle {
    border: 10px solid #F7F7F7;
    width: 100%;
}

/* Offers Section
================================= */

.icon-offer {
    display: inline-block;
    border-radius: 1000px !important;
    -moz-border-radius: 1000px !important;
    -webkit-border-radius: 1000px !important;
    -o-border-radius: 1000px !important;
    -ms-border-radius: 1000px !important;
    text-align: center;
    width: 72px !important;
    height: 72px !important;
    line-height: 72px !important;
    background: #434247;
    color: #FFF;
    font-size: 30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.column-offer {
    margin-top: 30px;
}

.column-offer:hover .icon-offer {
    background: #222;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.column-offer p {
    font-size: 16px;
}

.name-offer {
    font-size: 28px;
}

.subname-offer {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}

.price-offer {
    font-size: 18px;
    color: #222;
    font-weight: bold;
}

.panel-heading {
    font-size: 20px;
    font-weight: bold;
}

.panel-body	p {
    font-size: 16px;
}

/* Gallery Section
================================= */

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #222;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 170, 170, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 170, 170, 0.6);
}


/* Payment Section
================================= */

.thumb_zoom {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #CCC;
    outline: none;
}

.thumb_zoom:hover {
    border-color: #aaa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 170, 170, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 170, 170, 0.6);
}


/* Contact Section
================================= */

.submit-button {
    margin-top: 15px;
    border: 0;
    background-color: #222;
    padding: 10px 20px;
    color: #FFF;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.submit-button:hover {
    background-color: #565656;
}

.marker-hotelester {
    color: #565656;
    margin: 9px 0px;
    font-size: 17px;
}

#map-canvas {
    width: 100%;
    height: 290px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-control:focus {
    border-color: #aaa;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 170, 170, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 170, 170, 0.6);
}

#estate-form {
    margin-left: 25px;
    font-size: 16px;
}

/* Footer
================================= */

.footer {
    background-color: #222;
    color: #888888;
    border-bottom: 8px solid #111;
    font-size: 11px;
}

.programming {
    margin-top: 22px;
    margin-bottom: 10px;
}

.programming a {
    color: #ccc;
}

.social-links-footer {
    float: right;
    display: inline-block;
    margin: 13px 0px 10px 0px;
    padding: 0px;
}

.social-links-footer li {
    list-style-type: none;
    float: left;
    margin: 0px 10px 0px 0px;
}

.social-links-footer li a {
    text-decoration: none;
    color: #eee;
    border: 2px solid #eee;
    border-radius: 40px;
    display: block;
    font-size: 14px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.social-links-footer li a:hover {
    color: #999999;
}


/* Media Queries
================================= */

@media screen and (max-width: 992px) {
    .margenInput {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
	/* Similar a @screen-sm */
    .gray-layout  h1 {
        font-size: 36px;
    }

    .location {
        font-size: 20px;
    }

    .gray-layout p {
        font-size: 16px;
    }

    .social-links-footer {
        clear: both;
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .marker-hotelester {
        font-size: 13px;
    }
}