body {font-family: 'Open Sans', sans-serif;background-color: #b2b2b2;}
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif;color: #df0e0a;}

/************************************* Header ***********************************/
#header-row {background: #b2b2b2;height: auto;}
#header-row .row-container #logo {padding: 20px 0px;text-align: center;}
#header-row .row-container #logo img 
{
	width: auto;
	height: 120px;
}
.navigation ul.sf-menu > li > a, .navigation ul.sf-menu > li > span{color: #fff;}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  border-top: 7px solid #fff;
  padding: 46px 0px 0px;
}


/************************************* Footer ***********************************/
#copyright-row {background: #df0e0a;padding: 18px 0px;height:auto;color: #fff;text-align: center;}
#copyright-row  a{color: #fff;}
#copyright-row  a:hover{color: #D1D1D1;}

/************************************** Icons *************************************/
[class^="icon-"]{color: #df0e0a;}
a .icon, a.icon{color: #df0e0a;}
a.btn .icon, .btn a .icon{color:white;}
a .icon:hover, a.icon:hover{color: #A2A2A2;}

/**Contact page**/
.contact_details .icons-marker {color: #df0e0a;}
/**Property list**/
#PropertyListRegion .property-list .icons{}

/**************************************Buttons*********************************/
.btn,.btn-primary,.btn-info{
  background: #df0e0a;
  background: -moz-linear-gradient(top,  #df0e0a 0%, #df0e0a 56%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df0e0a), color-stop(56%,#df0e0a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #df0e0a 0%,#df0e0a 56%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #df0e0a 0%,#df0e0a 56%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #df0e0a 0%,#df0e0a 56%); /* IE10+ */
  background: linear-gradient(to bottom,  #df0e0a 0%,#df0e0a 56%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0e0a', endColorstr='#df0e0a',GradientType=0 ); /* IE6-9 */
}
.btn,.btn >a,.btn-primary,.btn-info{color: #FFF;}
.btn:hover, .btn-primary:hover, .btn-info:hover , .btn:hover >a, a.btn:hover .icon, .btn:hover a .icon{background: #df0e0a;color:#fff;}

/*********************************Property list**********************************/
#PropertyListRegion .property-list .property {
	background: rgba(98, 169, 63, 0.07);
	border: 1px solid #DBDBDB;
	background: #CCC;
	background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(242,242,242,1) 59%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCC), color-stop(59%,#F2F2F2));
	background: -webkit-linear-gradient(top, #CCC 0%,#F2F2F2 59%);
	background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(242,242,242,1) 59%);
	background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(242,242,242,1) 59%);
	background: linear-gradient(to bottom, #CCC 0%,#F2F2F2 59%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f2f2f2',GradientType=0 );
	border-bottom: 2px solid #000;
}
#PropertyListRegion .property-list .property:hover {border-bottom: 2px solid #df0e0a;}
.sort .btn-group > .dropdown-toggle:hover{background: #df0e0a;color: #FFF;}

/*********************************Pagination**********************************/
.pagination a{color:white;background: #df0e0a;}
.pagination .disabled a, .pagination .disabled a:hover, .pagination a:hover{color: #FFF;background: #df0e0a;}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu li > a:hover {background: #df0e0a !important;color: #fff !important;}
.sort .btn-group.open .btn.dropdown-toggle{	background: #df0e0a;}

/*********************************Owner login**********************************/
#OwnerLoginRegion #MenuPeriod, #OwnerLoginRegion #PropertyContainer {background: #fff;}
#OwnerLoginRegion #PropertyContainer .tab-container table th, #OwnerLoginRegion #PropertyContainer .block-stat .title{	background: #df0e0a;	color: white;}
#OwnerLoginRegion #MenuPeriod .period .time .anchor{background: #fff;}
#OwnerLoginRegion #MenuPeriod .period .time:hover .anchor, #OwnerLoginRegion #MenuPeriod .period .selected .anchor {background: #000;}
#OwnerLoginRegion #MenuPeriod .period .selected label, #OwnerLoginRegion #MenuPeriod .period .time:hover label {color: #000;}
#OwnerLoginRegion #PropertyContainer .tab-container table tr.row0 {	background: white;}
#OwnerLoginRegion #PropertyContainer .tab-container table tr.row1 {}
#OwnerLoginRegion #histories, #OwnerLoginRegion #MenuPeriod{background: #df0e0a;padding: 10px;}
#user .user-info .icon {color: #df0e0a;}
#graph{color: #df0e0a;}
.bar {fill: #df0e0a;}
/*********************************Camera caption**********************************/
#showcase-row .camera_caption > div p {	font-size: 25px;font-family: 'Open Sans', sans-serif;color: #df0e0a;}

/*********************************Blog**********************************/
.itemContainer h3 a, .tagItemHeader h3 a, .genericItemHeader h3 a{color: #df0e0a;}
#k2Container .componentheading {color: #df0e0a;}
.itemDateCreated, .tagItemDateCreated, .genericItemDateCreated{color: #df0e0a;}
#back a,.k2ReadMore{color: #df0e0a !important; }

/*********************************Construction**********************************/
#BuildingContainer .floor .row-floor {background: #df0e0a;}
#ProjectRegion .group-container .group .caption,
#BuildingContainer .floor .caption,
#ProjectRegion .header,
#ProjectRegion #PriceList .constuctions li a:hover,
#ProjectRegion #PriceList .constuctions li a.active{
	color:#df0e0a;
}
#BuildingContainer .floor .header-unit a{text-decoration: underline;
color: #df0e0a; }
.ProjectRegion-tab .tab-item.is-active, .ProjectRegion-tab .tab-item:hover {
    border-top: 3px solid #df0e0a;
}
/******************************** Property list ********************************/
@media (max-width: 550px) {
	#PropertyListRegion .property-list .property .pic.fixed, #PropertyListRegion .property-list .property .pic {height: 200px;}
	#PropertyListRegion .property-list {max-width: 300px;margin: auto;}
}

/******************************** Newest Object ********************************/
@media (max-width: 767px) {
	.properties-newest .span3.item {
		width: 48%;
		float: left;
		margin: 1%;
	}
	.properties-newest .item .item-img img {
		max-height: 200px;
	}
}

@media (max-width: 550px) {
	.properties-newest .box {
		max-width:300px;
		margin: auto;
	} 
	.properties-newest .moduleTitle  {
		text-align: center;
	}
	.properties-newest .span3.item {
		width:100%;
		float: none;
		margin: 0;
	    margin-bottom: 45px;
	}
}

a.button-hide {
	display: none !important;
}

a[class^=addthis_] span {display: none !important;}

.page-category.page-category__services #system-readmore,
.page-category.page-category__services #system-readmore ~ *,
.page-item.page-item__services #system-readmore {
    display: none;
}


#copyright-row .row-container .mod-footer a {
    color: #FFFFFF;
}

#push, #footer-wrapper {
    height: 82px;
}

#wrapper {
    margin: 0 auto -82px;
}
#recaptcha .grecaptcha-badge {
	position: static !important;
}

.item-page-title
{
	text-align: center;
}