
@import url("https://use.typekit.net/zac6flr.css");

/*
font-family: rubik, sans-serif;
font-weight: 300;
font-style: normal;

font-family: rubik, sans-serif;
font-weight: 400;
font-style: normal;
*/

html, body {
	background-color: white;
	overflow-x: hidden;
}

body {
	font-size: 1.1rem;
	line-height: 1.4;
	font-family: rubik, sans-serif;
	font-weight: 300;
	color: #323232;
}


.navbar-expand-md .navbar-nav .nav-link {
	color: #2D0066;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link:hover {
	color: #7A39CB;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMCw3QzkuNCw3LDksNy40LDksOGMwLDAuNiwwLjQsMSwxLDFjMCwwLDAsMCwwLDBoMTdjMC42LDAsMS0wLjQsMS0xYzAtMC42LTAuNC0xLTEtMWMwLDAsMCwwLDAsMEgxMHogTTMsMTQKCWMtMC42LDAtMSwwLjQtMSwxYzAsMC42LDAuNCwxLDEsMWMwLDAsMCwwLDAsMGgyNGMwLjYsMCwxLTAuNCwxLTFjMC0wLjYtMC40LTEtMS0xYzAsMCwwLDAsMCwwSDN6IE0xMCwyMWMtMC42LDAtMSwwLjQtMSwxCgljMCwwLjYsMC40LDEsMSwxYzAsMCwwLDAsMCwwaDE3YzAuNiwwLDEtMC40LDEtMXMtMC40LTEtMS0xYzAsMCwwLDAsMCwwSDEweiIvPgo8L3N2Zz4K");
}

.navbar-toggler {
	position: absolute;
	z-index: 110;
	top: 0px;
	right: 0px;
	display:flex;
	flex-direction:column;
	width:55px;
	cursor:pointer;
	transform-origin:top;
	transform:rotatez(180deg);
	border-radius: 0;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	transform: scale(1.3);
}

.navbar-toggler span{
	background: #5b195e;
	border-radius:0;
	height: 2px;
	margin: 3px 0;
	transition: .3s;
}

.navbar-toggler span:nth-of-type(1){
	width:100%;
}

.navbar-toggler span:nth-of-type(2){
	width:100%;
}

.navbar-toggler span:nth-of-type(3){
	width:100%;
}

.navbar-toggler[aria-expanded=true] span:nth-of-type(1){
	width:75%;
	transform-origin:bottom;
	transform:rotatez(45deg) translate(12px,3px);
}

.navbar-toggler[aria-expanded=true] span:nth-of-type(2){
	transform-origin:top;
	transform:rotatez(-45deg);
}

.navbar-toggler[aria-expanded=true] span:nth-of-type(3){
	transform-origin:bottom;
	width:50%;
	transform: translate(1px,-14px) rotatez(45deg);
}


.header, .navbar, .navbar-top {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.header-collapse-show {
	background: #ffffff;
}

.header {
	background: white;
}

.header .container {
	/*border-bottom: 1px solid #707070;*/
}

.main-content {
	/*margin-top: 67px;*/
	margin-top: 0px;
}


h2, .h2 {
	font-family: rubik, sans-serif;
	font-size: 32px;
	color: #2D0066;
	font-weight: 400;
	letter-spacing: 1px;
}

#whatson h4 {
	text-transform: uppercase;
	color: #7A39CB;
	font-weight: 300;
	font-size: 1.1em;
}


p {
	color: #323232;
	font-size: 0.9em;
}

.parallax-background {
	background-image: url('/img/home-cover.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;

	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#logo-cover {
	width: 340px;
}

#cover p {
	font-weight: 300;
	color: #2D0066;
}

#cover p span {
	font-size: 1.25em;
}

#about .row {
	border-bottom: 1px solid #C8C8C8;
}

#whatson .nav-tabs {
	border-bottom: none;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

#zone-tab-content {
	background-color: #F3F3F3;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}

.divider {
	width: 100%;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 35px;
	border-bottom: 1px solid #C8C8C8;
}


.nav-tabs .nav-item .nav-link {
	color: #787878;
	border-radius: 0;
	font-size: 0.9em;
	padding: 0.75rem 4rem;
	border-bottom: 0;
	-webkit-transition: color .35s ease,background-color .35s ease;
	-o-transition: color .35s ease,background-color .35s ease;
	transition: color .35s ease,background-color .35s ease;
}

.nav-tabs .nav-item .nav-link.active {
	color: #ffffff;
	border-color: #2D0066;
	background-color: #2D0066;
}

.btn-outline-primary {
	color: #2D0066;
	border: 2px solid #2D0066;
	border-radius: 0;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #2D0066;
	border-color: #2D0066;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #2D0066;
	border-color: #2D0066;
}

.btn {
	position: relative;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.btn-primary {
	color: #fff;
	background-color: #2D0066;
	border-color: #2D0066;
	border-radius: 0;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #9270CB;
	border-color: #9270CB;
}

.footer-dark {
	color: #ffffff;
	background-color: #1C003F;
}

.footer-dark p {
	color: #ffffff;
	font-size: 0.7em;
	font-weight: 300;
	line-height: 1.9em;
}

.footer-dark p a {
	color: #ffffff;
}

#logo-footer {
	width: 180px;
}

.footer-dark .nav-link {
	padding: 0.5rem 0.3rem;
}

.footer-dark .icon-shape.icon-sm i, .footer-dark .icon-shape.icon-sm svg {
	font-size: 0.8rem;
}

.footer-dark .icon-sm {
	min-width: 1.8rem;
	min-height: 1.8rem;
	line-height: 1.8rem;
}

.icon-dark {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.4);
}


#speakers-list .item {
	text-align: left;
	
}

#speakers-list .item img {
	margin-bottom: 20px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #2D0066;
}

/**
 * Owl Carousel v2.3.4
 */
.owl-theme .owl-dots,.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom:1}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #e5e7e8;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background: #2D0066;
}

.owl-theme .owl-dots {
	text-align: left;
}


.carousel-wrap {
	width: 100%;
	margin: auto;
	position: relative;
  }
  
  .owl-carousel .owl-nav{
	overflow: hidden;
	height: 0px;
  }


  .owl-carousel .item {
	  text-align: center;
  }
  .owl-carousel .nav-btn{
	  height: 47px;
	  position: absolute;
	  width: 26px;
	  cursor: pointer;
	  top: 70px !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
	pointer-events: none;
	opacity: 0.2;
  }

  .owl-carousel .prev-slide{
	  background: url('../img/icon-arrow-left.png') no-repeat scroll 0 0;
	  background-size: 20px 23px;
	  left: -33px;
  }
  .owl-carousel .next-slide{
	  background: url('../img/icon-arrow-right.png') no-repeat scroll 0 0;
	  background-size: 20px 23px;
	  right: -40px;
  }




#beinspired {
	background-image: url('/img/bg-be-inspired.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#beinspired h2,
#beinspired p,
#beinspired a {
	color: white;
}



#beinspired .btn-primary {
	color: #2D0066;
	background-color: white;
	border-color: white;
}

#beinspired .btn-primary:hover,
#beinspired .btn-primary:not(:disabled):not(.disabled).active,
#beinspired .btn-primary:not(:disabled):not(.disabled):active,
#beinspired .show>.btn-primary.dropdown-toggle {
	color: #2D0066;
	background-color: rgba(255, 255, 255, 0.8
	);
	border-color: rgba(255, 255, 255, 0.8
	);
}

#beinspired p,
#joinus p {
	font-size: 1.05em;
}

#joinus .map {
	background: url('../img/map-cannes.jpg') no-repeat center center;
	background-size: cover;
	min-height: 300px;
}

#joinus .map a {
	display: block;
	width: 100%;
	height: 100%;
}

.link-arrow .arrow {
	margin-left: 10px;
	transition: margin .3s ease-in-out;
}

.link-arrow:hover .arrow {
	margin-left: 20px;
}



.custom-control-label {
	line-height: 1.2;
}

.custom-control-label:before, .custom-file-label, .custom-select {
	color: #707070;
}

.form-control {
	color: #707070;
}

.form-control:focus {
	border-color: rgba(146, 112, 203, 0.5);
}

*::-webkit-input-placeholder {
	color: #707070 !important;
}
*:-moz-placeholder {
	/* FF 4-18 */
	color: #707070 !important;
	opacity: 1;
}
*::-moz-placeholder {
	/* FF 19+ */
	color: #707070 !important;
	opacity: 1;
}
*:-ms-input-placeholder {
	/* IE 10+ */
	color: #707070 !important;
}
*::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #707070 !important;
}
*::placeholder {
	/* modern browser */
	color: #707070 !important;
}

.swal2-title {
	letter-spacing: 0px;
}

.swal2-icon.swal2-warning {
	color: #2D0066;
	border-color: #2D0066;
}

.swal2-popup .swal2-styled.swal2-confirm {
	color: #fff;
	background-color: #2D0066;
	border-color: #2D0066;
	border-radius: 0;
}


@media (max-width:1200px){
	
	.nav-tabs .nav-item .nav-link {
		padding: 0.75rem 1rem;
	}
	
	.owl-carousel .nav-btn{
  		top: 55px !important;
	}
}

@media (max-width:992px){
	
	#logo-cover {
		width: 300px;
	}
	
	.owl-carousel .nav-btn{
		  top: 65px !important;
	}
	
}

@media (max-width:768px){
	
	#logo-cover {
		width: 250px;
	}
	
	h2, .h2 {
		font-size: 36px;
		letter-spacing: 2px;
	}
	
	.owl-carousel .nav-btn{
		top: 45px !important;
	}
	
}

@media (max-width:576px){
	
	#logo-cover {
		width: 200px;
	}
	
	.owl-carousel .prev-slide,
	.owl-carousel .next-slide{
		display: none;
	}
	
}

