﻿/*------------------------------------------------------------------
[1. Main]
*/
html {
	scroll-behavior: smooth;
}

body {
	position: relative;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	white-space: normal;
	min-height: 100vh;
}

.main-container {
	clear: both;
}

section {
	position: relative;
	padding: 50px 0;
}

.container,
.container-fluid {
	position: relative;
}



img {
	width: auto;
	height: auto;
	max-width: 100%;
}


.home-block,
.home-block-inner,
.content-block,
.content-block-inner {
	position: relative;
	overflow: hidden;
}

.content-block {
	background-color: #fff;
}

@media screen and (min-width:1200px){

	.home-block {
		position: fixed;
		width: 50%;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
	}

	.content-block {
		position: relative;
		width: 50%;
		height: 100vh;
		left: 50%;
	}

	.content-block-inner {
		height: 100vh;
		overflow-y: auto;
	}
	
	.home-block .container,
	.home-block .container-fluid,
	.content-block .container,
	.content-block .container-fluid {
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}

}
.align-self-center {
    padding-top: 80px;
	
}

.bg-cover {background-size:cover;background-repeat:no-repeat;background-position:center}

.min-vh--100 {min-height: 100vh}

.shadow {box-shadow:0 0 54px rgba(0,0,0,.12)}


/*------------------------------------------------------------------
[2. Typography]
*/
html {
	font-size: 16px;
}

body {
	font-family: 'Catamaran', sans-serif;
	font-size: .9375rem;
	font-weight: normal;
	line-height: 1.75rem;
	color: #ffffff;
}

h1, .h1 {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Catamaran', sans-serif;
	color: inherit;
	font-size: 3.3rem;
	font-weight: 900;
	line-height: 3.75rem;
}

h1 a {
	color: inherit;
}

p {
	margin-bottom: 1rem;
}

a {
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
}

a:not(.btn) {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
	color: #2754db;
}

a, button {
	outline: none;
}

strong {
	font-weight: 700;
}

input,
select,
textarea { 
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}


p:last-child{
	margin-bottom: 0;
}

/*------------------------------------------------------------------
[3. Header]
*/
.site-header {
	position: absolute;
	z-index: 1000;
	top: 20px;
	left: 20px;
}

.logo img {
	display: block;
}

@media screen and (min-width:1200px){

	.site-header {
		position: fixed;
		top: 50px;
		left: 50px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

}


/*------------------------------------------------------------------
[4. Forms]
*/
::-webkit-input-placeholder {color: #959799}
::-moz-placeholder {color: #959799}
:-ms-input-placeholder {color: #959799}
::-ms-input-placeholder {color: #959799}
::placeholder {color: #959799}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
	-webkit-text-fill-color: #28144b !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
}

.form-control {
	height: calc(1.5em + 0.75rem + 7px);
	font-size: 1.25rem;
	line-height: 1.625rem;
	color: #28144b;
	border-color: #e3e3e3;
}

.form-control:focus {
	color: #28144b;
	border-color: #f03228;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {color: #959799}
.form-control::-moz-placeholder {color: #959799}
.form-control:-ms-input-placeholder {color: #959799}
.form-control::-ms-input-placeholder {color: #959799}
.form-control::placeholder {color: #959799}

.form-control:disabled, .form-control[readonly] {
	background-color: #edeeef;
}

select.form-control:focus::-ms-value {
	color: #28144b;
}

.col-form-label {
	padding-top: calc(0.375rem + 2px);
	padding-bottom: calc(0.375rem + 2px);
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 2px);
	padding-bottom: calc(0.5rem + 2px);
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 2px);
	padding-bottom: calc(0.25rem + 2px);
}

.form-control-plaintext {
	color: #28144b;
}

.form-control-sm {
	height: calc(1.5em + 0.5rem + 3px);
	padding: 0.25rem 0.5rem;
}

.form-control-lg {
	height: calc(1.5em + 1.375rem + 7px);
	padding: 0.5rem 1rem;
}

.form-group {
	margin-bottom: 20px;
}

.form-row {
	margin-right: -10px;
	margin-left: -10px;
}

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

/*------------------------------------------------------------------
[6. Buttons]
*/
button:focus,
.btn:focus, .btn.focus {
	outline: none;
	box-shadow: none;
}

.btn {
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	color: #252754;
	padding: 0.375rem 0.95rem;
	font-size: 1.25rem;
	line-height: 1.625rem;
	transition: color .3s ease-out, background .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out .3s;
}

.btn:hover {
	color: #fff;
}

.btn-pu,
.btn-pu:focus {
	color: #000000;
	background-color: #fecb00;
	border-color: none;
}

.btn-pu:hover {
	color: #fff;
}

.btn-pu:not(:disabled):not(.disabled):active, .btn-pu:not(:disabled):not(.disabled).active,
.show > .btn-pu.dropdown-toggle {
	color: #ffffff;
}


@media (min-width: 576px){
	.btn {
		min-width: 150px;
	}
	.btn + .btn {
		margin-left: 1rem;
	}
}

/*------------------------------------------------------------------
[14. Overlay]
*/


.global-overlay {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: left .5s cubic-bezier(0.54,0.18,0.36,0.81) 0s;
}

.overlay-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.bg-image-holder img { display: none !important }

@media (min-width:1200px){

	.global-overlay {
		z-index: 50;
	}

	body.layout-alternative .global-overlay {
		width: 50%;
		left: 0%;
	}

	body.has-content-block-open .global-overlay {
		left: -50%;
		transition-delay: .5s;
	}
	
	
}

/*------------------------------------------------------------------
[21. Responsive utilities]
*/
@media (max-width: 576px){

	/* Typography */
	h1, .h1 {
		font-size: 2rem;
		line-height: 2.75rem;
	}

	/* Buttons */
	.btn {
		display: block;
		min-width: auto;
	}
	
	.btn + .btn {
		margin-top: 20px;
	}

}

@media (min-width: 1200px){

	/* Global Styles */
	body {
		overflow-y: hidden;
	}

}
