
/*! * Bootstrap v2.3.0 * * * Designed and built with all the love in the world @twitter by @mdo and @fat.*/

/*article 文章,章節  

aside內容可以作為邊欄放置在文章中
details 標籤指定了用戶可以根據需要查看或隱藏的其他詳細信息 預設是看不見
figure 可以放置一張圖以上，只要它們共用相同的說明即可。
figcaption 是用來放置圖片說明的
hgroup 元素用於匯總標題、小標題、標語等,使之成為一體。只能用於h1∼h6元素佈置的內容。
一定注意，hgroup元素內除了h1∼h6元素，不能放其他元素。
NAV 導覽列

section 區塊 用來作為一個有意義的章節，或段落的區隔

display:block - 區塊，元素會以區塊方式呈現，除非設定 position 或 float。
display:inline - 所有文字或圖片均不換行，也就是全部都會是同一行的意思。
*/

/*<canvas> 標籤定義圖形，比如圖表和其他圖像。
<canvas> 標籤只是圖形容器，您必須使用腳本來繪製圖形。
*/



  /*-ms-interpolation-mode: bicubic;   圖像渲染：優化質量;   圖像放大*/

/*表單設定*/


/*搜尋框設定*/


body {
  
  font-family: "Microsoft JhengHei","微軟正黑體","HelveticaNeue", "Helvetica Neue", Helvetica, Arial,"Lucida Grande", "LiHei Pro", "Microsoft JhengHei",  "Microsoft YaHei", "微軟雅黑體", sans-serif;
  font-size: 15px;
  
  background-color: #FFF;  /*!important 最優先 不受改變#f3f3f3*/
}
body p {font-family: "Microsoft JhengHei","微軟正黑體","HelveticaNeue", "Helvetica Neue", Helvetica, Arial,"Lucida Grande", "LiHei Pro", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", sans-serif;
  font-size: 15px;
  line-height: 20px;
    }
/*預設值本身有border 要去掉*/


a:hover,
a:focus {
  color: #cc0000;
  text-decoration: underline;
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
  background-image: -o-linear-gradient(top, #e6e6e6, #e6e6e6);
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cdcdcd \9;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cdcdcd \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.row {  margin-left: -20px;  *zoom: 1;}
.row:before,.row:after {  display: table;  content: "";  line-height: 0;}
.row:after {  clear: both;}
.row[class*="span"] {  float: left;  min-height: 1px;  margin-left: 20px;}


.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {  width: 940px;}
.span11 {  width: 860px;}
.span10 {  width: 780px;}
.span9 {  width: 700px;}
.span8 {  width: 620px;}
.span7 {  width: 540px;}
.span6 {  width: 460px;}
.span5 {  width: 380px;}
.span4 {  width: 300px;}
.span3 {  width: 220px;}
.span2 {  width: 140px;}
.span1 {  width: 60px;}
.offset12 {  margin-left: 980px;}
.offset11 {  margin-left: 900px;}
.offset10 {  margin-left: 820px;}
.offset9 {  margin-left: 740px;}
.offset8 {  margin-left: 660px;}
.offset7 {  margin-left: 580px;}
.offset6 {  margin-left: 500px;}
.offset5 {  margin-left: 420px;}
.offset4 {  margin-left: 340px;}
.offset3 {  margin-left: 260px;}
.offset2 {  margin-left: 180px;}
.offset1 {  margin-left: 100px;}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}


.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}


.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  border-color: #0077b3 #0077b3 #004466;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0077b3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0077b3;
  *background-color: #006699;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #005580 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #439e43;
  background-image: -moz-linear-gradient(top, #46a546, #3e933e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46a546), to(#3e933e));
  background-image: -webkit-linear-gradient(top, #46a546, #3e933e);
  background-image: -o-linear-gradient(top, #46a546, #3e933e);
  background-image: linear-gradient(to bottom, #46a546, #3e933e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46a546', endColorstr='#ff3e933e', GradientType=0);
  border-color: #3e933e #3e933e #285d28;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3e933e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #3e933e;
  *background-color: #378137;
}
.btn-success:active,
.btn-success.active {
  background-color: #2f6f2f \9;
}


.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-link:hover,
.btn-link:focus {
  color: #cc0000;
  text-decoration: underline;
  background-color: transparent;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0077b3;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #3e933e;
}


.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #cc0000;
  border-bottom-color: #cc0000;
}

/*.navbar logo 跟選單容器設定*/

/*logo navbar-inner的位置 跟選單的第二個容器設定 */

/*!
 * Bootstrap Responsive v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

@media (min-width: 1200px) {

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 100%;     /*初始的寬度*/
  }
 
}



@media (max-width: 979px) {/*不同畫面下nav的設定  以前使用的*/
    .nav-collapse {
    display:none;}
    .navbar .btn-navbar {
    display: block;
  }
  .nav-collapse .nav .nav-header {
    color: #555555;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f3f3f3;
  }
  
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    /*display: none;*/
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  
}

/*!
Theme Name: {re}start
THEME STYLES
================================================================= 
*/
/* =General   開始設定
-------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
 /* background: url(images/backgrounds/wild_oliva_light.png);*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 30px;
}

.breadcrumb1 {
  padding: 8px 15px;
  margin: 0 0 5px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.breadcrumb1 li {display:inline-block;margin:3px;}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-left {
  float: left;
  margin: 0 10px 0px 0;
}
.show {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.background_cover {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.columns_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.no-box-shadow {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
}
/* =Header      頭部設定
-------------------------------------------------------------- */
header {
  /*background: url(images/backgrounds/wild_oliva_light_head.png);
  border-bottom: solid 1px #cccccc; */  /*頭部底下線條*/
}
header .container {
  position: relative;
}

}

.navbar .navbar-inner {    /*沒用到了*/    
  background-color: transparent;
  background-image: none;
  border: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 0px;
}


.navbar .btn-navbar { /*使用button用的menu的背景  目前改掉navbar-toggle了沒用*/
  margin-top: 22px;
  margin-right: 0;
  margin-left: 0;
  background: url(images/backgrounds/wild_oliva_light.png);
}
.navbar .btn-navbar span.nb_left {   /*同上 自適應時視窗大小影響menu的位置*/
  padding: 5px;
}
.navbar .btn-navbar span.nb_right {   /*同上 出現menu的字體設定*/
  font-weight: bold;
  font-size: 18px;
  color: #555555;
  text-shadow: 1px 1px 0 #FFFFFF;
  padding: 0 4px 4px 4px;
}





#social_media_wrapper {    /*右上角fb等分享部份的設定*/
  background: #0085c8;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  padding: 10px;
}
#social_media_wrapper a {
  text-align: center;
  display: block;
  float: left;
  margin: 0 3px;
  background: url(images/backgrounds/wild_oliva_light.png);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  font-size: 18px;
  width: 18px;
  height: 18px;
  padding: 6px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social_media_wrapper a:hover,
#social_media_wrapper a:active {
  text-decoration: none;
  color: #ffffff;
  background: url(images/backgrounds/wild_oliva_blue_light.png);
}
#sign {
  position: absolute;
  top: 7px;
  right: 150px;
  font-size: 12px;
}
#sign i {
  margin-right: 0px;
  font-size: 18px;
  width: 18px;
  height: 18px;
  padding: 8px;
  display: inline-block;
  text-align: center;
  position: relative;
  left: 0px;
  top: 2px;
}
/* =Slider and Large Photo headers   輪撥背景
-------------------------------------------------------------- */
.flexslider {
  margin-bottom: 0px; /*下方距離*/
}
.flexslider .container {
  position: relative;
  z-index: 9;
  text-align: left;
  height: 480px;  /* container高度*/
}
.flexslider .container .carousel-caption {
  -webkit-transition: all 500ms linear;  /*轉場效果*/
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  position: absolute;
  bottom: 0;
  opacity: 0.1; /*淡入效果*/
  filter: alpha(opacity=10); /*Filters濾鏡效果 共有十種特效*/
  margin: 0 25% 0 0;
  padding: 60px 0px;
  background: none;
}
.flexslider .container .carousel-caption h1 {
  display: inline-block;
  margin: 0 0 0px 0;
  padding: 16px;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  line-height: 1em;
  color: #f3f3f3;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 50px;
  font-weight: 300;
  border-bottom: solid 1px #0085c8;
}
.flexslider .container .carousel-caption h1.inverse {
  background: #0085c8;
  background-color: rgba(0, 133, 200, 0.6);
}
.flexslider .container .carousel-caption .lead {
  display: inline-block;
  margin: 0;
  padding: 16px;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 300;
  border-bottom: solid 1px #0085c8;
}
.flexslider .container .carousel-caption .lead.inverse { /*html中用lead inverse  表示....用空格*/
  background: #0085c8;
  background-color: rgba(0, 133, 200, 0.8);
}
.flexslider .container .carousel-caption .btn {
  margin-top: 15px;
}
/*圓形紅色         line-height 設定字體範圍高度（行間距）                  */
.flexslider .container .carousel-caption .round_badge {
  display: block;
  width: 70px;    /*定義圓形的寬度*/
  height: 70px;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 140px;
  background-color: #ff0000;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  color: #ffffff;
  font-weight: 300;    /*font-weight 設定字體粗細*/
  font-size: 16px;
  line-height: 20px;  
}
.flexslider .container .carousel-caption .round_badge strong {
  font-weight: 700;
  font-size: 22px;
  margin-top: 4px;
  display: block;
}
.flexslider a.carousel-control {
  height: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border: 0;
}
.flexslider .item {          /*背景的設定*/
  height: 480px;         /*背景的高度*/
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.full_page_photo {     /*內頁banner圖*/
  height: 400px;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.full_page_photo section.call_to_action {   /*文字的設定*/
  margin: 0;
  max-width: 960px;
  padding: 0px 0px;
  text-align: left;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
}
.full_page_photo section.call_to_action img {
  display: block;
}
.full_page_photo section.call_to_action h3 {
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  padding: 10px;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  clear: both;
}
.full_page_photo section.call_to_action h4 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  clear: both;
}
/* =Collapsing Header Effect
(To use, assign "collapsing_header" class to the body tag)
-------------------------------------------------------------- */
.collapsing_header header {      /*內頁的body  頭部    */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 162px;
  z-index: 10;
}
.collapsing_header header.absolute {
  position: absolute !important;           /*這裡去掉  頭部就固定不動了*/
  top: 400px !important;
  left: 0px;
}
.collapsing_header .full_page_photo {
  position: fixed;
  top: 162px;
}
.collapsing_header #main {
  position: relative;
  top: 562px;
}
/* =Main, Homepage   主頁
-------------------------------------------------------------- */
#main {
  background: url(images/backgrounds/wild_oliva_light.png);
}
section.call_to_action {
  text-align: center;
  padding: 35px 0 45px 0;
}
section.call_to_action h3 {
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  display: inline-block;
}
section.call_to_action h4 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
section#features_teasers_wrapper {
  margin: 35px 0 45px 0;
}
section#features_teasers_wrapper .feature_teaser {    /*不理空格前的class*/
  text-align: center;
}
section#features_teasers_wrapper .feature_teaser h3 {    /*裡面文字*/
  font-size: 16px;
  font-weight: 600;
}
h2.section_header {   /*二三排中間文字*/
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  border-bottom: dotted 1px #cccccc;
  margin: 0 0 26px;
  padding: 0 0 16px 0;
}
section#portfolio_teasers_wrapper {
  margin: 35px 0 45px 0;
}
section#portfolio_teasers_wrapper .porfolio_teaser {     /*這目前沒用*/
  text-align: center;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  padding: 0 0 10px 0;
  border-bottom: solid 2px #f3f3f3;
}
section#portfolio_teasers_wrapper .porfolio_teaser:hover {
  border-bottom: solid 2px #0088cc;
}
section#portfolio_teasers_wrapper .porfolio_teaser h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin: 10px 0 0px 0;
}
section#portfolio_teasers_wrapper .porfolio_teaser h3 a:link,
section#portfolio_teasers_wrapper .porfolio_teaser h3 a:visited {
  color: #333333;
}
section#portfolio_teasers_wrapper .porfolio_teaser h3 a:hover,
section#portfolio_teasers_wrapper .porfolio_teaser h3 a:active {
  color: #000000;
  text-decoration: none;
}
section#portfolio_teasers_wrapper .porfolio_teaser p {
  font-size: 13px;
  font-weight: 400;
}
section#portfolio_teasers_wrapper .porfolio_teaser p a:link,
section#portfolio_teasers_wrapper .porfolio_teaser p a:visited {
  color: #999999;
}
section#portfolio_teasers_wrapper .porfolio_teaser p a:hover,
section#portfolio_teasers_wrapper .porfolio_teaser p a:active {
  color: #666666;
  text-decoration: none;
}
/* =General Page elements
-------------------------------------------------------------- */
figure {
  margin: 14px 0 28px 0;
}
.hgroup {
  border-bottom: 1px solid #cccccc;
  margin: 26px 0px;
  padding: 17px 0;
}
.hgroup h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 0.3em 0;
  padding: 0;
}
.hgroup h2 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 20% 0 0;
  padding: 0;
  color: #555555;
}
.hgroup .breadcrumb {
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0 0 0px;
  padding: 6px 15px;
  border: solid 1px #cccccc;
}
/* =Our Team
------------ */
.team_member {
  text-align: center;
  background-color: #000000;
  background-color: #222222;
  background: url(images/backgrounds/wild_oliva_dark.png);
  color: #cccccc;
  padding: 40px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.team_member figure {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background-size: cover;
}
.team_member figure img {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.team_member figure img:hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.team_member h5 {
  margin: 24px 0px 6px 0;
  font-size: 20px;
  font-weight: 600;
}
.team_member small {
  font-size: 13px;
  font-weight: 300;
}
.team_member hr {
  margin: 14px 0;
  border: #cccccc;
}
.team_member p.short_bio {
  font-weight: 300;
}
.team_member .team_social {
  margin: 0 0px 12px 0;
}
.team_member .team_social a {
  margin: 0 6px 12px 0;
  font-size: 18px;
  background-color: #0088cc;
  padding: 6px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.team_member .team_social a:link,
.team_member .team_social a:visited {
  color: #ffffff;
}
.team_member .team_social a:hover,
.team_member .team_social a:active {
  color: #0088cc;
  text-decoration: none;
  background-color: #ffffff;
}
/* =Service Page elements
-------------------------------------------------------------- */
.service_teaser {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 60px 0px;
  padding: 0 0px 0 0;
}
.service_teaser .teaser_photo {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.service_teaser .teaser_photo img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.service {
  margin-bottom: 40px;
}
.service figure {
  text-align: center;
  margin: 0;
  padding: 0;
}
.service figure i {
  font-size: 90px;
  color: #0085c8;
}
.service figure i.blue {
  color: #0085c8;
}
.service .desc h4 {
  font-weight: 600;
}
/* =Pricing Tables
------------------ */
.pricing_wrapper {
  padding: 40px 0;
}
.pricing_wrapper .pricing_plan {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  border: solid 1px #e7e7e7;
}
.pricing_wrapper .pricing_plan.special {
  border: solid 20px #0085c8;
  position: relative;
  left: 0px;
  top: -20px;
}
.pricing_wrapper .pricing_plan h3 {
  background-color: #eeeeee;
  padding: 30px 5px;
  margin: 0 0 10px 0;
  color: #0085c8;
  font-size: 30px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  border-bottom: solid 1px #cccccc;
}
.pricing_wrapper .pricing_plan h3 small {
  display: block;
}
.pricing_wrapper .pricing_plan .the_price {
  padding: 15px;
  font-size: 50px;
  margin: 30px auto;
  width: 60%;
  color: #46a546;
  text-shadow: 1px 1px 0px #ffffff;
  border-bottom: dotted 1px #cccccc;
}
.pricing_wrapper .pricing_plan .the_price span {
  font-size: 30px;
}
.pricing_wrapper .pricing_plan .the_price small {
  font-size: 14px;
}
.pricing_wrapper .pricing_plan .the_offerings {
  padding: 0 30px;
  color: #555555;
}
.pricing_wrapper .pricing_plan a.btn {
  margin: 30px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
/* =Portfolio Page elements
-------------------------------------------------------------- */
ul#portfolio_filters {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
ul#portfolio_filters li {
  float: left;
}
ul#portfolio_filters li a {
  display: block;
  padding: 6px 6px 6px 0;
  margin: 0 3px;
  text-transform: uppercase;
}
ul#portfolio_filters li a:hover,
ul#portfolio_filters li a:active {
  border-bottom: solid 0px #0088cc;
  text-decoration: none;
}
ul#portfolio_filters li .active a,
ul#portfolio_filters li .active a:hover {
  border-bottom: solid 1px #0088cc;
}
.portfolio_strict .portfolio_item {     /*底下一整組可劃外框  做遮色片效果  利用span3 改變圖片大小*/
  text-align: center;
  background-color: #ffffff;
  padding: 8px;
  border: solid 1px #e7e7e7;
  height: 290px;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);    /*陰影淡化程度*/
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;   /*外框弧度*/
}
.portfolio_strict .portfolio_item:hover {
  background: url(images/backgrounds/wild_oliva_blue_light.png);/*變色圖片*/
  background-color:Blue;/*變色顏色*/
}
.portfolio_strict .portfolio_item:hover a {
  color: #ffffff;
  text-decoration: none;
  opacity: 1 !important;   /*數值：（一）0 或小於 0，完全透明。（二）0 < 數值 < 1，可看穿。（三）數值 >= 1，完全不透明，此為預設值*/
  filter: alpha(opacity=100) !important;
}
.portfolio_strict .portfolio_item .portfolio_photo {
  min-width:100%;
  height: 220px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;   /*圖片圓角*/
}
.portfolio_strict .portfolio_item .portfolio_photo a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms linear;   /*感應區速度*/
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;      /*感應區圓角*/
}
/*.portfolio_strict .portfolio_item .portfolio_photo a i {      中間加圓圈圖  覆蓋上去的
  background: url(images/backgrounds/wild_oliva_blue_light.png);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  padding: 10px;
  margin: 20% 0;
  line-height: 30px;
  height: 30px;
  border: solid 5px;
}*/
.portfolio_strict .portfolio_item .portfolio_photo a p {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio_strict .portfolio_item .portfolio_description {
  padding: 10px;
  margin-bottom: 20px;
}
.portfolio_strict .portfolio_item .portfolio_description h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.portfolio_strict .portfolio_item .portfolio_description p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #888888;
}
/*---------------------------------------------------------------到這裡首頁四張圖的設定結束----------------*/
.portfolio_masonry .portfolio_item {
  text-align: center;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 24px;
}
.portfolio_masonry .portfolio_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.portfolio_masonry .portfolio_item a img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.portfolio_masonry .portfolio_item a .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  position: absolute;
  top: 0px;
  left: 0px;
}
.portfolio_masonry .portfolio_item a .overlay .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 35%;
  margin: auto;
}
.portfolio_masonry .portfolio_item a .overlay h3 {
  font-size: 20px;
  line-height: 22px;
}
.portfolio_masonry .portfolio_item a .overlay i {
  background: url(images/backgrounds/wild_oliva_blue_light.png);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  padding: 10px;
  line-height: 33px;
  height: 30px;
  width: 30px;
  border: solid 5px;
}
.portfolio_masonry .portfolio_item a:hover .overlay {
  color: #ffffff;
  text-decoration: none;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#portfolio_slider_wrapper {
  padding: 10px 0;
}
#portfolio_slider_wrapper #portfolio_slider .container a {
  display: block;
  width: 100%;
  height: 100%;
}
#portfolio_slider_wrapper #carousel {
  padding: 10px 0;
  margin: 0 0 10px 0;
}
#portfolio_slider_wrapper #carousel ul.slides li {
  height: 140px;
  overflow: hidden;
  margin-right: 10px;
}
article.portfolio_details h3 {
  line-height: 1.2em;
}
/* =Blog Page elements
-------------------------------------------------------------- */
article.post {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  border-bottom: dotted 2px #cccccc;
}
article.post .post_header h3.post_title {
  line-height: 1.2em;
}
article.post .post_content figure {
  max-height: 400px;
  overflow: hidden;
}
article.post .post_content .btn {
  margin-top: 10px;
}
#post_comments {
  padding: 0 0 30px 0;
  margin: 0 0 40px 0;
  border-bottom: dotted 2px #cccccc;
}
#post_comments .comment {
  padding: 10px 0;
}
#post_comments .comment .comment_name {
  font-weight: 600;
  padding-top: 10px;
}
#post_comments .comment .comment_name a.reply {
  font-size: 12px;
  padding: 0 6px;
}
#post_comments .comment .comment_date {
  font-size: 12px;
}
/* =Sidebar
----------- */
#sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 0 30px;
}
#sidebar aside.widget {
  margin: 0 0 40px 0px;
}
#sidebar aside.widget h4 {
  padding: 7px 0;
}
.ads a {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
#tags a {
  display: block;
  padding: 10px;
  margin: 0 10px 10px 0;
  float: left;
  font-weight: 300;
}
#sidebar li.media .media-photo {
  width: 60px;
  height: 60px;
}
#sidebar li.media h5.media-heading {
  font-weight: 600;
  line-height: 1.2em;
  font-weight: 300;
}
#sidebar li.media p {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.2em;
}
#sidebar li.media a.media-date {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  float: left;
  background: #0085c8;
  background-color: rgba(0, 133, 200, 0.8);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  margin: 0 10px 0 0;
  color: #ffffff;
}
#sidebar li.media a.media-date:hover {
  background: #000000;
  background: rgba(0, 0, 0, 0.1);
}
#sidebar li.media a.media-date span {
  font-size: 13px;
  font-weight: 400;
}
/* =Register or Sign in Page
-------------------------------------------------------------- */
.signin {
  text-align: center;
  background-color: #ffffff;
  padding: 40px;
  border: solid 1px #e7e7e7;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.signin form .forgot {
  padding: 0 0 20px 0;
  font-weight: 300;
}
.signin form .forgot label.checkbox {
  font-weight: 300;
}
.signin form .forgot label.checkbox input[type="checkbox"] {
  float: none;
  position: relative;
  left: 0;
  top: -3px;
}
.social_sign h3 {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 22px;
}
.social_sign a {
  background-color: #0085c8;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin: 0 8px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  padding: 18px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.social_sign a.fb {
  background-color: #3B5998;
}
.social_sign a.tw {
  background-color: #00ACEE;
}
.social_sign a.gp {
  background-color: #E44B39;
}
.social_sign a:link,
.social_sign a:visited {
  color: #ffffff;
}
.social_sign a:hover,
.social_sign a:active {
  -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.or {
  overflow: hidden;
  text-align: center;
  padding: 30px 0 0 0;
}
.or .or_l,
.or .or_r {
  width: 40%;
  border-bottom: solid 1px #cccccc;
  display: inline-block;
  position: relative;
  left: 0px;
  top: -4px;
}
.or span {
  width: 8%;
  display: inline-block;
}
p.sign_title {
  font-weight: 300;
  padding: 30px 0 20px 0;
}
.signup {
  text-align: center;
  background-color: #ffffff;
  padding: 40px;
  border: solid 1px #e7e7e7;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.signup form label.checkbox {
  font-weight: 300;
}
.signup form label.checkbox input[type="checkbox"] {
  float: none;
  position: relative;
  left: 0;
  top: -3px;
}
.signup form .btn {
  margin-top: 50px;
}
/* =Footer
-------------------------------------------------------------- */
footer {
  margin-top: 40px;
  color: #ffffff;
  border-top: solid 2px #ffffff;
  background-color: #222222;
  background: url(images/backgrounds/wild_oliva_dark.png);
}
footer a:hover,
footer a:active {
  color: #cc0000;
  text-decoration: none;
}
#twitter_feed_wrapper {
  padding: 14px;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px #000000;
  border-top: solid 1px #000000;
  margin-top: 48px;
}
#twitter_feed_wrapper .twitter_feed_icon a {
  padding: 7px 0;
  font-size: 70px;
  display: block;
  text-align: center;
}
#twitter_feed_wrapper blockquote {
  margin: 11px 0;
  min-height: 60px;
}
#twitter_feed_wrapper blockquote p {
  font-size: 16px;
  margin-bottom: 3px;
}
#footer_teasers_wrapper {
  padding: 55px 0;
}
#footer_teasers_wrapper .footer_teaser h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 0 0 16px 0;
  margin: 10px 0 20px 0;
  border-bottom: solid 1px #555555;
}
#footer_teasers_wrapper .footer_teaser p {
  font-size: 13px;
}
li.media {
  position: relative;
}
li.media .media-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  margin: 5px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  overflow: hidden;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
li.media h5.media-heading {
  font-weight: 600;
  padding: 0px;
  margin: 0;
}
li.media a.media-date {
  width: 40px;
  height: 40px;
  float: left;
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  margin: 0 10px 0 0;
  position: relative;
  z-index: 2;
  color: #ffffff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
li.media a.media-date:hover {
  background: #0085c8;
  background-color: rgba(0, 133, 200, 0.4);
}
li.media a.media-date span {
  clear: both;
  display: block;
  font-size: 13px;
  font-weight: 400;
}
#latest-flickr-images ul {
  margin: 0;
  overflow: hidden;
}
#latest-flickr-images ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 3px;
}
#latest-flickr-images ul li a {
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #33333;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#latest-flickr-images ul li a img {
  min-width: 60px;
  min-height: 60px;
}
#copyright {
  border-top: solid 1px #000000;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  color: #999999;
}
/* =Boxed Layout
-------------------------------------------------------------- */
.boxed #slider_wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}
.boxed #slider_wrapper .flexslider .item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.boxed #slider_wrapper .flexslider .item img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.boxed section#features_teasers_wrapper .feature_teaser {
  margin-top: 30px;
}
.boxed section#features_teasers_wrapper .feature_teaser h3 {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
}
.boxed section#features_teasers_wrapper .feature_teaser p {
  padding: 10px 0;
  font-weight: 300;
}
/* =Buttons Overrides
-------------------------------------------------------------- */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0088cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0088cc);
  background-image: -o-linear-gradient(top, #0088cc, #0088cc);
  background-image: linear-gradient(to bottom, #0088cc, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0088cc', GradientType=0);
  border-color: #0088cc #0088cc #005580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0088cc;
  *background-color: #0077b3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #006699 \9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0088cc;
  *background-color: #0077b3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #006699 \9;
}
.btn-primary:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  border-color: #0077b3 #0077b3 #004466;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0077b3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover:hover,
.btn-primary:hover:focus,
.btn-primary:hover:active,
.btn-primary:hover.active,
.btn-primary:hover.disabled,
.btn-primary:hover[disabled] {
  color: #ffffff;
  background-color: #0077b3;
  *background-color: #006699;
}
.btn-primary:hover:active,
.btn-primary:hover.active {
  background-color: #005580 \9;
}
.btn-primary:hover:hover,
.btn-primary:hover:focus,
.btn-primary:hover:active,
.btn-primary:hover.active,
.btn-primary:hover.disabled,
.btn-primary:hover[disabled] {
  color: #ffffff;
  background-color: #0077b3;
  *background-color: #006699;
}
.btn-primary:hover:active,
.btn-primary:hover.active {
  background-color: #005580 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fbb450;
  background-image: -moz-linear-gradient(top, #fbb450, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #fbb450, #fbb450);
  background-image: -o-linear-gradient(top, #fbb450, #fbb450);
  background-image: linear-gradient(to bottom, #fbb450, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fffbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #fa9f1e \9;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #fa9f1e \9;
}
.btn-warning:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover:hover,
.btn-warning:hover:focus,
.btn-warning:hover:active,
.btn-warning:hover.active,
.btn-warning:hover.disabled,
.btn-warning:hover[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:hover:active,
.btn-warning:hover.active {
  background-color: #c67605 \9;
}
.btn-warning:hover:hover,
.btn-warning:hover:focus,
.btn-warning:hover:active,
.btn-warning:hover.active,
.btn-warning:hover.disabled,
.btn-warning:hover[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:hover:active,
.btn-warning:hover.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ee5f5b;
  background-image: -moz-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: -o-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: linear-gradient(to bottom, #ee5f5b, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffee5f5b', GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #e9322d \9;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #e9322d \9;
}
.btn-danger:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover:hover,
.btn-danger:hover:focus,
.btn-danger:hover:active,
.btn-danger:hover.active,
.btn-danger:hover.disabled,
.btn-danger:hover[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:hover:active,
.btn-danger:hover.active {
  background-color: #942a25 \9;
}
.btn-danger:hover:hover,
.btn-danger:hover:focus,
.btn-danger:hover:active,
.btn-danger:hover.active,
.btn-danger:hover.disabled,
.btn-danger:hover[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:hover:active,
.btn-danger:hover.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #46a546;
  background-image: -moz-linear-gradient(top, #46a546, #46a546);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46a546), to(#46a546));
  background-image: -webkit-linear-gradient(top, #46a546, #46a546);
  background-image: -o-linear-gradient(top, #46a546, #46a546);
  background-image: linear-gradient(to bottom, #46a546, #46a546);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46a546', endColorstr='#ff46a546', GradientType=0);
  border-color: #46a546 #46a546 #2f6f2f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #46a546;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #46a546;
  *background-color: #3e933e;
}
.btn-success:active,
.btn-success.active {
  background-color: #378137 \9;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #46a546;
  *background-color: #3e933e;
}
.btn-success:active,
.btn-success.active {
  background-color: #378137 \9;
}
.btn-success:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #439e43;
  background-image: -moz-linear-gradient(top, #46a546, #3e933e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46a546), to(#3e933e));
  background-image: -webkit-linear-gradient(top, #46a546, #3e933e);
  background-image: -o-linear-gradient(top, #46a546, #3e933e);
  background-image: linear-gradient(to bottom, #46a546, #3e933e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46a546', endColorstr='#ff3e933e', GradientType=0);
  border-color: #3e933e #3e933e #285d28;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3e933e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover:hover,
.btn-success:hover:focus,
.btn-success:hover:active,
.btn-success:hover.active,
.btn-success:hover.disabled,
.btn-success:hover[disabled] {
  color: #ffffff;
  background-color: #3e933e;
  *background-color: #378137;
}
.btn-success:hover:active,
.btn-success:hover.active {
  background-color: #2f6f2f \9;
}
.btn-success:hover:hover,
.btn-success:hover:focus,
.btn-success:hover:active,
.btn-success:hover.active,
.btn-success:hover.disabled,
.btn-success:hover[disabled] {
  color: #ffffff;
  background-color: #3e933e;
  *background-color: #378137;
}
.btn-success:hover:active,
.btn-success:hover.active {
  background-color: #2f6f2f \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bc0de;
  background-image: -moz-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -o-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: linear-gradient(to bottom, #5bc0de, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.btn-info:active,
.btn-info.active {
  background-color: #31b0d5 \9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.btn-info:active,
.btn-info.active {
  background-color: #31b0d5 \9;
}
.btn-info:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover:hover,
.btn-info:hover:focus,
.btn-info:hover:active,
.btn-info:hover.active,
.btn-info:hover.disabled,
.btn-info:hover[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:hover:active,
.btn-info:hover.active {
  background-color: #24748c \9;
}
.btn-info:hover:hover,
.btn-info:hover:focus,
.btn-info:hover:active,
.btn-info:hover.active,
.btn-info:hover.disabled,
.btn-info:hover[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:hover:active,
.btn-info:hover.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #444444;
  background-image: -moz-linear-gradient(top, #444444, #444444);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#444444));
  background-image: -webkit-linear-gradient(top, #444444, #444444);
  background-image: -o-linear-gradient(top, #444444, #444444);
  background-image: linear-gradient(to bottom, #444444, #444444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff444444', GradientType=0);
  border-color: #444444 #444444 #1e1e1e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #444444;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #444444;
  *background-color: #373737;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #2b2b2b \9;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #444444;
  *background-color: #373737;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #2b2b2b \9;
}
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover:hover,
.btn-inverse:hover:focus,
.btn-inverse:hover:active,
.btn-inverse:hover.active,
.btn-inverse:hover.disabled,
.btn-inverse:hover[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:hover:active,
.btn-inverse:hover.active {
  background-color: #080808 \9;
}
.btn-inverse:hover:hover,
.btn-inverse:hover:focus,
.btn-inverse:hover:active,
.btn-inverse:hover.active,
.btn-inverse:hover.disabled,
.btn-inverse:hover[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:hover:active,
.btn-inverse:hover.active {
  background-color: #080808 \9;
}
blockquote {
  border-left: 5px solid #999999;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.43;
}
/* =UItoTop jQuery Plugin 1.2
-------------------------------------------------------------- */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 35px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url(images/ui.totop.png) no-repeat left top;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 2;
}
#toTopHover {
  background: url(images/ui.totop.png) no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/* =Responsive: Large desktop and up
-------------------------------------------------------------- */


/* =Responsive: Desktop
-------------------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1199px) {
  
  .flexslider .container {
    height: 400px;
  }
  .flexslider .container .carousel-caption {
    padding: 30px 0px;
  }
  .flexslider .container .carousel-caption h1 {
    font-size: 40px;
  }
  .flexslider .container .carousel-caption .lead {
    font-size: 16px;
  }
  .flexslider .container .carousel-caption .round_badge {
    top: -40px;
    right: 100px;
  }
  .flexslider .item {
    height: 400px;
  }
}
/* =Responsive: Tablet to desktop
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
   
  .flexslider .container {
    height: 350px;
  }
  .flexslider .container .carousel-caption {
    padding: 20px 0px;
  }
  .flexslider .container .carousel-caption h1 {
    font-size: 30px;
  }
  .flexslider .container .carousel-caption .lead {
    font-size: 16px;
  }
  .flexslider .container .carousel-caption .round_badge {
    top: -60px;
    right: 70px;
  }
  .flexslider .item {
    height: 350px;
  }
  .full_page_photo {
    height: 350px;
  }
  .full_page_photo section.call_to_action {
    max-width: 80%;
  }
  .full_page_photo section.call_to_action h3 {
    font-weight: 300;
    font-size: 40px;
    line-height: 45px;
  }
  .full_page_photo section.call_to_action h4 {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
  }
  section.call_to_action {
    padding: 35px 0;
  }
  section.call_to_action h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  section.call_to_action h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }
  section#features_teasers_wrapper {
    margin: 25px 0 45px 0;
  }
  section#features_teasers_wrapper .feature_teaser h3 {
    font-size: 15px;
  }
  section#features_teasers_wrapper .feature_teaser p {
    font-size: 13px;
    line-height: 1.4em;
  }
  .portfolio_strict .portfolio_item .portfolio_photo a p {
    font-size: 12px;
    line-height: 1.3em;
  }
  .portfolio_strict .portfolio_item .portfolio_description h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .portfolio_strict .portfolio_item .portfolio_description p {
    font-size: 12px;
  }
  .service figure i {
    font-size: 70px;
  }
}
/* =Responsive: Landscape Phone to Tablet
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  body {
    margin: 0;
    padding: 0;
  }
  header .container{width:100% !important;
      padding-right:0px !important;
      padding-left:0px !important;}
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flexslider .container {
    height: 350px;
  }
  .flexslider .container .carousel-caption {
    padding: 20px 0px;
  }
  .flexslider .container .carousel-caption h1 {
    font-size: 30px;
  }
  .flexslider .container .carousel-caption .lead {
    font-size: 16px;
  }
  .flexslider .container .carousel-caption .round_badge {
    display: none;
  }
  .flexslider .item {
    height: 350px;
  }
  section.call_to_action {
    padding: 35px 0;
  }
  section.call_to_action h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  section.call_to_action h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }
  .full_page_photo {
    height: 300px;
  }
  .full_page_photo section.call_to_action {
    max-width: 90%;
  }
  .full_page_photo section.call_to_action h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
  }
  .full_page_photo section.call_to_action h4 {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
  }
  section#features_teasers_wrapper .feature_teaser {
    margin-bottom: 40px;
  }
  .team_member {
    margin-bottom: 30px;
  }
  .team_member figure {
    margin: 0 auto;
    width: 250px;
    height: 250px;
  }
  .team_member figure img {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
  }
  article p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .columns_2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
  }
  #footer_teasers_wrapper .footer_teaser {
    margin: 0 0 40px 0;
  }
  .collapsing_header header {
    position: static;
    height: auto;
  }
  .collapsing_header .full_page_photo {
    position: relative;
    top: 0;
  }
  .collapsing_header #main {
    position: relative;
    top: 0;
  }
  .collapsing_header header.absolute {
    position: relative !important;
    top: 0px !important;
    left: 0px;
  }
  #sidebar {
    padding: 0px 0 0 0px;
  }
  .pricing_wrapper {
    padding: 0px 0 20px 0;
  }
  .pricing_wrapper .pricing_plan {
    margin: 20px 0;
  }
  .pricing_wrapper .pricing_plan.special {
    top: 0px;
  }
  .pricing_wrapper .pricing_plan h3 {
    padding: 30px 0;
    margin: 0 0 10px 0;
  }
}
/* =Responsive: Portrait Phone
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
  .span3 {
    width:100%;}

  .hgroup h2 {
    margin: 0 0 6px 0;
  }
  .flexslider .container {
    height: 350px;
  }
  .flexslider .container .carousel-caption {
    padding: 20px 0px;
    margin: 0;
  }
  .flexslider .container .carousel-caption h1 {
    font-size: 30px;
  }
  .flexslider .container .carousel-caption .lead {
    font-size: 16px;
  }
  .flexslider .item {
    height: 350px;
  }
  .team_member {
    margin-bottom: 30px;
  }
  .team_member figure {
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
  .team_member figure img {
    width: 150px;
    height: 150px;
  }
  #portfolio_slider_wrapper {
    margin-bottom: 30px;
  }
  #portfolio_slider_wrapper #carousel {
    display: none;
  }
}

/*-[ Tables ]--------------------  上選單表格自適應   目前使用表個方式*/
table{
width:100%;
text-align:left;
margin-bottom:5px;
border:0px solid #F1F4F6;
}
thead{
background:#F7F8F9;
font-size:14px;
color:#585F65;
}
table th ,table td{
padding:3px 3px;
text-align:left;
}
thead th{
padding:14px;
}
tbody th{
font-weight:normal;
border-bottom:1px solid #F5F7F9;
}


			
			
			
/*a:hover {position: relative; bottom: 1px;left:1px; }/*超連結移過去會動一下*/*/

p{
font-weight:normal;
font-size: 15px;
}
.tel-btn{
      display:block;
      /*background-color:rgba(67, 158, 67, 0.60);*/
      width:100%;margin:0;padding:0;position:fixed;bottom:0px;
      text-align:center;z-index:99;
      font-size:16px;color:#ffffff;line-height:20px;
      }
      .tel-btn .mobiBtn{
      display:inline-block;height:32px;line-height:22px;margin:5px;padding:5px;
      border:1px solid #ffffff;
      border-radius:5px;text-align:center;
      text-decoration:none;
      background:rgba(62, 147, 62, 0.90);
      box-shadow:0 0 10px gray;font-size:16px;font-weight:bold;color:#ffffff;

      }
      .tel-btn .mobiBtn a{font-size:16px;font-weight:bold;color:#ffffff;
      }
.toTop-arrow {
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 33%;
	opacity: 0.6;
	background: #000;
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 60px;
	display: none;
}
.toTop-arrow::before, .toTop-arrow::after {
	width: 18px;
	height: 5px;
	border-radius: 3px;
	background: #f90;
	position: absolute;
	content: "";
}
.toTop-arrow::before {
	transform: rotate(-60deg) translate(0, -50%);
	left: 0.3rem;
}
.toTop-arrow::after {
	transform: rotate(60deg) translate(0, -50%);
	right: 0.3rem;
}
.toTop-arrow:focus {outline: none;}
.table {
            display: table;
            border-collapse:separate;
            border-spacing: 10px;
            
        }
        .table-row {
            display: table-row;
        }

        .table-cell {
            display: table-cell;
            //border: 1px solid #000000;
            vertical-align: middle;
            
            height: auto;
        }
.table-cellwidth {
display:inline-block;}
.table-cellleft {
text-align:left;}
.table-cellright {
text-align:right;}

.tableprice {
            display: table;
            border-collapse:separate;
            border-spacing: 1px;
            width:100%;
            
            padding:10px;
            border: 2px solid #E81974;
            border-radius:2px;
            color:#0000bf;
        }
.tableprice-row {
            display: table-row;
            width:100%;
        }
.tableprice-cell {
            display: table-cell;
            //border: 1px solid #000000;
            vertical-align: middle;
            
            height: auto;
        }

.breadcrumb{margin:5px auto;background: #fff;height: 40px;line-height: 25px;border-left: 5px solid #009688;padding-left: 5px;max-width: 1168px;}
.breadcrumb:hover{box-shadow:0px 1px 16px -8px #000;}
.breadcrumb li {display:inline-block;margin:0px;}
.flexslider {margin: 0 0 0px; background: none; border: 0px solid #fff; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; zoom: 1;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 0px; }


/* Control Nav 輪撥圖檔底下點的設定 */
.flex-control-nav {width: 100%; position: absolute; bottom: -20px; text-align: center;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
                /*點的寬度*/
.flex-control-paging li a {width: 8px; height: 8px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }


img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 240px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
    }  }
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 150px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  } }
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}


.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}


.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  border-color: #0077b3 #0077b3 #004466;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0077b3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0077b3;
  *background-color: #006699;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #005580 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #439e43;
  background-image: -moz-linear-gradient(top, #46a546, #3e933e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46a546), to(#3e933e));
  background-image: -webkit-linear-gradient(top, #46a546, #3e933e);
  background-image: -o-linear-gradient(top, #46a546, #3e933e);
  background-image: linear-gradient(to bottom, #46a546, #3e933e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46a546', endColorstr='#ff3e933e', GradientType=0);
  border-color: #3e933e #3e933e #285d28;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3e933e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #3e933e;
  *background-color: #378137;
}
.btn-success:active,
.btn-success.active {
  background-color: #2f6f2f \9;
}


.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-link:hover,
.btn-link:focus {
  color: #cc0000;
  text-decoration: underline;
  background-color: transparent;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0077b3;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #3e933e;
}


.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #cc0000;
  border-bottom-color: #cc0000;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 180px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  } }

@media (min-width: 480px) and (max-width: 767px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 45%;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  } }