body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}
a:hover {
    text-decoration: none;
}

#header {
    background: url(../images/top_bg.jpg) repeat-x left top #112232;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff95;
    line-height: 28px;
}

#mdl {
    width: 100%;
    float: left;

}

#footer {
    background: #2c2c2c;
    float: left;
    width: 100%;
}

.top-rgt {
    background: url(../images/top_rgt.jpg) no-repeat center right;
    text-align: right;
    padding: 30px 0px 0px 0px;
}

.main-logo {
    padding: 6px 0px;
}

.res-img {
    max-width: 100%;
}

.top-links {
    background: rgb(7,72,130);
background: linear-gradient(90deg, rgba(7,72,130,1) 0%, rgba(13,94,172,1) 100%);
border-top: solid 1px #ffffff80;
font-size: 16px;
font-weight: 600;
color: #fff;
width: 100%;
float: left;
}

.navbar-toggler-icon {
    color: #fff;
    background: url(../images/meni.png) no-repeat center center;
}

.navbar-toggler {
    margin-top: 5px;
    margin-bottom: 5px;
}

.m-links {
    color: #fff;
    padding: 12px 20px !important;
    transition: 0.6s;
}

.m-links:hover {
    color: #fff;
    background: #0a3762;
}

.navbar .active {
    background: #0a3762;
}

.navbar {
    padding: 0px !important;
}

.carousel-caption {
    color: #000;
    font-size: 20px;
    left: 12%;
    top: 30%;
    text-align: left;
}

.carousel-caption h5 {
    font-size: 50px;
    font-weight: 600;
    color: #e59710;
    margin-bottom: 30px;
    text-shadow: 0 5px 5px #fff, 0 0 5px #fff;
    
}

.carousel-caption a {
    background: #0a3762;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
}

.page-title {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    font-size: 38px;
}

.main-width {
    width: 100%;
}

.main-cont {
    padding: 3em 0;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

.footer-main {
    margin-top: -8px;
    border-top:  solid 8px #1c77da;
    padding: 25px 10px;
    font-size: 14px;
    color: #ffffff80;
    line-height: 27px;
    background: url(../images/fr_logo.jpg) no-repeat right center;
}

.fr-links {
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

.fr-links a {
    padding: 0px 10px;
    color: #fff;
    text-decoration: none;
}
.sr-list {
    margin: 0px;
    padding-left: 12px;
}

.sr-list li {
    width: 50%;
    padding: 5px 10px 10px 0px;
    float: left;
  
}
.news {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contact {
    padding: 15px;
    box-shadow: 1px 1px 12px #00000020;
}
.contact strong {
    display: block;
    margin-bottom: 8px;
    color: #003f85;
    font-size: 18px;
}


@media screen and (max-width: 700px) {
    .top-rgt {
        background: #112232;
        color: #fff;
        text-align: center;
        padding: 8px 0px;
    }

    .carousel-caption {
        top: 1% !important; 
        font-size: 14px;
        text-align: center;
    }

    .carousel-caption h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .footer-main {
        background: none;
    }

    .sr-list li {
        width: 100%;
    }
}