/*
Theme Name: starter
Theme URI: http://demo.themeum.com/starter
Author: Themeum
Author URI: http://themeum.com/
Description: Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: THEMEUM
*/


@import url('css/bootstrap.min.css');
@import url('css/font-awesome.min.css');
@import url('css/main.css');

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);

#main{
        margin: 50px auto;
}

.blog #content article.post,
.archive #content article.post{
        margin-bottom: 60px;
        background: #fff;
}

.site-header{
        margin-bottom: 0;
}

.entry-thumbnail{
        border-bottom: 3px solid #eee;
}

.navbar.navbar-default{
        background-color: #fff;
        margin-bottom: 0;
        border-bottom: 0;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.entry-chat,
.entry-link,
.entry-status,
.entry-qoute,
.entry-audio{
        padding: 20px;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #eee;
        box-shadow: inset 0px 0px 3px rgba(0,0,0,.5);
        background: #34495e;
        color:#fff;
        font-size: 14px;
}

.entry-chat p{
        font-size: 14px;
}

.entry-link{
        padding-top: 30px;
        padding-bottom: 30px;
}

.entry-link h4{
        font-size: 20px;
}

.entry-qoute blockquote p{
        font-weight: 400;
        letter-spacing: .5px;
        line-height: 26px;
}

.entry-qoute blockquote small{
        font-style: italic;
        font-size: 15px;
}

.format-aside .post-content.media .entry-title{
        display: none;
}

.entry-title{
        margin-top: 0;
        margin-bottom: 10px;
        text-transform: capitalize;
}

.entry-title,
.entry-summary{
        -ms-word-wrap: break-word;
        word-wrap: break-word;
}

.post-content.media{
        margin-top: 20px;
}

.post-content.media .pull-left{
        padding-right: 20px;
        border-right: 1px solid #eaeaea;
        margin-right: 30px;
}

.post-content.media .post-format,
.post-content.media .publish-date{
        text-align: center;
        margin: 15px 0 0;
        padding: 0px;
}

.post-content.media .post-format{
        margin: 0 0 15px;
}

.post-content.media .post-format i{
        font-size: 24px;
        border: 1px solid #eee;
        /* border-radius: 50%; */
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition:all .4s linear;
}

.post-content.media:hover .post-format i{
        border-color: #34495e;
        border-radius: 50%;
}

.post-content.media .publish-date{
        margin: 5px 0 0px;
}

.post-content.media .publish-date .entry-date{
        font-size: 16px;
        font-weight: 400;
        padding: 0 10px;
        text-transform: uppercase;
}

#blog-gallery-slider.carousel{
        overflow: hidden;
}

#blog-gallery-slider .carousel-control.left,
#blog-gallery-slider .carousel-control.right{
        top: 40%;
        left: -40px;
        height: 80px;
        width: 40px;
        background: #34495e;
        opacity: 0;
        text-shadow:none;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        transition: all .3s linear;
}

#blog-gallery-slider .carousel-control.right{
        left: auto;
        right: -40px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
}

#blog-gallery-slider.carousel:hover .carousel-control.left{
        left: 0px;
        opacity: 1;
}

#blog-gallery-slider.carousel:hover .carousel-control.right{
        right: 0px;
        opacity: 1;
}


#blog-gallery-slider .carousel-control .glyphicon-chevron-left,
#blog-gallery-slider .carousel-control .glyphicon-chevron-right{
        line-height: 80px;
        top: 0;
        left: 10px;
}

.entry-meta{
        margin: 0px 0 20px;
}

.entry-meta ul{
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
}

.entry-meta ul li{
        display: inline-block;
        margin-right: 15px;
}

.entry-meta ul li i{
        margin-right: 5px;
}

.entry-meta ul li:last-child{
        margin-right: 0px;
}

.entry-meta ul li,
.entry-meta ul li i,
.entry-meta ul li a{
        text-transform: uppercase;
        letter-spacing: .75px;
        color: #a8b1b4;
        font-weight: 300;
}

.entry-meta ul li a:hover{
        color: #222;
}

.entry-summary .read-more{
        position: relative;
        -webkit-transition: all 0.17s ease-in-out;
        -moz-transition: all 0.17s ease-in-out;
        -ms-transition: all 0.17s ease-in-out;
        -o-transition: all 0.17s ease-in-out;
        transition: all 0.17s ease-in-out;
        border: 2px solid #e5e5e5;
        padding: 6px 32px 6px 22px;
        border-radius: 4px;
        color: #363f46;
        box-shadow: 0 0 0 0;
        font-size: 12px;
        text-transform: capitalize;
}

.entry-summary p:last-child{
        margin-top: 20px;
}

.entry-summary .read-more:hover{
        color: #34495e;
}

.entry-status iframe{
        width: 99%;
}


.single-post .entry-title{
        margin-top: 20px;
}

.single-post #content article.post{
        margin-bottom: 30px;
}

.single-post #content .post-author,
.single-post #content .post-navigation{
        background: #fff;
        margin-top: 0px;
        margin-bottom: 30px;
}


.single-post #content .post-author .pull-left{
        margin-right: 20px;
        padding: 3px;
        background: #eee;
}

.single-post #content .post-author .media-body h3{
        margin-top: 0;
        text-transform: capitalize;
}

.single-post #content .post-author .media-body p{
        margin-bottom: 0;
        line-height: 24px;
        font-size: 14px;
}

.single-post #content .post-navigation{
        text-transform: lowercase;
}

.single-post #content .post-navigation a:hover{
        text-decoration: underline;
}

.sticky{

}

.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignnone {
    max-width: 100%;
    height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 10px auto 15px 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: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 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: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption{

}

.bypostauthor{

}

.widget-area{
        word-break: break-word;
}

.widget-area img{
        max-width: 100%;
        height: auto;
}

.bottom-widget{
        word-break: break-word;
}

.widget_recent_comments a{
        word-break: break-word;
}

.bottom-widget img{
        max-width: 100%;
        height: auto;
}

.widget-area select{
        max-width: 100%;
}

.bottom-widget select{
        max-width: 100%;
}

.sidebar-inner .widget{
        margin-bottom: 5px;
        padding: 0 25px 60px;
        background: #fff;
}

.footer-wiget-area .bottom-widget{
        margin-bottom:50px;
}

.form-control{
        border-radius: 0;
}

.widget_title{
        margin-top: 0;
        margin-bottom: 20px;
}

.widget table,
.widget th,
.widget td {
        border: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
}

.widget table {
        border-collapse: separate;
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        width: 100%;
}

.widget caption,
.widget th,
.widget td {
        font-weight: normal;
        text-align: center;
        line-height: 1.8;
}

.widget caption{
        width: 100%;
        border-width: 1px 1px 0;
        border-style: solid;
        border-color: rgba(0,0,0,.1);
        line-height: 2.5;
}
.widget th {
        border-width: 0 1px 1px 0;
        font-weight: bold;
}

.widget td {
        border-width: 0 1px 1px 0;
}

.widget table,
.widget th,
.widget td {
        border-color: rgba(0, 0, 0, 0.1);
}

.widget caption {
        color: #2b2b2b;
        font-weight: 900;
}
.widget thead th {
        background-color: rgba(0, 0, 0, 0.02);
}

.widget #today a{
        display: block;
        background-color: rgba(0, 0, 0, 0.02);
}

.widget .tagcloud{
        display: block;
}

.widget .tagcloud a{
        display: inline-block;
        font-size: 14px!important;
        padding: 5px 15px;
        margin-right: 7px;
        margin-bottom: 10px;
        border: 1px solid rgba(0,0,0,.1);
        transition:all 500ms linear;
}

.widget .tagcloud a:hover{
        background-color:rgba(0,0,0,.1);
}

.widget ul{
        padding: 0;
        margin: 0;
        letter-spacing: 0;
        list-style: none;
}

.widget ul li{
        color: #95a3a6;
        border-bottom: 1px dotted #e2e2e2;
        padding: 8px 0;
}


.widget ul li a{
        text-decoration: none;
        color: #95a3a6;
        padding: 8px 5px 8px 0;
        -webkit-transition: all .07s ease;
        -moz-transition: all .07s ease;
        -ms-transition: all .07s ease;
        -o-transition: all .07s ease;
        transition: all .07s ease;
}

.widget ul li:hover  { background:#fafafa; }

.widget ul li a:hover{
        color: #515151;
        padding-left:6px;
}

#footer a{
        color: #CFCFCF;
}

.footer-menu{
        list-style: none;
        display: block;
}

.footer-menu li{
        position: relative;
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
}

.footer-menu li:first-child{
        margin-left: 0;
}

.footer-menu li:last-child{
        margin-right: 0;
}

.footer-menu li:before{
        content: "/";
        position: absolute;
        right: -14px;
}

.footer-menu li:last-child:before{
        display: none;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"]
{
        display: block;
        width: 100%;
        height: 36px;
        border: 1px solid #f2f2f2;
        margin-bottom: 30px;
        padding: 0 10px;
        background: #fafafa;
}


#respond textarea{
        display: block;
        width: 100%;
        height: 180px;
        border: 1px solid #f2f2f2;
        margin-bottom: 30px;
        resize:none;
        padding: 10px;
        background: #fafafa;
}

#respond input:focus,
#respond textarea:focus{
        outline-offset:0;
        outline: 0;
        border-color:#000;
}

#respond ::-webkit-input-placeholder{
        font-weight: 300;
        font-style: italic;
        font-size: 16px;
        letter-spacing: 1px;
}

#footer{
        padding: 30px 0;
}

.footer-menu{
        margin:0;
}

#respond .logged-in-as{
        padding-left: 15px;
}

#respond .comment-reply-title{
        margin-top: 0px;
        text-transform: capitalize;
        margin-bottom: 20px;
}

.comment-list{
        padding: 0;
}

.comment-list .comment-body{
        margin-bottom:25px;
}

.comment-list .comment-body .comment-avartar{
        margin-right: 20px;
}

.comment-list .comment-body .comment-author{
        font-size: 16px;
        text-transform: capitalize;
}

.comment-list .comment-body .comment-date,
.comment-list .comment-body .comment-time{
        font-size: 13px;
        font-weight: 300;
        margin: 0 0 0 7px;
}

.comment-list .comment-body .comment-time{
        margin: 0 10px 0 0px;
}

.comment-list .comment-body .edit-link{
        margin-right: 5px;
}

.comment-list .comment-body .comment-reply,
.comment-list .comment-body .edit-link{
        text-transform: lowercase;
        font-weight: 300;
        display: none;
        transition: display .5s linear;
        -webkit-transition: display .5s linear;
}


.comment-list .comment-body:hover .comment-reply,
.comment-list .comment-body:hover .edit-link{
        display: inline-block;
}

.comment-body .comment-content p{
        margin-bottom: 0;
        font-size: 13px;
        letter-spacing: .3px;
        line-height: 20px;
        margin-top: 0px;
}

.comment-list .children{
        padding-left: 40px;
}

#comments .comments-title{
        margin-top: 0;
        margin-bottom: 20px;
}

#comments .form-submit #submit{

        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
                -moz-user-select: none;
                        -ms-user-select: none;
                                -o-user-select: none;
                                        user-select: none;
        color: #333333;
        background-color: #ffffff;
        border-color: #cccccc;

}

.page-header{
        padding: 0;
        margin: 0;
        border:0 none;
}

.page-header .page-title{
        font-weight: 700;
        margin-bottom: 40px;
        margin-top: 0;
        text-transform: uppercase;
}

.pagination{
        padding: 0;
        margin: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
        background: #34495e;
        border-color: #34495e;
}


/** menu **/

 #masthead.sticky{
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
 }

#navigation.navbar{
        border-radius: 0;
}

#navigation .navbar-nav > li > a {
        padding: 25px;
        line-height: 25px;
        transition:padding .2s ease-in-out 0;
}

#masthead.sticky #navigation .navbar-nav > li > a {
        padding: 20px 25px;
}

#navigation .navbar-nav ul.sub-menu{
        list-style: none;
        padding: 0;
        margin: 0;
        width:180px;
        position: absolute;
        z-index: 99999;
}

#navigation .navbar-nav li.menu-item-has-children {
        position: relative;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu{
        visibility: hidden;
        background: #F8F8F8;
        border: 1px solid #E7E7E7;
        border-top: 0;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li{
        line-height: 20px;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li a{
        padding: 10px 25px;
        display: block;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li a:hover {
        background: #f2f2f2;
}

#navigation .navbar-nav li.menu-item-has-children:hover ul.sub-menu{
        visibility: visible;
}

/* One Page Style */

.page-wrapper{
        padding: 80px 0;
}

.parallax{
        position: relative;
        z-index: 1;
}

.parallax-image{
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
}

/*
.overlay{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: url('./images/pattern.png');
        z-index: 2;
}
*/

.parallax-content{
        position: relative;
        z-index: 4;
        padding: 80px 0;
}

body, p, .title-area p.subtitle, p.lead {
    font-size: 14px;
    font-weight: 400;
    color: #64686d;
    line-height: 26px;
}

.title { color:#272727; }

.dark-bg .title-area p.subtitle { color: #FFF; }
.dark-bg { color: #F7F7F7; }
.dark-bg .title { color: #fff; }
.dark-bg p, #turismo p { color: #fff; line-height: 26px; font-size: 14px; }

h1, h2 { font-size: 40px; }
h1,h2,h3 { font-weight: 600; color:#272727; }

.btn.center {
    margin: auto;
}
.btn.btn-primary, .btn.btn-success {
    background: #52B95F;
    border-color: #3E9149;
    text-transform: none;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -ms-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}
.btn.btn-primary:hover, .btn.btn-success:hover {
    background: #55C363;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -ms-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

.btn { text-transform:none;}
.btn.btn-primary:active { border-color: #52B95F; }
.btn-lg { font-size:16px; }
.dark-bg h1, .dark-bg h2, .dark-bg h3 { color: #fff; }

.navbar-header, .navbar-header .navbar-brand {  margin:0; padding:0; }
.navbar-header .navbar-brand { background: #fff url("../../../wp-content/uploads/2015/12/logo.png") no-repeat center center; width: 174px; height: 60px; }
.navbar-header .navbar-brand span { left: -99999px; position: relative; }

#inicio.page-wrapper { padding:0; }

#carousel-main .carousel-caption h2 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    font-size: 32px;
    font-weight: 600;
    color:#FFF;
}

#carousel-main .btn-lg { font-size: 14px; padding: 8px 10px 5px; }
#carousel-main .carousel-inner img { width: 100%; }
#carousel-main .carousel-caption p.lead {
    font-size: 14px;
    color:#FFF;
}

#valle-hermoso.page-wrapper{
    padding: 50px 0;
}
#valle-hermoso h2 { font-size: 30px; color: #272727; }

#servicios .container .page-content .feature-box { overflow: visible; min-height: 120px; }
#servicios .container .page-content div div span{
    background: #41ab6b/*rgba(255, 255, 255, 0.1)*/;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
#servicios .container .page-content div div span:after {
    pointer-events: none;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 14px;
    padding: 0;
    box-shadow: 0 0 0 4px #41ab6b;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#servicios .container .page-content div div span:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
#servicios .container .page-content div div span:hover{
    background: rgba(255, 255, 255, 1);
    color: #41ab6b;
}
#servicios .container .page-content div div span:hover i {
    color: #41ab6b;
}
#servicios .container .page-content div div span:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    width: 55px;
    height: 55px;
}

#habitaciones .table { width: 70%; margin: auto; font-size: 14px; color: #64686d; }
#habitaciones .table tr td:not(:first-child), #habitaciones .table th:not(:first-child)  { text-align: center; width: 22%; }
#habitaciones .table tr th { background-color: #C7C7C7; color: #FFF; }
#habitaciones .table th:first-child { border-top-left-radius: 3px;  width: 34%; }
#habitaciones .table th:last-child { border-top-right-radius: 3px; }
#habitaciones .table tr { vertical-align:middle;}
#habitaciones .table .fa-check { color: #3E9149; }
#habitaciones .table .fa-close { color: #D01515; }

#turismo { background: #FFFFFF url("../../../wp-content/uploads/2016/01/vista-valle-hermoso.jpg") no-repeat center top; text-align: center; padding-bottom: 160px; }
#turismo .title, #turismo h1, #turismo h2, #turismo h3, #turismo p.subtitle {color:#FFFFFF;text-shadow: 0 1px 2px rgba(0,0,0,0.6);}

.portfolio {
    margin: 30px 0 40px 0;
}
.portfolio>div {
    padding: 1%;
}
.portfolio-item .overlay {
    margin: 4%;
}

#promociones span, #promociones strong {color:#5DBC61;}
#promociones hr { border-color:#353535; }
#promociones .cuadro-exterior { min-height: 250px; color: #353535; background: rgba(255,255,255,.9); padding: 35px 0 20px; }
#promociones .cuadro-exterior .cuadro-interior { display: inline-block; min-height: 100px; color: #353535; background: #FFF; padding: 0 15px 15px 15px; display: inline-block; min-width: 80%; margin: 25px 0; }
#promociones ul {
    margin: 10px auto;
    list-style: none;
    padding: 0;
    text-align: left;
    width: 50%;
}
#promociones i.fa { color: #FFCC2A;}
#promociones .spin:hover i.fa {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

#ubicacion .row.detalle {
    text-align: center;
    margin: 10px 0 30px;
    font-size: 17px;
}
#ubicacion .row div h4 i { color:#3D9248; }
#ubicacion .row.detalle i { color:#F6CB27; }

#contacto .parallax-content { padding: 0; }
#contacto .parallax-content .row { float: right; margin-bottom: 40px; min-width:360px; }
.contacto {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-top: 40px;
}
.contacto i.fa { display: none; }
.contacto h3 {
    font-size: 24px;
    font-family: sans-serif;
    color: #272727;
    margin-top: 0;
}
.contacto .well p { color: #3E9149; }
.contacto p, .contacto address {
    color: #64686d;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5em;
    margin:0;
}
.contacto address {
    margin-bottom: 20px;
}
.contacto input[type=text], .contacto input[type=email], .contacto textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contacto textarea { height: auto; max-width:336px;}
.contacto input:focus, .contacto textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.contacto .wpcf7-validation-errors, .contacto .wpcf7-not-valid-tip {
    color: #E45757;
    border: none;
    margin:0;
    padding:0;
    max-width:350px;
    line-height: 1.5em;
    font-size: 14px;
}
#map { width:100%; height:100%; position: absolute; }

.copyright { line-height: 1.5em; }
.copyright .fa-facebook-square { margin-left:5px; color: #4F76CF;}
.copyright .fa-facebook-square:hover { color: #609BFF; }

@media (min-width: 1600px){
    #turismo, #contacto {
        background-size: 100% auto;
    }
}
@media (max-width: 767px){
    #slider {
        margin-top: 0px;
    }
    #carousel-main .carousel-caption h2 {
        font-size: 1.5em;
        color:#FFF;
    }
    .portfolio-item .overlay {
        margin: 2%;
    }

    #habitaciones .table { width: 94%; }
    #habitaciones .table tr td:not(:first-child), #habitaciones .table th:not(:first-child)  { width: 30%; }
    #habitaciones .table tr th:first-child, #habitaciones .table tr td:first-child { width: 10%; }

    #turismo { padding-bottom:75px; }

    #promociones .cuadro-exterior { margin: 0 15px; }
    #promociones .cuadro-exterior .cuadro-interior { padding: 0 0 15px;  margin: 25px 15px; }
    #promociones ul { width:75%; }

    .iframe iframe { width: 100%; }

    #ubicacion .row { padding: 15px; }
    #ubicacion .row.detalle { margin-left:5px;margin-right:5px; }

    .contacto i.fa { display: none; }

    #contacto .container { width:initial; }
    #contacto .contacto {
        height: initial;
        overflow: initial;
        margin: 40px 5px 0 0;
        width: initial;
    }
}

@media (max-width: 480px){
    h1,h2 { font-size: 32px; }

    #carousel-main .carousel-caption h2 { margin-bottom: 5px; }
    #carousel-main .carousel-caption p.lead { line-height: 1.5em; }

    .portfolio-item { cursor: pointer; }
    .portfolio-item .overlay { display: none; }

    #contacto .container { padding-top:250px; width: 270px; margin-left: 10px; }
    #contacto .parallax-content .row { float: none; max-width:300px; }
    #contacto .contacto {
        height: 154px;
        overflow: hidden;
        margin: 0;
        width:270px;
    }
    #contacto-size { display: inline-block;}
    #contacto .contacto i:hover { cursor: pointer; }
    #footer .pull-right, #footer .pull-left { float: none !important; padding: 0 ;}
}
