﻿/*
OLD RGB (0,149,223) #0094d9 & #0093D9
NEW RGB (0,135,194) #0087C2

NEW font-family: news-gothic-std, sans-serif;
*/


/*************** FONT START ****************/

body
{
	font-family: news-gothic-std, sans-serif;
	font-weight:400;
	font-style:normal;

	font-size: 20px;
	line-height: 22px;

}

sub, sup {
	display: inline-block;
}

h1 {
	 font-size: 52px;
	 line-height: 57px;
	 font-weight:400;
	 color: #0087C2;
	 margin-bottom:30px;
 }

 h2 {
	 font-size: 27px;
	 line-height: 30px;
	 font-weight:400;
	 color: #0087C2;
	 margin-bottom:30px;
 }

 .slide h2 {
	 font-size: 47px;
	 line-height: 47px;

 }

 h3 {
	 font-size: 22px;
	 line-height: 27px;
	 color: #333333;
	 margin-bottom:30px;
 }

 h4 {
	 font-size: 20px;
	 color: #0087C2;

 }


 p {
	 font-size: 20px;
	 line-height:27px;
	 color: #333333;
	 margin-bottom:30px;
 }

 .speech_bubble p.header {
	 font-size: 52px;
	 line-height: 57px;
	 color: #0087C2;
	 margin-bottom:30px;
 }

 p.intro {

	 font-size: 24px;
	 line-height: 28px;
	 color: #0087C2;
	 margin-bottom:30px;
	 font-weight: 500;
 }

 .speech_bubble p, .speech_bubble a {
	font-size:16px;
	line-height:26px;
}

 .speech_bubble p.intro {
	color: #333333;
	font-size:20px;
	line-height:30px;
}

.small,
.small a {
	font-size: 16px;
	line-height:26px;
}

.tooltiptext {
	font-size: 15px;
	font-weight: 300;
	line-height:20px;
}

.tooltiptext b {
	line-height: 35px;
	font-weight: bold;
}

 a {
	 font-size: 20px;
	 color:#333333;
	 text-decoration: underline;

 }

 .dialogue a {
	color: #0087C2;
	text-decoration: none;
 }

 .dialogue .blue-text {
	 color: #0087C2;
 }

 ol, ul, li {
	list-style: outside;
	margin-left: 10px;
	margin-bottom: 10px;

}

 .button:hover {
	cursor:pointer;
 }


 .button {
  border: none;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  /*display: inline-block;*/
  font-size: 20px;
  /*margin: 4px 2px;*/
  border-radius: 25px;
  margin-bottom: 30px;

}

.button:disabled {
	opacity:0.6;
	cursor:not-allowed;
	}


.blue-btn {
	background-color: #0087C2;
	color: white;
	box-shadow: 2px 2px 6px #999;
	}

.blue-white-btn {
	background-color: #fff;
	border: 1px solid #fff;
	color: #0087C2;
	box-shadow: 2px 2px 6px #999;
	padding: 10px 10px;
	}

.white-btn {
	background-color: #FFF;
	color: #cccccc;
	}

/********** CHECKBOX STYLES *************/

.checkbox {
  position: relative;
  margin-top:20px;
  width:100%;
	max-width: 398px;
  left:50%;
  transform: translate(-50%, 0%);
}

.checkbox label {
  background-color: #fff;
  border: 2px solid #0087C2;
  box-shadow: 2px 2px 6px #999;
  border-radius: 50%;
  cursor: pointer;
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 26px;
	box-sizing: border-box;
}

.checkbox label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  width: 10px;
}

.checkbox input[type="checkbox"] {
  visibility: hidden;
}

.checkbox input[type="checkbox"].move + label {
	left: -40px;
}

@media only screen and (max-width: 1024px) {
	.checkbox input[type="checkbox"].move + label {
		left: 0;
	}

	.checkbox input[type="checkbox"].move + label + p {
		padding-left: 40px;
	}
}

.checkbox input[type="checkbox"]:checked + label {
  background-color: #0087C2;
  border-color: #0087C2;
}

.checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.checkbox p {
	margin-left: 0;
    margin-top: -22px;
		font-size: 14px;
}

.checkbox p a {
	font-size: 14px;
}

/************** END ****************/

/********** INPUT STYLES *************/

.textbox {
	border-radius: 50px;
	box-shadow: inset 2px 2px 6px #999;
	border: 1px solid #999;
	padding: 20px;
	box-sizing: border-box;
	height: 60px;
	font-size:20px;
	margin-bottom:20px;
}

input::placeholder {
	color: #666;
}

.selectWrapper{
	border-radius: 50px;
	box-shadow: inset 2px 2px 6px #999;
	border: 1px solid #999;
	padding: 8px 15px;
	font-size:20px;
	margin-bottom:20px;
	box-sizing: border-box;
	height: 60px;
	overflow:hidden;

}
.selectBox{
  color: #666;
  width: 100%;
	height: 100%;
  border:0px;
  outline:none;
	background: transparent;
}

/************** END ****************/



/********** PRODUCT STYLES *************/

/*************** RADIO START ***************/

#custom-radio-buttons .radio-wrapper {
	display: inline-block;
	border: 1px solid #999;
    border-radius: 30px;
    padding: 18px;
    margin-bottom: 20px;
		box-sizing: border-box;
	width: 45%;
	text-align:center;
	}
		#custom-radio-buttons .radio-wrapper input[name="custom-radio"] {display: none;}
		#custom-radio-buttons .radio-wrapper input[name="custom-radio"] + label {

			color:#666;
			font-size: 20px;
		}
		#custom-radio-buttons .radio-wrapper input[name="custom-radio"] + label > span.outer {
			display: inline-block;
			width: 16px;
			height: 16px;
			margin: -1px 4px 0 0;
			border: 2px solid #ccc;
			vertical-align: middle;
			cursor: pointer;
			position: relative;
			-moz-border-radius: 50%;
			border-radius: 50%;
			/*background-color: #f8f8f8;*/
		}
		#custom-radio-buttons .radio-wrapper input[name="custom-radio"] + label span.inner {
			/*border: 2px solid lime;*/
			display: block;
			position: absolute;
			display: none;
			width: 11px;
			height: 11px;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			margin: auto;
			cursor: pointer;
			-moz-border-radius: 50%;
			border-radius: 50%;
			/*background-color: grey;*/
		}
		#custom-radio-buttons .radio-wrapper input[name="custom-radio"]:checked + label span.inner {background-color: #0087C2; color:#0087C2; display: block;}
		#custom-radio-buttons .radio-wrapper input[name="custom-radio"]:checked + label span.outer {border: 2px solid #0087C2;}
		#custom-radio-buttons .radio-wrapper input[name="custom-radio"]:checked + label {color: #0087C2;}

/**************** RADIO END ***************/


/********** SLIDESHOW STYLES *************/

.slider {
 /* margin: 0 auto; */
  max-width: 940px;
}

.slide_viewer {
  height: 300px;
  /*overflow: hidden;*/
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  margin-bottom:40px;
}

.slide_group {
  height: 90%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 90%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide_buttons {
  /*left: 0;
  position: absolute;
  right: 0;*/
  /*transform: translate(-50%, 0%);
  left: 50%;
  position: fixed;*/

  margin-left: 30px;
  text-align: center;
  /*padding-top:20px;*/
}

a.slide_btn {
  margin: 0 0.3em;
  text-decoration:none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*text-shadow: 0px 0px 6px #333;*/

  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  /*border:4px solid #999;*/
  box-shadow: 0px 0px 6px #999;
  float: left;
  /*background-color: #0087C2;
	color: white;*/

}

/*@media only screen and (max-width: 767px) {
  a.slide_btn {
    height: 15px;
	width: 15px;
  }
}*/

.map_marker {

  height: 30px;
  width: 30px;
  background-color: #f39000;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #999;
}

.map_marker.active {
  background-color: lime;
}

.slide_btn.active, .slide_btn:hover {
  background-color: #0087C2;
  cursor: pointer;
}

.directional_nav {
  height: 50px;
 /* margin: 0 auto; */
  margin-top: 50px;
  max-width: 940px;
  position: relative;
  /*top: -340px;*/
}

.previous_btn {
  bottom: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  top: 0;
}

#slide-right {
	margin-left: 5px;
}

.next_btn {
  /*bottom: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0;*/
  float: left;
}

.previous_btn, .next_btn {
  cursor: pointer;
  /*height: 65px;*/
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  /*width: 65px;*/
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

/*@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}*/

#product-footertext{
	font-size:14px;
	font-style:italic;
}

#button_wrapper {
	margin-top:50px;
}

.related_product { margin: 0.5rem 0.5%!important; min-height: 370px!important; }

.concept_item { min-height: 230px!important; }

.col-2.concept_item img {
	box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.4) !important;
	border-radius: 150%;
}

@media only screen and (min-width: 55em) {
	.related_product { width: 24%!important; }
}

@media only screen and (max-width: 55em) {
	.related_product { width: 48%!important; }
}

.related_product_text {	margin-bottom: 0px; }
.related_product_image_wrapper { position: relative; }
.related_product_media_type { position:absolute; bottom:0px; left: 0px;}

.related_product_image { width:100%; border:0px; margin:0px; padding:0; }
.back_button { z-index: 10; position: fixed; top: 10px; left: 10px; }
.related_icon {	margin:0px 5px 0px 5px; width:36px; }
.related_icon_wrapper {
	display: block;
	height: 55px;
	width: 55px;
	text-align: center;
	position:relative;
	/*float: right;*/
	font-size: 16px;
    font-weight: bold;

}

.related_icon_wrapper span {vertical-align: text-bottom; position:absolute; bottom:0px; right:10px;}


@media only screen and (max-width: 900px) {
	#product_info{
		width: 46%;
	}

	#product_display {
		width: 46%;
	}

	#button_wrapper {
		margin-top:0px;
		width: 96%;
	}
}

#footer
{
	position:absolute;
	bottom:0px;
	height:80px;
	width:100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 10;
}

#logo
{
	left:0;
	opacity: 100;
}


 /*********** Main backgrounds ***********/

 .fci-BG {
	 height:100%;
 }


	.fci-start-BG {
		background: url(../img/fci-start/BG.jpg);
		height:100%;
	}

		/*.fci-reception-BG {
		background: url(../img/fci-reception/BG.jpg);
		height:100%;
	}*/


        .e3-room-BG
        {
            background: url(../img/e3-room/BG.png);
            height:100%;
        }



/*********** IMAGE LIGHTBOXES ***********/


		#coffe
        {
            background-image:url(../img/ex-top-floor/Coffe.png);
            /*background-size: cover;*/
			background-size: contain;
			 background-repeat: no-repeat;
			 background-position: center;
        }

/*********** IFRAME PAGES ***********/

	.LB_case {
			height:100%;
			 width:55%;
			 float:left;
			 background-color: #ffffff;
			 /*background-size: contain!important;*/
			 background-size: cover!important;
			 background-repeat: no-repeat!important;
			 background-position: center!important;
		 }

		#LB_case-1_image
		 {
			background: url(../iframes/e3-cases/case-1/case-1_new.jpg);
         }

 /*********** AGENDA ***********/

 /* TABS START */
 .agenda_item h2 {margin-bottom:10px;}
 .agenda_item { border-bottom: 1px solid #ddd; padding: 20px 0px; }
 .agenda_item a {font-weight:normal;}
 .agenda_link img {margin-right:10px;}
 .agenda_link {text-decoration:none; line-height:32px;}
 .agenda_image_info {
	position:absolute;
	bottom:0px;
	height:80px;
	width:100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 10;
	line-height: 80px;
	/*font-size: 27px; */
	font-size: 20px;
	color: #0087C2;
	display: flex;}

.blue {
	background: rgba(0, 148, 217, 0.8);
	font-size: 20px;
	color: #ffffff;
}

	.agenda_image_info span {
		line-height: 25px;
		margin-top: auto;
		margin-bottom: auto;
	}
 .gray { color: #999;}
 .tabs {width:100%; display: flex; justify-content: center;}
 .tab {color:#fff;
	float:left;
	cursor:pointer;
	height:75px;
    font-size: 	20px;
	width:20%;
	display: flex;
    justify-content: center;
    align-items: center;}
 .tab.active {border-bottom:5px solid #fff;}
 .date{ margin-right: 20px; }

/* TABS END */
.speaker_wrapper {clear:both;}
.speaker_wrapper p { margin-bottom:0px; }
.speaker_image { width:65px; height:65px; float:left;}
.speaker_text {padding-top:8px;}


/*
@media only screen and (max-width: 767px) {
	.agenda_image_info span {
		line-height: 15px;
		font-size: 15px;
	}

	.agenda_image_info ico {
		background-size: cover;
		width: 50px;
		height: 40px;
	}
		@media only screen and (min-width: 45em)
}
*/

@media only screen and (max-width: 1400px) {
.agenda-3 {
    width: 29.33%!important;
  }

  .agenda-4 {
    width: 29.33%!important;
  }

  .agenda-5 {
    width: 29.33%!important;
	}
}

@media only screen and (max-width: 900px) {
.agenda-3 {
    width: 46%!important;
  }

  .agenda-4 {
    width: 96%!important;
  }

  .agenda-5 {
    width: 46%!important;
	}
}


/*********** TOOLTIP ***********/

.tooltip {
  position: relative;
  /*display: inline-block;*/
  /*border-bottom: 1px dotted black;  If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {

  visibility: hidden;
  width: 70px;
  background-color: #0087C2;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  padding:10px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;

  top: -40px;
  right: -4%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0087C2 transparent transparent transparent;
}

.maptip {
	width: 132px!important;
	top: -70px!important;
    right: -58px!important;
}

.maptipsingle {
	width: 132px!important;
	top: -55px!important;
    right: -58px!important;
}

.speech_bubble {

	background:#fff;
	padding: 2%;
	overflow: hidden;
	/*overflow: hidden;*/
	max-height: 65%;
	overflow-y: auto;
	/*overflow-y: auto;*/

	position: relative;
    background: #fff;
	border-radius: 10px;
    padding: 2%;
}
.speech_bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #fff;
    border-width: 20px 0 20px 20px;
    top: 50%;
    right: -20px;
    margin-top: -20px;
}

/*.speech_bubble:after {
   content: "";
   position: absolute;
   top: 100%;
   left: 20px;
   border-top: 20px solid blue;
   border-top-color: inherit;
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
}*/


.speech_bubble a {
	color: #0087C2;
	text-decoration:none;
}
/* THE PRODUCT ZONE */
.zone_product{
	margin: 0.5rem 0.5%!important; width:200px; height: 215px;
}
.zone_product a{text-decoration:none;}


.ipad-theatre {
	width: 100%;
	max-width: 500px;
	position:absolute;
	bottom:0px;
	left:35%;
}

.ipad-theatre .link {
	position:absolute;
	top:-30px;
	left:50%;
	transform: translate(-50%, 0);
	text-decoration:none;
}

@media
	only screen and (max-width: 1024px),
	only screen and (max-height: 660px) {
		.ipad-theatre {
			max-width: 400px;
		}
	}

@media
	only screen and (max-width: 768px),
	only screen and (max-height: 480px) {
		.ipad-theatre {
			max-width: 250px;
		}
    }


.concept_item p {
    margin-top: 38px;
    font-size: 26px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 1400px) {
    .concept_item p {
    margin-top: 0px;
    }
}