/**
 * Polices
 */
@font-face {
    src: url('../fonts/eurostile/Eurostile2.ttf');
    font-family: 'Eurostile';
}
@font-face{
    src: url('../fonts/eurostar-regular-extended/eurostarregularextended.ttf');
    font-family: 'Eurostar Regular Extended';
}
@font-face{
    src: url('../fonts/eurostile-black/erosyt.ttf');
    font-family: 'Eurostile-Black';
}
@font-face{
    src: url('../fonts/eurostiletblaext/eurostiletblaext.ttf');
    font-family: 'Eurostile TBlaExt';
}

h2{
    font-family: 'EurostileTBlaExt';
}
h3{
    font-family: 'Eurostile';
}


.navbar-brand.navbar-bg{
    background-color: inherit;
}
ul.navbar-nav > li > a{
    font-family: 'Eurostile';
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.about{
    padding-bottom: 0;
}
.service{
    padding-top: 80px;
    padding-bottom: 0;
}
.image-block{
    margin-top: 0px;
}
.newsletter{
    padding-bottom: 0;
}
.footer-logo{
    margin-top: 20px;
}
.gap-20{
    display: none;
}
.style-switch-wrapper #preset1 {
    background-color: #2DAAE1;
}
.style-switch-wrapper #preset2 {
    background-color: #3AAA35;
}
.style-switch-wrapper #preset3 {
    background-color: #F9C11A;
}
.style-switch-wrapper #preset4 {
    background-color: #F39200;
}
.contact-info-inner{
    padding: 15px 30px;
}
.contact-info-inner h3{
    margin-bottom: 25px;
    margin-top: 15px;
}
.contact-info-inner p{
    margin-bottom: 15px;
}
.featured-tab .tab-info h3{
    padding: 5px 0;
}
.copyright-info{
    font-family: 'Eurostile';
}
.image-block-content .feature-content{
    padding-left: 0;
}
.feature-content h3{
    color: #2DAAE1;
    font-family: 'EurostileTBlaExt';
}
.about-us{
    /*height:650px;
    background:url(<?php echo IMGROOT; ?>collaboration.png) 50% 50% / cover no-repeat*/
    background-image: url(../img/collaboration-zeyn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 650px;
}
.style-switch-button{
    display: none;
}
