body {margin-top: 5px;}

.item {width: 100%; background: #CCC;}

h1, h2, h3 {font-family: 'Marcellus', serif; }

h1 {color: #117031;}

a:hover {text-decoration: none;}

h2, h2 a {color: #7DC22F;}

h2 a:hover {color: #7DC22F; }

h3 {margin-bottom: 20px;}

/*TOP*/
.region-top ul {list-style: none; margin-top: 30px;}
.region-top ul li a{float: left; padding: 25px 15px 10px 15px; font-size: 0.9em; color: #651503; text-align: center; font-family: 'Marcellus', serif;}
.region-top ul li a:hover{text-decoration: underline;}
.region-top ul .location a {background: url(../img/location-icon.png) no-repeat top center;}
.region-top ul .sitemap a {background: url(../img/sitemap-icon.png) no-repeat top center;}
.region-top ul .contact a {background: url(../img/contact-icon.png) no-repeat top center;}

/*MENU*/
.main-menu {background: #78C030;}

.main-menu > ul{margin-left: 7%;}

.main-menu .navbar-nav>li>a:hover {background: #137732;  transition: background-color 0.5s ease;}

.main-menu .navbar-nav > .is-active > a,
.main-menu .navbar-nav > .is-active > a:hover,
.main-menu .navbar-nav > .is-active > a:focus {
    color: #FFF;
    background-color: #137732;
}

.main-menu .nav .open > a, .main-menu  .nav .open > a:hover, .main-menu .nav .open > a:focus {
    background-color: #137732;
    border-color: #137732;
}

.navbar-toggle {background: #FFF; margin-right: 0;}

.navbar-toggle .icon-bar {background: #78C030;}

.dropdown-menu {background: #137732; font-family: 'Marcellus', serif; font-size: 1.2em;; padding: 0; border: none; border-radius: 0;}
.dropdown-menu ul {margin: 0;}
.dropdown-menu > li > a {
    padding: 8px 20px;
    color: #FFF;
    font-family: 'Marcellus', serif;
    font-size: 1.1em;
    border-radius: 0;
}
.dropdown-menu > li > a:hover {
    background: #78C030;
    color: #FFF;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #229738;
}

.navbar-header {width: 100%;}

.navbar {margin-bottom: 0;}

.navbar-default {
    background-color: transparent;
    border: none;
}

/*MENU ASIDE*/
.region-sidebar-second h2 {margin-top: 0; font-size: 1.7em;}
.region-sidebar-second .navbar-nav > li{
    width: 100%;
    float: left;
}

.region-sidebar-second .navbar-nav > li > a{padding: 10px 0; border-bottom: #7DC22F 1px solid; font-family: 'Marcellus', serif; font-size: 1.2em; color: #6E1B0A;}
.region-sidebar-second .navbar-nav > li > a:hover {background: transparent; color: #962303;}
.region-sidebar-second .navbar-nav > li.active > a {color: #7DC22F;}

.owl-prev {}

.owl-nav .owl-prev, .owl-nav .owl-next {text-indent: -9999px;} 
.owl-prev {background: url(../img/prev.png) no-repeat center center !important;}
.owl-next {background: url(../img/next.png) no-repeat center center !important;}

/*CONTENT*/
.main-container {padding-top: 40px; padding-bottom: 30px;}

.cabinas-home {padding-top: 0; padding-bottom: 20px; display: inline-block;}

.cabinas-home .views-row {margin-bottom: 10px;}

.faldon3m {
    overflow: hidden;
}

.faldon3m-title {
    bottom: 15px;
    left: 18px;
    position: absolute;
    right: 18px;
    transition: all 0.5 ease 0s;
}

.faldon3m-title > h2{
    background: rgba(143, 128, 111, 0.35) none repeat scroll 0 0;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    padding: 5px;
}

.image-article {padding-bottom: 15px; margin-bottom: 20px; border-bottom: #78C030 1px solid;}

.cabinas-hover-desc {
    bottom: 0;
    left: 0;
    padding: 13px;
    position: absolute;
    top: 0;
    width: 100%;
}

.cabinas-hover-desc {text-align: center;}
.cabinas-hover-desc h2 {font-size: 1.3em; text-align: center;}

.faldon3m:hover .cabinas-hover-inner, .faldon3m.active .cabinas-hover-inner {
    opacity: 1;
    transform: scale(1);
}

.cabinas-hover-table {
    display: table;
    height: 100%;
    width: 100%;
}

.cabinas-hover-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.cabinas-hover-inner {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    display: inline-block;
    height: 100%;
    opacity: 0;
    padding: 10px;
    transform: scale(0.5);
    transition: all 0.5s ease 0s;
    width: 90%;
}

.qty, .price {float: left; clear: both; padding-bottom: 15px;}
.qty span, .qty div, .price span, .price div {float: left; padding-right: 5px;}

/*FOOTER*/
footer {background: #117031; color: #FFF; min-height: 150px;}
.footer {margin-top: 0;}
.copy {display: block; text-align: center;}


@media screen and (min-width: 768px){
	.logo img {width: 130px;}
    
    .path-webform label {width: 250px; padding-right: 25px; text-align: right; float: left;}

    .path-webform .form-control, .path-webform textarea {
        display: inline;
        width: 450px;
        border-radius: 0;
        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
        box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    }

    .path-webform .form-control{height: 34px;}

    .path-webform .form-textarea {height: 85px;}

    .path-webform .select-wrapper, .path-webform .form-textarea-wrapper {
        display: inline-block;
        position: relative;
        width: auto;
    }

    .path-webform .webform-submission-rerservaciones-form .webform-button--submit{margin-left: 550px; margin-top: 20px;}
    .path-webform .webform-submission-contact-form .webform-button--submit{margin-left: 636px; margin-top: 20px;}

    .path-webform .btn {border-radius: 0;}

    .path-webform .btn-primary {background-color: #117031; border-color: #117031;}
    .path-webform .btn-primary:hover {background-color: #78C030; border-color: #78C030;}


}

@media screen and (min-width: 992px){
    .main-menu .navbar-nav>li>a {color: #FFF; text-transform: uppercase; font-family: 'Marcellus', serif; font-size: 1.2em; padding: 10px 23px;}
}

@media (max-width: 991px){
	.logo img {max-width: 300px;}
	.region-top ul li a{float: left; padding: 25px 10px 10px; width: 75px; text-align: center;}
    .main-menu .navbar-nav>li>a {color: #FFF; text-transform: uppercase; font-family: 'Marcellus', serif; font-size: 0.9em; padding: 10px;}
}