/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 15px;
 line-height: 1.5;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 110px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {

}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

.values {
    margin: 10px 0;
}

.values > p {
    font-size: 18px;
    text-transform: uppercase;
}

.values > ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -10px 0;
}

.values > ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 0;
    text-align: center;
    list-style: none;
    -ms-flex-preferred-size: calc(100%);
    flex-basis: calc(100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.values > ul > li .card {
    width: 100%;
    height: 100%;
    background: white;
    color: #2b2b2b;
    position: relative;
    min-height: 200px;
    border: 2px solid #00548e;
    word-wrap: break-word;
}

.values > ul > li .card:hover .card__content {
    top: 0;
}

.values > ul > li .card__title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    width: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.values > ul > li .card__title-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 15px;
}

.values > ul > li .card__title-image img {
    height: 50px;
    display: block;
    margin: 0;
}

.values > ul > li .card__hidden {
    opacity: 0;
    padding: 20px;
}

.values > ul > li .card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 20px;
    top: 100%;
    left: 0;
    -webkit-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    height: 100%;
    background: #00548e;
    color: white;
}

.values > ul > li .card__content > :last-child {
    margin-bottom: 0;
}

.text {
    margin: 10px 0;
}

.text_column_3 {
    padding: 10px 0;
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
}

.text_column_4 {
    padding: 10px 0;
    width: 100%;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
}

.list {
    margin: 10px 0;
}

.list > p {
    font-weight: 600;
}

.list_column_2 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative;
}

.list ul {
    padding: 0;
}

.list ul li {
    padding-left: 20px;
    list-style: none;
    position: relative;
}

.list ul li::before {
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00548e;
}

.list ol {
    counter-reset: myCounter;
    margin-left: 0;
    padding: 0;
    color: #646464;
}

.list ol li {
    position: relative;
    padding-left: 3em;
    margin: 0.45em 0;
    list-style: none;
    line-height: 1.8em;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.list ol li::before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 0px;
    color: #fff;
    background: #00548e;
    font-weight: bold;
    text-align: center;
    border-radius: .9em;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list ol li:hover {
    color: black;
}

.list ol li:hover::before {
    background-color: #2980b9;
}

.list ol li:hover::after {
    background-color: #2980b9;
}

.table_custom {
    margin: 10px 0;
    border: none;
    overflow-x: auto;
}

.table_custom table {
    border-collapse: collapse;
    width: 100%;
}

.table_custom table thead {
    border-bottom: 2px solid #00548e;
}

.table_custom table td,
.table_custom table th {
    padding: 5px 10px;
}

.table_custom table tbody tr > :first-child {
    border-left: none;
}

.table_custom table tbody tr:nth-child(2n) {
    background: rgba(0, 84, 142, 0.1);
}

.table_custom table tbody tr > :last-child {
    border-right: none;
}

.table_custom table tbody td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.text-and-image {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: 10px;
}

.text-and-image_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.text-and-image_full .text-and-image__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.text-and-image__column {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 15px 0 0;
}

.text-and-image__image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-and-image__image img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    max-height: 250px;
}

.features {
    margin: 20px 0;
}

.features ol {
    counter-reset: myCounter;
    margin-left: 0;
    color: #646464;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.features ol li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative;
    margin: 0.45em 0;
    list-style: none;
    line-height: 1.8em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.features ol li::before {
    content: counter(myCounter);
    counter-increment: myCounter;
    display: inline-block;
    top: -10px;
    left: 0;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    font-size: 2em;
    padding: 0px;
    color: #fff;
    background: #00548e;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: .2;
}

.features ol li:hover {
    color: black;
}

.features ol li:hover::before {
    background-color: #2980b9;
}

.features ol li:hover::after {
    background-color: #2980b9;
}

.features ol li > :last-child {
    margin-bottom: 0;
}

.features ol li > p {
    padding: 5px;
    position: relative;
    z-index: 2;
    padding-left: 50px;
}


.accent-text {
    clear: both;
    margin: 40px 0;
    border-bottom: 2px solid #00548e;
    border-top: 2px solid #00548e;
    padding: 30px 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    font-style: italic;
    text-align: center;
}

.accent-text > p {
    margin-bottom: 0;
}

.timeline {
    position: relative;
    margin: 25px 0;
}


.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #ccc;
}

.timeline > ul {
    padding: 0;
    list-style: none;
}

.timeline > ul > li {
    padding-left: 30px;
    position: relative;
}

.timeline > ul > li:not(:last-child) {
    margin-bottom: 30px;
}

.timeline > ul > li::before {
    position: absolute;
    left: calc(-22px / 2);
    top: calc(42px / 2 - 24px / 2);
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #00548e;
    content: '';
}

.timeline__period {
    font-size: 30px;
    line-height: 42px;
    color: #00548e;
    font-weight: bold;
    margin-bottom: 13px;
}

.timeline__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.timeline__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 15px 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.timeline__left,
.timeline__right {
    height: 100%;
}

.timeline__left > :first-child,
.timeline__right > :first-child {
    margin-top: 0;
}

.timeline__left > :last-child,
.timeline__right > :last-child {
    margin-bottom: 0;
}

.timeline__left p,
.timeline__right p {
    margin-bottom: 18px;
}

.timeline__left p strong,
.timeline__right p strong {
    font-size: 20px;
    line-height: 28px;
    display: block;
    color: #00548e;
    margin-bottom: 3px;
    font-weight: normal;
}

.timeline__left {
    padding: 24px 17px 24px 13px;
    border: 1px solid #EEEEEE;
}

.timeline__right {
    padding: 24px 17px 20px 24px;
    background: #F8F8F8;
}

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

.center-button a {
    display: inline-block;
    padding: 15px;
    background: #00548e;
    color: white;
    border: 2px solid #00548e;
    min-width: 100%;
    -webkit-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
}

.center-button a:hover {
    background: white;
    color: #00548e;
    text-decoration: none;
}

.accordeon {
    margin: 10px 0;
}

.accordeon > ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.accordeon > ul > li {
    list-style: none;
    margin-bottom: 5px;
}

.accordeon > ul > li:last-of-type {
    margin-bottom: 0;
}

.accordeon > ul > li.open .accordeon__icon div:nth-child(1) {
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
}

.accordeon__head {
    position: relative;
    background: #00548e;
    padding: 10px 15px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.accordeon__head:hover {
    background: #0072c1;
}

.accordeon__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordeon__icon div {
    display: inline-block;
    height: 3px;
    width: 15px;
    background: white;
}

.accordeon__icon div:nth-child(1) {
    position: absolute;
    left: 50%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translateX(-50%) rotate(-90deg) translateZ(0);
    transform: translateX(-50%) rotate(-90deg) translateZ(0);
}

.accordeon__content {
    display: none;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.accordeon__content figure {
    width: 100%;
    text-align: center;
}

.accordeon__content figure img {
    max-width: 100%;
}

.row_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row_flex > * {
    padding: 15px;
}

.row_flex .team-v2 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row_flex .team-v2 .inner-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.row_flex .team-v2 .inner-team .position {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.bx-breadcrumb .bx-breadcrumb-item {
    white-space: unset;
}
.header-v8 .navbar-nav > li.dropdown.open > .dropdown-menu {
    display: block;
}

.header-v8 .navbar-nav > li.dropdown.open .toggle::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.header-v8 .navbar-nav > li.dropdown .toggle {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    width: 15px;
    height: 15px;
}

.header-v8 .navbar-nav > li.dropdown .toggle::before,
.header-v8 .navbar-nav > li.dropdown .toggle::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background: #00548e;
}

.header-v8 .navbar-nav > li.dropdown .toggle::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-v8 .navbar-nav > li.dropdown .toggle::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.breadcrumbs-v1 h1 {
    font-size: 30px !important;
}

a.fancybox {
    width: 100%;
    display: block;
}

a.fancybox img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
}

.tag-box-v2 img {
    height: auto;
}

.bg-grey .row.team-v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bg-grey .row.team-v3 a {
    display: block;
    height: 100%;
}

.bg-grey .row.team-v3 .team-img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bg-grey .row.team-v3 .team-img img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 226px;
}

.interferometers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin: 20px -15px 0;
}

.interferometers__list .news-item {
    padding: 0 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.interferometers__list .news-item > * {
    width: 100%;
}

.documents {
    margin: 10px 0;
}

.documents ul {
    margin: 0;
    padding: 0;
}

.documents ul li {
    position: relative;
    padding-left: 34px;
    list-style: none;
}

.documents ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    width: 30px;
    background-image: url("../img/icons/pdf-file.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.documents ul li a {
    display: inline-block;
    padding: 10px 0;
}

@media screen and (min-width: 768px) {
    .values > ul > li {
        -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    }

    .text-and-image {
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .text-and-image__column {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0 15px;
    }

    .text-and-image__image img {
        max-height: 400px;
    }

    .features ol li {
        -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    }

    .center-button a {
        min-width: 200px;
    }

    .interferometers__list .news-item {
        -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    }
}

@media screen and (min-width: 992px) {
    .timeline__row {
        margin: 0 -15px;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }

    .timeline__column {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0 15px;
    }
    .timeline__left {
        padding-right: 90px;
    }
    .interferometers__list .news-item {
        -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    }
}


@media (max-width: 991px) {
    .header-v8 .navbar-nav {
        margin: 0 !important;
    }
    
    .header-v8 .navbar-nav > li.dropdown > .dropdown-menu {
        padding: 0;
    }

    .header-v8 .navbar-nav > li.dropdown {
        position: relative;
    }

    .header-v8 .navbar-nav > li > a {
        font-size: 12px;
    }

    .header-v8 .navbar-nav > li.dropdown > .dropdown-menu {
        position: static;
        float: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header-v8 .navbar-nav > li.dropdown > .dropdown-menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        padding-left: 5px;
    }

    .header-v8 .navbar-nav > li.dropdown .toggle {
        display: block;
    }

    .drop-custom-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 5px;
    }

    .drop-custom-menu > .drop-custom-menu-left {
        margin-bottom: 10px;
    }

    .drop-custom-menu > * {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #eee;
    }

    .drop-custom-menu > *  a {
        border-top: none !important;
    }
}

@media (max-width: 768px) {
    .breadcrumbs-v1 h1 {
        font-size: 24px;
    }
    .news-item__empty .tag-box h2 {
        font-size: 16px !important;
    }
}