/* Sales*/

.sales, .discount {
	position: relative;
	transition: transform 0.25s ease;
}

.sales:hover, .discount:hover {
	transform: scale(1.05);
}

.sales:after {
	content: "";
	position: absolute;
	top: 10%;
	left: 0%;
	width: 30%;
	height: 25%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.discount:before {
	content: "";
	position: absolute;
	top: 10%;
	left: 0%;
	width: 30%;
	height: 25%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sales.discount:before {
	top: 35%;
}

.sales.lat:after {
	background-image: url(../images/sales-icon-lat.svg);
}

.sales.eng:after {
	background-image: url(../images/sales-icon-eng.svg);
}

.sales.rus:after {
	background-image: url(../images/sales-icon-rus.svg);
}

.discount.lat:before {
	background-image: url(../images/discount-icon-lat.svg);
}

.discount.eng:before {
	background-image: url(../images/discount-icon-eng.svg);
}

.discount.rus:before {
	background-image: url(../images/discount-icon-rus.svg);
}


/* Explication table */

.apart_expl,
.flat_but {
	margin: 0 auto 40px auto;
	max-width: 380px;
}

.reservbut.reserved,
.reservbut.sold,
.reservbut.disabled {
	display: none;
}

table.explication {
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
}

table.explication td,
table.explication th {
	padding: 3px 0;
}

table.explication th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	font-weight: 500;
	text-align: left;

}

table.explication thead tr:nth-child(2) th {
	font-size: 13px;
	font-weight: 500;
}

table.explication thead tr:first-child th {
	display: none;
}


table.explication tbody tr:last-child td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

table.explication tbody td {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}

table.explication tbody td:last-child,
table.explication tfoot td:last-child {
	font-size: 16px;
}

table.explication tbody td:first-child span {
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: #ffffff;
	background: #13131a;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-right: 5px;
}

table.explication tfoot td {
	font-weight: 500;
}

table.explication tfoot tr:first-child td {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}


.flat_status .count.free,
.flat_status .count.freerent {
	color: #006A8D;
}


.flat_status .count.free.sale,
.flat_status .count.freerent.sale {
	color: #c80000;
}

.flat_status .count.reserved,
.flat_status .count.rented {
	color: orange;
}


.flat_status .count.sold,
.flat_status .count.disabled {
	color: grey;
}

div.flat_info {
	margin: 20px auto;
	max-width: 380px;
	font-size: 13px;
	margin-bottom: 30px;
}

h5.flat_description {
	margin: 20px auto;
	max-width: 380px;
}

div.flat_info .uk-grid+.uk-grid-small {
	margin-top: 3px;
}

div.flat_info .count {
	font-size: 18px;
	font-weight: 500;
}

div.flat_info.sold .flat_price,
div.flat_info.sold .flat_price_sale,
div.flat_info.sold .flat_payment,
div.flat_info.sold .flat_rentprice,
div.flat_info.disabled .flat_price,
div.flat_info.disabled .flat_price_sale,
div.flat_info.disabled .flat_payment,
div.flat_info.disabled .flat_rentprice,
div.flat_info.free:not(.rent) .flat_rentprice {
	display: none;
}


div.flat_info .free.sale .count {
	color: #c80000;
}

.flat_info .flat_price .count,
.flat_info .flat_price_sale .count,
.flat_info .flat_rentprice .count {
	font-weight: 500;
	font-size: 18px;
}


.flat_info .flat_price_sale .count {
	color: #c80000;
}


.flat_info:not(.sale) .flat_price_sale,
.flat_info.reserved .flat_price,
.flat_info.reserved .flat_price_sale {
	display: none;
}

img.orientation {
	margin: 0 auto;
	max-width: 100%;
}



/* COMPASS */


.compass {
	width: 65px;
	height: 65px;
	background: url(../images/compass_back.svg) no-repeat center center;
	background-size: 65px;
	display: inline-block;

}

.compass_bullet {
	width: 65px;
	height: 65px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px;
	animation: animationFrames linear 1s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;

}

.compass_bullet:hover {
	animation-play-state: running;
	animation: animationFrames linear 1s;
	animation-iteration-count: 1;
}


.compass_bullet.angle_0 {
	background-image: url(../images/compass_arrow_0.svg);
}

.compass_bullet.angle_10 {
	background-image: url(../images/compass_arrow_10.svg);
}

.compass_bullet.angle_30 {
	background-image: url(../images/compass_arrow_30.svg);
}

.compass_bullet.angle_100 {
	background-image: url(../images/compass_arrow_100.svg);
}

.compass_bullet.angle_165 {
	background-image: url(../images/compass_arrow_165.svg);
}


@keyframes animationFrames {
	0% {
		transform: rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);
	}

	20% {
		transform: rotate(20deg);
	}

	40% {
		transform: rotate(-15deg);
	}

	60% {
		transform: rotate(10deg);
	}

	80% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);
	}
}



/* Flat Navigation */

.nav-left,
.nav-right {
	font-size: 20px;
	font-weight: 400;

}

.nav-right {
	padding: 20px 0 20px 20px;

}

.nav-left {
	padding: 20px 20px 20px 0;

}

.nav-left span,
.nav-right span {
	transition: all .2s ease-out;
}

.nav-left:hover span.uk-icon {
	transform: translateX(-5px);
}
.nav-right:hover span.uk-icon {
	transform: translateX(5px);
}





/* FLOORPLAN INFOPANEL BIG */

.infowindow {
	font-size: 14px;
	position: absolute;
	width: 320px;
	overflow: visible;
	z-index: 1000;
}

.infowindow_shadow_wrapper {
	box-shadow: 0px 0px 25px 0 rgba(0, 15, 10, 0.15);
	border-radius: 8px;
	display: flex;
}

.infowindow .infowindow_bot {
	width: 100%;
	height: 10px;
	background: url(../images/infoboxbot.svg) no-repeat center top;
	margin: 0;
}

.infowindow .infowindow_header {
	width: 70px;
}

.infowindow .infowindow_content {
	padding: 30px;
	background-color: #ffffff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	min-width: 190px;
	min-height: 120px;
}


.infowindow .infowindow_number {
	width: 70px;
	height: 70px;
	font-size: 36px;
	font-weight: 500;
	line-height: 70px;
	text-align: center;
	letter-spacing: -2px;
	color: #006A8D;
	background: #C1E2E5;
	border-top-left-radius: 6px;
}

.infowindow .infowindow_text {
	width: 70px;
	height: -moz-calc(100% - 70px);
	height: -webkit-calc(100% - 70px);
	height: calc(100% - 70px);
	background: #006A8D;
	border-bottom-left-radius: 6px;
	display: flex;
}

.infowindow .infowindow_text.home {
	height: 100%;
	border-top-left-radius: 6px;
}

.infowindow .infowindow_text .name {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	transform: rotate(-90deg);
	margin-left: 3px;
	margin-bottom: 40px;
	align-self: flex-end;
	text-transform: capitalize;
	width: 100%;
}

.infowindow .subname {
	font-size: 12px;
	color: #a8c0c8;
	padding-bottom: 15px;
}

.infowindow.reserved .price_row,
.infowindow.reserved .sales_price_row {
	display: none;
}

.infowindow .infowindow_content .name2 {
	font-size: 20px;
	color: #006A8D;
	margin-bottom: 5px;
	margin-top: -5px;
	font-weight: 500;
}

.infowindow_content .infowindow_data {
	font-size: 14px;
}

.infowindow_content .infowindow_data .uk-width-expand {
	font-size: 12px;
}

.infowindow1 .infowindow_content .infowindow_data .uk-width-expand {
	font-size: 14px;
}

.infowindow_content .infowindow_data .uk-grid-small {
	margin-top: 0;
}

.infowindow_content .infowindow_data .count,
.infowindow.flat .infowindow_content .count {
	color: #006A8D;
	font-weight: 500;
}

.infowindow_content .infowindow_data .price_row {
	margin-top: 7px;
}

.infowindow_content .infowindow_data .price_label {}

.infowindow_content .infowindow_data .price {
	color: #006A8D;
	font-weight: 500;
}

.infowindow_content .infowindow_description h5 {
	margin: 10px 0 0 0;
}



/* Inforwindow statuses Changes */

.disabled.infowindow .infowindow_content .infowindow_data,
.sold.infowindow .infowindow_content .infowindow_data {
	display: none;
}

.disabled.infowindow .infowindow_content .infowindow_description h5 {
	margin: 0;
}

.free.infowindow .infowindow_number {
	background: #c2e3e6;
}


.infowindow span.free,
.infowindow span.freerent,
.infowindow span.sold,
.infowindow span.rented,
.infowindow span.disabled,
.infowindow span.reserved,
.infowindow span.sale {
	font-size: 20px;
}

.infowindow span.sale,
span.status_flat.sale {
	color: #c80000;
}

.infowindow span.rented,
span.status_flat.rented {
	color: orange;
}


.infowindow span.reserved,
span.status_flat.reserved {
	color: orange;
}

span.status_flat.sold,
.infowindow span.sold,
.infowindow span.disabled,
span.status_flat.disabled {
	color: grey;
}

.infowindow_content .infowindow_data .sales_price_row .sale_price {
	color: #c80000;
	font-weight: 500;
}

.infowindow.apartments .infowindow_description {
	font-style: italic;
	margin-top: 7px;
}

.free:not(.sale) .name2 span:not(.free),
.free.sale .name2 span:not(.sale),
.freerent:not(.sale) .name2 span:not(.freerent),
.freerent.sale .name2 span:not(.sale),
.sold .name2 span:not(.sold),
.rented .name2 span:not(.rented),
.reserved .name2 span:not(.reserved),
.disabled .name2 span:not(.disabled),
.hiderow {
	display: none;
}

.disabled.building .name2,
.disabled.floor .name2 {
	display: none;
}

.name2.margintop {
	margin-top: 10px;
}



/* FLOORPLANS SVG CONTOUR */

g.bd_group.active path.bd_item,
g.bd_group.active path.bd_item:hover {
	fill: rgba(230, 170, 0, .35);

}

g.bd_group path.bd_item {
	fill: rgba(193, 226, 229, 0);
	mix-blend-mode: multiply;
	cursor: pointer !important;
	transition: fill 0.35s;
}

.wrap_plan.flat {
	margin: 0;
}

h2.flat-header {
	max-width: 380px;
	margin: 0 auto 20px auto;
}

.svg_plan.apartments.small {
	max-width: 380px;
	margin: 0 auto;
}

.smallplantop.uk-h6,
.smallplanbot.uk-h6 {
	font-size: 9px;
	font-weight: 500;
	color: #006a8d;
	text-align: center;
}

.smallplantop.uk-h6 {
	margin: 0 0 -10px 0;
}

.smallplanbot.uk-h6 {
	margin: -50px 0 0 0;
}


.svg_plan.apartments.small a.active-flat path.bd_item,
.svg_plan.apartments.small a.active-flat.disabled .bd_group.disabled path.bd_item,
.svg_plan.apartments .bd_group.selected path.bd_item,
.svg_plan.apartments .bd_group.selected.sold path.bd_item,
.svg_plan.apartments .bd_group.selected.sale path.bd_item, 
.svg_plan.apartments .bd_group.selected.reserved path.bd_item {
	fill:rgba(42,99,131,0.5)!important;
}



.svg_plan.floor .bd_group path.bd_item {
	mix-blend-mode: normal;
}

.svg_plan.floor .bd_group path.bd_item:hover {
	fill:rgba(42,99,131,0.3);
	stroke: rgba(255, 255, 255, .75);
	stroke-miterlimit: 10;
	stroke-width: 4;	
}

.svg_plan.apartments .bd_group path.bd_item:hover {
	fill:rgba(42,99,131,0.3)!important;
}

.svg_plan.apartments a.free.sale:not(.active-flat):not(.selected) path.bd_item:hover {
	fill:rgba(200,0,0,0.55);
}

.svg_plan.apartments:not(.small) .bd_group.sold path.bd_item, 
.svg_plan.apartments:not(.small) .bd_group.reserved path.bd_item, 
.svg_plan.apartments:not(.small) .bd_group.disabled path.bd_item,
.svg_plan.apartments:not(.small) .bd_group.rented path.bd_item {
fill:rgba(100,105,110,0.75);	
}

.svg_plan.apartments:not(.small) .bd_group.free.sale:not(.selected) path.bd_item  {
	fill: rgba(200,0,0,0.35);
}

.svg_plan.apartments.small {
	overflow: visible;
	margin-bottom: 60px;
}

.svg_plan.apartments.small:before {
	content: "";
	display: block;
	position: absolute;
	left: -30px;
	right: -30px;
	bottom: -60px;
	height: 120px;
	background: url(../images/sunflow.svg) top center no-repeat;
	background-size: contain;
	pointer-events: none;
}

.svg_plan.apartments.small.mm {
	margin-left: 10%;
}

.svg_plan.apartments.small.mm:before {
	top: -40px;
	bottom: -40px;
	right: auto;
	left: -70px;
	height: auto;
	width: 70px;
	background: url(../images/sunflow90.svg) center right no-repeat;
	background-size: contain;	
}



.svg_plan {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

#floorplan.house.uk-border-rounded {
	overflow: hidden;
}

#floorplan.house,
#house.wrap_plan,
#floorplan.house .svg_plan.floor,
#floorplan.house .svg_plan.floor svg {
	height: 100%;
}

.svg_plan svg {
	width: 100%;
}

.svg_plan g:hover {
	cursor: pointer;
}


/* Floor apartments contaitn background */

.svg_plan.apartments {
	background-size: contain !important;
	height: auto;
	margin-top: 30px;
}

.svg_plan.apartments.small {
	margin-top: 0px;
}


.svg_plan.apartments svg {
	width: 100%;
	height: auto;
}

/* Apartments contaitn background */

.svg_plan.flat {
	background-size: contain !important;
	height: auto;
	min-width: 100%;

}

.svg_plan.flat svg {
	width: 100%;
	height: auto;
}


/* FLOORPLANS SVG CONTOUR STATUSES */


a.disabled,
a.sold {
	cursor: not-allowed;
}

a.disabled {
	pointer-events: none;
}

.uk-badge.sold {
	background-color: grey;
}

.uk-badge.reserved {
	background-color: orange;
}

.uk-badge.rentbadge.rent {
	border: 2px solid #006a8d;
	color: #006a8d!important;
	background-color: transparent;;
}

.uk-badge.sale {
	background-color: #c80000;
}

.uk-badge.rentbadge:not(.rent) {
	display: none;
}




/* FLOORPLANS MENU */



#selector ul.uk-nav,
.floorselector ul.uk-subnav {
	list-style: none;
	text-align: center;
}

.floorselector .uk-subnav>* {
	padding-left: 10px;
}

.floorselector ul.uk-subnav {
	margin-bottom: 0;
	margin-left: 0;
	align-items: center;
	justify-content: center;
}


#selector ul.uk-nav li,
.floorselector ul.uk-subnav li {
	display: inline-block;
}

#selector ul.uk-nav li a,
.floorselector ul.uk-subnav li a {
	border: 2px solid #292c3f;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0 !important;
	line-height: 32px;
	text-align: center;
	font-size: 13px;
	color: #292c3f;
	box-sizing: border-box;
	font-weight: 500;
	letter-spacing: -1px;
	transition: all .25s ease;
	text-decoration: none;
	display: block;
}

#selector ul.uk-nav li.uk-disabled a,
.floorselector ul.uk-subnav li.uk-disabled a {
	border: 2px solid #414147;
	color: #414147;
}

#selector ul.uk-nav li.uk-active a,
#selector ul.uk-nav li.uk-active:hover a,
.floorselector ul.uk-subnav li.uk-active a,
.floorselector ul.uk-subnav li.uk-active:hover a {
	color: #fff;
	border: 2px solid #006a8d;
	background: #006a8d;
}


#selector ul.uk-nav li a:hover,
.floorselector ul.uk-subnav li a:hover {
	border: 2px solid #006A8D;
	color: #006A8D;
}

#selector .uk-width-1-4\@m .wrap_plan.floor.center {
	position: relative;
	margin-right: -15px;
}

#selector .uk-width-1-4\@m .wrap_plan.floor.center:after {
	content: " ";
	display: block;
	width: 45px;
	height: 102px;
	background: url(../images/sun-floor.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -40px;
	pointer-events: none;
	transform: translateY(-51px);
}


/* Download PDF */


#selector a.apart_pdf {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	transition: all .25s ease-in-out 0;
	background: url(../images/pdf_dow.svg) center center no-repeat;
	background-position: center center;
	background-size: contain;
}


#selector a.apart_pdf:hover {
	background-image: url(../images/pdf_dow_on.svg);
}


.flat_description {
	font-size: 22px;
	letter-spacing: 0;
	text-transform: none;
	max-width: 380px;
	margin: 30px 0;
	color: #006a8d;
}

.flat_info .uk-leader.uk-first-column {
	padding-top: 5px;
}

#tableprice .showinflat {
	display: none;
}

.flat_description .showinpricetb {
	display: none;
}

.flat_description .uk-list {
	margin-top: 10px;
}

.flat_description .uk-list li {
	font-size: 14px;
	color: #13131a;
	margin-top: 5px;
}


h3.uk-heading-medium span.uk-badge {
	margin-bottom: -5px;
}



@media (max-width: 1728px) {


	.chooser {
		margin-top: -10vh;
	}

	.flat_description {
		font-size: 24px;
	}
	
	.infowindow {
		font-size: 13px;
		width: 260px;
	}
	
	.infowindow .infowindow_number {
		width: 50px;
		height: 50px;
		font-size: 24px;
		line-height: 50px;
	letter-spacing: -1px;		
	}
	
	.infowindow .infowindow_text {
		width: 50px;
		height: -moz-calc(100% - 50px);
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	
	.infowindow .infowindow_content .name2 {
		font-size: 16px;
	}
	
	
	.infowindow .infowindow_text .name {
		font-size: 18px;
		margin-bottom: 30px;
		margin-left: 0;
	}
	
	.infowindow .subname {
		font-size: 11px;
		padding-bottom: 10px;
	}
	
	.floorsubhead.uk-section-small {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.floorsubhead span.uk-h4 {
		margin-right: 7px;
	}	
	
	
	.infowindow .infowindow_content {
		padding: 20px;
		min-width: 170px;
	}
	
	
	.infowindow .infowindow_content .name2 {
		margin-bottom: 3px;
		font-size: 16px;
	}
	
	.infowindow_content .infowindow_data {
		font-size: 13px;
	}
	
	.infowindow_content .infowindow_data .uk-width-expand {
		font-size: 11px;
	}
	
	div.flat_info .count {
		font-size: 16px;
	}

}

@media (min-width: 1441px) and (max-width: 1728px) {



	.flowslider .customnav {
	margin-left: 7vw;

}

.flowslider .customnav h3 {
	font-size: 24px;

}


}

@media (min-width: 1201px) and (max-width: 1440px) {

	.flowslider .customnav {
		margin-left: 8vw;

	}

	.flowslider .customnav h3 {
		font-size: 30px;

	}
	

}


@media (min-width: 980px) and (max-width: 1200px) {

	.flowslider .customnav {
		margin-left: 7vw;

	}

	.flowslider .customnav h3 {
		font-size: 24px;

	}

}

@media (min-width: 980px) and (max-width: 1440px) {


}


@media (max-width: 1200px) {

#floorplan.house.uk-border-rounded {
	overflow: visible;
}

	#floor {
		position: relative;
	}

	.chooser {
		margin-top: -5vh;
	}


}



@media (min-width: 639px) and (max-width: 980px) {


	.houswrapper #floorplan #house {
	margin-left: -37px;
	margin-right: -37px;
}


#house .svg_plan {
	min-width: 1080px;
}


#selector ul.uk-nav li,
.floorselector ul.uk-subnav li {
	width: 28px;
	height: 28px;
	line-height: 28px;
	padding: 4px;
	margin: 2px 0;
}

#selector ul.uk-nav li a,
.floorselector ul.uk-subnav li a {
	width: 28px;
	height: 28px;
	line-height: 24px;
	font-size: 13px;
}

}

@media (max-width: 980px) {
	


	.flowslider .customnav {
		margin-left: 7vw;

	}

	.flowslider .customnav h3 {
		font-size: 24px;

	}

	.smallflow h6 {
		font-size: 20px;
		color: #cee6ea;
		margin-top: 5vh;
	}

	.filterpad.uk-section-muted.uk-section {
		padding-bottom: 90px;
	}


	.flat_description {
		font-size: 20px;

	}


}

@media (max-width: 780px) {

	.flowslider .customnav {
	margin-left: 0;

}

.flowslider .customnav h3 {
	font-size: 22px;

}

}

@media (max-width: 640px) {



	.floorselector h6.uk-margin-small {
	margin-bottom: 5px;
}

.floorsubhead h3.uk-text-left {
	text-align: center !important;
}

#selector ul.uk-nav li,
.floorselector ul.uk-subnav li {
	width: 24px;
	height: 24px;
	line-height: 20px;
	padding: 3px;
	margin: 2px 0;
}

#selector ul.uk-nav li a,
.floorselector ul.uk-subnav li a {
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 11px;
	border-width: 1.5px;
}

.svg_plan.floor .bd_group path.bd_item:hover {
	stroke-width: 8;	
}
	
	div.flat {
		margin: 50px 0 30px 0;
	}

	.svg_plan.apartments.small:before {
		left: -10px;
		right: -10px;
	}
	
	.svg_plan.apartments.small.mm {
	margin-left: 10%;
}

.svg_plan.apartments.small.mm:before {
	top: -30px;
	bottom: -30px;
	left: -40px;
	width: 70px;
}

	a.callbut {
		font-size: 8px;
		height: 16px;
		font-weight: 500;
		border-radius: 8px;
		border-width: 1px;
		line-height: 15px;
	}
	
	a.callbut:hover {
	border-width: 1px;
	}	

	.flowslider .customnav {
		margin-left: 0;
	
	}
	
	.flowslider .customnav h3 {
		font-size: 18px;
	
	}

.scroll-left,
	.scroll-right {
		width: 36px;
		height: 36px;
		background-size: 32px 32px;
	}



}

@media (min-width: 481px) and (max-width: 640px) {

	.houswrapper #floorplan #house {
	margin-left: -25px;
	margin-right: -25px;
}

	#house .svg_plan {
		min-width: 880px;
	}


}


@media (max-width: 480px) {


.infowindow  {
	display: none;
}

.miniplan.floor.center {
		margin-left: -30px;
		margin-right: -10px;
		width: calc(100% + 40px);
	}
	
	#selector .uk-width-1-4\@m .wrap_plan.floor.center:after {
		display: none;
	}
	
	
	.houswrapper #floorplan #house {
		margin-left: -25px;
		margin-right: -25px;
	}
	
	#house .svg_plan {
		min-width: 680px;
	}
	
	
	#selector .uk-width-small {
		width: 100px;
	}
	
	.floorsubhead h2 {
		font-size: 20px;
	}
	
	#selector .uk-margin-small {
		margin-bottom: 10px;
	}

}




@media (max-width: 380px) {


}

@media print {}