.add-wd1 {
	color: #333333 !important;
	font-size: 16px;
	float: right;

}

.add-wd2 {
	color: #333333 !important;
	font-size: 17px;
}

.add-wd3 {
	font-size: 35px;
	background-color: #2685c9;
	color: #FFFFFF;
	height: 40px;
	padding-left: 15px;
}

.add-wd4 {
	font-size: 16px;
	color: #333333;
	padding-left: 15px;
	line-height: 30px;
}

.content-95 {
	color: #333333 !important;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.content-80 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.post-container {
    width: 33.3%;
    padding: 0 1.5% 4.5% 1.5%;
}

.hentry, .post {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    overflow: hidden;
}

.post-header {
    position: relative;
    padding: 8% 10%;
    border-bottom: 1px solid #eee;
}

.featured-media a {
    overflow: hidden;
}

.featured-media a, .featured-media img, .featured-media iframe {
    display: block;
}

.featured-media a img {
    margin: 0 auto;
}

.tothetop, .header, .portfolio-item a .portfolio-header-container, .featured-media a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-excerpt {
    padding: 10%;
}

.post-excerpt p {
    font-size: 0.95em;
    line-height: 150%;
    color: #666;
}

.post-excerpt .more-link {
    display: block;
    margin-top: 1.1em;
}

.posts .post-meta {
    background: #F9F9F9;
    padding: 0 10%;
}

.posts .post-meta a.post-date {
    background-image: url(images/icons/1x/clock-g.png);
}











.index-news {

	background-color: #1b1b1b;

}


.infoBox {
	color: rgba(0,0,0,.87);
	text-align: center;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	display: inline-block;
	margin-right: 1.5%;
	margin-left: 1.5%;
	width: 30%;
	}
	
.infoBox2 {
	color: rgba(0,0,0,.87);
	text-align: center;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
	}	
	
	
	.infoBox:hover {
    border-color: #ddd;
    text-decoration: none;
}


.infoBox_title {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: rgba(0,0,0,.87);
}

.infoBox_title2 {
	font-size: 25px;
	letter-spacing: 0;
	margin-bottom: 10px;
	color: rgba(0,0,0,.87);
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.infoBox_menu {
	font-size: 16px;
	letter-spacing: 0;
	color: #666666;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.infoBox_descript {
	font-size: 15px;
	color: rgba(0,0,0,.87);
	line-height: 30px;
	height: 90px;
	margin-bottom: 20px;
}

.infoBox_descript2 {
	font-size: 15px;
	color: rgba(0,0,0,.87);
	line-height: 30px;
	margin-bottom: 20px;
}

.infoBox_descript2 p {
	font-size: 16px;
	color: rgba(0,0,0,.87);
	line-height: 35px;
	margin-bottom: 20px;
}

.infoBox_descript2 img {
	width: 100%;
	height:auto;

}

.infoBox_bt {
	font-size: 15px;
	background-color: #2685c9;
	border-radius: 20px;
	color: #FFFFFF;
}

.contact-us {
	float: right;
	background: #feef55;
	height: 60px;
	text-align: center;
	color: #4a4a4a;
	font-size: 14px;
	width: 100px;
	top: 0px;
	cursor: pointer;
	position: relative;
	margin-left: 15px;
	margin-right: 20px !important;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.contact-us:after {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 15px solid #ffef55;
    position: absolute;
    bottom: -15px;
    content: "";
    left: 0;
}

.contact-us, .contact-us:hover {
    -webkit-transition: all 125ms linear;
    transition: all 125ms linear;
}



figure {
    position: relative;
    overflow: hidden;
}
.image_box .image_info_container {
    text-align: center;
    width: 100%;
    position: absolute;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    top: 50%;
    margin-top: -42px;
}

.image_box .image_info_container2 {
	text-align: center;
	width: 60%;
	position: relative;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	top: 50px;
	margin-top: -180px;
	margin-right: auto;
	margin-left: auto;
	z-index: 999;
}

.image_box a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 111;
}

figure.effect-jazz figcaption:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.image_box .image_info_container .image_title {
    font-size: 32px;
}

.image_box .image_info_container2 .image_title2 {
	font-size: 35px;
	background-color: #2685c9;;
}







.image_box .image_info_container .image_content {
    font-size: 22px;
    max-width: 300px;
    display: inline-block;
}

.image_box img {
    opacity: 0.6;
}


.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6  {
	position: relative;
	min-height: 1px;
	padding: 3px !important;
}

.bg-black {
	background-color: #000000;
	overflow:hidden;
}


.iconBox_outBox {
    display: inline-block;
    margin-top: 65px;
}

.iconBox {
    padding: 0 30px;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}

.iconBox_thumbnail {
    background: url(../images/ic_2_170x170px.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: auto 150px;
    margin: 0 auto 30px;
}



.iconBox_title {

    font-size: 20px;
    margin-bottom: 12px;
}

.iconBox_content {
	font-size: 16px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.iconBox {
    padding: 0 30px;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}

.iconBox_outBox .iconBox:nth-child(2) .iconBox_thumbnail {
    background-position-x: -150px;
}

.iconBox_outBox .iconBox:nth-child(3) .iconBox_thumbnail {
    background-position-x: -300px;
}

.iconBox_outBox .iconBox:nth-child(4) .iconBox_thumbnail {
    background-position-x: -450px;
}


.title-wrapper {
	font-size: 30px;
	color: rgba(0,0,0,.87);
	letter-spacing: 0;
	padding-bottom: 15px;
	border-bottom: 3px solid #ffc300;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	margin-bottom: 20px;
}

.wd-center {
	text-align: center;
}


  .button_3 {
	border:2px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	line-height: 25px;
 
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	background-color: #2486c9;
	padding-right: 10px !important;
	padding-left: 10px !important;
	cursor:  pointer;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

  .button_4 {
	border:2px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	line-height: 40px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background-color: #2486c9;
	padding-right: 100px !important;
	padding-left: 100px !important;
	cursor:  pointer;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

  .button_5 {
	border:2px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	line-height: 35px;
 
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background-color: #2486c9;
	padding-right: 50px !important;
	padding-left: 50px !important;
	cursor:  pointer;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 50px;
	margin-left: 50px;
}

  .button_6 {
	border:2px;
	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	border-radius:30px;
	line-height: 50px;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	background-color: #2486c9;
	padding-right: 100px !important;
	padding-left: 100px !important;
	cursor:  pointer;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.img-100 img {
	height: auto;
	width: 100%;
}


.section_imageBg {
    padding: 0;
    background: #fff;
}



.imageBg_title {
    margin-bottom: 14px;
    font-size: 36px;
}

.imageBg_content {
    font-size: 16px;
}

.col-md-12 {
    width: 100%;
	 padding-left: 0px!important;
    padding-right: 0px!important;
}


.imageBg_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 5%;
    color: #fff;
}


.container_feature {
    background: #f9f9f9;
    padding: 40px 0;
}

.feature_box {
    padding: 10px;
}

.feature_title {
	font-size: 25px;
	color: rgba(0,0,0,.87);
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.feature_content {
	font-size: 18px;
	color: rgba(0,0,0,.54);
	line-height: 30px;
}
.container-box {
    display: inline-block;
}

	
	 @media screen and (max-width : 1000px) {
 
 .infoBox {
	color: rgba(0,0,0,.87);
	text-align: center;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	display: inline-block;
	margin-right: 2%;
	margin-left: 2%;
	width: 46%;
	}


 

    }
	
		 @media screen and (max-width : 800px) {
 
 
 .infoBox {
	color: rgba(0,0,0,.87);
	text-align: center;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	display: inline-block;
	margin-right: 5%;
	margin-left: 5%;
	width: 90%;
	}

.contact-us {
	float: none;
	background: #fff;
	height: 60px;
	text-align: center;
	color: #4a4a4a;
	font-size: 14px;
	width: 100px;
	top: 0px;
	cursor: pointer;
	position: relative;
	margin-left: 0px;
	margin-right: 0px !important;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.contact-us:after {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #ffef55;
    position: absolute;
    bottom: -15px;
    content: "";
    left: 0;
}


 

    }
	
	
	/*聯絡我們*/ 

.box7{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;

}

.contact_left{
	width: 370px;
	height: 300px;
	float: left;
}

.contact_right{
	width: 700px;
	height: 300px;
	margin-left: 30px;
	float: left;
	
}

.contact_line{
	width: 100%;
	float: left;
	
}


.contact_wd1{
	 
	font-size: 18px;
	color: #666666;
	line-height: 40px;
}

.contact_wd2{
	 
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.contact_icon{
	float: left;
	height: 50px;
	width: 50px;
}


  #contact_content {
	width: 100%;
	float: left;
	margin-top: 20px;
}
 
   #contact_content3 {
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
} 


   #contact_content3   a:link{

  text-decoration: none;	color: #656e74;
}

   #contact_content3   a:visited{

    text-decoration: none;	color: #656e74;
}

   #contact_content3   a:hover{
  text-decoration: none;	color: #26c7b5;
}
   #contact_content3  a:active{

   text-decoration: none;	color: #656e74;
 }


#contact_form{
	background-color: #ccc9bf;
	width: 100%;
	padding: 15px!important;
	margin-right: auto;
	margin-left: auto;
}

.blog_broder{
 
	font-size: 13px;
	color: #666666;
	width: 95%;
	border: 1px solid #CCCCCC;
	line-height: 25px;
	padding-left: 10px;
}

 @media screen and (max-width : 1200px) {
 
 

 
 /*聯絡我們*/ 


.contact_left{
	width: 100%;
	height: 270px;
	float: left;
}

.contact_right{
	width: 100%;
	height: 300px;
	margin-left: 0px;
	float: left;
	
}
.image_box .image_info_container2 .image_title2 {
	font-size: 20px;
	background-color: #2685c9;;
}


.image_box .image_info_container2 {
	text-align: center;
	width: 60%;
	position: relative;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	top: 100px;
	margin-top: -180px;
	margin-right: auto;
	margin-left: auto;
	z-index: 999;
}

    }
	
	
	 @media screen and (max-width : 600px) {
 
 



/*聯絡我們*/  

#contact_form{
	background-color: #ccc9bf;
	width: 100%;
	padding: 10px!important;
	margin-right: auto;
	margin-left: auto;
}
  .button_3 {
	border:2px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	line-height: 40px;
 
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background-color: #99354f;
	padding-right: 50px !important;
	padding-left: 50px !important;
	cursor:  pointer;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}


.image_box .image_info_container2 .image_title2 {
	font-size: 25px;
	background-color: #2685c9;;
}


.image_box .image_info_container2 {
	text-align: center;
	width: 60%;
	position: relative;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	top: 30px;
	margin-top: -180px;
	margin-right: auto;
	margin-left: auto;
	z-index: 999;
}

 

    }
	
	.button.btn_default {
    display: block;
    position: relative;
    padding: 14px 42px;
    border: none;
    border-radius: 100px;
    color: #fff;
    background: #0045b1;
    font-size: 20px;
    margin: 0 auto;
    outline: none;
}


