@charset "utf-8";
/* CSS Document */

body{
	font-family: sans-serif, 'cwTeXHei' !important;
	font-size:16px;
	line-height:30px;
	color:#393938;
	/*background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;*/
    /*background: url('../images/bg.jpg') no-repeat top fixed;*/
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

a:hover, a:focus {
	text-decoration:none;
}

span {
	color:#393938;
}

.para p {
	padding-bottom:15px;
}
	
.nav-style{
	box-shadow: none !important;
    background: #fabe00 !important;
	/*background:transparent;*/
    border: none !important;
	font-size:18px;
}

.container2 {
  margin-right: auto;
  margin-left: auto;
}

.navbar-default .navbar-nav > li > a {
  color: #FFF;
  text-shadow:3px 3px 3px #cccccc;
  font-weight:500;
  /*font-size:18px;*/
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: #ff6c00;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f0ad4e;
}

.navbar-nav > li > a {
  margin: 0px 0px;
  /*font-family: MElleHK-Medium;*/
  font-family: 'cwTeXHei', sans-serif;
}

/*@font-face {
  font-family: 'MElleHK-Medium';
  src: local('MElleHK-Medium Regular'),
       local('MElleHK-Medium'),
       url(../font/MElleHK-Medium.OTF) format("opentype"),
       url(../font/MElleHK-Medium-Roman.svg) format("svg"),
	   url(../font/MElleHK-Medium-Roman.ttf) format("truetype"),
       url(../font/MElleHK-Medium-Roman.woff) format("woff"),
	   url(../font/MElleHK-Medium-Roman.woff2) format("woff2"),
	   url(../font/MElleHK-Medium-Roman.eot) format("embedded-opentype");
}*/

.footer{
	font-family: 微軟正黑體;
}

a.flink:link,a.flink:visited {
	color:#935600;
	text-decoration:none;
}

a.flink:hover,a.flink:focus {
	color:#1b7ce0;
	text-decoration:none;
}


@media (max-width: 991px) {
.navbar-nav > li > a {
  font-size:20px;
  margin: 0px 0px;
}

/*@media (max-width: 767px) {
.navbar-nav > li > a {
  font-size:18px;
}*/

.navbar-default .navbar-toggle {
  border-color: #D28B28;
}

.full-page-background {
background: url(/Content/Vixen/img/background02.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center;  
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

position: fixed;
width: 100%;
z-index: 1;
}

/*.full {
    background: url('../images/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/
}

.carousel-indicators li {
  background-color: white;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffec47;
}

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  text-align:center;
}

.content_title {
	text-align:center;
	font-family: 'cwTeXHei', sans-serif;
}

.content {
	min-height:435px;
	border-left:1px solid #00a0e9;
}

.content2 {
	border-top:1px solid #00a0e9;
}


.table_title {
	min-width:200px;
	padding:20px; 
	padding-right:20px;
	text-align:top;
	font-size:20px;
}

.table_title2 {
	padding:20px; 
	padding-right:20px;
	text-align:top;
	font-size:20px;
}

.table_title3 {
	padding:3px; 
	background:#d8f2f6;
	color:#31b7f6;
	text-align:center;
	border-right:2pt solid white;
}

.table_title4 {
	padding:10px;
	background:#effafc;
	border-right:2pt solid white;
	line-height:22px;
}


.table_title5 {
	padding:10px;
	background:#c2eaff;
	border-right:2pt solid white;
	line-height:22px;
}

.table_title6 {
	padding:10px;
	background:#e2f5ff;
	border-right:2pt solid white;
	line-height:22px;
}


.table_title7 {
	padding:3px; 
	background:#ffd4d4;
	text-align:center;
	border:2pt solid white;
}

.table_title8 {
	padding:10px;
	background:#ffebeb;
	border:2pt solid white;
	line-height:22px;
}

.table_title8 a{
	color:#1b7ce0;
}

.table_title8 a:hover,  .table_title8 a:focus {
	color:#FF6700;
}


.table_title9 {
	padding:10px;
	background:#feecfa;
	border:2pt solid white;
	line-height:22px;
	color:#cb2a84;
	text-align:center;
}

.table_title10 {
	padding:10px;
	background:#fff7fd;
	border:2pt solid white;
	line-height:22px;
}

.sub_button {
	width:100%;
	padding:10px 0 0 0;
	/*margin-left:-5px;*/
	border:none;
	background:transparent;
	outline:none;
	color:#229083;
}

.sub_button:hover, .sub_button:focus {
	background:#def7f2;
	text-decoration:none;
}

.btn_icon:before {
	content:'';
	position:absolute;
	float:left;
	background:url(../images/05_icon.png) no-repeat 0 0;
	width:20px;
	height:26px;
	/*margin-left:-30px;*/
	
}

.contact_title {
	color:#d80404;
	margin-bottom:20px;
}

.sub_button2 {
	width:100%;
	padding:10px 0 0 0;
	/*margin-left:-5px;*/
	border:none;
	background:transparent;
	outline:none;
	color:#036da3;
	text-align:center;
}

.sub_button2:hover, .sub_button2:focus {
	background:#e2f5ff;
	text-decoration:none;
}

.btn_icon2:before {
	content:'';
	position:absolute;
	float:left;
	background:url(../images/06_icon.png) no-repeat 0 0;
	width:26px;
	height:26px;
	
}

.sub_button3 {
	width:100%;
	padding:10px 0 0 0;
	/*margin-left:-5px;*/
	border:none;
	background:transparent;
	outline:none;
	color:#a62424;
}

.sub_button3:hover, .sub_button3:focus {
	background:#ffebeb;
	text-decoration:none;
}

.btn_icon3:before {
	content:'';
	position:absolute;
	float:left;
	background:url(../images/07_icon.png) no-repeat 0 0;
	width:26px;
	height:26px;
	/*margin-left:-30px;*/
	
}

.sub_button4 {
	width:100%;
	padding:10px 0 0 0;
	/*margin-left:-5px;*/
	border:none;
	background:transparent;
	outline:none;
	color:#E07B24;
}

.sub_button4:hover, .sub_button4:focus {
	background:#ffefda;
	text-decoration:none;
}

.btn_icon4:before {
	content:'';
	position:absolute;
	float:left;
	background:url(../images/02_icon.png) no-repeat 0 0;
	width:20px;
	height:26px;
	/*margin-left:-30px;*/
	
}



/*album*/
   .gallery {
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    
    .gallery li {
        float: left;
		margin-bottom:15px;
    }
	
	.zoom_in {
		cursor: zoom-in; /* 大大大 */
	}
/*end of album*/

.album_box {
	background:#ffeacd;
	padding-top:10px;
	text-align:center;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	width:45%;
	float:left;
}

.album_box2 {
	background:#fff7cd;
	padding-top:10px;
	text-align:center;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	width:45%;
	float:left;
}

.album_link:link, .album_link:hover, .album_link:focus ,.album_link:visited {
	color:#393938;
	text-decoration:none;
}


.album_box3 {
	background:#ffeacd;
	padding-top:10px;
	text-align:center;
	margin-bottom:20px;
	/*margin-left:10px;
	margin-right:10px;*/
	width:100%;
	float:left;
}

.album_box4 {
	background:#fff7cd;
	padding-top:10px;
	text-align:center;
	margin-bottom:20px;
	/*margin-left:10px;
	margin-right:10px;*/
	width:100%;
	float:left;
}



.album_box5 {
	background:#feecfa;
	padding-top:10px;
	text-align:center;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	width:45%;
	float:left;
}

.album_box6 {
	background:#fff7fd;
	padding-top:10px;
	text-align:center;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	width:45%;
	float:left;
}

	

.album_box7 {
	background:#feecfa;
	padding-top:10px;
	text-align:center;
	margin-bottom:20px;
	/*margin-left:10px;
	margin-right:10px;*/
	width:100%;
	float:left;
}

.album_box8 {
	background:#fff7fd;
	padding-top:10px;
	text-align:center;
	margin-bottom:20px;
	/*margin-left:10px;
	margin-right:10px;*/
	width:100%;
	float:left;
}	

.breadcrumb {
	background:none;
	color:#393938;
	padding: inherit;
}

a.breadcrumb:hover {
	color:#00a0e9;
}


.video-container {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}


/*view on phone*/
  .content {	
	border-top:1px solid #00a0e9;
	border-left:none;
	min-height:inherit;
  }
  
  .size {
	 padding-right:6px;padding-left:6px; margin-bottom:10px; padding-top:20px;
  }

/*use different css with different size*/

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .content {
	min-height:480px;
	border-left:1px solid #00a0e9;
	border-top:none;
  }
  
  .size {
	  padding-right:50px;padding-left:50px; margin-bottom:10px; padding-top:20px;
  }
  
  .sub_button2 {
	  padding-left:10px;
	  text-align:left;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }

  .content {
	min-height:480px;
	border-left:1px solid #00a0e9;
	border-top:none;
  }
  
  .size {
	  padding-right:50px;padding-left:50px; margin-bottom:10px; padding-top:20px;
  }
  
  .btn_icon2 {
	  margin-left:8px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 960px;
  }

  .content {
	min-height:480px;
	border-left:1px solid #00a0e9;
	border-top:none;
  }
  
  .size {
	  padding-right:50px;padding-left:50px; margin-bottom:10px; padding-top:20px;
  }
}

/*menu color*/
.active {
	background:#ff558d;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
		background-image: none;
		box-shadow: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: white;
    background: none;
}



.active2 {
	background:#fe4e00;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active2 > a {
		background-image: none;
		box-shadow: none;
}

.navbar-default .navbar-nav > .active2 > a, .navbar-default .navbar-nav > .active2 > a:hover, .navbar-default .navbar-nav > .active2 > a:focus {
	color: white;
    background: none;
}



.active3 {
	background:#ff8a00;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active3 > a {
		background-image: none;
		box-shadow: none;
}

.navbar-default .navbar-nav > .active3 > a, .navbar-default .navbar-nav > .active3 > a:hover, .navbar-default .navbar-nav > .active3 > a:focus {
	color: white;
    background: none;
}



.active4 {
	background:#67d446;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active4 > a {
		background-image: none;
		box-shadow: none;
}

.navbar-default .navbar-nav > .active4 > a, .navbar-default .navbar-nav > .active4 > a:hover, .navbar-default .navbar-nav > .active4 > a:focus {
	color: white;
    background: none;
}



.active5 {
	background:#0091db;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active5 > a {
		background-image: none;
		box-shadow: none;
}

.navbar-default .navbar-nav > .active5 > a, .navbar-default .navbar-nav > .active5 > a:hover, .navbar-default .navbar-nav > .active5 > a:focus {
	color: white;
    background: none;
}



.active6 {
	background:#5353dc;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active6 > a {
		background-image: none;
		box-shadow: none;
}

.navbar-default .navbar-nav > .active6 > a, .navbar-default .navbar-nav > .active6 > a:hover, .navbar-default .navbar-nav > .active6 > a:focus {
	color: white;
    background: none;
}


.active7 {
	background:#b55fd2;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active7 > a {
		background-image: none;
		box-shadow: none;
}

.navbar-default .navbar-nav > .active7 > a, .navbar-default .navbar-nav > .active7 > a:hover, .navbar-default .navbar-nav > .active7 > a:focus {
	color: white;
    background: none;
}


.active8 {
	background:#d80404;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active8 > a {
		background-image: none;
		box-shadow: none;
}

.navbar-default .navbar-nav > .active8 > a, .navbar-default .navbar-nav > .active8 > a:hover, .navbar-default .navbar-nav > .active8 > a:focus {
	color: white;
    background: none;
}


/*end of menu color*/

.container-fluid {
	padding-left:0;
	padding-right:0;
}

.nav > li > a {
	padding: 10px 24px;
}

@media (max-width: 991px){
	.nav > li > a {
	/*padding: 10px 22.5px;*/
	padding: 10px 53.75px;
}
}

.navbar-toggle {
	margin-right: 30px;
	background:#fabe00;
}

.navbar-collapse {
	border-top:none;
}


.carousel-indicators {
	bottom:-6px;
}

@media screen and (min-width: 768px) {
.carousel-indicators {
    bottom:3px;
}
}


#likebox-wrapper * {
   width: 100% !important;
}

a.table_link, a.table_link:visited {
	color:#1b7ce0;
}

a.table_link:hover, a.table_link:focus {
	color:#FF6700;
	}
	

.send_btn {
  -webkit-border-radius:15;
  -moz-border-radius: 15;
  border-radius: 15px;
  color: #ffffff;
  font-size: 18px;
  background: #df5c5c;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  border:none;
  outline:none;
}

.send_btn:hover {
  background: #d80404;
  text-decoration: none;
}