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


htel {
	margin: 0px;
	padding:0px;
	font-size:16px;
}
body {
	font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";
	margin: 0px auto;
	font-size:16px;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
iframe{
    border:0;
    outline: 0;
}
.imp{color:#F00;}

table {
  border-spacing: 0;
  border-collapse: none;
}
/*[ GENERAL ELEMENTS ]*/
a {
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}



/*--選單--*/
.navbar-wrapper {
    width: 100%;
    position: relative;
}
.navbar{
	margin:0;
	padding:0;
	background-color: #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.navbar-header {
	overflow:hidden;
}

.navbar-brand {
    height: 70px;
	margin: 0 !important;
	padding: 0px;
	overflow:hidden;
}
.navbar-brand img {
	max-width:100%;
	max-height:100%;
}

.navbar-inverse .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 13px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
    border: 1px solid rgb(105, 102, 102);

  border-radius: 4px;
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
	background-color: #cbe0f2;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #797272;;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9E9E9E;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a > i{
	width:30px;
	padding-right:10px;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #ff9800;
}
.navbar-inverse .navbar-nav li.open > a, 
.navbar-inverse .navbar-nav li.open > a:hover, 
.navbar-inverse .navbar-nav li.open > a:focus {
    background-color: #FFF;
    color: #ff5f3b;
}



.Sign-button{
	float:right;
	width:800px;
	text-align: right;
}
.Sign-button > div {
	display:inline-block;
	line-height:30px;
	padding: 5px 10px 5px 25px;
    height: 40px;
	margin: 15px 20px;
	color: #7e7f84;
}
.Sign-button a {
	color: #9E9E9E;
}
.Sign-button a:hover {
	color: #CC0000;
}
.Sign-button .phone {
    background: url(../images/phone.png) no-repeat 0px 12px;
}
.Sign-button .mail {
	background: url(../images/msg.png) no-repeat 0px 15px;
}
.Sign-button .signin {
	background: url(../images/add.png) no-repeat 20px 11px;
	border: solid 1px #ddd;
	padding: 4px 10px 4px 40px;
}


/* ====== WEB CONTENT ====== */
#container{
	padding-top:80px;
}

.by {
	overflow: hidden;
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.intermediate {}
.intermediate > h3 {
    font-size: 26px;
	text-align:center;
    font-weight: normal;
    padding: 10px 0;
    margin: 0 0 20px;
}
.intermediate > .desc {
    padding: 20px;
    color: #666;
    border-radius: 15px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
	border: 2px solid #666;
	background-color: #fff;
}
.intermediate > .word {
	clear: both;
	width:1150px;
	margin:20px auto;
	overflow:hidden;
}
.word {
	width:100%;
	overflow:hidden;
}



/*-- History Breadcrumb --*/
.topImage {
    width: 100%;
    background-image: url(../images/b2.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    position: relative;
}
.topImage .container h1 {
	width: 100%;
	padding: 0;
	margin: 0px 0 5px;
	font-size: 40px;
	font-weight: 500;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: 5pt;
}
.topImage .container {
	position: relative;
	padding:30px 0;
	text-align: center;
	z-index:2;
}
.topImage .container .map {
    position: absolute;
    right: 0px;
    top: 0px;
	display:none;
}
.topImage .container .map img{
	height:190px;
}


.pg-canvas {
	position: absolute;
}

.breadcrumb {
    padding: 10px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
	font-size:14px;
	    color: #fff;
}
.breadcrumb > li + li:before {
    color: #000;
}
.breadcrumb a{
	font-size:14px;
	    color: #fff;
}

.site-title {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 500px;
	border: 1px solid;
	padding-top: 35px;
	position:relative;
}
.site-title h2 {
	position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0;
	min-width: 250px;
    transform: translate(-50%, 50%);
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4c4c4c;
    background: #fff;
    padding: 0 20px;
}
.part-line {
	clear:both;    
	width: 100%;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin: 50px auto;
    padding-bottom: 30px;
}



/*-- ARTICLE DEATIL (NEWS KNOWLEDGE)--*/
.Article {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.Article .Date{
	float: left;
    width: 15%;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
	overflow:hidden;
	border: 1px solid #F90;
}
.Article .Date span {
	display:block;
	width: 100%;
	padding: 3px 0px;
}
.Article .Date .day {
    background-color: #FFF;
}
.Article .Date .month {
    color: #FFF;
      background-color: rgba(5, 0, 1, 0.50);
}
.Article .Date .year {}
.Article .Text {
	float: right;
	width: 83%;
}
.Article .Title {	
    font-size: 24px;
    color: #399;
    margin-bottom: 15px;
    text-align: left;
}
.Article .Share {
	padding-right:25px;
	text-align: left;
}
.Article .Share > div{
	display:inline-block;
	font-size:0;
	height:30px;
	vertical-align: bottom;
}




/*-- LINKS --*/
.interaction{
	margin-left:-10px;
	margin-right:-10px;
}
.interaction > div {
	padding:50px 10px 0px;
}
.interaction .text {
	margin: 5px;
	padding: 40px 20px 20px ;
    border: 1px solid #CCC;
    position: relative;
    text-align: center;
}
.interaction .text .image {
	position: absolute;
	top: 0;
	left:50%;
	transform: translate(-50%, -50%);
	padding:0 10px;
	background-color:#FFF;
	overflow: hidden;
}
.interaction .text .image img {
	height: 80px;
    width: 80px;
	border-radius: 50%;
	overflow:hidden;
}
.interaction .text h3 {
    font-size: 20px;
	line-height:24px;
	height:24px;
	overflow:hidden;
    font-weight: 500;
    margin: 10px auto;
    padding: 0px;
    color: #666;
}
.interaction .text a {
	display:block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.links{
	margin-left:-10px;
	margin-right:-10px;
}
.links > div {
	padding:0px 10px;
}
.links .text{
	background-image: url(../images/links.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}
.links .text h3 {
    font-size: 20px;
	line-height:40px;
	height:40px;
	overflow:hidden;
    font-weight: 500;
    margin: 10px auto;
    padding: 0px;
    color: #666;
}
.links .text a {
	display:block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.links .text:hover h3{
	color:#F00;
}



/*--DESGINER--*/
.designer_list{}
.designer_list li{
	width:100%;
	overflow:hidden;
}
.designer_list li:nth-child(odd) {
	background-color: rgba(191, 181, 180, 0.2);
}
.designer_list li .image {
    width:100%;
    overflow:hidden;
}
.designer_list li h3 {
    font-size: 28px;
    line-height: 30px;
    margin:10px auto;
    padding-bottom: 10px;
}
.designer_list li p {
     margin: 0 0 15px;
}
.designer_list li h3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.designer_list li .desc {
    font-size: 16px;
    line-height: 20px;
}
@media (max-width: 767px) {
	.designer_list li .image img {
		width:100%;
	}
}
@media (min-width: 768px) {
	.designer_list li .map {
		float:left;
		width:50%;
		
	}
	.designer_list li .text {
	float: right;
	width: 40%;
	text-align: left;
	margin: 5%;
	}
	.designer_list li:nth-child(even) .map{
		float:right;
	}
	.designer_list li:nth-child(even) .text {
		float:left;
	}
	.designer_list li .image {
    	width:100%;
	    height:0px;
    	padding-bottom:75%;
	    position: relative;
    	overflow:hidden;
	}
	.designer_list li .image img {
		position: absolute;
    	top: 0;
	    left: 0;
    	right: 0;
	    bottom: 0;
    	margin: auto;
	    max-width: 100%;
	    max-height: 100%;
		/*
    	filter: gray;
	    -webkit-filter: grayscale(100%);
		*/
    	-webkit-transition: all .6s ease;
	}
	.designer_list li .image img:hover {
	    filter: none; /* Applies to FF + IE */
	    -webkit-filter: grayscale(0);
		-webkit-transition: all .6s ease;
	}

}




/*-- MEAL Calendar --*/
.calendar-group {
	width:100%;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
	margin-bottom:20px;
	box-shadow: 1px 1px 2px #999, -1px -1px 2px #999;
	overflow: hidden;
}
.calendar-group h3 {
    color: #000;
    text-align: center;
	padding: 15px;
	margin:0px;
    width: 100%;
	overflow: hidden;
    background-color: #e9e5e3;
}
.calendar-group h3 span{
	padding:0 15px;
}
.calendar-group h3 a{
	color:#000;
}
.calendar-group h3 a:hover{
	color:#F00;
}
.calendar-group .calendar{}
.calendar-group .calendar .dayrows{
	float:left;
	width:calc(100% / 7);
	padding:3px;
	text-align:center;
	font-size:18px;
	color:#000;
	border-radius: 15px;
}
.calendar-group .calendar .dayrows{
	padding:17px 3px;
}
.calendar-group .calendar .dayrows > div a{
	display:block;
}
.calendar-group .calendar .dayrows.activity{
	background-color: rgba(102,204,204,1);
}
.calendar-group .calendar .dayrows.activity > div a{
    color: #FFFFFF;
}

.meals-download{
	text-align: center;
	margin-top: 30px;
}
.meals-download a{
    font-size: 16px;
    font-weight: 500;
	text-decoration: none;
    padding: 5px 50px;
    color: #333;
    background-color: #CCC;
    border-radius: 20px;
}
.meals-download a:hover{
	color: #FFF;
    background-color: #333;
}

#Meals {
    background-image: url(../images/site-img46.png);
    background-repeat: no-repeat;
    background-position: 45px top;
	height:500px;
}
#Meals .item {
	width:100%;
	overflow: hidden;
	height:166px;
	padding: 33px 0;
}
#Meals .item > img{
	float:left;
	width:100px;
	margin-right:20px;
	border-radius: 50%;
    background-color: #6cc;
}
#Meals .item .Writing{
	height:100px;
	overflow:hidden;
}
#Meals .item .Writing h3 {
    font-size: 25px;
    font-weight: 500;
	margin: 6px auto;
}
#Meals .item .Writing p {
    font-size: 16px;
	line-height:20px;
	height:60px;
	overflow:hidden;
	margin: 6px auto;
}



/*-- EDU --*/
.edu {
	float: left;
	width:100%;
    padding: 0;
    margin: 30px auto;
}
.edu .title {
	float:left;
	width:100%;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 3px solid #b2b2af;
}
.edu .title h3 {
	position: absolute;
	top: -15px;
    font-weight: 500;
    color: #666;
    background-color: #FFF;
    padding-right: 30px;
    font-size: 24px;
    letter-spacing: 5px;
    margin: 0px;
}
.edu .Narrative {
	font-size:14px;
	margin-bottom:20px;
}
.edu .map {}
.edu .edu-image-box {
	float:left;
	width:20%;
	padding:0 10px 20px;
}
.edu .edu-image-box .image {
	width:100%;
	height:0;
	padding-bottom:100%;
	overflow:hidden;
}



/*-- FILES --*/
.mainfile {
    width: 100%;
    margin:0 auto;
	overflow:hidden;
}
.mainfile ul{
	border:1px #e6e7f1 solid;
}
.mainfile ul li{
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	height:50px;
	background-color: #FFF;
	overflow:hidden;
}
.mainfile ul li + li {
	border-top:1px #e6e7f1 solid;
}
.mainfile ul li > div {
	float:left;
	padding:10px;
	text-align:center;
	overflow:hidden;
}
.mainfile ul li > div + div{
	border-left:1px #e6e7f1 solid;
}
.mainfile ul .title {
    color: #FFF;
	background-color: #999;
}
.mainfile ul .title > div:nth-child(even){
	background-color: #666;
}
.mainfile ul .Line:nth-child(odd) {
	background-color: #F6F7FA;
}
.mainfile ul .Line .load a{
	display:block;
}
.mainfile ul .Line:hover {
	background-color: #FFCCCC;
}
.mainfile ul .Line:hover .load a{ 
	color: #900;
}
.mainfile ul li .name {text-align:left;}
@media (max-width: 767px) {
	.mainfile ul li {
		border:none !important;
		height:auto;
	}
	.mainfile ul li > div {
		padding:5px !important;
		font-size:14px !important;
		line-height:24px !important;
		border:none !important;
		text-align: left !important;
	}
	.mainfile ul li .load {
		text-align: center !important;
	}
}



#photo .image {
	cursor:pointer;
}


/*-- MESSAGE --*/
.message #sidebar,
.message #content{
	margin-bottom:20px;
	overflow: hidden;
}
.message .inside {
    width: 100%;
    background-color: #FFF;
    padding: 20px;
}
.message .inside h3 {
    font-size: 23px;
    line-height: 22px;
    padding: 0px 0px 40px 0px;
    margin: 10px 0px;
    font-weight: 300;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: center;
}
.message .inside p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.message .message_board ul li {
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.message .message_board ul li > div{
	padding:0;
}
.message .message_board ul li .Numbering {

    font-family: "Comic Sans MS", cursive;
    color: #6CC;
    overflow: hidden;
}
.message .message_board ul li .Parents {
	margin-bottom: 20px;
    padding-bottom: 20px;
	border-bottom: 2px #999 dotted;
    overflow: hidden;
}
.message .message_board ul li .School {

}
.message .message_board ul li .Parents span, 
.message .message_board ul li .School span {
	display:block;
	width:100%;
    overflow: hidden;
}
.message .message_board ul li .content {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 20px;
}
.message .message_board ul li .date {
    font-size: 10px;
    color: #999;
    text-align: right;
    letter-spacing: 3px;
}


/* ====== INDEX MODULE ====== */








/*-- 活動寫真 --*/
.edit-photo2 {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.edit-photo2 .edit-titles {
   text-align: center;
  padding: 80px 0 60px 0;
  position: relative;
width: 100%;
overflow: hidden;	
  margin: 0 auto;
}
.edit-photo2 p{
	float: right;
	padding-right: 20px;
	font-size: 14px;
	color: #797777;
	line-height: 1.8;
	width: 50%;
	text-align: left;
}
.edit-photo2  h3{
	font-size: 28px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 3px;
  position: absolute;
  top: 30px;
  left: 30px;
	}
.edit-photo2  h3 .big{
	display: inline-block;
	font-size: 120px;
	color: #337ab7;
	font-weight: 100;
	font-family: 'Catamaran', sans-serif;
	}
.edit-photo2  h3 .small{
	display: inline-block;
	line-height: 1;
	text-align: left;
}
.edit-photo2 h3 strong{
	font-size: 22px;
	color: #595757;
	font-weight: normal;
	text-align: left;
	
}
.edit-photo2  h3 em{
	display: block;
	font-family: 'Catamaran', sans-serif;
	font-size: 45px;
	color: #595757;
	font-weight: normal;
	padding-top: 21px;
	position: relative;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: normal;
}
.edit-photo2  h3 em:after{
	content: "";
	position: absolute;
	top: 10px;
	left: 3px;
	width: 0;
	height: 1px;
	background:#337ab7;
	transition: all 1s ease;}
.edit-photo2  h3 em.trans:after{
	width: 360px;
}


@media (max-width: 767px) {
.edit-photo2 .edit-titles {
   text-align: center;
  padding: 20px 0 10px 0;
  position: relative;
width: 100%;
overflow: hidden;	
  margin: 0 auto;
}
.edit-photo2  h3 .small{
	text-align: left;
	width: 70%;
}
.edit-photo2  h3{
	position: relative;
	top: 0px;
	left: 20px;
	width: 100%;
	}
.edit-photo2  h3 .big{
	float: left;
	}
.edit-photo2 p{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	padding-right: 0px;
}
.edit-photo2  h3 em{
	font-size: 26px;
}
.edit-photo2  h3 .small{
	margin-top: 30px;	
}
}






.owl-movebox {
	padding: 30px 0 0 0;
	position:relative;
}
.owl-movebox .owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-movebox .owl-nav{
	display: none;
}
.owl-movebox .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
}
.owl-movebox .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-movebox .owl-dots .owl-dot.active span, 
.owl-movebox .owl-dots .owl-dot:hover span {
    background: #F00;
}

.owl-movebox .slide-box {
	margin:0; 
	background: #000000;
	position: relative;
}
.owl-movebox .slide-box .image {
	width:100%; 
	height:0px;
	padding-bottom:75%; 
	overflow: hidden; 
	position:relative;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.owl-movebox .slide-box .text,
.owl-movebox .slide-box .text > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 15px;
	font-size:0;
	z-index: 9999999;
}
.owl-movebox .slide-box .text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px;
	color: #fff;
	overflow: hidden;
	text-align: center;
	font-weight: 300;
}
.owl-movebox .slide-box .text::before,
.owl-movebox .slide-box .text::after {
	position: absolute;
	content: '';
	opacity: 0;
	color: #FF3;
	  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08), 2px 2px 2px rgba(0,0,0,0.8), 3px 3px 3px rgba(0,0,0,0.7), 4px 4px 4px rgba(0,0,0,0.5);
}
.owl-movebox .slide-box .text::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.owl-movebox .slide-box .text::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.owl-movebox .slide-box .text h2 {
	/*
	padding: 10% 5%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	*/
	  font-size: 24px;
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 76%;
	margin-right: auto;
	margin-left: auto;
	  text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.owl-movebox .slide-box .text::before,
.owl-movebox .slide-box .text::after {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.owl-movebox .slide-box:hover .image {
	opacity: 0.2;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.owl-movebox .slide-box:hover .text::before,
.owl-movebox .slide-box:hover .text::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.owl-movebox .slide-box:hover .text::after, {
    opacity: 1;
	  transform: translate(15px,15px);
	
	
	
}




.owl-movebox .slide-box:hover .text h2 {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	padding: 0;
	background: none;	
	
	
}








/*-- 連絡我們 --*/
.edit-contact {
    height: 100%;
	/*
	background-image: url(../images/by23.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
	*/
	padding:25px 0;
    overflow: hidden;
}
.edit-contact .edit-titles {
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.edit-contact .edit-group {
	max-width:1000px;
	margin: 25px auto;
    overflow: hidden;
    position: relative;
}
.edit-contact .edit-group a {
	display:block;
	width: 300px;
    overflow: hidden;
    text-align: center;
    margin: 2px auto 10px;
    border-radius: 5px;
    padding: 25px 0px;
	border: 3px solid #FFF;
}
.edit-contact .edit-group a.fadeInLeft {
	color: #FFF;
	float: right;
}
.edit-contact .edit-group a.fadeInRight {
	color: #FFF;
	float: left;
}
.edit-contact .edit-group .title {
	display:block;
    font-size: 20px;
	padding:5px 0;
}
.edit-contact .edit-group .subtitle {
	display:block;
    font-size: 16px;
	padding:3px 0;
}

@media (max-width: 767px) {
	.edit-contact .edit-group a.fadeInLeft {
		float: none;
	}
	.edit-contact .edit-group a.fadeInRight {
		float: none;
	}
}

/*--  環境 --*/
.edit-news {
	margin:0px 0px;
	overflow: hidden;
}
.edit-news > div {
	padding:0 0px;
	margin:0;
}
.edit-news .edit-titles {
	width: 90%;
	color: #000;
	height: 200px;
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;
	z-index: 200;
 
}
.edit-news .edit-titles h3,
.edit-news .edit-titles p{
	text-align:left;
}
.edit-news .col-xs-12{
	text-align:left;
	padding-right: 35px;
  padding-left: 0px;
}


/*-- 最新消息列表 --*/

.pull-right .edit-titles {
	width: 90%;
	color: #000;
	height: auto;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
	z-index: 200;
	overflow: hidden;
	position: relative;
}
.pull-right .edit-titles  h3{
	font-size: 28px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 3px;
  top: 15px;
  left: 30px;
	}
.pull-right .edit-titles  h3 .big{
	display: inline-block;
	font-size: 120px;
	color: #337ab7;
	font-weight: 100;
	font-family: 'Catamaran', sans-serif;
	}
.pull-right .edit-titles  h3 .small{
	display: inline-block;
	line-height: 1;
	text-align: left;
}
.pull-right .edit-titles h3 strong{
	font-size: 22px;
	color: #595757;
	font-weight: normal;
	text-align: left;
	
}
.pull-right .edit-titles  h3 em{
	display: block;
	font-family: 'Catamaran', sans-serif;
	font-size: 45px;
	color: #595757;
	font-weight: normal;
	padding-top: 21px;
	position: relative;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: normal;
}
.pull-right .edit-titles  h3 em:after{
	content: "";
	position: absolute;
	top: 10px;
	left: 3px;
	width: 0;
	height: 1px;
	background:#337ab7;
	transition: all 1s ease;}
.pull-right .edit-titles  h3 em.trans:after{
	width: 360px;}
.pull-right .edit-titles  p{
	float: left;
	font-size: 14px;
	color: #797777;
	line-height: 1.8;
	width: 90%;
	text-align: left;
	padding-left: 20px;
	}
.edit-news-list {
	margin: 30px 0px;	
}
.edit-news-list .item{
	width:100%;
	margin-bottom:15px;
	font-size: 14px;
	overflow:hidden;
}
.edit-news-list .item .paragra {
	float: left;
	width: 15%;
	margin-left: 20px;
}
.edit-news-list .item .paragra span {
	display: block;
	text-align:center;
	width: 70px;
    color: #00B4CC;
    font-size: 26px;  
    margin: 0;
    padding: 2px 0;
	border-right: 1px solid #DDDDDD;
	font-family: 'Open Sans', sans-serif;
}
.edit-news-list .item .paragra span + span {
	border-top: 1px solid #DDDDDD;
	color: #666;
	font-size: 14px;
	padding: 5px 0px;
}
.edit-news-list .item .chat {
	float: left;
	width: 75%;
	margin-left: 15px;
}
.edit-news-list .item .chat a{
	color: #666;	
}
.edit-news-list .item .chat h3,
.edit-news-list .item .chat p {
	width:100%;
	overflow:hidden;
}
.edit-news-list .item .chat h3 {
	font-size:20px;
	line-height:26px;
	height:26px;
	margin:0px auto;
	padding:0;
}
.edit-news-list .item .chat p {
	font-size:14px;
	line-height:20px;
	height:40px;
	margin:6px auto 0;
	padding:0;
}

/*-- 環境輪撥 --*/
.fullSlide{
	position: relative;
	overflow: hidden;
	height: 600px;
}
.fullSlide ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 70px;
}
.fullSlide .bd{
	z-index: 10;
	left: 0px;
	top: 0px;
}
.fullSlide .bd li{ 
	width:100% !important;  
	height:600px; 
	background-color: #f8fafc;
	background-size: cover !important; 
	overflow:hidden;
}
.fullSlide .hd{
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 10px;
	text-align: right;
	-webkit-tap-highlight-color: transparent;
	height: 600px;
	top: 0px;
}
.fullSlide .hd ul{
	position: absolute;
	left: 80px;	
}
.fullSlide .hd ul li{ 
	cursor:pointer; 
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	width:12px; 
	height:12px; 
	background-color: #FFF; 
	margin: 2px 5px;
	overflow:hidden;
	line-height:9999px; 
	filter:alpha(opacity=40);
	opacity:0.4; 
}
.fullSlide .hd ul .on{ 
	filter:alpha(opacity=100);
	opacity:1;  
}


.edit-news {
	margin:0px 0px;
	overflow: hidden;
}
.edit-news > div {
	padding:0 0px;
	margin:0;
}
.fullSlide .edit-titles {
	
	display:none;
	width: 90%;
	color: #000;
	height: 500px;
	margin-top: 50px;
	margin-right: 5%;
	margin-bottom: 50px;
	margin-left: 5%;
	position: absolute;
	z-index: 200;
	position: absolute;
	text-align: center;
	border: 10px solid transparent;
	-moz-border-image: -moz-linear-gradient(-45deg, rgba(104,191,193,1) 0%, rgba(255,158,245,1) 33%, rgba(255,158,245,1) 33%, rgba(129,90,213,1) 75%, rgba(58,94,225,1) 95%);
	-webkit-border-image: -webkit-linear-gradient(-45deg, rgba(104,191,193,1) 0%,rgba(255,158,245,1) 33%,rgba(255,158,245,1) 33%,rgba(129,90,213,1) 75%,rgba(58,94,225,1) 95%);
	border-image: linear-gradient(135deg, rgba(104,191,193,1) 0%,rgba(255,158,245,1) 33%,rgba(255,158,245,1) 33%,rgba(129,90,213,1) 75%,rgba(58,94,225,1) 95%);
	border-image-slice: 1;
	padding-top: 50px;
	padding-right: 75px;
	padding-bottom: 30px;
	padding-left: 75px;
}
.fullSlide .edit-titles h3{
	  margin-top: 20px;
  padding: 8px 0;
  font-size: 24px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  letter-spacing: 10px;
  border-top: 1px solid rgba(255,255,255,0.7);
  border-bottom: 1px solid rgba(255,255,255,0.7);
}
.fullSlide  .edit-titles h4{
  font-weight: normal;
  font-size: 52px;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
}


.fullSlide  .edit-titles p{
	margin-top: 20px;
  font-size: 15px;
  color: #FFF;
  line-height: 1.8;
}




.fullSlide .col-xs-12{
	text-align:left;
	padding-right: 35px;
  padding-left: 0px;
}


@media (max-width: 767px) {
	.edit-news .col-xs-12 {
  padding-right: 0px;
  padding-left: 0px;
}
	.fullSlide .edit-titles {
	padding-top: 20px;
	padding-right:50px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.fullSlide .edit-titles h3{

  font-size: 18px;

}
.fullSlide  .edit-titles h4{
  font-size: 30px;
 
}


.fullSlide  .edit-titles p{
  font-size: 15px;
  
}
	}

/*----*/
.cbp-mc-form label {
    display: block;
    padding: 20px 5px 5px 2px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.cbp-mc-form label.checkbox-inline {
    display: inline-block;
	padding: 3px 0px 3px 30px;
	margin:0;
}
.cbp-mc-form .w50 {
	margin-left: 10px !important;
    width: 130px !important;
    display: inline-block !important;
}
.cbp-mc-form input[type=text],
.cbp-mc-form textarea,
.cbp-mc-form select {
	line-height: 1.5;
	font-size: 14px;
	padding: 5px 10px;
	color: #000;
	display: block;
	width: 100%;
	background: #FFF;
}
.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #999;
}
.cbp-mc-form textarea {
	min-height: 134px;
}
.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #CC0000;
}
.cbp-mc-form select:focus {
	outline: none;
}
.cbp-mc-form input[type=radio] {
    margin: 10px;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 32px;
	clear: both;
}
.cbp-mc-form input.cbp-mc-submit {
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px 15px 40px;
	font-size: 14px;
	border-radius: 2px;
	letter-spacing: 10px;
	background-color: #990000;
}
.cbp-mc-form input.cbp-mc-submit:hover {
	background-color: #000000;
}
.cbp-mc-form .cbp-mc-column > div {
	position:relative;
	margin-bottom:15px;
}
.cbp-mc-form label.error {
	display: none;
    color: #FF0000;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    padding: 4px 8px;
    margin: 2px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;	
}
.cbp-mc-form .err_str{
	height:18px
}


/* ====== 底部宣告 ====== */
.footer-bg {
	margin: 0px auto;
    padding: 0px;
    background: #2c3135;
}
.footer-info {
	margin: 0px auto;
    padding: 40px 0;
}
.footer-info .wire{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #44484b;
	min-height: 170px;
	margin-right: 70px;
	padding-right: 40px;
}
.footer-info ul li.title {
    margin-bottom: 7px;
	padding: 0;
    font-size: 16px;
    color: #ffffff;;
}
.footer-info ul li.text {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.footer-info ul li.text a {
    font-size: 13px;
    color: #b2b2b2;;
    text-decoration: none;
}
.footer-info ul li.title a {
    font-size: 15px;
    color: #b2b2b2;;
    text-decoration: none;
}

footer {
    border-top: 1px solid #44484b;
	overflow: hidden;
	padding: 10px 0;
	    background: #23272a;
}
footer p {
    font-size: 14px;
    text-align: left;
	margin-bottom: 0px;
	color: #FFF;
}
footer .social{
    text-align: left;
}
footer .social a {
    width: 31px;
    height: 31px;
    position: relative;
    text-align: center;
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid #FFF;
	margin-bottom: 20px;
}
footer .social a:hover {
    background: #202020;
    color: #FFF;
}
footer .social a i{
    line-height: 28px;
}


#wizards, #wizards a {
	font-size:10px;
}


/*--　分頁　--*/
.quotes{
	clear:both;
	width:100%;
	padding:10px 0;
	text-align:center;
	overflow:hidden;
}
#pageline a {
    border: 1px solid #096;
    display: inline-block;
    color: #096;
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.pagination {
	margin: 10px 0;
}


/*----*/
.boot-text-left {
	text-align:left;
}
.boot-text-right {
	text-align:right;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #000;
	}
	
	.Sign-button {
	position: absolute;
	top: 0px;
	right: 50px;
	width: auto;
	cursor: pointer;
	border: 1px none #FFF;
	color: #000;
	padding: 5px;
	margin-top: 15px;
	margin-right: 13px;
	margin-bottom: 8px;
	
	}
	.Sign-button .signin {
	display: block;
	background-image: none;
	padding: 10;
	margin: 0;
	border: none;
	font-size: 0;
	height: 0px;
	line-height: 0px;
	color: #666;
	border: 1px solid rgb(105, 102, 102);
	padding: 4px 10px ;
	border-radius: 4px;
	height: 35px;
	}
	
	.Sign-button .signin i {
		font-size:25px;
	}
		
	.boot-text-left {
		text-align:right;
	}	
	.boot-text-right {
		text-align:left;
	}
	.by {
		margin: 10px;
	}
	.intermediate .word {
		width:auto;
    	margin:15px auto;
	    overflow:hidden;
	}
	.intermediate .word img{
		width:auto !important;
		height:auto !important;
		max-height: 100% !important;
		max-width:100% !important;
	}	
	.edu .edu-image-box {
		width:33.3333333333%;
	}	
	.Article .Date{
		width: 20%;
	}
	.Article .Text {
	width: 78%;
	
	}	
}
@media (min-width: 768px) {
	body {
		min-width: 1170px !important;
	}
	.navbar-brand.logo{
		width:100%;
	}
	.navbar-brand.logo img {
	    max-width: 100%;
    	max-height: 100%;
 	   	margin: auto;	
	}
	.navbar.top-nav {
	    background-color: rgba(0, 0, 0, 0.85);
	    border-color: #251e0b;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);	
	}
	.navbar.top-nav .navbar-nav > li > a {
		color: #FFF;
	}
	.navbar-inverse{
		border-color: #FFF;
	}
	.navbar-header {
		width:100%;
		padding-bottom:4px;
		margin-bottom:4px;
		border-bottom: solid 1px #9E9E9E;
	}	
	.navbar-nav {
 	   	float: right;
	}
	.navbar-nav > li > .dropdown-menu {
		color: #999999;
		background-color: #4CC0B3;
		padding:3px 0 2px 0;
		border: none;
		margin-top: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.dropdown-menu > li {
		background-color:#000;
	}
	.dropdown-menu > li + li {
		border-top: 1px solid #666;
	}
	.dropdown-menu > li > a {
		color: #999;
		padding: 10px 15px;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		text-decoration: none;
		color: #FFF;
		background-color: transparent;
	}

	#container{
		padding-top:140px;
	}
	.container {
		width: 1170px !important;
	}
	.container-box {
        width: 1170px !important;
		margin:auto;
    }
}


.web-env,
.web-message,
.web-video,
.web-activity,
.web-classlist{
	background: #F0EDE4;
}

.web-env .by{
}

@media (max-width: 767px) {
	.navbar-inverse {
		background-color: #FFFFFF;
		border-color: #FFFFFF;
  		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	}

.navbar-brand {
  	min-height: 60px;
	max-width: calc(100% - 60px);
  	padding: 5px 10px;
}
.topImage .container h1 {
  font-size: 35px;
}
.edit-news-list .item .chat {
	float: right;
	width: 60%;
	margin-right: 25px;
}
	}
