
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,500,500italic,700,700italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* =============================================================================
  GERAL
============================================================================= */
html,
body {
    height: 100%;
}
*{
    font-family: Ubuntu;
}
section{
  padding:30px 0;
}
.center-img {
    margin: 0 auto;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.nopadding-p{
    padding:0 !important;
}
a:focus, a:visited{
    border: none;
}
a:focus, a:hover {
    text-decoration: none;
}
.mg-t20{margin-top:20px;}
.mg-t30{margin-top: 30px;}
.mg-t60{margin-top: 60px;}
.mg-r18{margin-right:18px;}
.mg-rl10{margin: 0 10px;}
.mg-l20{margin-left: 20px;}

/* =============================================================================
  NAVBAR
============================================================================= */
.navbar {
    padding: 10px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-default {
    background: transparent;
    width: 100%;
    height: auto;
    border: 0;
}
.navbar-brand{
    margin-top: 10px;
}
.navbar-right {
    margin-top: 14px;
    margin-bottom: 10px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 20px;
    font-weight: 300;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #1F6185;
    background-color: #fff;
}
.top-nav-collapse {
    padding: 5px 0;
    background: #134068;
}
/* =============================================================================
  HEADER
============================================================================= */

.carousel {
    height: 53%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-caption {
    bottom: 35%;
}
.carousel-caption h2{
    color: #fff;
    font-size: 41px;
    font-family: 'Ubuntu';
    font-weight: 300;
}

/* =============================================================================
  About
============================================================================= */
#about{
padding-top: 70px;
}
#about .title h1{
    color: #185390;
    font-size: 35px;
    font-family: 'Ubuntu';
    font-weight: 300;
}
#about hr{
    border-color: #185390;
    width: 130px;
    margin-top: 0;
    border-width: 2px 0 0;
    margin: 0 auto;
    margin-bottom: 45px;
}
#about .description p{
    color: #185390;
    font-size: 20px;
    font-family: 'Ubuntu';
    font-weight: 300;
    margin: 20px 0;
    text-align: center;
    line-height: 26px;
}
/* =============================================================================
  Leaf Flandres
============================================================================= */
#leaf-flandres{
    background: #eaf0f4;
    padding-top: 70px;
}
#leaf-flandres .title h1{
    color: #185390;
    font-size: 35px;
    font-family: 'Ubuntu';
    font-weight: 300;
}
#leaf-flandres hr{
    border-color: #185390;
    width: 130px;
    margin-top: 0;
    border-width: 2px 0 0;
    margin: 0 auto;
    margin-bottom: 45px;
}
#leaf-flandres .description p{
    color: #185390;
    font-size: 20px;
    font-family: 'Ubuntu';
    font-weight: 300;
    margin: 20px 0;
    text-align: left;
    line-height: 26px;
}
/* =============================================================================
  Products
============================================================================= */
#products{
padding-top: 70px;
}
#products .title h1{
    color: #185390;
    font-size: 35px;
    font-family: 'Ubuntu';
    font-weight: 300;
}
#products hr{
    border-color: #185390;
    width: 130px;
    margin-top: 0;
    border-width: 2px 0 0;
    margin: 0 auto;
    margin-bottom: 45px;
}
#products .description p{
    color: #185390;
    font-size: 20px;
    font-family: 'Ubuntu';
    font-weight: 300;
    margin: 20px 0;
    text-align: center;
    line-height: 26px;
}
#products .subtitle h2{
    color: #185390;
    font-size: 25px;
    font-family: 'Ubuntu';
    font-weight: 600;
    margin-top: 45px;
}
#products .items {
    color: #185390;
    font-size: 20px;
    font-family: 'Ubuntu';
    font-weight: 300;
}
#procuts .items span{
    margin-right: 10px;
}
#products .items i{
    margin-right: 10px;
}
#products .fa-ul li{
    display:inline;
    margin:0px 28px;
}
#products .fa-ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}
#products .items .fa-circle{
    color: #185390;
    font-size:13px;
    margin-right: 5px;
}
.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    background: #134068;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
    opacity: 0.8;
}
@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
    .mg-l32{margin-left:32%;}
}
/* =============================================================================
  Contact
============================================================================= */
#contact{
    background: url(../images/contact.jpg) center center no-repeat;
    background-size: auto 100%;
    min-height:493px;
    position: relative;
    width: 100%;

}
#contact .title h1{
    color: #fff;
    font-size: 35px;
    font-family: 'Ubuntu';
    font-weight: 300;
}
#contact hr{
    border-color: #fff;
    width: 130px;
    margin-top: 0;
    border-width: 2px 0 0;
    margin: 0 auto;
    margin-bottom: 30px;
}
#contact h2{
    color: #fff;
    font-size: 20px;
    font-family: 'Ubuntu';
    font-weight: 300;
    line-height: 30px;
}
#contact .fa-phone.phone2, #contact .fa-map-marker{
    font-size: 30px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.form-control {
    display: block;
    width: 100%;
    height: 51px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #1F6185;
    background-color: #EAE9E9;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#contact .btn-submit{
    color: #fff;
    font-size: 20.99px;
    font-weight: 300;
    font-family: 'Ubuntu';
    background: transparent;
    padding: 2px 37px;
    border-radius: 0;
    border: 1px solid #fff;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    margin-bottom: 50px;
}
#contact .btn-submit:hover{
    color: #185390;
    background: #fff;
}
::-webkit-input-placeholder {
   color: #185390 !important;
    font-size: 18.99px;
    font-family: 'Ubuntu';
    font-weight: 300;
    opacity: 0.5;
}

:-moz-placeholder {
    color: #185390 !important;
    font-size: 18.99px;
    font-family: 'Ubuntu';
    font-weight: 300;
    opacity: 0.5;
}

::-moz-placeholder {
   color: #185390 !important;
    font-size: 18.99px;
    font-family: 'Ubuntu';
    font-weight: 300;
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: #185390 !important;
    font-size: 18.99px;
    font-family: 'Ubuntu';
    font-weight: 300;
    opacity: 0.5;
}
#contact input:placeholder-shown {

}
.carousel-caption {
    text-shadow: 0 1px 2px rgba(0,0,0,.0);
}
#alert .alert .alert-success {
    color: #185390 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
.alert-success {
    color: #185390 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    opacity: 0.8;
}
 #alert h1{
    font-size: 30px !important;
    padding: 0;
    margin: 0;
    font-weight:300;
}
.close {
    float: right;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
/* =============================================================================
  Footer
============================================================================= */
footer {
    background: #fff;
}
footer .title h1{
    color: #fff !important;
    font-size: 17px;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.copyright {
    background: #fff;
    padding: 15px 0 0px 0;
    color: #134068 !important;
    font-size: 13px;
    font-family: 'Open Sans !important';
}
.verticis {
    width: 75px;
    height: 24px;
    display: inline-block;
    margin-top: -2px;
}
.verticis a {
    background: url("../images/verticis.png") no-repeat scroll;
}

/* =============================================================================
 CAPTCHA
============================================================================= */
.g-recaptcha {
    margin-top: 0px;
    margin-left: 43px;
}

/* =============================================================================
  MEDIA
============================================================================= */

@media screen and (min-width: 1199px){
    .padding-l{
        padding-left: 0 !important;
    }
}
@media screen and (min-width: 1440px){
    .mg-r18{
        margin-right: 40px;
    }
}


@media screen and (min-width: 768px) and (max-width: 992px){
    .padding-l{
        padding-left: 0 !important;
    }
    .carousel-caption h2{
        font-size: 32px;
        line-height:42px;
    }
    .carousel-caption {
        bottom: 25%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1366px){
    .carousel-caption{
        bottom: 27%;
    }
    .carousel-caption h2{
        font-size: 34px;
        line-height:42px;
    }
}
@media screen and (max-device-width: 768px) and (max-device-height: 1280px){
    .carousel-caption h2 {
        font-size: 32px;
        line-height: 42px;
    }
    #products .items {
        font-size: 16px;
    }
    .navbar-right {
        margin-top: 7px;
        margin-bottom: 0;
    }
    .navbar-brand>img {
        width:190px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        width: 190px;
    }
    .navbar-default .navbar-nav>li>a {
       font-size: 19px;
    }
    .navbar-nav>li>a {

        line-height: 20px;
    }
    .nav>li>a {

        padding: 0px 12px;
    }
}
@media screen and (min-width: 768px){
    .no-gutter > [class*='col-'] {
      padding-right: 0;
      padding-left: 0;
    }
}
@media screen and (max-width: 768px){

    body .text-right, body .text-left, body{
        text-align: center !important;
    }
    .carousel-caption h2{
        font-size: 32px;
        line-height:32px;
    }
    .carousel-caption {
        bottom: 15%;
    }
    footer .text-right, footer .text-left, .copyright .text-right, .copyright .text-left{
        text-align: center !important;
    }

    .navbar-header{
        padding-bottom: 32px;
    }
    /*.navbar-default {
        padding-bottom: 35px;
    }*/
    .navbar-brand {
        padding: 8px 15px;
    }
    .nav>li{
        margin: 15px 0;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 35px;
        height: 4px;
        border-radius: 5px;
    }

    .navbar-default {
        padding-bottom: 0px;
    }
    #alert{
        padding-top: 80px;
    }
     #alert h1{
        font-size: 20px !important;
        padding: 0;
        margin: 0;
    }
    .navbar-default {
        background: #134068;
    }
    .carousel {
        height: 70%;
    }
    .carousel-caption{
        bottom: 25%;
    }

}
@media screen and (max-width: 767px){
      .mg-b30xs{
        margin-bottom:50px;
    }
}

@media screen and (max-width: 450px){
    .navbar-toggle .icon-bar {
        width: 29px;
    }
    .g-recaptcha {
        margin-top: 0px;
        margin-left: 0px;
    }
    .navbar-header.page-scroll {
    height: 61px;
}
}
@media screen and (min-width: 400 and ){
    .navbar-toggle .icon-bar {
        width: 29px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1366px){
    .carousel-caption{
        bottom: 27%;
    }
    .carousel-caption h2{
        font-size: 34px;
        line-height:42px;
    }
}
