/*
* CUSTOM CSS

* --------------------------------------------------------------------------
*  CONTENT:
* --------------------------------------------------------------------------
* 00. BASE CSS
* 01. MAIN CONTAINER/SLIDESHOW
* 02. NAVIGATION
* 03. CONTENT BLOCK
* 04. SCHEDULE PAGE
* 05. ABOUT PAGE 
* 06. NEWS PAGE 
* 07. GALLERY&VIDEO 
* 08. CONTACT FORM/NEWS BOX 
* 09. FOOTER
*
* --------------------------------------------------------------------------
* COLORS:
* -------------------------------------------------------------------------- 
* TEXT COLOR
* WHITE: #FFFFFF
* GREY: #333333
* OTHER ELEMENTS COLOR
* DARK BLUE: #194682
* GREY: #333333
*
* --------------------------------------------------------------------------
* FONT SIZE:
* -------------------------------------------------------------------------- 
*  font-size: 1.000em;
*  font-family: 'Underdog', cursive;
*  font-family: 'Andika', sans-serif;
*
*/


/********************************************************************************
 * 00. BASE
 *********************************************************************************/
*{
	margin:0;
	padding:0;
}
html, page{
	height:100%;
	width:100%;
	font-size:100%;
	line-height:120%;
}
.container{
	width:970px;
}
body{
	font-family: 'Roboto', sans-serif;
	font:87.5%;
	background:url(img/forest.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top left;
	background-attachment:fixed;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
	line-height:1.25em;
	margin:0px 0px 0.75em;
	color:#333;
	text-align:center;
}

a:hover{
	text-decoration:none;
}
h1{
	font-family: 'Philosopher', sans-serif;
	
}
h1::first-letter{
	text-transform:uppercase;
}
.page-header{
	border-bottom:1px solid #9c9c9c;
}
/********************************************************************************
 * 01. HEADER
 *********************************************************************************/
.breadcrumbs{
	font-size:12px;
	text-transform:lowercase;
	background-color:rgba(2,119, 189,0.8);
	padding:10px 0;
}
.breadcrumb{
	padding-top:5px;
	padding-left:0;
	padding-bottom:0;
	padding-right:0;
	margin:0;
	background-color:transparent;
	border-radius:0;
	-webkit-border-radius:0;
}
.breadcrumb > .active {
    color: rgba(255, 255, 255, 0.6);
}
.front .breadcrumb > li + li:before{
	content:'';	
}
.front .breadcrumb span{
	color:#fff;
}
.breadcrumbs a{
	color:#fff;
}
.main-header{
	background-color:rgba(3,155,229,0.8);
	padding-top:20px;
	color:#fff;
}
.main-header .navbar-nav > li > a{
	text-transform:uppercase;
	color:#fff;
}
.main-header .navbar-nav > li > a:hover,
.main-header .navbar-nav > li > a:focus{
	text-decoration:none;
	color:#171717;
	background-color:#fff;
}
.main-header .vcard div{
	display:inline-block;
	margin-left:15px;
}
.main-header .address,
.main-header .phone,
.main-header .work-time{
	font-size:14px;
	text-align:right;
}
.main-header .phone a{
	color:#fff;
}
.main-header .address p,
.main-header .phone p a,
.main-header .work-time p{
	font-size:12px;
	color:#97e5fa;
}

.main-header .fa{
	top: 5px;
	position: relative;
}
.second-nav .navbar-nav > li > a{
	font-style:italic;
	text-transform:lowercase;
	padding-top:0;
	padding-bottom:0;	
}
ul.secondary {
	float:left;
}
.nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.region-userlogin li{
	display:inline-block;
}
.region-userlogin #block-menu-menu-vhod{
	float:left;
}
.region-userlogin #block-system-user-menu{
	float:right;
}
.region-userlogin .nav > li > a:hover, 
.region-userlogin .nav > li > a:focus{
	color:#171717;
	background-color:#fff;
}
/********************************************************************************
 * 02. MAP
 *********************************************************************************/
.main-map .container{
	-webkit-box-shadow:2px 7px 20px 2px #000;
	box-shadow:2px 7px 20px 2px #000;
}
.region-map{
	border:3px solid rgb(156, 156, 156);
}
/********************************************************************************
 * 03. SEARCH
 *********************************************************************************/
.main-search{
	padding-bottom:20px;
}
.main-search .container{
	background-color:rgba(255,255,255,0.8);
}
.region-search{
	padding-top:20px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
	margin-top:25px;
}
#edit-price-wrapper .views-widget div{
	display:block;
}
#edit-price-wrapper .views-widget .form-item-price-max label{
	display:none;
}
#edit-price-wrapper .views-widget .form-control{
	width:50%;
	float:left;
}

.bef-slider.ui-slider-horizontal {
	margin-top:0;
    width: 50%;
	top: 35px;
	left: 60px;
}
.main-search .form-control{
	height: 25px;
	padding: 0px 12px;
}
.region-textbox{
	padding:25px 0;
}
.region-textbox .thumbnail{
	background-color:transparent;
	border-radius:0;
	-webkit-border-radius:0;
	margin-left:10px;
	width:290px;
}
.region-textbox h3{
	font-size:18px;
	color:#333;
	margin-top:15px;
	height:50px;
}
.region-textbox h3:after{
	content:'';
	width:50px;
	display:block;
	border-bottom:2px solid #df542f;
	margin:0 auto;
	margin-top:10px;
}
.region-textbox h3 a{
	color:#394041;
}
.thumbnail h3 + p{
	text-align:justify;
	height:80px;
}
.img-box .mask {
	width: 100%;
	height: 50%;
	left: 0;
	top: 0;
	position: absolute;
	text-align: center;
	visibility: hidden;
	-webkit-transition: all .50s ease;
	-moz-transition: all .50s ease;
	-ms-transition: all .50s ease;
	-o-transition: all .50s ease;
	transition: all .50s ease;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
 	color: #FFF;
	background-color: rgba(11, 61, 93, 0.6);
	padding:40px 0px;
}
.img-box:hover .mask {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.extri .price{
	font-size:18px;
	color:#DF542F;
}
.extri{
    padding: 10px 0px;
    border-top: 1px solid #9c9c9c;
}
.region-search .views-exposed-form label{
	color:#394041;
	font-weight:normal;
}
.region-search .views-exposed-form label:after{
	content: "";
	width: 25px;
	display: block;
	border-bottom: 2px solid #DF542F;
	margin:0px;
}
#block-views-properties-block-2{
	text-align:center;
}
.region-search .ui-widget-header{
	background-color:#9c9c9c;
}
/********************************************************************************
 * 04. MAIN CONTAINER
 *********************************************************************************/

.main-container .container{
	background-color:rgba(255,255,255,0.8);
	padding:40px 50px;
	border-left:1px solid #dedede;
}
#node-33{
	text-align:center;
}
#node-33 p{
	color:#8B9293;
}
.pane-quicktabs-front-tabs{
	text-align:center;
}
.pane-quicktabs-front-tabs h2{
	margin-bottom:0;
}
#quicktabs-front_tabs{
	color:#fff;
	background-color:#4dc7ec;
	padding-top:10px;
	padding-bottom:5px;
}
#quicktabs-front_tabs .prop-wrap {
    margin-top: 30px;
}
#quicktabs-front_tabs li a {
	color: #fff;
	text-transform:uppercase;
	padding-left:10px;
}
#quicktabs-front_tabs li a:after{
	content:'';
	border-right:1px solid #fff;
	padding-left:10px;
}
#quicktabs-front_tabs li:last-child a:after{
	border:none;	
}
#quicktabs-front_tabs li .active{
	color:#fff;
}
#quicktabs-front_tabs li a:hover{
	color:#df542f;
}
.prop-wrap{
	border:1px solid #9c9c9c;
	padding:0;
}
.prop-wrap img{
	height:200px;
}
.prop-wrap .image{
	position:relative;
	padding-left:15px;
	padding-right:15px;
}
.prop-wrap .img-caption{
	position:absolute;
	bottom:0;
	padding-left:15px;
	padding-right:15px;
}
.prop-wrap .img-caption div{
	display:inline-block;
}
.prop-wrap .img-caption .price{
	font-size: 18px;
	color:#fff;
	background-color:#4dc7ec;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.prop-wrap .img-caption .price-else{
	color:#fff;
	background-color:#ec894d;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	margin-left: -5px;
}
.property{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}
.property h3{
	font-size:18px;
	margin-top:15px;
}
.property h3:after{
	content:'';
	width:50px;
	display:block;
	border-bottom:2px solid #df542f;
	margin:0 auto;
	margin-top:10px;
}
.property h3 a{
	color:#394041;
}
.property h3 a:hover,
.property h3 a:focus{
	color:#df542f;
}
.property p{
	font-size:12px;
	color:#8B9293;
}
.extras div{
	display:inline-block;
}
.extras{
	color:#394041;
	font-size:12px;
	border-top:1px solid #9c9c9c;
}
.extras .rooms{
	padding:0;
}
.extras .area,
.extras .bath,
.extras .bed{
	text-align:center;
	padding: 8px 12px 8px 0px;
}
.extras .area,
.extras .bath{
	border-right:1px solid #9c9c9c;
}
.extras .bath,
.extras .bed{
	margin-left:10px;
}
/********************************************************************************
 * 05. AGENTS
 *********************************************************************************/
.main-agent{
	padding-top:20px;
	margin-top:20px;
}
.region-agent{
	background-color:rgba(255,255,255,0.8);
	text-align:center;
	padding-bottom:15px;
}

.region-agent img{
	display:block;
	height:auto;
	max-width:100%;
}
.agents-wrap{
	border:1px solid #9c9c9c;
}
.agent-info{
	font-size:13px;
	color:#8B9293;
	padding-bottom:25px;
}
.agent-info h4{
	font-size:15px;
	padding-top:15px;
	margin-bottom:0;
}
.agent-info h4:after{
	content:'';
	width:50px;
	border-bottom:2px solid #DF5400;
	display:block;
	margin:0 auto;
	margin-top:5px;
}
.agent-info h4 a{
	color:#394041;
}
.agent-info h4 a:hover,
.agent-info h4 a:focus{
	color:#DF5400;
}
.agent-position{
	color:#4dc7ec;
	padding-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}
.agents-wrap .btn-success{
	margin-top:10px;
	background-color:#f5f5f5;
	border:none;
}
.agents-wrap .btn-success:hover,
.agents-wrap .btn-success:focus{
	background-color:#d4d3d3;	
}
.agents-wrap .btn-success a{
	color:#394041;
}
.agents-wrap .btn-success a:hover,
.agents-wrap .btn-success a:focus{
	color:#f5f5f5;	
}
.agents-wrap .btn-success:before{
	content:'';
	background-image:url(img/like.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:10px;
}
/********************************************************************************
 * 06. TESTIMONIALS
 *********************************************************************************/
.main-testimonials{
	padding-bottom:40px;
	background-color:rgba(3,155,229,0.8);
}
.testimonials-wrap .caption-wrap{
	margin-left:120px;
}
.testimonials-wrap .caption-wrap .caption{
	font-style: italic;
	color: #fff;
	font-size: 12px;
	border-left: 5px solid #0277bd;
	margin-bottom: 10px;
	padding: 15px;
}

.testimonials-wrap .caption-wrap .name{
	color:#fafafa;
	text-transform:uppercase;
}
.region-testimonials{
	text-align:center;
}
.region-testimonials h2{
	margin-bottom:40px;
}
/********************************************************************************
 * 07. PARTNERS
 *********************************************************************************/
.main-partners{
	background-color:#fff;
}
.partner-map{
	background-image:url(img/map.png);
	background-position:center center;
	background-repeat:repeat;
}
.main-partners .region-partners{
	padding-bottom:40px;
}
.region-partners{
	text-align:center;
}
.region-partners h2{
	margin-bottom:40px;
}
.region-partners img{
	padding:0 20px;
}
/********************************************************************************
 * 08. FOOTER
 *********************************************************************************/
.main-footer{
	background-color:#0277bd;
}
.main-footer .container{
	padding:25px 0;
}
.region-footerleft h2{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	margin: 0px -30px 15px 0px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.prop-small{
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin: 0px 0px 16px;
    padding: 0px 0px 30px;
}
.prop-small:last-child{
	border:none;
}
.prop-small h3{
    font-size: 15px;
    font-weight: 500;
    margin: 0px 0px 7px;
	text-align:left;
}
.prop-small h3 a{
	color: #FFF;
}
.prop-small h3 a:hover,
.prop-small h3 a:focus{
	color:#fff;
}
.prop-small img{
	border-radius:4px;
	-webkit-border-radius:4px;
	margin-right:15px;
}
.prop-small p{
	color: #FFF;
	opacity: 0.7;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	margin: 0px 0px 7px;
	text-transform: uppercase;
}
.prop-small .prop-small-price{
	color:#fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
}
.region-footercenter:before{
	content:'бързи връзки';
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	margin: 0px -30px 15px 0px;
	padding-bottom: 20px;
	text-transform: uppercase;
	display: block;
	text-align: center;

}
.region-footercenter #block-menu-menu-footer-menu{
	margin-top:25px;
}
.region-footercenter .nav > li a{
	border-bottom: 1px solid transparent;
	display: inline-block;
	color: #FFF;
	padding: 6px 0px;
	transition: all 0.15s linear 0s;
}
.region-footercenter .nav > li > a:hover{
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.footer-address .adr,
.footer-address .phone,
.footer-address .mail{
	color:#fff;
}
.footer-address .adr span,
.footer-address .phone,
.footer-address .mail{
	font-weight:bold;
}
.footer-address .phone a,
.footer-address .mail a{
	color:#fff;
	font-weight:normal;
}
.footer-address .social{
	list-style: none;
	margin-top: 60px;
}
.footer-address .social li {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: block;
    height: 38px;
    float: left;
    font-size: 16px;
    line-height: 38px;
    margin-right: 10px;
    text-align: center;
    transition: background-color .15s linear;
    width: 38px; 
}
.footer-address .social li a {
    color: #fff;
    display: block;
    height: 38px;
    width: 38px; 
}
.footer-address .social li:hover {
    background-color: rgba(255, 255, 255, 0.25); 
}
.region-footerright h2{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	margin: 0px -30px 15px 0px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
/********************************************************************************
 * 09. BORDER
 *********************************************************************************/
.main-container .container,
.region-agent{
	border:1px solid #dedede;
}

.region-search,
.region-textbox .thumbnail,
.page-user .panels-flexible-19-inside,
.page-user .thumbnail,
.current-prop-info,
.sidebar-user,
.pane-agents-panel-pane-4 .view-id-agents,
.node-type-property #node-19,
.pane-footer-views-panel-pane-1 .view-id-footer_views,
.smimilar-prop{
	border:1px solid #9c9c9c;
}
/********************************************************************************
 * 10. ICONS
 *********************************************************************************/
.ci{
	display: inline-block;
	line-height: 1;
	width: 20px;
	height: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size:contain;
}
.ci-bed{
	background-image: url("img/bed.png");
}
.ci-bath{
	background-image: url("img/shower.png");
}
.ci-area{
	background-image: url("img/area.png");
}
/********************************************************************************
 * 11. HEADERS
 *********************************************************************************/

.region-textbox h2,
.region-agent h2,
.region-testimonials h2,
.pane-quicktabs-front-tabs h2,
.page-user .page-header,
.page-user .panels-flexible-row-19-1 h2,
.page-user .sidebar-right h2,
.region-partners h2,
.node-type-property .panels-flexible-region-12-center h2,
.node-type-property .pane-agents-panel-pane-3 h2,
.node-type-property .pane-nodeblock-19 h2,
.node-type-property .pane-agents-panel-pane-4 h2,
.node-type-property .pane-footer-views-panel-pane-1 h2,
.node-type-property .pane-node-body h2,
.node-type-property .pane-maps-panel-pane-5 h2,
.sidebar-right h2,
.node-type-property .pane-current-panel-pane-4 h2,
.node-type-property .pane-similarterms-panel-pane-1 h2,
.page-node-32 .pane-nodeblock-18 h2{
	font-family: 'Philosopher', sans-serif;
	color:#394041;
	font-size: 15px;
	background-color: #394041;
	color: #FFF;
	display: inline-block;
	padding: 6px 27px;
	vertical-align: top;
	text-transform: uppercase;
}
.region-textbox h2:after,
.region-agent h2:after,
.region-testimonials h2:after,
.pane-quicktabs-front-tabs h2:after,
.page-user .page-header:after,
.page-user .panels-flexible-row-19-1 h2:after,
.page-user .sidebar-right h2:after,
.region-partners h2:after,
.node-type-property .panels-flexible-region-12-center h2:after,
.node-type-property .pane-agents-panel-pane-3 h2:after,
.node-type-property .pane-nodeblock-19 h2:after,
.node-type-property .pane-agents-panel-pane-4 h2:after,
.node-type-property .pane-footer-views-panel-pane-1 h2:after,
.node-type-property .pane-node-body h2:after,
.node-type-property .pane-maps-panel-pane-5 h2:after,
.sidebar-right h2:after,
.node-type-property .pane-current-panel-pane-4 h2:after,
.node-type-property .pane-similarterms-panel-pane-1 h2:after,
.page-node-32 .pane-nodeblock-18 h2:after{
	content: "";
	width: 50px;
	display: block;
	border-bottom: 2px solid #DF542F;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
/*************** PROPERY LIST HEADERS ***************/
.page-user .thumbnail h3{
	font-size:18px;
	margin-top:15px;
}
.page-user .thumbnail h3:after{
	content:'';
	width:50px;
	display:block;
	border-bottom:2px solid #df542f;
	margin:0 auto;
	margin-top:10px;
}
.page-user .thumbnail h3 a{
	color:#394041;
}
.page-user .thumbnail h3 a:hover,
.page-user .thumbnail h3 a:focus{
	color:#df542f;
}

/********************************************************************************
 * 11. USERS
 *********************************************************************************/
.page-user .main-container .row{
	text-align:center;
}
.page-user .panels-flexible-19-inside{
	text-align:left;
}
.page-user .well-sm{
	padding:15px;
}
.page-user .thumbnail{
	background-color:transparent;
	border-radius:0;
	-webkit-border-radius:0;
	margin-left:10px;
}
.user-price{
	display:block;
	margin-left:50%;
}
.user-price .price{
	font-size: 18px;
	color: #DF542F;
}
.user-wrap div{
	display:inline-block
}
.specivication{
	margin:10px 0;
	border-bottom:1px solid #9c9c9c;
}
.specivication .area,
.specivication .room,
.specivication .bathroom{
	padding:0px 10px;
}
.specivication .area,
.specivication .room{
	border-right:1px solid #9c9c9c;
}
#node-28 .field-body{
	text-align:right;
}
#node-28 p{
	text-align:left;
}
.page-user .sidebar-right{
	text-align:center;
}
.page-user .user-image img{
	max-width:100%;
	height:auto;
	display:block;
}
/********************************************************************************
 * 12. CURRENT PROPERTY
 *********************************************************************************/
.node-type-property .main-container .container{
	width:1170px;
}
.node-type-property .panels-flexible-region-12-center,
.node-type-property .pane-agents-panel-pane-3,
.node-type-property .pane-nodeblock-19,
.node-type-property .pane-agents-panel-pane-4,
.node-type-property .pane-footer-views-panel-pane-1,
.page-node-32 .pane-nodeblock-18{
	text-align:center;
}

.node-type-property .panels-flexible-region-12-center h2,
.node-type-property .pane-agents-panel-pane-3 h2,
.node-type-property .pane-agents-panel-pane-4 h2,
.node-type-property .pane-nodeblock-19 h2,
.node-type-property .pane-footer-views-panel-pane-1 h2,
.node-type-property .pane-current-panel-pane-4 h2,
.node-type-property .pane-node-body h2,
.node-type-property .pane-maps-panel-pane-5 h2,
.node-type-property .pane-similarterms-panel-pane-1 h2,
.page-node-32 .pane-nodeblock-18 h2{
	margin-bottom:0;
}
.node-type-property .pane-current-panel-pane-4 .pane-content:before{
	content:'';
	display:block;
	border-bottom:1px solid #9c9c9c;
}
.node-type-property .pane-node-body .pane-content{
	padding:20px 0;
	border-top:1px solid #9c9c9c;
}
.node-type-property .pane-maps-panel-pane-5 .pane-content{
	border-top:1px solid #9c9c9c;
}
.node-type-property .pane-maps-panel-pane-5 h2{
	margin-top:20px;
}
.node-type-property .pane-similarterms-panel-pane-1{
	border-bottom:1px solid #9c9c9c;
}
.node-type-property .pane-maps-panel-pane-5 .pane-content .view-content{
	padding-top:20px;
}
.current-prop-info,
.node-type-property .pane-footer-views-panel-pane-1 .view-id-footer_views{
	text-align:left;
}
.current-prop-info div{
	border-bottom:1px solid #9c9c9c;
	padding:0 20px;
}
.current-prop-info div:last-child{
	border:none;
}
.current-prop-info div:nth-child(odd){
	background-color:rgba(255,255,255, 0.5);
}
.current-prop-info div:nth-child(even){
	background-color:rgba(204, 204, 204, 0.8);
}
.current-prop-info div label{
	width:80px;
}
.sidebar-user{
	padding:25px 10px;
}
.sidebar-agents{
	padding:8px 10px;
}
.sidebar-user img,
.sidebar-agents img{
	float:left;
	border-radius:50px;
	-webkit-border-radius:50px;
	width:30%;
}
.sidebar-user-info,
.sidebar-agents-info{
	text-align: left;
	margin-left: 90px;
}
.sidebar-agents-info{
	border-bottom: 1px solid rgb(156, 156, 156);
	padding-bottom: 15px;
}
.sidebar-user-info h4,
.sidebar-agents h4{
	text-align:left;
	margin-bottom:0;
}
.sidebar-user-info h4 a,
.sidebar-agents h4 a{
	color:#394041;
	transition: color 0.15s linear 0s;
}
.sidebar-user-info h4 a:hover,
.sidebar-agents h4 a:hover{
	color:#DF542F;
}
.sidebar-user-info .phone,
.sidebar-agents .phone{
	padding:10px 0;
}
.sidebar-user-info .phone a,
.sidebar-agents .phone a{
	color:#DF542F;
	transition: color 0.15s linear 0s;
}
.sidebar-user-info .mail a,
.sidebar-agents .mail a{
	transition: color 0.15s linear 0s;
	color:#394041;
}
.sidebar-user-info .phone,
.sidebar-user-info .mail,
.sidebar-agents .phone,
.sidebar-agents .mail{
	font-size:12px;
}
.sidebar-agents{
	text-align:left;
}
.node-type-property .pane-agents-panel-pane-4 .view-id-agents{
	padding-top:20px;
	padding-bottom:20px;
}
.node-type-property #node-19{
	padding:20px;
}
.feature-prop-small{
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin: 0px 0px 16px;
    padding: 0px 0px 30px;
	text-align:left;
}
.feature-prop-small:last-child{
	border:none;
}
.feature-prop-small h3{
    font-size: 15px;
    font-weight: 500;
    margin: 0px 0px 7px;
	text-align:left;
}
.feature-prop-small h3 a{
	color: #424242;
}
.feature-prop-small h3 a:hover,
.feature-prop-small h3 a:focus{
	color:#424242;
}
.feature-prop-small img{
	border-radius:4px;
	-webkit-border-radius:4px;
	margin-right:15px;
}
.feature-prop-small p{
	color: #9E9E9E;
	opacity: 0.7;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	margin: 0px 0px 7px;
	text-transform: uppercase;
}
.feature-prop-small .feature-prop-small-price{
	color:#EC407A;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
}
.pane-footer-views-panel-pane-1 .view-id-footer_views{
	padding:10px;
}
.node-type-property .field-estate-extra{
	height:100px;
	padding:20px 10px;
}
.node-type-property .field-estate-extra li{
	list-style-type:none;
	width:16.666%;
	float:left;
}
.node-type-property .field-estate-extra li:before{
	content:'';
	background-image:url(img/check.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:20px;
	height:20px;
	display:inline-block;
}
.smimilar-prop{
	margin-top:20px;
}
.similar-prop-img img{
	height:180px;
}
.similar-prop-header{
  padding: 16px 30px;
  position: relative;
  transition: color .15s linear;
}
.similar-prop-header h3,
.similar-prop-header h4{
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
	text-align:left;
}
.similar-prop-header h3{
	color: #616161;
    display: block;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .15s linear;
    white-space: nowrap;

}
.similar-prop-header h3 a{
	color: #616161;
      transition: color .15s linear;
}
.similar-prop-header p{
	color: #9E9E9E;
	opacity: 0.7;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	margin: 0px 0px 7px;
	text-transform: uppercase;
}
.similar-prop-header h4{
    color: #9E9E9E;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    transition: color .15s linear;
}
.smimilar-prop:hover .similar-prop-header{
	background-color: #29B6F6;
}
.smimilar-prop:hover .similar-prop-img{
	opacity: 0.7;
    filter: alpha(opacity=70);;	
}
.smimilar-prop:hover .similar-prop-header h3 a{
	color: #fff;
}
.smimilar-prop:hover .similar-prop-header h4,
.smimilar-prop:hover .similar-prop-header p{
	color: #E1F5FE;
}
.similar-prop-thumb{
  border: 3px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: -18px;
  transition: border-color .15s linear;
  z-index: 3;
}
.similar-prop-thumb img{
    height: 36px;
    width: 36px;
}
.smimilar-prop:hover .similar-prop-thumb{
	border-color: #EC407A;
}
.similar-prop-info{
	border-top:1px solid #9c9c9c;
	padding:10px 0;
}
.similar-prop-info div{
	display:inline-block;
}
.similar-prop-info .area,
.similar-prop-info .baths,
.similar-prop-info .beds{
	padding:0 10px;
}
.similar-prop-info .baths{
	border-left:1px solid #9c9c9c;
	border-right:1px solid #9c9c9c;
}
/********************************************************************************
 * 13. SIDEBAR
 *********************************************************************************/
.sidebar-right{
	text-align:center;
}
.sidebar-right h2{
	margin-bottom:0;
}
/********************************************************************************
 * 14. BLOG
 *********************************************************************************/
.blog-wrap{
	border-bottom: 1px solid #9c9c9c;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.blog-wrap:last-child{
	border:none;
}
.blog-wrap img{
	margin-right:10px;
	margin-bottom:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.blog-post h3,
.blog-post-sidebar h3{
	font-size:18px;
	margin-top:15px;
}
.blog-post h3:after{
	content:'';
	width:110px;
	display:block;
	border-bottom:2px solid #df542f;
	margin-left:60%;
	margin-top:10px;
}
.blog-post-sidebar h3:after{
	content:'';
	width:110px;
	display:block;
	border-bottom:2px solid #df542f;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.blog-post h3 a,
.blog-post-sidebar h3 a{
	color:#394041;
}
.blog-post h3 a:hover,
.blog-post h3 a:focus,
.blog-post-sidebar h3 a:hover,
.blog-post-sidebar h3 a:focus{
	color:#df542f;
}
.blog-post p,
.blog-post-sidebar p{
	font-size:11px;
}
.blog-date{
	font-size:11px;
}
.sidebar-right .view-display-id-panel_pane_2 .view-content,
.sidebar-right .pane-nodeblock-18 #node-18{
	border:1px solid #9c9c9c;
	padding:10px;
}
.pane-addtoany-addtoany-button{
	border-bottom:1px solid #9c9c9c;
	padding:10px 0;
}
/********************************************************************************
 * 15. CONTACTS
 *********************************************************************************/
.contacts-address .adr,
.contacts-address .phone,
.contacts-address .mail{
	color:#394041;
}
.contacts-address .adr span,
.contacts-address .phone,
.contacts-address .mail{
	font-weight:bold;
}
.contacts-address .phone a,
.contacts-address .mail a{
	color:#394041;
	font-weight:normal;
}
.contacts-address .social{
	list-style: none;
	margin-top: 60px;
}
.contacts-address .social li {
    background-color: rgba(57, 64, 65, 0.15);
    border: 1px solid rgba(57, 64, 65, 0.4);
    border-radius: 50%;
    display: block;
    height: 38px;
    float: left;
    font-size: 16px;
    line-height: 38px;
    margin-right: 10px;
    text-align: center;
    transition: background-color .15s linear;
    width: 38px; 
}
.contacts-address .social li a {
    color: #394041;
    display: block;
    height: 38px;
    width: 38px; 
}
.contacts-address .social li:hover {
    background-color: rgba(57, 64, 65, 0.25); 
}
/********************************************************************************
 * 16. ABOUT US
 *********************************************************************************/
.page-node-32 .pane-nodeblock-18 #node-18{
	padding:10px;
	border:1px solid #9c9c9c;
}
/********************************************************************************
 * 17. TOP PROPERTIES
 *********************************************************************************/
.thumbnail{
	background-color:transparent;
	border-radius:0;
	-webkit-border-radius:0;
	margin-left:10px;
	width:290px;
	border:1px solid #9c9c9c;
}
.thumbnail h3{
	font-size:18px;
	color:#333;
	margin-top:15px;
	height:50px;
}
.thumbnail h3:after{
	content:'';
	width:50px;
	display:block;
	border-bottom:2px solid #df542f;
	margin:0 auto;
	margin-top:10px;
}
.thumbnail h3 a{
	color:#394041;
}
.thumbnail h3 + p{
	text-align:justify;
	height:80px;
}
.thumbnail .extri .price{
	font-size:18px;
	color:#DF542F;
}
.thumbnail .extri{
    padding: 10px 0px;
    border-top: 1px solid #9c9c9c;
}
.sidebar-right .panel{
	border:none;
}
.sidebar-right #webform-ajax-wrapper-20 .panel-default > .panel-heading{
	font-family: "Philosopher",sans-serif;
	font-size: 15px;
	background-color: #394041;
	color: #FFF;
	border-bottom:1px solid #ddd;
}
.sidebar-right #node-20{
	border:1px solid #9c9c9c;
	padding:10px;
}
#webform-client-form-20 .panel-default > .panel-heading + .panel-collapse .panel-body,
#webform-client-form-20 .panel-body{
	background-color: #657173;
}
#webform-ajax-wrapper-20{
	background-color:#657173;
	border-radius:5px;
	-webkit-border-radius:5px;
	padding-bottom:10px;
}
/********************************************************************************
 * 18. PROPERTY BY TYPE
 *********************************************************************************/
.pane-properties-panel-pane-7 h2{
	font-family: 'Philosopher', sans-serif;
	color:#394041;
	font-size: 18px;
	padding: 6px 27px;
	vertical-align: top;
	text-transform: uppercase;
}
.pane-properties-panel-pane-7 h2 a{
	color:#394041;
}
.page-taxonomy .sidebar-right .btn-default,
.page-имоти-по-карта .views-exposed-form .views-exposed-widget .form-submit{
	background-color: #F5F5F5;
	color: #394041;
	border: medium none;
	width: 100%;
	padding-top:0;
	padding-bottom: 10px;
	padding-right: 20px;
}
.page-taxonomy .sidebar-right .btn-default:before,
.page-имоти-по-карта .views-exposed-form .views-exposed-widget .form-submit:before{
	content:'';
	background-image:url(img/zoom.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:35px;
	height:35px;
	display: inline-block;
	margin-right:10px;
	position:relative;
	top:10px;
}
.page-taxonomy .sidebar-right .btn-default:hover,
.page-taxonomy .sidebar-right .btn-default:focus,
.page-имоти-по-карта .views-exposed-form .views-exposed-widget .form-submit:hover
.page-имоти-по-карта .views-exposed-form .views-exposed-widget .form-submit:focus{
	background-color:rgba(254,245,245,0.5);
	color:rgba(57,64,65,0.7);	
}
.page-taxonomy .views-exposed-form .views-exposed-widget,
.page-имоти-по-карта .views-exposed-form .views-exposed-widget{
	float:none;
}
.page-taxonomy #views-exposed-form-properties-panel-pane-4{
	background-color: #657173;
	padding:10px 0px 10px 15px;
}

.page-taxonomy #views-exposed-form-properties-panel-pane-4 label,
#views-exposed-form-maps-cp-map-all label{
	font-family: 'Philosopher', sans-serif;
	color:#fff;
	font-size:18px;
}
.content-title{
	font-family: 'Philosopher', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	border-bottom:1px solid #9c9c9c;
}
.content-title a{
	color:#394041;
}
.leaflet-popup-content .img-box .user-price{
	margin-left:0;	
}
.leaflet-popup-content .img-box .specivication{
	border-bottom:none;
}
.leaflet-popup-content .img-box h4 a{
	color:#394041;
}

.page-имоти-по-карта .bef-slider.ui-slider-horizontal{
	margin-top: 0px;
	width: 50%;
	top: 10px;
	left: 60px;
}
.page-имоти-по-карта .ui-widget-header {
    background-color: #9C9C9C;
}
#views-exposed-form-maps-cp-map-all{
	background-color:#657173;
	padding: 10px 0px 10px 15px;
/********************************************************************************
 * xx. OTHER
 *********************************************************************************/
.form-control{
	margin-bottom:10px;
}
.grippie{
	visibility:hidden;
	display:none;
}
.hidden{
	visibility:hidden;
}

