/* ===================================
/* ===== IMPORT */

@import "responsive.css";
@import "fonts/fonts.css";


/* ===================================
/* ===== BODY */

body {
    font-family: 'OpenSansRegular', Arial, sans-serif;
}

a, button {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a, a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
}

.rss-icon {
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -24px;
}


/* ===================================
/* ===== HOMEPAGE */

.homepage .navbar {
    top: 0;
    z-index: 10;
    width: 100%;
    position: fixed;
}

.homepage #banner {
    top: 100px;
    z-index: 0;
    position: fixed;
}

.homepage #main-content {
    top: 590px;
    width: 100%;
    z-index: 5;
    position: absolute;
}

.homepage #about {
    background-color: #ffffff;
}


/* ===================================
/* ===== NAVIGATION */

.navbar {
    margin: 0;
    padding: 20px 0;
    background-color: #ffffff;
}

.navbar-nav > li {
    position: relative;
}

.navbar-nav > li > a {
    color: #727272;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    background: none;
    border-bottom: 2px solid #dc4b39;
    color: #dc4b39 !important;
}

.navbar-nav > li > a {
    padding-bottom: 5px;
}

.navbar-toggle {
    border: 1px solid #dc4b39;
    background: #dc4b39;
}

.navbar-toggle .glyphicon {
    color: #ffffff;
    margin-top: -5px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 9px;
    font-size: 24px;
}

.navbar-toggle:hover {
    background: #ffffff;
}

.navbar-toggle:hover .glyphicon {
    color: #dc4b39;
}

.navbar-nav > li > ul.sub-menu {
    left: 0;
    top: 80px;
    min-width: 150px;
    position: absolute;
    margin: 0; padding: 0;
    list-style-type: none;
}

.navbar-nav > li > ul.dropdown-menu {
    box-shadow: none;
}

.navbar-nav > li > ul.sub-menu > li {
    display: none;
    border-bottom: 1px solid #606060;
}
.navbar-nav > li > ul.sub-menu > li:last-child {
    border-bottom: none;
}

.navbar-nav > li > ul.sub-menu > li > a {
    color: #ffffff;
    display: block;
    font-size: 11px;
    padding: 9px 10px;
    text-transform: uppercase;
    background-color: #585858;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}

.navbar-nav > li > ul.sub-menu > li > a:hover {
    background-color: #4a4a4a;
}


/* ===================================
/* ===== BANNER */

#banner {
    width: 100%; height: 490px;
}

#banner .banner {
    position: relative;
}

#banner .flexslider {
    margin: 0;
    overflow: hidden;
}

#banner .flexslider .slides li {
    overflow: hidden;
    position: relative;
}

#banner .flexslider .slides li .banner-img {
    width: 100%;
    height: 490px;
}

#banner .flexslider .slides li .flex-caption {
    top: 20%;
    width: 450px;
    z-index: 2;
    position: absolute;
    text-align: left;
}

#banner .flexslider .slides li .fc-title {
    color: #dc4b39;
    font-size: 50px;
    font-weight: 100;
    font-family: 'OpenSansLight', Arial, sans-serif;
}


#banner .flexslider .slides li .fc-description {
    color: #606060;
    font-size: 26px;
    line-height: 40px;
    margin-left: -500px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}


/* ===================================
/* ===== ABOUT */

#about {
    width: 100%;
    padding: 75px 0;
    font-family: 'OpenSansLight', Arial, sans-serif;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-image: url("../img/about-bg.jpg");
}

#about .highligted,
#about .content-wrapper {
    font-family: 'OpenSansLight', Arial, sans-serif;
}

#about .highligted {
    color: #4f4f4f;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}

#about .content-wrapper {
    color: #777777;
    font-size: 14px;
    line-height: 23px;
}

#about .content-wrapper p {
    margin: 0 0 20px;
}


/* ===================================
/* ===== TESTIMONIAL */

#testimonial {
    width: 100%;
    color: #ffffff;
}

#testimonial .flexslider {
    margin: 0 !important;
}

#testimonial ul > li {
    padding: 45px 0 40px;
}

#testimonial ul > li.red { background: #dc4b39; }
#testimonial ul > li.blue { background: #326698; }
#testimonial ul > li.yellow { background: #f6d600; }

#testimonial ul > li p {
    font-size: 18px;
    margin-top: 25px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

#testimonial ul > li h5 {
    font-size: 16px;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}

#testimonial .testimonial-logo {
    width: 200px;
    margin-top: 8px;
}


/* ===================================
/* ===== FOOTER */

#footer {
    width: 100%;
    padding: 50px 0;
    background: #434343;
}

#footer .contact-info {
    padding-top: 30px;
}

#footer .contact-info li {
    color: #B6B6B6;
    font-size: 13px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

#footer .contact-info li.title {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}


/* ===================================
/* ===== SOCIAL */

#social {
    width: 100%;
    padding: 25px 0;
    background: #353736;
}

#social .footer-link a {
    color: #B6B6B6;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

#social .footer-link a:hover {
    color: #dc4b39;
}

#social .link-holder {
    float: right;
}

#social .link-holder a {
    display: inline-block;
    width: 35px; height: 35px;
    background-repeat: no-repeat;
    background-image: url("../img/social-icons.png");
}


#twitter-icon {
    background-position: -8px -4px;
}
#twitter-icon:hover {
    background-position: -10px -35px;
}

#facebook-icon {
    background-position: -44px -4px;
}
#facebook-icon:hover {
    background-position: -44px -35px;
}

#google-icon {
    background-position: -74px -4px;
}
#google-icon:hover {
    background-position: -74px -35px;
}

#linkedin-icon {
    background-position: -108px -4px;
}
#linkedin-icon:hover {
    background-position: -108px -35px;
}


/* ===================================
/* ===== BREADCRUMB */

#breadcrumb {
    width: 100%;
    padding: 50px 0;
    background: #eeeeee;
    font-weight: 100;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

#breadcrumb > .container {
    position: relative;
}

#breadcrumb h2 {
    margin: 0;
    color: #dc4b39;
    font-size: 36px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

#breadcrumb p {
    color: #606060;
    font-size: 19px;
    line-height: 30px;
}

#breadcrumb p.not-only {
    margin-top: 30px;
}

#breadcrumb p a { color: #dc4c3a; }
#breadcrumb p a:hover { color: #326698; }

#breadcrumb .mp-read-more-medium {
    float: right;
}


/* ===================================
/* ===== SERVICES */

#services {
    width: 100%;
    padding: 50px 0;
}

.service-title {
    color: #4f4f4f;
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.service-content {
    color: #797979;
    font-size: 14px;
    line-height: 23px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}


/* ===================================
/* ===== CONTACT */

#contact {
    padding: 75px 0;
}

.contact-person {
    text-align: center;
    margin-bottom: 30px;
}

.contact-person > img {
    margin-bottom: 15px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #dedede;
}

.contact-person .c-name {
    display: block;
    color: #323232;
    font-size: 24px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.contact-person .c-title {
    display: block;
    color: #da422f;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'OpenSansRegular', Arial, sans-serif;
}
#contact .working-hours {
    color: #323232;
    font-size: 16px;
    margin: 50px 0 10px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.contact-person a {
    color: #a0a0a0;
    font-size: 14px;
}

#contact .map-holder .map {
    float: left;
    width: 225px;
    height: 130px;
    margin-right: 20px;
    margin-bottom: 30px;
}

#contact .map-holder h4 {
    color: #6a6a6a;
    font-size: 18px;
    font-weight: 100;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

#contact .map-holder address {
    color: #717171;
    font-size: 13px;
    line-height: 20px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}


/* ===================================
/* ===== ABOUT */

.side-nav {
    padding: 0;
    list-style-type: none;
}

.side-nav li a {
    color: #bcbcbc;
    display: block;
    font-size: 18px;
    padding: 8px 0;
}

.side-nav li a:hover,
.side-nav li.active a {
    color: #2f2f2f;
}

.page-header {
    color: #da422f;
}

.page-header > h2 {
    font-size: 36px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.page-group-content h4 {
    color: #4f4f4f;
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}

.page-group-content h3.hire-title {
    color: #4f4f4f;
    font-size: 26px;
    margin: 0 0 20px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}
.page-group-content h3.hire-title a {
    color: #4f4f4f;

}

.page-group-content h3.hire-title .mp-read-more {
    padding: 3px 10px;
    margin-left: 20px;
}

.page-group-content {
    padding: 30px 0;
    margin-top: -20px;
}

.page-group-content p,
.page-group-content .date-content,
.page-group-content.styled-ul ul li {
    color: #797979;
    font-size: 14px;
    line-height: 23px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.page-group-content b,
.page-group-content strong {
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}

.page-group-content.styled-ul ul {
    padding: 0;
    margin-top: 30px;
    list-style-type: none;
}

.page-group-content.styled-ul ul li {
    padding-left: 40px;
    margin-bottom: 15px;
    background: url("../img/plus.png") no-repeat 15px 6px;
}

.page-group-content.styled-ul ul li a {
    color: #797979;
}
.page-group-content.styled-ul ul li a:hover {
    color: #dc4c3a;
}

.page-group-content .date-content {
    padding: 10px 0 15px 30px;
    border-left: 1px solid #e6e6e6;
}

.page-group-content .service-icon > img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.page-group-content .service-title {
    margin-bottom: 5px;
}

.page-group-content .service-title-small {
    color: #da422f;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.page-group-content .service-holder {
    padding-left: 30px;
}

.page-group-content .date-number {
    color: #4f4f4f;
    font-family: 'OpenSansLight', Arial, sans-serif;
}


/* ===================================
/* ===== MEDIA POST */


.media-post {
    padding-bottom: 20px;
}

.media-post .mp-image img {
    /*box-shadow: 0 5px 12px #cfcfcf;*/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.media-post .mp-image img:hover {
    box-shadow: 0 5px 12px #999999;
}

.media-post .mp-title {
    font-size: 36px;
    margin: 5px 0;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.media-post .mp-title a {
    color: #3a3a3a;
}
.media-post .mp-title a:hover {
    color: #dc4c3a;
}

.media-post time {
    color: #bebebe;
    font-size: 11px;
}

.media-post .mp-excerpt {}

.media-post .mp-taxonomy {
    color: #dc4c3a;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}
.media-post .mp-taxonomy:hover {
    color: #3a3a3a;
}

.media-post .mp-text {
    color: #797979;
    font-size: 14px;
    line-height: 23px;
    margin: 20px 0 10px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.mp-read-more,
.mp-read-more-small,
.mp-read-more-medium,
.mp-read-more-big {
    border-radius: 0;
    background-color: #dc4c3a;
}

.mp-read-more:hover,
.mp-read-more-small:hover,
.mp-read-more-medium:hover,
.mp-read-more-big:hover {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}

.mp-read-more-small {
    padding: 5px 10px;
}
.mp-read-more-medium {
    font-size: 14px;
    padding: 10px 20px;
}
.mp-read-more-big {
    font-size: 16px;
    padding: 15px 40px;
}

.mp-pagination {
    margin-bottom: 50px;
}

.mp-pagination > a {
    color: #cfcfcf;
    padding: 5px 12px;
    display: inline-block;
    border: 1px solid #cfcfcf;
    margin-right: 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.mp-pagination > a:hover,
.mp-pagination > a.active {
    color: #ffffff;
    background: #dc4c3a;
    border-color: #dc4c3a;
}


/* ===================================
/* ===== CONTACT */

#contact-form {}

.contact-icon {
    top: -22px;
    left: 50%;
    display: block;
    position: absolute;
    margin-left: -32px;
    box-sizing: content-box;
    width: 44px; height: 44px;
    background: url("../ico/contact-icon.png") no-repeat 0 0;
}

.contact-form-text {
    color: #717171;
    font-size: 13px;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.contact-form-text a {
    color: #dc4c3a;
}
.contact-form-text a:hover {
    text-decoration: underline;
}

#contact-form textarea,
#contact-form input[type=text],
#contact-form input[type=email] {
    border: 0;
    width: 100%;
    padding: 15px;
    color: #828282;
    background: #f0f0f0;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

#contact-form textarea {
    height: 125px;
    resize: vertical;
}

#contact-form .ladda-button {
    background-color: #dc4c3a;
}

#contact-form .ladda-button .ladda-label {
    padding: 15px 30px;
}

#contact-form .validation-error {
    color: #ffffff;
    background: #dc4c3a !important;
}

#contact-form .validation-error ::-webkit-input-placeholder { color: #ffffff; }
#contact-form .validation-error ::-moz-placeholder { color: #ffffff; }
#contact-form .validation-error :-ms-input-placeholder { color: #ffffff; }
#contact-form .validation-error input:-moz-placeholder { color: #ffffff; }

.hide-messages .alert {
    display: none;
}

.compi-red { color: #dc4c3a; }

.file-input {
    width: 100%;
}

.file-input .NFI-wrapper {
    width: 100%;
}

.file-input .NFI-button {
    color: #fff;
    font-size: 14px;
    padding: 10px 18px;
    background: #dc4c3a;
    font-family: 'OpenSansLight', Arial, sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.file-input .NFI-button:hover {
    background: #3a3a3a;
}

.file-input .NFI-filename {
    width: 75% !important;
    padding: 11px !important;
    font-size: 12px !important;
    background: #ffffff !important;
}

.contact-hour {
    font-size: 16px;
}
.additonal-qa {
    font-size: 14px;
}
.contact-textarea {
    height: 250px !important;
}

/* ===================================
/* ===== HELPER */

.chromeframe {
    margin: 0.2em 0;
    background: #a10108;
    color: #ffffff;
    padding: 5em 5em;
    text-align: center;
}

.chromeframe a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}

.placeholder {
    color: #aaa;
}

.apply-hover {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 1;
}

.apply-hover:hover {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: .5;
}

.margin-t10 { margin-top: 10px }
.margin-t20 { margin-top: 20px }
.margin-t30 { margin-top: 30px }
.margin-t40 { margin-top: 40px }
.margin-t50 { margin-top: 50px }

.margin-r10 { margin-right: 10px }
.margin-r20 { margin-right: 20px }
.margin-r30 { margin-right: 30px }
.margin-r40 { margin-right: 40px }
.margin-r50 { margin-right: 50px }

.margin-l10 { margin-left: 10px }
.margin-l20 { margin-left: 20px }
.margin-l30 { margin-left: 30px }
.margin-l40 { margin-left: 40px }
.margin-l50 { margin-left: 50px }

.margin-b10 { margin-bottom: 10px }
.margin-b20 { margin-bottom: 20px }
.margin-b30 { margin-bottom: 30px }
.margin-b40 { margin-bottom: 40px }
.margin-b50 { margin-bottom: 50px }

.padding-t10 { padding-top: 10px }
.padding-t20 { padding-top: 20px }
.padding-t30 { padding-top: 30px }
.padding-t40 { padding-top: 40px }
.padding-t50 { padding-top: 50px }

.padding-r10 { padding-right: 10px }
.padding-r20 { padding-right: 20px }
.padding-r30 { padding-right: 30px }
.padding-r40 { padding-right: 40px }
.padding-r50 { padding-right: 50px }

.padding-l10 { padding-left: 10px }
.padding-l20 { padding-left: 20px }
.padding-l30 { padding-left: 30px }
.padding-l40 { padding-left: 40px }
.padding-l50 { padding-left: 50px }

.padding-b10 { padding-bottom: 10px }
.padding-b20 { padding-bottom: 20px }
.padding-b30 { padding-bottom: 30px }
.padding-b40 { padding-bottom: 40px }
.padding-b50 { padding-bottom: 50px }
