html, body {
	height:100%;
}
body {
	margin-top: -90px;
	overflow-x: hidden;

}


a {
	color: #C40100;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
	font-family: 'Lato', Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

a:hover, a:focus {
	color: #840000;
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	color: #C40100;
}
h4, h5, h6 {
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	color: #C40100;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 32px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
}
h3 {
	font-size: 26px;
	font-weight: 300;
	line-height: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

p {
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #5c5e63;
	line-height: 22px;
}
section {
	padding: 50px 0;
}



/********************************nav bar ********************************/


.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #c40100;
}
.navbar-inverse .navbar-toggle {
    border-color: #ffffff;
	float: right!important;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color:transparent;
    color: #000000;
}
.navbar-inverse .navbar-nav > .active {
    background-color:transparent;
    color: #ffffff;
}


.navbar-inverse {
    background-color: rgba(196, 1, 0, 0.9);
    border-color: #080808;
}
.navbar-brand {
    padding: 0px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar>.container .navbar-brand{
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 2px;
 }

.navbar-nav > li {
	margin-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	border-radius: 0;
	color: #fffbf2;
	display: inline-block;
	font-weight: 600;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	line-height: 34px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
}

.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:active{
	color: #000;
	text-decoration: none;
}

.navbar-inverse {
  border: none;
}


.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition:  color 300ms, background-color 300ms;
	transition:  color 300ms, background-color 300ms;
}

.dropdown-menu {
	min-width: 240px;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(196,1,0,.90);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.225);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.225);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.225);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  left: 0;
  text-align: left;
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 6px 10px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: #311915;
	color: #d58878;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
  padding-bottom: 8px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:first-child > a {
  padding-top: 8px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000;
}
a:focus { 
    outline: none; 
}
/******************************** slider********************************/
.carousel,
.item,
.active {
	height:100%;
}

.carousel-inner {
	height:100%;
}
.carousel-caption, .carousel-caption h1 {
    left: 8%;
    padding-bottom: 50px;
    right: 8%;
	color: #FFF;
	text-align: right;
	
}


.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}

.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
}


/******************************** section ********************************/
.section {
	margin: 50px 0;
}

/** ======================================inside pages====================================== **/

#page-header {
	background-attachment: fixed;
	background-image: url(../images/inner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 100px;
	max-height: 100px;
	padding-top: 15px;
	margin-bottom: 0px;
	margin-top: 73px;
	background-color: #FFFFFF;
}
#page-content {
	padding-bottom: 30px;
	background-color: #FFFFFF;
	min-height: 400px;
}

/******************************** Team  ********************************/
.team {
	min-height: 600px;
	margin: 0 auto 40px auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	background-color: #F9F9F9;
	border: 1px solid #F0F0F0;
	padding-bottom: 15px;
	padding-top: 35px;
}
.team:hover {
  background: #fff;
	border: 1px solid #C40100;
}

.team .content {
    padding: 0 15px;
}

.team:hover p {
	color: #000;
}
.team:hover,
.team:hover .name, .team:hover .job-title {
    color: #C40100;
}
.team .image {
    margin: 0 auto 30px auto;
}
.team img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.team:hover img {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
}

.team .name {
	font-size: 20px;
	font-weight: 500;
	margin: -6px 0 11px 0;
	color: #000000;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.team .job-title {
	display: block;
	font-size: 18px;
	color: #000000;
	margin: -4px 0 15px 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.team .job-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #ddd;
    margin: 15px auto 15px auto;
}
.team p {
	font-size: 14px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.bottom-margin {
	margin-bottom: 50px;
	margin-top: 20px;
}

/******************************** Awards********************************/
#award .award-box {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 40px;
	min-height: 350px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#award .award-box:hover {
    border-bottom: 1px solid #C40100;
}
#award .award-box:hover dt {
	color: #C40100;
}


#award  .dl-horizontal dt {
	text-align: left;
	overflow: auto;
	white-space: normal;
	width: 100px;
	color: #000000;
	font-weight: normal;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#award .dl-horizontal dd {
	margin-left: 100px;
	color: #666666;
 }

#award .dl-horizontal {
	margin-top: 20;
}
#award dt, #award dd {
	font-size: 14px;
    line-height: 1.52857;
}
/******************************** Portfolio page********************************/
#portfolio-page{
}
#portfolio-page .img-thumbnail {
	max-height: 165px!important;
}

#portfolio-page a img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#portfolio-page a:hover img {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
}
#portfolio-page a p {
	line-height: 22px;
}
#portfolio-page a:hover p {
	color: #CA1A19;
}

#portfolio-page-links {
}

#portfolio-page-links ul{
padding-left: 15px;
}

#portfolio-page-links a{
	line-height: 25px;
	
}

/******************************** footer********************************/
/******************************** footer********************************/
footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	padding: 8px 0;
}
footer.navbar-default.navbar-fixed-bottom
 {
      background:#e8e8e8;
      color:#1a1a1a;
 }
 footer.navbar-default.navbar-fixed-bottom p{
	  font-size: 12px;
	  margin: 0;
	  padding-bottom: 8px 0;
 }
 .footer-left {padding-left: 25px;}
 .footer-right {padding-right: 25px}

.h-230 {
	min-height: 230px;
}