@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/Roboto_Condensed/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/Roboto_Condensed/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

#navigation.affix .navbar-brand {padding: 10px 0 0;}
.navbar-brand, #navigation.affix .navbar-brand {width:190px;}
/*#navigation.affix-top {background-color:rgba(0,0,0,0.7); transition: all 400ms ease;}*/
.flags-container {margin-top:35px;}
.affix .flags-container {margin-top:20px; }
.flags-container button {background-color:transparent !important; border: 0 none !important; transition: all 400ms ease;}
.flags-container button span {color:#FFF;}
.affix .flags-container button span {color:#000;}
#project.section-padding {padding-bottom:100px !important}
body {font-family:'Roboto Condensed';}
@media screen and (max-width: 767px) {
    .navbar-toggle {right:-8px !important; top:10px;}
}
h1, h2, h3, h4, h5, h6 {font-family:'Roboto Condensed'}
h1, h2 {text-transform: uppercase;}
.tp-bullets {display:block;}
body, p, .dropdown-menu, #contact .form-inline .form-control, #contact .form-inline textarea, .form-control, input, .btn-common, .btn-black, .btn-white, .loadmore, footer .breadcrumb li a, footer p,
p.title {font-size:12px;}
body, p {color:#333; font-weight:400;}
footer {background-color:#00385B;}
section.info-section#contact {background-color:#f5f5f5;}
.section-padding {padding: 130px 0 !important;}
.tp-loader.spinner0 {display:none !important;;}
#contact .form-inline .has-error input.form-control, #contact .form-inline .has-error textarea {border:1px solid #d9534f; box-shadow: 0 0 5px rgba(217, 83, 79, 0.56)}