﻿/* ==========================================================================
   CSS Queries
   ========================================================================== */
@media (min-width:992px) and (max-width:1199px){

    nav {
        float: left;
        background-color: #fff;
    }
    nav ul {
        margin: 0;
    }
    nav ul li {
        list-style: none;
        float: left;
        height:70px;}

    nav ul li a {
        display: block;
        padding: 30px 12px 0px 0px;
        text-transform: uppercase;
        color: #586165;

        height:70px;

        font: normal normal 400 15px 'Arial Narrow', Helvetica, Arial, Verdana, sans-serif;

        letter-spacing: -0.02em;
        transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;

    }

    nav ul li a:hover {
        text-decoration: none;
        color: #428BCA;

    }
    nav ul li a.active {
        color: #428BCA;

    }

    .lb-album li > a,
    .lb-album li > a img{
        display: block;

        max-width: 455px;
        height: auto;
        width:100%;

    }

    .lb-album2 li > a,
    .lb-album2 li > a img{
        display: block;
        max-width: 370px;
        height: auto;
        width:100%;


    }

    .lb-album3 li > a,
    .lb-album3 li > a img{
        display: block;
        /*height: 320px;*/
        max-width: 295px;
        height: auto;
        width:100%;

    }

    .lb-album4 li > a,
    .lb-album4 li > a img{
        display: block;

        max-width: 235px;
        height: auto;
        width:100%;


    }

}


@media screen and (max-width: 992px) {

    .col-md-4{
        position:relative;
        float: left;
        width: 70%;
        min-height: 80px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 60px;
        height: 60px;
        margin-top: -60px;
        margin-left: -30px;
        margin-right: -30px;
        font-family: serif;
        font-size: 60px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 20px;
    }
    ul.clearfix {
        width: 100%;
        float:left;}


    nav {   
        height: auto;
        width: 100%;  
    }  
    nav ul {  
        width: 100%;  
        display: block;  
        height: auto;
        margin: 0;
        padding: 0;  
    }  
    nav li {
        width: 100%;
        float: left;
        background-color: #242a2c;
        position: relative;
        margin-bottom: 0px;
        text-align: center;
    }

    nav ul li{
        height:50px;}
    nav ul li a {
        width: 100%;
        float: left;
        height:100px;
        padding: 0px 0px 0px 0px;
        background-color: #fff;
        position: relative;
        margin-left:-30px;
        margin-right: 1090px;
        text-align: center;
        /* border-bottom: 1px dotted #555;*/
        text-align: left;
        padding: 30px;
    }
    nav ul li a.last {  
        border-bottom: none;
    }
    .laptop-placeholder img {
        max-width: 80%;
    }


}  

@media only screen and (max-width : 992px) { 

    /*.col-md-2 #cssmenu{
    width: 0;
    height:0;
    visibility: hidden;
    z-index:-100;
    }*/	

    /*Sobreescribe al estilo de bootstrap para que permita situar el menú al lado*/
    .container:after{
        clear: none;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 60px;
        height: 60px;
        margin-top: -60px;
        margin-left: -30px;
        margin-right: -30px;
        font-family: serif;
        font-size: 60px;
    }
    .row {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 20px;
    }
    h1 {
        font-size: 1em;
        margin: 0.67em 0;
    }

    .hero-btn {
        border: solid 1px rgba(255,255,255,0.3);
        background-color: rgba(0,0,0,0.2);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius: 5px;
        padding: 5px 5px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
    }

    .carousel-caption {
        background-color: rgba(0,0,0,0.2);
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        left: 15%;
        right: 15%;
        bottom: 10%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }

    .carousel-content h3, .text-inter h3 {
        color: #737c85;
        font-size: 20px;
        margin-top:40px;

    }

    .carousel-content p, .text-inter p {
        color: #929da5;
        font-size: 13px;
        word-spacing: 2px;
    }

    nav {  
        border-bottom: 0;  
    }  
    nav ul {  
        display: none;  
        height: auto;  
    }
    
    .fa{
       color:#959496;
    }
    
    .pullcontainer {
        width: 10%;
        position: relative;
        float: right;
        height: 80px;
        line-height: 80px;
        vertical-align: middle;
        right: 10px;
        text-align: center;
        padding: 5px 30px 5px 0;
        background:#fff;
        color:#000;
        font-family: 'Open Sans';
        z-index: 10000;

    }   
    .pullcontainer a#pull {  
        display: block;  
        width: 100%;
        color: #fff;
        font-family:"Open Sans" ;
        text-decoration:none;
        font-size:14px;
    }


}   
