﻿html {
	min-width: 400px
}
body {
	font-family: sans-serif;
}

em {
	font-style: normal;
	color: #27656d;
	font-weight: bold;
}

button {
	background: #0c8290;
	border: solid 1px #b1e0f0;
	font-size: 19px;
	padding: 5px 14px;
	color: white;
}

.classified-ad {
    border: solid 1px #b1e0f0;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
    font-size: 1rem;
    background-color: #eee;
    color: #333;
    display: inline-block;
	width: 94%;
}


.classified-ad.premium {
	background-color: #e5f7ef;
	font-weight: bold;
}

.classifiedRubric {
    display: inline-block;
    margin: 5px;
}



.logo {
    border: solid 3px #088392;
    border-radius: 8px;
}

.logo-holder {
    margin-bottom: 3px;
}

.left-panel {
    float: left;
    margin-right: 15px;
}

.cities-list {
    font-family: sans-serif;
    letter-spacing: 6px;
    font-size: 16px;
    color: #1262a7;
    white-space: nowrap;
    overflow: hidden;
}

.rombus {
    color: #0c8290;
}

.vc-inc {
    letter-spacing: 3px;
    font-family: sans-serif;
    font-size: 15px;
    color: #0f808e;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
}

.phone {
    font-family: sans-serif;
    font-size: 34px;
    color: #ea3338;
    margin-top: 5px;
    font-weight: bold;
}

.address {
    font-family: sans-serif;
    color: #225e92;
    margin-top: 5px;
    font-size: 15px;
}

.address a {
	color: #225e92;
	text-decoration: none;
}


.ad-rubric, .ad-rubric-sel {
	display: inline-block;
	text-decoration: none;
	margin: 11px 5px;
	border: solid 2px #b4c0c0;
	border-radius: 9px;
	padding: 5px;
	text-transform: uppercase;
	color: #0d63ae;
	font-size: 17px;
	font-family: sans-serif;
	box-shadow: #b4c0c0 1px 2px 2px;
	background: white;
}

.ad-rubric-sel {
    background-color: #fffbd6;
}

.main-area {
    min-width: 350px;
}

.coontent-area {
    margin-top: 15px;
    margin-left: 14px;
    max-width: 1250px;
}


.bg-city {
    height: 148px;
    position: absolute;
    z-index: -1;
    left: 867px;
}

.bg-newspaper {
    height: 317px;
    position: absolute;
    left: 1221px;
    top: -42px;
}

.menu-bar {
    background-color: #b1e0f0;
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
}


.menu-item {
    background-color: #0c8290;
    transform: skewX(-20deg);
    display: inline-block;
    padding: 5px 20px;
    margin: 0px 6px;
}

.menu-item-text, .menu-item-text-sel {
    display: block;
    transform: skewX(20deg);
    color: white;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 2px;
    font-size: 19px;
    text-decoration: none;
}

.menu-item-text-sel {
    color: #f7f322;
}



.archive-block {
    border: solid 2px #0c8290;
    display: inline-block;
    height: 77px;
    font-family: Arial;
    margin: 0;
    vertical-align: top;
    padding-top: 6px;
    border-bottom-width: 0;
    cursor: pointer;
    width: 270px;
}

.archive-block.last {
    border-radius: 0 6px 0 0;
    border-left-width: 0;
}

.archive-block.first {
    border-radius: 6px 0 0 0;
    border-right-width: 0;
}

.archive-block.selected {
    background: #0c8290;
    color: white;
}

.selected .archive-title {
    color: white;
    font-weight: bold;
}

.archive-title {
    color: #0c8290;
    font-size: 21px;
    font-family: Arial;
    text-transform: uppercase;
    text-align: center;
    margin-top: 4px;
}

.archive-title-city {
    text-align: center;
    font-size: 15px;
    margin-top: 2px;
}

.archive-list {
    list-style-type: none;
    margin: 0 -10px 0 -10px;
    padding: 8px 10px 0 10px;
    border-top: solid 3px #0c8290;

}

.archive-list li {
    display: inline-block;
}

.archive-list a {
    color: #0f62ab;
    font-size: 19px;
    text-decoration: none;
    padding: 6px 21px 0 4px;
    border-radius: 4px;
    margin: 5px 0;
    font-family: Arial;
    font-style: italic;
    display: inline-block;
    cursor: pointer;
}

.archive-list a:hover {
    text-decoration: underline;
}



@media only screen and (max-width: 1620px) {
    .bg-newspaper {
        display: none;
    }
}



@media only screen and (max-width: 1230px) {
    .bg-city {
        display: none;
    }
}


@media only screen and (max-width: 700px) {
	.archive-cont {
		width: 100%;
	}
}

@media only screen and (max-width: 1270px) {
	.archive-block {
        width: 113px;
    }
    .archive-title {
        font-size: 15px;
        margin-top: 0;
    }
}

.mobile-logos {
	display: none;
}

.mobile-logos > a {
	text-decoration: none;
}

.m-logo-eg {
	position: relative;
	top: -6px;
}

@media only screen and (max-width: 600px) {
	.bg-newspaper, .bg-city, .cities-list, .vc-inc, .phone, .address, .search-button {
        display: none;
    }
    .menu-bar {
        display: none;
    }
    .left-panel {
		display: none;
    }
	.mobile-logos {
		display: flex;
		position: relative;
	}

	img.m-logo {
		width: calc(50% - 25px);
		height: 50px;
	}



    .coontent-area {
        margin-left: 0;
		margin-top: 0;
    }

    .ad-rubric, .ad-rubric-sel {
        width: 95%;
        margin: 3px 0px;
        font-size: 15px;
    }
    .classified-ad {
        margin: 10px 0;
    }

    .banner_mob {
        display: block!important;
        width: 100%;
    }
    .banner {
        display: none;
    }

	h1 {
		margin-top: 0;
	}
}

.classified-ad-container {
    column-count: 2;
}

@media only screen and (max-width: 800px) {
	.classified-ad-container {
		column-count: 1 !important;
	}
}

@media only screen and (max-width: 550px) {
	.classified-ad-container {
		width: 100%;
	}
}


.bannerView {
	float: right;
	margin-top: 70px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.bannerView a {
	display: block;
}

.bannerBottom {
	max-width: 100%;
}

@media only screen and (max-width: 400px) {
	.bannerView, .bannerBottom {
		width: 100%;
	}
}

.banner_mob {
    display: none;
}



h1, h2 {
	color: #27656d;
	font-family: Arial;
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 5px;
}

h2 {
    font-size: 24px;
}

section h1 {
    font-size: 24px;
    text-decoration: none;
    margin: 0 0 5px 0;
}

section.article h1 {
	font-size: 32px;
}


h1 a {
    color: #0c8290;
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

p, div.p {
    color: #444;
    font-family: Arial;
    font-weight: normal;
}

strong {
    color: #27656d;
}

.login-link {
    font-size: 10px;
    color: #aaa;
    text-decoration: none;
    margin-left: 200px;
}

.admin-add-archive {
    clear: both;
    width: 500px;
    background: #ccc;
    padding: 20px;
}

.form-msg div {
    margin-bottom: 10px;
}

.form-msg span {
    display: inline-block;
    min-width: 200px;
    font-size: 20px;
    vertical-align: top;
}

.form-msg input, textarea {
    width: 300px;
}

.form-msg textarea {
    height: 100px;
}

.success {
    color: green;
    font-size: 23px;
}

.error {
    color: red;
    font-size: 23px;
}

.button {
    text-decoration: none;
    color: #05335a;
    display: inline-block;
    background: #b1e0f0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: #7cc2da 2px 2px 7px;
    border: solid 1px #7cc2da;
    font-weight: bold;
}

.button:hover {
    background-color: #73dcff;
    text-decoration: none;
}

.event-description {
    margin: 0 0 30px 0;
    font-size: 19px;
    color: #333;
}



a {
     color: #0c8290;
}
/*.classified-ad.premium a {
    color: white;
    font-weight: normal;
}*/

a.off-city {
    background: white;
    padding: 5px 14px;
    color: #0c8290;
    display: inline-block;
    border-radius: 4px;
    border: solid 1px;
    cursor: pointer;
    text-decoration: none;
}

span.active-city {
    background: #0c8290;
    padding: 5px 14px;
    color: white;
    display: inline-block;
    border-radius: 4px;
    border: solid 1px #0c8290;
}

.classified-note {
    font-size: 20px;
    margin: 15px;
    background: #eeeeee;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    border: solid 1px #b1e0f0;
}


.ticket-price-box0 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 20px;
}

.ticket-price-box {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	width: 250px;
	background: #e5f8ff;
	padding: 13px;
	border-radius: 3px;
	border: solid 2px #0c8290;
}
.ticket-buy-button {
	width: 88%;
	text-align: center;
}

.note {
	font-size: 16px;
	color: #424242;
}

.hall-map  {
	border-collapse: collapse;
}

.hall-map-cont {
	width: 100%;
	overflow-x: auto;
	padding: 25px 0;
	margin: 20px 0;
}

.hall-map td {
	width: 30px;
	height: 30px;
	text-align: center;
}

.buyButton {
	font-size: 26px;
	color: #ffffff;
	background: #0c8290;
	padding: 9px;
}

.ticketBuyFormCont {
	vertical-align: bottom;
	padding-left: 60px;
}

.buy-form-label {
	font-size: 18px;
	color: #0c8290;
	font-weight: bold;
	font-family: Arial;
}

.ticket-buy-input {
	padding: 6px;
	background: #c3e8f5;
}

.ticket-uinfo-table td {
	padding-top: 5px;
}

.ticket-step2note {
	font-size: 20px;
	margin-bottom: 13px;
}
.ticket-agreement {
	width: 450px;
	height: 80px;
}

.event-cont {
	float: left;
	margin: 7px;
	background: #dfe6e8;
	box-shadow: 0px 0px 8px 2px #0c8290;
	padding: 10px;
	height: 570px;
}

.event-big-image {
}

.event-btns {
	text-align: center;
	margin-top: 5px;
}

.event-btns a:first-child {
	margin-right: 15px;
}

.event-image {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

@media only screen and (max-width: 600px) {
	.event-big-image {
		float: none;
		margin: 0px;
	}
	.ticket-agreement {
		width: 100%;
	}
	.event-image {
		width: 100%;
		margin-left: 0;
	}
	.event-image-cont {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.event-cont {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		margin-bottom: 30px;
		height: auto;
		background: inherit;
		box-shadow: inherit;
	}

}

.hall-map a {
	border: solid 1px #0c8290;
	width: 30px;
	height: 24px;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	background: #7dff7d;
}

.hall-map a.sel-seat {
	background-color: #438843;
	color: white;
}

.hall-map a.dis-seat {
	background-color: #b9b9b9;
	color: gray;
}

.fb-share-button-img {
	height: 58px;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 3px;
}

section.contacts {
	line-height: 24px;
	margin-bottom: 20px;
}

/* Hambuger menu */

.topnav {
	overflow: hidden;
}

/* Hide the links inside the navigation menu (except for logo/home) */
#topMenu {
	display: block;
	position: absolute;
	background: #ffffff;
	right: 0;
	top: 44px;
	border-radius: 5px;
	border: solid 2px #c6c6c5;
	z-index: 1000;
}

/* Style navigation menu links */
.topnav a {
	color: #2d2d2d;
	padding: 6px 8px 4px 8px;
	text-decoration: none;
	font-size: 20px;
	display: block;
	font-family: sans-serif;
	cursor: pointer;
}

#topMenu a {
	padding: 10px 7px;
}


#hambMenuButton {
	position: absolute;
	right: 0;
	top: 4px;
	border: solid 2px #126d77;
	border-radius: 8px;
	font-size: 17px;
	color: #777;
}

#hambMenuButton div {
	width: 20px;
	height: 4px;
	background-color: #0c8290;
	margin: 3px 0;
}

#topMenu a:before {
	content: " ";
	margin-right: 5px;
}

#topMenu a.selected-menu:before {
	content: "✓";
}

#topMenu a.selected {
	font-weight: bold;
}


/*Articles*/


.top-nav {
	right: 9px;
	position: absolute;
	margin-top: 4px;
	z-index: 100;
}

@media only screen and (max-width: 400px) {
	.top-nav {
		right: auto;
		left: 10px;
	}
}

.top-nav.art {
	top: 59px;
	right: 3px;
	margin-top: 0;
}


.dropdown-menu {
	background: #0c8290;
	padding: 5px 12px 1px;
	color: #ffffff;
	letter-spacing: 1px;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	font-size: 16px;
}


.dropdown-list {
	padding-top: 3px;
	max-height: 0;
	transition: max-height 0.3s linear;
	overflow: hidden;
}

.dropdown-menu:hover .dropdown-list, .dropdown-menu:active .dropdown-list, .dropdown-menu:focus .dropdown-list {
	max-height: 500px;
}


.dropdown-list a {
	display: block;
	color: white;
	text-decoration: none;
	margin: 8px 0;
}

.arrow-down {
	border: solid white;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	vertical-align: top;
	margin-top: 3px;
	margin-left: 3px;
}

.article-list {
	list-style-type: none;
	font-size: 22px;
	margin: 0;
	font-family: sans-serif;
	padding-left: 0;
	columns: 1;
/*	width: 100%;
*/}

.article-list li {
	text-decoration: none;
	margin-bottom: 7px;
	clear: both;
	break-inside: avoid-column;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	display: table;
}

@media only screen and (max-width: 600px) {
	h1.main {
		visibility: hidden;
		height: 44px;
	}
}

@media only screen and (min-width: 840px) {
	.article-list {
		columns: 2;
	}
}

@media only screen and (max-width: 560px) {
	.article-list {
		width: 100%;
	}
}
a.article-link {
	text-decoration: none;
	color: black;
	font-size: 1.2rem;
}

.article-cat {
	font-size: 0.9rem;
	position: relative;
	color: #0c8290;
}

.article-cat a {
	text-decoration: none;
}

.article-cat a:hover {
	text-decoration: underline;
}

.art-summary {
	font-size: 0.9rem;
	color: #444;
	border: dotted 1px gray;
	max-width: 800px;
	border-width: 0 0 1px 0;
	padding-bottom: 10px;
	margin-top: 5px;
	overflow: auto;
}

.art-summary a {
	color: gray;
}

.art-summary img {
	float: left;
	margin-right: 10px;
}


.right-par {
	margin-left: 120px;
}

@media only screen and (min-width: 1000px) {
	.right-par {
		text-align: right;
	}
}

.article-image-box {
	font-size: 12px;
	color: gray;
	float: right;
	margin-left: 20px;
	max-width: 100%;
}

.article-image-box img {
	max-width: 100%;
	height: auto;
}




table.art-img-fix {
	width: 200px;
}

section.article h2 {
	margin-bottom: 8px;
	margin-top: 40px;
}

/* Classified on homepage */

.classified-hp {
	font-size: 0.9rem;
	color: #444;
	border: dotted 1px gray;
	max-width: 800px;
	border-width: 0 0 1px 0;
	padding-bottom: 10px;
	margin-top: 5px;
	overflow: auto;
}

.class-hp-cat {
	font-size: medium;
	position: relative;
	color: #0c8290;
	margin-bottom: 3px;
}

.class-hp-cat a {
	text-decoration: none;
}

.class-hp-cat a:hover {
	text-decoration: underline;
}


/* Search bar in Classified */

.search-cont {
	height: 35px;
	padding-top: 4px;
	padding-left: 0;
}

.search-icon {
	height: 27px;
	background: #0c8290;
	width: 28px;
}

.search-icon svg {
	width: 22px;
	height: 22px;
	margin-top: 4px;
	margin-left: 4px;
	fill: white;
}

.share-button {
	position: relative;
	top: 1px;
	left: 2px;
}

.search-cancel {
	font-size: 22px;
	position: relative;
	top: -11px;
	right: -4px;
	color: #0c8290;
	display: none;
}

.search-bar {
	font-weight: bold;
	width: 300px;
	font-size: large;
	border: solid 2px #b1e0f0;
	border-radius: 5px 0 0 5px;
	padding: 6px;
	margin-left: 10px;
}

.search-button {
	font-size: large;
	height: 37px;
	padding: 0 10px;
	border: solid 2px #b1e0f0;
	border-radius: 0 5px 5px 0;
	margin: 0;
	position: relative;
	left: -1px;
	cursor: pointer;
}


.new-classified-ad {
	font-family: Arial;
	color: #0c8290;
}

.new-classified-ad.mob {
	display: block;
	font-size: 12px;
	text-align: right;
}

.new-classified-ad.desk {
	font-size: 15px;
	margin-left: 10px;
}


@media only screen and (max-width: 600px) {
	.search-bar {
		width: calc(100% - 40px);
		margin-left: 0;
		border-radius: 5px;
		position: relative;
		top: -15px;
		font-size: small;
		display: none;
	}
	.new-classified-ad.desk {
		display: none;
	}
}

@media only screen and (min-width: 600px) {
	.search-icon {
		display: none;
	}
	.new-classified-ad.mob {
		display: none;
	}
}

.no-classified-ads-found {
	text-align: center;
	margin-top: 50px;
	color: gray;
}

/*Pager*/
	.pager a.current {
	background: #0c8290;
	color: white;
}

.pager a {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 1px 4px;
}

.pager {
	margin: 20px 0;
}

.pager span {
	font-size: 16px;
	color: #222;
}

/* Breadcrumps */
.breadcrumps a {
	text-decoration: none;
}

.breadcrumps a:hover {
	text-decoration: underline;
}


.breadcrumps {
	font-size: 15px;
	position: relative;
	color: #27656d;
	margin-top: 7px;
}

.font-t1 {
	font-size: 9px;
}

.font-t2 {
	font-size: 16px;
}

.font-a1 {
	font-size: 12px;
}

.font-a2 {
	font-size: 16px;
}

.font-a3 {
	font-size: 22px;
}

.new-ad {
	border: solid 1px #b1e0f0;
	border-radius: 3px;
	padding: 10px;
	font-size: 1rem;
	background-color: #d3e7ff;
	color: #333;
	margin-right: 3px;
	margin-top: 14px;
	text-align: center;
}

@media only screen and (min-width: 600px) {
	.new-ad {
		margin-left: 10px;
	}
}

.new-ad > .pn {
	font-weight: bold;
	margin-top: 6px;
}

