/* IMPORT RESET */
@import url("reset.css");
/* IMPORT GRID */
@import url("responsive.gs.24col.css");
/* IMPORT TYPO */
@import url("typo.css");
/* ANIMATE */
@import url("animate.css");
/* TIMELINE */
@import url("timeline.css");
/* Gallery */
@import url("lightgallery.min.css");
 @import url("lg-transitions.min.css");
/* OwlCarousel2 */
@import url("owl.carousel.min.css");
 @import url("owl.theme.kassak.css");
/* noUiSlider */
@import url("nouislider.min.css");
/* iCheck radio, checkbox */
@import url("../js/icheck/skins/square/grey.css");
/* tooltip */
@import url("tooltip/tooltip.css");
#cookie-bar {
	background: #3e3e40;
	max-width: 400px;
	height: auto;
	line-height: 1.2em;
	font-size: 13px;
	color: #a9a9a9;
	text-align: left;
	padding: 10px;
}
#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#cookie-bar.fixed.bottom {
	bottom: 20px;
	top: auto;
	left: 20px;
	right: auto;
}
#cookie-bar p {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
}
#cookie-bar a {
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'montserratregular', sans-serif;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 6px 10px;
	margin: 10px 2px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#cookie-bar .cb-enable {
	background: #348bc4;
}
#cookie-bar .cb-enable:hover {
	color: #348bc4;
	background: #fff;
}
#cookie-bar .cb-disable {
	background: #999;
}
#cookie-bar .cb-disable:hover {
	background: #999;
}
#cookie-bar .cb-policy {
	
}
#cookie-bar .cb-policy:hover {
	
}
/* `Basic
----------------------------------------------------------------------------------------------------*/
body {
	overflow-x: hidden;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
img.scale-with-grid {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}
img.rounded {
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.double-bottom {
	margin-bottom: 40px !important;
}
.triple-bottom {
	margin-bottom: 60px !important;
}
a {
	-webkit-transition: color .5s ease, background-color .5s ease, border .5s ease;
	-moz-transition: color .5s ease, background-color .5s ease, border .5s ease;
	-o-transition: color .5s ease, background-color .5s ease, border .5s ease;
	transition: color .5s ease, background-color .5s ease, border .5s ease;
}
a.grayscale img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
}
a.grayscale:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
}
a+img {
	margin-top: 20px;
}


h1:after, h2:after{
	 content: "";
    display: block;
    width: 280px;
    height: 4px;
    background-color: #005894;
    margin: 1.5rem auto;
}

.hide, .show-tablet, .show-mobile {
	display: none;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.uppercase {
	text-transform: uppercase;
}


.site {
	/* 
	background: url(../kepek/main-bg.jpg) center 0px scroll no-repeat #efefef; 
	background-color: #ebebec;
	*/
	
	background-color: #ebebec;
	
}

.m-auto{
	margin: 0 auto !important;
	float: none !important;
}


.phase-selector .phase-1,.phase-selector .phase-2, .phase-selector .phase-3{
	color: #fff;
	background-color: #348bc4;
	padding: 10px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.phase-selector .phase-1{
	background-color: #0C4C7C;
}

.phase-selector .phase-2{
	background-color: #596d61;
}

.phase-selector .phase-3{
	background-color: #BF9339;
}

.phase-counter{
	color: #fff;
	background-color: #348bc4;
	padding: 10px;
	text-transform: uppercase;
}

.phase-counter.phase-1{
	background-color: #0C4C7C;
}

.phase-counter.phase-2{
	background-color: #596d61;
}

.phase-counter.phase-3{
	background-color: #BF9339;
}




#header, #header * {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#header {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 1001;
	padding: 10px 20px;	
}
#header.small, #header.active {
	padding: 10px 20px 10px 20px;
	background: #fff;
}
#header .top-bar {
	text-align: right;
	color: #666;
	margin: 0 0 10px 0;
}
#header.small .top-bar {
	margin: 0 0 10px 0;
}
#header .top-bar * {
	vertical-align: middle;
}
#header .top-bar a {
	text-decoration: none;
}
#header .top-bar a.facebook {
    width: 25px;
    height: 25px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    background: #348bc4;
    display: inline-block;
    margin: 0 2px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#header .top-bar a.instagram {
	width: 25px;
    height: 25px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    background: #348bc4;
    display: inline-block;
    margin: 0 25px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#header .top-bar a.facebook i, #header .top-bar a.instagram i{
	vertical-align: middle;
	margin: 2px 0 0 0;
}
#header .top-bar a.phone {
	font-family: "montserratsemi_bold";
	font-size: 18px;
	line-height: 25px;
	color: #348bc4;
	display: inline-block;
	margin: 0 20px 0 0;
}
#header .top-bar a.btn {
	color: #348bc4;
	font-family: "montserratsemi_bold";
	text-transform: uppercase;
	font-size: 10px;
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0 10px;
	border: 2px solid #348bc4;
	line-height: 21px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#header .top-bar a.btn i {
	vertical-align: middle;
	margin: 0 0 0 5px;
}
#header .top-bar a.btn:hover {
	color: #fff;
	background: #348bc4;
	border: 2px solid #348bc4;
}
#header .top-bar a.btn.basketAnimation{
	
}
#header .top-bar a.btn.basketAnimation.animate{
	-webkit-animation-name: topCartAnimation; 
    -webkit-animation-duration: 3s; 
    -webkit-animation-iteration-count: 1; 
    animation-name: topCartAnimation;
    animation-duration: 3s;
    animation-iteration-count: 1;
}
@-webkit-keyframes topCartAnimation {
    0%   {background:#fff; color: #348bc4; border: 2px solid #348bc4; }
    50%  {background:#348bc4; color: #fff; border: 2px solid #348bc4; }
    100% {background:#fff; color: #348bc4; border: 2px solid #348bc4; }
}
@keyframes topCartAnimation {
    0%   {background:#fff; color: #348bc4; border: 2px solid #348bc4; }
    50%  {background:#348bc4; color: #fff; border: 2px solid #348bc4; }
    100% {background:#fff; color: #348bc4; border: 2px solid #348bc4; }
}
#header .nav-bar {
	
}

#header .logo {
	line-height: 70px;
	text-align: center;
}

#header.small .logo {
	line-height: 50px;
}



#header .logo img {
	max-width: 240px;
	vertical-align: middle;
}
#header.small .logo img {

}

#header .menu ul {
	color: #666;
	font-family: 'montserratsemi_bold';
	font-size: 14px;	
	text-transform: uppercase;
	
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header.small ul {
	
}
#header .menu ul li {
	margin: 0px 30px;
	padding: 0px;
	display: inline-block;
	position: relative;
}

/*
#header .menu ul li.parent:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
}
*/



#header .menu ul li a {
	color: #348bc4;
	text-decoration: none;
	line-height: 40px;
	display: inline-block;
	border-top: 1px solid transparent;
}
#header .menu ul li a:hover {
	color: #348bc4;
}
#header .menu ul li a.current {
	color: #348bc4;
}
/* submenu */
#header .menu  ul li ul{
	font-family: 'montserratlight';
	font-size: 13px;
	text-align: left;
	
	display:none;
	
	width:300px;
	line-height:30px;
	
	position:absolute;
	left:0px;
	top:41px;
	z-index:9999;
	
	
}

/*
#header .menu ul li ul:before{
	content: "";
	display: inline-block;
	line-height: 1em;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #efefef;
	
	vertical-align: bottom;
	
	margin: 0 0 0 15px;
}
*/

#header .menu  ul li ul li{
	margin:0;
	display:block;
	border-bottom: 1px solid #e8e8e8;
}
#header .menu  ul li ul li a{
	color:#666;
	background: #fff;
	display:block;
	padding:0px 15px;
	border: none;
}

#header .menu  ul li ul li a:hover{
	color:#348bc4;
	border: none;
}



.overlay-menu {
	width: 100%;
	height: 100%;
	background: url(../images/menu-bg.jpg) center center no-repeat #a89888;
	background-size: cover;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1002;
	color: #fff;
	font-family: 'montserratlight';
	display: none;
}
.overlay-menu.active {
	display: block;
}
.overlay-menu .closeBtn {
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 2;
	color: #fff;
	font-family: 'montserrathairline';
	font-size: 100px;
}
.overlay-menu .container {
	padding: 25px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay-menu h2, .overlay-menu h3, .overlay-menu h4, .overlay-menu h5, .overlay-menu h6 {
	margin: 20px 0;
}
.overlay-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'montserratlight';
	font-size: 34px;
	letter-spacing: 1px;
	text-align: center;
}
.overlay-menu ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}
.overlay-menu ul li a {
	color: #fff;
	padding: 20px;
	display: block;
	text-decoration: none;
}
.overlay-menu ul li a:hover {
	color: #231f20;
	text-decoration: none;
}
.overlay-menu ul li a.active {
	color: #231f20;
	text-decoration: none;
}


#header a.toggle-menu {
	width: 70px;
	height: 70px;
	text-decoration: none;
	position: absolute;
	right: 0px;
	top: 0px;
	text-indent: -9999px;
	background-image: url(../images/menu-toggle.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
	display: none;
}
#header a.toggle-menu.active {
	background-image: url(../images/menu-close.png);
	background-color: #fff;
}
#header a.mobile-phone {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 1.6em;
	text-decoration: none;
	position: absolute;
	right: 70px;
	top: 0px;
	color: #fff;
	background-color: #348bc4;
	cursor: pointer;
	display: none;
}
#header a.mobile-phone i {
	margin: 0;
}
#header a.lang {
	
	
	
	font-family: 'montserratsemi_bold';
	font-size: 14px;
	text-transform: uppercase;
	
	text-decoration: none;
	text-align: center;
	
	width: 70px;
	height: 70px;
	
	line-height: 70px;
	position: absolute;
	right: 70px;
	top: 0px;
	color: #3e3e40;
	background-color: #ebebeb;
	cursor: pointer;
}
#mobile-nav {
	font-family: 'montserratsemi_bold';
	font-size: 14px;
	text-transform: uppercase;
	
	position: relative;
	top: 70px;
	color: #666;
	background: #fff;
	display: none;
}
#mobile-nav.active {
	display: block;
	z-index: 99;
}
#mobile-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mobile-nav ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	border-top: 1px solid #efefef;
	border-top: 1px solid rgba(0, 0, 0, .1);
	position: relative;
}
#mobile-nav ul li a {	
	color: #348bc4;
	background: #fff;
	display: block;
	padding: 15px 20px;
	text-decoration: none;
}
#mobile-nav ul li a:hover {
	color: #348bc4;
}
#mobile-nav ul li a.active {
	color: #348bc4;
}
#mobile-nav ul li.lang {
	text-align: right;
}
#mobile-nav ul li.lang a {
	display: inline-block;
	width: 70px;
	text-align: center;
	color: #fff;
	background: #348bc4;
}
/* sub */
#mobile-nav ul li.dropdown > a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	font-size: 21px;
	position: absolute;
	right: 30px;
}
#mobile-nav ul li ul {
	display: none;
	font-size: 13px;
	font-family: 'montserratlight';
}
#mobile-nav ul li ul li {
	margin: 0;
	padding: 0px;
	display: block;
	border-top-color: #e8e8e8;
}
#mobile-nav ul li ul li a {
	color: #666;
	background: #fff;
	padding: 10px 20px;
}
#mobile-nav ul li ul li a:hover {
	color: #348bc4;
}

/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides_container {
	position: relative;
}



.rslides_container .payment-schedule {
	max-width: 200px;
	position: absolute;
	right: 80px;
	bottom: 120px;
	z-index: 99;
}	


.rslides_container:before{
	content: "";
	height: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1000;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.rslides_container .slider-title {
	width: 100%;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 45%;
	
}
.rslides_container .slider-title .line1 {
	color: #fff;
	font-family: 'montserratsemi_bold';
	line-height: 1.25em;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 10px;
	
	
	text-align: center;
	text-shadow: 0px 0px 20px rgba(35, 31, 32, .5);
	
	opacity: 0;
}



.rslides .animated .slider-title .line1 {	
	/*
	-webkit-animation: fade-in-left 1s  alternate  forwards;
   animation: fade-in-left 1s   alternate  forwards;
	*/
	
	/*
	-webkit-animation: tracking-in-contract 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	 animation: tracking-in-contract 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	*/
	
	
	-webkit-animation: fade-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}



@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
	margin-left: -100px;
  }
  to {    
    opacity: 1;
	margin-left: 0px;
  }
}


@keyframes fade-in-left {
  from {
    opacity: 0;
	margin-left: -100px;
  }
  to {    
    opacity: 1;
	margin-left: 0px;
  }
}



@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 0.2em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 0.2em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}


@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}








.rslides_container .slider-title .line2 {
	color: #fff;
	font-family: 'montserratsemi_bold', sans-serif;
	line-height: 1.25em;
	font-size: 28px;
	margin-bottom: 20px;
}





.rslides_container .slider-title .line2 span{
	font-size: 21px;
	font-family: 'montserratregular';
	padding: 10px 20px;
	
	background-color: red;
	
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.rslides_container .slider-search {
	width: 100%;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 72%;
}
.rslides_container .slider-search .search-box {
	max-width: 1240px;
	margin: -90px auto 0 auto;
	background: rgba(35, 31, 32, .9);
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.rslides_container .scroll-down {
	position: absolute;
	z-index: 999;
	left: 50%;
	bottom: 20px;
	margin-left: -17px;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 600px;
	left: 0;
	top: 0;
}


.rslides .slider-gradient {
	
	display: none;
	/*
	display: block;
	width: 100%;
	height: 300px;
	background: -moz-linear-gradient(top, rgba(35,31,32,.95) 0%, rgba(35,31,32,0.6) 50%, rgba(35,31,32,0) 100%);
	background: -webkit-linear-gradient(top, rgba(35,31,32,.95) 0%, rgba(35,31,32,0.6) 50%, rgba(35,31,32,0) 100%);
	background: linear-gradient(to bottom, rgba(35,31,32,.95) 0%, rgba(35,31,32,0.6) 50%, rgba(35,31,32,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#00000000', GradientType=0 );
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	*/
}

.rslides .slider-image {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}



.rslides .animated .slider-image {	
	-webkit-animation: sliderImageAnimation 10s  alternate  forwards;
   animation: sliderImageAnimation 10s   alternate  forwards;	
}



@-webkit-keyframes sliderImageAnimation {
  from {
    transform: scale(1.0);
  }
  to {    
    transform: scale(1.3);
  }
}



@keyframes sliderImageAnimation {
  from {
    transform: scale(1.0);
  }
  to {    
    transform: scale(1.2);
  }
}


.rslides1_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	z-index: 999;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 50px;
	width: 50px;
	/* background: url("../images/themes.png") no-repeat left top rgba(35, 31, 32, .9); */
	background: url("../images/themes.png") no-repeat left top transparent;
	margin-top: -25px;
}
.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.search-box {
	padding: 30px 30px 50px 30px;
	background: #3e3e40;
	color: #a9a9a9;
}
.search-box.rounded {
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-box form {
	margin: 0px;
	padding: 0px;
}
.search-box .text {
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 30px;
}
.search-box .text span {
	font-family: 'montserratregular';
}

.search-box .inner {
	padding: 0 30px;
}
.search-box a:not(.button) {
	color: #fff;
}
.search-box a:not(.button):hover {
	color: #348bc4;
}
.search-box .button {
	color: #fff;
	margin: 20px 0 10px 0;
}
.search-box .button:hover {

}
.noUi-horizontal {
	height: 2px;
}
.noUi-target {
	background: #fff;
	border-radius: 10px;
	border: none;
	box-shadow: none;
}
.noUi-base {
	background-color: #535355;
	border-radius: 10px;
}
.noUi-base .noUi-connect {
	background-color: #a9a9a9;
}
.noUi-base .noUi-handle {
	width: 30px;
	height: 30px;
	left: -15px;
	top: -15px;
	border-radius: 15px;
	border: 2px solid #a9a9a9;
	background-color: #a9a9a9;
	box-shadow: none;
}
.noUi-handle:after, .noUi-handle:before {
	display: none;
}
.noUi-base .noUi-handle:hover {
	background-color: #fff;
	box-shadow: none;
}
.noUi-base .noUi-handle.noUi-active {
	background-color: #fff;
	box-shadow: none;
}
.noUi-marker {
	background: none;
}
.noUi-value {
	color: #fff;
}

.noUi-pips-horizontal{
	padding: 7px 0;
}
.noUi-value-sub {
	color: #fff;
	font-size: 13px;
}



.header-image {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
	background-color: #3e3e40;
}


.header-image:before{
	content: "";
	height: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 2;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}


.container {
	max-width: 1240px;
	margin: 0 auto;
}


.main {
	max-width: 1240px;
	margin: 0px auto;
	padding: 160px 0px 60px 0px;
}


.content {
	background: #fff;
	padding: 50px 50px 30px 50px;		
}



.content.bg-gray{
	background: #ebebec;
}



.main .content {
	margin-bottom: 40px;
	
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);	
	
}

.main .content.negative{
	position: relative;
	z-index: 2;
	margin-top: -310px;
	margin-left: 20px;
	margin-right: 20px;
}




.content.home-advantages {
	padding: 200px 50px;
}
.content.home-advantages .inner {
	max-width: 600px;
	margin: 0 auto;
}



.content.home-flats {
	padding: 200px 50px;
	color: #fff;
	background: url(../kepek/flats-bg.jpg) center center no-repeat #afa08f;
	background-size: cover;
}
.content.home-flats .inner {
	max-width: 600px;
	margin: 0 auto;
}
.content.home-flats h2, .content.home-flats h3 {
	color: #fff;
}





.owl-item > div{
	margin: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.owl-carousel.flatTypes {
	
}

.owl-carousel.flatTypes .description {
	padding: 30px 50px;
	color: #231f20;
	background: #fff;
	line-height: 1.25em;
}
.owl-carousel.flatTypes .description h6 {
	margin: 0 0 20px 0;
}

.owl-carousel.flatTypes .description p:last-child {
	margin: 0;
}



.card1{
	overflow: hidden;
	margin: 0 0 20px 0;
	background-color: #ebebec;
	position: relative;
}

.card1.h500{
	height: 500px;
}

.card1.h240{
	height: 240px;
}


.card1 .info{
	padding: 20px;

	color: #666;
	background: rgba(255, 255, 255, .5);

	
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.card1 .info ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.card1 .info ul li{
	margin: 0px;
	padding: 5px 0;
}

.card1 .info ul li img{
	margin: 0 10px 0 0;
	vertical-align: middle;
	max-width: 40px;
	height: auto;
}



.card1 .stamp{
	padding: 10px 5px 7px 5px;
	width: 60px;
	color: #fff;
	background: #00558f;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 1.4em;
	text-align: center;
	
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.card1 .stamp strong{
	font-size: 21px;
	display: block;
	margin: 5px 0 10px 0;
}

.card1 .overlay{
	background:rgba(0, 0, 0, .5);

	position:absolute;
	left:0px;
	right: 0px;
	bottom:0px;
	z-index:9;

	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;	
}


.card1 .overlay .text{
	color: #fff;
	padding: 15px 20px;
	
	font-family: 'montserratlight';
	font-size: 15px;
	text-transform: uppercase;
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.card1 .image{	
	height: 100%;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}



.card1 .stamp{	
	background: rgba(52, 139, 196, 1);
}



.card1:hover .overlay{	
	background: rgba(52, 139, 196, .8);
}

.card1:hover .text{	
	padding: 15px 10px 15px 30px;
}


.card1:hover .image{	
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}













.card2{
	overflow: hidden;
	margin: 0 0 20px 0;
	background-color: #ebebec;
	position:relative;
}



.card2 .overlay{
	background:rgba(0, 0, 0, .5);

	position:absolute;
	left:0px;
	right: 0px;
	bottom:0px;
	z-index:9;

	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;	
}

.card2 .overlay .text{
	color: #fff;
	padding: 15px 20px;
	
	font-family: 'montserratlight';
	font-size: 15px;
	text-transform: uppercase;
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.card2:hover .overlay{	
	background: rgba(52, 139, 196, .8);
}

.card2:hover .text{	
	padding: 15px 10px 15px 30px;
}


.card2:hover .image img{	
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}








.card3{
	overflow: hidden;
	background-color: #005894;
	position:relative;
}



.card3 .overlay{
	background:rgba(0, 88, 148, .7);

	position:absolute;
	top: 0px;
	left:0px;
	right: 0px;
	bottom:0px;
	z-index:9;
	
	display: flex;
	align-items: center;
	justify-content: center;

	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;	
}

.card3 .overlay .text{	
	
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .75);
	text-align: center;
	
	font-family: "montserratsemi_bold";
	text-transform: uppercase;

	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.card3 .overlay .text h3{	
	color: #fff;
	font-size: 36px;
	margin: 0px;
}

.card3 .overlay .text p{	
	color: #fff;
	font-size: 16px;
	margin: 0px;
}



.card3:hover .overlay{	
	background: rgba(0, 88, 148, 0);
}

.card3:hover .overlay .text{	
	margin-top: -80px;
}


.card3:hover .image img{	
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}







.content.bottom-contact {
	padding: 50px 50px;
}
.content.bottom-contact .inner {
	max-width: 600px;
	margin: 0 auto;
}

.content.bottom-contact h3{
	margin-bottom: 20px;
}

.content.bottom-contact p.lead{
	margin-bottom: 40px;
}


.content.bottom-contact a {
	text-decoration: none;
}




.content.bottom-sales {
	padding: 50px 50px;
	
	
	background: url(../images/footer-bg.jpg) center bottom no-repeat #f8f6f7;
	background-size: cover;
	
	position: relative;
}



.content.bottom-sales a {
	text-decoration: none;
}



.partner-logos{
	text-align: center;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	margin-bottom: 2rem;
}


.partner-logos img{
	max-width: 150px;
	height: auto;
}






.content .row {
	margin-bottom: 20px;
}
.content .half {
	max-width: 50%;
	margin: 0 auto;
}
.content .cropped-image{
	position: relative;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.cropped-image:after{
	content: "";
	display: block;
	height: 100px;
	background: #fff;
	position: absolute;
	left: -200px;
	top: -80px;
	right: -200px;
	z-index: 2;	
    transform: rotate(-4deg);	
}
.cropped-image.top:after{
	content: "";
	display: block;
	height: 100px;
	background: #fff;
	position: absolute;
	left: -200px;
	top: -80px;
	right: -200px;
	z-index: 2;	
    transform: rotate(-4deg);	
}
.cropped-image.bottom:after{
	content: "";
	display: block;
	height: 100px;
	background: #fff;
	position: absolute;
	left: -200px;
	top: auto;
	bottom: -80px;
	right: -200px;
	z-index: 2;	
    transform: rotate(4deg);	
}
.content ul.icon-list {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}
.content ul.icon-list li {
	margin: 0;
	padding: 10px 0 10px 50px;
	border-bottom: 1px solid #ccc;
}
.content ul.icon-list li:last-child {
	border: none;
}
.content ul.icon-list li img {
	display: inline-block;
	margin: 0 5px 0 -50px;
	vertical-align: middle;
}
.content ul.flat-header {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-family: 'montserratsemi_bold', sans-serif;
	font-size: 36px;
}
.content ul.flat-header li {
	margin: 0 0 20px 0;
	padding: 0 20px 10px 20px;
	border-right: 1px solid #348bc4;
	display: inline-block;
}
.content ul.flat-header li:last-child {
	border: none;
}
.content ul.flat-header li span {
	display: block;
	margin: 0 0 15px 0;
	color: #348bc4;
	font-size: 13px;
	text-transform: uppercase;
}
/* default táblázat */
table.default-table {
	background: #fff;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table.default-table a {
	text-decoration: none;
}
table.default-table a:hover {
	text-decoration: none;
}
table.default-table thead tr th {
	white-space: nowrap;
	color: #00558f;
	
	font-family: 'montserratlight';


	text-transform: uppercase;
	
	padding: 10px 0px;
	border-bottom: 1px solid #00558f;
}

table.default-table tbody tr:hover{
	background: #ffffff;
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ebebec 47%, #ffffff 100%);
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ebebec 47%,#ffffff 100%);
	background: linear-gradient(135deg,  #ffffff 0%,#ebebec 47%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}


table.default-table tbody td {
	padding: 10px 0px;
	vertical-align: middle;
	border-bottom: 1px solid #e8e8e8;
}



table.default-table tbody td span.csok {
	color: #fff;
	
	
	font-family: 'montserratlight';
	font-size: 15px;
	text-transform: uppercase;
	
	
	padding: 10px;
	background: #348bc4;
	vertical-align: middle;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
table.default-table tbody tr:first-child td {
	border-top: none;
}
table.default-table tbody td:last-child {
	border-right: none;
}



table.default-table tbody tr.reserved td {
	color: #c8c8c8;
}

table.default-table tbody tr.reserved td:last-child {
	 color: orangered !important;
}

table.default-table tbody tr.sold td {
	 color: #c8c8c8;
}

table.default-table tbody tr.sold td:last-child {
	 color: orangered !important;
}

table.default-table tbody tr.trfloor-1 td {
	background: #fff;
}
table.default-table tbody tr.trfloor-2 td {
	background: #e8e8e8;
}
table.default-table tbody tr.trfloor-3 td {
	background: #fff;
}
table.default-table tbody tr.trfloor-4 td {
	background: #e8e8e8;
}
table.default-table tbody tr.trfloor-5 td {
	background: #fff;
}
table.default-table tbody tr.trfloor-6 td {
	background: #e8e8e8;
}

table.default-table a.btn {
	color: #348bc4;
	background-color: #fff;
	
	
	
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	
	
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 2px 10px;
	border: 2px solid #348bc4;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
table.default-table a.btn i {
	vertical-align: middle;
	margin: 0 0 0 5px;
}
table.default-table a.btn:hover {
	color: #fff;
	background: #348bc4;
	border: 2px solid #348bc4;
}
table.default-table a.btn.active {
	color: #fff;
	background: #348bc4;
	border: 2px solid #348bc4;
}


/* 2. ütem */

table.default-table.phase-2 a.btn, table.default-table tr.phase-2 a.btn {
	color: #596d61;
	background-color: #fff;
	
	
	
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	
	
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 2px 10px;
	border: 2px solid #596d61;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


table.default-table.phase-2 a.btn:hover, table.default-table tr.phase-2 a.btn:hover {
	color: #fff;
	background: #596d61;
	border: 2px solid #596d61;
}
table.default-table.phase-2 a.btn.active, table.default-table tr.phase-2 a.btn.active {
	color: #fff;
	background: #596d61;
	border: 2px solid #596d61;
}

/* helyiséglista */
table.default-table.small {
}
table.default-table tbody td {
	padding: 6px 0;
}
/* lakáslista */
table.flatList {
	font-family: 'montserratsemi_bold', sans-serif;
	font-size: .9em;
}
/* lakáslista mobilom */
table.flatList.mobile {
}
table.flatList.mobile tr td:first-child {
	font-family: 'montserratlight', sans-serif;
}
table.flatList.mobile tr td:last-child {
	text-align: right;
}


table.default-table.mobile thead tr th {
	color: #fff;
	background: #00558f;
	font-size: 19px;
	padding: 10px 10px;
}

table.default-table.mobile.phase-2 thead tr th {
	color: #fff;
	background: #596d61;
	font-size: 19px;
	padding: 10px 10px;
}

/* 2. ütem */

table.default-table.mobile tbody td {
	padding: 5px 5px;
}
table.txt thead tr th {
	color: #fff;
	padding: 10px 10px;
	background: #348bc4;
	vertical-align: middle;
}
table.txt tbody tr:nth-child(even) {
	background: #f7f7f7;
}
table.txt tbody td {
	padding: 10px 10px;
	vertical-align: top;
	border-bottom: 1px solid #e8e8e8;
}
.tabs {
	margin: 0 0 40px 0;
}
.tabs a {
	color: #fff;
	background: #836a5b;
	padding: 10px 15px;
	font-family: "montserratsemi_bold";
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
.tabs a:hover {
	color: #fff;
}
.tabs a.active {
	color: #fff;
	background: #ca91a0;
}
.tabs-content {
	display: none;
}
.tabs-content.active {
	display: block;
}
.accordion, .accordion:visited {
	display: block;
	padding: 0 20px;
	margin: 0 0 20px 0;
	color: #fff;
	
	font-family: 'montserratregular';
	font-size: 15px;
	text-transform: uppercase;
	
	line-height: 40px;
	text-decoration: none;
	background-color: #348bc4;
	cursor: pointer;
	box-sizing: border-box;
}
.accordion:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	
	float: right;
}
.accordion:hover {
	color: #fff;
	background-color: #00558f;
}
.accordion.active {
	color: #fff;
	background-color: #00558f;
}
.accordion.active:after {
	content: "\f106";
}
.step-container{
	color: #fff;
	background: #ada08f;
	padding: 20px;
	margin: 0 0 40px 0;
}
.step-container strong{
	color: #fff;
}
.step-container .span_4{
	text-align: center;
}
.step-container .step {
    width: 40px;
    height: 40px;
	overflow: hidden;
    display: inline-block;
    margin: 0 0 20px 0;
    line-height: 40px;
    text-align: center;
    color: #231f20;
    background-color: #fff;
    font-family: 'montserratbold';
	font-size: 21px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
/* Virtuális  */
.flat-container{
	margin:0 0 20px 0;
}
.flat-container .flats{
	width:inherit;
	height:inherit;
	position:relative;
}
.flat-container .floorplan{}
.flat-container a.back{	
	position:absolute;
	right:20px;
	top:20px;
	z-index:99;
}
.flat-container .flats a.flat{
	width:40px;
	height:40px;
	line-height:40px;
	font-size:12px;
	font-family: 'montserratbold';
	text-align:center;
	color:#fff;
	background-color:#348bc4;
	border:2px solid #fff;
	
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	
	position:absolute;
	
	-moz-box-sizing:content-box;
	transform:scale(1);
	transition:all .3s ease 0s;
	-moz-transition:all .3s ease 0s;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s
	
	-webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.15);
}
.flat-container .flats a.flat:hover{
	
	color:#fff;
	background-color:#348bc4;
	
	transform:scale(1.4);
	
	-webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.25);
	
}
.flat-container .flats a.flat-reserved, .flat-container .flats a.flat-reserved:hover{	
	color:#fff;
	background-color:#c91941;
	cursor:default;	
}
.flat-container .flats a.flat-sold, .flat-container .flats a.flat-sold:hover{	
	color:#fff;
	background-color:#c91941;
	cursor:default;	
}
/* Épületek */
.flat-container .flats a.flat.building-1{
	
}
.flat-container .flats a.flat.building-2{
	
}
/* Emeletek, 1. épület */
.flat-container .flats a.building-1.floor-1{
	
}
.flat-container .flats a.building-1.floor-2{
	
}
.flat-container .flats a.building-1.floor-3{
	
}
.flat-container .flats a.building-1.floor-4{
	
}
.flat-container .flats a.building-1.floor-5{
	
}
.flat-container .flats a.building-1.floor-6{

}
.flat-container .flats a.building-1.floor-7{
	
}
.flat-container .flats a.building-1.floor-8{
	
}
/* Emeletek, 2. épület */
.flat-container .flats a.building-2.floor-1{
	
}
.flat-container .flats a.building-2.floor-2{
	
}
.flat-container .flats a.building-2.floor-3{
	
}
.flat-container .flats a.building-2.floor-4{
	
}
.flat-container .flats a.building-2.floor-5{
	
}
.flat-container .flats a.building-2.floor-6{
	
}
.flat-container .flats a.building-2.floor-7{
	
}
.flat-container .flats a.building-2.floor-8{
	
}
/* 1-1 lakások */
.flat-container .flats a.building-1.floor-1.flat-1{
	
}


.masonry {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	overflow: hidden;
}
.masonry-item {
	text-align: center;
	text-decoration: none;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #e8e8e8;
	display: inline-block;
	color: #231f20;
}
.masonry-item:hover {
	background: #348bc4;
	color: #fff;
}
/*
.masonry-item img {
	margin-bottom: 10px;
}
*/
.masonry-item span {
	margin-top: 10px;
	display: block;
	font-size: 14px;
}


@media only screen and (min-width: 400px) {
.masonry {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
}
@media only screen and (min-width: 700px) {
.masonry {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
}
@media only screen and (min-width: 900px) {
.masonry {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
}
@media only screen and (min-width: 1100px) {
.masonry {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
}
@media only screen and (min-width: 1280px) {
.masonry {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
}



.construction {
	display: grid;
  	grid-column-gap: 20px;
}



@media only screen and (min-width: 400px) {
.construction {
	grid-template-columns: auto;
}
}
@media only screen and (min-width: 700px) {
.construction {
	 grid-template-columns: auto auto;
}
}
@media only screen and (min-width: 900px) {
.construction {
	 grid-template-columns: auto auto auto;
}
}
@media only screen and (min-width: 1100px) {
.construction {
	 grid-template-columns: auto auto auto auto;
}
}
@media only screen and (min-width: 1280px) {
.construction {
	 grid-template-columns: auto auto auto auto;
}
}


.construction-item {
	text-align: center;
	text-decoration: none;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #e8e8e8;
	display: inline-block;
	color: #231f20;
}
.construction-item:hover {
	background: #348bc4;
	color: #fff;
}

.construction-item span {
	margin-top: 10px;
	display: block;
	font-size: 14px;
}



#copyright {
	color: #8a8a8a;
	background: #3e3e40;
	padding: 40px 0;
	font-size: 12px;
	line-height: 1.3em;
	text-transform: uppercase;
}

#copyright h4 {
	color: #666;
	margin: 0px;
}

#copyright p:last-child {
	margin: 0px;
}
#copyright a {
	color: #fff;
	text-decoration: none;
}
#copyright a:hover {
	color: #fff;
}

#copyright .copyright-logo{
	max-width: 280px;
	height: auto;
}

.social-pages {
	padding: 20px 0;
}
.social-pages a {
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	text-align: center;
	color: #fff;
	background: #000;
	display: inline-block;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.social-pages a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000 !important;
	background: #fff;
	display: inline-block;
	margin: 0 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.social-pages a.facebook {
	
}
.social-pages a.twitter {
	
}
.social-pages a.instagram {
	
}
.social-pages a i {
	vertical-align: text-bottom;
	line-height: 40px;
}
a.mobile-basket {
	height: 50px;
	line-height: 50px;
	
	
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	
	text-decoration: none;
	text-align: center;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	color: #fff;
	background-color: #348bc4;
	cursor: pointer;
	display: none;
}
a.history{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.5em;
	text-decoration: none;
	text-align: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	color: #fff;
	background-color: #348bc4;
	cursor: pointer;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

a.history:hover{
	background: #00558f;
}
/* #Flexible iFrame
================================================== */
.flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-height: 350px;
	margin-bottom: 20px;
}
.flexible-container iframe, .flexible-container object, .flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
iframe, object, embed, video {
	max-width: 100%;
	vertical-align: top;
}
/* `Media queries
----------------------------------------------------------------------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}
/* Smaller than standard 1120 (devices and browsers) */
@media only screen and (max-width: 1119px) {
.hide-small {
	display: none;
}
.show-small {
	display: block;
}
#header a.toggle-menu, #header a.mobile-phone {
	display: block;
}
#header, #header.small {
	height: 70px;
	line-height: 70px;
	background: #fff;
	padding: 0px 20px;
}
	
#header .logo {
	line-height: 70px;
	text-align: left;
}

	
#header .logo img, #header.small .logo img {
	width: 140px;
	height: auto;
}

.rslides1_nav {
	display: none;
}
	
	
.rslides_container .payment-schedule {
	max-width: 240px;
	right: 40px;
	bottom: 40px;
}	


.main {
	padding: 100px 20px 0px 20px;
}
.content {
	padding: 50px 20px;
}
.main .content {
	margin-bottom: 30px;
}
	
.header-image{
	height: 300px;
}	
	
.main .content.negative{
	margin-top: -210px;
}
	
#copyright {
	padding: 20px 10px 70px 10px;
}
a.mobile-basket {
	display: block;
}
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.hide-tablet {
	display: none;
}
.show-tablet {
	display: block;
}
#header a.toggle-menu, #header a.mobile-phone {
	display: block;
}


.rslides1_nav {
	display: none;
}
	
.rslides_container .payment-schedule {
	max-width: 200px;
	right: 40px;
	bottom: 40px;
}	

.rslides_container .slider-search {
	width: 100%;
	position: relative;
	z-index: 999;
	left: 0px;
	top: 0px;
}
.rslides_container .slider-search .search-box {
	margin: 0px auto 0 auto;
	background: #231f20;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.content {
	padding: 50px 20px;
}
.main .content {
	margin-bottom: 20px;
}
	
.header-image{
	height: 300px;
}	
	
.main .content.negative{
	margin-top: -170px;
}
	
	
a.mobile-basket {
	display: block;
}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 16px;
}
.hide-mobile {
	display: none !important;
	visibility: hidden;
}
.show-mobile {
	display: block;
}
.mobile-remove-bottom {
	margin-bottom: 0px !important;
}
#header a.toggle-menu, #header a.mobile-phone {
	display: block;
}
	
	
	
.rslides_container {
	margin-top: 70px;
}
	
.rslides_container:before {
	display: none;
}	
	
.rslides_container .slider-title {
	padding: 0 15px;
}	
	
.rslides_container .slider-title .line1 {
	font-size: 31px;
}
.rslides_container .slider-title .line2 {
	font-size: 28px;
}
	
	
.rslides_container .slider-search {
	width: 100%;
	position: relative;
	z-index: 999;
	left: 0px;
	top: 0px;
}

.rslides1_nav {
	display: none;
}
	
.rslides_container .payment-schedule {
	max-width: 140px;
	right: 0px;
	bottom: 7px;
}		
	
.rslides_container .slider-search .search-box {
	margin: 0px auto 70px auto;
	background: #231f20;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.search-box .inner {
	padding: 0px 0px !important;
	margin: 0px 0 80px 0;
}
.search-box .text {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.search-box .button {
	margin: 0px 0px 20px 0px;
}
	
	

	
.main {
	padding: 70px 0px 0px 0px;
}
.content {
	padding: 40px 20px 20px 20px;
}
.content .half {
	max-width: none;
}
.main .content {
	margin-bottom: 20px;
}

.header-image{
	height: 300px;
}	
	
.main .content.negative{
	margin-top: -130px;
}
	
	
	
.content.home-location, .content.home-advantages, .content.home-flats {
	padding: 80px 20px 40px 20px;
}
.content.bottom-contact {
	padding: 40px 20px 20px 20px;
}
.content.bottom-sales {
	padding: 40px 20px 20px 20px;
	text-align: center;
}
.content ul.flat-header {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 18px;
}
.content ul.flat-header li {
	margin: 0 0 10px 0;
	padding: 0 10px 5px 10px;
	border: none;
	width: calc(50% - 20px);
}
.content ul.flat-header li span {
	margin: 0 0 10px 0;
}
.tabs a {
	display: block;
	margin: 10px 0;
}
a.mobile-basket {
	display: block;
}
}