@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,body {
    height:100%;
	font-family: 'Roboto Condensed', 'Roboto',  sans-serif;
	font-size: 16px;
    -webkit-text-size-adjust: none;
}
#noie6 {
	height: 40px; /*高度*/
	width: 100%; /*寬度*/
    background: #FFDFDF; /*背景色*/
    border: 1px solid #FF2F2F; /*邊線*/
    clear: both; /*清除繼承上方的浮動*/
    color: #555; /*字體顏色*/
    display: block; /*顯示方式*/
    font-size: 16px; /*字體大小*/
	line-height: 40px;
    position: relative; /*相對定位*/
    text-align: center; /*文字置中*/
    top: 10px; /*距離上方10px*/
}
.markPoint:before{
        content: '';
        display: block;
        position: relative;
        width: 0;
        height: 75px;
		padding-top: 75px;
        margin-top: -75px;
}
.arborgreen{color: #007985}
.arboryellow{color: #ffb718}
.gray{color:#333}
.left{float:left}
.right{float:right}
.clearboth{clear:both}

/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
	background-color: #007985;
	padding-top: 40px;
	padding-bottom: 50px;
	background-attachment: scroll;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contact-title {
	text-align: center;
}
.contact-title h3{
	font-size: 4.75vmin; font-weight:600; line-height:6vmin;color:#fff
}
#contact .section-title {
	text-align: left;
}
#contact .section-title h5 {
	font-size: 14px;
	color: #ffffff;
}
#contact .section-title p {
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}
#contact .section-title a {
	color: #ffffff;
}
#contact .section-title a:hover, a:active, a:focus {
	color: #399FA3;
	outline: none;
}
/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

footer span {
  padding-right: 10px;
  padding-left: 10px;
}

footer p {
	padding-top: 20px;
	font-size: 12px;
	color: #999;
}
/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: right;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666666;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 0px;
    margin: 10px 4px 0px 4px;
}

.social-icon li a:hover {
    background: #167475;
    color: #ffffff;
    top: -5px;
}

/*====== Mobile version ================================================================ Mobile version ========================================================================= Mobile version =====*/
@media screen and (max-width: 768px){
.wrapper{
	margin:0;
	width:100vmin;
	height:100vmin;
}
h1 {font-size: 6vmin; font-weight:600; line-height:9.5vmin;}
h2 {font-size: 5vmin; font-weight:300; line-height:7vmin;}
h3 {font-size: 5vmin; font-weight:300; line-height:7vmin; padding-bottom: 2vmin;}
h4 {font-size: 4vmin; font-weight:300; line-height:4.5vmin;}
h6 {font-size: 2vmin; font-weight:300; line-height:3.2vmin;}
.header__nav{
	width:100%;
	height:60px;
	margin:0px auto;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	overflow:hidden;
	padding-top:0px;
	padding-bottom:10px;
	z-index:9994;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}
.header__nav h1 {
  float:none;
  padding-left:20px;
  padding-top:-10px;   
}
.header__nav h1 a{
  display:block;
  width:8vw;
  min-width:140px;
  margin-top: 10px;
  background-image: url(https://www.arbor-technology.com/Event/Infotainment-Solution/images/arbor-logo.svg);
  background-repeat:no-repeat;
  background-size:contain;
  text-indent: -9999px;
}
.header__nav ul{
  float:right;
  padding-right: 10px;
  padding-top:5px;
  list-style:none;
  display:none;
}
/*mobile nav all*/
#header--mobile{
  width:100%;
  height:253px;
  background-color:rgba(255,255,255,0);
  position:fixed;
  top:0;
  left:0;
  transform:translate3d(0px,-1000px,0px);
  z-index:9996;
  display:block;
}
#header__menu{
  width:32px;
  height:32px;
  padding:4px;
  background-color:#fff;
  position:fixed;
  right:15px;
  top:15px;
  cursor:pointer;
  z-index:9995;
}
.line{
  width:80%;
  height:2px;
  margin:4px auto;
  background-color:#007985;
} 
	
	#header--mobile.goIN{
		transition:all 1s ease; /* 1s 代表產生動畫時間 */
		transform:translate3d(0px,0px,0px); /*讓選單回到 0 螢幕之內*/
	}
	
	#header--mobile.goOUT{
		transition:all 1s ease; /* 1s 代表產生動畫時間 */
		transform:translate3d(0px,-1000px,0px); 
		/*把選單推出去 -1000 螢幕之外*/
	}
	
	#header--mobile #XX{
		display:block;		
		background-color:#fff;
		width:60px;
		height:40px;
		color:#9e9e9e;
		position:absolute;
		font-size:25px;
		right:5px;
		top:5px;
		text-align:center;
		line-height:30px;
		cursor:pointer;
	}	
	/*mobile nav*/#header--mobile ul{
		width:100%;
		height:205px;
		position:fixed;
		background-color:#fff;
		top:60px;
		bottom:0px;
		left:0;
		right:0;
		margin:auto;
    	list-style:none;
	}
	#header--mobile li{
		width:100%;
		float:none;
	}
	#header--mobile li:last-child{
		background-color:#fff;	
	border-bottom:1px solid #9e9e9e;
	}
	#header--mobile li a{
		display:block;
		width:100%;
		line-height:50px;
		text-align:center;
		text-decoration:none;
		color:#9e9e9e;
		font-weight:500;
		border-top:1px solid #9e9e9e;	
	}
.signup--button{width:auto; padding: 1em; color:#ffb718; font-size: 1em; text-align:center;
background-color:#007985;
-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 0 #777;
  -webkit-box-shadow: 0 3px 0 #777;
  box-shadow: 0 3px 0 #777;
  text-decoration:none;
  margin-bottom: 250px}
/* Pure CSS3 Lightbox start */
.lightbox-target {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index:9997;
}
.lightbox-target .content {
  width: 100vw;
  height: auto;
  background: #fff;
  color: #333;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 100%;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  overflow:auto;
  z-index:9998;
}
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid #fff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox-target:target .content, .lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target:target .lightbox-close {
  top: 0;
}

.lightbox-close {
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: #007985;
  color: #ffb718;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  z-index:9999;
}
.lightbox-close:before, .lightbox-close:after {
  content: " ";
  display: block;
  height: 18px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}
.lightbox-close:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.kv--wrapper {width:100vw; height:80vh; overflow:hidden;display:block;}
.kv--wrapper:before {
	background:url('../images/kv_mob.jpg') no-repeat center top;
    background-size:cover;
	background-attachment:scroll;
    display:block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
    content: "";
    z-index: -1;}

.kv--introo {width:85vw; font-family:'Roboto Condensed', 'Roboto', sans-serif; text-align:center; color:#fff; padding-top: 0; margin-left:auto; margin-right:5vw; margin-top:50vh; margin-bottom:5vh}
.kv--introo h1{font-size: 6.5vmin; font-weight:600; line-height:8vmin; }
.kv--introo h2 {font-size: 3.6vmin; font-weight:400; line-height:6vmin;}
.kv--introo--img{width:40vw; margin:0 auto; position:absolute; bottom:20vh; right:20vw}
.kv--introo--img img {width:70%;height:auto}
.benefit--first{width:100%; height:auto; text-align:center; margin: 0 auto; padding: 4vh 10vw; background-color:#dfe9ea; overflow:hidden; display:block}
.benefit--first h2 {font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 4.75vmin; font-weight:500; line-height:6vmin;}
.benefit--first p{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 3vmin; font-weight:200; line-height:4.75vmin; padding-top: 2vmin; color:#333;}

.benefit--second{font-family: 'Roboto Condensed', 'Roboto', sans-serif; width:100vw; height:auto; overflow:hidden; display:block; background-color:#f1f1f1}
.benefit--second--img {width:100vw; margin-left: none; float:none; overflow:hidden; text-align:center; padding-top:3vh; padding-bottom:3vh}
.benefit--second--img img {width:60%; height:auto}
.benefit--second h2 {font-size: 4.75vmin; font-weight:600; line-height:6vmin; color:#3180ba}
.benefit--second p{font-size: 2.25vmin; font-weight:200; line-height:3.75vmin; padding-top: 2vmin; padding-bottom: 3vmin; color:#333;}
.benefit--second ul{margin-left:2.75vmin;padding-bottom:3.75vmin}
.benefit--second li{font-size: 3vmin; font-weight:200; line-height:4.75vmin; color:#333;}
.benefit--secondcontent{width:70vw; text-align:left; margin-left: auto; margin-right:auto; margin-top:-3vh; margin-bottom: 3vh; float:none;}

.story--wrapper{width:100vw; height:auto; background-color: #fff; padding-top: 4vh; padding-bottom: 4vh}
.story--content{width:80vw; height:auto; margin:0 auto;padding-top: 4vh; padding-bottom: 4vh; clear:both}
.story--content h2{font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:5vmin; color:#3180ba;text-align: center; margin-bottom: 5vh;}

.cwrtech--wrapper{width:100vw; height:auto; overflow:hidden; display:block; background-color:#eaf1f7;
       		 background-size:36%;
             background-repeat:no-repeat;
       		 background-position:right center}
.cwrtech--drawer{width:100vw;height:auto; margin:0 auto; overflow:hidden; display:block;}
.cwrtech--content {width:90vw; height:auto; margin:0 auto; overflow:hidden; display:block; padding-top: 8vh;}
.cwrtech--content h2{font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:5.75vmin; color:#3180ba;text-align: center; margin-bottom: 3vh;margin-left:5vw; margin-right:5vw}
.cwrtech--content--drawer {width:25vw; margin-left:3vw; margin-bottom:5vh; margin-top:1.5vh; text-align:center}
.cwrtech--content--drawer img{width:90%}
.cwrtech--content--drawer p{font-size: 3vmin; font-weight:500; line-height:4.75vmin; padding-top: 2vmin; padding-bottom: 3vmin; color:#333; text-align:center}

.benefit--drawer{width:100%; height:auto; text-align:center; float:none; padding:3vh 2vw}
.benefit--drawer img {width:29%; height:auto; }
.benefit--drawer h2 {font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 4.5vmin; font-weight:500; line-height:5vmin; color:#333}
.benefit--drawer p {font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 3vmin; font-weight:200; line-height:3.75vmin; padding-top: 2vmin; padding-bottom: 1vh; color:#333;}

.features{width:100%; height:auto; background-color:#ebf0f6; overflow:hidden; display:block; padding-top:75px; clear:both;}
.features h2 {font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 4.75vmin; font-weight:500; line-height:6vmin; color:#3180ba; text-align:center}
.features--list{width:88vw; display: flex; flex-wrap: wrap; margin: 0 auto; padding-top: 2vh; padding-bottom: 5vh;}
.features--drawer {box-sizing: border-box; width: 90vw; position:relative; padding:2vh 0.2vw; text-align:center; float:none}
.features--drawer img {width:30%; height:auto;}
.features--drawer h2 {font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 4.25vmin; font-weight:500; line-height:5vmin; color:#007985}
.features--drawer p {font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 3vmin; font-weight:200; line-height:3.75vmin; padding-top: 1vmin; color:#333;}
.features--second{width:100%; height:auto; background-image:url(../images/bg-card-2-mob.jpg);background-repeat:no-repeat; background-attachment:fixed; background-size:cover; background-position:center left; overflow:hidden; display:block; position:relative}
.features--list--s{width:88vw; display: flex; flex-wrap: wrap; margin: 0 auto; padding-top: 2vh; padding-bottom: 5vh;}
.features--second h2 {font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 4.75vmin; font-weight:500; line-height:6vmin; color:#3180ba}
.features--second p{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 3vmin; font-weight:200; line-height:3.75vmin; padding-top: 2vmin; padding-bottom: 3vmin; color:#333;}
.features--secondcontent{width:60%; text-align:left; margin-left: 35vw; padding: 40px 8vw;}

.case--container{width:100vw; height:auto; display:block; overflow:hidden; text-align:center; padding-top:75px; padding-bottom:1vh; background-color:#fff}
.case--container h2 {font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:5vmin; color:#3180ba}
.case--container h3 {font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 3.75vmin; font-weight:400; line-height:5vmin; color:#333; text-align:center}
.case--drawer {width:80vw; height: auto; overflow:hidden; margin-left:auto; margin-right:auto; padding-top: 0; padding-bottom:0; margin-top:3vh; margin-bottom:5vh }
.case--drawer h3{font-family: 'Roboto Condensed', 'Roboto',  sans-serif; font-size: 2.75vmin; font-weight:600; line-height:3vmin; }
.case--drawer--img {float:none; width:100%; text-align:center;}
.case--drawer--img img {width:90%;}
.case--wording{width:100vw; height:auto; padding-top:1vh; padding-bottom:1vh; text-align:left; background-color:#fff; overflow:hidden; float:none}
.case--wording p{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 3vmin; font-weight:200; line-height:4.75vmin; padding-top: 1vh; margin-bottom:1vh; color:#333; }

.button--m{font-family: 'Roboto Condensed', 'Roboto', sans-serif; width:100%; min-width:150px; height:30px; background-color: #007985; border-radius:15px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:3vmin; line-height: 30px;text-align: center}
.button--m a{color:#fff; text-decoration:none;}
.button--m a:hover{color:#ffb718; text-decoration:none;}
.button--m a:visited{color:#f1f1f1; text-decoration:none;}
.button--m2{width:50%; min-width:200px; height:40px; background-color: #007985; border-radius:20px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:2.25vmin; line-height: 40px;text-align: center}
.button--m2 a{color:#fff; text-decoration:none;}
.button--m2 a:visited{color:#f1f1f1; text-decoration:none;}
.button--m2 a:hover{color:#ffb718; text-decoration:none;}
.button--m2 a:active{color:#ffb718; text-decoration:none;}
.button--l{font-family: 'Roboto', 'Roboto Condensed', sans-serif; width:50%; min-width:220px; height:36px; background-color: #007985; border-radius:18px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:3.5vmin; line-height: 36px;text-align: center; margin:2vh auto }
.button--l a{color:#fff; text-decoration:none;}
.button--l a:hover{color:#ffb718; text-decoration:none;}
.button--l a:visited{color:#f1f1f1; text-decoration:none;}
.download--button{width:auto; height:40px; border-radius:20px; background-color:#007985; font-family: 'Roboto', sans-serif; font-size: 1rem; color:#fff; font-weight:400; line-height:40px; text-align:center; padding-left:30px; padding-right:30px}
.download--button a {color:#fff; text-decoration:none;}

.planning--wrapper{width:100vw; height:auto; overflow:hidden; display:block; background-color:#97bedb}
.planning {width:70vw; height:auto; margin-top:2vh; margin-bottom:2vh; margin-right:auto; margin-left:auto; text-align:center;}
.planning-text {margin-right:auto; margin-top:5vh; text-align:left}
.planning-text h2{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 8vmin; font-weight:600; line-height:9vmin; color:#21455d}
.planning-text p{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 3.75vmin; font-weight:500; line-height:5.75vmin; color:#21455d}
.planning-img {margin-bottom:6.5vh;margin-top:3vh; padding-top:30vh; float:none}
.planning-img img {width:45%}

.products{width:100%; height:auto; position:relative; padding-top:30px; background-color:rgba(226,226,226,1)}
.products h2 {font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:6vmin; color:#007985; text-align:center}
.products--list {display: flex; flex-wrap: wrap }
.products--tab {box-sizing: border-box; width: 100%; padding: 15px 0; position:relative; background-color:#d0dbdd; }
.products--tab:nth-child(2n+1){background-color:#eeefe7;}
.products--tab:nth-child(2n+5){background-color:#eaeaea;}
.products--tab:nth-child(2n+6){background-color:#d0dbdd;}
.products--tab:nth-child(2n+9){background-color:#eeefe7;}
.products--name{font-family:  'Roboto Condensed', sans-serif; font-size: 20px; color:#333; font-weight:500; line-height:2.25rem; width:90%; margin-left: 20px; margin-top: 15px; letter-spacing:0;}
.products--name-m{font-family:  'Roboto Condensed', sans-serif; font-size: 20px; color:#333; font-weight:500; line-height:2.25rem; width:90%; margin-left: 20px; margin-top: 15px; letter-spacing:0; display:none}
.products--name-s{font-family:  'Roboto Condensed', sans-serif; font-size: 20px; color:#333; font-weight:500; line-height:2.25rem; width:60%; margin-left: 20px; margin-top: 15px; letter-spacing:0;}
.products--cat{display:block; width:55%; font-size: 3vmin; font-weight:400; margin-bottom:-1vmin; letter-spacing:-1px; line-height:2;}
.products--cat sup {font-size: 1vmin; font-weight:400; margin-bottom:-1vmin; letter-spacing:-1px; line-height:10px;}
.products--buttonwrapper{width:40%; padding: 0; margin-left: 20px; margin-top: 2vh;}
.products--button{width:120px; height:30px; border-radius:15px; background-color:#007985; font-family:  'Roboto', sans-serif; font-size: 1rem; color:#fff; font-weight:400; line-height:30px; text-align:center; margin: 7px 0;}
.products--button a {color:#fff; text-decoration:none;}
.formwrapper{width:100%; padding:80px 5px 40px; background-color: rgba(79,123,176,0.14); }
.hover-zoom {
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 90%;
  background-position: right center ;
  background-repeat: no-repeat;
  position: relative;
}
.hover-zoom:hover {
  background-size: 97%;
}
.hover-zoom p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
  margin: 0;
  box-sizing: border-box;
}              
.report{width:100%; height:800px; background-image:url(../images/bg-card-3.jpg); display:block; padding-top:30px; padding-bottom:30px;}
.report h2{font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:6vmin; color:#007985; text-align:center}
.report--list{width:100%; height:auto; display: flex; flex-wrap: wrap; margin: 0 auto; padding-top: 2vh; padding-bottom: 2vh}
.report--drawer{box-sizing: border-box; width: 100%; text-align:center; position:relative; float:none; padding:30px 10px 10px;}
.report--drawer img{width:80%}
.report--content{width:100%; border:1px ssolid #093} 
.report--content h4{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 4vmin; font-weight:600; paddin-top:5vh}
.report--content p{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 3vmin; font-weight:200; line-height:4vmin; padding-top: 1vh; margin-bottom:3vh; color:#333; } 
.formwrapper{width:100vmin; padding:80px 0 40px ; background-color: rgba(230,236,244,1)}

#ok {display:block; width: 100%; height:auto; font-size: 3vmin; font-weight: 500; color:#fff; line-height: 3.5vmin; text-align:center; align-items:center; background-color: rgba(85,85,85,0.8); padding:15px 30px; position:fixed; bottom:0; z-index:9000}
}
/*====== Desktop version ================================================================ Desktop version ====================================================================== Desktop version =====*/
@media only screen and (min-width: 769px){
.wrapper{
	margin:0 auto;
	width:100vmax;
	height:100%;
}
h1 {font-size: 6vmin; font-weight:600; line-height:9.5vmin;}
h2 {font-size: 5vmin; font-weight:600; line-height:7vmin;}
h3 {font-size: 4vmin; font-weight:300; line-height:6.5vmin; padding-top: 2vmin; padding-bottom: 2vmin;}
h4 {font-size: 2vmin; font-weight:300; line-height:3vmin;}
h6 {font-size: 2vmin; font-weight:300; line-height:3.2vmin;}
#header--mobile{
  width:100%;
  height:100%;
  background-color:rgba(255,255,255,1);
  position:fixed;
  top:0;
  left:0;
  transform:translate3d(-2000px,0px,0px);
  z-index:9998;
  display:none;
  font-weight:500;
}
.header__nav{
	width:100%;
	height:75px;
	margin:0px auto;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	overflow:hidden;
	z-index:10;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}
.header__nav h1 {
  float:left;
  padding-left:30px;
  padding-top: 5px;   
}
.header__nav h1 a{
  display:block;
  width:13vw;
  min-width:200px;
  height: 25px;
  background-image: url(https://www.arbor-technology.com/Event/Infotainment-Solution/images/arbor-logo.svg);
  background-repeat:no-repeat;
  background-size:contain;
  text-indent: -9999px;
}

.header__nav ul{
  float:right;
  padding-right: 10px;
  padding-top:25px;
  list-style:none;
}
.header__nav li{
  float:left;
}
.header__nav li a{
	display:block;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	text-decoration:none;
	color:#9e9e9e;
	font-size:1em;
	font-weight:500;
}
.signup--button{width:auto; padding: 1em; color:#ffb718; font-size: 1em; text-align:center;
background-color:#007985;
-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 0 #777;
  -webkit-box-shadow: 0 3px 0 #777;
  box-shadow: 0 3px 0 #777;
  text-decoration:none;
  margin-bottom: 250px}
/* Pure CSS3 Lightbox start */
.lightbox-target {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100vmax;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index:9997;
}
.lightbox-target .content {
  width: 50%;
  height: auto;
  background: #fff;
  color: #333;
  margin: auto;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  overflow:auto;
  z-index:9998;
}
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid #fff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox-target:target .content, .lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target:target .lightbox-close {
  top: 5%;
}

.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #007985;
  color: #ffb718;
  position: absolute;
  top: 10%;
  right: 25%;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  z-index:9999;
}
.lightbox-close:before, .lightbox-close:after {
  content: " ";
  display: block;
  height: 30px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}
.lightbox-close:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.kv--wrapper {width:100vw; height:75vh; overflow:hidden;display:block; }
.kv--wrapper:before {
	background:url('../images/header_L.jpg') no-repeat center top;
    background-size:cover;	
	background-attachment:scroll;
    display:block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
    content: "";
    z-index: -1;}

.kv--introo {width:36vw; font-family:'Roboto Condensed', 'Roboto', sans-serif; text-align:left; color:#fff; padding-top: 0; margin-left:auto; margin-right:5vw; margin-top:20vh; margin-bottom:5vh}
.kv--introo h1{font-size: 6.5vmin; font-weight:600; line-height:8vmin; }
.kv--introo h2 {font-size: 3.6vmin; font-weight:400; line-height:6vmin;}
.kv--introo--img{width:10vw; position:absolute; bottom:35vh; right:29.5vw}

.benefit--first{width:100%; height:auto; text-align:left; margin: 0 auto; padding: 75px 10vw 8vh; background-color:#dfe9ea; overflow:hidden; display:block}
.benefit--first h2 {width:80%; font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:6vmin; margin:0 auto}
.benefit--first p{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 2.25vmin; font-weight:200; line-height:3.75vmin; padding-top: 2vmin; color:#333;}

.benefit--second{font-family: 'Roboto Condensed', 'Roboto', sans-serif; width:100vw; height:auto; overflow:hidden; display:block; background-color:#f1f1f1}
.benefit--second--img {width:30vw; margin-left: 15vw; float:left; overflow:hidden; text-align:center}
.benefit--second--img img {width:80%; height:auto}
.benefit--second h2 {font-size: 4.75vmin; font-weight:600; line-height:6vmin; color:#3180ba}
.benefit--second p{font-size: 2.25vmin; font-weight:200; line-height:3.75vmin; padding-top: 2vmin; padding-bottom: 3vmin; color:#333;}
.benefit--second ul{margin-left:2.75vmin;padding-bottom:3.75vmin}
.benefit--second li{font-size: 2.25vmin; font-weight:200; line-height:4.25vmin; color:#333;}
.benefit--secondcontent{width:40vw; text-align:left; margin-left: 45vw; margin-top:-40vh; float:left}

.story--wrapper{width:100vw; height:auto; background-color: #fff; padding-top: 4vh; padding-bottom: 4vh} 
.story--content{width:90vw; height:auto; margin:0 auto;padding-top: 4vh; padding-bottom: 4vh; clear:both}
.story--content h2{font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:5vmin; color:#3180ba;text-align: center; margin-bottom: 5vh;}

.cwrtech--wrapper{width:100vw; height:auto; overflow:hidden; display:block; background-color:#eaf1f7; background-image:url(../images/cwr-technology.jpg);
       		 background-size:36%;
             background-repeat:no-repeat;
       		 background-position:right center}
.cwrtech--drawer{width:90vw;height:auto; margin:0 auto; overflow:hidden; display:block;}
.cwrtech--content {width:58vw; height:auto; margin-left:0; overflow:hidden; display:block; padding-top: 8vh;}
.cwrtech--content h2{font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:5.75vmin; color:#3180ba;text-align: center; margin-bottom: 3vh;margin-left:5vw; margin-right:5vw}
.cwrtech--content--drawer {width:12vw; margin-left:6vw; margin-bottom:5vh; margin-top:2.5vh; text-align:center}
.cwrtech--content--drawer img{width:90%}
.cwrtech--content--drawer p{font-size: 2.25vmin; font-weight:500; line-height:3.75vmin; padding-top: 2vmin; padding-bottom: 3vmin; color:#333; text-align:center}

	
.features{width:100vw; height:auto; background-color:#ebf0f6; overflow:hidden; display:block; padding-top:75px; clear:both;}
.features h2 {font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:6vmin; color:#3180ba; text-align:center}
.features--list{width:80vw; display: flex; flex-wrap: wrap; margin: 0 auto; padding-top: 2vh; padding-bottom: 5vh;}
.features--drawer {box-sizing: border-box; width: 25vw; position:relative; padding:2vh 2vw; text-align:center; float:left}
.features--drawer img {width:29%; height:auto;}
.features--drawer h2 {font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 4vmin; font-weight:500; line-height:5vmin; color:#007985}
.features--drawer p {font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 2.25vmin; font-weight:200; line-height:3.25vmin; padding-top: 1vmin; color:#333;}
.features--list--s{width:55vw; display: flex; flex-wrap: wrap; margin: 0 auto; padding-top: 2vh; padding-bottom: 5vh;}
.features--second{width:100vw; height:auto; background-image:url(../images/bg-card-2.jpg);background-repeat:no-repeat; background-attachment:fixed; background-size:cover; background-position:-17vw 7vh; overflow:hidden; display:block; position:relative}
.features--second h2 {font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:6vmin; color:#007985}
.features--second p{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 2.25vmin; font-weight:200; line-height:3.75vmin; padding-top: 2vmin; padding-bottom: 3vmin; color:#333;}
.features--secondcontent{width:50vw; text-align:left; margin-left: 40vw; padding: 40px 8vw;}

.case--container{width:100vw; height:auto; display:block; overflow:hidden; text-align:center; padding-top:75px; padding-bottom:1vh; background-color:#fff}
.case--container h2 {font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:5vmin; color:#3180ba}
.case--container h3 {font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 3.75vmin; font-weight:400; line-height:5vmin; color:#333; text-align:center}
.case--drawer{width:80vw; height: auto; overflow:hidden; margin-left:auto; margin-right:auto; padding-top: 0; padding-bottom:0; margin-top:3vh; margin-bottom:5vh }
.case--drawer h3{font-family: 'Roboto Condensed', 'Roboto',  sans-serif; font-size: 2.75vmin; font-weight:600; line-height:3vmin; }
.case--drawer--img {float:left; width:40vw}
.case--drawer--img img {width:80%}
.case--wording{width:45%; height:100%; padding:1vh 3vw; text-align:left; background-color:#fff; display:block; overflow:auto; float:left}
.case--wording p{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 2.25vmin; font-weight:200; line-height:3.25vmin; padding-top: 1vh; margin-bottom:1vh; color:#333; }
.button--m{width:90%; min-width:260px; height:40px; background-color: #007985; border-radius:20px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:2.25vmin; line-height: 40px;text-align: center}
.button--m a{color:#fff; text-decoration:none;}
.button--m a:visited{color:#f1f1f1; text-decoration:none;}
.button--m a:hover{color:#ffb718; text-decoration:none;}
.button--m a:active{color:#ffb718; text-decoration:none;}
.button--m2{width:50%; min-width:200px; height:40px; background-color: #007985; border-radius:20px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:2.25vmin; line-height: 40px;text-align: center}
.button--m2 a{color:#fff; text-decoration:none;}
.button--m2 a:visited{color:#f1f1f1; text-decoration:none;}
.button--m2 a:hover{color:#ffb718; text-decoration:none;}
.button--m2 a:active{color:#ffb718; text-decoration:none;}
.button--l{font-family: 'Roboto', 'Roboto Condensed', sans-serif; width:50%; min-width:486px; height:52px; background-color: #007985; border-radius:26px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:2.75vmin; line-height: 52px;text-align: center; margin:6vh auto 1vh}
.button--l a{color:#fff; text-decoration:none;}
.button--l a:visited{color:#f1f1f1; text-decoration:none;}
.button--l a:hover{color:#ffb718; text-decoration:none;}
.button--l a:active{color:#ffb718; text-decoration:none;}
.download--button{width:auto; height:40px; border-radius:20px; background-color:#007985; font-family: 'Roboto', sans-serif; font-size: 1rem; color:#fff; font-weight:400; line-height:40px; text-align:center; padding-left:30px; padding-right:30px}

.download--button a {color:#fff; text-decoration:none;}

.planning--wrapper{width:100vw; height:auto; overflow:hidden; display:block; background-color:#97bedb}
.planning {width:80vw; height:auto; margin-top:5vh; margin-bottom:10vh; margin-right:auto; margin-left:20%}
.planning-text {margin-right:5vw; margin-top:5vh}
.planning-text h2{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 7.5vmin; font-weight:600; line-height:9vmin; color:#21455d}
.planning-text p{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 3vmin; font-weight:500; line-height:5.75vmin; color:#21455d}
.planning-img {margin-bottom:6.5vh;margin-top:3vh; float:left}
.planning-img img {width:80%}

.products{width:100%; height:auto; position:relative; padding-top:75px; background-color:rgba(226,226,226,1)}
.products h2 {font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:6vmin; color:#3180ba; text-align:center}
.products--list { width:90%; display: flex; flex-wrap: wrap; margin: 0 auto; padding-top: 2vmin; padding-bottom: 10vmin;}
.products--tab { box-sizing: border-box; width: 25%; padding: 3vmin 0; position:relative; background-color: #d0dbdd;}
.products--tab:nth-child(2n+1){background-color:#eeefe7;}
.products--tab:nth-child(2n+5){background-color:#d0dbdd;}
.products--tab:nth-child(2n+6){background-color:#eeefe7;}
.products--tab:nth-child(2n+9){background-color:#d0dbdd;}

.products--cat{font-size: 2vmin; font-weight:400; margin-bottom:-1vmin; letter-spacing:-1px; line-height:0.8;}
.products--cat sup {font-size: 1vmin; font-weight:400; margin-bottom:-1vmin; letter-spacing:-1px; line-height:10px;}
.products--name{font-family: 'Roboto Condensed', sans-serif; font-size: 3vmin; color:#333; font-weight:400; line-height:3.25vmin; width:48.5%; margin-left: 20px; margin-top: 15px; letter-spacing:-1px;}
.products--name-m{font-family: 'Roboto Condensed', sans-serif; font-size: 1.75rem; color:#333; font-weight:400; line-height:2.25rem; width:48.5%; margin-left: 20px; margin-top: 15px; letter-spacing:-1px;}
.products--name-s{font-family: 'Roboto Condensed', sans-serif; font-size: 1.75rem; color:#333; font-weight:400; line-height:2.25rem; width:48.5%; margin-left: 20px; margin-top: 15px; letter-spacing:-1px;display:none}
.products--buttonwrapper{width:40%; padding: 0; margin-left: 20px; margin-top: 2vh;}
.products--button{width:120px; height:30px; border-radius:15px; background-color:#007985; font-family:  'Roboto', sans-serif; font-size: 1rem; color:#fff; font-weight:400; line-height:30px; text-align:center; margin: 7px 0;}
.products--button a {color:#fff; text-decoration:none;}
.products--button a:hover{color:#ffb718; text-decoration:none;}
.hover-zoom {
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 90%;
  background-position: right center ;
  background-repeat: no-repeat;
  position: relative;
}
.hover-zoom:hover {
  background-size: 105%;
}
.hover-zoom p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
  margin: 0;
  box-sizing: border-box;
}
.report{width:100vw; height:auto; background-image:url(../images/bg-card-3.jpg); overflow:hidden; display:block; padding-top:60px; padding-bottom:60px}
.report h2{font-family: 'Roboto Condensed','Roboto', sans-serif; font-size: 4.75vmin; font-weight:600; line-height:6vmin; color:#007985; text-align:center}
.report--list{width:80vw; display: flex; flex-wrap: wrap; margin: 0 auto; padding-top: 2vh; padding-bottom: 2vh}
.report--drawer{box-sizing: border-box; width: 50%; text-align:center; position:relative; float:left; padding-left:10px; padding-right:10px}
.report--drawer img{width:80%}
.report--content{width:100%; border:1px ssolid #093} 
.report--content h4{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 2.75vmin; font-weight:600; paddin-top:5vh}
.report--content p{font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-size: 2.25vmin; font-weight:200; line-height:3.25vmin; padding-top: 1vh; margin-bottom:3vh; color:#333; }    
.formwrapper{width:100%; padding:80px 5px 40px ; background-color: rgba(230,236,244,1)}

#ok {display:block; width: 100%; height:auto; font-size: 1.5vmin; font-weight: 500; color:#fff; line-height: 3vmin; text-align:center; align-items:center; background-color: rgba(85,85,85,0.8); padding:20px 30px; position:fixed; bottom:0; z-index:9000}
}
/*====== Large version ================================================================ Large version ====================================================================== Large version =====*/
@media screen and (min-width: 1441px){
.col-md-15 {
	 width: 20%; 
	 float: left;
	 position: relative; 
	 min-height: 1px; 
	 padding-right: 15px; 
	 padding-left: 15px;
}
.container {
	width: 1440px;}

}
@media screen and (min-width:651px) and (max-width: 1440px) {
.col-md-15 {
	 width: 20%; 
	 float: left;
	 position: relative; 
	 min-height: 1px; 
	 padding-right: 15px; 
	 padding-left: 15px;
}
.container {
	width: 1010px;
  }
}
@media (max-width: 650px) {
.col-md-15 {
	 width: 50%; 
	 float: left;
	 position: relative; 
	 min-height: 1px; 
	 padding-right: 15px; 
	 padding-left: 15px;
}
.container {
	width: 100%;
  } 
}