@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700');

body {
    font-family: 'Lato', sans-serif;
    /*color: #0f6675;*/
    color: #747474;
    background: #fafafa;
}

.container {
    width: 100%;
    max-width: 1170px;
}

header {
    width: 100%;
    padding-top: 1px;
    /* background: url(../images/headerbg.jpg)  top;*/
}

#header .header-top {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #EDEDEE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    min-height: 41px;
    max-height: 41px;
    z-index: 4;
    -webkit-transition: ease height 300ms, ease max-height 300ms, ease min-height 300ms;
    transition: ease height 300ms, ease max-height 300ms, ease min-height 300ms;
}

.header-top a {
    color: #00335f;
}

.header-top i {
    color: #00335f;
}

#header .header-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFF;
    -webkit-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
    width: 100%;
    z-index: 1001;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

#header.header-effect-shrink .header-container {
    min-height: 90px;
}

#header .container {
    position: relative;
}

#header .header-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90px;
    -webkit-transition: ease height 300ms;
    transition: ease height 300ms;
}

#header .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-height: 100%;
}

#header .header-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.logo {
    padding: 1px 10px 10px;
}

.logo-details {
    padding-left: 20px;
}

@media (max-width: 640px) {
    .logo {
        padding: 1px 5px 5px;
    }

    .logo img {
        max-width: 55%;
        height: auto;
    }

    .logo-details {
        font-size: 0.82rem;
        -ms-flex-align: center;
    }
}

.userbar {
    padding-top: 0.52rem;
    padding-bottom: 0.32rem;
}

.topbar {
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 12px;
}

.topbar a {
    color: #0f6675;
    padding-left: 30px;
}

.bottombar {
    margin-bottom: 20px;
}

.navbar-nav ul li {
    float: left;
    margin-left: 10px;
    padding-right: 10px;
    background: url(../images/menu_divider.png) no-repeat right !important;
    color: #fefefe;
    line-height: 40px;
    position: relative;
}

.contacts {
    color: #000000;
    display: inline-block;
    padding-bottom: 15px;
}

.searchbtn {
    display: inline-block;
    margin-left: 20px;
}

.searchbtn .form-control {
    border-color: #5995a0;
    border-radius: 0;
    border-right: none;
}

.searchbtn .form-control::placeholder {
    color: #0f6675;
}

.searchbtn2 {}

.searchbtn2 .form-control {
    border-color: #5995a0;
    border-radius: 0;
    border-right: none;
}

.searchbtn2 .form-control::placeholder {
    color: #0f6675;
}

.add-on .input-group-btn>.btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #5995a0;
    border-radius: 0;
}

/* stop the glowing blue shadow */
.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    /*border-color:#cccccc;*/
}

.registerbtn {
    display: inline-block;
    margin-right: 5px;
}

.registerbtn a {
    background: #0f6675;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.registerbtn a:hover,
.registerbtn a:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.migrationbtn {
    display: inline-block;
    margin-right: 5px;
}

.migrationbtn a {
    background: #f00;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.migrationbtn a:hover,
.migrationbtn a:focus {
    background: #ea6e3d;
    color: #000;
    text-decoration: none;
}

.loginbtn {
    display: inline-block;
}

.loginbtn a {
    border-color: #0f6675;
    font-weight: bold;
    border-radius: 5px;
    color: #0f6675;
}

@media(max-width:767px) {
    .bottombar.text-right {
        text-align: left !important;
    }

    .contacts {
        font-size: 13px;
    }
}


.navbar-custom {
    background-color: #00335f;
}



/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255, 255, 255, 1);
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    /*color: rgba(0,191,242,1);*/
    color: rgb(255, 255, 255);
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

. .navbar-custom .navbar-left>li {
    background: url(../images/menu_divider.png) no-repeat right;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #00acac;
}

.navbar-custom .nav-item.active .nav-link {
    text-decoration: underline;
}

.navbar-custom .fa.fa-navicon {
    color: white;
}

.top-contact {
    font-size: 12px;
    font-weight: normal;

}

.topmenu .nav {
    font-size: 12px;
    font-weight: normal;
    /*background: url(../images/menubg.png) no-repeat right;*/
    padding: 5px 60px 5px 20px;
}

.topmenu .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topmenu .nav ul li {
    margin-left: 7px;
    color: ##00335f;
    line-height: 1;
    display: inline-block;
    border-right: 1px solid ##00335f;
}

.topmenu .nav ul li a {
    color: #00335f;
    text-decoration: none;
    display: block;
    margin-right: 7px;

}

.topmenu .nav ul li a:hover {
    color: #235e68;
    text-decoration: underline;
}

.topmenu .nav ul li a.current {
    text-decoration: underline;
}

.main {
    margin-top: 15px;
    margin-bottom: 20px;
}

.ad-top {
    margin-bottom: 15px;
}

.featuredslider {
    background: #fff;
    border: 1px solid #F3F3F3;
    padding-bottom: 20px;
}

.featuredslider .title1,
.sidebar-box .title1 {
    font-size: 15px;
    margin: 20px 20px 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.gyges .tp-tab {
    text-align: center;
}

.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
    background: rgba(15, 102, 117, 1);
}

.gyges .tp-tab-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 15px;
    color: #000;
}

.gyges .tp-tab-date {
    font-size: 16px;
    color: #000;
}

.gyges .selected .tp-tab-title,
.gyges .tp-tab:hover .tp-tab-title,
.gyges .selected .tp-tab-date,
.gyges .tp-tab:hover .tp-tab-date {
    color: #fff;
}

.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
    color: rgba(255, 255, 255, 1.00);
}

.tp-caption.Newspaper-Button-4,
.Newspaper-Button-4 {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    font-style: normal;
    font-family: Lato;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    background-color: rgba(15, 102, 117, 1);
    border-color: rgba(15, 102, 117, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 2px;
    text-align: left
}

.tp-caption.Newspaper-Button-4:hover,
.Newspaper-Button-4:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}


.featuredslider .tp-caption.Newspaper-Button,
.Newspaper-Button {
    padding: 12px 15px;
    border-color: rgba(255, 255, 255, 1);
}


.navbar-custom2 {
    border: 1px solid #ececec;
    margin: 20px;
}

/* change the brand and text color */
.navbar-custom2 .navbar-brand,
.navbar-custom2 .navbar-text {
    /*color: rgba(255,255,255,.8);*/
}

/* change the link color */
.navbar-custom2 .navbar-nav .nav-link {
    color: #303030;
    padding: 0rem 1rem;
    font-size: 0.8rem;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    float: left;

}

/* change the color of active or hovered links */
.navbar-custom2 .nav-item.active .nav-link,
.navbar-custom2 .nav-item:hover .nav-link {
    /*color: #ffffff;*/
}

.search-bottom {
    margin-left: 20px;
    margin-right: 20px;
}

.alertbtn {
    display: inline-block;
}

.alertbtn a {
    background: #0f6675;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.alertbtn a:hover,
.alertbtn a:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 640px) {
    .activitiesbtn {
        margin-top: 10px;
    }
}

.activitiesbtn {
    display: inline-block;
    margin-right: 15px;
}

.activitiesbtn a {
    border-color: #0f6675;
    font-weight: bold;
    border-radius: 5px;
    color: #0f6675;
}

.sidebar-box {
    margin-bottom: 15px;
    background: #fff;
    padding-top: 1px;
    border: 1px solid #EBEBEB;
}

.sidebar-box1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 15px;
}

.sidebar-box .title2 {
    font-size: 25px;
    margin: 10px 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1ecee;
    text-align: center;
}

.sidebar-box .text1 {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

.colorbtn a {
    background: #0f6675;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.colorbtn a:hover,
.colorbtn a:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.socialicons i {
    font-size: 28px;
    color: #0f6675;
}

.sidebar-box .list-unstyled {
    font-size: 12px;
    color: #000;
}

.sidebar-box .list-unstyled a {
    color: #000;
}

.text2 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}

.text3 {
    color: #000;
    font-size: 35px;
}

.page-title {
    background: #f0f0f0;
    padding: 10px 0;

}

.page-title h2 {
    font-size: 25px;
}

.activities {
    background: #fff;
    border: 1px solid #EBEBEB;
    padding: 30px 20px;
}

.act-menu {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.act-menu a {
    color: #000;
    border-bottom: 4px solid #E6E6E6;
    padding-left: 10px;
    padding-right: 10px;
}

.act-menu a.active {
    color: #0f6675;
    border-bottom: 4px solid #0f6675;
}

.act-list {
    margin-top: 30px;
}

.act-item {
    border: 1px solid #EBEBEB;
    margin-bottom: 15px;
}

.act-details {
    padding: 20px 15px;
    font-weight: bold;
    font-size: 1.1rem;
}

.act-details a {
    color: #0f6675;
}

.footer {
    background: #fff;
}

.footer-partners {
    padding: 70px 0 40px;
    border-bottom: 1px solid #b5d0d4;
}

.partners-logo {
    margin-top: 40px;
}

.footer-menu {
    padding: 10px 0 10px;
    border-bottom: 1px solid #b5d0d4;
    line-height: 1.2;
    font-size: 12px;
    font-weight: normal;
    background: #fff;
}

.title3 {
    padding-top: 5px;
    font-weight: bold;
    padding-bottom: 2px;
    font-size: 15px;
}

.footer-menu a {
    color: #000;
}

.footer-copyright {
    padding: 30px 0 10px;
    font-size: 15px;
}
