/* Riedl Omnibus CSS customizations */






/* Allgemein */

body {
	background-color: #FFF;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}

.body {
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Zilla Slab', serif;
}



p {
    color: #000;
	font-size: 18px;
    line-height: 32px;
    margin: 0 0 20px;
}









/* Header diverse */
html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-non-sticky {
	opacity: 0 !important;
	display: none;
}

html .bg-dark {
    background-color: #4f5457 !important;
}

.bg-color-grey2 {
    background-color: #979797 !important;
}

#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #fc249a;
}

#header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #fc249a;
}

html .bg-color-hover-magenta:hover,
html .bg-hover-magenta:hover {
	background-color: #e50b7e !important;
}
html .bg-color-hover-grey2:hover,
html .bg-hover-grey2:hover {
	background-color: #4f5457 !important;
}







/* Header Nav */

@media (min-width: 1921px) {
.mob-only {
    display: none !important;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem 1rem;
    letter-spacing: normal;
}
#header .header-logo {
	margin: 16px 0;
	margin: 1rem 0;
	position: relative;
	z-index: 1;
}
html.sticky-header-enabled #header .header-logo-sticky-change img {
    position: absolute;
    top: 10px;
    left: 0;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
    background: #e50b7e;
    margin-top: 0;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:focus > a {
    background: #fff;
    color: #e50b7e;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #fff;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a {
    border-bottom-color: #fff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 17px;
    font-weight: 700;
    padding: 8px 15px 8px 15px;
    text-transform: uppercase;
    letter-spacing: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
}
}
@media (min-width: 1600px) and (max-width: 1920px) {
.mob-only {
    display: none !important;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem 1rem;
    letter-spacing: normal;
}
html.sticky-header-enabled #header .header-logo-sticky-change img {
    position: absolute;
    top: 10px;
    left: 0;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
    background: #e50b7e;
    margin-top: 0;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:focus > a {
    background: #fff;
    color: #e50b7e;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #fff;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a {
    border-bottom-color: #fff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 15px;
    font-weight: 700;
    padding: 8px 15px 8px 15px;
    text-transform: uppercase;
    letter-spacing: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.mob-only {
    display: none !important;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    padding: 0.4rem 0.8rem;
    letter-spacing: normal;
}
#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a {
    padding: 0.4rem 0.8rem;
}
html.sticky-header-enabled #header .header-logo-sticky-change img {
    position: absolute;
    top: 10px;
    left: 0;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
    background: #e50b7e;
    margin-top: 0;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:focus > a {
    background: #fff;
    color: #e50b7e;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #fff;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a {
    border-bottom-color: #fff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 14px;
    font-weight: 700;
    padding: 6px 10px 6px 10px;
    text-transform: uppercase;
    letter-spacing: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.mob-only {
    display: none !important;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 0.4rem 0.5rem;
    letter-spacing: normal;
}
#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a {
    padding: 0.4rem 0.6rem;
}
html.sticky-header-enabled #header .header-logo-sticky-change img {
    position: absolute;
    top: 10px;
    left: 0;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
    background: #e50b7e;
    margin-top: 0;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:focus > a {
    background: #fff;
    color: #e50b7e;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #fff;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a {
    border-bottom-color: #fff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 8px 5px 8px;
    text-transform: uppercase;
    letter-spacing: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.5);
}
}
@media (min-width: 768px) and (max-width: 991px) {
.desk-only {
    display: none !important;
}
#header .header-container {
    background-color: #4f5457 !important;
}
#header .header-btn-collapse-nav {
    background: #e50b7e;
	border-radius: 0px !important;
	font-size: 20px;
	padding: 5px 12px;
}
#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus, #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
    background: #e50b7e;
}
#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    background: #e50b7e;
}
html.sticky-header-enabled #header .header-logo-sticky-change img {
    position: absolute;
    top: 7px;
    left: 0;
}
html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {
    opacity: 1 !important;
	width: 250px;
	height: 45px;
	top: 15px;
}
html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
    opacity: 1 !important;
	width: 242px;
	height: 45px;
	top: 15px;
}
#header .header-nav {
    padding: 4px 0;
    padding: 0.25rem 0;
    min-height: 60px;
}
#header .header-logo {
    margin: 4px 0;
    margin: 0.25rem 0;
    position: relative;
    z-index: 1;
}
#header .header-nav.header-nav-dropdowns-dark {
    min-height: 60px;
}
#header.header-effect-shrink .header-container {
    min-height: 60px;
}
}
@media (max-width: 767px) {
.desk-only {
    display: none !important;
}
#header .header-container {
    background-color: #4f5457 !important;
}
#header .header-btn-collapse-nav {
    background: #e50b7e;
	border-radius: 0px !important;
	font-size: 20px;
	padding: 5px 12px;
}
#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus, #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
    background: #e50b7e;
}
#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    background: #e50b7e;
}
html.sticky-header-enabled #header .header-logo-sticky-change img {
    position: absolute;
    top: 7px;
    left: 0;
}
html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {
    opacity: 1 !important;
	width: 250px;
	height: 45px;
	top: 15px;
}
html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
    opacity: 1 !important;
	width: 242px;
	height: 45px;
	top: 15px;
}
#header .header-nav {
    padding: 4px 0;
    padding: 0.25rem 0;
    min-height: 60px;
}
#header .header-logo {
    margin: 4px 0;
    margin: 0.25rem 0;
    position: relative;
    z-index: 1;
}
#header .header-nav.header-nav-dropdowns-dark {
    min-height: 60px;
}
#header.header-effect-shrink .header-container {
    min-height: 60px;
}
}
@media (max-width: 575px) {
}













/* Section welcome */

@media (min-width: 1921px) {
p.lead-welcome {
	font-size: 22px;
    line-height: 36px;
	font-weight: 500;
	letter-spacing: normal;
}
.sr-h1 {
	font-size: 66px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
}

.sr-h4 {
	font-size: 30px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
}
.section-welcome {
	position: relative;
	padding: 130px 0 0 0;
}
.welcome-sights {
	max-width: 1600px;
	position: relative;
    margin: 30px auto 0 auto;
}
.welcome-bus-mob {
	display: none;
}
.welcome-bus {
	position: absolute;
	width: 280px;
    right: -240px;
	top: -40px;
}
.welcome-ship {
	position: absolute;
	width: 270px;
    left: 10%;
	top: 160px;
}
.welcome-plane {
	position: absolute;
	width: 290px;
    left: -200px;
	top: -30px;
}
.welcome-palm {
	position: absolute;
	width: 220px;
    right: 10%;
	top: 140px;
}
}
@media (min-width: 1600px) and (max-width: 1920px) {
p.lead-welcome {
	font-size: 20px;
    line-height: 32px;
	font-weight: 500;
	letter-spacing: normal;
}
.sr-h1 {
	font-size: 60px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
}

.sr-h4 {
	font-size: 27px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
}
.section-welcome {
	position: relative;
	padding: 130px 0 0 0;
}
.welcome-sights {
	max-width: 1500px;
	position: relative;
    margin: 30px auto 0 auto;
}
.welcome-bus-mob {
	display: none;
}
.welcome-bus {
	position: absolute;
	width: 280px;
    right: -240px;
	top: -40px;
}
.welcome-ship {
	position: absolute;
	width: 270px;
    left: 10%;
	top: 160px;
}
.welcome-plane {
	position: absolute;
	width: 290px;
    left: -200px;
	top: -30px;
}
.welcome-palm {
	position: absolute;
	width: 220px;
    right: 10%;
	top: 140px;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
p.lead-welcome {
	font-size: 20px;
    line-height: 32px;
	font-weight: 500;
	letter-spacing: normal;
}
.sr-h1 {
	font-size: 54px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
}

.sr-h4 {
	font-size: 25px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-top: -10px;
	margin-bottom: 30px !important;
}
.section-welcome {
	position: relative;
	padding: 100px 0 0 0;
}
.welcome-sights {
	max-width: 1300px;
	position: relative;
    margin: 30px auto 0 auto;
}
.welcome-bus-mob {
	display: none;
}
.welcome-bus {
	position: absolute;
	width: 250px;
    right: 0px;
	top: -70px;
}
.welcome-ship {
	position: absolute;
	width: 230px;
    left: 15%;
	top: 130px;
}
.welcome-plane {
	position: absolute;
	width: 250px;
    left: 20px;
	top: -60px;
}
.welcome-palm {
	position: absolute;
	width: 180px;
    right: 15%;
	top: 120px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
p.lead-welcome {
	font-size: 18px;
    line-height: 28px;
	font-weight: 500;
	letter-spacing: normal;
}
.sr-h1 {
	font-size: 44px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
}

.sr-h4 {
	font-size: 21px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-top: -15px;
	margin-bottom: 30px !important;
}
.section-welcome {
	position: relative;
	padding: 90px 0 0 0;
}
.welcome-sights {
	max-width: 1100px;
	position: relative;
    margin: 30px auto 0 auto;
}
.welcome-bus-mob {
	display: none;
}
.welcome-bus {
	position: absolute;
	width: 210px;
    right: 0px;
	top: -70px;
}
.welcome-ship {
	position: absolute;
	width: 210px;
    left: 20%;
	top: 110px;
}
.welcome-plane {
	position: absolute;
	width: 210px;
    left: 30px;
	top: -60px;
}
.welcome-palm {
	position: absolute;
	width: 160px;
    right: 20%;
	top: 100px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
p.lead-welcome {
	font-size: 18px;
    line-height: 28px;
	font-weight: 500;
	letter-spacing: normal;
}
.sr-h1 {
	font-size: 44px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
}

.sr-h4 {
	font-size: 21px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-top: -15px;
	margin-bottom: 20px !important;
}
.section-welcome {
	position: relative;
	padding: 70px 0 0 0;
}
.welcome-sights {
	max-width: 1100px;
	position: relative;
    margin: 0 auto 0 auto;
}
.welcome-sights img {
	width: 1250px;
	margin-left: -300px;
}
.welcome-bus-mob {
	display: none;
}
.welcome-bus {
	position: absolute;
	width: 150px;
    left: 520px;
	top: 280px;
}
.welcome-ship {
	position: absolute;
	width: 150px;
    left: 210px;
	top: 185px;
}
.welcome-plane {
	position: absolute;
	width: 150px;
    left: 40px;
	top: 290px;
}
.welcome-palm {
	position: absolute;
	width: 120px;
    left: 370px;
	top: 175px;
}
}
@media (max-width: 767px) {
p.lead-welcome {
	font-size: 16px;
    line-height: 24px;
	font-weight: 500;
	letter-spacing: normal;
	margin-bottom: 10px !important;
}
.sr-h1 {
	font-size: 40px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
}

.sr-h4 {
	font-size: 19px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-top: -19px;
	margin-bottom: 10px !important;
}
.section-welcome {
	position: relative;
	padding: 40px 0 0 0;
}
.welcome-sights {
	max-width: 1100px;
	position: relative;
    margin: 0 auto 0 auto;
	overflow: hidden;
}
.welcome-sights img {
	width: 900px;
	margin-left: -150px;
}
.welcome-bus-mob {
	display: none;
}
.welcome-bus {
	position: absolute;
	width: 150px;
    left: 360px;
	top: 235px;
}
.welcome-ship {
	position: absolute;
	width: 150px;
    left: 200px;
	top: 155px;
}
.welcome-plane {
	position: absolute;
	width: 150px;
    left: 40px;
	top: 240px;
}
.welcome-palm {
	display: none;
}
}
@media (max-width: 575px) {
p.lead-welcome {
	font-size: 16px;
    line-height: 24px;
	font-weight: 500;
	letter-spacing: normal;
	margin-bottom: 0px !important;
	text-align: left;
	padding-left: 15px;
}
.sr-h1 {
	font-size: 36px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	text-align: left;
	padding-left: 15px;
}

.sr-h4 {
	font-size: 17px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-top: -22px;
	margin-bottom: 10px !important;
	text-align: left;
	padding-left: 15px;
}
.section-welcome {
	position: relative;
	padding: 20px 0 0 0;
}
.welcome-sights {
	width: 100%;
	position: relative;
    margin: 0 auto 0 auto;
	overflow: hidden;
}
.welcome-sights img {
	width: 100%;
	margin-left: 0;
}
.welcome-bus-mob {
	display: inline-block !important;
	position: absolute;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	margin-top: 10px;
}
.welcome-bus {
	display: none;
}
.welcome-ship {
	display: none;
}
.welcome-plane {
	display: none;
}
.welcome-palm {
	display: none;
}
}





/* Section company */

@media (min-width: 1921px) {
.section-company {
    background: #979797;
    border-top: 0px solid transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.comp-bg {
    background: url('../../pic/allgemein/comp_r_bg.png') no-repeat bottom left;
}
.comp-textbox {
    background: #fff;
	margin-left: 200px;
	margin-right: -300px;
	margin-top: -55px;
	padding: 30px 40px 20px 40px;
	box-shadow: 7px 7px 50px rgba(0, 0, 0, 0.3);
}
.comp-textbox::after {
	/* content: "";
	position: absolute;
	background-color: transparent;
	border-bottom: 10px solid #e50b7e;
	border-right: 10px solid #e50b7e;
	width: 60px;
	height: 60px;
	right: -295px;
	bottom: -10px;
	z-index: 0; */
}
p.lead-comp {
	font-size: 20px;
    line-height: 32px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.comp-h1 {
	position: relative;
	font-size: 90px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.comp-h1::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 10px;
	height: 59px;
	left: -40px;
	top: -6px;
}
.comp-h2 {
	font-size: 30px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-bottom: 10px;
}
}
@media (min-width: 1600px) and (max-width: 1920px) {
.section-company {
    background: #979797;
    border-top: 0px solid transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.comp-bg {
    background: url('../../pic/allgemein/comp_r_bg.png') no-repeat bottom left;
	background-size: 430px;
}
.comp-textbox {
    background: #fff;
	margin-left: 100px;
	margin-right: -300px;
	margin-top: -25px;
	padding: 25px 35px 20px 35px;
	box-shadow: 7px 7px 50px rgba(0, 0, 0, 0.3);
}
.comp-textbox::after {
/* 	content: "";
	position: absolute;
	background-color: transparent;
	border-bottom: 10px solid #e50b7e;
	border-right: 10px solid #e50b7e;
	width: 60px;
	height: 60px;
	right: -295px;
	bottom: -10px;
	z-index: 0; */
}
p.lead-comp {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.comp-h1 {
	position: relative;
	font-size: 80px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.comp-h1::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 10px;
	height: 51px;
	left: -35px;
	top: -2px;
}
.comp-h2 {
	font-size: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.section-company {
    background: #979797;
    border-top: 0px solid transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.comp-bg {
    background: url('../../pic/allgemein/comp_r_bg.png') no-repeat bottom left;
	background-size: 380px;
}
.comp-expand {
    margin-right: -250px;
}
.comp-textbox {
    background: #fff;
	margin-left: 40px;
	margin-right: -330px;
	margin-top: -35px;
	padding: 20px 27px 15px 27px;
	box-shadow: 7px 7px 50px rgba(0, 0, 0, 0.3);
}
.comp-textbox::after {
/*	content: "";
	position: absolute;
	background-color: transparent;
	border-bottom: 8px solid #e50b7e;
	border-right: 8px solid #e50b7e;
	width: 50px;
	height: 50px;
	right: -323px;
	bottom: -8px;
	z-index: 0; */
}
p.lead-comp {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.comp-h1 {
	display: inline-block;
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: normal;
	margin-bottom: 10px;
}
.comp-h1::before {
	display: none;
}
.comp-h2 {
	display: inline-block;
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-right: 10px;
	text-transform: normal;
}
.comp-h2::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 8px;
	height: 27px;
	left: -27px;
	top: 8px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.section-company {
    background: #979797;
    border-top: 0px solid transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.comp-bg {
    background: url('../../pic/allgemein/comp_r_bg.png') no-repeat bottom left;
	background-size: 330px;
}
.comp-expand {
    margin-right: -300px;
}
.comp-textbox {
    background: #fff;
	margin-left: 40px;
	margin-right: -280px;
	margin-top: -35px;
	padding: 20px 27px 15px 27px;
	box-shadow: 7px 7px 50px rgba(0, 0, 0, 0.3);
}
.comp-textbox::after {
/*	content: "";
	position: absolute;
	background-color: transparent;
	border-bottom: 8px solid #e50b7e;
	border-right: 8px solid #e50b7e;
	width: 50px;
	height: 50px;
	right: -273px;
	bottom: -8px;
	z-index: 0; */
}
p.lead-comp {
	font-size: 16px;
    line-height: 24px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.comp-h1 {
	display: inline-block;
	position: relative;
	font-size: 32px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: normal;
	margin-bottom: 10px;
}
.comp-h1::before {
	display: none;
}
.comp-h2 {
	display: inline-block;
	position: relative;
	font-size: 32px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-right: 6px;
	text-transform: normal;
}
.comp-h2::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 8px;
	height: 27px;
	left: -27px;
	top: 8px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.section-company {
    background: #979797;
    border-top: 0px solid transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.comp-bg {
    background: url('../../pic/allgemein/comp_r_bg.png') no-repeat bottom left;
	background-size: 270px;
}
.comp-expand {
    margin-right: -330px;
}
.comp-textbox {
    background: #fff;
	margin-left: 40px;
	margin-right: -280px;
	margin-top: -35px;
	padding: 10px 27px 15px 27px;
	box-shadow: 7px 7px 50px rgba(0, 0, 0, 0.3);
}
.comp-textbox::after {
/*	content: "";
	position: absolute;
	background-color: transparent;
	border-bottom: 8px solid #e50b7e;
	border-right: 8px solid #e50b7e;
	width: 50px;
	height: 50px;
	right: -273px;
	bottom: -8px;
	z-index: 0; */
}
p.lead-comp {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 5px;
}
.comp-h1 {
	display: inline-block;
	position: relative;
	font-size: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: normal;
	margin-bottom: 3px;
}
.comp-h1::before {
	display: none;
}
.comp-h2 {
	display: inline-block;
	position: relative;
	font-size: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-right: 4px;
	text-transform: normal;
}
.comp-h2::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 8px;
	height: 27px;
	left: -27px;
	top: 8px;
}
}
@media (max-width: 767px) {
.section-company {
    background: #e4e4e4;
    border-top: 0px solid transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.comp-bg {
}
.comp-expand {
    margin-right: 0;
}
.comp-textbox {
    background: #e4e4e4;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 30px 15px 30px 15px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    background: url('../../pic/allgemein/comp_r_bg2.png') no-repeat;
	background-position: left 150%;
	background-size: 360px;
}
.comp-textbox::after {
}
p.lead-comp {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #4f5457;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.comp-h1 {
	display: inline-block;
	position: relative;
	font-size: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: normal;
	margin-bottom: 3px;
}
.comp-h1::before {
	display: none;
}
.comp-h2 {
	display: inline-block;
	position: relative;
	font-size: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-right: 4px;
	text-transform: normal;
}
.comp-h2::before {
}
}
@media (max-width: 575px) {
.comp-textbox {
    background: #e4e4e4;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 30px 15px 30px 15px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    background: url('../../pic/allgemein/comp_r_bg2.png') no-repeat;
	background-position: left 120%;
	background-size: 100%;
}
}





/* Section bus */

.img-thumbnail.img-thumbnail-hover-icon::after {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #FFF;
    content: "\f31e";
    font-size: 26px;
    height: 40px;
    position: absolute;
    top: 30%;
    margin-top: -20px;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 3;
}
.img-thumbnail.img-thumbnail-hover-icon::before {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 0px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
}

@media (min-width: 1921px) {
.section-fleet-info {
	position: relative;
	padding: 160px 0 140px 0;
}
.section-fleet-gallery {
	position: relative;
	background: #fff;
}
.sr-gallery-bus {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.portfolio-item {
	margin: 0px !important;
}
p.lead-fleet {
	font-size: 20px;
    line-height: 32px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.fleet-h1 {
	position: relative;
	font-size: 90px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 27px;
}
.fleet-h2 {
	position: relative;
	font-size: 90px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 27px;
}
.fleet-h2::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 10px;
	height: 128px;
	left: -30px;
	top: -6px;
}
.card {
    position: relative;
	display: block;
    word-wrap: break-word;
    background-color: #7c7c7c;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
	margin: 4px;
}
.row-lr {
    margin-left: -19px !important;
    margin-right: -19px !important;
}
.card-body {
    padding: 25px 15px 20px 15px;
}
.card-title {
    margin-bottom: 0;
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.5px;
}
}
@media (min-width: 1600px) and (max-width: 1920px) {
.section-fleet-info {
	position: relative;
	padding: 130px 0 100px 0;
}
.section-fleet-gallery {
	position: relative;
	background: #fff;
}
.sr-gallery-bus {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.portfolio-item {
	margin: 0px !important;
}
p.lead-fleet {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.fleet-h1 {
	position: relative;
	font-size: 80px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.fleet-h2 {
	position: relative;
	font-size: 80px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.fleet-h2::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 10px;
	height: 115px;
	left: -30px;
	top: -3px;
}
.card {
    position: relative;
	display: block;
    word-wrap: break-word;
    background-color: #7c7c7c;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
	margin: 4px;
}
.row-lr {
    margin-left: -19px !important;
    margin-right: -19px !important;
}
.card-body {
    padding: 15px 10px 10px 10px;
}
.card-title {
    margin-bottom: 0;
	font-size: 25px;
	color: #fff;
	letter-spacing: 0.5px;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.section-fleet-info {
	position: relative;
	padding: 100px 0 60px 0;
}
.section-fleet-gallery {
	position: relative;
	background: #fff;
}
.sr-gallery-bus {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.portfolio-item {
	margin: 0px !important;
}
p.lead-fleet {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.fleet-h1 {
	position: relative;
	font-size: 62px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 6px;
	margin-left: -80px;
}
.fleet-h2 {
	position: relative;
	font-size: 62px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 6px;
	margin-left: -80px;
}
.fleet-h2::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 8px;
	height: 90px;
	left: -25px;
	top: 2px;
}
.card {
    position: relative;
	display: block;
    word-wrap: break-word;
    background-color: #7c7c7c;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
	margin: 4px;
}
.row-lr {
    margin-left: -19px !important;
    margin-right: -19px !important;
}
.card-body {
    padding: 12px 8px 8px 8px;
}
.card-title {
    margin-bottom: 0;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.3px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.section-fleet-info {
	position: relative;
	padding: 90px 0 40px 0;
}
.section-fleet-gallery {
	position: relative;
	background: #fff;
}
.sr-gallery-bus {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.wimg50 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.portfolio-item {
	margin: 0px !important;
}
p.lead-fleet {
	font-size: 16px;
    line-height: 24px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.fleet-h1 {
	position: relative;
	font-size: 58px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: -7px;
	margin-left: -60px;
}
.fleet-h2 {
	position: relative;
	font-size: 58px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: -60px;
}
.fleet-h2::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 8px;
	height: 84px;
	left: -25px;
	top: 3px;
}
.card {
    position: relative;
	display: block;
    word-wrap: break-word;
    background-color: #7c7c7c;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
	margin: 4px;
}
.w {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-lr {
    margin-left: -19px !important;
    margin-right: -19px !important;
}
.card-body {
    padding: 12px 8px 8px 8px;
}
.card-title {
    margin-bottom: 0;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.3px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.section-fleet-info {
	position: relative;
	padding: 60px 0 40px 0;
}
.section-fleet-gallery {
	position: relative;
	background: #fff;
}
.sr-gallery-bus {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.wimg50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.portfolio-item {
	margin: 0px !important;
}
p.lead-fleet {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 0px;
}
.fleet-h1 {
	position: relative;
	font-size: 46px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fleet-h2 {
	position: relative;
	font-size: 46px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fleet-h2::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 8px;
	height: 70px;
	left: -20px;
	top: 6px;
}
.card {
    position: relative;
	display: block;
    word-wrap: break-word;
    background-color: #7c7c7c;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
	margin: 4px;
}
.w {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-lr {
    margin-left: -19px !important;
    margin-right: -19px !important;
}
.card-body {
    padding: 10px 7px 7px 7px;
}
.card-title {
    margin-bottom: 0;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.2px;
}
}
@media (max-width: 767px) {
.section-fleet-info {
	position: relative;
	padding: 40px 0 30px 0;
}
.section-fleet-gallery {
	position: relative;
	background: #fff;
}
.sr-gallery-bus {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.portfolio-item {
	margin: 0px !important;
}
p.lead-fleet {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.fleet-h1 {
	position: relative;
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	text-transform: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: -4px;
}
.fleet-h2 {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: inline-block;
}
.fleet-h2::before {
	display: none;
}
.card {
    position: relative;
	display: block;
    word-wrap: break-word;
    background-color: #7c7c7c;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
	margin: 4px;
}
.w {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.no-img {
	display: none;
}
.row-lr {
    margin-left: 0 !important;
    margin-right: 0 !important;
	padding-left: 11px;
	padding-right: 11px;
}
.card-body {
    padding: 10px 7px 7px 7px;
}
.card-title {
    margin-bottom: 0;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.2px;
}
}
@media (max-width: 575px) {
.sr-gallery-bus {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.w {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.no-img {
	display: none;
}
.no-img2 {
	display: none;
}
.card-title {
    margin-bottom: 0;
	font-size: 17px;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
}
.card-body {
    padding: 6px 3px 6px 3px;
}
}








/* Section travel agency */

@media (min-width: 1921px) {
.section-agency {
	position: relative;
	padding: 140px 0 80px 0;
	background: #fff;
}
p.lead-agency {
	font-size: 20px;
    line-height: 32px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 20px;
}
p.lead-title {
	font-family: 'Zilla Slab', serif;
	font-size: 30px;
    line-height: 36px;
	font-weight: 400;
	color: #e50b7e;
	letter-spacing: -0.25px;
	margin-bottom: 10px;
}
.agency-h1 {
	position: relative;
	font-size: 66px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: -3px;
	margin-bottom: 50px;
}
.agency-h1::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 10px;
	height: 42px;
	left: -30px;
	top: 3px;
}
.agency-h2 {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
}
.agency-h3 {
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 96px;
	color: #e50b7e;
	text-transform: none;
	margin-left: -25px;
	margin-bottom: 40px;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 1.0);
}
.agency-h4 {
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 62px;
	color: #e50b7e;
	text-transform: none;
	margin-left: 20px;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 1.0);
}
ul.list-agency {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.list-agency li {
	font-size: 20px;
    line-height: 32px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 14px;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    background-color: #e50b7e;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 0px;
    font-size: 18px;
    line-height: 25px;
	top: 3px;
}
.list.list-icons.list-icons-style-3 li {
    padding-top: 0px;
    padding-left: 36px;
}
.agency-title-pl {
	padding-left: 130px;
}
.agency-title-pr {
	padding-right: 100px;
}
.agency-expand {
	margin-bottom: 34px;
	position:absolute;
	bottom:0;
}
}
@media (min-width: 1600px) and (max-width: 1920px) {
.section-agency {
	position: relative;
	padding: 110px 0 60px 0;
	background: #fff;
}
p.lead-agency {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 20px;
}
p.lead-title {
	font-family: 'Zilla Slab', serif;
	font-size: 24px;
    line-height: 28px;
	font-weight: 400;
	color: #e50b7e;
	letter-spacing: -0.25px;
	margin-bottom: 10px;
}
.agency-h1 {
	position: relative;
	font-size: 66px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: -3px;
	margin-bottom: 50px;
}
.agency-h1::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 10px;
	height: 41px;
	left: -30px;
	top: 3px;
}
.agency-h2 {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
}
.agency-h3 {
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 86px;
	color: #e50b7e;
	text-transform: none;
	margin-left: -25px;
	margin-bottom: 30px;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 1.0);
}
.agency-h4 {
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 54px;
	color: #e50b7e;
	text-transform: none;
	margin-left: 20px;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 1.0);
}
ul.list-agency {
	margin-top: 15px;
	margin-bottom: 15px;
}
ul.list-agency li {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    background-color: #e50b7e;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    color: #fff;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 0px;
    font-size: 15px;
    line-height: 23px;
	top: 0px;
}
.list.list-icons.list-icons-style-3 li {
    padding-top: 0px;
    padding-left: 32px;
}
.agency-title-pl {
	padding-left: 90px;
}
.agency-title-pr {
	padding-right: 100px;
}
.agency-expand {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
	margin-bottom: 34px;
	position:absolute;
	bottom:0;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.section-agency {
	position: relative;
	padding: 70px 0 40px 0;
	background: #fff;
}
p.lead-agency {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
p.lead-title {
	font-family: 'Zilla Slab', serif;
	font-size: 24px;
    line-height: 28px;
	font-weight: 400;
	color: #e50b7e;
	letter-spacing: -0.25px;
	margin-bottom: 5px;
}
.agency-h1 {
	position: relative;
	font-size: 54px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: -7px;
	margin-bottom: 40px;
}
.agency-h1::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 8px;
	height: 39px;
	left: -21px;
	top: 4px;
}
.agency-h2 {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
}
.agency-h3 {
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 70px;
	color: #e50b7e;
	text-transform: none;
	margin-left: -5px;
	margin-bottom: 20px;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 1.0);
}
.agency-h4 {
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 46px;
	color: #e50b7e;
	text-transform: none;
	margin-left: 20px;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 1.0);
}
ul.list-agency {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.list-agency li {
	font-size: 16px;
    line-height: 24px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 8px;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    background-color: #e50b7e;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    color: #fff;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    text-align: center;
    padding: 0px;
    font-size: 12px;
    line-height: 21px;
	top: 0px;
}
.list.list-icons.list-icons-style-3 li {
    padding-top: 0px;
    padding-left: 32px;
}
.agency-title-pl {
	padding-left: 70px;
}
.agency-title-pr {
	padding-right: 30px;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
}
.agency-expand {
    -ms-flex: 0 0 93%;
    flex: 0 0 93%;
    max-width: 93%;
	margin-bottom:20px;
	position:absolute;
	bottom:0;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.section-agency {
	position: relative;
	padding: 70px 0 40px 0;
	background: #fff;
}
p.lead-agency {
	font-size: 16px;
    line-height: 24px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
p.lead-title {
	font-family: 'Zilla Slab', serif;
	font-size: 22px;
    line-height: 26px;
	font-weight: 400;
	color: #e50b7e;
	letter-spacing: -0.25px;
	margin-bottom: 5px;
}
.agency-h1 {
	position: relative;
	font-size: 54px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: -8px;
	margin-bottom: 40px;
}
.agency-h1::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 8px;
	height: 39px;
	left: -21px;
	top: 4px;
}
.agency-h2 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
}
.agency-h3 {
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 60px;
	color: #e50b7e;
	text-transform: none;
	margin-left: -5px;
	margin-bottom: 20px;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 1.0);
}
.agency-h4 {
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 42px;
	color: #e50b7e;
	text-transform: none;
	margin-left: 20px;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 1.0);
}
ul.list-agency {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.list-agency li {
	font-size: 15px;
    line-height: 24px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 5px;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    background-color: #e50b7e;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    text-align: center;
    padding: 0px;
    font-size: 11px;
    line-height: 19px;
	top: 0px;
}
.list.list-icons.list-icons-style-3 li {
    padding-top: 0px;
    padding-left: 28px;
}
.agency-title-pl {
	padding-left: 50px;
}
.agency-title-pr {
	padding-right: 20px;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
}
.agency-expand {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-top: 40px;
	margin-bottom:20px;
	position:relative;
	bottom:0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.section-agency {
	position: relative;
	padding: 70px 0 40px 0;
	background: #fff;
}
p.lead-agency {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
p.lead-title {
	font-family: 'Zilla Slab', serif;
	font-size: 20px;
    line-height: 26px;
	font-weight: 400;
	color: #e50b7e;
	letter-spacing: -0.25px;
	margin-bottom: 5px;
}
.agency-h1 {
	position: relative;
	font-size: 46px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: -13px;
	margin-bottom: 40px;
}
.agency-h1::before {
	content: "";
	position: absolute;
	background-color: #e50b7e;
	width: 8px;
	height: 35px;
	left: -21px;
	top: 5px;
}
.agency-h2 {
	position: relative;
	font-size: 21px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
}
.agency-h3 {
	position: absolute;
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 60px;
	color: #e50b7e;
	text-transform: none;
	margin-left: auto;
	margin-bottom: auto;
	top: 20px;
	right: 190px;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 1.0);
}
.agency-h4 {
	position: absolute;
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 42px;
	color: #e50b7e;
	text-transform: none;
	margin-left: auto;
	top: 50px;
	right: 80px;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 1.0);
}
ul.list-agency {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.list-agency li {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 5px;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    background-color: #e50b7e;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    text-align: center;
    padding: 0px;
    font-size: 11px;
    line-height: 19px;
	top: 0px;
}
.list.list-icons.list-icons-style-3 li {
    padding-top: 0px;
    padding-left: 28px;
}
.agency-title-pl {
	padding-left: 50px;
}
.agency-title-pr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.agency-expand {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom:20px;
	position:relative;
	bottom:auto;
}
.mob-absolute {
    position: absolute;
	width: 100%;
	top: 0;
}
.agency-padding-mob {
    margin-left: 0;
	margin-right: 0;
}
}
@media (max-width: 767px) {
.section-agency {
	position: relative;
	padding: 40px 0 30px 0;
	background: #fff;
}
p.lead-agency {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
p.lead-title {
	font-family: 'Zilla Slab', serif;
	font-size: 20px;
    line-height: 26px;
	font-weight: 400;
	color: #e50b7e;
	letter-spacing: -0.25px;
	margin-bottom: 5px;
}
.agency-h1 {
	position: relative;
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	text-transform: none;
	margin-bottom: 15px;
}
.agency-h2 {
	position: relative;
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}
.agency-h2::before {
}
.agency-h3 {
	position: absolute;
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 50px;
	color: #e50b7e;
	text-transform: none;
	margin-left: auto;
	margin-bottom: auto;
	top: -60px;
	right: 145px;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 1.0);
}
.agency-h4 {
	position: absolute;
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 36px;
	color: #e50b7e;
	text-transform: none;
	margin-left: auto;
	top: -30px;
	right: 35px;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 1.0);
}
ul.list-agency {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.list-agency li {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 5px;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    background-color: #e50b7e;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    color: #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    padding: 0px;
    font-size: 10px;
    line-height: 17px;
	top: 2px;
}
.list.list-icons.list-icons-style-3 li {
    padding-top: 0px;
    padding-left: 28px;
}
.agency-title-pl {
	padding-left: 30px;
}
.agency-title-pr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.agency-expand {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom:20px;
	position:relative;
	bottom:auto;
}
.mob-absolute {
    position: relative;
	width: 100%;
	top: 0;
}
.agency-padding-mob {
    margin-left: 0;
	margin-right: 0;
}
}
@media (max-width: 575px) {
p.lead-title {
	font-family: 'Zilla Slab', serif;
	font-size: 20px;
    line-height: 26px;
	font-weight: 400;
	color: #e50b7e;
	letter-spacing: -0.25px;
	margin-bottom: 10px;
}
.agency-h3 {
	position: relative;
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 50px;
	color: #e50b7e;
	text-transform: none;
	margin-left: 25px;
	margin-bottom: auto;
	top: auto;
	right: auto;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 1.0);
}
.agency-h4 {
	position: relative;
	font-family: 'Handlee', cursive;
	font-weight: normal;
	font-size: 36px;
	color: #e50b7e;
	text-transform: none;
	margin-left: 55px;
	margin-top: 10px;
	margin-bottom: 30px;
	top: auto;
	right: auto;
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 1.0);
}
ul.list-agency {
	margin-top: 0px;
	margin-bottom: 0px;
}
}












/* Section onlineweg*/

@media (min-width: 1921px) {
.ow-couple {
	width: 440px;
	margin: 20px 0 0 0;
}
.ow-logo {
	width: 500px;
	margin: 0 0 20px 0;
}
.ow-airplane-bg {
	position: absolute;
	width: 1100px;
	right: 0;
	margin: 0;
}
.ow-lead {
	color: #000;
	letter-spacing: normal;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	padding-left: 110px;
}
.btn-ow {
	color: #fff;
	background: #00abd7;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 15px 20px;
    font-size: 20px;
    line-height: 20px;
    border-radius: 3px;
	letter-spacing: normal;
	margin: 10px 0 10px 110px;
}
.btn-ow:hover {
	color: #fff;
	background: #f7a600;
	text-decoration: none;
}
.btn-ow:active, .btn-ow:focus  {
	color: #fff;
	background: #00abd7;
}
.ow-screenshot {
	position: absolute;
	width: 330px;
	left: 50%;
	margin: 70px 0 0 210px;
	z-index: 2;
}
}
@media (min-width: 1600px) and (max-width: 1920px) {
.ow-couple {
	width: 440px;
	margin: 20px 0 0 0;
}
.ow-logo {
	width: 500px;
	margin: 0 0 20px 0;
}
.ow-airplane-bg {
	position: absolute;
	width: 1100px;
	right: -170px;
	margin: 0;
}
.ow-lead {
	color: #000;
	letter-spacing: normal;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	padding-left: 110px;
}
.btn-ow {
	color: #fff;
	background: #00abd7;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 15px 20px;
    font-size: 20px;
    line-height: 20px;
    border-radius: 3px;
	letter-spacing: normal;
	margin: 10px 0 10px 110px;
}
.btn-ow:hover {
	color: #fff;
	background: #f7a600;
	text-decoration: none;
}
.btn-ow:active, .btn-ow:focus  {
	color: #fff;
	background: #00abd7;
}
.ow-screenshot {
	position: absolute;
	width: 300px;
	left: 50%;
	margin: 80px 0 0 170px;
	z-index: 2;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.ow-couple {
	width: 380px;
	margin: 50px 0 0 0;
}
.ow-logo {
	width: 400px;
	margin: 0 0 20px 0;
}
.ow-airplane-bg {
	position: absolute;
	width: 910px;
	right: -100px;
	margin: 0;
}
.ow-lead {
	color: #000;
	letter-spacing: normal;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	padding-left: 85px;
}
.btn-ow {
	color: #fff;
	background: #00abd7;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 12px 17px;
    font-size: 17px;
    line-height: 17px;
    border-radius: 3px;
	letter-spacing: normal;
	margin: 5px 0 10px 85px;
}
.btn-ow:hover {
	color: #fff;
	background: #f7a600;
	text-decoration: none;
}
.btn-ow:active, .btn-ow:focus  {
	color: #fff;
	background: #00abd7;
}
.ow-screenshot {
	position: absolute;
	width: 280px;
	left: 50%;
	margin: 80px 0 0 130px;
	z-index: 2;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ow-couple {
	width: 100%;
	margin: 30px 0 0 0;
}
.ow-logo {
	width: 400px;
	margin: 0 0 10px 0;
}
.ow-airplane-bg {
	position: absolute;
	width: 850px;
	right: 0;
	margin: 0;
	overflow: hidden;
}
.ow-airplane-bg img {
	position: relative;
	right: -200px;
}
.ow-lead {
	color: #000;
	letter-spacing: normal;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	padding-left: 90px;
}
.btn-ow {
	color: #fff;
	background: #00abd7;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 11px 15px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 3px;
	letter-spacing: normal;
	margin: 0px 0 10px 85px;
}
.btn-ow:hover {
	color: #fff;
	background: #f7a600;
	text-decoration: none;
}
.btn-ow:active, .btn-ow:focus  {
	color: #fff;
	background: #00abd7;
}
.ow-screenshot {
	position: absolute;
	width: 230px;
	left: 50%;
	margin: 70px 0 0 110px;
	z-index: 2;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ow-couple {
	width: 100%;
	margin: 130px 0 0 0;
}
.ow-logo {
	width: 350px;
	margin: 20px 0 7px 0;
}
.ow-airplane-bg {
	position: absolute;
	width: 800px;
	right: 0;
	margin: 0;
	overflow: hidden;
}
.ow-airplane-bg img {
	position: relative;
	right: -400px;
}
.ow-lead {
	color: #000;
	letter-spacing: normal;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	padding-left: 75px;
}
.btn-ow {
	color: #fff;
	background: #00abd7;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 10px 13px;
    font-size: 15px;
    line-height: 15px;
    border-radius: 3px;
	letter-spacing: normal;
	margin: 0px 0 25px 75px;
}
.btn-ow:hover {
	color: #fff;
	background: #f7a600;
	text-decoration: none;
}
.btn-ow:active, .btn-ow:focus  {
	color: #fff;
	background: #00abd7;
}
.ow-screenshot {
	position: absolute;
	width: 230px;
	left: 50%;
	margin: 90px 0 0 0;
	z-index: 2;
}
}
@media (max-width: 767px) {
.ow-couple {
	position: relative;
	width: 300px;
	left: 50%;
	margin: 0px auto 0 -150px;
}
.ow-logo {
	position: relative;
	width: 350px;
	left: 50%;
	margin: 30px  auto 20px -185px;
}
.ow-airplane-bg {
	display: none;
}
.ow-lead {
	color: #000;
	letter-spacing: normal;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	padding-left: 0;
	text-align: center;
}
.btn-ow {
	position: relative;
	width: 250px;
	color: #fff;
	background: #00abd7;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 10px 13px;
    font-size: 17px;
    line-height: 17px;
    border-radius: 3px;
	letter-spacing: normal;
	margin: 0 0 25px -125px;
	left: 50%;
}
.btn-ow:hover {
	color: #fff;
	background: #f7a600;
	text-decoration: none;
}
.btn-ow:active, .btn-ow:focus  {
	color: #fff;
	background: #00abd7;
}
.ow-screenshot {
	display: none;
}
}
@media (max-width: 575px) {
.ow-logo {
	position: relative;
	width: 300px;
	left: 50%;
	margin: 30px  auto 20px -160px;
}
}








/* Section Kontakt */

@media (min-width: 1921px) {
iframe {
	height: 500px;
	margin: 0 0 -10px 0;
	width: 100%;
}
.section-glink {
	height: 500px;
}
.section-glink p {
	font-size: 20px;
    line-height: 32px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
}
.section-glink h1 {
	font-size: 36px !important;
	font-weight: 700;
	letter-spacing: 0.2px !important;
}
.section-glink a {
	color: #e50b7e;
}
.section-contact {
	position: relative;
	padding: 100px 0 60px 0;
	background: #7c7c7c;
}
.google-map {
	background: #E5E3DF;
	height: 500px;
	margin: -35px 0 30px 0;
	width: 100%;
}
.contact-h1 {
	font-size: 66px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	text-align: center;
	margin-bottom: 50px;
}
.contact-h2 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	margin-bottom: 25px;
}
ul.list-contact {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.list-contact li {
	font-size: 20px;
    line-height: 32px;
	font-weight: 500;
	color: #fff;
	letter-spacing: normal;
	margin-bottom: 14px;
}
ul.list-contact li a {
	color: #fff;
}
ul.list-contact li a:hover {
	color: #fc249a;
}
ul.list-contact li i {
	color: #fff !important;
	position: absolute;
	left: 0 !important;
	top: 0px !important;
	font-size: 30px !important;
}
.list.list-icons li {
    padding-top: 0px;
    padding-left: 50px;
}
.contact-bus {
	position: absolute;
	width: 260px;
    left: -260px;
	top: 0px;
}
.contact-palm {
	position: absolute;
	width: 200px;
    left: -200px;
	top: 0px;
}
}
@media (min-width: 1600px) and (max-width: 1920px) {
iframe {
	height: 500px;
	margin: 0 0 -10px 0;
	width: 100%;
}
.section-glink {
	height: 500px;
}
.section-glink p {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
}
.section-glink h1 {
	font-size: 36px !important;
	font-weight: 700;
	letter-spacing: 0.2px !important;
}
.section-glink a {
	color: #e50b7e;
}
.section-contact {
	position: relative;
	padding: 100px 0 60px 0;
	background: #7c7c7c;
}
.google-map {
	background: #E5E3DF;
	height: 500px;
	margin: -35px 0 30px 0;
	width: 100%;
}
.contact-h1 {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	text-align: center;
	margin-bottom: 50px;
}
.contact-h2 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	margin-bottom: 25px;
}
ul.list-contact {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.list-contact li {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #fff;
	letter-spacing: normal;
	margin-bottom: 14px;
}
ul.list-contact li a {
	color: #fff;
}
ul.list-contact li a:hover {
	color: #fc249a;
}
ul.list-contact li i {
	color: #fff !important;
	position: absolute;
	left: 0 !important;
	top: 0px !important;
	font-size: 26px !important;
}
.list.list-icons li {
    padding-top: 0px;
    padding-left: 46px;
}
.contact-bus {
	position: absolute;
	width: 240px;
    left: -240px;
	top: 0px;
}
.contact-palm {
	position: absolute;
	width: 180px;
    left: -180px;
	top: 0px;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
iframe {
	height: 500px;
	margin: 0 0 -10px 0;
	width: 100%;
}
.section-glink {
	height: 500px;
}
.section-glink p {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
}
.section-glink h1 {
	font-size: 36px !important;
	font-weight: 700;
	letter-spacing: 0.2px !important;
}
.section-glink a {
	color: #e50b7e;
}
.section-contact {
	position: relative;
	padding: 70px 0 50px 0;
	background: #7c7c7c;
}
.google-map {
	background: #E5E3DF;
	height: 500px;
	margin: -35px 0 30px 0;
	width: 100%;
}
.contact-h1 {
	font-size: 54px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	text-align: center;
	margin-bottom: 40px;
}
.contact-h2 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	margin-bottom: 25px;
}
ul.list-contact {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.list-contact li {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #fff;
	letter-spacing: normal;
	margin-bottom: 14px;
}
ul.list-contact li a {
	color: #fff;
}
ul.list-contact li a:hover {
	color: #fc249a;
}
ul.list-contact li i {
	color: #fff !important;
	position: absolute;
	left: 0 !important;
	top: 2px !important;
	font-size: 22px !important;
}
.list.list-icons li {
    padding-top: 0px;
    padding-left: 35px;
}
.contact-bus {
	position: absolute;
	width: 220px;
    left: -200px;
	top: 0px;
}
.contact-palm {
	position: absolute;
	width: 160px;
    left: -140px;
	top: 0px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
iframe {
	height: 500px;
	margin: 0 0 -10px 0;
	width: 100%;
}
.section-glink {
	height: 500px;
}
.section-glink p {
	font-size: 16px;
    line-height: 24px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
}
.section-glink h1 {
	font-size: 32px !important;
	font-weight: 700;
	letter-spacing: 0.2px !important;
}
.section-glink a {
	color: #e50b7e;
}
.section-contact {
	position: relative;
	padding: 70px 0 50px 0;
	background: #7c7c7c;
}
.google-map {
	background: #E5E3DF;
	height: 500px;
	margin: -35px 0 30px 0;
	width: 100%;
}
.contact-h1 {
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	text-align: center;
	margin-bottom: 30px;
}
.contact-h2 {
	position: relative;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	margin-bottom: 8px;
}
ul.list-contact {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.list-contact li {
	font-size: 16px;
    line-height: 24px;
	font-weight: 500;
	color: #fff;
	letter-spacing: normal;
	margin-bottom: 14px;
}
ul.list-contact li a {
	color: #fff;
}
ul.list-contact li a:hover {
	color: #fc249a;
}
ul.list-contact li i {
	color: #fff !important;
	position: absolute;
	left: 0 !important;
	top: 2px !important;
	font-size: 22px !important;
}
.list.list-icons li {
    padding-top: 0px;
    padding-left: 35px;
}
.contact-bus {
	position: absolute;
	width: 190px;
    left: -170px;
	top: 0px;
}
.contact-palm {
	position: absolute;
	width: 140px;
    left: -120px;
	top: 0px;
}

.contact-b-width {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.contact-bb-width {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
iframe {
	height: 500px;
	margin: 0 0 -10px 0;
	width: 100%;
}
.section-glink a {
	color: #e50b7e;
}
.section-glink {
	height: 500px;
}
.section-glink p {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
}
.section-glink h1 {
	font-size: 26px !important;
	font-weight: 700;
	letter-spacing: 0.2px !important;
}
.section-contact {
	position: relative;
	padding: 70px 0 30px 0;
	background: #7c7c7c;
}
.google-map {
	background: #E5E3DF;
	height: 500px;
	margin: -35px 0 30px 0;
	width: 100%;
}
.contact-h1 {
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	text-align: center;
	margin-bottom: 20px;
}
.contact-h2 {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	margin-bottom: 0px;
}
ul.list-contact {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.list-contact li {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #fff;
	letter-spacing: normal;
	margin-bottom: 14px;
}
ul.list-contact li a {
	color: #fff;
}
ul.list-contact li a:hover {
	color: #fc249a;
}
ul.list-contact li i {
	color: #fff !important;
	position: absolute;
	left: 0 !important;
	top: 2px !important;
	font-size: 22px !important;
}
.list.list-icons li {
    padding-top: 0px;
    padding-left: 35px;
}
.contact-bus {
	display: none;
}
.contact-palm {
	display: none;
}

.contact-b-width {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.contact-bb-width {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}
.contact-content-center {
}
}
@media (max-width: 767px) {
iframe {
	height: 500px;
	margin: 0 0 -10px 0;
	width: 100%;
}
.section-glink {
	height: 500px;
}
.section-glink a {
	color: #e50b7e;
}
.section-glink p {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
}
.section-glink h1 {
	font-size: 26px !important;
	font-weight: 700;
	letter-spacing: 0.2px !important;
}
.section-contact {
	position: relative;
	padding: 40px 15px 30px 15px;
	background: #7c7c7c;
}
.google-map {
	background: #E5E3DF;
	height: 500px;
	margin: -35px 0 30px 0;
	width: 100%;
}
.contact-h1 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	text-align: center;
	margin-bottom: 20px;
}
.contact-h2 {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	margin-bottom: 0px;
}
ul.list-contact {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.list-contact li {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #fff;
	letter-spacing: normal;
	margin-bottom: 14px;
}
ul.list-contact li a {
	color: #fff;
}
ul.list-contact li a:hover {
	color: #fc249a;
}
ul.list-contact li i {
	color: #fff !important;
	position: absolute;
	left: 0 !important;
	top: 2px !important;
	font-size: 22px !important;
}
.list.list-icons li {
    padding-top: 0px;
    padding-left: 35px;
}
.contact-bus {
	display: none;
}
.contact-palm {
	display: none;
}

.contact-b-width {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.contact-bb-width {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-content-center {
}
}
@media (max-width: 575px) {
iframe {
	height: 400px !important;
	margin: 0 0 -10px 0;
	width: 100%;
}
.section-glink {
	height: 400px !important;
}
.section-glink a {
	color: #e50b7e;
}
.section-glink p {
	text-align: left;
	padding: 0 15px;
}
.section-glink h1 {
	display: block;
	text-align: left !important;
	padding: 0 15px;
}
.google-map {
	background: #E5E3DF;
	height: 400px !important;
	margin: -35px 0 30px 0;
	width: 100%;
}
.contact-h1 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	text-align: left !important;
	margin-bottom: 20px;
}
.contact-h2 {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2px;
	margin-bottom: 0px;
}
ul.list-contact {
	margin-top: 5px;
	margin-bottom: 20px;
}
ul.list-contact li {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #fff;
	letter-spacing: normal;
	margin-bottom: 10px;
}
ul.list-contact li a {
	color: #fff;
}
ul.list-contact li a:hover {
	color: #fc249a;
}
ul.list-contact li i {
	color: #fff !important;
	position: absolute;
	left: 0 !important;
	top: 2px !important;
	font-size: 19px !important;
}
.list.list-icons li {
    padding-top: 0px;
    padding-left: 26px;
}
.contact-bus {
	display: none;
}
.contact-palm {
	display: none;
}

.contact-b-width {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-bb-width {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding-right: 0px !important;
}
.contact-content-center {
}
}





/* Section footer */

@media (min-width: 1921px) {
#footer {
    background: #4f5457;
    border-top: 0px solid transparent;
    margin-top: 0px;
    padding: 40px 15px 70px 15px;
    position: relative;
    clear: both;
}
.rfooter p {
	color: #fff;
    font-size: 18px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 8px;
}
.rfooter p a {
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	margin: auto 10px;
}
.rfooter p a:hover {
	color: #fc249a !important;
}
.rfooter p.rc {
    font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
}
}
@media (min-width: 1600px) and (max-width: 1920px) {
#footer {
    background: #4f5457;
    border-top: 0px solid transparent;
    margin-top: 0px;
    padding: 40px 15px 70px 15px;
    position: relative;
    clear: both;
}
.rfooter p {
	color: #fff;
    font-size: 17px;
	line-height: 27px;
	text-align: center;
	margin-bottom: 8px;
}
.rfooter p a {
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	margin: auto 10px;
}
.rfooter p a:hover {
	color: #fc249a !important;
}
.rfooter p.rc {
    font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
#footer {
    background: #4f5457;
    border-top: 0px solid transparent;
    margin-top: 0px;
    padding: 40px 15px 70px 15px;
    position: relative;
    clear: both;
}
.rfooter p {
	color: #fff;
    font-size: 17px;
	line-height: 27px;
	text-align: center;
	margin-bottom: 8px;
}
.rfooter p a {
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	margin: auto 10px;
}
.rfooter p a:hover {
	color: #fc249a !important;
}
.rfooter p.rc {
    font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#footer {
    background: #4f5457;
    border-top: 0px solid transparent;
    margin-top: 0px;
    padding: 40px 15px 70px 15px;
    position: relative;
    clear: both;
}
.rfooter p {
	color: #fff;
    font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 8px;
}
.rfooter p a {
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	margin: auto 10px;
}
.rfooter p a:hover {
	color: #fc249a !important;
}
.rfooter p.rc {
    font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#footer {
    background: #4f5457;
    border-top: 0px solid transparent;
    margin-top: 0px;
    padding: 40px 15px 70px 15px;
    position: relative;
    clear: both;
}
.rfooter p {
	color: #fff;
    font-size: 15px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 8px;
}
.rfooter p a {
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	margin: auto 10px;
}
.rfooter p a:hover {
	color: #fc249a !important;
}
.rfooter p.rc {
    font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
}
}
@media (max-width: 767px) {
#footer {
    background: #4f5457;
    border-top: 0px solid transparent;
    margin-top: 0px;
    padding: 40px 5px 70px 5px;
    position: relative;
    clear: both;
}
.rfooter p {
	color: #fff;
    font-size: 15px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 15px;
}
.rfooter p a {
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	margin: auto 3px;
}
.rfooter p a:hover {
	color: #fc249a !important;
}
.rfooter p.rc {
    font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
}
}
@media (max-width: 575px) {
}



 
/* Section ImpDat */

@media (min-width: 1921px) {
.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 150px 0;
}
.r-imp {
	padding-bottom: 50px;
}
.r-imp p {
	font-size: 20px;
    line-height: 32px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 15px;
}
.r-imp p a {
	color: #e50b7e;
}
.r-imp p strong {
	color: #7c7c7c;
}
.r-imp h1 {
	font-size: 44px;
    line-height: 52px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}
.r-imp h2 {
	font-size: 26px;
    line-height: 32px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 5px;
}
.r-imp h3 {
	font-size: 26px;
    line-height: 32px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: none;
}
.r-imp ul {
	margin: 0 0 20px 0;
	padding-left: 20px;
}
.r-imp ul li {
	font-size: 20px;
    line-height: 32px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 5px;
}
}
@media (min-width: 1600px) and (max-width: 1920px) {
.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 140px 0;
}
.r-imp {
	padding-bottom: 50px;
}
.r-imp p {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 15px;
}
.r-imp p a {
	color: #e50b7e;
}
.r-imp p strong {
	color: #7c7c7c;
}
.r-imp h1 {
	font-size: 40px;
    line-height: 48px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}
.r-imp h2 {
	font-size: 24px;
    line-height: 30px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 5px;
}
.r-imp h3 {
	font-size: 24px;
    line-height: 30px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: none;
}
.r-imp ul {
	margin: 0 0 20px 0;
	padding-left: 20px;
}
.r-imp ul li {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 5px;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 130px 0;
}
.r-imp {
	padding-bottom: 50px;
}
.r-imp p {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 15px;
}
.r-imp p a {
	color: #e50b7e;
}
.r-imp p strong {
	color: #7c7c7c;
}
.r-imp h1 {
	font-size: 40px;
    line-height: 48px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}
.r-imp h2 {
	font-size: 24px;
    line-height: 30px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 5px;
}
.r-imp h3 {
	font-size: 24px;
    line-height: 30px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: none;
}
.r-imp ul {
	margin: 0 0 20px 0;
	padding-left: 20px;
}
.r-imp ul li {
	font-size: 17px;
    line-height: 27px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 5px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 100px 0;
}
.r-imp {
	padding-bottom: 50px;
}
.r-imp p {
	font-size: 16px;
    line-height: 24px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 15px;
}
.r-imp p a {
	color: #e50b7e;
}
.r-imp p strong {
	color: #7c7c7c;
}
.r-imp h1 {
	font-size: 36px;
    line-height: 42px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}
.r-imp h2 {
	font-size: 22px;
    line-height: 28px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 5px;
}
.r-imp h3 {
	font-size: 22px;
    line-height: 28px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: none;
}
.r-imp ul {
	margin: 0 0 20px 0;
	padding-left: 20px;
}
.r-imp ul li {
	font-size: 16px;
    line-height: 24px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 80px 0;
}
.container-mob-r-imp {
	max-width: 100%;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.r-imp p {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.r-imp p a {
	color: #e50b7e;
}
.r-imp p strong {
	color: #7c7c7c;
}
.r-imp h1 {
	font-size: 30px;
    line-height: 36px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}
.r-imp h2 {
	font-size: 21px;
    line-height: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 5px;
}
.r-imp h3 {
	font-size: 21px;
    line-height: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: none;
}
.r-imp ul {
	margin: 0 0 20px 0;
	padding-left: 20px;
}
.r-imp ul li {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 5px;
}
}
@media (max-width: 767px) {
.container-mob-r-imp {
	max-width: 100%;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 80px 0;
}
.r-imp p {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.r-imp p a {
	color: #e50b7e;
}
.r-imp p strong {
	color: #7c7c7c;
}
.r-imp h1 {
	font-size: 30px;
    line-height: 36px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}
.r-imp h2 {
	font-size: 21px;
    line-height: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 5px;
}
.r-imp h3 {
	font-size: 21px;
    line-height: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: none;
}
.r-imp ul {
	margin: 0 0 20px 0;
	padding-left: 20px;
}
.r-imp ul li {
	font-size: 15px;
    line-height: 22px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 5px;
}
}
@media (max-width: 575px) {
.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 50px 0;
}
.r-imp h1 {
	font-size: 28px;
    line-height: 36px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.r-imp h2 {
	font-size: 20px;
    line-height: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-bottom: 5px;
}
.r-imp h3 {
	font-size: 20px;
    line-height: 26px;
	font-weight: 700;
	color: #7c7c7c;
	letter-spacing: 0.2px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: none;
}
.r-imp p a {
	word-break: break-all;
}
}










/* Lightbox */

@media (min-width: 1921px) {
.mfp-counter {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
}
.mfp-close, .mfp-close-btn-in .mfp-close {
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}
.mfp-close {
    opacity: 1;
}
}
@media (min-width: 1600px) and (max-width: 1920px) {
.mfp-counter {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
}
.mfp-close, .mfp-close-btn-in .mfp-close {
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}
.mfp-close {
    opacity: 1;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.mfp-counter {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}
.mfp-close, .mfp-close-btn-in .mfp-close {
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}
.mfp-close {
    opacity: 1;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.mfp-counter {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
}
.mfp-close, .mfp-close-btn-in .mfp-close {
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}
.mfp-close {
    opacity: 1;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.mfp-counter {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
}
.mfp-close, .mfp-close-btn-in .mfp-close {
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}
.mfp-close {
    opacity: 1;
}
}
@media (max-width: 767px) {
.mfp-counter {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
}
.mfp-close, .mfp-close-btn-in .mfp-close {
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}
.mfp-close {
    opacity: 1;
}
}
@media (max-width: 575px) {
}


















.ajax-box {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
	width: 100%;
}
.ajax-box .ajax-box-content {
    overflow: visible !important;
	width: 100%;
}
.ajax-box.ajax-box-init {
    height: auto;
	width: 100%;
}







/* Home Slider - Revolution Slider */
.slider-container {
	background: #ffffff;
	height: 800px;
	overflow: hidden;
	width: 100%;
	direction: ltr;
}
.rev_slider li.slide-overlay .slotholder:after {
	opacity: 0.7;
	background: #6a6a6a;
}


.tparrows{cursor:pointer;background:#fff;background:rgba(255,255,255,.3);width:60px;height:80px;position:absolute;display:block;z-index:1000}
.tparrows:hover{background:#fc249a}
.tparrows:before{font-size:30px;line-height:80px;}
.tparrows.tp-leftarrow:before{padding-left:10px;}
.tparrows.tp-rightarrow:before{padding-right:10px;}
.tparrows.tp-leftarrow{border-bottom-right-radius: 50%; border-top-right-radius: 50%;border-bottom-left-radius: 0px; border-top-left-radius: 0px;}
.tparrows.tp-rightarrow{border-bottom-left-radius: 50%; border-top-left-radius: 50%;border-bottom-right-radius: 0px; border-top-right-radius: 0px;}




 .start-scd {
	width: 50px;
	height: 50px;
	position:absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	text-align: center;
	z-index: 20;
	
	-webkit-animation: scroll-down-anim ease-in-out 1s infinite;
  -moz-animation: scroll-down-anim ease-in-out 1s infinite;
  -o-animation: scroll-down-anim ease-in-out 1s infinite;
  animation: scroll-down-anim ease-in-out 1s infinite; 
}
.cont-arrow-start {
	color: #fff !important;
	cursor: pointer;
}

.cont-arrow-start :hover {
  color: #fc249a;
}

@-webkit-keyframes scroll-down-anim {
    0%{ -webkit-transform: translateY(-15px); transform: translateY(-15px); }
    50%{ -webkit-transform: translateY(0px); transform: translateY(0px); }
    100%{ -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}
@-moz-keyframes scroll-down-anim {
    0%{ -moz-transform: translateY(-15px); transform: translateY(-15px); }
    50%{ -moz-transform: translateY(0px); transform: translateY(0px); }
    100%{ -moz-transform: translateY(-15px); transform: translateY(-15px); }
}
@-o-keyframes scroll-down-anim {
    0%{ -o-transform: translateY(-15px); transform: translateY(-15px); }
    50%{ -o-transform: translateY(0px); transform: translateY(0px); }
    100%{ -o-transform: translateY(-15px); transform: translateY(-15px); }
}
@keyframes scroll-down-anim {
    0%{ transform: translateY(-15px); }
    50%{ transform: translateY(0px); }
    100%{ transform: translateY(-15px); }
}



@media (max-width: 991px) {
.main {
	padding-top: 79px;
}
}











/* cook class */

@media (min-width: 1921px) {
#cookieChoiceInfo {
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 16px 10px 16px 10px;
}
#cookieChoiceInfo a {
	color: #fff;
}
#cookieChoiceDismiss {
	margin-left: 14px;
	color: #fff;
	display: inline-block;
	padding: 6px 30px;
	border-radius: 2px;
	font-weight: 700;
}
#cookieChoiceDismiss {
	background: #fc249a;
}
}
@media (min-width: 1600px) and (max-width: 1920px) {
#cookieChoiceInfo {
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 14px 10px 14px 10px;
}
#cookieChoiceInfo a {
	color: #fff;
}
#cookieChoiceDismiss {
	margin-left: 14px;
	color: #fff;
	display: inline-block;
	padding: 6px 30px;
	border-radius: 2px;
	font-weight: 700;
}
#cookieChoiceDismiss {
	background: #fc249a;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
#cookieChoiceInfo {
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 12px 10px 12px 10px;
}
#cookieChoiceInfo a {
	color: #fff;
}
#cookieChoiceDismiss {
	margin-left: 14px;
	color: #fff;
	display: inline-block;
	padding: 2px 20px;
	border-radius: 2px;
	font-weight: 700;
}
#cookieChoiceDismiss {
	background: #fc249a;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#cookieChoiceInfo {
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 12px 10px 12px 10px;
}
#cookieChoiceInfo a {
	color: #fff;
}
#cookieChoiceDismiss {
	margin-left: 14px;
	color: #fff;
	display: inline-block;
	padding: 2px 15px;
	border-radius: 2px;
	line-height: 18px;
	font-weight: 700;
}
#cookieChoiceDismiss {
	background: #fc249a;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#cookieChoiceInfo {
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 12px 10px 12px 10px;
}
#cookieChoiceInfo a {
	color: #fff;
}
#cookieChoiceDismiss {
	margin-left: 14px;
	color: #fff;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 2px;
	line-height: 18px;
	font-weight: 700;
}
#cookieChoiceDismiss {
	background: #fc249a;
}
}
@media (max-width: 767px) {
#cookieChoiceInfo {
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 12px 10px 12px 10px;
}
#cookieChoiceInfo a {
	color: #fff;
}
#cookieChoiceDismiss {
	margin-left: 14px;
	color: #fff;
	display: inline-block;
	padding: 0px 10px;
	border-radius: 2px;
	line-height: 16px;
	font-weight: 700;
}
#cookieChoiceDismiss {
	background: #fc249a;
}
}
@media (max-width: 575px) {
}














/* @media

@media (min-width: 1600px) {
}
@media (min-width: 1200px) and (max-width: 1599px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 576px) and (max-width: 767px) {
}
@media (max-width: 575px) {
}

 */










/* display resolution */
.piresolution {
	background: #ff0000;
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
	display: inline-block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	z-index: 99999999999999;
}

@media (max-width: 575px) {
.piresolution .max575  {display: inline-block !important;}
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1600  {display: none;}
.piresolution .min1921  {display: none;}
}
@media (max-width: 767px) {
.piresolution .max575  {display: none;}
.piresolution .max767  {display: inline-block !important;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1600  {display: none;}
.piresolution .min1921  {display: none;}
}
@media (max-width: 991px) {
.piresolution .max575  {display: none;}
.piresolution .max767  {display: none;}
.piresolution .max991  {display: inline-block !important;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1600  {display: none;}
.piresolution .min1921  {display: none;}
}
@media (min-width: 992px) {
.piresolution .max575  {display: none;}
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: inline-block;}
.piresolution .min1200  {display: none;}
.piresolution .min1600  {display: none;}
.piresolution .min1921  {display: none;}
}
@media (min-width: 1200px) {
.piresolution .max575  {display: none;}
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: inline-block;}
.piresolution .min1600  {display: none;}
.piresolution .min1921  {display: none;}
}
@media (min-width: 1600px) {
.piresolution .max575  {display: none;}
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1600  {display: inline-block;}
.piresolution .min1921  {display: none;}
}
@media (min-width: 1921px) {
.piresolution .max575  {display: none;}
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1600  {display: none;}
.piresolution .min1921  {display: inline-block;}
}













