
@font-face {
    font-family: 'MinionPro-Regular';
    src: url('../fonts/minion_pro/MinionPro-Regular.otf');
}

@font-face {
    font-family: 'MinionPro-Medium';
    src: url('../fonts/minion_pro/MinionPro-Medium.otf');
}

@font-face {
    font-family: 'MinionPro-Bold';
    src: url('../fonts/minion_pro/MinionPro-Bold.otf');
}

html, body {
    font-family: 'PT Sans', sans-serif;
    font-size: 100%;
    background-color: #FFF;
    color: #5E5E5E;
}

a {
    color: #5E5E5E;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

.news h3 {
    text-align: center;
    font-size: 22px;
    margin: 5px 0px;
    min-height: 48px;
}

#news {
    margin-top: 10px;
}

.all-news-text h3{
    text-align: left;
}

.all-news-text {
    text-align: justify;
}

.all-news-contaier {
    margin: 10px 0px;
}

.all-news-link-container{
    text-align: center;
}

.news-date-container{
    position: absolute;
    bottom: 0px;
    right: 15px;
    font-size: 12px;
    color: #B8B8B8;
}

.navbar-brand img{
    height: 80px;
}

.header {
    background: #fff;
    padding: 0;
    border-top: 0px;
    min-height: 90px;
}

.header-2 {
    background: #fff;
    padding: 0;
    border-top: 0px;
    min-height: 40px;
}

.header-2 .nav {
    margin-top: 0px;
    margin: 0 auto;
    text-align: center;
}

.menu li a {
    display: block;
    font-size: 1em;
    color: #454545;;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.nav li a{
    font-weight: 200;
    padding: 10px 5px;
    word-spacing: 0px;
    letter-spacing: 0px;
}

.nav .dropdown-menu li{
    width: 100%;
}


.banner-info h1 {
    font-size: 28px;
    color: #eee;
    line-height: 36px;
    margin: 0em;
    margin-bottom: 40px;
    font-family: "MinionPro-Regular", sans-serif;
    text-transform: uppercase;
}

.main-sublink {
    margin-bottom: 0px;
}

.main-sublink-left {
    text-align: left;
}

.main-sublink-right {
    text-align: right;
}

.main-sublink a{
    font-family: "MinionPro-Regular", sans-serif;
    font-size: 18px;
    color: #eee;
    line-height: 20px;
}


.banner-info h1.big-h1 {
    font-size: 44px;
    line-height: 46px;
    text-transform: uppercase;
}

.banner-info h1.big-h1-2 {
    font-size: 44px;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 50px;
}



.header-2 {
    border-bottom: 1px  solid gray;
}

.navbar-brand-right{
    display: block;
    float: right;
}

.menu {
/*    float: left;*/
    float: none;
    margin: 0 auto;
}

.banner {
    background: url(../images/banner_2000x400.jpg) no-repeat right top;
    min-height: 300px;
    width: 100%;
    /*-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    background-size: cover;
    padding-bottom: 5px;
}

.femida {
    background: url(../images/femida_30.png) no-repeat center center;
    background-size: contain;
    margin-top: 15px;
    position: absolute;
    top: 90px;
    right: 0px;
    min-height: 300px;
    width: 300px;
}

.hammer {
    background: url(../images/hammer-20.png) no-repeat center left;
    background-size: contain;
    margin: 110px 0px;
    position: absolute;
    top: 90px;
    left: 0px;
    min-height: 200px;
    width: 500px;
}

.banner-info {
    margin-top: 60px;
    margin-bottom: 20px;
}

.banner-info-2{
    margin-top: 20px;
    margin-bottom: 10px;
}

.dropdown-menu{
    text-align: left;
}

.footer_bottom {
    padding: 2em 0;
    background: #003A77;
}

.banner-info a{
    color:  white;
 }

.banner-info a:hover{
    text-decoration:underline;
    color:  white;
}

.main .main-content{
    padding-bottom: 40px;
    min-height: 400px;
    text-align: justify;
}

.main .main-content a{
    color: #0E4095;
}

.main .main-content .sub-items{
    list-style: none;
    line-height: 24px;
    margin-top: 10px;
}

.services-modal-img {
    width: 400px;
    margin: 0px 0px 10px 15px;
}

.main .main-content h1{
    text-align: center;
    color: #454545;
    margin: 22px 0px;
}

.main .main-content .page-text img{
    margin: 10px 15px;
}

.banner-info-2 .navbar-brand{
    position: absolute;
    left: 10px;
    top: 200px;
}

.banner-info-2 .navbar-brand-right{
    display: block;
    float: right;
    position: absolute;
    left: auto;
    right: 10px;
    top: 200px;
}

.row-padding-1 > [class*="col-"] {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.footer_bottom {
    padding-top: 0px;
}

.contact-info {
    color: #CCCCCC;
}

.contact-info .footer-col {
    margin-bottom: 10px;
}

.contact-info .footer-col a{
    color: #CCCCCC;
}

@media (max-width:816px) {
    /*.banner-child {
        display: none;
    }*/
}

@media screen and (max-width: 800px){
    .nav li{
        float: none;
        display: inline-block;
        width: 100%;
    }

   /*.nav .open>.dropdown-menu {
        visibility: visible;
        display: block;
        border: 1px  solid red;
    }

    .nav .dropdown-menu li{
        border: 1px  solid red;
    }*/

}


@media screen and (max-width: 816px) {
    .header-2 {
        position: absolute;
        top: 0px;
        width: 100%;
    }

    .main .main-content img{
        max-width:  90% !important;
        height: auto !important;
    }

    .nav {
        list-style: none;
        width: 100%;
        position: absolute;
        right: 0px;
        background: white;
        top: 54px;
        z-index: 9999;
        border: 1px solid #5E5E5E;
    }

    .nav li a {
        border-top: 1px solid #5E5E5E;
        background: #fff;
    }

    .menu {
        margin: 10px 0;
    }

    .banner {
        margin-top: 54px;
    }
    .navbar-brand,
    .banner-info-2 .navbar-brand-right {
        display: none;
    }
    .main .main-content {
        padding-bottom: 40px;
        /*padding-left: 5px;
        padding-right: 5px;*/
        min-height: 400px;
        text-align: justify;
    }

    .banner-info h1.big-h1-2 {
        font-size: 32px;
        line-height: 32px;
        text-transform: uppercase;
        margin-top: 50px;
    }
}

