/*
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	         Mobile -----------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Mobile -----------------------------------
	         Responsive Helpers -----------------------
	     05. Tooltop ----------------------------------
	         Hide on tooltip hover --------------------
	         End of core (change from here) -----------
	         Animations -------------------------------
	         Delays -----------------------------------
	         Show delay -------------------------------
	         Hide delay -------------------------------
	         Theme Style ------------------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	         Small Desktop ----------------------------
	         XSmall Desktop ---------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	         Mobile -----------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Badge ------------------------------------
	     02. Bar --------------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     03. Box --------------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     04. Button -----------------------------------
	         Btn Danger -------------------------------
	         Btn Solid --------------------------------
	         Btn Transparent --------------------------
	         Btn Transparent Small --------------------
	         Mobile -----------------------------------
	         Btn Lg -----------------------------------
	         Btn Text ---------------------------------
	         Button Block -----------------------------
	         Btn Menu ---------------------------------
	     05. Captcha ----------------------------------
	     06. Copyright --------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     07. Documents --------------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     08. Filter -----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     09. Form Elements ----------------------------
	         Select -----------------------------------
	         Field ------------------------------------
	         XSmall Desktop ---------------------------
	         Checkboxes -------------------------------
	         Radios -----------------------------------
	         XSmall Desktop ---------------------------
	     10. Form Apartments --------------------------
	         Mobile -----------------------------------
	     11. Form Apartments Dark ---------------------
	         XSmall Desktop ---------------------------
	         Mobile -----------------------------------
	     12. Form Contacts ----------------------------
	         Small Desktop ----------------------------
	         XSmall Desktop ---------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     13. Intro ------------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     14. List -------------------------------------
	     15. List Bullets -----------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	         Mobile -----------------------------------
	     16. List Checkboxes --------------------------
	         Mobile -----------------------------------
	     17. List Radios ------------------------------
	     18. List Contacts ----------------------------
	         XSmall Desktop ---------------------------
	     19. Logo -------------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     20. Map --------------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     21. Nav Primary ------------------------------
	         Small Desktop ----------------------------
	         XSmall Desktop ---------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	         Mobile -----------------------------------
	     22. Nav Secondary ----------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     23. Nav Lang ---------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     24. Pagination -------------------------------
	         Mobile -----------------------------------
	     25. Popup ------------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     26. Popup Info Window ------------------------
	     27. Popup Contacts ---------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     28. Products ---------------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     29. Product ----------------------------------
	         Small Desktop ----------------------------
	     30. Product Secondary ------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     31. Section Map ------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     32. Section Products -------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     33. Section Listing --------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     34. Section Single Product -------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	         Mobile -----------------------------------
	         Mobile -----------------------------------
	     35. Section Contacts -------------------------
	         XSmall Desktop ---------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     36. Slider -----------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     37. Socials ----------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     38. Table Info -------------------------------
	         Mobile -----------------------------------
	     39. Table Size -------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     40. Table Product ----------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     41. Table Default ----------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     42. Tags -------------------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     43. Widget -----------------------------------
	IV.  Themes ---------------------------------------
	     01. Info Bubble ------------------------------
 */

@import 'sprite.css';

.cols:after {
	content: '';
	line-height: 0;
	display: table;
	clear: both;
}

/* #9613 - afficher les icones cachées */
[class^="ico-"],
[class*=" ico-"] {
	display: inline-block;
}

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
	display: block;
}

html {
	tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
	max-width: 100%;
}

img,
iframe {
	border: 0 none;
}

img {
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

b,
strong {
	font-weight: bold;
}

address {
	font-style: normal;
}

svg:not(:root) {
	overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
	cursor: pointer;
}

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

button,
select {
	text-transform: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

nav ul,
nav ol {
	list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
	min-width: 320px;
	background: #fff;
	font-family: 'Viga', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a[href^="tel"] {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.65em;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

/* Mobile */
@media (max-width: 767px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 15px;
	}
}

p,
ul,
ol,
dl,
table,
blockquote {
	margin-bottom: 1.3em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
	margin-bottom: 0;
}

p a:not([class]) {
	color: #2fc4f1;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
	font-family: "Viga";
	src: url("fonts/Viga_400_normal_1484299393.eot");
	src: url("fonts/Viga_400_normal_1484299393.eot?#iefix") format("embedded-opentype"),
		url("fonts/Viga_400_normal_1484299393.svg#Viga") format("svg"),
		url("fonts/Viga_400_normal_1484299393.woff") format("woff"),
		url("fonts/Viga_400_normal_1484299393.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Rambla";
	src: url("fonts/Rambla_700_normal_1484299360.eot");
	src: url("fonts/Rambla_700_normal_1484299360.eot?#iefix") format("embedded-opentype"),
		url("fonts/Rambla_700_normal_1484299360.svg#Rambla") format("svg"),
		url("fonts/Rambla_700_normal_1484299360.woff") format("woff"),
		url("fonts/Rambla_700_normal_1484299360.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Rambla";
	src: url("fonts/Rambla_400_italic_1484299312.eot");
	src: url("fonts/Rambla_400_italic_1484299312.eot?#iefix") format("embedded-opentype"),
		url("fonts/Rambla_400_italic_1484299312.svg#Rambla") format("svg"),
		url("fonts/Rambla_400_italic_1484299312.woff") format("woff"),
		url("fonts/Rambla_400_italic_1484299312.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Rambla";
	src: url("fonts/Rambla_400_normal_1484299261.eot");
	src: url("fonts/Rambla_400_normal_1484299261.eot?#iefix") format("embedded-opentype"),
		url("fonts/Rambla_400_normal_1484299261.svg#Rambla") format("svg"),
		url("fonts/Rambla_400_normal_1484299261.woff") format("woff"),
		url("fonts/Rambla_400_normal_1484299261.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Overlock";
	src: url("fonts/Overlock_400_normal_1484299223.eot");
	src: url("fonts/Overlock_400_normal_1484299223.eot?#iefix") format("embedded-opentype"),
		url("fonts/Overlock_400_normal_1484299223.svg#Overlock") format("svg"),
		url("fonts/Overlock_400_normal_1484299223.woff") format("woff"),
		url("fonts/Overlock_400_normal_1484299223.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Nobile";
	src: url("fonts/Nobile_400_normal_1484299192.eot");
	src: url("fonts/Nobile_400_normal_1484299192.eot?#iefix") format("embedded-opentype"),
		url("fonts/Nobile_400_normal_1484299192.svg#Nobile") format("svg"),
		url("fonts/Nobile_400_normal_1484299192.woff") format("woff"),
		url("fonts/Nobile_400_normal_1484299192.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Mate";
	src: url("fonts/Mate_400_normal_1484299154.eot");
	src: url("fonts/Mate_400_normal_1484299154.eot?#iefix") format("embedded-opentype"),
		url("fonts/Mate_400_normal_1484299154.svg#Mate") format("svg"),
		url("fonts/Mate_400_normal_1484299154.woff") format("woff"),
		url("fonts/Mate_400_normal_1484299154.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Khula";
	src: url("fonts/Khula_400_normal_1484299120.eot");
	src: url("fonts/Khula_400_normal_1484299120.eot?#iefix") format("embedded-opentype"),
		url("fonts/Khula_400_normal_1484299120.svg#Khula") format("svg"),
		url("fonts/Khula_400_normal_1484299120.woff") format("woff"),
		url("fonts/Khula_400_normal_1484299120.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Anton";
	src: url("fonts/Anton_400_normal_1484299073.eot");
	src: url("fonts/Anton_400_normal_1484299073.eot?#iefix") format("embedded-opentype"),
		url("fonts/Anton_400_normal_1484299073.svg#Anton") format("svg"),
		url("fonts/Anton_400_normal_1484299073.woff") format("woff"),
		url("fonts/Anton_400_normal_1484299073.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
	content: '';
	line-height: 0;
	display: table;
	clear: both;
}

/*  Notext  */
.notext {
	white-space: nowrap;
	text-indent: 100%;
	text-shadow: none;
	overflow: hidden;
}

.notext-old {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

/*  Hidden  */
[hidden],
.hidden {
	display: none;
}

/*  Alignleft  */
.alignleft {
	float: left;
}

/*  Alignright  */
.alignright {
	float: right;
}

/*  Disabled  */
[disabled],
.disabled {
	cursor: default;
}

/*  Grid  */
.cols {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.cols:after {}

.col {
	padding: 0 15px;
}

.col-1of2 {
	width: 50%;
}

.col-1of5 {
	width: 20%;
}

/* Mobile */
@media (max-width: 767px) {
	.col-1of5 {
		width: 100%;
	}
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}

	.visible-xs-block {
		display: block !important;
	}

	.visible-xs-inline {
		display: inline !important;
	}

	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm {
		display: none !important;
	}

	.visible-sm-block {
		display: block !important;
	}

	.visible-sm-inline {
		display: inline !important;
	}

	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1024px) and (max-width: 1400px) {
	.hidden-md {
		display: none !important;
	}

	.visible-md-block {
		display: block !important;
	}

	.visible-md-inline {
		display: inline !important;
	}

	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1401px) {
	.hidden-lg {
		display: none !important;
	}

	.visible-lg-block {
		display: block !important;
	}

	.visible-lg-inline {
		display: inline !important;
	}

	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* ------------------------------------------------------------ *\
	Tooltop
\* ------------------------------------------------------------ */
[data-tooltip] {
	position: relative;
}

[data-tooltip]:after,
[data-tooltip]:before {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 999;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

[data-tooltip]:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
}

[data-tooltip]:after {
	content: attr(data-tooltip);
	background: #000;
	color: #fff;
	max-width: 300px;
	padding: 2px 5px;
	margin-bottom: 5px;
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
	display: block;
}

/* Hide on tooltip hover */
[data-tooltip-hide-on-hover]:after,
[data-tooltip-hide-on-hover]:before {
	pointer-events: none;
}

/* End of core (change from here) */
/* Animations */
[data-tooltip]:after,
[data-tooltip]:before {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: 300ms;
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
	opacity: 1;
	visibility: visible;
}

/* Delays */
/* Show delay */
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
	transition-delay: 200ms;
}

/* Hide delay */
[data-tooltip]:after,
[data-tooltip]:before {
	transition-delay: 500ms;
}

/* Theme Style */
[data-tooltip]:before {
	border-top-color: #000;
}

[data-tooltip]:after {
	background: #000;
}

[data-tooltip]:after {
	min-width: 100px;
	border-radius: 4px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 12px;
	line-height: 1.33;
	color: #fff;
	text-align: center;
	font-style: normal;
}

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
	position: relative;
	z-index: 09;
	background: #031926;
}

.footer-content {
	background: #031926;
}

.footer-content > .shell.shell-fluid {
	padding-top: 30px;
}

.footer a,
.footer p a:not([class]) {
	color: #fff;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
	border-bottom: 3px solid #031926;
	padding: 20px 0 0 0;
}

.header .header-inner {
	overflow: hidden;
	padding-left: 51px;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.header .header-inner {
		overflow: visible;
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-left: 40px;
	}

	.header .header-btn {
		position: absolute;
		bottom: 12px;
		right: 0;
		font-size: 18px;
	}
}

/* XSmall Desktop */
@media (max-width: 1200px) {
	.header {
		padding-top: 30px;
	}

	.header .header-btn {
		padding-top: 5px;
		padding-bottom: 4px;
	}

	.header .header-btn span {
		letter-spacing: 0;
	}
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.header .header-btn {
		font-size: 13px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.header {
		padding: 0;
	}

	.header .header-inner {
		-ms-flex-align: end;
		-ms-grid-row-align: flex-end;
		align-items: flex-end;
		padding-left: 23px;
	}

	.header .header-btn {
		position: static;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-order: 1;
		order: 1;
		padding: 17px 3px 4px 7px;
		border-radius: 0 0 4px 4px;
		margin-right: 12px;
		line-height: 1;
		text-align: center;
	}

	.header .header-btn i {
		-ms-flex-order: 1;
		order: 1;
		margin-right: 6px;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.header .header-btn span {
		max-width: 49px;
		-ms-flex-order: 2;
		order: 2;
		font-family: 'Viga', 'Helvetica', sans-serif;
		font-size: 10px;
		line-height: 1.1;
		text-transform: none;
		text-align: left;
		font-weight: 400;
	}
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
	max-width: 1455px;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
}

.shell-fluid {
	max-width: none;
}

/* Mobile */
@media (max-width: 767px) {
	.shell {
		padding: 0 20px;
	}
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
	overflow: hidden;
	min-height: 100vh;
}

.wrapper.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Badge
\* ------------------------------------------------------------ */
.badge {
	display: inline-block;
	vertical-align: middle;
	border-radius: 12px;
	font-size: 14px;
	font-size: 15px;
	padding: 4px 10px 3px 10px;
	line-height: 1;
}

.badge,
.badge-right,
.badge-bottom-right {
	display: inline-block;
	vertical-align: middle;
	border-radius: 12px;
	font-size: 14px;
	font-size: 15px;
	padding: 4px 8px 4px 8px;
	line-height: 1;
}

.badge-lg {
	font-size: 20px;
	text-transform: uppercase;
}

.badge-danger {
	background: #e03546;
	color: #fff;
}

.badge-danger-list {
	color: #e03546;
	margin-bottom: 20px;
	font-size: 14px;
}

.badge-single {
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
}

#badge-icon {
	display: unset;
	padding-right: 5px;
}

#badge-right-visite {
	margin-top: 10%;
	padding: 15px 25px 20px 15px;
	background-image: url(images/virtualTourIco.png);
}

#badge-right-visite-top {
	padding: 15px 25px 20px 15px;
	background-image: url(images/virtualTourIco.png);
}

/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
	padding-bottom: 24px;
	text-align: right;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.bar {
		-ms-flex-order: 2;
		order: 2;
		padding: 3px 0 26px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.bar {
		padding: 0;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box {
	width: 324px;
	margin: 0 30px 20px 0;
}

.box h6 {
	margin-bottom: 3px;
	color: #031926;
	font-weight: 400;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.box {
		width: 50%;
		padding-right: 10px;
		margin: 0;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.box {
		overflow: hidden;
		width: auto;
		margin-bottom: 20px;
		text-align: left;
	}

	.box+.box {
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	text-decoration: none;
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border: 0;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: opacity .3s;
}

.btn:hover {
	opacity: .8;
}

/* Btn Danger */
.btn-danger {
	background: #e03546;
	color: #fff;
}

/* Btn Solid */
.btn-solid {
	background: #022325;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}

/* Btn Visite */
.btn-visite {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	background: #e03546;
}

/* Btn Transparent */
.btn-transparent {
	border: 1px solid;
}

/* Btn Transparent Small */
.btn-transparent-small {
	padding: 3px 5px 1px;
	border: 1px solid #022324;
	border-radius: 4px;
	font-size: 0;
	letter-spacing: 0;
	transition: opacity .3s;
}

.btn-transparent-small:hover {
	opacity: .7;
}

.btn-transparent-small span {
	font-size: 12px;
	vertical-align: middle;
}

.btn-transparent-small i {
	margin-right: 5px;
}

/* Mobile */
@media (max-width: 767px) {
	.btn-transparent-small span {
		font-weight: 700;
	}
}

/* Btn Lg */
.btn-lg {
	padding-top: 7px;
	padding-bottom: 7px;
}

/* Btn Text */
.btn-text {
	display: inline-block;
	vertical-align: middle;
}

/*  Button Block  */
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* Btn Menu */
.btn-menu {
	position: relative;
	z-index: 10;
	-ms-flex-order: 3;
	order: 3;
	display: inline-block;
	width: 28px;
	height: 21px;
	transition: margin .3s;
}

.btn-menu span {
	position: absolute;
	display: block;
	height: 3px;
	width: 100%;
	background: #00171f;
	transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
}

.btn-menu span:nth-child(1) {
	top: 0;
}

.btn-menu span:nth-child(2) {
	top: 9px;
}

.btn-menu span:nth-child(3) {
	top: 18px;
}

.btn-menu.active {
	margin-bottom: 4px;
}

.btn-menu.active span {
	transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
}

.btn-menu.active span:nth-child(3),
.btn-menu.active span:nth-child(1) {
	top: 9px;
	background: #ffffff;
}

.btn-menu.active span:nth-child(2) {
	opacity: 0;
}

.btn-menu.active span:nth-child(1) {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-menu.active span:nth-child(3) {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-menu.active{
	z-index: 9999;
}

/* ------------------------------------------------------------ *\
	Captcha
\* ------------------------------------------------------------ */
.captcha {
	margin-bottom: 15px;
}

/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
	background: #031926;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	color: #fff;
	font-size: 14px;
	padding: 5px 0 10px;
	text-align: left;
}

.footer-columns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 40px;
}

.footer-column {
	-ms-flex: 1;
	flex: 1;
	min-width: 220px;
	text-align: center;
}

.footer-column-title {
	color:#ffff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
	letter-spacing: .04em;
}

.footer-column-text,
.footer-column-link {
	color: #fff;
	line-height: 1.6;
}

.footer-column-link a,
.footer-column-list a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color .2s ease;
}

.footer-column-link a:hover,
.footer-column-list a:hover {
	border-bottom-color: #fff;
}

.footer-column-list {
	list-style: none;
}

.footer-column-list li {
	line-height: 1.6;
	margin-bottom: 8px;
}

.footer-columns h3 {
	margin-bottom: 20px;
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.copyright {
		padding-top: 5px;
		padding-bottom: 10px;
	}

	.footer-columns {
		gap: 26px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.copyright {
		padding-top: 24px;
		padding-bottom: 18px;
	}

	.footer-columns {
		display: block;
	}

	.footer-column {
		margin-bottom: 22px;
	}

	.footer-column:last-child {
		margin-bottom: 0;
	}
}

/* ------------------------------------------------------------ *\
	Documents
\* ------------------------------------------------------------ */
.documents {
	overflow: hidden;
	background: #e7e7e5;
	font-family: 'Rambla', 'Helvetica', sans-serif;
}

.documents .col {
	border-right: 1px solid #cbcbcb;
}

.documents-head {
	text-align: center;
	padding-bottom: 22px;
}

.documents-title {
	display: inline-block;
	vertical-align: top;
	background: #f3f3f2;
	padding: 5px 10px 5px 10px;
	border-radius: 0 0 5px 5px;
}

.document {
	font-size: 12px;
	padding-bottom: 16px;
}

.document .document-title {
	text-align: center;
	margin-bottom: 8px;
}

.document-content {
	margin-bottom: 10px;
}

.document .document-btn {
	position: relative;
	padding: 6px 30px;
	font-size: 14px;
}

.document .document-btn+.document-btn {
	margin-top: 12px;
}

.document .document-btn i {
	position: absolute;
	top: 50%;
	right: 7px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Small Desktop */
@media (max-width: 1400px) {
	.documents {
		overflow: visible;
	}

	.documents .documents-head {
		margin-top: -14px;
	}

	.documents .documents-title {
		position: relative;
		z-index: 40;
	}

	.documents .documents-body {
		max-width: 916px;
		margin: 0 auto;
	}

	.documents .col {
		width: 20%;
	}

	.documents .col:last-child {
		border: none;
	}

	.document {
		padding-bottom: 20px;
		font-size: 10px;
	}

	.document .document-btn {
		position: relative;
		padding: 8px 36px 8px 10px;
		text-align: left;
	}

	.document .document-btn span {
		max-width: 160px;
		font-family: 'Viga', 'Helvetica', sans-serif;
		font-size: 12px;
		font-weight: 400;
	}

	.document .document-btn i {
		position: absolute;
		top: 6px;
		right: 6px;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.document-content {
		padding: 0 7px;
		margin-bottom: 18px;
		text-align: center;
	}

	.document .document-title {
		font-size: 12px;
	}
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.document-content {
		padding: 0;
		margin-bottom: 18px;
	}

	.document .document-btn span {
		padding-right: 40px;
		font-size: 8px;
	}

	.document .document-btn i {
		top: 50%;
		right: 6px;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/* Mobile */
@media (max-width: 767px) {
	.documents {
		background-color: #dcdcd9;
	}

	.documents-title {
		padding: 5px 11px;
		background-color: #e7e7e5;
		font-size: 18px;
	}

	.documents .cols {
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start;
	}

	.documents .col {
		width: 100%;
	}

	.document {
		padding-bottom: 10px;
	}

	.document .document-btn+.document-btn {
		margin-top: 10px;
	}

	.document .document-btn {
		padding-right: 0;
		text-align: center;
	}

	.document .document-btn span {
		max-width: none;
		font-size: 14px;
		line-height: 1.14;
	}
}

/* ------------------------------------------------------------ *\
	Filter
\* ------------------------------------------------------------ */
.filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	padding: 11px 15px 9px;
	margin-bottom: 3px;
	background-color: rgba(207, 207, 203, .25);
	font-family: 'Rambla', 'Helvetica', sans-serif;
}

.filter h6 {
	margin: 0 10px 0 0;
	font-weight: 400;
}

.filter .select-holder .form-label {
	display: inline-block;
	margin-right: 8px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.57;
	color: #232c33;
	vertical-align: middle;
}

.filter .select {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #000;
	background-color: transparent;
	border-radius: 4px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	min-width: 170px;
	color: #000;
	padding: 4px 6px;
	background: url(images/select-arrows@2x.png) no-repeat right center;
	background-size: 17px 14px;
}

.filter .select::-ms-expand {
	display: none;
}

.filter .select option {
	color: #000;
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.filter .select-holder {
		width: 100%;
		margin-top: 8px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.filter {
		position: relative;
		padding: 6px 0 14px 10px;
		margin-bottom: 0;
	}

	.filter h6 {
		width: 100%;
		margin-bottom: 16px;
		font-family: 'Rambla', 'Helvetica', sans-serif;
		font-size: 12px;
		font-weight: 700;
	}

	.filter ul {
		width: 100%;
		margin-bottom: 10px;
	}

	.filter .select-holder {
		margin-top: 0;
	}

	.filter:after,
	.filter:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 50vw;
		background-color: inherit;
	}

	.filter:before {
		right: 100%;
	}

	.filter:after {
		left: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

input::placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::placeholder {
	color: inherit;
	opacity: 1;
}

input:-webkit-autofill {
	-webkit-text-fill-color: inherit;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* Select */
.select::-ms-expand {
	display: none;
}

/* Field */
.field,
.textarea {
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 9px;
	border: 1px solid #cac7c2;
	border-radius: 4px;
	font-size: 16px;
}

.textarea {
	height: 101px;
	padding: 9px;
	resize: none;
}

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

	.field,
	.textarea {
		font-size: 14px;
	}
}

/* Checkboxes */
.checkbox {
	position: relative;
}

.checkbox input {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.checkbox .form-label {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.14;
	color: #000;
	font-weight: 400;
}

.checkbox .form-label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid currentColor;
	border-radius: 2px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background .3s;
}

.checkbox input:checked+.form-label:before {
	background-color: currentColor;
}

/* Radios */
.radio {
	position: relative;
}

.radio input {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.radio .form-label {
	position: relative;
	display: inline-block;
	width: auto;
	padding-left: 21px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 1.38;
	color: #232c33;
}

.radio .form-label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 15px;
	border: 3px solid #252c32;
	border-radius: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background .3s;
}

.radio input:checked+.form-label:before {
	background-color: #252c32;
}

/* XSmall Desktop */
@media (max-width: 1200px) {
	.radio .form-label:before {
		border-width: 2px;
	}

	.radio .form-label {
		font-size: 14px;
	}
}

/* ------------------------------------------------------------ *\
	Form Apartments
\* ------------------------------------------------------------ */
.form-apartments {
	font-size: 14px;
	padding: 11px 20px 20px 20px;
}

.form-apartments .form-title {
	font-weight: 400;
	margin-bottom: 2px;
}

.form-apartments .form-body {
	position: relative;
	padding-right: 100px;
}

.form-apartments .form-btn {
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0.01em;
}

.form-apartments .form-actions {
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 12px;
}

.form-apartments .form-content {
	overflow: hidden;
	margin: 0 -5px;
}

.form-apartments .form-row {
	float: left;
	width: 33.3%;
	padding: 0 5px;
}

.form-apartments .form-label {
	display: block;
	font-size: 12px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
}

.form-apartments .select {
	color: #fff;
	border: 1px solid;
	background-color: transparent;
	border-radius: 4px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	display: block;
	width: 100%;
	padding: 4px 26px 4px 6px;
	background: url(images/select-arrows-white@2x.png) no-repeat right center;
	background-size: 17px 14px;
}

.form-apartments .select::-ms-expand {
	display: none;
}

.form-apartments .select option {
	color: #000;
}

/* Mobile */
@media (max-width: 767px) {
	.form-apartments {
		padding: 15px 19px 11px;
	}

	.form-apartments .form-title {
		text-transform: uppercase;
	}

	.form-apartments .form-body {
		padding: 0;
	}

	.form-apartments .form-content {
		margin-right: -9px;
	}

	.form-apartments .form-label {
		margin-bottom: 4px;
	}

	.form-apartments .form-row {
		width: calc(50% - 9px);
		margin-right: 9px;
		margin-bottom: 9px;
	}

	.form-apartments .form-actions {
		top: auto;
		bottom: 9px;
		right: 0;
		width: calc(50% - 9px);
	}

	.form-apartments .form-btn {
		display: block;
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Form Apartments Dark
\* ------------------------------------------------------------ */
.form-apartments-dark {
	padding: 16px 21px 20px;
	background-color: #f3f3f2;
}

.form-apartments-dark .form-head {
	margin-bottom: 6px;
}

.form-apartments-dark .select {
	color: #000;
	background: url(images/select-arrows@2x.png) no-repeat right center;
	background-size: 17px 14px;
}

.form-apartments-dark .form-actions {
	top: 14px;
}

/* XSmall Desktop */
@media (max-width: 1200px) {
	.form-apartments-dark .form-title {
		margin-bottom: 2px;
		font-size: 18px;
	}

	.form-apartments-dark .form-body {
		padding-right: 124px;
	}

	.form-apartments-dark .form-row {
		padding: 0 9px;
	}

	.form-apartments-dark .form-label {
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: 700;
	}

	.form-apartments-dark .select {
		padding: 6px 26px 6px 6px;
	}

	.form-apartments-dark .form-actions {
		top: auto;
		bottom: 0;
		font-size: 16px;
	}

	.form-apartments-dark .form-btn {
		min-width: 106px;
		text-align: center;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.form-apartments-dark {
		padding: 18px 20px 15px;
		border-bottom: 5px solid #e13546;
	}

	.form-apartments-dark .form-title {
		text-transform: none;
	}

	.form-apartments-dark .form-head {
		margin-bottom: 12px;
		text-align: center;
	}

	.form-apartments-dark .form-body {
		padding-right: 0;
	}

	.form-apartments-dark .form-row {
		padding: 0;
	}

	.form-apartments-dark .form-label {
		margin-bottom: 2px;
		font-size: 12px;
	}

	.form-apartments-dark .form-actions {
		bottom: 9px;
	}

	.form-apartments-dark .form-btn {
		min-width: 0;
		padding: 6px 10px;
		font-size: 12px;
	}
}

/* ------------------------------------------------------------ *\
	Form Contacts
\* ------------------------------------------------------------ */
.form-contacts {
	max-width: 544px;
	width: 100%;
	font-family: 'Rambla', 'Helvetica', sans-serif;
}

.form-contacts .law {
	font-size: 12px;
}

.form-contacts .form-head {
	margin-bottom: 20px;
}

.form-contacts .form-title {
	line-height: 1;
	color: #031926;
}

.form-contacts .form-subtitle {
	margin-bottom: 15px;
	line-height: 1.38;
	color: #232c33;
	font-weight: 400;
}

#lawBox, #smsBox{
	font-weight: bold;
}

#lawBoxFl {
	font-weight: bold;
}

.form-contacts .form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 9px;
}

.form-contacts .form-row>.form-label {
	width: 148px;
	padding-right: 10px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 1.38;
	color: #232c33;
}

.form-contacts .form-row>.form-label-top {
	margin-top: 3px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.form-contacts .form-controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% - 148px);
}

.form-contacts .select {
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 26px 0 9px;
	border: 1px solid #cac7c2;
	border-radius: 4px;
	background: transparent url(images/select-arrows@2x.png) no-repeat right center;
	background-size: 17px 14px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 16px;
	color: #232c33;
	font-weight: 400;
}

.form-contacts .select[disabled] {
	background-color: #cac7c2;
}

.form-contacts .select-small {
	width: 192px;
}

.form-contacts .form-actions {
	padding-top: 5px;
}

.form-contacts .form-btn {
	padding: 11px 10px;
	font-family: 'Viga', 'Helvetica', sans-serif;
	font-weight: 400;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.form-contacts {
		max-width: 470px;
	}

	.form-contacts .form-subtitle {
		font-size: 14px;
	}

	.form-contacts .form-row>.form-label {
		width: 128px;
		font-size: 14px;
	}

	.form-contacts .select {
		font-size: 14px;
	}

	.form-contacts .select-small {
		width: 49%;
	}
}

/* XSmall Desktop */
@media (max-width: 1200px) {
	.form-contacts .form-title {
		font-size: 18px;
	}
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.form-contacts {
		max-width: 100%;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.form-contacts .form-head {
		margin-bottom: 13px;
	}

	.form-contacts .form-row {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-bottom: 15px;
	}

	.form-contacts .form-row>.form-label {
		margin-bottom: 6px;
	}

	.form-contacts .form-controls {
		width: 100%;
	}

	.form-contacts .form-btn {
		display: block;
		width: 100%;
		font-size: 14px;
		letter-spacing: 0;
		text-align: center;
	}

}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
	position: relative;
	padding-top: 111px;
	color: #fff;
}

.intro .intro-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.intro .intro-body {
	position: relative;
	z-index: 1;
	max-width: 530px;
}

.intro .intro-head {
	padding: 0 40px 0 12px;
}

.intro .intro-title {
	font-weight: 400;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	line-height: 1;
	margin-bottom: 9px;
}

.intro .intro-title small {
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
}

.intro .intro-title strong {
	font-weight: 400;
	text-transform: uppercase;
}

.intro .intro-content {
	font-family: 'Rambla', 'Helvetica', sans-serif;
	background: rgba(3, 35, 38, .7);
	padding: 17px 20px 20px 20px;
	font-size: 16px;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.intro .intro-content {
		border-bottom: 5px solid #e13546;
		margin-bottom: -5px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.intro {
		padding-top: 84px;
	}

	.intro .shell {
		padding-left: 0;
		padding-right: 0;
	}

	.intro .intro-head {
		padding: 0 20px;
	}

	.intro .intro-title {
		margin-bottom: 13px;
	}

	.intro .intro-title small {
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 400;
	}

	.intro .intro-body {
		max-width: none;
	}

	.intro .intro-content {
		padding: 9px 19px 15px;
		font-size: 14px;
	}
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
	list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	List Bullets
\* ------------------------------------------------------------ */
.list-bullets {
	-moz-columns: 2;
	columns: 2;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.list-bullets li {
	position: relative;
	padding-left: 10px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	color: #031926;
	font-weight: 400;
}

.list-bullets li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentColor;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.list-bullets {
		-moz-columns: 1;
		columns: 1;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.list-bullets-default {
		-moz-columns: 3;
		columns: 3;
		page-break-inside: avoid;
		break-inside: avoid-column;
	}
}

/* Mobile */
@media (max-width: 374px) {
	.list-bullets {
		-moz-columns: 3;
		columns: 3;
	}
}

/* ------------------------------------------------------------ *\
	List Checkboxes
\* ------------------------------------------------------------ */
.list-checkboxes {
	margin-right: 27px;
	font-size: 0;
}

.list-checkboxes li {
	display: inline-block;
	margin-right: 14px;
	vertical-align: middle;
}

/* Mobile */
@media (max-width: 767px) {
	.list-checkboxes li {
		margin-bottom: 9px;
	}
}

/* ------------------------------------------------------------ *\
	List Radios
\* ------------------------------------------------------------ */
.list-radios {
	margin-bottom: 14px;
	font-size: 0;
}

.list-radios li {
	display: inline-block;
	margin-right: 27px;
	vertical-align: middle;
}

/* ------------------------------------------------------------ *\
	List Contacts
\* ------------------------------------------------------------ */
.list-contacts {
	margin-bottom: 38px;
}

.list-contacts li {
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 1.38;
	color: #022325;
}

.list-contacts a:not([href^='tel:']) {
	color: #2fc4f1;
	text-decoration: underline;
}

.list-contacts a:not([href^='tel:']):hover {
	text-decoration: none;
}

/* XSmall Desktop */
@media (max-width: 1200px) {
	.list-contacts li {
		font-size: 14px;
		margin-bottom: 3px;
	}
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
	overflow: hidden;
	display: block;
	width: 198px;
	height: 66px;
	background: url(images/logo.png) no-repeat 0 0;
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -100%;
	float: left;
	margin-top: 12px;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.logo {
		margin-top: 16px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.logo {
		position: absolute;
		top: 40px;
		left: 20px;
		width: 108px;
		height: 37px;
		margin-top: 0;
	}
}

/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map-appartments {
	width: calc(100% - 708px);
}

.map-fluid {
	height: 246px;
}

.map-contacts {
	position: static;
	width: 39%;
	height: auto;
}

/* Small Desktop */
@media (max-width: 1200px) {
	.map-appartments {
		position: relative;
		width: 100%;
		height: 689px;
	}

	.map-contacts {
		width: 100%;
		height: 327px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.map-contacts {
		height: 200px;
	}
}

/* ------------------------------------------------------------ *\
	Nav Primary
\* ------------------------------------------------------------ */
.nav-primary {
	font-size: 22px;
	float: left;
	margin: 0;
	padding-top: 0;
}

.nav-primary ul {
	list-style: none outside none;
}

.nav-primary li {
	display: inline-block;
	vertical-align: top;
	padding: 0 13px 0 0;
}

.nav-primary a {
	display: block;
	text-decoration: none;
	padding: 10px 12px 24px 12px;
	color: #00171f;
	transition: background .3s, color .3s;
}

.nav-primary li:hover a,
.nav-primary .current a {
	background: #031926;
	color: #fff;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.nav-primary {
		width: 100%;
		padding-right: 190px;
		-ms-flex-order: 3;
		order: 3;
		font-size: 18px;
	}

	.nav-primary a {
		padding: 16px 18px 31px 18px;
	}
}

/* XSmall Desktop */
@media (max-width: 1200px) {
	.nav-primary a {
		padding-bottom: 14px;
	}
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.nav-primary {
		font-size: 0;
		padding-right: 160px;
	}

	.nav-primary li {
		font-size: 18px;
	}

	.nav-primary a {
		padding: 14px 14px 17px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.nav-primary {
		-ms-flex-order: 4;
		order: 4;
		padding: 4px 0 0 100px;
		text-align: right;
	}

	.nav-primary li {
		padding: 0;
		font-size: 16px;
	}

	.nav-primary a {
		padding: 10px 4px;
	}
}

/* Mobile */
@media (max-width: 374px) {
	.nav-primary li {
		font-size: 11px;
	}
}

/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */
.nav-secondary {
	float: right;
	margin: 0;
	letter-spacing: 0.01em;
}

.nav-secondary ul {
	list-style: none outside none;
	font-size: 0;
}

.nav-secondary li {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 4px;
	font-size: 16px;
}

.nav-secondary li:last-child {
	padding-right: 0;
}

.nav-secondary a:not([class]) {
	position: relative;
	display: block;
	color: #00171f;
	padding: 0 10px 0 10px;
	text-decoration: none;
	transition: background .3s, color .3s;
}

.nav-secondary .current a:not([class]),
.nav-secondary li:hover a:not([class]) {
	color: #fff;
}

.nav-secondary li:not(.alt):before {
	content: '';
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	bottom: 100%;
	background-color: #031926;
	margin-bottom: 11px;
	transition: bottom .3s, margin .3s;
}

.nav-secondary .current:not(.alt):before,
.nav-secondary li:not(.alt):hover:before {
	bottom: -27px;
	margin: 0;
}

.nav-secondary li.alt {
	margin-left: 26px;
}

.nav-secondary .alt+.alt {
	margin-left: 32px;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.nav-secondary {
		-ms-flex-order: 1;
		order: 1;
		margin-right: 12px;
	}

	.nav-secondary li {
		font-size: 14px;
	}

	.nav-secondary li:not(.alt):before {
		top: -8px;
	}

	.nav-secondary .current:not(.alt):before,
	.nav-secondary li:not(.alt):hover:before {
		bottom: -8px;
	}

	.nav-secondary li {
		vertical-align: middle;
	}

	.nav-secondary li.alt {
		margin-left: 0;
	}
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.nav-secondary {
		margin-right: 16px;
		font-size: 0;
	}

	.nav-secondary li {
		padding: 0 6px;
		font-size: 14px;
	}

	.nav-secondary li.alt {
		padding: 0 0 0 7px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.nav-secondary {
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		z-index: 9998;
		padding-top: 0;
		background-color: #011618;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		transition: height .4s, padding .4s;
	}

	.nav-secondary.expand {
		height: 100%;
		padding-top: 60px;
	}

	.nav-secondary ul {
		overflow-y: auto;
		position: relative;
		height: 100%;
	}

	.nav-secondary li {
		display: block;
		border-top: 1px solid #fff;
		text-align: right;
	}

	.nav-secondary li.alt {
		padding: 10px 19px;
	}

	.nav-secondary a:not([class]) {
		display: block;
		padding: 10px 19px;
		font-size: 16px;
		color: #fff;
		font-weight: 400;
	}
}

/* ------------------------------------------------------------ *\
	Nav Lang
\* ------------------------------------------------------------ */
.nav-lang a {
	color: #2fc4f1;
	font-size: 16px;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.nav-lang a {
		font-size: 14px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.nav-lang {
		margin-right: 12px;
	}

	.nav-lang li {
		font-size: 0;
	}

	.nav-lang a {
		font-size: 0;
		line-height: 1;
		text-decoration: none;
	}

	.nav-lang span {
		display: block;
		width: 26px;
		height: 24px;
		border-radius: 4px;
		background-color: #022324;
		font-size: 14px;
		line-height: 24px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
	}
}

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */
.pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.pagination>span {
	margin-right: 15px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #0f2430;
}

.pagination ul {
	margin-right: 20px;
	list-style: none outside none;
	font-size: 0;
}

.pagination li {
	display: inline-block;
	min-width: 21px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #2fc4f1;
	vertical-align: middle;
}

.pagination a {
	display: block;
	display: block;
	border-radius: 50%;
	text-align: center;
}

.pagination a:hover {
	text-decoration: none;
}

.pagination .current a {
	background-color: #e13546;
	color: #fff;
	text-decoration: none;
}

.pagination .select-holder .form-label {
	display: inline-block;
	margin-right: 8px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.57;
	color: #232c33;
	vertical-align: middle;
}

.pagination .select {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #000;
	background-color: transparent;
	border-radius: 4px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	min-width: 130px;
	color: #000;
	padding: 4px 6px;
	background: url(images/select-arrows@2x.png) no-repeat right center;
	background-size: 17px 14px;
}

.pagination .select::-ms-expand {
	display: none;
}

.pagination .select option {
	color: #000;
}

/* Mobile */
@media (max-width: 767px) {
	.pagination .select-holder {
		display: block;
		width: 100%;
		margin-top: 16px;
	}

	.pagination .select {
		min-width: 129px;
	}
}

/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup {
	visibility: hidden;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	transition: opacity .3s, visibility .3s;
}

.popup.expand {
	overflow: hidden;
	visibility: visible;
	opacity: 1;
}

.popup .popup-inner {
	overflow-y: auto;
	position: relative;
	max-height: calc(100vh - 40px);
	margin: 20px 0;
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.popup .popup-inner {
		width: calc(100% - 80px);
		margin: 0 40px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.popup {
		visibility: visible;
		opacity: 1;
		left: -100%;
		transition: left .3s;
	}

	.popup.expand {
		left: 0;
	}

	.popup .popup-inner {
		width: 100%;
		margin: 0;
		max-height: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Popup Info Window
\* ------------------------------------------------------------ */
.popup-infowindow {
	width: 198px;
	padding: 11px 16px 0 15px;
	border-radius: 0 0 0 20px;
	background-color: #fff;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	color: #022325;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .8);
}

.popup-infowindow .popup-marker {
	position: absolute;
	bottom: -14px;
	left: -3px;
	width: 38px;
}

.popup-infowindow .popup-phone {
	display: block;
	padding: 9px 15px 6px 30px;
	margin: 0 -16px 0 -15px;
	border-radius: 0 0 0 20px;
	background-color: #e13546;
	font-size: 0;
	text-align: right;
}

.popup-infowindow .popup-phone span {
	font-family: 'Viga', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 1.31;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	vertical-align: middle;
}

.popup-infowindow .popup-phone i {
	width: 20px;
	height: 20px;
	margin-left: 4px;
}

.popup-infowindow strong {
	display: block;
	margin-bottom: 11px;
}

/* ------------------------------------------------------------ *\
	Popup Contacts
\* ------------------------------------------------------------ */
.popup-contacts:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.popup-contacts .popup-inner {
	width: 864px;
	background-color: #fff;
}

.popup-contacts .popup-close {
	position: absolute;
	top: 50%;
	right: 28px;
	width: 26px;
	height: 26px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: transform .3s;
}

.popup-contacts .popup-close:after,
.popup-contacts .popup-close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 5px;
	background-color: #fff;
	transition: background .3s;
}

.popup-contacts .popup-close:after {
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.popup-contacts .popup-close:before {
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.popup-contacts .popup-close:hover:after,
.popup-contacts .popup-close:hover:before {
	background-color: #000;
}

.popup-contacts .popup-head {
	position: relative;
	padding: 22px 70px 21px 23px;
	background-color: #e13546;
	color: #fff;
}

.popup-contacts .popup-title {
	font-family: 'Rambla', 'Helvetica', sans-serif;
	line-height: 1.33;
	font-weight: 400;
}

.popup-contacts .popup-title span {
	font-family: 'Viga', 'Helvetica', sans-serif;
}

.popup-contacts .popup-head address {
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.29;
}

.popup-contacts .popup-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding: 32px 26px 27px 32px;
}

.popup-contacts .popup-entry {
	max-width: 230px;
	padding-top: 7px;
	margin-right: 32px;
}

.popup-contacts .popup-entry h4 {
	max-width: 216px;
	margin-bottom: 14px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	color: #252c32;
}

.popup-contacts .popup-entry p {
	margin-bottom: 13px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
}

.popup-contacts .popup-entry p+p {
	margin-top: 15px;
}

.popup-contacts .popup-entry a {
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	color: #2fc4f1;
}

.popup-contacts .popup-entry a:hover {
	text-decoration: none;
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.popup-contacts .popup-inner {
		width: calc(100% - 80px);
		margin: 0 40px;
	}

	.popup-contacts .popup-body {
		padding: 32px 26px 27px 33px;
	}

	.popup-contacts .popup-entry h4 {
		font-size: 16px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.popup-contacts .popup-inner {
		width: 100%;
		margin: 0;
	}

	.popup-contacts .popup-head {
		padding: 30px 30px 17px;
		background-color: #ec2022;
	}

	.popup-contacts .popup-close {
		right: auto;
		left: 27px;
		top: 28px;
		width: 22px;
		height: 22px;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.popup-contacts .popup-close:after,
	.popup-contacts .popup-close:before {
		width: 14px;
		height: 2px;
		left: 50%;
	}

	.popup-contacts .popup-close:after {
		margin-bottom: 3px;
		-ms-transform: translateX(-50%) rotate(45deg);
		transform: translateX(-50%) rotate(45deg);
		-ms-transform-origin: left center;
		transform-origin: left center;
	}

	.popup-contacts .popup-close:before {
		margin-bottom: 3px;
		-ms-transform: translateX(-50%) rotate(-45deg);
		transform: translateX(-50%) rotate(-45deg);
		-ms-transform-origin: left center;
		transform-origin: left center;
	}

	.popup-contacts .popup-title {
		padding-left: 40px;
		font-size: 0;
		margin-bottom: 8px;
	}

	.popup-contacts .popup-title span {
		font-size: 18px;
	}

	.popup-contacts .popup-body {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 19px 30px 29px;
	}

	.popup-contacts .popup-entry {
		max-width: 100%;
		margin: 0 0 28px;
	}

	.popup-contacts .popup-entry h4 {
		max-width: none;
		margin-bottom: 11px;
		font-size: 14px;
	}

	.popup-contacts .popup-entry p {
		margin-bottom: 7px;
	}
}

/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */
.products {
	overflow: hidden;
}

.products>ul {
	margin: 0 -15px;
	list-style: none outside none;
}

.products>ul>li {
	padding: 0 15px;
	float: left;
	width: 25%;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.products>ul {
		max-width: 1044px;
		font-size: 0;
		margin: 0 auto;
		text-align: left;
	}

	.products>ul>li {
		float: none;
		display: inline-block;
		width: 328px;
		padding: 0 10px;
		font-size: 14px;
		vertical-align: top;
	}
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.products>ul {
		text-align: center;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.products>ul>li {
		width: 100%;
		padding: 0;
	}
}

/* ------------------------------------------------------------ *\
	Product
\* ------------------------------------------------------------ */
.product {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #cdd0d3;
	padding-bottom: 56px;
}

.product>a {
	overflow: hidden;
	display: block;
	text-decoration: none;
}

.product .product-image {
	position: relative;
	padding-bottom: 292px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	transition: -webkit-filter .3s;
	transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s;
}

.product .product-image.product-image-has-slider .product-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product .product-image.product-image-has-slider .product-slides,
.product .product-image.product-image-has-slider .product-slides .slick-list,
.product .product-image.product-image-has-slider .product-slides .slick-track {
	height: 100%;
}

.product .product-image.product-image-has-slider .product-slides .slick-list {
	overflow: hidden;
}

.product .product-image.product-image-has-slider .slide {
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


.product .product-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(3, 35, 38, .9);
	opacity: 0;
	transition: opacity .3s;
}

.product:hover .product-image:before {
	opacity: 1;
}

.product .product-image img {
	display: none;
}

.product .product-image .badge {
	position: absolute;
	font-size: 12px;
	top: 20px;
	left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.product .product-image .badge-right {
	position: absolute;
	font-size: 12px;
	top: 20px;
	right: 20px;
	padding: 4px 8px 4px 8px;
}

.product .product-image .badge-bottom-right {
	position: absolute;
	font-size: 12px;
	top: auto;
	bottom: 91px;
	right: 20px;
	padding: 4px 8px 4px 8px;
}

.product .product-body {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.product .product-content {
	background: #fff;
}

.product .product-head {
	background: rgba(3, 35, 38, .7);
	color: #fff;
	padding: 16px 20px 16px 20px;
	transition: background .3s;
}

.product:hover .product-head {
	background: none;
}

.product .product-title {
	text-transform: uppercase;
	font-weight: 400;
}

.product .product-title small {
	font-size: 12px;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.product {
		padding-bottom: 50px;
		text-align: left;
	}

	.product .product-head small {
		font-size: 14px;
	}
}

/* ------------------------------------------------------------ *\
	Product Secondary
\* ------------------------------------------------------------ */
.product-secondary .product-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.product-secondary .product-image {
	position: relative;
	width: 206px;
	min-height: 177px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.product-secondary .product-image.product-image-has-slider .product-slides .slick-list {
	overflow: hidden;
}

.product-secondary .product-image img {
	width: 100%;
	height: auto;
}

.product-secondary .product-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	background-color: #022324;
}

.product-secondary .product-image figcaption {
	position: absolute;
	top: 11px;
	left: 11px;
	padding: 6px 10px;
	border-radius: 12px;
	background-color: #e03546;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-weight: 400;
}

.product-secondary .product-content {
	width: calc(100% - 206px);
	padding-top: 21px;
}

.product-secondary .product-head {
	padding: 0 17px;
	margin-bottom: 6px;
}

.product-secondary .product-head a {
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 11px;
	line-height: 1.45;
	color: #2fc4f1;
	font-weight: 400;
	text-decoration: underline;
}

.product-secondary .product-title {
	font-family: 'Viga', 'Helvetica', sans-serif;
	font-size: 20px;
	line-height: 1;
	color: #031926;
	font-weight: 400;
	text-transform: uppercase;
}

.product-secondary .product-foot {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 2px 12px 20px;
	background-color: #f3f3f2;
}

.product-secondary .product-foot-title {
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #031926;
	font-weight: 700;
}

.product-secondary .product-actions {
	font-size: 0;
}

.product-secondary .product-btn {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 5px;
	font-size: 12px;
}

/* Small Desktop */
@media (max-width: 1200px) {
	.products-secondary {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-right: -18px;
	}

	.product-secondary {
		display: inline-block;
		width: calc(50% - 18px);
		margin: 0 18px 20px 0;
		vertical-align: top;
	}

	.product-secondary .product-image {
		width: 143px;
		min-height: 178px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.product-secondary .product-content {
		width: calc(100% - 143px);
	}

	.product-secondary .product-title {
		font-size: 18px;
	}

	.product-secondary .product-foot {
		padding: 12px 10px;
	}

	.product-secondary .product-foot-title {
		max-width: 156px
	}

	.product-secondary .product-btn {
		padding-right: 6px;
		padding-left: 6px;
		letter-spacing: 0;
	}
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.products-secondary {
		margin-right: 0;
	}

	.product-secondary {
		width: 100%;
		margin-right: 0;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.product-secondary .product-body {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.product-secondary .product-image {
		width: 100%;
		min-height: 107px;
	}

	.product-secondary .product-image:before {
		display: none;
	}

	.product-secondary .product-content {
		width: 100%;
		padding-top: 0;
	}

	.product-secondary .product-head {
		padding: 11px 10px 12px;
		background-color: #022325;
	}

	.product-secondary .product-title {
		font-size: 18px;
		color: #fff;
	}

	.product-secondary .product-foot {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 11px 11px 2px;
	}

	.product-secondary .product-foot-title {
		max-width: 100%;
		margin-bottom: 7px;
		font-size: 12px;
		line-height: 1.17;
		font-weight: 700;
	}

	.product-secondary .product-actions {
		margin-right: -13px;
	}

	.product-secondary .product-btn {
		min-width: 133px;
		margin: 0 13px 8px 0;
	}

	.product-secondary .product-btn+.product-btn {
		min-width: 133px;
	}
}

/* ------------------------------------------------------------ *\
	Section Map
\* ------------------------------------------------------------ */
.section-map {
	position: relative;
	min-height: 405px;
	overflow: hidden;
}

.section-map .section-body {
	max-width: 530px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.section-map .section-content {
	background-color: rgba(3, 25, 38, .84);
	margin-bottom: 10px;
}

.section-map .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.section-map {
		min-height: 676px;
	}

	.section-map .section-content {
		margin-top: 5px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.section-map {
		min-height: 0;
	}

	.section-map .shell {
		padding-left: 0;
		padding-right: 0;
	}

	.section-map .section-body {
		max-width: none;
	}

	.section-map .section-content {
		margin-bottom: 5px;
	}

	.section-map .section-content:last-child {
		margin-bottom: 0;
	}
}

/* ------------------------------------------------------------ *\
	Section Products
\* ------------------------------------------------------------ */
.section-products {
	padding-bottom: 26px;
}

.section-products .section-head {
	border-top: 16px solid #e03546;
	padding: 40px 0 25px 0;
}

.section-products .section-title {
	font-weight: 400;
}

.section-products .section-foot {
	text-align: right;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.section-products {
		padding-bottom: 96px;
	}

	.section-products .section-foot {
		max-width: 924px;
		margin: -70px auto 0;
	}

	.section-products .section-body {
		margin: 0 -10px;
	}
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.section-products .section-foot {
		margin-top: 0;
	}

	.section-products .section-body {
		margin: 0;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.section-products {
		padding-bottom: 20px;
	}

	.section-products .section-head {
		padding: 40px 20px 30px;
		margin: 0 -20px;
		text-align: center;
	}
}

/* ------------------------------------------------------------ *\
	Section Listing
\* ------------------------------------------------------------ */
.section-listing {
	position: relative;
}

.section-listing .section-inner {
	width: 780px;
	margin-left: auto;
	background: #fff;
	position: relative;
	z-index: 1;
	height: 100%;
}

.section-listing .section-body {
	overflow-y: auto;
	position: relative;
	height: calc(100vh - 328px);
}

/* Small Desktop */
@media (max-width: 1200px) {
	.section-listing .section-inner {
		position: static;
		width: 100%;
	}

	.section-listing .section-body {
		height: auto;
		padding: 31px 30px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.section-listing .section-body {
		padding: 18px 20px;
	}
}

/* ------------------------------------------------------------ *\
	Section Single Product
\* ------------------------------------------------------------ */
.section-single-product {
	position: relative;
	z-index: 10;
	padding-bottom: 70px;
}

.section-single-product .shell {
	position: relative;
}

.section-single-product .section-head {
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 10;
	width: 500px;
	margin-top: -17px;
	background-color: rgba(3, 25, 38, .95);
	color: #fff;
}

.section-single-product .section-head-inner {
	padding: 18px 19px 14px;
}

.section-single-product .section-head-inner a {
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.14;
	color: #2fc4f1;
	text-decoration: underline;
}

.section-single-product .section-head-inner a:hover {
	text-decoration: none;
}

.section-single-product .section-title {
	margin-top: 4px;
	font-family: 'Viga', 'Helvetica', sans-serif;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
}

.section-single-product .section-body {
	padding-left: 528px;
}

.section-single-product .section-content {
	position: relative;
	padding: 26px 0 22px;
	margin-bottom: 26px;
	background-color: #cfcfcb;
}

.section-single-product .section-content:after,
.section-single-product .section-content:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50vw;
	background: inherit;
}

.section-single-product .section-content:after {
	left: 100%;
}

.section-single-product .section-content:before {
	right: 100%;
}

.section-single-product .section-content h4 {
	margin-bottom: 18px;
	font-family: 'Viga', 'Helvetica', sans-serif;
	font-weight: 400;
	line-height: 1.22;
}

.section-single-product .section-content-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.section-single-product .section-head {
		width: 306px;
	}

	.section-single-product .section-head-inner {
		padding: 8px 12px 7px;
	}

	.section-single-product .section-title {
		font-size: 18px;
	}

	.section-single-product .section-body {
		padding-left: 0;
	}

	.section-single-product .section-content {
		padding: 15px 20px 9px 327px;
		margin-bottom: 25px;
		height: 232px;
	}

	.section-single-product .section-content h4 {
		margin-bottom: 4px;
	}
}

@media (min-width: 768px) AND (max-width: 1400px) {
	.section-single-product .section-head-inner {
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		background-color: inherit;
	}
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.section-single-product .section-content-inner {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.section-single-product .section-head {
		position: relative;
		left: auto;
		width: auto;
		margin-top: -99px;
		background: none;
	}

	.section-single-product .section-head:after,
	.section-single-product .section-head:before {
		content: '';
		position: absolute;
		top: 99px;
		bottom: 0;
		width: 50vw;
		background-color: #cfcfcb;
	}

	.section-single-product .section-head:before {
		right: 100%;
	}

	.section-single-product .section-head:after {
		left: 100%;
	}

	.section-single-product .section-head-inner {
		padding: 11px 12px 12px;
		background-color: rgba(3, 25, 38, .95);
	}

	.section-single-product .section-head-inner a {
		font-size: 12px;
	}

	.section-single-product .section-head-contacts {
		overflow: hidden;
		padding: 7px 10px;
		margin-bottom: 3px;
		background-color: rgba(3, 25, 38, .95);
	}

	.section-single-product .section-head-contacts a {
		float: left;
		font-size: 0;
		color: #fff;
		font-weight: 400;
		text-decoration: none;
	}

	.section-single-product .section-head-contacts a+a {
		float: right;
	}

	.section-single-product .section-head-contacts a span {
		display: inline-block;
		margin: 0 8px;
		font-size: 16px;
		line-height: 22px;
		vertical-align: middle;
	}

	.section-single-product .section-title {
		font-size: 16px;
		font-weight: 400;
	}

	.section-single-product .section-content {
		padding: 5px 0 0;
		text-align: center;
		height: auto;
	}

	.section-single-product .section-content h4 {
		margin-bottom: 5px;
	}

	.section-single-product .section-head-inner {
		overflow: hidden;
		display: block;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.section-single-product {
		padding-bottom: 40px;
	}
}

/* Mobile */
@media (max-width: 374px) {
	.section-single-product .section-head-contacts a span {
		font-size: 12px;
	}
}

/* ------------------------------------------------------------ *\
	Section Contacts
\* ------------------------------------------------------------ */
.section-contacts {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.section-contacts .section-body {
	width: 61%;
	padding: 55px 30px 33px;
}

.section-contacts .section-content {
	max-width: 780px;
}

.section-contacts .section-entry {
	padding-bottom: 38px;
}

.section-contacts .section-entry>h3 {
	margin-bottom: 16px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	line-height: 1;
	color: #031926;
	font-weight: 700;
}

.section-contacts .section-entry>h3~h3 {
	margin-bottom: 10px;
}

.section-contacts p {
	margin-bottom: 46px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 18px;
	line-height: 1.22;
	color: #022325;
}

.section-contacts p strong {
	display: block;
}

.section-contacts address {
	margin-bottom: 25px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 1.38;
	color: #022325;
	font-weight: 400;
}

/* XSmall Desktop */
@media (max-width: 1200px) {
	.section-contacts {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.section-contacts .section-body {
		width: 100%;
		padding: 74px 30px 83px;
	}

	.section-contacts .section-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 100%;
	}

	.section-contacts .section-entry {
		max-width: 380px;
	}

	.section-contacts .section-entry>h3 {
		margin-bottom: 2px;
		font-size: 18px;
	}

	.section-contacts p {
		padding: 13px 0 28px;
		border-bottom: 1px solid #e13546;
		margin-bottom: 31px;
		font-size: 14px;
		line-height: 1.57;
	}

	.section-contacts address {
		font-size: 14px;
	}
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.section-contacts .section-entry {
		max-width: 100%;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.section-contacts .section-body {
		padding: 27px 30px 40px;
	}

	.section-contacts .section-entry {
		padding-bottom: 21px;
	}

	.section-contacts .section-entry>h3~h3 {
		margin-bottom: 17px;
	}

	.section-contacts p {
		padding: 10px 0 15px;
		margin-bottom: 26px;
	}

	.section-contacts strong {
		display: block;
		margin-bottom: 3px;
	}

	.section-contacts address {
		margin-bottom: 27px;
	}
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
	position: relative;
}

.slider .slide {
	height: 367px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 23px;
	height: 37px;
	background-color: transparent;
	background-size: 100% 100%;
	border: none;
	border-radius: 0;
	font-size: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity .3s;
}

.slider .slick-arrow:hover {
	opacity: .8;
}

.slider .slick-prev {
	left: 19px;
	background-image: url(images/arrow-left.png);
}

.slider .slick-next {
	right: 19px;
	background-image: url(images/arrow-right.png);
}

/* Small Desktop */
@media (max-width: 1400px) {
	.slider .slick-arrow {
		width: 14px;
		height: 23px;
	}

	.slider .slide {
		height: 267px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.slider .slide {
		height: 43vw;
	}
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.footer-socials {
	text-align: center;
	background: #f3f3f2;
	position: relative;
	padding-bottom: 40px;
}

.footer-socials-alt {
	padding-bottom: 15px;
}

.footer-socials ul {
	font-size: 0;
}

.social {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	margin-top: -11px;
	padding: 0 35px;
	line-height: 1.3;
}

.social .social-head {
	padding-bottom: 4px;
}

.social .social-head a {
	display: inline-block;
	transition: opacity .3s;
}

.social .social-head a:hover {
	opacity: .8;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.footer-socials {
		padding-bottom: 44px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.footer-socials {
		padding-bottom: 0;
	}

	.footer-socials .shell {
		padding: 0;
	}

	.footer-socials ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer-socials li {
		width: 50%;
		margin-top: 0;
		padding: 0 10px 30px;
		background-color: #e7e7e5;
	}

	.footer-socials li:nth-child(1) {
		-ms-flex-order: 2;
		order: 2;
	}

	.footer-socials li:nth-child(2) {
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		padding: 0 10px 35px;
	}

	.footer-socials li:nth-child(3) {
		-ms-flex-order: 3;
		order: 3;
	}

	.social .social-head {
		margin-top: -11px;
	}
}

/* ------------------------------------------------------------ *\
	Table Info
\* ------------------------------------------------------------ */
.table-info {
	color: #fff;
}

.table-info td {
	text-align: center;
	width: 56px;
	padding: 0;
}

.table-info td+td {
	border-left: 1px solid;
}

.table-info td:first-child {
	text-align: left;
	width: 300px;
	padding: 5px 0 5px 20px;
}

.table-info strong {
	font-weight: 400;
	display: block;
}

.table-info h5 {
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	max-width: 70%;
	text-transform: uppercase;
	line-height: 1;
}

.table-info a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 22px;
	font-weight: 400;
	text-decoration: none;
	transition: background .3s;
}

.table-info a:hover,
.table-info a.active {
	background-color: #e13546;
}

.table-info a small,
.table-info a.active span {
	display: block;
	font-size: 12px;
	color: #aba9a5;
	transition: color .3s;
}

.table-info a:hover small {
	color: #fff;
}

.table-info a.active small,
.table-info a span {
	display: none;
}

.table-info a.active span {
	display: block;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	color: #fff;
}

.table-info .badge {
	font-size: 20px;
}

/* Mobile */
@media (max-width: 767px) {

	.table-info table,
	.table-info tbody,
	.table-info tr,
	.table-info td:first-child {
		display: block;
		width: 100%;
	}

	.table-info tr {
		font-size: 0;
	}

	.table-info td:first-child {
		padding: 13px 13px 13px 23px;
		border-bottom: 1px solid #fff;
	}

	.table-info td:first-child+td {
		border: none;
	}

	.table-info td {
		width: 25%;
		display: inline-block;
	}

	.table-info h5 {
		margin-left: 9px;
		font-size: 16px;
	}
}

/* ------------------------------------------------------------ *\
	Table Size
\* ------------------------------------------------------------ */
.table-size {
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
}

.table-size table {
	table-layout: fixed;
}

.table-size td {
	text-align: center;
	border-left: 1px solid #cdd0d3;
	line-height: 1;
	padding: 13px 10px;
}

.table-size td small {
	font-size: 14px;
	white-space: nowrap;
}

.table-size td strong {
	font-size: 16px;
	display: block;
}

.table-size td:first-child {
	border-left: 0;
	width: 95px;
}

.table-size td:last-child {
	width: 62px;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.table-size td {
		padding: 10px 3px;
	}

	.table-size td:last-child {
		width: 54px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.table-size td:last-child {
		width: auto;
	}
}

/* ------------------------------------------------------------ *\
	Table Product
\* ------------------------------------------------------------ */
.table-product tr {
	border-bottom: 1px solid #eff1ed;
}

.table-product th {
	padding: 0 15px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 11px;
	line-height: 1.45;
	color: #031926;
	font-weight: 400;
	text-align: left;
}

.table-product th:last-child {
	text-align: right;
}

.table-product td {
	padding: 8px 15px 7px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.14;
	font-weight: 400;
}

.table-product td:first-child {
	width: 100px;
	padding-right: 0;
}

.table-product td:last-child {
	text-align: right;
}

.table-product i {
	margin-right: 5px;
}

.table-product .table-text {
	display: inline-block;
	min-width: 32px;
	font-family: 'Viga', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #000;
	vertical-align: middle;
}

.table-product strong.table-text {
	margin-right: 12px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	color: #031926;
}

/* Small Desktop */
@media (max-width: 1200px) {
	.table-product th {
		padding: 0 0 0 6px;
	}

	.table-product td {
		padding: 8px 0 7px 6px;
		white-space: nowrap;
	}

	.table-product td:first-child {
		width: 82px;
	}

	.table-product th:nth-last-child(2),
	.table-product td:nth-last-child(2) {
		text-align: right;
	}

	.table-product i {
		margin-right: 3px;
	}

	.table-product .table-text {
		min-width: 0;
		margin-right: 2px;
	}

	.table-product strong.table-text {
		margin-right: 0;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.table-product td {
		font-size: 12px;
	}

	.table-product .table-text {
		font-size: 14px;
	}
}

/* ------------------------------------------------------------ *\
	Table Default
\* ------------------------------------------------------------ */
.table-default {
	margin-bottom: 33px;
}

.table-default .table-head {
	margin-bottom: 7px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 0;
}

.table-default .table-head span {
	display: inline-block;
	margin-right: 7px;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
	font-weight: 400;
}

.table-default .table-title {
	display: inline-block;
	margin-right: 8px;
	font-family: 'Viga', 'Helvetica', sans-serif;
	line-height: 1.33;
	color: #0f2430;
	font-weight: 400;
	vertical-align: middle;
}

.table-default .table-body {
	border-top: 2px solid #626e72;
}

.table-default tr {
	border-bottom: 1px solid #626e72;
}

.table-default td {
	padding: 8px 5px 8px 0;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.14;
}

.table-default td:nth-child(1) {
	width: 34px;
}

.table-default td:nth-child(2) {
	width: 92px;
}

.table-default td:nth-child(3) {
	width: 167px;
}

.table-default td:nth-child(5) {
	width: 170px;
}

.table-default td:nth-child(6) {
	width: 135px;
}

.table-default td:nth-child(8) {
	width: 100px;
}

.table-default td:last-child {
	width: auto;
}

.table-default .table-text {
	margin-right: 9px;
	font-family: 'Rambla', 'Helvetica', sans-serif;
}

.table-default .table-btn {
	padding: 3px 10px;
	margin-left: 15px;
	font-size: 12px;
}

.table-default td:first-child .table-text {
	display: inline-block;
	min-width: 34px;
	margin-right: 0;
	font-family: 'Viga', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
}

.table-default td:last-child {
	padding-right: 0;
	text-align: right;
}

/* Small Desktop */
@media (max-width: 1400px) {
	.table-default td:nth-child(1) {
		width: 34px;
	}

	.table-default td:nth-child(3) {
		width: 145px;
	}

	.table-default td:nth-child(5) {
		width: 150px;
	}

	.table-default td:nth-child(6) {
		width: 120px;
	}

	.table-default td:nth-child(8) {
		width: 100px;
	}

	.table-default td:last-child {
		width: auto;
	}

	.table-default .table-text {
		margin-right: 4px;
	}

	.table-default td:first-child .table-text {
		min-width: 0;
	}
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.table-default .table-body {
		border-width: 1px;
	}

	.table-default .table-btn {
		margin-top: 7px;
	}

	.table-default td:nth-child(1) {
		width: 34px;
	}

	.table-default td:nth-child(3) {
		width: 145px;
	}

	.table-default td:nth-child(6) {
		width: 130px;
	}

	.table-default td:nth-child(8) .table-text {
		display: block;
		margin-bottom: 4px;
	}

	.table-default td:nth-child(5),
	.table-default td:nth-child(8) {
		width: auto;
	}
}

/* Mobile */
@media (max-width: 767px) {

	.table-default table,
	.table-default tbody,
	.table-default tr,
	.table-default td {
		display: block;
	}

	.table-default tr {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		padding: 8px 0;
	}

	.table-default td {
		width: auto;
		padding: 3px 2px;
	}

	.table-default td:first-child {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.table-default td:first-child .table-text {
		display: block;
		margin: 0;
	}

	.table-default td:nth-child(1) {
		width: auto;
		padding-right: 6px;
		-ms-flex-order: 1;
		order: 1;
	}

	.table-default td:nth-child(2) {
		width: auto;
		min-width: 62px;
		-ms-flex-order: 4;
		order: 4;
	}

	.table-default td:nth-child(3) {
		width: auto;
		-ms-flex-order: 2;
		order: 2;
	}

	.table-default td:nth-child(4) {
		width: auto;
		min-width: calc(100% - 165px);
		-ms-flex-order: 3;
		order: 3;
		-ms-flex-item-align: baseline;
		align-self: baseline;
		text-align: right;
	}

	.table-default td:nth-child(5) {
		width: auto;
		min-width: 146px;
		-ms-flex-order: 5;
		order: 5;
	}

	.table-default td:nth-child(6) {
		width: auto;
		-ms-flex-order: 9;
		order: 9;
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}

	.table-default td:nth-child(7) {
		width: auto;
		-ms-flex-order: 6;
		order: 6;
	}

	.table-default td:nth-child(8) {
		width: auto;
		-ms-flex-order: 8;
		order: 8;
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}

	.table-default td:nth-child(9) {
		-ms-flex-order: 7;
		order: 7;
	}

	.table-default td:last-child {
		padding-right: 3px;
		font-size: 0;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.table-default td:last-child strong {
		display: none;
	}

	.table-default .table-btn {
		padding: 3px 5px 1px;
		margin: 0;
		font-family: 'Viga', 'Helvetica', sans-serif;
		font-size: 12px;
		font-weight: 400;
		text-transform: uppercase;
	}

	.table-default a[href^='tel:'] {
		padding: 1px 5px;
		border: 1px solid #022324;
		border-radius: 4px;
		font-family: 'Rambla', 'Helvetica', sans-serif;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.table-default a[href^='tel:'] i {
		margin-right: 3px;
	}
}

/* ------------------------------------------------------------ *\
	Tags
\* ------------------------------------------------------------ */
.tags {
	max-width: 262px;
	width: 100%;
	margin-right: 95px;
	font-size: 0;
}

.tag {
	position: relative;
	display: inline-block;
	height: auto;
	padding: 5px 6px 5px 25px;
	margin: 0 5px 5px 0;
	border-radius: 100px;
	background-color: #fff;
	font-family: 'Rambla', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #031926;
	font-weight: 400;
}

.tag i {
	position: absolute;
	left: 6px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Small Desktop */
@media (max-width: 1400px) {
	.tags {
		max-width: 285px;
		margin-right: 43px;
	}
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.tags {
		margin-bottom: 20px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.tags {
		float: left;
		width: 132px;
		text-align: left;
	}

	.tag {
		font-size: 12px;
	}
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets {
	list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	IV.  Themes
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Info Bubble
\* ------------------------------------------------------------ */
.js-info-bubble-close {
	display: none;
}

[class^=" _ibani"] {
	margin: 47px 0 0 83px;
	box-shadow: none !important;
}

[class*="_ibani"]>div {
	overflow: visible !important;
	height: auto !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 0 0 20px !important;
	background: none !important;
	box-shadow: none !important;
}

[class^=" _ibani"]>div:last-child {
	display: none;
}

/* ------------------------------------------------------------ *\
	Product Image Slider
\* ------------------------------------------------------------ */
.product-image-has-slider {
	background-image: none !important;
}
.product-image .product-slider,
.product-image .product-slides {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.product-image .product-slides .slick-list,
.product-image .product-slides .slick-track,
.product-image .product-slides .slick-slide,
.product-image .product-slides .slick-slide > div,
.product-image .slide {
	height: 100% !important;
}
.product-image .slide {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.product-image .product-slides .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 23px;
	height: 37px;
	background-color: transparent;
	background-size: 100% 100%;
	border: none;
	border-radius: 0;
	font-size: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity .3s;
	cursor: pointer;
}
.product-image .product-slides .slick-arrow:hover {
	opacity: .8;
}
.product-image .product-slides .slick-prev {
	left: 19px;
	background-image: url(images/arrow-left.png);
}
.product-image .product-slides .slick-next {
	right: 19px;
	background-image: url(images/arrow-right.png);
}
.product-image .badge,
.product-image .badge-right,
.product-image .badge-bottom-right {
	z-index: 11;
}
@media (max-width: 1400px) {
	.product-image .product-slides .slick-arrow {
		width: 14px;
		height: 23px;
	}
}
