/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-jul-2015, 14:09:10
    Author     : it
*/

/* MAIN RULES */

html, body{
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    font-family: 'Montserrat', Helvetica, Verdana, sans-serif;
}

/* HEADER RULES */

.back_fotos{
    background: url('../imgs/back-fotos.jpg') repeat-x;
    background-size: auto 100%;
    animation: aniClouds 120s linear infinite;
    padding: 0px;
    
}

#logo{
    float: left;
    margin-left: 5px;
    max-width: 216px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#logo img{
    width: 100%;
}

#top_menu{
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom-left-radius: 50px;
    background-color: hsl(238, 52%, 37%);
}

#top_menu ul{
    list-style: none;
    padding-left: 22px;
    line-height: 1;
    padding-top: 4px;
    margin-bottom: 6px;
}

#top_menu ul li{
    display: inline-block;
    margin-left: 4px;
    padding-right: 8px;
    border-right: 1px solid hsl(226, 40%, 85%);
}

#top_menu ul li:last-child{
    border-right: none;
}

#top_menu ul li a{
    color: #f5f5f5;
    font-weight: bold;
    text-decoration: none;
}

#top_menu ul li a:hover{
    text-shadow: 1px 1px 3px hsl(224, 35%, 78%), -1px -1px 3px hsl(224, 35%, 78%);
    
}

.header-table{
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
}
.colizquierda{
    width: 260px;
    vertical-align: middle;
    background: url('../imgs/bk-wh-logo.png') repeat-y;
    background-size: 100% auto;
}
.colcentral{
    width: auto;
}
.colderecha{
    text-align: right;
    vertical-align: bottom;
    width: 118px;
}
#nqn_tiempo{
    display: inline-block;
    /*float:right;
    margin-top: 30px;
    right: 0px;
    vertical-align: middle;
    margin-bottom: 4px;
    bottom: 0px;
    top: 0px;*/
    
}


/*#panel-servicios i{
    //color: hsl(238, 52%, 37%);//hsl(203, 100%, 38%);
}*/

#herramientas{
    //border-top: 4px inset hsl(225, 40%, 48%);
    padding: 2px 33px 0px 2px;
    position: absolute;
    bottom: 2px;
    width: 100%;
}

#mochila{
    //float:left;
    
}

/* Tooltip */
.tooltip > .tooltip-inner {
    background-color: hsl(225, 40%, 28%);
    color: #fafafa;
    border: 1px solid black;
    padding: 15px;
    font-size: 16px;
}

/* Tooltip on top */
.tooltip.top > .tooltip-arrow {
    border-top: 5px solid hsl(225, 40%, 28%);
}

/* Tooltip on bottom */
.tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid hsl(225, 40%, 28%);
}

/* Tooltip on left */
.tooltip.left > .tooltip-arrow {
    border-left: 5px solid hsl(225, 40%, 28%);
}

/* Tooltip on right */
.tooltip.right > .tooltip-arrow {
    border-right: 5px solid hsl(225, 40%, 28%);
}
/* BACKGROUND ANIMATION RULES */
@keyframes aniClouds {
	from { background-position: 1715px bottom; }
	to { background-position: 0px bottom; }
}
@keyframes aniMountains {
	from { background-position: 753px bottom; }
	to { background-position: 0px bottom; }
}
@keyframes aniRoad {
	from { background-position: 45px bottom; }
	to { background-position: 0px bottom; }
}
@keyframes aniFotos {
	from { background-position: 1802px bottom; }
	to { background-position: 0px bottom; }
}

/* SIZE RULES */

@media (max-width: 767px){ /* Modificaciones para tamaño xs */
    #top_menu{
        position: relative;
        //margin-left: -15px;
        //margin-right: -15px;
        border-bottom-left-radius: 0px;
        text-align: right;
        padding-bottom: 1px;
    }
    #logo{
        width: 70%;
    }
    #nqn_tiempo{
        //width: 29%;
        //margin-top: 5px;
        text-align: right;
    }
    #nqn_tiempo img{
        width: 100%;
        max-width: 143px;
        
    }
}



@media (max-width: 991px){
    /*.row.header{
        margin-bottom: 100px;
    }*/
}
@media (max-width: 699px){ /* Fix margen para servicios desde el menu */
    /*.row.header{
        margin-bottom: 14.5vw;
    }*/
}
@media (max-width: 450px){
    /*.row.header{
        margin-bottom: 45vw;
    }*/
}

@media (min-width: 992px){ /* Modificaciones para tamaño md */
    #herramientas{
        padding: 2px 19px 0px 2px;
    }
    #destinosearch{
        margin-top: 20px;
    }
}

@media (min-width: 1200px){ /* Modificaciones para tamaño lg */
    #destinosearch{
        margin-top: 30px;
    }
}
