/*
Theme Name: Marta Gomez
Author: F320
Description: Marta Gomez Theme
Version: 0.0.1
Tags: bootstrap
*/

@import url('https://fonts.googleapis.com/css2?family=Over+the+Rainbow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

body{
	background: #060201;
}

#secondary-menu{
	display: none;
}

.main-nav{
	background: #000000;
	bottom: 35px;
}

.main-nav.scrolled {
  /*background:url('img/bg-top.png');
  background-size: contain;
  background-repeat: repeat-x;*/
  transition: background 500ms linear;
}


.main-nav ul li a{
	font-family: 'Over the Rainbow', cursive;
	font-size: 1.3rem;
	color: #ffffff;
	text-shadow: 1px 1px rgba(0,0,0,.3);
}


.navbar-bottom ul li a{
	color: #666666;
	padding-top: 0;
	padding-bottom: 0;
}

.mgbottom-info{
	color: #666666;
	margin: 0;
	font-size: .8rem;
	padding: 0 10px;

}

#florintro{
	position: absolute;
	left: 24%;
	top:17%;
}

/* floating menu */

.floating-menu{
	z-index:999;
	right:0;
	position:fixed;
	display:inline-block;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.side-menu{
	margin:0;
	padding-left:0;
	list-style:none;
}

.side-menu li a{
	display:block;
	padding:10px;
	color:#fff;
	position:relative;
	-webkit-transition:none;
	-o-transition:none;
	transition:none;
	font-size: 1.8rem;
	text-align: center;
}

.side-menu li a:hover{
	background:rgba(244,244,244,.3);
}

.menu-bg{
	background: #B64949;
	position:absolute;
	width:100%;
	height:100%;	
	z-index:-1;
	top:0;
	left:0;
	-webkit-transition:.1s;-o-transition:.1s;transition:.1s;
}

.ripple{
	position:relative;
	overflow:hidden;
	transform:translate3d(0,0,0);
}

.ripple:after{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	pointer-events:none;
	background-image:radial-gradient(circle,#000 10%,transparent 10.01%);
	background-repeat:no-repeat;
	background-position:50%;
	transform:scale(10,10);
	opacity:0;
	transition:transform .5s,opacity 1s;
}

.ripple:active:after{
	transform:scale(0,0);
	opacity:.2;
	transition:0s;
}


.mg-container{
	height: 100vh;
	padding-left: 0 !important;
	padding-right: 0 !important; 
}

.mg-container-2{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mg-container-discography{
	height: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mg-container-events{
	min-height: 100vh;
	padding-left: 0 !important;
	padding-right: 0 !important; 
}

.main-logo{
	text-align: center;
	display: block;
	width: 100% !important;
	margin-top: 40px;
	position: absolute;
}

.navbar-bottom{
	background: rgba(255,255,255,1);
}

#section-1{
	background: url('img/header.jpg'), #060201;
	/* background: url('img/header.jpg'), #060201; */
	background-size: cover; 
	background-position: center;
	/*background-position:center center;
	background-attachment: fixed;
	transform: scale(1.02); */ 
}

#section-2{
	position: relative;
}

#s2{
	background:#ffffff;
}

#mg-bio-img{
	background: url('img/bg-2.jpg'), #060201;
	background-size: cover; 
	background-position: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#paper-cloud{
	margin-top: -30px;
	text-align: right;
	right: 10% !important;
	margin-right: 65px;
	position: absolute !important;
}

.mg-about{
	position: relative;
}

#paper-cloud-2{
	bottom: -50px;
	text-align: right;
	left: 5% !important;
	margin-right: 65px;
	position: absolute !important;
	z-index: 1;
}

#mg-bio-txt{
	padding: 30px 70px 50px 70px;
}

/*
#mg-bio-p{
	-webkit-column-count: 2;
	  -moz-column-count: 2;
	  column-count: 2;
	  -webkit-column-gap: 3em;
	  -moz-column-gap: 3em;
	  column-gap: 3em;
}
*/


#mg-bio-txt p{
	font-size: .9rem;
}

#mg-bio-txt-2{
	font-family: 'Over the Rainbow', cursive;
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1;
	position: absolute;
	bottom: 15%;
	width: 100%;
	padding: 0px 30px;
}

.txtBio1{
	display: block;
	margin-left: 0;
}

.txtBio2{
	display: block;
	margin-left: 80px;
	padding-top: 10px;
}

.txtBio3{
	display: block;
	padding-top: 10px;
	margin-left: 150px;
}

.txtBio4{
	display: block;
	margin-left: 150px;
	text-align: right;
	opacity: .8;
	font-size: 1.5rem;
	padding-top: 10px;
}

.fromright-inner {
	-webkit-animation: moveFromRight 2s ease-in-out 0.2s backwards;
	-moz-animation: moveFromRight 2s ease-in-out 0.2s backwards;
	-o-animation: moveFromRight 2s ease-in-out 0.2s backwards;
	-ms-animation: moveFromRight 2s ease-in-out 0.2s backwards;
	animation: moveFromRight 2s ease-in-out 0.2s backwards;
}

.fromleft-inner {
	-webkit-animation: moveFromLeft 2s ease-in-out 1s backwards;
	-moz-animation: moveFromLeft 2s ease-in-out 1s backwards;
	-o-animation: moveFromLeft 2s ease-in-out 1s backwards;
	-ms-animation: moveFromLeft 2s ease-in-out 1s backwards;
	animation: moveFromLeft 2s ease-in-out 1s backwards;
}

#section-3{
	background: url('img/main-bg-mg.jpg');
	background-size: cover;
	background-position: top center;

}

.news{
	padding: 50px 0px 30px 0px;
}

#section-4{
	background: url('img/bg-3.jpg');
	background-size: cover;
	background-position: top center;
	position: relative;
}

#mg-music{
	padding-top: 60px;
}

#mg-calendar{
	padding: 50px 10px;
}

#mg-calendar h2{
	background: #B64949;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	font-size: 1.8rem;
	width: auto;
}


.mg-event{
	background: url('img/event-bottom.png');
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 2px; 
	padding: 12px 0px 5px 0px;
}

.mg-event h4 {
	font-size: 1.1rem;
	margin-bottom: 0px !important;
}

.mg-event h3 {
	font-size: 1.3rem;
	margin-bottom: 0px !important;
}

.mg-event h4 span{
	text-transform: uppercase;
}

.mg-event a{
	color: #216e7e;
}

.eventdate{
	color: #333;
	font-size: 1.2rem;
}

.mg-event p{
	font-size: .9rem;
}

#musicBottom{
	background: url('img/franja-mg.png') repeat-x;
	height: 80px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

#gallery-biografia {
	background: url('img/bio-gallery.png') no-repeat top center;
	background-size: 292px;
	height: 320px;
	padding-top: 21px;

}

#gallery-biografia div{
	margin: 0 auto !important;
}

.ngg-gallery-slideshow-image{
	height: auto !important;
}


/* BIO Slide Gallery */

.mg-slide {
	width: 204px;
	height: 157px;
	overflow: hidden;
	position: relative;
	background-color: #000;
}
  
.mg-slide > div {
	width: 204px;
	height: 157px;
	background-size: cover;
	position: absolute;
	animation: mg-slide 25s infinite;
	opacity: 0;
}
.mg-slide > div:nth-child(2) {
	animation-delay: 5s;
}
.mg-slide > div:nth-child(3) {
	animation-delay: 10s;
}
.mg-slide > div:nth-child(4) {
	animation-delay: 15s;
}
.mg-slide > div:nth-child(5) {
	animation-delay: 20s;
}

@keyframes mg-slide {
	10% {
	  opacity: 1;
	}
	20% {
	  opacity: 1;
	}
	30% {
	  opacity: 0;
	}
	40% {
	  transform: scale(1.1);
	}
}


#listen-es-home{
	margin-top: -160px;
	text-align: right;
	right: 10% !important;
	left: auto !important;
	margin-right: -15px;
	width: 98px;
	position: absolute !important;
}

#listen-sg-es{
	bottom: 52%;
	right: 37% !important;
	margin-right: 0px;
	width: 98px;
	position: absolute !important;
}



#swing-1 {
  -webkit-animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}



#c1{
	animation: 2s ease-in-out 1s 1 slideUpC1;
	position: absolute;
	bottom: 18%;
	right: 25%;
	animation-fill-mode: both;
}

#c2{
	animation: 2s ease-in-out 0.5s 1 slideUpC2;
	position: absolute;
	/* bottom: 52%; */ 
	bottom: 43%;
	left: 6%;
	animation-fill-mode: both;
}

#c3{
	animation: 2s ease-in-out 0.7s 1 slideUpC3;
	position: absolute;
	top: 22%;
	right: 11%;
	animation-fill-mode: both;
}

#m20main-data{
		padding:30px;
}

#m20main{
	position: absolute;
	/* bottom: 18%; */
	bottom: 18%;

}

.ngg-slideshow .ngg-gallery-slideshow-image img {
	pointer-events: none !important;
}

.videomg{
	background: url('img/frame.png') no-repeat top center;
	background-size:340px;
	text-align: center;
	padding-top: 16px;
	margin-top: 40px;
}

.videotitle{
	font-family: 'Over the Rainbow', cursive;
	color: #ffffff;
}

.videotitle h4{
	padding-top: 18px;
	margin-bottom: 0px;
}

#globo{
	position: absolute;
	right: 0;
	bottom: -22%;
	overflow: hidden;
	width: 125px;
}

#section-5{
	/*background: #333333;*/
	/*background: url('img/paper_1_@2X.jpg') repeat;*/
	/*background: url('img/textured_paper_@2X.jpg') repeat;*/
	background: url('img/washi_@2X.jpg') repeat;
	background-size: 100px;
	padding: 50px 0px 150px 0px;
	position: relative;
}

#flowers-bottom{
	position: absolute;
	bottom: 5%;
	right: 3%;
}

#section-mg20{
	background: url('img/paper.jpg');
	background-size: contain;
	background-position: center center;
}

#section-mg20_1{
	background: url('img/mg20_2.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
}

#m20main-banner{
	text-align: right;
	margin-top: 85px;
}

.mgdiscography{
	background: url('img/mg-discography.jpg') no-repeat;
	background-size: cover;
}

#leaf{
	position: absolute;
}

#cbottom{
	right: 0%;
	bottom: 14%;
	width:240px;
	overflow: hidden;
	position: absolute;
}

#cbottom img{
	width:320px;
}

#cloudblue{
	left: -104px;
	bottom: -37px;
	overflow: hidden;
	position: absolute;
}

#f1{
	top: -43px;
	left: 27px;
	overflow: hidden;
	position: absolute;
}

#f2{
	bottom: 67px;
	right: 80px;
	overflow: hidden;
	position: absolute;
}


#gramophone{
	right: 8%;
	bottom: 6%;
	overflow: hidden;
	position: absolute;
	opacity:.3;
}

.records-container h2{
	font-family: 'Over the Rainbow', cursive;
	color: #ffffff;
	font-size: 2.5rem;
	padding-bottom:5px;
	margin-bottom:40px;
	text-align: center;
}

.discography-img{
	width: 100%;
	border: 1px solid rgba(255,255,255,.3);
}

.mgrecord{
	position: relative;
}

.mgrecord:hover .record-cover {
  opacity: 0.3;
}

.mgrecord:hover .record-data {
  opacity: .9;
}

.record-data {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: #ffffff;
  height: 100%;
  width: 100%;
}

.record-data-text{
	position: absolute;
	top: 40%;
	width: 100%;
	padding: 15px;
}


.record-cover {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}


.mgrecord h3{
	color: #103242;
	font-size: .95rem;
	margin-bottom: 0;
	font-weight: 300;
}


.mgrecord h4{
	opacity: .8;
	color: #103242;
	font-size: .95rem;
	margin-bottom: 0;
}


#section-6{
	background: url('img/bg-3.jpg');
	background-size: cover;
	background-position: top center;
	position: relative;
}

.contact-container{
	padding: 70px 20px;
}

#mg-contact{
	background: url('img/contact.gif');
	background-size: cover;
	background-position: top-center;
	height: 550px;
}

#contact-data{
	text-align: center;
	padding: 80px 20px;
}

#contact-data h3{
	font-family: 'Over the Rainbow', cursive;
}

#moredata{
	border-top: 1px solid #bbb5b5;
	padding-top: 20px;
	text-align: center;
}


#animWrapper{
	width: 800px;
	height: 800px;
}

.popup{
	width: 800px;
	height: 800px;
}

#mg20close{
	text-decoration: none;
	color: #06323E;
}

#mg20close:hover{
	cursor: pointer;
	opacity: .8;
}

#mg20video:focus{
	outline: none !important;
}

video::-webkit-media-controls-panel {
  filter: brightness(0);
  background-image: linear-gradient(transparent, transparent) !important; 

}


#kickstarter-cirle {
	background: url('img/ks_image.png');
	width: 250px;
	height: 250px;
	background-size: cover;
	position: absolute;
	top:5%;
	left: 5%;
	cursor: pointer;
}

#kickstarter-cirle:hover {
	opacity: .9;
}


.modalKsContent{
	text-align: center;
	background: none !important;
}

.modalKsBody{
	text-align: center;
	background: none !important;
}

.closeKs{
	display: block;
	cursor: pointer;
	text-align: right;
	color: #ffffff;
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: 100;
}

.closeKs:hover{
	color: #ffffff;
}

#lang-menu{
	font-size: .85rem !important;
	padding: 15px 30px;
	color: #ffffff;
	position: absolute !important;
	opacity: 0.7;
	z-index: 999999;
}

#lang-menu a{
	color: #ffffff;
	opacity: 0.7;
}

.lang-active{
	opacity: 1 !important;
}
	

.cal-es .no-events::before{
	content: "Próximamente más información";
	font-size: 1.4rem;
}


.cal-en .no-events::before{
	content: "Keep in touch for tour updates";
	font-size: 1.4rem;
}

.awards-timeline{
	background: #000000 url('img/bg-awards-mg.jpg') no-repeat;
	background-size: 100%;
	background-position: top center;
	height: auto;
}

.mg-timeline-title{
	margin-top: 33%;
}

.awards{
	padding: 40px 50px;
}

.icon-award {
	text-align: right;
	padding:0 !important;
}

.icon-award img{
	width: 50%;
	opacity: .7;
}

.awards{
	position: relative;
}

.awards h4{
	font-size: 0.8rem !important;
	color:#103242;
	margin-bottom: 0px !important;
}
.award-txt{
	padding-top: 10px;
	padding-left: 5px !important;
}

.awards p {
	font-size: 0.8rem !important;
	line-height:1.2 !important;
}

.awards p span{
	font-size: 0.8rem !important;
	text-transform: uppercase;
	color:#333;
}

#mg-awards {
	background: url('img/bg-awards-mg.jpg');
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#events-info{
	padding-left: 0 !important;
}

/* Animations/Transitions */

@keyframes slideUpC1 {
  from {
	transform: translateY(90%);
	opacity: 0;
  }
  to {
	transform: translateY(0);
	opacity: 1;
  }
}

@keyframes slideUpC2 {
  from {
	transform: translateY(80%);
	opacity: 0;
  }
  to {
	transform: translateY(0);
	opacity: 1;
  }
}

@keyframes slideUpC3 {
  from {
	transform: translateY(70%);
	opacity: 0;
  }
  to {
	transform: translateY(0);
	opacity: 1;
  }
}

@keyframes swing {
  0% {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
  }

  100% {
	-webkit-transform: translate3d(5px, 10px, 2px);
	-moz-transform: translate3d(5px, 10px, 2px);
	transform: translate3d(5px, 10px, 2px);
  }
}

@keyframes moveFromRight{
	0% { 
		-webkit-transform: translateX(40px); 
		opacity: 0;
	}
	100% { 
		-webkit-transform: translateX(0px);  
		opacity: 1;
	}
}

@keyframes moveFromLeft{
	0% { 
		-webkit-transform: translateX(-40px); 
		opacity: 0;
	}
	100% { 
		-webkit-transform: translateX(0px);  
		opacity: 1;
	}
}




/* Media Queries */


@media (max-width: 575.98px) {

	#secondary-menu{
		display: block;
	}

	#listen-es-home{
		display: none;
	}

	#florintro{
		position: absolute;
		right: 10%;
		left: auto;
		bottom:20%;
	}

	.main-nav {
		display: none;
		bottom: 0;
	}
	
	.main-nav ul li a{
		font-size: 1rem;
	}

	.navbar-bottom{
		display: none;
	}

	.mghome{
		/* height: 620px; */
		height: 100vh;
	}

	#c1{
		display: none;
		bottom: 62%;
		right: -61%;
	}

	#c2{
		bottom: 45%;
		left: -19%;
		overflow: hidden;
	}

	#c2 img{
		width: 230px;
	}

	#c3{
		right: 0%;
		top: 58%;
		width:200px;
		overflow: hidden;
	}

	#c3 img{
		width:220px;
	}

	#m20main{
		bottom: 5%;
		margin-left: -100px;
		left: 50%;
	}

	.mg-container{
		height: auto;
	}

	.mgrecord{
		text-align: center;
		padding: 20px;
	}

	#mg-music{
		text-align: center;
	}

	#gallery-biografia .ngg-slideshow .ngg-gallery-slideshow-image {
		height: auto !important;
	}

	#section-mg20 {
		background-position: 22% center;
	}

	#paper-cloud{
		right: -11% !important
	}


	#flowers-bottom{
		position: absolute;
		bottom: 10%;
		right: 3%;
	}

	#flowers-bottom img{
		width: 130px;
	}

	.mgbottom-info{
		display: none;
	}

	#mg-calendar {
		padding: 50px 40px;
	}

	.side-menu li a{
		font-size: 1.5rem;
	}

	#m20main-banner {
		margin-top: 60px;
	}

	#m20main-banner img{
		width: 220px;
	}

	#cloudblue img{
		width: 250px;
	}

	#f2{
		bottom: 30px;
		right: 180px;
	}

	#f2 img{
		width: 85px;
	}

	#leaf{
		top:45px;
	}

	#leaf img{
		width: 110px;
	}

	#f1{
		top: -29px;
		left: 15px;
	}

	#f1 img{
		width: 85px;
	}

	#globo{
		bottom:-290px;
	}

	#contact-data {
		padding: 50px 20px 20px 20px;
	}
	
	#mg-contact{
		background: url('img/side-contact.png') no-repeat bottom;
		background-size: contain;
		height: 530px;
	}

}




/* -------------------------------- 

Main Components 

-------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300&display=swap");

.slick-dotted.slick-slider{
	overflow: hidden !important;
	margin-bottom: 0px !important;
}

.timeline-carousel {
  margin: 0;
  /* background-color: #323232;*/
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 86px 6.9444% 30px 6.9444%;
  /*position: relative;*/
  overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  z-index: 3;
  width: 6.9444%;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: white;
  font-family: 'Over the Rainbow', cursive !important;
  font-weight: 400;
  margin-bottom: 10px !important;
}
.timeline-carousel p {
  color: white;
  font-weight: 300;
}
.timeline-carousel__image {
  padding-right: 30px;
}
.timeline-carousel__item {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
  font-family: "Libre Franklin", sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: white;
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color: #000000;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 700;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #000000;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffc107;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.timeline-carousel__item-inner .nomination {
	font-family: "Libre Franklin", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #bbbbbb;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
  }

.timeline-carousel__item-inner p {
  font-size: 12px;
  line-height: 18px;
  color: white;
  width: 60%;
  font-weight: 400;
  margin-bottom: 0px;
  padding-left: 12px;
}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #ffc107;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #ffc107;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #ffc107;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #ffc107;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 160px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: #ffc107;
  border-color: #ffc107;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
  background: #ffc107;
  border-color: #ffc107;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}
.slick-prev:before {
	content: none !important;
}

.slick-next:before {
	content: none !important;
}

.slick-prev svg,
.slick-next svg {
  height: auto !important; 
  width: 18px !important;
  padding-bottom: 2px !important;
}
.slick-prev .btn,
.slick-next .btn {
  border-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.slick-prev,
.slick-next {
  position: absolute !important;
  top: 0 !important;
  z-index: 9999;
  border-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  width: auto !important;
  -webkit-transform: none !important; 
  -ms-transform: none !important;
  transform: none !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 30px !important;
}

.mr-3, .mx-3 {
	margin-right: 1rem!important;
}

.slick-list{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
