
@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue_regular-webfont.eot');
    src: url('fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_regular-webfont.woff') format('woff'),
         url('fonts/bebasneue_regular-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bebas_neuelight';
    src: url('fonts/bebasneue_light-webfont.eot');
    src: url('fonts/bebasneue_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_light-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_light-webfont.woff') format('woff'),
         url('fonts/bebasneue_light-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_light-webfont.svg#bebas_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bebas_neuebook';
    src: url('fonts/bebasneue_book-webfont.eot');
    src: url('fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_book-webfont.woff') format('woff'),
         url('fonts/bebasneue_book-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold-webfont.eot');
    src: url('fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('fonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
     background-color: #000;
    color: #fff;
    width:100%;
    height: 100%;
    
}

html {
    width:100%;
    height: 100%;
}

a {
    text-decoration: none;
}

p {
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-size: .9em;
    color: #fff;
    line-height: 1.45;
}

.offset-right{
    float:right;
}

img {
   
}

.img-left{
    float: left;
}

.p-left{
    float:left;
}
h2 .center-left{
    width:100%;
    flaot:left;
}
.header{
    display:block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
   

    
}

.logo{
    
    width:180px;
    height:60px;
    padding: 15px 0 15px 15px;
}

.nav-collapse{
    background-color: #000;
    width: 100%;
    
}
.nav-collapse ul{
    list-style-type: none;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    text-align: center;
}

.nav-collapse li {
    color: #fff !important;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'bebas_neuebook', Arial, sans-serif;
    font-size: 1.3em;
}

.nav-collapse a, a:hover {
    color: #fff !important;
    text-decoration: none;
    
}
 
#top-nav{
    z-index: 2;
    background: 0 0;
    padding-bottom: 20px;
    left: 0;
    right: 0;
}
.full-width{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url(http://lorempixel.com/g/1920/1080/people) no-repeat center center scroll;
    background-size: cover;
}

.section-models{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url(http://lorempixel.com/g/1920/1080) no-repeat center center scroll;
    background-size: cover;
    color: #fff;
    font-family: 'bebas_neuebook', Arial, sans-serif;
    font-size: 1.3em;
}

.section-about{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    color: #fff;
    font-family: 'bebas_neuebook', Arial, sans-serif;
    font-size: 1.3em;
}

.panel-main{
        padding-top:100px;
        text-align: center;
        font-family: 'bebas_neuebold', Arial, sans-serif;
        font-size: 2em;
    }

  footer{
    font-family: 'bebas_neuebook', Arial, sans-serif;
    font-size: .9em;
    padding-bottom: 100px;
    padding-top: 25px;
   }

@media (min-width: 768px)  {
    #top-nav{
        position: fixed;
        padding-bottom: 0;
    }
 .logo{
        height:70px;
        float:left;
        width:210px;
        text-align: center;
        margin-top:0px;
    }
    
    .header{
        display:block;
        width:700px;
        text-align: center;
        padding:10px;
        
       
    }
    .nav-collapse {
        background-color: transparent;
        margin-top:30px;
    }
    .nav-collapse ul{
        padding-top:15px;
        margin-left: auto;
        margin-right: auto;
        float:right;
        background-color: transparent;
    }
    
   .nav-collapse li{
        padding-right: 8px;
        padding-left: 8px;
        font-size: 1em;
        display:inline !important;
        text-align: center;
    }
    
    
    .full-width{
        height:100%;
        padding: 0;
    }
}


@media screen and (min-width: 1170px)  {
   
   .logo {
        height:120px;
        float:left;
        width:360px;
        margin-left: -10px;
        margin-top:-60px;
   }
   
   .logo img{
        margin-left: auto;
        margin-right: auto;
        display: block;
        
   }
   .header{
        display:block;
        width:1140px;
        
        padding:10px;     
    }
    


    .nav-collapse {
        opacity: 1;
    }
    .nav-collapse ul{
        padding-top:25px;
        margin-left: auto;
        margin-right: auto;
        
   
    }
   .nav-collapse li{
        padding-right: 15px;
        padding-left: 15px;
        font-size: 1.5em;
        display:inline !important;
        text-align: center;
       
    }
    
    .panel-main{
        padding-top:200px;
        text-align: center;
        font-family: 'bebas_neuebold', Arial, sans-serif;
        font-size: 2em;
    }
   
  
   .full-width{
    height:100%;
    padding: 0;
   }
   
   .section-models{
        height:100%;
        padding: 0;
        
   }
   
   .section-models h2{
    color:#fff;
   }
   
     .section-about{
        height:100%;
        padding: 0;
        
   }
   
   .section-about h2{
        float:left;
   }
   
   .header-scroll{
        background-color: #000;
        width: 100%;
        border-radius: 0 0 15px 15px;
        opacity: .8;
   }
   
   .logo-scroll{
        height:50px;
        float:left;
        width:150px;
        margin-left: 40px;
        margin-top:-60px;
   }
   
    .nav-collapse-scroll{
        margin-top:5px;
        padding-bottom:10px;
        margin-left: auto;
        margin-right: auto;
    }
    
    
   
 
    
}
