@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://fonts.googleapis.com/css?family=Roboto);

.btn {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
    background-color: #f3f3f3;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #e8e8e8;
}

header {
    background-color: #08314a;
    padding-top: 20px;
}

#headerLogo {
    max-width: 250px;
    margin-bottom: 20px;
}

#headerSocialLinks {
    margin: 20px 0;
    text-align: right;
}

#headerSocialLinks .social-icon {
    margin: 5px;
    transition: ease all .4s;
    display: inline-block;
}

#headerSocialLinks .social-icon img {
    width: 40px;
}

#headerSocialLinks .social-icon:hover,
#headerSocialLinks .social-icon:focus,
#headerSocialLinks .social-icon:active {
    transform: translateY(-5px);
    text-decoration: none;
}

@media (max-width: 768px) {
    #headerLogo {
        display: block;
        margin: 20px auto;
    }

    #headerSocialLinks {
        text-align: center;
    }
}

#localeSelector {
    text-align: right;
}

@media (max-width: 768px) {
    #localeSelector {
        text-align: center;
    }
}

#localeSelector .dropdown {
    display: inline-block;
}

#localeSelector a {
    display: inline-block;
    color: #fff;
}

#localeSelector a:hover,
#localeSelector a:active,
#localeSelector a:focus {
    text-decoration: none;
}

#localeSelector .dropdown-menu {
    min-width: 0;
}

#localeSelector .dropdown-menu a {
    color: #08314a;
    display: block;
}

.navbar {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    margin-right: 2px;
    background-color: #215575;
}

.navbar-default .navbar-nav > li:last-child > a {
    margin-right: 0;
}

.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: #fff;
    background-color: #4cb10b;
}

.navbar-default .nav > li > a {
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-default .navbar-brand {
    color: #4cb10b;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        border-bottom: 4px solid #4cb10b;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

#slider {
    margin-bottom: 20px;
}

#slider .item {
    max-height: 500px;
    overflow: hidden;
}

#slider .item img {
    width: 100%;
}

.section-title {
    display: inline-block;
    font-size: 2.2em;
    padding: 10px 0;
    border-bottom: 3px solid #4cb10b;
    margin: 0 0 20px 0;
    color: #08314a;
}

#siteWord {
    margin: 20px 0;
}

#siteWord .media {
    background-color: #08314a;
    color: #fff;
}

#siteWord .media-left {
    width: 50%;
    position: relative;
}

#siteWord .media-left .media-object {
    width: 100%;
}

#siteWord #siteWordFrame {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 20px;
    bottom: 10px;
    border: 5px solid #4cb10b;
}

#siteWord .media-body {
    padding: 20px;
}

#siteWord .section-title {
    color: #fff;
}

#projects {
    margin: 20px 0;
}

.project-widget {
    text-align: center;
    background-color: #fff;
    padding: 3px 3px 20px;
    margin: 10px 20px;
}

@media (min-width: 768px) {
    #projects .col-sm-4:first-child .project-widget {
        margin-left: 0;
    }

    #projects .col-sm-4:last-child .project-widget {
        margin-right: 0;
    }
}

.project-widget .img-wrapper {
    max-height: 180px;
    overflow: hidden;
}

.project-widget img {
    width: 100%;
}
.project-widget h3 a{
    color: #08314a;
    font-size: 15px;
    font-weight: bold;
}
.project-widget h3 a:hover{
    text-decoration: none;
}
.project-widget p {
    padding: 10px;
    font-family: tahoma;
    text-align: right;
}
.project-widget .btn-block {
    width: 70%;
    margin: 0 auto;
}

#portfolio {
    margin: 20px 0;
}

#portfolio .item img {
    width: 100%;
}

footer {
    background-color: #08314a;
    color: #fff;
    padding: 20px 0;
}
footer p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
}
footer a {
    color: #4cb10b;
}

footer a:hover, footer a:active, footer a:focus {
    color: #4cb10b;
}

.page-title-wrapper {
    text-align: center;
    padding: 10px;
}

.page-title {
    display: inline-block;
    padding: 10px 35px;
    background-color: #fff;
    color: #08314a;
    font-size: 1.8em;
    border: 2px solid #08314a;
    margin: 10px 0;
}

#projectImage {
    margin-bottom: 10px;
    border: 1px solid #08314a;
    width: 100%;
}

#projectDetails {
    background-color: #fff;
    padding: 20px 0;
}

img#banner {
    width: 100%;
}

.breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 0;
}

.breadcrumb li a {
    font-size: 1.2em;
    color: #08314a;
}

#contactForm {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
}
#otherContactData {
    margin-bottom: 20px;
}