* {
  box-sizing: border-box;
}

@font-face
{
	font-family: 'stylu-font';
	src: url('../fonts/stylu.ttf');
}

.stylu-font
{
	font-size: 18px;
	font-family: 'stylu-font';
/*    font-weight: lighter;*/
}

.no-padding
{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.navbar-image
{
    display: inline;
    float:left;
}

.services
{
 	width:32%;
	background: #91A05C;
	border-radius:50%;
	text-align: center;
	line-height: 30px;
    margin-bottom:24px;
	background-clip: padding-box;
	color:white;
    padding: 10px;
}

.contact-image
{
    width: 2.5%;   
}

.align-with-image
{
    display: inline-table;
    padding-left: 0px;
    margin-bottom: 5px;
}

.green-section
{
    background-color: #8AAE92;
}

.footer-color
{
    background-color: #616161;
}

.footer-font-color
{
    color: #F4F9F4;
}

.footer-margin
{
    margin-bottom: 20px;
}

.social-network
{
    width: 20%;
}

.booking-image
{
    width: 50%;   
}

/*.social-network-booking
{
    width: 36%;
}*/

.list-inline
{
    display:inline-flex;
}

.margin-custom
{
    margin-bottom: 64px;
}

#servicios
{
    padding-top: 60px;
    padding-bottom: 60px
}

#ubicacion
{
    padding-top: 20px;
}

#contacto
{
    padding-bottom: 20px;
}

#cabanias
{
    padding-bottom: 20px;
}

.photos-container
{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 150px;
}

ul.equipment
{
    list-style-type: disc;
    font-size: 14px;
    padding-left: 150px;
}

.left
{
    padding-left: 50px;
}

.right
{
    padding-right: 50px;
}

.button-group .button.is-checked
{
    background-color: #91a05c;
    color: #fff;
    transition: all .4s
}

.custom-margin
{
    margin-top: 30px;
}

.media .media-body h3 {
    font-family: dosis, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 1.5rem
}

.media-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.media-hoverable {
    overflow: hidden;
    border-radius: .25rem;
    margin-bottom: 1.56rem
}

.media-hoverable .media-img {
    transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out
}

.media-hoverable .media-img-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out
}

.media-hoverable:hover .media-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.media-hoverable:hover .media-img-overlay {
    visibility: visible;
    opacity: 1
}

.media-list-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    border-radius: .63rem;
    background-color: #f8f8f8
}

.media-list-view .media-img {
    position: relative;
    width: 100%
}

img.fancybox-image {
    padding: 15px;
    background: #fff
}

img.lazyestload {
    width: 100%;
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.network {
    font-size: large;
} 

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

.grid-height {
    height: 500px !important;
}

.btn-width
{
    min-width: 170px;
}

.equipment-padding 
{
    padding-top: 150px;
    padding-bottom: 20px;
}

.gallery-padding 
{
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

@media only screen and (max-width: 800px) 
{
    .padding-mobile {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    ul.equipment
    {
        list-style-type: disc;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    /*section {
        padding: 20px 0;
    }*/

    .custom-margin
    {
        margin: auto;
    }

    .btn-width
    {
        min-width: 150px;
    }
}

@media only screen and (min-width: 768px) {
    
    #contacto-mobile
    {
        display: none;
    }
    
    #mobile-contact-title
    {
        display: none;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) 
{
    #servicios
    {
        padding-bottom: 24px;
    }
    
    .services
    {
        width: 40%;
        background: #91A05C;
        border-radius:50%;
        text-align: center;
        line-height: 30px;
        margin-bottom:24px;
        background-clip: padding-box;
        color:white;
        padding: 10px;
    }
    
    h5 
    {
        font-size: 12px;
    }
    
    h5.uppercase
    {
        letter-spacing: 0px;    
    }
    
    .margin-custom
    {
        margin-bottom: 0px;
    }
    
    .square-thumbs li {
        height: 100px;
    }
    
    .lightbox-grid li {
        width: 33.33%;
    }
    
    br 
    {
        display: block;
    }
    
    #contacto-desktop
    {
        display: none;
    }
    
    .lightbox-grid li 
    {
        border: 1px solid rgba(0, 0, 0, 0);
    }

    .padding-mobile {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .mobile-align-left {
        text-align: left !important;
    }

    .mobile-align-right {
        text-align: right !important;
    }

    ul.equipment
    {
        list-style-type: disc;
        font-size: 12px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    /*section {
        padding: 20px 0;
    }*/

    .custom-margin
    {
        margin-top: 80px;
    }

    .btn-width {
        min-width: 130px;
        font-size: smaller;
    }
}

@media only screen and (max-width: 1024px) 
{
    ul.equipment
    {
        list-style-type: disc;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    /*section 
    {
        padding: 100px 0;
    }*/

    .custom-margin
    {
        margin: auto;
    }

    .custom-margin-gallery
    {
        margin-top: 40px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up)
@media only screen and (min-width: 600px)
{
    #servicios
    {
        padding-bottom: 24px;
    }
    
    .services
    {
        width: 60%;
        background: #91A05C;
        border-radius:50%;
        text-align: center;
        line-height: 30px;
        margin-bottom:24px;
        background-clip: padding-box;
        color:white;
        padding: 10px;
    }
    
    h5 
    {
        font-size-adjust: 8px;
    }
    
    h5.uppercase
    {
        letter-spacing: 0px;    
    }
    
    #dormitorios-descripcion
    {
        display: none;
    }
    
    #cocina-descripcion
    {
        display: none;
    }
    
    #equipamiento-playero-descripcion
    {
        display: none;
    }
    
    #conexion-descripcion
    {
        display: none;
    }
        
    .margin-custom
    {
        margin-bottom: 0px;
    }
        
    .square-thumbs li {
        height: 100px;
    }
    
    .lightbox-grid li {
        width: 33.33%;
    }
}
*/