@font-face {
    font-family: 'bellandnino';
    src: url('fonts/bell_and_nino-webfont.eot');
    src: url('fonts/bell_and_nino-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bell_and_nino-webfont.woff') format('woff'),
         url('fonts/bell_and_nino-webfont.ttf') format('truetype');

}
@font-face {
	font-family: 'BPGIngiri2008Regular';
	src: url('webfont/bpg_ingiri_2008-webfont.eot');
	src: local('BPG Ingiri 2008'), local('BPGIngiri2008'), url('webfont/bpg_ingiri_2008-webfont.woff') format('woff'), url('webfont/bpg_ingiri_2008-webfont.ttf') format('truetype'), url('webfont/bpg_ingiri_2008-webfont.svg#webfontdMBLzUoP') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'gel';
    src:url('webfont/GEL.ttf') format('truetype');
}
.csd-fsb-domain::before {
	content: "\0040"; 
}
html, body {
    height: 100%;
    margin:0;
}
body {
	font-family: 'BPGIngiri2008Regular', Verdana, Sylfaen;
	font-size:11pt;
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
html, body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body {
   
}

/* IE7 Fix */
* html #container {
    display: table;
    height: 100%
}

/* Opera Fix */
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

/* IE6 Fix */
* html div#body {
    overflow: visible;
}

div#container {
    height: 100%;
    height: auto !important;
    min-height: 100%;	
    /*background: #FF0000;*/
}

div#main {
    overflow: auto;
    /*padding-bottom: 230px; kontaqtis ketebisas shevcvale*/
	padding-bottom: 160px;
}

div#header {
    height: 248px;
    background: #fff;
    /*border-bottom: 1px solid #000;
    padding: 20px;*/
}

div#body {
    overflow: hidden;
    height: 100%;
}

div#content {
    /*margin: 0px 300px 0px 300px;
    padding: 20px;*/
}


div#footer {
    border-top:solid 5px #ed1c24;
	background:#f6f6f6;

    position: relative;
    height: 170px;
    margin-top: -140px;
    clear: both;
	z-index:1000;
}
div#footer p {
    padding: 20px;
    margin: 0px;
}

/* alternative menu */
.csd-alter-menu-holder {
	position:fixed;
	top:0px;
	left:0px;
	width:0px;
	height:100%;
	z-index:300001;
	display:block;
}
.csd-alter-menu-holder-open {
	width:300px;
}
.csd-alter-menu-container {
	height:100%;
	
}
.csd-alter-menu-button-holder {
	position:absolute;
	background:#FFF;
	/*border:solid 1px #CCC;
	border-right:none;*/
	top:0px;
	left:1px;
	width:32px;
	height:30px;
	z-index:300002;
	/*padding:5px 0 0 5px;*/
}
.csd-alter-menu-count {
	width:30px;
}
.csd-alter-menu-button {
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:4px 6px;
	/*background-size:24px 24px;*/
	cursor:pointer;
}
.csd-am-open {
	background-image:url(../img/icon-20-menu.png);
	
}
.csd-am-close {
	background-image:url(../img/icon-20-menu.png);
	filter:alpha(opacity=50); opacity:0.5;
}
/*.csd-alter-menu-button:hover {
	filter:alpha(opacity=70); opacity:0.7;
}*/
.csd-alter-menu-content-holder {
	height:100%;
	background:#FFF;
	/*overflow-y:auto;
	-webkit-overflow-scrolling: touch;*/
	border-right:solid 1px #ed1c24;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
	display:none;
}
.csd-alter-menu-content {
	padding:0 0 0 0px;
	
}
.csd-am-title {
	border-bottom:solid 1px #ed1c24;
	height:25px;
	padding:10px 0 0 0;
	/*position:fixed;*/
	width:290px;
	text-align:right;
	background:#FFF;
}
.csd-am-content {
	/*padding-top:50px;height: 100%;*/
	position: absolute;
	
	overflow-y: auto;
	overflow-x: none;
	-webkit-overflow-scrolling: touch;
	width: 280px;
	bottom: 0;
	
	height: -moz-calc(100% - 37px);
	height: -webkit-calc(100% - 37px);
	height: calc(100% - 37px);
	padding:0 10px;
	
}

.csd-am-closed-div {
	width:34px;
}
.csd-am-closed-content {
	display:none;
}
.csd-map-sugestion-imp-invisible {
	visibility:hidden;
}

.csd-am-list-title {
	font-size:11pt;
	padding:5px 0;
	text-indent:25px;
	color:#ed1c24;
	background:url(../img/icon-20-arrow-left.png) no-repeat 0px 8px;
}
.csd-am-list-ul {
	list-style:none;
	padding:5px 0;
	margin:0 0 10px 0;
	font-size:10pt;
	border-bottom:solid 1px #ed1c24;
}
.csd-am-list-ul:last-child {
	border-bottom:none;
	margin-bottom:0;
}
.csd-am-list-ul li {
	border-top:solid 1px #dadada;
	padding:6px 0;
	color:#4872a4;
}
.csd-am-list-ul li:first-child{
	border-top:none;
}
.csd-am-list-ul li font {
	font-size:9pt;
}
.csd-am-list-ul li:hover {
	cursor:pointer;
	/*text-decoration:underline;*/
	color:#ed1c24;
}
.csd-am-list-ul li:hover font {
	color:#999;
}
.watermark_text_holder, .watermark_text_holder a {
	font-size:9px !important;
}
/* -------- */
/*main layout holder */
.csd-html-holder {
	position: relative;
	min-height: 100%;
	vertical-align:bottom;
	margin:0 auto;
	height:100%;
}
.csd-html-holder-header {
	width: 100%;
	height: 230px;
	position:absolute;
	left:0;
	top:0;
}
.csd-html-holder-content {
    width:100%;
    margin:0 auto -50px; /*-30 means height of footer*/
    min-height:100%;
    height:auto !important;
    height:100%;
}
.csd-html-holder-content-spacer-top {
	 height:230px; /*height of header */
}
.csd-html-holder-content-spacer-bottom {
	 height:50px; /*height of footer */
}
.csd-html-holder-footer {
	width:100%;
	height: 50px;
	
	background:#dadada;
    
}

*:focus {
    outline: 0;
}
.csd-regular-text {
	font-family: 'BPGIngiri2008Regular', Verdana, Sylfaen;
	font-size:11pt;
}
.csd-capital-text {
	font-family: 'bellandnino', Verdana;
	font-size:12.6pt;
	/*text-transform: uppercase;*/
}
.csd-gel {
	font-family:gel !important;
}
.csd-holder-div {

	margin:0;
	padding:0 20px 0 0;
}
.csd-vertical-spacer {
	height:20px;
}
.csd-content-holder {
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	max-width:1240px;
	margin:0 auto;
	padding:0;
}
.csd-imp-float-left { float:left !important; }
.csd-imp-float-right { float:right !important; }
.csd-float-left { float:left; }
.csd-float-right { float:right; }
.csd-float-none { float:none; }
.csd-text-left { text-align:left; }
.csd-text-right { text-align:right; }
.csd-text-center { text-align:center; }
.csd-text-justify { text-align:justify; }
.csd-half { width:49%; }

.csd-corner-all, .csd-corner-top, .csd-corner-left, .csd-corner-tl { 
    -moz-border-radius-topleft: 4px; 
    -webkit-border-top-left-radius: 4px; 
    -khtml-border-top-left-radius: 4px; 
    border-top-left-radius: 4px; 
}
.csd-corner-all, .csd-corner-top, .csd-corner-right, .csd-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.csd-corner-all, .csd-corner-bottom, .csd-corner-left, .csd-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.csd-corner-all, .csd-corner-bottom, .csd-corner-right, .csd-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

.csd-forms {
	margin:0;
	padding:0;
}
.csd-input {
	width:100%;
	height:30px;
	background:#fff;
	border:solid 1px #CCC;
	text-indent:5px;
	padding:0 !important;
}
.csd-input-error {
	border-color:#ed1c24;
}
#fcode {
	width:160px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.csd-textarea {
	height:auto;
	padding-top:6px;
}
.csd-input-grey {
	background:#fafafa;
}
.csd-input-grey:focus {
	background:#fff;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}
.csd-button {
	outline:0 none;
	border:0 none;
	background:#ed1c24;
	color:#fff;
	cursor:pointer;
	padding:4px 9px;
}
.csd-button:hover {
	background:#fd4023;
}
.csd-imp-fixed { position:fixed !important; }
.csd-imp-relative { position:relative !important; }
.csd-imp-absolute { position:absolute !important; }
.csd-imp-display-block { display:block !important; }
.csd-imp-display-table { display:table !important; }
.csd-imp-display-none { display:none !important; }
.csd-imp-invisible { visibility:hidden !important; }
.csd-imp-font-weight-normal { font-weight:normal !important; }
.csd-imp-cursor-pointer { cursor:pointer !important;}
.csd-address-title { width:auto !important; min-width:180px !important; }
.csd-imp-no-border { border:none !important; }
.csd-imp-no-border-bottom { border-bottom:none !important; }
.csd-imp-no-bg { background:none !important; }
.csd-imp-overflow-none { overflow:hidden !important; }
.csd-imp-margin-zero {margin:0 !important; }
.csd-imp-width-100perc { width:100% !important; }
.csd-cursor-pointer { cursor:pointer; }
.csd-top-header-holder {
	width:100%;
	border-bottom:solid 1px #dadada;
	background:#f9f9f9;
	padding:5px 0;
	display:inline-table;
}
.csd-lan-switcher {
	display:inline-block;
	width:100px;
}
.csd-lan-switcher a {
	/*font-family:Verdana;
	font-size:10pt;
	color:#333;
	font-weight:500;
	border-bottom:solid 3px #dadada;*/
	margin-left:3px;
	
}
.csd-lan-switcher a:hover {
	text-decoration:none;
}
.csd-active-lan {
	color:#ed1c24 !important;
}
.csd-top-icons-holder {
	width:700px;
	display:inline-block;
	padding-top:2px;
}
.csd-top-icons-holder a {
	display:inline-block;
	float:left;
	margin-right:6px;
}
.csd-top-icons-holder a img:hover {
	filter:alpha(opacity=70); opacity:0.7;
}
.csd-add-your-business-count-organizations {
	display:inline-block;
	margin-left:10px;
	width:auto;
}
.csd-add-your-business-count-organizations span {
	color:#ed1c24;
	font-family:Verdana;
	font-size:13px;
}

.csd-header {
	height:110px;
	padding-top:20px;
}
.csd-header-left {
	width:230px;
}
.csd-header-logo {
	width:100%;
	height:50px;
}
.csd-santa-hat {
	position:absolute;
	top:-5px;
	right:38px;
    display: none;
}
.csd-header-social {
	padding-top:15px;
	width:100%;
}
.csd-header-social a {
	display:inline-block;
	float:left;
	margin-right:6px;
}
.csd-header-social a img:hover {
	filter:alpha(opacity=70); opacity:0.7;
}
.csd-header-right {
	width:701px;
	height:91px;
	position:relative;
	border:solid 1px #CCC;
}
.csd-header-banner-holder {
	position:absolute;
	top:0;
	right:0;
	width:700px;
	height:90px;
	overflow:hidden;
}
.csd-sticky-holder {
	position: fixed;
	top: 0;
	z-index: 1050;
}
.csd-sticky-catalogue {
	/*z-index: 11000000 !important;*/
	top:65px;
	
}
.csd-top-padder-for-sticker {
	padding-top:85px !important;
}
.csd-top-menu-add-your-business-holder {
	width:100%;
	height:60px;
	border-bottom:5px solid #ed1c24;
	border-top:solid 1px #dadada;
	background:#f6f6f6;
}
.csd-add-your-business-holder {
	width:230px;
	padding-top:18px;
	
}
/*.csd-sign-in-button span {
	font-size:12px;
	font-weight:normal;
	font-family:Verdana;
	background:#ed1c24;
	color:#FFF !important;
	padding:0px 4px 2px 4px;
	margin-left:5px;
}*/
.csd-add-your-business-button span {
	font-size:20px;
	font-weight:bold;
	font-family:Verdana;
	background:#ed1c24;
	color:#FFF !important;
	padding:0px 4px 2px 4px;
	margin-right:5px;
	
}
.csd-add-your-business-button:hover span {
	text-decoration:none !important;
	background:#fd4023;
}
/*.csd-add-your-business-icon {
	font-size:32px;
	font-weight:bold;
	font-family:Verdana;
	background:#ed1c24;
	padding:6px 12px 8px 13px;
	color:#FFF !important;
	display:inline-block;
	width:auto !important;
}

.csd-add-your-bussiness-holder div, .csd-add-your-bussiness-holder a {
	width:160px;
}

.csd-add-your-business-link-icon:hover {
	text-decoration:none;
	background:#f9545a;
}

.csd-add-your-business-link-text {
	margin-left:10px;
	padding-top:5px;
	display:inline-block;
}
*/
.csd-top-menu-holder {
	width:700px;
}

.csd-top-signin-lan-holder {
	/*width:195px;*/
	display:inline-block;
	margin-top:16px;
	background:#fff;
}
/*sign in styles*/
.csd-sign-in-btn {
	
	padding:5px 25px 7px 5px !important;
	background:url(../img/icon-sign-in.png) no-repeat;
	background-color:#FFF;
	background-position: right 5px top 8px;
	float:right !important;
}
.csd-sign-in-holder {
	display:none;
	position:absolute;
	top:55px;
	right:-10px;
	z-index: 320002;
	font-size:10pt;
}
.csd-sign-in-disabled {
	position:absolute;
	background:#fff;
	top:0;
	left:0px;
	z-index: 320002;
	height:100%;
	width:100%;
	filter:alpha(opacity=80); opacity:0.8;
	
}
.csd-sign-in-disabled-over {
	position:absolute;
	/*top:25%;*/
	left:5%;
	z-index: 320003;
	/*height:100%;*/
	width:90%;
	font-size:16pt;
	color:#ed1c24;
	text-align:center;
	padding:60px 10px 0 10px;
}
.csd-sign-in-content {
	display:table;
	border:solid 1px #CCC;
	background:#FFF;
	width:300px;
	position:relative;
}
.csd-sign-in-login ul {
	list-style:none;
	margin:0;
	padding:10px;
}
.csd-sign-in-login ul li {
	display:block;
	padding:5px 0;
}
.csd-register-links-holder {
	border-top:solid 1px #CCC;
	background:#fafafa;
	display:inline-block;
	padding:10px 0;
	width:100%;
	
}
.csd-register-links-holder a {
	padding:5px 10px !important;
}
/*---*/
.csd-top-menu-links-holder {
	/*width of top menu links holder is 100% minus width of sign in and lan switcher div (5 px for just holder)
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);*/
	width:100%;
	display:inline-block;
	padding-top:18px;
	position:relative;
}
.csd-top-menu-links-holder a {
	/*color:#333;*/
	display:inline-block;
	/*float:left;*/
	margin-left:10px;
	padding:5px 0;
}
.csd-top-menu-links-holder a:first-child {
	margin-left:0;
}

/*content*/
.csd-small-map {
	height:200px !important;
}
.csd-all-content-overlyer {
	display:none;
	position:fixed;
	background:#FFF url('../img/ajax-loader.gif') 50% 50% no-repeat;
	width:100%;
	height:100%;
	top:0;
	left:0;
	/*z-index:22001;*/
}
.csd-map-container-holder {
	
	display:table;
}

.csd-map-container {
	position:relative;
	border:solid 1px #CCC;
}

/* weather */
.csd-weather-holder {
	position:absolute;
	bottom:3px;
	right:2px;
	background:#FFF;
	border:solid 1px #CCC;
	/*background-color:rgba(255, 255, 255, 0.5);*/
	z-index:751;
	/*width:80px;*/
}
.csd-weather-img {
	width:32px;
	padding:1px 0 0 3px;
}
.csd-weather-temperature {
	font-size:13pt;
	font-family:Verdana;
	padding:6px 5px;
}
.csd-weather-temperature sup {
	font-size:8pt;
}
.csd-weather-holder img {
	width:32px;
}
/*-----*/
.csd-map-buttons-zoom-fullscreen {
	top:38px !important;
}
.csd-map-buttons-control-fullscreen {
	top:100px !important;
}
/*map suggestion*/
.csd-map-sugestions-fullscreen {
	position:fixed !important;
	top:2px !important;
	height: -moz-calc(100% - 10px) !important;
	height: -webkit-calc(100% - 10px) !important;
	height: calc(100% - 10px) !important;
}
.csd-map-suggestions-holder {
	position:absolute;
	top:47px;
	right:-2px;
	width:300px;
	height:351px;
	z-index:755;
	display:block;

}
.csd-map-suggestions-container {
	height:100%;
	
}
.csd-map-suggestions-button-holder {
	position:absolute;
	background:#FFF;
	border:solid 1px #CCC;
	border-right:none;
	top:0px;
	left:1px;
	width:32px;
	height:30px;
	z-index:300002;
	/*padding:5px 0 0 5px;*/
}
.csd-map-suggestions-count {
	width:30px;
}
.csd-map-suggestions-button {
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:3px 2px;
	background-size:24px 24px;
	cursor:pointer;
}
.csd-ms-open {
	background-image:url(../img/icon-32-search-result-red-left.png);
}
.csd-ms-close {
	background-image:url(../img/icon-32-search-result-red.png);
}
.csd-map-suggestions-button:hover {
	filter:alpha(opacity=70); opacity:0.7;
}
.csd-map-suggestions-content-holder {
	height:100%;
	background:#FFF;
	/*overflow-y:auto;
	-webkit-overflow-scrolling: touch;*/
	border:solid 1px #CCC;
	position:absolute;
	top:0;
	right:0px;
	width:265px;
	z-index:1;
}
.csd-map-suggestions-content {
	padding:0 0 0 10px;
	
}
.csd-ms-title {
	border-bottom:solid 1px #ed1c24;
	height:25px;
	padding:5px 0 0 0;
	/*position:fixed;*/
	width:100%;
	background:#FFF;
}
.csd-ms-content {
	/*padding-top:50px;height: 100%;*/
	position: absolute;
	
	overflow-y: auto;
	overflow-x: none;
	-webkit-overflow-scrolling: touch;
	width: 245px;
	bottom: 0;
	
	height: -moz-calc(100% - 31px);
	height: -webkit-calc(100% - 31px);
	height: calc(100% - 31px);
	padding:0 10px 0 0;
	
}

.csd-ms-closed-div {
	width:34px;
}
.csd-ms-closed-content {
	display:none;
}
.csd-map-sugestion-imp-invisible {
	visibility:hidden;
}

.csd-ms-list-title {
	font-size:11pt;
	padding:5px 0;
	text-indent:25px;
	color:#ed1c24;
	background:url(../img/icon-20-arrow-left.png) no-repeat 0px 8px;
}
.csd-ms-list-ul {
	list-style:none;
	padding:5px 0;
	margin:0 0 10px 0;
	font-size:10pt;
	border-bottom:solid 1px #ed1c24;
}
.csd-ms-list-ul:last-child {
	border-bottom:none;
	margin-bottom:0;
}
.csd-ms-list-ul li {
	border-top:solid 1px #dadada;
	padding:6px 0;
	color:#4872a4;
}
.csd-ms-list-ul li font {
	font-size:9pt;
}
.csd-ms-list-ul li:hover {
	cursor:pointer;
	/*text-decoration:underline;*/
	color:#ed1c24;
}
.csd-ms-list-ul li:hover font {
	color:#999;
}
.spGoSearch {
	display:none;
}
/*EOF SUGESTIONS */
.csd-mididle-section-holder {
	width:100%;
	border-top:solid 1px #dadada;
	border-bottom:solid 1px #dadada;
	background:#fafafa;
}
.csd-simple-page-title {
	width:100%;
	border-bottom:solid 1px #ee2c50;
	
}
.csd-section-title {
    font-size:15pt;
    /*font-family:Verdana;*/
    color:#000066;
    padding:15px 0;
}

.csd-section-title a {
	font-size:15pt;
	/*font-family:Verdana;*/
    color:#ee2c50 !important;
	padding:15px 0;
}

.csd-poster-title a {
	color:#ee2c50;
}

.csd-section-title h2 {
	font-size:11pt;
}
.csd-content {
	padding:15px 0;
	column-width:200px;
	-moz-column-width:200px; /* Firefox */
	-webkit-column-width:200px;
}
.csd-content ul li {
	padding:5px;
	border:solid 1px #CCC;
	margin:0 5px 5px 0;
	display:inline-block;
	width:95%;
}
.csd-map-div {
	
	/*display:table;
	z-index:15000000;*/
}
.csd-map-fullscreen {
	position:fixed;
	width:100%;
	height:100% !important;
	top:0;
	left:0;
	z-index:750;
	border:none;
	background:#FFF;
}
/* search line on map */
.olControlZoom {
	z-index:751 !important;
}
.csd-search-line-holder, .csd-search-line-holder-org {
	width:55%;
	height:0px;
	position:absolute;
	left:80px;
	top:10px;
	z-index: 751;
}
.csd-search-line-holder-org {
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}
.csd-search-line-fullscreen {
	position:fixed;
	top:40px !important;
}
.csd-search-box {
	display:inline-table;
	width: -moz-calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	width: calc(100% - 25px);
	position:relative;
}
.csd-search-box-input, .csd-search-box-input-real-estate {
	width:100%;
	height:30px;
	background:#fff;
	border:solid 1px #CCC;
	padding-left:5px;
}
.csd-search-button-for-mapshare {
	position:fixed !important;
	top:-10000px !important;
	left:-10000px !important;
	width:0 !important;
	height:0 !important;
}
.csd-search-button {
	margin:0;
	height:26px;
	width:26px;
	outline:0 none;
	border:0 none;
	background:#ed1c24 url('../img/icn-search.png') 50% 50% no-repeat;
	line-height:17px;
	font-size:14px;
	text-indent:100%;
	white-space:nowrap;
	color:#fff;
	cursor:pointer;
	position:absolute; 
	right:-3px;
	top:3px;
}
.csd-search-button:hover {
	background-color:#fd4023;
}
.csd-search-line-loading {
	display:none;
	position:absolute; 
	right:30px;
	top:4px;

}
.csd-city-box {
	display:inline-table;
	/*width:100%;*/
	position:relative;
	margin-right:18px;
	margin-top:10px;
	width:auto;
}
.csd-city-holder {
	/*
	padding-top:7px;*/
}
.csd-city-link-holder {
	border: 1px solid #CCC;
	height: 23px;
	width: auto;
	min-width:120px;	
	background:#FFF;
	display:inline-table;
	padding:7px 5px 0 5px;
	position:relative;
	margin-top:5px;
	margin-right:10px;
	float:left;
}
.csd-city-link-holder a {
	font-size:10pt;
}
.csd-link-arrow {
	
	/*padding:6px 25px 5px 5px;*/
	background:url(../img/icon-sign-in.png) no-repeat #FFF;
	background-position: right 5px top 8px;
	/*background-color:#FFF;
	border:solid 1px #CCC;*/
	
}
.csd-city-chooser-main-link {
	padding:8px 70px 8px 0px;
}
.csd-city-dropdown {
	display: none;
	top: 34px;
	left: 0px;
	width: auto;
	min-width:120px;	
	background:#FFF;
	position: absolute;
	padding:0 0px 0 5px;
	border: solid 1px #CCC;
	height:auto;
	max-height:130px;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	
}
.csd-city-list-ull {
	list-style:none;
	line-height:18px;
	padding:4px 10px;
}
.csd-city-list-ull li {
	border-top:dotted 1px #CCC;
	padding:3px 0;
}
.csd-city-list-ull li:first-child {
	border-top:none;
}
.csd-city-list-active a {
	color:#ed1c24;
}
/* CATALOGUE */
.csd-catalogue-path-ul {
	padding:0;
	margin:0;
	list-style:none;
	display:table;
}
.csd-catalogue-path-ul li {
	float:left;
	display:inline-block;
	padding:5px 10px 5px 25px;
	background:url(../img/icon-20-arrow-left.png) no-repeat 0px 7px;
	color:#FD3D30;
}
.csd-catalogue-holder {
	padding:20px 0;
}

.csn-cat-more-holder-short{
    height: 60px;
    overflow: hidden;
}

.csd-catalogue-ul {
	list-style:none;
	margin:0;
	padding:0;
	display:table;
	width:100%;
}
.csd-catalogue-ul li {
	display:inline-table;
	float:left;
	width:25%;
	padding:5px 0;
	/*height:35px;*/
}
.csd-catalogue-ul li .csd-cat-name {
	display:inline-block;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
}
.csd-catalogue-ul li .csd-cat-count {
	width:60px;
	display:inline-block;
	color:#FD3D30;
	font-family:Verdana;
	font-size:9pt;
}
.csd-sub-active {
	color:#FD3D30;
}
.csd-catalogue-sub-holder {
	display:block;
	width:230px;
}
.csd-catalogue-org-holder {
	display:block;
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	padding:0 0 20px 0;
}
.csd-catalogue-sub-holder ul li {
	width:100%;
	border-top:solid 1px #f1f1f1;
	padding:7px 0;
}
.csd-catalogue-sub-holder ul li:first-child {
	border-top:none;
}
.csd-catalogue-ul li .csd-sub-name {
	display:inline-block;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}
.csd-catalogue-ul li .csd-sub-count {
	width:40px;
	display:inline-block;
	color:#EE2C50;
	font-family:Verdana;
	font-size:9pt;
}

/*organizations list in catalogue
.csd-organizations-ul {
	padding:0;
	margin:0;
	list-style:none;
}
.csd-organizations-ul li {
	width:48%;
	height:100px;
	display:inline-block;
	padding:5px 0;
	float:left;
	position:relative;
}
.csd-organizations-ul li:nth-child(even)  {
	float:right;
}
.csd-organizations-ul li .csd-organizations-cont {
	background:#FFF;
	padding:5px 5px 10px 10px;
	border:solid 1px #fff;
}

.csd-organizations-ul li section {
	padding:5px 0 8px 0;
	width:100%;
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.csd-org-name {
	font-size:11pt;
	
}
.csd-org-descr {
	font-size:10pt;
	
}
.csd-org-addr {
	font-size:10pt;
	background:url(../../img/icons/0.png) no-repeat 0px 0px;
	text-indent:30px;
}
.csd-org-addr a {
	color:#555;
}
.csd-organizations-ul li:hover {
	-webkit-box-shadow: 0 0 10px 0 #B8B8B8;
	box-shadow: 0 0 10px 0 #B8B8B8;
	height:auto;
	position:absolute;
	z-index:2;
}
.csd-organizations-ul li:hover section {
	white-space:inherit;
}
*/
/*testing ul li */

.csd-organizations-ul {
	padding:0 0 20px 0;
	margin:0;
	list-style:none;
	/*display:table;*/
}
.csd-organizations-ul li {
	width:48%;
	height:100px;
	display:inline-block;
	padding:5px 0;
	/*margin:0 0 10px 0;*/
	float:left;
	position:relative;
	
}
.csd-organizations-ul li:nth-child(even)  {
	float:right;
}
.csd-organizations-ul li .csd-organizations-cont-holder {
	position:relative;
	border:solid 2px #000;
}
.csd-organizations-ul li .csd-organizations-cont {
	background:#FFF;
	padding:5px 5px 10px 10px;
	/*border:solid 1px #fff;
	position:fixed;*/
}
.csd-organizations-ul li .csd-organizations-cont-vip {
	/*border:solid 1px #ccc;*/
	border-right:solid 5px #ed1c24;
	/*background:#f9f9f9;*/
}
.csd-organizations-ul li .csd-organizations-cont-haslogo section {
	width: -moz-calc(100% - 105px);
	width: -webkit-calc(100% - 105px);
	width: calc(100% - 105px);
	/*margin-left:100px;*/
}
.csd-organizations-ul li .csd-organizations-cont-haslogo .csd-org-addr {
	width: -moz-calc(100% - 135px);
	width: -webkit-calc(100% - 135px);
	width: calc(100% - 135px);
}
.csd-organizations-ul li .csd-organizations-cont-haslogo img {
	width:90px;
	height:90px;
	float:left;
	margin:0px 7px 0 0;
	border:solid 1px #CCC;
	padding:2px;
	background:#FFF;
}
.csd-organizations-ul li section {
	padding:5px 0 8px 0;
	width:100%;
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.csd-organizations-ul .csd-org-name {
	font-size:11pt;
	
}
.csd-organizations-ul .csd-org-descr {
	font-size:10pt;
	
}
.csd-organizations-ul .csd-org-addr {
	font-size:10pt;
	background:url(../img/markers/0.png) no-repeat 0px 0px;
	padding-left:30px;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	/*text-indent:30px;
	padding:5px 0;*/
}
.csd-organizations-ul .csd-org-addr a {
	color:#555;
}
.csd-organizations-ul li:hover .csd-organizations-cont {
	-webkit-box-shadow: 0 0 10px 0 #B8B8B8;
	box-shadow: 0 0 10px 0 #B8B8B8;
	/*border:solid 1px #F00;*/
	
	height:auto;
	position:absolute;
	z-index:2;
}
.csd-organizations-ul li:hover section {
	white-space:inherit;
}



/*pagination*/
.csd-pagination-holder {
	display:table;
	border-top:solid 1px #CCC;
	padding-top:10px;
}
.csd-pagination {
	padding-left:0px;
}
.csd-pagination a, .csd-pagination span {
	display:inline-block;
	margin:0 5px 5px 0;
	padding:5px;
	border:solid 1px #CCC;
	background:#f9f9f9;
	font-family:Verdana;
	font-size:9pt;
	width:auto;
	min-width:20px;
	text-align:center;
}
.csd-pagination span {
	background:#fff;
	color:#999;
	border-color:#dadada;
}
.csd-pagination a:hover {
	background:#FFF;
	text-decoration:none;
	-webkit-box-shadow: 0 0 1px 0 #B8B8B8;
	box-shadow: 0 0 1px 0 #B8B8B8;
}
.csd-pagination-active {
	color:#EE2C50;
	background:#FFF !important;
	-webkit-box-shadow: 0 0 3px 0 #B8B8B8;
	box-shadow: 0 0 3px 0 #B8B8B8;
}

/*POPUP BUBLE*/

.csd-bubble-holder {
	width:auto;
	display:block;
	background:#fff;
	max-width:300px;
	position:relative;
}
.csd-bubble-content {
	display:table;
}
.csd-bubble-holder img {
	margin:0 10px 10px 0;
}
.csd-bubble-title {
	font-size:11pt;
	font-weight:bold;
	color:#4872a4;
	padding:5px 0 5px 0;
	display:block;
	min-width:300px;
}
.csd-bubble-sm {
	max-width:170px;
}
.csd-bubble-sm .csd-bubble-title {
	min-width:170px;
}

.csd-bubble-descr {
	font-size:9pt;
	color:#777;
	padding:5px 0 5px 0;
	display:block;
}
.csd-bubble-addr {
	font-size:9pt;
	color:#333;
	padding:5px 0 5px 0;
	display:block;
}
.csd-bubble-tel {
	font-size:9pt;
	color:#4872a4;
	padding:5px 0 5px 0;
	display:block;
	border-top:dotted 1px #CCC;
	/*position: absolute;
	bottom: -25px;*/
	width: 100%;
}
.csd-bubble-tel font {
	font-family:Verdana;
}
.csd-bubble-tel a:hover {
	text-decoration:none;
}

.csd-bubble-ban {
    font-size:9pt;
    color:#4872a4;
    padding:5px 0 5px 0;
    display:block;
    border-bottom:dotted 1px #CCC;
    /*position: absolute;
    bottom: -25px;*/
    width: 100%;
}
.csd-bubble-ban img {
    margin: 0 !important;
    width: auto;
    height: 22px;
}
.csd-bubble-ban font {
    font-family:Verdana;
}
.csd-bubble-ban a:hover {
    text-decoration:none;
}


.csd-marker-popup-holder {
	width:350px;
	display:block;
	background:#fff;
}
.csd-mpc-main-holder, .csd-mpc-address-holder {
	display:table;
	width:100%;
}
.csd-mpc-main-holder {
	padding-bottom:5px;
}
.csd-mpc-address-holder {
	border-top:dotted 1px #CCC;
	padding-top:5px;
}
.csd-marker-popup-content {
	width:245px;
	position:relative;
	min-height:80px;
	padding-bottom:15px;
}
.csd-marker-popup-logo {
	width:105px;
	height:105px;
}
.csd-mpc-title {
	font-size:11pt;
	font-weight:bold;
	color:#4872a4;
	height:60px;
}
.csd-mpc-descr {
	font-size:9pt;
	color:#777;
	width:100%;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	padding-bottom:10px;
}
.csd-mpc-address {
	position:absolute;
	width:245px;
	bottom:0;
	left:0;
	font-size:10pt;
	padding-top:5px;
	display:block;
}

/*BUBBLE STYLES BY NICO FROM POPUP.CSSS */
.olPopup {
	z-index:1050 !important;
}
#bubble {
  position: absolute;
  background-color:#fff;
  margin: 0;
  padding:10px;
  width:180px;
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  display:none;
  z-index:1010; 
  font-size: 11px;
  font-family: Verdana;
}

#bubble:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: transparent #fff transparent transparent ;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  top:7px;
  left:-20px;
}
  

.bubble {
  position: fixed;
  background-color:#eee;
  margin: 0;  
  padding:10px;
  text-align:center;
  width:180px;
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  display: block;
  z-index:1010; 
}

.bubble:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: transparent #eee transparent transparent ;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  bottom:7px;
  left:-20px;
} 
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* panzoombaris chamoceva qvemot */
.olControlPanZoomBar { 
  top: 44px !important;
}

/*end of grid popup */

/*share on web popup styles*/

.popup_info_holder {
    display:table;
/*    width: 300px;*/
    /*padding: 10px 0 0 10px;
    position: relatve; */ 
   
}
.popup_info_holder .content_holder {
    width:100%;
    display:block;
    float:left;
    padding: 5px;
    font-size: 12px;
}
.popup_info_holder .copyright {
    width:100%;
    display:block;
    float:left; 
    border-top:dotted 1px #CCC;
    padding: 5px 0 0 0px;
    font-family:Verdana;
    font-size: 9px;
    color:#333;
    text-align: right;   
    
}
.popup_info_holder .copyright a {
    color:#205990;
    text-decoration: none;
    font-weight: bold; 
    letter-spacing:1px;
}
.popup_info_holder .copyright .more {
    float:left;
    padding-top:3px;
}
.popup_info_holder .copyright .holder_24 {
    background:#FF0000;
    color:#FFF !important;
    padding: 0 1px;
    font-weight: bold;
    letter-spacing:0px;
}
.popup_info_holder h1 {
    font-size: 16px;
    font-weight: bold;   
    margin: 0;
}
.popup_info_holder h2 {
    font-size: 13px;
    font-weight: normal;
    margin: 0; 
}
.popup_info_holder .img_holder {
    width: 100px;
    max-height: 100px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right:7px;
    border:solid 1px #CCC;
}
.popup_info_holder .img_holder img {
    max-width:100px;
}
/*---------------------------------------*/
/* CONTACT */
.csd-contact-info-holder {
	width:50%;
	margin-bottom: 20px;
}
.csd-contact-map-holder {
	width:50%;
	position:relative;
	margin-bottom: 15px;
}

.csd-contact-map-container {
	height:450px !important;
	border:solid 1px #CCC;
}


.csd-contact-ul {
	margin:0;
	padding:0 0 20px 0;
	list-style:none;
	border-bottom:solid 1px #CCC;
}
.csd-contact-input-list {
	border-bottom:none;
}
.csd-contact-ul li {
	padding:8px 0;
	color:#ee2c50;
	width:100%;
	display:inline-block;
}
.csd-contact-ul li:first-child{
	padding-top:0;
}
.csd-contact-ul li section {
	color:#4872a4;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	display:block;
	float:right;
}
.csd-contact-input-captcha-holder {
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}
.csd-contact-captcha-holder {
	width:160px;
}
.csd-about-us-text {
	line-height:25px;
}

/*shida gverdi */
.csd-org-logo-holder {
	/*width:200px;
	height:200px;*/
	/*border:solid 1px #CCC;
	margin:0px 10px 10px 0px;
	float:left*/
	
	margin-right: 20px;
	max-height:80px;
	max-width:50%;
	/*z-index:800;
	position:absolute;
	top:10px;
	right:10px;*/
}
.csd-org-logo-holder img {
	max-height:80px;
	max-width:100%;
	float:right;
	/*background:#FFF;
	border:solid 1px #CCC;
	padding:10px;*/
}
.csd-org-logo-holder-alt {
	width:100px;
	float:right;
	margin:0 0 10px 10px;
	display:none;
	padding-top:16px;
}
.csd-org-logo-holder-alt img {
	width:100%;
	max-height:100px;
}
.csd-org-name-logo-holder {
	width:100%;
	display:block;

	border-bottom:solid 1px #ed1c24;
	padding:0 0 30px 0;
	margin-bottom: 20px;
}
.csd-org-name-logo-holder h1 {
	font-size:22pt;
	font-weight: bold;
}
.csd-org-map-img-holder {
	width: -moz-calc(100% - 605px);
	width: -webkit-calc(100% - 605px);
	width: calc(100% - 605px);
	display:block;
	/*height:300px;
	overflow:hidden;*/
}
.csd-org-map-img-holder img {
	width:100%;
	margin: 0 auto;
	display:block;
}
.csd-org-phone-spacer-small {
		display:none;
}

.csd-org-details-ul {
	margin:0;
	padding:0;
	list-style:none;
	/*border-bottom:solid 1px #CCC;*/
}
.csd-org-details-ul li {
	padding:0 0 10px 40px;
	color:#000066;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	display:inline-block;
	background-position:top left;
	background-repeat:no-repeat;
	background-size:24px;
	line-height:22px;
	position:relative;
	font-size: 17px;
	font-weight: normal;

}
.csd-org-details-ul li a
{
	color:#000066;
	font-weight: normal;
}
.csd-org-details-ul li img {
	width:24px;
	height:24px;
	position:absolute;
	left:0;
	top:0;
	filter:alpha(opacity=50); opacity:0.5;
}
.csd-org-details-desc
{
	font-size: 17px;

}
.csd-org-li-open {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}
/*
.csd-org-li-address {
	background-image:url(../img/org-icons/address.png);
}
.csd-org-li-phone {
	background-image:url(../img/org-icons/phone.png);
	font-size:10pt;
	font-family:Verdana;
}
.csd-org-li-www {
	background-image:url(../img/org-icons/www.png);
}
.csd-org-li-at {
	background-image:url(../img/org-icons/at.png);
}
.csd-org-li-time {
	background-image:url(../img/org-icons/time.png);
}
*/
.csd-org-cat-alternative {
	display:none;
}
.csd-org-details-ul li:first-child{
	padding-top:0;
}

.csd-org-cat-holder {
	width:100%;
	border-bottom:solid 1px #CCC;
	height:auto;
}
.csd-org-visited {
	padding:15px 0;
}
/* organization full page tabs */

.csd-org-tabs-holder {
	display:table;
	padding-bottom:20px;
	
}
.csd-org-tabs-ul {
	margin:0;
	padding:0;
	list-style:none;

	color:#4872a4;
	/*border:solid 1px #ed1c24;*/
	border-top:none;
	display:table;
	/*background:#f9f9f9;*/
}
.csd-org-tabs-ul li {
	float:left;
	display:inline-block;
	padding:8px 10px 10px 30px;
	margin-right:5px;
	cursor:pointer;
	background:url(../img/icon-20-arrow-left.png) no-repeat 5px 10px #f9f9f9;
	border:solid 1px #CCC;
	border-top:none;
}
.csd-org-tabs-ul li:hover, .csd-org-tabs-ul li a:hover {
	color:#999;
	text-decoration:none;
}
.csd-org-tabs-ul li:first-child {
	/*border-left:none !important;*/
}
.org-tab-active {
	/*border-bottom:solid 1px #4872a4;*/
	color:#ed1c24;
	background-image:url(../img/icon-sign-in.png) !important;
	background-position:6px 11px !important;
	background-color:#fff !important;
	border:solid 1px #fff !important;
	border-top:none !important;
}
.csd-org-tab-disable {
	color:#333 !important;
	cursor:default !important;
	filter:alpha(opacity=30); opacity:0.3;

}
._hide
{
	width: 0;
	height: 0;
	overflow: hidden;
}
.csd-org-image-gallery {
	/*display:inline-table;*/
	width:100%;
}
.fancybox-thumbs img {
	width:120px;
	height:90px;
	padding:2px;
	border:solid 1px #CCC;
	display:inline-block;
	float:left;
	margin:0 11px 10px 0;
	
}
.csd-org-image-gallery .csd-org-more-holder .csd-cat-more-holder {
	background-image:none !important;
}
.csd-org-map-height {
	max-height:450px;
	position:relative;
	overflow: hidden;
}
.csd-org-more-holder {
	position: absolute; 
    bottom: 0; 
    left: 0;
    width: 100%; 
    text-align: center; 
    margin: 0; 
    padding: 50px 0 0 0;
    /*height:45px;*/
    
    background:url(../img/bottom-fade.png) repeat-x top;
	/*border-top:solid 1px #F00;
	border-bottom:solid 1px #F00;*/
	
	
	/*background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, rgba(255,0,0,0)),
  color-stop(1, rgba(0,0,0,0)));*/
	/* "transparent" only works here because == rgba(0,0,0,0) 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, black));
	background-image: -webkit-linear-gradient(top, transparent, black);
	background-image: -moz-linear-gradient(top, transparent, black);
	background-image: -ms-linear-gradient(top, transparent, black);
	background-image: -o-linear-gradient(top, transparent, black);*/ 
}

.csn-cat-more-holder{
    margin-top: -60px;
    width: 100%; 
    text-align: center; 
    position: relative;
    padding: 45px 0 0 0;
    background:url(../img/bottom-fade.png) repeat-x top;
}



.csd-org-read-more {
	padding-top:10px;
	border-top:solid 1px #ccc;
	background:#FFF;
}
.bottom-to-top {
  border-width:10px;
  -webkit-border-image:-webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image:-webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image:-o-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image:-moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;    
}

/*color:#4872a4;
/*------------*/
/* VIP ORGANIZATIONS */
.csd-vip-holder {
	display:table;
	padding:10px 0;
}
.csd-vip-organizations-ul {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
}
.csd-vip-organizations-ul li {
	display:inline-block;
	padding:10px 0;
	margin:0;
	width:25%;
    height:282px;
	float:left;
	position:relative;
}
.csd-vip-organizations-ul li .csd-organizations-cont {
	background:#FFF;
	border:solid 1px #CCC;
	padding:10px;
	text-align:center;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}
.csd-vip-organizations-ul li:hover  .csd-organizations-cont {
	/*position:absolute;
	background:#F00;*/
	-webkit-box-shadow: 0 0 10px 0 #B8B8B8;
	box-shadow: 0 0 10px 0 #B8B8B8;
	/*border:solid 1px #F00;*/
	
	height:auto;
	position:absolute;
	z-index:2;
}
.csd-vip-organizations-ul li:hover section {
	white-space: inherit;
	overflow: inherit;
}
.csd-vip-organizations-ul li section {
	width:100%;
	padding:4px 0;
	text-align:left;
	min-height:25px;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.csd-vip-organizations-ul li img {
	margin:0;
	margin-bottom:10px;
	width:100%;
	max-width:200px;
}
.csd-vip-organizations-ul li .csd-org-name {
	border-top:solid 1px #f1f1f1;
	padding-top:10px;
}

.csd-cat-vip-ul li {
	width:33%;
	border-top:solid 1px #CCC;
	padding:20px 0;
}
.csd-cat-vip-ul li:nth-child(even) {
	float:left;
}
.csd-cat-vip-ul li .csd-organizations-cont {
	width:90%;
	border-right:none;
	
}
.csd-cat-vip-ul li:hover .csd-organizations-cont {
	border-right:none;
}
.csd-cat-vip-ul li section {
	min-height:20px;
}
/*SIMILAR ORGANIZATIONS */
.csd-org-contact-tab {
	position:relative;
}
.csd-org-similar-ul {
	padding:0;
	width:100%;
	margin:0;
	list-style:none;
}
.csd-org-similar-ul li {
	border-bottom:dashed 1px #CCC;
	padding:5px 0 5px 10px;
	position:relative;
}
.csd-org-similar-ul li:last-child {
	border-bottom:none;
}
.csd-org-similar-ul li:first-child {
	color:#ed1c24;
	/*border:none;*/
	padding:10px 0 10px 30px;
	border:solid 1px #CCC;
	background:url(../img/icon-sign-in.png) no-repeat 10px 13px #f9f9f9;
	
}
.csd-org-similar-ul li:first-child a {
	color:#ed1c24;
}
.csd-org-similar-ul section {
	padding:1px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.csd-org-similar-ul .csd-org-addr a {
	color:#777;
}
.csd-similar-org-holder-alt {
	display:none;
	padding-top:20px;
}
.csd-org-similar-ul section:hover {
	white-space:inherit;
}
/*similar orgs style for small screens */
.csd-similar-org-holder-alt .csd-org-similar-ul {
	position:inherit;
}
/*new autocomplete*/
.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
  }
  .ui-autocomplete {
	z-index:751;
	/*margin-left:-7px !important;*/
}
.ui-autocomplete li {
		font-family: 'BPGIngiri2008Regular', Verdana, Sylfaen;
	font-size:8pt;

}
.csd-highlight {
	color:#4872a4;
	font-weight:bold;
}
  .oldname {
	  float:right;
	  color:#F00;
  }
  .description {
	  float:right;
	  color:#999;
	  font-style:italic;
	  width:120px;
	  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right:5px;
  }
/*SITEM MAP*/

.csd-sitemap-street-holder {
	border:solid 1px #CCC;
	padding:5px 10px;
	margin:10px 0;
	/*background:#fafafa;*/
}
.csd-sitemap-street-name {
	
}
.csd-sitemap-subdiv-title {
	border-top:solid 1px #CCC;
	margin-top:5px;
	padding:5px 0;
}
.csd-sitemap-fonter span, .csd-sitemap-fonter a {
	font-family: 'BPGIngiri2008Regular', Verdana, Sylfaen !important;
	font-size:11pt;
}
.csd-current-letter {
	background:#ed1c24 !important;
	color:#FFF;
}
.csd-current-letter:hover {
	background:#FFF !important;
}
/*.csd-sitemap-street-holder ul {
	padding:5px 0;
	margin:0;
	list-style:none;
	width:100%;
	display:table;
}
.csd-sitemap-street-holder ul li {
	padding:5px;
	border:solid 1px #CCC;
	background:#FFF;
	display:inline-block;
	float:left;
	margin:3px 5px 0 0;
}
.csd-sitemap-street-holder ul li:hover {
	background:#F1F1F1;
}*/
/*OLD STREET NAMES LIST*/
.csd-old-streets {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
.csd-old-streets li {
	padding:5px 0;
	border-top:dashed 1px #CCC;
	display:inline-table;
	width:100%;
}
.csd-old-streets li:hover {
	background:#f1f1f1;
}
.csd-old-streets li:first-child {
	border-top:none;
}
.csd-old-streets li:first-child:hover {
	background:none;
}
.csd-old-streets li section {
	display:inline-block;
	float:left;
	width:40%;
}
.csd-old-streets li .csd-oldstr-city {
	width:20%;
}
.csd-oldstr-input-holder {
	width:300px;
	position:relative;
}
.csd-oldstr-input {
	background:#f9f9f9;
	/*width:300px !important;*/
}
.csd-oldstr-page-title {
	padding-top:10px;
}
.geo_kbd_checkbox {
	 background:url(../img/kbd_flags.png)
}

.kbd_place {
	position: absolute;
	width: 22px;
	overflow: hidden;
	height: 17px;
	right: 5px;
	top:7px;
	margin:0;
	padding:0;
	z-index:2;
	
}
.kbd_flags {
	background-image: url(../img/kbd_flags.png);
	
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 50px;
	height: 17px;
	cursor: pointer;
	position: absolute;
}

/*banners*/
.csd-banner-under-map-holder{
	display:block;
	/*border-top:solid 1px #CCC;*/
	width:100%;
	height:80px;
}
.csd-banner-under-map-left {
	width:650px;
	height:80px;
	overflow:hidden;
	border:solid 1px #CCC;
}
.csd-banner-under-map-right {
	width:200px;
	height:80px;
	overflow:hidden;
	border:solid 1px #CCC;
}
.csd-add-banner-200-x-80 {
	width:200px;
	height:80px;
	display:block;
	font-size:16pt;
	text-align:center;
	padding-top:10px;
}
.csd-add-banner-650-x-80 {
    width:650px;
    height:80px;
    display:block;
    font-size:16pt;
    text-align:center;
    padding-top:10px;
}
.csd-add-banner-200-x-80 font {
	font-size:12pt;
	color:#999;
}
.csd-add-banner-650-x-80 font {
    font-size:12pt;
    color:#999;
}
.csd-add-banner-200-x-80:hover {
	text-decoration:none;
	background:#f9f9f9;
}
.csd-add-banner-650-x-80:hover {
    text-decoration:none;
    background:#f9f9f9;
}
/* branch list */
.csd-branch-list ul {
	width:49%;
	padding:5px;
	margin:0;
}
.csd-alt-map-title-for-branches {
	background:#fafafa;
	padding:10px 5px;
	display:none;
}
/* FOOTER */
.csd-footer-holder {
	/*position:fixed;
	left:0;
	bottom:0;
	height:50px;
	border-top:solid 5px #ed1c24;
	background:#dadada;*/
}
.csd-footer-right {
	width:250px;
	padding-top:20px;
	font-family:Verdana;
	font-size:12px;
	color:#666;
}
.csd-footer-left {
	width: -moz-calc(100% - 260px);
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
	padding-top:16px;
}
.csd-footer-menu-links-holder {
	width:100%;
	display:table;
}
.csd-footer-menu-links-holder ul {
	float:left;
	display:inline-block;
	list-style:none;
	padding:0 50px 0 20px;
	border-left:solid 1px #CCC;
}
.csd-footer-menu-links-holder ul li {
	display:block;
	padding:4px 0;
	width:100%;
	font-size:9pt;
}
/*.csd-footer-menu-links-holder a {
	display:inline-block;
	margin-right:20px;
}*/
.csd-top-counter-holder {
	padding-top:10px;
}
.csd-facebook-holder {
	padding-top:10px;
}
.csd-social-plugins {
	margin:0;
	padding:0;
	list-style:none;
	display:table;
	width:100%;
}
.csd-social-plugins li {
	padding:0;
	margin-right:10px;
	float:left;
	display:inline-block;
	
}
.csd-fb-comments-holder {
	
	border-top:solid 1px #CCC;
}
.csd-fb-comments-main-div {
	position:relative;
}
.csd-fb-comment-inner-div {
	
	top:-5px;
}
.csd-copyright-alt {
	width:100%;
	display:none;
	font-size:10px;
	font-family:Verdana;
	color:#555;
}
.g-plus-holder {
	width: 100% !important;
}
.g-plus-holder div {
	width: 100% !important;
}
.g-plus-holder div iframe {
	width:100% !important;
}

/*INVOICE STYLES*/
.csd-invoice-container {
	width:100%;
	max-width:680px;
	padding:5px;
}
.csd-invoice-footer{
	border-top:none !important;
	background:#FFF !important;
	font-size:9pt !important;
}
.csd-padding-10 {
	padding:10px 0;
}
.csd-hr {
	height:0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ff0000;

}
.csd-invoice-signature-holder {
	width:251px;
	height:196px;
	position:relative;
}
.csd-invoice-signature {
	position:absolute;
	top:0;
	left:0;
	width:251px;
	height:196px;
	
}
dl {
 width:100%;
 overflow:hidden;

}
dt {
 float:left;
 width:140px; /* adjust the width; make sure the total of both is 100% */
 font-weight:bold;
}
dd {
 float:left;
	width: -moz-calc(100% - 140px);
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
}
.csd-standart-ul {
	margin:0;
	padding:0;
	list-style:none;
		
}
.csd-ab-holder {
	position:relative;
}
.csd-ab-img-1 {
	width:60%;
	max-width:660px;
	
}
.csd-ab-img-1 img, .csd-ab-img-2 img {
	width:100%;
}
.csd-ab-img-2 {
	position:absolute;
	right:0;
	bottom:0;
}
.csd-ab-txt-holder {
	/*width: -moz-calc(100% - 700px);
	width: -webkit-calc(100% - 700px);
	width: calc(100% - 700px);
	min-width:400px;
	padding-left:30px;*/
	width:40%;
	text-indent:20px;
}
.csd-ab-txt-1 {
	height:100%;
	position:relative;
	/*padding-top:30px;*/
}
.csd-ab-list {
	padding:5% 0;
}
.csd-ab-list section {
	color:#4872a4;
	font-size:16pt;
	padding-bottom:10px;
	white-space:nowrap;
}
.csd-ab-list section span {
	width:30px;
	display:block;
	float:left;
}
.csd-ab-list legend {
	color:#ee2c50;
	font-size:12pt;
	padding:0 0 10px 30px;
	white-space:nowrap;
}
.csd-ab-text-6 {
	position:absolute;
	padding-top:150px;
}

/*REGISTRATION */
.csd-registration-holder {
	display:table;
	width:60%;
}
.csd-login-holder {
	display:table;
	width:30%;
	background:#fafafa;
	padding:0 10px;
}
.csd-login-holder .csd-registration-btn {
	display:none;
}
.csd-password-recovery-holder {
	border-top:solid 1px #ee2c50;
	padding-top:20px;
}
/*weather city list */
.csd-city-weather-holder {
	width:49%;
}
.csd-weather-ul {
	margin:0;
	padding:0;
	width:100%;
	display:table;
}

.csn-radar-ul {
    margin:0;
    padding:0;
    width:100%;
    display:blok;
    height: 385px;
    overflow: auto;
}

.csd-weather-ul li {
	width:33%;
	display:inline-block;
	float:left;
	margin:0;
	padding:0;
	padding-bottom:20px;
}

.csn-radar-ul li {
    width:45%;
    display:inline-block;
    float:left;
    margin-right:10px;
    padding:0;
    padding-bottom:10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    overflow-y: auto;
    
}

.csd-weather-ul li div {
	width: -moz-calc(100% - 15px);
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 15px);
	display:table;
	padding:10px 0;
	position:relative;
	text-indent:10px;
	cursor:pointer;
	color:#4872a4;

}

.csn-radar-ul li div {
    width: -moz-calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    display:table;
    position:relative;
    cursor:pointer;
    color:#4872a4;

}

.csd-outer-shadow {
	-webkit-box-shadow: 0 0 10px 0 #B8B8B8;
	box-shadow: 0 0 10px 0 #B8B8B8;
}
.csd-weather-ul li div:hover {
	-webkit-box-shadow: 0 0 10px 0 #B8B8B8;
	box-shadow: 0 0 10px 0 #B8B8B8;
}
.csd-weather-ul li div span, .csd-weather-ul li div img {
	position:absolute;
}
.csd-weather-ul li div span {
	top:5px;
	right:8px;
	font:Verdana;
	font-size:12pt;
	color:#333;
}
.csd-weather-ul li div img {
	top:5px;
	right:50px;
}
/*USER STYLES*/
.csd-user-menu {
	width:50%;
	float:right;
}
.csd-user-menu a {
	font-family: 'BPGIngiri2008Regular', Verdana, Sylfaen;
	font-size:11pt;
	margin-left:15px;
}
.csd-point-selector {
	width:95% !important;
	height:60px !important;
}

/*real estate plugin styles*/
.csd-real-estate-page-holder {
	display:block;
	padding:5px;
}
.csd-real-estate-map-holder {
	height:550px;
	width:600px;
	border:solid 1px #CCC;
	position:relative;
}
.csd-real-estate-map-holder #map {
	height:100% !important;
}
.csd-real-estate-content-holder {
	height:550px;
	width: -moz-calc(100% - 620px);
	width: -webkit-calc(100% - 620px);
	width: calc(100% - 620px);
	overflow-y:auto;
	position:relative;
}
.csd-real-estate-list {
	display:inline-block;
	padding:5px;
	border:solid 1px #CCC;
	float:left;
	width:46%;
	height:75px;
	overflow:hidden;
	margin-top:12px;
	font-size:10pt;
	/*position:relative;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height:1.5;
	margin-right:5px;
}
.csd-real-estate-list:nth-child(even) {
	float:right;
	margin-right:5px;
}
.csd-real-estate-list:hover {
	background:#fafafa;
}
.csd-real-estate-list img {
	border:1px solid #CCC;
	padding:2px;
	background:#fff;
	margin:0 10px 10px 0;
	width:90px;
	height:68px;
}
.csd-real-estate-home-link {
	/*position:absolute;
	bottom:5px;
	left:110px;*/
}
.csd-real-estate-spacer-under-search {
	height:50px;
	width:99%;
	display:block;
}
.csd-real-estate-search-line-holder {
	/*position:absolute;*/
}
/*.csd-real-estate-search-holder {
	height:50px;
	width: -moz-calc(100% - 645px);
	width: -webkit-calc(100% - 645px);
	width: calc(100% - 645px);
	left: 620px;
	top:0;
	border-bottom:solid 1px #CCC;
	background:#FFF;
	z-index:2;
	position:fixed;
	overflow:hidden;
}
.csd-real-estate-search-holder:hover {
	height:150px;
}

.csd-real-estate-search-holder {
	height:50px;
	width:100%;
	z-index:2;
	display:table;
}
*/

.csd-real-estate-map-searchline {
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	height:40px;
	right:10px;
	top:11px;
	/*background:#FFF;*/
	position:absolute;
	z-index:850;
}
.csd-imp-height-auto {
	height:auto !important;
	display:block !important;
}
.csd-real-estate-ul-holder {
	width:33%;
	height:30px;
	min-width:150px;
	position:relative;
	display:inline-block;
	padding-top:3px;
}
.csd-real-estate-ul {
	width:90%;
	background:#FFF;
	border:solid 1px #CCC;
	padding:3px;
	margin:0 20px 0 0;
	float:left;
}
.csd-real-estate-ul li {
	list-style:none;
	padding:2px 15px 2px 25px;
	display:none;
	font-size:10pt;
	white-space:nowrap;
	background:#FFF;
}
.csd-real-estate-ul li.active {
	border-top:none;
	display:block;
	background:url(../img/icon-20-arrow-left.png) no-repeat 0px 5px;
}
.csd-real-estate-search-form {
	padding-top:10px;
}
.csd-real-estate-counter-holder {
	width:auto;
	font-size:10pt;
	padding:5px;
	border:solid 1px #CCC;
	background:#FFF;
}
.csd-real-estate-counter {
	font-family:Verdana;
	color:#FF0000;
}
.imgscroller {
	width:200px;
	height:100px;
	overflow:auto;
	margin:20px;
	border:solid 1px #CCC;
	background:#f1f1f1;
}
.csd-img-toload {
	/*opacity: 0;
  transition: opacity .3s ease-in;*/
}
.csd-real-estate-loading-content {
	width:100%;
	height:100%;
	text-align:center;
	position:absolute;
	background:#FFF;
	filter:alpha(opacity=80); opacity:0.8;
}
.csd-real-estate-autocomplete-holder {
	width:100%;
}
.csd-real-estate-autocomplete-holder input {
	height:26px;
}
.csd-re-lang-ru, .csd-re-lang-ru li a {
	font-size:8pt !important;
}
.csd-powered-by-makler-ge  {
	font-size:8pt !important;
	font-family:Verdana !important;
	color:#999 !important;
	text-transform:capitalize !important;
}
.csd-powered-by-makler-ge a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.csd-powered-by-makler-ge a:hover {
	color:#000;
}
.csd-powered-by-biletebi-ge {
	padding-top:20px;
}

/*POSTER STYLES*/
.csd-poster-middle-holder {
	display:block;
	width: -moz-calc(100% - 550px);
	width: -webkit-calc(100% - 550px);
	width: calc(100% - 550px);
	/*width:100%;*/
	max-width:680px;
	padding:0 40px 20px 0;
}

.csd-poster-catalogue {
	border:solid 1px #CCC;
	padding-right:10px;
	margin-bottom:15px;
}
.csd-catalogue-sub-holder .csd-poster-catalogue li {
	padding:7px 0px 7px 10px;
}
.csd-poster-catalogue .poster-venue-list-title {
	background:#f1f1f1;
	border-bottom:solid 1px #CCC;
	
}
.csd-poster-catalogue .poster-venue-list-title a {
	color:#ee2c50
}
.csd-event-list {
	display:inline;
	width:100%;
	float:left;
	border-top:solid 1px #CCC;
	box-sizing: border-box;
	padding:10px 0 20px 0;
}
.csd-event-list:first-child {
	border-top:none;
	padding-top:0;
}
.csd-event-thmb {
	width:60px;
	float:left;
	padding-top:5px;
}
.csd-event-thmb img {
	
	background:#FFF;
	padding:1px;
	-webkit-box-shadow: 0 0 10px 0 #B8B8B8;
	box-shadow: 0 0 10px 0 #B8B8B8;
	height:80px;
	max-width:60px;
}
.csd-catalogue-poster img {
	background:#FFF;
	padding:1px;
	-webkit-box-shadow: 0 0 10px 0 #B8B8B8;
	box-shadow: 0 0 10px 0 #B8B8B8;
	height:80px;
	max-width:60px;

}
.csd-event-list ul {
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	float:right;
	list-style:none;
	padding:0 10px;
	margin:0;
}
.csd-event-list ul li {
	width:100%;
	display:table;
	padding:3px;
}
.csd-event-list:first-child .csd-event-thmb {
	padding-top:0;
}
.csd-event-list ul li section {
	display:inline-block;
	float:left;
}
.csd-event-time {
	width:60px;
}
.csd-event-price {
	width:110px;
	text-align:right;
	
}
.csd-event-ticket {
	width:85px;
	text-align:right;
	float:right !important;
}
.csd-event-auditorium {
	width: -moz-calc(100% - 260px);
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
}
.csd-event-title {
	padding:5px 3px;
	
}
.csd-event-venue {
	border-top:solid 1px #CCC;
	color:#4872a4;
}
.csd-event-title font {
	color:#fd3d30;
}
.csd-event-title i {
	color:#4872a4;
}
.csd-poster-right-content {
	width:230px;
	float:right;
}
.csd-poster-small-map-holder {
	/*margin-top:50px !important;*/
	border:solid 1px #CCC;
	
}
.csd-poster-small-map {
	height:220px;
	width:220px;
}
.csd-sticky-small-map {
	position: fixed;
	top: 80px;
	/*z-index: 1050;*/
	width:inherit !important;
	
}
.csd-poster-map-container {
	height:220px !important;
}
.csd-poster-map-container .olControlAttribution, .csd-poster-map-container .control_panel_top  {
	display:none;
}
.csd-poster-map-container .olControlZoom a {
	font-size:14px;
	width:20px;
	height:20px;
}
.csd-poster-info {
	padding:10px 10px;
}
.csd-poster-info ul {
	padding:0;
	margin:0;
	list-style:none;
}
.csd-poster-info ul li {
	padding:3px 0;
}
.csd-poster-info .csd-venue-title {
	color:#fd3d30
}
.csd-poster-info .csd-venue-address {
	color:#4872a4;
	font-size:10pt;
}
.csd-poster-info .csd-venue-phone {
	font-family:Verdana;
	color:#4872a4;
	font-size:9pt;
}
.csd-calendar-shortlinks {
	text-align:center;
}
.csd-calendar-shortlinks a {
	width:auto !important;
}
.ui-datepicker-calendar .active {
	background:#fd3d30 !important;
}
.ui-datepicker-calendar .active a {
	
    color: #fff;
    text-shadow: 0 1px 0 #4d7a85;
}
.csd-poster-group-date {
	color:#fd3d30;
	
	border-top:solid 1px #CCC;
	padding:30px 0 9px 0;
}
.csd-poster-group-date:first-child {
	padding-top:9px;
	border-top:none;
}
.hide_map_print{
    position: absolute;
    margin-top: -1000px;
    margin-left: -1000px;
}

#road-sign {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  /*box-shadow: 10px 10px 5px #888888;*/
  border: 3px solid #EE0000;
  border-radius: 100px;
}
  
#speed-limit {
  text-align: center;
  padding-top: 4px;
  margin: auto; /*Will center the text*/
  color: #000000;
  font-family: Trebuchet MS;
  font-size: 10px;
  font-weight: bold;
}

/* super vips */
       
       

        /*.slide {
            width: 290px !important;
        }*/
/*        .bx-wrapper, .bx-viewport {
            height: 187px !important; //provide height of slider
            width: 1024px !important;
        }*/
        .svipdivs {
            border: 1px solid #ccc;
            padding: 10px;
        }
        
        .svipdivs:hover {
            -webkit-box-shadow: 0 0 10px 0 #B8B8B8;
            box-shadow: 0 0 10px 0 #B8B8B8;
            height:150px;
            z-index:2;
        }
        
        .svipdivs .csd-organizations-svips {
            text-align: center;
        }
        
        .svipdivs img{
            margin: 0 0 10px;
            display: inline-block;
        }
        .svipdivs .csd-organizations-svips .csd-org-name{
            border-top: 1px solid #f1f1f1;
            padding-top: 10px;
            
        }
        .svipdivs .csd-organizations-svips section{
            min-height: 25px;
            overflow: hidden;
            padding: 4px 0;
            text-align: left;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            
        }
        .bx-viewport{
            padding: 3px;
        }
        .bx-wrapper {
           width: calc(100% - 60px); 
        }
        

/* super vips */




/*.csd-real-estate-search-line-holder ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.csd-real-estate-search-line-holder ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.csd-real-estate-search-line-holder ul li:hover {
  background: #555;
  color: #fff;
}
.csd-real-estate-search-line-holder ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.csd-real-estate-search-line-holder ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.csd-real-estate-search-line-holder ul li ul li:hover { background: #666; }
.csd-real-estate-search-line-holder ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}*/


.banner_over{
    height: 90px;
    position: absolute;
    width: 100%;
    background: white;
    opacity: 0;
    z-index: 600;
    cursor: pointer;
}
/*.banner_over:hover{
    background: #ffffff none repeat scroll 0 0;
    opacity: 0.2;
    z-index: 600;
}*/

.attached_files{
    position: relative;
    margin-top: 10px;
    
}

.attached_files ul, .attached_files li{
    padding: 5px 0 5px 0;
    list-style-type: none;
    position: relative;
}
.attached_files li:first-child{
    background: #f9f9f9 url("../img/icon-sign-in.png") no-repeat scroll 10px 13px;
    color: #ed1c24;
    padding: 10px 0 10px 30px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.csd-similar-org-holder-large
{
	margin-top: 20px;
}
.org-gallery
{
	float: left;
	width: 100%;
	height: 128px;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
}
.org-gallery > a
{
	display: inline-block;

}
.owl-area
{
	background:#f6f6f6;
	padding: 10px;
	border: solid 1px #dadada;
	margin:30px 0 15px 0;
}
.owl-area a:hover{
	color: #F47920;
}
.owl-area h4
{
	padding-bottom: 0;
	margin-bottom: 0;
}
.owl-area .price{
	color: #F47920;
	font-size: 16px;
	font-family: Verdana;
}
.owl-head
{
	background: url(../img/logo_m.png) no-repeat 10px 0;
	background-size: contain;
	height: 32px;
	padding-left: 150px;
	line-height: 31px;
	margin-bottom: 8px;
	text-decoration: underline;
	display: block;
}