	body {
	background: #EEEEEE;
	color: #162D30;
	font-family: Arial;
}
.web-container{
	min-height: 90vh;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.wrapper {
	width: 1260px;
	margin: 0 auto;
}

.sliderWrapper {
	width: 1260px;
	margin: 0 auto;
	height: 715px;
	z-index: 99999999;
	position: relative;
}

.houseWrapper {
	width: 1260px;
	margin: 0 auto;
	height: 760px;
	z-index: 9;
	position: relative;
}

.endedWrapper {
	width: 1260px;
	margin: 0 auto;
	height: 660px;
	z-index: 99999999;
}
.centerLine > li >  a {
	color: rgba(0,0,0,0.2);
	font-weight: 700;
	text-shadow: none;
	position: relative;
}

.centerLine > li > a::after {
	content: " ";
	width: 100%;
	height: 0px;
	background-color: #195277;
	position: relative;
	display: block;
	left: 0;
	top: -30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.centerLine > li > a:hover::after {
	height: 5px;
	top: -20px;
}

header {
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 3;
}
header.headerover{
	/*background-image: url("../images/header_over.png");*/
	height: 250px!important;
    position: absolute!important;
}
header.headerChoose{
	position: absolute;
}
header > div.wrapper > h1.logo {
	width: 152px;
	height: 64px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url('../images/logo2.png') no-repeat;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	margin-top: 5px;
	background-position: left center;
}

header > div.wrapper > h1.logo > a {
	width: 200px;
	height: 64px;
	display: block;
	float: left;
	text-indent: -99999px;
}

header > div.wrapper > nav#headerNav {
	width: auto;
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-left: 55px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
}

header > div.wrapper > nav#headerNav > ul {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: auto;
	/*height: 200px;*/
}

header > div.wrapper > nav#headerNav > ul > li {
	width: auto;
	height: 80px;
	line-height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

header > div.wrapper > nav#headerNav > ul > li > a {
	color: #152C30;
	font-size: 17px;
	text-decoration: none;
	font-family: 'PantonMtav3';
	font-weight: 600;
	padding: 0px 35px;
	display: block;
	line-height: 80px;
	float: left;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	letter-spacing: 2px;
}

header > div.wrapper > div.headericons {
	width: auto;
	height: 80px;
	display: block;
	float: left;
}

header > div.wrapper > div.headericons a{
	padding: 0 20px 0 0;
}

header > div.wrapper > div.headericons img{
	padding: 27px 10px 0 0;
}
body > header > div > div.headericons > a > img{
}
body > header > div.wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header div.lang{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
}

header div.lang div.ge, header div.lang div.en{
	width: 35px;
	height: 27px;
	border: 1px solid #195277;
}
header div.lang div.ge{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: none;
	color: #396C8C;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}
header div.lang div.ge:hover, header div.lang div.en:hover{
	background-color: #3A6C8C;
	color: #fff;
}
header div.lang div.ge:active, header div.lang div.en:active{
	background-color: #3A6C8C;
	color: #fff;
	text-decoration: none;
}
header div.lang div.active{
	background-color: #3A6C8C;
	color: #fff;
	text-decoration: none;
}
header div.lang div.active a{
	color: #FFF;
}

header div.lang div.ge p:hover, header div.lang div.en p:hover{
	color: #fff;
}

header div.lang div.en{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #396C8C;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}

header div.lang div.ge p, header div.lang div.en p{

}

header .languageSwitch {
	width: auto;
	height: auto;
	display: block;
	float: right;
	margin-right: 20px;
	/*display: none;*/
}


header .languageSwitch .btn-group {
	float: right;
	margin-top: 20px;
}

header .languageSwitch .btn-group .btn {
	width: 150px;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: block;
	float: right;
	background-position: 15px 10px;
	color: #30C9CD;
	font-family: "PantonMtav3";
	font-size: 14px;
	line-height: 30px;
	/*border-bottom: 1px #30C9CD dashed;*/
	text-decoration: none;
	border-radius: 0px;
	text-align: left;
	padding-left: 10px;
	color: #666666;
}

header .languageSwitch .btn-group.open .btn {
	background: #F36F21;
	border: none;
	color: #fff;
}

header .languageSwitch .btn-group > span {
	float: right;
    top: 17px;
    right: 15px;
    position: absolute;
    color: #666;
}

header .languageSwitch .btn-group.open > span {
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #fff;
    z-index: 999999;
}

header .languageSwitch .dropdown-menu {
	min-width: 150px;
	width: 150px;
	border-radius: 0px;
	top: 31px;
	border: none;
	background: #F36F21;

}

header .languageSwitch .dropdown-menu > li {
	float: left;
	line-height: 10px;
	display: block;
	width: 100%;
	margin: 0px;
}

header .languageSwitch .dropdown-menu > li a {
	margin:0px 10px;
	padding: 0px;
	width: auto;
	line-height: 40px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

header .languageSwitch .dropdown-menu > li a:hover {
	background: transparent;
}

header .languageSwitch .dropdown-menu > li:last-child a {
	border-bottom: 0px;
}

.homepageimg{
	margin: 0;
height: 100vh;
overflow: hidden;
}

section#slider {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	background: black;
	color: #fff;
	overflow: hidden;
	margin-top: 0;
}

section#slider figure img{
	width: 100%;
}

section#slider ul#scene {
	width: 100%;
	height: 830px;
	display: block;
	float: left;
	list-style: none;
	padding: 0px;
	background: url('../images/parllax.png') no-repeat;
	background-size: cover;
}

section#slider ul#scene li.parallaxBg {
	width: 105%;
	height: 830px;
	display: block;
	float: left;
	background: url('../images/parllax.png') no-repeat;
	background-size: 2000px 830px;
	background-position: top center;
	margin-left: -3%;
}

section#slider ul#scene li.parallaxBg > img {
	width: 100%;
	height: 830px;
}

section#slider div.leftTree {
	position: absolute;
	width: 20%;
	height: auto;
	left: 0;
	top: 0;
}

section#slider div.rightTree {
	position: absolute;
	width: 20%;
	height: auto;
	right: 0;
	top: 0;
}

section#slider div.sliderInfoBottom {
	width: 1000px;
	height: 100px;
	display: block;
	float: left;
	bottom: 90px;
	left: 50%;
	margin-left: -500px;
	background: url('../images/sliderInfoBottom.png') no-repeat;
	position: absolute;
}

section#slider div.sliderInfoBottom > h3 {
	width: auto;
	height: 100px;
	display: block;
	float: left;
	line-height: 100px;
	font-family: 'PantonMtav3';
	font-size: 26px;
	color: #fff;
	margin: 0px;
	padding-left: 35px;
}

section#slider div.sliderInfoBottom > ul {
	float: right;
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-right: 30px;
}

section#slider div.sliderInfoBottom > ul > li {
	width: 150px;
	height: 40px;
	display: block;
	float: left;
	background: #112224;
	border-radius: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #3B4F51;
	margin-top: 30px;
	margin-right: 10px;
	text-align: center;
	line-height: 34px;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

section#slider div.sliderInfoBottom > ul > li:hover {
	background: #214245;
}

section#slider div.sliderInfoBottom > ul > li > a {
	width: 150px;
	display: block;
	height: 40px;
	float: left;
	text-decoration: none;
}

section#slider div.sliderInfoBottom > ul > li > a > img {
	margin-right: 7px;
}

section#slider div.sliderInfoBottom > ul > li > a > span {
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-size: 15px;
	color: #fff;
}

section#slider button.scrollBtn {
	width: 20px;
	height: 41px;
	display: block;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -20px;
	background: url('../images/scrollBtn.png') no-repeat;
	border: none;
	outline: none;
	z-index: 2;
}
section#slider div.choosehouse {
	width: auto;
	height: auto;
	display: block;
	list-style: none;
	padding: 0px;
	position: absolute;
	top: calc(50% - 69px);
	left: calc((100% - 1260px) / 2);
	z-index: 5;
	display: none;
}

section#slider div.choosehouse > p{
	font-family: 'Geometric';
    font-weight: normal;
    text-transform: uppercase;
	font-size: 20px;
}
section#slider div.choosehouse a{
	text-decoration: none;
}
/*section#slider div.choosehouse div.choosebutton{
	background-image: url("../images/choosehouse.png");
	background-repeat: no-repeat;
	background-position: 20px 12px;
	width: 211px;
	height: 56px;
	border: 5px solid #C1D831;
	background-color: #FFF;
	border-radius: 50px;
	font-size: 15px;
	color: #3CB64B;
	font-weight: bold;
	text-align: right;
	padding-right: 25px;
	line-height: 40px;
    font-family: 'LGV Bebas Neue';

}*/

section#slider div.choosehouse div.choosebutton p{
	 font-family: 'PantonMtav3';

}
section#slider ul.leftFixedInfo {
	width: 215px;
	height: auto;
	display: block;
	list-style: none;
	padding: 0px;
	position: absolute;
	top: 85px;
	left: 0;
	z-index: 5;
}

section#slider ul.leftFixedInfo > li {
	width: 213px;
	height: 50px;
	display: block;
	float: left;
	background: url('../images/sliderLeftInfo.png') no-repeat;
	margin-bottom: 30px;
}

section#slider ul.leftFixedInfo > li > a {
	width: 213px;
	height: 50px;
	display: block;
	float: left;
	line-height: 50px;
	padding-left: 15px;
	color: #fff;
	font-family: 'PantonMtav3';
	text-decoration: none;
}

section#slider ul.leftFixedInfo > li > a > img {
	display: block;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}

section#slider ul.leftFixedInfo > li > a > span {
	font-size: 16px;
}

section#qualityPlace {
	width: 100%;
	/* height: 500px; */
	height: 400px;
	display: block;
	float: left;
	background: #FFF;
}

section#qualityPlace > div.wrapper > h3.title {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-family: 'LGV Bebas Neue','bpg_nino_mtavruli_normal', arial;
	font-size: 40px;
	color: #195277;
	margin-bottom: 0px;
}

section#qualityPlace > div.wrapper > h6.litTitle {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-family: 'BPG Algeti';
	font-size: 13px;
	color: #6AA1B9;
	margin: 0px;
	font-style: italic;
}

section#qualityPlace > div.wrapper > ul.qualityBody {
	width: 100%;
	height: 350px;
	display: block;
	float: left;
	margin-top: 35px;
	padding: 0px;
	list-style: none;
}

section#qualityPlace > div.wrapper > ul.qualityBody li {
	width: 25%;
	height: 350px;
	display: block;
	float: left;
	text-align: center;
}

section#qualityPlace > div.wrapper > ul.qualityBody li:hover{
		background-color: #6AA1B9;
		color: #FFF;
}

section#qualityPlace > div.wrapper > ul.qualityBody li:hover h3{
	color: #FFF;
}
section#qualityPlace > div.wrapper > ul.qualityBody li:hover h6{
	color: #FFF;
}
section#qualityPlace > div.wrapper > ul.qualityBody li:hover img{
	    -webkit-filter: brightness(999999);
	            filter: brightness(999999);
}
section#qualityPlace > div.wrapper > ul.qualityBody li > h3 {
	color: #195277;
	font-family: 'PantonMtav3';
	font-weight: bold;
	font-size: 16px;
}


section#qualityPlace > div.wrapper > ul.qualityBody li > h6 {
	margin-top: 20px;
	color: #162D30;
	font-family: 'BPG Algeti';
	font-style: italic;
	font-size: 13px;
	line-height: 20px;
}

section#qualityPlace > div.wrapper > ul.qualityBody li > div {
	color: #152C30;
	font-size: 13px;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-style: italic;
	padding: 0px 40px;
}
section#qualityPlace > div.wrapper > ul.qualityBody li img{
	margin-top: 30px;
}
section#endedProjects {
	width: 100%;
	height: 660px;
	display: block;
	float: left;
	background: #162D30;
}

section#endedProjects > div.endedWrapper > h3.title {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-family: 'LGV Bebas Neue';
	font-size: 40px;
	color: #fff;
	margin-bottom: 0px;
	margin-left: 21px;
}

section#endedProjects > div.endedWrapper > h6.litTitle {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-family: 'BPG Algeti';
	font-size: 13px;
	color: #3CB64B;
	margin: 0 0 0 20px;
	font-style: italic;
	opacity: 0.8;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody {
	width: 100%;
	height: 569px;
	display: block;
	float: left;
	margin-top: 13px;
	position: relative;
	color: #fff;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUni {
	width: 344px;
	height: 569px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../images/seuBuild.png') no-repeat;
	border: none;
	outline: none;
	opacity: 0.2;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUni.active {
	opacity: 1;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUni:hover {
	opacity: 1;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuild {
	width: 206px;
	height: 119px;
	position: absolute;
	bottom: 0;
	left: 460px;
	background: url('../images/secondBuild.png') no-repeat;
	border: none;
	outline: none;
	opacity: 0.2;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuild.active {
	opacity: 1;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuild:hover {
	opacity: 1;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuild div.hover {
	width: 224px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: -112px;
	background: url('../images/endedProjectsHover.png') no-repeat;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	top: -30px;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-size: 15px;
	color: #162D30;
	line-height: 30px;

	text-align: center;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuild:hover div.hover {
	opacity: 1;
	top: -50px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUni div.hover {
	width: 224px;
	height: 45px;
	position: absolute;
	left: 34%;
	margin-left: -112px;
	background: url('../images/endedProjectsHover.png') no-repeat;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	top: -30px;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-size: 15px;
	color: #162D30;

	text-align: center;
	line-height: 30px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUni:hover div.hover {
	opacity: 1;
	top: -50px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUniText {
	width: 570px;
	height: 250px;
	display: block;
	position: absolute;
	top: 50px;
	left: 365px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUniText > h3 {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	text-align: center;
	color: #C0D831;
	font-size: 25px;
	font-family: 'PantonMtav3';
    width: 100%;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUniText > p {
	margin-top: 25px;
	padding: 0px;
	display: block;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	text-indent: 4.5em;
	font-family: 'BPG Algeti';
	font-style: italic;
    width: 100%;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUniText > div.text {
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;
	opacity: 0.5;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuildText {
	width: 570px;
	height: 250px;
	display: none;
	position: absolute;
	top: 50px;
	left: 365px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuildText > h3 {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	text-align: center;
	color: #C0D831;
	font-size: 25px;
	font-family: 'PantonMtav3';
    width: 100%;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuildText > div.text {
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;
	opacity: 0.5;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > ul.seuUniGallery {
	width: 140px;
	height: auto;
	display: block;
	float: right;
	list-style: none;
	padding: 0px;
	overflow: hidden;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > ul.seuUniGallery > li {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 6px solid #fff;
	overflow: hidden;
	margin-bottom: 30px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > ul.seuUniGallery > li > a > img {
	width: 140px;
	height: 140px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > ul.secondBuildGallery {
	width: 140px;
	height: auto;
	display: none;
	float: right;
	list-style: none;
	padding: 0px;
	overflow: hidden;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > ul.secondBuildGallery > li {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 6px solid #fff;
	overflow: hidden;
	margin-bottom: 30px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > ul.secondBuildGallery > li > a > img {
	width: 140px;
	height: 140px;
}

section#partnersPlace {
	width: 100%;
	height: 330px;
	display: block;
	float: left;
	background: #eee;
}

section#partnersPlace > div.wrapper > h3.title {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-family: 'LGV Bebas Neue';
	font-size: 40px;
	color: #7EC73E;
	margin-bottom: 0px;
}

section#partnersPlace > div.wrapper > h6.litTitle {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-family: 'BPG Algeti';
	font-size: 13px;
	color: #7EC73E;
	margin: 0px;
	font-style: italic;
}

section#partnersPlace > div.wrapper > div.partnersBody {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	overflow: hidden;
	margin-top: 30px;
}

div.flash-slider {
	max-width: 100%;
	position: absolute;
}

div.flashSliderBody {
	width: 1260px;
	overflow: hidden;
}

div.flashSliderBody > #partriala {
	list-style: none;
	width: calc(100% - 50px);
	margin-left: 25px;
	height: 170px;
	overflow: hidden;
	padding: 0px;
}

div.flashSliderBody > #partriala div.item {
	width: 240px;
	height: 170px;
	float: left;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	padding-top: 20px;
}

div.flashSliderBody > #partriala div.item > a {
	padding: 7px 12px;
	display: block;
	width: 240px;
	height: 170px;
	float: left;
	text-decoration: none;
	text-align: center;
}

div.flashSliderBody > #partriala div.item a > img {
	/* -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	/* -webkit-filter: gray;
	        filter: gray; */
	/* filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><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>#greyscale"); */
}

div.flashSliderBody > ul > li:hover > a > img {
	-webkit-filter: none;
	filter: none;
	filter: none;
	filter: none;
}

div.flashSliderBody > #partriala div.item a > h3 {
	width: 100%;
	height: auto;
	text-transform: uppercase;
	font-family: 'PantonMtav3';
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	margin-top: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*div.flashSliderBody > #partriala div.item:hover > a > h3 {
	color: #7EC73E;
}*/

div.flashSliderBody > #partriala div.item a > div.text {
	font-size: 13px;
	color: #000000;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-style: italic;
}

/*div.flashSliderBody > #partriala div.item:hover {
	background: white;
}*/

button.featureNext {
	float: right;
	width: 25px;
	height: 37px;
	background: url('../images/partnersNext.png') no-repeat;
	border: 0 none;
	text-indent: -9999px;
	outline: none;
	top: 50%;
	margin-top: -16px;
	position: absolute;
	right: 0px;
}

button.featureNext:hover {
	background: url('../images/partnersNext.png') no-repeat;
	cursor: pointer;
}

button.featurePrev {
	float: left;
	width: 25px;
	height: 37px;
	background: url('../images/partnersPrevnew.png') no-repeat;
	border: 0 none;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	/*left: -37px;*/
	top: 50%;
	margin-top: -16px;
}

button.featurePrev:hover {
	background: url('../images/partnersPrevnew.png') no-repeat;
	cursor: pointer;
}


footer {
	width: 100%;
	height: 76px;
	display: block;
	float: left;
	background: #162D30;
	line-height: 76px;
}

footer.posAbs {
	position: absolute;
	bottom: 0;
}

footer > div.wrapper > span.left {
	float: left;
	color: #ECECEC;
	font-size: 15px;
	font-family: 'PantonMtav3';
}

footer > div.wrapper > span.left > span {
	color: #BFD831;
}

footer > div.wrapper > span.right {
	float: right;
	color: #ECECEC;
	font-size: 15px;
	font-family: 'PantonMtav3';
}

footer > div.wrapper > span.right > a {
	color: #BFD831;
}

.plusLayer{
	width: 210px;
	height: 210px;
	position: absolute;
	display: block;
}
.plusHoverDet{
  position:relative;
  top:100px;
  left:250px;
  width: 50px;
  height:50px;
  background-color:#3CB64B;
  border-radius:50%;
  border:5px solid rgba(193,216,49,1);
  cursor:pointer;
  -webkit-transition: 500ms;
  -o-transition:500ms;
  transition:500ms;
  background-image: url("http://seu.flash.ge/apptools/userSide/images/homecovericon.png");
  background-size: cover
}
.plusHoverDet>h3{
/*   display:none; */
  opacity:0;
  width: 100px;
  height: 200px;
  position: absolute;
  margin: 0px;
    top: 45px;
    right: -5px;
  display: none;
}
.plusHoverDet>h3>span{
/*   position:absolute;
  transition:initial!important;
  left:25px; */
}
.plusHoverDet:hover{
  width:200px;
  height:200px;
  top:30px;
  left:180px;
  border:0px solid rgba(193,216,49,0);
  -webkit-transition: 500ms;
  -o-transition:500ms;
  transition:500ms;
  background-image:url(http://seu.flash.ge/apptools/userSide/images/plusDetHover.png);
  background-size:contain;
  background-repeat:no-repeat;
}
.plusHoverDet:hover h3{
  display: block;
  background-position: top right;
  line-height: 20px;
  text-align: left;
  font-size: 15px;
  color: #FFF;
  opacity:1;
}

/*.plusLayer {
	width: 210px;
	height: 210px;
	position: absolute;
	display: block;
}

.plusLayer > button.plusBtn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 44%;
	top: 45%;
	margin-top: -18px;
	margin-left: -18px;
	background: url('../images/parallaxPlus.png') no-repeat;
	border: none;
	outline: none;
	border-radius: 50%;
	z-index: 2;
	transition: 0.3s;
}

.plusLayer > button.plusBtn:hover {
	width: 210px;
	height: 210px;
	display: block;
	top: 0;
	left: 0;
	margin: 0px !important;
	background: none;
	opacity: 0;
}

.plusLayer > button.plusBtn + div.plusHoverDet {
	display: block;
	width: 210px;
	height: 210px;
	background: url('../images/plusDetHover.png') no-repeat;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
}

.plusLayer > button.plusBtn:hover + div.plusHoverDet {
	display: block;
	width: 210px;
	height: 210px;
	background: url('../images/plusDetHover.png') no-repeat;
	border-radius: 50%;
	margin-left: 5px;
	margin-top: 4px;
	z-index: 1;
	opacity: 1;
}

.plusLayer > button.plusBtn + div.plusHoverDet > img {
	border-radius: 50%;
	width: 200px;
	height: 201px;
	margin: 0;
}

.plusLayer > button.plusBtn + div.plusHoverDet > h3 {
	width: 100px;
	height: 200px;
	position: absolute;
	margin: 0px;
	top: 5px;
	right: 5px;
	background: url('../images/plusHoverDetText..png') no-repeat;
	background-position: top right;
	line-height: 200px;
	text-align: left;
	padding-left: 10px;
}

.plusLayer > button.plusBtn + div.plusHoverDet > h3 > span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-size: 13px;
	font-weight: normal;
	width: 85px;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
}
*/
#flatPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-top: 17px;
	margin-bottom: 10px;
}

#flatPlace > div.wrapper > div {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	padding: 0px 10px;
}

#flatPlace > div.wrapper > div > div.leftSide {
	width: 815px;
	height: auto;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader {
	width: 100%;
	height: 60px;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > a.backBtn {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	background: url('../images/backBtn.png') no-repeat;
	border: none;
	outline: none;
	text-indent: -99999px;
	margin-right: 20px;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList {
	width: auto;
	height: 60px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li {
	width: auto;
	height: 60px;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	background: url('../images/flatInfoHeaderStroke.png') no-repeat;
	padding-right: 30px;
	background-position: top right;
	margin-right: 14px;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li:nth-child(2){
	display: none;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li > h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'LGV Bebas Neue';
	font-size: 27px;
	color: #2B3F43;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li > h3 > span {
	color: #7EC63E;
}

#flatPlace > div > div > div.leftSide > div.flatHeader > ul > li:nth-child(2) > h3 > span.linethrought{
	text-decoration: line-through;
	color: #999999!important;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li > h6 {
	margin: 0px;
	padding: 0px;
	font-family: 'BPG Algeti';
	font-size: 13px;
	color: #7EC73E;
	font-style: italic;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
    height: auto;
    margin-top: 100px;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons p{
	color: #195277;
	font-size: 15px;
	font-weight: bold;
	font-family: 'PantonMtav3';
	margin-top: 10px;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons  input[type="radio"]{
	width: 130px;
	height: 40px;
	border: none;
	border-radius: 5px;
	background-color: #C1D831;
	margin-left: 20px;
	font-size: 15px;
	color: #FFF;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons button{
	width: 140px;
	height: 40px;
	border: none;
	border-radius: 5px;
	background-color: #C1D831;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #FFF;
	font-family: 'PantonMtav3';
	vertical-align: middle;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons button.bell{
	/*width: 140px;*/
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons button:hover{
	background-color: #FFF;
	color: #CCCCCC;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons button.active{
	background-color: #FFF;
	color: #CCCCCC;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons a{
	width: 130px;
	height: 40px;
	border: none;
	border-radius: 5px;
	margin-left: 300px;
	font-size: 15px;
	color: #FFF;
	background-repeat: no-repeat;
	text-decoration: none;
    padding: 7px 50px;
    background-position: 8px;
    font-family: 'PantonMtav3';

}

#flatPlace > div.wrapper > div > div.leftSide > div.flatBody {
	width: 100%;
	height: auto;
	margin-top: 40px;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatBody .gallery{
	display: none;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatBody .gallery:first-child{
	display: block;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatBody > img {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > div.rightSide {
	width: 400px;
	height: auto;
	display: block;
	float: right;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace {
	width: 370px;
	min-height: 250px;
	display: block;
	float: left;
	background-size: 100% 100%;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.headerPlace {
	width: 100%;
	height: 20px;
	display: block;
	float: left;
	margin-top: 30px;
	padding-left: 28px;
	background: url('../images/flatCalculatorPlace.png') no-repeat;
	background-size: 100% 100%;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.headerPlace > button {
	width: auto;
	height: 40px;
	display: block;
	float: left;
	background: #F36F21;
	border-radius: 5px;
	border: none;
	border-top: 1px solid #F79A64;
	border-bottom: 1px solid #AA4D17;
	color: #fff;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	margin-right: 10px;
	outline: none;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.headerPlace > button.active {
	background: #112224;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #4B5C5F;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	color: #fff;
	padding-bottom: 20px;
	background-color: #7EC73E;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > div.bodyplacebutton{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
	margin-bottom: 30px;
	display: none;
}
#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace button{
	width: 140px;
	height: 40px;
	border-radius: 5px;
	background-color: #C1D831;
	border: none;
	font-family: 'BPG Algeti';
}
#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace button.active{
	background-color: #659F32;
}
#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace button:first-child{
	margin: 0 10px 0 22px;
}
#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace button:last-child{
	width: 180px;
}
#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace button:hover{
	background-color: #659F32;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > ul.datailedInfoList {
	width: 100%;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-left: 27px;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > ul.datailedInfoList > li {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	height: 36px;
	line-height: 45px;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > ul.datailedInfoList > li > span.leftSide {
	width: 180px;
	display: block;
	float: left;
	color: #000;
	font-family: 'PantonMtav3';
	font-size: 13px;
	line-height: 50px;
	font-weight: bold;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > ul.datailedInfoList > li > span.rightSide {
	width: auto;
	display: block;
	float: left;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: 'PantonMtav3';

}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange {
	display: none;
	float: left;
	width: 100%;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div {
	width: calc(100% - 40px);
	height: auto;
	display: block;
	float: left;
	margin-left: 25px;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > span.headerTitle {
	width: 100%;
	height: auto;
	font-family: 'PantonMtav3';
	font-size: 30px;
	color: #EDEDED;
	display: block;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > span.headerTitle > span {
	color: #F26D1F;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > ul.detailedInfoBody {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	border-top: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	padding: 10px 0px;
	list-style: none;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > ul.detailedInfoBody > li {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-bottom: 15px;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > ul.detailedInfoBody > li > div {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > ul.detailedInfoBody > li > div > span.text {
	width: auto;
	height: auto;
	display: block;
	float: left;
	font-family: 'PantonMtav3';
	color: #EDEDED;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > ul.detailedInfoBody > li > div > .right {
	width: auto;
	height: auto;
	float: right;
	font-family: 'PantonMtav3';
	color: #EDEDED;
	font-size: 18px;
	line-height: 35px;
	width: auto;
	height: auto;
	background: transparent;
	border: none;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > ul.detailedInfoBody > li > div.calcRange {
	width: 100%;
	float: left;
	margin: 5px 0px;
	height: 10px;
	border: none !important;
	background: #112224 !important;
	border-bottom: #4B5C5F 1px solid !important;
	border-top: 1px solid #000 !important;
}

#flatPlace > div.wrapper > div > section#similarPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > section#similarPlace > h3 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	color: #7EC73E;
	font-size: 35px;
	font-family: 'LGV Bebas Neue';
	margin: 45px 0px;
	margin-bottom: 10px;
}

#flatPlace > div.wrapper > div > section#similarPlace > ul {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	list-style: none;
	padding: 0px;
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li {
	width: 200px;
	height: auto;
	display: block;
	float: left;
	margin-right: 45px;
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li > a {
	display: block;
	width: 200px;
	float: left;
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li > a > img {
	width: 200px;
	height: auto;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li > a > h3 {
	color: #2B3F43;
	font-size: 25px;
	font-family: 'LGV Bebas Neue';
	margin: 10px 0px;
	float: left;
	display: block;
	width: 100%
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li > a > h3 > a {
	color: #2B3F43;
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li > a > h6 {
	color: #7EC73E;
	font-size: 13px;
	font-family: 'BPG Algeti';
	font-style: italic;
	margin: 0px;
	float: left;
	display: block;
	width: 100%
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li > a > h6:hover{
	color: #7CBCEE;
}

#flatTabsPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

#flatTabsPlace div.flatTabsPlaceHeader {
	width: 100%;
	height: 106px;
	display: block;
	float: left;
	border-top: 8px solid #D6D6D6;
	background: #162D30;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs {
	width: 100%;
	height: 98px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none !important;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li {
	width: 25%;
	height: 98px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-conten  t: stretch;
	border-right: 1px solid rgba(255,255,255,0.3);
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li:first-child {
	border-left: 1px solid rgba(255,255,255,0.3);
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li.active > a {
	background: #D6D6D6;
	width: 100%;
	height: 98px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 0px;
	border: none;
	margin-right: 0px;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li:hover > a {
	background: #FFF;
	width: 100%;
	height: 98px;
	border-radius: 0px;
	border: none;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	margin-right: 0;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li > a > h3 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: 'LGV Bebas Neue','bpg_nino_mtavruli_normal';
	margin: 10px 0px;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li > a > h6 {
	color: #6AA1B9;
	font-size: 13px;
	font-family: 'BPG Algeti';
	margin: 0px;
	font-style: italic;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li.active > a > h3 {
	color: #162D30;
	font-size: 20px;
	font-family: 'LGV Bebas Neue','bpg_nino_mtavruli_normal', arial;
	margin: 10px 0px;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li.active > a > h6 {
	color: #7EC73E;
	font-size: 13px;
	font-family: 'BPG Algeti';
	margin: 0px;
	font-style: italic;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li:hover > a > h3 {
	color: #162D30;
	font-size: 20px;
	margin: 10px 0px;
	font-family: 'LGV Bebas Neue','bpg_nino_mtavruli_normal', arial;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li:hover > a > h6 {
	color: #6AA1B9;
	font-size: 13px;
	font-family: 'BPG Algeti';
	margin: 0px;
	font-style: italic;
}

#flatTabsPlace div.flatTabsPlaceBody {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

section#salesTabPlace {
	width: 100%;
	height: auto;
	margin: 20px 0px;
	float: left;
	display: block;
}

section#salesTabPlace div.leftSide {
	width: 430px;
	height: auto;
	display: block;
	float: left;
	font-size: 15px;
	color: #142C30;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
}

section#salesTabPlace div.leftSide > h3 {
	color: #F26D1F;
	font-size: 15px;
}

section#salesTabPlace div.leftSide > ul {
	list-style: none;
	padding: 0px;
}

section#salesTabPlace div.leftSide > ul > li {
	float: left;
	width: 100%;
	display: block;
	line-height: 22px;
	position: relative;
}

section#salesTabPlace div.leftSide > ul > li:before {
	width: 6px;
	height: 6px;
	display: block;
	float: left;
	background: #F28647;
	border-radius: 50%;
	content: '';
	margin-top: 8px;
	position: absolute;
}

section#salesTabPlace div.leftSide > ul > li > span {
	padding-left: 15px;
	display: block;
	float: left;
}

section#salesTabPlace div.rightSide {
	width: 750px;
	height: auto;
	display: block;
	float: right;
}

section#salesTabPlace div.rightSide div.salesBg {
	width: 750px;
	height: 120px;
	display: block;
	float: left;
	background: url('../images/fasdaklebaBg.png') no-repeat;
	margin-bottom: 20px;
}

section#salesTabPlace div.rightSide div.salesBg > h3 {
	width: 590px;
	height: auto;
	display: block;
	float: left;
	font-family: 'PantonMtav3';
	color: #FFFFFF;
	font-size: 25px;
	margin: 0px;
	margin-top: 33px;
	margin-left: 30px;
}

section#salesTabPlace div.rightSide div.salesBg > h6 {
	width: 590px;
	height: auto;
	display: block;
	float: left;
	font-family: 'PantonMtav3';
	color: #152C30;
	font-size: 15px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 30px;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace {
	width: 100%;
	height: auto;
	margin: 20px 0px;
	float: left;
	display: block;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	font-size: 15px;
	color: #142C30;
	font-family: "tbcdin_nusxuri_mediumwebfont";
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide span{
	font-family: "tbcdin_nusxuri_mediumwebfont";
	font-size: 15px;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide > h3 {
	color: #F26D1F;
	font-size: 15px;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide > ul {
	list-style: none;
	padding: 0px;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide > ul > li {
	float: left;
	width: 100%;
	display: block;
	line-height: 22px;
	position: relative;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide > ul > li:before {
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #7EC73E;
	border-radius: 50%;
	content: '';
	margin-top: 8px;
	margin-right: 10px;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide > ul > li > span {
	padding-left: 15px;
	display: block;
	float: left;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery {
	width: 596px;
	height: 420px;
	display: block;
	float: right;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}
#infoTabPlace > div > h2{
	font-family: 'PantonMtav3';
}
#infoTabPlace > div > div.column > ul > h3, #infoTabPlace > div > div.column > ol > h3{
	font-family: 'PantonMtav3';
}

#infoTabPlace > div > div.column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#infoTabPlace > div > div.column > ul{
	width: 50%;
	list-style: none;
}
#infoTabPlace > div > div.column > ul > li::before{
  content: "• ";
  color: #7EC73E;
	padding-right: 10px;
}
#infoTabPlace > div > div.column > ol > li{
	margin-left: 20px;
}
#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery ul.flashGallery {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery div.overlayframehead{
	    width: 100%;
    height: 20px;
    display: block;
    float: left;
    margin-top: 30px;
    padding-left: 28px;
    /*background: url(../images/flatCalculatorPlace.png) no-repeat;*/
}
#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery ul.flashGallery > li {
	float: left;
	width: 596px;
	height: 420px;
	display: block;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery ul.flashGallery > li > img {
	width: 596px;
	height: 420px;
	display: block;
	float: left;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery div.overlayFrame {
	width: 596px;
	height: 420px;
	display: block;
	float: right;
	position: absolute;
	/*background: url('../images/photoGalleryFrame.png') no-repeat;*/
	border: 5px solid #7EC73E;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 2;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery div.overlayFrame::before{
	    background: url(../images/flatCalculatorPlace.png) no-repeat;
}
#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery button#galleryNext {
	float: right;
	width: 25px;
	height: 37px;
	background: url('../images/partnersNext.png') no-repeat;
	border: 0 none;
	text-indent: -9999px;
	outline: none;
	top: 50%;
	position: absolute;
	right: 23px;
	z-index: 3;
	margin-top: -18px;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery button#galleryPrev {
	float: left;
	width: 25px;
	height: 37px;
	background: url('../images/partnersPrevnew.png') no-repeat;
	border: 0 none;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	left: 37px;
	top: 50%;
	margin-top: -18px;
	z-index: 3;
}


#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace {
	width: 100%;
	height: auto;
	margin: 20px 0px;
	float: left;
	display: block;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.leftSide {
	width: 430px;
	height: auto;
	display: block;
	float: left;
	font-size: 15px;
	color: #142C30;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.leftSide > h3 {
	color: #F26D1F;
	font-size: 15px;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.leftSide > ul {
	list-style: none;
	padding: 0px;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.leftSide > ul > li {
	float: left;
	width: 100%;
	display: block;
	line-height: 22px;
	position: relative;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.leftSide > ul > li:before {
	width: 6px;
	height: 6px;
	display: block;
	float: left;
	background: #7EC73E;
	border-radius: 50%;
	content: '';
	margin-top: 8px;
	position: absolute;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.leftSide > ul > li > span {
	padding-left: 15px;
	display: block;
	float: left;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace ul.videoListPlace {
	width: 150px;
	height: auto;
	display: block;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 40px;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace ul.videoListPlace > li {
	width: 100%;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace ul.videoListPlace > li > a {
	width: 100%;
	height: 100px;
	display: block;
	float: left;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace ul.videoListPlace > li > a > img {
	width: 100%;
	height: 100px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace ul.videoListPlace > li > a > div.overlay {
	width: 100%;
	height: 100px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	border: 15px solid rgba(0,0,0,0.5);
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.videoPlace {
	width: 606px;
	height: 429px;
	display: block;
	float: right;
	/*background: url('../images/photoGalleryFrame.png') no-repeat;*/
	position: relative;
	border: 5px solid #7EC73E;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.videoPlace video {
	display:block;
   position:absolute;
   left:0;
   top:0;
   width:100%;
   height:100%;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.videoPlace div.overlay {
	width: 596px;
	height: 420px;
	display: block;
	float: left;
	background: url('../images/photoGalleryFrame.png') no-repeat;
	top: 0;
	left: 0;
	position: absolute;
}

section#housePlace {
	width: 100%;
	height: 760px;
	display: block;
	float: left;
	/*background: url('../images/parllax.png') no-repeat;*/
	background-size: 2000px 830px;
	background-position: top center;
}

section#housePlace div#houseSearch {
	width: 1260px;
	height: 120px;
	display: block;
	float: left;
	background-color: #7EC73E;
	position: absolute;
	bottom: 8%;
}

section#housePlace div#houseSearch > div > ul {
	width: 88%;
	height: 81px;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 19px;
	color: #fff;
	padding-left: 34px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#houseSearch > div{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

section#housePlace div#houseSearch > div > ul > li {
	width: 330px;
	height: 81px;
	display: block;
	float: left;
	margin-right: 25px;
}
section#housePlace div#houseSearch > div > ul > li:first-child{
	display: none;
}

section#housePlace div#houseSearch > div > ul > li > div {
	width: 330px;
	height: 60px;
	display: block;
	float:left;
}

section#housePlace div#houseSearch > div > ul > li > div > span.text {
	width: auto;
	height: auto;
	display: block;
	float: left;
	font-family: 'PantonMtav3';
	font-weight: bold;
	color: #EDEDED;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
    line-height: 37px;
}

section#housePlace div#houseSearch > div > ul > li > div > .right {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
	float: right;
    font-family: 'PantonMtav3';
	color: #EDEDED;
	font-size: 12px;
	line-height: 25px;
	background: transparent;
	font-weight: bold;
	border: none;
}

section#housePlace div#houseSearch > div > ul > li > div.calcRange {
	width: 100%;
	float: left;
	margin: 5px 0px;
	height: 10px;
	border: none !important;
	background: #659F32 !important;
/*	border-bottom: #4B5C5F 1px solid !important;*/
	border-top: 1px solid #000 !important;
}

section#housePlace div#houseSearch > div > input[type="submit"] {
	width: 120px;
	height: 40px;
	display: block;
	float: left;
	border-radius: 5px;
	color: #fff;
	background: #659F32;
	border: none;
/*	border-top: 1px solid #7EC73E;
	border-bottom: 1px solid #162D30;*/
	margin-top: 40px;
	font-family: 'PantonMtav3';
	outline: none;
	z-index: 221;
}

section#housePlace div.searchResultPlace {
	width: 680px;
	min-height: 150px;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	color: #fff;
	background-color: #FFF;
	z-index: 222;
	padding: 20px;
	overflow:hidden;
}
.searchResultPlace .search_content{
	float: left;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: auto;
}
.searchResultPlace .search_content a{
	display:block;
	color: #000;
	padding: 5px;
	text-decoration: none;
	width: 100%;
	transition: .2s;
	height: 30px;
}
.searchResultPlace .search_content a:hover{
	background-color: #C1D831 !important;
	border-bottom: #659F32 1px solid !important;
}
.searchResultPlace .search_content a:nth-child(odd){
	background-color: #eee;
}
.searchResultPlace .search_content span{
	display: block;
	float: left;
	width: 33.33%;
}
section#housePlace div.searchResultPlace > span.close {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 15px;
    right: -5px;
	background: url('../images/searchResultClose.png') no-repeat;
	opacity: 1;
}

section#housePlace div.searchResultPlace > span.close:hover {
	opacity: 0.7;
}
section#housePlace div.searchResultPlace > div{
	overflow-x: auto;
}
section#housePlace div.searchResultPlace > div > h3 {
	margin-bottom: 15px;
	color: #C1D831;
	font-family: 'PantonMtav3';
}

section#housePlace div.searchResultPlace #asd > ul {
	width: 600px;
	display: block;
	float: left;
	height: 350px;
	padding: 0px;
	list-style: none;
}

section#housePlace div.searchResultPlace #asd > ul li {
	width: 100%;
	height: 45px;
	display: block;
	float: left;
	background: #EEEEEE;
	border-radius: 4px;
	margin-bottom: 5px;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	color: #333333!important;
}

#asd > div span.fasi{
	display: none!important;
}


section#housePlace div.searchResultPlace #asd > ul li:hover {
	background: #C1D831 !important;
	border-bottom: #659F32 1px solid !important;
	cursor: pointer;
	color: #FFF!important;
}

section#housePlace div.searchResultPlace #asd > ul  li > span:nth-child(1) {
	width: 142.5px;
	height: 43px;
	display: block;
	float: left;
	line-height: 43px;
	padding-left: 10px;
}

section#housePlace div.searchResultPlace #asd > ul  li > span:nth-child(2) {
	width: 142.5px;
	height: 43px;
	display: block;
	float: left;
	line-height: 43px;
}

section#housePlace div.searchResultPlace #asd > ul  li > span:nth-child(3) {
	width: 142.5px;
	height: 43px;
	display: block;
	float: left;
	line-height: 43px;
}

section#housePlace div.searchResultPlace #asd > ul  li > span:nth-child(4) {
	width: 142.5px;
	height: 43px;
	display: block;
	float: left;
	line-height: 43px;
}

section#housePlace div.searchResultPlace #asd > div  {
	background: transparent;
	color: #0C2232;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	width: 570px;
}


section#housePlace div.searchResultPlace #asd > div > span.sadarbazo {
	display: block;
	float: left;
	width: 120px;
}

section#housePlace div.searchResultPlace #asd > div > span.sartuli {
	display: block;
	float: left;
	width: 152px;
}

section#housePlace div.searchResultPlace #asd > div > span.farti {
	display: block;
	float: left;
}

section#housePlace div.searchResultPlace #asd > div > span.fasi {
	width: 142.5px;
	height: 43px;
	display: block;
	float: left;
	line-height: 43px;
}

div.locationhouse{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
	color: #152C30;
	font-family: 'PantonMtav3';
	height: 21%;
	-ms-flex-pack: distribute;
	    -webkit-justify-content: space-around;
	    justify-content: space-around;
	margin-top: 72px;
	margin-left: -17%;
	text-align: center;
	font-size: 10px;
	background: url(../images/sign.png) no-repeat;
}
div.newlocation{
	/*background: url(../images/locationnew.png) no-repeat;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
	height: 230px;
	width: 40px;
	-ms-flex-pack: distribute;
	    -webkit-justify-content: space-around;
	    justify-content: space-around;
	margin-top: 72px;
	margin-left: -17%;
	text-align: center;
	font-size: 10px;
	font-family: 'PantonMtav3';
	font-weight: 900;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
}
#chooseFloor > div.newlocation > span:nth-child(16){
	margin-top: 5px;
	font-size: 14px;
}
#chooseFloor > div.newlocation > span:nth-child(1){
	margin-bottom: 5px;
}
section#littleSlider {
	width: 100%;
	height: 200px;
	background: url('../images/minisliderxe.jpg') no-repeat;
	background-size: cover;
	background-position: bottom center;
}

section#aboutPagePlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

section#aboutPagePlace div.tabHeaderPlace {
	width: 100%;
	height: 70px;
	display: block;
	float: left;
	background: #162D30;
}

section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul {
	border-bottom: 0px;
	height: 70px;
	width: 100%;
	display: block;
	float: left;
}

section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li {
	width: auto;
	height: 70px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}

section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li > a {
	display: block;
	float: left;
	width: auto;
	height: 70px;
	line-height: 70px;
	padding: 0px;
	margin: 0px;
	padding: 0px 18px;
	border-right: 1px solid rgba(255,255,255,0.3);
	border-radius: 0px !important;
	font-family: 'PantonMtav3';
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}

section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li:first-child > a {
	border-left: 1px solid rgba(255,255,255,0.3);
}

section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li.active > a {
	color: rgba(22,45,48,0.8);
	background: #EEEEEE;
}

section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li:hover > a {
	color: rgba(22,45,48,0.8);
	border-bottom: 0px;
	background: #EEEEEE;
}

.contactInfoPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 30px 0px;
	padding: 0px 30px;
}

.contactInfoPlace div.contactContentInfo {
	width: 550px;
	height: auto;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.contactInfoPlace div.contactContentInfo tr {
    border: none !important;
}

.contactInfoPlace div.contactContentInfo table {
    border: none !important;
}

.contactInfoPlace div.contactContentInfo span {
    width: 275px;
    border: none !important;
    color: #132C30;
    font-size: 15px;
    font-family: "bpg_algeti";
}

.contactInfoPlace div.contactContentInfo  h3 {
	width: 100%;
	height: auto;
	display: block;
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	font-family: 'PantonMtav3';
	font-size: 20px;
	color: #7EC73E;
}

.contactInfoPlace div.contactContentInfo >  address {
	width: 100%;
	height: auto;
	color: #132C30;
	font-size: 15px;
	font-family: 'bpg_algeti';
	float: left;
	margin-top: 10px;
	line-height: 25px;
}

.contactInfoPlace > fieldset {
	width: 540px;
	height: auto;
	display: block;
	float: left;
}

.contactInfoPlace > fieldset > h3 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: 'PantonMtav3';
	font-size: 20px;
	color: #7EC73E;
	margin-bottom: 10px;
}

.contactInfoPlace > fieldset > form > label {
	width: 140px;
	height: 50px;
	display: block;
	float: left;
	font-family: 'PantonMtav3';
	font-size: 15px;
	color: #000;
	line-height: 50px;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

.contactInfoPlace > fieldset > form > input[type="text"] {
	width: 400px;
	height: 50px;
	display: block;
	float: left;
	background: transparent;
	border: 1px solid #999999;
	padding: 0px 10px;
	outline: none;
	margin-bottom: 10px;
	font-weight: normal;
}

.contactInfoPlace > fieldset > form > textarea {
	width: 400px;
	height: 160px;
	display: block;
	float: left;
	background: transparent;
	border: 1px solid #999999;
	padding: 10px;
	outline: none;
	resize: none;
}

.contactInfoPlace > fieldset > form > input.contactBtn {
	width: 400px;
	height: 50px;
	border: none;
	outline: none;
	background: #7EC73E;
	float: right;
	display: block;
	margin-top: 10px;
	color: #EDEDED;
	font-size: 20px;
	font-family: 'PantonMtav3';
	line-height: 55px;
}

div#map-canvas {
	width: 100%;
	height: 700px;
	display: block;
	float: left;
}
#aboutPagePlace #map {
	width: 100%;
	height: 0px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}

#aboutPagePlace #contact {
	overflow: hidden;
}
div.destinationPositionhead{
	width: 370px;
	height: 460px;
	display: block;
	top: 50%;
	    background: url(../images/flatCalculatorPlace.png) no-repeat;
	/*background-color: #7EC73E;*/
	position: absolute;
	margin-top: -240px;
	left: 60.6%;
}
div.destinationPosition {
	width: 350px;
	display: block;
	/*background: url('../images/destinationBg.png') no-repeat;*/
	background-color: #7EC73E;
	position: absolute;
	top: 20px;
}

div.destinationPosition:before{
	content: "";
	width: 100%;
	height: 20px;
	background-image: url('../images/flatCalculatorPlace.png');
	background-size: 100% 100%;
	position: absolute;
	top: -20px;
	left: 0;
}

.mCSB_scrollTools .mCSB_dragger{
	height: auto!important;
}

div.destinationPosition #category{
	font-size: 16px;
	color: rgb(239, 239, 239)!important;
	width: 290px;
	height: 30px;
	outline: none;
	border: 0;
	border-radius: 2px;
	background-color: #659F32;
}

div.destinationPosition > h3 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	font-family: 'PantonMtav3';
	font-size: 30px;
	color: #ECECEC;
	padding-left: 25px;
	margin-top: 35px;
}

div.destinationPosition > ul {
	width: 320px;
	height: 200px;
	display: block;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 24px;
	padding-bottom: 20px;
}

div.destinationPosition > ul li {
	width: 100%;
	height: 30px;
	display: block;
	float: left;
	border-radius: 4px;
	background: #659F32;
	border-top: 1px solid #000;
	border-bottom: 1px solid #4B5C5E;
	margin-bottom: 5px;
	line-height: 28px;
	color: #fff;
	font-family: 'bpg_algeti';
	padding-left: 10px;
	font-size: 15px;
	cursor: pointer;
}

div.destinationPosition > ul li:hover {
	background: #7EC73E;
	border-top: 1px solid #C1D831;
	border-bottom: 1px solid #659F32;
}

div.destinationPosition > ul li.active {
	background: #F36F21;
	border-top: 1px solid #F79A64;
	border-bottom: 1px solid #AA4D17;
}

section#timeline {
	width: 100%;
	height: 715px;
	display: block;
	float: left;
	position: relative;
}

section#timeline div.timelineBg {
	width: 100%;
	height: 715px;
	display: block;
	float: left;
	position: absolute;
	display: none;
	z-index: 1;
}

section#timeline div.timelineBg > img {
	width: 100%;
	height: 715px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
section#timeline div.timelineBg > div > div.timelineInfoBghead{
	background: url(../images/flatCalculatorPlace.png) no-repeat;
	background-size: 400px;
	width: 100%;
    height: 20px;
    display: block;
    float: left;
    margin-top: 30px;
    margin-bottom: -50px;
    padding-left: 28px;
}
section#timeline div.timelineBg > div > div.timelineInfoBg {
	width: 400px;
	height: 160px;
	display: block;
	float: left;
	/*background: url('../images/timelineInfoBg.png') no-repeat;*/
	background-color: #7EC73E;
	margin-top: 50px;
}

section#timeline div.timelineBg > div > div.timelineInfoBg > h3 {
	width: 100%;
	height: auto;
	color: #fff;
	font-family: 'LGV Bebas Neue';
	font-size: 28px;
	padding-left: 30px;
	margin-bottom: 0px;
}

section#timeline div.timelineBg > div > div.timelineInfoBg > div.text {
	margin-left: 30px;
	width: 340px;
	display: block;
	float: left;
	margin-top: 20px;
	color: #fff;
	font-family: 'PantonMtav3';
}

section#timeline ul.timelineRange {
	height: 41px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 10;
	background: url('../images/timelineRangeBg.png') repeat-x;
	background-position: center;
}

section#timeline ul.timelineRange > li {
	float: left;
	color: #fff;
	width: 31px;
	height: 31px;
	display: block;
	border-radius: 50%;
	background: #162D30;
	border: 3px solid #fff;
	margin-right: 28px;
	text-align: center;
	line-height: 21px;
	margin-top: 5px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

section#timeline ul.timelineRange > li.active {
	background: #7EC73E;
}

section#timeline ul.timelineRange > li:hover {
	background: #7EC73E;
}

section#timeline ul.timelineRange > li.disabled {
	background: #999999;
}

section#timeline ul.timelineRange > li:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	float: left;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2.5px;
	margin-left: -2.5px;
}

section#timeline ul.timelineRange > li.disabled:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	float: left;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2.5px;
	margin-left: -2.5px;
	display: none;
}

section#timeline ul.timelineRange > li:first-child, section#timeline ul.timelineRange > li:last-child {
	width: 41px;
	height: 41px;
	line-height: 31px;
	margin-top: 0px;
}

section#timeline ul.timelineRange > li:last-child {
	margin-right: 0px;
}

section#timeline ul.timelineRange > li > div {
	display: block;
	position: absolute;
	top: -119px;
	left: 50%;
	width: 78px;
	margin-left: -39px;
	height: 116px;
	background: url('../images/timelineHoverBg.png') no-repeat;
	background-position: bottom center;
	line-height: 12px;
	display: none;
}

section#timeline ul.timelineRange > li:hover > div {
	display: block;
}

section#timeline ul.timelineRange > li > div > span {
	width: 78px;
	height: 78px;
	display: block;
	float: left;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #7EC73E;
	line-height: 23px;
	font-family: 'LGV Bebas Neue';
	font-size: 15px;
}

section#timeline ul.timelineRange > li > a {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-indent: -99999px;
}

section#timeline ul.timelineRange > li:first-child > a, section#timeline ul.timelineRange > li:last-child > a  {
	display: block;
	float: left;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-indent: -99999px;
}

div.contentPageInfo {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

div.contentPageInfo > h3 {
	font-family: 'PantonMtav3';
	font-size: 20px;
	color: #7EC73E;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
}

div.contentPageInfo > div.text {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	font-size: 15px;
	color: #132C30;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
}

/* JQUERY UI RANGE CSS */
.ui-slider-handle {
	background: url('../images/rangeHandler.png') no-repeat !important;
	border: none !important;
	outline: none;
	cursor: pointer !important;
}

.ui-widget-header {
	background: #C1D831 !important;
	border-top: 1px solid #7EC73E !important;
	border-bottom: #7EC73E 1px solid !important;
}
section#chooseFloor {
    width: 100%;
    height: 690px;
    display: block;
    float: left;
}
section#chooseFloor div.leftSide {
    width: 455px;
    height: 585px;
    display: block;
    float: left;
    margin-left: 50px;
    padding-top: 25px;
    position: relative;
}

section#chooseFloor div.leftSide > h3 {
    width: 100%;
    height: auto;
    font-family: 'PantonMtav3';
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

section#chooseFloor div.leftSide > h6 {
    padding: 0px;
    font-family: "tbcdin_nusxuri_mediumwebfont";
    font-size: 13px;
    color: #7EC73E;
    font-style: italic;
    font-weight: bold;
}

section#chooseFloor div.leftSide > h6 > span.right {
    float: right;
}

section#chooseFloor div.leftSide div#progressBar {
    width: 100%;
    height: 13px;
    border-radius: 100px;
    overflow: hidden;
    margin-top: 10px;
    background: #cfcfcf;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #8d8d8d;
    border-right: 1px solid #fff;
    border-top: 1px solid #8d8d8d;
}

section#chooseFloor div.leftSide div#progressBar .ui-progressbar-value {
    margin: 0px;
    height: 93%;
    background: #454b4c!important;
    border: none !important;
    border-radius: 30px;
}

section#chooseFloor div.rightSide {
    width: 470px;
    height: 690px;
    display: block;
    float: left;
    margin-left: 70px;
}

section#chooseFloor div.rightSide > h3 {
    height: auto;
    font-family: 'PantonMtav3';
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    float: left;
}
section#chooseFloor div.rightSide .location_addrs{
	float: right;
	padding: 0px 5px;
    font-size: 12px;
    font-weight: 900;
    font-family: 'PantonMtav3';
    letter-spacing: 4px;
    margin-top: 12px;
    height: 35px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
    border-top: 1px dashed #CCCCCC;
    border-bottom: 1px dashed #CCCCCC;
    text-transform: capitalize;
}
section#chooseFloor div.rightSide .location_addrs span{
	display: block;
}
section#chooseFloor div.rightSide .location_addrs .num{
	font-size: 16px;
	margin-left: 5px;
	display: inline-block;
}
section#chooseFloor div.rightSide > h6 {
    margin: 0px;
    padding: 0px;
    font-family: "tbcdin_nusxuri_mediumwebfont";
    font-size: 13px;
    color: #7EC73E;
    font-style: italic;
    display: none;
}

div.newsPlace {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

div.newsPlace article {
    width: 100%;
    height: auto;
    display: block;
    float:left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

div.newsPlace article img.poster {
    width: 250px;
    height: 180px;
    display: block;
    float: left;
    border-radius: 2px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.leftSide .title{
	margin: 0;
}
div.newsPlace article h3.title {
    width: 970px;
    height: auto;
    display: block;
    float: left;
    margin: 0px;
    text-transform: uppercase;
    font-family: "PantonMtav3";
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

div.newsPlace article h3.title > a {
    color: #333;
}

div.newsPlace article div.text {
	color: #142C30;
    font-family: "tbcdin_nusxuri_mediumwebfont";
    font-size: 15px!important;
    display: block;
    float: left;
    width: 970px;
    text-align: justify;

}
#management > div > div > div > article > div > p > span{
	font-size: inherit!important;
}

.leftSide .svcont{
	position: absolute;
	width: 100%;
	bottom: 0;
}
div.svcont div.tip{
  position: fixed;
  left: 380px;
  width: 64px;
  height: 64px;
  background-color: #7EC73E;
  border-radius: 50%;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

div.svcont div.tip:after{
	content: "";
	width: 24px;
	height: 17px;
	background-image: url('../images/bolo.png');
	position: absolute;
	bottom: -14px;
	left: 20px;
}
div.svcont div.tip span.n{
  display: block;
  font-size: 20px;
  font-family: "nevis";
}
div.svcont div.tip span.floorge{
  font-size: 12px;
  display: block;
  font-family: 'LGV Bebas Neue','bpg_nino_mtavruli_normal', arial;
}
div.svcont div.tip span.flooren{
  font-size: 15px;
  display: block;
  font-family: 'PantonMtav3';
  font-weight: bold;
}
svg{
  width: 100%;
}

polygon.st0{
  fill: rgba(22, 45, 48, 0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

polygon.st0:hover{
  fill: rgba(22, 45, 48, 0.8);
}
.rightSide svg {
	width: 80%;
	position: relative;
	z-index: 21;
	max-height: 300px;
}
g text{
	display: none;
	font-size: 45px;
	font-family: 'PantonMtav3';
}
.text_sold{
	position: absolute;
	color: #000;
	z-index: 9;
}
path.st1{
	fill: rgba(193, 216, 49, 1);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	stroke:black;
	cursor: pointer;
}
path.active{
	fill: #659F32;
}
path.noClickable{
	fill: rgba(43, 64, 67, 0.7);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}

path.solded{
	fill: rgba(43, 64, 67, 0.7);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
path.solded:hover{
	fill: rgba(43, 64, 67, 1);
}
path.commercial{
	fill: #7ec73e;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
path.commercial:hover{
	fill: #44800f;
}

div.sv svg text{
	font-size: 40px;

}
#Layer_1 > g:nth-child(5) > text{
		color: #FFF!important;
}
.planeImage .st0{
	fill: #FFFFFF;
	stroke: rgb(94, 103, 103);
	stroke-width: 8px;
}
.planeImage path.st1:hover{
	fill: #659F32;
}

.planeImage g:first-child path.st0:hover{
	fill: #FFFFFF;
}

.planeImage div.t, .rightSide div.t{
	background-color: #FFF;
	width: 220px;
	font-family: 'PantonMtav3';
	color: #FFFFFF;
	border-radius: 5px;
	padding: 15px;
	position: fixed;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	display: none;
	z-index: 222;
	max-height: 450px;
	overflow-x: hidden;
}

.planeImage div.t ul, .rightSide div.t ul{
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.planeImage div.t ul li, .rightSide div.t ul li{
	list-style-type: none;
	margin-bottom: 5px;
	height: 30px;
	background-color: #EEEEEE;
	color: #000;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	cursor: pointer;
}

.planeImage div.t ul li:hover, .rightSide div.t ul li:hover{
	background-color: #C1D831;
	color: #FFF;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.planeImage div.t:before, .rightSide div.t:before{
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	border: 1px dashed rgba(255,255,255,0.5);
	top: 4px;
	left: 4px;
	border-radius: 5px;
	z-index: -1;
}
.planeImage div.t:after, .rightSide div.t:after{
	content: "";
	position: absolute;
	width: 19px;
	height: 23px;
	background-image: url('../images/seutooltipleftarrow.png');
	left: -12px;
	top: 20px;
}
.planeImage div.t h2, .rightSide div.t h2{
	color: #7EC73E;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

#yoveltviuriShenatani{
	display: none!important;
}

.detailedInfoListRange h1, .detailedInfoListRange h2, .detailedInfoListRange h3, .detailedInfoListRange h4, .detailedInfoListRange h5, .detailedInfoListRange h6{
	margin: 0;
	padding: 0;
}

.naxazi{
	height: 100px;
	width: 100px;
	float: right;
	margin-top: 20px;
	margin-right: 160px;
	display: none;
}
.naxazi img{
	width: 100%;
}

#owl-demo .item img{
	max-height: 820px;
}

.gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.gallery .item{
	width: auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 5px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
}
.gallery .item:nth-child(4n){
	margin-right: 0;
}

#slides > ul{
	display: none;
}

/* calculator */

.detailedInfoListRange h3{
	font-size: 30px;
	font-family: 'LGV Bebas Neue';
}
.detailedInfoListRange h3 span:last-child{
	color: #FFF;
}
.binisfasi{
	position: relative;
	padding: 10px 0;
}
.binisfasi::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: url('../images/xazi.png');
}

.tipi{
	margin-top: 20px;
}

.tipi, .kalk{
	font-family: 'bpg_algeti';
}
.tipi h4{
	font-size: 15px;

}

.tipi > div{
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-between;
}

.tipi > div > div{
	width: 50%;
}

.tipi > div input{
	display: none;
}
.tipi > div label{
	font-size: 12px;
	position: relative;
	padding-left: 27px;
	cursor: pointer;
}
.tipi > div input:checked + label::after{
	display: block;
}
.tipi > div label::before{
	content: '';
	width: 18px;
	height: 18px;
	background-color: #112224;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15);
	box-shadow: 0 1px 0 rgba(255,255,255,0.15);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}
.tipi > div label::after{
	content: '';
	width: 12px;
	height: 12px;
	background-color: #659F32;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	position: absolute;
	left: 3px;
	top: 3px;
	border-radius: 50%;
	display: none;
}

.kalk{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-justify-content: center;
	margin-top: 10px;
	font-size: 15px;
}
.kalk div{
	width: 50%;
	padding-right: 10px;
}
.kalk div input, .kalk div select{
	display: block;
	width: 100%;
	margin-top: 10px;
	border-radius: 5px;
	background-color: #659F32;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15);
	box-shadow: 0 1px 0 rgba(255,255,255,0.15);
	border: none;
	outline: none;
	height: 40px;
	padding: 0 10px;
	color: #FFF!important;
	margin-bottom: 20px;
}
.kalk div select{
	font-size: 12px;
}
.kalk div:nth-child(2n + 2){
	padding-right: 0;
	padding-left: 10px;
}

#calculate {
	height: 40px;
	background-color: #659F32;
	border-radius: 5px;
	border: none;
	line-height: 40px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0,0,0,0.3);
	padding: 0 30px;
}

.detailedInfoListRange .result{
	margin-top: 10px;
}
.detailedInfoListRange .result div{
	position: relative;
	padding: 10px 0;
}
.detailedInfoListRange .result div::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: url('../images/xazi.png');
}

.yoveltviuri, .saprocentoganakveti{
	display: none;
}


.bankis .saprocentoganakveti{
	padding-left: 0px!important;
}

.slidesjs-next{
    background: url(../images/partnersNext.png) no-repeat;
    width: 25px;
    height: 37px;
    z-index: 99999;
    margin-top: -30%;
    /* position: absolute; */
    right: 40%;
	margin-left: 95%;
}
.slidesjs-previous{
	background: url(../images/partnersPrevnew.png) no-repeat;
 	z-index: 99999;
 	width: 25px;
    height: 37px;
    /* position: absolute; */
    right: 43%;
	margin-top: -30%;
	margin-left: 5%;
}

body > img{
	position: absolute;
	top: 20%;
	left: 10%;
}
.slidesjs-control img{
	width: auto!important;
	left: 13%!important;
}

.switchers{
	width: 100%;
}
.switchers p{
	display: inline-block;
}
/*#flatPlace > div > div > div.leftSide > div.flatbuttons > div > button.bell{
	width: 150px;
}*/
.bankis{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.bankis #calculate{
	margin-top: 30px;
}

.tab-content > .active{
	position: relative;
}
#map > div.destinationPosition{
	left: 910.5px!important;
	top: 30px;
}
/* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}




/* Sizes */
.button--size-s {
	font-size: 14px;
}
.button--size-m {
	font-size: 16px;
}
.button--size-l {
	font-size: 18px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}

/* Individual button styles */


/* Moema */
.button--moema {
	border-radius: 50px;
	background: #7986cb;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	-webkit-transition: border 0.3s 0.3s;
	-o-transition: border 0.3s 0.3s;
	transition: border 0.3s 0.3s;
}
.button--moema.button--inverted {
	background-repeat: no-repeat;
	width: 211px;
	height: 56px;
	border: 5px solid #C1D831;
	background-color: #3CB64B;
	border-radius: 50px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	padding-top: 0;
	line-height: 45px;
    font-family: 'PantonMtav3';
    font-weight: bold;
}
#slider > div.choosehouse > a > button > img{
	padding-right: 8px;
	margin-top: -3px;
}
.button--moema::before {
	content: '';
	position: absolute;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.3s 0.3s, color 0.3s 0.3s;
	-o-transition: background-color 0.3s 0.3s, color 0.3s 0.3s;
	transition: background-color 0.3s 0.3s, color 0.3s 0.3s;
	-webkit-transition: border 0.3s 0.3s;
	-o-transition: border 0.3s 0.3s;
	transition: border 0.3s 0.3s;
	color: #ECEFF1;
	background-color: #3f51b5;
	-webkit-animation: anim-moema-1 0.6s forwards;
	animation: anim-moema-1 0.6s forwards;
}
.button--moema.button--inverted:hover {
	color: #FFF;
	background-color: #3CB64B;
	border: 5px solid #C1D831;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.6s 0.6s forwards;
	animation: anim-moema-2 0.6s 0.6s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.95, 0.95, 1);
		transform: scale3d(0.95, 0.95, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.05, 1.05, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.95, 0.95, 1);
		transform: scale3d(0.95, 0.95, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.05, 1.05, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

#print{
	display: inline-block;
	width: 32px;
	height: 32px;
	float: right;
	background-image: url('../images/print.png');
	background-size: contain;
	cursor: pointer;
}

.fb_iframe_widget{
	float: right;
	margin-right: 20px;
}

#map{
	float: left;
	width: 100%;
	position: relative;
}

.racginda{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.racginda .headericons{
	margin-right: 20px;
}

#burghermenu{
	width: 40px;
	height: 40px;
	border: 1px solid #3A6C8C;
	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0 5px;
	display: none;
}

#burghermenu span{
	display: block;
	width: 100%;
	height: 3px;
	background-color: #3A6C8C;
	border-radius: 2px;
}

.burghermenubg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.flatBody .owl-carousel .owl-item img{
	display: inline-block!important;
	max-height: 430px;
	width: auto!important;
}

#partriala .owl-item{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#mainslider .item{
	height: 100vh;
	background-size: cover;
	background-position: top center;
}

#asd{
	width: 100%;
	padding: 5px;
}
#asd .title{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#asd .title span{
	width: 33.33%;
}
.cardmain{
	margin-bottom: 100px;
}
.cardhead{
	width: 100%;
	height: 200px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5f96b0+0,1a5378+100 */
background: #5f96b0; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #5f96b0 0%, #1a5378 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #5f96b0 0%,#1a5378 100%); /* Chrome10-25,Safari5.1-6 */
background: url('../images/cardhead.png') no-repeat center center, -webkit-radial-gradient(center ellipse, #5f96b0 0%,#1a5378 100%);
background: url('../images/cardhead.png') no-repeat center center, -o-radial-gradient(center ellipse, #5f96b0 0%,#1a5378 100%);
background: url('../images/cardhead.png') no-repeat center center, radial-gradient(ellipse at center, #5f96b0 0%,#1a5378 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f96b0', endColorstr='#1a5378',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */





}
.wrapper .card{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin: 30px 0 10px 0 ;
}
.card .leftcard{
	width: 60%;
	height: auto;
}
.card .leftcard h2{
	font-size: 20px;
	color: #195277;
	font-family: 'PantonMtav3';
	font-weight: bold;
}
.card .leftcard p{
	margin: 35px 0 30px 0;
	font-size: 15px;
	color: #132C30;
	font-family: 'BPG Algeti';
}
.card .leftcard ul{
	margin-top: 35px;
	margin-left: -20px;
}
.card .leftcard ul li{
	font-size: 15px;
	color: #132C30;
	font-family: 'BPG Algeti';
}
.card .leftcard span{
	color: #659F32;
	font-size: 15px;
	font-family: 'BPG Algeti';
}
.card .rightcard{
	width: 47%;
	height: 406px;
	margin-top: 15px;
	background-image: url("../images/seucard.png");
	background-repeat: no-repeat;
}
.partnerscard{
	width: 100%;
	height: auto;
}
.partnerscard h2{
	font-size: 20px;
	color: #195277;
	font-family: 'PantonMtav3';
	font-weight: bold;
	margin-bottom: 40px;
}
.partners{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.partners .partner{
	width: 49%;
	height: 274px;
	border: 3px solid #195277;
	margin-bottom:  20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFF;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.partners .partner:hover .leftpartner ul{
	left: 0;
	padding-left: 10px;
}
.leftpartner ul{
	left: -100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
body > main > div.wrapper > div.partnerscard > div > div > div.leftpartner > ul > li{
	line-height: 33px;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px;
}
body > main > div.wrapper > div.partnerscard > div > div > div.leftpartner > ul > li:nth-child(1){
	background-image: url('../images/cardmail.png');
}
body > main > div.wrapper > div.partnerscard > div > div > div.leftpartner > ul > li:nth-child(2){
	background-image: url('../images/cardtl.png');
}
body > main > div.wrapper > div.partnerscard > div > div > div.leftpartner > ul > li:nth-child(3){
	background-image: url('../images/cardlc.png');
}
body > main > div.wrapper > div.partnerscard > div > div > div.leftpartner > ul > li:nth-child(4){
	background-image: url('../images/cardfb.png');
}
.partners .partner .leftpartner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}
.partners .partner .leftpartner > h3{
	font-size: 25px;
    color: #132C30;
    font-family: 'PantonMtav3';
    font-weight: bold;
    margin-right: 20px;
}
.partners .partner .leftpartner > h3 span{
	font-size: 30px;
}
.partners .partner .rightpartner{
	width: 50%;
	height: 85%;
	padding: 0 10px;
	border-left: 1px solid #CCCCCC;
	overflow: hidden;
}
.partners .partner .rightpartner > h4{
	font-size: 19px;
	color: #195277;
	font-family: 'PantonMtav3';
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 0;
}
.partners .partner .rightpartner > h5{
	font-family: 'PantonMtav3';
	font-weight: bold;
	font-size: 20px;
	color: #3CB64B;
	margin-bottom: 10px;
}
.partners .partner .rightpartner > p{
	font-size: 15px;
	color: #132C30;
	font-family: 'BPG Algeti';
	margin-bottom: 10px;
}
.leftpartner > ul{
	list-style: none;
	font-family: 'PantonMtav3';
	color: #FFF;
	font-size: 13px;
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: rgba(25,82,119,0.9);
}
.leftpartner > ul li span, .leftpartner > ul li a{
	color: #FFF;
}

.partners .partner h3{
	font-size: 25px;
	color: #132C30;
	font-family: 'PantonMtav3';
	font-weight: bold;
	margin-right: 20px;
}
.partners .partner img{
	/*margin-top: 15px;*/
	max-width: 100%;
	width: auto;
	/*height: 50px;*/
}
.partners .partner .persent{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 94px;
	height: 94px;
	color: #fff;
	padding: 15px 10px;
	font-weight: bold;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.partners .partner:hover{
	/*border-color: #6AA1B9;*/
}
.partners .partner:hover .persent::before{
	border-bottom: 100px solid #6AA1B9;
    border-left: 100px solid transparent;
}
.partners .partner .persent span{
	position: relative;
}
.partners .partner .persent::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
    height: 0;
    border-bottom: 100px solid #195277;
    border-left: 100px solid transparent;
    z-index: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.partners .partner h3 span{
	font-size: 30px;
}
#sofup{
	width: 864px;
	height: auto;
	background-color: #FFF;
	display: none;
	position: fixed;
	top: 25%;
	left: calc(50% - 430px);
	padding: 15px;
	z-index: 23;
	padding: 35px 40px 50px 40px;
}
.call{
	margin-top: 30px;
	width: 100%;
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.zarisforma{
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.zarisforma input[type=text]{
	width: 300px;
	height: 50px;
	color: #195277;
	font-family: 'PantonMtav3';
	font-size: 12px;
	padding: 0 15px;
}
.zarisforma input[type=submit]{
	width: 140px;
	height: 50px;
	font-family: 'PantonMtav3';
	font-size: 14px;
	padding: 0 15px;
	background-color: #195277;
	color: #FFF;
	border: none;
}
#sofup h2{
	font-size: 20px;
	color: #195277;
	font-family: 'PantonMtav3';
}
.leftcall{
	height: 100%;
	width: 40%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
 	-webkit-box-orient: vertical;
 	-webkit-box-direction: normal;
 	-webkit-flex-direction: column;
 	-ms-flex-direction: column;
 	flex-direction: column;
 	-webkit-box-pack: justify;
 	-webkit-justify-content: space-between;
 	-ms-flex-pack: justify;
 	justify-content: space-between;
 	border-right: 1px solid #CCCCCC;
}
 .rightcall{
 	height: 100%;
 	width: 60%;
 	display: -webkit-box;
 	display: -webkit-flex;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-orient: vertical;
 	-webkit-box-direction: normal;
 	-webkit-flex-direction: column;
 	-ms-flex-direction: column;
 	flex-direction: column;
 	-webkit-box-pack: justify;
 	-webkit-justify-content: space-between;
 	-ms-flex-pack: justify;
 	justify-content: space-between;
 	padding-left: 25px;
 }
 .rightcall p{
 	font-family: 'LGV Bebas Neue';
 	font-size: 15px;
 	color: #132C30;
 }

.leftcall h3{
	font-size: 25px;
	color: #000;
	margin: 0;
	padding: 0;
}
.leftcall h3 span{
	color: #CCCCCC;
}
#sofup .x{
	width: 17px;
	height: 17px;
	background-image: url('../images/ixsi.fw.png');
	background-size: contain;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
#sofupbg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 22;
}
.popupp{
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.popupp .popupleft{
	width: 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #CCCCCC;
    padding-top: 100px;
}
#sofup > div.popupp > div.popupleft > h3{
	font-size: 25px;
    color: #132C30;
    font-family: 'PantonMtav3';
    font-weight: bold;
    margin-right: 20px;
}
#sofup > div.popupp > div.popupleft > h3 span{
	font-size: 30px;
}
.popupp .popupright{
	width: 60%;
}
#sofup > div.popupp > div.popupleft > img{
	width: 31px;
	height: 40px;
	margin-top: 15px;
}
#sofup > div.popupp > div.popupright > h4{
	font-size: 20px;
	color: #195277;
	font-family: 'PantonMtav3';
	font-weight: bold;
	margin-bottom: 25px;
}
#sofup > div.popupp > div.popupright > h5{
	font-family: 'PantonMtav3';
	font-weight: bold;
	font-size: 20px;
	color: #3CB64B;
	margin-bottom: 25px;
}
#sofup > div.popupp > div.popupright > p{
	font-size: 15px;
	color: #132C30;
	font-family: 'BPG Algeti';
	margin-bottom: 10px;
}
#sofup > div.popupp > div.popupright > ul{
	margin: 70px 0 30px -40px;
	list-style: none;
	font-family: 'PantonMtav3';
	color: #666666;
	font-size: 13px;
}
#sofup > div.popupp > div.popupright > ul li span{
	color: #195277;
}

.partners .partner .getData{
	display: none;
}
.mCSB_inside > .mCSB_container{
	margin-right: 30px!important;
}

.hide{
	display: none;
}

.customScroll li span:last-child{
	display: none!important;
}

.gallery .owl-nav{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gallery .owl-nav div{
	font-size: 0!important;
	background-color: transparent!important;
	width: 25px;
	height: 37px;
	background-repeat: no-repeat;
	background-size: contain;
}

.gallery .owl-nav .owl-prev{
	background-image: url('../images/partnersPrevnew.png')!important;
}

.gallery .owl-nav .owl-next{
	background-image: url('../images/partnersNext.png')!important;
}
.fb-share-button{
	margin-top: -60px!important;
	z-index: 888!important;
	margin-right: 20px!important;
}
.chooseBg{
	margin-bottom: -5px;
}
.chooseBg svg .flat_render{
	opacity:0.6;fill:transparent;
	transition:.2s;
	cursor:pointer;
}
.chooseBg svg .hoverable:hover .flat_render{
	opacity:0.6;
	fill:#195277;
}
.chooseBg svg .hoverable:hover .title{
	display: block;
}
.chooseBg svg .hoverable .flat_title{
	fill:#3CB64B;
}
.chooseBg svg .hoverable{
	display: block;
	text-decoration: none;
}
.chooseBg svg .hoverable .title{
	display: none;
	font-family:'PantonMtav3';
	fill:#fff;
}
.chooseBg svg .hoverable .title .ttl{
	display: block;
	font-size: 24px;
}
.flats_cont{
	float: left;
	width: 50%;
	padding: 15px;
	margin-bottom: 50px;
}
.flats_cont a{
	display: block;
	height: 100%;
	transition: .2s;
	position: relative;
	padding: 5px;
	overflow: hidden;

}
/*---animation borders---*/
.flats_cont a span{
	position: absolute;
	transition: .6s;
}
.flats_cont a .b,
.flats_cont a .t{
	height: 2px;
	width: 300%;
}
.flats_cont a .r,
.flats_cont a .l{
	width: 2px;
	height: 300%;
}
.flats_cont a .t{
	top: 0;
	left: 0;
}
.flats_cont a .r{
	top: 0;
	right: 0;
}
.flats_cont a .b{
	bottom: 0;
	right: 0;
}
.flats_cont a .l{
	bottom: 0;
	left: 0;
}
.flats_cont a .t-1,
.flats_cont a .b-1{
	background-color: #152C30;
}
.flats_cont a .t span,
.flats_cont a .r span,
.flats_cont a .b span,
.flats_cont a .l span{
	position: absolute;
}
.flats_cont a .t .m-1,
.flats_cont a .t .b-1,
.flats_cont a .t .t-1{
	width: 33.33%;
	height: 100%;
}
.flats_cont a .t .b-1{
	left: 0;
}
.flats_cont a .t .m-1{
	left: 33.33%;
}
.flats_cont a .t .t-1{
	right: 0;
}

.flats_cont a .r .t-1,
.flats_cont a .r .m-1,
.flats_cont a .r .b-1{
	height: 33.33%;
	width: 100%;
}
.flats_cont a .r .t-1{
	top: 0;
}
.flats_cont a .r .m-1{
	top: 33.33%;
}
.flats_cont a .r .b-1{
	bottom: 0;
}

.flats_cont a .b .t-1,
.flats_cont a .b .m-1,
.flats_cont a .b .b-1{
	height: 100%;
	width: 33.33%;
}
.flats_cont a .b .t-1{
	left: 0;
}
.flats_cont a .b .m-1{
	left: 33.33%;
}
.flats_cont a .b .b-1{
	right: 0;
}

.flats_cont a .l .t-1,
.flats_cont a .l .m-1,
.flats_cont a .l .b-1{
	width: 100%;
	height: 33.33%;
}
.flats_cont a .l .t-1{
	top: 0;
}
.flats_cont a .l .m-1{
	top: 33.33%;
}
.flats_cont a .l .b-1{
	bottom: 0;
}
.flats_cont a:hover .t{
	left: -200%;
}
.flats_cont a:hover .r{
	top: -200%;
}
.flats_cont a:hover .b{
	right: -200%;
}
.flats_cont a:hover .l{
	bottom: -200%;
}
/*---animation borders end---*/
.seuFlats-bg{
	position: absolute;
	width: 100%;
	height: 100vh;
	background-image: url('../images/seuFlat-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .4;
	z-index: -100;
}
.flats_cont .flat_addr{
	margin-top: 20px;
    color: #152C30;
    font-size: 20px;
    font-family: 'PantonMtav3';
    padding-left: 30px;
	background-image: url("../images/logo-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
}
.flats_cont .flat_img{
    width: 480px;
    height: 380px;
	margin: 0 auto;
}
.flats_cont .flat_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
	opacity: 1;
	transition: .2s;
}
.flats_cont .flat_img a:hover img{
	opacity: .7;
}
.flats_cont .flat_addrs{
	height: 250px;
	width: 50%;
	position: relative;
	display: inline-block;
	padding-top: 70px;
	padding-left: 10px;
	font-family: 'PantonMtav3';
	font-size: 16px;
}
.flats_cont .flat_addrs a{
	text-decoration: none;
	color: #062130;
	font-weight: bold;
	display: block;
}
.flats_cont .flat_addrs .price{
	color: #195277;
	font-weight: bolder;
	margin-top: 15px;
	font-size: 14px;
}
.flats_cont .flat_addrs .currency{
	margin-left: 10px;
}
.flats_cont .flat_addrs .bott_info{
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 110px;
	background-color:#195277;
	color: #fff;
	padding: 10px;
}
.flat_addrs .bott_info h3{
	margin: 0;
}
.bott_info .sale{
	float: left;
}
.bott_info .sold{
	float: right;
}
.leftSide .title,
.leftSide #progressBar,
.leftSide h6{
	display: none;
}
.no_before::before{
	background-color: transparent!important;
}
.flatpop{
	width: 220px;
	min-height: 100px;
	background-color: #FFF;
	position: absolute;
	border-radius: 5px;
	z-index: 999;
	display: none;
	font-family: 'PantonMtav3';
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	padding: 15px;
}
.flatpop h2{
	color: #7EC73E;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}
.flatpop .flatinbox > div{
	margin-bottom: 5px;
    height: 30px;
    background-color: #EEEEEE;
    color: #000;
    border-radius: 4px;
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    font-family: 'tbcdin_nusxuri_mediumwebfont';
    cursor: pointer;
}
.flatpop .flatinbox > div:hover{
	background-color: #C1D831;
    color: #FFF;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.backBtn_complex{
	width: 60px;
    height: 60px;
    display: block;
    float: left;
    background: url(../images/backBtn.png) no-repeat;
    border: none;
    outline: none;
    text-indent: -99999px;
    margin-right: 20px;
}
