.demo_wrapper {
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-device-width: 800px), screen and (max-width: 800px) {
  .demo_wrapper {
    width: 100%;
  }  
}
.demo_block {
	width: 100%;
}

.widget-title h2, h1.page-header{font-size:16px;font-weight: bold;}

.fa{font-family:FontAwesome !important;}
input[type=radio] {
	border: 0px;
	cursor: pointer;
	display: block;
	height: 20px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	vertical-align: -5px;
	width: 20px;
}
input[type=radio]:before {
	background-color: transparent;
	border: 2px solid #E0E0E0;
	content: '';
	display: block;
	height: 20px;
	left: 0px;
	opacity: 1;
	position: absolute;
	transition: opacity .15s linear;
	top: 0px;
	width: 20px;
}
input[type=radio]:after {
	border: 2px solid #EF5350;
	content: '';
	display: block;
	height: 23px;
	left: -5px;
	opacity: 0;
	position: absolute;
	top: -9px;
	transform: rotate(-45deg);
	transition: opacity .15s linear;
	width: 27px;
}
input[type=radio]:checked:before {
	opacity: 0;
}
input[type=radio]:checked:after {
	opacity: 1;
}
input[type=radio]:focus {
	box-shadow: none;
	outline: 0px;
}

.widget-content .property-small-image a{overflow:hidden;}
.catalog{position:relative;display:block;color:#fff;}
.catalog:hover{color:#fff;}
.catalog > p{position:absolute;left:25px;bottom:50%;margin-bottom:-25px;font-size:16px;z-index:5;}
.catalog > img{position:relative;z-index:4;}

.slideshow { position: relative; overflow:hidden; width: 100%; height: 200px;padding:0;margin:0;display:block;}
.slideshow li { position: relative; width: 100%; height: 100%; display: none; list-style: none; background: center center no-repeat; background-size:100% auto; }
.slideshow li img{display:none;max-width:100%;}
.widget-content.galeri{padding:0;background-color:transparent;box-shadow:none;}
.fixed{
	display: none;
	position: fixed;
	z-index: 500;
	width: 100%;
	top:0;
	left:0;
	height: auto !important;
}
.property-box-image{max-height:300px;}
.property-row-image img{min-width: 100%;min-height: 100%;max-width: 250px;max-height: 250px;}
#filters li span.active{background:#00bb99;}
.gal-btns{display:block;margin-bottom:20px;}
.gal-btns a{display:block;background-color:transparent !important;color:#333 !important;}
.gal-btns a.active{background-color:#00bb99 !important;color:#fff !important;}
.widget .menu a.active:before{content: '\f111';}
.form-group ul li{list-style:none;}
.price_min{padding-left:0;}
.price_max{padding-right:0;}

.solreklam .widget-content,.solreklam .rekcol{padding: 0 !important;}
.solreklam .widget-content .property-box{margin:0 !important;}

.man{height:400px;min-height:400px;}
.promoted{background:center center no-repeat;height:400px;background-size:cover;}

.header-navigation .nav li.has-children div{top:auto;width:100%;}

.footer-bottom{padding:5px 0px;}

.agent-row-image-inner a{border:3px solid #e10030;overflow: hidden;}

.arama-div input, .arama-div select{text-align:center;}
.arama-formu .radio label{line-height:20px;text-indent:5px;}

.form-control{font-size:14px;}

.reklam3{max-height:inherit;min-height:inherit;}

.ana-con{
    padding: 0px;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-top: -50px;
    z-index: 5;
}
.ana-con .property-box-meta{background-color:rgba(0, 0, 0, 0.5) !important;}
.ana-con .property-box-meta-item span{font-size:14px;color:#fff;}

.opin-header{position:relative;text-align:center;margin-bottom:20px;}
.opin-header .cizg{position:absolute;height:4px;width:100%;top:50%;left:0;margin-top:-2px;background:#00bb99;z-index:4;}
.opin-header h3{display:inline-block;margin:0 auto;background:#00bb99;color:#fff;border:1px solid #333;position:relative;z-index:5;padding:10px 5px;}

.boxes {
    padding: 10px;
    max-height:150px;
    min-height:150px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #F0F0F0;
    background: #ffffff;
    -moz-box-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
    -webkit-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
    box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
}
.effect-slide-left.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.effect-slide-left {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    opacity: 0;
}

.effect-slide-right.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.effect-slide-right {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    opacity: 0;
}

.testimonial_widget .image {
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    float: right;
    position: relative;
    width: 25%;
}

.testimonial_widget.last .image {
    float: left !important;
    position: relative;
    width: 25%;
}

.testimonial_widget .testimonial_desc {
    margin: 0 30px 0 0;
    padding: 0 7%;
    width: 100%;
    color: #999999;
    line-height:14px;
    font-size:13px;
}
.boxes .title {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
.testimonial_desc i {
    color: #19B8DF;
    padding: 0 5px;
}

.galim{height:200px;}
.galim:before{display:none;}
.galim a{height:100%;width:100%;background:center center no-repeat;background-size:auto 100%;overflow:hidden;display:block;}
.galim a img{display:none;}

.header-navigation .nav li a, .header-navigation .nav li.has-children .sub-menu li a{font-weight:bold;}

.header-navigation .nav li.has-children .sub-menu li a{padding-right:10px;padding-left:10px;}

.ad{padding:0;}

/***************************/

.gayri-cat{display:none;}

.p12{font-size:14px;display:none;}

.property-amenities li.yes:before{content: "\f00c" !important;}

.widget-primary .widget-content .form-control{background:rgba(255,255,255,0.3);text-indent: 10px;}

.post-title a{font-size: 18px;}

.reuired{position: relative;}
.reuired:after{content:"\f069";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: 10px !important;text-rendering: auto;-webkit-font-smoothing: antialiased;position:absolute;right:0;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;color:#e10030;}

.widget-gallery{position: relative;}

.container .row
{
    background:#fff;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .property-amenities li, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 3px;
    padding-right: 3px;
}

.nav-main-inner .headertxt
{
    position: relative;
    z-index: 1;
    font-family: 'Parisienne', cursive;
    font-size: 29px;
    color: #e40000;
    word-spacing: 15px;
    letter-spacing: 1px;
    float: left;
    height: 25px;
}

.nav-main-inner .search
{
    position: relative;
    display: block;
    padding: 5px;
  
}

.nav-main-inner .search input[type=text]
{
    border: 1px solid #999;
    width: 450px;
    float: left;
    color:#999;
}
.nav-main-inner .search button
{
    border:1px solid #212121;
    background: #df0000;
    float: left;
}

.nav-main-inner .search .phone
{
    float: right;
    color: #000000;
    font-size: 17px;
    margin-left: 10px;
    letter-spacing: 1px;
    margin-top: 2px;
}

.header-navigation .nav li h1
{
    margin-top: 0;
    margin-bottom: 0;
}

.ahome-advert
{
    position: relative;
    display: block;
    float: left;
    height: 250px;
    padding: 5px;
    border:2px solid #fff;
}

.ahome-advert-urgent
{
    position: relative;
    display: block;
    float: left;
    height: 250px;
    padding: 5px;
    border:2px solid #fff;
    /*border:2px solid #f00;*/
}

.campaigntimg
{
    position: absolute;
    top: 0;
    left:0;
    z-index: 3;
}

.campaigntimg img
{
    width: 140px;
}

.ahome-advert:hover
{
    background: #eee;
    cursor: pointer;
}


.ahome-advert h2
{
    font-size: 15px;
    font-weight: bold;
    margin:0;
    padding: 0;
    color: #000;    
}


.ahome-advert .h-advert-type
{
    float: right;
    width: 10%;
    height: 85%;
    color:#fff;
    line-height: 250px;
    text-transform: uppercase;
}

.ahome-advert .color0 {background: #df0000;}
.ahome-advert .color1 {background: #df0000;}
.ahome-advert .color2 {background: #f8891c;}
.ahome-advert .color3 {background: #ab9a0a;}
.ahome-advert .color4 {background: #0aab0a;}
.ahome-advert .color5 {background: #0a47ab;}
.ahome-advert .color6 {background: #0a69ab;}
.ahome-advert .color7 {background: #0b306e;}
.ahome-advert .color8 {background: #b36212;}
.ahome-advert .color9 {background: #9b0606;}
.ahome-advert .color10 {background: #066606;}

.ahome-advert .h-advert-image
{
    width: 88%;
    height: 201px;
    overflow: hidden;
    float: left;
}

.ahome-advert .h-advert-image img
{
    min-height: 100%;
    min-width: 100%;
    max-height: 300px;
    max-width: 300px;
}

.ahome-advert .h-advert-desc
{
    height: 30px;
    float: left;
}

.ahome-advert .h-advert-desc .price
{
    color:#df0000;
}

.memberbtn
{
    float: left;
    margin-left: 20px;
    color:#717171;
    margin-top: -10px;
}

.memberbtn a
{
    color:#717171;
}

.socialbtn
{
    float: left;
    margin-right: 20px;
}

.rotate 
{
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

nav
{
    display: inline-block !important;
}

.loading
{
    width: 100%;
    height: 100%;
    margin:auto;
    padding: auto;
    text-align: center;
    vertical-align: middle;
}

@media (max-width:480px){
  .nav-main-inner .headertxt
  {
    font-size: 20px;
    word-spacing: 5px;
    text-align: center;
    width: 100%;
    height: 50px;
  }
  .nav-main-inner .search input[type=text]
  {
    width: 87%;
  }
  .nav-main-inner .search .phone
  {
    text-align: center;
    float: none;
  }

}