

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

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

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

}



/* General styling
================================================== */
html, body
{
    height: 100%;
    overflow-x: hidden;
}
body {
    color: #5a5a5a;
    font-family: "Lato",sans-serif;
    background: #242424;
    padding: 0 20px;
}
.content-container{
    position: relative;
    padding-top: 50px;
    max-height: 1300px;
}
.content-container .row{
    height: 100%;
}
.content-container .image_content,
.content-container .text_content{
    min-height: 100%;
}
.content-container .image_content{
    background: #242424 no-repeat center center;
    height: 100%;
    background-size: cover;
}
.content-container .text_content{
    padding: 3vh 2vw;
    position: relative;
    max-height: 100%;
    overflow-y: auto;
}
.content-container .text_content.orange_bg{
    background-color: #ff6a13;
}
.content-container .text_content.gray_bg h2,
.content-container .text_content.gray_bg p{
    color: white;
}

h1{
    text-transform: UPPERCASE;
    color: #ff6a13;
    font-weight: bolder;
    font-size: 22px;
    font-family: oswaldbold;
    margin: 0;
}
h1.vertical_margin{
    margin: 20px 0 15px 0;
}
h2{
    color: white;
    font-size: 3vh;
    font-weight: bold;
}
h3{
    color: white;
    font-size: 2vh;
    font-family: oswaldbold;
}
.big_white,
.bigger_white{
    color: white;
    font-weight: bold;
}
.big_white{
    font-size: 2.5vh;
}
.bigger_white{
    font-size: 4vh;
}
.bottom_text{
    position: absolute;
    bottom: 0;
    margin-bottom: 6vh;
}
p{
    text-align: justify;
}
p,
ul{
    color: white;
    font-size: 17px;
}
.nowrap{
    white-space: nowrap;
}
a.white_link{
    color: white;
}
a.white_link:hover{
    color: white;
}
.big_white a{
    color: white;
}
.big_white a:hover{
    color: white;
}
.large_container{
    width: 1500px;
    max-width: 100%;
}
.zero_height{
    height: 0 !important;
}
.dark_bg{
    background-color: #242424;
}
.light_bg{
    background-color: #424242;
}
.full_width_img_container{
    margin: 0 -15px 0 -10px;
    background-position: center center;
    background-size: cover;
    height: 50vh;
}
.full_height_block{
    height: 100%;
}
.light_bg.full_height_block{
    height: auto;
    min-height: 100%;
}
.side_padding{
    padding: 0 2vw;
    padding-top: 18px;
}
.side_padding h1{
    margin: 3vh 0;
}
.two_col_text{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 3vw; /* Chrome, Safari, Opera */
    -moz-column-gap: 3vw; /* Firefox */
    column-gap: 3vw;
}
.text_wrap_img{
    float: right;
    margin: 3vh 0 1vh 1vw;
}
.no_padding{
    padding: 0;
}
.inline-block{
    display: inline-block !important;
}
/* Endof : General styling ========================================= */







/* Header
================================================== */
.navbar-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    background-color: #242424;
    padding: 0 20px;
}
.navbar-wrapper > .container {
    padding-left: 0;
    padding-right: 10px;
}
.navbar-wrapper .navbar {
    padding: 0;
    margin: 0;
    min-height: 0;
}
.navbar-wrapper .navbar-inverse{
    background-color: #242424;
    border: none;
}
.navbar-wrapper .navbar .container {
    width: auto;
}
.navbar-brand{
    height: auto;
    padding: 10px 5px;
}
.navbar-brand img.logo{
    height: 50px;
    width: auto;
}
.language_switcher{
    position: absolute;
    right: 0;
    color: white;
    font-size: 15px;
    text-transform: UPPERCASE;
    transition: color 0.3s;
    display: none;
}
.language_switcher:hover{
    text-decoration: none;
}
#navbar ul.navbar-nav{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 5px;
}
#navbar ul.navbar-nav li{
    padding: 0 0 0 3vw;
}
#navbar ul{
    list-style: none;
}
#navbar ul.navbar-nav li a{
    padding: 10px 0;
    font-size: 18px;
    font-family: oswaldlight;
    font-weight: bold;
    text-transform: UPPERCASE;
    color: white;
    transition: color 0.3s;
}
.language_switcher:hover,
#navbar ul.navbar-nav li a:hover,
#navbar ul.navbar-nav li.active > a{
    background: none;
    color: #ff6a13;
    text-decoration: none;
}
#navbar .navbar-nav .nav_language_switcher{
    font-size: 0.5em;
    /*display: none;*/
}
nav.navbar > div.container-fluid > .language_switcher{
    margin-right: 15px;
}
.navbar-inverse .navbar-toggle{
    border: none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus{
    background: none;
}
.navbar-inverse .navbar-toggle{
    width: 95px;
}
.navbar-inverse .navbar-toggle .mobile_menu_div{
    position: absolute;
    color: #ff6a13;
    font-size: 22px;
    font-family: oswaldbold;
    top: 4px;
}
.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #ff6a13;
    border-radius: 0;
    height: 5px;
    width: 28px;
    position: relative;
    right: -60px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

/* Endof : Header ========================================= */








/* Home page
================================================== */
#home_page_container{
    height: 95%;
    max-height: 100%;
    position: relative;
    max-width: 100%;
}
#home_page_carousel{
    height: 99%;
    max-height: 1000px;
    margin: 0 -10px;
}
.carousel-inner{
    height: 100%;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    background: none no-repeat center center;
    height: 100%;
    max-height: 1000px;
    background-size: cover;
}
.carousel .item1{
    background-image: url(../img/slide1.jpg);
}
.carousel .item2{
    background-image: url(../img/slide2.jpg);
}
.carousel .item3{
    background-image: url(../img/slide3.jpg);
}
.carousel .item4{
    background-image: url(../img/slide4.jpg);
}
.carousel .item5{
    background-image: url(../img/slide5.jpg);
}
.carousel .item6{
    background-image: url(../img/slide6.jpg);
}
.carousel .item15{
    background-image: url(../img/slide_15.png);
}
.carousel-inner > .item > a.portfolio_link{
    display: block;
    min-width: 100%;
    min-height: 100%;
}
.carousel-inner > .item > a.portfolio_link > img {
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
}
.carousel-indicators{
    bottom: 40px;
    width: auto;
    right: 4%;
    margin: 0;
    left: auto;
}
.carousel-indicators li{
    background-color: #242424;
    border: none;
    height: 17px;
    width: 17px;
    margin-left: 15px;
    transition: background-color 0.3s;
}
.carousel-indicators li:hover{
    background-color: #ff6a13;
}
.carousel-bullet-indicators .active{
    background-color: #ff6a13;
    border: none;
    height: 17px;
    width: 17px;
    margin-left: 15px;
}
.categories_menu{
    background: #242424;
    height: 30px;
    width: 100%;
    margin: 0;
    z-index: 1;
    margin-top: -30px;
    position: relative;
    white-space: nowrap;
}
#home_page_container .categories_menu{
    margin: -25px -15px 0 -15px;
    width: auto;
}
.categories_menu ul{
    float: right;
    list-style: outside none none;
    margin-top: 1px;
    padding: 4px 4px 0px 0px;
    margin: 0;
    height: 30px;
}
.categories_menu ul > li{
    background: none;
    display: inline;
    list-style-type: none;
    padding-right: 10px;
    margin: 0;
}
.categories_menu ul > li > a{
    color: white;
    text-transform: UPPERCASE;
    cursor: pointer;
    transition: none;
    font-family: oswaldlight;
    font-weight: bold;
    font-size: 15px;
}
.categories_menu ul > li > a.active,
.categories_menu ul > li > a:hover{
    color: #ff6a13;
}
.categories_menu ul > li:after{
    content: "|";
    padding-left: 10px;
    font-weigth: 900;
    color: white !important;
}
.categories_menu ul > li:last-child:after{
    content: none;
}
.social_icons_container{
    float: left;
}
.social_icons_container img{
    width: 30px;
    margin: 7px 7px 0 0;
}
#portfolio_page_body .social_icons_container img,
#portfolio_project_content .social_icons_container img{
    margin: -4px 7px 0 0;
}
/* Endof : Home page ========================================= */






/* Portfolio page
================================================== */
#portfolio_page_content{
    height: 100%;
}
#portfolio_page_content .full_height_block .row{
    height: auto;
}
#portfolio_page_content .portfolio_row{
    margin-bottom: 50px;
}

#portfolio_page_content .image_content .portfolio_entry{
    cursor: pointer;
}
#portfolio_page_content .image_content .portfolio_entry .thumbnail_background{
    background-color: #313131;
}
#portfolio_page_content .image_content .portfolio_entry .thumbnail_container{
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0.25;
    transition: opacity 0.3s;
}
#portfolio_page_content .image_content .portfolio_entry .thumbnail_container .thumbnail_inner_box{
    height: 100%;
    width: 100%;
    border: 2px solid #ff6a13;
    opacity: 0;
    transition: opacity 0.3s;
}
#portfolio_page_content .image_content .portfolio_entry .portfolio_entry_title{
    color: white;
    font-size: 17px;
    font-family: oswaldbook;
    text-transform: UPPERCASE;
    text-align: right;
    margin-top: 0;
    opacity: 0.25;
    transition: opacity 0.3s;
}
#portfolio_page_content .image_content .portfolio_entry:hover .portfolio_entry_title,
#portfolio_page_content .image_content .portfolio_entry:hover .thumbnail_container,
#portfolio_page_content .image_content .portfolio_entry:hover .thumbnail_container .thumbnail_inner_box{
    opacity: 1;
}
#portfolio_page_content .image_content .portfolio_entry:hover > a{
    text-decoration: none;
}

#portfolio_page_content .text_content{
    padding: 0;
    max-height: none;
}
#portfolio_page_content .text_content > div{
    padding: 2vh 2vw;
}
.in_page_menu{
    background: #f58221;
    width: 100%;
    padding: 10px 0;
}
.in_page_menu ul{
    list-style: none;
    padding: 0;
}
.in_page_menu ul > li > a{
    color: black;
    text-transform: UPPERCASE;
    font-size: 17px;
    transition: color 0.3s;
    cursor: pointer;
}
.in_page_menu ul > li > a:hover,
.in_page_menu ul > li.active > a{
    color: white;
}
.breadcrumbs{
    color: black;
    text-transform: UPPERCASE;
    font-size: 14px;
    font-weight: bold;
    font-family: oswaldbook;
    color: #ff6a13;
    display: none;
}
.breadcrumbs > span:after{
    content: "/";
    padding-left: 5px;
}
.breadcrumbs > span:last-child:after{
    content: none;
}
#portfolio_page_content .text_content h1{
    font-size: 25px;
}
#portfolio_page_content .text_content h2{
    font-size: 20px;
    margin-top: -7px;
}

.moto_container.visible-lg .moto_col{
    display: table;
    margin: auto;
}
.moto_container .moto_col{
    padding-right:30px;
    text-shadow: 2px 2px 2px black;
    color: white;
    font-family: Times New Roman;
    font-size: 23px;
    font-style: italic;
    margin-top: -15px;
}
.moto_container .moto_col .author{
    font-size: 18px;
}
#portfolio_page_body{
    overflow-y: hidden;
}
#portfolio_page_body .categories_menu_container{
    position: relative;
    top: -30px;
    height: 30px;
    padding: 0;
}
#portfolio_page_body .categories_menu_container .categories_menu{
    margin: 0;
}
/* Endof : Portfolio page ========================================= */






/* Portfolio project
================================================== */
#portfolio_project_content{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 80px;
    padding-left: 17px;
    padding-right: 20px;
    padding-top: 0;
}
.slideshow_container{
    position: relative;
    height: 100%;
}
.slideshow_container .slideshow{
    margin-right: 15px;
        margin-left: -15px;
    position: relative;
    height: 100%;
}
.slideshow_container .slideshow .pictures_row{
    width: 100%;
    top: 0;
    bottom: 130px;
    position: absolute;
    overflow: hidden;
}
.slideshow_container .slideshow .pictures_row .slide_button{
    position: absolute;
    height: 100%;
    width: 30%;
    cursor: pointer;
    z-index: 1000;
}
.slideshow_container .slideshow .pictures_row .slide_button.slide_left{
    left: 0;
    display: none;
}
.slideshow_container .slideshow .pictures_row .slide_button.slide_right{
    right: 0;
}
.slideshow_container .slideshow .pictures_row .inner_slideshow{
    height:100%;
    position: absolute;
    white-space: nowrap;
}
.slideshow_container .slideshow .pictures_row img,
.slideshow_container .slideshow .thumbnails_container img{
    height: 100%;
    width: auto;
    margin: 0 3px;
    opacity: 0.25;
    transition: opacity 0.3s;
    cursor: pointer;
}
.slideshow_container .slideshow img:first-child{
    margin-left: 0;
}
.slideshow_container .slideshow img:last-child{
    margin-right: 0;
}
/*.slideshow_container .slideshow img:hover{
    opacity: 1;
}*/
.slideshow_container .slideshow img.active{
    opacity: 1;
    cursor: default;
}
.slideshow_container .slideshow .thumbnails_row{
    height: 130px;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 10px 0 30px;
    overflow: hidden;
}
.slideshow_container .slideshow .thumbnails_container{
    text-align: center;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    height: 130px;
    padding-bottom: 30px;
}
.slideshow_container .slideshow .thumbnails_row .thumbnails_arrow{
/*    background-color: #424242;*/
    height: 83px;
    margin: 10px 0;
    width: 30px;
    position: absolute;
    top: 0;
    cursor: pointer;
    transition: background-color 0.3s, right 0.3s, left 0.3s, opacity 0.3s;
    display: none;
    opacity: 0.5;
}
.slideshow_container .slideshow .thumbnails_row .thumbnails_arrow img{
    display: table;
    height: 60px;
    margin: 11px auto auto;
}
.slideshow_container .slideshow .thumbnails_row .thumbnails_arrow.left_arrow{
    left: 3px;
    padding-right: 3px;
}
.slideshow_container .slideshow .thumbnails_row .thumbnails_arrow.left_arrow:hover{
/*    background-color: #666;*/
    left: 0;
    opacity: 1;
}
.slideshow_container .slideshow .thumbnails_row .thumbnails_arrow.right_arrow{
    right: 3px;
    padding-left: 3px;
    opacity: 0.5;
}
.slideshow_container .slideshow .thumbnails_row .thumbnails_arrow.right_arrow:hover{
/*    background-color: #666;*/
    right: 0;
    opacity: 1;
}
.slideshow_container .slideshow .thumbnails_row .thumbnails_arrow > div{
    display: table;
    margin: 31px auto auto;
}
.slideshow_container .slideshow .thumbnails_row .thumbnails_arrow.left_arrow > div{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #242424;
}
.slideshow_container .slideshow .thumbnails_row .thumbnails_arrow.right_arrow > div{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left:10px solid #242424;
}
.slideshow_container .portfolio_project_info{
    width: 30px;
    height: 95%;
    background: #242424;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    z-index: 1001;
}
.arrow_div{
    height: 100%;
    width: 30px;
    text-align: center;
    position: absolute;
    cursor: pointer;
}
.left_arrow_div img,
.right_arrow_div img{
    height: 60px;
    width: auto;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    display: table;
    margin: -30px auto auto 5px;
}
.left_arrow_div img.right_arrow_img,
.right_arrow_div img.left_arrow_img{
    display: none;
}
.portfolio_project_info .in_page_menu,
.portfolio_project_info .portfolio_text{
    padding: 4vh 2vw 2vh 35px;
    min-width: 450px;
}
.portfolio_project_info h2{
    margin-top: 0;
    font-size: 20px;
}
.portfolio_project_info .portfolio_text p,
.project_caracteristic{
    font-size: 1.7vh;
}
.project_caracteristic{
    color: white;
}
.project_caracteristic .caracteristic{
    font-weight: bold;
    padding: 0;
    white-space: nowrap;
}
/* Endof : Portfolio project ========================================= */







/* Services & About page
================================================== */
#services_page_content .full_width_img_container{
    background-image: url(../img/services.jpg);
}
#about_page_content .full_width_img_container{
    background-image: url(../img/about.jpg);
}
.dark_bg .side_padding{
    padding-left: 0;
    margin-left: -10px;
}
.dark_bg_text_block{
    padding: 2vh 0 0 0;
    margin-left: -10px;
}
#about_page_content .text_wrap_img{
    width: 180px;
}
#services_page_content h1,
#about_page_content h1{
    font-size: 2.5vh;
}
#services_page_content h1,
#about_page_content h1{
    font-size: 2.5vh;
}
#about_page_content .light_bg h1{
    margin-bottom: 5px;
}
#services_page_content h2,
#about_page_content h2{
    margin-top: 0;
    color: #f58221;
    font-size: 2.3vh;
    text-transform: UPPERCASE;
    font-family: oswaldbold;
}
#services_page_content p,
#services_page_content ul,
#about_page_content p,
#about_page_content ul{
    font-size: 1.7vh;
}
#services_page_content ul,
#about_page_content ul{
    padding-left: 15px;
}
/*#about_page_content.content-container .image_content{
    background-image: url(../img/about.jpg);
}
#about_page_content.content-container .text_content{
    overflow: hidden;
}
#about_page_content.content-container .text_content h2{
    margin-top: 5px;
}
#about_page_content.content-container .text_content.orange_bg h1{
    margin-bottom: 10px;
}
#about_page_content.content-container .text_content p{
    font-size: 1.7vh;
}*/
/* Endof : Services & About page ========================================= */




/* Contact page
================================================== */
#contact_page_content{
    height: 100%;
    max-height: 765px;
    top: 0;
    padding: 70px 20px 0 15px;
}
#contact_page_content .map_container{
    padding-left: 0;
    padding-right: 50px;
    height: 100%;
    position: relative;
}
#contact_page_content .map{
    max-width: 100%;
    margin-bottom: 30px;
}
#contact_page_content .map_container .contact_page_info{
    position: absolute;
    bottom: 0;
    width: 100%;
}
#contact_page_content h3{
    font-size: 22px;
    font-family: oswaldbook;
    line-height: 35px;
}
#contact_page_content h3 a{
    color: white;
}
#contact_page_content.content-container .image_content{
    padding-bottom: 12px;
}
#contact_page_content.content-container .image_background{
    background-image: url(../img/contact.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
    max-height: 800px;
}








/* Footer
================================================== */
footer{
    position: fixed;
    bottom: 0;
    height: 0px;
    width: 100%;
    background-color: #242424;
}
