﻿/*
Description:
		1 - Including files ("fonts.css", "reset.css" and others)
		2 - Tags styles and General styles
		3 - header
		4 - .content
		5 - footer
		* - @media rules
*/

/* 1 - BEGIN of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */

@font-face {
  font-family: 'Nunito';
  src: url('fonts/Nunito/Nunito-Regular.eot');
  src: url('fonts/Nunito/Nunito-Regular.woff2') format('woff2'),
	   url('fonts/Nunito/Nunito-Regular.woff') format('woff'),
	   url('fonts/Nunito/Nunito-Regular.ttf') format('truetype'),
	   url('fonts/Nunito/Nunito-Regular.svg#Nunito') format('svg'),
	   url('fonts/Nunito/Nunito-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('fonts/Nunito/Nunito-Light.eot');
  src: url('fonts/Nunito/Nunito-Light.woff2') format('woff2'),
	   url('fonts/Nunito/Nunito-Light.woff') format('woff'),
	   url('fonts/Nunito/Nunito-Light.ttf') format('truetype'),
	   url('fonts/Nunito/Nunito-Light.svg#Nunito') format('svg'),
	   url('fonts/Nunito/Nunito-Light.eot?#iefix') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
}

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

@font-face {
  font-family: 'Crimson';
  src: url('fonts/Crimson/Crimson-Roman.eot');
  src: url('fonts/Crimson/Crimson-Roman.woff2') format('woff2'),
	   url('fonts/Crimson/Crimson-Roman.woff') format('woff'),
	   url('fonts/Crimson/Crimson-Roman.ttf') format('truetype'),
	   url('fonts/Crimson/Crimson-Roman.svg#Crimson') format('svg'),
	   url('fonts/Crimson/Crimson-Roman.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Crimson';
  src: url('fonts/Crimson/Crimson-Semibold.eot');
  src: url('fonts/Crimson/Crimson-Semibold.woff2') format('woff2'),
	   url('fonts/Crimson/Crimson-Semibold.woff') format('woff'),
	   url('fonts/Crimson/Crimson-Semibold.ttf') format('truetype'),
	   url('fonts/Crimson/Crimson-Semibold.svg#Crimson') format('svg'),
	   url('fonts/Crimson/Crimson-Semibold.eot?#iefix') format('embedded-opentype');
  font-weight: 600;
  font-style: normal;
}

/* BEGIN of CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

/* END of CSS RESET */

/* 1 - END of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */

body {
	min-height: 500px;
	margin: 0 auto;
	font-family: 'Nunito', sans-serif;
	font-size: 17px;
	line-height: 1.6;
	font-weight: normal;
	color: #000000;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:active {
	opacity: 0.6;
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
	color: inherit;
	text-decoration: none;
}

button, input, textarea, select {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

button:hover, input:hover, textarea:hover, select:hover {
	opacity: 0.8;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

img {
	max-width: 100%;
}

h1 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 44px;
	line-height: 1.2;
	font-weight: 600;
	font-family: 'Crimson';
}

h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 600;
	font-family: 'Crimson';
}

h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	font-family: 'Crimson';
}

h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	font-family: 'Crimson';
}

h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 16px;
	line-height: 1.2;
}

h6 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: .2em;
	text-transform: uppercase;
}

blockquote {
	display: block;
	margin: 20px auto 20px;
	max-width: 840px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}

p {
	padding: 0 0 15px;
}

ul, ol {
	padding: 0 0 15px 20px;
}

ul ol, ul ul, ol ul, ol ol {
	padding-bottom: 0;
}

.clear:before, .clear:after {
	content: "";
	display: block;
	clear: both;
}

.hide, .hidden {
	display: none;
}

.content-wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.alignleft, img.alignleft {
	float: left;
	display: block;
	margin: 0 5px 0 0;
}

.alignright, img.alignright {
	float: right;
	display: block;
	margin: 0 0 0 5px;
}

.aligncenter, img.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 0;
}

.alignnone, img.alignnone {
	margin: 0 0 0;
	display: block;
}

.container {
	max-width: 1000px;
}

/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */
/* 3 - BEGIN of header ---------------------------------------------------------- */

header {
	padding: 13px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	background: transparent;
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: none;
}

header + * {
	padding-top: 0;
}

.navbar, header, .logo, header + * {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-fixed {
	color: #000000;
	background: #ffffff;
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0px 1px 8px 0px #555555;
}

.header-fixed .logo {
	max-width: 117px;
}

.header-black header {
	color: #000000;
}

.header-fixed .navbar-nav > li > a, .header-black .navbar-nav > li > a {
	color: #000000;
}

.header-fixed .logo path, .header-black .logo path {
	fill: #000000;
}

.header-fixed a, .header-black header a {
	color: #000000;
}

.header-fixed .fa, .header-black header .fa {
	color: #000000;
}

.header-fixed .navbar-nav > li > a, .header-black .navbar-nav > li > a {
	color: #000000;
}

.header-fixed .navbar-nav > li > a:after, .header-black .navbar-nav > li > a:after {
	border-color: #000000;
}

.header-fixed .navbar-nav > li.active > a, .header-fixed .navbar-nav > li > a:hover,
.header-black .navbar-nav > li.active > a, .header-black .navbar-nav > li > a:hover {
	color: #000000;
}

.header-black header .container:before {
	border-color: #000000;
}

header.header-fixed .container:before {
	border-color: #ffffff;
}



header .container {
	max-width: 1000px;
	position: relative;
}

header .container:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 15px;
	border-bottom: 1px solid #ffffff;
}

header a {
	color: #ffffff;
}

header .fa {
	color: #ffffff;
}

.logo {
	margin: 10px auto 0;
	max-width: 117px;
	padding: 0 0 0;
	float: left;
	display: block;
}

.logo img {
	display: block;
}

svg {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

path {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.logo svg {
	max-height: 60px;
}

.logo path {
	fill: #ffffff;
}

.nav-links {
	text-align: right;
}

.nav-links a {
	margin: 0 6px 0;
	padding: 0 0 3px;
	display: inline-block;
}

.nav-links a.active {
	border-bottom: 1px solid;
}

.nav-links a i {
	margin: 0 3px 0;
}

.nav-links .display-inline-block {
	margin: 0 0 0 10px;
}

.nav-links .display-inline-block a {
	margin: 0 3px 0;
}

.nav-links .social-links {
	margin: 0 5px 0;
	display: inline-block;
}

.nav-links .social-links a {
	margin: 0 3px 0;
}



.navbar {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	clear: none;
	border: none;
	min-height: 0;
	float: right;
}

.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
}

.navbar-nav {
	margin: 5px 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
}

.navbar-nav > li {
	margin: 0 0 0 44px;
	outline: none;
	position: relative;
}

.navbar-nav > li > a {
	padding: 5px 0 12px;
	margin: 0 0 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .1em;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	background: transparent;
}

.navbar-nav > li.active > a {
	color: #ffffff;
	background: transparent;
}

.navbar-nav > li > a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.navbar-nav > li.active > a:after, .navbar-nav > li > a:hover:after {
	width: 100%;
}

.nav > li > a:focus, .nav > li > a:hover {
	color: #ffffff;
	background: transparent;
	opacity: 1;
}

.navbar-nav li ul {
	margin: 8px auto 0;
	padding: 10px 10px 10px;
	min-width: 200px;
	background: #ffffff;
	position: absolute;
	left: -60px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	right: 0;
	top: 100%;
	display: none;
	box-shadow: 0px 1px 5px 0px #aaaaaa;
}

.navbar-nav li:hover > ul {
	display: block;
}

.navbar-nav li ul li {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
	position: relative;
}

.navbar-nav li ul a {
	margin: 0 0 0;
	padding: 0 0 5px;
	color: #000000;
	display: inline-block;
	position: relative;
}

.navbar-nav li ul a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 1px solid;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.navbar-nav li ul a:hover:after {
	width: 100%;
}

.navbar-nav li ul a:hover {
	opacity: 1;
}

.navbar-nav li ul:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	margin: auto;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #ffffff;
}

.navbar-nav li ul:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	margin: auto;
	height: 10px;
}

.navbar-nav li ul ul {
	text-align: left;
	top: 0;
	left: 100%;
	margin: -9px 18px 0;
	white-space: nowrap;
	width: auto;
	font-size: 90%;
}

.navbar-nav li ul ul:before {
	left: auto;
	right: 100%;
	bottom: auto;
	margin: auto;
	top: 20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #ffffff;
}

.navbar-nav li ul ul:after {
	left: auto;
	right: 99%;
	bottom: 0;
	margin: auto;
	top: 0;
	height: auto;
	width: 20px;
}




/* spinner css start */

.spinner-wr {
	background: #FFFFFF;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	/*!!!!!!!!!!!!!!!!!!!!!!!*/
	/* display: none; */
}

.spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border-radius: 50%;
	background-color: #222222;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 50% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}

/* spinner css end */
/* back-to-top css start */

.back-to-top {
	position: fixed;
	bottom: 22%;
	/* right: 31px; */
	right: 66px;
	z-index: 99;
	width: 18px;
	height: 32px;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	background: transparent url(img/i-arr-up.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
}

.back-to-top.show {
	opacity: 1;
}

.back-to-top:not(.show):hover {
	opacity: 0;
	cursor: default;
}

.back-to-top:hover {
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* back-to-top css end */

#ho_adv {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	left: -9999px;
}

/* 3 - END of header ---------------------------------------------------------- */
/* 4 - BEGIN of .content ---------------------------------------------------------- */

.content {
	position: relative;
}

.box-wr {
	padding: 50px 0 50px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

html body .color-gray {
	color: #7d7d7d;
}

html body .color-blue {
	color: #0179ff;
}

html body .color-orange {
	color: #fd5d31;
}

html body .color-red {
	color: #e7443d;
}



.display-inline-block {
	display: inline-block;
}


.img-wr {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.img-wr img {
	display: block;
	margin: 0 auto 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.img-wr > a {
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.img-wr:hover a img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}



a [class*="facebook"]:hover {
	color: #3B5898;
}

a [class*="twitter"]:hover {
	color: #42C8F4;
}

a [class*="youtube"]:hover {
	color: #ca3737;
}

a [class*="google-plus"]:hover {
	color: #e3411f;
}

a [class*="linkedin"]:hover {
	color: #1686b0;
}

a [class*="pinterest"]:hover {
	color: #ef4430;
}

a [class*="envelope"]:hover {
	color: #65cd2b;
}

a .fa {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}



.img-wr:hover a:hover {
	opacity: 1;
}

.img-overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.pos-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
}

body .box-top-slider {
	padding: 0 0 0;
	color: #ffffff;
}

.box-top-slider .img-wr {
	min-height: 560px;
}

.box-top-slider .img-overlay {
	padding: 0 0 0;
}

.box-top-slider .pos-bottom {
	padding: 100px 0 190px;
}

.box-top-slider h6 {
	padding: 0 0 10px;
	margin: 0 0 3px;
	font-weight: 300;
	letter-spacing: .2em;
	text-transform: uppercase;
	position: relative;
}

.box-top-slider h6:after {
	width: 20px;
	border-bottom: 1px solid;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.box-top-slider h1 {
	padding: 10px 0 0;
	margin: 0 0 0;
	font-size: 70px;
	line-height: 1;
	font-weight: 400;
}

.box-top-slider p {
	padding: 0 0 0;
	margin: 0 0 0;
	font-weight: 300;
	max-width: 670px;
}

.box-top-slider a {
	color: inherit;
}

.box-top-slider a:hover {
	text-decoration: none;
}

.box-top-slider-inner-page .slick-dots {
	display: none;
	opacity: 0;
}

body .btn-scroll-down {
	position: absolute;
	z-index: 5;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100px;
	margin: 0 auto;
	padding: 0 0 0;
	color: #ffffff;
	text-shadow: 0px 0px 1px #222222;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
}

.btn-scroll-down strong {
	display: block;
	font-weight: 300;
}

.btn-scroll-down strong {
	-webkit-animation: sdb05 2.5s infinite;
	animation: sdb05 2.5s infinite;
}

@-webkit-keyframes sdb05 {
	0% {
	-webkit-transform: translate(0, 0);
	opacity: 0;
	}
	50% {
	opacity: 1;
	}
	100% {
	-webkit-transform: translate(0, 10px);
	opacity: 0;
	}
}
@keyframes sdb05 {
	0% {
	transform: translate(0, 0);
	opacity: 0;
	}
	50% {
	opacity: 1;
	}
	100% {
	transform: translate(0, 10px);
	opacity: 0;
	}
}

.btn-scroll-down i {
	display: block;
	position: relative;
	width: 10px;
	height: 40px;
	margin: 10px auto 0;
	text-align: center;
}

.btn-scroll-down i:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #ffffff;
	-webkit-animation: m-2-ball 3.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
			animation: m-2-ball 3.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

@-webkit-keyframes m-2-ball {
	0%, 50%, 60% {
	-webkit-transform: scaleY(0.0);
			transform: scaleY(0.0);
	}
	30% {
	-webkit-transform: scaleY(1);
			transform: scaleY(1);
	}
	0%, 29.99% {
	-webkit-transform-origin: top;
			transform-origin: top;
	}
	30%, 100% {
	-webkit-transform-origin: bottom;
			transform-origin: bottom;
	}
	90%, 100% {
	-webkit-transform: scaleY(0.118) translateY(-255px);
			transform: scaleY(0.118) translateY(-255px);
	}
}

@keyframes m-2-ball {
	0%, 50%, 60% {
	-webkit-transform: scaleY(0.0);
			transform: scaleY(0.0);
	}
	30% {
	-webkit-transform: scaleY(1);
			transform: scaleY(1);
	}
	0%, 29.99% {
	-webkit-transform-origin: top;
			transform-origin: top;
	}
	30%, 100% {
	-webkit-transform-origin: bottom;
			transform-origin: bottom;
	}
	90%, 100% {
	-webkit-transform: scaleY(0.0) translateY(-255px);
			transform: scaleY(0.0) translateY(-255px);
	}
}

.link-bordered {
	padding-bottom: 5px;
	display: inline-block;
	position: relative;
}

.link-bordered:hover {
	opacity: 1;
}

.link-bordered:before, .link-bordered:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.4);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.link-bordered:after {
	width: 0;
	border-bottom: 1px solid;
}

.link-bordered:hover:after {
	width: 100%;
}

.slick-dots {
	width: 100%;
	max-width: 1000px;
	text-align: left;
	padding: 0 15px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 92px;
}

.slick-dots li {
	margin: 0 10px 0 0;
	padding: 0 0 0;
	display: inline-block;
	width: auto;
	height: auto;
}

.slick-dots li button {
	margin: 0 0 0 0;
	padding: 0 0 0;
	width: auto;
	height: auto;
}

.slick-dots li button::before {
	margin: 0 10px 0 0;
	padding: 0 0 0;
	width: 9px;
	height: 9px;
	position: relative;
	display: block;
	background: transparent;
	border: 1px solid #ffffff;
	content: "";
	color: #ffffff;
	opacity: 1;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before {
	content: "";
	opacity: 1;
	color: #ffffff;
	background: #ffffff;
}



.slick-prev, .slick-next {
	top: 50%;
	width: 36px;
	height: 36px;
	padding: 0 0 0;
	margin: 0 0 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 1px solid #ffffff;
	opacity: 1;
	background-color: rgba(0, 0, 0, .5);
	-webkit-background-size: auto;
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
}

.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
	opacity: 1;
}

.slick-prev:hover, .slick-next:hover {
	margin: 0 -5px 0;
	background-color: rgba(0, 0, 0, .9);
	opacity: 1;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
	left: 10px;
	background-image: url('img/i-arr-left-white.png');
	-webkit-background-size: auto;
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.slick-next, .slick-next:hover, .slick-next:focus {
	right: 10px;
	background-image: url('img/i-arr-right-white.png');
	-webkit-background-size: auto;
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.slick-prev:before, .slick-next:before {
	display: none;
}



html body .bordered-bottom {
	padding: 0 0 10px;
	margin: 0 0 18px;
	position: relative;
}

html body .bordered-bottom:after {
	width: 20px;
	border-bottom: 1px solid;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

html body h2.bordered-bottom, html body h1.bordered-bottom {
	padding: 0 0 2px;
	margin: 0 0 25px;
}

html body h2.bordered-bottom:after, html body h1.bordered-bottom:after {
	width: 70px;
}

html body h3.bordered-bottom {
	padding: 0 0 5px;
	margin: 0 0 20px;
}

html body h3.bordered-bottom:after {
	width: 70px;
}



.box-thumbs {
	padding: 24px 0 93px;
}

.box-thumbs h2 {
	font-size: 36px;
	font-weight: normal;
}

.thumbs-items-wr {
	padding: 16px 0 0;
}

.thumbs-item {
	padding: 0 0 0;
	margin: 0 0 100px;
	position: relative;
}

.thumbs-item a {
	color: inherit;
}

.thumbs-item .slide-item a, .thumbs-item .slide-item-same-height a {
	color: inherit;
	display: block;
	position: relative;
}

.thumbs-item p {
	padding: 0 0 5px;
}

.thumbs-item h6 {
	color: #fd5d31;
	padding: 0 0 0;
	font-size: 15px;
}

.thumbs-item h3 {
	padding: 0 0 0;
}

.thumbs-item .btn-main {
	margin: 15px auto 0;
}

.thumbs-item .img-wr {
	width: 459px;
	position: relative;
	top: 0;
	float: left;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	overflow: hidden;
}

.thumbs-item:hover .img-wr {
	top: -10px;
	box-shadow: 0px 10px 40px 5px rgba(0, 0, 0, 0.25);
}

.thumbs-item .img-wr img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.thumbs-item.thumbs-item-sm .img-wr img {
	height: 228px;
	min-width: 100%;
	width: auto;
	max-width: 160%;
}

.thumbs-item .slide-item, .thumbs-item .slide-item-same-height {
	overflow: hidden;
}

.thumbs-item .text-wr {
	width: 900px;
	padding: 0 55px 0;
	margin: 0 0 0;
	overflow: hidden;
	display: table-cell;
	vertical-align: bottom;
}

.room-service-item {
	margin: 0 15px 0 0;
	display: inline-block;
}

.room-service-item i {
	margin: 0 5px 0 0;
	font-size: 14px;
}

.thumbs-item-horizontal:nth-child(even) .img-wr {
	margin: 0 100px 0 0;
	float: right;
}

.thumbs-item-horizontal:nth-child(even) {
	text-align: right;
}

.thumbs-item-horizontal:nth-child(even) .bordered-bottom:after {
	left: auto;
	right: 0;
}

.thumbs-item-horizontal:nth-child(even) h6 {
	color: #fd5d31;
}

.thumbs-item-vertical {
	margin: 0 0 83px;
}

.thumbs-item-vertical .img-wr {
	float: none;
	display: block;
	width: 100%;
}

.thumbs-item-vertical .text-wr {
	padding: 15px 18px 10px;
	display: block;
	width: 100%;
}

.thumbs-item-vertical h3 {
	font-size: 24px;
	padding: 0 0 8px;
}

.thumbs-item .thumbs-item-description {
	font-weight: 300;
	padding-top: 7px;
	color: #434343;
}

.thumbs-items-wr .col-sm-6:nth-child(odd) {
	clear: left;
}



.map-info {
	padding: 25px 15px 30px;
	margin: 0 auto 120px;
	max-width: 420px;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 10px 30px 0px #a9a9a9;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.map-info a {
	color: inherit;
}

.map-info p {
	padding: 0 0 0;
}

.map-info img {
	display: block;
	margin: 0 auto 0;
	max-width: 117px;
}

#map {
	position: absolute;
	top: -150px;
	bottom: 0;
	left: 0;
	right: 0;
}

body .box-top-overlayed {
	padding: 0 0 0;
	margin: -95px 0 0;
	z-index: 2;
}

.box-top-overlayed .container {
	padding: 20px 35px 20px;
	max-width: 1040px;
	background-color: #ffffff;
}
.box-top-overlayed .no-slider {
	padding-top: 100px;
}

.box-top-overlayed h1 {
	padding: 0 0 0;
}

body .box-features {
	padding: 0 0 0;
	z-index: 2;
}

.box-features .container {
	padding: 20px 35px 20px;
	max-width: 1040px;
	background-color: #ffffff;
}

.breadcrumbs {
	font-size: 14px;
	padding: 0 0 10px;
	margin: 0 0 0;
	color: #adadad;
}

.breadcrumbs li {
	padding: 0 0 0;
	margin: 0 0 0;
	display: inline;
	list-style: none;
}

.breadcrumbs li+li:before {
	content: "| ";
	margin: 0 5px;
}

.breadcrumbs a {
	color: inherit;
	padding: 0 0 0;
	margin: 0 0 0;
}

.box-contacts p+.btn-main {
	margin: 22px 0 22px;
}

body .box-parallax {
	padding: 0 0 0;
	color: #ffffff;
	overflow: hidden;
}

.box-parallax .img-wr {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 0 0;
}

.box-parallax .img-overlay {
	padding: 124px 0 100px;
	min-height: 386px;
	position: relative;
}

.box-parallax .container {
	max-width: 730px;
}

.box-parallax .parallax-wr {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.parallax-wr .parallax-item .img-parralax {
	max-height: 600px;
}

.box-parallax .parallax-item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -100px;
}

body .box-img {
	padding: 0 0 0;
	overflow: hidden;
}

.box-img img {
	display: block;
	width: 100%;
	margin: 0 auto 0;
}

.box-img .container {
	max-width: 730px;
}

.box-img .img-wr {
	margin: -100px 0 0;
	min-height: 480px;
}

.box-img .img-overlay {
	padding: 240px 0 100px;
	color: #ffffff;
}




body .btn-main {
	padding: 3px 13px 8px;
	margin: 0 auto 0;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .2em;
	color: #000000;
	width: auto;
	font-style: normal;
	background: #ffffff;
	border: 1px solid #000000;
	font-weight: 400;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 0;
	text-transform: uppercase;
	outline: none;
}

body .btn-main:hover {
	color: #ffffff;
	background: #FFFFFF;
	opacity: 1;
}

body .btn-main:active {
	opacity: .65;
}

body .btn-main span {
	position: relative;
	z-index: 2;
}

body .btn-main:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: #000000;
}

body .btn-main:hover:before {
	width: 100%;
}

body .btn-main.btn-large {
	padding: 16px 23px 23px;
	font-size: 14px;
}

body .btn-main.btn-middle {
	padding: 7px 15px 11px;
	min-width: 214px;
}

body .btn-main.btn-black {
	color: #ffffff;
}

body .btn-main.btn-black:hover {
	color: #000000;
}

body .btn-main.btn-black:before {
	width: 100%;
}

body .btn-main.btn-black:hover:before {
	width: 0;
}

body .btn-main.btn-red {
	color: #ff0000;
	border-color: #ff0000;
}

body .btn-main.btn-red:hover {
	color: #ffffff;
}

body .btn-main.btn-red:before {
	background-color: #ff0000;
}

body .btn-main .fa {
	margin: 0 10px 0 0;
}





form {
	margin: 0 0 0;
	padding: 0 0 0;
}

form:after {
	content: "";
	display: block;
	clear: both;
}

body input, body textarea, body select {
	display: block;
	margin: 0 0 0;
	padding: 7px 19px 6px;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .05em;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #000;
	background-color: #ffffff;
	clear: both;
	outline: none;
	width: 100%;
	border: 1px solid #000;
	border-radius: 0;
}

body select {
	padding: 4px 25px 4px 10px;
}

textarea {
	min-height: 192px;
}

body input:hover, body textarea:hover, body select:hover {
	color: #000;
	border-color: #1b2030;
	opacity: .65;
}

body input:focus, body textarea:focus, body select:focus {
	color: #000;
	border-color: #1b2030;
	opacity: 1;
}

body label {
	display: block;
}

*::-webkit-input-placeholder {
	color: #000;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-moz-placeholder {
	color: #000;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-moz-placeholder {
	color: #000;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-ms-input-placeholder {
	color: #000;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:focus::-webkit-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus::-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-ms-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

.checkbox-styled {
	margin: 0 40px 0 0;
	display: inline-block;
	cursor: pointer;
}

.checkbox-styled input {
	display: none;
}

.checkbox-styled input + span {
	display: block;
}

.checkbox-styled input + span:before {
	padding: 0 0 0;
	margin: -2px 15px 0 0;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	border-radius: 50%;
	border: 1px solid;
	background-color: #ffffff;
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.checkbox-styled input:checked + span:before {
	background-color: #000000;
}

.form-wr {
	padding: 35px 0 50px;
	font-size: 14px;
}

.form-wr form {
	max-width: 750px;
	margin: 0 auto 0;
	padding: 23px 0 0;
}

.form-row {
	margin: 0 -10px 40px;
	padding: 0 0 0;
}

.form-row:last-child {
	margin-bottom: 0;
}

.box-wr:not(.box-top-slider):first-child {
	padding-top: 150px;
}

.box-grid .container {
	max-width: 1200px;
}

.grid-main-area {
	padding: 8px 0 5px 22px;
}

.grid-sidebar {
	padding: 50px 0 0;
	margin: 0 -2px 0 0;
}

.filters-row {
	padding: 0 0 3px;
	font-size: 14px;
}

.filters-row .display-inline-block {
	margin: 0 0 0 18px;
}

.filters-row select {
	margin: 0 0 0 16px;
	display: inline-block;
	width: auto;
}

.filters-row span {
	display: inline-block;
}

.filters-group {
	padding: 0 0 15px;
	margin: 0 0 0;
	font-size: 14px;
	color: #808080;
}

.filters-group h4 {
	font-size: 18px;
	padding: 0 0 17px;
	font-weight: bold;
	font-family: inherit;
	color: #000000;
}

.filters-group h5 {
	padding: 0 0 12px;
	font-size: 14px;
	color: #363636;
	cursor: pointer;
	position: relative;
}

.filters-block h5:after {
	font-size: 16px;
	margin: 0 0 0 10px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	content: "\f0d7";
	font-family: "FontAwesome";
	color: #808080;
}

.filters-block.active h5:after {
	content: "\f0da";
}

.filters-group select {
	padding: 3px 15px 3px 3px;
	color: #808080;
	border-color: #808080;
}

.filters-group .checkbox-styled input + span:before {
	padding: 0 0 0;
	margin: -2px 15px -1px 0;
	width: 10px;
	height: 10px;
	border-width: 2px;
}

.filters-group .checkbox-styled input:checked + span:before {
	background-color: #808080;
}

.filters-group .checkbox-styled {
	margin: 0 0 0;
	display: block;
}

.filters-item-row {
	padding: 0 0 10px;
	line-height: 1;
}

.filters-block {
	padding: 0 0 5px;
}

.filters-block .filters-block-inner {
	display: none;
	padding: 0 0 10px;
}

.filters-block.active .filters-block-inner {
	display: block;
}

.filters-chosen-item {
	padding: 2px 10px 6px;
	margin: 0 0 13px;
	line-height: 1;
	display: block;
	border: 1px solid #000000;
	color: #000000;
}

.filters-chosen-item a {
	color: #808080;
	float: right;
}

.filters-chosen-item:after {
	content: "";
	display: block;
	clear: both;
}

.pagination {
	text-align: center;
	display: block;
	margin: 0 0 0;
	padding: 77px 0 77px;
}

.pagination > li {
	display: inline-block;
	list-style: none;
}

.pagination a, .pagination > li > a, .pagination > li > span {
	padding: 0 0 2px;
	margin: 0 8px 0;
	border: none;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	display: block;
	font-size: 14px;
	color: #000000;
	background: transparent;
}

.pagination li:first-child {
	float: left;
}

.pagination li:last-child {
	float: right;
}

.pagination li:first-child a {
	padding-left: 0;
	margin-left: 0;
}

.pagination li:last-child a {
	padding-right: 0;
	margin-right: 0;
}

.pagination .active a {
	background: transparent;
	color: #000000;
	border-bottom: 2px solid;
	border-radius: 0;
}

.pagination li a:hover, .pagination li a:focus {
	background: transparent;
	color: #000000;
	opacity: 1;
	border-bottom: 2px solid;
	border-radius: 0;
}

.pagination .active a:hover, .pagination .active a:focus {
	background: transparent;
	color: #000000;
	border-color: #000000;
}

.box-koop p a {
	padding: 0 0 2px;
	color: inherit;
	display: inline-block;
	border-bottom: 1px solid;
}

.box-koop p {
	padding: 0 0 23px;
}

.box-koop .btn-main {
	margin: 6px auto 6px;
}

.box-koop h2.bordered-bottom {
	margin-top: 3px;
}

.box-koop .thumbs-items-wr {
	padding: 72px 20px 40px;
}

.box-koop .thumbs-item {
	margin: 0 auto 80px;
}

.thumbs-item-vertical {
	max-width: 634px;
	margin-left: auto;
	margin-right: auto;
}

.box-koop .thumbs-item-vertical .text-wr {
	padding: 30px 18px 10px;
}

.box-koop .thumbs-item-horizontal .text-wr {
	padding-right: 15px;
}

.box-team p a {
	padding: 0 0 2px;
	color: inherit;
	display: inline-block;
	border-bottom: 1px solid;
}

.box-team p {
	padding: 0 0 23px;
}

.box-team .btn-main {
	margin: 15px auto 40px;
}

.box-team h2.bordered-bottom {
	margin-top: 3px;
}

.team-items-wr {
	padding: 28px 0 30px;
	margin: 0 -45px 0;
	text-align: center;
}

.team-item {
	width: 306px;
	padding: 0 0 0;
	margin: 0 20px 43px;
	display: inline-block;
	text-align: center;
}

.team-item .img-wr {
	margin: 0 auto 16px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	top: 0;
	position: relative;
}

.team-item:hover .img-wr {
	top: -10px;
}

.team-item .img-wr img {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	display: block;
	border-radius: 500px;
	border-radius: 50%;
}

.team-item a {
	color: inherit;
}

body .team-item p {
	padding: 0 0 4px;
}

body .team-item p a {
	padding: 0 0 0;
	text-decoration: none;
	border-bottom: none;
}

.team-item a i {
	font-size: 24px;
	display: inline-block;
	margin: 13px 5px 13px;
}

.team-item h3 {
	padding: 0 0 10px;
}



.text-moreless-wr {
	padding: 0 0 30px;
}

.text-moreless-wr .text-moreless-additional {
	display: none;
}

.text-moreless-wr p {
	padding: 0 0 10px;
}

.text-moreless-wr.active .text-moreless-additional {
	display: inline;
}

.text-moreless-wr .btn-text-read-more {
	display: inline;
}

.text-moreless-wr.active .btn-text-read-more {
	display: none;
}

.text-moreless-wr .btn-text-read-less {
	display: none;
}

.text-moreless-wr.active .btn-text-read-less {
	display: inline;
}

.text-moreless-main {
	position: relative;
    max-height: 130px;
    overflow: hidden;
    transition: max-height 0.7s;
}
.text-moreless-wr.active .text-moreless-main {
    max-height: 9999px;
}
.text-moreless-main:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	box-shadow: inset 0px -25px 30px 0px #ffffff;
}

.text-moreless-wr.active .text-moreless-main:after {
	box-shadow: none;
}



.box-details a {
	color: inherit;
}

.box-details .link-bordered:before {
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.box-details p {
	max-width: 650px;
}

.box-simple .thumbs-item-vertical {
	margin-top: 45px;
}

.box-simple .thumbs-item-vertical .text-wr {
	padding: 30px 18px 10px;
}

.btn-text-moreless {
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.details-col {
	font-size: 14px;
	margin: -8px 0 0 -35px;
	line-height: 1.8;
}

.details-col h5 {
	font-size: 18px;
	padding: 0 0 1px;
	font-weight: bold;
}

.details-col p {
	padding: 0 0 15px;
}

.details-col li .fa {
	margin: 0 5px 0 0;
	width: 15px;
}

.details-col ul {
	padding: 3px 0 25px;
	margin: 0 0 0;
}

.details-col li {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
}

.details-col .btn-main {
	min-width: 160px;
	margin: 0 auto 5px;
}

.details-row {
	padding: 0 0 12px;
}

.details-row .display-inline-block {
	margin: 0 15px 0 0;
}

.details-row .room-service-item:first-child {
	margin-left: 25px;
}

.breadcrumbs + h6.bordered-bottom {
	margin: 5px 0 10px;
}

body .box-map {
	height: 450px;
	padding: 0 0 0;
}

.box-map #map {
	top: 0;
}

.thumbs-item-vertical.thumbs-item-sm {
	margin: 10px auto 10px;
}

.thumbs-item-vertical.thumbs-item-sm .text-wr {
	padding: 15px 0 5px;
}

.thumbs-item-vertical.thumbs-item-sm h3 {
	font-size: 18px;
	padding: 0 0 8px;
	font-weight: 600;
}

.registration-popup-wr {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 190;
}

.registration-popup-wr.active {
	z-index: 40;
}

.registration-popup {
	width: 306px;
	padding: 17px 17px 17px;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	box-shadow: 0px 10px 40px 5px rgba(0, 0, 0, 0.25);
}

.registration-popup p {
	padding: 0 0 28px;
	text-align: left;
}

body .btn-registration-popup {
	font-size: 18px;
	width: 66px;
	height: 66px;
	padding: 15px 0 0;
	margin: 0 0 0;
	display: block;
	text-align: center;
	border-radius: 50px;
	border-radius: 50%;
	background-color: #333333;
	color: #ffffff;
	position: absolute;
	right: 200px;
	bottom: 0;
	box-shadow: 0px 0px 30px 0px #6d6d6d;
	-webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
	/* opacity: 1; */
	opacity: 0;
	-webkit-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.registration-popup-wr.active .btn-registration-popup {
	opacity: 1;
	bottom: 0;
	right: 0;
}

.table-details {
	width: 100%;
	margin: 0 auto 15px;
	table-layout: fixed;
}

.table-details tr {
	border-bottom: 1px solid #cccccc;
}

.table-details th, .table-details td {
	padding: 6px 5px 14px;
	vertical-align: middle;
}

.table-details th {
	font-weight: bold;
}

.text-moreless-additional h3.bordered-bottom {
	margin-top: 15px;
}

.gallery-thumbs-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.img-wr:hover .gallery-thumbs-wr img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}

.gallery-thumbs-wr {
	padding: 120px 10px 160px;
	max-width: 1060px;
	max-height: 950px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.gallery-thumbs {
	height: 100%;
	overflow: hidden;
	padding: 0 0 0;
	margin: -3px -3px -3px;
	position: relative;
}

.gallery-thumbs:after {
	content: "";
	display: block;
	clear: both;
}

.gallery-thumb-item {
	padding: 3px 3px 3px;
	margin: 0 0 0;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.gallery-thumbs-wr .gallery-thumb-item:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.gallery-thumb-item a {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
	overflow: hidden;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.gallery-thumb-item img {
	display: block;
	width: auto;
	min-width: 100%;
	max-width: 200%;
	min-height: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.gallery-thumb-item-lg {
	width: 66.66666667%;
	height: 100%;
}

.gallery-thumb-item-md {
	width: 33.33333333%;
	height: 50%;
}

.gallery-thumb-item-sm {
	width: 16.66666667%;
	height: 25%;
}

.gallery-stats {
	padding: 15px 4px 0;
	margin: 0 0 0;
	position: relative;
	text-align: right;
}

.gallery-stats a {
	margin: 0 2px 0 30px;
	font-size: 14px;
	letter-spacing: .1em;
	font-weight: 300;
	padding: 0 0 0;
	color: inherit;
}

.gallery-stats a i {
	margin: 0 5px 0 0;
}

.gallery-items-hidden-counter {
	font-size: 24px;
	line-height: 1;
	color: #626262;
	font-weight: normal;
	letter-spacing: .1em;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.7);
}

.gallery-items-hidden-counter span {
	height: 36px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.gallery-items-hidden-counter i {
	font-size: 20px;
}

.select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 1px solid #808080;
	border-radius: 0;
	outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000000;
	line-height: 24px;
	margin: -1px 0 0;
	padding: 0 40px 0 14px;
	font-size: 14px;
	outline: none;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
	font-size: 12px;
	outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	font-size: 12px;
	line-height: 24px;
	outline: none;
}

.filters-row .select2-container {
	margin-left: 10px;
	width: auto !important;
}

.grid-sidebar .select2-container {
	display: block;
	width: auto !important;
}

.grid-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	background: transparent;
}

.grid-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	content: "\f107";
	font-size: 15px;
	font-family: "FontAwesome";
	position: absolute;
	line-height: 1;
	top: -5px;
	left: -5px;
}

.box-top-slider.box-top-slider-gallery .img-wr {
	min-height: 690px;
}
.box-top-slider.box-top-slider-50 .img-wr {
	min-height: 300px;
}

.details-main-info + .thumbs-item {
	top: -150px;
	margin-bottom: -10px;
}

.text-moreless-wr {
	padding: 0 0 25px;
}

.details-main-info + .thumbs-item {
	top: -100px;
	margin-bottom: 0;
}

body .select2-search--dropdown {
	display: none;
}














/* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
	padding: 65px 0 95px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	background: #f7f7f7;
	position: relative;
	color: #000000;
}

footer a {
	color: #000000;
}

footer h4 {
	font-size: 20px;
}

footer a .fa {
	font-size: 16px;
	margin: 0 8px 0 0;
	display: inline-block;
}

footer p {
	padding: 0 0 5px;
}

footer a {
	display: inline-block;
	position: relative;
}

footer li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 1px solid;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

footer li a:hover:after {
	width: 100%;
}

footer ul {
	padding: 0 0 30px;
	margin: 0 0 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

footer ul li {
	padding: 0 0 0;
	margin: 0 0 5px;
	list-style: none;
}

footer ul a {
	padding: 0 0 0;
	margin: 0 0 0;
}

footer .col-sm-5 {
	line-height: 1.9;
}

footer .social-links {
	padding: 5px 0 5px;
}

.social-links a:after {
	display: none;
	content: none;
}

.logos-wr {
	padding: 13px 0 7px;
}

.logos-wr a {
	display: inline-block;
	vertical-align: middle;
	opacity: 1;
}


.logos-wr img {
	margin: 10px 25px 10px 0;
	display: inline-block;
	vertical-align: middle;
}

.logos-wr .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .1s ease;
}

.logos-wr-logo:hover .overlay {
	opacity: 1;
}
.logos-wr-logo:hover .base {
	opacity: 0;
	transition: .1s ease;
}

.block-fixed-right {
	padding: 0 0 0;
	margin: auto;
	position: fixed;
	z-index: 35;
	/* right: 18px; */
	right: 53px;
	height: 200px;
	top: 0;
	bottom: 0;
	width: 45px;
	color: #3f3f3f;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.show-hidden-on-scroll .block-fixed-right {
	opacity: 1;
}

.block-fixed-right h5 {
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	padding: 4px 0 0;
	letter-spacing: .1em;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
	text-transform: uppercase;
	position: relative;
}

.block-fixed-right h5:before {
	content: "";
	display: block;
	position: absolute;
	left: -48px;
	top: 11px;
	width: 32px;
	border-bottom: 1px solid;
	margin: auto;
}

.block-fixed-right a {
	color: #3f3f3f;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 0 0 0;
	margin: 23px auto 0;
	width: 20px;
}

.block-fixed-right .social-links {
	margin: 76px auto 0;
}

.block-fixed-right a i {
	color: #3f3f3f;
}

.block-fixed-right a:hover {
	opacity: 1;
}

/* 5 - END of footer ---------------------------------------------------------- */
/* * - BEGIN of @media ---------------------------------------------------------- */

@media screen and (min-width: 1230px) {
	.container {
		width: 1200px;
	}
}

/* ----------------------------------------------------------------------------------- */

@media screen and (min-width: 1659px) {
	.container {
		max-width: 1446px;
		width: 1446px;
	}
	header .container {
		max-width: 1446px;
	}
	.slick-dots {
		max-width: 1446px;
	}
	.gallery-thumbs-wr {
		max-width: 1446px;
	}
}

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
body {
	font-size: 14px;
	line-height: 1.5;
}
h1 {
	padding: 0 0 15px;
	font-size: 38px;
}
h2 {
	padding: 0 0 15px;
	font-size: 36px;
}
h3 {
	padding: 0 0 15px;
	font-size: 26px;
}
h4 {
	padding: 0 0 15px;
	font-size: 20px;
}
h5 {
	padding: 0 0 15px;
	font-size: 14px;
}
h6 {
	padding: 0 0 15px;
	font-size: 11px;
}
.box-wr {
	padding: 30px 0 30px;
}
.box-thumbs {
	padding: 30px 0 60px;
}
.box-top-slider h1 {
	padding: 10px 0 0;
	font-size: 60px;
}
.navbar-nav > li > a {
	padding: 2px 0 8px;
	margin: 0 0 0;
	font-size: 12px;
	line-height: 24px;
}
.navbar-nav > li {
	margin: 0 0 0 35px;
}
.navbar-nav {
	margin: 2px 0 0;
}
header {
	padding: 10px 0 0;
	font-size: 12px;
	line-height: 24px;
}
.logo, .header-fixed .logo {
	margin: 4px auto 0;
	max-width: 100px;
}
.box-thumbs h2 {
	font-size: 34px;
}
.thumbs-item .text-wr {
	padding: 0 30px 0;
}
.thumbs-item {
	padding: 0 0 0;
	margin: 0 0 60px;
}
footer {
	padding: 50px 0 50px;
	font-size: 12px;
}
footer ul {
	padding: 0 0 20px;
}
.logos-wr {
	padding: 5px 0 10px;
}
footer a .fa {
	font-size: 16px;
	margin: 0 5px 0 0;
}
.slick-dots {
	max-width: 970px;
	padding: 0 15px;
	bottom: 80px;
}
.thumbs-item:nth-child(even) .img-wr {
	margin: 0 70px 0 0;
}
.map-info img {
	margin: 0 auto 5px;
	max-width: 80px;
}
.map-info {
	padding: 20px 15px 20px;
	margin: 0 auto 101px;
	max-width: 280px;
	font-size: 12px;
}
#map {
	top: -120px;
}
body .box-top-overlayed {
	padding: 0 0 0;
	margin: 0 0 0;
}
.box-top-overlayed .container {
	padding: 20px 15px 20px;
	max-width: 1040px;
}
.box-top-overlayed .no-slider {
	padding-top: 25px;
}
.box-contacts p+.btn-main {
	margin: 10px 0 10px;
}
.form-wr {
	padding: 25px 0 25px;
	font-size: 14px;
}
.form-wr form {
	max-width: 750px;
	padding: 15px 0 0;
}
.form-row {
	margin: 0 -10px 30px;
}
.box-img .img-wr {
	margin: -80px 0 0;
}
.box-wr:not(.box-top-slider):first-child {
	padding-top: 88px;
}
body .thumbs-item-vertical .text-wr {
	padding: 15px 13px 5px;
	display: block;
	width: 100%;
}
.grid-main-area {
	padding: 5px 0 5px 0;
}
.grid-sidebar {
	padding: 50px 0 0;
	margin: 0 0 0 0;
}
.pagination {
	padding: 30px 0 40px;
}
.box-koop .thumbs-items-wr {
	padding: 50px 20px 20px;
}
.box-koop .thumbs-item {
	margin: 0 auto 60px;
}
.box-koop p {
	padding: 0 0 20px;
}
.team-items-wr {
	padding: 20px 0 0;
	margin: 0 -10px 0;
}
.box-team p {
	padding: 0 0 20px;
}
.box-team .btn-main {
	margin: 10px auto 30px;
}
.team-item .img-wr img {
	width: 200px;
	height: 200px;
}
.team-item {
	width: 260px;
	padding: 0 0 0;
	margin: 0 20px 30px;
}
.details-col {
	font-size: 12px;
	margin: 0 0 0 -10px;
	line-height: 1.6;
}
.details-col h5 {
	font-size: 15px;
}
.details-col p {
	padding: 0 0 10px;
}
.details-col ul {
	padding: 1px 0 18px;
	margin: 0 0 0;
}
.details-col .btn-main {
	min-width: 160px;
	margin: 0 auto 0;
}
.details-row .display-inline-block {
	margin: 0 10px 0 0;
}
.btn-text-moreless {
	font-size: 12px;
}
.box-simple .thumbs-item-vertical {
	margin-top: 0;
}
.box-simple .thumbs-item-vertical .text-wr {
	padding: 20px 10px 10px;
}
body .box-map {
	height: 400px;
	padding: 0 0 0;
}
.thumbs-item-vertical.thumbs-item-sm {
	margin: 0 auto 10px;
}
body .btn-registration-popup {
	font-size: 14px;
	width: 36px;
	height: 36px;
	padding: 5px 0 0;
}
.registration-popup-wr {
	bottom: 10px;
	right: 10px;
}
.registration-popup {
	width: 240px;
	padding: 10px 15px 15px;
	font-size: 12px;
}
.registration-popup p {
	padding: 0 0 15px;
}
.gallery-thumbs-wr {
	padding: 100px 20px 60px;
	max-height: 650px;
}
.block-fixed-right {
	right: 8px;
}
.back-to-top {
	right: 21px;
}
.block-fixed-right a {
	margin: 12px auto 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 24px;
	margin: -3px 0 0;
	padding: 0 40px 0 10px;
}
.box-top-slider.box-top-slider-gallery .img-wr {
	min-height: 560px;
}
.box-top-slider.box-top-slider-50 .img-wr {
	min-height: 280px;
}
.details-main-info + .thumbs-item {
	top: -100px;
	margin-bottom: 0;
}












}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
body {
	font-size: 13px;
	line-height: 1.5;
}
h1 {
	padding: 0 0 15px;
	font-size: 34px;
}
h2 {
	padding: 0 0 15px;
	font-size: 30px;
}
h3 {
	padding: 0 0 15px;
	font-size: 22px;
}
h4 {
	padding: 0 0 15px;
	font-size: 18px;
}
h5 {
	padding: 0 0 15px;
	font-size: 13px;
}
h6 {
	padding: 0 0 15px;
	font-size: 10px;
}
.box-wr {
	padding: 25px 0 25px;
}
.box-thumbs {
	padding: 25px 0 50px;
}
.box-top-slider h1 {
	font-size: 40px;
}
header {
	padding: 10px 0 0;
	font-size: 11px;
	line-height: 24px;
}
.thumbs-item .img-wr {
	width: 360px;
}
.navbar-nav > li {
	margin: 0 0 0 30px;
}
.nav-links .display-inline-block {
	margin: 0 0 0 5px;
}
.thumbs-items-wr {
	padding: 10px 0 0;
}
.slick-dots {
	max-width: 750px;
	padding: 0 15px;
	bottom: 80px;
}
.thumbs-item:nth-child(even) .img-wr {
	margin: 0 30px 0 0;
}
.thumbs-item {
	padding: 0 0 0;
	margin: 0 0 50px;
}
footer {
	padding: 35px 0 35px;
	font-size: 11px;
}
.block-fixed-right {
	right: 20px;
	height: 200px;
	top: 0;
	bottom: 0;
	width: 45px;
}
.back-to-top {
	bottom: 20%;
	right: 35px;
	width: 18px;
	height: 32px;
}
.back-to-top:hover {
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
}
.box-thumbs h2 {
	font-size: 30px;
}
.thumbs-item:hover .img-wr {
	top: -10px;
}
.box-img .img-wr {
	margin: -80px 0 0;
	min-height: 400px;
}
.box-img .img-overlay {
	padding: 200px 0 100px;
}
body .btn-main.btn-large {
	padding: 12px 18px 16px;
	font-size: 12px;
}
.logos-wr img {
	margin: 10px 10px 10px 0;
}
.map-info {
	padding: 15px 15px 15px;
	margin: 0 auto 65px;
	max-width: 240px;
	font-size: 10px;
}
#map {
	top: -50px;
}
.form-wr form {
	max-width: 580px;
	padding: 15px 0 0;
}
body .thumbs-item-vertical .img-wr {
	float: none;
	display: block;
	width: 100%;
}
.thumbs-item-vertical h3 {
	font-size: 18px;
	padding: 0 0 8px;
}
body .thumbs-item-vertical .text-wr {
	padding: 15px 0 5px;
	display: block;
	width: 100%;
}
.filters-row {
	padding: 0 0 10px;
	font-size: 12px;
}
.filters-block .filters-block-inner {
	padding: 0 0 0;
}
.filters-chosen-item {
	padding: 2px 7px 5px;
	margin: 0 0 6px;
}
.filters-group {
	padding: 0 0 10px;
	font-size: 12px;
}
.filters-group h5 {
	padding: 0 0 10px;
	font-size: 14px;
}
.thumbs-item .thumbs-item-description {
	padding-top: 5px;
}
.thumbs-item-vertical {
	margin: 0 0 30px;
}
.team-item {
	width: 200px;
	padding: 0 0 0;
	margin: 0 15px 30px;
}
.details-col {
	font-size: 11px;
	margin: 0 0 0;
}
.details-row {
	padding: 0 0 10px;
	font-size: 11px;
}
.details-row .display-inline-block {
	margin: 0 5px 0 0;
}
.details-row .room-service-item:first-child {
	margin-left: 10px;
}
body .box-map {
	height: 300px;
	padding: 0 0 0;
}
.registration-popup-wr {
	bottom: 10px;
	right: 25px;
}
.thumbs-item.thumbs-item-sm .img-wr img {
	height: 170px;
}
.box-top-slider.box-top-slider-gallery .img-wr {
	min-height: 530px;
}
.box-top-slider.box-top-slider-50 .img-wr {
	min-height: 280px;
}
.gallery-thumbs-wr {
	max-height: 550px;
}

















}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
body {
	font-size: 12px;
	line-height: 1.5;
}
h1 {
	padding: 0 0 10px;
	font-size: 30px;
}
h2 {
	padding: 0 0 10px;
	font-size: 26px;
}
h3 {
	padding: 0 0 10px;
	font-size: 20px;
}
h4 {
	padding: 0 0 10px;
	font-size: 16px;
}
h5 {
	padding: 0 0 10px;
	font-size: 12px;
}
h6 {
	padding: 0 0 10px;
	font-size: 10px;
}
p {
	padding: 0 0 10px;
}
.box-top-slider h1 {
	font-size: 30px;
}
.navbar-toggle .icon-bar {
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2), .navbar-toggle.active .icon-bar:nth-of-type(3) {
	background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(4) {
	top: -3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-toggle {
	padding: 0 0 0;
	margin: 5px 0 0;
	border: none;
	min-height: 25px;
	position: relative;
	z-index: 5;
	margin-right: 7px;
}
.navbar-toggle:hover {
	opacity: 1;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 2px;
}
.navbar-toggle .icon-bar {
	width: 30px;
	height: 3px;
	border-radius: 3px;
	background: #000000;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
	width: 22px;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	width: 28px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
	width: 24px;
}
body .navbar-toggle.active .icon-bar {
	margin: 0;
	height: 2px;
	width: 30px;
}
.thumbs-item .img-wr {
	width: 260px;
}
header {
	background: #ffffff;
	color: #000000;
	padding: 8px 0 2px;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
}
header .navbar-nav > li > a {
	color: #000000;
}
header .logo path {
	fill: #000000;
}
header a {
	color: #000000;
}
header .fa {
	color: #000000;
}
header .navbar-nav > li > a {
	color: #000000;
}
header .navbar-nav > li > a:after {
	border-color: #000000;
}
header .navbar-nav > li.active > a, header .navbar-nav > li > a:hover {
	color: #000000;
}
header .container:before {
	border-color: #ffffff;
}
.logo, .header-fixed .logo {
	margin: 0 auto 0;
	max-width: 80px;
}
header .container {
	padding: 0 10px;
}
.navbar {
	margin: 0 0 0;
	padding: 0 0 0;
	position: static;
}
.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: rgba(255, 255, 255, 0.9);
}
.nav-links {
	padding: 30px 0 10px;
	text-align: center;
}
.navbar-nav {
	margin: 0 0 0;
	padding: 5px 15px 20px;
}
.navbar-nav > li {
	margin: 0 0 0;
}
.navbar-nav > li > a {
	padding: 5px 0 10px;
	margin: 0 0 0;
	font-size: 14px;
	line-height: 24px;
}
.navbar-nav > li > a:after {
	display: none;
}
.navbar-nav li ul {
	margin: 5px auto 0;
	padding: 10px 10px 10px;
	position: relative;
	left: 0;
}
.navbar-nav li ul a:after {
	display: none;
}
.box-top-slider .img-wr {
	min-height: 450px;
}
.box-top-slider .pos-bottom {
	padding: 100px 0 150px;
}
.slick-dots {
	bottom: 70px;
}
.block-fixed-right {
	right: 15px;
	height: 200px;
	top: auto;
	bottom: 30%;
	width: 30px;
}
.block-fixed-right a {
	font-size: 14px;
	margin: 8px auto 0;
	width: 20px;
}
.block-fixed-right h5 {
	font-size: 10px;
	padding: 0 0 4px;
}
.block-fixed-right h5:before {
	left: -40px;
	top: 7px;
	width: 25px;
}
.block-fixed-right .social-links {
	margin: 60px auto 0;
}
.back-to-top {
	bottom: 22%;
	right: 20px;
	width: 18px;
	height: 24px;
}
.box-thumbs h2 {
	font-size: 26px;
}
.registration-popup-wr {
	bottom: 10px;
	right: 12px;
}
html body h2.bordered-bottom {
	padding: 0 0 2px;
	margin: 0 0 15px;
}
.box-img .img-overlay {
	padding: 170px 0 100px;
}
footer {
	padding: 30px 0 30px;
	font-size: 11px;
	text-align: center;
}
footer ul {
	padding: 0 0 10px;
}
footer .social-links {
	padding: 15px 0 5px;
}
.logos-wr img {
	margin: 4px 2px 4px;
	max-width: 40px;
	max-height: 40px;
}
.logos-wr {
	padding: 5px 0 15px;
}
body .btn-main.btn-large {
	padding: 10px 15px 14px;
	font-size: 12px;
}
.thumbs-item .text-wr {
	padding: 0 15px 0;
}
.thumbs-item .btn-main {
	margin: 5px auto 0;
}
.room-service-item i {
	margin: 0 3px 0 0;
	font-size: 12px;
}
.thumbs-item p {
	padding: 0 0 3px;
}
.thumbs-item h3 {
	padding: 0 0 0;
	font-size: 18px;
}
html body .bordered-bottom {
	padding: 0 0 8px;
	margin: 0 0 10px;
}
body .btn-main {
	padding: 1px 10px 6px;
	margin: 0 auto 0;
	font-size: 11px;
}
.box-top-slider p {
	max-width: 400px;
}
.thumbs-item {
	padding: 0 0 0;
	margin: 0 0 30px;
}
.slick-prev, .slick-next {
	width: 26px;
	height: 26px;
	-webkit-background-size: 60% auto;
	background-size: 60% auto;
}
.box-img .container {
	max-width: 360px;
}
.header-black header .container:before {
	border-color: #ffffff;
}
.checkbox-styled input + span:before {
	margin: -2px 10px 0 0;
}
form input, form textarea, form select {
	padding: 4px 10px 4px;
	font-size: 11px;
	line-height: 24px;
}
.box-grid .pull-right {
	float: none !important;
}
.box-wr:not(.box-top-slider):first-child {
	padding-top: 60px;
}
.filters-row select {
	margin: 0 0 0 10px;
}
.pagination {
	padding: 10px 0 20px;
}
.filters-wr {
	padding: 0 0 0;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
}
.filters-wr.active {
	background-color: #f4f4f4;
	height: 100vh;
	overflow: auto;
	padding: 80px 40px 50px;
}
.filters-group {
	display: none;
}
.filters-wr.active .filters-group {
	display: block;
}
.filters-wr h3.bordered-bottom {
	padding: 2px 13px 10px;
	margin: 10px 10px 10px;
	background: #000000;
	color: #ffffff;
	border: none;
	font-size: 13px;
	font-family: inherit;
	border-radius: 10px;
	cursor: pointer;
	position: fixed;
	z-index: 20;
	left: 0;
	bottom: 0;
	white-space: nowrap;
}
.filters-wr h3.bordered-bottom:after {
	display: none;
}
.box-koop .thumbs-items-wr {
	padding: 40px 0 20px;
}
.box-koop .thumbs-item {
	margin: 0 auto 30px;
}
.box-koop .thumbs-item-vertical .text-wr {
	padding: 20px 10px 0px;
}
.box-koop .thumbs-items-wr {
	padding: 40px 0 10px;
}
.team-item {
	width: 200px;
	padding: 0 0 0;
	margin: 0 15px 15px;
}
.team-item h3 {
	padding: 0 0 5px;
}
.team-item .img-wr {
	margin: 0 auto 15px;
}
.team-item a i {
	font-size: 20px;
	margin: 10px 5px 10px;
}
.text-moreless-wr {
	padding: 0 0 15px;
}
.details-col {
	font-size: 11px;
	margin: 0 0 15px;
}
.thumbs-item-vertical.thumbs-item-sm {
	margin: 0 auto 15px;
}
.details-row {
	padding: 0 0 1px;
	font-size: 11px;
}
.registration-popup {
	width: 200px;
	padding: 10px 15px 15px;
	font-size: 10px;
}
.registration-popup-wr {
	/*display: none;*/
}
.gallery-thumbs-wr {
	padding: 75px 20px 55px;
	max-height: 550px;
}
.gallery-thumb-item {
	padding: 1px;
}
.gallery-thumbs {
	margin: -1px;
}
.gallery-stats a {
	margin: 0 0 0 15px;
	font-size: 12px;
}
.gallery-stats a i {
	margin: 0 2px 0 0;
}
.thumbs-item.thumbs-item-sm .img-wr img {
	height: auto;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
}
.gallery-items-hidden-counter {
	font-size: 16px;
}
.gallery-items-hidden-counter i {
	font-size: 14px;
}
.gallery-items-hidden-counter span {
	height: 26px;
}
.gallery-thumb-item {
	display: none;
}
.gallery-thumb-item.gallery-thumb-item-lg {
	display: block;
	width: 100%;
}
.gallery-thumb-item img {
	min-width: 100%;
	max-width: 120%;
	min-height: 100%;
}
.filters-row .select2-container {
	margin-left: 1px;
}
.grid-sidebar .select2-container {
	display: block;
	width: auto !important;
}
.box-top-slider.box-top-slider-gallery .img-wr {
	min-height: 450px;
}
.details-main-info + .thumbs-item {
	top: 0;
	margin-bottom: 20px;
}
.gallery-thumb-item-lg a:before {
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	content: "\f00e";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	text-shadow: 0px 0px 15px #222222;
}
.navbar-nav li ul ul {
	text-align: center;
	top: 0;
	left: 0;
	margin: 8px 10px 10px;
	white-space: normal;
	width: auto;
	font-size: 90%;
}
.navbar-nav li ul ul:before {
	display: none;
}








}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 559px) {
.container {
	padding-left: 10px;
	padding-right: 10px;
}
[class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.thumbs-item {
	margin: 0 auto 15px;
	max-width: 400px;
}
.thumbs-item .img-wr {
	width: 100%;
	margin: 0 auto;
	float: none;
}
.thumbs-item .text-wr {
	padding: 30px 15px 0;
	height: auto !important;
}
.thumbs-item:nth-child(even) .img-wr {
	margin: 0 auto;
}
.map-info {
	padding: 13px 13px 13px;
	margin: 0 auto 60px;
	max-width: 200px;
	font-size: 9px;
}
.form-row {
	margin: 0 -10px 20px;
}
.checkbox-styled {
	margin: 0 20px 5px 0;
}
.checkbox-styled input + span:before {
	margin: -2px 6px 0 0;
	width: 12px;
	height: 12px;
}
.box-img .img-wr {
	margin: -60px 0 0;
	min-height: 270px;
}
.box-img .img-overlay {
	padding: 90px 0 80px;
}
.filters-wr.active {
	padding: 80px 20px 50px;
}
.pagination a, .pagination > li > a, .pagination > li > span {
	padding: 0 0 2px;
	margin: 0 1px 0;
	font-size: 12px;
}
.pagination {
	padding: 10px 0 10px;
}
.filters-row .display-inline-block {
	margin: 0 0 0 10px;
}
.filters-row select {
	margin: 0 0 0 2px;
	font-size: 11px;
	padding: 4px 5px 4px 4px;
}
body .thumbs-item-vertical .text-wr {
	padding: 10px 10px 5px;
}
.box-koop .btn-main {
	margin: 0 auto 0;
}
.box-koop .thumbs-item-vertical .text-wr {
	padding: 15px 10px 0;
}
.thumbs-item h2 {
	padding: 0 0 0;
}
.box-koop .thumbs-item {
	margin: 0 auto 15px;
}
.breadcrumbs {
	font-size: 12px;
}
.details-row .display-inline-block {
	margin: 0 5px 10px 0;
	display: block;
}
.details-row .room-service-item:first-child {
	margin-left: 0;
}
.gallery-thumbs-wr {
	max-height: 360px;
}
.filters-row .display-inline-block {
	margin: 0 0 5px 10px;
}


}

/* ----------------------------------------------------------------------------------- */
/* * - END of @media ---------------------------------------------------------- */


/* ----------------------------------------------------------------------------------- */
/* * - START of Thumbs same height ---------------------------------------------------------- */

@media screen and (min-width: 1230px) {
	.col-sm-6 .slide-item-same-height {
  		width: 459px;
  		height: 306px;
	}
	.col-sm-4 .slide-item-same-height {
  		width: 296px;
  		height: 197px;
	}
	.col-sm-6 .slide-item-same-height .compat-object-fit, .col-sm-4 .slide-item-same-height .compat-object-fit {
  		background-size: cover;
  		background-position: center center;
	}
	.col-sm-6 .slide-item-same-height .compat-object-fit .same-height-image, .col-sm-4 .slide-item-same-height .compat-object-fit .same-height-image {
  		opacity: 0;
	}
	.col-sm-6 .same-height-image {
		width: 459px;
  		height: 306px;
  		object-fit: cover;
	}
	.col-sm-4 .same-height-image {
		width: 296px;
  		height: 197px;
  		object-fit: cover;
	}
}
@media screen and (min-width: 1659px) {	
	.col-sm-4 .slide-item-same-height.wide{
  		width: 445px;
  		height: 297px;
	}
	.col-sm-4 .same-height-image.wide{
		width: 445px;
  		height: 297px;
  		object-fit: cover;
	}
}
@media screen and (max-width: 1199px) {
	.col-sm-6 .slide-item-same-height {
  		width: 374px;
  		height: 249px;
	}
	.col-sm-4 .slide-item-same-height {
  		width: 293px;
  		height: 195px;
	}
	.col-sm-6 .slide-item-same-height .compat-object-fit, .col-sm-4 .slide-item-same-height .compat-object-fit {
  		background-size: cover;
  		background-position: center center;
	}
	.col-sm-6 .slide-item-same-height .compat-object-fit .same-height-image, .col-sm-4 .slide-item-same-height .compat-object-fit .same-height-image {
  		opacity: 0;
	}
	.col-sm-6 .same-height-image {
		width: 374px;
  		height: 249px;
  		object-fit: cover;
	}
	.col-sm-4 .same-height-image {
		width: 293px;
  		height: 195px;
  		object-fit: cover;
	}
}
@media screen and (max-width: 991px) {
	.col-sm-6 .slide-item-same-height {
  		width: 251px;
  		height: 167px;
	}
	.col-sm-4 .slide-item-same-height {
  		width: 220px;
  		height: 147px;
	}
	.col-sm-6 .same-height-image {
		width: 251px;
  		height: 167px;
  		object-fit: cover;
	}
	.col-sm-4 .same-height-image {
		width: 220px;
  		height: 147px;
  		object-fit: cover;
	}
}

@media screen and (max-width: 767px) {
	.col-sm-6 .slide-item-same-height, .col-sm-4 .slide-item-same-height {
  		width: 100%;
  		height: auto;
	}
	.col-sm-6 .same-height-image, .col-sm-4 .same-height-image {
		width: 100%;
  		height: auto;
  		object-fit: fill;
	}

	.logo, .header-fixed .logo {
		z-index: 100;
	}
	.navbar {
		margin: 0 0 0;
		padding: 0 0 0;
		position: absolute;
		width: 100%;
		left: 0;
		z-index:10;
	}

}

   
/* ----------------------------------------------------------------------------------- */
/* * - END of item same height ---------------------------------------------------------- */

select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:38px;
}
.select2-container .select2-selection--single {
	height:38px;
}

img.footerlogo {
	max-height: 50px;
}

@media screen and (max-width: 1024px) {
	img.footerlogo {
		max-height: 50px;
	}
}

/**************/
.fancybox-image {
	max-width: 1600px;
	height:auto;
}