img {
	max-width: 100%;
}

.clear, .clr {
	clear: both;
}


.navbar-default .navbar-toggle {
	color: #fff;
}

/********************************************************
	Navbar styles
********************************************************/
.navbar-default {
	border: 0px;
	background: #0d2246;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}


.logo-image {
	float: left;
}
.logo img.rightImageLogo {
	float: right;
}

@media (max-width: 630px) {
	.logo img.rightImageLogo {
		display: none;
	}
	.logo-image {
		float: none;
	}
}

/********************************************************
	Navbar Styles
********************************************************/

/********************************************************
	Footer Styles
********************************************************/
.t3-footer {
	background: #f5f6fa;
	background: #fff;
	border-top: 0;
}

.t3-mainbody {
    background-color: #f5f6fa;
}

/********************************************************
	Slider Styles
********************************************************/
#t3-slider {
	padding: 40px 0px;
}
.home #t3-slider {
	padding: 40px 0px 0px;
}
#t3-slider .shadowBreak {
	margin-top: 40px;
	text-align: center;
	display: none;
}
.home #t3-slider .shadowBreak {
	display: block;
}

/********************************************************
	Front Boxes Styles
********************************************************/
#cc-frontBoxes {
	padding: 40px 0px;
	/* background: #f5f6fa; */
}
#cc-frontBoxes .t3-module {
	margin-bottom: 0px;
	color: #777777;
	background: #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-bottom: 0;
	transition-delay: 0s;
	transition-duration: 0.15s;
	transition-property: transform,box-shadow;
	transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.15s;
	-webkit-transition-property: transform,box-shadow;
	-webkit-transition-timing-function: ease-in-out;
}
#cc-frontBoxes .t3-module:hover {
	/*
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	*/
	cursor: pointer;

	/*
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.25);
	box-shadow: 0 10px 20px rgba(0,0,0,0.25);
	*/
}
#cc-frontBoxes .boxImage img {
	width: 100%;
}
#cc-frontBoxes .boxContent {
	display: none;
	padding: 24px;
	text-align: center;
	font-size: 22px;
}
#cc-frontBoxes .t3-module p:last-child {
	margin-bottom: 0px;
}


#cc-frontBoxes .boxImageAnimation {
	text-align: center;
	overflow: hidden;
	/*
	height: 285px;
	height: 260px;
	*/
}
#cc-frontBoxes .boxImageAnimation .boxImage {
	display: inline-block;
	height: 150px;
	text-align: center;
	width: 150px;
	margin-bottom: 5px;
	zoom: 1;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
#cc-frontBoxes .boxImageAnimation .boxImage img {
	height: 100%;
}
#cc-frontBoxes .boxImageAnimation:hover .boxImage {
	/*
    -webkit-transform: translate(0,-360px);
    -moz-transform: translate(0,-360px);
    -o-transform: translate(0,-360px);
    -ms-transform: translate(0,-360px);
    transform: translate(0,-360px);
    */
}
#cc-frontBoxes .boxImageAnimation .boxImageContent {  
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
#cc-frontBoxes .boxImageAnimation .boxImageContent h3 a {  
	color: #406a80;
}
#cc-frontBoxes .boxImageAnimation .boxImageContent h3 {  
	color: #406a80;
	text-transform: uppercase;
	font-size: 18px;
}
#cc-frontBoxes .boxImageAnimation:hover .boxImageContent {
	/* margin-top: -120px; */
}
#cc-frontBoxes .boxImageAnimation .boxImageContent p {
	margin: 20px 0px 0px;
}
#cc-frontBoxes .boxImageAnimation .boxImageContent a {
	/*display: none; */
	display: block;
	/*text-transform: uppercase; */
	margin-top: 20px;
}
#cc-frontBoxes .boxImageAnimation .boxImageContent a:after  {
	/*
    content: "\f178";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 12px;
    */
}
#cc-frontBoxes .boxImageAnimation:hover .boxImageContent a {
	display: block;
}


@media (max-width: 767px) {

	#cc-frontBoxes .boxImageAnimation {
		margin-bottom: 20px;
	}

}

/********************************************************
	Front Bottom Boxes Styles
********************************************************/
#cc-bottomBoxes {
	padding: 40px 0px;
	background: #f5f6fa;
}
#cc-bottomBoxes h3 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #808080;
}
#cc-bottomBoxes .custom,
#cc-bottomBoxes .ugensBoligContainer {
	margin-bottom: 0px;
	color: #777777;
	background: #fff; /* #f5f6fa */
	border-bottom: 1px solid #e0e0e0;
	transition-delay: 0s;
	transition-duration: 0.15s;
	transition-property: transform,box-shadow;
	transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.15s;
	-webkit-transition-property: transform,box-shadow;
	-webkit-transition-timing-function: ease-in-out;
}
#cc-bottomBoxes .boxImage img {
	width: 100%;
	max-height: 300px;
}
#cc-bottomBoxes .boxContent {
	padding: 24px;
}
#cc-bottomBoxes .boxContent b {
	display: block;
	margin-bottom: 8px;
}
#cc-bottomBoxes .boxContent a {
	display: block;
	margin-top: 8px;
}
#cc-bottomBoxes .t3-module p:last-child {
	margin-bottom: 0px;
}

/********************************************************
	Latest News Styles
********************************************************/
#cc-bottomBoxes .latestnews {
	float: left;
	width: 100%;
	padding-left: 0;
	list-style: none;
	margin-top: -20px;
	margin-bottom: 0px;
}
#cc-bottomBoxes .latestnews li {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.newsDate {
	background: #0d2246;
	color: #fff;
	padding: 6px;
	text-align: center;
	margin-right: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	float: left;
}
.newsDate .dd_date_day {
	font-size: 36px;
	font-weight: 800;
	line-height: 100%;
	display: block;
}
/********************************************************
	News Styles
********************************************************/
.com_content .tooltip.in {
	display: none!important;
}
.blog .article-info {
	margin-bottom: 15px;
}
.blog h2, 
.blog .h2 {
	/* height: 66px; */
	font-size: 20px;
}
/********************************************************
	Bach Component
********************************************************/
.view-residencelist #t3-mainbody {
	background: #f5f6fa;
}
.boxWrapper {
	margin-top: -20px;
}
.boxContainer {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 20px;
}
.boxContainer .imageCol {
	width: 32%;
	height: 230px;
	float: left;
}
.boxContainer .cb-imageCont {
	width: 100%;
	height: 100%;
}
.boxContainer .imageCol img {
	width: 100%;
	height: 100%;
}
.boxContainer .boxContent {
	float: left;
	width: 68%;
	padding: 24px;
}
.boxContainer .cb-headline {
	font-weight: bold;
	font-size: 16px;
}
.boxContainer .cb-readMore {
	margin-top: 10px;
	display: block;
}

.filterApartments #searchFields > div {
	float: left;
	padding-right: 10px;
	width: 100%;
	margin-bottom: 15px;
}
.filterApartments #searchFields > div * {
	display: inline-block;
}
.filterApartments #searchFields > div select * {
	display: block;
}

.cb-searchc,
.cb-searchp,
.cb-searchm {
	width: 100px;
}
.cb-searcht,
.cb-m2To,
.cb-priceTo {
	margin-left: 10px;
}
.cb-priceTo input,
.cb-priceFrom input,
.cb-m2To input,
.cb-m2From input {
	margin-left: 8px;
}


@media (max-width: 990px) {

	div#searchField1 > * {
		width: 100%;
		margin-left: 0px;
	}
	div#searchField1 > span {
		margin: 13px 0px 5px;
	}

}

@media (max-width: 450px) {

	.cb-searchm,
	.cb-searchp {
		width: 100%;
	}
	.cb-m2From input,
	.cb-priceFrom input {
		margin: 0px;
	}

}


.filterApartments #searchFields #btnFilterCont {
	width: 100%;
	display: block;
	margin-top: 10px;
}
.filterApartments #searchFields #btnFilterCont input {
	border: 0px;
	padding: 5px 0px;
	width: 100px;
	text-align: center;

	background: #0d2246;
	color: #fff;
}

.boxContainer .rentInfo {
	display: block;
	padding: 10px 0px;
	color: #666;
	font-weight: bold;
}

.boxContainer .rentInfo ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.boxContainer .rentInfo ul li {
	float: left;
	text-align: center;
	width: 18%;
	margin-right: 2%;
}
.boxContainer .rentInfo ul li span {
    background: #0d2246;
    color: #fff;
    display: block;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px auto;
    margin-bottom: 6px;
    font-size: 18px;
}
.boxContainer .rentInfo ul li p {
	margin: 0px;
}



#orderCont {
	background-color: #fff;
	padding: 10px 0px;
	float: left;
	width: 100%;
}
#orderCont .cb-orderBtn {
	float: left;
	width: 25%;
	text-align: center;
}
#orderCont .cb-orderBtn img,
#orderCont .cb-orderBtn i {
	background-color: #fff;
	padding: 10px;
	font-size: 22px;
}
#orderCont .cb-orderBtn img {
	height: 42px;
}
#orderCont .cb-orderBtn p {
	margin: 0px;
	font-size: 12px;
	padding: 0px 3px;
}


@media (max-width: 400px) {

	#orderCont .cb-orderBtn {
		width: 50%;
	}

}



.white-popup {
	position: relative;
	background: #e7e7e7;
	padding: 50px;
	width: auto;
	max-width: 600px;
	margin: 20px auto;

	background: #0d2246;
	color: #fff;
}
.white-popup .mfp-close {
	color: #fff!important;
}
.white-popup h3 {
	margin-bottom: 20px;
}
.white-popup .cityFilterLink {
	margin-top: 5px;    
	opacity: 0.65;
    filter: alpha(opacity=65);
}
.white-popup .cityFilterLink span:first-child {
	color: #0d2246;
	color: #fff;
}
.white-popup .cityFilterLink:hover {
	text-decoration: underline;
}


/*@media (max-width: 480px) {*/
@media (max-width: 1200px) {

	.boxContainer .imageCol {
		height: 300px;
		width: 50%;
	}
	.boxContainer .boxContent {
		width: 50%;
	}

}

@media (max-width: 990px) {

	.boxContainer .imageCol {
		height: auto;
	}

	.boxContainer .imageCol,
	.boxContainer .boxContent {
		width: 100%;
	}

}
/********************************************************
	Bach Component Apartment View
********************************************************/
.view-residence #t3-mainbody,
.view-subscriptions #t3-mainbody {
	background: #f5f6fa;
}
.boxWrapping,
.com_chronoforms5 form {
	background: #fff;
	padding: 24px;
	margin-bottom: 20px;
}
.boxMainHolder .boxWrapping:last-child {
	margin-bottom: 0px;
}
.boxWrapping.imageWrapping {
	padding: 0px;
}
.boxWrapping .boxHead {
	display: block;
	margin-bottom: 20px;
}
.boxWrapping .boxHead h1 {
	font-size: 22px;
	line-height: 1;
	margin-top: 0;
    margin-bottom: 5px;
}
.boxWrapping .boxHead b {
	font-weight: normal;
}
.boxWrapping .boxContent {
	font-size: 12px;
}
.boxWrapping ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.boxWrapping ul li {
	margin-bottom: 5px;
}
.boxWrapping ul li:last-child {
	margin-bottom: 0px;
}

.boxWrapping .cb-thumbsCont {
    padding: 21px;
    margin-top: -5px;
    margin-left: -3px;
}
.boxWrapping .cb-photos,
.boxWrapping .cb-otherFiles {
	float: left;
	margin-left: 3px;
	margin-top: 5px;

	width: 100px;
	height: 100px;
}
.boxWrapping .cb-photos img,
.boxWrapping .cb-otherFiles img {
	width: 100%;
	height: 100%;
}


div.attributesCont div > div {
	height: 20px;
	border-bottom: solid 1px #D1D2D4;

	margin-bottom: 10px;
}
div.attributesCont div > div > div {
	border: 0px;
	margin: 0px;
}
div.attributesCont .cb-attrLabel {
	float: left;
    font-weight: bold;
}
div.attributesCont .cb-attrValue {
    float: right;
}
div.attributesCont .clr {
	clear: both;
	border: 0px;
}

/********************************************************
	Bach Component Subscription View
********************************************************/
.view-subscriptions .boxContent label {
	display: block;
}
.view-subscriptions .boxContent input {
	display: inline-block;
}
.view-subscriptions .boxContent button {
    margin-top: -3px;
}
.view-subscriptions .boxContent .form_group button {
	margin-top: 0px;
}
.notificationMessageContainer {
	margin-top: 20px;
}

.view-subscriptions .form_group {
	margin-top: 10px;
}
.view-subscriptions .form_group label {
	float: left;
	width: 120px;
	width: 88px;
	line-height: 34px;
}



@media (max-width: 991px) {

	.boxWrapping .cb-photos,
	.boxWrapping .cb-otherFiles {
		width: 19.5%;
	}

	.boxMainHolder {
		margin-bottom: 20px;
	}

}

@media (max-width: 767px) {

	.view-subscriptions .boxContent button {
		margin-top: 20px;
	}

}

@media (max-width: 667px) {

	.boxWrapping .cb-photos,
	.boxWrapping .cb-otherFiles {
		width: 19.4%;
	}

}

@media (max-width: 568px) {

	.boxWrapping .cb-photos,
	.boxWrapping .cb-otherFiles {
		width: 24%;
	}

}

@media (max-width: 430px) {

	.boxWrapping .cb-photos,
	.boxWrapping .cb-otherFiles {
		height: 80px;
	}

}

@media (max-width: 378px) {

	.boxWrapping .cb-photos,
	.boxWrapping .cb-otherFiles {
		width: 32.1%;
		height: 80px;
	}

}

@media (max-width: 320px) {

	.boxWrapping .cb-photos,
	.boxWrapping .cb-otherFiles {
		width: 48.7%;
		height: 100px;
	}

}


/********************************************************
	Form Views
********************************************************/
.com_chronoforms5 #t3-mainbody {
	background: #f5f6fa;
}
.com_chronoforms5 form {
	float: left;
	width: 100%;
}
.com_chronoforms5 form hr {
	float: left;
	width: 100%;
}
.com_chronoforms5 form label {
	float: left;
	width: 300px;
}
.com_chronoforms5 .gcore-form-row {
	margin-bottom: 20px;
    float: left;
    width: 100%;
}
.com_chronoforms5 form textarea {
	min-height: 100px;
	max-width: 300px;
	max-height: 300px;
}
.com_chronoforms5 .gcore-radio-item label {
	float: none;
	width: auto;
	font-weight: normal;
}
.gcore-display-table.gcore-input {
	float: left;
}

.chrono_credits {
    display: none;
}


@media (max-width: 480px) {
	table {
		width: 100%!important;
	}
}