/* 
    Document   : EditYourWeb stylesheet
    Author     : Thar Design
    Description: Stylesheet for template Inkdesign
*/

@font-face{
    font-family: "PhosphateRR Solid";
    src: url("../fonts/4d48ce12aa61776288d8361ba748c531.eot");
    src: url("../fonts/4d48ce12aa61776288d8361ba748c531.eot?#iefix")format("embedded-opentype"),
        url("../fonts/4d48ce12aa61776288d8361ba748c531.woff")format("woff"),
        url("../fonts/4d48ce12aa61776288d8361ba748c531.woff2")format("woff2"),
        url("../fonts/4d48ce12aa61776288d8361ba748c531.ttf")format("truetype"),
        url("../fonts/4d48ce12aa61776288d8361ba748c531.svg#PhosphateRR Solid")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face {
	font-family: 'Sukhumvit';
	/* src: url('../fonts/SukhumvitSet-Bold.ttf'); */
	/* src: url('../fonts/SukhumvitSet-Light.ttf') format('truetype'); */
	/* src: url('../fonts/SukhumvitSet-Medium.ttf') format('truetype'); */
	/* src: url('../fonts/SukhumvitSet-SemiBold.ttf'); */
	src: url('../fonts/SukhumvitSet-Text.ttf') format('truetype');
	/* src: url('../fonts/SukhumvitSet-Thin.ttf') format('truetype'); */
}

html, body{
	font-family: 'Sukhumvit', sans-serif, calibri,verdana,arial;
	font-size: 20px;
	color: #fff;

}
html {
	position: relative;
	min-height: 100%;
}
body{
	/* Margin bottom by footer height */
	margin-bottom: 150px;
	background-color: #FFFBF7;
}
h1,h2,h3,h4,h5,h6{
    text-transform: uppercase;
}
h1 {
	font-family: "PhosphateRR Solid";
    font-size: 50px;
    letter-spacing: 2.5px;
}
h2 {
	font-weight: bold;
	color: #ec66a2;
	font-size: 23px;
	letter-spacing: 4.6px;
}
a {
	color: #000000;
}
.contents{
    /*make sure the footer is still on bottom
    min-height: 300px;*/
    padding-bottom: 20px;
	text-align: center;
	color: #000;
}
.content { 
	font-size: 20px;
}
.left {
	float: left;
	margin-top: 0px !important;
}
.right {
	float: right;
}
.white, a.white {
	color: #fff;
}
a.white:hover, a.white:active {
	color: #fff;
	text-decoration: none;;
}
.pink {
	color: #EC619F;
}
.blue {
	color: #4BBECF;
}
.yellow {
	color: #F9B341;
}
.bg_pink {
	background-color: #EC619F;
	padding: 8%;
    text-align: center;
}
.bg_blue {
	background-color: #4BBECF;
	padding: 8%;
    text-align: center;	
}
.bg_yellow {
	background-color: #F9B341;
	padding: 8%;
    text-align: center;
}
.bg_pink h2, .bg_blue h2{
	color: #F9B341;
	font-family: "PhosphateRR Solid";
	font-size: 35px;
	letter-spacing: 2px;
	margin: 50px 0 35px;
	font-weight: normal;
}
.bg_yellow h2{
	color: #EC619F;
	font-family: "PhosphateRR Solid";
	font-size: 35px;
	letter-spacing: 2px;
	margin: 50px 0 35px;
	font-weight: normal;
}
.menubar {
	background-color: #EC619F;
}
.social {
    float: right;
    margin-top: 35px;
}
/* Header Styles*/
#headerwrapper {
    margin: -200px auto 0;
}
.header-logo {
    position: absolute;
    /* background-color: #FFFBF7; */
    z-index: 2;
    width: 400px;
    left: 50%;
    margin-left: -225px;
    top: 35px;
	image-rendering: -moz-crisp-edges;
}
.divider-noheader {
    height: 150px;
	/* background-color: #FFFBF7; */
}
.divider-white {
	background-image: url(../img/divider_white.png);
    background-repeat: no-repeat;
    height: 350px;
    background-position: bottom;
    background-size: cover;
	margin-top: -2px;
	position: relative;
    z-index: 1;
}
.divider-pink {
	background-image: url(../img/divider_pink.png);
    background-repeat: no-repeat;
    height: 300px;
    background-position: bottom;
    background-size: cover;
	background-color: #EC619F;
	position: relative;
	z-index: 1;
}
.divider-yellow {
	background-image: url(../img/divider_yellow.png);
    background-repeat: no-repeat;
    height: 300px;
    background-position: bottom;
    background-size: cover;
	margin-bottom: 125px;
}
.divider-blue {
    background-image: url(../img/divider_blue.png);
    background-repeat: no-repeat;
    height: 100%;
    background-position: bottom;
    background-size: cover;
    position: absolute;
    z-index: 9;
    width: 400px;
}
.divider-footer {
	/* position: relative; */
	/* z-index: 10; */
	background-image: url(../img/divider_footer.png);
    background-repeat: no-repeat;
    height: 600px;
    background-position: top;
	background-size: cover;
}
.reactformcontainer>.divider-footer { 
	display: none;
}
/* Footer Styles*/
.footer{
	background: #ec66a2;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 150px;
}
.footer a {
	color: #fff;
}
.footer-kop {
	font-family: "PhosphateRR Solid";
	font-weight: normal;
	color: #F9B341;
	font-size: 30px;
    letter-spacing: 2.5px;
	/* font-size: 23px;
	letter-spacing: 4.6px; */
}
.copyright {
	background: #ec66a2;
    color: #fff;
    text-align: center;
    padding-top: 0.5em;
    height: 45px;
}

/*
* Default Style Overrides
*/
.menubar>.container>.navbar-transparent{
    background:none!important;
    border:none!important;
}
.navbar-nav>li>a{
    font-size: 1.1em!important;
    color: #fff;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
    color: #272726;
    background: none; 
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: none;
}
@media (min-width: 1200px) {
	.nav>li>a {
		 padding: 30px;
	}
}
.navbar { 
    position: relative;
    z-index: 8;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-nav {
	margin-top: 10px;
	margin-bottom: -1px;
}
.navbar-nav>li {
	margin-top: 8px;
}
.navbar-nav>li>a {
	padding-bottom: 10px;
	padding-top: 0px;
	text-transform: uppercase;
}
.navbar-nav>li.active {
	border-bottom: 5px solid #fff;
} 
.navbar-nav>li.active>a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
.navbar-nav>li.childactive>a {
	color: #4a5e03; font-size: 20px; text-decoration: none; font-weight: bold; }

/* Open default child menus */ 
.menubar .dropdown-menu {
    background-color: #EC619F;
}
.navbar-nav li p {
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 150%;
  background-color: #999; 
  width: 20px;
  text-align: center;
  margin: 0px;
}
 li#link-corona a, li#link-jobs a {
    color: red;
    font-weight: bold;
}
.sub_menu li a {
	color: #000;
}
.dropdown>.dropdown-menu {
	left: 0;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: -5px;
}
.dropdown-menu>li>a {
	color: #fff;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: inherit;
    color: #eee;
}
.dropdown>.dropdown-menu .dropdown-menu {
	left: 100%; top: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: inherit;
}
.navbar-nav>li.childactive>a {
    color: #fff;
    font-weight: inherit;
}
.showmobile {
	display: none;
}
.hidemobile {
	display: block;
}

/* Related info containers */ 
.relatedinfo1 {
	padding: 100px 0px;
	/* text-align: center; */
	background-color: #F9B341;
}	
.relatedinfo3 {
    background-color: #EC619F;
    padding: 50px 0px 100px;
	text-align: center;
    color: #fff;
}
.relatedinfo3 .content {
	text-align: center;
}
.relatedinfo3 img {
    border-radius: 50%;
    margin-bottom: 20px;
    max-width: 70%;
}
.button3 {
	border-radius: 30px;
	margin-top: 30px;
	background-color: #F9B341;
	border-color: #F9B341;
	font-size: 25px;
	font-family: "PhosphateRR Solid";
	color: #fff;
	letter-spacing: 2px;
	padding: 10px 25px 15px;
}
.button3:hover {
    background-color: #4BBECF;
    border-color: #4BBECF;
}
.button3 a, .button3:hover a{
	color: #fff;
	text-decoration: none;
}
.relatedinfo4 {
    background-color: #4BBECF;
}
.relatedinfo4 .content{
	padding: 20px 50px;
}
.relatedinfo4 h2 {
	color: #F9B341;
	margin: 20px 0;
}

/* == SLIDESHOW > HEADER == */
/* >>Arrows: different content */
.slick-prev:before {
	content: "\f104";
}
[dir='rtl'] .slick-prev:before {
	content: "\f105";
}
.slick-next:before {
	content: "\f105";
}
[dir='rtl'] .slick-next:before {
	content: "\f104";
}
.slick-next {
	right: 5px;
}
.slick-prev {
	left: 5px;
}

/* >>Dots: different colors */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: .75;
}
.slick-dots li button:before {
    opacity: 1;
    color: #ffffff;	
}
.slick-dots li.slick-active button:before {
    opacity: 1;	
	color: #980514;
}

/* Sliders */
.carrousel-grid {
	padding: 125px 0px;
}
.ug-thumb-wrapper.ug-tile{
	background-color: transparent !important;
}
/* .carrousel-grid .ug-textpanel.ug-trans-enabled{ */
	/* z-index: 2 !important; */
	/* width: 220px !important; */
	/* height: 38px !important; */
	/* top: 160px !important; */
	/* bottom: auto !important; */

/* } */
/* .carrousel-grid .ug-textpanel-bg.ug-trans-enabled{ */
	/* opacity: 1 !important; */
    /* background-color: #fff !important; */
    /* width: 200px !important; */
    /* height: 38px !important; */
    /* margin-left: 40px !important; */
/* } */
/* .carrousel-grid .ug-textpanel-textwrapper.ug-trans-enabled{ */
	/* width: 205px !important; */
    /* height: 38px !important; */
    /* left: 1px !important; */
    /* top: 0px !important; */
    /* position: absolute !important; */
    /* margin: 0px !important; */
/* } */
/* .carrousel-grid .ug-textpanel-title.ug-trans-enabled{ */
	/* text-align: center !important; */
	/* text-transform: uppercase !important; */
    /* font-weight: normal !important; */
    /* height: 30px !important; */
    /* color: #000 !important; */
    /* width: 260px !important; */
    /* position: absolute !important; */
    /* margin: 0px !important; */
    /* left: 0px !important; */
    /* top: 5px !important; */
	/* font-family: "blackAlternate"; */
	/* font-size: 20px !important; */
/* } */
/* .ug-carousel-wrapper{ */
	/* left: 0 !important; */
	/* width: 1920px !important; */
/* } */

iframe.reactformElement {
    overflow: hidden;
	margin-top: 100px;
	margin-bottom: -650px;
}
.form-title {
	font-family: "PhosphateRR Solid";
    font-size: 35px;
    letter-spacing: 2.5px;	
	color: #000;
	margin: 50px 0 35px;
}
.form-control {
    padding: 25px 12px;
    font-size: inherit;
}
.button5 {
	border-radius: 30px;
	margin-top: 30px;
	background-color: #EC619F;
	border-color: #EC619F;
	font-size: 25px;
	font-family: "PhosphateRR Solid";
	color: #fff;
	letter-spacing: 2px;
	padding: 10px 25px 15px;
}
.button5:hover {
    background-color: #4BBECF;
    border-color: #4BBECF;
}
.button5 a, .button5:hover a{
	color: #fff;
	text-decoration: none;
}
.fa-caret-right {
	font-size: 40px;
	padding-left: 4px;
	padding-top: 4px;
}
.col-xs-12.col-md-6.pull-left {
    margin-top: -125px;
}
.btn-warning {
    color: #fff;
    background-color: #AB191C;
    border-color: #AB191C;
	border-radius: 0px;
}

.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #000;
    border-color: #ccc;
}

.btn-warning:hover {
    color: #fff;
    background-color: #000;
    border-color: #ccc;
}

/* Scroll-to-top */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
	background: #4BBECF;
    color: rgba(255, 255, 255, 1);
	border-radius: 0px;
    right: 30px;
    bottom: 55px;
    height: 60px;
    width: 60px;
	border: 1px solid #fff;
    line-height: 60px;	
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;	
}
.scroll-top-wrapper:hover {
	color: #fff ;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
i.fa.fa-angle-double-up {
	line-height: inherit;
	font-size: 2em;
}

/* Media Queries */
@media(min-width:500px){
	.bg_pink {
		aspect-ratio: 1 / 1;
	}
	.bg_blue {
		aspect-ratio: 1 / 1;
	}
	.bg_yellow {
		aspect-ratio: 1 / 1;
	}
}
@media(min-width:2150px){
	.relatedinfo4 .content{
		padding: 180px;
	}	
}
@media(max-width:991px){
	body{
		/* Margin bottom by footer height */
		margin-bottom: 0px;
	}
	.footer {
		height: auto;
		position: relative;
	}
	.navbar-nav {
		margin-left: 0px;
		float: none!important;
		margin-top: 7.5px;		
	}
    .menubar>.container>.navbar {
		height: auto;
	}
    .nav{
		border-top: 1px solid #eee!important;
	}
    .nav>li{
		border-bottom: 1px solid #eee!important;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		float: left;	  
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav>li {
		float: none;
		display: list-item;
		width: 100%;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.menu-blue {
		color: #fff;
		background-color: #4BBECF;
	}
	.relatedinfo1 {
		margin: 50px 0px;
	}		
	.carrousel-grid {
		padding: 0px 0px 50px;
	}	
	.divider-pink {
		height: 100px;
	}
	.event_content {
		margin-left: 15px;
	}
	.event_date, .event_title {
		font-size: 16px;
	}
	.event_title {
		margin-left: 10px;	
	}
	.event_more {
		margin-bottom: 15px;
	}
	.event_next:before {
		font-size: 30px;
		padding: 5px;
	}
	.col-xs-12.col-md-6.pull-left {
		margin-top: 0px;
	}
	.divider-white {
		background-image: none;
	}
	.divider-yellow {
		display: none;
	}
	.divider-footer {
		height: 900px;
	}	
	.relatedinfo4 .content{
		padding: 30px;
	}
}
@media(max-width:767px){
    .showmobile {
		display: block; 
	}
    .hidemobile {
		display: none;
	}
	.scroll-top-wrapper {	
		right: 0px;
		bottom: 0px;	
	}	
}
@media(min-width:576px) and (max-width: 991px){
    img.header-logo {
        position: relative; 
		margin-bottom: 20px;
		left: 15%;
		margin-left: 45px;
    }	
}
@media(max-width:575px){
	img.header-logo {
        position: relative; 
		margin-bottom: 20px;		
		right: 0%;
		left: 50%;
		margin-left: -150px;
		width: 150px;
	}
}