/* Global */

:root {
	--white: #ffffff;
	--yellow: #f8f500;
	--blue-extra-light: #b1cfef;
	--blue-light: #2b71c0;
	--blue-default: #0053b0;
	--blue-dark: #00326a;
	--grey-light: #fafafc;
	--grey-default: #c5c5c5;
	--grey-dark: #737373;
	--black: #0e151a;
}

body{
	color: var(--grey-dark);
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 400;
	font-family: "Fustat", sans-serif;
	background: var(--white) none;
	overflow-x: hidden;
}
@media (max-width: 1199px) {
	body{
		font-size: 1rem;
	}
}
@media (max-width: 767px) {
	body{
		font-size: 1rem;
	}	
}
a{
	color: var(--blue-default);
}
a:hover,
a:focus{
	color: var(--blue-dark);
	text-decoration: none;
	outline: 0 none;
}
strong, b{
	font-weight: 700;
}
dl, ol, ul{
	margin-bottom: 1.875rem;
}

/* Containers */

@media (max-width: 767px) {
	.container{
		max-width: 100%;
	}
}
@media (min-width: 868px) and (max-width: 991px) {
  .container{
		max-width: 830px;
  }	
}
@media (min-width: 1260px){
	.container{
		max-width: 1230px;
	}
}
@media (min-width: 1360px){
	.container{
		max-width: 1330px;
	}
}
@media (min-width: 1500px){
	.container{
		max-width: 1470px;
	}
}
@media (min-width: 1200px) {
	.container-fluid{
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Page */

#page.site{
	padding-top: calc(57px + 3.75rem);
	transition: all 250ms ease-in-out;
}
#page.site.offset{
	padding-top: calc(50px + 1.875rem);
}
@media (max-width: 1199px) {
	#page.site{
		padding-top: calc(50px + 1.875rem);
	}
	#page.site.offset{
		padding-top: calc(40px + 1.875rem);
	}
}
@media (max-width: 767px) {
	#page.site,
	#page.site.offset{
		padding-top: calc(30px + 1.875rem);
	}
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.875rem 0;
	padding: 0;
	color: var(--black);
	line-height: 1.25;
	font-weight: 700;
	font-family: "Onest", sans-serif;
}
h1 {
	font-size: 4rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;	
}
@media (max-width: 1199px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h6 {
		font-size: 1.125rem;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h6 {
		font-size: 1.125rem;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 1.25rem;
	}
	h4 {
		font-size: 1.125rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h6 {
		font-size: 1.125rem;
	}
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: var(--black);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus{
	color: var(--blue-default);
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	color: var(--blue-dark);
}
h1 a span, h2 a span, h3 a span, h4 a span, h5 a span, h6 a span{
	color: var(--blue-dark);
}
h1 a:hover span, h2 a:hover span, h3 a:hover span, h4 a:hover span, h5 a:hover span, h6 a:hover span,
h1 a:focus span, h2 a:focus span, h3 a:focus span, h4 a:focus span, h5 a:focus span, h6 a:focus span{
	color: var(--blue-default);
}

/* Form controls */

.form-control{
	padding: 0.9375rem 1.875rem;
	height: calc(1.5em + 1.875rem + 2px);
	color: var(--grey-dark);
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	background: transparent none;
	border: 1px solid var(--grey-ligacceptanceht);
	border-radius: 0;
	box-shadow: 0 0 15px 0 rgba(197, 197, 197, 0.25);
}
@media (max-width: 1199px) {
	.form-control{
		padding: 0.625rem 1.25rem;
		height: calc(1.5em + 1.25rem + 2px);
	}
}
@media (max-width: 767px) {
	.form-control{
		padding: 0.3125rem 0.9375rem;
		height: calc(1.5em + 0.625rem + 2px);
	}	
}
select.form-control{
	padding-right: 3.75rem;
	background-color: transparent;
	background-image: url('../images/select_arrow.svg');
	background-position: center right 1.875rem;
	background-repeat: no-repeat;
	background-size: 11px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (max-width: 1199px) {
	select.form-control{
		padding-right: 3.125rem;
		background-position: center right 1.25rem;
	}
}
@media (max-width: 767px) {
	select.form-control{
		padding-right: 2.8125rem;
		background-position: center right 0.9375rem;
	}
}
textarea.form-control{
	height: 150px!important;
	background: var(--grey-light) none!important;
}
.form-control:placeholder{
    color: var(--grey-dark)!important;
}
.form-control::placeholder{
    color: var(--grey-dark)!important;
}
.form-control:-webkit-input-placeholder{
    color: var(--grey-dark)!important;
}
.form-control::-webkit-input-placeholder{
    color: var(--grey-dark)!important;
}
.form-control:-moz-placeholder{
    color: var(--grey-dark)!important;
}
.form-control::-moz-placeholder{
    color: var(--grey-dark)!important;
}
.form-control:-ms-input-placeholder{
    color: var(--grey-dark)!important;
}
.form-control::-ms-input-placeholder{
    color: var(--grey-dark)!important;
}
.form-control:hover,
.form-control:focus{
	color: var(--black);
	background: transparent none;
	border: 1px solid var(--blue-default);
	box-shadow: 0 0 15px 0 rgba(0, 83, 176, 0.15);
}
select.form-control:hover,
select.form-control:focus{
	background-color: transparent;
	background-image: url('../images/select_arrow.svg');
	background-position: center right 1.875rem;
	background-repeat: no-repeat;
	background-size: 11px 6px;
}
.form-control:hover:placeholder,
.form-control:focus:placeholder{
    color: var(--black)!important;
}
.form-control:hover::placeholder,
.form-control:focus::placeholder{
    color: var(--black)!important;
}
.form-control:hover:-webkit-input-placeholder,
.form-control:focus:-webkit-input-placeholder{
    color: var(--black)!important;
}
.form-control:hover::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder{
    color: var(--black)!important;
}
.form-control:hover:-moz-placeholder,
.form-control:focus:-moz-placeholder{
    color: var(--black)!important;
}
.form-control:hover::-moz-placeholder,
.form-control:focus::-moz-placeholder{
    color: var(--black)!important;
}
.form-control:hover:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder{
    color: var(--black)!important;
}
.form-control:hover::-ms-input-placeholder,
.form-control:focus::-ms-input-placeholder{
    color: var(--black)!important;
}
.wpcf7 .wpcf7-submit.btn{
	color: var(--white)!important;
	background: var(--blue-default) none!important;
	border: 1px solid var(--blue-default)!important;
}
.wpcf7 .wpcf7-submit.btn:hover,
.wpcf7 .wpcf7-submit.btn:focus{
	color: var(--white)!important;
	background: var(--blue-dark)!important;
	border: 1px solid var(--blue-dark)!important;
}
.wpcf7 .wpcf7-acceptance{
	color: var(--grey-dark)!important;
	font-size: 1rem;
}
.wpcf7 .wpcf7-acceptance a{
	color: var(--black)!important;
	text-decoration: underline;
}
.wpcf7 .wpcf7-acceptance a:hover,
.wpcf7 .wpcf7-acceptance a:focus{
	color: var(--blue-default)!important;	
	text-decoration: none;
}
.wpcf7 .wpcf7-list-item{
	margin: 0 1.875rem 0 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item{
	margin: 0;
}
.wpcf7-checkbox label,
.wpcf7-acceptance label{
	position: relative;
	cursor: pointer;
	padding-left: 39px;
}
.wpcf7-checkbox input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	visibility: hidden;
}
.wpcf7-checkbox input[type="checkbox"] + span,
.wpcf7-acceptance input[type="checkbox"] + span{
	margin-left: 0;
}
.wpcf7-checkbox input[type="checkbox"] + span:before,
.wpcf7-acceptance input[type="checkbox"] + span:before{
	display: block;
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	height: 24px;
	width: 24px;
	background: transparent none;
	border: 1px solid var(--grey-default);
	border-radius: 5px;
}
.wpcf7-checkbox input[type="checkbox"] + span:after,
.wpcf7-acceptance input[type="checkbox"] + span:after{
	display: block;
	position: absolute;
	content: "\2713";
	top: 0px;
	left: 0px;
	height: 24px;
	width: 24px;
	color: var(--black);
	font-size: 1.25rem;
	line-height: 1;
	text-align: center;
	border: 1px solid var(--blue-default);
	visibility: hidden;
	border-radius: 5px;
}
.wpcf7-checkbox input[type="checkbox"]:checked + span:after,
.wpcf7-acceptance input[type="checkbox"]:checked + span:after {
	visibility: visible;
}
.wpcf7 .codedropz-upload-handler{
	color: var(--grey-dark);
	border: 1px dashed var(--grey-default);
}
.wpcf7 .codedropz-upload-handler:hover,
.wpcf7 .codedropz-upload-handler:focus{
	color: var(--black);
	border: 1px dashed var(--blue-default);
}
.wpcf7 .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px
}
.wpcf7 .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:before{
	display: block;
	content: '';
	width: 25px;
	height: 24px;
	background-image: url('../images/download_icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.wpcf7 .wpcf7-spinner{
	display: block;
}

/* Buttons */

.vc_btn3-container{
	margin-bottom: 1.875rem;
}
.btn,
.vc_btn3{
	display: inline-flex!important;
	align-items: center!important;
	gap: 0.9375rem!important;
	padding: 0.625rem 1.875rem!important;
	color: var(--white)!important;
	font-size: 1rem!important;
	line-height: 1.5!important;
	font-weight: 500!important;
	text-align: left!important;
	text-transform: uppercase!important;
	background: var(--blue-default) none!important;
	border: 1px solid var(--blue-default)!important;
	border-radius: 0!important;
	transition: all 250ms ease-in-out;
}
@media (max-width: 1199px) {
	.btn,
	.vc_btn3{
		padding: 0.625rem 1.25rem!important;
	}	
}
@media (max-width: 767px) {
	.btn,
	.vc_btn3{
		padding: 0.3125rem 0.9375rem!important;
	}	
}
.btn:hover,
.btn:focus,
.vc_btn3:hover,
.vc_btn3:focus{
	color: var(--white)!important;
	text-decoration: none!important;
	background: var(--blue-dark)!important;
	border: 1px solid var(--blue-dark)!important;
}
.btn.white,
.vc_btn3.vc_btn3-color-white{
	color: var(--blue-default)!important;
	background: var(--white) none!important;
	border: 1px solid var(--white)!important;
}
.btn.white:hover,
.btn.white:focus,
.vc_btn3.vc_btn3-color-white:hover,
.vc_btn3.vc_btn3-color-white:focus{
	color: var(--blue-default)!important;
	background: var(--blue-extra-light)!important;
	border: 1px solid var(--blue-extra-light)!important;
}
.btn.black,
.vc_btn3.vc_btn3-color-black{
	color: var(--white)!important;
	background: var(--black) none!important;
	border: 1px solid var(--black)!important;
}
.btn.black:hover,
.btn.black:focus,
.vc_btn3.vc_btn3-color-black:hover,
.vc_btn3.vc_btn3-color-black:focus{
	color: var(--white)!important;
	background: var(--blue-dark)!important;
	border: 1px solid var(--blue-dark)!important;
}
.vc_btn3 .vc_btn3-icon{
	position: static!important;
	transform: none!important;
}

/* Header */

header#masthead{
	padding: 1.875rem 0;
	color: var(--black);
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 400;
	background-color: var(--white);
	box-shadow: none;
	transition: all 250ms ease-in-out;
}
@media (max-width: 1199px) {
	header#masthead{
		padding: 0.9375rem 0;
		font-size: 1rem;
	}
}
.offset header#masthead{
	padding: 0.9375rem 0;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}
body.admin-bar header#masthead.fixed-top{
	top: 32px;
}
@media (max-width: 767px) {
	body.admin-bar header#masthead.fixed-top{
		top: 46px;
	}
}
header#masthead a{
	color: var(--black);
}
header#masthead a:hover,
header#masthead a:focus{
	color: var(--blue-default);
}

header#masthead .navbar-brand{
	margin: 0;
	padding: 0;
}
header#masthead .navbar-brand > a{
	display: flex;
	align-items: center;
	color: var(--blue-default);
	font-size: 1.25rem;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 250ms ease-in-out;
	gap: 15px;
}
header#masthead .navbar-brand > a:hover, 
header#masthead .navbar-brand > a:focus{
	color: var(--blue-dark);
	opacity: 0.75;
}
header#masthead .navbar-brand > a > img{
	width: auto;
	height: 57px;
	transition: all 250ms ease-in-out;
}
.offset header#masthead .navbar-brand > a > img{
	height: 50px;
}
@media (max-width: 1199px) {
	header#masthead .navbar-brand > a > img{
		height: 50px;
	}
	.offset header#masthead .navbar-brand > a > img{
		height: 40px;
	}
}
@media (max-width: 767px) {
	header#masthead .navbar-brand > a > img,
	.offset header#masthead .navbar-brand > a > img{
		height: 30px;
	}
}

.navbar-toggler{
	display: flex;
	align-items: center;
	margin: 0 0 0 auto;
	padding: 0;
	color: var(--blue-default);
	background: transparent none;
	border: 0 none;
	outline: 0 none!important;
}
header#masthead .navbar-toggler:not(.collapsed){
	position: absolute;
	top: 15px;
	right: 15px;
	color: var(--blue-default);
	z-index: 3;
}
.navbar-toggler:hover,
.navbar-toggler:focus{
	color: var(--blue-dark);
}
.navbar-toggler .icon-title{
	color: var(--blue-default);
	margin-right: 0.9375rem;
}
.navbar-toggler:hover .icon-title,
.navbar-toggler:focus .icon-title{
	color: var(--blue-dark);
}
.navbar-toggler .icon-bar{
	display: block;
	margin: 5px 0;
	width: 30px;
	height: 3px;
	background: var(--blue-default) none;
	transition: all 250ms ease-in-out;
}
.navbar-toggler:hover .icon-bar,
.navbar-toggler:focus .icon-bar{
	background: var(--blue-dark) none;
}
.navbar-toggler .icon-bar:nth-of-type(1){
	margin-top: 0;
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2){
	opacity: 0;
}
.navbar-toggler .icon-bar:nth-of-type(3){
	width: 30px;
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
	margin-bottom: 0;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1){
	transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2){
	opacity: 1;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3){
	transform: rotate(0);
}

header#masthead .navbar{
	justify-content: space-between;
	gap: 15px 30px;
}
@media (min-width: 1200px) {
	header#masthead .navbar-nav{
		margin-left: -15px;
	}
}

header#masthead .menu{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	gap: 15px 30px;
}
@media (max-width: 1199px) {
	header#masthead .menu{
		gap: 15px;
	}
}
@media (max-width: 1199px) {
	header#masthead .navbar-collapse{
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		padding: 1.875rem;
		width: 100%;
		height: 100vh;
		color: var(--black);
		background: var(--white) none;
		overflow-y: auto;
		transition: none;
		z-index: 2;
	}
	header#masthead .navbar-collapse.show{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center!important;
	}
	header#masthead .navbar-collapse:not(.show){
		display: none;
	}
	body.admin-bar header#masthead .navbar-collapse{
		top: 32px;
		max-height: calc(100vh - 32px);
	}
}
@media (max-width: 767px) {
	body.admin-bar header#masthead .navbar-collapse{
		top: 46px;
		max-height: calc(100vh - 46px);
	}
}
@media (max-width: 1199px) {
	header#masthead .navbar-nav{
		align-items: center;
		max-height: 100vh;
	}
	body.admin-bar header#masthead .navbar-collapse .navbar-nav{
		max-height: calc(100vh - 32px);
	}
}
@media (max-width: 767px) {
	body.admin-bar header#masthead .navbar-collapse .navbar-nav{
		max-height: calc(100vh - 46px);
	}	
}
header#masthead .navbar-nav > li{
	text-align: center;
}
header#masthead .navbar-nav > li > a{
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0.625rem 0.9375rem;
	color: var(--black);
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
	background: transparent none;
	border-radius: 0;
	transition: all 250ms ease-in-out;
}
@media (max-width: 1199px) {
	header#masthead .navbar-nav > li > a{
		padding: 0.625rem 0.9375rem;
		font-size: 1rem;
	}
}
header#masthead .navbar-nav > li.contact{
	margin: 0 0 0 0.9375rem;
}
@media (max-width: 1199px) {
	header#masthead .navbar-nav > li.contact{
		margin: 0.9375rem 0 0 0;
	}
}
header#masthead .navbar-nav > li.contact > a{
	padding: 0.625rem 1.875rem;
	color: var(--white)!important;
	font-weight: 600;
	text-transform: uppercase;
	background: var(--blue-default) none!important;
	border: 0 none!important;
	border-radius: 5px;
}
@media (max-width: 1199px) {
	header#masthead .navbar-nav > li.contact > a{
		padding: 0.625rem 1.25rem;
	}
}
@media (max-width: 767px) {
	header#masthead .navbar-nav > li.contact > a{
		padding: 0.3125rem 0.9375rem;
	}
}
header#masthead .navbar-nav > li > a:before{
	content: '';
	position: absolute;
	display: block;
	width: calc(100% - 1.875rem);
	height: 2px;
	bottom: 0;
	left: 0.9375rem;
	right: 0.9375rem;
	background: var(--blue-dark) none;
	transform: scaleX(0);
	transform-origin: top left;
	transition: all 250ms ease-in-out;
}
header#masthead .navbar-nav > li.contact > a:before{
	display: none!important;
}
header#masthead .navbar-nav > li > a:hover,
header#masthead .navbar-nav > li > a:focus,
header#masthead .navbar-nav > li.current_page_item > a,
header#masthead .navbar-nav > li.current_page_ancestor > a,
header#masthead .navbar-nav > li.current-menu-ancestor > a,
header#masthead .navbar-nav > li.current-menu-item > a,
header#masthead .navbar-nav > li.current-menu-parent > a,
header#masthead .navbar-nav > li.current-page-ancestor > a {
	color: var(--blue-default);
	font-weight: 400;
}
/*body.home header#masthead .navbar-nav > li > a:hover,
body.home header#masthead .navbar-nav > li > a:focus{
	color: var(--blue-default)!important;
}
body.home header#masthead .navbar-nav > li.current_page_item > a,
body.home header#masthead .navbar-nav > li.current_page_ancestor > a,
body.home header#masthead .navbar-nav > li.current-menu-ancestor > a,
body.home header#masthead .navbar-nav > li.current-menu-item > a,
body.home header#masthead .navbar-nav > li.current-menu-parent > a,
body.home header#masthead .navbar-nav > li.current-page-ancestor > a {
	color: var(--black);
}*/
header#masthead .navbar-nav > li.contact > a:hover,
header#masthead .navbar-nav > li.contact > a:focus{
	color: var(--white)!important;
	font-weight: 600;
	background: var(--blue-dark) none!important;
}
header#masthead .navbar-nav > li > a:hover:before,
header#masthead .navbar-nav > li > a:focus:before,
header#masthead .navbar-nav > li.current_page_item > a:before,
header#masthead .navbar-nav > li.current_page_ancestor > a:before,
header#masthead .navbar-nav > li.current-menu-ancestor > a:before,
header#masthead .navbar-nav > li.current-menu-item > a:before,
header#masthead .navbar-nav > li.current-menu-parent > a:before,
header#masthead .navbar-nav > li.current-page-ancestor > a:before{
	transform: scaleX(1);
}
/*body.home header#masthead .navbar-nav > li > a:hover:before,
body.home header#masthead .navbar-nav > li > a:focus:before{
	transform: scaleX(1)!important;
}
body.home header#masthead .navbar-nav > li.current_page_item > a:before,
body.home header#masthead .navbar-nav > li.current_page_ancestor > a:before,
body.home header#masthead .navbar-nav > li.current-menu-ancestor > a:before,
body.home header#masthead .navbar-nav > li.current-menu-item > a:before,
body.home header#masthead .navbar-nav > li.current-menu-parent > a:before,
body.home header#masthead .navbar-nav > li.current-page-ancestor > a:before{
	transform: scaleX(0);
}*/

header#masthead .dropdown-menu{
	margin: 0;
	padding: 0;
	min-width: 18.75rem;
	max-height: 50vh;
	color: var(--blue-default);
	background: var(--white) none;
	border: 0 none;
	border-radius: 5px;
	overflow-y: auto;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}
@media (min-width: 1200px) {
	header#masthead .dropdown:hover > .dropdown-menu,
	header#masthead .dropdown:focus > .dropdown-menu{
		display: block;
	}
}
@media (max-width: 1199px) {
	header#masthead .dropdown-menu{
		margin: 0.625rem 0 0 0;
		padding: 0;
		min-width: 0;
		max-height: none;
		color: var(--blue-default);
		background: transparent none;
		border-radius: 0;
		overflow-y: visible;
		box-shadow: none;
	}
	header#masthead .dropdown-menu.show{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}
header#masthead .dropdown-menu .menu-item{
	text-align: center;
}
header#masthead .dropdown-menu .dropdown-item{
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0.3125rem 0.9375rem;
	color: var(--blue-default);
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	text-align: left;
	background: transparent none;
	transition: all 250ms ease-in-out;
}
header#masthead .dropdown-menu .menu-item:first-child .dropdown-item{
	border-radius: 5px 5px 0 0;
}
header#masthead .dropdown-menu .menu-item:last-child .dropdown-item{
	border-radius: 0 0 5px 5px;
}
@media (max-width: 1199px) {
	header#masthead .dropdown-menu .dropdown-item{
		padding: 0.3125rem 0.9375rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}
header#masthead .dropdown-menu .dropdown-item:hover,
header#masthead .dropdown-menu .dropdown-item:focus,
header#masthead .dropdown-menu .current_page_item .dropdown-item,
header#masthead .dropdown-menu .current_page_ancestor .dropdown-item,
header#masthead .dropdown-menu .current-menu-ancestor .dropdown-item,
header#masthead .dropdown-menu .current-menu-item .dropdown-item,
header#masthead .dropdown-menu .current-menu-parent .dropdown-item,
header#masthead .dropdown-menu .current-page-ancestor .dropdown-item{
	color: var(--white);
	font-weight: 400;
	background: var(--blue-default) none;
}
@media (max-width: 1199px) {
	header#masthead .dropdown-menu .dropdown-item:hover,
	header#masthead .dropdown-menu .dropdown-item:focus,
	header#masthead .dropdown-menu .current_page_item .dropdown-item,
	header#masthead .dropdown-menu .current_page_ancestor .dropdown-item,
	header#masthead .dropdown-menu .current-menu-ancestor .dropdown-item,
	header#masthead .dropdown-menu .current-menu-item .dropdown-item,
	header#masthead .dropdown-menu .current-menu-parent .dropdown-item,
	header#masthead .dropdown-menu .current-page-ancestor .dropdown-item{
		color: var(--blue-default);
		font-weight: 400;
		background: transparent none;
	}
}

header#masthead .social{
	color: var(--black);
	font-size: 1rem;
	font-weight: 400;
}
header#masthead .social a{
	color: var(--black);
}
header#masthead .social a:hover,
header#masthead .social a:focus{
	color: var(--blue-default);
}
header#masthead .social ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
@media (min-width: 1200px) {
	header#masthead .social ul li:not(:last-child){
		padding-right: 15px;
		border-right: 1px solid rgba(0, 83, 176, 0.50);
	}
}
header#masthead .social ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	gap: 0;
}
header#masthead .social ul li a:before{
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background-color: transparent;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 250ms ease-in-out;	
}
header#masthead .social ul li.email a:before{
	background-image: url('../images/header_email_icon.svg');
}
header#masthead .social ul li.phone a:before{
	background-image: url('../images/header_phone_icon.svg');
}
header#masthead .social ul li.facebook a:before{
	background-image: url('../images/header_facebook_icon.svg');
}
header#masthead .social ul li a:hover:before,
header#masthead .social ul li a:focus:before{
	opacity: 0.75;
}

/* Content */

#content.site-content{
	padding-top: min(4.6875vw, 90px);
	padding-bottom: min(4.6875vw, 90px);
}
@media (max-width: 767px) {
	#content.site-content{
		padding-top: 30px;
		padding-bottom: 30px;		
	}
}
.page-template-vc-page #content.site-content,
.page-template-contact-page #content.site-content{
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.archive #content article,
.search #content article{
	margin: 0 0 60px 0;
}
@media (max-width: 767px) {
	.archive #content article,
	.search #content article{
		margin: 0 0 30px 0;
	}
}

.page-content, .entry-content, .entry-summary{
	margin: 0;
}
.post-thumbnail, .entry-meta{
	margin: 0 0 1.875rem 0;	
	color: var(--blue-default);
}
.post-thumbnail p,
.entry-meta p{
	margin: 0;
}	

#content .wpb_text_column ul:not(.slick-dots){
	list-style: none;
	padding: 0;	
}
#content .wpb_text_column ul:not(.slick-dots) li{
	position: relative;
	margin-bottom: 15px;
	padding-left: 23px;
}
#content .wpb_text_column ol:not(.slick-dots) li{
	margin-bottom: 15px;	
}
#content .wpb_text_column ul:not(.slick-dots) li:before {
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--blue-default) none;
	border-radius: 50%;
}
@media (max-width: 1199px) {
	#content .wpb_text_column ul:not(.slick-dots) li:before {
		top: 9px;
	}
}
@media (max-width: 767px) {
	#content .wpb_text_column ul:not(.slick-dots) li:before {
		top: 8px;
	}
}

/* Slider */

#content .slider{
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--white);
	background: var(--blue-dark) none;
	z-index: 2;
}
#content .slider a{
	color: var(--white);
}
#content .slider .ult-carousel-wrapper{
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	visibility: visible!important
}
#content .slider .slick-slider{
	margin: 0;
	padding: 0;
}
#content .slick-slider:not(.slick-vertical) .slick-track {
	display: flex !important;
}
#content .slick-slider:not(.slick-vertical) .slick-slide {
	height: inherit !important;
}
#content .slider .slick-slider .slick-slide > .vc_row{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin: 0;
	padding: min(10.42vw, 200px) 0 min(6.25vw, 120px) 0;
	height: 100%;
	min-height: min(46.875vw, 900px);
}
@media (max-width: 767px) {
	#content .slider .slick-slider .slick-slide > .vc_row{
		flex-direction: column;
		align-items: flex-start;
		padding: 120px 0 60px 0;
		min-height: 0;
	}
}
#content .slider .slick-slider .slick-slide .title{
	color: var(--white);
	font-size: 4rem;
	font-weight: 500;
}
@media (max-width: 1199px) {
	#content .slider .slick-slider .slick-slide .title{
		font-size: 3rem;
	}
}
@media (max-width: 991px) {
	#content .slider .slick-slider .slick-slide .title{
		font-size: 2rem;		
	}
}
@media (max-width: 767px) {
	#content .slider .slick-slider .slick-slide .title{
		font-size: 1.5rem;		
	}
}
#content .slider .slick-slider .slick-slide .desc{
	color: var(--white);
	font-size: 1.125rem;
	font-weight: 400;
}
@media (max-width: 1199px) {
	#content .slider .slick-slider .slick-slide .desc{
		font-size: 1rem;
	}
}
#content .slider .slick-slider .slick-slide .vc_btn3{
	color: var(--black)!important;
	background: var(--white) none!important;
	border: 1px solid var(--white)!important;
}
#content .slider .slick-slider .slick-slide .vc_btn3:hover,
#content .slider .slick-slider .slick-slide .vc_btn3:focus{
	color: var(--white)!important;
	background: var(--black) none!important;
	border: 1px solid var(--black)!important;
}

#content .slider .slick-slider .slick-prev,
#content .slider .slick-slider .slick-next{
	top: auto;
	bottom: min(7.8125vw, 150px);
	right: 0;
	width: 40px;
	height: 40px;
	color: var(--white);
	font-size: 30px;
}
@media (max-width: 767px) {
	#content .slider .slick-slider .slick-prev,
	#content .slider .slick-slider .slick-next{
		right: 0;
		bottom: 30px;
		width: 30px;
		height: 30px;
	}
}
#content .slider .slick-slider .slick-prev{
	left: auto;
	transform: translate(calc(-100% - 20px), 0)!important;
}
#content .slider .slick-slider .slick-next{
	transform: translate(0, 0)!important;
}
#content .slider .slick-slider .slick-prev:hover,
#content .slider .slick-slider .slick-prev:focus,
#content .slider .slick-slider .slick-next:hover,
#content .slider .slick-slider .slick-next:focus{
	color: var(--white);
}
#content .slider .slick-slider .slick-prev i:before,
#content .slider .slick-slider .slick-next i:before{
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	font-family: initial!important;
	background-color: transparent;
	background-image: url('../images/arrow_active.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	transition: all 250ms ease-in-out;
}
@media (max-width: 767px) {
	#content .slider .slick-slider .slick-prev i:before,
	#content .slider .slick-slider .slick-next i:before{
		width: 30px;
		height: 30px;
	}
}
#content .slider .slick-slider .slick-next i:before{
	background-image: url('../images/arrow_active.svg');
	transform: rotate(0deg);
}
#content .slider .slick-slider .slick-prev:hover i:before,
#content .slider .slick-slider .slick-prev:focus i:before{
	background-image: url('../images/arrow_hover.svg');	
}
#content .slider .slick-slider .slick-next:hover i:before,
#content .slider .slick-slider .slick-next:focus i:before{
	background-image: url('../images/arrow_hover.svg');
}
#content .slider .slick-slider .slick-dots{
	position: absolute;
	bottom: min(6.25vw, 120px);
	right: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	width: auto;
	transform: translate(0,-50%);
	gap: 20px;
}
@media (max-width: 1199px) {
	#content .slider .slick-slider .slick-dots{
		gap: 15px;
	}
}
@media (max-width: 767px) {
	#content .slider .slick-slider .slick-dots{
		bottom: 30px;
		gap: 10px;
	}
}
#content .slider .slick-slider .slick-dots li{
	display: flex;
	justify-content: flex-end;
	margin: 0;
	width: 60px;
	height: 2px;
	line-height: 2px;
	transition: all 250ms ease-in-out;
}
#content .slider .slick-slider .slick-dots li:only-child{
	display: none;
}
#content .slider .slick-slider .slick-dots li i{
	color: var(--white);
	opacity: 0.5!important;
}
#content .slider .slick-slider .slick-dots li:hover i,
#content .slider .slick-slider .slick-dots li:focus i,
#content .slider .slick-slider .slick-dots li.slick-active i{
	color: var(--white);
	opacity: 1!important;	
}
#content .slider .slick-slider .slick-dots li i:before{
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	color: var(--white);
	background: transparent none;
	border: 1px solid var(--white);
	border-radius: 0;
	transition: all 250ms ease-in-out;
}
#content .slider .slick-slider .slick-dots li:hover i:before,
#content .slider .slick-slider .slick-dots li:focus i:before,
#content .slider .slick-slider .slick-dots li.slick-active i:before{
	width: 60px;
	height: 2px;
	color: var(--white);
	background: var(--white) none;
	border: 1px solid var(--white);
}

/* Banner */

.banner{
	margin: 0;
	padding: 60px 0;
	color: var(--white);
	background: var(--blue-dark) none;
}
@media (max-width: 767px) {
	.banner{
		padding: 30px 0;
	}
}
.banner a{
	color: var(--white);	
}
@media (min-width: 768px) {
	.banner > .container > .row{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;		
		gap: 30px;	
	}
	.banner > .container > .row > div[class^="col-"]{
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
}
.banner h1{
	margin: 0 0 15px 0;
	color: var(--white);
	font-size: 3rem;
	font-weight: 700;
}
@media (max-width: 1199px) {
	.banner h1{
		font-size: 2.5rem;
	}
}
@media (max-width: 767px) {
	.banner h1{
		font-size: 2rem;		
	}
}
.banner h1 span{
	color: var(--white);	
}
.banner .breadcrumbs{
	color: rgba(255,255,255,0.5);
	font-size: 1.125rem;
	font-weight: 400;
}
@media (max-width: 1199px) {
	.banner .breadcrumbs{
		font-size: 1rem;
	}
}
.banner .breadcrumbs a{
	color: rgba(255,255,255,0.5);
}
.banner .breadcrumbs a:hover,
.banner .breadcrumbs a:focus{
	color: var(--white);
}
.banner .breadcrumbs a.current-item{
	color: var(--white);
	text-decoration: underline;
}
.banner .breadcrumbs a.current-item:hover,
.banner .breadcrumbs a.current-item:focus{
	text-decoration: none;	
}
.banner .return{
	margin: 0;
}
.banner .return a{
	display: inline-flex;
	align-items: center;
	color: var(--white);
	font-size: 1.125rem;
	font-weight: 400;
	gap: 5px;
}
@media (max-width: 1199px) {
	.banner .return a{
		font-size: 1rem;
	}
}
.banner .return a:before{
	display: block;
	content: '';
	width: 15px;
	height: 16px;
	background-color: transparent;
	background-image: url('../images/return.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.banner .return a:hover,
.banner .return a:focus{
	opacity: 0.75;
}

/* Common */

#content .subtitle{
	color: var(--grey-dark);
	font-size: 1.25rem;
	font-weight: 700;
}
@media (max-width: 1199px) {
	#content .subtitle{
		font-size: 1.125rem;
	}
}
@media (max-width: 767px) {
	#content .subtitle{
		font-size: 1rem;
	}
}
@media (min-width: 1200px) {
	#content .boxes.horizontal-center{
		display: flex;
		justify-content: center;
	}
	#content .boxes.vertical-center{
		display: flex;
		align-items: center;
	}
	#content .boxes .padding-left{
		padding-left: min(6.25vw, 120px);
	}
	#content .boxes .padding-right{
		padding-right: min(6.25vw, 120px);
	}
}

/* About us */

body.home #content .about-us{
	min-height: min(52.86vw, 1015px);
	background-image: url('../images/about_us_bg.png');
	background-position: right min(3.91vw, 75px);
	background-repeat: no-repeat;
	background-size: auto calc(100% - min(3.91vw, 75px));
	overflow: visible;
}
@media (max-width: 767px) {
	body.home #content .about-us{
		padding-bottom: calc(95.03vw + 30px)!important;
		min-height: 0;
		background-position: bottom center;
		background-size: 100vw 95.03vw;
	}
}
#content .about-us .vc_row.grey-light-box{
	position: relative;
	margin-top: max(-3.91vw, -75px);
	margin-left: 15px;
	margin-right: 15px;
	padding: min(3.25vw, 60px) 30px 30px 30px;
	color: var(--black);
	background: var(--grey-light) none;
	border-radius: 10px;
	z-index: 3;
}
@media (max-width: 767px) {
	#content .about-us .vc_row.grey-light-box{
		margin-top: -30px;
		padding: 30px 15px;
	}
}
#content .about-us .stats-block .stats-number{
	margin: 0!important;
	padding: 0!important;
}
#content .about-us .stats-block .stats-number,
#content .about-us .stats-block .counter_prefix,
#content .about-us .stats-block .counter_suffix{
	color: var(--blue-default)!important;
	font-size: 4rem!important;
	line-height: 1!important;
	font-weight: 700!important;
}
@media (max-width: 1199px) {
	#content .about-us .stats-block .stats-number,
	#content .about-us .stats-block .counter_prefix,
	#content .about-us .stats-block .counter_suffix{
		font-size: 3rem!important;
	}
}
@media (max-width: 991px) {
	#content .about-us .stats-block .stats-number,
	#content .about-us .stats-block .counter_prefix,
	#content .about-us .stats-block .counter_suffix{
		font-size: 2.5rem!important;
	}
}
@media (max-width: 767px) {
	#content .about-us .stats-block .stats-number,
	#content .about-us .stats-block .counter_prefix,
	#content .about-us .stats-block .counter_suffix{
		font-size: 2rem!important;
	}
}
#content .about-us .stats-block .stats-text{
	margin: 15px 0 0 0!important;
	color: var(--black)!important;
	font-size: 1.25rem!important;
	font-weight: 500!important;
}
@media (max-width: 1199px) {
	#content .about-us .stats-block .stats-text{
		font-size: 1.125rem!important;
	}
}
@media (max-width: 767px) {
	#content .about-us .stats-block .stats-text{
		font-size: 1rem!important;
	}
}

/* Offer */

#content .offer .vc_row.boxes .vc_column_container > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
}
#content .offer .boxes .box{
	width: calc(33.3333333333% - 20px);
}
@media (max-width: 1199px) {
	#content .offer .boxes .box{
		width: calc(50% - 15px);
	}
}
@media (max-width: 575px) {
	#content .offer .boxes .box{
		width: 100%;
	}
}
@media (min-width: 768px) {
	#content .offer .boxes .box .aio-icon-component,
	#content .offer .boxes .box .aio-icon-box-link,
	#content .offer .boxes .box .ult-content-box-container,
	#content .offer .boxes .box .ult-content-box-anchor{
		height: 100%;
	}
}
#content .offer .boxes .box .aio-icon-box,
#content .offer .boxes .box .ult-content-box{
	padding: 30px;
	height: 100%;
	color: var(--grey-dark);
	background: transparent;
	border: 1px solid var(--grey-light);
	border-radius: 0;
	box-shadow: 0 0 15px 0 rgba(197, 197, 197, 0.25);
	transition: all 250ms ease-in-out;
}
@media (max-width: 767px) {
	#content .offer .boxes .box .aio-icon-box,
	#content .offer .boxes .box .ult-content-box{
		padding: 15px;
	}
}
#content .offer .boxes .box .aio-icon-box:hover,
#content .offer .boxes .box .aio-icon-box:focus,
#content .offer .boxes .box .ult-content-box:hover,
#content .offer .boxes .box .ult-content-box:focus{
	color: var(--blue-default);
	background: transparent none;
	border: 1px solid var(--blue-default);
}
#content .offer .boxes .box .aio-icon-box,
#content .offer .boxes .box .aio-icon-box *{
	text-align: left!important;
}
#content .offer .boxes .box .aio-icon-top{
	margin: 0 0 30px 0;
}
#content .offer .boxes .box .aio-icon-box .aio-icon,
#content .offer .boxes .box .aio-icon-box .aio-icon-img .img-icon,
#content .offer .boxes .box .ult-content-box .icon img{
	transition: all 250ms ease-in-out;
}
#content .offer .boxes .box .aio-icon-box:hover .aio-icon, 
#content .offer .boxes .box .aio-icon-box:focus .aio-icon, 
#content .offer .boxes .box .aio-icon-box:hover .aio-icon-img .img-icon,
#content .offer .boxes .box .aio-icon-box:focus .aio-icon-img .img-icon,
#content .offer .boxes .box .ult-content-box:hover .icon img,
#content .offer .boxes .box .ult-content-box:focus .icon img{
	opacity: 0.75;
}
#content .offer .boxes .box .aio-icon-box .aio-icon-header .aio-icon-title,
#content .offer .box .ult-content-box h3{
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	margin: 0;
	padding: 0 0 10px 0;
	color: var(--black);
	font-size: 1.5rem;
	font-weight: 600;
}
@media (max-width: 1199px) {
	#content .offer .boxes .box .aio-icon-box .aio-icon-header .aio-icon-title,
	#content .offer .box .ult-content-box h3{
		font-size: 1.375rem;
	}
}
@media (max-width: 767px) {
	#content .offer .boxes .box .aio-icon-box .aio-icon-header .aio-icon-title,
	#content .offer .box .ult-content-box h3{
		font-size: 1.25rem;
	}
}
#content .offer .boxes .box .aio-icon-box .aio-icon-header h3.aio-icon-title:after,
#content .offer .boxes .box .ult-content-box h3:after{
	content: '' !important;
	position: absolute!important;
	display: block!important;
	width: 100%!important;
	height: 1px!important;
	bottom: 0!important;
	left: 0!important;
	background-color: var(--blue-default)!important;
	transform: scaleX(0)!important;
	transform-origin: top left!important;
	transition: all 250ms ease-in-out!important;
}
#content .offer .boxes .box .aio-icon-box:hover .aio-icon-header .aio-icon-title,
#content .offer .boxes .box .aio-icon-box:focus .aio-icon-header .aio-icon-title,
#content .offer .box .ult-content-box:hover h3,
#content .offer .box .ult-content-box:focus h3{
	color: var(--blue-default);
}
#content .offer .boxes .box .aio-icon-box:hover .aio-icon-header h3.aio-icon-title:after,
#content .offer .boxes .box .aio-icon-box:focus .aio-icon-header h3.aio-icon-title:after,
#content .offer .boxes .box .ult-content-box:hover h3:after,
#content .offer .boxes .box .ult-content-box:focus h3:after{
	transform: scaleX(1)!important;	
}
#content .offer .boxes .box .aio-icon-box .aio-icon-description,
#content .offer .boxes .box .ult-content-box .desc{
	margin: 0;
	color: var(--grey-dark);
	font-size: 1.125rem;
	font-weight: 400;	
}
@media (max-width: 1199px) {
	#content .offer .boxes .box .aio-icon-box .aio-icon-description,
	#content .offer .boxes .box .ult-content-box .desc{
		font-size: 1rem;
	}
}
#content .offer .boxes .box .aio-icon-box .aio-icon-header + .aio-icon-description,
#content .offer .boxes .box .ult-content-box h3 + .desc{
	margin-top: 15px;
}
#content .offer .boxes .box .aio-icon-box .aio-icon-description p:empty,
#content .offer .boxes .box .ult-content-box .desc p:empty{
	display: none;
}

/* Booking */

#content .booking{
	color: var(--white);
	background-color: var(--blue-default);
}
#content .booking a{
	color: var(--white);	
}
#content .booking h1,
#content .booking h2,
#content .booking h3,
#content .booking h4,
#content .booking h5,
#content .booking h6{
	color: var(--white);
}
#content .booking .aio-icon-box .aio-icon-header h3.aio-icon-title{
	color: var(--blue-default);
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
}
#content .booking .blue-box .aio-icon-box .aio-icon-header h3.aio-icon-title{
	color: var(--white);	
}
#content .booking .aio-icon-box .aio-icon-description{
	color: var(--black);
	font-size: 1.25rem;
	font-weight: 500;
}
@media (max-width: 1199px) {
	#content .booking .aio-icon-box .aio-icon-description{
		font-size: 1.125rem;
	}
}
@media (max-width: 767px) {
	#content .booking .aio-icon-box .aio-icon-description{
		font-size: 1rem;
	}
}
#content .booking .blue-box .aio-icon-box .aio-icon-description{
	color: var(--white);
}
#content .booking .aio-icon-box .aio-icon-description a{
	color: var(--black);
}
#content .booking .blue-box .aio-icon-box .aio-icon-description a{
	color: var(--white);
}
#content .booking .aio-icon-box .aio-icon-description a:hover,
#content .booking .aio-icon-box .aio-icon-description a:focus{
	color: var(--blue-default);
}
#content .booking .blue-box .aio-icon-box .aio-icon-description a:hover,
#content .booking .blue-box .aio-icon-box .aio-icon-description a:focus{
	color: var(--blue-light);
}
#content .booking .aio-icon-box .aio-icon-description p:empty{
	display: none;
}
#content .booking.map .wpgmp_map_container .wpgmp_map_parent{
	margin-bottom: 0;
}
@media (max-width: 767px) {
	#content .booking.map iframe,
	#content .booking.map .wpgmp_map_container .wpgmp_map_parent .wpgmp_map{
		height: 300px!important;
	}
}

/* Schedule */

#content .schedule .vc_row.header .vc_column_container > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px 30px;
}
@media (min-width: 1200px) {
	#content .schedule .vc_row.header .vc_column_container > .vc_column-inner > .wpb_wrapper{
		flex-wrap: nowrap;
	}
}
@media (max-width: 767px) {
	#content .schedule .vc_row.header .vc_column_container > .vc_column-inner > .wpb_wrapper{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
@media (min-width: 1200px) {
	#content .schedule .vc_row.header .vc_column_container > .vc_column-inner > .wpb_wrapper > .vc_btn3-container{
		flex: 0 0 auto;
	}
}
#content .schedule table tr th,
#content .schedule table tr td{
	padding: 15px;
	border-top: 0 none;
}
#content .schedule table tr th{
	color: var(--white);
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	background: var(--blue-default) none;
	border-bottom: 0 none;
}
@media (max-width: 1199px) {
	#content .schedule table tr th{
		font-size: 1rem;
	}
}
#content .schedule table tr td{
	color: var(--black);
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
	background: var(--white) none;
}
@media (max-width: 1199px) {
	#content .schedule table tr td{
		font-size: 1rem;
	}
}
#content .schedule table tr:nth-child(2n+1) td{
	background: var(--grey-light) none;
}
#content .schedule table tr:hover td,
#content .schedule table tr:focus td{
	background: var(--grey-default) none;
}

/* Car fleet */

#content .car-fleet .ult-carousel-wrapper{
	margin-bottom: 0;
	padding-bottom: 0;
}
#content .car-fleet .slick-slider .slick-dots{
	position: absolute;
	bottom: 30px;
	left: 50%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0;
	padding: 0;
	width: auto;
	transform: translate(-50%,-50%);
	gap: 20px;
}
@media (max-width: 1199px) {
	#content .car-fleet .slick-slider .slick-dots{
		gap: 15px;
	}
}
@media (max-width: 767px) {
	#content .car-fleet .slick-slider .slick-dots{
		bottom: 15px;
		gap: 10px;
	}
}
#content .car-fleet .slick-slider .slick-dots li{
	margin: 0;
	width: 10px;
	height: 10px;
	line-height: 10px;
	transition: all 250ms ease-in-out;
}
#content .car-fleet .slick-slider .slick-dots li:only-child{
	display: none;
}
#content .car-fleet .slick-slider .slick-dots li i{
	color: var(--white);
	opacity: 1!important;
}
#content .car-fleet .slick-slider .slick-dots li:hover i,
#content .car-fleet .slick-slider .slick-dots li:focus i,
#content .car-fleet .slick-slider .slick-dots li.slick-active i{
	color: var(--white);
	opacity: 1!important;	
}
#content .car-fleet .slick-slider .slick-dots li i:before{
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	color: var(--white);
	background: transparent none;
	border: 1px solid var(--white);
	border-radius: 50%;
}
#content .car-fleet .slick-slider .slick-dots li:hover i:before,
#content .car-fleet .slick-slider .slick-dots li:focus i:before,
#content .car-fleet .slick-slider .slick-dots li.slick-active i:before{
	color: var(--white);
	background: var(--white) none;
	border: 1px solid var(--white);
}

/* Pricelist */

#content .pricelist{
	color: var(--white);
	background: var(--blue-default) none;
}
#content .pricelist a{
	color: var(--white);	
}
#content .pricelist h1,
#content .pricelist h2,
#content .pricelist h3,
#content .pricelist h4,
#content .pricelist h5,
#content .pricelist h6{
	color: var(--white);
}
#content .pricelist .vc_row.header .vc_column_container > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px 30px;
}
@media (min-width: 1200px) {
	#content .pricelist .vc_row.header .vc_column_container > .vc_column-inner > .wpb_wrapper{
		flex-wrap: nowrap;
	}
}
@media (max-width: 767px) {
	#content .pricelist .vc_row.header .vc_column_container > .vc_column-inner > .wpb_wrapper{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
@media (min-width: 1200px) {
	#content .pricelist .vc_row.header .vc_column_container > .vc_column-inner > .wpb_wrapper > .vc_btn3-container{
		flex: 0 0 auto;
	}
}

/* Sidebar */

#content .widget_nav_menu{
	padding: 30px 15px;
	background: var(--white) none;
	box-shadow: 0 0 15px 0 rgba(197, 197, 197, 0.25);
}
#content .widget_nav_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .widget_nav_menu ul li{
	margin-bottom: 30px;
}
@media (max-width: 1199px) {
	#content .widget_nav_menu ul li{
		margin-bottom: 15px;
	}
}
#content .widget_nav_menu ul li:last-child{
	margin-bottom: 0;
}
#content .widget_nav_menu ul li a{
	position: relative;
	padding: 30px 0px;
	color: var(--grey-dark);
	font-size: 1.25rem;
	font-weight: 500;
	border-bottom: 1px solid rgba(197, 197, 197, 0.30);
	transition: all 250ms ease-in-out;	
}
@media (max-width: 1199px) {
	#content .widget_nav_menu ul li a{
		padding: 15px 0px;
	}
}
#content .offer .widget_nav_menu ul li a{
	padding: 0px 0px 30px 39px;
	min-height: 24px;
}
@media (max-width: 1199px) {
	#content .offer .widget_nav_menu ul li a{
		padding: 0px 0px 15px 39px;
		font-size: 1.125rem;
	}
}
#content .widget_nav_menu ul li:last-child a{
	padding-bottom: 0;
	border-bottom: 0 none;
}
@media (max-width: 767px) {
	#content .widget_nav_menu ul li{
		font-size: 1rem;
	}
}
#content .offer .widget_nav_menu ul li a:before{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: grayscale(100%);
	opacity: 0.75;
}
#content .offer .widget_nav_menu ul li.offer-1 a:before{
	background-image: url('../images/offer_sidebar_icon1.svg');
}
#content .offer .widget_nav_menu ul li.offer-2 a:before{
	background-image: url('../images/offer_sidebar_icon2.svg');
}
#content .offer .widget_nav_menu ul li.offer-3 a:before{
	background-image: url('../images/offer_sidebar_icon3.svg');
}
#content .offer .widget_nav_menu ul li.offer-4 a:before{
	background-image: url('../images/offer_sidebar_icon4.svg');
}
/*#content .widget_nav_menu ul li a:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--grey-default);
	transform: translateY(100%) scaleX(0);
	transform-origin: top left;
	transition: all 250ms ease-in-out;
}
#content .widget_nav_menu ul li:last-child a:after{
	display: none;
}*/
#content .widget_nav_menu ul li a:hover,
#content .widget_nav_menu ul li a:focus,
#content .widget_nav_menu ul li.current_page_item > a,
#content .widget_nav_menu ul li.current_page_ancestor > a,
#content .widget_nav_menu ul li.current-menu-ancestor > a,
#content .widget_nav_menu ul li.current-menu-item > a,
#content .widget_nav_menu ul li.current-menu-parent > a,
#content .widget_nav_menu ul li.current-page-ancestor > a{
	color: var(--blue-default);
	font-weight: 500;
	background: transparent none;
}
#content .offer .widget_nav_menu ul li a:hover:before,
#content .offer .widget_nav_menu ul li a:focus:before,
#content .offer .widget_nav_menu ul li.current_page_item > a:before,
#content .offer .widget_nav_menu ul li.current_page_ancestor > a:before,
#content .offer .widget_nav_menu ul li.current-menu-ancestor > a:before,
#content .offer .widget_nav_menu ul li.current-menu-item > a:before,
#content .offer .widget_nav_menu ul li.current-menu-parent > a:before,
#content .offer .widget_nav_menu ul li.current-page-ancestor > a:before{
	opacity: 1;
	filter: none;
}
/*#content .widget_nav_menu ul li a:hover:after,
#content .widget_nav_menu ul li a:focus:after,
#content .widget_nav_menu ul li.current_page_item > a:after,
#content .widget_nav_menu ul li.current_page_ancestor > a:after,
#content .widget_nav_menu ul li.current-menu-ancestor > a:after,
#content .widget_nav_menu ul li.current-menu-item > a:after,
#content .widget_nav_menu ul li.current-menu-parent > a:after,
#content .widget_nav_menu ul li.current-page-ancestor > a:after{
	transform: translateY(100%) scaleX(1);
	background: var(--black) none;
}*/
#content .widget_nav_menu ul ul{
	display: none;
	margin: 15px 0 15px 30px;
}
@media (max-width: 767px) {
	#content .widget_nav_menu ul ul{
		margin: 15px 0 15px 15px;
	}
}
#content .widget_nav_menu ul li.current_page_item > ul,
#content .widget_nav_menu ul li.current_page_ancestor > ul,
#content .widget_nav_menu ul li.current-menu-ancestor > ul,
#content .widget_nav_menu ul li.current-menu-item > ul,
#content .widget_nav_menu ul li.current-menu-parent > ul,
#content .widget_nav_menu ul li.current-page-ancestor > ul{
	display: block;
}

/* News */

#content .news .vc_row.header .vc_column_container > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px 30px;
}
@media (max-width: 767px) {
	#content .news .vc_row.header .vc_column_container > .vc_column-inner > .wpb_wrapper{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#content .news .post-grid{
		margin-top: 30px!important;
	}
}
#content .news .vc_grid{
	margin: 0!important;
}
@media (min-width: 768px) {
	body.home #content .news .vc_grid.owl-carousel .owl-stage-outer{
		overflow: visible!important;
	}
	body.home #content .news .vc_grid.owl-carousel .owl-stage{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;		
	}
	#content .news .vc_grid.owl-carousel .vc_pageable-slide-wrapper{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		margin-right: -10px;
		height: 100%;
	}
	#content .news .vc_grid.owl-carousel .vc_grid-item .vc_grid-item-mini{
		height: 100%;
	}
}
#content .news .vc_grid .vc_grid-item .vc_grid-item-mini{
	background: var(--white) none;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(197, 197, 197, 0.25);
	border-radius: 10px;
}
#content .news .vc_grid .post-featured{
	margin: 0;
	border-radius: 10px 10px 0 0;
}
#content .news .vc_grid .post-featured:hover,
#content .news .vc_grid .post-featured:focus{
	opacity: 0.75;
	transition: all 250ms ease-in-out;
}
#content .news .vc_grid .post-featured .vc_gitem_row .vc_gitem-col{
	padding: 30px;
}
#content .news .vc_grid .post-content{
	padding: 30px;
	color: var(--black);
	background: var(--white) none;
	border-radius: 0 0 10px 10px;
	/*box-shadow: 0px 4px 50px 0px rgba(77, 77, 77, 0.15); 
	z-index: 2;*/
}
@media (max-width: 767px) {
	#content .news .vc_grid .post-content{
		padding: 15px;
	}
}
#content .news .vc_grid .post-content a{
	color: var(--black);
}
#content .news .vc_grid .post-content .vc_gitem_row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px 30px;
}
#content .news .vc_grid .post-content .vc_gitem_row:before,
#content .news .vc_grid .post-content .vc_gitem_row:after{
	display: none;
}
#content .news .vc_grid .post-content .vc_gitem_row .vc_gitem-col{
	float: none;
	padding: 0px;
	width: auto;
}
/*@media (max-width: 991px) {
	#content .news .vc_grid .post-content .vc_gitem_row .vc_gitem-col{
		float: none;
		width: 100%;
	}
}*/
#content .news .vc_grid .post-content .post-date{
	margin: 0 0 15px 0;	
	color: var(--blue-default);
	font-size: 0.875rem;
	font-weight: 400;
}
#content .news .vc_grid .post-content .post-title{
	margin: 0;
}
#content .news .vc_grid .post-content .post-title h3{
	margin: 0;
	color: var(--black);
	font-size: 1.5rem;
	font-weight: 600;
}
@media (max-width: 1199px) {
	#content .news .vc_grid .post-content .post-title h3{
		font-size: 1.5rem;
	}
}
@media (max-width: 767px) {
	#content .news .vc_grid .post-content .post-title h3{
		font-size: 1.25rem;
	}
}
#content .news .vc_grid .post-content .post-title h3 a{
	color: var(--black);
}
#content .news .vc_grid .post-content .post-title h3 a:hover,
#content .news .vc_grid .post-content .post-title h3 a:focus{
	color: var(--blue-default);
	text-decoration: underline;
}
#content .news .vc_grid .post-content .post-link .vc_btn3{
	padding: 0!important;
	font-size: 0!important;
	color: var(--blue-default)!important;
	background: transparent none!important;
	border: 0 none!important;
	gap: 0!important;
}
#content .news .vc_grid .post-content .post-link .vc_btn3:before{
	display: block;
	content: '';
	width: 42px;
	height: 42px;
	background-color: transparent;
	background-image: url('../images/arrow_active.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media (max-width: 1199px) {
	#content .news .vc_grid .post-content .post-link .vc_btn3:before{
		width: 30px;
		height: 30px;
	}
}
#content .news .vc_grid .post-content .post-link .vc_btn3:hover,
#content .news .vc_grid .post-content .post-link .vc_btn3:focus{
	color: var(--black)!important;	
	background: transparent none!important;
	border: 0 none!important;	
}
#content .news .vc_grid .post-content .post-link .vc_btn3:hover:before,
#content .news .vc_grid .post-content .post-link .vc_btn3:focus:before{
	background-image: url('../images/arrow_hover.svg');
}
#content .news .vc_grid-pagination{
	margin: 30px 0 0 0;
}
#content .news .vc_grid-pagination .vc_grid-pagination-list{
	margin: 0!important;
}
#content .news .vc_grid-pagination .vc_grid-pagination-list > li{
	margin: 5px;
}
#content .news .vc_grid-pagination .vc_grid-pagination-list > li > a, 
#content .news .vc_grid-pagination .vc_grid-pagination-list > li > span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: var(--black)!important;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	background-color: var(--white)!important;
	border-color: var(--grey-light)!important;
	opacity: 1;
	border-radius: 50%;
}
@media (max-width: 1199px) {
	#content .news .vc_grid-pagination .vc_grid-pagination-list > li > a, 
	#content .news .vc_grid-pagination .vc_grid-pagination-list > li > span{
		width: 30px;
		height: 30px;
	}
}
#content .news .vc_grid-pagination .vc_grid-pagination-list > li:hover a,
#content .news .vc_grid-pagination .vc_grid-pagination-list > li:focus a,
#content .news .vc_grid-pagination .vc_grid-pagination-list > li:hover span, 
#content .news .vc_grid-pagination .vc_grid-pagination-list > li:focus span,
#content .news .vc_grid-pagination .vc_grid-pagination-list > li.vc_grid-active a,
#content .news .vc_grid-pagination .vc_grid-pagination-list > li.vc_grid-active span{
	color: var(--white)!important;
	font-weight: 500;
	background-color: var(--blue-default)!important;
	border-color: var(--blue-default)!important;
}

/* Gallery */

#content :not(section).gallery{
	margin: 0 -15px;
}
#content .gallery > br{
	display: none!important;
}
#content .gallery .gallery-item{
	float: none;
	margin: 0;
	padding: 15px;
}
@media (min-width: 1200px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 33.3333333333%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 25%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 20%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 16.6666666666%!important;
	}
}
@media (max-width: 1199px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 33.3333333333%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 25%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 25%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 25%!important;
	}	
}
@media (max-width: 767px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 50%!important;
	}
}
#content .gallery .gallery-item a,
#content .gallery .wpb_single_image a{
	position: relative;
	display: block;
}
#content .gallery .gallery-item a:hover,
#content .gallery .gallery-item a:focus,
#content .gallery .wpb_single_image a:hover,
#content .gallery .wpb_single_image a:focus{
	-webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
	z-index: 2;
}
#content .gallery .gallery-item a:before,
#content .gallery .wpb_single_image a:before{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	content: '\f00e';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--white);
	font-size: 1.875rem;
	font-weight: 700;
	font-family: 'Font Awesome 5 Free';
	background: rgba(55,85,105,0.75) none;
	opacity: 0;
	z-index: 2;
}
#content .gallery .gallery-item a:hover:before,
#content .gallery .gallery-item a:focus:before,
#content .gallery .wpb_single_image a:hover:before,
#content .gallery .wpb_single_image a:focus:before{
	opacity: 1;
	transition: all 250ms ease-in-out;
}
#content .gallery .gallery-item a img,
#content .gallery .wpb_single_image a img{
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0 none!important;
	border-radius: 0;
}

/* Footer */

footer#colophon{
	padding: min(4.6875vw, 90px) 0 30px 0;
	color: var(--white);
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: 400;
	background: var(--blue-dark) none;
}
@media (max-width: 767px) {
	footer#colophon{
		padding: 30px 0;
	}
}
footer#colophon a{
	color: var(--white);	
}
footer#colophon a:hover,
footer#colophon a:focus{
	color: var(--blue-extra-light);
}

#footer-widget{
	padding: 0;
	color: var(--white);
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}
#footer-widget a{
	color: var(--white);
}
#footer-widget a:hover,
#footer-widget a:focus{
	color: var(--blue-extra-light);
}
#footer-widget .widget{
	margin: 0;
	font-size: 1rem;
}

@media (min-width: 576px) {
	#footer-widget > .row{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 30px;
	}
}
@media (min-width: 1200px) {
	#footer-widget > .row{
		gap: 30px 60px;
	}
}
@media (max-width: 575px) {
	#footer-widget > .row{
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
}
@media (min-width: 576px) {
	#footer-widget > .row > div[class^="col-"]{
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	#footer-widget > .row > div[class^="col-"]:first-child{
		margin-right: auto;
	}
}


#footer-widget h3{
	margin: 0 0 15px 0;
	color: var(--blue-light);
	font-size: 0.875rem;
	font-weight: 400;
	text-transform: uppercase;
}
@media (max-width: 575px) {
	#footer-widget h3{
		text-align: center;
	}
}
#footer-widget img{
	margin: 0;
}
@media (max-width: 575px) {
	#footer-widget .brand{
		text-align: center;
	}
}
#footer-widget .brand .logo a:hover,
#footer-widget .brand .logo a:focus{
	opacity: 0.75;
	transition: all 250ms ease-in-out;
}
@media (min-width: 575px) and (max-width: 767px){
	#footer-widget .brand .logo img{
		width: min(33vw, 280px);
	}
}
@media (max-width: 575px) {
	#footer-widget .brand .logo img{
		max-width: 50%;
	}
}
#footer-widget .social-media ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}
@media (max-width: 1199px) {
	#footer-widget .social-media ul{
		justify-content: flex-start;
	}	
}
@media (max-width: 575px) {
	#footer-widget .social-media ul{
		justify-content: center;
	}
}
#footer-widget .social-media ul li{
	margin: 0;
}
#footer-widget .social-media ul li a{
	display: block;
	transition: all 250ms ease-in-out;
}
#footer-widget .social-media ul li a:hover,
#footer-widget .social-media ul li a:focus{	
	opacity: 0.75;
}
#footer-widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-widget ul li{
	margin-bottom: 10px;
}
@media (max-width: 575px) {
	#footer-widget ul li{
		text-align: center;
	}
}
#footer-widget ul li a{
	color: var(--white);
	font-size: 1rem;
	font-weight: 400;
}
#footer-widget ul li a:hover,
#footer-widget ul li a:focus{
	color: var(--blue-extra-light);
}
#footer-widget .contact .address{
	color: var(--white);
	font-size: 1rem;
	font-weight: 400;	
}
@media (max-width: 575px) {
	#footer-widget .contact .address{
		text-align: center;
	}
}
#footer-widget .contact .address a{
	color: var(--white);	
}
#footer-widget .contact .address a:hover,
#footer-widget .contact .address a:focus{
	color: var(--blue-extra-light);
}
#footer-widget .contact ul li{
	display: flex;
	align-items: flex-start;
	gap: 15px;	
}
@media (max-width: 575px) {
	#footer-widget .contact ul li{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}
#footer-widget .contact ul li[class]:before{
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	background-color: transparent;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#footer-widget .contact ul li.address:before{
	background-image: url('../images/footer_address_icon.svg');
}
#footer-widget .contact ul li.email:before{
	background-image: url('../images/footer_email_icon.svg');
}
#footer-widget .contact ul li.phone:before{
	background-image: url('../images/footer_phone_icon.svg');
}
#footer-widget .contact ul li.facebook:before{
	background-image: url('../images/footer_facebook_icon.svg');
}

footer#colophon .site-info{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	gap: 15px 30px;
	color: var(--white);
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: 400;
}
@media (max-width: 575px) {
	footer#colophon .site-info{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 15px;
	}
}
footer#colophon #footer-widget + .site-info{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer#colophon .site-info a{ 
	color: var(--white);
}
footer#colophon .site-info a:hover,
footer#colophon .site-info a:focus{
	color: var(--blue-extra-light);	
}
footer#colophon .site-info > div{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
@media (max-width: 575px) {
	footer#colophon .site-info > div{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 15px;
	}
}
@media (min-width: 1199px) {
	footer#colophon .site-info .copyright p:not(:last-child){
		padding-right: 15px;
		border-right: 1px solid var(--white);
	}
}
footer#colophon .site-info .design .scroll-up a{
	display: block;
	color: var(--white);
	font-size: 0;
}
footer#colophon .site-info .design .scroll-up a:hover,
footer#colophon .site-info .design .scroll-up a:focus{
	color: var(--blue-extra-light);
}
footer#colophon .site-info .design .scroll-up a:after{
	display: block;
	width: 40px;
	height: 40px;
	content: '';
	background-color: transparent;
	background-image: url('../images/scroll_up.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 250ms ease-in-out;
}
@media (max-width: 1199px) {
	footer#colophon .site-info .design .scroll-up a:after{
		width: 30px;
		height: 30px;
	}
}
footer#colophon .site-info .design .scroll-up a:hover:after,
footer#colophon .site-info .design .scroll-up a:focus:after{
	opacity: 0.75;
}

/* Other */

#wpadminbar{
	position: fixed!important;
}
.slick-slider .slick-prev:before{
	display: none;
}
.slick-slider .slick-next:before{
	display: none;	
}
.vc_grid-pagination .vc_grid-pagination-list{
	margin: min(3.125vw, 60px) 0 0 0!important;
}
@media (max-width: 767px) {
	.vc_grid-pagination .vc_grid-pagination-list{
		margin: 30px 0 0 0!important;
	}
}
.wa__widget_container{
	position: fixed!important;
	top: 50%!important;
	right: 15px!important;
	z-index: 999!important;
}
.wa__btn_popup{
	left: auto!important;
	right: 15px!important;
	bottom: auto!important;
}