/*
Theme Name: subdomen.localitate.md
Version: 1.0
Theme URI: http://localitate.md
Description: Site Localitate.md
Author: Fox Creative Media
Author URI: http://foxcreative.md
*/

@charset "utf-8";
body {
    font-family: 'Open Sans', sans-serif;
    background: #f2f2f2;
    color: #333333;
    /*padding-top: 110px;*/
}

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin: 0 1% 25px;
    text-align: center;
    width: 31%;
    display: block;
}

.gallery-columns-2 .gallery-item {
    width: 48%;
}

.gallery-columns-4 .gallery-item {
    width: 23%;
}

.gallery a img {
    cursor: zoom-in;
}

.gallery img {
    box-shadow: 0px 0px 4px #999;
    padding: 0;
    background: #ffffff;
    max-width: 100%;
    height: auto;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.gallery img:hover {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.smartphoto-nav {
    background: #000000 !important;
}

.gallery dl,
.gallery dt {
    margin: 0;
}

.gallery br+br {
    display: none;
}

.tenpx {
    clear: both;
    height: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
}

.floatleft {
    float: left;
    margin-right: 10px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.alignleft,
.alignright,
.aligncenter {}

.alignnone {
    margin: 10px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
    clear: both;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
    clear: both;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

.wp-caption {
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

a img {
    border: none;
}

a:link {
    color: #5169CA;
    text-decoration: none;
}

a:visited {
    color: #5169CA;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #00113a;
    text-decoration: none;
}

button:not(.mfp-close):not(.mfp-arrow),
a.button {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: .375rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background .15s ease;
    background: #092C44;
}

button:not(.mfp-close):not(.mfp-arrow):hover,
a.button:hover {
    background: #D26C01;
}


/*------------------[HEADER]----------------------*/

header {
    width: 100%;
    z-index: 2;
    position: relative;
}

header,
header nav {
    background-color: #092C44;
}


/*body.home header{
    background: none;
}*/

header nav.primary-nav {
    height: 94px;
}

header nav.primary-nav .logo {
    margin-left: -15px;
}

header nav.primary-nav .logo a {
    display: inline-block;
    margin: 0;
}

header nav.primary-nav .logo a {
    display: block;
}

header nav.second-nav {
    height: 40px;
}


/*------------------[CONTENT]---------------------*/

#content {
    padding-top: 30px;
    background: #ffffff;
}

.content {}

.content-main {}


/*------------------[FOOTER]----------------------*/

footer {
    background: #092C44;
    color: #ffffff;
}

footer a:link,
footer a:visited {
    color: #f2f2f2;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #D26C01;
}

footer .footer-widget-area {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .copyright {
    background: #092C44;
    text-align: center;
    font-size: 0.875rem;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*---------------[DROPDOWN MENU]------------------*/

ul.top-menu,
.mobile-menu-container {}

ul.top-menu,
ul.top-second-menu {
    display: none;
    padding: 0;
    list-style: none;
}

ul.top-menu {
    margin: 0 0 0 15px;
}

ul.top-second-menu {
    margin: 0;
}

ul.top-menu li,
ul.top-second-menu li {
    display: inline-block;
}

ul.top-menu li a {
    display: block;
    background: none;
    color: #ffffff;
    margin: 0;
    padding: 12px;
    font-size: 1.125rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    transition: all .5s ease;
}

ul.top-second-menu li a {
    display: block;
    background: none;
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    margin: 0 6px;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    opacity: 1;
    transition: all .5s ease;
}

ul.top-menu li a span {
    color: #777777;
    font-size: 0.688rem;
    font-weight: 400;
    text-transform: none;
}

ul.top-menu li a:hover {
    background: #11496F;
}

ul.top-second-menu li a:hover {
    opacity: .6;
}

ul.top-menu li ul.sub-menu,
.ul.top-second-menu li ul.sub-menu {
    z-index: 100;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
}

ul.top-menu li .sub-menu,
ul.top-second-menu li .sub-menu {}

ul.top-menu li:hover .sub-menu,
ul.top-second-menu li:hover .sub-menu {
    display: block;
}

ul.top-menu .sub-menu li,
ul.top-second-menu .sub-menu li {
    background: rgba(255, 255, 255, .95);
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    width: 150px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

ul.top-menu .sub-menu,
.ul.top-second-menu .sub-menu {
    margin: 0;
    padding: 0;
    color: #ffffff;
    z-index: 1051;
}

ul.top-menu .sub-menu li.menu-item-has-children .sub-menu,
ul.top-second-menu .sub-menu li.menu-item-has-children .sub-menu {
    margin-top: -44px;
    margin-left: 250px;
    display: none;
    z-index: 1051;
}

ul.top-menu .sub-menu li.menu-item-has-children:hover .sub-menu,
ul.top-second-menu .sub-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
}

ul.top-menu li .sub-menu,
ul.top-second-menu li .sub-menu {
    display: none;
    position: absolute;
    padding: 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
}

ul.top-second-menu li .sub-menu {
    display: none;
    position: absolute;
    padding: 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
}

ul.top-menu li:last-child .sub-menu,
ul.top-second-menu li:last-child .sub-menu {}

ul.top-menu li:hover .sub-menu,
ul.top-second-menu li:hover .sub-menu {
    display: block;
}

ul.top-menu .sub-menu li,
ul.top-second-menu .sub-menu li {
    display: block;
    float: none;
    width: 250px;
}

ul.top-menu .sub-menu li.menu-item-has-children .sub-menu li,
ul.top-second-menu .sub-menu li.menu-item-has-children .sub-menu li {
    border-top: none;
}

ul.top-menu .sub-menu a,
ul.top-second-menu .sub-menu a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    margin: 0;
    padding: 12px 10px;
    color: #092C44;
    border-top: 1px solid #dee0e5;
}

ul.top-menu .sub-menu a:hover,
ul.top-second-menu .sub-menu a:hover {
    background: #092C44;
    color: #ffffff;
    opacity: 1;
}

.mobile-menu {
    color: #ffffff;
    padding: 0;
    margin: 0 15px 0 0;
    font-size: 2rem;
    font-weight: 400;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .mobile-menu {
        display: none;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenav ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    display: block;
}

.sidenav ul li {
    list-style: none;
}

.sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 1rem;
    }
}


/*----------------[SOCIAL MENU]-------------------*/

ul.social-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-menu li {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

ul.social-menu li a {
    margin: 0;
}

ul.social-menu li a i {
    display: flex;
    flex-wrap: wrap;
    margin: 0 4px;
    padding: 0;
    font-size: 20px;
    width: 20px;
    height: 20px;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    background: none;
    color: #ffffff;
    opacity: 1;
    transition: all .5s;
}

ul.social-menu li a:hover i {
    opacity: .6;
}


/*----------------[APPLY BUTTON]------------------*/

.apply a {
    display: flex;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 46px;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    background: #D26C01;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 900;
}

.sidenav .apply a {
    margin: 25px 0 25px 28px;
}

.apply a:hover {
    background: #ffffff;
    color: #353944;
}


/*-------------------[HOME]-----------------------*/

.homesection {
    margin-bottom: 0;
}

.homesection .section-title,
.homesection .section-subtitle {
    text-align: center;
}

.homesection h3.section-title {
    font-size: 2.625rem;
    line-height: 3.625rem;
    font-weight: 200;
    color: #071828;
}

.homesection h5.section-subtitle {
    /*font-size:  0.875rem;
    line-height: 0.875rem;
    font-weight: 400;
    color: #071828;*/
}

.homesection a.home-button {
    /*color: #ffffff;
    height: 40px;*/
}

.homesection.hero {
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    height: 100vh;
    margin-top: -134px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homesection.hero .mouse-icon {
    border: 2px solid #ffffff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    display: block;
    z-index: 10;
    opacity: 0.7;
    margin-bottom: 15px;
}

.homesection.hero .mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.homesection.hero .mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

.homesection.hero .hero-content {
    background: rgba(34, 41, 50, 0.6);
    color: #ffffff;
    font-weight: 200;
    width: 100%;
    height: auto;
}

.homesection.hero .hero-content .info-box {
    width: 100%;
    height: 148px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.homesection.hero .hero-content .info-box i {
    font-size: 48px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.homesection.hero .hero-content .info-box .box-title {
    font-size: 1.625rem;
    line-height: 1.625rem;
    margin-bottom: 5px;
}

.homesection.hero .hero-content .info-box .box-subtitle {
    font-size: 0.875rem;
    line-height: 0.875rem;
}

.homesection.hero .hero-content .info-box .box-subtitle::first-letter {
    text-transform: uppercase;
}

.homesection.blog {}

.homesection.blog .fox_hero_bg_image {}

.homesection.blog .blog-page-link a {
    display: flex;
    margin: 0 0 25px 0;
    padding: 0;
    width: 180px;
    height: 46px;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    background: #ffffff;
    color: #353944;
    border: 1px solid #353944;
    font-size: 1.125rem;
    font-weight: 900;
}

.homesection.blog .blog-page-link a:hover {
    background: #D26C01;
    color: #ffffff;
    border: 1px solid #ffffff;
}


/*-------------------[SIDEBAR]--------------------*/

.sidebar {
    display: block;
    color: #ffffff;
    background: #092C44;
    padding-top: 25px;
}

.sidebar a:link,
.sidebar a:visited {
    color: #f2f2f2;
    text-decoration: none;
}

.sidebar a:hover,
.sidebar a:active,
.sidebar a:focus {
    color: #D26C01;
    text-decoration: none;
}

.widget {
    margin-bottom: 25px;
}

.sidebar ul,
footer ul {
    padding: 0;
    margin: 0;
}

.sidebar ul li,
footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 12px;
}


/*------------------[ARHIVA]----------------------*/

.archive {
    padding-top: 25px;
    background: #ffffff;
}

.archive article {
    position: relative;
    margin: 0 0 40px 0;
}

.archive article .post-thumb {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    width: 100%;
    height: 220px;
}

@media (min-width: 992px) {
    .archive article .post-thumb {
        width: 350px;
    }
}

.archive article:hover .post-thumb {
    opacity: .95;
}

.archive article .post-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.archive article.item .post-info-desc {
    position: relative;
    margin: -15px 10px 0;
    padding: 5px 10px;
    background-color: #ffffff;
    overflow: auto;
    z-index: 2;
}

@media (min-width: 992px) {
    .archive article.item .post-info-desc {
        margin: 0;
        padding: 5px 20px 5px 10px;
        height: 200px;
        width: calc(100% - 355px);
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 10px;
    }
}

.archive article.item .post-info-desc .post-title h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
}

.archive article.item .post-info-desc .post-title h2 a {
    display: block;
    color: #404040;
    transition: color .5s;
}

.archive article.item .post-info-desc .post-title h2 a:hover {
    color: #e10f7c;
}

.archive article.item .post-info-desc .date {
    font-size: 0.75rem;
    opacity: .24;
}


/*----------------[SINGLE POST]-------------------*/

.post {}

.post img {
    max-width: 100%;
    height: auto;
}

.post .post-title {
    font-family: 'Oswald', sans-serif;
}

.post .post-title h1 {
    font-size: 2rem;
    font-weight: 400;
}

.post .entry {
    margin: 45px 0 20px 0;
    text-align: justify;
}

.post .entry .author-box {
    display: block;
    position: relative;
    border: 1px solid #f2f2f2;
    width: 100%;
    height: calc(100% - 35px);
    padding: 25px 15px 15px 15px;
    margin-top: 35px;
}

.post .entry .author-box .box-title {
    position: absolute;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    padding: 0 5px;
    background-color: #ffffff;
    margin-top: -40px;
}

.post .entry .author-box img {
    display: block;
    border: none;
    float: left;
    margin: 0 15px 15px 0;
    width: 80px;
    height: auto;
}

.post .entry .author-box .author-info {
    display: block;
    position: relative;
}

.post .entry .author-box .author-info ul.social-networks-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.post .entry .author-box .author-info ul.social-networks-list li {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.post .entry .author-box .author-info ul.social-networks-list li a {
    margin: 0 5px 5px 0;
}

.post .entry .author-box .author-info ul.social-networks-list li a i,
.post .entry .author-box .author-info ul.social-networks-list li a span {
    display: flex;
    margin: 0;
    padding: 0;
    height: 32px;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.post .entry .author-box .author-info ul.social-networks-list li a i {
    width: 32px;
    background: #ffffff;
    color: #353944;
}

.post .entry .author-box .author-info ul.social-networks-list li a:hover i {
    background: #353944;
    color: #ffffff;
}

.post .entry .author-box .author-info ul.social-networks-list li a span {
    width: 110px;
    background: #D26C01;
    color: #ffffff;
    font-weight: 900;
}

.post .entry .author-box .author-info ul.social-networks-list li a:hover span {
    background: #ffffff;
    color: #353944;
}

.post .entry .author-box .author-info ul.social-networks-list li.facebook a:hover i {
    background: #3b5998;
}

.post .entry .author-box .author-info ul.social-networks-list li.instagram a:hover i {
    background: #833ab4;
}

.post .entry .author-box .author-info ul.social-networks-list li.youtube a:hover i {
    background: #ff0000;
}

.post .entry .author-box .author-info ul.social-networks-list li.linkedin a:hover i {
    background: #0077b5;
}

.post .entry .author-box .author-info ul.social-networks-list li.telegram a:hover i {
    background: #0088cc;
}

.post .entry .author-box .author-info ul.social-networks-list li.twitter a:hover i {
    background: #1da1f2;
}


/*---------[PAGINA ACTE ADMINISTRATIVE]-----------*/

.post .info-acte iframe {
    border-width: 0 !important;
    width: 100% !important;
    height: 700px !important;
}


/*-----------------[INSTITUTIE]--------------------*/

.institution {}

.institution .institution-section {
    padding-bottom: 60px;
}

.institution .institution-title {
    font-family: 'Oswald', sans-serif;
}

.institution .institution-title h1 {
    font-size: 2rem;
    font-weight: 400;
}

.institution .section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.institution .section-title h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
}

.institution .section-title .line {
    display: block;
    width: 50px;
    border-top: 1px solid #00113a;
    margin: 0 auto;
}

.institution .about {
    text-align: justify;
}

.institution .about img {
    max-width: 100%;
    height: auto;
}

.institution .about .infoboxes {
    margin-top: 30px;
}

.institution .about .infoboxes .infobox {
    text-align: center;
    margin-bottom: 30px;
}

.institution .about .infoboxes .infobox i.fa {
    font-size: 3.5rem;
    margin-bottom: 10px;
}

.institution .about .infoboxes .infobox .line {
    display: block;
    width: 50px;
    border-top: 1px solid #00113a;
    margin: 5px auto;
}

.institution .about .infoboxes .infobox .infobox-title {
    font-size: 0.875rem;
    font-weight: 700;
    font-variant: small-caps;
}

.institution .institution-images {}

.institution .institution-images .image {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 575.98px) {
    .institution .institution-images .image {
        width: 50%;
        padding-bottom: 50%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .institution .institution-images .image {
        width: 33.333%;
        padding-bottom: 33.333%;
    }
}

.institution .institution-images .image a.gallery-item {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: none;
    transition: 1s ease all;
}

.institution .institution-images .image a.gallery-item img {
    width: 0;
    height: 0;
    border: none;
}

.institution .institution-images .image a.gallery-item:hover {
    background: rgba(0, 0, 0, 0.3);
}

.institution .institution-team {}

.institution .institution-team a.team_member {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #f2f2f2;
    color: #333333;
    background: none;
    padding: 15px;
}

.institution .institution-team a.team_member:hover {
    background: #f2f2f2;
}

.institution .institution-team a.team_member img {
    display: block;
    border: none;
    float: left;
    margin: 0 15px 15px 0;
    width: 80px;
    height: auto;
}

.institution .institution-contact {}

.institution .institution-contact .contact-box {
    display: block;
    position: relative;
    border: 1px solid #f2f2f2;
    width: 100%;
    height: calc(100% - 35px);
    padding: 25px 15px 15px 15px;
    margin-top: 35px;
}

.institution .institution-contact .contact-box .box-title {
    position: absolute;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    padding: 0 5px;
    background-color: #ffffff;
    margin-top: -40px;
}

.institution .institution-contact .contact-box.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.institution .institution-contact .contact-box.contact-info ul li {
    margin: 5px 0;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li a {
    margin: 0 5px 5px 0;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li a i,
.institution .institution-contact .contact-box.social-networks ul.social-networks-list li a span {
    display: flex;
    margin: 0;
    padding: 0;
    height: 32px;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li a i {
    width: 32px;
    background: #ffffff;
    color: #353944;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li a:hover i {
    background: #353944;
    color: #ffffff;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li a span {
    width: 110px;
    background: #D26C01;
    color: #ffffff;
    font-weight: 900;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li a:hover span {
    background: #ffffff;
    color: #353944;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li.facebook a:hover i {
    background: #3b5998;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li.odnoklassniki a:hover i {
    background: #ed812b;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li.vk a:hover i {
    background: #45668e;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li.instagram a:hover i {
    background: #833ab4;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li.youtube a:hover i {
    background: #ff0000;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li.linkedin a:hover i {
    background: #0077b5;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li.telegram a:hover i {
    background: #0088cc;
}

.institution .institution-contact .contact-box.social-networks ul.social-networks-list li.twitter a:hover i {
    background: #1da1f2;
}


/*--------------[MAGNIFIC POPUP]------------------*/

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*-----------------[PAGINATION]-------------------*/

ul.pagination {}

ul.pagination li.page-item a.page-link {
    color: #092C44;
}

ul.pagination li.page-item.active a.page-link {
    background: #092C44;
    color: #ffffff;
    border-color: #092C44;
}


/*--------[WIDGET ARTICOLE LOCALITATE.MD]---------*/

#localitate-lastposts li {
    list-style: none;
    clear: both;
    display: block;
    margin-bottom: 15px;
}

#localitate-lastposts li a .post-image {
    border: 1px solid #ffffff;
    width: 90px;
    height: 60px;
    float: left;
    padding: 1px;
    border: 1px solid #D2D2D2;
    margin: 0px 15px 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}