@charset "utf-8";
/* CSS Document */
/*html*/

:root {
	--dark-text: #333333;
	--medium-text: #666666;
	--accent-color: #122c49;
	--light-accent: #efefef;
}

li::marker {
	color: var(--accent-color);
}

::selection {
	background-color: var(--accent-color);
	color: #FFFFFF;
}

body {
	color: var(--medium-text);
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	padding-top: 0px;
	position: inherit !important;
}

.main-container.container {
	padding: 0px;
	width: 100%;
}

/*lightbox*/
.modal-backdrop.in {
	opacity: 75%;
}

.ekko-lightbox.modal {
	padding-right: 0 !important;
}

.ekko-lightbox.modal .modal-dialog {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0;
}

.ekko-lightbox.modal .modal-dialog .modal-body {
	height: 100vh;
	padding: 25px;
}

.ekko-lightbox-container {
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;

}

.ekko-lightbox.modal .modal-dialog .modal-body .ekko-lightbox-container img {
	margin: auto;
	max-width: 90vw;
	max-height: 90vh;
}

.ekko-lightbox .modal-header {
	border: 0;
	position: absolute;
	right: 0;
	z-index: 200;
}

.ekko-lightbox .modal-header .close {
	color: white;
	font-weight: 300;
	font-size: 32pt;
	opacity: 1;
}

.ekko-lightbox .modal-content {
	background: none;
	border: 0;
	box-shadow: none;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
	width: 50px;
	opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
	width: 50px;
	opacity: 1;
}

.ekko-lightbox .modal-footer {
	display: block;
	width: 100%;
	border: 0;
	position: absolute;
	bottom: 0;
}

.ekko-lightbox-nav-overlay a {
	display: flex !important;
	align-content: center;
	align-items: center;
	padding: 0;
}

.ekko-lightbox-nav-overlay a.glyphicon-chevron-right {
	justify-content: flex-end;
	padding: 0;
}

.ekko-lightbox-nav-overlay a.glyphicon-chevron-left {
	justify-content: flex-start;
	padding: 0;
}

.carousel-inner>.item>a>img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border: 7px solid #fff;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
	background: white;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	text-shadow: none;
	color: var(--accent-color);
}

.glyphicon-chevron-right::before,
.glyphicon-chevron-left::before {
	position: absolute;
}

.glyphicon-chevron-left::before {
	content: "\f104";
	font: normal normal normal 25px/30px FontAwesome;
	left: 10px;
}

.glyphicon-chevron-right::before {
	content: "\f105";
	font: normal normal normal 25px/30px FontAwesome;
	right: 9px;
}

.gallery-item {
	padding-top: 10px;
	padding-bottom: 10px;
}


/*fonts*/
h1,
h2,
h3,
section.statistics .stat .info {
	font-family: "Zilla Slab", serif;
	font-weight: 400;
}

h4,
h5,
h6,
section.statistics .stat .desc {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}

.main-nav {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

/*nav*/
#main-nav {
	clear: both;
	margin-top: 0px;
	padding: 0;
}

.logo {
	float: left;
}

.logo img {
	height: auto;
	max-width: 200px;
}

.navbar-brand {
	height: auto;
	padding: 5px 0 5px 15px;
}

.navbar-brand a {
	border: 0px !important;
}

nav.main-nav {

	background: var(--accent-color);
	min-height: 75px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

nav.main-nav ul {
	margin: 0;
}

nav.main-nav ul,
nav.main-nav li,
nav.main-nav a {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.navbar-nav>li>a {
	color: #ffffff99;
	margin: 0 5px;
	padding: 8px 12px;
}

nav.main-nav a:hover,
nav.main-nav a:focus,
nav.main-nav li.active a {
	background-color: #ffffff0D;
	color: white;
	text-transform: uppercase;
}


.navbar-toggle .icon-bar {
	background: white;
}

.btn-mobile-nav {
	margin-top: 17px;
}

/*header*/
header {
	background: var(--dark-text) url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGNxBdpiLLS2Mhh0MeWWnBuolSmKeTYh4OdjXgnja4iDU4QQHNrwJ-AmYKuNEHpSqMOA.png) repeat;
	margin-top: 70px;
	min-height: 360px;
	position: relative;
}

header .header-intro {
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
	padding: 0px;
}

header .header-intro .inner {
	height: 100%;
	padding: 70px;
    text-align: left;
}

h1.intro {
	color: #fff;
	font-size: 42px;
	margin-top: 0;
}

header h2 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 300;
}

header hr {
	display: none;
}

/*buttons*/
.links {
	margin-top: 40px;
}

.btn-bar {
	position: absolute;
	right: 0px;
	top: 0px;
}
.btn-bar a i {
	margin-left: 3px;
}
.btn.btn-outline,
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active {
	background: #b1b1b1;
	border: 0px;
	border-radius: 0px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 10px 20px;
	margin-right: 10px;
	position: relative;
	text-transform: uppercase;
}

.btn-brochure {
	margin-right: 20px;
}

.ca {
	display: none !important;
	bottom: 0px;
	left: 0px;
	position: fixed;
	right: auto;
	width: 100%;
	z-index: 1000;
}

.ca .btn.btn-outline {
	background: #b1b1b1;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	width: 100%;
}

/*main body*/
.main.container-fluid {
	min-height: 400px;
	padding: 0px;
}

section {
	background: #fff;
	padding: 0px 15px 60px;
}

section .col-sm-4,
section .col-sm-6,
section .col-sm-3 {
	margin-bottom: 60px;
}

section .col-sm-4:last-child,
section .col-sm-6:last-child,
section .col-sm-3:last-child {
	margin-bottom: 0px;
}

section .section-title {
	text-align: left;
}

section .section-title h2 {
	background: #fff;
	color: var(--medium-text);
	display: inline-block;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	margin: 30px 0 0;
	padding: 30px 0;
	text-align: left;
}

section h3.subtitle {
	display: block;
	color: var(--medium-text);
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	margin: 20px 0 0 0;
	text-align: left;
}

section h3.subtitle.first,
section.single-section h3.subtitle {
	margin-top: 0px;
}

section .content {
	margin-top: 20px;
	line-height: 24px;
}

section img.pull-left {
	padding: 0 15px 5px 0;
}

section img.pull-right {
	padding: 0 0 5px 15px;
}

section.photo-section {
	background: var(--light-accent);
	color: var(--medium-text);
}

section.photo-section h2 {
	background: var(--light-accent);
}

section.photo-section a,
section.photo-section a:hover {
	color: #fff;
}

section.photo-section a:hover {
	text-decoration: underline;
}

section.statistics {
	background: var(--dark-text) url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGN6oEyNpEc0bEw_IEZD5Gdqhs0MQEvu8DlErBq0Y17TorVOIMXLXrq3vwuchy-lK2UA.png) repeat fixed center top;
	padding: 0;
}

section.statistics .inner {
	background: rgba(26, 42, 82, 0.75);
	margin: 0;
	padding: 90px 0;
	text-align: center;
}

section.statistics .stat {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 10px;
	text-transform: uppercase;
	width: 100%;
}

section.statistics .icon {
	background: var(--accent-color);
	border-radius: 60px;
	color: white;
	display: inline-block;
	font-size: 40px;
	height: 120px;
	width: 120px;
}

section.statistics .icon .fa {
	margin-top: 38px;
}

section.statistics .icon span {
	border: 1px solid #999999;
	border-radius: 30px;
	display: inline-block;

	width: 50px;
}

section.statistics .stat .info {
	font-weight: 400;
	font-size: 41px;
}

section.map {
	padding: 0;
}

section.map .map_address {
	background: var(--light-accent);
	color: var(--medium-text);
	font-size: 12px;
	padding: 10px 15px;
	text-align: center;
}

section .photos img {
	max-height: 250px;
}

section ul li {
	margin-bottom: 15px;
}

/*contacts*/
section.contacts {
	text-align: left;
}

section.contacts .contacts_wrapper {
	display: block;
	width: 100%;
}

section.contacts .contact {
	display: block;
	margin: 0;
	padding: 0 5px 40px 5px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

section.contacts .contact a {
	color: var(--dark-text);
	font-size: 16px;
}

section.contacts img {
	margin-top: 40px;
}

/*tables*/
table {
	border: 0px;
	width: 100%;
}

table th,
table td {
	padding: 12px 8px;
}

table th {
	background: none;
	color: var(--dark-text);
}

table tr:nth-child(even) {
	background: #ededeb;
}

table.first_column td:first-child {
	color: var(--dark-text);
	font-weight: bold;
}

.table-responsive {
	border: 0px;
}

/*footer*/
footer {
	background: #222222 url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGN6oEyNpEc0bEw_IEZD5GdqhVv_KkX-C4xaTynKYWrSD_xO94R8_UpHEX_gP9OiKOUA.png) repeat center top;
	color: rgba(255, 255, 255, 0.6);
	min-height: 60px;
	padding: 0;
	position: relative;
	text-align: left;
}

footer .bg-color {
	padding: 35px 15px 40px 15px;
}

footer a {
	color: #fff;
	display: inline-block;
	margin: 10px;
}

footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: none;
}

footer .btn-top {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin-bottom: 20px;
	opacity: 1;
	padding: 4px 8px;
	font-size: 22px;
}

footer .btn-top:hover,
footer .btn-top:focus {
	background: #fff;
	color: #b1b1b1;
	opacity: 1;
}

footer .social {
	font-size: 40px;
}

footer .social a {
	margin: 0 10px;
}

/*  */
/*desktop & tablet*/
@media (min-width: 768px) {

	/*html*/
	body {
		font-size: 16px;
	}

	.main-wrapper.container {
		padding: 0 15px;
	}

	section .col-sm-4,
	section .col-sm-6,
	section .col-sm-3 {
		margin-bottom: 0px;
	}

	/*nav*/
	#main-nav {
		clear: none;
	}

	.navbar-brand {
		padding: 15px;
	}

	nav.main-nav ul {
		margin: 48px 10px 10px 10px;
	}

	nav.main-nav {
		background: var(--accent-color);
	}

	nav.main-nav ul,
	nav.main-nav li,
	nav.main-nav a {
		width: auto;
	}

	nav.main-nav a {
		text-transform: uppercase;
        font-weight: 600;
	}

	nav.main-nav a:focus,
	nav.main-nav li.active a {
		background-color: #ffffff0D;
	}

	/*header*/
	h1.intro {
		font-size: 46px;
	}

	header h2 {
		font-size: 22px;
	}

	header .logo_intro {
		max-width: 300px;
	}

	header .header-intro {
		bottom: 0;
		left: 0;
		right: auto;
		top: auto;
		max-width: 60%;
	}

	/*buttons*/
	.ca {
		left: auto;
		right: 0;
		width: auto;
	}

	.ca .btn.btn-outline {
		font-size: 16px;
		width: auto;
	}

	.ca .btn.btn-outline .fa {
		font-size: 16px;
	}

	/*main body*/
	section .section-title h2 {
		font-size: 50px;
		padding: 30px 0px 0px;
		margin: 30px 0px;
	}

	section .section-title h2.empty {
		padding: 0;
		margin: 0;
		height: 0px;
	}

	section h3.subtitle {
		font-size: 24px;
	}

	section.statistics .stat {
		width: 50%;
	}

	section .content {
		line-height: 28px;
	}

	section hr {
		display: block;
	}

	/*contacts*/
	section.contacts .contacts_wrapper {
		display: block;
		width: 100%;
	}

	section.contacts .contact {
		display: inline-block;
		vertical-align: top;
		width: 24%;
	}

	section.contacts .contact a {
		font-size: 18px;
	}

	/*footer*/
	footer a {
		margin: 20px 10px;
	}

	#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
		font-size: 16px;
	}

	/*modal*/
	.tech-supp-form .form-label {
		text-align: right;
		width: 100px;
	}

	.tech-supp-form textarea {
		width: 325px;
	}

	.tech-supp-form input[type="text"] {
		width: 325px;
	}

	.tech-supp-form .captcha-image {
		float: left;
		margin: 10px 0 0 100px;
		width: auto;
	}

	.tech-supp-form .captcha-image img {
		max-width: none;
	}

	.tech-supp-form .captcha-response-label {
		margin: 10px 0 0 100px;
	}

	.tech-supp-form #captcha-response {
		margin: 10px 0 0 100px;
	}

	.tech-supp-form #captcha_reload_btn {
		display: inline-block;
		margin: 30px 0 0 10px;
	}

	.ui-dialog {
		max-width: none;
		width: auto !important;
	}

	#question {
		width: 325px;
	}

	#support-choice {
		min-height: 120px !important;
		max-width: none;
		overflow-x: hidden;
	}

	#support-choice fieldset input[type="text"] {
		width: 250px;
	}

	#support-choice div:first-child {
		width: 280px !important;
	}

	#support-choice div:last-child {
		width: 280px !important;
	}
}

/*desktop only*/
@media (min-width: 992px) {

	/*header*/
	h1.intro {
		font-size: 64px;
	}

	header h2 {
		font-size: 30px;
	}

	/*main body*/
	section.statistics .stat {
		width: 25%;
	}

	nav.main-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	ul.navbar-nav {
		display: flex;
		flex-direction: row;
		align-content: center;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

}

/*collapse on tablet*/
@media (max-width: 991px) {
	.navbar-brand {
		padding: 15px;
	}

	nav.main-nav {
		min-height: 75px;
	}

	.navbar-header {
		float: none;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 0;
		box-shadow: 0;
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}


	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}

	nav.main-nav ul {
		clear: both;
		float: none;
		margin: 0;
	}

	#main-nav {
		clear: both;
		padding: 0;
	}

	nav.main-nav ul,
	nav.main-nav li,
	nav.main-nav a {
		text-align: center;
	}

	.navbar-nav>li {
		float: none;
	}

	nav.main-nav a:hover,
	nav.main-nav a:focus,
	nav.main-nav li.active a {
		background: none;
		color: white;
	}

	header .header-intro .inner {
		padding: 40px;
	}
	/*main body*/
	section .section-title h2 {
		padding: 10px 0;
	}

	/*nav*/
	nav.main-nav a:focus,
	nav.main-nav li.active a {
	}

	/*buttons*/
	.btn-bar {
		right: 58px;
		top: 22px;
	}

	.btn-bar .btn.btn-outline,
	.btn-bar .btn.btn-outline:hover {
		display: inline-block;
		height: 24px;
		margin: 0px;
		text-align: center;
		width: 30px;
	}

	.ca {
		display: block !important;
	}

	/*sections*/
	section hr {
		display: none;
	}
}

th a {
	color: white;
}

th a:hover {
	color: lightgrey;
}

/* additional buyer facing modal overrides */
.ui-dialog[role=dialog] {
	border: 0 !important;
	padding: 0 !important;
}

.ui-dialog-titlebar {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}