/* General style */
html, body {
    background-color: #ffffff;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857143;
    color: #a9a8a8;
}

@media (max-width: 767px) {
    body {
        min-width: 320px;
    }
}

h1,
h2 {
    margin: 0;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

h1 {
    font-size: 45px;
    padding-top: 52px;
    margin-bottom: 3px;
    letter-spacing: -1px;
}

h2 {
    font-size: 18px;
    margin-bottom: 30px;
}

h2.team {
    font-size: 18px;
    margin-bottom: 0;
}

h3 {
    margin-top: 30px;
    margin-bottom: 0px;
    color: #004274;

}

h4 {
    color: #fff;
    margin-top: 0;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    font-size: 16px;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 5px;
    line-height: 21px;
}

a {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
}

a, a:visited, a:hover, a:active {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition: 0.5s color ease;
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #fff;
}

a:after {
    content: "";
    transition: 0.5s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: -1px;
    height: 2px;
    width: 0;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

a:hover:after {
    width: 100%;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.img-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    box-shadow: inset 0px -56px 120px -5px rgba(0, 0, 0, 0.7);
}

input {
    border: none;
    outline: 0;
}

section {
    padding: 45px 0;
    position: relative;
    background: #fff;
}

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

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

.text-center {
    text-align: center;
}

.text-white {
    color: #FFFFFF;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #004371;
}

.bg-white {
    background-color: #F5F6F7;
}

.bg-primary {
    color: #fff;
    background-color: #124075;
}

.bg-primary h2 {
    color: #fff;
}

.bg-default {
    background-color: #EAEAEA;
}

.bg-red {
    background-color: #C53841;
    color: #fff;
}

.bg-red h2 {
    color: #fff;
}

.bg-yellow {
    /*background-color: #FFC14C;*/
    background-color: #ba885c;
    color: #fff;
}

.section-separator {
    height: 16px;
    background: #C63742;
}

/* List */
ul,
ol {
    margin-top: 0;
    margin-bottom: 0px;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-bottom: 0;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

/* Custom style */

/* HEADER */
.header-background {
    /*overflow: hidden;*/
    position: relative;
}

.header-background .background,
.header-background .background-bottom {
    display: block;
    position: absolute;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: #F5F6F7;
}

.header-background .background-bottom {
    background-color: #EEEBEB;
}

.main-header .logo {
    padding: 0;
    width: 60px;
    margin: 20px 20px 0 10px;
}

.main-header .logo a {
    position: absolute;
    z-index: 1;
}

.main-header .logo a:after {
    background: transparent;
}

.main-header .logo img {
    max-height: 130px;
}

.main-header .top-header .bg-primary {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
}

.main-header .main-navigation {
    background: #EEEBEB url("../img/header-background.png") no-repeat center;
    /*background-size: 60%;*/
    padding-left: 5px;
}

.main-navigation ul {
    margin-bottom: 0;
}

.main-navigation .list-inline li {
    padding: 0;
}

.main-navigation .list-inline li a {
    display: inline-block;
    padding: 40px 15px;
    color: #004371;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.main-navigation > .list-inline > li > a:after {
    background: transparent;
}

.main-navigation > .list-inline > li.active > a {
    border-bottom: 3px solid #D5373F;
}

.main-navigation li a:hover {
    background-color: #DCDBDB;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-navigation .list-inline li a {
        font-size: 16px;
        padding: 36px 15px
    }

    .main-header .main-navigation {
        background-size: cover;
    }

    .main-header .logo {
        margin: 10px 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-header {
        background-color: transparent;
    }

    .top-header .bg-primary {
        text-align: right;
    }

    .logo img {
        margin: 0;
    }

    .search {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .top-header {
        background-color: transparent;
    }

    .top-header .bg-primary {
        text-align: right;
    }

    .logo img {
        margin: 0;
    }

    .search {
        margin: 10px 0;
    }
}

.top-header .right-column {
    padding: 11px 10px 0 14px;
}

.search {
    background: #c7363d;
    padding-right: 5px;
}

.input-search {
    background: #c7363d;
    color: #fff;
    padding: 5px 10px;
    width: 90%;
}

.input-search::-webkit-input-placeholder {
    color: #fff;
}

.input-search:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.input-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.input-search:-ms-input-placeholder {
    color: #fff;
}

.search-icon {
    background: transparent url("../img/search-icon.png") no-repeat center;
    background-size: 15px;
    width: 20px;
    float: right;
    line-height: 24px;
}

.header-links ul {
    display: inline-block;
}

.header-links li {
    margin-top: 3px;
    padding-left: 1px;
    padding-right: 1px;
}

.header-links li a {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.header-links li a:hover {
    opacity: 0.6;
    transition: ease all .5s;
}

.header-links .skype a {
    background: url("../img/social-icons.png") no-repeat 1px;
    background-size: cover;
}

.header-links .tumblr a {
    background: url("../img/social-icons.png") no-repeat -24px;
    background-size: cover;
}

.header-links .facebook a {
    background: url("../img/social-icons.png") no-repeat -48px;
    background-size: cover;
}

.header-links .youtube a {
    background: url("../img/social-icons.png") no-repeat -74px;
    background-size: cover;
}

.header-links .twitter a {
    background: url("../img/social-icons.png") no-repeat -99px;
    background-size: cover;
}

.header-links .language-links {
    vertical-align: top;
    margin-left: 10px;
    margin-top: 3px;
}

.header-links .language-links li,
.header-links .language-links li a {
    color: rgba(0, 66, 116, 1);
    text-align: center;
    line-height: 15px;
    height: 15px;
    width: 15px;
}

.social-share a:after {
    background: transparent;
}

.social-share {
    padding: 10px;
}

@media (max-width: 767px) {
    .header-links .language-links li a,
    .header-links .language-links li {
        color: #fff;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .header-links .language-links li a,
    .header-links .language-links li {
        color: #fff;
    }
}

.hamburger-icon {
    font-size: 40px;
    cursor: pointer;
}

.mobile-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 66, 116, 1);
    overflow-y: hidden;
    transition: 0.5s;
    z-index: 999999;
}

.mobile-overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.mobile-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
    cursor: pointer;
    line-height: 40px;
}

.mobile-overlay a:after {
    background: transparent;
}

.mobile-overlay a:hover,
.mobile-overlay a:focus,
.mobile-overlay li.active a {
    color: #818181;
}

.mobile-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 600px) {
    .mobile-overlay {
        overflow-y: auto;
    }

    .mobile-overlay a {
        font-size: 20px
    }

    .mobile-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* SUBMENU */
.sub-menu {
    display: none;
    position: absolute;
    padding-bottom: 20px;
    left: 0;
    right: 0;
    /*height: 265px;*/
    z-index: 99999;
    width: 500%;
    margin-left: -196.5%;
    /*min-height: 265px;*/
    height: 270px;
    overflow: hidden;
    padding-top: 20px;

}

.sub-menu .sub-menu-article {
    margin-top: 5px;
    position: relative;
}

.sub-menu h3 {
    margin-top: 5px;
}

.sub-menu .sub-menu-article img {
    border: 1px solid #fff;
    margin-left: 0;
    height: 200px;
    background: #EEEBEB;
    box-shadow: inset 0px -56px 120px -5px rgba(0, 0, 0, 0.7);
    object-fit: cover;
}

.sub-menu .sub-menu-article > a:after,
.sub-menu .sub-menu-article > a:hover {
    background: transparent;
}

.sub-menu .sub-menu-article .sub-menu-text {
    position: absolute;
    bottom: 15px;
    cursor: pointer;
    margin-left: 10%;
    width: 80%;
}

.sub-menu .sub-menu-article .sub-menu-text h3 {
    margin-bottom: 5px;
    line-height: 20px;
    margin-top: 5px;
    font-size: 16px;
}

.sub-menu .sub-menu-article .sub-menu-overlay {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    margin-left: 0;
    width: 100%;
    top: 0;
    height: 200px;
    box-shadow: inset 0px -56px 120px -5px rgba(0, 0, 0, 0.7);
}

.main-navigation .list-inline .sub-menu .sub-menu-article a {
    padding: 0;
    width: 100%;
}

.sub-menu .list-unstyled {
    margin-top: 5px;
    margin-bottom: 10px;
}

.sub-menu .list-unstyled li a {
    margin: 0;
    display: inline-block;
    padding: 0;
    color: #fff;
    font-size: 14px;
}

.sub-menu .list-unstyled li a:hover {
    background: transparent;
}

.sub-menu .non-active {
    display: none;
}

.sub-menu .active {
    display: inline;
}

@media (min-width: 1200px) {
    section .container,
    .news .container,
    .news-article .container {
        width: 980px;
    }

}

.flex-container {
    padding: 0;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    display: inline-block;
}

.flex-item {
    padding: 50px 5px;
    color: white;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 0 6px 20px;
    height: 180px;
    vertical-align: top;
    background: #D35F68;

}

.flex-item > a:after {
    background: transparent
}

.about-us-section {
    background: #C53841;
}

.about-us-section .flex-item img,
.services-section li img {
    transition: all 0.2s ease-out;
}

.about-us-section .flex-item:hover img,
.services-section li:hover img {
    transform: scale(1.1);
}

.about-us-section .flex-item:first-child {
    width: 28%;
}

.about-us-section .flex-item:nth-child(2) {
    width: 47%;
}

.about-us-section .flex-item:nth-child(3) {
    width: 19%;
}

.about-us-section .flex-item:nth-child(4) {
    width: 38%;
}

.about-us-section .flex-item:nth-child(5) {
    width: 28%;
}

.about-us-section .flex-item:nth-child(6) {
    width: 28%;
}

.about-us-section img {
    height: 55px;
    width: auto;
}

.about-us-section li > div {
    font-size: 16px;
    margin-top: 10px;

}

@media (max-width: 767px) {
    .flex-container {
        padding: 0;
    }

    .flex-item {
        width: 47% !important;
        margin: 10px 1%;
    }
}

/* About us section End */

/* Press section */
.press-section {
    padding: 45px 0 65px 0;
   /* background: url("../img/marble.jpg") no-repeat;*/
    background-image: url("../img/flag-left.jpg"), url("../img/flag-right.jpg"), linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left, right, center;
    background-size: 30%, 30%, 40%;
	/*background-image: url("../img/marble1.jpg");
	background-repeat: repeat-x;*/
}

.press-section .press-list {
    display: flex;
    flex-wrap: wrap;
}

.press-section .press-list li {
    height: 180px;
    overflow: hidden;
    margin-top: 20px;
    flex-grow: 1;
    min-width: 25%;
}

@media (max-width: 700px) {
    .press-section .press-list li {
        min-width: 33.33%;
    }
}

@media (max-width: 400px) {
    .press-section .press-list li {
        min-width: 50%;
    }
}

.press-section .press-list li > a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.press-section .press-list li .press-text {
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 14px;
    color: #fff;
    width: 80%;
}

.press-section .press-list li a:after {
    background: transparent;
}

.press-section .press-list li .press-text a,
.press-section .press-list li .press-text a span {
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    display: block;
}

.press-section .press-list li .press-text a:after {
    background: transparent;
}

.press-section .press-list a img {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.press-section .press-list li .press-text a {
    color: #fff;
}

.press-section .press-list li .press-text span {
    font-family: 'Open Sans Bold', sans-serif;
    display: block;
    color: #f5c331;
    font-size: 16px;
}

@media (max-width: 490px) {
    .press-section .press-list li .press-text {
        bottom: 15px;
    }

    .press-section .press-list li .press-text a {
        white-space: normal;
        text-overflow: initial;
    }

    .press-section .press-list li .press-text {
        width: 71%;
    }
}

/* Press section End */

/* Notification Section */
.notification-section li,
.registers-section li,
.judicial-section li,
.international-section li,
.services-section li {
    margin-bottom: 20px;
}

.notification-section .notification-list li > div,
.registers-section .registers-list li > div,
.judicial-section .judicial-list li > div,
.international-section .international-list li > div,
.services-section .services-list li > div {
    padding: 20px;
    height: 185px;
    overflow: hidden;
    overflow-y: auto;
}

.notification-section .notification-list li > div a,
.registers-section .registers-list li > div a,
.judicial-section .judicial-list li > div a,
.international-section .international-list li > div a {
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    max-width: 100%;
}

.notification-section .notification-list li:first-child div {
    background: #3F6790 url("../img/notification/exam.png") no-repeat right bottom -4px;
    background-size: 50px;
}

.notification-section .notification-list li:nth-child(2) div {
    background: #3F6790 url("../img/notification/competitions.png") no-repeat right -35px bottom -10px;
    background-size: 120px;
}

.notification-section .notification-list li:nth-child(3) div {
    background: #3F6790 url("../img/notification/reports.png") no-repeat right -10px bottom -20px;
    background-size: 65px;
}

.notification-section .notification-list li:nth-child(4) div {
    background: #3F6790 url("../img/notification/procurements.png") no-repeat right -5px bottom -4px;
    background-size: 90px;
}

.notification-section .notification-list li:nth-child(5) div {
    background: #3F6790 url("../img/notification/informations.png") no-repeat right bottom -4px;
    background-size: 65px;
}

.notification-section .notification-list li:last-child div {
    background: #3F6790 url("../img/notification/debates.png") no-repeat right -10px bottom -4px;
    background-size: 70px;
}

@media (min-width: 992px) {
    .notification-section .col-md-2 {
        width: 26%;
    }

    .notification-section .col-md-5 {
        width: 37%;
    }
}

/* Notification Section End*/

/* Registers Section */
.registers-section {
    width: 100%;
    background-color: #FFFFFF;
    background-image: url("../img/flag-left.jpg"), url("../img/flag-right.jpg"), linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left, right, center;
    background-size: 30%, 30%, 40%;
}
.registers-section .registers-list li:first-child div:not(.register_links) {
    background: #7F7F7F url("../img/registers/register.png") no-repeat right 20px bottom -10px;
    background-size: 90px;
}

.registers-section .registers-list li:nth-child(2) div:not(.register_links) {
    background: #7F7F7F url("../img/registers/court-expert.png") no-repeat right 20px bottom -5px;
    background-size: 90px;
}

.registers-section .registers-list li:nth-child(3) div {
    background: #7F7F7F url("../img/registers/public-notaries.png") no-repeat right 25px bottom -4px;
    background-size: 85px;
}

.registers-section .registers-list li:nth-child(4) div {
    background: #7F7F7F url("../img/registers/unpaid-tickets.png") no-repeat right 20px bottom -35px;
    background-size: 80px;
}

.registers-section .registers-list li:nth-child(5) div {
    background: #7F7F7F url("../img/registers/executioners.png") no-repeat right 20px bottom -10px;
    background-size: 100px;
}

.registers-section .registers-list li:nth-child(6) div {
    background: #7F7F7F url("../img/registers/register-people.png") no-repeat right 20px bottom -10px;
    background-size: 80px;
}

.registers-section .registers-list li:nth-child(7) div {
    background: #7F7F7F url("../img/registers/register-companies.png") no-repeat right 20px bottom -10px;
    background-size: 100px;
}

.registers-section .registers-list li:nth-child(8) div {
    background: #7F7F7F url("../img/registers/register-organizations.png") no-repeat right 20px bottom -10px;
    background-size: 80px;
}

.registers-section .registers-list li:nth-child(9) div {
    background: #7F7F7F url("../img/registers/interprter.png") no-repeat right 20px bottom -10px;
    background-size: 80px;
}

.registers-section .registers-list li:last-child div:not(.register_links) {
    background: #7F7F7F url("../img/registers/other-registers.png") no-repeat right 20px bottom -5px;
    background-size: 100px;
}

/* Judicial Section */
.judicial-section p {
    padding-right: 20%;
}

.judicial-section .judicial-list li:first-child div {
    background: #D35F68 url("../img/judicial/register-full.png") no-repeat right 20px bottom -4px;
    background-size: 80px;
}

.judicial-section .judicial-list li:nth-child(2) div {
    background: #D35F68 url("../img/judicial/deadline.png") no-repeat right 20px bottom -8px;
    background-size: 90px;
}

.judicial-section .judicial-list li:nth-child(3) div {
    background: #D35F68 url("../img/judicial/surveilance.png") no-repeat right 20px bottom -4px;
    background-size: 100px;
}

.judicial-section .judicial-list li:last-child div {
    background: #D35F68 url("../img/judicial/appeal.png") no-repeat right 20px bottom -5px;
    background-size: 95px;
}

/* Judicial section End */

/* International section */
.international-section .international-list li:first-child div {
    background: #3F6790 url("../img/international/clock.png") no-repeat right 10px bottom -5px;
    background-size: 90px;
}

.international-section .international-list li:nth-child(2) div {
    background: #3F6790 url("../img/international/order.png") no-repeat right 10px bottom -5px;
    background-size: 80px;
}

.international-section .international-list li:nth-child(3) div {
    background: #3F6790 url("../img/international/judicial-practice.png") no-repeat right 10px bottom -10px;
    background-size: 90px;
}

.international-section .international-list li:nth-child(4) div {
    background: #3F6790 url("../img/international/special-needs.png") no-repeat right 10px bottom -14px;
    background-size: 90px;
}

.international-section .international-list li:nth-child(5) div {
    background: #3F6790 url("../img/international/council.png") no-repeat right 10px bottom -15px;
    background-size: 100px;
}

.international-section .international-list li:last-child div {
    background: #3F6790 url("../img/international/files.png") no-repeat right 10px bottom -15px;
    background-size: 100px;
}

/* International section end */
/* Services Section */
.services-section {
    width: 100%;
    background-color: #FFFFFF;
    background-image: url("../img/serbian-flag-left.jpg"), url("../img/serbian-flag-right.jpg"), linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left, right, center;
    background-size: 35%, 35%, 40%;
}
.services-section .services-list li > div {
    padding: 35px 20px;
    font-size: 16px;
}

.services-section .services-list li > div > a:after {
    background: transparent;
}

.services-section .services-list li > div a img {
    height: 60px;
    width: auto;
    margin: 0 auto;
}

.services-section .services-list li > div > a {
    padding-bottom: 10px;
}

.services-section .services-list li div {
    background: #7F7F7F;
}
/* Services Section end */


/* Timeline Section */
.timeline-section {
    width: 100%;
    
}
/* Timeline Section end */



/* Footer */
footer {
    padding: 20px 0;
}

footer .list-inline > li {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    line-height: 14px;
    color: #fff;
}

footer a {
    color: #fff !important;
    text-decoration: none !important;
}

footer .list-inline > li:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    footer,
    footer .text-right {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer,
    footer .text-right {
        text-align: center;
    }
}

/* Footer End */

/* News list */
.news,
.news-article {
    padding: 50px 0;
    background: #F5F6F7;
    position: relative;
}
.news {
    padding-top: 25px;
}
.news h2 {
    margin: 25px 0 30px 0;
}

.news .news-item {
    position: relative;
    background: #fff;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    display: flex;
}

.news .news-image {
    display: inline-block;
    overflow: hidden;
    float: left;
    min-height: 200px;
}

.news .news-image img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto 0 -10px;
    position: absolute;
}

.news .news-text {
    float: left;
    padding-right: 20px;

}

.news .news-text h3 {
    font-size: 17px;
    color: #585858;
    margin: 20px 0 10px;

}

.news .news-text .news-date {
    display: inline-block;
    margin-top: 20px;
    font-size: 17px;
    color: #004373;
}

.news .news-text p {
    color: #595959;
}

.news .news-text .btn-link a {
    color: #004274;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 10px;
}

.news .news-text .btn-link a:after {
    background: transparent;
}

.sidebar {
    padding-top: 5px;
}

.sidebar .sidebar-item {
    margin-bottom: 10px;
}

.sidebar .sidebar-item a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-left: 10px solid #004274;
    text-decoration: none;
}

.sidebar .sidebar-item a:after {
    background: transparent;
}

.sidebar .sidebar-item.active a {
    color: #fff;
    border-left: 10px solid #FFAA38;
}

.pagination li a {
    color: #004274;
}

.pagination li.active a,
.pagination li:hover a {
    color: #fff;
}

.pagination li.active,
.pagination li:hover {
    color: #fff;
    background: #004274;
}

/* News list End*/

@media (max-width: 767px) {
    .news,
    .news-article {
        padding: 30px 0;
    }

    .news .news-item {
        display: block;
    }

    .news .news-image {
        padding: 0;
    }

    .news .news-image img {
        display: block;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .overflow-hidden {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

.news-article h1 {
    /*color: #DB3437;*/
    color: #004274;
    text-transform: uppercase;
    font-weight: bolder;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 25px;
}

.news-article .article-date {
    color: #004274;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.news-article p, .contact_form {
    color: #555556;
    line-height: 24px;
}

.news-article .btn-link,
    /*.news-article a,*/
.article-text p a {
    color: #004274;
    text-decoration: underline;
}

.article-text p a:after {
    background: transparent;
}

.news-article .btn-link:hover,
.news-article a:hover {
    text-decoration: none;
}

.news-article .article-image {
    width: 100%;
}

.news-article .article-download > div {
    padding: 20px;
    margin: 20px 0 10px;
}

.news-article .download-icon {
    background: url(../img/download-icon.png) no-repeat;
    display: inline-block;
    width: 21px;
    height: 18px;
    vertical-align: middle;
    background-size: 12px;
}

.news-article .download-link > a {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    margin-right: 10px;
    font-weight: bold;
}

.news-article .download-link > a:after {
    background: transparent;
}

.news-article .news-article-item {
    margin-bottom: 20px;
}

.news-article .news-article-item > div {
    position: relative;
    background: #fff;
    color: #000000;
    height: 225px;
    overflow: hidden;
}

.news-article-list {
    padding: 60px 0 0;
}

.news-article .news-article-item > div:hover {
    background: rgba(0, 66, 116, 1);
    color: #fff;
    height: 225px;
}

.news-article .news-article-item > div:hover a {
    color: #fff;
}

.article-overlay {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2222;
    background: rgba(0, 66, 116, 0.7);
}

.article-overlay .share {
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.article-overlay .share span {
    display: inline-block;
    margin-right: 20px;
    margin-left: 5px;
}

.article-overlay .share img {
    vertical-align: middle;
    margin-bottom: 5px
}

.news-article .news-article-item > div:hover .article-overlay {
    display: block;
}

.news-article-item .image-holder {
    height: 130px;
    overflow: hidden;
    position: relative;
}

.news-article-item .image-holder > a {
    display: block;
    height: 100%;
}

.news-article-item .image-holder > a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.news-article .news-article-item > div a {
    color: #000000;
}

.news-article-item .news-text {
    padding: 10px 10px 20px;
}

.news-article .news-article-item .news-text h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-decoration: none;
}

.news-article .news-article-item .news-text h3 a {
    font-size: 12px;
    text-decoration: none;

}

.news-article .news-article-item .news-text h3 a:after {
    background: transparent;
}

.news-article .news-article-item .news-text > a {
    font-size: 10px;
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 42px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.news-article .news-article-item .news-text > a:after {
    background: transparent;
}

.breadcrumb {
    margin-bottom: 50px;
    margin-left: 20px;
    line-height: 30px;
    color: #fff;
    padding: 1px;
}
.breadcrumb:after {
    display: block;
    content: "";
    clear: both;
}

.breadcrumb li {
    display: block;
    float: left;
    background: #004274;
    padding-right: 10px;
    height: 30px;
    margin-right: 35px;
    position: relative;
    text-decoration: none;
    color: #fff;
}

.breadcrumb li a {
    cursor: pointer;
}

.breadcrumb li:last-child {
    margin-right: 25px;
}

.breadcrumb li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -30px;
    border: 15px solid transparent;
    border-color: #004274;
    border-left-color: transparent;

}

.breadcrumb li.active {
    background: #00589B;
    color: #fff;
    text-decoration: none;
}

.breadcrumb li.active:before {
    border-color: #00589B;
    border-left-color: transparent;
}

.breadcrumb li.active:after {
    border-left-color: #00589B;
}

.breadcrumb li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -30px;
    border: 15px solid transparent;
    border-left-color: #004274;
}

.breadcrumb li a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
}

.download-name {
    margin-right: 10px;
}

.breadcrumb li a:after {
    background: transparent;
}

.download-text {
    width: 70%;
}

.download-size {
    display: inline-block;
    width: 30%;
    font-weight: 100;
    color: #ccc;
    font-size: 13px;
}

.download-size span {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.download-name {
    width: 65%;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
    .download-text {
        width: 100%;
        margin-bottom: 15px;
    }

    .download-name {
        float: left;
        width: 50%;
    }

    .download-size {
        float: right;
        width: 45%;
        text-align: right;
    }

    .news-article .download-link {

        text-decoration: underline;
        display: block;
        width: 100%;
        text-align: center;
    }

    .news-article .download-link > a {
        color: #fff !important;
    }

    .news-article .download-link > a:hover {
        text-decoration: none;
    }
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
    .download-text {
        width: 100%;
        margin-bottom: 15px;
    }

    .download-name {
        float: left;
        width: 50%;
    }

    .download-size {
        float: right;
        width: 45%;
        text-align: right;
    }

    .news-article .download-link {
        text-decoration: underline;
        display: block;
        width: 100%;
        text-align: center;
    }

    .news-article .download-link > a {
        color: #fff !important;
    }

    .news-article .download-link > a:hover {
        text-decoration: none;
    }

    .overflow-hidden {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
}

.contactinfo {
    margin-bottom: 35px;
}

.inner-metro section {
    background: #F5F6F7;
    padding-bottom: 0;
}
.inner-metro h2 {
    color: #004371;
}

.bx-article-slider img {
    width: 100%;
}

.register_links {
    background: none !important;
    float: left;
    width: auto;
    margin-right: 50px;
}

#goTop {
    display: block;
    position: fixed;
    bottom: -100px;
    right: 25px;
    z-index: 99999;
    background: #004371 url(../img/controls.png) no-repeat -17px 50%;
    border: 1px solid #fff;
    transform: rotate(270deg);
    width: 29px;
    height: 36px;
    cursor: pointer;

}

#goTop:after {
    background: transparent;
}

h3 a, h3 a:hover {
    color: #004371 !important;
}

a.image-anchor {
    display: inherit;
    position: static;
}

a.logo-anchor,
a.logo-anchor:hover,
a.logo-anchor:after {
    transition: none;
    text-decoration: none;
    outline-color: transparent;
}

a.logo-anchor:after {
    bottom: 0;
    height: 0;
    width: 0;
    background: transparent;
}

.footer-carousel .bx-wrapper .bx-controls-direction a.bx-next,
.footer-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
    background-color: #0D305B;
}

.clr {
    clear: both;
}

.header-links .instagram a {
    background: url("../img/instagram.png") no-repeat;
    background-size: cover;
}

/* Mobile menu style  */
.hamburger-icon {
    font-size: 40px;
    cursor: pointer;
    background-color: rgba(0, 66, 116, 1);
    border: none;
    outline: 0;
    position: relative;
    right: 0;
    padding: 0;
}

.mobile-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 66, 116, 1);
    overflow-y: hidden;
    transition: 0.5s;
    z-index: 999999;
}

/* Overlay closing cross */
.mobile-overlay .mobile-overlay-close {
    background-color: rgba(0, 66, 116, 1);
    color: #fff;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100;
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 60px;
}

/* Menu style */
.mobile-overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.mobile-overlay ul li {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mobile-overlay ul li a {
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

/* Effects */
.mobile-overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.mobile-overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.mobile-overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.mobile-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
    cursor: pointer;
    line-height: 40px;
}

.mobile-overlay a:after {
    background: transparent;
}

.mobile-overlay a:hover,
.mobile-overlay a:focus,
.mobile-overlay li.active a {
    color: #818181;
}

@media screen and (max-height: 600px) {
    .mobile-overlay {
        overflow-y: auto;
    }

    .mobile-overlay a {
        font-size: 20px;
        line-height: 22px;
    }

    .mobile-overlay .mobile-overlay-close {
        font-size: 40px;
        position: absolute;
        top: 15px;
        right: 10px;
    }
}

/* Slider preloading */
.bx-article-slider {
    visibility: hidden;
    height: 400px;
    overflow: hidden;
}

.bx-article-slider.bx-article-slider-visible {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.slider-loader {
    display: block;
    height: 50px;
    background: url(../img/loading.gif) center center no-repeat;
    width: 100%;
    position: absolute;
    top: 240px;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
}

@media (max-width: 500px) {
    .slider-loader {
        top: 150px;
    }
}

/* Links in text color*/
.news-article-wrapper a,
.contactinfo a {
    color: #004371;
    text-decoration: underline;
}

.news-article-wrapper a:hover,
.contactinfo a:hover {
    text-decoration: none;
}

.news-article-wrapper a:after,
.contactinfo a:after {
    background: transparent;
}

/* Team page */
.team-page .team-img {
    margin: 20px 0;
}

.submenu-after-first-column {
    margin-top: 30px;
}

div.input * {
    display: block;

}

div.input input,
div.input select {
    height: 45px;
    width: 60%;
    margin-bottom: 15px;
}

div.input input[type="submit"] {
    height: 45px;
    width: 30%;
}

div.regiters-container {
    background-color: white;
    width: 90%;
    padding: 0 10px 0 10px;
    margin-bottom: 15px;
    border-bottom: 4px solid #c3c4c5;
    font-size: 15px;
    line-height: 17px;
}

div.regiters-container h3 {
    line-height: 1.5em;
}

div.regiters-container p {
    font-size: 15px;
}

@media (max-width: 767px) {
    section .registers-list li > div a {
        margin-bottom: 15px;
    }
}

.regiters-wrapper h3 {
    color: #E42A0B;
}
.top-footer {
    background: #0D305B;
}

.news-wrapper {
    margin-top: 3px;
}

.form-row {
    margin-bottom: 10px;
}

.blue-btn {
    background-color: #124075;
    color: white;
    font-weight: bold;
    padding: 10px;
}

.team-member {
    width: 45%;
	margin-right:20px;
    background-color: white;
}

.col-xs-12 h1{
    letter-spacing:normal;
}