@charset "utf-8";
/* CSS By WS Studio  */
/*	0112: Additional footer section	*/

h3 {
	margin: 10px 0 30px 0;
	letter-spacing: 10px;      	
	font-size: 20px;
	font-weight: bold;
	color: #111;
}
a {			
  color: #888;
  text-decoration: none; }	/* disable hyperlink underline */
  
a:hover {			/* color change when cursor move to */
  text-decoration: none;
  color: #fff; }

/* 3/25新增: background-color change when cursor move to 
  background-color:#293535}
*/

ul, ol {list-style: none; }	/* disable dot icon of item */

.pad10 {padding: 10px 0 !important; }
.pad20 {padding: 20px 0 !important; }
.pad30 {padding: 30px 0 !important; }
.pad40 {padding: 40px 0 !important; }
.pad50 {padding: 50px 0 !important; }
  
.wrap{ width:964px; margin:auto;}


/* 
.header{ 
	background:url(images/logo.png); 
	width:420px; 
	height:75px; 
	margin:0 auto 20px; 
	text-indent:-9999px;}
*/

/*
.mask{ height:180px; overflow:hidden; border:solid 1px #999; float:left; margin:-1px 0 0 -1px;}
*/

.mask{ height: 190px; overflow:hidden; float:left;}

.boxWrap{
	width: auto;            /* width: 240px; */
	-moz-transition:margin-top .5s ease-out;
	-webkit-transition:margin-top .5s ease-out;
	-o-transition:margin-top .5s ease-out;
	-ms-transition:margin-top .5s ease-out;}
.boxWrap:hover{ margin-top:-199px;}
.boxWrap h1{
	font-size:15px;
	color:#000;
	line-height: 0px;}
.box1, .box2{ padding:4px; background-color:#FFF; height:195px; line-height: 18px;}

.box2{ margin-top: auto; position:relative;}

.box2 p{ margin-bottom:.5em;}

.box2 a{ 
            box-shadow:0 0 5px #999; 
            position:absolute; 
            left:70px; 
            bottom:10px; 
            text-decoration:none; 
            color:#FFF; 
            display:block; 
            border: solid 1px #69F; 
            background-color:#6CF; 
            border-radius:3px; 
            width:100px; 
            text-align:center;
}

.box2 a:hover{ box-shadow:0 0 5px #777; background-color:#6BF;}


.box:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.boxonmouse {
  transition: box-shadow .3s;
  width: 160px;
  height: 260px;
  margin: 10px;
  border-radius:10px;
  border: 1px solid #fff;
  padding:20px 10px
  background: #fff;
  float: left;
}

.boxonmouse:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.text-box
{
margin-top: 20px;
width:300px;
height:50px;
padding:5px;
text-align: center;
color:#ffffff;	/* #ff9900 */
background-color:#293535;
-moz-box-shadow: 10px 10px 5px #888888; /* 老的 Firefox */
box-shadow: 10px 10px 5px #888888;
}

img {
    max-width: 100%; }

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

.container {
    overflow: hidden;   
    margin-left: auto;
    margin-right: auto;
    padding: 60px 10px 0px 10px;  
}

/*
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
*/

.primary-container {
    overflow: hidden;   
    margin-left: auto;
    margin-right: auto;
    padding: 60px 10px; }

/* Inner container.
   Additional container, horizontal padding is applied to elements with this class.
-------------------------------------------------------------- */
.inner-container {
    padding-left: 20px;
    padding-right: 30px;

    /* Clear floats */
    *zoom: 1;
    clear: both;
}

.block-container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Clear floats */
.inner-container:before,
.inner-container:after { display: table; line-height: 0; content: ""; }
.inner-container:after { clear: both; }

.person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;		
      height: 80%;		
      opacity: 0.7;  }

@media (max-width: 990px) {
      .person {
      width: 60%;
      height: 60%;	
    } }

@media (max-width: 600px) {
      .person {
      width: 50%;
      height: 50%;
    } }

.person:hover {
      border-color: #f1f1f1;  }
.carousel-inner img {
      -webkit-filter: grayscale(90%);
      filter: grayscale(10%);   			/*  0110: 90% make all photos black and white */
      width: 100%; 				/*  0110: Set width to 100% */
      margin: auto;  }
.carousel-caption h3 {
      color: #fff !important;  }
@media (max-width: 600px) {
      .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    } }
.bg-1 {
      background: #2d2d30;
      color: #bdbdbd;  }
.bg-1 h3 {color: #fff;}
.bg-1 p {
	font-style: normal;}
  .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;  }
  .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;  }
  .thumbnail {
      padding: 0 0 5px 0;     /* default: padding: 0 0 15px 0; */
      border: none;
      border-radius: 0;  }
  .thumbnail p {
      margin-top: 5px;       /* default: margin-top: 15px;  */
      color: #555;  }

  .btn {
      padding: 4px 20px;  /* default black button: padding: 10px 20px; */
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
      margin-top: 2px;   }    /* added by WS  */

  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;  }

.button {
	color: rgb(150, 150, 150);
	font-size: 14px;
	padding: 4px 20px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgb(160, 168, 175);
	background: -moz-linear-gradient(90deg, rgb(160, 168, 175) 30%, rgb(240, 248, 255) 70%);
	background: -webkit-linear-gradient(90deg, rgb(160, 168, 175) 30%, rgb(240, 248, 255) 70%);
	background: -o-linear-gradient(90deg, rgb(160, 168, 175) 30%, rgb(240, 248, 255) 70%);
	background: -ms-linear-gradient(90deg, rgb(160, 168, 175) 30%, rgb(240, 248, 255) 70%);
	background: linear-gradient(0deg, rgb(160, 168, 175) 30%, rgb(240, 248, 255) 70%);
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
	}

  .button:hover, .button:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;  }

  .modal-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;  }
  .modal-header, .modal-body {
      padding: 40px 50px;  }
  .nav-tabs li a {
      color: #777;  }
  #googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(60%);   }    /* b/w: 100% */
  
  .navbar {
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      background-color: #2d2d30;
      border: 0;
      font-size: 13px !important;	/* 0402: 原 font-size: 11px !important; */
      letter-spacing: 4px;
      opacity: 0.9;  }
  .navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;  }
  .navbar-nav li a:hover {
      color: #fff !important;  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;  }
  .navbar-default .navbar-toggle {
      border-color: transparent;  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;  }
  .dropdown-menu li a {
      color: #000 !important;  }
  .dropdown-menu li a:hover {
      background-color: red !important;  }

  footer {
                font-size: 13px;	/* 0402: 原 font-size: 11px; */
	line-height:20px; 
                background-color: #262f30;
	color: #f5f5f5;
	padding: 6px;  }       /* margin: 0 auto;
  padding: 0;
  text-align: left;    */

  footer a {
      color: #f5f5f5;  }
  footer a:hover {
      color: #777;
      text-decoration: none;  } 

/* 1070110: Change footer color to #293535 */
.footer-container
{
            background-color: #293535;  /* rgb 41, 53, 53 */
            padding-top: 10px;
            flex-wrap: wrap;  }
.footer-container a:hover{ 
      color: #fff;
      text-decoration: none;  } 
.form-control {
      border-radius: 0;  }
textarea {
      resize: none;  }

/* 0114: RWD */

/*  .grid12-4 {
  margin: 1px;
  width: 33.16%;
  color: #fff;
  text-align: center; }

 */

.grid12-4 {
    position:relative;
    overflow: hidden;
    float:left;
    margin-left:1%;
    margin-right:1%;
    width:31.33%;	
/*	display:inline;	*/
    }

@media (min-width: 600px) {
  .home-img .grid12-4 {
    width: 33.12%; }
  #header-search {
    margin-top: 30px; } }

@media (min-width: 300px) and (max-width: 599px) {
  .home-img .grid12-4 {
    width: 33%; }
  .blog-img img {
    width: 150px;
    height: 150px; }
  #header-search {
    margin-right: 0; }
  .white-back p {
    height: 65px; }
  .white-back h5 {
    margin-bottom: 20px; }
  .pad50 {
    padding: 50px 0 !important; } }

@media (max-width: 300px) {
  .home-img .grid12-4 {
   width: 100%  !important;     
   display: none; }
  .imgback1 {
    height: 350px; }
  .imgback1 h1 {
    padding-top: 100px;
    font-size: 20px; }
  .imgback1 h2 {
    font-size: 28px;
    padding: 0 15px; }
  .img-circle img {
    margin: 0; }
  .display-none img {
    display: none; }
  .display-none {
    display: none !important; }
  body .section-title.padding-right {
    padding: 0 !important; }}