body{
    font-family: 'Titillium Web',sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

h1{
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #f89921;
}

h2{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #f89921;
}

h3{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #f89921;
    margin: 20px 0 10px 0;
    padding: 0;
}

a{
    color: #f89921;
    text-decoration: none;
}

a:hover, a:focus{
    color: #666;
    text-decoration: none;
}

/* ----- GENERAL ----- */
.bg-grey{
    background: #f2f2f2;
}

.bg-blue{
    background: #00b3fe;
}

.bg-blue h1{
    color: #666;
    font-size:18px;
}

.bg-blue span{
    font-size:70px;
    line-height:100px;
    color:#fff;
}

.inner-top {
    padding-top: 60px;
}

.inner-bottom{
    padding-bottom: 60px;
}

.outer-top{
    margin-top: 60px;
}

/* ----- TOP ----- */
.top{
    font-size: 12px;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.top .margin{
    margin: 0 0 0 20px;
}

.top .icon{
    margin: 0 5px 0 0;
}

.top a{
    color: #666;
}

.top a:hover{
    color: #f89921;
}

/* ----- NAVBAR ----- */
.navbar{
    border-radius: 0;
    min-height: 80px;
    margin: 20px 0;
}

.navbar-brand {
    height: 80px;
    padding: 0;
    margin: 0;
}

.navbar-nav{
    height: 80px;
    margin-left: 40px;
}

.nav > li {
    margin-top: 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.nav > li > a{
    padding: 15px 20px;
    color:#999;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
    border-color: none;
}

.nav > li > a:focus, .nav > li > a:hover{
    text-decoration: none;
    background: none;
    color: #f89921;
}

.nav .active, .nav .active a:hover, .nav .active a:focus{
    color:#f89921 !important;
}

.dropdown-menu{
    text-transform: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    text-decoration: none;
    background: none;
    color: #f89921;
}

/* ----- CAROUSEL ----- */
.carousel{
    height: 300px;
}

.carousel-control.right, .carousel-control.left{
    background-image: none !important;
}

.hero{
    background-image: url('../../images/header/bg.jpg');
    background-size: cover;
    padding: 60px 0 60px 0;
}

.hero img{
    max-height: 300px;
}

.jobs{ }

.jobs .carousel{
    height: 600px;
    overflow: hidden;
}

.rotterdam_bg{
    background-image: url('../../images/header/rotterdam.jpg');
    padding: 90px 0 90px 0;
    background-position: center center;
    background-size: cover;
    min-height: 270px;
}

.solutions_bg{
    background-position: center center;
    background-size: cover;
    min-height: 270px;
}

.solutions_bg img{
    max-height: 200px;
    margin: 35px 0;
}

.solutions_bg .margin{
    margin: 70px 0 0 0;
}

.jobs_bg{
    background-image: url('../../images/header/jobs.jpg');
    padding: 80px 0 60px 0;
    background-position: center center;
    background-size: cover;
}

.dark_bg{
    background: #333333 !important;
}

.dark_bg h2{
    color:#ccc !important;
}

.blue_bg{
    background: #00b3fe !important;
}

.orange_bg{
    background: #ffad19 !important;
}

.orange_bg h1, .blue_bg h1, .dark_bg h1{
    color: #fff !important;
}

.hero h1, .rotterdam_bg h1, .jobs_bg h1, .solutions_bg h1{
    color: #00b3fe;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 52px;
    line-height: 70px;
}

.rotterdam_bg h1, .jobs_bg h1, .solutions_bg h1{
    color:#fff;
}

.hero h2, .solutions_bg h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    color: #666;
}

.btn{
    border: 4px solid #fff;
    text-transform: uppercase;
    background: none;
    font-weight: 700;
    color:#fff;
    border-radius: 0;
}

.btn:hover{
    border: 4px solid #00b3fe;
    text-transform: uppercase;
    background: none;
    font-weight: 700;
    color:#00b3fe;
}

/* ----- CONTENT ----- */
.content .icon{
    font-size: 60px;
    color: #00b3fe;
}

.content .btn{
    border-color: #00b3fe;
    color:#00b3fe;
}

.content .btn:hover{
    border: 4px solid #00b3fe;
    color: #00b3fe;
}

.maps{
    height:400px;
    overflow: hidden
}

.blue{
    color:#00b3fe !important;
}

/* ------ TABS ----- */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #00b3fe;
}

/* ----- STRATEGIC MARKETING ----- */
.strategic{
    background: url('../../images/header/rotterdam.jpg') no-repeat center top;
    background-position: center center;
    background-size: cover;
    color:#fff;
}

.strategic .icon{
    font-size: 60px;
    color: #fff;
}

/* ----- CLIENTS / ABOUT ----- */
.clients img{
    width: 150px;
    margin: 0 30px;
}

.clients img, .about img {
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    cursor: pointer;
}

.clients img:hover, .about img:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.about strong{
    margin-right: 5px;
}

/* ----- CONTACT ----- */
label{
    font-weight: 400;
    width: 100%;
}

input[type=text], textarea {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 5px 10px;
    border:1px solid #ddd;
}

.error{
    width: 100%;
    padding: 10px 15px;
    background: rgba(217, 63, 63, 0.59);
    border: 1px solid red;
    color: #fff;
    font-weight: 600;
    float:left;
    margin: 15px 0 0 0;
}
/* ----- FOOTER ----- */
.footer{
    padding: 30px 0 50px 0;
    background: #384452;
    color:#ccc;
    font-size:14px;
}

.footer a:hover{
    color:#fff;
}

.footer h2{
    color: #fff;
}

.footer .icon{
    margin-right: 5px;
}

.footer .no-icon{
    margin-right: 20px;
}

.copyright{
    padding: 20px 0;
    background: #171e27;
    color:#ccc;
    font-size:14px;
}

.copyright a{
    color:#ccc;
}

.copyright a:hover{
    color:#fff;
}

.copyright .icon{
    margin: 0 0 0 5px;
    font-size: 20px;
}

.copyright .icon::before{
    top: 4px !important;
}