
  @import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
  @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
  @import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);

  body {
	background-color:#e0e0e0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	font-family:Arial, "微軟正黑體","蘋果儷中黑";
	text-align: left;
  }

.dark {background:#353635;}
  html {
    height: 100%;
  }


  a{
	color:#666666;
  }

  a:hover {
	outline: none;
	text-decoration:none;
	color:#80BB3D;
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }


  ul {
    list-style: none;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family:Arial, "微軟正黑體","蘋果儷中黑";
    font-weight: 300;
  }

  /*h1{
    color: #686868;
  }*/

  h2{
	font-size: 24px;
	color: #5BBC2B;
  }

  h3{
	font-size: 18px;
	color: #333;
  }

  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  .btn-common {
	font-size: 14px;
	color: #999999;
	/*border: 1px solid #999999;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	/*padding: 10px 25px;*/
  }

  #action .col-sm-5{
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }


  .btn-common:hover, 
  .btn-common:focus{
    outline: none;
    background: none;
    box-shadow: none;
    color: #01707f;
    border-color:#01707f;
  }

  .align-right{
    text-align: right;
  }

  .inline{
    display: inline-block;
  }

  .padding{
    padding: 65px 0;
  }

  .padding-bottom{
	padding-top: 50px;
    padding-bottom: 65px;
  }

  .padding-top{
    padding-top: 90px;
  }

  .padding-right{
	padding-right: 50px;
  }

  .padding-left{
    padding-left: 50px;
  }

  .margin-bottom{
    margin-bottom: 35px;
  }

     .carousel-indicators.visible-xs {
      height: 20px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: -35px;
      width: 100%;
      left: 0;
    }

  .carousel-indicators.visible-xs li {
    border-color: #D29948;
    border-width: 2px;
    height: 12px;
    margin: 0 5px 0 0;
    width: 12px;
  }

  .carousel-indicators.visible-xs li.active {
    background: rgba(210, 153, 72, 0.7);
  }


/*****************************
Blog Default
*****************************/

.single-blog.timeline {
	background: #FFFFFF;
	border: 0px solid #EEEEEE;
	position: relative;
	padding-bottom: 0;
}

.timeline .post-content {
  padding: 20px 20px 0;
}

.post-thumb{
  margin: -1px -1px 0;
  position: relative;
  overflow: hidden;
}

.timeline .post-thumb img {
  width: 100%;
}

.post-thumb iframe{
  width: 100%;
  min-height: 270px;
  border: 0;
}

.post-overlay{
	position: absolute;
	top: 50%;
	display: none;
	width: 120px;
	height: 162px;
	margin-top: -100px;
	overflow: hidden;
}

.post-overlay span{
  position: absolute;
  left: 50%;
  bottom: 0; 
  margin-left: -60px;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  z-index: 9;
}


.post-overlay span:before{
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 60px;
  content: "";
  border-color: transparent transparent #0884d5 transparent;
  z-index: -1;
  cursor: initial;
}

.post-overlay span a{
  font-size: 30px;
  color: #fff;
  background: transparent;
  padding: 0; 
  margin-left: 50px;
}

.single-blog:hover .post-overlay{
  display: block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}

.timeline-divider{
  position: relative;
  padding-top: 30px;
}

.timeline-divider:before{
  position: absolute;
  top: 0;
  content: "";
  border-left-style: solid;
  border-left-width: 1px;
  height: 100%;
  border-left-color: #0066CC;
  left: 50%;
  margin-left: -2px;
}

.timeline-blog .col-sm-6.padding-top{
  padding-top: 70px;
}

.post-content{
	padding: 0 0 0 20px;
}

.timeline-date .btn-common{
	font-family:Arial, "微軟正黑體","蘋果儷中黑";
	font-size: 22px;
	color: #4a4a4a;
	font-weight: 300;
	border-radius: 0;
	/*padding: 17px 40px;*/
}

.arrow-right{
  position: relative;
}

.arrow-right:after{
  position: absolute;
  right: 10px;
  content: "";
  top: 1px;
  background: url(../images/blog/left.png);
  width: 43px;
  height: 83px;
}

.arrow-left{
  position: relative;
}

.arrow-left:before{
  position: absolute;
  left: 6px;
  content: "";
  top: 110px;
  background: url(../images/blog/right.png);
  width: 43px;
  height: 83px;
}

.post-title {
  margin-top: 0;
}

.post-title a,
.comments-number a{
	color: #80BB3D;
}

.post-content .post-author{
  margin-top: 0;
  
}

.post-content  .post-author a{
  font-weight: 300;
  font-size: 14px;
  color: #80bb3d;
}

a.read-more{
  color: #80bb3d;
  font-weight: 300;
}

a.read-more:hover{
  color: #01707F
}

.post-bottom{
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 20px;
  margin: 20px -20px 0;
  padding: 20px 20px 0;
}



/*****************************
Blog with right sidebar
*****************************/

.single-blog{
  padding-bottom: 30px;
}

.single-blog .post-bottom{
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-blog .post-overlay span{
	left: 0;
	top: 0;
	margin-left: 0;
	width: 110px;
	height: 180px;
	background: url(../images/blog/blog-arrow.png);
	-webkit-animation: fadeInLeft 400ms;
	animation: fadeInLeft 400ms;
}

.single-blog .post-overlay span a{
	margin-left: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	position: absolute;
	top: 50px;
}

.single-blog .post-overlay span a small{
	font-size: 14px;
	font-weight: 300;
	margin-left: 3px;
}

.single-blog .post-overlay span:before{
  border-color: transparent;
  border-width: 0;
}

.post-nav{
  margin:0;
  padding: 0;
}

.post-nav li a{
  color: #80bb3d;
  padding: 0;
  text-align: left;
}

.post-nav li a i{
  color: #80bb3d;
  margin-right: 8px;
}

.post-nav li a:hover{
  background: none;
}

.blog-padding-right{
  padding-right:35px;
}

.blog-pagination {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 55px;
}



/*****************************
Blog with right sidebar
*****************************/

.masonery_area .single-blog{}
.masonery_area .single-blog .post-thumb{
  height: auto;
}

.masonery_area .single-blog .post-title{
  margin-top: 5px;
}

.masonery_area .single-blog .post-title a{
  font-size: 20px;
}

.masonery_area .single-blog .post-thumb img{
  height:auto;
}

.masonery_area .single-blog .post-bottom{
  border-top:0;
  padding-top:0;
  margin-top:15px;
}

