@font-face {
    font-family: 'NinoMtavruli';
    src: url('../font/bpg-nino-medium-caps-webfont.eot');
    src: url('../font/bpg-nino-medium-caps-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/bpg-nino-medium-caps-webfont.woff') format('woff'),
    url('../font/bpg-nino-medium-caps-webfont.ttf') format('truetype'),
    url('../font/bpg-nino-medium-caps-webfont.svg#Ge') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RioniVera';
    src: url('../font/bpg-ingiri-arial-webfont.eot');
    src: url('../font/bpg-ingiri-arial-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/bpg-ingiri-arial-webfont.woff') format('woff'),
    url('../font/bpg-ingiri-arial-webfont.ttf') format('truetype'),
    url('../font/bpg-ingiri-arial-webfont.svg#Ge') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mobile-content {
    display: none;
}

body {
    color: #666;
    font-family: "Fira Sans", "RioniVera", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    background-color: #fcfcfc;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

em {
    color: #444;
}

html, body {
    min-height: 100%;
    height: auto;
}

.mel-container {
    position: relative;
    width: 964px;
    padding: 0;
}

h1 {
    font-family: "Fira Sans", "NinoMtavruli";
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #262626;
    /*border-top: 4px solid #ddd;
    border-bottom: 1px solid #ddd;*/
}


small {
    height: 30px;
    line-height: 30px;
}


a {
    color: #2e6e9e;
    transition: all ease .2s;
}

a:hover {
    color: #e50700;
    text-decoration: none;
}


header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fcfcfc;
    /*top: -50px;*/
    transition: 0.2s all linear;
}

header.scrolled {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

header.scrolled .head {
    display: none;
}

header.scrolled .ticker {
    display: none;
}

header.scrolled .banner-1 {
    display: none;
}

header.scrolled .site-nav {
    display: none;
}

header.scrolled .news-ticker {
    display: none;
}


.mobile {
    display: none !important;
}

.site-nav.scrolled {
    position: absolute;
    width: 100%;
    top: -200px;
    opacity: 0;
    transition: all ease .4s;
}

.site-nav.scrolled.show {
    display: block;
    top: 0;
    opacity: 1;
}


section.wrapper {
    margin-top: 209px;
    padding: 10px 0 0 0;
}

section.top {
    color: #e0e0e0;
    background-color: #010c16;
    height: 30px;
    line-height: 30px;
}

section.top a {
    color: #e0e0e0;
    font-weight: bold;
    font-size: 11px;
}

section.top a:hover {
    color: #fff;
}

section.head {
    background: url(../misc/map.png) center 4px no-repeat;
    height: 130px;
    line-height: 130px;
}

section.ticker {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

section.main-hero {
    height: 370px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

section.main-secondary {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

section.main-secondary .posts .post-image {
    height: 110px;
}

section.main-secondary .posts .post {
    position: relative;
    border-bottom: 0;
    height: 210px;
}

section.main-secondary .posts .post-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

section.main-secondary .posts .video-icon {
    position: absolute;
    top: 5px;
    left: 7px;
    float: left;
    font-size: 16px;
    opacity: 0.9;
}

section.gallery {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

section.gallery .post-image {
    height: 100px;
}

section.fours {
    display: block;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 20px;
}

section.fours .post {
    width: 310px;
    height: 90px;
    margin: 0px 20px 20px 0;
}

section.fours .post:nth-child(odd) {
    margin-right: 0;
}

section.fours .post-image {
    width: 85px;
    height: 80px;
    margin-right: 10px;
    float: left;
}

section.fours .post-content {
    width: 200px;
    float: left;
    padding: 0;
    margin: 0 0 2px 0;
}

section.fours .post-footer {
    max-width: 200px;
    float: left;
    padding: 0;
    margin-bottom: auto 0 2px 0;
}

section.fours .post-body {
    display: none;
}


section.fives {
    display: block;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
}

section.fives .post {
    width: 310px;
    height: 90px;
    margin: 0px 20px 20px 0;
}

section.fives .post:nth-child(odd) {
    margin-right: 0;
}

section.fives .post-image {
    width: 85px;
    height: 80px;
    margin-right: 10px;
    float: left;
}

section.fives .post-content {
    width: 200px;
    float: left;
    padding: 0;
    margin: 0 0 2px 0;
}

section.fives .post-footer {
}

section.fives .post-body {
    display: none;
}

section.fives .posts .video-icon {
    position: absolute;
    top: 5px;
    left: 7px;
    float: left;
    font-size: 16px;
    opacity: 0.9;
}


section.fives .post:first-child {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
    height: 200px;
}

section.fives .post:first-child .post-image {
    width: 310px;
    height: 180px;
    margin-right: 20px;
    float: left;
}

section.fives .post:first-child .post-content {
    width: 310px;
    float: left;
    padding: 0;
}

section.fives .post:first-child .post-content a {
    display: block;
    width: 100%;
}

section.fives .post:first-child .post-footer {
    width: 300px;
    float: left;
}

section.fives .post:first-child .post-body {
    display: block;
}


section.sixes {
    display: block;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
}

section.sixes .post {
    width: 310px;
    height: 90px;
    margin: 0px 20px 20px 0;
}

section.sixes .post:nth-child(even) {
    margin-right: 0;
}

section.sixes .post-image {
    width: 85px;
    height: 66px;
    margin-right: 10px;
    float: left;
}

section.sixes .post-content {
    width: 200px;
    float: left;
    padding: 0;
    margin: 0 0 2px 0;
}

section.sixes .post-footer {

}

section.sixes .post-body {
    display: none;
}

section.sixes .posts .video-icon {
    position: absolute;
    top: 5px;
    left: 7px;
    float: left;
    font-size: 16px;
    opacity: 0.9;
}


section.sixes .post:first-child {
    width: 310px;
    height: 380px;
}

section.sixes .post:first-child .post-image {
    width: 100%;
    height: 170px;
}

section.sixes .post:first-child .post-image img {
    width: 100%;
}

section.sixes .post:first-child .post-content {
    width: 300px;
    padding: 10px 0;
}

section.sixes .post:first-child .post-body {
    display: block;
}

section.sixes .post:nth-child(2) {
    width: 310px;
    height: 380px;
}

section.sixes .post:nth-child(2) .post-image {
    width: 100%;
    height: 170px;
}

section.sixes .post:nth-child(2) .post-content {
    width: 300px;
    padding: 10px 0;
    height: 50px;
}

section.sixes .post:nth-child(2) .post-body {
    display: block;
}


/*
section.fours {
	display: block;
	padding-bottom: 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
section.fours .post {
	width: 300px;
	margin: 0px 20px 20px 0;
	height: 80px;
}
section.fours .post-image {
	width: 85px;
	height: 66px;
	margin-right: 10px;
	float: left;
}
section.fours .post-content {
	width: 200px;
	float: left;
	padding: 0;
	font-size: 12px;
	margin: 0 0 2px 0;
}
section.fours .post-footer {
	font-size: 9px;
}
section.fours .post-body {
	display: none;
}

*/
section.archives {
    display: block;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 20px;
    min-height: 800px;
}

section.archives .post {
    width: 630px;
    height: 140px;
    margin: 0px 20px 20px 0;
}

section.archives .post:nth-child(odd) {
    margin-right: 0;
}

section.archives .post-image {
    width: 170px;
    height: 120px;
    margin-right: 10px;
    float: left;
}

section.archives .post-content {
    width: 450px;
    max-height: 40px;
    float: left;
    padding: 0;
    margin: 0 0 2px 0;
}

section.archives .post-footer {
}

section.archives .post-body {
    width: 450px;
    max-height: 76px;
    float: left;
    padding: 0;
    margin: 0 0 2px 0;
}

section.archives .posts .video-icon {
    position: absolute;
    top: 5px;
    left: 7px;
    float: left;
    font-size: 16px;
    opacity: 0.9;
}

/*section.cat-posts:nth-child(1,2,3,4,5) {
	display: block;
	padding-bottom: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	margin-top: 0;

}*/

section.cat-posts {
    display: block;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 20px;
}

section.cat-posts .post {
    width: 630px;
    height: 140px;
    margin: 0px 20px 20px 0;
}

section.cat-posts .post-image {
    width: 170px;
    height: 120px;
    margin-right: 10px;
    float: left;
}

section.cat-posts .post-content {
    width: 450px;
    max-height: 40px;
    float: left;
    padding: 0;
    margin: 0 0 2px 0;
}

section.cat-posts .post-footer {
}

section.cat-posts .post-body {
    width: 450px;
    max-height: 76px;
    float: left;
    padding: 0;
    margin: 0 0 2px 0;
}

section.cat-posts .posts .video-icon {
    position: absolute;
    top: 5px;
    left: 7px;
    float: left;
    font-size: 16px;
    opacity: 0.9;
}

section.cat-posts .post:first-child {
    width: 310px;
    height: 380px;
    border: 0;
}

section.cat-posts .post:first-child .post-image {
    width: 100%;
    height: 170px;
}

section.cat-posts .post:first-child .post-content {
    width: 300px;
    padding: 10px 0;
}

section.cat-posts .post:first-child .post-body {
    display: block;
    width: 300px;
}

section.cat-posts .post:nth-child(n+2):nth-child(-n+5) {
    width: 310px;
    min-height: 70px;
    max-height: 90px;
    margin: 0 0 15px 0;
    float: right;
}

section.cat-posts .post:nth-child(5) {
    border: 0;
    padding-bottom: 0;
}

section.cat-posts .post:nth-child(6) {
    border-top: 1px solid #ddd;
    height: 180px;
    padding-top: 30px;
    margin-top: -10px;
}


section.cat-posts .post:nth-child(n+2):nth-child(-n+5) .post-image {
    width: 85px;
    height: 66px;
    margin-right: 10px;
    float: left;
}

section.cat-posts .post:nth-child(n+2):nth-child(-n+5) .post-content {
    width: 200px;
    float: left;
    padding: 0;
    margin: 0 0 2px 0;
}

section.cat-posts .post:nth-child(n+2):nth-child(-n+5) .post-footer {

}

section.cat-posts .post:nth-child(n+2):nth-child(-n+5) .post-body {
    display: none;
}


section.events {
    display: block;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 40px;
    min-height: 800px;
}

section.events .post {
    width: 630px;
    min-height: 50px;
    margin: 0px;
    border: 0;
}

section.events .post .post-image {
    width: 150px;
    height: 100px;
    margin-right: 10px;
    float: right;
}

section.events .post-content {
    width: 630px;
    min-height: 50px;
    float: left;
    padding: 0;
    margin: 0;

}

section.events .post .post-content .post-footer {
    padding: 7px 15px 0 0;
    text-align: center;
    font-size: 22px;
    float: left;
}

section.events .post .post-content .post-body div {
    padding: 0;
    font-size: 14px;
    float: left;
    color: rgb(63, 191, 63);
    width: 110px;
    font-weight: bold;
}

section.events .post .post-body {
    width: 550px;
    min-height: 50px;
    float: left;
    display: block;
    padding: 10px 15px;
    margin: 0px;
    border-left: 1px solid #ddd;
}

h1.page-title1 {
    padding: 0;
    margin: 0;
}

h1.page-title2 {
    padding: 0 0 15px 0;
}

footer {
    position: relative;
    height: 320px;
    overflow: hidden;
}

section.footer1 {
    position: absolute;
    width: 100%;
    bottom: -250px;
    border-top: 3px solid #0a0c0e;
    background: #1e2021;
    padding: 29px 0 29px;
    color: #b0b0b0;
    font-size: 11px;
    transition: all ease .4s;
}

section.footer2 {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    padding: 10px 0;
    background: #010c16;
    font-size: 11px;
    line-height: 30px;
}

section.footer2 a {
    color: #888;
    font-size: 12px;
}


.socials {
    margin: 20px 0 0 0;
}

.socials li a {
    color: #888;
    font-size: 20px;
}


.mel-panel {
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.mel-panel h3 {
    font-size: 14px !important;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin: 0 0 10px 0;
}

.mel-panel .inside {
    padding: 0;
}

.mel-panel .inside .post-content {
    width: 278px;
    float: left;
    padding: 5 0px;
}

.mel-panel ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.mel-panel ul li {
    display: block;
    float: left;
}

.mel-panel ul li a {
    font-weight: bold;
    padding: 2px 3px;
    border-radius: 0px;
    text-shadow: none;
    margin: 0 7px 0 0;
    /*text-transform: uppercase;*/
}

.mel-panel ul li a.active {
    background: #ff4a4a;
    color: #fff;
    border-bottom: 0;
}

.post-files ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.post-files ul li {
    float: left;
}


.mel-panel.video-widget {
    padding: 0;
}

.mel-panel.video-widget .post-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    padding: 10px 12px;
}


.menu-tabs li a {
    font-size: 11px;
    border-bottom: 0;
}


.mel-panel.verticals {
    height: 678px !important;
}

.mel-panel.verticals .posts .post {
    display: block;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.mel-panel.verticals .posts li:nth-child(4) .post {
    border-bottom: 0;
    padding-bottom: 0;
}

.mel-panel.verticals .posts .post-image {
    width: 88px;
    height: 60px;
    float: left;
}

.mel-panel.verticals .posts .post-content {
    width: 190px;
    float: left;
    padding: 0 10px;
}

.mel-panel.verticals .posts .post-footer {
    float: left;
    padding: 2px 15px;
    font-size: 9px;
}


.mel-panel.singles {
    padding: 0;
    background-color: transparent;
}

.mel-panel.singles .posts .post {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 0;
}

.mel-panel.singles .posts .post .post-content {
    background-color: #fff;
    padding: 10px 12px;
    width: 100%;
}


.logo {
    display: block;
    width: 150px;
}


.site-nav {
}

.site-nav-inner {

}


.navigation {
    position: relative;
    border: 1px solid #e9e9e9;
    border-top: 3px solid #a2a9ae;
    border-bottom: 5px solid #101010;
    display: block;
    background-color: #fff;
    margin: 0;
    height: 45px;
    line-height: 45px;
    font-size: 0;
    text-align: left;
}

.navigation li {
    margin: 0px;
    display: inline-block;
}

.navigation li a {
    font-size: 14px;
    font-family: "Open Sans", "NinoMtavruli";
    border-top: 3px solid #000;
    margin-top: -3px;
    height: 40px;
    line-height: 40px;
    color: #0b0b0b;
    font-weight: bold;
    padding: 0 12px;
    display: block;
    /*text-transform: uppercase;*/
}

.navigation li a:hover {
    background-color: #fafafa;
}

.navigation li a.red {
    border-color: #e50700;
}

.navigation li a.green {
    border-color: #6cac00;
}

.navigation ul {
    padding: 0;
    left: 0;
    border-top: 5px solid #000;
    background-color: rgba(255, 255, 255, 1);
}

.navigation ul li {
    float: none;
    background: transparent;
}

.navigation ul li a {
    font-weight: bold;
    border-top: 0;
    margin: 0;
    line-height: 36px;
    height: 35px;
}

.navigation ul li a:hover {
    background-color: #fff;
    color: #000;
}

.navigation li.flags a img {
    height: 15px;
    margin-top: -4px;
}

.navigation li.mel-dropdown ul {
    min-width: 280px;
}


.main-content {
    float: left;
    width: 640px;
    min-height: 500px;
}

.secondary-content {
    float: right;
    width: 300px;
    transition: all linear .25s;
}

#sidebar.fixed {
    position: fixed;
    top: 50px;
}

#sidebar.absoluted {
    top: unset;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: auto !important;
}


#home_slider {
    position: relative;
    height: 334px;
    overflow: hidden;
}

.slider-wrapper {
    display: block;
    overflow: hidden;
}

#home_slider.flexslider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#home_slider .flex-direction-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
}

#home_slider .flex-direction-nav li a {
    z-index: 999;
    width: 28px;
    height: 31px;
    line-height: 31px;
    border-radius: 3px;
    transition: margin ease .2s;
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 145px;
    text-align: center;
}

#home_slider .flex-direction-nav li a i {
    font-size: 16px;
    font-weight: bold;
}

#home_slider .flex-prev {
    left: 8px;
    color: #fff;
    transition: margin ease .2s;
    margin-left: -50px;
}

.slider-wrapper #home_slider:hover .flex-prev {
    margin-left: 0;
}

#home_slider .flex-next {
    right: 8px;
    left: auto;
    color: #fff;
    transition: margin ease .2s;
    margin-right: -50px;
}

.slider-wrapper #home_slider:hover .flex-next {
    margin-right: 0;
}

#home_slider.flexslider .slides {
    height: 334px;
    width: 100%;
    overflow: hidden;
}

#home_slider.flexslider .slides li {
    position: relative;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #424242;
}

#home_slider.flexslider .slides .slide {
    width: 100%;
}

#home_slider.flexslider .slides li img {
    width: 100%;
}

/*#home_slider.flexslider .slides li .caption {
    width: 580px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}*/

#home_slider.flexslider .slides li .caption {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    bottom: -100%;
    color: #FFFFFF;
    font-size: 12px;
    left: 0;
    padding: 14px;
    position: absolute;
    text-align: left;
    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

#home_slider.flexslider .slides li.flex-active-slide .caption {
    bottom: 0;
}

#home_slider.flexslider .slides li .video-icon {
    font-size: 28px;
    float: left-top;
    position: absolute;
    bottom: 302px;
    left: 10px;
    color: #3d383b;
    opacity: 0.95;
}

#home_slider.flexslider .slides li .caption .subj {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    color: #e9e9e9;
    padding: 0px 7px;
    margin: 0 0 2px 0;
    float: left;
    clear: left;
    text-shadow: none;
}

#home_slider.flexslider .slides li .caption .title {
    position: relative;
    /*background-color: rgba(0,0,0, 0.8);
    padding: 5px 7px;*/
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    /*text-transform: uppercase;*/
    border-radius: 0px 4px 4px 0;
    font-family: "Fira Sans", "NinoMtavruli", 'Open Sans', sans-serif;
    float: left;
    clear: left;
    margin: 0;
    max-width: 530px;
}

#home_slider.flexslider .slides li .caption .body {
    clear: left;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 7px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 15px;
    color: #464646;
}

#home_slider.flexslider .slides li .published {
    position: absolute;
    right: 10px;
    top: 10px;
    float: right;
    font-size: 11px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
}


#paging_controls {
    display: flex;
    margin: 10px 0 0 0 !important;
    padding: 0;
    list-style: none;
    text-align: left;
    width: 100%;
    height: 26px;
    z-index: 10;
}

#paging_controls li {
    position: relative;
    cursor: pointer;
    display: block;
    float: left;
    color: #fff;
    padding: 0 4px;
    width: 32px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    list-style: none;
    background-color: #ddd;
    transition: all ease .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #dedede;
    text-align: center;
    margin: 0 4px 0 0;
    border-radius: 3px;
    /*border-bottom: 1px solid #444;*/
}

#paging_controls li .inner {
    color: #222;
    font-size: 12px;
    line-height: 13px;
    padding: 0;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
}

#paging_controls li .inner a {
    font-family: "Open Sans", "NinoMtavruli";
    color: #222;
}

/*#paging_controls li:hover .inner {
	bottom: 0;
}*/
#paging_controls li.flex-active {
    background-color: #e50700;
}

#paging_controls li.flex-active a, #paging_controls li.flex-active .inner {
    color: #fff;
}

#paging_controls li:hover {
    background-color: #ddd;
}

#vertical_slider {
    height: 440px;
    overflow: hidden;
}

.flexslider.vertical .slides .slide {
}

.flexslider.vertical .slides .slide a {
    border-bottom: 0;
}


.posts {
    display: block;
}

.post {
    position: relative;
    width: 200px;
    float: left;
    margin-left: 19px;
    border-bottom: 1px solid #eee;
}

.posts .post:first-child {
    margin-left: 0;
}

.post-image {
    overflow: hidden;
}

.post-content {
    padding: 10px 0;
}

.post-content a {
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
}

.post-footer {
    font-size: 11px;
    margin: 5px 0;
}

.post-info {
    font-size: 11px;
}

.post-lead {
    font-weight: bold;
    margin: 10px 0;
}

.post-body {
    margin: 10px 0;
}

.post-body p {
    margin: 0;
    padding-bottom: 20px;
}

.post-body br {
    display: none;
}

.post-body br {
    line-height: 5px;
}

.post-photo {
    float: right;
    width: 320px;
    margin: 5px;
}


.banner-1 {
    display: block;
    width: 728px;
    height: 90px;
    margin: 20px 0;
    padding: 0 !important;
    font-size: 24px;
    float: right;
    justify-content: center;
    align-items: center;
}

.banner-2 {
    display: block;
    width: 300px;
    height: 250px;
    margin: 0 0 10px 0;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.banner-bl {
    width: 130px;
    height: 800px;
    overflow: hidden;
    background: transparent;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 50%;
    margin-right: 510px;
    margin-top: 0px;
    z-index: 10;
}

.banner-bl.absoluted {
    position: absolute;
}

.banner-br {
    width: 130px;
    height: 800px;
    overflow: hidden;
    background: transparent;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: 510px;
    margin-top: 0px;
    z-index: 10;
}

.banner-br.absoluted {
    position: absolute;
}


.cd-top {
    display: inline-block;
    height: 35px;
    width: 35px;
    position: fixed;
    bottom: 30px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../misc/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .7;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 30px;
        width: 30px;
        right: 10px;
        bottom: 10px;
    }
}


.fancybox-nav span {
    visibility: visible !important;
}

.fancybox-title a {
    margin: 0 1px;
}

.fancybox-title a:first-child {
    margin-left: 20px;
}

.fancybox-title-float-wrap .child {
    padding: 2px 20px 5px 20px !important;
}


.ui-tabs {
    border-radius: 0;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.ui-tabs-nav {
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
}

.ui-tabs .ui-tabs-nav li {
    background: transparent;
    border: 0 !important;
    border-radius: 0;
    margin: 0 2px !important;
    padding: 0 !important;
}

.ui-tabs .ui-tabs-nav li a {
    margin: 0px;
    padding: 2px 3px !important;
}

.ui-tabs .ui-tabs-nav li a:focus {
    border: 0 !important;
    outline: none !important;
}

.ui-tabs-active {
    background: #ff4a4a !important;
    border: 0 !important;
    border-radius: 0;
}

.ui-tabs-active a {
    color: #fff !important;
    border-bottom: 0 !important;
}

.ui-tabs-panel {
    margin: 10px 0;
    padding: 0 !important;
}


.ui-datepicker {
    background-image: none;
    background-color: #444;
    border: 0;
}

.ui-datepicker-header {
    background-image: none;
    background-color: #222;
    border: 0;
}

.ui-state-default {
    border: 1px solid #222 !important;
    background: none !important;
    background-color: #777;
    font-weight: 100 !important;
    text-shadow: none;
    color: #fff !important;
}

.ui-state-default a:hover {
    color: #fff !important;
}

.ui-state-active,
.ui-state-default:hover {
    background-color: #e50700 !important;
}

.ui-datepicker-month {
    font-weight: 100 !important;
}

.ui-datepicker-year {
    font-weight: 100 !important;
}


.mel-pagination > li a {
    color: #222;
    text-shadow: none;
    background-color: #eee;
    border-radius: 0;
    border: 1px solid #ddd;
}

.mel-pagination > li.active > a, .mel-pagination > li:hover > a {
    color: #fff;
    text-shadow: none;
    background-color: #808080;
    border-radius: 0;
    border: 1px solid #666;
}


.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#headSearch {
    position: absolute;
    width: 300px;
    bottom: 5px;
    right: 0px;
    border-right: 0;
    border-radius: none;
}

#headSearch form input {
    height: 37px;
    border-radius: 0;
    width: 255px;
    border: 0;
    border-left: 1px solid #eee;
}

#headSearch form button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 37px;
    border-radius: 0;
    border: 0;
}


.load_more {
    display: block;
    text-align: center;
    margin: 0 auto 20px auto;
    font-size: 20px;
    cursor: pointer;
}

.load_more:hover {
    opacity: 0.8;
}

.photooftheday-slider {
    margin-bottom: 30px;
}

.photooftheday-slider .bxslider-photos li a img {
    height: auto;
    width: 100%;
}

.photooftheday-slider .bxslider-photos {
    padding: 0px;
    overflow: hidden;
    height: 100%;
}

.photooftheday-slider .bxslider-photos li {
    height: 336px !important;
}

.photooftheday-slider .bx-pager-item {
    width: 20%;
}

.photooftheday-slider .bx-pager-item a {
    width: 100% !important;
    margin: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.photooftheday-slider .bx-wrapper .bx-prev {
    background: #D5595C url('../../../site/pia/misc/back.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    height: 35px;
    width: 30px;
}

.photooftheday-slider .bx-wrapper .bx-next {
    background: #D5595C url('../../../site/pia/misc/next.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    height: 35px;
    width: 30px;
}

.photooftheday-slider .bx-wrapper .bx-pager {
    /*bottom:-8px!important;*/
}

.photooftheday-slider .bx-wrapper .bx-caption {

    text-align: center !important;

    background: rgba(0, 0, 0, 0.5) !important;
}

.photooftheday-slider .bx-wrapper .bx-caption span {
    font-size: 13px;
    font-family: "NinoMtavruli", 'Open Sans', sans-serif;
    line-height: 14px;
    max-width: 630px;
}

.photooftheday-slider .bx-pager.bx-default-pager a.active {
    background: #F15B5B !important;
}

.photoalbum-filter {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.photoalbum-filter img.collage {
    position: absolute;
    opacity: 0.5;
    left: 0px;
    top: 0px;
}

.photoalbum-filter .album-heading {
    margin: 0px;
}

.photoalbum-filter .album-heading span {
    color: #AE0004;
}

.photoalbum-filter form {
    margin-top: 30px;
}

.photoalbum-filter form input[type='text'] {
    border: 3px solid #AE0004;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    outline: 0px;
    color: #AE0004;
    font-family: 'NinoMtavruli';
}

.photoalbum-filter form input[type='text']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #AE0004;
    font-family: 'NinoMtavruli';
}

.photoalbum-filter form input[type='text']::-moz-placeholder { /* Firefox 19+ */
    color: #AE0004;
    font-family: 'NinoMtavruli';
}

.photoalbum-filter form input[type='text']:-ms-input-placeholder { /* IE 10+ */
    color: #AE0004;
    font-family: 'NinoMtavruli';
}

.photoalbum-filter form input[type='text']:-moz-placeholder { /* Firefox 18- */
    color: #AE0004;
    font-family: 'NinoMtavruli';
}

.photoalbum-filter form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #AE0004;
    cursor: pointer;
}

.photoalbum-box {
    margin-bottom: 20px;
}

.photoalbum-content {
    margin-bottom: 30px;
}

.photoalbum-box .album-title {
    color: #AE0004;
    padding-top: 20px;
    font-family: 'NinoMtavruli';
    font-weight: bold;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: center;
    overflow: hidden;
}

.photoalbum-box {
    width: 180px;
    /*overflow: hidden;*/
}

ul#vennD li {
    position: absolute;
    list-style-type: none;
}

.cover-images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.photoalbum-box .feature {
    height: 95px;
    /*overflow: hidden;*/
}

.photoalbum-box .cover-images {
    height: 95px;
    overflow: hidden;
}

.photoalbum-box .cover-images img {
    width: 100% !important;
}

.photoalbum-box .cover-images {
    display: none;
}

.photoalbum-box .feature .feature-box {
    height: 95px;
    overflow: hidden;
    box-shadow: 0px 1px 3px #999;
    border: 5px solid white;
    -ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}

.photoalbum-box .feature img {
    width: 100%;
}

.cover-images .cover-image-box {
    box-shadow: 0px 1px 3px #999;
    border: 5px solid white;
}

/*.photoalbum-box:nth-child(3n+3){
	margin-right:0px!important;
}*/
.photoalbum-box.photos {
    position: relative;
    margin: 5px;
    display: inline-block;
    height: 80px !important;
    width: 145px !important;
    overflow: hidden !important;
}

.photoalbum-box.mel-width-2-6 .album-images img {
    width: 120%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}

/*VIDEO*/
.video-carousel {
    width: 663px;
    float: left;
    height: 440px;
    background-color: #363b44;
    border-radius: 2px;
    overflow: hidden;
    padding-bottom: 30px;
}

.mainvideo-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mainvideo-slide-youtube {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mainvideo-title {
    width: 560px;
    position: relative;
    padding: 0px 10px;
}

.mainvideo-title a {
    color: #e9ebee;
    transition: all ease .2s;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.vertical-list {
    float: right;
    width: 300px;
    height: 440px;
    background-color: #363b44;
}

.vertical-list #slider-prev {
    border-bottom: 1px solid #748286;
    text-align: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.vertical-list #slider-prev:hover {
    background-color: #334463 !important;
}

.vertical-list #slider-next {
    background-color: #363b44;
    border-top: 1px solid #748286;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.vertical-list #slider-next:hover {
    background-color: #334463 !important;
}

.vertical-carousel {
    padding-left: 3px;
}

.vertical-carousel li {
    width: 290px !important;
    min-height: 90px;
    padding: 5px;
}

.vertical-carousel li.active {
    background-color: #101115 !important;
}

.video-slider-image {
    margin-right: 10px;
    float: left;
    width: 120px;
    height: 80px;
}

.video-slider-title {
    width: 155px;
    position: absolute;
    float: left;
    left: 135px;
}

.video-slider-anchor {
    font-size: 12px;
    overflow: hidden;
    color: #fafafa !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-width: 155px;
}

#video-tabs {
    width: 660px;
    min-height: 500px;
    float: left;
    padding: 20px 0 0 0;
}

#video-tabs .slides {
    padding: 0;
}

#video-tabs .slides .post-content {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

#video-tabs .slides li {
    width: 290px;
    margin: 10px 30px 10px 0px;
    float: left;
    display: block;
    overflow: hidden;
}

#video-tabs .slides li:nth-child(even) {
    margin-left: 20px;
}

#video-tabs .slides li .post {
    margin-left: 0;
    width: 100%;
}

#video-tabs .slides li .post-image {
    float: left;
    width: 100%;
    height: 170px;
}

#video-tabs .slides li .post-content {
    width: 100%;
    padding: 10px 0;
    float: left;
}

.video-menu-tabs {
    text-align: center !important;
}

.video-menu-tabs li {
    border-radius: 8px !important;
    display: inline-block !important;
    float: none !important;
    margin: 0 15px !important;
}

.video-menu-tabs .ui-state-default {
    background-color: #ccc !important;
}

.video-menu-tabs li h1 {
    font-size: 16px;
    margin: 8px 20px !important;
}

.video-menu-tabs .ui-state-active {
    background-color: rgba(229, 7, 0, 0.64) !important;
}

.video-menu-tabs .ui-state-default h1 {
    color: rgba(229, 7, 0, 0.64) !important;
}

.video-menu-tabs .ui-state-active h1 {
    color: #f5f5f5 !important;
}

.video-menu-tabs .ui-state-hover {
    background-color: rgba(229, 7, 0, 0.64) !important;
}

.video-menu-tabs .ui-state-hover h1 {
    color: #f5f5f5 !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.table1 tr td, .table7 .td {
    background: #F4F4F4;
    border-bottom: 1px solid #E6E6E6;
    color: #847768;
    text-align: left;
    padding: 20px;
    font-family: 'NinoMtavruli';
    border-right: 4px solid #fcfcfc;
}

table.table1 tr th, .table7 .th {
    background: #E63D3D url('../misc/paper.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 20px 0px;
    border-right: 4px solid #fcfcfc;
    font-family: 'NinoMtavruli';
}

table.table1 tr:nth-child(2) td {
    background: white;
    color: #5C5C5C;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0px;
    text-align: center;
    border: none;
}

table.table1 tr:nth-child(3) td {
    background: #D9D9D9;
    color: #E63D3D;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    border: none;
}

table.table1 tr:last-child td {
    background: #D75C5C;
    color: white;
    text-align: center;
    padding: 10px 0px;
    border: none;
}

.section-title {
    position: relative;
    background: #E63D3D;
    color: white;
    text-align: center;
    height: 70px;
    line-height: 70px;
    margin-bottom: 70px;
    font-family: 'NinoMtavruli';
}

.section-title:after, .section-title:before {
    top: 100%;
    left: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.section-title:after {
    border-top-color: #E63D3D;
    border-width: 30px;
    margin-left: -30px;
}

.section {
    margin: 20px 0px;
    overflow: hidden;
}

table.table2 {
    width: 95%;
    margin: auto;
}

table.table2 tr td {
    background: #EFEFEF;
    border: 2px solid #C6C6C6;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    color: #555555;
    font-weight: bold;
    font-size: 16px;
    font-family: 'NinoMtavruli';
}

ul.zones li {
    list-style-type: none;
    float: left;
    width: 50%;
    overflow: hidden;
}

ul.zones li img {
    width: 100%;
    height: 420px;
}


#informer-block {
    position: fixed;
    bottom: -250px;
    width: 300px;
    height: 280px;
    margin: 0;
    padding: 0px 10px;
    z-index: 1000;
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    background: url(../misc/boxed-pattern1.gif);
    transition: all 0.3s ease;
}

#informer-block.opened {
    bottom: 0px;
}

#informer-block.closed {
    bottom: -250px;
}

#informer-block .inside {
    position: relative;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#informer-block-toggle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

#informer-block-toggle i {
    font-size: 18px;
    font-weight: bold;
}

#informer-block .posts {
    margin: 30px 0;
}

#informer-block h3 {
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.events-wrapper {
    overflow: hidden;
    min-height: 1000px;
}

.event-box {
    padding: 10px 20px;
    background: #EEEEEE;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 50px;
    position: relative;
}

.event-box table tr td {
    padding: 10px;
    font-size: 12px;
    color: #424242;
    font-weight: normal;
}

.event-box table tr td i {
    font-size: 20px;
    vertical-align: middle;
    width: 30px;
}

.event-box table tr td span {
    font-size: 12px;
    vertical-align: middle;
}

.event-box table tr td:first-child {
    width: 15%;
}

.event-box table tr td p.time {
    font-size: 20px;
    color: #424242;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.event-box table tr td p.time span {
    font-size: 13px;
    color: #424242;
    font-weight: bold;
    position: absolute;
    bottom: -2px;
    left: 130%;
}

.event-address {
    background: #F15C5B;
    color: #2D2D2D;
    position: absolute;
    right: 17px;
    bottom: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    padding: 0px 20px;
    bottom: -30px;
    border-radius: 0px 0px 5px 5px;
}

.event-address i {
    font-size: 20px;
    margin-top: 5px;
    float: left;
    margin-right: 5px;
    color: #000000;
}

.filter-wrapper {
    margin-bottom: 30px;
}

.filter-wrapper a.date-box {
    background: #ECECEC;
    color: #9B9B9B;
    font-family: 'NinoMtavruli';
    width: 14%;
    float: left;
    text-align: center;
    padding: 20px 0px;
    font-size: 13px;
}

.date-box-active {
    background-color: #F15C5B !important;
    color: white !important;
    margin: 0px 4px;
    position: relative;
    border-radius: 5px;
}

.date-box-active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #F15C5B;
    border-width: 10px;
    margin-left: -10px;
}

.only-mobile {
    display: none;
}

/*.mobile-nav{
	width:100%; 
	background:#010c16;
	height:50px; 
	line-height:50px;
	position:relative;
	text-align:center;
}*/
.mobile-nav {
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/*.mobile-nav .hamburger{
  background:none;
  position:absolute;
  top:0;
  right:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:#fff;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}*/
.mobile-nav .hamburger {
    background: none;
    color: #222;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}

.mobile-nav a, .mobile-nav button {
    padding: 5px 15px 0px 15px;
    color: #222;
    font-size: 1.4em;
}

/*.mobile-nav .cross{
  background:none;
  position:absolute;
  top:0px;
  right:0;
  padding:13px 15px 0px 15px;
  color:#fff;
  border:0;
  font-size:3em;
  line-height:45px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}*/
.mobile-nav .cross {
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}

.menu {
    z-index: 1000000;
    font-weight: bold;
    display: none;
    font-size: 0.8em;
    width: 100%;
    background: #010c16;
    position: absolute;
    text-align: center;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.menu li {
    display: block;
    padding: 15px 0 15px 0;
    border-bottom: #1d1f20 1px solid;
}

.menu li:hover {
    display: block;
    background: #181818;
    padding: 15px 0 15px 0;
    border-bottom: #1d1f20 1px solid;
}

.menu ul li a {
    text-decoration: none;
    margin: 0px;
    color: #fff;
}

.menu ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.menu a {
    text-decoration: none;
    color: white;
}

.menu a:hover {
    text-decoration: none;
    color: white;
}

.glyphicon-home {
    color: white;
    font-size: 1.5em;
    margin-top: 5px;
    margin: 0 auto;
}

.poll-block {
    height: auto;
    width: 300px;
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.poll-title {
    font-weight: bold;
    font-family: "NinoMtavruli", 'Open Sans', sans-serif;
    /*text-transform: uppercase;*/
    line-height: 16px;
    text-align: center;
    padding: 5px 0 10px 0;
}

.poll-image {
    padding-bottom: 10px;
}

.poll-vote {
    margin: 15px 5px 15px 0;
}

.submit-poll {
    margin: 10px 0;
}

.poll-bar {
    float: left;
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding-left: 5px;
    background-color: #337ab7;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

#informer-block-mobile.opened {
    bottom: 0px;
}

#informer-block-mobile.closed {
    bottom: -123px;
}

#informer-block-mobile .inside {
    position: relative;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#informer-block-mobile {
    position: fixed;
    bottom: -250px;
    left: 10px;
    width: 244px;
    height: 153px;
    margin: 0;
    padding: 0;
    z-index: 1000;
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    background: white;
    transition: all 0.3s ease;
}

#informer-block-mobile-toggle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 22px;
    line-height: 30px;
    padding: 0px 5px;
}

#informer-block-mobile-toggle i {
    font-size: 18px;
    font-weight: bold;
    color: #ea3325;
}

#informer-block-mobile .posts {
    margin: 20px 0;
}

#informer-block-mobile h3 {
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.mel-panel {
    margin-bottom: 15px;
    border: 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.mel-panel h3 {
    font-size: 14px !important;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin: 0 0 10px 0;
}

.mel-panel .inside {
    padding: 0;
}

.mel-panel .inside .post-content {
    width: 278px;
    float: left;
    padding: 5 0px;
}

.mel-panel ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.mel-panel ul li {
    display: block;
    float: left;
}

.mel-panel ul li a {
    font-weight: bold;
    padding: 0px;
    border-radius: 0px;
    text-shadow: none;
    margin: 0 7px 0 0;
    /*text-transform: uppercase;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mel-panel ul li a.active {
    background: #ff4a4a;
    color: #fff;
    border-bottom: 0;
}

.post-files ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.post-files ul li {
    float: left;
}

.mel-panel.video-widget {
    padding: 0;
}

.mel-panel.video-widget .post-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    padding: 10px 12px;
}

.menu-tabs li a {
    font-size: 11px;
    border-bottom: 0;
}

.mel-panel.verticals {
    height: 370px;
}

.mel-panel.verticals .posts .post {
    display: block;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.mel-panel.verticals .posts li:nth-child(4) .post {
    border-bottom: 0;
    padding-bottom: 0;
}

.mel-panel.verticals .posts .post-image {
    width: 88px;
    height: 60px;
    float: left;
}

.mel-panel.verticals .posts .post-content {
    width: 180px;
    float: left;
    padding: 0 10px;
}

.mel-panel.verticals .posts .post-footer {
    float: left;
    padding: 2px 15px;
    font-size: 9px;
}


.mel-panel.singles {
    padding: 0;
    background-color: transparent;
}

.mel-panel.singles .posts .post {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 0;
}

.mel-panel.singles .posts .post .post-content {
    background-color: #fff;
    padding: 10px 12px;
    width: 100%;
}

ul.mobile-informer-ul {
    overflow: hidden;
    margin-top: 35px;
}

ul.mobile-informer-ul li {
    list-style-type: none;
    float: left;
}

ul.mobile-informer-ul li:first-child {
    width: 110px;
}

ul.mobile-informer-ul li:first-child img {
    width: 100%;
}

ul.mobile-informer-ul li:last-child {
    float: right;
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 13px;
}

.only-mobile {
    display: none;
}

.fr-banner {
    width: 130px;
    height: 600px;
    overflow: hidden;
    background: transparent;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: 510px;
    margin-top: 34px;
    z-index: 10;
}

.fr-banner.absoluted {
    position: absolute;
}

.fl-banner {
    width: 130px;
    height: 600px;
    overflow: hidden;
    background: transparent;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 50%;
    margin-right: 510px;
    margin-top: 34px;
    z-index: 10;
}

.fl-banner.absoluted {
    position: absolute;
    top: 2555px;
}

h1.horizontal-lines {
    position: relative;
    font-size: 20px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    color: #F15C5B;
}

h1.horizontal-lines:before, h1.horizontal-lines:after {
    position: absolute;
    top: 30%;
    overflow: hidden;
    width: 47%;
    height: 2px;
    content: '\a0';
    background-color: #ccc;
}

h1.horizontal-lines:before {
    margin-left: -50%;
    left: 40%;
}

h1.horizontal-lines:after {
    margin-right: -50%;
    right: 40%;
}

.header-video-icon {
    position: absolute;
    width: 32px;
    bottom: 8px;
    right: 305px;
}

div.is-exc {
    position: absolute;
    color: red;
    top: 10px;
    left: 10px;
    font-size: 11px;
    padding: 0px 5px;
    background: white;
    border-radius: 5px;
    display: none;
}

div.post-rubric {
    padding: 10px 12px;
    background: white;
    font-size: 11px;
    color: #b0b0b0;
}

.fb-comments.fb_iframe_widget {
    display: none;
    z-index: 0 !important;
}

button.toggle-comments {
    background: #3B5998;
    color: white;
    border: none;
    border-radius: 2px;
    font-family: 'RioniVera';
    padding: 5px 10px;
    cursor: pointer;
    outline: 0px;
    margin-bottom: 20px;
}

.mobile-search form {
    margin: 10px auto;
    width: 320px;
}

.mobile-search form input[type='text'] {
    width: 270px;
}

.share-announcement {
    display: block;
    margin: 20px auto;
    width: 150px;
    height: 40px;
    color: white;
    background: #3B5998;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
}

.share-announcement:hover {
    color: white;
}

.mobile-banner {
    display: none;
    width: 320px;
    height: 480px;
    position: fixed !important;
    position: relative;
    background: transparent;
    z-index: 10000000000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hide-mobile-banner {
    position: absolute;
    bottom: -20px;
    left: 50%;
    background: white;
    border-radius: 3px;
    border-radius: 3px;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.mobile-banner i {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/*br + br {
	display:none;
}*/
#fb-comments {
    float: right;
    color: black;
    margin-left: 10px;
    background: white;
    border-radius: 50%;
    font-size: 10px;
    line-height: 15px;
    padding: 2px 6px;
}

.mobile-content .fives .post.in_slideshow {
    background: #eee;
    border: 1px solid #ddd;
    padding: 10px;
}

.blurred {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(10px);
}

ins a img {
    vertical-align: top;
}

ins img {
    vertical-align: top;
}

#live-embed {
    display: none;
    height: 231px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1000;
    border: 8px solid #655f5f;
    border-radius: 5px;
}

#live-embed i.fa-close {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: -16px;
    right: -16px;
    cursor: pointer;
    background-color: #655f5f;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
}

