/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700|Montserrat|Poppins:400,500,600,700");
body {
	line-height: 1.8;
	font-family: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 992px){
	.container {
		max-width: 100%;
	}
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	color: #232323;
	letter-spacing: 0.5px;
}

h1,
.h1 {
	font-size: 48px;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 38px;
	text-transform: uppercase;
}

h3,
.h3 {
	font-size: 28px;
	line-height: 38px;
	text-transform: uppercase;
}

h4,
.h4 {
	font-size: 22px;
	line-height: 30px;
}

h5,
.h5 {
	font-size: 18px;
	line-height: 24px;
}

h6,
.h6 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}

.font-primary {
	font-family: "Barlow Condensed", sans-serif;
}

.font-secondary {
	font-family: "Montserrat", sans-serif;
}

html,
body {
	overflow-x: hidden;
	width: 100%;
}

.navbar-toggle .icon-bar {
	background: #ebdb0c;
}
/*
input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"] {
	box-shadow: none;
	height: 50px;
	outline: none;
	font-size: 14px;
}*/
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus {
	box-shadow: none;
	border: 1px solid #ebdb0c;
}

.form-control {
	box-shadow: none;
	border-radius: 0;
	box-shadow: none;
	height: 50px;
	outline: none;
	font-size: 14px;
}
.form-control:focus {
	box-shadow: none;
	border: 1px solid #ebdb0c;
}

.btn {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 18px 35px;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 700;
	transition: all 0.5s ease;
	border: 1px solid transparent;
}

.btn-sm {
    padding: 0.25rem .5rem;
    font-size: .875rem;
    line-height: 2;
}

.btn-xs {
    font-size: 14px;
    margin: 0;
    height: 2.1em;
    padding: 0 0.6em;
    white-space: nowrap;
	line-height: 2;
}

.btn-main,
.btn-transparent {
	background: linear-gradient(90deg, #ebdb0c 0%, #363505 100%);
	color: #fff;
}

.btn:hover{
	transform: translateY(-5px);
}
.btn-main:hover,
.btn-transparent:hover {
	background: linear-gradient(90deg, #363505 0%, #ebdb0c 100%);
	color: #fff !important;
	transform: translateY(-5px);
}

.btn-solid-border {
	border: 2px solid #ebdb0c;
	background: transparent;
	color: #fff;
}
.btn-solid-border:hover {
	border: 2px solid #ebdb0c;
	background: #ebdb0c;
}

.btn-white {
	border: 2px solid #fff;
	background: #fff;
	color: #232323;
}
.btn-white:hover {
	border: 1px solid #ebdb0c;
	background: #ebdb0c;
	color: #fff !important;
}

.btn-transparent {
	background: transparent;
	padding: 0;
	color: #ebdb0c;
}
.btn-transparent:hover {
	background: transparent;
	color: #ebdb0c;
}

.btn-large {
	padding: 20px 45px;
}
.btn-large.btn-icon i {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.btn-small {
	padding: 10px 25px;
	font-size: 12px;
}

.btn-round {
	border-radius: 4px;
}

.btn-round-full {
	border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
}

.bg-shadow {
	background-color: #fff;
	box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
	padding: 20px;
}

.bg-gray {
	background: #f0f2f4;
}

.bg-primary {
	background: #ebdb0c !important;
}

.section {
	padding: 100px 0;
}

.section-title {
	margin-bottom: 70px;
}
.section-title .title {
	font-size: 50px;
	line-height: 50px;
}
.section-title p {
	color: #666;
	font-family: "Montserrat", sans-serif;
}

.page-title {
	padding: 155px 0 100px;
}

.overly,
.bg-4 {
	position: relative;
}
.overly:before,
.bg-4:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #232323;
	opacity: 0.8;
}

.overly-2,
.textimonial,
.cta,
.slider,
.page-title {
	position: relative;
}
.overly-2:before,
.textimonial:before,
.cta:before,
.slider:before,
.page-title:before,
.bg-overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
}

#success,
#error {
	display: none;
}

.text-color {
	color: #ebdb0c;
}
.border-color {
	border-color: #ebdb0c !important;
}

.text-black {
	color: #232323;
}

.text-sm {
	font-size: 14px;
}

.text-md {
	font-size: 26px;
	line-height: 36px;
}

.text-lg {
	font-size: 56px;
	line-height: 66px;
}

.text-xl {
	font-size: 86px;
	line-height: 96px;
}

.no-spacing {
	letter-spacing: 0px;
}

a {
	transition: all 0.35s ease;
}

a:hover,
a:focus {
	color: #ebdb0c !important;
	text-decoration: none !important;
	outline: 0;
}

.font-size-13 {
	font-size: 13px;
}

.letter-spacing {
	letter-spacing: 1px;
}

.bg-black-50 {
	background: #181a23;
}
.bg-black-overlay {
  background: rgb(17 17 17 / 50%);
}

.text-black-50{
	color: #181a23;
}

.top-0{
  top: 0;
}
.position-absolute-0{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.navbar-nav li {
	padding: 0px 10px;
}
.navbar-nav .nav-link {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.25s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	color: #ebdb0c;
}

.top-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 14px;
}
.top-header ul li {
	padding: 0px 25px;
	border-left: 1px solid #dedede;
}

.dropdown {
	height: 100%;
}

.dropdown-menu {
	background: #1c1c1c;
	border-radius: 0px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
	padding: 24px 0 26px;
	/*min-width: 280px;*/
	left: 0px;
	top: 100%;
	transform: translateY(10%);
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	transition: all 0.3s ease 0s;
	display: block;
}

.dropdown-item {
	color: #c8c8c8;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 0.55rem 2rem;
}

.dropdown-toggle::after {
	/*display: none;
}
.dropdown-toggle::after {*/
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown.show>.dropdown-menu {
	visibility: visible;
	opacity: 1;
	z-index: 20;
	transform: translateY(0%);
}


.dropdown-submenu {
	position: relative;
  }
  
  /*.dropdown-submenu a::after {
	transform: rotate(-180deg);
	position: absolute;
	right: 6px;
	top: .8em;
  }*/
  
  .dropdown.show>.dropdown-menu>.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
  }
  @media (min-width: 998px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
		left: initial;
		right: 0;
	}
	.dropdown.show>.dropdown-menu>.dropdown-submenu .dropdown-menu {
		top: 30px;
		left: 1.8rem;
		right: 0;
		min-width: 150px;
		width: calc(100% + 1rem);
	  }
  }
 

  .dropdown-submenu>.dropdown-menu{
	padding: 0;
    background-color: #2e2e2f;
  }
  .dropdown-submenu>.dropdown-menu.show{
	visibility: visible;
	opacity: 1;
	z-index: 20;
	transform: translateY(0%);
  }


.dropdown-item:hover {
	background: transparent;
	color: #ebdb0c;
}


ul.dropdown-menu li {
	padding-left: 0px !important;
}

.fixed-nav {
	background: #181a23;
}

.navbar-toggler {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 5px 10px;
}

.navbar-collapse.collapse.show {
	background: #181a23;
}

.slider {
	background: url("../images/bg/bg-7.jpg") no-repeat 0% 30%;
	background-size: cover;
	padding: 180px 0px;
}
.slider h1 {
	font-size: 95px;
	line-height: 95px;
}
.slider span.subhead,
span.subhead {
	color: #fff;
	letter-spacing: 5px;
	border: 2px solid #fff;
	padding: 3px 15px 5px 15px;
	opacity: 0.8;
}

.bg-2 {
	background: url("../images/bg/bg-image-2-1.jpg") no-repeat;
	background-size: cover;
}

.bg-3 {
	background: url("../images/bg/bg-cta.jpg") no-repeat;
	background-size: cover;
}

.bg-4 {
	background: url("../images/about/img-7.jpg") no-repeat;
	background-size: cover;
}

.mt-80px {
	margin-top: -80px;
}

.number {
	opacity: 0.1;
	font-size: 130px;
	display: block;
	line-height: 120px;
	position: absolute;
	top: 10px;
}

.why .card {
	transition: all 0.4s ease 0s;
}
.why .card:hover {
	background: #181a23;
}

.why .card:hover h3,
.why .card:hover p {
	color: #fff;
}

.hover-style-1 {
	position: relative;
}
.hover-style-1:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0px;
	transition: all 600ms ease;
	background: linear-gradient(90deg, #ebdb0c 0%, #363505 100%);
	border-color: #ebdb0c;
}
.hover-style-1 h3,
.hover-style-1 p,
.hover-style-1 a,
.hover-style-1 i,
.hover-style-1 h4 {
	position: relative;
	transition: all 600ms ease;
}
.hover-style-1:hover:before {
	height: 100%;
}
.hover-style-1:hover a {
	color: rgba(255, 255, 255, 0.8) !important;
}

.hover-style-1:hover h3,
.hover-style-1:hover h4,
.hover-style-1:hover p,
.hover-style-1:hover a {
	color: #fff;
}

.hover-style-1:hover i {
	color: rgba(255, 255, 255, 0.8) !important;
}

.mt--45 {
	margin-top: -45px;
}

.course .card-body a h4:hover {
	color: #ebdb0c;
}

.course-widget li a {
	color: #232323;
	opacity: 0.9;
}

.team-content-overlay li a {
	color: #fff;
}
.team-content-overlay li a:hover {
	background: #ebdb0c;
}

.team-item .card-body {
	margin-top: -120px;
}

.team-content-overlay {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	width: 100%;
	background-color: rgba(41, 40, 45, 0.85);
	transition: opacity 0.3s ease-out;
}

.overlay-content {
	width: 100%;
	position: absolute;
	left: 0;
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
	top: 50%;
	transform: translateY(-40%);
}

.team-item:hover .team-content-overlay {
	opacity: 1;
}

.team-item:hover .card-body {
	opacity: 0;
}

.team-wrap .card-subtitle {
	position: relative;
}
.team-wrap .card-subtitle:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	max-width: 26px;
	border-top: 4px solid #ddd;
	margin-top: 20px;
}
.team-wrap ul li a {
	width: 40px;
	height: 40px;
	border: 1px solid #dedede;
	color: #232323;
	display: inline-block;
	text-align: center;
	padding-top: 6px;
}
.team-wrap ul li a:hover {
	background: #ebdb0c;
	border-color: #ebdb0c;
	color: #fff !important;
}

.divider {
	margin: 0 auto;
	background: #ebdb0c;
	width: 45px;
	height: 4px;
}

.cta {
	background: url("../images/bg/slide2.jpg") fixed 50% 50% no-repeat;
	background-size: cover;
}

.w-40 {
	width: 40%;
}

.testimonial-slider .slick-dots li {
	color: #fff;
}

.slick-dots li.slick-active button::before {
	color: #ebdb0c;
}

.slick-dots li button::before {
	color: #fff;
	font-size: 10px;
}

.dots .slick-dots li button::before {
	color: rgb(94, 91, 91);
	font-size: 10px;
}

.slick-slide:focus,
.slick-slide a {
	outline: none;
}

.lh-35 {
	line-height: 35px;
}

.pricing .card-body ul li {
	font-size: 15px;
}
.pricing h3 {
	padding-left: 20px;
}
.pricing h3 sup {
	top: 20px;
	left: 0px;
}
.pricing h3 sub {
	font-size: 13px;
}
.pricing .btn-solid-border:hover {
	color: #fff !important;
}

.map {
	width: 100%;
	height: 450px;
}

.mt--170 {
	margin-top: -170px;
}

.blog .card a h4 {
	font-weight: 700;
}
.blog .card a h4:hover {
	color: #ebdb0c;
}

.blog-post-meta span {
	font-size: 13px;
}

.lh-25 {
	line-height: 23px;
}

.search i {
	position: absolute;
	right: 15px;
	top: 15px;
}

.tags a {
	display: inline-block;
	color: #232323;
	border: 1px solid #dedede;
	padding: 3px 10px;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 14px;
}

.follow a {
	width: 35px;
	height: 35px;
	background: #fff;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
}

.pagination {
	border: 0px;
}
.pagination li a {
	color: #232323;
}
.pagination .page-item.active .page-link {
	background-color: #ebdb0c;
	border-color: #ebdb0c;
	color: #fff !important;
}
.pagination .page-item:last-child .page-link {
	border-radius: 0px;
}
.pagination .page-item:first-child .page-link {
	border-radius: 0px;
}
.pagination .page-link {
	background: transparent;
	padding: 15px 20px;
}

.font-size-12 {
	font-size: 12px;
}

.post-tags a {
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
}

.social-share a {
	color: #232323;
	padding: 0px 10px;
}

.reply-btn {
	font-size: 12px;
	padding: 6px 17px;
	font-weight: 400;
	border: 2px solid #eee;
}

.footer {
	padding-top: 90px;
	padding-bottom: 45px;
}
.footer p {
	color: #fff;
	opacity: 0.8;
	font-size: 14px;
}

.bg-black {
	background: #111;
}

.footer-menu li a {
	color: #fff;
	opacity: 0.8;
	font-size: 14px;
}
.footer-menu li a:hover {
	color: #ebdb0c;
	opacity: 1;
}

.lh-40 {
	line-height: 40px;
}

.footer-socials li a {
	color: #fff;
	opacity: 0.8;
}

.recent-blog a {
	line-height: 1.5;
	font-size: 14px;
}

.footer-socials li a {
	color: #595b65;
	font-size: 18px;
	padding-left: 10px;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
	.dropdown-menu {
		display: none;
		width: 100%;
		text-align: center;
	}
	.navbar-nav li {
		padding: 0px;
	}
}
@media (max-width: 480px) {
	.slider h1 {
		font-size: 40px;
		line-height: 48px;
	}
	.text-lg {
		font-size: 28px;
		line-height: 38px;
	}
	.lead {
		font-size: 1rem;
	}
	.media {
		display: block;
	}
	.media-body {
		margin-top: 20px;
	}
	.number {
		font-size: 50px;
		line-height: 65px;
	}
	.dropdown-menu {
		display: none;
		text-align: center;
	}
	.navbar-nav li {
		padding: 0px;
	}
}
@media (max-width: 768px) {
	.media {
		display: block;
	}
	.media-body {
		margin-top: 20px;
	}
	.services .media img {
		width: 100% !important;
	}
	.navbar-nav li {
		padding: 0px;
	}
}

.text-truncate-2 {
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-align: justify;
}

.text-truncate-3 {
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-align: justify;
}

.text-truncate-4 {
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-align: justify;
}

.day {
	/*background-color: transparent;
	opacity: 1;
	background-size: 15px 15px;*/
	font-size: inherit;
}

.day .btn {
	/*background-color: #ffffff;*/
	font-weight: normal;
}
.day .btn-block+.btn-block{
	margin-top: 0;
}
.day .btn div{
	position: absolute;
	font-size: 2rem;
    opacity: 0.2;
}

@media (max-width: 992px) {
	.day button.btn {
		min-height: 0 !important;
	}
	.dropdown-menu {
		display: none;
		text-align: center;
	}
}

.seven-cols{
	/*margin: 1rem -0.25rem;*/
}

.six-cols{
	max-width: 1250px;
	margin: 0 auto;
}
.five-cols{
	margin: 1rem -15px;
}
.seven-cols .colday,
.six-cols .colday,
.five-cols .colday {
	width: 100%;
	/*padding-right: 0.25rem;
	padding-left: 0.25rem;*/
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #dee2e6 !important;
}
.five-cols .colday {
	padding-left: 15px;
	padding-right: 15px;
}

.six-cols .colday:nth-child(7){
	display: none;
}
@media (min-width: 992px) {
	.day button.btn {
		min-height: 0;
	}

	.seven-cols .colday {
		width:  14.285714% ;
		margin-bottom: 0;
		padding-bottom: 0rem;
		border-bottom: 0px solid #dee2e6 !important;
		max-width: 14.285714% !important;
		flex: none !important;
	}

	.six-cols .colday {
		width:  16.666666666% ;
		margin-bottom: 0;
		padding-bottom: 0rem;
		border-bottom: 0px solid #dee2e6 !important;
		max-width: 16.666666666% !important;
		flex: none !important;
	}
	.five-cols .colday {
		padding-left: 1%;
		padding-right: 1%;
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0rem;
		border-bottom: 0px solid #dee2e6 !important;
		max-width: 20% !important;
		flex: 0 0 20% !important;
	}
	.colday::after{
		position: absolute;
		top: 0;
		bottom: 0;
		background-color: red;
	}
}

@media (min-width: 1200px) {
	.seven-cols .colday {
		width: 14.285714%;
		max-width: 14.285714% !important;
		flex: none !important;
	}
	.six-cols .colday {
		width: 16.666666%;
		max-width: 16.666666% !important;
		flex: none !important;
	}
	.five-cols .colday {
	}
}

@media (min-width: 768px) {
	.colday .card .day{
		height: 100%;
		background-color: #ffffff;
		background-size: 15px 15px;
		background-image:  repeating-linear-gradient(0deg, rgb(166 166 166 / 20%), rgb(166 166 166 / 30%)) 1px, #ffffff 1px, #ffffff);
	}

	.colday .card .day button{
		position: absolute;
		left: 0;
	}
	
	.collapse.dont-collapse-sm {
		display: block;
		height: 560px !important;
		visibility: visible;
	}
}

@media screen and (max-width: 767px) {
	.table-mobile-block thead {
		display: none;
	}
	.table-mobile-block tr,
	.table-mobile-block td {
		display: block;
	}

	.table-mobile-block tr {
		border: 2px solid #000000 !important;
		padding: 1rem;
		margin-bottom: 1rem;
	}

	.table-mobile-block td:before {
		content: attr(thead) ":";
		margin-right: 1rem;
		width: 100px;
		font-weight: bold;
		text-transform: uppercase;
	}
  .table-mobile-block.text-color-mobile td:before {
		content: attr(thead);
		width: 100%;
    color: #ebdb0c;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: block;
	}

  
}

.swod {
	background-color: #ffa48f;
}
.movilidadf {
	background-color: #99ffcc;
}
.functionalt {
	background-color: #ffff99;
}

.blockquote{
  font-size: 18px;
  line-height: 1.5;
}







/* COOKIES */
.gdpr-cookie-notice {
	position: fixed;
	background: #181a23;
	left: 0;
	bottom: 100px;
	right: 0;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
	z-index: 1000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
		Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 768px) {
	.gdpr-cookie-notice {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.gdpr-cookie-notice-loaded .gdpr-cookie-notice {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.gdpr-cookie-notice-description {
	margin: 0;
	padding: 0 16px 0 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
@media (max-width: 768px) {
	.gdpr-cookie-notice-description {
		padding: 0;
		margin: 0 0 10px 0;
		font-size: 12px;
		line-height: 18px;
	}
}
.gdpr-cookie-notice-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0 auto;
	background: none;
	width: auto;
	height: auto;
	padding: 0;
}
.gdpr-cookie-notice-nav-item {
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	color: #fff;
	padding: 0 16px;
	font-size: 15px;
	font-weight: 600;
}
.gdpr-cookie-notice-nav-item:hover {
	text-decoration: none;
}
.gdpr-cookie-notice-nav-item-btn {
	/*background: #1ad56c;*/
	border-radius: 0px;
}
.gdpr-cookie-notice-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#1ad56c"/></svg>');
	z-index: 1001;
	background: rgba(0, 0, 0, 0.4);
	overflow: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 10px;
	display: none;
}
.gdpr-cookie-notice-show-modal .gdpr-cookie-notice-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gdpr-cookie-notice-modal-content {
	width: 470px;
	border-radius: 6px;
	background: #fff;
	margin: auto;
}
.gdpr-cookie-notice-modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #f4f5f7;
}
.gdpr-cookie-notice-modal-title {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 600;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
.gdpr-cookie-notice-modal-close {
	width: 24px;
	height: 24px;
	margin: 0 0 0 auto;
	background: none;
	border: none;
	outline: none;
	padding: 0;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gdpr-cookie-notice-modal-close:before,
.gdpr-cookie-notice-modal-close:after {
	width: 18px;
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #bdbdbd;
}
.gdpr-cookie-notice-modal-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.gdpr-cookie-notice-modal-close:hover {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}
.gdpr-cookie-notice-modal-cookies {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.gdpr-cookie-notice-modal-cookie {
	display: block;
	border-bottom: 1px solid #f4f5f7;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.gdpr-cookie-notice-modal-cookie-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 16px;
}
.gdpr-cookie-notice-modal-cookie-title {
	font-weight: normal;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.8);
	margin: 0;
	padding: 0;
	line-height: 1;
	position: relative;
}
.gdpr-cookie-notice-modal-cookie-title:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #bdbdbd transparent transparent transparent;
	content: "";
	display: block;
	position: absolute;
	right: -17px;
	top: 50%;
	margin-top: -2px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.open .gdpr-cookie-notice-modal-cookie-title:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.gdpr-cookie-notice-modal-cookie-state {
	color: #1ad56c;
	margin-left: auto;
	font-size: 15px;
}
.gdpr-cookie-notice-modal-cookie-input {
	opacity: 0;
}
.gdpr-cookie-notice-modal-cookie-input:checked
	+ .gdpr-cookie-notice-modal-cookie-input-switch {
	background: #1ad56c;
	-webkit-box-shadow: inset 0px 0px 0px 1px #1ad56c;
	box-shadow: inset 0px 0px 0px 1px #1ad56c;
}
.gdpr-cookie-notice-modal-cookie-input-switch {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 1px #bdbdbd;
	box-shadow: inset 0px 0px 0px 1px #bdbdbd;
	margin: 0 0 0 auto;
	position: relative;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	cursor: pointer;
}
.gdpr-cookie-notice-modal-cookie-input-switch:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>')
		no-repeat center 7px;
	content: "";
	display: block;
}
.gdpr-cookie-notice-modal-cookie-info {
	margin: 0;
	padding: 0 16px 12px 16px;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 16px;
	display: none;
}
.open .gdpr-cookie-notice-modal-cookie-info {
	display: block;
}
.gdpr-cookie-notice-modal-footer {
	background: #f4f5f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 16px 16px 16px;
	border-radius: 0 0 6px 6px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gdpr-cookie-notice-modal-footer-item {
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #1ad56c;
	position: relative;
}
.gdpr-cookie-notice-modal-footer-item:after {
	position: absolute;
	right: -16px;
	top: 50%;
	margin-top: -5px;
	background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#1ad56c"/></svg>')
		no-repeat left center;
	height: 12px;
	width: 8px;
	content: "";
	display: block;
}
.gdpr-cookie-notice-modal-footer-item-btn {
	padding: 0 16px;
	color: #fff;
	background: #1ad56c;
	border-radius: 3px;
	position: relative;
}
.gdpr-cookie-notice-modal-footer-item-btn span {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.gdpr-cookie-notice-modal-footer-item-btn:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	content: "";
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	display: block;
	background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>')
		no-repeat center;
}
.gdpr-cookie-notice-modal-footer-item-btn.saved span {
	opacity: 0;
}
.gdpr-cookie-notice-modal-footer-item-btn.saved:after {
	opacity: 1;
}
.gdpr-cookie-notice-modal-footer-item:hover {
	text-decoration: none;
	opacity: 1;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #181a23;
}

.nav-pills .nav-link {
    color: #181a23;
}
.nav-pills .nav-link.active {
    color: #ebdb0c !important;
}

/*
FULLCALENDAR 
*/

.fc-scroller.fc-time-grid-container{
	height: auto!important;
    overflow-y: auto;
}

#calendar {
	font-size: 14px;
}
#calendar .btn{
background: #181a23;
	color: #fff;
	font-size: 14px;;
}
#calendar thead{
	background: #181a23;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}
#calendar .fc-content-skeleton thead {
	background: transparent;
    color: #181a23;
    text-transform: uppercase;
    font-size: 20px;
	font-weight: bold;
}

.fc td{
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    padding: 0;
    vertical-align: top;
	background-color: #ffffff;
}


@media (max-width: 767px) {
    .swal2-content {
        z-index: 1;
        justify-content: center;
        margin: 0;
        padding: 0;
        color: #545454;
        font-size: 1.125em;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        word-wrap: break-word;
    }
}


/*timeline5*/

.timeline__year, .timeline5:before, .timeline__box:before, .timeline__date {
    background-color: #666666;
}

.timeline5 {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.timeline5:before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
}

.timeline__group {
    position: relative;
}

.timeline__group:not(:first-of-type) {
    margin-top: 4rem;
}

.timeline__year {
    padding: .5rem 1.5rem;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.timeline__box {
    position: relative;
}

.timeline__box:not(:last-of-type) {
    margin-bottom: 10px;
}

.timeline__box:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.timeline__date {
    min-width: 80px;
    position: absolute;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    padding: .5rem 1.5rem;
    text-align: center;
    color: #ffffff;
}

.timeline__day {
    font-size: 2rem;
    font-weight: 700;
    display: block;
}

.timeline__month {
    display: block;
    font-size: .8em;
    text-transform: uppercase;
}

.timeline__post {
    padding: 1rem 1.5rem;
    border-radius: 20px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
    border-width: 2px 2px 2px 20px !important;
}

.theme-primary .timeline__year, .theme-primary .timeline5:before, .theme-primary .timeline__box:before, .theme-primary .timeline__date {
    background-color: #666666;
}

@media screen and (min-width: 641px) {
    .timeline5:before {
        left: 38px;
    }
    .timeline__group {
        padding-top: 55px;
    }
    .timeline__box {
        padding-left: 150px;
    }
    .timeline__box:before {
        top: 50%;
        transform: translateY(-50%);
    }
    .timeline__date {
        top: 50%;
        margin-top: -38px;
    }
}

@media screen and (max-width: 640px) {
    .timeline5:before {
        left: 0;
    }
    .timeline__group {
        padding-top: 40px;
    }
    .timeline__box {
        padding-left: 20px;
        padding-top: 115px;
    }
    .timeline__box:before {
        top: 135px;
    }
    .timeline__date {
        top: 10px;
    }
}

.timeline5 {
    font-size: 1.143rem;
}


/* horizontal-timeline */

.cd-horizontal-timeline .timeline {
    padding: 20px 0 20px;
}

.cd-horizontal-timeline .timeline:before,
.cd-horizontal-timeline .timeline:after {
    display: none;
}
/*# sourceMappingURL=style.css.map */
