@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video, iframe {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Fluid Styles */
.fluid {
	clear: both;
	margin: auto 2%;
	width: 96%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 1%;
	padding-right:1%;
	clear: none;
	float: none;
}

/* Header & HERO styles*/
.heroHeader {
}
.logo {
	width: 60%;
}
/* Navigation Bar styles */
.topNav {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.topNavUl {
	position: static;
	width: 100%;
	margin-left: 0;
}
.topNavLI {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	height: auto;
	position: static;
}

/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}

/* Text & Content areas styles */
.textContainer {
    padding-top:20px;
}
#sectionOne {
	width: 83.0508%;
	margin-left: 8.4745%;
}
#sectionTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	display: none;
}
.secondarySection {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}

/*.contentArea{
    width: 80%;
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 5%;
}*/

.tiles {
	width:96% /*83.0508%*/;
	margin-left: /*8.4745%*/;
	clear: both;
	display: block;
	padding-bottom: 10px;
	position:relative;
	margin-top:5%;
}
.tiles:hover {
	opacity: 0.6;
    cursor: pointer;
}
.tiles_nohover {
	width:100% /*83.0508%*/;
	margin-left: /*8.4745%*/;
	clear: both;
	display: block;
	padding-bottom: 10px;
	position:relative;
	margin-top:5%;
}
.tiles_nohover2 {
	width:100% /*83.0508%*/;
	margin-left: /*8.4745%*/;
	clear: both;
	display: block;
	padding-bottom: 10px;
	position:relative;
	margin-top:5%;
}
.tiles2 {
	width: 96%;
	clear: none;
	margin-top:2%;
	display: block;
}
/* Footer styles*/
.footer {
	background-color: rgba(239,239,239,1.00);
}
.footerSection {
	width: 100%;
	clear: both;
}

.gallery {
}
.showAreaH2 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.function_tiles1 {
	background-color: #ededed;
	padding:20px 0px;
}
.newsblock_textStyle {
	font-family:'Noto Sans TC','Noto Sans JP', sans-serif;
	color:rgba(0,0,0,1.00);
	text-align:left;
	clear: both;
	display: block;
	background-image:url(../images/news_txt_bg.png);
	position:absolute;
	margin-top:180px;
	padding:10px;
	height:70px;
}
.logo_border{border:1px #E8E8E8 solid; margin-right:3px}
.logo_layout{float:left; text-align:center; margin-right:5%; margin-bottom:3%; font-size:12px; width:45%;font-family:'Noto Sans TC', sans-serif;}	
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
.abgne_tab {
		clear: right;
		float:right;
		width:100%;
		margin: 0px 0;
		line-height:1.5;
		padding-top:0%;
	}
	ul.tabs {
		width: 100%;
		height: 32px;
		padding-left:2%;
		/*border-bottom: 1px solid #999;
		border-left: 1px solid #999;*/
	}
	ul.tabs li {
		/*float: left;*/
		width:%;
		height:2;
		line-height:0.3;
		overflow: hidden;
		position: relative;
		margin-bottom: 20px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		/*border: 1px solid #999;*/
		border-left: none;
		background: #fff;
		text-align:left;
		float:left;
		margin-right:3%;
		border-radius:6px;
	}
	ul.tabs li a {
		display: block;
		color: #000;
		text-decoration: none;
	}
	ul.tabs li a:hover {
		background-position: right;
		background-repeat: no-repeat;
	}
	ul.tabs li.active  {
         border:solid 2px #999;
		 border-bottom:solid 2px #fff;
		background-position: right;
		background-repeat: no-repeat;
		color: #fff;
		padding:0 10px;
	}
	ul.tabs li.active a:hover {
				
	}
	div.tab_container {
		text-align:left;
		width: 100%;
		/*border: 1px solid #999;*/
		border-top: none;
		background: #fff;
		border-bottom:solid 2px #999;
	}
	div.tab_container .tab_content {
		padding: 0px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 20px;
	}
.contentArea{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 100;
	color: rgba(0,0,0,1.00);
	line-height: 1.6;
	text-align:left;
	margin:  auto 2%;
}	
.apply_section {
	color:rgba(0,0,0,1.00);
	display: block;
	position:absolute;
	margin-top:-100px;
	background-color: hsla(0, 100%, 100%, 0.8);
	padding:10px;
}
.function_tiles2 {
	width: 96%;
	clear: none;
	margin-top:0;
	margin-bottom:10%;
	display: block;

}
#popWindow, .show{ /*此行指定放置廣告的div */
width:75%; /*此行設定div的寬度*/
height:450px; /*此行設定div的高度*/
padding:20px;
z-index:1000;
background-color: #FFC;/*此行設定div的背景圖形*/
box-shadow:2px 2px 10px gray; /*此行設定div的外框陰影*/
/*border:2px gray solid; 此行設定div的外框線條*/
border-radius:10px; /*此行設定div的外框圓角*/
position:fixed; /*此行設定div為不隨捲動而移動的模式*/
} 
.glod-sticker{
	float:none;
	margin:auto;
	width:60%;
}
@media only screen and (min-width: 481px) {
.glod-sticker{
	float:none;
	margin:auto;
	width:60%;
}
.fluid {
	clear: both;
	margin: auto 2%;
	width: 96%;
	float: left;
	display: block;
}	
.contentArea{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 100;
	color: rgba(0,0,0,1.00);
	line-height: 1.6;
	text-align:left;

}	
.logo_border{border:1px #E8E8E8 solid; margin-right:3px}
.logo_layout{float:left; text-align:center; margin-right:3%; margin-bottom:3%; font-size:12px; width:22%;font-family: 'Noto Sans TC', sans-serif;}		
.gridContainer {
	width: 95%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Header & HERO styles*/
.heroHeader {
}
.logo {
	width: 30%;
}
/* Navigation styles*/
.topNav {
	clear: none;
	width: 49.1525%;
    margin-left: 35.5932%;
}
.topNavUl {
	position: static;
	width: 100%;
	margin-left: 0;
}
.topNavLI {
	clear: none;
	width: 31.0344%;
	height: auto;
	position: static;
	margin-left: 3.4482%;
}

/* Main heading styles*/
.mainHeading {
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
    padding-top: 40px;
}
#sectionOne {
	width: 40.6779%;
    margin-left: 5.4745%;
}
#sectionTwo {
	clear: none;
	width: 40.6779%;
    margin-left: 8.4745%;
	display: block;
}
.tiles {
	clear: none;
	width: 45%;
	margin-top: 5%;
	margin-left: 2%;
	display: block;
    padding-bottom: 5%;
}
.tiles_nohover {
	clear: none;
	width: 45%;
	margin-top:5%;
	margin-left: 1.6949%;
	display: block;
    padding-bottom: 5%;
}
.tiles_nohover2 {
	clear: none;
	width: 48%;
	margin-top: 5%;
	margin-left: 1.6949%;
	display: block;
    padding-bottom: 5%;
}
.tiles2 {
	width: 100%;
	clear: none;
	margin-top:2%;
	margin-bottom:5%;
	display: block;
}
.full_pic {
	width: 100%;
	clear: none;
	display: block;

}
.secondarySection {
	clear: none;
	width: 49.1525%;
	margin-left: 1.6949%;
	display: block;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}
/* Footer styles*/
.footer {
}
.footerSection {
	clear: none;
	width: 31%;
	margin-left: 1.6949%;
	display: block;
	float:left;
}
.gallery { }
.showAreaH2 {
}
.hide_tablet {
display: none;
}

.show_tablet {
display: inline;
}
.zeroMargin_tablet {
margin-left: 0;
}
.newsblock_textStyle {
	font-family:'Noto Sans TC','Noto Sans JP', sans-serif;
	color:rgba(0,0,0,1.00);
	text-align:left;
	clear: both;
	display: block;
	background-image:url(../images/news_txt_bg.png);
	position:absolute;
	margin-top:180px;
	padding:10px;
	height:70px;
}
.abgne_tab {
		clear: right;
		float:right;
		width:100%;
		margin: 0px 0;
		line-height:1.5;
		padding-top:0%;
	}
	ul.tabs {
		width: 100%;
		height: 32px;
		padding-left:2%;
		/*border-bottom: 1px solid #999;
		border-left: 1px solid #999;*/
	}
	ul.tabs li {
		/*float: left;*/
		width:%;
		height:2;
		line-height:0.3;
		overflow: hidden;
		position: relative;
		margin-bottom: 20px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		/*border: 1px solid #999;*/
		border-left: none;
		background: #fff;
		text-align:left;
		float:left;
		margin-right:3%;
	}
	ul.tabs li a {
		display: block;
		color: #000;
		text-decoration: none;
	}
	ul.tabs li a:hover {
		background-position: right;
		background-repeat: no-repeat;
	}
	ul.tabs li.active  {
         border:solid 2px #999;
		 border-bottom:solid 2px #fff;
		background-position: right;
		background-repeat: no-repeat;
		color: #fff;
		padding:0 30px;
	}
	ul.tabs li.active a:hover {
				
	}
	div.tab_container {
		text-align:left;
		width: 100%;
		/*border: 1px solid #999;*/
		border-top: none;
		background: #fff;
		border-bottom:solid 2px #999;
	}
	div.tab_container .tab_content {
		padding: 0px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 50px;
	}
.apply_section {
	color:rgba(0,0,0,1.00);
	display: block;
	position:absolute;
	margin-top:-150px;
	background-color: hsla(0, 100%, 100%, 0.8);
	padding:10px;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.glod-sticker{
	float: right;
	width:25%;
}
#popWindow, .show{ /*此行指定放置廣告的div */
width:500px; /*此行設定div的寬度*/
height:350px; /*此行設定div的高度*/
padding:30px;
z-index:1000;
background-color: #FFC;/*此行設定div的背景圖形*/
box-shadow:2px 2px 10px gray; /*此行設定div的外框陰影*/
/*border:2px gray solid; 此行設定div的外框線條*/
border-radius:10px; /*此行設定div的外框圓角*/
position:fixed; /*此行設定div為不隨捲動而移動的模式*/
} 
.fluid {
	clear: both;
	margin:0;
	width: 100%;
	float: left;
	display: block;
	text-align:left;
}	
.contentArea{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 100;
	color: rgba(0,0,0,1.00);
	line-height: 1.6;
	text-align:left;
}
.Tag-size{
	width:33%

}
.abgne_tab {
		clear: right;
		float:right;
		width:100%;
		margin: 0px 0;
		line-height:1.5;
		padding-top:0%;
	}
	ul.tabs {
		width: 100%;
		height: 32px;
		padding-left:2%;
		/*border-bottom: 1px solid #999;
		border-left: 1px solid #999;*/
	}
	ul.tabs li {
		/*float: left;*/
		width:%;
		height:2;
		line-height:0.3;
		overflow: hidden;
		position: relative;
		margin-bottom: 20px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		/*border: 1px solid #999;*/
		border-left: none;
		background: #fff;
		text-align:left;
		float:left;
		margin-right:3%;
	}
	ul.tabs li a {
		display: block;
		color: #000;
		text-decoration: none;
	}
	ul.tabs li a:hover {
		background-position: right;
		background-repeat: no-repeat;
	}
	ul.tabs li.active  {
         border:solid 2px #999;
		 border-bottom:solid 2px #fff;
		background-position: right;
		background-repeat: no-repeat;
		color: #fff;
		padding:0 30px;
	}
	ul.tabs li.active a:hover {
				
	}
	div.tab_container {
		text-align:left;
		width: 100%;
		/*border: 1px solid #999;*/
		border-top: none;
		background: #fff;
		border-bottom:solid 2px #999;
	}
	div.tab_container .tab_content {
		padding: 0px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 50px;
	}	
.logo_border{border:1px #E8E8E8 solid; margin-right:3px}
.logo_layout{float:left; text-align:center; margin-right:2%; margin-bottom:2%; font-size:12px; width:18%;font-family:'Noto Sans TC', sans-serif;}	
.gridContainer {
	width:95%;
	max-width: 1000px;
	padding-left: 2.5%;
	padding-right:2.5% ;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Header & HERO styles*/
.heroHeader {
}
.logo {
	width: 23%;
}
/* Navigation styles*/
.topNav {
	width: 23.7288%;
	clear: none;
	margin-left: 52.5423%;
}
.topNavUl {
	width: 100%;
	margin-left: 0;
	position: static;
}
.topNavLI {
	width: 28.5714%;
	margin-left: 7.1428%;
	clear: none;
	height: auto;
	position: static;
}
/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
    padding-top:60px;
    padding-bottom:30px;
}
/*.mySection {
	width: 40.6779%;
	margin-left: 10.1694%;
	clear: none;
}*/
#sectionOne {
	width: 40.6779%;
	margin-left: 8.4745%;
}
#sectionTwo {
	width: 40.6779%;
	margin-left: 1.6949%;
	clear: none;
	display: block;
}
.secondarySection {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
}
.secondaryHeading {
	margin-left: 0;
	width: 100%;
}
/* Gallery styles*/
.tiles {
	width: 31%;
	clear: none;
	margin-top: 3%;
	margin-left: 1.8%;
	display: block;
	padding-bottom: 0;
}
.tiles_nohover {
	width: 31%;
	clear: none;
	margin-top: 3%;
	margin-left: 1.8%;
	display: block;
	padding-bottom: 0;
}
.tiles_nohover2 {
	width: 36.5%;
	clear: none;
	margin-top: 3%;
	margin-left: 3.5%;
	display: block;
	padding-bottom: 0;
}
.tiles2 {
	width: 48.5%;
	clear: none;
	margin-left:3%;
	margin-top:1.5%;
	margin-bottom:0;
	display: block;
	text-align:left;
}
.tiles3 {
	width: 63%;
	clear: none;
	margin-left:3%;
	margin-top:1.5%;
	margin-bottom:0;
	display: block;
	text-align:left;
}
.function_tiles1 {
	width: 20%;
	clear: none;
	margin-left:;
	margin-top:2%;
	margin-bottom:0;
	display: block;
	background-color:#fff;
}
.function_tiles2 {
	width: 73%;
	clear: none;
	margin-left:2%;
	margin-right:5%;
	margin-top:2%;
	margin-bottom:0;
	display: block;
	text-align:left;

}
.function_tiles3 {
	width: 15%;
	clear: none;
	margin-left:;
	margin-top:4%;
	margin-bottom:0;
	display: block;
}
.function_tiles4 {
	width:60%;
	clear: none;
	margin-left:;
	margin-top:2%;
	margin-bottom:0;
	display: block;

}
.full_pic {
	width: 100%;
	clear: none;
	display: block;

}
.page_mainpic {
	width: 55%;
	clear: none;
	margin-right:3%;
	display: block;
	margin-top:3%;
}
.page_mainpic_right {
	width: 40%;
	clear: none;
	margin-right:0;
	margin-top:1%;
	display: block;
	text-align:left;
}
/* Footer styles*/
.footer {
}
.footerSection {
	width: 32%;
	clear: none;
	display: block;
}
.footerTitle {
	margin-left: 0;
	width: 100%;
    margin-top: 5%;
}
.gallery {
}
.showAreaH2 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.show_desktop {
display: block;
}
 .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }  
.newsblock_textStyle {
	font-family:'Noto Sans TC', 'Noto Sans JP', sans-serif;
	color:rgba(0,0,0,1.00);
	text-align:left;
	clear: both;
	display: block;
	background-image:url(../images/news_txt_bg.png);
	position:absolute;
	margin-top:200px;
	padding:10px;
	height:70px;
}
.apply_section {
	color:rgba(0,0,0,1.00);
	display: block;
	position:absolute;
	margin-top:-150px;
	background-color: hsla(0, 100%, 100%, 0.8);
	padding:10px;
}
.vertical_center{
	height:80px;

	}
.vertical_center:before{
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;

	}
}



/*Helen*/
.container {
  margin-right: auto;
  margin-left: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: 388px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  /*padding-right: 15px;
  padding-left: 15px;*/
  margin-bottom:0px
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 100%;
            perspective: 100%;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2329';
}
.carousel-control .icon-next:before {
  content: '\232a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 15%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-family:'Quicksand', sans-serif;
  font-size:28px;
  text-align:;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height:388px;
}
