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

@font-face {
	font-family: 'Cashew Apple Ale';
	src: url('../fonts/CashewAppleAle-Regular.woff2') format('woff2'), url('../fonts/CashewAppleAle-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* POSITION CLASSES */
.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.wrapper.medium {
	width: 1000px;
}
.wrapper.small {
	width: 800px;
}
.clear {
	clear: both;
}
.dpn {
	display: none!important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatRightI {
	float: right!important;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.p10-0 {
	padding: 10px 0;
}
.p15-0 {
	padding: 15px 0;
}
.p20-0 {
	padding: 20px 0;
}
.p30-0 {
	padding: 30px 0;
}
.p40-0 {
	padding: 40px 0;
}
.p50-0 {
	padding: 50px 0;
}
.p60-0 {
	padding: 60px 0;
}
.p100-0 {
	padding: 100px 0;
}
.p200-0-70 {
	padding: 200px 0 70px;
}
.p200-0-100 {
	padding: 200px 0 100px;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.p30 {
	padding: 30px;
}
.p40 {
	padding: 40px;
}
.p50 {
	padding: 50px;
}
.p60 {
	padding: 60px;
}
.pt0 {
	padding-top: 0;
}
.pb0 {
	padding-bottom: 0;
}
.pb50 {
	padding-bottom: 50px;
}
.mt-100 {
	margin-top: -100px;
}
/* FONT CLASSES */
.light {
	font-family: "Roboto";
	font-weight: 300;
	font-style: normal;
}
.regular {
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
}
.medium {
	font-family: "Roboto";
	font-weight: 500;
	font-style: normal;
}
.bold {
	font-family: "Roboto";
	font-weight: 700;
	font-style: normal;
}
.title {
	font-family: 'Cashew Apple Ale';
}
.uppercase {
	text-transform: uppercase;
}
.normalcase{
	text-transform: none;
}
.underline {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
em {
	font-style: italic;
}
.centerText {
	text-align: center;
}
.title-big {
	font-size: 40px;
	line-height: 1.5;
}
.title-1 {
	font-size: 32px;
	line-height: 1.5;
}
.title-2 {
	font-size: 28px;
	line-height: 1.5;
}
.title-3 {
	font-size: 26px;
	line-height: 1.5;
}
.title-4 {
	font-size: 24px;
	line-height: 1.5;
}
.title-5 {
	font-size: 22px;
	line-height: 1.5;
}
.title-6 {
	font-size: 20px;
	line-height: 1.5;
}
.title-7 {
	font-size: 18px;
	line-height: 1.5;
}
.title-8 {
	font-size: 16px;
	line-height: 1.5;
}
/* GENERAL STYLING CLASSES */
.backgroundCover {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
.clearFix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.relative {
	position: relative;
}
.btn {
	cursor: pointer;
}
.formshowerror {
	border: 1px solid red;
	background-color: #ffd0d0;
	color: red;
}
.parallax {
	overflow: hidden;
	position: absolute;
	float: left;
	height: 100%;
	top: 0;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.image {
	float: left;
	width: 100%;
}
.image img {
	float: left;
	max-width: 100%;
}
.round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid #e8e8e8;
}
.fourColumn {
	float: left;
	width: 21.5%;
}
.fourColumn:nth-child(2) {
	margin: 0 2% 0 3%;
}
.fourColumn:nth-child(3) {
	margin: 0 3% 0 2%;
}
.center {
	display: flex;
	align-items: center;
	height: 100%;
}
.flexRow {
	flex: 0 0 100%;
}
.centerBack {
	background-position: center;
}
/* GENERAL ELEMENTS */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: white;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
a {
	color: inherit;
}
b {
	font-family: "Roboto";
	font-weight: 700;
	font-style: normal;
}
.paragraph {
	float: left;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 32px;
	color: #4D5964;
}
.paragraph img {
	max-width: 100%;
	height: auto;
}
.paragraph.white {
	color: white!important;
}
.paragraph.italic {
	font-style: italic;
}
.paragraph.small {
	font-size: 14px;
	line-height: 19px;
}
.paragraph.medium {
	font-size: 15px;
	line-height: 24px;
}
.paragraph.big {
	font-size: 18px;
	line-height: 35px;
}
.paragraph a {
	color: black;
	font-family: "Roboto";
	font-weight: 700;
	font-style: normal;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}
.paragraph a:hover {
	border-bottom: 1px solid black;
}
.button {
	position: relative;
	float: left;
	cursor: pointer;
	padding: 10px 25px 14px;
	background-color: transparent;
	color: #332e31;
	font-weight: 700;
	text-decoration: none!important;
	font-size: 18px;
	line-height: 1;
	cursor: pointer!important;
	border: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.button.blackGhost {
	border: 1px solid black;
	background-color: transparent;
	color: black;
}
.button.blackGhost:hover {
	background-color: black;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.whiteGhost {
	border: 1px solid white;
	background-color: transparent;
	color: white;
}
.button.whiteGhost:hover {
	background-color: white;
	color: black;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.yellow {
	background-color: #ffee03;
	color: #4d5963;
}
.button.yellow:hover {
	background-color: #ebdb03;
	color: #4d5963;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button:hover {
	background-color: #f9f9f9;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.small {
	padding: 9px 20px 11px;
	font-size: 15px;
}
.button.medium {
	padding: 15px 30px;
	font-size: 15px;
}
.button.big {
	padding: 18px 35px;
	font-size: 16px;
}
.button.inactive {
	opacity: 0.6;
	cursor: default;
}
.withIcon {
	padding: 20px 50px 20px 20px;
}
.withIcon img {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}
.withIcon.appoinment {
	position: absolute;
	bottom: 15px;
	right: -40px;
}
.withIcon.smaller {
	padding: 15px 70px 15px 25px;
	font-size: 17px;
}
.withIcon.smaller img {
	width: 22px;
	right: 26px;
}
.buttonsHome {
	margin-top: -30px;
}
.buttons .button:nth-child(2) {
	margin-left: 20px;
	margin-right: 20px;
}
.roundedCorner {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}
.header {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 199;
}
.header.scroll {
	background-color: rgba(94, 105, 115, 0.8);
}
.header.scroll .logo {
	width: 140px;
	margin-top: 3px;
}
.mainHeader {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.logo {
	float: left;
	width: 240px;
	margin-top: 5px;
}
.logo img {
	float: left;
	width: 100%;
}
.rightHeader {
	float: right;
	margin-top: 10px;
}
#menu {
	float: left;
	z-index: 100;
	position: relative;
	width: auto;
	margin-top: 3px;
}
#menu ul {
	float: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#menu li {
	float: left;
	width: auto;
	position: relative;
	margin-right: 5px;
}
#menu li.selected a {
	color: #ffee03;
}
#menu li:last-child {
	margin-right: 0;
}
#menu li:hover a {
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
#menu li:hover .sub {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
#menu li i {
	font-size: 20px;
	margin-top: -3px;
}
#menu li a {
	float: left;
	padding: 12px 15px;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	font-family: "Roboto";
	font-weight: 700;
	font-style: normal;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-bottom: 1px solid transparent;
	color: white;
}
#menu li a:hover {
	color: #ffee03;
}
#menu .sub {
	z-index: 99;
	position: absolute;
	width: 300px;
	top: 52px;
	border-top: 1px solid black;
	background-color: black;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
#menu .sub li {
	float: left;
	width: 100%;
	margin: 0!important;
	border-bottom: 1px solid #404040;
}
#menu .sub li:after {
	display: none;
}
#menu .sub li:last-child {
	border-bottom: none;
}
#menu .sub li a {
	float: left;
	width: 100%;
	text-shadow: none;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	font-size: 14px;
	padding: 12px 10px;
	cursor: pointer;
	color: white;
	text-transform: none;
	height: auto;
	border-bottom: none;
	letter-spacing: 0;
}
#menu .sub li a:hover {
	background-color: #202020;
}
#menu .sub li:last-child {
	border-bottom: none;
}
.iconArrow {
	display: none;
}
.iconsearch {
	float: right;
	width: 40px;
	height: 40px;
	background-color: white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #4D5964!important;
	margin-left: 10px;
	margin-top: -12px;
}
.iconsearch i {
	font-size: 28px!important;
	margin-top: 0!important;
	line-height: 38px;
}
.rightUsps {
	float: right;
	padding: 30px;
	width: 400px;
	background-color: rgba(77, 89, 100, 0.9);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.rightUsps.sub {
	width: 100%;
	padding:0;
	background-color: transparent;
}
.rightUsps.sub .innerCol{
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color: rgba(77, 89, 100, 0.9);
	padding: 30px;
}
.rc25Under{
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.socialMenu {
	float: left;
	width: auto;
	margin-left: 20px;
}
.socialMenu li {
	float: left;
	color: white;
	margin-right: 10px;
	position: relative;
}
.socialMenu li.followText {
	float: left;
	line-height: 30px;
	margin-right: 15px;
}
.socialMenu li:last-child {
	margin-right: 0;
}
.socialMenu a {
	float: left;
	color: white;
	text-decoration: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.socialMenu a:hover {
	background-color: #ffffff;
	color: #332e31;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.slideContainer {
	float: left;
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.slideContainer.sub {
	height: 500px;
}
.slideContainer.sub .slideImage {
	height: 500px;
}
.slideContainer.sub .wrapperSlide {
	height: 500px;
}
.content {
	float: left;
	width: 100%;
}
.max900 {
	max-width: 1000px;
}
.iconItem {
	position: absolute;
	width: 140px;
	height: 140px;
	background-color: #ffee03;
	right: -70px;
	top: -20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.iconItem.home {
	top: 50%;
	transform: translateY(-50%);
	right: -100px;
}
.iconItem:hover {
	background-color: #ebdb03;
	cursor: pointer;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.icon {
	float: none;
	width: 30px;
	margin: auto;
}
.icon img {
	float: left;
	width: 100%;
}
.slideImage {
	float: left;
	width: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center;
	height: 700px;
}
.slideHeight {
	height: 700px;
}
.wrapperSlide {
	position: absolute;
	width: 1340px;
	left: 50%;
	margin-left: -670px;
	height: 700px;
}
#items {
	float: left;
}
#items .owl-item {
	float: left;
}
.item {
	float: left;
	width: 100%;
}
.slideImageInner {
	position: absolute;
	width: 400px;
	z-index: 80;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.slideImageInner img {
	float: left;
	width: 100%;
}
.slideText {
	position: absolute;
	z-index: 80;
	right: 50%;
	bottom: 30px;
	width: 50%;
}
.textSlide {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 500px;
	transform: translateY(-50%);
}
.textSlide.sub {
	top: auto;
	bottom: 100px;
	transform: none;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(102, 96, 96, 0.1);
}
.leftMenu {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.leftMenu li {
	float: left;
	width: 100%;
}
.leftMenu a {
	float: left;
	width: 100%;
	text-decoration: none;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	font-size: 15px;
}
.leftMenu a:hover {
	color: #332e31;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.searchItem {
	float: left;
	border-bottom: 1px dashed black;
	padding-bottom: 30px;
	margin-top: 30px;
	padding-right: 40px;
	width: 45%;
}
.searchItem:nth-child(2n+2) {
	float: right;
}
.searchItemInner {
	float: left;
	width: 100%;
	padding: 15px 20px 15px 20px;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
/*CHECKLIST*/
.checkList {
	float: left;
	width: 100%;
	margin-left: 0!important;
}
.checkList li {
	list-style: none;
	margin-left: 30px;
	position: relative;
	color: white;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 2px dotted rgba(255, 255, 255, 0.6);
}
.checkList li:before {
	content: '\f00c';
	font-size: 14px;
	color: #ffee03;
	font-family: "FontAwesome";
	left: -30px;
	position: absolute;
}
.checkList li:last-child {
	border-bottom: none;
}
.uspList {
	float: left;
	width: 100%;
	margin-left: 0!important;
	padding-left: 15px;
	margin-top: 15px;
}
.uspList li {
	position: relative;
	list-style: decimal;
	color: #ffee03;
	font-size: 25px;
	line-height: 25px;
	font-family: 'Cashew Apple Ale';
	border-bottom: 2px dotted rgba(255, 255, 255, 0.6);
	padding: 7px 0;
}
.uspList li span {
	color: white;
	font-family: "Roboto";
	font-weight: 300;
	font-style: normal;
	font-size: 17px;
	text-align: left;
}
.uspList li:last-child {
	border-bottom: none;
}
.iconClientOuter {
	float: left;
	width: 180px;
	height: 180px;
	background-color: #ffee03;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 20px;
	position: relative;
}
.iconInner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.iconClient {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #4D5964;
}
.iconClientText {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 50px;
	margin-top: 5px;
	color: #4D5964;
}
.searchLocation {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.searchLocation.yellow {
	margin-top: 15px;
}
.searchLocation.yellow .locationInput {
	background-color: #ffee03;
	font-size: 16px;
}
.searchLocation.yellow .locationButton {
	margin-left: 10px;
}
.locationInput {
	float: left;
	height: 50px;
	padding: 10px 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	outline: none;
	border: none;
	font-size: 14px;
	width: 250px;
}
.locationButton {
	float: left;
	width: 50px;
	height: 50px;
	background-color: #ffee03;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	margin-left: 20px;
}
.locationButton:hover {
	background-color: #ebdb03;
}
.locationButton img {
	float: left;
	width: 100%;
	padding: 7px;
}
.breadCrumbs {
	float: left;
	width: 100%;
}
.breadCrumbs li {
	float: left;
	font-size: 14px;
}
.breadCrumbs li:after {
	position: relative;
	content: '\f105';
	font-family: "FontAwesome";
	margin: 1px 10px 0 10px;
	font-size: 11px;
	float: left;
	vertical-align: middle;
}
.breadCrumbs li:last-child:after {
	display: none;
}
.breadCrumbs li:last-child a {
	color: #949494;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
}
.breadCrumbs a {
	float: left;
	text-decoration: none;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	color: #606060;
}
.breadCrumbs a:hover {
	color: black;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.inputLabel {
	float: left;
	width: 100%;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	color: black;
	font-size: 14px;
	padding-left: 10px;
}
.input {
	width: 100%;
	cursor: auto;
	display: inline-block;
	position: relative;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: none;
	overflow: hidden;
	background-color: white;
	color: #2d2d2d;
	float: left;
	height: 50px;
	padding: 10px 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	font-size: 14px;
	border: 1px solid #4e4e4e;
}
#textarea{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	padding: 20px;
}
.input:focus {
	border-color: #282828;
}
.input.error {
	border-color: #c00000;
}
.input.ok {
	border-color: #0b6822;
}
.input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	
	color: #404040;
}
.input::-moz-placeholder {
	/* Firefox 19+ */
	
	color: #404040;
}
.input:-ms-input-placeholder {
	/* IE 10+ */
	
	color: #404040;
}
.input:-moz-placeholder {
	/* Firefox 18- */
	
	color: #404040;
}
textarea {
	float: left;
	max-width: 100%;
	min-height: 150px;
	padding: 20px;
}
footer {
	float: left;
	width: 100%;
	padding: 100px 0;
	background-color: white;
}
.socialIcons {
	float: left;
	width: auto;
}
.socialIcons li {
	float: left;
	color: white;
	margin-right: 10px;
}
.socialIcons li:last-child {
	margin-right: 0;
}
.socialIcons a {
	float: left;
	color: white;
	text-decoration: none;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	background-color: #585858;
}
.socialIcons a:hover {
	background-color: #ffee03;
	color: #332e31;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.socialIcons i {
	padding-left: 1px;
}
.footerList {
	float: left;
	width: 100%;
}
.footerList li {
	float: left;
	width: 100%;
}
.footerList a {
	float: left;
	width: 100%;
	text-decoration: none;
	font-size: 15px;
	line-height: 30px;
	color: black;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
}
.footerList a:hover {
	color: #8c8c8c;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
footer .paragraph {
	color: black;
	font-size: 15px;
	line-height: 30px;
}
#maps {
	float: left;
	width: 100%;
	height: 600px;
	background-color: #f9f9f9;
}
.middle {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
}
.titlePosition {
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 99;
}
/*CHECK + RADIO*/
.custom input[type="checkbox"]:not(:checked),
.custom input[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.custom input[type="checkbox"]:not(:checked) + label,
.custom input[type="checkbox"]:checked + label {
	float: left;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	padding-top: 0px;
	line-height: 1.5;
	color: #636466;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	width: 100%;
}
.custom input[type="checkbox"]:not(:checked) + label:before,
.custom input[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 17px;
	height: 17px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: #ffffff;
}
.custom input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.custom input[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.custom input[type="checkbox"]:not(:checked) + label:after,
.custom input[type="checkbox"]:checked + label:after {
	content: '\f00c';
	font-family: "FontAwesome";
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 10px;
	line-height: 0.8;
	color: white;
	padding: 4px 7px 6px 3px;
	width: 7px;
	height: 7px;
	background-color: #ffee03;
	transition: all .2s;
}
.smallCustom input[type="checkbox"]:not(:checked) + label,
.smallCustom input[type="checkbox"]:checked + label {
	font-size: 13px;
}
.custom input[type="radio"]:not(:checked),
.custom input[type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
.custom input[type="radio"]:not(:checked) + label,
.custom input[type="radio"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	padding-top: 0px;
	letter-spacing: 0;
	color: #636466;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
}
.custom input[type="radio"]:not(:checked) + label:before,
.custom input[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 1px;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 2px solid #404040;
}
.custom input[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.custom input[type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.custom input[type="radio"]:not(:checked) + label:after,
.custom input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	height: 16px;
	width: 16px;
	border-radius: 2px;
	background-color: #ffee03;
	transition: all .2s;
}
.custom.configurator input[type="radio"]:not(:checked) + label:before,
.custom input[type="radio"]:checked + label:before {
	top: -1px;
}
.custom.configurator input[type="radio"]:not(:checked) + label:after,
.custom input[type="radio"]:checked + label:after {
	top: 1px;
}

.rightClient{float: left; width: calc(100% - 180px);}
.leftClient{float: left; width: 180px; margin-top: -30px;}

.searchLocation.yellow .locationInput{width: calc(100% - 60px);}
.titleLink{
	text-decoration: none;
	color: #7c7c7c;
	font-size: 13px;
	border-bottom: 1px solid #7c7c7c;
	cursor: pointer;
}
.titleLink:hover{
	color: black;
	border-bottom: 1px solid black;
}
.line{float: left; width: 100%; height: 1px; background-color: #7c7c7c;}
.contactInfo{float: left; width: 100%; margin-top: 10px; margin-bottom: 10px;}
.contactInfo i{float: left; width: 35px; text-decoration: none; color: #4D5964;}
.contactInfo li{float:left; width: 100%; margin-bottom: 10px; font-size: 15px;}
.contactInfo li:last-child{margin-bottom: 0;}
.contactInfo li a{float: left; text-decoration: none; color: #4D5964; width: calc(100% - 40px); line-height: 1.2;}
.contactInfo li a:hover{color: black;}

.maps{float:left; width: 100%;}
.maps iframe{float:left; width: 100%!important;}

/*SELECTCOL*/
.selectBoxCol {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	min-width: 200px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #4e4e4e;
	-webkit-appearance: none;
}
.selectBoxCol:after {
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 16px;
	color: #4e4f4f;
	content: '\f107';
	font-family: "FontAwesome";
	z-index: -1;
	transform: translateY(-50%);
}
.selectBox {
	width: 100%;
	cursor: auto;
	display: inline-block;
	position: relative;
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	background-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: none;
	overflow: hidden;
	color: #2d2d2d;
	float: left;
	height: 50px;
	padding: 0px 20px;
	font-size: 14px;
	border: none;
	-webkit-appearance: none;
}
option{
	color: black;
}
/* COL */
.col-1,
.col-2,
.col-2-5,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
}
.col-1 {
	width: 8.333%;
}
.col-2 {
	width: 16.666%;
}
.col-2-5 {
	width: 20%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333%;
}
.col-5 {
	width: 41.666%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333%;
}
.col-8 {
	width: 66.666%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.333%;
}
.col-11 {
	width: 91.666%;
}
.col-12 {
	width: 100%;
}
.col-padding {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
.col-padding-right {
	padding-right: 15px;
}
.col-padding-left {
	padding-left: 15px;
}
.col-padding-right-big {
	padding-right: 40px;
}
.col-padding-left-big {
	padding-left: 40px;
}
.s-show,
.s-show-block {
	display: none;
}
/* PAGES */
.blackColor {
	color: black;
}
.whiteColor {
	color: white;
}
.yellowColor {
	color: #ffef03;
}
.darkColor {
	color: #4D5964;
}
.blackBack {
	background-color: black;
}
.whiteBack {
	background-color: white;
}
.darkBack {
	background-color: #4D5964;
}
.darkBackLight {
	background-color: #8A9AA8;
}
.greyBack{
	background-color: #f3f3f3;
}
.transBack {
	background-color: rgba(77, 89, 100, 0.9);
}
.borderTop {
	border-top: 1px solid #eee;
}
.borderBottom {
	border-bottom: 1px solid #eee;
}
.borderRightWhite {
	border-right: 1px solid white;
}
/*FS*/
.fs11 {
	font-size: 11px;
}
.fs13 {
	font-size: 13px;
}
.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.fs17 {
	font-size: 17px;
}
.fs18 {
	font-size: 18px;
}
.fs24 {
	font-size: 24px;
}
.fs42 {
	font-size: 42px;
}
.fs50 {
	font-size: 50px;
}
.fs60 {
	font-size: 60px;
}
/*LETTER SPACING*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
.ls-6 {
	letter-spacing: 6px;
}
.line1 {
	line-height: 1;
}
.line12 {
	line-height: 1.2;
}
.line14 {
	line-height: 1.4;
}
.line16 {
	line-height: 1.6;
}
.line18 {
	line-height: 1.8;
}
.line2 {
	line-height: 2;
}
.shadowText {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
.zi70 {
	z-index: 70;
}
.zi80 {
	z-index: 80;
}
.h200 {
	height: 200px;
}
/* FONT CLASSES GENERAL */
.autoColumn-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
.fontSmooth {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.rightText {
	text-align: right;
}
.lightFont {
	font-family: "Roboto";
	font-weight: 300;
	font-style: normal;
}
.regularFont {
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
}
.mediumFont {
	font-family: "Roboto";
	font-weight: 500;
	font-style: normal;
}
.boldFont {
	font-family: "Roboto";
	font-weight: 700;
	font-style: normal;
}
.shadow {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.textRight {
	text-align: right;
}
.centerDiv {
	float: none;
	display: table;
	margin: auto;
}
.hidden {
	overflow: hidden;
}
.message,
.message-ok,
.message-error {
	display: block;
	padding: 10px 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.message-ok {
	border: 1px solid #00960e;
	color: #00960e;
	background-color: #a6d8ab;
}
.message-error {
	border: 1px solid red;
	color: red;
	background-color: #ffd0d0;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
	touch-action: auto;
}
#edge-touch-fix-material-select input.select-dropdown {
	-ms-touch-action: none;
}
.rightColumn{
	position: relative;
}
.leftColumn{
	position: relative;
}
.fixed{
	position: fixed;
	width: 320px;
	top: 130px;
}
.fixed.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
}