* {
    outline: 0 !important;
}
html,
body,
.main-page,
.body-wrap{
    height: 100%;
}
body {
    overflow: hidden;
    overflow-x: hidden !important;
    background-image: url("../img/gr-bg.png");
    background-repeat: repeat-x;
    background-position: top;
}
a {
    cursor: pointer;
}
a:hover,
a:focus {
    color: inherit;
}
.hamer {
    font-family: Hamerslag;
}
.main-page {
    padding: 0;
    background: no-repeat;
    background-size: cover;
    position: relative;
}
.cover-background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    background-image: url("../img/gr-bg.png");
    background-repeat: repeat-x;
    background-position: top;
    opacity: 0.95;
}
.main-container {
    padding: 61px;
    height:100%;
    position: relative;
    z-index: 9;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 48, 40, 0.85);
}
.box {
    height: 100%;
    position: relative;
}
.box:before,
.box:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0%;
    background-color: #BDC793;
    top: 0;
    transition: 1s height linear;
}
.box:before{

}
.box:after {
    right: 0;
}
.box.after:before,
.box.after:after {
    height: 100%;
}
/*.tower,
.next{
    transition: .2s width;
}*/
.left-tower,
.right-tower {
    position: absolute;
    top: -20px;
    background: url("../img/qala-divar-bg.png");
    width: 40%;
    background-repeat: repeat-x;
    background-repeat-y: no-repeat;
    height: 20px;
}
.left-tower {
    background-position: left;
}
.right-tower {
    background-position: right;
}
.left-tower,
.left-menu{
    left: 0;
}
.right-tower,
.right-menu{
    right: 0;
}
.logo,
.left-menu,
.right-menu,
.center{
    display: flex;
}
#logo_img {
    transition: 1s height;
}
.logo img,
.left-menu ul,
.right-menu ul,
.center .title{
    margin: auto;
}
.left-menu,
.right-menu {
    width: 40%;
    top: 0;
    position: absolute;
}
.left-menu ul {
    margin-right: 20px;
    margin: auto;
    margin-top: 11px;
}
.right-menu ul {
    margin-left: 20px;
    margin: auto;
    margin-top: 11px;
}
.second-dropdown-menu {
    display: table;
}
.top-menu .list-inline li {
    float: left;
    color: white;
    /*font-size: 21px;*/
    font-size: 16px;
    /*font-family: Hamerslag;*/
    font-family: CirceRounded-Bold;
    position: relative;
}
.top-menu .right-menu li {
    margin-right: 55px;
}
.top-menu .left-menu li {
    margin-left: 55px;
    transition: .3s all;
}
.top-menu .list-inline li.dropdown:after {
    /*content: "\61";*/
    font-family: "icherisheher" !important;
    position: absolute;
    bottom: -13px;
    left: 42%;
    background-size: contain;
    font-size: 11px;
}
.mobile-menu {
    display: none;
}
.center .title {
    width: 1040px;
    text-align: center;
    font-family: Hamerslag;
    margin-top: 100px;
}
.center .title .btn-default {
    background-color: #BDC793;
    padding: 10px 58px;
    letter-spacing: 2px;
    font-size: 23px;
    border-radius: 0;
    margin-top: 35px;
    transition: .3s all;
    text-transform: uppercase;
}
.center .title button:hover {
    background-color: #949c70;
}
.center .title h1 {
    font-family: Hamerslag;
    font-size: 40px;
    color: #BDC793;
    font-size: 80px;
    color: #BDC793;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.copyright {
    position: absolute;
    color: white;
    width: 100%;
    bottom: -32px;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: CirceRounded-Light;
}
.copyright .location {
    float: left;
    text-transform: uppercase;
}
.copyright .madeby {
    float: right;
    text-transform: uppercase;
}
.madeby a {
    text-decoration: underline;
    color: white;
}
.languages {
    position: absolute;
    /*right: -39px;*/
    left: 10px;
    top: 10px;
}
.languages a {
    font-family: Hamerslag;
    color: #bdc793;
    letter-spacing: 1px;
    font-size: 20px;
}
.languages a.lng-active {
    color: cornsilk;
}
.social {
    float: right;
    margin-top: -265px;
}
.social ul {
    top:2%;
    /*right: -45px;*/
    right: 10px;
    right: px;
    position: absolute;
}
.social ul li {
    margin-bottom: 10px;
}
.social ul li i{
    cursor: pointer;
    transition: .3s all;
    color: #bdc793;
}
.social ul li i:hover {
    color: #BDC793;
}
.social ul li i {
    font-size: 25px;
    opacity: .6;
}
.next {
    position: absolute;
    background-color: #BDC793;
    height: 1px;
    bottom: 0;
    opacity: .8;
}
.next-left {
    right: -10px;
}
.next-right {
    left: -10px;
}
.tower-bottom {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
}
.tower-bottom-block {
    margin: auto;
    position: relative;
}
.bottom-border {
    position: absolute;
    width: 0%;
    bottom: 0;
    height: 1px;
    background: #BDC793;
    transition: 1.5s width;
}
.bottom-left-border {
    left: 0;
}
.bottom-right-border {
    right: 0;
}
.center-navigation {
    display: flex;
    margin-top: 58px;
}
.center-navigation a {
    text-decoration: none;
}
.center-navigation ul {
    margin: auto;
    display: flex;
}
.center-navigation ul li,
.center-navigation .divider{
    float: left;
}
.center-navigation .icon-block {
    width: 50px;
    height: 50px;
    border: 1px solid #BDC793;
    border-radius: 50%;
}
.center-navigation ul li .icon {
    color: #BDC793;
    font-size: 25px;
    padding: 7px 12px;
    position: relative;
}
.center-navigation .custom .icon{
    font-size: 28px;
    padding: 7px 11px;
}
.center-navigation .custom  .label {
    margin-top: 15px;
}
.center-navigation .divider {
    width: 98px;
    height: 1px;
    background-color: #BDC793;
    margin: auto;
}
.center-navigation .horizontal-line {
    height: 1px;
    background-color: #BDC793;
    margin: auto;
    float: left;
    width: 100%;
}
.icon-block .label {
    width: 150px;
    margin-left: -50px;
    display: flex;
    font-family: CirceRounded-Bold;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 20px;
}
.icon-block label {
    color: white;
    margin: auto;
}
.icon-block,
.icon-block label{
    cursor: pointer;
    transition: .4s all;
}
.icon-block:hover {
    background-color: #BDC793;
}
.icon-block:hover .icon {
    color: rgba(55, 48, 40, 0.85);
}
.icon-block:hover label {
    color: #BDC793;
}
.mouse-icon {
    position: absolute;
    width: 100%;
    display: flex;
    bottom:0;
}
.mouse-icon .icon-mouse {
    color: white;
    margin: auto;
    font-size: 43px;
}
.top-navbar > ul > li > a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
}
.top-navbar ul li a:hover {
    transition: .3s all;
    color: #BDC793 !important;
    text-decoration: none;
}
.top-navbar ul li a div {
    position: absolute;
    bottom: -12px;
    left: 0;
    background-size: contain;
    font-size: 11px;
    width: 100%;
    text-align: center;
}
.top-navbar .dropdown-menu li {
    margin-left: 0 !important;
    width: 100%;

}
.top-navbar .dropdown-menu {
    padding: 10px 0 20px 0px;
    background-color: rgba(255, 255, 255, 0.70);
    border-radius: 0px;
    padding-bottom: 10px;
}
.second-dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}
.second-dropdown {
    position: relative;
}
.second-dropdown-menu {
    display: none;
    background: #1A1A1A;
    padding: 10px 20px 20px;
    margin: 0 !important;
    background: rgba(25, 25, 25, 0.70);
    padding-bottom: 10px;
}
.second-dropdown-menu a {
    color: #999;
    display: block;
}
.top-menu .right-menu li:last-child .dropdown-menu {
    right: 0;
    left: auto;
}
.second-dropdown .dropdown-item {
    display: flex;
}
.second-dropdown .dropdown-item i {
    margin: auto 0px auto auto;
    font-size: 18px;
    font-weight: 100;
    margin-left: 5px;
    margin-top: -1px;
}

/**

 */
.second-page {
    background-color: #BDC793;
}
.page-title {
    font-size: 39px;
}
.page-title-block {
    background: url("../img/qala-divar-olive.png");
    background-repeat: repeat-x;
    background-position: center 57px;
    overflow: hidden;
    padding-top: 40px;
}
.page-title span {
    background: #bdc793;
    text-transform: uppercase;
}
.page-title #monument_lbl {
    padding: 0 24px;
}
.page-title #calendar_lbl {
    padding: 0 38px;
}
.hashtag {
    color: #939789;
    font-size: 22.22px;
    font-family: CirceRounded-Light;
    margin-top: 6px;
}
.custom-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.monuments-list table {
    width: 100%;
}
.monuments-list table tr {
    border-bottom: 1px solid #333;
}
.monuments-list table tr:last-child {
    border-bottom: none;
}
.monuments-list table tr td {
    border-right: 1px solid #333;
    display: block;
    width: 28%;
    float: left;
    padding: 20px 0;
    margin: 23px 22px;
    font-family: CirceRounded-Bold;
    font-size: 16.67px;
    color: #333;
    text-transform: uppercase;
}
.monuments-list table tr td a {
    color: inherit;
}
.monuments-list table tr td:hover {
    text-decoration: underline;
    cursor: pointer;
}
.monuments-list table tr td:last-child {
    border-right: none;
}
.monuments-list {
    margin-top: 68px;
}
.monuments-block .col-1 {
    border-right: 1px solid #8A8A87;
    margin-top: -40px;
    padding-bottom: 38px;
}
.slider-calendar .img-block {
    width: 292px;
    height: 150px;
    overflow: hidden;
    text-align: center;
    margin: auto;
    position: relative;
}
.slider-calendar .img-block img {
    height: 100%;
}
.calendar {
    display: flex;
    margin-top: 71px;
    margin-left: 8px;
}
.slider-calendar .date {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #333333;
    color: white;
    color: #BDC793;
    font-size: 44.44px;
    font-family: CirceRounded-Bold;
    padding: 19px;
}
.slider-calendar .date .number {
    margin-top: 12px;
}
.slider-calendar .date small {
    font-size: 11.11px;
    font-family: CirceRounded-Thin;
    display: block;
    margin-top: -12px;
    text-transform: uppercase;
}
.calendar .calendar-desc {
    font-family: CirceRounded;
    font-size: 16.67px;
    color: #353535;
    text-align: center;
    padding: 33px 17px 25px;
    line-height: 130%;
}
.btn-olive {
    font-size: 9.78px;
    color: #BDC793;
    font-family: CirceRounded-Bold;
    background-color: #333;
    border-radius: 0;
    outline: 0;
    width: 157px;
    line-height: 8px;
    text-transform: uppercase;
}
.btn-olive:hover,
.btn-olive:focus {
    color: #BDC793;
}
.slider-calendar {
    text-align: center;
}
.calendar .slick-prev:before,
.calendar .slick-next:before {
    font-family: FontAwesome;
    color: #333;
}
.calendar .slick-prev,
.calendar .slick-next {
    color: #333 !important;
    top: 23%;
}
.calendar .slick-prev {
    left: -9px;
}
.calendar .slick-next {
    right: -23px;
}
.second-p-container {
    padding-bottom: 32px;
}

/**

 */
.third-page {
    background-color: #EAEAEA;
}
.link-underline {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: CirceRounded-ExtraBold;
    font-size: 11.11px;
    color: #333;
    text-decoration: none;
}
.page-sub-title {
    font-family: CirceRounded;
    font-size: 27.78px;
    color: #333;
    text-transform: uppercase;
    padding-top: 1px;
    text-align: center;
}
.virtual-tour {
    padding: 30px 0 63px 0;
}
.tour-desc {
    margin-top: 41px;
    margin-bottom: 34px;
    padding-right: 48px;
    font-family: CirceRounded-Light;
    font-size: 16.67px;
    color: #262626;
}
.virtual-tour .big-img {
    width: 548px;
    margin-top: 53px;
    position: relative;
    z-index: 1;
    max-width: 95%;
    margin-left: -12px;
}
.virtual-tour .big-img:before {
    content: "";
    position: absolute;
    width: 96%;
    height: 92%;
    top: -43px;
    right: -41px;
    border: 1px solid #949789;
    z-index: -1;
}
.tour-img-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.tour-img-icon i {
    background-color: #bdc793;
    font-size: 25px;
    padding: 10px 11px 8px 11px;
    width: 43px;
    height: 43px;
}
.tour-img-icon .tv-icon {
    padding-left: 9px;
    margin-right: -3px;
}
.virtual-tour .col1 {
    border-right: 1px solid #8D8D8D;
    padding-top: 37px;
    padding-bottom: 44px;
}
.tour-video {
    margin-top: 43px;
    margin-left: 16px;
}
.tour-video .calendar {
    margin-left: -3px;
    margin-top: 41px;
}
.modal-title {
    display: inline-block;
}
#tour_modal {
    padding: 0 !important;
}
#tour_modal .modal-lg {
    max-width: 100%;
    height: calc(100% - 0px);
    margin: 0;
}
#tour_modal .modal-content {
    height: 100%;
    BACKGROUND-COLOR: #EAEAEA;
    BORDER: 0;
    border-radius: 0;
}
#tour_modal .modal-body {
    height: calc(100% - 60px);
    position: relative;
    padding: 10px;
    padding-bottom: 0;
}
#tour_modal iframe {
    width: 100%;
    height: 100%;
}
#tour_modal .modal-header {
    padding: 15px;
    border-bottom: none;
    padding-bottom: 0;
}
.modal-open {
    padding: 0 !important;
}

/**

 */
.page-four {
    background-color: #554F48;
}
.page-four .slick-list {
    /*overflow: visible;*/
    top: -31px;
}
.page-four .calendar {
    margin: 0;
}
.page-four .big-img {
    width: 489px;
}
.page-four .big-img img {
    /*margin-top: -32px;*/
}
.page-four * {
    color: white !important;
}
.page-four .content {
    padding: 87px 0 36px;
    margin-left: -45px;
}
.four-p-container .calendar .slick-prev:before,
.four-p-container .calendar  .slick-next:before {
    color: white !important;
    font-size: 60px;
}
.four-p-container .calendar .slick-prev {
    left: -31px;
}
.four-p-container .calendar .slick-next {
    right: -26px;
}
.four-p-container .calendar .slick-prev,
.four-p-container .calendar .slick-next {
    top: 35%;
}
.calendar:hover {
    cursor: pointer;
}

/**

 */
.page-five {
    background-color: #F3F3EE;
}
.ptb-white {
    background: url("../img/qala-divar-white.png");
    background-repeat: repeat-x;
    background-position: center 57px;
    overflow: hidden;
    padding-top: 40px;
}
.ptb-white .page-title span {
    background-color: #F3F3EE;
    padding: 0 40px;
}
.tower-block {
    background: url("../img/big-tower.png");
    background-repeat: no-repeat;
    height: 688px;
    z-index: 99;
    position: relative;
    outline: 0 !important;
    border: 0 !important;
}
.recommendations li {
    position: relative;
    float: left;
    width: 33.33%;
}
.recommendations li img,
.rec-col img{
    position: absolute;
    top: 51px;
    left: 53px;
    width: 360px;
    height: 635px;
}
.rec-col img {
    transition: 1s all;
}
.rec-col:hover img{
    opacity: .5 !important;
}
.recommendations .slick-slide {
    width: 456px;
    outline: 0 !important;
    border: 0 !important;
}
.rec-container {
    /*background: url("../img/big-tower.png");*/
    background-repeat: repeat-x;
    background-position: center 18px;
    padding-bottom: 23px;
    position: relative;
    overflow: hidden;
}
.recommendations {
    overflow: hidden;
    margin-top: 18px;
    background-color: #f3f3ee;
}
.tower-block:before {
    content: "";
    background: url(../img/tower-head.png);
    width: 100%;
    position: absolute;
    top: -18px;
    height: 229px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: -2px;
}
.recommendations .hashtag,
.recommendations .rec-title{
    text-align: center;
}
.recommendations .rec-title {
    font-size: 22.22px;
    color: #333;
    font-family: CirceRounded;
    text-transform: uppercase;
    margin-top: 20px;
}
.recommendations .hashtag {
    font-size: 16.67px;
    color: #554F48;
    font-family: CirceRounded-Light;
    margin: 35px 0 12px;
}
.rec-col {
    position: absolute;
    top: 18px;
    width: 466px;
    cursor: pointer;
}
.rec-left {
    left: -213px;
}
.rec-right {
    right: -213px;
}
/**

 */
.page-six {
    background-color: #1A1A1A;
}
.ptb-black {
    background: url("../img/qala-divar-black.png");
    background-repeat: repeat-x;
    background-position: center 57px;
    overflow: hidden;
    padding-top: 40px;
}
.ptb-black .page-title span {
    background-color: #1A1A1A;
    padding: 0 21px;
    color: #BDC793;
    text-transform: uppercase;
}
.l-news-item {
    width: 20%;
    float: left;
}
.l-news-date {
    font-family: CirceRounded-Light;
    font-size: 16.67px;
    color: white;
    margin: 8px 0;
}
.l-news-title{
    min-height: 54px;
}
.l-news-title h4{
    font-family: CirceRounded;
    font-size: 16.67px;
}
.l-news-title h4,
.l-news-desc {
    color: #D7D7D7;
}
.l-news-desc {
    font-family: CirceRounded-Light;
    font-size: 13.89px;
}
.l-news-desc p {
    margin-top: 11px;
}
.news-block{
    max-width: 235px;
    margin: auto;
}
.last-news {
    padding: 63px 0;
    overflow: hidden;
    margin: 0 -23px;
}
.page-title-bottom {
    text-align: center;
    margin-top: 29px;
    text-transform: uppercase;
    font-family: CirceRounded;
    font-size: 22.22px;
    color: #333;
    margin-bottom: 0;
}
.page-title-bottom a {
    color: white;
}

/**

 */
footer {
    background-color: #EAEAEA;
    padding: 52px 0;
}
.footer-links .list-inline-item {
    padding-right: 70px;
}
.footer-links .title,
.footer-items li a {
    color: #1A1A1A !important;
    font-family: "SegoeUIRegular";
    text-transform: uppercase;
}
.footer-links .title {
    font-size: 16.67px;
    padding-bottom: 7px;
}
.footer-items li{
    font-size: 11.11px;
}
.footer-links {
    display: flex;
}
.social-links {
    width: 135px;
    margin: auto;
}
.social-links li {
    display: inline-block;
    margin: 0 9px 13px 0;
}
.social-links li a i {
    font-size: 15px;
    background-color: #554F48;
    color: #EAEAEA;
    padding: 9px 9px;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    text-align: center;
    transition: .5s all;
}
.social-links .fa-facebook {
    font-size: 19px;
    padding-top: 7px;
}
.social-links .fa-twitter {
    font-size: 19px;
    padding-top: 7px;
}
.social-links .fa-instagram {
    font-size: 20px;
    padding-top: 6px;
    padding-left: 8px;
}
.social-links .fa-linkedin {
    font-size: 19px;
    padding-top: 6px;
}
.footer-links .list-inline-item:last-child {
    padding-right: 0;
}
.social-links i:hover {
    background-color: #BDC793;
    color: #554F48;
    /*border: 1px solid #BDC793;*/
}

/**

 */
.lazy-load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(55, 48, 40);
    z-index: 99999;
    transition: 1s opacity, .4s .4s z-index;
}

/**

 */

#site_in_header {
    height: 40%;
}

/*
    lightgallery custom style
 */
.lg-backdrop.in {
    z-index: 10000;
}
.lg-outer.lg-visible {
    z-index: 10010;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #BDC793 !important;
}
.lg-progress-bar .lg-progress {
    background-color: #BDC793 !important;
}
/*
    lightgallery custom style
 */

.site-media .modal-content{
    background-color: #EAEAEA;
}
#sf_gallery {
    overflow-y: overlay;
    text-align: center;
}
#sf_gallery a {
    max-width: 15%;
    display: inline-block;
    margin: 5px;
}
#sf_gallery a img {
    max-width: 100%;
}
#site_video_gallery .modal-body {
    padding: 0px;
}
#site_video_gallery .rvs-container {
    background-color: #1A1A1A;
}
.rvs-nav-item small {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 4px;
}

/*
    calendar //
 */

#event_calendar .month-items li {
    border: 1px solid #bdc793;
    border-right: 0;
    margin: 0 !important;
    /*float: left;*/
    font-size: 14px;
}
#event_calendar .month-items li:last-child {
    border-right: 1px solid #bdc793 !important;
}
#event_calendar .calendar-item {
    margin-bottom: 20px;
}
#event_calendar .month-items li span {
    padding: 2px 5px;
}
.month-items .active span {
    color: #bdc793;
    cursor: pointer;
    position: relative;
    display: block;
    transform: scale(1.11);
    text-shadow: 0px 0px 20px;
    padding: 0px 5px !important;
}
.month-items .active span a {
    color: inherit;
    text-decoration: none;
}
.hide .active-day:before {
    content: none !important;
}
.calendar-item .month-label {
    text-transform: capitalize;
    font-weight: normal;
}
.month-items .active span:before {
    content: "";
    opacity: 0;
    display: none;
    transition: .2s opacity, .5s bottom;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eaeaea;
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin: 0 0 -5px -9px;
    /* bottom: 45px; */
    padding-bottom: 8px;
}
.month-items .active.current span:before {
    content: "";
    opacity: 1;
    display: block;
}
.month-items .active {
    position: relative;
}
.program-preview {
    opacity: 0;
    background-color: #eaeaea;
    /*padding: 10px 30px 10px 10px;*/
    position: absolute;
    bottom: 37px;
    min-width: 360px;
    left: -10px;
    z-index: 999;
}
.program-short, .fast-ticket {
    display: inline-block;
}
.program-short {
    position: relative;
}
.program-short .preview-img {
}
.program-short .info-block {
    padding: 11px;
}
.fast-ticket-btn {
    margin-top: 30px;
}
.preview-info .title {
    margin-top: 0;
}
.fast-ticket-btn .btn {
    padding: 6px 50px;
    background-color: transparent;
    border: 1px solid #bdc793;
    color: #373a3c;
    letter-spacing: 1px;
}
.program-short .preview-img img {
    max-width: 100%;
}
/*
    // calendar
 */

.page-gallery-title {
    margin-top: 30px;
}

.lazy-load
{
    animation: colorchange 7s;
    -webkit-animation: colorchange 7s;
    animation-iteration-count: infinite;
}

@keyframes colorchange
{
    0%   {background: rgb(55, 48, 40);}
    25%  {background: #72775d;}
    50%  {background: rgb(123, 86, 44);}
    75%  {background: #554F48;}
    100% {background: rgb(55, 48, 40);}
}
#literature p {
    height: auto;
}
.display-none{
    display: none !important;
}
.main-slider{
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
}
.main-slider .item div{
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider.slick-slider {
    position: absolute;
}

.slick-list.draggable{
    height:100%;
}
.slick-track{
    height:100%;
}
.page-eight.logos{
    border-bottom: 1px solid #A8A8A8;
    background-color: #EAEAEA;
}
.events-name{
    font-family: CirceRounded;
    font-size: 16.67px;
    color: #353535;
    text-align: center;
    padding: 33px 17px 25px;
    line-height: 130%;
}
.partners-view-tag  {
    height: 60px;
    width: 120px;
    background-size: 120px 60px;
    display: inline-block;
}
.partners-view{
    width: calc(100% / 8);
    float: left;
    margin: 12px;
    text-align: center;
}
.partners{
    margin-bottom: 30px;
    padding-top: 30px;
}
.events i{
    margin-top: 15px;
}
.slider-image{
    background-position:bottom ;
}
.slider-logo{
    height: 150px;
    width: 20%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
}
.second-dropdown .dropdown-item{
    text-transform: uppercase;
    font-size: 12px;
}
a.dropdown-item{
    text-transform: uppercase;
    font-size: 12px;
}
.second-dropdown-menu a{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 23px;
}
.languages a.active {
    text-decoration: underline;
}
.left-menu .current-menu-item{
    background-color: #F5F5F5;
}
.dropdown.current-menu-item{
    background-color: transparent;
}
.languages_pages_in{
    top: 0px !important;
}
.divider-legistation{
    width: 100%;
    height: 1px;
    background-color: #BDC793;
    margin: 10px 0px;
}
.legislation-tag{
    color: #373A3C;
}

.social i {
    color: red;
}