@import '../libs/pure/pure-min.css';
@import '../libs/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@import '../js/johndyer-mediaelement/build/mediaelementplayer.min.css';
@import '../libs/Swiper/dist/css/swiper.min.css';
@import '../libs/font-awesome/css/font-awesome.min.css';
@import '../libs/TurnWheel/jReject/css/jquery.reject.css';
@import '../libs/fancybox/source/jquery.fancybox.css';
@import '../fonts/museo%20sans/stylesheet.css';
@import '../js/plugins/jquery-ui/jquery-ui.min.css';

html {
    height: 100%;
    background: #ecf2f8;
}

body {
    min-height: 100%;
    height: 100%;
    color: #000;
    font-weight: normal;
    font-family: 'Museo Sans';
    font-size: 16px;

    line-height: 1.5;
}

.firefox body {
    font-size: 16.5px;
}

a {
    text-decoration: none;
    outline: none;
    color: #1a5ba9;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: #000;
}

img {
    border: 0
}

p {
    margin: 1.5em 0;
}

/* My margin here*/
p.pSpace {
    margin: -0.5em 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

#page {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.container.fluid {
    width: 100%;
}

#footer_guarantor {
    height: 50px;
    clear: both;
}

#footer {
    margin: 0 auto;
    margin-top: -50px;
    height: 50px;
    clear: both;
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    border-top: 1px solid #ccc;
    font-size: 11px;
    color: #878787;
    font-weight: 300;
}

#header {
    height: 114px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 222;
}

#header > .container {
    position: relative;
    height: 100%;
}

div.header-content {
    position: relative;
    height: 100%;
    margin-left: 300px;
}

a.logo {
    display: block;
    width: 280px;
    height: 119px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/logo.png) 0 0 no-repeat;
    z-index: 15;
    background-size: contain;
}

#sidebar {
    width: 180px;
    float: left;
}

#mainbar {
    overflow: hidden;
    background: #b0b0f0;
}

div.section {
    padding: 2.98vw 0;
}

div.index-swiper-container {
    position: relative;
}

div.index-swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
    display: none;
}

div.index-swiper .swiper-slide .photo {
    width: 100%;
    height: auto;
    display: block;
}

div.index-swiper div.swiper-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 114px 0 0;
    z-index: 3;
}

div.index-swiper .swiper-slide:before {
    content: '';
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /*  background: url(../images/gradients/gr-1.png) 0 0 repeat-x;
      background-size: 100% 100%;*/
    z-index: 2;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#286d9b+0,90c0e5+100,7db9e8+100&1+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(40,109,155,1)),to(rgba(125,185,232,0)));
    background: linear-gradient(to right,  rgba(40,109,155,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286d9b', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */



}


div.index-swiper .swiper-slide:after {
    content: '';
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /*  background: url(../images/gradients/gr-1.png) 0 0 repeat-x;
      background-size: 100% 100%;*/
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.92+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(0,0,0,0)),to(rgba(0,0,0,0.92)));
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.92) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eb000000',GradientType=1 ); /* IE6-9 */


}

div.swiper-slide-content .cont {
    position: relative;
    padding: 2.15vw 3.15vw;
}

/*div.swiper-slide-content .cont:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .89);
    transform: skewX(-25deg);
}*/

div.swiper-slide-content .cont > div {
    position: relative;
    z-index: 2;
    text-align: center;
}

div.swiper-slide-content .cont h2 {
    margin: 0;
    font-weight: 400;
    font-size: 2.5004vw;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0px 0px 12px #000000;

}

div.index-swiper-container .swiper-button-prev,
div.index-swiper-container .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(50, 122, 191, .7);
    color: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    left: 1.52vw;
}

div.index-swiper-container .swiper-button-next {
    left: auto;
    right: 1.52vw;
}

div.index-swiper-container .swiper-button-prev:hover,
div.index-swiper-container .swiper-button-next:hover {
    background: rgba(50, 122, 191, .9);
}

div.swiper-carusel-container {
    position: relative;
    padding: 0 84px;
}

div.swiper-carusel .swiper-slide {
    width: auto;
}

div.swiper-carusel .swiper-slide a {
    display: block;
    border: 1px solid #212121;
}

div.swiper-carusel .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
}

div.swiper-carusel-container .swiper-button-prev,
div.swiper-carusel-container .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
}

div.header-elements {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50%;
    padding: 0 0 0 30px;
    z-index: 2;
    line-height: 1.2;
}

div.header-elements:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 112, 191, .8);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

/* 1 header padding */
div.header-elements > div {
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

div.header-elements a {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
}

div.header-elements-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 30px;
    z-index: 1;
}

div.header-elements-2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(198, 11, 39, .96);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    border-radius: 5px;
}

div.header-elements-2 > div {
    height: 100%;
    position: relative;
    z-index: 2;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

div.header-elements-2 > div:first-child {
    border: 0;
}

div.langs-switcher {
    position: relative;
    z-index: 55;
    height: 100%;
}

a.current-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    text-transform: uppercase;
}

a.current-lang .fa {
    margin-left: 5px;
}

div.langs-switcher:hover a.current-lang {
    background: #c00d28;
}

ul.langs {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 11px;
    background: #c00d28;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

div.langs-switcher:hover ul.langs {
    opacity: 1;
    visibility: visible;
}

ul.langs > li > a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-transform: uppercase;
}

ul.langs > li > a:hover {
    background: rgba(255, 255, 255, .1);
}

div.font-changer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.font-changer a {
    padding: 5px;
}

div.font-changer a.less {
}

div.font-changer a.more {
    font-size: 20px;
}

div.gulen-blocks-section {
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
}

div.gulen-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.gulen-blocks > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
}

div.gulen-blocks > div:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f4f4f4;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

div.gulen-blocks > div:last-child:after {
    display: none;
}

div.gulen-blocks a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.66vw 3vw;
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.25vw;
    font-weight: 300;
    color: #237abf;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 -18px;
}

div.gulen-blocks a > span {
    padding: 0 18px;
}

div.gulen-blocks a img {
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.gulen-blocks a:hover {
    color: #bf0d2a;
}

div.gulen-blocks a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

div.news-tabs-container {
}

ul.news-tabs {
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #ddd;
    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;
    margin: 0;
    padding: 0;
}

ul.news-tabs > li {
}

ul.news-tabs > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #878787;
    text-decoration: none !important;
    position: relative;
    padding: 0 20px;
}

ul.news-tabs > li > a:after {
    content: '';
    width: 18px;
    height: 0;
    background: url("../images/misc/dec-1.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -9px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

ul.news-tabs > li.selected > a:after {
    height: 10px;
}

ul.news-tabs > li > a img {
    display: block;
    margin-right: 10px;
}

ul.news-tabs > li:hover > a,
ul.news-tabs > li.selected > a {
    color: #237abf;
}

div.news-tabs-content {
    padding: 30px 0 0;
}

div.news-tabs-content > div {
    display: none;
}

div.events-blocks {
    margin-top: -30px;
}

div.events-blocks > div {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.events-blocks-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.msie10 div.events-blocks-item div.cont > div {
    width: 200px;
}

div.events-blocks-item:hover {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
}

div.events-blocks-item .photo {
    overflow: hidden;
    min-width: 45%;
    max-width: 45%;
    position: relative;
    display: block;
}

div.events-blocks-item .photo img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    height: auto;
}

div.events-blocks-item .photo span {
    position: absolute;
    top: 0;
    left: 6px;
    padding: 5px;
    background: #fff;
    color: #000;
    font-size: 14px;
}

div.events-blocks-item .cont {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    margin: -6px 0;
    max-width: 55%;
}

div.events-blocks-item .cont > div {
    padding: 6px 0;
}

div.events-blocks-item .date {
    font-size: 12px;
    color: #878787;
    font-weight: 300;
}

div.events-blocks-item .title {
    display: inline-block;
    font-size: 20px;
    color: #000;
    line-height: 1.3;
}

div.events-blocks-item .title:hover {
    color: #237abf;
}

div.skewed-blocks-section {
    padding: 0;
    overflow: hidden;
}

div.skewed-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -50px;
}

div.skewed-blocks > div {
    width: 25%;
}

div.skewed-blocks a {
    display: block;
    height: 204px;
    position: relative;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    overflow: hidden;
    border: 2px solid transparent;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

div.skewed-blocks a .photo {
    position: absolute;
    left: -50px;
    top: 0;
    right: -50px;
    bottom: 0;
    z-index: 0;
    background-position: center center;
    background-size: cover;
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
}

div.skewed-blocks a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 94, 168, .44);
    z-index: 1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.skewed-blocks .cont {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
}

div.skewed-blocks a:hover:before {
    background: rgba(204, 35, 60, .84);
}

div.footer-colls {
    font-size: 13px;
    color: #878787;
    line-height: 2;
    font-weight: 300;
    margin-top: -30px;
}

div.footer-colls > div {
    margin-top: 30px;
}

div.footer-colls img {
    display: block;
    max-width: 100%;
    height: auto;
}

div.footer-colls h2 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 1em;
}

div.footer-colls ul {
    list-style: none;
    padding: 0;
}

div.page-top-photo-section {
    height: 308px;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 30px;
}

div.page-top-photo-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 108, 166, .2);
}

div.page-top-photo-section .container {
    position: relative;
    z-index: 2;
    width: 100% !important;
}

div.page-top-photo-section h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
}

div.path-container-section {
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
}

div.path-container {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: #404e5d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.path-container .iconed-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.path {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}

ul.path > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.path > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 21px;
    position: relative;
}

ul.path > li > a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -0.7em;
}

div.photos-carusel-container {
    position: relative;
    padding: 0;
}

div.photos-carusel-container {
    position: relative;
    padding: 0;
}

div.photos-carusel .swiper-slide {
    width: auto;
}

div.photos-carusel .swiper-slide a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    color: #878787;
}

div.photos-carusel .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
}

div.photos-carusel .swiper-slide a span.cont {
    display: block;
    position: relative;
    padding: 5px 0 0;
}

div.photos-carusel .swiper-slide a .photo {
    position: relative;
    display: block;
}

div.photos-carusel .swiper-slide a .photo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../images/icons/ico-6.png") center center no-repeat rgba(2, 20, 48, .5);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

div.photos-carusel .swiper-slide a:hover .photo:after {
    opacity: 1;
}

div.photos-carusel-container .swiper-button-prev,
div.photos-carusel-container .swiper-button-next {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -40px;
    margin-top: -20px;
    background: none;
    color: #7b8492;
    font-size: 22px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.photos-carusel-container .swiper-button-prev:hover,
div.photos-carusel-container .swiper-button-next:hover {
    color: red;
}

div.photos-carusel-container .swiper-button-next {
    left: auto;
    right: -40px;
}

div.side-item {
    position: relative;
    padding: 20px;
    color: #fff;
    min-height: 121px;
    background-size: cover;
}

div.side-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 94, 168, .44);
}

div.side-item + div.side-item {
    margin-top: 16px;
}

div.side-item > div {
    position: relative;
    z-index: 2;
}

div.side-item h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

div.photos-carusel .swiper-slide a .solaris_img {
    display: table-cell;
    width: 100px;
    height: 90px;
    /* margin-left: 10px; */
}

/*LISTS*/

div.top-menu-container {
    height: 100%;
}

ul.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.top-menu > li {
    height: 100%;
}

ul.top-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    padding: 0 15px;
}

ul.top-menu > li:hover > a {

}

ul.top-menu > li.selected > a {
    font-weight: 600;
}

div.main-menu-container {
    height: 100%;
}

ul.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    padding-left: 80px;
}

ul.main-menu > li {
    height: 100%;
    position: relative;
    z-index: 5;
}

ul.main-menu > li > a {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 23px;
    line-height: 1.1;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

ul.main-menu > li > a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 0 13px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

ul.main-menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 6;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

ul.main-menu > li:last-child > ul {
    left: auto;
    right: 0;
}

ul.main-menu > li.selected > a {
    font-weight: 600;
}

ul.main-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

ul.main-menu > li > ul > li > a {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    white-space: nowrap;
    font-size: 15px;
    color: #878787;
    font-weight: 300;
    line-height: 1.2;
    padding: 15px 40px;
    position: relative;
}

ul.main-menu > li > ul > li > a:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.main-menu > li > ul > li:hover > a {
    color: #237abf;
}

ul.main-menu > li.has-submenu:hover > a:after {
    border-width: 0 13px 14px 13px;
}

div.content-menu-container {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
}

ul.content-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.content-menu > li > a {
    display: block;
    padding: 18px 15px 18px 40px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: #878787;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
}

ul.content-menu > li:first-child > a {
    border: 0;
}

ul.content-menu > li > a:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.content-menu > li:hover > a,
ul.content-menu > li.selected > a {
    color: #237abf;
}

ul.content-menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.content-menu > li > ul > li > a {
    display: block;
    padding: 18px 15px 18px 60px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: #878787;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
}

ul.content-menu > li > ul > li > a:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    padding-left: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.content-menu > li > ul > li:hover > a,
ul.content-menu > li > ul > li.selected > a {
    color: #237abf;
}

/*INPUTS*/

div.inputs-container {
    margin: -10px -5px 0;
}

div.inputs-container > div {
    margin-top: 10px;
    padding: 0 5px !important;
}


input, textarea, select {
    outline: none !important;
    box-shadow: none !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9ea4ad;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #4a5566;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #4a5566;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9ea4ad;
}

div.inputs-container input[type="text"],
div.inputs-container input[type="email"] {
    -webkit-appearance: none;
    border: 1px solid #e2e3e6;
    background: #fff;
    width: 100%;
    font-size: 16px;
    color: #4a5566;
    padding: 12px 20px;
    border-radius: 3px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 48px;
}

div.inputs-container select {
    -webkit-appearance:none;
    -moz-appearance:none;
    border: 1px solid #e2e3e6;
    background: #fff;
    width: 100%;
    font-size: 16px;
    color: #4a5566;
    padding: 12px 20px;
    border-radius: 3px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 48px;
}

/*div.inputs-container select:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
}*/

div.inputs-container textarea {
    -webkit-appearance: none;
    border: 1px solid #e2e3e6;
    background: #fff;
    width: 100%;
    font-size: 16px;
    color: #4a5566;
    padding: 12px 20px;
    border-radius: 3px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    resize: vertical;
}

div.inputs-container input[type="text"]:focus,
div.inputs-container input[type="email"]:focus,
div.inputs-container textarea:focus {
    border-color: #6d6d6d;
}

div.news-letter-block {
    background: #fff;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-right: -50px;
}

div.news-letter-block input[type="text"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 00%;
    flex: 1 1 00%;
    border: 0;
    background: #fff;
    padding: 12px 22px;
    font-size: 12px;
    color: #878787;
    min-width: 40px;
}

div.news-letter-block input[type="submit"] {
    min-width: 100px;
    border: 0;
    background: #cc233c;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 0 24px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.news-letter-block input[type="submit"]:hover {
    background: #db0020;
}


div.form_hidder {
    display: none;
}



div.header-search {
    position: relative;
    padding-left: 0 !important;
    z-index: 55;
}

a.search-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    position: relative;
    color: #fff;
}

a.search-toggler:hover{
    color: #000;
}

div.search-container {
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 0;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.search-container input[type="text"] {
    border: 0;padding: 15px;
}

div.search-container input[type="submit"] {
    font-family: FontAwesome;
    border: 0;
    background: none;
    padding: 15px;
}

div.header-search.visible div.search-container{
    opacity: 1;
    visibility: visible;
}

iframe {
    border: 0 !important;
}
/*

div.search-container {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
    display: flex;
}

div.search-container input[type="text"] {
    background: none;
    border: 0;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
}

div.search-container input[type="submit"] {
    border: 0;
    background: none;
    font-family: FontAwesome;
    color: #fff;
    font-size: 13px;
}*/

/*HEADERS*/

h1 {
    line-height: 1.2;
    margin: 0 0 0.5em;
    font-weight: 600;
}

h2 {
    line-height: 1.2;
    margin: 0 0 0.5em;
    font-weight: 600;
}

h3 {
    line-height: 1.2;
    margin: 0 0 0.5em;
    font-weight: 600;
}

h4 {
    line-height: 1.2;
    margin: 0 0 0.5em;
    font-weight: 600;
}

/*BUTTONS*/

a.scroll-goto {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -40px;
    width: 80px;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}

a.scroll-goto img {
    display: block;
    margin: 10px auto 0;
}

.fa-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* width: 29px;
    height: 29px;
    border: 1px solid #fff;
    border-radius: 100%; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fa-button:hover {
    color: #c10d29;
    border-color: #c10d29;
}

.custo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.2;
}

.custo .fa {
    margin-right: 10px;
}

.custo:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.ext_button {
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.3em;
    line-height: 1em;
    padding: 0 2.5em;
    position: relative;
    text-decoration: none !important;
}

.ext_button.bordered {
    border: 1px solid #cecece;
}

.ext_button.rounded {
    border-radius: 1.8em;
}

.ext_button.shadowed {
    -webkit-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
}

.ext_button.full-w {
    display: block;
    text-align: center;
}

.ext_button .fa {
    margin: 0 0 0 1.4em;
}

.ext_button .fa:first-child {
    margin: 0 1.4em 0 0;
}

.ext_button.white-style {
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #878787;
}

.ext_button.white-style:hover {
    background: #bf0c27;
    color: #fff;
    border-color: #7f0013;
}

.ext_button.red-style {
    border: 1px solid #950016;
    background: #c60b27;
    color: #fff;
}

.ext_button.red-style:hover {
    background: #950016;
}

.ext_button.tr-style {
    border: 1px solid #fff;
    background: none;
    color: #fff;
}

.ext_button.tr-style:hover {
    background: #bf0c27;
    color: #fff;
    border-color: #7f0013;
}

/*SPECIAL*/

/*COLORS*/

.white-bg {
    background: #fff;
}

/*MISC*/

div.page-module ul {
    margin: 20px;
}

div.page-module ul > li {
    margin: 5px 0 0;
}

div.page-module ul > li:first-child {
    margin: 0
}

div.page-module ol {
    margin: 20px;
}

div.page-module ol > li {
    margin: 5px 0 0
}

div.page-module ol > li:first-child {
    margin: 0
}

div.page-module table {
    background: #fff
}

div.page-module table td {
    padding: 13px 3px;
    border-top: 1px solid #e5e7e7
}
div.page-module table td:first-child {
    padding-left: 5px;
}

div.page-module table tr:first-child td {
    border-top: 0
}

div.page-module thead td {
    background: #e1e1e1;
}

div.gmap-section {
    position: relative;
    height: 300px;
}

.error {
    border: 1px solid red !important;
    margin-top: 10px;
}


div.preson-block {
    background: #fff;
}
div.preson-block .photo {
    display: block;
    width: 100%;
    height: auto;
}
div.preson-block .cont {
    padding: 10px;
    font-size: 13px;
}

.busses {

}
.busses .bus-item {
    padding: 0 0 20px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 15px;
}
.busses .bus-item.selected a.ext_button {
    background: #bf0c27;
    color: #fff;
    border-color: #7f0013;
}
.busses .bus-item img {
    display: block;
    width: 100%;
    height: auto;
}

.busses .bus-item span {
    display: block;

    text-align: center;

}
.busses .bus-item span.title {
    padding: 15px 0;
    font-size: 16px;
}

.busses .bus-item div {
    text-align: center;

}
.busses .bus-item span.prices,
.busses .bus-item span.el_pastas {
    display: none;
}

.busform {
    display: none;
}

.busform .bus_name {
    padding: 20px 0;
}

.busform .price-field {
    display: none;
    text-align: center;
    padding-top: 10px !important;
}

.sub-text {
    text-align: center;
    font-size: 12px;
}

.sub-table table {
    width: 100%;
}
.sub-table table tr td {
    text-align: left;
}
.sub-table table tr td:first-child {
    text-align: right;
}

div.pagination-container {

}

div.pagination-container ul.pagination {
    list-style: none;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 10px 0;
}

div.pagination-container ul.pagination li {
    float: left;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

div.pagination-container ul.pagination li.selected {
    border: 1px solid #237abf;
}

div.pagination-container ul.pagination li a {
    color: #878787;
    padding: 2px 7px;
}

div.pagination-container ul.pagination li.selected a {
    color: #237abf;
}

/* Tables */

div.kont_container table {
    width: 100%;
    text-align: center;
}

div.solaris_table table {
    width: 102%;
}

div.kont_container table th{
    font-size: 12px;
    padding: 10px 10px;
    background: rgba(1, 94, 168, .84);
    color: #fff;
    font-weight: normal;
}

div.kont_container table th:nth-child(10) {
    text-align: center;
    padding: 10px 120px 10px 120px;
} 

div.findings-table th:nth-child(3) {
    text-align: center;
    padding: 10px 30px 10px 30px;
}

div.findings-table th:nth-child(4) {
    text-align: center;
    padding: 10px 50px 10px 50px;
}

div.kont_container table td:nth-child(10) {
    text-align: left;
}

div.kont_container table td{
    font-size: 12px;
}

.pirkimai_table td:nth-child(5) {
    width: 30%;
}

.skelbiamiPirkimai_table td:first-child {
    width: 10%;
}

a.news_photo {
    display: block;
    float: right;
    padding: 0 0 15px 15px;
    margin-top: 1.5em;
}

a.news_photo img {
    width: 100%;
    height: auto;
}

div.error_message {
    display: none;
    color: red;
    padding: 10px;
}

ul.pagination {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    display: inline-flex;
}

ul.pagination > li {
    margin: 0 5px !important;
}

ul.pagination > li > a {
    display: flex;
    height: 36px;
    width: 42px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: rgba(1, 94, 168, 0.84);
    border: 1px solid #ccc;
}


ul.pagination > li.selected > a {
    cursor: default;
}


ul.pagination > li:hover > a,
ul.pagination > li.selected > a {
    color: #fff;
    background: rgba(1, 94, 168, 0.84);
}

div.products_filter_selects div {
    font-size: 12px;
}

div.products_filter_selects div label {
    font-size: 14px;
}

div.products_filter_selects div input[type="text"],
div.products_filter_selects div select {
    font-size: 12px;
    padding: 5px;
    margin-top: 5px;
}

tr.row_dif td {
    background: #e8e8e8;
}

/* XS */
@media (max-width: 767px) {

    body {
        font-size: 13px;
    }

    a.smart_menu_caller {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #0a92c8;
    }

    table.special {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    table.special thead {
        display: none;
    }

    table.special tbody {
        width: 100%;
        display: block;
    }

    table.special tbody tr {
        width: 100%;
        display: block;
    }

    table.special tbody td:before {
        display: block;
        /*background: #7F7F7F;*/
        padding: 10px;
        content: attr(data-label);
        margin: -10px;
        margin-bottom: 10px;
        /*color: #fff;*/
        font-weight: bold;
    }

    table.special tbody td {
        width: 100%;
        display: block;
        /*background: #e7e7e7;*/
        padding: 10px;
        margin-bottom: 10px;
    }

    .container {
        width: auto;
    }

    div.mob_nav_container div.mob-nav-top-line {
        background: #cd2d2e;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff;
    }

    div.mob-nav-top-line > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border-left: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-nav-top-line a {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px;
    }

    div.mob_header_extention {
        display: block;
        position: absolute;
        left: 160px;
        top: 0;
        right: 70px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    div.mob_header_extention > div {
        height: 70px;
    }

    div.mob-header-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    div.mob-header-items > div {
        border-right: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-search-container {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: relative;
    }

    div.mob-search-container.opened {
        height: 46px;
    }

    div.search-container input[type="text"] {
        width: 100%;
    }

    /* style sample */
    div.langs-select select {
        border: 0;
        height: 70px;
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
        color: #0a92c8;
    }

    div.langs-select select option {

    }

    /* style sample */
    div.mob_search a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 70px;
        width: 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
        color: #0a92c8;
    }

    /*-----*/
    #header {
        height: 70px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        position: relative;
        background: #fff;
    }

    a.logo {
        height: 74px;
        width: 176px;
    }

    div.header-content {
        display: none;
    }

    ul.main-menu {
        display: block;
        padding-left: 0;
    }

    ul.main-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        height: auto;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        color: #151717;
        font-weight: 500;
    }

    ul.main-menu > li > a:after {
        display: none;
    }

    ul.main-menu > li > a .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: 10px;
        width: 30px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    ul.main-menu > li.selected > a .fa:before {
        content: '\f068';
    }

    ul.main-menu > li.selected > ul {
        max-height: 600px;
    }

    ul.main-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
    }

    ul.main-menu > li > ul > li > a {
        white-space: normal;
    }


    /** top memiu */


    ul.top-menu {
        display: block;
        padding-left: 0;
    }

    ul.top-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        height: auto;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        color: #151717;
        font-weight: 500;
        font-size: 15px !important;
        text-transform: uppercase;
    }

    ul.top-menu > li > a:after {
        display: none;
    }

    ul.top-menu > li > a .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: 10px;
        width: 30px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    ul.top-menu > li.selected > a .fa:before {
        content: '\f068';
    }

    ul.top-menu > li.selected > ul {
        max-height: 600px;
    }

    ul.top-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
    }

    ul.top-menu > li > ul > li > a {
    }
    /** top-menu-end */


    div.section {
        padding: 15px 0;
    }

    div.index-swiper {
        height: 60vw;
    }

    div.index-swiper .swiper-slide .photo {
        height: 60vw;
        -o-object-fit: cover;
        object-fit: cover;
    }

    div.index-swiper div.swiper-slide-content {
        padding: 15px;
    }

    div.swiper-slide-content .cont {
        padding: 15px 25px;
    }

    div.swiper-slide-content .cont h2 {
        font-size: 18px;
    }

    div.index-swiper-container .swiper-button-prev,
    div.index-swiper-container .swiper-button-next {
        display: none;
    }

    a.scroll-goto {
        display: none;
    }

    .mobile-menu-toggler {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 15px;
        border: 1px solid #f1f1f1;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
    }

    .mobile-menu-toggler .fa {
        font-size: 18px;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid rgba(0, 0, 0, 0.1);

    }

    .mobile-menu-toggler.opened .fa:before {
        content: '\f068';
    }

    div.content-menu-container {
        margin: -15px -15px 15px;
    }

    .content-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .content-menu.opened {
        max-height: 500px;
    }

    #footer_guarantor {
        display: none;
    }

    #footer {
        margin: 0;
        height: auto;
        padding: 15px 0;
    }

    div.footer-content {
        display: block;
        text-align: center;
    }

    div.gulen-blocks-section {
        padding: 0;
    }

    div.gulen-blocks {
        display: block;
    }

    div.gulen-blocks > div {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 15px;
    }

    div.gulen-blocks a {
        font-size: 15px;
    }

    div.gulen-blocks a img {
        width: 40px;
        height: auto;
    }

    ul.news-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ul.news-tabs > li > a:after {
        display: none;
    }

    div.events-blocks > div {
        margin-top: 15px;
    }

    div.events-blocks-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    }
    div.events-blocks-item > * {
        max-width: 100% !important;
        display: block;
    }

    div.skewed-blocks > div {
        width: 100%;
    }

    div.news-letter-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    }

    div.news-letter-block input[type="submit"] {
        padding: 15px;
    }

    div.news-letter-block input[type="text"] {
        text-align: center;
        padding: 15px;
    }

    div.page-top-photo-section:before{
        background: rgba(33, 108, 166, .5);
    }

    div.page-top-photo-section{
        height: auto;
    }

    div.page-top-photo-section h1{
        font-size: 30px;
    }

    div.path-container-section{
        display: none;
    }

    div.side-item{
        display: none;
    }


    div.page-module img {
        width: 100%;
        height: auto;
    }

    a.news_photo {
        float: none;
    }

    div.mob-search div.search-container {
        opacity: 1;
        visibility: visible;
        top: 0;
        left: 0;
    }

    ul.pagination {
        margin-left: 0;
        display: block
    }

    ul.pagination li {
        margin-bottom: 10px !important;
        float: left;
    }


    div.mob_nav_menus .custo {
        display: block;
        padding: 15px;
        height: auto;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        color: #151717;
        font-weight: 500;
        font-size: 15px !important;
        text-transform: uppercase;
    }

}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    #header + div {
        /*margin-top: 57px;*/
    }

    a.logo {
        width: 144px;
        height: 58px;
    }

    div.header-content {
        margin-left: 0;
    }

    div.header-elements {
        padding-left: 144px;
    }

    /*ul.main-menu > li > a {
        padding: 10px;
    }*/

    div.index-swiper div.swiper-slide-content {
        padding-top: 57px;
    }

    div.gulen-blocks a img {
        width: 50px;
        height: auto;
    }

    div.skewed-blocks > div {
        width: 50%;
    }

    div.news-letter-block {
        margin: 0;
    }

    .scroll-goto {
        display: none;
    }

}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {

    a.logo {
        width: 144px;
        height: 58px;
    }

    div.header-content {
        margin-left: 144px;
    }

    div.header-elements > div {
        padding: 0 10px;
    }

    div.news-letter-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    div.news-letter-block input[type="submit"] {
        padding: 15px;
    }

    div.news-letter-block input[type="text"] {
        text-align: center;
        padding: 15px;
    }

    div.events-blocks-item {
        flex-direction: column;
        -ms-flex-direction: column;
    }

    .events-blocks-item > * {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;

    }

}

/* XL */
@media (min-width: 1280px) {

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}

/*Recaptcha text*/
.recaptcha_text {
    color: #237abf;
}

/* Privalomi laukai */
.privalomiLaukai {
    text-align: left;
    color: rgba(198, 11, 39, .96);
}

/*Button login form*/
.btnPrisijungti {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgb(66, 184, 221);
    margin-top: 10px;
}

/*Button logout form*/
.btnAtsijungti {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgba(198, 11, 39, 96);
}

/* Cookies style */

/* #cookie_content {
    text-align: center;
    padding: 10px 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
} */

#cookie_consent { 
    background: rgba(35, 112, 191, .8);
    position: fixed;
    bottom: 0;
    float: left;
    z-index: 10000000000000;
    width: 100%;
    padding: 10px 0;
    color: rgb(255, 255, 255);
    /* filter: alpha(opacity=70);
    opacity: 0.8; */
}
#cookie_consent p {
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 6px 45px 8px 4px;
    /* filter: alpha(opacity=100);
    opacity: 1; */
}
#cookie_consent a.accept_cookies {
    margin: 0 10px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    background: rgba(35, 112, 191, .8);
}

a.decline_cookies {
    right: 20px;
    font-size: 30px;
    margin-top: 5px;
}

#cookie_consent a.decline_cookies {
    position: absolute;
    color: rgb(255, 255, 255);
    font-weight: bold;
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
#cookie_consent a.more_info {
    margin: 0 5px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

/*Form upload file*/
.label_uploadFile {
    color: #237abf;
}

#reg_spec label.error {
    display: none !important;
}

#pasitik_form label.error{
    display: none !important;
}

.pasitikejimo_send_msg {
    padding: 20px 0px;
    font-weight: bold;
    margin-top: 40px; 
    text-align: center;
    font-size: 18px;
}

/* Collapse */
.collapsible {
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 7px;
}

.active, .collapsible:hover {
    /* background-color: rgb(110, 110, 110); */
    background-color: #2a78b6;
    color: white;
    /* box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); */
}

.collapsible:after {
    content: '\002B';
    color: #bf0c26;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/* .active:after {
    content: "\2212";
} */

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}