body {
	padding: 0;
	margin: 0;
	cursor: default;
	font-weight: 400;
	font-style: normal;
	line-height: 100%;
	font-size: 14px;
	background-color: #FAFAFA
}

.toLeft {
	float: left
}

.toRight {
	float: right
}

.toCenter {
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px
}

.clear {
	clear: both
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

:first-child+html .clearfix,
* html .clearfix {
	zoom: 1
}

* {
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a {
	text-decoration: none;
	border: solid 0px transparent;
	cursor: pointer
}

img {
	border: solid 0px transparent
}

input,
textarea {
	border: 0px solid transparent;
	background: transparent;
	outline: none;
	resize: none
}

button {
	border: none;
	outline: none
}

textarea {
	overflow: hidden
}

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

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

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.toCenter {
	max-width: 1420px;
	position: relative
}

.cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top
}

body {
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	font-family: 'Montserrat'
}

.table {
	display: table;
	width: 100%;
	table-layout: fixed
}

.table .cell {
	display: table-cell;
	vertical-align: middle;
	position: relative
}

.table.top .cell {
	vertical-align: top
}

.table.middle .cell {
	vertical-align: middle
}

body {
	padding: 92px 0 0;
	background-color: #FEFEFE
}

.button {
	display: block;
	cursor: pointer;
	padding: 0;
	width: 100%;
	font: 500 17px/50px 'Montserrat';
	height: 50px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.button.green {
	color: #fff;
	background-color: #3BB575;
	-moz-box-shadow: 0 3px 6px rgba(59, 181, 117, 0);
	-webkit-box-shadow: 0 3px 6px rgba(59, 181, 117, 0);
	box-shadow: 0 3px 6px rgba(59, 181, 117, 0)
}

.button.green:hover {
	-moz-box-shadow: 0 3px 6px rgba(59, 181, 117, 0.4);
	-webkit-box-shadow: 0 3px 6px rgba(59, 181, 117, 0.4);
	box-shadow: 0 3px 6px rgba(59, 181, 117, 0.4)
}

.button.green.outline {
	background-color: #fff;
	border: solid 2px #3BB575;
	color: #3BB575;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

.button.pink {
	color: #fff;
	background-color: #FF4081;
	-moz-box-shadow: 0 3px 6px rgba(255, 64, 129, 0);
	-webkit-box-shadow: 0 3px 6px rgba(255, 64, 129, 0);
	box-shadow: 0 3px 6px rgba(255, 64, 129, 0)
}

.button.pink:hover {
	-moz-box-shadow: 0 3px 6px rgba(255, 64, 129, 0.4);
	-webkit-box-shadow: 0 3px 6px rgba(255, 64, 129, 0.4);
	box-shadow: 0 3px 6px rgba(255, 64, 129, 0.4)
}

.button.pink.outline {
	background-color: #fff;
	border: solid 2px #FF4081;
	color: #FF4081;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

.button.white {
	color: #3BB575;
	background-color: #fff;
	-moz-box-shadow: 0 7px 21px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 7px 21px rgba(0, 0, 0, 0);
	box-shadow: 0 7px 21px rgba(0, 0, 0, 0)
}

.button.white:hover {
	-moz-box-shadow: 0 7px 21px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 7px 21px rgba(0, 0, 0, 0.16);
	box-shadow: 0 7px 21px rgba(0, 0, 0, 0.16)
}

.button.white.outline {
	background-color: #fff;
	border: solid 2px #CBCBCB;
	color: #737373;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 7px 21px rgba(203, 203, 203, 0);
	-webkit-box-shadow: 0 7px 21px rgba(203, 203, 203, 0);
	box-shadow: 0 7px 21px rgba(203, 203, 203, 0)
}

.button.white.outline:hover {
	-moz-box-shadow: 0 7px 21px rgba(203, 203, 203, 0.16);
	-webkit-box-shadow: 0 7px 21px rgba(203, 203, 203, 0.16);
	box-shadow: 0 7px 21px rgba(203, 203, 203, 0.16)
}

input.error {
	border-color: #ff0000
}

input::-webkit-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

input:-ms-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

input::-ms-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

input::placeholder {
	color: #8D8D8D;
	opacity: 1
}

input:-ms-input-placeholder {
	color: #8D8D8D
}

input::-ms-input-placeholder {
	color: #8D8D8D
}

@media only screen and (min-width:1024px) {
	.animate {
		opacity: 0;
		visibility: hidden;
		-ms-transform: translate(0, 300px);
		-webkit-transform: translate(0, 300px);
		transform: translate(0, 300px);
		transition: all cubic-bezier(0.19, 1, 0.22, 1) 1500ms;
		-webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1500ms;
		-moz-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1500ms;
		-o-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1500ms;
		-ms-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1500ms
	}
	.animate.fired {
		opacity: 1;
		visibility: visible;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	.catch {
		position: absolute;
		top: -200px;
		width: 0;
		height: 0
	}
}

@media only screen and (max-width:1023px) {
	.catch {
		display: none
	}
	.blockSubTitle,
	.blockTitle,
	.blogPosts .cols-3 h3,
	.blogPosts .cols-4 h3,
	.blogPosts .highlighted h2,
	.blogPosts .sectionTitle,
	.meta,
	.textContents .blogPosts .cols-3 h3,
	.textContents h1,
	.textContents h2 {
		text-align: center!important
	}
}

* {
	-webkit-appearance: none!important
}

#mainHeader {
	z-index: 9999;
	height: 92px;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background-color: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12)
}

#mainHeader .logo img {
	margin: 10px 0 0;
	height: 68px
}

#mainHeader .logo.loginLogo img {
	margin: 0;
	height: 92px
}

@media only screen and (max-width:639px) {
	#mainHeader .logo.loginLogo img {
		margin-top: 10px;
		max-width: 200px
	}
}

#mainHeader .buttons {
	padding: 21px 0 0;
	font-size: 0
}

#mainHeader .buttons>* {
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	vertical-align: top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

#mainHeader .buttons .reg {
	background-color: #FF4081;
	width: 172px;
	color: #fff;
	text-align: center;
	margin: 0 22px;
	-moz-box-shadow: 0 3px 6px rgba(255, 64, 129, 0);
	-webkit-box-shadow: 0 3px 6px rgba(255, 64, 129, 0);
	box-shadow: 0 3px 6px rgba(255, 64, 129, 0);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

#mainHeader .buttons .reg:hover {
	-moz-box-shadow: 0 3px 6px rgba(255, 64, 129, 0.4);
	-webkit-box-shadow: 0 3px 6px rgba(255, 64, 129, 0.4);
	box-shadow: 0 3px 6px rgba(255, 64, 129, 0.4)
}

@media only screen and (max-width:1439px) {
	#mainHeader .buttons .reg {
		width: 130px
	}
}

#mainHeader .buttons .login {
	background-color: #fff;
	line-height: 44px;
	width: 130px;
	padding: 0 0 0 45px;
	color: #3BB575;
	border: solid 3px #3BB575;
	position: relative;
	-moz-box-shadow: 0 3px 6px rgba(59, 181, 117, 0);
	-webkit-box-shadow: 0 3px 6px rgba(59, 181, 117, 0);
	box-shadow: 0 3px 6px rgba(59, 181, 117, 0);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

#mainHeader .buttons .login:after {
	content: "";
	display: block;
	width: 17px;
	position: absolute;
	height: 20px;
	top: 50%;
	left: 14px;
	background: url(/javax.faces.resource/static/images/user.svg.xhtml) no-repeat center center/17px 20px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

#mainHeader .buttons .login:hover {
	-moz-box-shadow: 0 3px 6px rgba(59, 181, 117, 0.4);
	-webkit-box-shadow: 0 3px 6px rgba(59, 181, 117, 0.4);
	box-shadow: 0 3px 6px rgba(59, 181, 117, 0.4)
}

@media only screen and (max-width:1169px) {
	#mainHeader nav {
		display: none
	}
}

#mainHeader nav>ul {
	padding: 32px 14px 0 0;
	font-size: 0
}

#mainHeader nav>ul>li {
	padding: 0 55px 20px 0;
	display: inline-block;
	position: relative
}

@media only screen and (max-width:1439px) {
	#mainHeader nav>ul>li {
		padding-right: 20px
	}
}

#mainHeader nav>ul>li:last-child {
	padding-right: 0
}

#mainHeader nav>ul>li.dropdown {
	padding-right: 42px
}

#mainHeader nav>ul>li.dropdown>a {
	padding: 0 18px 0 0
}

#mainHeader nav>ul>li.dropdown>a:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 12px;
	height: 8px;
	background: url(/javax.faces.resource/static/images/dropdown.svg.xhtml) no-repeat center center/12px 8px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

@media only screen and (max-width:1439px) {
	#mainHeader nav>ul>li.dropdown {
		padding-right: 20px
	}
}

#mainHeader nav>ul>li:hover ul {
	opacity: 1;
	visibility: visible;
	-ms-transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	transform: translate(0, 40px)
}

#mainHeader nav>ul a {
	font-size: 17px;
	line-height: 21px;
	color: #3B3B3B;
	position: relative;
	display: block
}

#mainHeader nav>ul a.active {
	font-weight: 600
}

#mainHeader nav>ul a.active:after {
	width: 100%
}

#mainHeader nav>ul a:hover:after {
	width: 100%
}

#mainHeader nav>ul a:after {
	content: "";
	display: block;
	width: 0;
	bottom: -6px;
	height: 2px;
	left: 0;
	position: absolute;
	background-color: #3BB575;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

#mainHeader nav>ul ul {
	opacity: 0;
	visibility: hidden;
	width: 250px;
	left: -20px;
	position: absolute;
	top: 0;
	background-color: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-ms-transform: translate(0, 80px);
	-webkit-transform: translate(0, 80px);
	transform: translate(0, 80px)
}

#mainHeader nav>ul ul li {
	padding: 20px
}

#mainHeader nav>ul ul li a {
	display: inline-block
}

#mainHeader .hello {
	position: absolute;
	top: -55px;
	right: 100%;
	display: block;
	width: 500px
}

@media only screen and (max-width:1439px) {
	#mainHeader .hello {
		display: none
	}
}

.mobileMenu {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #fff;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-ms-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	overflow-y: auto
}

@media only screen and (max-width:1169px) {
	.mobileMenu.visible {
		opacity: 1;
		visibility: visible;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.mobileMenu .table {
	height: 100%
}

.mobileMenu nav {
	display: table;
	margin: 0 auto;
	padding: 40px 0
}

.mobileMenu nav .cell>ul>li {
	padding: 15px 0;
	display: table;
	margin: 0 auto;
	position: relative
}

.mobileMenu nav .cell>ul>li.dropdown>a {
	padding: 0 28px 0 0
}

.mobileMenu nav .cell>ul>li.dropdown>a:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 12px;
	height: 8px;
	background: url(/javax.faces.resource/static/images/dropdown.svg.xhtml) no-repeat center center/12px 8px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.mobileMenu nav .cell>ul a {
	font-size: 27px;
	line-height: 41px;
	color: #3B3B3B;
	position: relative;
	display: block
}

.mobileMenu nav .cell>ul a.active {
	font-weight: 600
}

.mobileMenu nav .cell>ul a.active:after {
	width: 100%
}

.mobileMenu nav .cell>ul a:hover:after {
	width: 100%
}

.mobileMenu nav .cell>ul a:after {
	content: "";
	display: block;
	width: 0;
	bottom: -6px;
	height: 2px;
	left: 0;
	position: absolute;
	background-color: #3BB575;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.mobileMenu nav .cell>ul ul {
	display: none
}

.mobileMenu nav .cell>ul ul li {
	padding: 20px 0;
	display: table;
	margin: 0 auto
}

.mobileMenu nav .cell>ul ul li:last-child {
	padding-bottom: 0
}

.mobileMenu nav .cell>ul ul li a {
	line-height: 24px;
	font-size: 20px
}

.mobileMenu .buttons {
	padding: 20px 0;
	font-size: 0;
	display: table;
	margin: 0 auto
}

@media only screen and (max-width:1023px) {
	.mobileMenu .buttons {
		padding-top: 50px
	}
}

.mobileMenu .buttons>* {
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	vertical-align: top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

.mobileMenu .buttons .reg {
	background-color: #FF4081;
	width: 172px;
	color: #fff;
	text-align: center;
	margin: 0 11px;
	-moz-box-shadow: 0 3px 6px rgba(255, 64, 129, 0);
	-webkit-box-shadow: 0 3px 6px rgba(255, 64, 129, 0);
	box-shadow: 0 3px 6px rgba(255, 64, 129, 0);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.mobileMenu .buttons .reg:hover {
	-moz-box-shadow: 0 3px 6px rgba(255, 64, 129, 0.4);
	-webkit-box-shadow: 0 3px 6px rgba(255, 64, 129, 0.4);
	box-shadow: 0 3px 6px rgba(255, 64, 129, 0.4)
}

@media only screen and (max-width:1439px) {
	.mobileMenu .buttons .reg {
		width: 130px
	}
}

.mobileMenu .buttons .login {
	margin: 0 11px;
	background-color: #fff;
	line-height: 44px;
	width: 130px;
	padding: 0 0 0 45px;
	color: #3BB575;
	border: solid 3px #3BB575;
	position: relative;
	-moz-box-shadow: 0 3px 6px rgba(59, 181, 117, 0);
	-webkit-box-shadow: 0 3px 6px rgba(59, 181, 117, 0);
	box-shadow: 0 3px 6px rgba(59, 181, 117, 0);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.mobileMenu .buttons .login:after {
	content: "";
	display: block;
	width: 17px;
	position: absolute;
	height: 20px;
	top: 50%;
	left: 14px;
	background: url(/javax.faces.resource/static/images/user.svg.xhtml) no-repeat center center/17px 20px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.mobileMenu .buttons .login:hover {
	-moz-box-shadow: 0 3px 6px rgba(59, 181, 117, 0.4);
	-webkit-box-shadow: 0 3px 6px rgba(59, 181, 117, 0.4);
	box-shadow: 0 3px 6px rgba(59, 181, 117, 0.4)
}

.mobileNav {
	z-index: 200;
	position: absolute;
	width: 35px;
	height: 30px;
	cursor: pointer;
	right: 20px;
	top: 31px;
	display: none
}

@media only screen and (max-width:1169px) {
	.mobileNav {
		display: block
	}
}

.mobileNav span {
	position: absolute;
	display: block;
	height: 4px;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-transform: rotate(0) translateZ(0);
	-webkit-transform: rotate(0) translateZ(0);
	transform: rotate(0) translateZ(0);
	cursor: pointer;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	background-color: #3B3B3B
}

.mobileNav span:first-child {
	top: 0
}

.mobileNav span:nth-child(2) {
	top: 13px
}

.mobileNav span:nth-child(3) {
	bottom: 0
}

.mobileNav.close {
	right: 20px;
	top: 28px
}

.mobileNav.close span:first-child {
	top: 13px;
	-ms-transform: rotate(45deg) translateZ(0);
	-webkit-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0)
}

.mobileNav.close span:nth-child(2) {
	opacity: 0
}

.mobileNav.close span:nth-child(3) {
	bottom: 13px;
	-ms-transform: rotate(-45deg) translateZ(0);
	-webkit-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0)
}

.blogItems {
	padding: 30px 0 0
}

@media only screen and (max-width:1023px) {
	.blogItems {
		padding-top: 0;
		text-align: center
	}
}

.blogItems .blockSubTitle,
.blogItems .blockTitle {
	text-align: center
}

.blogItems .items {
	padding: 55px 0 50px
}

@media only screen and (max-width:1023px) {
	.blogItems .items {
		padding: 30px 0
	}
}

.blogItems img {
	display: block;
	width: 100%
}

.blogItems .oneItem {
	width: 31%;
	margin: 0 3.5% 0 0
}

.blogItems .oneItem:last-child {
	margin-right: 0
}

@media only screen and (max-width:1023px) {
	.blogItems .oneItem {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
	.blogItems .oneItem:last-child {
		margin-bottom: 0
	}
}

.blogItems .button {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0 35px
}

.blogItems h4 {
	padding: 20px 0 10px;
	font-size: 25px;
	line-height: 34px
}

.blogItems h4 a {
	color: #000
}

.blogItems h4 a:hover {
	text-decoration: underline
}

.blogItems p {
	padding: 20px 0 0;
	font-size: 17px;
	line-height: 30px;
	color: #5A5A5A
}

.blogItems .meta {
	color: #737373;
	font-size: 14px;
	line-height: 16px
}

.blogItems .meta span {
	color: #3BB575;
	font-weight: 500;
	display: inline-block;
	padding: 0 7px 0 0
}

.blogItems a.img {
	opacity: 1;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.blogItems a.img:hover {
	opacity: .8
}

.coloredCards {
	padding: 0 0 70px
}

@media only screen and (max-width:1023px) {
	.coloredCards {
		padding-bottom: 30px
	}
}

.coloredCards .oneCard {
	background-color: #fff;
	width: 31%;
	height: 301px;
	padding: 25px 20px 30px;
	margin: 0 3.5% 0 0;
	border-top: solid 6px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.11)
}

.coloredCards .oneCard:last-child {
	margin-right: 0
}

@media only screen and (max-width:1023px) {
	.coloredCards .oneCard {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		padding: 20px
	}
	.coloredCards .oneCard:last-child {
		margin-bottom: 0
	}
}

.coloredCards .oneCard.pink {
	border-top-color: #FF4081
}

.coloredCards .oneCard.green {
	border-top-color: #3BB575
}

.coloredCards .oneCard.purple {
	border-top-color: #86719E
}

.coloredCards .oneCard p {
	color: #5A5A5A;
	line-height: 30px;
	font-size: 17px
}

.coloredCards .oneCard h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	padding: 0 0 20px
}

.coloredCards .oneCard .txt {
	padding: 0 0 0 20px
}

.coloredCards .oneCard .txt p {
	color: #000;
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 9px
}

.coloredCards .oneCard .txt p b {
	font-weight: 600
}

.coloredCards .oneCard .txt p:last-child {
	padding: 0
}

.coloredCards .oneCard .txt a {
	color: #000
}

.coloredCards .oneCard .txt a:hover {
	text-decoration: underline
}

.coloredCards .oneCard .txt h4 {
	font-weight: 500;
	font-size: 17px;
	line-height: 22px;
	padding: 0 0 14px
}

.coloredCards .img {
	width: 126px
}

@media only screen and (max-width:639px) {
	.coloredCards {
		text-align: center
	}
	.coloredCards .cell {
		width: 100%!important;
		display: block
	}
	.coloredCards .cell.txt {
		padding: 20px 0 0
	}
}

.coloredCards .clearfix {
	padding: 60px 0 0
}

@media only screen and (max-width:1023px) {
	.coloredCards .clearfix {
		padding-top: 30px
	}
}

.coloredCards.centered .oneCard {
	padding: 25px 35px 40px
}

@media only screen and (max-width:1023px) {
	.coloredCards.centered .oneCard {
		padding: 20px
	}
}

.coloredCards.centered .blockSubTitle,
.coloredCards.centered .blockTitle {
	text-align: center
}

.coloredCards .button {
	display: table;
	width: auto;
	margin: 60px auto 0;
	padding: 0 35px
}

@media only screen and (max-width:1023px) {
	.coloredCards .button {
		margin-top: 30px
	}
}

.mainPageStats {
	text-align: center;
	padding: 0 0 95px
}

@media only screen and (max-width:1023px) {
	.mainPageStats {
		padding-bottom: 30px
	}
}

.mainPageStats h2 {
	font-size: 33px;
	line-height: 40px;
	padding: 0 0 35px
}

.mainPageStats .img {
	height: 220px;
	display: table;
	width: auto;
	margin: 0 auto
}

.mainPageStats img {
	max-height: 160px;
	width: auto
}

.mainPageStats .oneBlock {
	width: 31%;
	margin: 0 3.5% 0 0
}

.mainPageStats .oneBlock:last-child {
	margin-right: 0
}

.mainPageStats .oneBlock:last-child img {
	max-height: 210px
}

@media only screen and (max-width:1023px) {
	.mainPageStats .oneBlock {
		width: 100%!important;
		margin: 0 0 40px
	}
	.mainPageStats .oneBlock:last-child {
		margin-bottom: 0
	}
}

.mainPageStats h3 {
	padding: 0 0 10px;
	font-size: 25px;
	line-height: 34px;
	font-weight: 500
}

.mainPageStats p {
	padding: 0 0 30px;
	font-size: 17px;
	line-height: 30px;
	color: #5A5A5A
}

.mainPageStats p a {
	color: #3BB575;
	font-weight: 600
}

.mainPageStats p a:hover {
	text-decoration: underline
}

.mainPageStats .button {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0 25px;
	line-height: 38px;
	height: 40px
}

#hero {
	margin: 0 0 120px;
	position: relative
}

@media only screen and (max-width:1023px) {
	#hero {
		margin: 0 0 30px
	}
}

#hero .table {
	height: 610px
}

@media only screen and (max-width:1023px) {
	#hero .table {
		height: auto;
		display: block;
		width: 100%;
		padding: 30px 0
	}
	#hero .table .cell {
		display: block
	}
}

#hero h2 {
	font-size: 50px;
	line-height: 60px;
	color: #303030;
	font-weight: 500
}

@media only screen and (max-width:1023px) {
	#hero h2 {
		text-align: center
	}
}

#hero p {
	padding: 10px 0 60px;
	font-size: 21px;
	line-height: 40px;
	color: #131313
}

@media only screen and (max-width:1023px) {
	#hero p {
		text-align: center;
		padding-bottom: 30px
	}
}

#hero .alert {
	position: absolute;
	text-align: center;
	left: 0;
	width: 100%;
	bottom: -1px
}

@media only screen and (max-width:1023px) {
	#hero .alert {
		display: none
	}
}

#hero .alert .window {
	padding: 20px 70px;
	background-color: #D7F5EC;
	border: solid 1px #4CA48A;
	-moz-box-shadow: 0 1px 3px rgba(76, 164, 138, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(76, 164, 138, 0.2);
	box-shadow: 0 1px 3px rgba(76, 164, 138, 0.2);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

#hero .alert p {
	padding: 0;
	font-size: 19px;
	line-height: 24px;
	color: #000
}

#hero .alert p a {
	color: #000
}

#hero .alert p a:hover {
	text-decoration: underline
}

#hero .alert p a,
#hero .alert p b {
	font-weight: 500
}

#hero .alert .close {
	position: absolute;
	right: 20px;
	width: 26px;
	top: 50%;
	cursor: pointer;
	opacity: 1;
	height: 26px;
	background: url(/javax.faces.resource/static/images/x2.svg.xhtml) no-repeat center center/26px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

#hero .alert .close:hover {
	opacity: .8
}

#hero .searchForm {
	width: 56%;
	height: 104px;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-right: 210px
}

@media only screen and (max-width:1169px) {
	#hero .searchForm {
		width: 100%
	}
}

@media only screen and (max-width:639px) {
	#hero .searchForm {
		height: auto;
		padding: 10px
	}
}

#hero .searchForm input {
	height: 54px;
	padding-left: 32px
}

#hero .searchForm button {
	width: auto;
	right: 22px;
	padding: 0 73px 0 48px
}

#hero .searchForm button:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 12px;
	background: url() no-repeat center center/15px 12px;
	top: 50%;
	right: 44px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

#hero .searchForm button:hover:after {
	-ms-transform: translate(5px, -50%);
	-webkit-transform: translate(5px, -50%);
	transform: translate(5px, -50%)
}

@media only screen and (max-width:639px) {
	#hero .searchForm button {
		width: 100%
	}
}

.toggleCards {
	padding: 50px 0
}

@media only screen and (max-width:1023px) {
	.toggleCards {
		padding: 0 0 30px
	}
}

.toggleCards .blockTitle {
	text-align: center
}

.toggleCards .toggleHeader {
	padding: 50px 0 10px;
	font-size: 0;
	text-align: center
}

@media only screen and (max-width:1023px) {
	.toggleCards .toggleHeader {
		padding: 0
	}
}

.toggleCards .toggle {
	font-size: 23px;
	line-height: 30px;
	margin: 0 24px;
	display: inline-block;
	color: #737373;
	font-weight: 600;
	cursor: pointer;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

@media only screen and (max-width:1023px) {
	.toggleCards .toggle {
		display: table;
		margin: 15px auto
	}
}

.toggleCards .toggle.active,
.toggleCards .toggle:hover {
	color: #3BB575
}

.toggleCards .toggle:hover {
	text-decoration: underline
}

.toggleCards .hidden {
	display: none
}

.toggleCards .button {
	display: table;
	width: auto;
	margin: 20px auto 10px;
	padding: 0 35px
}

.howItWorks {
	padding: 30px 0 55px;
	text-align: center
}

@media only screen and (max-width:1023px) {
	.howItWorks {
		padding-top: 0;
		padding-bottom: 30px
	}
}

.howItWorks img {
	display: block
}

.howItWorks .text {
	position: relative;
	z-index: 2
}

.howItWorks .col {
	width: 33.333%;
	position: relative;
	padding: 0 5px;
	min-height: 700px
}

@media only screen and (max-width:1023px) {
	.howItWorks .col {
		min-height: auto
	}
}

.howItWorks .col:first-child:before {
	content: "";
	width: 163px;
	height: 50px;
	background: url(/javax.faces.resource/static/images/arrow_big01.svg.xhtml) no-repeat center center/163px 50px;
	position: absolute;
	right: -160px;
	top: 125px;
	z-index: 3
}

@media only screen and (max-width:1169px) {
	.howItWorks .col:first-child:before {
		display: none
	}
}

@media only screen and (max-width:1365px) {
	.howItWorks .col:first-child:before {
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
}

.howItWorks .col:first-child img {
	position: absolute;
	right: 0;
	width: 700px;
	top: 0
}

@media only screen and (max-width:1365px) {
	.howItWorks .col:first-child img {
		right: -30px
	}
}

@media only screen and (max-width:1023px) {
	.howItWorks .col:first-child img {
		display: none
	}
}

.howItWorks .col:first-child .text {
	padding: 110px 0 0;
	color: #fff
}

.howItWorks .col:first-child .text p {
	color: #fff
}

@media only screen and (max-width:1023px) {
	.howItWorks .col:first-child .text {
		color: #000;
		padding: 30px 0 0
	}
	.howItWorks .col:first-child .text p {
		color: #5A5A5A
	}
}

.howItWorks .col:nth-child(2) {
	padding: 100px 0 0
}

@media only screen and (max-width:1023px) {
	.howItWorks .col:nth-child(2) {
		padding: 0
	}
}

.howItWorks .col:nth-child(2) img {
	width: 260px;
	margin: 0 auto
}

@media only screen and (max-width:1023px) {
	.howItWorks .col:nth-child(2) img {
		display: none
	}
}

.howItWorks .col:nth-child(2) .text {
	padding: 50px 0 0
}

@media only screen and (max-width:1023px) {
	.howItWorks .col:nth-child(2) .text {
		padding: 30px 0 0
	}
}

.howItWorks .col:nth-child(2):before {
	content: "";
	width: 224px;
	height: 64px;
	background: url(/javax.faces.resource/static/images/arrow_big02.svg.xhtml) no-repeat center center/224px 64px;
	position: absolute;
	right: -120px;
	bottom: 45px;
	z-index: 3
}

@media only screen and (max-width:1169px) {
	.howItWorks .col:nth-child(2):before {
		display: none
	}
}

@media only screen and (max-width:1365px) {
	.howItWorks .col:nth-child(2):before {
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
}

.howItWorks .col:nth-child(3) img {
	width: 100%;
	margin: 0 auto
}

@media only screen and (max-width:1023px) {
	.howItWorks .col:nth-child(3) img {
		width: 300px
	}
}

.howItWorks .col:nth-child(3) .text {
	padding: 130px 0 70px
}

@media only screen and (max-width:1023px) {
	.howItWorks .col:nth-child(3) .text {
		padding: 30px 0
	}
}

@media only screen and (max-width:1023px) {
	.howItWorks .col {
		width: 100%!important
	}
}

.howItWorks .step {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	padding: 0 0 15px
}

.howItWorks p {
	color: #5A5A5A;
	font-size: 17px;
	line-height: 30px
}

.loginWindow {
	max-width: 438px;
	margin: 36px auto 130px;
	padding: 0 0 22px;
	background-color: #fff;
	border: solid 1px #CFCFCF;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

.loginWindow .windowTitle {
	border-bottom: solid 1px rgba(112, 112, 112, 0.6);
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	padding: 30px 0
}

.loginWindow .logins {
	padding: 40px 0 33px
}

.loginWindow .logins a {
	display: block;
	height: 50px;
	padding: 16px 0 0 52px;
	font-size: 17px;
	line-height: 18px;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.loginWindow .logins a:before {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.loginWindow .logins a.facebook {
	background-color: #3B5998;
	color: #fff;
	margin: 0 0 16px;
	-moz-box-shadow: 0 3px 6px rgba(59, 89, 153, 0);
	-webkit-box-shadow: 0 3px 6px rgba(59, 89, 153, 0);
	box-shadow: 0 3px 6px rgba(59, 89, 153, 0)
}

.loginWindow .logins a.facebook:hover {
	-moz-box-shadow: 0 3px 6px rgba(59, 89, 153, 0.4);
	-webkit-box-shadow: 0 3px 6px rgba(59, 89, 153, 0.4);
	box-shadow: 0 3px 6px rgba(59, 89, 153, 0.4)
}

.loginWindow .logins a.facebook:before {
	width: 25px;
	height: 23px;
	background: url(/javax.faces.resource/static/images/facebook.svg.xhtml) no-repeat center center/25px 23px
}

.loginWindow .logins a.google {
	background-color: #fff;
	color: #000;
	border: solid 2px #518EF8;
	line-height: 16px;
	-moz-box-shadow: 0 3px 6px rgba(101, 155, 236, 0);
	-webkit-box-shadow: 0 3px 6px rgba(101, 155, 236, 0);
	box-shadow: 0 3px 6px rgba(101, 155, 236, 0)
}

.loginWindow .logins a.google:hover {
	-moz-box-shadow: 0 3px 6px rgba(101, 155, 236, 0.4);
	-webkit-box-shadow: 0 3px 6px rgba(101, 155, 236, 0.4);
	box-shadow: 0 3px 6px rgba(101, 155, 236, 0.4)
}

.loginWindow .logins a.google:before {
	width: 21px;
	height: 21px;
	background: url(/javax.faces.resource/static/images/google.svg.xhtml) no-repeat center center/21px 21px
}

.loginWindow .actions {
	padding: 0 60px
}

@media only screen and (max-width:1023px) {
	.loginWindow .actions {
		padding: 0 20px
	}
}

.loginWindow .forgot,
.loginWindow .formTitle {
	text-align: center;
	font-size: 17px;
	line-height: 21px;
	padding: 0 0 20px
}

.loginWindow input {
	display: block;
	width: 100%;
	height: 50px;
	color: #000;
	border: solid 1px #CFCFCF;
	background-color: #fff;
	font: 500 17px 'Montserrat';
	margin: 0 0 20px;
	padding: 0 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms;
	-moz-box-shadow: 0 0 3px rgba(255, 0, 0, 0);
	-webkit-box-shadow: 0 0 3px rgba(255, 0, 0, 0);
	box-shadow: 0 0 3px rgba(255, 0, 0, 0)
}

.loginWindow input.error {
	border-color: #FF0000!important;
	-moz-box-shadow: 0 0 6px rgba(255, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 6px rgba(255, 0, 0, 0.5);
	box-shadow: 0 0 6px rgba(255, 0, 0, 0.5)
}

.loginWindow input::-webkit-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

.loginWindow input:-ms-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

.loginWindow input::-ms-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

.loginWindow input::placeholder {
	color: #8D8D8D;
	opacity: 1
}

.loginWindow input:-ms-input-placeholder {
	color: #8D8D8D
}

.loginWindow input::-ms-input-placeholder {
	color: #8D8D8D
}

.loginWindow input:focus {
	border-color: #000
}

.loginWindow .button {
	margin: 0 0 15px
}

.loginWindow .forgot {
	padding: 0;
	color: #8D8D8D;
	display: table;
	margin: 0 auto 20px
}

.loginWindow .forgot:hover {
	text-decoration: underline
}

.loginWindow .register {
	padding: 20px 0 0;
	border-top: solid 1px rgba(112, 112, 112, 0.6);
	text-align: center;
	font-size: 17px;
	line-height: 21px
}

.loginWindow .register a {
	color: #FF4081
}

.loginWindow .register a:hover {
	text-decoration: underline
}

.chooseWindows {
	max-width: 1035px;
	margin: 68px auto 130px
}

@media only screen and (max-width:1023px) {
	.chooseWindows>.table>.cell {
		display: block;
		width: 100%
	}
}

.chooseWindows .window {
	width: 410px;
	padding: 50px 0 184px;
	background-color: #fff;
	border: solid 1px #CFCFCF;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

@media only screen and (max-width:639px) {
	.chooseWindows .window {
		padding: 20px 0
	}
}

.chooseWindows .window.green {
	background-color: #3BB575;
	border: 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0
}

.chooseWindows .window.green .texts {
	padding: 0 0 0 17px
}

.chooseWindows .window.green .texts h3,
.chooseWindows .window.green .texts h4 {
	color: #fff
}

.chooseWindows .window.green ul {
	padding-top: 88px
}

@media only screen and (max-width:1023px) {
	.chooseWindows .window.green ul {
		padding: 30px
	}
}

.chooseWindows .window.green ul li {
	color: #fff
}

.chooseWindows .window.green ul li:before {
	background-image: url(/javax.faces.resource/static/images/check_white.svg.xhtml)
}

.chooseWindows .window .table {
	width: auto;
	margin: 0 auto
}

.chooseWindows .space {
	width: 94px
}

@media only screen and (max-width:1023px) {
	.chooseWindows .space {
		height: 20px
	}
}

@media only screen and (max-width:639px) {
	.chooseWindows .image,
	.chooseWindows .texts {
		display: block;
		width: 100%;
		text-align: center;
		padding-left: 0!important
	}
	.chooseWindows .image {
		padding-bottom: 20px
	}
}

.chooseWindows .texts {
	padding: 0 0 0 27px
}

.chooseWindows .texts h3 {
	font-size: 28px;
	line-height: 34px
}

.chooseWindows .texts h4 {
	font-size: 18px;
	line-height: 21px;
	color: #5A5A5A;
	padding: 0 0 6px
}

.chooseWindows ul {
	padding: 126px 82px 0
}

@media only screen and (max-width:639px) {
	.chooseWindows ul {
		padding: 30px
	}
}

.chooseWindows ul li {
	position: relative;
	font-size: 22px;
	line-height: 26px;
	color: #000;
	padding: 0 0 0 28px;
	margin: 0 0 36px
}

@media only screen and (max-width:639px) {
	.chooseWindows ul li {
		font-size: 18px
	}
}

.chooseWindows ul li:before {
	content: "";
	width: 25px;
	height: 19px;
	position: absolute;
	left: -10px;
	top: -50%;
	background: url(/javax.faces.resource/static/images/check_green.svg.xhtml) no-repeat center center/25px 19px;
	-ms-transform: translate(0, 85%);
	-webkit-transform: translate(0, 85%);
	transform: translate(0, 85%)
}

.chooseWindows .footer {
	position: absolute;
	width: 100%;
	height: 128px;
	left: 0;
	bottom: 0;
	padding: 0 82px
}

@media only screen and (max-width:639px) {
	.chooseWindows .footer {
		position: relative;
		height: auto;
		padding: 0 20px
	}
}

.chooseWindows .footer .button {
	line-height: 60px;
	height: 60px;
	font-size: 20px
}

.chooseWindows .chooseFooter {
	padding: 50px 0 0;
	text-align: center
}

.chooseWindows .chooseFooter h3 {
	font-size: 27px;
	line-height: 34px;
	padding: 0 0 20px;
	font-weight: 500
}

.chooseWindows .chooseFooter p {
	font-size: 21px;
	line-height: 24px
}

.chooseWindows .chooseFooter p a {
	color: #3BB575
}

.chooseWindows .chooseFooter p a:hover {
	text-decoration: underline
}

.regWindow {
	max-width: 815px;
	margin: 40px auto 130px;
	padding: 0 0 15px;
	background-color: #fff;
	border: solid 1px #CFCFCF;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

.regWindow .top {
	padding: 24px 65px 36px;
	border-bottom: solid 1px rgba(112, 112, 112, 0.6)
}

@media only screen and (max-width:1023px) {
	.regWindow .top {
		padding: 20px
	}
}

.regWindow .top h3 {
	font-size: 25px;
	line-height: 34px;
	font-weight: 500;
	padding: 0 0 17px
}

.regWindow .top p {
	font-size: 17px;
	line-height: 21px;
	font-weight: 500;
	color: #8D8D8D
}

.regWindow .top p a {
	color: #3BB575
}

.regWindow .top p a:hover {
	text-decoration: underline
}

.regWindow .formBody {
	padding: 30px 65px 36px
}

@media only screen and (max-width:1023px) {
	.regWindow .formBody {
		padding: 20px
	}
}

.regWindow label {
	font-size: 17px;
	line-height: 21px;
	min-height: 21px;
	font-weight: 500;
	color: #8D8D8D;
	display: block;
	margin: 0 0 13px
}

@media only screen and (max-width:1023px) {
	.regWindow label.empty {
		display: none
	}
}

.regWindow input {
	display: block;
	width: 100%;
	height: 50px;
	border: solid 1px #CFCFCF;
	padding: 0 16px;
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 40px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms;
	-moz-box-shadow: 0 0 3px rgba(255, 0, 0, 0);
	-webkit-box-shadow: 0 0 3px rgba(255, 0, 0, 0);
	box-shadow: 0 0 3px rgba(255, 0, 0, 0)
}

.regWindow input.error {
	border-color: #FF0000!important;
	-moz-box-shadow: 0 0 6px rgba(255, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 6px rgba(255, 0, 0, 0.5);
	box-shadow: 0 0 6px rgba(255, 0, 0, 0.5)
}

.regWindow input:focus {
	border-color: #000
}

.regWindow input:disabled {
	background-color: #ECECEC
}

.regWindow input+input {
	margin: -8px 0 32px
}

.regWindow .col {
	width: 320px
}

@media only screen and (max-width:1023px) {
	.regWindow .col {
		width: 100%
	}
}

.regWindow .footer {
	padding: 44px 0 0
}

.regWindow .footer p {
	font-size: 17px;
	line-height: 21px
}

.regWindow .footer p a {
	color: #3BB575
}

.regWindow .footer p a:hover {
	text-decoration: underline
}

.adminHeader {
  padding: 30px 0 30px;
	text-align: center;
  background-color: #FF4081;
  color: white;
  font-size: 30px;
}

.purpleHeader {
	padding: 60px 0 50px;
	text-align: center;
	background-color: #9c80bb;
	background: -webkit-linear-gradient(left, #9c80bb, #86719e);
	background: -o-linear-gradient(left, #9c80bb, #86719e);
	background: -moz-linear-gradient(left, #9c80bb, #86719e);
	background: -webkit-gradient(linear, left top, right top, from(#9c80bb), to(#86719e));
	background: linear-gradient(left, #9c80bb, #86719e)
}

.purpleHeader .toCenter:not(.maxWidth) {
	max-width: 814px
}

@media only screen and (max-width:1023px) {
	.purpleHeader {
		padding: 30px 0
	}
}

.purpleHeader h1 {
	font-size: 50px;
	line-height: 68px;
	color: #fff;
	font-weight: 600
}

@media only screen and (max-width:1023px) {
	.purpleHeader h1 {
		font-size: 40px;
		line-height: 54px
	}
}

.purpleHeader p {
	padding: 15px 0 0;
	font-size: 21px;
	line-height: 27px;
	color: #fff
}

.purpleHeader .searchForm {
	margin: 53px 0 0
}

@media only screen and (max-width:1023px) {
	.purpleHeader .searchForm {
		margin-top: 30px
	}
}

.purpleHeader .bigButtons {
	display: table;
	margin: 55px auto 0;
	font-size: 0
}

@media only screen and (max-width:1023px) {
	.purpleHeader .bigButtons {
		margin: 30px auto 0
	}
}

.purpleHeader .bigButton {
	line-height: 74px;
	border: solid 2px #fff;
	width: 154px;
	font-size: 19px;
	font-weight: 600;
	text-align: center;
	margin: 0 10px;
	color: #fff;
	display: inline-block;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-webkit-border-radius: 40px;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.purpleHeader .bigButton.active,
.purpleHeader .bigButton:hover {
	background-color: #fff;
	color: #000
}

.purpleHeader .bigButton.active {
	-moz-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.16);
	box-shadow: 0 7px 11px rgba(0, 0, 0, 0.16)
}

@media only screen and (max-width:1023px) {
	.purpleHeader .bigButton {
		margin: 10px;
		width: 200px
	}
}

.purpleHeader .add {
	position: absolute;
	bottom: -98px;
	right: 101px;
	z-index: 10
}

@media only screen and (max-width:1439px) {
	.purpleHeader .add {
		right: 120px
	}
}

@media only screen and (max-width:1023px) {
	.purpleHeader .add {
		display: none
	}
}

.purpleHeader .add a {
	width: 98px;
	height: 98px;
	display: block;
	background: #3BB575 url(/javax.faces.resource/static/images/plus.svg.xhtml) no-repeat center center/38px;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
	-ms-transform: scale(1) rotate(0);
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0)
}

.purpleHeader .add a:hover {
	-moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
	-ms-transform: scale(0.9) rotate(90deg);
	-webkit-transform: scale(0.9) rotate(90deg);
	transform: scale(0.9) rotate(90deg)
}

.purpleHeader .add span {
	position: absolute;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	top: -45px;
	right: -125px;
	font-weight: 600
}

.purpleHeader .add span:after {
	content: "";
	position: absolute;
	top: 5px;
	left: -60px;
	width: 55px;
	height: 42px;
	display: block;
	opacity: 1;
	background: url(/javax.faces.resource/static/images/arrow_job.svg.xhtml) no-repeat center center/cover
}

.searchForm {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 13px 180px 13px 40px;
	display: block;
	height: 85px;
	border: solid 1px transparent;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 9px 68px rgba(44, 44, 44, 0.16);
	-webkit-box-shadow: 0 9px 68px rgba(44, 44, 44, 0.16);
	box-shadow: 0 9px 68px rgba(44, 44, 44, 0.16);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

@media only screen and (max-width:639px) {
	.searchForm {
		height: auto;
		padding: 10px
	}
}

.searchForm.error {
	border-color: #FF0000
}

.searchForm:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 25px;
	top: 50%;
	background: url(/javax.faces.resource/static/images/search_icon.svg.xhtml) no-repeat center center/20px 20px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

@media only screen and (max-width:639px) {
	.searchForm:before {
		display: none
	}
}

.searchForm .button {
	width: 148px;
	height: 58px;
	line-height: 58px;
	position: absolute;
	top: 50%;
	right: 13px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

@media only screen and (max-width:639px) {
	.searchForm .button {
		top: auto;
		bottom: 0;
		width: 100%;
		right: auto;
		left: 0;
		position: relative;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.searchForm input {
	display: block;
	width: 100%;
	height: 58px;
	font: 20px 'Montserrat';
	padding: 0 20px
}

.searchForm input::-webkit-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

.searchForm input:-ms-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

.searchForm input::-ms-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

.searchForm input::placeholder {
	color: #8D8D8D;
	opacity: 1
}

.searchForm input:-ms-input-placeholder {
	color: #8D8D8D
}

.searchForm input::-ms-input-placeholder {
	color: #8D8D8D
}

@media only screen and (max-width:639px) {
	.searchForm input {
		margin: 0 0 10px;
		text-align: center;
		font-size: 17px;
		padding: 0 10px
	}
}

.searchForm.withBorder {
	border-color: #000!important
}

.faqBlock {
	max-width: 915px;
	margin: 0 auto;
	padding: 80px 0
}

@media only screen and (max-width:1023px) {
	.faqBlock {
		padding: 30px 0
	}
}

.faqBlock .oneBlock {
	background-color: #fff;
	padding: 40px 60px 50px;
	margin: 0 0 50px;
	border-top: solid 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0
}

@media only screen and (max-width:1023px) {
	.faqBlock .oneBlock {
		padding: 20px;
		margin: 0 0 20px
	}
}

.faqBlock .oneBlock.green {
	border-top-color: #3BB575
}

.faqBlock .oneBlock.pink {
	border-top-color: #FF4081
}

.faqBlock .oneBlock.purple {
	border-top-color: #86719E
}

.faqBlock h3 {
	font-size: 27px;
	line-height: 34px;
	padding: 0 0 28px
}

.faqBlock p {
	font-size: 17px;
	line-height: 28px;
	color: #5A5A5A
}

.pagination {
	display: table;
	margin: 0 auto;
	font-size: 0;
	text-align: center
}

@media only screen and (max-width:1023px) {
	.pagination {
		padding-top: 10px
	}
}

.pagination li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top
}

.pagination li.active a {
	color: #6A6A6A;
	border-color: #6A6A6A
}

@media only screen and (max-width:1023px) {
	.pagination li {
		margin: 0 5px
	}
}

.pagination a {
	width: 70px;
	height: 70px;
	border: solid 2px #B7B7B7;
	font-size: 21px;
	color: #979797;
	display: block;
	line-height: 66px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.pagination a:hover {
	color: #6A6A6A;
	border-color: #6A6A6A
}

@media only screen and (max-width:1023px) {
	.pagination a {
		width: 40px;
		height: 40px;
		line-height: 36px;
		font-size: 17px
	}
}

.pagination img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	margin: 0 0 0 -2px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media only screen and (max-width:1023px) {
	.pagination img {
		width: 8px
	}
}

.jobBlocks {
	max-width: 915px;
	margin: 0 auto;
	padding: 80px 0
}

@media only screen and (max-width:1023px) {
	.jobBlocks {
		padding: 30px 0
	}
}

.jobBlocks .oneBlock {
	background-color: #fff;
	padding: 35px 35px 40px 54px;
	border: solid 1px #CFCFCF;
	margin: 0 0 56px;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.11)
}

@media only screen and (max-width:1023px) {
	.jobBlocks .oneBlock {
		padding: 20px;
		margin: 0 0 20px
	}
}

.jobBlocks p {
	color: #707070;
	font-size: 16px;
	line-height: 23px;
	padding: 30px 0 20px
}

.jobBlocks .meta {
	padding: 6px 0 20px;
	font-size: 17px;
	line-height: 31px;
	border-bottom: solid 1px rgba(112, 112, 112, 0.46)
}

.jobBlocks .meta span {
	display: inline-block;
	padding: 0 20px 0 0;
	color: #3BB575;
	font-size: 19px
}

.jobBlocks .more {
	display: table;
	color: #3BB575;
	margin: 0 0 0 auto;
	font-size: 17px;
	line-height: 21px;
	font-weight: 600
}

.jobBlocks .more:hover {
	text-decoration: underline
}

.jobBlocks .table {
	table-layout: unset
}

.jobBlocks .name {
	font-weight: 700;
	font-size: 21px;
	line-height: 26px;
	width: 100%
}

.jobBlocks .name a {
	color: #000
}

.jobBlocks .name a:hover {
	text-decoration: underline
}

.jobBlocks .location {
	width: auto
}

.jobBlocks .location span {
	display: block;
	font-size: 17px;
	line-height: 32px;
	font-weight: 600;
	border: solid 1px #C4C4C4;
	padding: 0 15px 0 35px;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

.jobBlocks .location span:before {
	content: "";
	width: 11px;
	height: 15px;
	position: absolute;
	left: 14px;
	top: 50%;
	background: url(/javax.faces.resource/static/images/green_pin.svg.xhtml) no-repeat center center/cover;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

@media only screen and (max-width:1023px) {
	.jobBlocks .table .cell {
		display: block;
		width: 100%!important
	}
	.jobBlocks .table .cell.location {
		margin: 20px 0 10px;
		text-align: center
	}
}

.contactBlock {
	position: relative
}

.contactBlock img {
	display: block
}

.contactBlock img.topDecor {
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0
}

@media only screen and (max-width:1439px) {
	.contactBlock img.topDecor {
		left: -260px
	}
}

@media only screen and (max-width:1023px) {
	.contactBlock img.topDecor {
		display: none
	}
}

.contactBlock h2,
.contactBlock h3 {
	text-align: center;
	color: #fff
}

@media only screen and (max-width:1023px) {
	.contactBlock h2,
	.contactBlock h3 {
		color: #000
	}
}

.contactBlock h2 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	padding: 105px 0 15px
}

@media only screen and (max-width:1023px) {
	.contactBlock h2 {
		padding-top: 30px
	}
}

.contactBlock h3 {
	font-size: 21px;
	line-height: 26px
}

.contactBlock .theForm {
	padding: 390px 0 70px
}

@media only screen and (max-width:1023px) {
	.contactBlock .theForm {
		padding: 30px 0
	}
}

.contactBlock .theForm .toCenter {
	max-width: 1156px
}

.contactBlock .left {
	width: 44%;
	padding: 65px 20px 0 0
}

@media only screen and (max-width:1023px) {
	.contactBlock .left {
		width: 100%;
		text-align: center;
		padding: 0 0 30px
	}
}

.contactBlock .left h3 {
	text-align: left;
	color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding: 0 0 14px
}

@media only screen and (max-width:1023px) {
	.contactBlock .left h3 {
		text-align: center
	}
}

.contactBlock .left p {
	font-size: 22px;
	line-height: 28px;
	padding: 0 0 43px
}

@media only screen and (max-width:1023px) {
	.contactBlock .left p {
		padding: 0 0 30px
	}
}

.contactBlock .left p a {
	color: #000
}

.contactBlock .left p a:hover {
	text-decoration: underline
}

.contactBlock .left .socials {
	padding: 10px 0 0;
	font-size: 0
}

.contactBlock .left .socials a {
	margin: 0 16px 0 0;
	display: inline-block;
	opacity: 1;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.contactBlock .left .socials a:last-child {
	margin-right: 0
}

.contactBlock .left .socials a:hover {
	opacity: .8
}

.contactBlock .left .socials img {
	max-width: 28px
}

.contactBlock .right {
	padding: 65px;
	width: 56%;
	background-color: #fff;
	border: solid 1px #C7C7C7;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

@media only screen and (max-width:1023px) {
	.contactBlock .right {
		width: 100%;
		padding: 20px
	}
}

.contactBlock .right h3 {
	text-align: center;
	color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding: 0 0 30px
}

.contactBlock .right label {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	margin: 0 0 10px
}

.contactBlock .right input,
.contactBlock .right textarea {
	display: block;
	width: 100%;
	height: 78px;
	font: 600 19px 'Montserrat';
	padding: 0 20px;
	color: #000;
	margin: 0 0 22px;
	background-color: #F6F6F6;
	border: solid 1px #A8A8A8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

.contactBlock .right input::-webkit-input-placeholder,
.contactBlock .right textarea::-webkit-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

.contactBlock .right input:-ms-input-placeholder,
.contactBlock .right textarea:-ms-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

.contactBlock .right input::-ms-input-placeholder,
.contactBlock .right textarea::-ms-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

.contactBlock .right input::placeholder,
.contactBlock .right textarea::placeholder {
	color: #8D8D8D;
	opacity: 1
}

.contactBlock .right input:-ms-input-placeholder,
.contactBlock .right textarea:-ms-input-placeholder {
	color: #8D8D8D
}

.contactBlock .right input::-ms-input-placeholder,
.contactBlock .right textarea::-ms-input-placeholder {
	color: #8D8D8D
}

@media only screen and (max-width:1023px) {
	.contactBlock .right input,
	.contactBlock .right textarea {
		height: 60px
	}
}

.contactBlock .right input:focus,
.contactBlock .right textarea:focus {
	border-color: #000
}

.contactBlock .right textarea {
	height: 196px;
	padding-top: 22px;
	padding-bottom: 22px;
	margin-bottom: 34px
}

.contactBlock .right .button {
	line-height: 78px;
	height: 78px
}

@media only screen and (max-width:1023px) {
	.contactBlock .right .button {
		line-height: 65px;
		height: 65px
	}
}

.subpageHero {
	position: relative;
	padding: 115px 0
}

@media only screen and (max-width:1023px) {
	.subpageHero {
		padding: 30px 0
	}
}

.subpageHero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	background-color: #3bb575;
	background: -webkit-linear-gradient(left, #3bb575, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(left, #3bb575, rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(left, #3bb575, rgba(255, 255, 255, 0));
	background: -webkit-gradient(linear, left top, right top, from(#3bb575), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(left, #3bb575, rgba(255, 255, 255, 0))
}

.subpageHero h2 {
	color: #fff;
	font-size: 52px;
	line-height: 68px;
	font-weight: 600;
	padding: 0 0 40px
}

@media only screen and (max-width:1023px) {
	.subpageHero h2 {
		font-size: 40px;
		line-height: 50px;
		padding: 0 0 20px
	}
}

.subpageHero p {
	color: #fff;
	font-size: 17px;
	line-height: 28px
}

.textContents {
	padding: 90px 0 0
}

@media only screen and (max-width:1023px) {
	.textContents {
		padding: 30px 0 0
	}
}

.textContents h1,
.textContents h2 {
	font-size: 33px;
	line-height: 46px;
	padding: 0 0 5px
}

.textContents h1.largerPadding,
.textContents h2.largerPadding {
	padding-bottom: 40px
}

.textContents h3 {
	font-size: 21px;
	line-height: 26px;
	color: #AEAEAE
}

.textContents h4 {
	font-size: 20px;
	line-height: 25px;
	padding: 22px 0 25px
}

.textContents p {
	font-size: 17px;
	line-height: 28px;
	color: #5A5A5A;
	padding: 0 0 30px
}

.textContents b,
.textContents strong {
	font-weight: 600
}

.textContents em,
.textContents i {
	font-style: italic
}

.textContents .cols .col {
	width: 50%
}

.textContents .cols .col:first-child {
	padding: 0 27px 0 0
}

@media only screen and (max-width:1023px) {
	.textContents .cols .col:first-child {
		padding: 0 0 20px
	}
}

.textContents .cols .col:last-child {
	padding: 0 0 0 27px
}

@media only screen and (max-width:1023px) {
	.textContents .cols .col:last-child {
		padding: 0
	}
}

@media only screen and (max-width:1023px) {
	.textContents .cols .col {
		width: 100%
	}
}

.textContents img {
	display: block;
	max-width: 100%
}

@media only screen and (max-width:1023px) {
	.textContents img {
		width: 100%
	}
}

.textContents .cols {
	padding: 0 0 60px
}

@media only screen and (max-width:1023px) {
	.textContents .cols {
		padding: 0 0 30px
	}
}

.textContents .subTitle {
	padding: 0 0 60px
}

@media only screen and (max-width:1023px) {
	.textContents .subTitle {
		padding: 0 0 30px
	}
}

.textContents .boxes {
	padding: 40px 0 80px
}

@media only screen and (max-width:1023px) {
	.textContents .boxes {
		padding: 30px 0
	}
}

.textContents .boxes .box {
	width: 31%;
	text-align: center;
	margin: 0 3.5% 0 0;
	padding: 45px 34px 55px;
	background-color: #fff;
	border: solid 1px #CFCFCF;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px
}

.textContents .boxes .box:last-child {
	margin-right: 0
}

@media only screen and (max-width:1023px) {
	.textContents .boxes .box {
		width: 100%;
		margin: 0 0 20px
	}
	.textContents .boxes .box:last-child {
		margin-bottom: 0
	}
}

.textContents .boxes .title {
	font-size: 21px;
	line-height: 26px;
	font-weight: 600;
	padding: 0 0 25px
}

.textContents .boxes .button {
	margin: 0 auto;
	height: 58px;
	line-height: 56px;
	max-width: 173px
}

.textContents .greenLine {
	padding: 70px 0 5px;
	margin: 0;
	background-color: #3BB575;
	color: #fff
}

@media only screen and (max-width:1023px) {
	.textContents .greenLine {
		padding: 30px 0 10px
	}
	.textContents .greenLine .col {
		padding-bottom: 0!important
	}
	.textContents .greenLine .cols {
		padding-bottom: 0!important
	}
}

.textContents .greenLine p {
	color: #fff
}

@media only screen and (max-width:1023px) {
	.textContents .greenLine p {
		padding: 0 0 20px
	}
}

.textContents .greenLine h2 {
	padding-bottom: 50px
}

@media only screen and (max-width:1023px) {
	.textContents .greenLine h2 {
		padding-bottom: 20px
	}
}

.textContents .blogPosts {
	padding-top: 10px;
	padding-bottom: 20px
}

.textContents .blogPosts .more {
	color: #3BB575;
	font-size: 17px;
	line-height: 21px
}

.textContents .blogPosts .more:hover {
	text-decoration: underline
}

.textContents .blogPosts .cols-3 h3 {
	padding-top: 30px
}

.textContents .blogPosts .cols-3 p {
	padding: 10px 0 12px
}

.textContents .ctaBlock {
	padding: 40px 0;
	text-align: center;
	margin: 0 0 90px;
	border-top: solid 1px rgba(112, 112, 112, 0.61);
	border-bottom: solid 1px rgba(112, 112, 112, 0.61)
}

.textContents .ctaBlock p {
	padding: 20px 0 40px;
	color: #AEAEAE;
	font-size: 21px
}

.textContents .ctaBlock .button {
	font-size: 18px;
	line-height: 56px;
	height: 58px;
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0 35px
}

.textContents .quote {
	border-top: solid 1px rgba(112, 112, 112, 0.61);
	border-bottom: solid 1px rgba(112, 112, 112, 0.61);
	position: relative;
	padding: 90px 0 45px;
	text-align: center;
	margin: 0 0 100px
}

.textContents .quote .image {
	position: absolute;
	width: 135px;
	height: 135px;
	border: solid 2px #3BB575;
	background-color: #fff;
	top: -67px;
	left: 50%;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.textContents .quote .image img {
	width: 115px;
	height: 115px;
	margin: 9px auto 0;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-border-radius: 100%
}

.textContents .quote p {
	max-width: 730px;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative
}

.textContents .quote p:before {
	content: "";
	width: 33px;
	height: 28px;
	background: url(/javax.faces.resource/static/images/two-quotes.svg.xhtml) no-repeat center center/100% 100%;
	position: absolute;
	top: -33px;
	left: -100px
}

.textContents .quote .name {
	font-weight: 600;
	font-size: 17px;
	line-height: 21px
}

.textContents .quoteSlider {
	margin: 0 0 230px;
	position: relative;
	padding: 60px 0 0
}

@media only screen and (max-width:1023px) {
	.textContents .quoteSlider {
		margin-bottom: 190px;
		padding-top: 0
	}
}

.textContents .quoteSlider .oneSlide {
	padding: 0 85px 60px 65px;
	background-color: #F1F1F1;
	margin: 0 0 85px
}

@media only screen and (max-width:1365px) {
	.textContents .quoteSlider .oneSlide {
		margin-bottom: 0
	}
}

@media only screen and (max-width:1023px) {
	.textContents .quoteSlider .oneSlide {
		padding: 20px
	}
}

.textContents .quoteSlider .cols {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.textContents .quoteSlider .cols .col:first-child {
	padding-right: 30px
}

.textContents .quoteSlider .col.text {
	padding-top: 70px
}

@media only screen and (max-width:1023px) {
	.textContents .quoteSlider .col.text {
		padding: 20px 0
	}
}

.textContents .quoteSlider .col.image {
	padding-top: 85px
}

@media only screen and (max-width:1023px) {
	.textContents .quoteSlider .col.image {
		padding: 0
	}
}

.textContents .quoteSlider .col.image img {
	position: relative;
	margin: 0 0 -145px
}

@media only screen and (max-width:1365px) {
	.textContents .quoteSlider .col.image img {
		margin-bottom: 0
	}
}

.textContents .quoteSlider .title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 500;
	padding: 0 0 30px
}

.textContents .quoteSlider .slick-arrow {
	position: absolute;
	bottom: 60px;
	padding: 0;
	margin: 0;
	width: 57px;
	height: 57px;
	text-indent: -9999px;
	opacity: 1;
	cursor: pointer;
	z-index: 10;
	background-color: #3BB575;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px 30px
}

@media only screen and (max-width:1365px) {
	.textContents .quoteSlider .slick-arrow {
		bottom: -25px
	}
}

@media only screen and (max-width:1023px) {
	.textContents .quoteSlider .slick-arrow {
		bottom: -75px
	}
}

.textContents .quoteSlider .slick-arrow.slick-prev {
	left: 60px;
	background-image: url(/javax.faces.resource/static/images/chevron-left.svg.xhtml)
}

.textContents .quoteSlider .slick-arrow.slick-next {
	left: 150px;
	background-image: url(/javax.faces.resource/static/images/chevron-right.svg.xhtml)
}

@media only screen and (max-width:1023px) {
	.textContents .quoteSlider .slick-arrow.slick-prev {
		left: 50%;
		margin: 0 0 0 -50px;
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
	.textContents .quoteSlider .slick-arrow.slick-next {
		left: 50%;
		margin: 0 0 0 50px;
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

.textContents .quoteSlider .slick-arrow:hover {
	opacity: .8
}

.textContents .quoteSlider p:last-child {
	padding-bottom: 0
}

.searchPage .blockTitle {
	font-size: 29px;
	line-height: 44px
}

.searchPage .blockTitle.topPadding {
	padding-top: 42px
}

@media only screen and (max-width:1023px) {
	.searchPage .blockTitle.topPadding {
		padding: 0
	}
}

.searchPage .blockTitle span {
	color: #6A6A6A
}

.searchPage .blockSubTitle {
	font-size: 21px;
	line-height: 26px;
	padding: 5px 0 0;
	color: #AEAEAE
}

.searchPage .blockSubTitle span {
	color: #000
}

.searchPage img {
	display: block;
	width: 100%
}

.searchSum {
	padding: 10px 0 15px;
	font-size: 17px;
	line-height: 22px
}

.searchSum span {
	color: #6A6A6A
}

.searchSum b {
	font-weight: 600
}

.noResult {
	padding: 45px 0 35px;
	text-align: center
}

@media only screen and (max-width:1023px) {
	.noResult {
		padding: 20px 0
	}
}

.noResult .blockSubTitle {
	padding-top: 20px
}

.noResult .refine {
	cursor: pointer
}

.noResult .refine:hover {
	text-decoration: underline
}

.theFilter {
	background-color: #fff;
	padding: 42px 0 21px;
	position: relative;
	z-index: 20;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.19)
}

@media only screen and (max-width:1023px) {
	.theFilter {
		margin-bottom: 30px;
		padding: 30px 0 20px
	}
}

.theFilter h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500
}

.theFilter .topFilters {
	padding: 36px 0 24px
}

@media only screen and (max-width:1023px) {
	.theFilter .topFilters {
		padding: 30px 0 20px
	}
}

.theFilter .topFilters .input {
	background-color: #fff;
	position: relative;
	border: solid 1px #CBCBCB;
	-moz-box-shadow: 0 0 1px rgba(44, 44, 44, 0.74);
	-webkit-box-shadow: 0 0 1px rgba(44, 44, 44, 0.74);
	box-shadow: 0 0 1px rgba(44, 44, 44, 0.74);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

.theFilter .topFilters .input.withBorder {
	border-color: #000;
	-moz-box-shadow: 0 0 1px black;
	-webkit-box-shadow: 0 0 1px black;
	box-shadow: 0 0 1px black
}

.theFilter .topFilters .input:before {
	content: "";
	position: absolute;
	left: 20px;
	z-index: 1;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.theFilter .topFilters .input input {
	height: 68px;
	padding: 0 56px;
	display: block;
	width: 100%;
	font: 500 20px 'Montserrat';
	z-index: 2;
	position: relative;
	color: #000
}

.theFilter .topFilters .input input::-webkit-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

.theFilter .topFilters .input input:-ms-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

.theFilter .topFilters .input input::-ms-input-placeholder {
	color: #8D8D8D;
	opacity: 1
}

.theFilter .topFilters .input input::placeholder {
	color: #8D8D8D;
	opacity: 1
}

.theFilter .topFilters .input input:-ms-input-placeholder {
	color: #8D8D8D
}

.theFilter .topFilters .input input::-ms-input-placeholder {
	color: #8D8D8D
}

@media only screen and (max-width:1023px) {
	.theFilter .topFilters .input input {
		text-align: center
	}
}

.theFilter .topFilters .input.search {
	width: 28.5%;
	margin: 0 35px 0 0
}

@media only screen and (max-width:1169px) {
	.theFilter .topFilters .input.search {
		width: 22%
	}
}

@media only screen and (max-width:1023px) {
	.theFilter .topFilters .input.search {
		width: 100%;
		margin: 0 0 20px
	}
}

.theFilter .topFilters .input.search:before {
	width: 19px;
	height: 20px;
	background-image: url(/javax.faces.resource/static/images/search_ico.svg.xhtml);
	background-size: 19px 20px
}

.theFilter .topFilters .input.settlement {
	width: 28.5%;
	margin: 0 18px 0 0
}

@media only screen and (max-width:1169px) {
	.theFilter .topFilters .input.settlement {
		width: 22%
	}
}

@media only screen and (max-width:1023px) {
	.theFilter .topFilters .input.settlement {
		width: 100%;
		margin: 0 0 20px
	}
}

.theFilter .topFilters .input.settlement:before {
	width: 20px;
	height: 21px;
	background-image: url(/javax.faces.resource/static/images/pin.svg.xhtml);
	background-size: 20px 21px
}

.theFilter .topFilters .input.distance {
	width: 120px
}

.theFilter .topFilters .input.distance input {
	padding: 0 10px;
	text-align: center
}

@media only screen and (max-width:639px) {
	.theFilter .topFilters .input.distance {
		width: 100%;
		margin: 0 0 20px
	}
}

.theFilter .topFilters .toggleBtns {
	margin: 7px 0 0 35px;
	font-size: 0
}

@media only screen and (max-width:639px) {
	.theFilter .topFilters .toggleBtns {
		margin-left: -8px
	}
}

.theFilter .topFilters .toggleBtns>* {
	position: relative;
	display: inline-block;
	border: solid 1px #CBCBCB;
	width: 57px;
	height: 57px;
	cursor: pointer;
	background-color: #fff;
	background-repeat: no-repeat;
	margin: 0 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.theFilter .topFilters .toggleBtns>:hover .info {
	opacity: 1;
	visibility: visible
}

.theFilter .topFilters .toggleBtns .list {
	background-image: url(/javax.faces.resource/static/images/list.svg.xhtml);
	background-size: 30px 17px;
	background-position: 16px center
}

.theFilter .topFilters .toggleBtns .list i {
	border-color: #3BB575;
	color: #3BB575
}

.theFilter .topFilters .toggleBtns .list.clicked {
	background-image: url(/javax.faces.resource/static/images/list2.svg.xhtml)
}

.theFilter .topFilters .toggleBtns .list:hover {
	border-color: #3BB575;
	-moz-box-shadow: 0 3px 6px rgba(59, 181, 117, 0.34);
	-webkit-box-shadow: 0 3px 6px rgba(59, 181, 117, 0.34);
	box-shadow: 0 3px 6px rgba(59, 181, 117, 0.34)
}

.theFilter .topFilters .toggleBtns .heart {
	background-image: url(/javax.faces.resource/static/images/heart3.svg.xhtml);
	background-size: 20px 20px;
	background-position: center center
}

.theFilter .topFilters .toggleBtns .heart i {
	border-color: #FF4081;
	color: #FF4081
}

.theFilter .topFilters .toggleBtns .heart.clicked {
	background-image: url(/javax.faces.resource/static/images/heart.svg.xhtml);
}

.theFilter .topFilters .toggleBtns .heart:hover {
	border-color: #FF4081;
	-moz-box-shadow: 0 3px 6px rgba(255, 64, 129, 0.34);
	-webkit-box-shadow: 0 3px 6px rgba(255, 64, 129, 0.34);
	box-shadow: 0 3px 6px rgba(255, 64, 129, 0.34)
}

.theFilter .topFilters .toggleBtns i {
	position: absolute;
	width: 28px;
	height: 28px;
	border: solid 2px;
	top: -8px;
	right: -8px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	background-color: #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-border-radius: 100%
}

.theFilter .topFilters .toggleBtns .info {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 50%;
	font-size: 12px;
	line-height: 25px;
	color: #6A6A6A;
	text-align: center;
	padding: 0 12px;
	z-index: 2;
	border: solid 1px #DBDBDB;
	background-color: #fff;
	margin: 0 0 0 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms;
	-ms-transform: translate(-50%, 4px);
	-webkit-transform: translate(-50%, 4px);
	transform: translate(-50%, 4px)
}

.theFilter .topFilters .toggleBtns .info:before {
	z-index: 2;
	content: "";
	position: absolute;
	top: 0;
	width: 12px;
	height: 6px;
	left: 50%;
	-ms-transform: translate(-50%, -6px);
	-webkit-transform: translate(-50%, -6px);
	transform: translate(-50%, -6px);
	background: url(/javax.faces.resource/static/images/triangle.svg.xhtml) no-repeat center center/12px 6px
}

.theFilter .topFilters .toggleBtns .info:after {
	position: absolute;
	top: 0;
	z-index: 3;
	content: "";
	width: 8px;
	height: 3px;
	left: 50%;
	background-color: #fff;
	-ms-transform: translate(-50%, -1px);
	-webkit-transform: translate(-50%, -1px);
	transform: translate(-50%, -1px)
}

.theFilter .topFilters .map {
	cursor: pointer;
	background-color: #fff;
	position: relative;
	border: solid 2px #464646;
	-moz-box-shadow: 0 0 1px rgba(44, 44, 44, 0.74);
	-webkit-box-shadow: 0 0 1px rgba(44, 44, 44, 0.74);
	box-shadow: 0 0 1px rgba(44, 44, 44, 0.74);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 20px;
	line-height: 66px;
	padding: 0 21px 0 55px;
	text-align: center;
	color: #464646;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.theFilter .topFilters .map:before {
	content: "";
	position: absolute;
	left: 19px;
	z-index: 1;
	top: 50%;
	width: 22px;
	height: 22px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(/javax.faces.resource/static/images/map.svg.xhtml) no-repeat center center/22px
}

.theFilter .topFilters .map:hover {
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.theFilter .bottomFilters .moreFilter {
	margin: 0 35px 0 0;
	position: relative;
	border: solid 2px #6A6A6A;
	padding: 0 15px 0 45px;
	color: #6A6A6A;
	font-size: 16px;
	background-color: #fff;
	cursor: pointer;
	font-weight: 500;
	line-height: 42px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.theFilter .bottomFilters .moreFilter:before {
	content: "";
	position: absolute;
	left: 14px;
	z-index: 1;
	top: 50%;
	width: 16px;
	height: 15px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(/javax.faces.resource/static/images/filter.svg.xhtml) no-repeat center center/16px
}

.theFilter .bottomFilters .moreFilter.clicked {
	border-color: #464646;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4)!important;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4)!important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4)!important
}

.theFilter .bottomFilters .moreFilter:hover {
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.theFilter .bottomFilters .checkbox {
	margin: 12px 0 0
}

.theFilter .bottomFilters .button {
	width: auto;
	margin: 0 0 0 35px;
	height: 46px;
	line-height: 42px;
	padding: 0 40px
}

@media only screen and (max-width:1023px) {
	.theFilter .bottomFilters .button {
		width: 100%;
		margin: 20px 0 0
	}
}

.theFilter .checkbox {
	font-size: 16px;
	line-height: 21px;
	color: #6A6A6A;
	font-weight: 500;
	cursor: pointer
}

.theFilter .checkbox input {
	display: none
}

.theFilter .checkbox input:checked+span {
	background-color: #3BB575;
	border-color: #3BB575;
	background-image: url(/javax.faces.resource/static/images/check.svg.xhtml)
}

.theFilter .checkbox span {
	width: 21px;
	height: 21px;
	border: solid 1px #CFCFCF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ECECEC;
	display: inline-block;
	vertical-align: top;
	margin: 0 13px 0 0;
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.filterWindow {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 100%;
	width: 100%;
	max-width: 1100px;
	background-color: #fff;
	margin: 20px 0 0;
	padding: 40px 20px 20px;
	border: solid 1px #A7A7A7;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
	transition: all ease-in-out 250ms;
	-webkit-transition: all ease-in-out 250ms;
	-moz-transition: all ease-in-out 250ms;
	-o-transition: all ease-in-out 250ms;
	-ms-transition: all ease-in-out 250ms
}

@media only screen and (max-width:1169px) {
	.filterWindow {
		max-width: 90%
	}
}

@media only screen and (max-width:1023px) {
	.filterWindow {
		max-width: 100%;
		left: 0;
		padding: 20px 20px 20px
	}
}

.filterWindow.visible {
	opacity: 1;
	visibility: visible;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.filterWindow .scrollArea {
	padding: 0 20px 20px;
	max-height: 390px;
	position: relative;
	overflow-y: auto
}

@media only screen and (max-width:1023px) {
	.filterWindow .scrollArea {
		padding-left: 0;
		padding-right: 15px;
		max-height: 195px
	}
}

.filterWindow .theButtons {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: solid 1px #A7A7A7;
	height: 107px;
	padding: 30px 40px 0;
	background-color: #fff;
	z-index: 10
}

@media only screen and (max-width:1023px) {
	.filterWindow .theButtons {
		padding: 30px 20px 0
	}
}

.filterWindow .theButtons .button {
	width: 302px;
	margin: 0 0 0 50px
}

.filterWindow .theButtons .button b {
	font-weight: 600
}

@media only screen and (max-width:1023px) {
	.filterWindow .theButtons .button {
		width: auto;
		padding: 0 15px;
		margin-left: 20px
	}
}

.filterWindow .label {
	font-size: 17px;
	line-height: 21px;
	font-weight: 500;
	padding: 0 0 10px
}

.filterWindow .cols-5 {
	padding: 0 0 29px;
	border-bottom: solid 1px rgba(112, 112, 112, 0.2)
}

.filterWindow .cols-5 .col {
	width: 17%;
	margin: 0 3.75% 0 0
}

.filterWindow .cols-5 .col:last-child {
	margin-right: 0
}

@media only screen and (max-width:1023px) {
	.filterWindow .cols-5 .col {
		width: 100%;
		margin-right: 0
	}
}

.filterWindow .cols-3 {
	padding: 29px 0;
	border-bottom: solid 1px rgba(112, 112, 112, 0.2)
}

.filterWindow .cols-3:last-child {
	padding-bottom: 50px
}

.filterWindow .cols-3 .col {
	width: 28%;
	margin: 0 4% 0 0
}

.filterWindow .cols-3 .col:first-child {
	width: 36%
}

.filterWindow .cols-3 .col:last-child {
	margin-right: 0
}

@media only screen and (max-width:1023px) {
	.filterWindow .cols-3 .col {
		width: 100%!important;
		margin: 0 0 20px
	}
	.filterWindow .cols-3 .col:last-child {
		margin-bottom: 0
	}
}

.filterWindow .cols-3 .clearfix {
	padding: 0 0 30px
}

.filterWindow .cols-3 .clearfix:last-child {
	padding-bottom: 0
}

.filterWindow select {
	width: 100%
}

.filterWindow .reset {
	margin: 15px 0 0;
	color: #919191;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px
}

.filterWindow .reset:hover {
	text-decoration: underline
}

.filterWindow h3 {
	font-size: 17px;
	line-height: 21px;
	font-weight: 500;
	margin: -5px 0 0;
	padding: 0 0 30px
}

.filterWindow .select2-container .select2-selection--single {
	height: 42px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

.filterWindow .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
	font-size: 16px;
	font-weight: 500;
	color: #474747
}

.filterWindow .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 13px
}

.filterWindow .select2-container--default .select2-selection--single {
	border-color: #CFCFCF;
	background-color: #ECECEC
}

.filterWindow .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #828282;
	background-color: #fff
}

.filterWindow .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0!important;
	width: 15px;
	height: 10px;
	margin-top: -5px;
	background: url(/javax.faces.resource/static/images/chevron_down.svg.xhtml) no-repeat center center/15px 10px
}

.filterWindow .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	background-image: url(/javax.faces.resource/static/images/chevron_up.svg.xhtml)
}

.filterWindow .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 40px;
	height: 42px
}

.select2-dropdown {
	border-color: #828282;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px
}

.select2-results__option {
	padding: 0 13px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 500;
	color: #8F8F8F;
	border-bottom: solid 1px rgba(112, 112, 112, 0.34)
}

.select2-results__option:last-child {
	border-bottom: 0
}

.select2-results__option:hover {
	background-color: #ECECEC!important;
	color: #474747!important
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ECECEC!important;
	color: #474747!important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fff;
	color: #8F8F8F
}

.tags {
	padding: 16px 0 60px;
	font-size: 17px;
	line-height: 36px
}

@media only screen and (max-width:1023px) {
	.tags {
		padding-bottom: 30px
	}
}

.tags.editable {
	padding-bottom: 0;
	margin: 0 0 -15px
}

.tags.editable a {
	padding-left: 33px
}

.tags.editable a:first-child {
	margin-left: 0
}

.tags.editable a:before {
	content: "";
	width: 11px;
	height: 11px;
	left: 10px;
	top: 50%;
	position: absolute;
	cursor: pointer;
	background: url(/javax.faces.resource/static/images/x.svg.xhtml) no-repeat center center/cover;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.tags .save,
.tags a {
	display: inline-block;
	border: solid 1px #B7B7B7;
	margin: 0 0 14px 14px;
	background-color: #fff;
	padding: 0 14px;
	color: #7D7D7D;
	position: relative;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 7px 21px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 7px 21px rgba(0, 0, 0, 0);
	box-shadow: 0 7px 21px rgba(0, 0, 0, 0);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.tags .save.plus,
.tags a.plus {
	padding: 0;
	width: 36px
}

@media only screen and (max-width:639px) {
	.tags .save.plus,
	.tags a.plus {
		display: table;
		margin: 0 auto
	}
}

.tags .save:hover,
.tags a:hover {
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16)
}

@media only screen and (max-width:639px) {
	.tags .save,
	.tags a {
		display: block;
		width: 100%;
		margin-left: 0
	}
}

.tags .save {
	color: #fff;
	border-color: #3BB575;
	cursor: pointer;
	padding: 0 14px 0 43px;
	background-color: #3BB575
}

.tags .save:before {
	content: "";
	width: 20px;
	height: 16px;
	left: 12px;
	top: 50%;
	position: absolute;
	cursor: pointer;
	background: url(/javax.faces.resource/static/images/check2.svg.xhtml) no-repeat center center/cover;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.theContent .button {
	display: table;
	width: auto;
	margin: 0 auto 100px;
	padding: 0 35px
}

@media only screen and (max-width:1023px) {
	.theContent .button {
		margin-bottom: 30px
	}
}

.popularSearch {
	padding: 0 0 80px
}

@media only screen and (max-width:1023px) {
	.popularSearch {
		padding-bottom: 30px;
		text-align: center
	}
}

.popularSearch h4 {
	padding: 55px 0 28px;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600
}

@media only screen and (max-width:1023px) {
	.popularSearch h4 {
		padding: 20px 0
	}
}

.popularSearch a {
	display: table;
	font-size: 16px;
	line-height: 21px;
	color: #000;
	margin: 0 0 24px
}

.popularSearch a:hover {
	text-decoration: underline
}

@media only screen and (max-width:1023px) {
	.popularSearch a {
		margin: 0 auto 24px
	}
}

.popularSearch .col {
	padding: 0 10px 0 0
}

.popularSearch .col:first-child {
	width: 33%
}

.popularSearch .col:nth-child(2) {
	width: 25%
}

.popularSearch .col:nth-child(3) {
	width: 42%
}

@media only screen and (max-width:1023px) {
	.popularSearch .col {
		width: 100%!important;
		padding: 0;
		text-align: center
	}
}

.newestRating {
	padding: 0 0 50px
}

@media only screen and (max-width:1023px) {
	.newestRating {
		padding: 0 0 30px
	}
	.newestRating .blockSubTitle,
	.newestRating .blockTitle {
		text-align: center
	}
}

.newestRating .blocks {
	padding: 60px 0 0
}

@media only screen and (max-width:1023px) {
	.newestRating .blocks {
		padding-top: 30px
	}
}

.newestRating .blocks>.cell {
	width: 50%
}

.newestRating .blocks>.space {
	width: 55px
}

@media only screen and (max-width:1023px) {
	.newestRating .blocks>.cell {
		width: 100%!important;
		display: block
	}
	.newestRating .blocks>.cell.space {
		height: 20px
	}
}

.newestRating .block {
	border: solid 1px #C7C7C7;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	@incude shadow(0 0 4px rgba(0,
	0,
	0,
	.11))
}

.newestRating .ratingHeader {
	border-bottom: solid 1px #C7C7C7
}

.newestRating .ratingsBlock {
	padding: 0 25px 10px
}

@media only screen and (max-width:1023px) {
	.newestRating .ratingsBlock {
		padding: 0 12px
	}
}

.newestRating .ratingHeader {
	padding: 23px 25px
}

.newestRating .ratingHeader .image {
	width: 110px
}

.newestRating .ratingHeader .texts {
	padding: 0 0 0 35px
}

@media only screen and (max-width:1023px) {
	.newestRating .ratingHeader {
		padding: 15px
	}
	.newestRating .ratingHeader>.cell {
		width: 100%!important;
		display: block
	}
	.newestRating .ratingHeader .texts {
		padding: 20px 0 0
	}
}

.newestRating .about {
	padding: 23px 25px
}

.newestRating .about .image {
	width: 54px
}

@media only screen and (max-width:1023px) {
	.newestRating .about {
		padding: 15px
	}
	.newestRating .about>.cell {
		width: 100%!important;
		display: block
	}
	.newestRating .about img {
		max-width: 100%;
		margin: 0 auto;
		width: auto
	}
}

.newestRating .rating span {
	margin: 0 2px 0 0;
	width: 20px;
	height: 20px
}

.newestRating .ratings {
	color: #737373;
	font-size: 17px;
	display: inline-block;
	line-height: 20px;
	margin: 2px 0 0 10px
}

.newestRating .ratings:hover {
	text-decoration: underline
}

.newestRating .name {
	font-size: 25px;
	line-height: 34px;
	padding: 0 0 15px;
	font-weight: 500
}

.newestRating .name a {
	color: #000
}

.newestRating .name a:hover {
	text-decoration: underline
}

.newestRating .label {
	margin: 10px 0 0;
	border: solid 1px #3BB575;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	color: #3BB575;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

@media only screen and (max-width:1023px) {
	.newestRating .label {
		font-size: 14px;
		display: table;
		margin: 10px auto 0;
		padding: 0 20px;
		line-height: 24px
	}
}

.newestRating .about .texts {
	padding: 0 0 0 17px
}

@media only screen and (max-width:1023px) {
	.newestRating .about .texts {
		padding: 20px 0 0
	}
}

.newestRating .about h4 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px;
	font-weight: 600
}

.newestRating .about p {
	font-size: 14px;
	line-height: 20px
}

.newestRating .about .cell {
	padding-bottom: 22px;
	border-bottom: solid 1px #C7C7C7
}

.newestRating .ratingsBlock .space {
	width: 65px
}

.newestRating .ratingsBlock .value {
	width: 30px;
	text-align: right;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #737373
}

.newestRating .ratingsBlock .subject {
	padding: 0 0 2px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500
}

.newestRating .ratingsBlock .process {
	padding: 0 0 16px
}

.newestRating .ratingsBlock .theLine {
	position: relative;
	height: 3px;
	overflow: hidden;
	background-color: #C9C9C9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

.newestRating .ratingsBlock .theLine span {
	position: absolute;
	height: 100%;
	background-color: #3BB575;
	left: 0;
	top: 0
}

@media only screen and (max-width:1023px) {
	.newestRating .ratingsBlock>.cell {
		width: 100%!important;
		display: block
	}
}

.rating {
	font-size: 0
}

.rating span {
	display: inline-block;
	vertical-align: top;
	background: url(/javax.faces.resource/static/images/star.svg.xhtml) no-repeat center center/cover
}

.rating span.off {
	background-image: url(/javax.faces.resource/static/images/star_dark.svg.xhtml)!important
}

.rating span.half {
	background-image: url(/javax.faces.resource/static/images/star_half.svg.xhtml)!important
}

.rating.green span {
	background: url(/javax.faces.resource/static/images/star_green.svg.xhtml) no-repeat center center/cover
}

.cards {
	padding: 50px 0 0
}

@media only screen and (max-width:1023px) {
	.cards {
		padding-top: 30px
	}
}

.cards .card {
	width: 22%;
	position: relative;
	margin: 0 4% 48px 0;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

.cards .card:nth-child(4) {
	margin-right: 0
}

@media only screen and (max-width:1023px) {
	.cards .card {
		width: 48%;
		margin-bottom: 30px
	}
	.cards .card:nth-child(2) {
		margin-right: 0
	}
}

@media only screen and (max-width:639px) {
	.cards .card {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		margin-right: 0
	}
}

.cards .card.sponsored {
	padding: 15px 15px 30px;
	border: solid 2px #CECECE
}

.cards .card.sponsored p {
	color: #5A5A5A;
	line-height: 20px;
	padding: 0 0 20px
}

.cards .card.sponsored h3 {
	padding: 20px 0 15px
}

.cards .cardContent {
	height: 250px;
	border: solid 1px #CECECE;
	border-top: 0;
	padding: 25px 23px 30px;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px
}

.cards .cardContent p {
	padding: 0 0 9px
}

.cards .cardContent p:last-child {
	padding-bottom: 0
}

.cards .label {
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 0 12px;
	background-color: #fff;
	font-size: 13px;
	line-height: 26px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.cards .rating {
	padding: 0 0 18px
}

.cards .rating span {
	margin: 0 2px 0 0;
	width: 12px;
	height: 12px
}

.cards h3 {
	font-size: 17px;
	line-height: 21px;
	font-weight: 600;
	padding: 0 0 8px
}

.cards h3 a {
	color: #000
}

.cards h3 a:hover {
	text-decoration: underline
}

.cards p {
	font-size: 14px;
	line-height: 16px
}

.cards p b {
	font-weight: 600
}

.cards p a {
	color: #000
}

.cards p a:hover {
	text-decoration: underline
}

.cards .more {
	padding: 0 0 0 16px;
	position: relative;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600
}

.cards .more:hover {
	text-decoration: underline
}

.cards .more:before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 2px;
	background: url(/javax.faces.resource/static/images/foreign.svg.xhtml) no-repeat center center/cover
}

.cards .ratings {
	color: #737373;
	font-size: 12px;
	display: inline-block;
	line-height: 12px;
	margin: 1px 0 0 6px
}

.cards .ratings:hover {
	text-decoration: underline
}

.cards .favourite {
	width: 30px;
	padding: 5px 0 0 12px
}

.cards .favourite span {
	cursor: pointer;
	display: block;
	width: 18px;
	height: 16px;
	opacity: 1;
	background: url(/javax.faces.resource/static/images/heart2.svg.xhtml) no-repeat center center/cover;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.cards .favourite span:hover {
	opacity: .8
}

.cards .favourite span.full {
	background: url(/javax.faces.resource/static/images/heart2full.svg.xhtml) no-repeat center center/cover
}

@media only screen and (max-width:639px) {
	.cards .ratingBlock {
		display: table;
		margin: 0 auto
	}
}

.mapCnt {
	margin: 0 0 50px
}

@media only screen and (max-width:1023px) {
	.mapCnt {
		margin: 0 0 30px
	}
}

.mapCnt>.cell {
	width: 50%
}

.mapCnt>.cell:first-child {
	padding: 0 27px 0 0
}

.mapCnt>.cell:last-child {
	position: relative;
	padding: 0 0 50px 27px
}

@media only screen and (max-width:1023px) {
	.mapCnt>.cell:last-child {
		padding: 0
	}
}

@media only screen and (max-width:1023px) {
	.mapCnt>.cell {
		display: block;
		width: 100%!important
	}
}

.mapCnt .cards {
	padding: 50px 0 0
}

@media only screen and (max-width:1023px) {
	.mapCnt .cards {
		padding: 20px 0 0
	}
}

.mapCnt .cards .card {
	width: 100%;
	margin: 0 0 25px 0;
	float: none;
	padding-bottom: 15px;
	display: table
}

.mapCnt .cards .card>* {
	display: table-cell;
	vertical-align: middle
}

.mapCnt .cards .card>:last-child {
	padding: 0 20px 0 38px
}

.mapCnt .cards .card .theImage {
	width: 197px
}

.mapCnt .cards .card.sponsored h3 {
	padding-top: 0
}

.mapCnt .cards .card.sponsored .theImage {
	width: 180px
}

.mapCnt .cards .card.sponsored>:last-child {
	padding-left: 24px
}

.mapCnt .cards h3 {
	font-size: 21px;
	font-weight: 400
}

.mapCnt .cards p {
	font-size: 16px;
	line-height: 23px!important
}

.mapCnt .cards .more {
	font-size: 16px;
	padding-left: 24px
}

.mapCnt .cards .more:before {
	width: 15px;
	height: 15px
}

.mapCnt .cards .ratings {
	font-size: 14px;
	line-height: 18px;
	margin-left: 8px
}

.mapCnt .cards .rating span {
	width: 20px;
	height: 18px
}

.mapCnt .cards .cardContent {
	border-left: 0;
	border-top: solid 1px #CECECE
}

.mapCnt .theMap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 1px
}

@media only screen and (max-width:1023px) {
	.mapCnt .theMap {
		position: relative;
		height: 400px;
		width: 100%!important
	}
}

.mapCnt .theMap span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 1px
}

.mapCnt .theMap:before {
	content: "";
	width: 27px;
	height: 100%;
	left: 0;
	z-index: 10;
	top: 0;
	position: absolute;
	background-color: #fff
}

@media only screen and (max-width:1023px) {
	.mapCnt .theMap:before {
		display: none
	}
}

.mapCnt .close {
	position: absolute;
	top: -1px;
	right: 0;
	background: #fff url(/javax.faces.resource/static/images/x.svg.xhtml) no-repeat center center/14px 14px;
	width: 51px;
	height: 51px;
	z-index: 11;
	cursor: pointer;
	opacity: 1;
	border: solid 1px #CBCBCB;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.mapCnt .close:hover {
	opacity: .8
}

.cluster {
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 15px;
	line-height: 58px;
	font-weight: 500;
	color: #fff;
	background: url(/javax.faces.resource/static/images/cluster.svg.xhtml) no-repeat center center/60px
}

.greenLine {
	background-color: #3BB575;
	padding: 45px 0;
	text-align: center;
	margin: 70px 0 75px;
	color: #fff;
	position: relative
}

@media only screen and (max-width:1023px) {
	.greenLine {
		margin: 20px 0
	}
}

.greenLine h3 {
	font-size: 35px;
	line-height: 45px
}

.greenLine p {
	padding: 16px 0 25px;
	font-size: 17px;
	line-height: 28px
}

.greenLine .button {
	display: table;
	margin: 0 auto;
	width: auto;
	padding: 0 33px;
	line-height: 60px
}

.greenLine img {
	position: absolute;
	right: 35px;
	top: 20px;
	max-width: 375px
}

@media only screen and (max-width:1169px) {
	.greenLine img {
		display: none
	}
}

@media only screen and (max-width:1439px) {
	.greenLine img {
		max-width: 290px;
		right: 20px;
		top: 70px
	}
}

.greenLine.left {
	text-align: left
}

.scrollArea>.scroll-element,
.scrollArea>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollArea>.scroll-element {
	background-color: #ffffff
}

.scrollArea>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollArea>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	width: 100%
}

.scrollArea>.scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 12px
}

.scrollArea>.scroll-element.scroll-x .scroll-element_outer {
	height: 8px;
	top: 2px
}

.scrollArea>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	width: 4px
}

.scrollArea>.scroll-element .scroll-element_outer {
	overflow: hidden
}

.scrollArea>.scroll-element .scroll-element_track {
	background-color: none
}

.scrollArea>.scroll-element .scroll-bar,
.scrollArea>.scroll-element .scroll-element_outer,
.scrollArea>.scroll-element .scroll-element_track {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.scrollArea>.scroll-element .scroll-bar {
	background-color: #D4D4D4
}

.scrollArea>.scroll-element .scroll-bar:hover {
	background-color: #C8C6C6
}

.scrollArea>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #C8C6C6
}

.scrollArea>.scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px
}

.scrollArea>.scroll-content.scroll-scrollx_visible {
	top: -12px;
	margin-top: 12px
}

.scrollArea>.scroll-element.scroll-x .scroll-bar {
	min-width: 4px
}

.scrollArea>.scroll-element.scroll-y .scroll-bar {
	min-height: 4px
}

.scrollArea>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -14px
}

.scrollArea>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -14px
}

.scrollArea>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -14px
}

.scrollArea>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -14px
}

.blogPosts {
	padding: 65px 0 80px
}

@media only screen and (max-width:1023px) {
	.blogPosts {
		padding-top: 30px
	}
}

.blogPosts img {
	width: 100%;
	display: block
}

.blogPosts a img {
	opacity: 1;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.blogPosts a:hover img {
	opacity: .8
}

.blogPosts h1 {
	font-size: 54px;
	line-height: 70px;
	font-weight: 600;
	text-align: center;
	padding: 0 0 30px
}

.blogPosts .blogHeader {
	padding: 0 0 65px
}

@media only screen and (max-width:639px) {
	.blogPosts .blogHeader {
		padding-bottom: 20px
	}
}

.blogPosts .blogHeader .toCenter {
	max-width: 798px
}

.blogPosts .blogHeader .searchForm {
	-moz-box-shadow: 0 0 3px rgba(44, 44, 44, 0.72);
	-webkit-box-shadow: 0 0 3px rgba(44, 44, 44, 0.72);
	box-shadow: 0 0 3px rgba(44, 44, 44, 0.72)
}

.blogPosts .highlighted {
	padding: 0 0 105px
}

@media only screen and (max-width:1023px) {
	.blogPosts .highlighted {
		padding-bottom: 30px
	}
}

.blogPosts .highlighted .col:first-child {
	width: 46%
}

.blogPosts .highlighted .col:last-child {
	width: 54%;
	padding: 0 0 0 80px
}

@media only screen and (max-width:1023px) {
	.blogPosts .highlighted .col:last-child {
		padding: 20px 0 0 0
	}
}

@media only screen and (max-width:1023px) {
	.blogPosts .highlighted .col {
		width: 100%!important
	}
}

.blogPosts .highlighted h2 {
	margin: -5px 0 0;
	font-size: 35px;
	line-height: 58px
}

.blogPosts .highlighted h2 a {
	color: #000
}

.blogPosts .highlighted h2 a:hover {
	text-decoration: underline
}

.blogPosts .highlighted p {
	color: #5A5A5A;
	font-size: 17px;
	line-height: 29px;
	padding: 0 0 28px
}

.blogPosts .highlighted .more {
	color: #3BB575;
	font-size: 17px;
	line-height: 24px;
	font-weight: 600
}

.blogPosts .highlighted .more:hover {
	text-decoration: underline
}

.blogPosts .highlighted .meta {
	padding: 10px 0 20px;
	font-size: 17px;
	line-height: 24px
}

.blogPosts .highlighted .meta span {
	font-weight: 600;
	font-size: 19px;
	color: #3BB575;
	display: inline-block;
	padding: 0 10px 0 0
}

.blogPosts .cols-3 {
	padding: 70px 0 0
}

@media only screen and (max-width:1023px) {
	.blogPosts .cols-3 {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.blogPosts .cols-3 .col {
	width: 30.333%;
	margin: 0 4.5% 85px 0
}

.blogPosts .cols-3 .col:nth-child(3n) {
	margin-right: 0
}

@media only screen and (max-width:1023px) {
	.blogPosts .cols-3 .col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
	.blogPosts .cols-3 .col:last-child {
		margin-bottom: 0
	}
}

.blogPosts .cols-3 h3 {
	font-size: 25px;
	line-height: 34px;
	font-weight: 600;
	padding: 20px 0 10px
}

.blogPosts .cols-3 h3 a {
	color: #000
}

.blogPosts .cols-3 h3 a:hover {
	text-decoration: underline
}

.blogPosts .cols-3 .meta {
	padding: 0 0 20px;
	font-size: 13px;
	line-height: 20px;
	color: #737373
}

.blogPosts .cols-3 .meta span {
	font-weight: 600;
	font-size: 16px;
	color: #3BB575;
	display: inline-block;
	padding: 0 10px 0 0
}

.blogPosts .cols-3 p {
	color: #5A5A5A;
	font-size: 17px;
	line-height: 28px
}

.blogPosts .cols-4 {
	padding: 50px 0 105px
}

@media only screen and (max-width:1023px) {
	.blogPosts .cols-4 {
		padding-bottom: 30px
	}
}

.blogPosts .cols-4 .col {
	width: 22%;
	margin: 0 4% 0 0
}

.blogPosts .cols-4 .col:nth-child(4n) {
	margin-right: 0
}

@media only screen and (max-width:1023px) {
	.blogPosts .cols-4 .col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
	.blogPosts .cols-4 .col:last-child {
		margin-bottom: 0
	}
}

.blogPosts .cols-4 h3 {
	font-size: 21px;
	line-height: 26px;
	font-weight: 600;
	padding: 20px 0 10px
}

.blogPosts .cols-4 h3 a {
	color: #000
}

.blogPosts .cols-4 h3 a:hover {
	text-decoration: underline
}

.blogPosts .cols-4 .meta {
	padding: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	color: #737373
}

.blogPosts .cols-4 .meta span {
	font-weight: 600;
	font-size: 14px;
	color: #3BB575;
	display: inline-block;
	padding: 0 8px 0 0
}

.blogPosts .cols-4 p {
	color: #5A5A5A;
	font-size: 14px;
	line-height: 24px
}

.blogPosts .sectionTitle {
	font-size: 33px;
	line-height: 44px
}

.blogPosts .subTitle {
	font-size: 21px;
	line-height: 26px;
	padding: 5px 0 0;
	color: #AEAEAE
}

.moreArticle {
	color: #3BB575;
	font-size: 17px;
	line-height: 54px;
	border: solid 3px #3BB575;
	font-weight: 600;
	display: table;
	margin: 0 auto;
	padding: 0 35px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 0 rgba(59, 181, 117, 0.4);
	-webkit-box-shadow: 0 0 0 rgba(59, 181, 117, 0.4);
	box-shadow: 0 0 0 rgba(59, 181, 117, 0.4);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.moreArticle:hover {
	-moz-box-shadow: 0 3px 6px rgba(59, 181, 117, 0.4);
	-webkit-box-shadow: 0 3px 6px rgba(59, 181, 117, 0.4);
	box-shadow: 0 3px 6px rgba(59, 181, 117, 0.4)
}

@media only screen and (max-width:1023px) {
	.moreArticle {
		text-align: center
	}
}

.breadcrumb {
	padding: 46px 0 20px;
	font-size: 0
}

@media only screen and (max-width:1023px) {
	.breadcrumb {
		padding-top: 30px
	}
}

.breadcrumb li {
	display: inline-block;
	position: relative
}

.breadcrumb li:after {
	content: "";
	width: 14px;
	display: inline-block;
	margin: 0 15px 0 12px;
	height: 10px;
	background: url(/javax.faces.resource/static/images/breadcrumb.svg.xhtml) no-repeat center center/14px 10px
}

.breadcrumb li:last-child:after {
	display: none
}

.breadcrumb li:last-child a {
	color: black
}

.breadcrumb a {
	font-size: 17px;
	color: rgba(0, 0, 0, 0.65);
	line-height: 20px
}

.breadcrumb a:hover {
	text-decoration: underline
}

@media only screen and (max-width:1023px) {
	.breadcrumb a {
		font-size: 16px
	}
}

.aboutIntro {
	padding: 0 0 20px
}

.aboutIntro h1 {
	font-size: 33px;
	line-height: 46px;
	padding: 0 30px 0 0
}

@media only screen and (max-width:1023px) {
	.aboutIntro h1 {
		text-align: center;
		width: 100%;
		padding: 0
	}
}

.aboutIntro .button {
	display: inline-block;
	width: auto;
	height: 46px;
	line-height: 42px;
	position: relative;
	padding: 0 12px 0 42px
}

.aboutIntro .button:before {
	content: "";
	width: 17px;
	height: 16px;
	top: 50%;
	left: 15px;
	position: absolute;
	background: url(/javax.faces.resource/static/images/heart2.svg.xhtml) no-repeat center center/16px 17px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.aboutIntro .button.full:before {
	background: url(/javax.faces.resource/static/images/heart2full.svg.xhtml) no-repeat center center/16px 17px;
}

@media only screen and (max-width:1023px) {
	.aboutIntro .button {
		display: block;
		margin: 20px 0;
		width: 100%
	}
}

.aboutIntro .ratingBlock {
	padding: 15px 0 30px
}

@media only screen and (max-width:1023px) {
	.aboutIntro .ratingBlock {
		margin: 0 auto;
		display: table;
		width: auto
	}
}

.aboutIntro .rating span {
	margin: 0 2px 0 0;
	width: 20px;
	height: 20px
}

.aboutIntro .ratings {
	color: #737373;
	font-size: 14px;
	display: inline-block;
	line-height: 20px;
	margin: 0 0 0 6px
}

.aboutIntro .ratings:hover {
	text-decoration: underline
}

.aboutIntro .pictograms {
	font-size: 0
}

.aboutIntro .pictograms>* {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	margin: 0 50px 20px 0;
	display: inline-block;
	position: relative
}

@media only screen and (max-width:1023px) {
	.aboutIntro .pictograms>* {
		margin: 0 auto 20px;
		display: table;
		width: auto
	}
}

.aboutIntro .pictograms>:before {
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.aboutIntro .pictograms a:hover {
	text-decoration: underline;
	text-shadow: 0.5px 0 0 #000
}

.aboutIntro .pictograms .poi {
	padding: 0 0 0 36px
}

.aboutIntro .pictograms .poi:before {
	width: 19px;
	height: 23px;
	background: url(/javax.faces.resource/static/images/poi2.svg.xhtml) no-repeat center center/19px 23px
}

.aboutIntro .pictograms .phone {
	padding: 0 0 0 31px
}

.aboutIntro .pictograms .phone:before {
	width: 24px;
	height: 23px;
	background: url(/javax.faces.resource/static/images/phone.svg.xhtml) no-repeat center center/24px 23px
}

.aboutIntro .pictograms .email {
	padding: 0 0 0 42px
}

.aboutIntro .pictograms .email:before {
	width: 30px;
	height: 23px;
	background: url(/javax.faces.resource/static/images/envelope.svg.xhtml) no-repeat center center/30px 23px
}

.aboutIntro .pictograms .site {
	padding: 0 0 0 36px
}

.aboutIntro .pictograms .site:before {
	width: 27px;
	height: 23px;
	background: url(/javax.faces.resource/static/images/site.svg.xhtml) no-repeat center center/27px 23px
}

.gallerySlider {
	margin: 0 0 45px
}

@media only screen and (max-width:1023px) {
	.gallerySlider {
		margin: 0 0 20px
	}
}

.gallerySlider:hover .slick-arrow {
	opacity: 1;
	visibility: visible
}

.gallerySlider .cover {
	height: 430px
}

@media only screen and (max-width:1023px) {
	.gallerySlider .cover {
		height: 400px
	}
}

@media only screen and (max-width:639px) {
	.gallerySlider .cover {
		height: 380px
	}
}

.gallerySlider .oneSlide {
	border-left: solid 4px #fff;
	border-right: solid 4px #fff;
	display: block;
	position: relative
}

.gallerySlider .oneSlide:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	width: 100%;
	height: 50%;
	top: 50%;
	left: 0;
	position: absolute;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms;
	background-color: rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #221b2a);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #221b2a);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #221b2a);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#221b2a));
	background: linear-gradient(top, rgba(0, 0, 0, 0), #221b2a)
}

.gallerySlider .oneSlide:hover:before {
	opacity: 1;
	visibility: visible
}

.gallerySlider .oneSlide:hover .openGallery {
	opacity: 1;
	visibility: visible;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.gallerySlider .openGallery {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 30px;
	left: 50%;
	color: #fff;
	font-size: 18px;
	padding: 0 0 0 20px;
	line-height: 22px;
	text-decoration: underline;
	-ms-transform: translate(-50%, 30px);
	-webkit-transform: translate(-50%, 30px);
	transform: translate(-50%, 30px);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.gallerySlider .openGallery:before {
	content: "";
	width: 14px;
	height: 14px;
	top: 50%;
	left: 0;
	position: absolute;
	background: url(/javax.faces.resource/static/images/gallery.svg.xhtml) no-repeat center center/14px 14px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.gallerySlider img {
	display: block;
	width: 100%
}

.gallerySlider .slick-arrow {
	position: absolute;
	top: 50%;
	padding: 0;
	margin: 0;
	width: 57px;
	height: 57px;
	text-indent: -9999px;
	opacity: 1;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.gallerySlider .slick-arrow.slick-prev {
	left: 73px;
	background: url(/javax.faces.resource/static/images/step-left.svg.xhtml) no-repeat center center/cover;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.gallerySlider .slick-arrow.slick-next {
	right: 73px;
	background: url(/javax.faces.resource/static/images/step-right.svg.xhtml) no-repeat center center/cover;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.gallerySlider .slick-arrow:hover {
	opacity: .8!important
}

.aboutBlocks .intro {
	padding: 0 0 43px
}

.aboutBlocks .intro h2 {
	font-size: 29px;
	line-height: 37px;
	padding: 0 0 26px
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .intro h2 {
		text-align: center
	}
}

.aboutBlocks .intro p {
	font-size: 17px;
	line-height: 28px;
	color: #5A5A5A;
	padding: 0 0 10px
}

.aboutBlocks .intro .more {
	font-size: 17px;
	line-height: 30px;
	color: #000
}

.aboutBlocks .intro .more:hover {
	text-decoration: underline
}

.aboutBlocks .shortData {
	border-top: solid 1px rgba(112, 112, 112, 0.3);
	padding: 20px 0
}

.aboutBlocks .shortData .col {
	width: 33.333%
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .shortData .col {
		width: 100%;
		text-align: center
	}
}

.aboutBlocks .shortData p {
	padding: 10px 0;
	font-size: 16px;
	line-height: 21px
}

.aboutBlocks .shortData p b {
	padding: 0 20px 0 0;
	font-weight: 600
}

.aboutBlocks .icons {
	padding: 25px 0 20px;
	border-top: solid 1px rgba(112, 112, 112, 0.3);
	text-align: center
}

.aboutBlocks .icons .text {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	padding: 10px 0 0;
	display: table;
	width: 100%
}

.aboutBlocks .icons .text span {
	display: table-cell;
	vertical-align: middle
}

.aboutBlocks .icons .col {
	width: 25%
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .icons .col {
		width: 100%;
		padding: 0 0 20px
	}
	.aboutBlocks .icons .col:last-child {
		padding-bottom: 0
	}
}

.aboutBlocks .icons img {
	max-height: 40px
}

.aboutBlocks .icons .clearfix {
	padding: 0 0 45px
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .icons .clearfix {
		padding: 0
	}
}

.aboutBlocks .icons .clearfix:last-child {
	padding: 0
}

.aboutBlocks .checks {
	border-bottom: solid 1px rgba(112, 112, 112, 0.3);
	font-size: 16px;
	line-height: 21px;
	padding: 0 0 40px
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .checks {
		padding-bottom: 20px
	}
}

.aboutBlocks .checks h3 {
	padding: 43px 0 28px;
	font-size: 29px;
	line-height: 44px
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .checks h3 {
		text-align: center;
		padding-top: 30px
	}
}

.aboutBlocks .checks .col {
	width: 20%;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 6.333% 0 0
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .checks .col {
		width: auto;
		margin: 0 auto 20px;
		display: table;
		float: none
	}
	.aboutBlocks .checks .col:last-child {
		padding-bottom: 0;
		margin-right: auto!important
	}
}

.aboutBlocks .checks .col:last-child {
	margin-right: 0
}

.aboutBlocks .checks .col:before {
	content: "";
	width: 19px;
	height: 15px;
	left: 0;
	top: 50%;
	position: absolute;
	background: url(/javax.faces.resource/static/images/check_green.svg.xhtml) no-repeat center center/19px 15px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.aboutBlocks .checks .clearfix {
	padding: 0 0 30px
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .checks .clearfix {
		padding: 0
	}
}

.aboutBlocks .checks .clearfix:last-child {
	padding: 0
}

.aboutBlocks .bigRatingBox {
	padding: 0 0 40px
}

.aboutBlocks .bigRatingBox h3 {
	padding: 43px 0 43px;
	font-size: 29px;
	line-height: 37px
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .bigRatingBox h3 {
		padding: 30px 0;
		text-align: center
	}
}

.aboutBlocks .bigRatingBox .oneBox {
	margin: 0 0 45px;
	padding: 30px 0 0;
	background-color: #fff;
	border: solid 1px #C7C7C7;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .bigRatingBox .oneBox {
		padding-top: 20px
	}
}

.aboutBlocks .bigRatingBox .boxHeader {
	padding: 0 30px
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .bigRatingBox .boxHeader {
		padding: 0 20px
	}
}

.aboutBlocks .bigRatingBox p {
	font-size: 17px;
	line-height: 28px;
	color: #5A5A5A;
	padding: 20px 30px 25px;
	border-bottom: solid 1px rgba(112, 112, 112, 0.3)
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .bigRatingBox p {
		padding: 20px
	}
}

.aboutBlocks .bigRatingBox h4 {
	padding: 0 0 5px;
	font-size: 21px;
	line-height: 21px;
	font-weight: 600
}

.aboutBlocks .bigRatingBox .type {
	display: table;
	font-size: 12px;
	line-height: 19px;
	font-weight: 500;
	color: #3BB575;
	padding: 0 8px;
	border: solid 1px #3BB575;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px
}

.aboutBlocks .bigRatingBox .ratingBlock {
	padding: 5px 0 0
}

.aboutBlocks .bigRatingBox .rating span {
	margin: 0 2px 0 0;
	width: 18px;
	height: 18px
}

.aboutBlocks .bigRatingBox img {
	display: block;
	width: 100%
}

.aboutBlocks .bigRatingBox .img {
	width: 93px;
	padding: 0 24px 0 0
}

.aboutBlocks .starCols {
	padding: 30px 60px 0 30px;
	font-size: 15px;
	line-height: 18px
}

@media only screen and (max-width:1439px) {
	.aboutBlocks .starCols {
		padding-right: 30px
	}
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .starCols {
		padding: 20px 20px 0
	}
}

.aboutBlocks .starCols i {
	font-style: italic;
	color: #A1A1A1
}

.aboutBlocks .starCols>.col {
	width: 48%
}

@media only screen and (max-width:1169px) {
	.aboutBlocks .starCols>.col {
		width: 100%
	}
}

.aboutBlocks .starCols>.col:first-child .cell:first-child {
	width: 150px
}

@media only screen and (max-width:1169px) {
	.aboutBlocks .starCols>.col:first-child .cell {
		width: 50%
	}
}

@media only screen and (max-width:639px) {
	.aboutBlocks .starCols>.col:first-child .cell {
		width: 100%!important;
		display: block;
		text-align: center
	}
}

.aboutBlocks .starCols>.col:last-child .cell:first-child {
	width: 210px
}

@media only screen and (max-width:1169px) {
	.aboutBlocks .starCols>.col:last-child .cell {
		width: 50%
	}
}

@media only screen and (max-width:639px) {
	.aboutBlocks .starCols>.col:last-child .cell {
		width: 100%!important;
		display: block;
		text-align: center
	}
}

.aboutBlocks .starCols .row {
	display: table-row
}

.aboutBlocks .starCols .row:last-child .cell {
	padding-bottom: 30px
}

.aboutBlocks .starCols .cell {
	padding: 0 0 40px
}

.aboutBlocks .starCols .cell:first-child {
	padding-right: 20px
}

@media only screen and (max-width:639px) {
	.aboutBlocks .starCols .cell:first-child {
		padding-right: 0
	}
}

.aboutBlocks .moreButtons {
	padding: 10px 0 0
}

.aboutBlocks .moreButtons .button {
	height: 57px;
	line-height: 54px
}

.aboutBlocks .moreButtons .cell:first-child {
	padding: 0 40px 0 0
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .moreButtons .cell:first-child {
		padding: 0 0 20px
	}
}

.aboutBlocks .moreButtons .cell:last-child {
	width: 174px
}

@media only screen and (max-width:1023px) {
	.aboutBlocks .moreButtons .cell {
		width: 100%!important;
		display: block
	}
}

.aboutCols>.texts {
	width: 63.5%;
	padding: 20px 35px 70px 0
}

@media only screen and (max-width:1169px) {
	.aboutCols>.texts {
		width: 100%;
		padding-bottom: 20px;
		padding-right: 0;
		display: block
	}
}

.aboutCols>.mapCard {
	width: 36.5%;
	padding: 0 0 0 35px
}

@media only screen and (max-width:1169px) {
	.aboutCols>.mapCard {
		width: 100%;
		padding-left: 0;
		padding-bottom: 70px;
		display: block
	}
}

@media only screen and (max-width:1023px) {
	.aboutCols>.mapCard {
		padding-bottom: 30px
	}
}

@media only screen and (max-width:1023px) {
	.aboutCols .cards {
		padding-top: 30px
	}
}

.theCard {
	padding: 12px 0 30px;
	border: solid 1px #CFCFCF;
	background-color: #fff;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09)
}

.theCard .openMap {
	padding: 0 12px;
	position: relative
}

.theCard .openMap img {
	width: 100%;
	display: block;
	border-bottom: solid 1px rgba(112, 112, 112, 0.55)
}

.theCard .openMap .open {
	position: absolute;
	bottom: 0;
	right: 12px;
	background: #fff url(/javax.faces.resource/static/images/magnify.svg.xhtml) no-repeat center center/20px 20px;
	width: 51px;
	height: 51px;
	cursor: pointer;
	opacity: 1;
	border: solid 1px #CBCBCB;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.theCard .openMap .open:hover {
	opacity: .8
}

.theCard .profile {
	padding: 25px 42px 35px
}

@media only screen and (max-width:1023px) {
	.theCard .profile {
		padding: 12px
	}
}

.theCard .profile h4 {
	font-size: 19px;
	line-height: 24px;
	font-weight: 600
}

.theCard .profileData {
	border-bottom: solid 1px rgba(112, 112, 112, 0.55);
	padding: 0 0 23px;
	font-size: 19px;
	line-height: 24px
}

@media only screen and (max-width:1023px) {
	.theCard .profileData {
		padding: 12px 0
	}
}

.theCard .profileData img {
	width: 100%;
	display: block
}

.theCard .profileData .img {
	width: 106px
}

@media only screen and (max-width:1023px) {
	.theCard .profileData .img {
		display: table;
		margin: 0 auto 20px
	}
}

.theCard .profileData .txt {
	padding: 0 0 0 20px
}

@media only screen and (max-width:1023px) {
	.theCard .profileData .txt {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center
	}
}

.theCard .profileData p {
	padding: 12px 0 18px
}

.theCard .profileData .email {
	display: inline-block;
	padding: 0 0 0 30px;
	color: #3BB575;
	font-weight: 500;
	position: relative
}

.theCard .profileData .email:hover {
	text-decoration: underline
}

.theCard .profileData .email:before {
	content: "";
	width: 23px;
	height: 17px;
	left: 0;
	top: 2px;
	position: absolute;
	background: url(/javax.faces.resource/static/images/envelope_green.svg.xhtml) no-repeat center center/22px 17px
}

.theCard .pictograms {
	font-size: 18px;
	line-height: 24px;
	padding: 25px 0 20px
}

@media only screen and (max-width:1023px) {
	.theCard .pictograms {
		padding: 12px 0 15px
	}
}

.theCard .pictograms>* {
	color: #000;
	margin: 0 0 20px 0;
	display: table;
	padding: 0 0 0 51px;
	position: relative
}

.theCard .pictograms>:before {
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.theCard .pictograms>.phone:before {
	top: 5px;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.theCard .pictograms>h4 {
	padding: 0 0 10px 0
}

@media only screen and (max-width:1023px) {
	.theCard .pictograms>* {
		margin: 0 auto 20px;
		text-align: center
	}
}

.theCard .pictograms a:hover {
	text-decoration: underline;
	text-shadow: 0.5px 0 0 #000
}

.theCard .pictograms .poi:before {
	width: 18px;
	height: 22px;
	background: url(/javax.faces.resource/static/images/poi2.svg.xhtml) no-repeat center center/18px 22px
}

.theCard .pictograms .phone:before {
	width: 21px;
	height: 21px;
	background: url(/javax.faces.resource/static/images/phone.svg.xhtml) no-repeat center center/21px 21px
}

.theCard .pictograms .email:before {
	width: 21px;
	height: 27px;
	background: url(/javax.faces.resource/static/images/envelope.svg.xhtml) no-repeat center center/21px 17px
}

.theCard .pictograms .site:before {
	width: 22px;
	height: 17px;
	background: url(/javax.faces.resource/static/images/site.svg.xhtml) no-repeat center center/22px 17px
}

.theCard .pictograms span {
	color: #B2B2B2;
	font-size: 15px;
	display: block
}

.theCard .button {
	max-width: 300px;
	margin: 0 auto
}

.theCard .forSale {
	border-top: solid 1px rgba(112, 112, 112, 0.55);
	font-size: 21px;
	line-height: 26px;
	padding: 30px 0 0
}

@media only screen and (max-width:1023px) {
	.theCard .forSale {
		font-size: 16px
	}
}

.theCard .forSale a {
	color: #464646;
	display: table;
	padding: 0 0 0 64px;
	position: relative;
	margin: 0 auto
}

.theCard .forSale a:hover {
	text-decoration: underline
}

.theCard .forSale a:before {
	content: "";
	width: 35px;
	height: 25px;
	left: 0;
	top: 50%;
	position: absolute;
	background: url(/javax.faces.resource/static/images/houses.svg.xhtml) no-repeat center center/35px 25px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

body.compensate-for-scrollbar {
	overflow-y: visible!important;
	margin: 0!important
}

#mainFooter {
	padding: 275px 0 0
}

#mainFooter .partners {
	padding: 0 0 110px;
	position: relative;
	background-color: #86719E
}

#mainFooter .partners .figure {
	position: absolute;
	left: 17%;
	top: -200px;
	z-index: -1;
	width: 250px
}

@media only screen and (max-width:1439px) {
	#mainFooter .partners .figure {
		left: 20px
	}
}

@media only screen and (max-width:1023px) {
	#mainFooter .partners .figure {
		display: none
	}
}

#mainFooter .partners .wave {
	top: -195px;
	height: 258px;
	z-index: 1;
	background: url(/javax.faces.resource/static/images/wave_top.svg.xhtml) no-repeat center top/cover
}

#mainFooter .brandSlider img {
	opacity: .6
}

#mainFooter .brandSlider a {
	opacity: 1;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

#mainFooter .brandSlider a:hover {
	opacity: .8
}

#mainFooter .signUp {
	position: relative;
	background-color: #67537E;
	padding: 30px 0 65px
}

@media only screen and (max-width:1023px) {
	#mainFooter .signUp {
		padding-bottom: 30px
	}
}

#mainFooter .signUp .wave {
	top: -98px;
	height: 98px;
	z-index: 1;
	background: url(/javax.faces.resource/static/images/wave_bottom.svg.xhtml) no-repeat center top/cover
}

#mainFooter .signUp .figure {
	position: absolute;
	right: -2px;
	bottom: 0;
	z-index: 2;
	width: 380px
}

@media only screen and (max-width:1439px) {
	#mainFooter .signUp .figure {
		right: -8%
	}
}

@media only screen and (max-width:1169px) {
	#mainFooter .signUp .figure {
		display: none
	}
}

#mainFooter .signUp .toCenter {
	padding-left: 30px;
	padding-right: 30px
}

#mainFooter .signUp .plane {
	position: absolute;
	right: 100%;
	top: 15px;
	width: 420px;
	-ms-transform: translate(-35px, 0);
	-webkit-transform: translate(-35px, 0);
	transform: translate(-35px, 0)
}

@media only screen and (max-width:1169px) {
	#mainFooter .signUp .plane {
		display: none
	}
}

#mainFooter .toCenter {
	position: relative;
	z-index: 2
}

#mainFooter .wave {
	position: absolute;
	display: block;
	width: 100%;
	left: 0
}

#mainFooter h2 {
	color: #fff;
	font-size: 25px;
	line-height: 34px;
	font-weight: 600;
	text-align: center
}

#mainFooter p {
	color: #fff;
	padding: 12px 0;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	opacity: .5
}

#mainFooter .searchForm {
	max-width: 792px;
	padding-left: 10px;
	margin: 23px auto 33px;
	border: solid 1px transparent;
	-moz-box-shadow: 0 0 6px rgba(255, 0, 0, 0);
	-webkit-box-shadow: 0 0 6px rgba(255, 0, 0, 0);
	box-shadow: 0 0 6px rgba(255, 0, 0, 0);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

#mainFooter .searchForm.error {
	border-color: #FF0000;
	-moz-box-shadow: 0 0 6px rgba(255, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 6px rgba(255, 0, 0, 0.8);
	box-shadow: 0 0 6px rgba(255, 0, 0, 0.8)
}

#mainFooter .searchForm:before {
	display: none
}

#mainFooter .socials {
	display: table;
	margin: 5px auto;
	font-size: 0
}

#mainFooter .socials a {
	margin: 0 8px;
	vertical-align: top;
	display: inline-block;
	opacity: 1;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

#mainFooter .socials a:hover {
	opacity: .8
}

#mainFooter .socials img {
	display: block;
	width: 42px
}

#mainFooter .brandSlider {
	margin: 50px auto 0;
	width: 790px
}

@media only screen and (max-width:1023px) {
	#mainFooter .brandSlider {
		width: 100%;
		padding: 0 50px
	}
}

#mainFooter .brandSlider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#mainFooter .brandSlider .slick-track .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#mainFooter .brandSlider img {
	max-width: 85%
}

#mainFooter .brandSlider .slick-arrow {
	position: absolute;
	top: 50%;
	padding: 0;
	margin: 0;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	opacity: 1;
	cursor: pointer;
	z-index: 10;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

#mainFooter .brandSlider .slick-arrow.slick-prev {
	left: -30px;
	background: url(/javax.faces.resource/static/images/slider_left.svg.xhtml) no-repeat center center/cover
}

#mainFooter .brandSlider .slick-arrow.slick-next {
	right: -30px;
	background: url(/javax.faces.resource/static/images/slider_right.svg.xhtml) no-repeat center center/cover
}

#mainFooter .brandSlider .slick-arrow:hover {
	opacity: .8
}

#mainFooter .brandSlider .slick-slide * {
	display: table!important;
	margin: 0 auto!important
}

#mainFooter .navigations {
	margin: 50px 0 0;
	padding: 50px 0;
	border-top: solid 1px rgba(255, 255, 255, 0.3)
}

#mainFooter .navigations h4 {
	color: #fff;
	font-weight: 600;
	display: table;
	font-size: 19px;
	line-height: 24px;
	opacity: .6;
	padding: 0 0 30px
}

#mainFooter .navigations a {
	color: #fff;
	font-weight: 600;
	display: table;
	margin: 0 0 16px;
	font-size: 17px;
	line-height: 21px
}

#mainFooter .navigations a:hover {
	text-decoration: underline
}

#mainFooter .navigations .col {
	width: 32.1%
}

@media only screen and (max-width:1023px) {
	#mainFooter .navigations .col {
		width: 100%
	}
	#mainFooter .navigations .col a,
	#mainFooter .navigations .col h4 {
		margin-left: auto;
		margin-right: auto
	}
}

#mainFooter .copyright {
	color: #B3A9BE;
	font-size: 17px;
	line-height: 21px
}

#mainFooter .copyright a {
	color: #fff;
	font-weight: 600
}

#mainFooter .copyright a:hover {
	text-decoration: underline
}

@media only screen and (max-width:1023px) {
	#mainFooter .copyright {
		width: 100%;
		text-align: center
	}
}

#mainFooter .pageon {
	position: absolute;
	bottom: -22px;
	z-index: 105;
	right: 30px;
	opacity: 1;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

#mainFooter .pageon:hover {
	opacity: .8
}

#mainFooter .pageon img {
	width: 158px
}

@media only screen and (max-width:1023px) {
	#mainFooter .pageon {
		right: auto;
		display: table;
		margin: 40px auto 0;
		position: relative;
		bottom: auto
	}
}

.gdpr {
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 0 20px;
	z-index: 999;
	border-top: solid 1px #CFCFCF;
	opacity: 1;
	visibility: visible;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms
}

@media only screen and (max-width:1023px) {
	.gdpr {
		position: absolute
	}
}

.gdpr.hidden {
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate(0, -50px);
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

.gdpr .toCenter {
	max-width: 1040px
}

.gdpr h3 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 500;
	padding: 0 0 20px
}

@media only screen and (max-width:1023px) {
	.gdpr h3 {
		text-align: center
	}
}

.gdpr p {
	color: #5A5A5A;
	font-size: 15px;
	line-height: 30px
}

.gdpr p a {
	margin: 0 0 0 10px;
	color: #3BB575;
	display: inline-block;
	font-weight: 600
}

.gdpr p a:hover {
	text-decoration: underline
}

.gdpr .actions {
	padding: 0 100px 0 0
}

.gdpr .actions .clearfix {
	padding: 0 0 10px
}

@media only screen and (max-width:1023px) {
	.gdpr .actions {
		padding: 0
	}
}

.gdpr .button {
	width: 196px
}

@media only screen and (max-width:1023px) {
	.gdpr .button {
		width: 100%;
		margin: 20px 0 0
	}
}

.gdpr .disableAll {
	width: 196px;
	color: #FF4081;
	font-weight: 600;
	font-size: 17px;
	line-height: 30px;
	text-align: center
}

@media only screen and (max-width:1023px) {
	.gdpr .disableAll {
		width: 100%
	}
}

.gdpr .disableAll span {
	cursor: pointer
}

.gdpr .disableAll span:hover {
	text-decoration: underline
}

.gdpr .checks {
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	display: block;
	margin: 11px 45px 0 0;
	padding: 0 57px 0 0;
	position: relative;
	cursor: pointer
}

.gdpr .checks:nth-child(4) {
	margin-right: 0
}

@media only screen and (max-width:1023px) {
	.gdpr .checks {
		width: auto;
		margin: 35px auto;
		display: table;
		float: none
	}
	.gdpr .checks:nth-child(4) {
		margin-right: auto
	}
}

.gdpr .checks input {
	display: none
}

.gdpr .checks input[disabled]+span {
	border-color: #B7B7B7!important
}

.gdpr .checks input[disabled]+span:after {
	right: -1px!important;
	left: auto!important;
	background-color: #95E1B9!important;
	border-color: #65C191!important
}

.gdpr .checks input:checked+span:after {
	left: -1px;
	background-color: #DCDCDC;
	border-color: #828282
}

.gdpr .checks span {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	width: 42px;
	height: 23px;
	border: solid 1px #707070;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-webkit-border-radius: 25px;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

.gdpr .checks span:after {
	content: "";
	width: 21px;
	height: 21px;
	right: -1px;
	top: -1px;
	position: absolute;
	background-color: #45B87C;
	border: solid 1px #227449;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all ease-in-out 100ms;
	-webkit-transition: all ease-in-out 100ms;
	-moz-transition: all ease-in-out 100ms;
	-o-transition: all ease-in-out 100ms;
	-ms-transition: all ease-in-out 100ms
}

@media only screen and (max-width:1023px) {
	.gdpr .clearfix+.clearfix .toLeft {
		width: 100%;
		text-align: center
	}
}

.hint-text {
	color: lightgray; 
	margin-top: 5px;
}

.header-text {
	font-size: 26px;
	line-height: 20px;
	font-weight: 300;
	text-align: center;
	padding: 0 0 10px
}

#edit-institute:before {
    display: none;
}

.ui-growl {
	margin-top: 10px;
   	left: 0;
   	width: 800;
}

.ui-growl-title {
  margin-left: 20px;
  font: 20px "Lucida Console", Monaco, monospace;
  letter-spacing: -1px;
}

.ui-datascroller-content.ui-widget-content.ui-corner-all {
	border: none;
}

.inputText {
	height: 68px;
	padding: 0 56px;
	display: block;
	width: 100%;
	font: 500 20px 'Montserrat';
	z-index: 2;
	position: relative;
	color: #000
}

.ui-carousel{
	border:none;
	width: 360px;
	height: 64px;
}

.ui-carousel-header {
	display: none;
}

.ui-carousel-viewport {
	border: none !important;
}

.ui-carousel-item {
	border: none !important;
}

.ui-slideouttab-handle {
	background: #3BB575 !important;
}

.feedback-panel {
  border-color: DeepPink;
  border-width: 1px;
}

.feedback-handle {
  padding: 8px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #FF3366;
  color: DeepPink !important;
  background-color: white !important;
}

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

.ui-slideouttab-open>.feedback-handle {
  color: white !important;
  background-color: DeepPink !important;
}

.close-icon {
  position: relative;
  left: -35px;
  top: -15px;
  z-index: 9999;
  display:block;
  box-sizing:border-box;
  width:15px;
  height:15px;
  border-width:3px;
  border-style: solid;
  border-color:red;
  border-radius:100%;
  background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%);
  background-color:red;
  box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
}

.gmapFull {
  width: 100%;
  height: 100vh !important;
}

.mapClose {
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  top: 5px;
  margin-right: 5px;
  z-index: 10002;
}

#saveButton {
  background-color : #FF4081;
  color: white;
  padding: 10px 20px;
  border-color: #46b8da;
  border-radius: 50%;
}

#saveDiv {
  z-index: 10000;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 15px;
  left: 15px;
}