/*
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 : Nov 26, 2014, 6:19:49 PM
    Author     : csatloss
*/
body{
    margin: 0px;
}
.module-promo {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    min-height: 400px;
}    
.module-sticky-nav .row {
    overflow: visible;
    position: relative;
}
.row {
    margin: 0 auto;

}

.sticky-nav-left {
    float: left;
    margin-right: 253px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.module-sticky-nav ul li {
    float: left;
    margin: 1px 15px 0 0;
}
.module-sticky-nav {
    background: #e9eaea;
    overflow: hidden;    
    padding: 0.8em 0;
    width: 100%;
    z-index: 555;
}
.header {
    background: #182224;
    /*height: 50px;*/
    left: 0;
    /*padding: 10px 0;*/
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
#header li{
    /*float: left;*/
    margin-left: 10px;
    margin-top: 1px;
    margin-bottom: 3px;
}
#header a{
    color: #fff;
}
#undefined-sticky-wrapper{
    width: 100%;
}
#nav .mobile-nav{
    display: none;
}
@media only screen and (max-width: 769px){
    #undefined-sticky-wrapper{
        display: none;
    }

}
@media only screen and (max-width: 430px){
    .container .logo h1{
        font-size: 4em;
    }
    .container .logo .brand{
        margin-top: -30px;
        margin-left: 100px;
    }
}
@media only screen and (max-width: 805px){
    #header{
        position: relative;
    }
    #header li{
        margin-left: 0px;
        margin-top: 0px;
    }    
    #cbp-hrmenu{
        overflow: hidden;
        /*margin-top: 40px;*/
    }
    #cbp-hrmenu.visible{
        height: auto;
    }
    #cbp-hrmenu.notvisible{
        height: 0px;
    }
    #nav .mobile-nav{
        background: #182224;
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100000;
        overflow: hidden;
        padding: 12px 10px 8px 10px;
    }
    #nav .mobile-nav a{
        color: white;
        float: left;
        font-size: 30px;
    }
    #nav .mobile-nav .logo_2 {
        margin-top: -8px;
        text-transform: uppercase;
    }
    #cbp-hrmenu .hog_logo{
        display: none;
    }
    #nav .mobile-nav .icon-ra:before{

    }
    #nav .mobile-nav a span{
        content: "\e";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #nav .mobile-nav .toggle {
        float: right;
    }
    #nav .mobile-nav .icon-menu:before {
        content: "\2630";
    }
    #cbp-hrmenu li{
        width: 100%
    }
    .cbp-hrmenu > ul > li {
        display: block;
        border-bottom: 4px solid #47a3da;
    }
    .cbp-hrmenu > ul > li:last-child {
        border-bottom: none;
    }
    #cbp-hrmenu .cbp-hrsub{
        position: static;
    }
}
.container .about p{
    width: 95%;
}
.anchor_menu{
    z-index: 100;
    width: 100%;
}

#slidecaption{
    width:95%;
    max-width: 500px;
    text-align: left;
}

.image_main_index{
    position: absolute;
    margin-left: 30px;

}

/* Salvattore Base Styles */
.column {
    float: left;
}
.size-1of4 {
    width: 25%;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of2 {
    width: 50%;
}

/* Configurate salvattore with media queries */

@media screen and (max-width: 805px) {
    #grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
    .gridElement{
        padding: 9.9px;
    }
    .max-width-mobile{
        width: 100%;
    }
}

@media screen and (min-width: 806px) and (max-width: 1100px ){
    #grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
    .gridElement{
        padding: 7.5px;
    }

}

@media screen and (min-width: 1101px) {
    #grid[data-columns]::before {
        content: '4 .column.size-1of4';
    }
    .gridElement{
        padding: 7.5px;
    }

}
