 
/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header
 4.) Content - Main
 5.) Footer
 6.) Start


========================================*/

/*
 1.) Typography
----------------------------------------*/

@import url("bootstrap.min-16.css") all;
@import url("brands.min-25.css") all;
@import url("light.min-25.css") all;
@import url("regular.min-25.css") all;
@import url("solid.min-25.css") all;
@import url("fontawesome.min-25.css") all;

@font-face {
    font-family: 'TheSansPlain';
    src: url('../eot/thesansplain.eot');
    src: url('../eot/thesansplain.eot') format('embedded-opentype'),
         url('../woff2/thesansplain.woff2') format('woff2'),
         url('../woff/thesansplain.woff') format('woff'),
         url('../ttf/thesansplain.ttf') format('truetype'),
         url('../svg/thesansplain.svg#TheSansPlain') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TheSansPlain';
    src: url('../eot/thesanssemiboldplain.eot');
    src: url('../eot/thesanssemiboldplain.eot') format('embedded-opentype'),
         url('../woff2/thesanssemiboldplain.woff2') format('woff2'),
         url('../woff/thesanssemiboldplain.woff') format('woff'),
         url('../ttf/thesanssemiboldplain.ttf') format('truetype'),
         url('../svg/thesanssemiboldplain.svg#TheSansPlain') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TheSansPlain';
    src: url('../eot/thesansboldplain.eot');
    src: url('../eot/thesansboldplain.eot') format('embedded-opentype'),
         url('../woff2/thesansboldplain.woff2') format('woff2'),
         url('../woff/thesansboldplain.woff') format('woff'),
         url('../ttf/thesansboldplain.ttf') format('truetype'),
         url('../svg/thesansboldplain.svg#TheSansPlain') format('svg');
    font-weight: 700;
    font-style: normal;
}


/*
 2.) Default Styles
----------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
	padding: 0;
	margin: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "TheSansPlain", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	line-height: 21px;
	letter-spacing: normal; 
	background: #ffffff;
	margin: 0;
	padding: 0;
}

sub,
sup{
	font-size: 50%;
}

img { 
	max-width: 100%;
	height: auto;
}


/*= Links 
=======================================================*/

a {
	color: #009fe3;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #009fe3;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #009fe3;
	text-decoration: none;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #009fe3;
	text-decoration: underline;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 { 
	font-weight: 700; 
	text-transform: uppercase;
	padding-bottom: 42px;
}

h1,
.h1,
h2,
.h2 {
	font-size: 39px;
	line-height: 46px; 
	letter-spacing: 0.02em;
}

h3,
.h3 {
	font-size: 26px;
	line-height: 29px;
}

h4,
.h4 {
	font-size: 22px;
	line-height: 26px;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 20px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700; 
}

.txt { 
	padding-bottom: 70px;
}

.txt:last-child { 
	padding-bottom: 0; 
}

@media (max-width: 1199px) {
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 { 
	padding-bottom: 32px;
}

h1,
.h1,
h2,
.h2 {
	font-size: 32px;
	line-height: 40px;
}

h3,
.h3 {
	font-size: 24px; 
	line-height: 28px;
}

h4,
.h4 {
	font-size: 20px; 
	line-height: 24px;
}

.txt { 
	padding-bottom: 60px;
}
}

@media (max-width: 767px) {
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 { 
	padding-bottom: 25px;
}

h1,
.h1,
h2,
.h2 {
	font-size: 28px;
	line-height: 34px;
}

h3,
.h3 {
	font-size: 22px;
	line-height: 26px;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 22px;
}

.txt { 
	padding-bottom: 50px;
}
}


/*= Unorder List 
=======================================================*/

ul,
ol {
	list-style: none; 
	padding: 0;
}

li { font-size: 17px; 
	line-height: 25px; 
	position: relative; 
	padding-left: 32px;
	padding-bottom: 5px;
}

li:last-child {
	padding-bottom: 24px;
}

ul li ul,
ol li ol {
	padding: 0;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #000000;
	border-radius: 0; 
	position: absolute;
	top: 8px;
	left: 0;
}

@media (max-width: 767px) {
li { font-size: 16px; 
	line-height: 24px; 
	padding-left: 28px;
}

ul li:before {
	width: 7px;
	height: 7px;
	top: 8px;
}
}



/*= Order List 
=======================================================*/
ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 600;
	position: absolute;
	top: -1px;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input Styles
================================================= */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%; 
	font-family: "TheSansPlain", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	line-height: 21px; 
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 51px;
	font-family: "TheSansPlain", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	line-height: 21px;
	letter-spacing: normal;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;	
	background: none;
	box-shadow: inset #c6c6c6 0 0 0 2px;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 13px 26px;
	margin: 0;
}

textarea {
	height: 290px;
	white-space: normal;
	outline: none;
	resize: none; 
	padding-top: 13px; 
	padding-bottom: 13px;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #000000;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #000000;
}

::-moz-placeholder {
	color: #000000;
}

::-ms-input-placeholder {
	color: #000000;
}

select {
	background-image: url(../png/select-arrow-down-3.png);
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: top 21px right 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select.colorize option:not([disabled]) {
	color: #000000;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #000000;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0; 
	box-shadow: inset #009fe3 0 0 0 2px;
}


/* #Buttons
================================================== */

.btn,
.button,
input[type=".button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle; 
	font-family: "TheSansPlain", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	line-height: 21px; 
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: inset #414141 0 0 0 2px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 15px 30px;
	margin: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button.active,
.button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus
.btn:not(:disabled):not(.disabled).active, 
.button:not(:disabled):not(.disabled):active {
	color: #009fe3;
	text-decoration: none; 
	background: none;
	box-shadow: inset #009fe3 0 0 0 2px;
	outline: 0;
}

.btn:focus,
.button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 60px 0 0 0;
}

@media (max-width: 767px) {
.btn-out {
	margin: 40px 0 0 0;
}
}

figure,
.figure {
	vertical-align: top;
}


/*= OWL
=======================================================*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,  
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,  
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,  
.owl-carousel .owl-nav .owl-next,  
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
 @keyframes 
fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../404.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, 
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-controls {
	padding: 0;
	margin: 0;
}

.owl-controls {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

.owl-nav {
	width: 100%;
	float: left; 
}

.owl-nav div {
	width: 40px;
	height: 40px;
	float: left;
	background: none;
	border-radius: 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	margin: -20px 0 0 0;
}

.owl-nav div:before {
	width: 40px;
	height: 40px;
	float: left;
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 400;
	font-size: 15px;
	color: #ffffff; 
	line-height: 40px;
	text-align: center;
	text-indent: 0;
	background: #009fe3;
	border: none; 
	border-radius: 360px;
	position: absolute;
	top: 0;
	left: 0;
}

.owl-nav div:hover:before { 
	color: #ffffff; 
	background: #009fe3; 
}

.owl-nav .owl-prev {
	left: 40px;
}

.owl-nav .owl-prev:before {
	content:"\f053"; 
	padding-right: 3px; 
}

.owl-nav .owl-next {
	right: 40px;
}

.owl-nav .owl-next:before {
	content:"\f054"; 
	padding-left: 3px; 
}

@media (max-width: 767px) {
.owl-nav .owl-prev {
	left: 20px;
}

.owl-nav .owl-next {
	right: 20px;
}
}


/* Bullets */
.owl-dots {
	width: 100%; 
	height: 15px; 
	float:left; 
	text-align: center;
	padding: 0;
	margin: 40px 0 0 0;
}

.owl-dots .owl-dot {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 0;
	margin: 0 6px;
}

.owl-dots .owl-dot span {
	display: block;
	width: 15px;
	height: 15px;
	background: rgba(0, 159, 227, 0.5);
	border: none;
	border-radius: 360px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.owl-dots .owl-dot.active span {
	width: 15px;
	height: 15px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: rgba(0, 159, 227, 1);
}

.owl-carousel .owl-controls .disabled, 
.owl-carousel .owl-controls .disabled {
	display: none;
}

@media (max-width: 767px) {
.owl-dots {
	height: 10px; 
	margin: 30px 0 0 0;
}

.owl-dots .owl-dot {
	margin: 0 4px;
}

.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
}

.owl-dots .owl-dot.active span {
	width: 10px;
	height: 10px;
}
}


/*= Container - Main
=======================================================*/

.container-main {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden; 
	padding: 105px 0 0 0;
}

.container {
	width: 100%;
	max-width: 1200px;
	padding: 0 40px;
}

@media (max-width: 1199px) {
.container-main {
	padding: 90px 0 0 0;
}
}

@media (max-width: 767px) {
.container-main {
	padding: 90px 0 0 0;
}

.container {
	max-width: 600px;
	padding: 0 30px;
}
}

@media (max-width: 399px) {
.container {
	padding: 0 20px;
}
}


/* Row */
.row-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.row {
	padding-bottom: 60px;
	margin: 0 -25px -50px -25px;
}

.row:last-child {
	padding-bottom: 0;
}

.row > div {
	padding: 0 25px 50px 25px;
}

.row.no-gutters {
	padding: 0;
	margin: 0;
}

.row.no-gutters > div {
	padding: 0;
}

@media (max-width: 1199px) {
.row {
	margin: 0 -20px -40px -20px;
}

.row > div {
	padding: 0 20px 40px 20px;
}

.row.no-gutters {
	padding: 0;
	margin: 0;
}

.row.no-gutters > div {
	padding: 0;
}
}

@media (max-width: 767px) {
.row {
	padding-bottom: 50px;
	margin: 0 -15px -40px -15px;
}

.row > div {
	padding: 0 15px 40px 15px;
}

.row.no-gutters {
	padding: 0;
	margin: 0;
}

.row.no-gutters > div {
	padding: 0;
}
}


/* Social - Links */
.social-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
}

.social-links ul {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 -11px -20px -11px;
}

.social-links ul li {
	width: 57px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 11px 20px 11px;
}

.social-links ul li:before {
	display: none;
}

.social-links ul li span {
	display: none;
}

.social-links ul li img { 
	width: 100%;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.social-links ul li .img2 {
	display: none;
}

.social-links ul li a {
	text-decoration: none;
}

.social-links ul li a:hover .img2,
.social-links ul li a.active .img2 {
	display: inline-block;
}

.social-links ul li a:hover .img1,
.social-links ul li a.active .img1 {
	display: none!important;
}

@media (max-width: 1199px) {
.social-links ul {
	margin: 0 -8px -20px -8px;
}

.social-links ul li {
	width: 48px;
	margin: 0 8px 20px 8px;
}
}

@media (max-width: 767px) {
.social-links ul {
	margin: 0 -5px -20px -5px;
}

.social-links ul li {
	width: 40px;
	margin: 0 5px 20px 5px;
}
}


/* 
 3.) Header
----------------------------------------*/
.header-main {
	width: 100%;
	height: 105px;
	float: left;
	background: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 101;
}

.header-main .brand { 
	width: 146px; 
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	z-index: 1;
	margin: 20px  0 0 0;
}

.header-main .brand img { 
	width: 100%;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.header-main .nav-bar {
	float: right;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin: 45px 0 0 0;
}

.header-main .nav-bar nav {
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0 -25px 0 0;
}

.header-main .nav-bar nav ul li {
	height: 60px;
	float: left;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	letter-spacing: normal;
	padding: 0;
	margin: 0 25px 0 0;
}

.header-main .nav-bar nav ul li:before {
	display: none;
}

.header-main .nav-bar nav ul li a {
	height: 60px;
	float: left;
	color: #000000;
	line-height: 60px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

.header-main .nav-bar nav ul li a:before {
	display: none;
}

.header-main .nav-bar nav ul li:hover a {
	color: #009fe3;
}

.header-main .nav-bar nav ul li.active a {
	font-weight: 700;
	color: #000000;
}

.header-main .nav-bar nav ul li.child:hover ul {
	display: block;
}

.header-main .nav-bar nav ul li.child ul {
	width: 170px;
	float: left;
	display: none;
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1;
	padding: 25px 25px;
	margin: 0;
}

.header-main .nav-bar nav ul li.child ul li {
	width: 100%;
	height: auto;
	float: left;
	font-weight: 400;
	margin: 0 0 12px 0;
}

.header-main .nav-bar nav ul li.child ul li:before {
	display: none;
}

.header-main .nav-bar nav ul li.child ul li:last-child {
	margin-bottom: 0;
}

.header-main .nav-bar nav ul li.child ul li a {
	height: auto;
	font-weight: 600;
	color: #ffffff;
	line-height: inherit;
	text-transform: none;
	position: relative;
}

.header-main .nav-bar nav ul li.child:hover ul li a {
	color: #000000;
	background: none;
}

.header-main .nav-bar nav ul li.child ul li:hover a,
.header-main .nav-bar nav ul li.child ul li.active a {
	color: #009fe3;
}

.fixed.header-main {
	width: 100%;
	height: 105px;
	position: fixed;
	top: 0;
}

.header-main .menu-btn {
	width: 32px;
	height: 22px;
	float: left;
	display: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
	z-index: 10001;
	position: absolute;
	top: 34px;
	right: 40px;
}

.header-main .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 3px;
	float: left;
	background: #666666;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 10px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #666666;
	position: absolute;
	top: -9px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #666666;
	position: absolute;
	top: 9px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-main .menu-btn.active {
	color: #666666;
}

.header-main .menu-btn.active .icon-bar span {
	background: none;
}

.header-main .menu-btn.active .icon-bar span:before {
	height: 3px;
	top: 0;
	background: #666666;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.header-main .menu-btn.active .icon-bar span:after {
	height: 3px;
	top: 0;
	background: #666666;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media (min-width: 1200px) {
.header-main .nav-bar {
	display: block;
}
}

@media (max-width: 1199px) {
.header-main {
	height: 90px;
}

.header-main .brand { 
	width: 130px; 
	margin: 15px  0 0 0;
}

.header-main .nav-bar {
	width: 100%;
	background: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.header-main .nav-bar nav {
	width: 100%;
	padding: 98px 0 25px 0;
}

.header-main .nav-bar nav ul {
	width: 100%;
}

.header-main .nav-bar nav ul li {
	width: 100%;
	height: auto;
}

.header-main .nav-bar nav ul li a {
	width: 100%;
	height: auto;
	line-height: inherit;
	padding: 10px 40px;
}

.header-main .nav-bar nav ul li.child:hover ul {
	display: none;
}

.header-main .nav-bar nav ul li.child ul {
	display: none;
	position: relative;
	top: 0;
	padding: 10px 60px;
}

.header-main .nav-bar nav ul li.child ul li a {
	color: #000000;
	padding: 0;
	background: none;
}

.header-main .nav-bar nav ul li.child ul li a:hover,
.header-main .nav-bar nav ul li.child ul li a.active {
	color: #009fe3;
}

.header-main .nav-bar nav ul li.child .sub-link { 
	position: relative; 
	padding-right: 40px;
}

.header-main .nav-bar nav ul li.child .sub-link:after {
	content: "";
	float: left;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #414141;
	position: absolute;
	top: 50%;
	right: 40px; 
	margin-top: -3px;
}

.header-main .nav-bar nav ul li.child .sub-link.active:after {
	border-top: none;
	border-bottom: 6px solid #383838;
}

.fixed.header-main {
	height: 90px;
}

.header-main .menu-btn {
	display: block;
}
}

@media (max-width: 767px) {
.header-main .container {
	max-width: 100%;
}

.header-main .nav-bar nav ul li a {
	padding: 10px 20px;
}

.header-main .nav-bar nav ul li.child ul {
	padding: 10px 40px;
}

.header-main .nav-bar nav ul li.child .sub-link:after {
	right: 20px; 
}

.fixed.header-main {
	height: 90px;
}

.header-main .menu-btn {
	right: 30px;
}
}

@media (max-width: 399px) {
.header-main .menu-btn {
	right: 20px;
}
}


/* 
 4.) Content - Main
----------------------------------------*/
.content-main {
	width: 100%;
	float: left;
}


/* Sub - Title */
.sub-title {
	width: 100%;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding-bottom: 28px;
}

@media (max-width: 767px) {
.sub-title {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}
}

@media (max-width: 767px) {
.sub-title {
	font-size: 15px;
	line-height: 19px;
	padding-bottom: 15px;
}
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 0 80px 0;
}

.heading-txt:last-child {
	padding-bottom: 0;
}

.heading-txt .aside {
	width: 100%;
	max-width: 700px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1199px) {
.heading-txt {
	padding: 0 0 60px 0;
}
}

@media (max-width: 767px) {
.heading-txt {
	padding: 0 0 40px 0;
}
}


/* Banner - Main */
.banner-main {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner-main .item {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.banner-main .item .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner-main .item .figure img {
	width: 100%;
	min-width: 800px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -400px;
}

.banner-main .item .banner-cont {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.banner-main .item .banner-cont .aside {
	width: 5380px;
	float: right;
	background: rgba(255, 255, 255, 0.9);
	padding: 95px 5000px 90px 70px;
	margin: 0 -5000px 0 0;
}

.banner-main .item .banner-cont .aside .sub-title {
	padding-bottom: 15px;
}

.banner-main .owl-dots {
	position: absolute;
	bottom: 40px;
	left: 0;
	margin: 0;
}

.banner-main .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.6);
}

.banner-main .owl-dots .owl-dot.active span {
	background: rgba(255, 255, 255, 1);
}

@media (max-width: 1199px) {
.banner-main .item .banner-cont .aside {
	width: 5320px;
	padding: 55px 5000px 50px 40px;
}

.banner-main .item .banner-cont .aside .sub-title {
	padding-bottom: 10px;
}
}

@media (max-width: 991px) {
.banner-main .owl-dots {
	text-align: left;
	margin: 0 0 0 34px;
	bottom: 30px;
}
}

@media (max-width: 767px) {
.banner-main .item .banner-cont {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.banner-main .item .banner-cont .aside {
	width: 5260px;
	padding: 35px 5000px 32px 20px;
}

.banner-main .owl-dots {
	bottom: 20px;
	margin: 0 0 0 26px;
}
}

@media (max-width: 399px) {
.banner-main .owl-dots {
	margin: 0 0 0 16px;
}
}


/* Split - Cont */
.split-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 160px 0 0 0;
}

.split-cont .row {
	padding: 0;
	margin: 0 0 -60px 0;
}

.split-cont .row > div {
	padding: 0;
	margin: 0 0 60px 0;
}

.split-cont .row > div p {
	text-align: justify;
}

.split-cont .row > div .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.split-cont .row > div .figure img {
	width: 100%;
}

.split-cont .row > div .aside {
	width: 100%;
}

.split-cont .row > div .aside ul { 
	padding: 20px 0 0 0; 
	margin: 0;
}

.split-cont .row > div .aside ul li { 
	font-weight: 600; 
	font-size: 23px; 
	color: #000000; 
	line-height: 27px; 
	letter-spacing: normal; 
	text-transform: uppercase;
	padding: 0; 
	margin: 0 0 14px 0;
}

.split-cont .row > div .aside ul li:last-child { 
	margin-bottom: 0; 
}

.split-cont .row > div .aside ul li a { 
	color: #000000; 
	text-decoration: none; 
}

.split-cont .row > div .aside ul li a:hover,
.split-cont .row > div .aside ul li a:focus,
.split-cont .row > div .aside ul li a:active {
	color: #009fe3;
}

.split-cont .row > div .aside ul li:before { 
	display: none; 
}

.split-cont .row > div .aside .btn,
.split-cont .row > div .aside .button,
.split-cont .row > div .aside input[type=".button"],
.split-cont .row > div .aside input[type="submit"] {
	min-width: 200px;
}

@media (min-width: 768px) {
.split-cont .row {
	padding: 0;
	margin: 0 -15px;
}

.split-cont .row > div {
	padding: 0 15px;
	margin: 0;
}

.split-cont .row > div .aside {
	width: 100%;
	max-width: 380px; 
	padding-right: 10px; 
	margin-top: -8px;
}
}

@media (min-width: 992px) {
.split-cont .row > div .figure {
	margin-bottom: -85px;
}

.split-cont .row > div .aside {
	margin-bottom: 60px;
}
}

@media (max-width: 1199px) {
.split-cont {
	padding: 100px 0 0 0;
}

.split-cont .row > div .aside ul li { 
	font-size: 21px; 
	line-height: 25px; 
	letter-spacing: normal; 
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
}

@media (max-width: 991px) {
.split-cont {
	padding: 80px 0;
}
}

@media (max-width: 767px) {
.split-cont {
	padding: 60px 0;
}

.split-cont .row > div .aside ul { 
	padding: 15px 0 0 0; 
}

.split-cont .row > div .aside ul li { 
	font-size: 19px; 
	line-height: 23px; 
}
}


/* Articles - List */
.articles-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #f6f6f6;
	padding: 0 0 160px 0;
}

.articles-list .row {
	padding: 0;
	margin: 0 0 -20px 0;
}

.articles-list .row > div {
	padding: 0 0 20px 0;
	margin: 0;
}

.articles-list .row > div .box {
	width: 100%;
	float: left;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

.articles-list .row > div .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.articles-list .row > div .box .figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin: 0 -200px;
}

.articles-list .row > div .box .figure:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.articles-list .row > div .box .aside {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 35px 35px;
}

.articles-list .row > div .box .aside h3 {
	color: #ffffff;
	letter-spacing: 0.03em;
	word-break: normal;
	word-break: break-all;
	word-break: keep-all;
	word-break: break-word;
	margin-bottom: -5px;
}

.articles-list .row > div .box .aside .txt {
	width: 100%;
	float: left;
	min-height: 80px;
	display: flex;
	align-items: flex-end;
	border-left: 2px solid #ffffff;
	padding: 0 0 0 24px;
}

.articles-list .row > div .box:hover .figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (min-width: 768px) {
.articles-list .row {
	padding: 0;
	margin: 0 -12px -24px -12px;
}

.articles-list .row > div {
	padding: 0 12px 24px 12px;
	margin: 0;
}
}

@media (min-width: 992px) {
.articles-list {
	padding-top: 245px;
}
}

@media (max-width: 1199px) {
.articles-list {
	padding: 100px 0;
}

.articles-list .row > div .box .aside {
	padding: 30px 30px;
}

.articles-list .row > div .box .aside .txt {
	min-height: 75px;
	padding: 0 0 0 20px;
}
}

@media (max-width: 991px) {
.articles-list {
	padding: 80px 0;
}

.articles-list .row > div .box .aside {
	padding: 20px 20px;
}

.articles-list .row > div .box .aside .txt {
	padding: 0 0 0 15px;
}
}

@media (max-width: 767px) {
.articles-list {
	padding: 60px 0;
}
}


/* Split  - Cont2 - Out */
.split-cont2-out {
	width: 100%;
	overflow: hidden;
	padding: 160px 0;
}

@media (max-width: 1199px) {
.split-cont2-out {
	padding: 100px 0;
}
}

@media (max-width: 991px) {
.split-cont2-out {
	padding: 80px 0;
}
}

@media (max-width: 767px) {
.split-cont2-out {
	padding: 60px 0;
}
}


/* Split - Cont */
.split-cont2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 160px 0;
}

.split-cont2:last-child {
	padding-bottom: 0;
}

.split-cont2 .row {
	padding: 0;
	margin: 0 0 -50px 0;
}

.split-cont2 .row > div {
	padding: 0;
	margin: 0 0 50px 0;
}

.split-cont2 .row > div p {
	text-align: justify;
}

.split-cont2 .row > div .img-group {
	width: 100%;
	max-width: 550px;
	float: left;
	position: relative;
	padding-bottom: 205px;
	margin-top: 60px;
}

.split-cont2 .row > div .img-group .figure {
	width: 65.11%;
	float: right;
	text-align: center;
	overflow: hidden;
}

.split-cont2 .row > div .img-group .figure img {
	width: 100%;
}

.split-cont2 .row > div .img-group .figure.sml {
	width: 65.11%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.split-cont2 .row > div .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.split-cont2 .row > div .figure img {
	width: 100%;
}

.split-cont2 .row > div .aside {
	width: 100%;
}

@media (min-width: 768px) {
.split-cont2 .row {
	padding: 0;
	margin: 0 -15px;
}

.split-cont2 .row > div {
	padding: 0 15px;
	margin: 0;
}

.split-cont2 .row > div .aside {
	width: 100%;
	max-width: 360px;
	float: right;
	padding-left: 10px;
}

.split-cont2 .row > div:first-child {
	left: 50%;
}

.split-cont2 .row > div:nth-child(even) {
	right: 50%;
}
}

@media (max-width: 1199px) {
.split-cont2 {
	padding: 0 0 100px 0;
}

.split-cont2 .row > div .img-group {
	padding-bottom: 150px;
	margin-top: 60px;
}
}

@media (max-width: 991px) {
.split-cont2 {
	padding: 0 0 80px 0;
}

.split-cont2 .row > div .img-group {
	padding-bottom: 110px;
}
}

@media (max-width: 767px) {
.split-cont2 {
	padding: 0 0 60px 0;
}

.split-cont2 .row > div .img-group {
	margin-top: 0;
}
}


/* Articles - List */
.articles-list2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 160px 0;
}

.articles-list2:last-child {
	padding-bottom: 0;
}

.articles-list2 .row {
	padding: 0;
	margin: 0 0 -50px 0;
}

.articles-list2 .row > div {
	padding: 0 0 50px 0;
	margin: 0;
}

.articles-list2 .row > div .box {
	width: 100%;
	float: left;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

.articles-list2 .row > div .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 0 35px 0;
}

.articles-list2 .row > div .box .figure:last-child {
	margin-bottom: 0;
}

.articles-list2 .row > div .box .figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.articles-list2 .row > div .box .aside {
	width: 100%;
	border-left: 2px solid #000000;
	padding: 15px 0 0 25px;
}

.articles-list2 .row > div .box .aside .date {
	width: 100%;
	font-size: 17px;
	color: #000000;
	line-height: 21px;
	letter-spacing: 0.02em;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding-bottom: 12px;
}

.articles-list2 .row > div .box .aside h3 {
	color: #000000;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin-bottom: -5px;
}

.articles-list2 .row > div .box:hover .figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.articles-list2 .row > div .box:hover .aside {
	border-left-color: #009fe3;
}

.articles-list2 .row > div .box:hover .aside h3 {
	color: #009fe3;
}

.articles-list2 .row > div .box:hover .aside .date {
	color: #009fe3;
}

.articles-list2 .btn,
.articles-list2 .button,
.articles-list2 input[type=".button"],
.articles-list2 input[type="submit"] {
	min-width: 200px;
}

.articles-list2 .btn-out {
	text-align: center;
	margin-top: 0;
}

@media (min-width: 768px) {
.articles-list2 .row {
	padding: 0 0 80px 0;
	margin: 0 -12px -40px -12px;
}

.articles-list2 .row:last-child {
	padding-bottom: 0;
}

.articles-list2 .row > div {
	padding: 0 12px 40px 12px;
	margin: 0;
}
}

@media (max-width: 1199px) {
.articles-list2 {
	padding: 0 0 100px 0;
}

.articles-list2 .row {
	padding: 0 0 60px 0;
}

.articles-list2 .row > div .box .figure {
	margin: 0 0 30px 0;
}

.articles-list2 .row > div .box .aside {
	padding: 10px 0 0 20px;
}

.articles-list2 .row > div .box .aside h3 br {
	display: none;
	margin-bottom: -4px;
}

.articles-list2 .row > div .box .aside .date {
	font-size: 16px;
	line-height: 20px; 
	padding-bottom: 10px;
}
}

@media (max-width: 991px) {
.articles-list2 {
	padding: 0 0 80px 0;
}
}

@media (max-width: 767px) {
.articles-list2 {
	padding: 0 0 60px 0;
}

.articles-list2 .row {
	padding: 0 0 50px 0;
}

.articles-list2 .row > div .box .figure {
	margin: 0 0 25px 0;
}

.articles-list2 .row > div .box .aside {
	padding-top: 5px;
}

.articles-list2 .row > div .box .aside .date {
	font-size: 15px;
	line-height: 19px;
	padding-bottom: 8px;
}
}


/* Contact - Info */
.contact-info {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #f6f6f6;
	padding: 160px 0 0 0;
	margin-bottom: 371px;
}

.contact-info .inner-cont {
	width: 100%;
	margin-bottom: -211px;
}

.contact-info .map {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 80px;
}

.contact-info .map iframe {
	width: 100%; 
	height: 535px; 
	float: left;
}

.contact-info .btn,
.contact-info .button,
.contact-info input[type=".button"],
.contact-info input[type="submit"] {
	min-width: 170px;
}

.contact-info .btn-out {
	text-align: center;
	margin-top: 0;
}

@media (max-width: 1199px) {
.contact-info {
	padding: 100px 0 0 0;
	margin-bottom: 281px;
}

.contact-info .inner-cont {
	width: 100%;
	margin-bottom: -181px;
}

.contact-info .map {
	margin-bottom: 60px;
}

.contact-info .map iframe {
	height: 480px; 
}
}

@media (max-width: 991px) {
.contact-info {
	padding: 80px 0 0 0;
	margin-bottom: 261px;
}
}

@media (max-width: 767px) {
.contact-info {
	padding: 60px 0 0 0;
	margin-bottom: 191px;
}

.contact-info .inner-cont {
	width: 100%;
	margin-bottom: -150px;
}

.contact-info .map {
	margin-bottom: 40px;
}

.contact-info .map iframe {
	height: 300px; 
}
}


/* 
 5.) Footer
----------------------------------------*/
.footer-main {
	width: 100%;
	overflow: hidden;
	background: #dadada;
	padding: 90px 0;
}

.footer-main .inner-cont { 
	width: 100%; 
	float: left; 
	position: relative;
}

.footer-main .pre-footer {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 15px 0;
}

.footer-main .pre-footer:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .sub-title {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 17px;
}

.footer-main .pre-footer .sub-title:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .brand-txt {
	width: 34.10%;
	float: left;
	font-weight: 700;
	font-size: 22px;
	color: #000000;
	line-height: 28px;
	text-transform: uppercase;
	padding: 0 40px 0 0;
}

.footer-main .pre-footer .aside {
	width: 41.42%;
	float: left;
	padding: 0 40px 0 0;
}

.footer-main .pre-footer .aside p {
	line-height: 19px;
}

.footer-main .pre-footer .aside .txt-max {
	width: 100%;
	max-width: 360px;
}

.footer-main .pre-footer .address-block {
	width: 24.48%;
	float: left;
}

.footer-main .pre-footer .address-block p {
	line-height: 24px;
}

.footer-main .pre-footer .address-block p a {
	color: #000000;
}

.footer-main .pre-footer .address-block p a:hover,
.footer-main .pre-footer .address-block p a:focus,
.footer-main .pre-footer .address-block p a:active {
	color: #009fe3;
}

.footer-main .pre-footer .address-block .footer-links {
	width: 41.42%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	text-transform: uppercase;
	margin-right: -4px; 
	position: absolute; 
	bottom: 0; 
	left: 34.10%; 
}

.footer-main .pre-footer .address-block .footer-links a {
	color: #000000;
	text-decoration: none;
}

.footer-main .pre-footer .address-block .footer-links a:hover,
.footer-main .pre-footer .address-block .footer-links a:focus,
.footer-main .pre-footer .address-block .footer-links a:active {
	color: #009fe3;
	text-decoration: underline;
}

.footer-main .copyrights {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
}

.footer-main .copyrights p {
	width: 34.10%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	font-size: 19px;
	color: #000000;
	line-height: 25px;
	padding-bottom: 0;
	margin-right: -4px;
}

.footer-main .copyrights .social-links {
	width: 24.48%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	text-align: right;
	margin-right: -4px; 
	position:relative; 
	left: 42.42%;
}

.footer-main .copyrights .social-links ul {
	margin: 0 -5px -10px -5px;
}

.footer-main .copyrights .social-links ul li {
	width: 35px;
	margin: 0 5px 10px 5px;
}



@media (max-width: 1199px) {
.footer-main {
	padding: 70px 0;
}

.footer-main .pre-footer {
	padding: 0 0 30px 0;
}

.footer-main .pre-footer .sub-title {
	padding-bottom: 15px;
}

.footer-main .pre-footer .brand-txt {
	font-size: 20px;
	line-height: 26px;
}

.footer-main .pre-footer .aside {
	width: 33%;
	padding: 0 40px 0 0;
}

.footer-main .pre-footer .address-block {
	width: 32.90%;
}

.footer-main .pre-footer .address-block .footer-links {
	width: 33%;
}

.footer-main .copyrights p {
	font-size: 17px;
	line-height: 24px;
}
}

@media (max-width: 991px) {
.footer-main .pre-footer .brand-txt {
	width: 100%;
}

.footer-main .pre-footer .aside {
	width: 56%;
}

.footer-main .pre-footer .address-block {
	width: 44%; 
	margin-top: -90px;
}

.footer-main .pre-footer .address-block .footer-links {
	width: 100%; 
	position:relative; 
	left: 0;
}

.footer-main .copyrights p {
	width: 56%;
}

.footer-main .copyrights .social-links {
	width: 44%;
	text-align: left; left: 0;
}

.footer-main .copyrights .social-links ul li {
	width: 32px;
}

.footer-main .copyrights .social-links ul li img {
	max-width: 32px;
}
}

@media (max-width: 767px) {
.footer-main {
	padding: 50px 0;
}

.footer-main .pre-footer .sub-title {
	padding-bottom: 10px;
}

.footer-main .pre-footer .brand-txt {
	font-size: 18px;
	line-height: 24px;
}

.footer-main .pre-footer .aside {
	width: 100%;
	padding: 0 0 20px 0;
}

.footer-main .pre-footer .aside p {
	line-height: 22px;
}

.footer-main .pre-footer .aside .txt-max {
	max-width: 100%;
}

.footer-main .pre-footer .address-block {
	width: 100%;
	margin-top: 0;
}

.footer-main .copyrights p {
	width: 100%;
	font-size: 17px;
	line-height: 21px;
	padding-bottom: 30px;
	margin-right: 0;
}

.footer-main .copyrights .footer-links {
	width: 100%;
	margin-right: 0;
}

.footer-main .copyrights .social-links {
	width: 100%;
	text-align: left;
	margin-right: 0;
}

.footer-main .copyrights .social-links ul li {
	width: 32px;
}

.footer-main .copyrights .social-links ul li img {
	max-width: 32px;
}

.footer-main .copyrights .social-links ul li a {
	text-decoration: none;
}
}


/* Partners Logo */
.partners-logo {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 40px 0;
}

.partners-logo ul {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 -40px -30px -40px;
}

.partners-logo ul li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 40px 30px 40px;
}

.partners-logo ul li:before {
	display: none;
}

.partners-logo ul li img {
	max-height: 91px;
}

@media (max-width: 1199px) {
.partners-logo {
	padding: 35px 0;
}

.partners-logo ul {
	margin: 0 -25px -20px -25px;
}

.partners-logo ul li {
	margin: 0 25px 20px 25px;
}

.partners-logo ul li img {
	max-height: 80px;
}
}

@media (max-width: 991px) {
.partners-logo {
	padding: 30px 0;
}

.partners-logo ul {
	margin: 0 -15px -20px -15px;
}

.partners-logo ul li {
	margin: 0 15px 20px 15px;
}

.partners-logo ul li img {
	max-height: 60px;
}
}

@media (max-width: 767px) {
.partners-logo {
	padding: 30px 0; 
	margin-bottom: 60px;
}

.partners-logo ul {
	margin: 0 -10px -15px -10px;
}

.partners-logo ul li {
	margin: 0 10px 15px 10px;
}

.partners-logo ul li img {
	max-height: 48px;
}
}


/* Back To Top */
#button {
  width: 34px;
  height: 34px;
  display: inline-block;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s; 
  background: #ffffff url(../svg/backtotop.svg) no-repeat center center; 
  background-size: 100% auto;
  position: fixed;
  bottom: 160px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
#button {
  width: 30px;
  height: 30px;
  background-size:30px auto;
  bottom: 90px;
  right: 20px;
}
}


/* Fixed - Element */
.fixed-element { 
	width: 272px; 
	height: 63px; 
	float: right;	
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	position: fixed; 
	top: 50%; 
	right: -105px; 
	z-index: 1000; 
	margin-top: -31px; 
}

.fixed-element a { 
	width: 100%; 
	height: 63px; 
	float: left; 
	font-family: "TheSansPlain", sans-serif; 
	font-weight: 600; 
	font-size: 22px; 
	color: #ffffff; 
	line-height: 63px; 
	text-decoration: none; 
	text-align: center; 
	background: #009fe3;
}

@media (max-width: 1199px) {
.fixed-element { 
	width: 230px; 
	height: 55px; 
	right: -87px; 
	margin-top: -28px; 
}

.fixed-element a { 
	height: 55px; 
	font-size: 20px; 
	line-height: 55px; 
}
}

@media (max-width: 767px) {
.fixed-element { 
	width: 100%; 
	height: 51px; 
	-webkit-transform: none;
	transform: none;
	position: fixed; 
	top: auto; 
	bottom: 0; 
	right: 0; 
	margin-top: 0; 
}

.fixed-element a { 
	height: 51px; 
	font-size: 19px; 
	line-height: 51px; 
}
}


/* 
 6.) Start
----------------------------------------*/

.start { 
	background: #dadada;
}


/* Banner - Main2 */
.banner-main2 { 
	width: 100%; 
	overflow: hidden; 
} 

.banner-main2 .item { 
	width: 100%; 
	text-align: center; 
	overflow: hidden;
} 

.banner-main2 .item img { 
	width: 100%; 
	min-width: 600px; 
	float: none; 
	display: inline-block; 
	vertical-align: top; 
	margin: 0 -300px;
 }

.banner-main2 .banner-cont { 
	float: right;
	position: absolute; 
	bottom: 0; 
	right: 0; 
	z-index: 10;
}

.banner-main2 .banner-cont .aside {
	width: 21.75%; 
	float: right; 
	padding: 160px 50px; 
	position:relative;
}

.banner-main2 .banner-cont .aside:before { 
	content: ""; 
	width: 100%; 
	height: 10000%; 
	float: left; 	
	background: rgba(255, 255, 255, 0.9); 
	position: absolute; 
	bottom: 0; 
	left: 0;
}

.banner-main2 .banner-cont .aside h1 { 
	font-size: 34px; 
	line-height: 42px; 
	letter-spacing: normal; 
	padding: 0;
}

.banner-main2 .banner-cont .aside .sub-title {
	padding-bottom: 15px;
}

.banner-main2 .banner-cont .aside .btn-out { 
	margin: 0; 
}

.banner-main2 .banner-cont .aside .txt-max { 
	width: 100%; 
	float: left; 
	position: relative; 
	z-index: 5; 
	padding-bottom: 60px;
}

.banner-main2 .banner-cont .aside .txt-max:last-child { 
	padding-bottom: 0; 
}

.banner-main2 .banner-cont .aside:nth-child(2):before {
	background: rgba(255, 255, 255, 0.75);
}

@media (min-width: 768px) {
.start,
.start .container-main,
.start .content-main { 
	height: 100vh;
}

.start .container-main { 
	padding: 0;
}

.banner-main2 { 
	height: 100vh; 
} 

.banner-main2 .item { 
	height: 100vh; 
} 

.banner-main2 .item img {
	height: 100vh;
}
}

@media (max-width: 1399px) {
.banner-main2 .banner-cont .aside {
	width: 25%; 
	padding: 140px 40px; 
}

.banner-main2 .banner-cont .aside .txt-max { 
	padding-bottom: 50px;
}
}

@media (max-width: 1199px) {
.banner-main2 .banner-cont .aside {
	width: 28%; 
	padding: 120px 30px; 
}

.banner-main2 .banner-cont .aside h1 { 
	font-size: 30px; 
	line-height: 36px; 
}

.banner-main2 .banner-cont .aside .sub-title {
	padding-bottom: 10px;
}

.banner-main2 .banner-cont .aside .txt-max { 
	padding-bottom: 40px;
}
}

@media (max-width: 991px) {
.banner-main2 .banner-cont .aside {
	width: 34%; 
}
}

@media (max-width: 767px) {
.banner-main2 .banner-cont { 
	width: 100%; 
	background: #ffffff; 
	overflow: hidden; 
	position: relative; 
}

.banner-main2 .banner-cont .aside {
	width: 50%; 
	padding: 40px 30px; 
	position:relative;
}

.banner-main2 .banner-cont .aside:before {
	width: 1px; 
	background: rgba(0, 0, 0, 0.35); 
}

.banner-main2 .banner-cont .aside h1 { 
	font-size: 22px; 
	line-height: 28px; 
}

.banner-main2 .banner-cont .aside .btn,
.banner-main2 .banner-cont .aside .button,
.banner-main2 .banner-cont .aside input[type=".button"],
.banner-main2 .banner-cont .aside input[type="submit"] { 
	padding-right: 10px; 
	padding-left: 10px;
}

.banner-main2 .banner-cont .aside .txt-max { 
	padding-bottom: 25px;
}

.banner-main2 .banner-cont .aside:nth-child(2):before { 
	display: none;
}
}

@media (max-width: 399px) {
.banner-main2 .banner-cont .aside {
	width: 100%; 
	padding: 40px 20px; 
}

.banner-main2 .banner-cont .aside:before {
	width: 100%; height: 1px;
}

.banner-main2 .banner-cont .aside .btn,
.banner-main2 .banner-cont .aside .button,
.banner-main2 .banner-cont .aside input[type=".button"],
.banner-main2 .banner-cont .aside input[type="submit"] { 
	padding-right: 20px; 
	padding-left: 20px;
}
}


/* Footer */
.footer-main2 {
	width: 100%;
	overflow: hidden;
	background: #dadada; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	z-index: 10; 
	padding: 21px 0;
}

.footer-main2 p { 
	width: 40%; 
	float: none; 
	display: inline-block; 
	vertical-align: middle; 
	font-size: 14px; 
	line-height: 18px; 
	text-transform: uppercase; 
	padding: 0; 
	margin: 0 -4px 0 0;
}

.footer-main2 .footer-links {
	width: 60%; 
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px; 
	line-height: 18px; 
	text-transform: uppercase; 
	text-align: right;
	margin-left: -4px; 
}

.footer-main2 .footer-links a {
	color: #000000;
	text-decoration: none;
}

.footer-main2 .footer-links a:hover,
.footer-main2 .footer-links a:focus,
.footer-main2 .footer-links a:active {
	color: #009fe3;
	text-decoration: underline;
}

@media (max-width: 767px) {
.footer-main2 { 
	text-align: center; 
	position: relative;
	padding: 15px 0;
}

.footer-main2 p { 
	width: 100%; 
	padding: 0 0 5px 0; 
	margin: 0;
}

.footer-main2 .footer-links {
	width: 100%; 
	text-align: center;
	margin-left: 0; 
}
}



/* 
 7.) Onlinebewerbung
----------------------------------------*/

/* Check - Options */
.check-options {
	width: 100%;
	float: left;
}

.check-options input[type=checkbox],
.check-options input[type=radio] {
	display: none;
}

.check-options label {
	width: 100%;
	min-height: 27px;
	float: left;
	font-family: "TheSansPlain", sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #000000;
	line-height: 21px;
	letter-spacing: normal;
	text-transform: none;
	position: relative;
	padding: 0 0 0 50px;
	margin: 0;
}

.check-options label:before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	float: left;
	background-repeat: no-repeat;
	background-size: 27px auto;
	border-radius: 0;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
}

.check-options input[type=checkbox] + label:before {
	background-image: url(../png/checkbox-1.png);
	background-position: top;
}

.check-options input[type=checkbox]:checked + label:before,
.check-options input[type=checkbox]:checked + label:focus:before {
	background-image: url(../png/checkbox-1.png);
	background-position: bottom;
}

.radio-options label:before {
	width: 27px;
	height: 27px;
	background-size: 27px auto;
}

.check-options input[type=radio] + label:before {
	background-image: url(../404.html);
	background-position: top;
}

.check-options input[type=radio]:checked + label:before,
.check-options input[type=radio]:checked + label:focus:before {
	background-image: url(../404.html);
	background-position: bottom;
}


/* Content - Inner */
.content-inner {
	padding: 160px 0;
}

@media (max-width: 1199px) {
.content-inner {
	padding: 100px 0;
}
}

@media (max-width: 991px) {
.content-inner {
	padding: 80px 0;
}
}

@media (max-width: 767px) {
.content-inner {
	padding: 60px 0;
}
}



/* Form - Block */
.form-block {
	width: 100%;
	overflow: hidden;
	padding: 0 0 160px 0;
}

.form-block:last-child {
	padding-bottom: 0;
}

.form-block .heading-txt {
	padding: 0 0 70px 0;
}

.form-block ul {
	width: 102.24%;
	float: left;
	padding: 0 0 40px 0;
	margin: 0 -1.12% -40px -1.12%;
}

.form-block ul:last-child {
	padding-bottom: 0;
}

.form-block ul li {
	width: 47.76%;
	float: left;
	padding: 0;
	margin: 0 1.12% 40px 1.12%;
}

.form-block ul li:before {
	display: none;
}

.form-block ul li.full {
	width: 97.76%;
}

.form-block ul li.select-gray-bg select {
	background-color: #ededed;
	box-shadow: none;
}

.form-block .btn,
.form-block .button,
.form-block input[type=".button"],
.form-block input[type="submit"] {
	min-width: 170px;
}

.form-block .btn-out {
	margin: 0;
}

.form-block .check-options {
	padding-bottom: 85px;
}

.form-block .check-options:last-child {
	padding-bottom: 0;
}

.form-block .file-format {
	width: 100%;
	float: left;
	text-align: center;
	border: 2px dashed #f6f6f6;
	padding: 50px 50px;
	margin-bottom: 55px; 
	margin-top: -15px;
}

.form-block .file-format h3 {
	font-size: 18px;
	line-height: 24px;
	padding: 0;
}

.form-block .file-format p {
	padding-bottom: 0;
}

.form-block .file-format p:last-child {
	padding-bottom: 0;
}

.form-block .pdf-txt {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}

.form-block .pdf-txt:last-child {
	padding-bottom: 0;
}

.form-block .pdf-txt .pdf-out {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 50px;
	margin-bottom: 15px;
}

.form-block .pdf-txt .pdf-out:last-child {
	margin-bottom: 0;
}

.form-block .pdf-txt .pdf-out p {
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 5px 0;
}

.form-block .pdf-txt .pdf-out p:last-child {
	padding-bottom: 0;
}

.form-block .pdf-txt .pdf-out .icon-out {
	position: absolute;
	bottom: 0;
	left: 0;
}

.form-block .pdf-txt .pdf-out .icon-out img {
	width: 100%;
	max-width: 29px;
}

.form-block .pdf-txt .pdf-out .bar-out {
	width: 100%;
	height: 30px;
	float: left;
	border: 1px solid #c6c6c6;
	position: relative;
}

.form-block .pdf-txt .pdf-out .bar-out .bar {
	height: 30px;
	float: left;
	font-family: "TheSansPlain", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	line-height: 28px;
	text-align: right;
	background: #009fe3;
	border: 1px solid #c6c6c6;
	position: absolute;
	top: -1px;
	left: 0;
	padding: 0 20px;
}

@media (max-width: 1199px) {
.form-block {
	padding: 0 0 100px 0;
}

.form-block .heading-txt {
	padding: 0 0 50px 0;
}
}

@media (max-width: 991px) {
.form-block {
	padding: 0 0 80px 0;
}
}

@media (max-width: 767px) {
.form-block {
	padding: 0 0 60px 0;
}

.form-block .heading-txt {
	padding: 0 0 40px 0;
}

.form-block ul {
	width: 100%;
	margin: 0 0 -25px 0;
}

.form-block ul li {
	width: 100%;
	margin: 0 0 25px 0;
}

.form-block ul li.full {
	width: 100%;
}

.form-block .check-options {
	padding-bottom: 60px;
}

.form-block .file-format {
	padding: 40px 20px;
	margin-bottom: 40px; 
	margin-top: -10px;
}
}


/* Address - Block */
.address-block {
	width: 100%;
	overflow: hidden;
	padding: 0 0 160px 0;
}

.address-block:last-child {
	padding-bottom: 0;
}

.address-block .row {
	padding: 0 0 160px 0;
	margin: 0 -15px;
}

.address-block .row:last-child {
	padding-bottom: 0;
}

.address-block .row > div {
	padding: 0 15px;
	margin: 0;
}

.address-block .row > div h2 { 
	font-size: 31px; 
	line-height: 37px;
	padding-bottom: 23px;
}

.address-block .row > div h2:last-child {
	padding-bottom: 0;
}

.address-block .row > div p {
	text-align: justify;
}

.address-block .row > div p a {
	color: #000000;
	text-decoration: none;
}

.address-block .row > div p a:hover,
.address-block .row > div p a:focus,
.address-block .row > div p a:active {
	color: #009fe3;
}

.address-block .row > div .btn,
.address-block .row > div .button,
.address-block .row > div input[type=".button"],
.address-block .row > div input[type="submit"] {
	padding-right: 15px;
	padding-left: 15px;
}

.address-block .row > div .btn-out {
	margin: 0 0 80px 0;
}

.address-block .row > div .btn-out:last-child {
	margin-bottom: 0;
}

.address-block .row > div .txt-max { 
	width: 100%; 
	max-width: 340px; 
	float: left;
	padding-bottom: 80px;
}

.address-block .row > div .txt-max p { 
	font-weight: 600; 
	font-size: 17px; 
	line-height: 28px; 
	letter-spacing: 0.03em;
}

.address-block .row > div .txt-max:last-child {
	padding-bottom: 0;
}

.address-block .bottom-btn {
	text-align: center;
}

@media (max-width: 1199px) {
.address-block {
	padding: 0 0 100px 0;
}

.address-block .row {
	padding: 0 0 100px 0;
}

.address-block .row > div h2 { 
	font-size: 28px; 
	line-height: 34px;
	padding-bottom: 20px;
}

.address-block .row > div .btn-out {
	margin: 0 0 60px 0;
}

.address-block .row > div .txt-max {
	padding-bottom: 60px;
}
}

@media (max-width: 991px) {
.address-block {
	padding: 0 0 80px 0;
}

.address-block .row {
	padding: 0 0 80px 0;
}
}

@media (max-width: 767px) {
.address-block {
	padding: 0 0 60px 0;
}

.address-block .row {
	padding: 0 0 60px 0;
	margin: 0 0 -60px 0;
}

.address-block .row > div {
	padding: 0 0 60px 0;
}

.address-block .row > div h2 { 
	font-size: 26px; 
	line-height: 32px;
	padding-bottom: 15px;
}

.address-block .row > div .btn-out {
	margin: 0 0 40px 0;
}

.address-block .row > div .txt-max { 
	max-width: 100%;
	padding-bottom: 40px;
}

.address-block .row > div .txt-max p { 
	font-size: 16px; 
	line-height: 26px; 
}
}


/* 
 8.) Onlinebewerbung
----------------------------------------*/


/* Feature - List */
.feature-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #f6f6f6;
	padding: 160px 0;
}

.feature-list .container { 
	max-width: 1310px;
}

.feature-list .heading-txt { 
	padding-bottom: 70px;
}

.feature-list .heading-txt:last-child { 
	padding-bottom: 0; 
}

.feature-list .heading-txt .sub-title {
	padding-bottom: 15px;
}

.feature-list .row {
	padding: 0 0 60px 0;
	margin: 0 0 -40px 0;
}

.feature-list .row:last-child {
	padding-bottom: 0;
}

.feature-list .row > div { 
	font-size: 17px; 
	color: #000000; 
	line-height: 24px; 
	letter-spacing: 0.01em;
	padding: 0 0 40px 0;
	margin: 0;
}

.feature-list .row > div p {
	text-align: justify;
}

.feature-list .row > div .box {
	width: 100%;
	font-weight: inherit;
	text-decoration: none;
}

.feature-list .row > div .box h3 {
	color: #000000;
	padding-bottom: 10px;
}

.feature-list .row > div .box h3:last-child {
	padding-bottom: 0;
}

.feature-list .row > div .box p {
	color: #4f5154;
}

.feature-list .row > div .box .icon-out {
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin-bottom: 35px;
}

.feature-list .row > div .box .icon-out:last-child {
	margin-bottom: 0;
}

.feature-list .row > div .box .icon-out img {
	max-height: 80px;
}

@media (min-width: 1200px) {
.feature-list .row {
	padding: 0 0 80px 0;
	margin: 0 -55px -60px -55px;
}

.feature-list .row:last-child {
	padding-bottom: 0;
}

.feature-list .row > div {
	padding: 0 55px 60px 55px;
	margin: 0;
}
}

@media (max-width: 1199px) {
.feature-list {
	padding: 100px 0;
}

.feature-list .heading-txt { 
	padding-bottom: 50px;
}

.feature-list .row {
	padding: 0 0 60px 0;
	margin: 0 -20px -40px -20px;
}

.feature-list .row:last-child {
	padding-bottom: 0;
}

.feature-list .row > div {
	padding: 0 20px 40px 20px;
}
}

@media (min-width: 992px) {
.feature-list {
	padding-top: 245px;
}
}

@media (max-width: 991px) {
.feature-list {
	padding: 80px 0;
}
}

@media (max-width: 767px) {
.feature-list {
	padding: 60px 0;
}

.feature-list .container { 
	max-width: 600px;
}

.feature-list .heading-txt { 
	padding-bottom: 40px;
}

.feature-list .row > div { 
	font-size: 16px; 
}
}



/* Articles - List */
.articles-list3 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 160px 0;
}

.articles-list3.list4 { 
	padding-top: 80px;
}

.articles-list3 .heading-txt .sub-title { 
	padding-bottom: 15px;
}

.articles-list3 .row {
	padding: 0;
	margin: 0 0 -50px 0;
}

.articles-list3 .row > div {
	padding: 0 0 50px 0;
	margin: 0;
}

.articles-list3 .row > div .box {
	width: 100%;
	float: left;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

.articles-list3 .row > div .box h2 { 
	font-size: 26px; 
	line-height: 30px; 
	text-align: center; 
	padding-bottom: 32px;
}

.articles-list3 .row > div .box h2:last-child { 
	padding-bottom:0; 
}

.articles-list3 .row > div .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 0 45px 0;
}

.articles-list3 .row > div .box .figure:last-child {
	margin-bottom: 0;
}

.articles-list3 .row > div .box .figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.articles-list3 .row > div .box .aside {
	width: 100%;
	border-left: 2px solid #000000;
	padding: 0 0 0 25px;
}

.articles-list3 .row > div .box .aside .sub-heading {
	width: 100%;
	font-size: 15px;
	color: #000000;
	line-height: 21px;
	letter-spacing: 0.04em;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding-bottom: 12px;
}

.articles-list3 .row > div .box .aside h3 {
	color: #000000;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding-bottom: 20px;
}

.articles-list3 .row > div .box .aside h3 a {
	color: #000000;
	text-decoration: none;
}

.articles-list3 .row > div .box .aside h3 a:hover,
.articles-list3 .row > div .box .aside h3 a:focus,
.articles-list3 .row > div .box .aside h3 a:active {
	color: #009fe3;
}

.articles-list3 .row > div .box .aside p {
	font-size: 18px;
	line-height: 22px;
}

.articles-list3 .row > div .box .aside p a {
	color: #000000;
	text-decoration: none;
}

.articles-list3 .row > div .box .aside p a:hover,
.articles-list3 .row > div .box .aside p a:focus,
.articles-list3 .row > div .box .aside p a:active {
	color: #009fe3;
}

.articles-list3 .row > div .box:hover .figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.articles-list3 .btn,
.articles-list3 .button,
.articles-list3 input[type=".button"],
.articles-list3 input[type="submit"] {
	min-width: 185px;
}

.articles-list3 .btn-out {
	text-align: center;
	margin-top: 0;
}

@media (min-width: 768px) {
.articles-list3 .row {
	padding: 0 0 80px 0;
	margin: 0 -12px -50px -12px;
}

.articles-list3 .row:last-child {
	padding-bottom: 0;
}

.articles-list3 .row > div {
	padding: 0 12px 50px 12px;
	margin: 0;
}
}

@media (max-width: 1199px) {
.articles-list3 {
	padding: 100px 0;
}

.articles-list3.list4 { 
	padding-top: 50px;
}

.articles-list3 .row {
	padding: 0 0 60px 0;
}

.articles-list3 .row > div .box h2 { 
	font-size: 24px; 
	line-height: 28px; 
	padding-bottom: 30px;
}

.articles-list3 .row > div .box .figure {
	margin: 0 0 35px 0;
}

.articles-list3 .row > div .box .aside {
	padding: 0 0 0 20px;
}

.articles-list3 .row > div .box .aside .sub-heading {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}

.articles-list3 .row > div .box .aside p {
	font-size: 18px;
	line-height: 24px;
}
}

@media (max-width: 991px) {
.articles-list3 {
	padding: 80px 0;
}

.articles-list3.list4 { 
	padding-top: 40px;
}
}

@media (max-width: 767px) {
.articles-list3 {
	padding: 60px 0;
}

.articles-list3.list4 { 
	padding-top: 30px;
}

.articles-list3 .row {
	padding: 0 0 50px 0;
}

.articles-list3 .row > div .box h2 { 
	font-size: 22px; 
	line-height: 26px; 
	padding-bottom: 25px;
}

.articles-list3 .row > div .box .figure {
	margin: 0 0 30px 0;
}

.articles-list3 .row > div .box .aside .sub-heading {
	font-size: 15px;
	line-height: 19px;
	padding-bottom: 8px;
}

.articles-list3 .row > div .box .aside h3 {
	padding-bottom: 15px;
}

.articles-list3 .row > div .box .aside p {
	font-size: 17px;
	line-height: 23px;
}
}



/* Banner - CTA */
.banner-cta {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner-cta .heading-txt { 
	padding-bottom: 70px;
} 

.banner-cta .figure {
	width: 100%; 
	text-align: center; 
	overflow: hidden;
}

.banner-cta .figure img {
	width: 100%; 
	min-width: 600px; 
	margin: 0 -300px;
}

@media (max-width: 1199px) {
.banner-cta .heading-txt { 
	padding-bottom: 50px;
} 
}

@media (max-width: 767px) {
.banner-cta .heading-txt { 
	padding-bottom: 40px;
} 
}



/* 
 9.) Oeffentlich - Gewerblich
----------------------------------------*/

/* Articles - List */
.articles-list.list2 { 
	padding-bottom: 0; 
	margin-bottom: 85px;
}

.articles-list.list2 .row { 
	margin-bottom: -110px;
}

@media (max-width: 1199px) {
.articles-list.list2 { 
	margin-bottom: 84px;
}

.articles-list.list2 .row { 
	margin-bottom: -84px;
}

.articles-list.list2 .row .hide-mbl { 
	display: none;
}
}

@media (max-width: 767px) {
.articles-list.list2 { 
	margin-bottom: 70px;
}

.articles-list.list2 .row { 
	margin-bottom: -70px;
}
}


/* Gallery - Img */
.gallery-imgs {
	width: 100%; 
	float: none; 
	display: inline-block; 
	vertical-align: top; 
	text-align: center; 
	padding: 160px 0 0 0;
}

.gallery-imgs .heading-txt { 
	padding-bottom: 70px;
}

.gallery-imgs .heading-txt .sub-title { 
	font-size: 18px; 
	padding-bottom: 15px;
}

.gallery-imgs .row {
	padding: 0;
	margin: 0;
}

.gallery-imgs .row > div {
	padding: 0;
	margin: 0;
}

.gallery-imgs .row > div .box {
	width: 100%;
	float: left;
	text-decoration: none;
	overflow: hidden; 
	cursor: pointer;
	position: relative;
}

.gallery-imgs .row > div .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.gallery-imgs .row > div .box .figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.gallery-imgs .row > div .box .aside {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	padding: 30px 30px;
}

.gallery-imgs .row > div .box .aside .sub-title { 
	padding-bottom: 15px;
}

.gallery-imgs .row > div .box .aside .txt {
	width: 100%;
	float: left;
}

.gallery-imgs .row > div .box:hover .aside {
	opacity: 1;
}

.gallery-imgs .row > div .box:hover .figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1199px) {
.gallery-imgs {
	padding: 100px 0 0 0;
}

.gallery-imgs .heading-txt { 
	padding-bottom: 50px;
}

.gallery-imgs .heading-txt .sub-title { 
	font-size: 17px; 
}
}

@media (max-width: 991px) {
.gallery-imgs {
	padding: 80px 0 0 0;
}
}

@media (max-width: 767px) {
.gallery-imgs {
	padding: 60px 0 0 0
}

.gallery-imgs .heading-txt { 
	padding-bottom: 40px;
}

.gallery-imgs .heading-txt .sub-title { 
	font-size: 16px; 
	padding-bottom: 10px;
}

.gallery-imgs .row > div .box .aside {
	padding: 20px 20px;
}

.gallery-imgs .row > div .box .aside .sub-title { 
	padding-bottom: 10px;
}
}


/* 
 10.) Privatgarten - Prozess
----------------------------------------*/

/* Banner */
.banner-main .item .banner-cont .aside-lrg { 
	padding-right: 4920px;
}

@media (max-width: 1399px) {
.banner-main .item .banner-cont .aside-lrg { 
	padding-left: 50px; 
}
}

@media (max-width: 1299px) {
.banner-main .item .banner-cont .aside-lrg { 
	padding-right: 5000px;
	padding-left: 40px; 
}
}

@media (max-width: 767px) {
.banner-main .item .banner-cont .aside-lrg { 
	padding-left: 20px; 
}
}


/* Top - Links */
.top-links {
	width: 100%;
	text-align: center; 
	padding: 80px 0 0 0;
}

.top-links:last-child {
	padding-bottom: 0;
}

.top-links ul {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 -15px -15px -15px;
}

.top-links ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "TheSansPlain", sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #000000;
	line-height: 23px; 
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 15px 15px 15px;
}

.top-links ul li:before {
	display: none;
}

.top-links ul li a {
	float: left;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

.top-links ul li a:hover {
	color: #009fe3;
}

.top-links ul li a.active {
	font-weight: 700;
	color: #000000;
}

@media (max-width: 1199px) {
.top-links {
	padding: 60px 0 0 0;
}

.top-links ul li {
	font-size: 18px;
	line-height: 22px; 
}
}

@media (max-width: 767px) {
.top-links {
	padding: 40px 0 0 0;
}

.top-links ul {
	margin: 0 -10px -15px -10px;
}

.top-links ul li {
	font-size: 17px;
	line-height: 21px; 
	margin: 0 10px 15px 10px;
}
}


/* Steps - Cont */
.steps-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top; 
	background: #f6f6f6; 
	padding: 160px 0;
}

.steps-cont .article {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 160px;
}

.steps-cont .article:last-child {
	margin-bottom: 0;
}

.steps-cont .article .figure-out { 
	width: 122.95%; 
	float: left; 
	margin-bottom: 25px; 
	margin-right: -22.95%;
}

.steps-cont .article .figure-out:last-child { 
	margin-bottom: 0;
}

.steps-cont .article .figure {
	width: 100%; 
	float: left; 
	text-align: center; 
	position: relative;
	overflow: hidden; 
}

.steps-cont .article .figure img {
	width: 100%;
}

.steps-cont .article .figure .date-box {
	width: 195px;
	height: 195px;
	float: left;
	display: flex;
	align-items: center; 
	text-align: left;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 30px 30px 30px 60px;
	margin: -97.50px 0 0 0;
}

.steps-cont .article .figure .date-box .txt {
	width: 100%;
	float: left;
}

.steps-cont .article .figure .date-box .sub-heading {
	font-family: "TheSansPlain", sans-serif; 
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 22px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0; 
	margin-bottom: -6px;
}

.steps-cont .article .figure .date-box .number {
	font-family: "TheSansPlain", sans-serif;
	font-weight: 700;
	font-size: 72px;
	color: #000000;
	line-height: 72px;
	text-transform: uppercase;
}

.steps-cont .article .inner-cont { 
	width: 100%; 
	float: left;
}

.steps-cont .article .aside {
	width: 42.85%;
	float: left;
	padding: 50px 0 0 40px;
}

.steps-cont .article .aside h2 {
	padding-bottom: 27px;
}

.steps-cont .article .aside h2:last-child {
	padding-bottom: 0;
}

.steps-cont .article .aside .sub-title { 
	padding-bottom: 15px;
}

.steps-cont .article .aside p {
	text-align: justify;
}

.steps-cont .article .aside p a { 
	text-decoration: underline;
}

.steps-cont .article .aside .txt-max {
	width: 100%;
	max-width: 400px;
	float: right;
}

.steps-cont .article .thumbnail-img {
	width: 57.15%;
	float: left;
}

.steps-cont .article .thumbnail-img ul {
	width: 103.76%;
	float: left;
	padding: 0;
	margin: 0 -1.88% -3.76% -1.88%;
}

.steps-cont .article .thumbnail-img ul li {
	width: 53.55%; 
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 0;
	margin: 0 1.88% 3.76% 1.88%;
}

.steps-cont .article .thumbnail-img ul li.sml-img { 
	width: 38.93%;
}

.steps-cont .article .thumbnail-img ul li:before {
	display: none;
}

.steps-cont .article .thumbnail-img ul li img {
	width: 100%;
}

.steps-cont .article:nth-child(odd) .figure-out { 
	margin-right: 0;
	margin-left: -22.95%;
}

.steps-cont .article:nth-child(odd) .figure {
	float: left;
}

.steps-cont .article:nth-child(odd) .figure .date-box { 
	left: auto;
	right: 0;
}

.steps-cont .article:nth-child(odd) .aside { 
	padding-right: 40px; 
	padding-left: 0;
}

.steps-cont .article:nth-child(odd) .aside .txt-max {
	float: left;
}

.steps-cont .article:nth-child(odd) .thumbnail-img {
	float: right;
}

.steps-cont .article-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top; 
	position: relative;
}

.steps-cont .article-out:before {
	content: "";
	width: 2px;
	height: 100%;
	float: left;
	background: #000000;
	position: absolute; 
	bottom: 0;
	left: 50%; 
	margin-left: -1px;
}

@media (max-width: 1199px) {
.steps-cont {
	padding: 100px 0;
}

.steps-cont .container { 
	padding: 0;
}

.steps-cont .article {
	margin-bottom: 100px;
}

.steps-cont .article .figure-out { 
	width: 100%; 
	margin-right: 0; 
	padding-left: 40px;
}

.steps-cont .article .figure .date-box {
	width: 150px;
	height: 150px;
	padding: 20px 20px 20px 40px;
	margin: -75px 0 0 0;
}

.steps-cont .article .figure .date-box .sub-heading {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: -4px;
}

.steps-cont .article .figure .date-box .number {
	font-size: 60px;
	line-height: 60px;
}

.steps-cont .article .inner-cont { 
	padding: 0 40px; 
}

.steps-cont .article .aside {
	padding: 25px 0 0 40px;
}

.steps-cont .article:nth-child(odd) .figure-out { 
	margin-left: 0;
	padding-left: 0; 
	padding-right: 40px;
}
}

@media (min-width: 1200px) {
.steps-cont {
	padding-top: 245px;
}
}

@media (min-width: 992px) {
.steps-cont {
	padding-top: 185px;
}
}

@media (max-width: 991px) {
.steps-cont {
	padding: 80px 0;
}

.steps-cont .article {
	margin-bottom: 80px;
}
}

@media (max-width: 767px) {
.steps-cont {
	padding: 60px 0;
}

.steps-cont .article {
	margin-bottom: 60px;
}

.steps-cont .article .figure-out { 
	padding-left: 30px; 
	margin-bottom: 20px;
}

.steps-cont .article .figure img { 
	min-width: 500px; 
	margin: 0 -250px;
}

.steps-cont .article .figure .date-box {
	width: 90px;
	height: 90px;
	padding: 20px 20px 20px 20px;
	margin: -45px 0 0 0;
}

.steps-cont .article .figure .date-box .sub-heading {
	font-size: 15px;
	line-height: 20px; 
	margin-bottom: 0;
}

.steps-cont .article .figure .date-box .number {
	font-size: 50px;
	line-height: 50px;
}

.steps-cont .article .inner-cont { 
	padding: 0 30px; 
}

.steps-cont .article .aside {
	width: 100%; 
	padding: 0;
}

.steps-cont .article .aside h2 {
	padding-bottom: 20px;
}

.steps-cont .article .aside .sub-title { 
	padding-bottom: 10px;
}

.steps-cont .article .aside .txt-max {
	max-width: 100%;
}

.steps-cont .article .thumbnail-img {
	width: 100%; 
	margin-bottom: 20px;
}

.steps-cont .article:nth-child(odd) .figure-out { 
	padding-right: 30px; 
}

.steps-cont .article:nth-child(odd) .aside {
	padding-right: 0; 
}

.steps-cont .article-out:before { 
	display: none;
}
}

@media (max-width: 399px) {
.steps-cont .article .figure-out { 
	padding-left: 20px; 
}

.steps-cont .article .inner-cont { 
	padding: 0 20px; 
}

.steps-cont .article:nth-child(odd) .figure-out { 
	padding-right: 20px; 
}
}


/* 
 11.) Privatgarten
----------------------------------------*/

/* Tab - Links */
.tab-links {
	width: 100%; 
	float: none; 
	display: inline-block; 
	vertical-align: top;
	text-align: center; 
	padding-bottom: 80px;
}

.tab-links:last-child {
	padding-bottom: 0;
}

.tab-links .container { 
	max-width: 1400px;
}

.tab-links ul {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 -10px -20px -10px;
}

.tab-links ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "TheSansPlain", sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #000000;
	line-height: 23px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 10px 20px 10px;
}

.tab-links ul li:before {
	display: none;
}

.tab-links ul li a {
	float: left;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

.tab-links ul li a:hover {
	color: #000000;
}

.tab-links ul li a.active {
	font-weight: 700;
	color: #000000;
}

@media (max-width: 1199px) {
.tab-links {
	padding: 0 0 60px 0;
}

.tab-links ul li {
	float: none;
	font-size: 18px;
	line-height: 22px;
}
}

@media (max-width: 767px) {
.tab-links {
	padding: 0 0 40px 0;
}

.tab-links .container { 
	max-width: 600px;
}

.tab-links ul {
	margin: 0 -10px -15px -10px;
}

.tab-links ul li {
	font-size: 17px;
	line-height: 21px;
	margin: 0 10px 15px 10px;
}
}



/* Split - Cont */
.split-cont3 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 160px 0 80px 0;
}

.split-cont3 .row {
	padding: 0;
	margin: 0 0 -60px 0;
}

.split-cont3 .row > div {
	padding: 0;
	margin: 0 0 60px 0;
}

.split-cont3 .row > div p {
	text-align: justify;
}

.split-cont3 .row > div .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.split-cont3 .row > div .figure img {
	width: 100%;
}

.split-cont3 .row > div .aside {
	width: 100%; 
	overflow: hidden; 
	padding: 0 120px 0 0;
}

.split-cont3 .row > div .aside .txt-max { 
	width: 100%; 
	max-width: 380px; 
	float: left;
}

.split-cont3 .row > div .box { 
	width: 100%; 
	float: left; 
	position:relative; 
	padding: 85px 0 0 0; 
	margin-bottom: 165px;
}

.split-cont3 .row > div .box:before { 
	content: ""; 
	width: 10000%; 
	height: 100%; 
	float: left; 
	background: #f6f6f6; 
	position: absolute; 
	top: 0; 
	left: -80px;
}

.split-cont3 .row > div .figure {
	width: 67.85%; 
	float: left;
	text-align: center;
	overflow: hidden; 
	position: relative; 
	z-index: 5; 
	margin-bottom: -165px;
}

.split-cont3 .row > div .figure img {
	width: 100%;
}

.split-cont3 .row > div .freiraum-txt { 
	width: 32.15%; 
	float: left; 
	font-size: 14px; 
	line-height: 18px; 
	text-transform: uppercase; 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding: 30px 0 30px 30px;
}

.split-cont3 .row > div .aside .btn,
.split-cont3 .row > div .aside .button,
.split-cont3 .row > div .aside input[type=".button"],
.split-cont3 .row > div .aside input[type="submit"] {
	min-width: 170px; 
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 768px) {
.split-cont3 .row {
	padding: 0;
	margin: 0;
}

.split-cont3 .row > div {
	padding: 0;
	margin: 0;
}
}

@media (max-width: 1199px) {
.split-cont3 {
	padding: 100px 0 50px 0;
}

.split-cont3 .row > div .aside {
	padding: 0 80px 0 0;
}

.split-cont3 .row > div .box { 
	padding: 60px 0 0 0; 
	margin-bottom: 120px;
}

.split-cont3 .row > div .box:before { 
	left: -40px;
}

.split-cont3 .row > div .figure {
	margin-bottom: -120px;
}

.split-cont3 .row > div .freiraum-txt { 
	padding: 20px 0 20px 20px;
}
}

@media (max-width: 991px) {
.split-cont3 {
	padding: 80px 0 40px 0;
}
}

@media (max-width: 767px) {
.split-cont3 {
	padding: 60px 0 30px 0;
}

.split-cont3 .row > div .aside {
	padding: 0;
}

.split-cont3 .row > div .aside .txt-max { 
	max-width: 100%; 
}

.split-cont3 .row > div .box { 
	padding: 40px 0 0 0; 
	margin-bottom: 80px;
}

.split-cont3 .row > div .box:before { 
	left: -40px;
}

.split-cont3 .row > div .figure {
	margin-bottom: -80px;
}

.split-cont3 .row > div .freiraum-txt { 
	font-size: 13px; 
	line-height: 17px; 
	padding: 10px 0 10px 10px;
}
}


/* 
 12.) Stellenangebot
----------------------------------------*/

/* Split - Cont */
.split-cont4 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 80px 0;
}

.split-cont4:last-child { 
	padding-bottom: 0;
}

.split-cont4 .row {
	padding: 0;
	margin: 0 0 -40px 0;
}

.split-cont4 .row > div {
	padding: 0;
	margin: 0 0 40px 0;
}

.split-cont4 .row > div h2 { 
	padding-bottom: 0;
}

.split-cont4 .row > div h4 { 
	font-size: 20px; 
	line-height: 24px; 
	padding-bottom: 35px;
}

.split-cont4 .row > div p {
	text-align: justify;
}

.split-cont4 .row > div .date,
.split-cont4 .row > div .address { 
	font-size: 17px; 
	line-height: 23px; 
	letter-spacing: 0.03em; 
	padding-bottom: 24px;
}

.split-cont4 .row > div .date:last-child,
.split-cont4 .row > div .address:last-child { 
	padding-bottom: 0;
}

.split-cont4 .row > div ul li:last-child { 
	margin-bottom: 0; 
}

.split-cont4 .row > div ul li a { 
	color: #000000; 
	text-decoration: none; 
}

.split-cont4 .row > div ul li a:hover,
.split-cont4 .row > div ul li a:focus,
.split-cont4 .row > div ul li a:active {
	color: #009fe3;
}


@media (min-width: 768px) {
.split-cont4 .row {
	padding: 0;
	margin: 0 -20px;
}

.split-cont4 .row > div {
	padding: 0 20px;
	margin: 0;
}
}

@media (max-width: 1199px) {
.split-cont4 {
	padding: 0 0 50px 0;
}
}

@media (max-width: 767px) {
.split-cont4 {
	padding: 0 0 40px 0;
}

.split-cont4 .row > div .date,
.split-cont4 .row > div .address { 
	font-size: 16px; 
	line-height: 22px; 
	letter-spacing: 0.02em; 
}

.split-cont4 .row > div h4 { 
	font-size: 18px; 
	line-height: 22px; 
	padding-bottom: 30px;
}
}



/* Split - Cont */
.split-cont5 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.split-cont5 .box { 
	width: 100%; 
	float: left; 
	position: relative; 
	padding: 100px 0 150px 0;
}

.split-cont5 .box:before { 
	content: ""; 
	width: 10000%; 
	height: 100%; 
	float: left; 
	background: #f6f6f6; 
	position: absolute; 
	top: 0; 
	left:0; 
}

.split-cont5 .row {
	padding: 0;
	margin: 0;
}

.split-cont5 .row > div { 
	position: relative; 
	z-index: 5;
	padding: 0;
	margin: 0;
}

.split-cont5 .row > div h4 { 
	font-size: 20px; 
	line-height: 24px; 
	padding-bottom: 35px;
}

.split-cont5 .row > div p {
	text-align: justify;
}

.split-cont5 .row > div ul li:last-child { 
	margin-bottom: 0; 
}

.split-cont5 .row > div ul li a { 
	color: #000000; 
	text-decoration: none; 
}

.split-cont5 .row > div ul li a:hover,
.split-cont5 .row > div ul li a:focus,
.split-cont5 .row > div ul li a:active {
	color: #009fe3;
}

.split-cont5 .row > div .txt { 
	width: 100%; 
	max-width: 620px;
	float: left; 
	padding-bottom: 90px;
}

.split-cont5 .row > div .txt:last-child { 
	padding-bottom: 0; 
}

@media (min-width: 768px) {
.split-cont5 .row {
	padding: 0;
	margin: 0 -20px;
}

.split-cont5 .row > div {
	padding: 0 20px;
	margin: 0;
}
}

@media (max-width: 1199px) {
.split-cont5 .box { 
	padding: 80px 0 120px 0;
}

.split-cont5 .row > div .txt { 
	padding-bottom: 70px;
}
}

@media (max-width: 767px) {
.split-cont5 .row > div h4 { 
	font-size: 18px; 
	line-height: 22px; 
	padding-bottom: 30px;
}

.split-cont5 .box { 
	padding: 50px 0 80px 0;
}

.split-cont5 .box:before { 
	left: -400%; 
}

.split-cont5 .row > div .txt { 
	padding-bottom: 50px;
}
}


/* Split - Cont6 */
.split-cont6 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top; 
	position: relative; 
	z-index: 5;
	margin-top: -65px;
}

.split-cont6 .row {
	padding: 0;
	margin: 0 0 -60px 0;
}

.split-cont6 .row > div {
	padding: 0;
	margin: 0 0 60px 0;
}

.split-cont6 .row > div p {
	text-align: justify;
}

.split-cont6 .row > div .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.split-cont6 .row > div .figure img {
	width: 100%;
}

.split-cont6 .row > div .aside {
	width: 100%; 
	padding: 250px 20px 0 0;
}

.split-cont6 .row > div .aside p { 
	font-size: 17px; 
	line-height: 25px;
}

.split-cont6 .row > div .aside p a {
	color: #000000;
}

.split-cont6 .row > div .aside p a:hover,
.split-cont6 .row > div .aside p a:focus,
.split-cont6 .row > div .aside p a:active {
	color: #009fe3;
}

.split-cont6 .row > div .aside .bottom-btn { 
	width: 100%; 
	float: left; 
	padding: 30px 0 60px 0;
}

.split-cont6 .row > div .aside .bottom-btn .btn,
.split-cont6 .row > div .aside .bottom-btn .button,
.split-cont6 .row > div .aside .bottom-btn input[type=".button"],
.split-cont6 .row > div .aside .bottom-btn input[type="submit"] { 
	min-width: 170px; 
	padding-right: 10px; 
	padding-left: 10px; 
	margin: 0 20px 10px 20px
}

.split-cont6 .row > div .aside .bottom-btn .btn-out { 
	width: auto; 
	float: none; 
	display: inline-block; 
	vertical-align:top; 
	margin: 0 -20px -10px -20px
}

@media (min-width: 768px) {
.split-cont6 .row {
	padding: 0;
	margin: 0 -10px;
}

.split-cont6 .row > div {
	padding: 0 10px;
	margin: 0;
}
}

@media (max-width: 1199px) {
.split-cont6 {
	margin-top: -40px;
}

.split-cont6 .row > div .aside {
	width: 100%; 
	padding: 150px 20px 0 0;
}

.split-cont6 .row > div .aside .bottom-btn { 
	padding: 20px 0 50px 0;
}

.split-cont6 .row > div .aside .bottom-btn .btn,
.split-cont6 .row > div .aside .bottom-btn .button,
.split-cont6 .row > div .aside .bottom-btn input[type=".button"],
.split-cont6 .row > div .aside .bottom-btn input[type="submit"] { 
	margin: 0 10px 10px 10px
}

.split-cont6 .row > div .aside .bottom-btn .btn-out { 
	margin: 0 -10px -10px -10px
}
}

@media (max-width: 991px) {
.split-cont6 .row > div .aside {
	padding: 120px 20px 0 0;
}
}

@media (max-width: 767px) {
.split-cont6 { 
	padding-top: 60px;
	margin-top: 0;
}

.split-cont6 .row {
	padding: 0;
	margin: 0 0 -60px 0;
}

.split-cont6 .row > div {
	padding: 0;
	margin: 0 0 60px 0;
}

.split-cont6 .row > div .aside {
	padding: 0;
}

.split-cont6 .row > div .aside p { 
	font-size: 16px; 
	line-height: 24px;
}

.split-cont6 .row > div .aside .bottom-btn { 
	padding: 10px 0 40px 0;
}

.split-cont6 .row > div .aside .bottom-btn .btn,
.split-cont6 .row > div .aside .bottom-btn .button,
.split-cont6 .row > div .aside .bottom-btn input[type=".button"],
.split-cont6 .row > div .aside .bottom-btn input[type="submit"] { 
	margin: 0 10px 10px 10px
}

.split-cont6 .row > div .aside .bottom-btn .btn-out { 
	margin: 0 -10px -10px -10px
}
}



/*= Modal */
.modal-backdrop.show {
	background: none;
	opacity: 0;
}

.modal-dialog { 
	max-width: inherit;
}

.modal-content { 
	width: 100%;
	box-shadow: none; 
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
}

.modal-content .icon-close {
	width: 44px;
	height: 44px;
	float: right; 
	display: none;
	font-size: 20px;
	color: #000000;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

@media (min-width: 576px) {
.modal-dialog {
	max-width: inherit;
}
}

@media (max-width: 767px) {
.modal-dialog {
	margin: 0;
}

.modal-content .icon-close {
	display: inline-block;
}
}

@media (min-width: 768px) {
.modal-dialog {
	max-width: 250px; 
	float: right;
}
}

@media (min-width: 1600px) {
.modal-dialog {
	max-width: 535px;
}
}


/* Fixed - Form */
.fixed-form {
	width: 100%; 
	float: left; 
	text-align: left;
}

.fixed-form .box {
	width: 100%; 
	float: right;
	text-align: left;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
	padding: 85px 90px; 
}

.fixed-form h2 {
	font-size: 22px;
	line-height: 26px;
	padding: 0 0 40px 0;
}

.fixed-form h3 {
	padding: 0 0 18px 0;
}

.fixed-form h4 {
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: normal;
	padding: 0 0 20px 0;
}

.fixed-form p {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	padding: 0 0 35px 0;
}

.fixed-form ul {
	width: 100%;
	float: left;
	padding: 0 0 22px 0;
	margin: 0 0 -16px 0;
}

.fixed-form ul:last-child {
	padding-bottom: 0;
}

.fixed-form ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 16px 0;
}

.fixed-form ul li:before {
	display: none;
}

.fixed-form .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.fixed-form .figure img {
	width: 100%;
}

.fixed-form .search-form {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 25px;
}

.fixed-form .search-form:last-child {
	margin-bottom: 0;
}

.fixed-form .search-form select {
	background-image: url(../png/menu-bar.png);
	background-size: 47px auto;
	background-repeat: no-repeat;
	background-position: top 2px right 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 71px;
	padding-bottom: 0;
}

.fixed-form .sub-title {
	font-size: 15px;
	line-height: 19px;
	padding: 0 0 15px 0;
}

.fixed-form .sub-title:last-child {
	padding-bottom: 0;
}

.fixed-form .check-options {
	padding: 0 0 40px 0;
}

.fixed-form .check-options:last-child {
	padding-bottom: 0;
}

.fixed-form .btn,
.fixed-form .button,
.fixed-form input[type=".button"],
.fixed-form input[type="submit"] {
	min-width: 170px;
	padding-right: 20px;
	padding-left: 20px;
}

.fixed-form .btn-out {
	margin: 0;
}

@media (max-width: 1599px) {
.fixed-form .box {
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
	padding: 30px 20px; 
}

.fixed-form h2 {
	font-size: 15px;
	line-height: 19px;
	padding: 0 0 15px 0;
}

.fixed-form h3 {
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 5px 0;
}

.fixed-form h4 {
	font-size: 10px;
	line-height: 14px;
	padding: 0 0 5px 0;
}

.fixed-form p {
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 20px 0;
}

.fixed-form ul {
	padding: 0 0 10px 0;
	margin: 0 0 -7px 0;
}

.fixed-form ul li {
	margin: 0 0 7px 0;
}

.fixed-form .figure {
	margin: 0 0 10px 0;
}

.fixed-form select,
.fixed-form textarea,
.fixed-form input[type="text"],
.fixed-form input[type="password"],
.fixed-form input[type="datetime"],
.fixed-form input[type="datetime-local"],
.fixed-form input[type="date"],
.fixed-form input[type="month"],
.fixed-form input[type="time"],
.fixed-form input[type="week"],
.fixed-form input[type="number"],
input[type="email"],
.fixed-form input[type="url"],
.fixed-form input[type="search"],
.fixed-form input[type="tel"],
.fixed-form input[type="color"],
.fixed-form .uneditable-input {
	height: 32px;
	font-size: 10px;
	line-height: 14px;
	box-shadow: inset #c6c6c6 0 0 0 1px;
	padding: 10px 10px;
}

.fixed-form textarea {
	height: 120px;
	padding-top: 10px; 
	padding-bottom: 10px;
}

.fixed-form select {
	background-size: 10px auto;
	background-position: top 13px right 10px;
	padding-right: 40px;
}

.fixed-form select:focus,
.fixed-form textarea:focus,
.fixed-form input[type="text"]:focus,
.fixed-form input[type="password"]:focus,
.fixed-form input[type="datetime"]:focus,
.fixed-form input[type="datetime-local"]:focus,
.fixed-form input[type="date"]:focus,
.fixed-form input[type="month"]:focus,
.fixed-form input[type="time"]:focus,
.fixed-form input[type="week"]:focus,
.fixed-form input[type="number"]:focus,
.fixed-form input[type="email"]:focus,
.fixed-form input[type="url"]:focus,
.fixed-form input[type="search"]:focus,
.fixed-form input[type="tel"]:focus,
.fixed-form input[type="color"]:focus,
.fixed-form .uneditable-input:focus {
	outline: 0; 
	box-shadow: inset #009fe3 0 0 0 1px;
}

.fixed-form .search-form {
	margin-bottom: 15px;
}

.fixed-form .search-form select {
	background-size: 30px auto;
	background-position: top 1px right 1px;
	-webkit-appearance: none;
	padding-right: 40px;
}

.fixed-form .sub-title {
	font-size: 10px;
	line-height: 14px;
	padding: 0 0 5px 0;
}

.fixed-form .check-options {
	padding: 0 0 15px 0;
}

.check-options label {
	min-height: 16px;
	font-size: 10px;
	line-height: 14px;
	padding: 0 0 0 24px;
}

.check-options label:before {
	width: 16px;
	height: 16px;
	background-size: 16px auto;
	top: -1px;
}

.radio-options label:before {
	width: 20px;
	height: 20px;
	background-size: 20px auto;
}

.fixed-form .btn,
.fixed-form .button,
.fixed-form input[type=".button"],
.fixed-form input[type="submit"] { 
	min-width: 90px;
	font-size: 12px;
	line-height: 16px; 
	box-shadow: inset #414141 0 0 0 1px; 
	padding: 8px 20px;
}

.fixed-form .btn:hover,
.fixed-form .btn:focus,
.fixed-form .btn:active,
.fixed-form .btn:active:focus,
.fixed-form .btn.active,
.fixed-form .btn.active:focus,
.fixed-form .button:hover,
.fixed-form .button:focus,
.fixed-form .button:active,
.fixed-form .button:active:focus,
.fixed-form .button.active,
.fixed-form .button.active:focus,
.fixed-form input[type="button"]:hover,
.fixed-form input[type="button"]:focus,
.fixed-form input[type="button"]:active,
.fixed-form input[type="button"]:active:focus,
.fixed-form input[type="button"].active,
.fixed-form input[type="button"].active:focus,
.fixed-form input[type="submit"]:hover,
.fixed-form input[type="submit"]:focus,
.fixed-form input[type="submit"]:active,
.fixed-form input[type="submit"]:active:focus,
.fixed-form input[type="submit"].active,
.fixed-form input[type="submit"].active:focus
.fixed-form .btn:not(:disabled):not(.disabled).active, 
.fixed-form .button:not(:disabled):not(.disabled):active {
	box-shadow: inset #009fe3 0 0 0 1px; 
}
}