@charset "utf-8";
/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
*/


/*************************
*******Typography******
**************************/

*{padding: 0px; margin: 0px;}

body {
  position: relative;
  background: #f0f0f0;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

h1{
  font-size: 36px;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #01acf1;
  -webkit-transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -o-transition:  color 500ms, background-color 500ms;
  transition:  color 500ms, background-color 500ms;
}

a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:active{
  color: #fff;
}



div,span,li,dd,dt,p,a{font-family:Arial, Tahoma;}

.btn {
  color: #c52d2f;
  -webkit-transition: color 600ms, background-color 600ms;
  -moz-transition: color 600ms, background-color 600ms;
  -o-transition:  color 600ms, background-color 600ms;
  transition:  color 600ms, background-color 600ms;
}

.btn:hover {
  color: #fff;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover,
.btn-primary:focus{
  background: #d8ac16;
  outline: none;
  box-shadow: none;
}

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}


.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 10px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 40px 0px 70px 0px;
}

.section-heading{
  display: block;
  width: 100%;
  padding: 20px 0px 40px 0px;
  font-size: 2em;
  font-weight: bold;
  color: #454545;
}

.center {
  text-align: center;
  padding-bottom: 1px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/
header{
  position: absolute;
  z-index: 1000;
}

#header-box{
  width: 100%;
  height: 78px;
  padding: 0px;
  margin: 0px;
  background-color: rgba(0,0,0,0.30);
}
.header-logo{
  padding: 20px 10px 15px 10px;
}
.header-logo img{
  max-width: 100%;
}

#channel-header-box{
  width: 100%;
  height: 78px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
}
#channel-header-box #header-main{
  background: url("../images/BG_HeaderLine.png") repeat-x bottom;
}

#channel-content{
  padding: 30px 0px 30px 0px;
}

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}


.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.nav-top{
  padding: 4px 0px 5px 0px;
  line-height: 20px;
}
.nav-top li a{
  display: block;
  padding: 0px 10px 0px 10px;
}

.nav-bar {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.navbar-inverse{
  background-color: transparent;
  border: none;
}

.navbar-nav{
  margin-top: 0px;
}

.navbar-nav>li.nav-unit{
  margin-left: 0px;
  padding-bottom: 0px;
}
.navbar-inverse .navbar-nav > li.nav-unit > a.main-menu {
  display: inline-block;
  padding: 9px 30px 7px 30px;
  margin: 0;
  border-radius: 0px;
  color: #fff;
  line-height: 24px;
  font-size: 1.2em;
  background: url("../images/MainMenuSplit.png") no-repeat right top;
}

.navbar-inverse .navbar-nav > li.nav-unit > a.main-menu:hover{
  color: #fff;
  background: #01acf1;
}

.navbar-inverse .navbar-nav > li.nav-unit > a.main-menu-last {
  display: inline-block;
  padding: 9px 30px 7px 30px;
  margin: 0;
  border-radius: 0px;
  color: #fff;
  line-height: 24px;
  font-size: 1.2em;
}

.navbar-inverse .navbar-nav > li.nav-unit > a.main-menu-last:hover{
  color: #fff;
  background: #01acf1;
}

.navbar-nav>li.nav-split{
  margin: 0px;
  padding: 9px 0px 0px 0px;
  width: 1px;
  color: #afafaf;
}
.navbar-nav>li.nav-split img{
  width: 1px;
  height: 100%;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #c52d2f;
  color: #fff;
}
.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.dropdown-menu {
  background-color: rgba(255,255,255,1.0);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 10px;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
  width: 150px;
}
.dropdown-menu .dropdown-menu-unit {
  padding: 5px 10px 5px 10px;
}

.dropdown-menu-unit a{
  display: block;
  -webkit-transition: all ease-in-out 400ms;
  -moz-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}
.dropdown-menu-unit a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.dropdown-menu:before{
  position: absolute;
  top:0;
}

.dropdown-menu > li > a {
  padding: 5px 15px 3px 15px;
  color: #454545;
}

.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus > a,
.dropdown-menu > li.active > a {
  background-color: #01acf1;
  color: #fff;
}

.dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-collapse,
.navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0px;
}
.no-padding{
  padding: 0px;
}

#main-slider .carousel .carousel-content {
  margin-top: 78px;
}

#main-slider .carousel .slide-margin{
  margin-top: 78px;
}

#main-slider .carousel h2 {
  font-size: 1.3em;
  line-height: 1.5em;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;

  -webkit-transition: all ease-in-out 500ms;
  -moz-transition: all ease-in-out 500ms;
  -o-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
}
#main-slider .carousel .btn-slide:hover {
  background: #fed136;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  /*height: 650px;*/
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.2);
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 8px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:hover {
  background: rgba(255, 255, 255, 0.3);
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 12px;
  height: 12px;
  background-color: #01acf1;
  margin: 0 8px 0 0;
  border: 1px solid #01acf1;
  position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #01acf1;
  border: 1px solid #01acf1;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.pObj{
  width: 100%;
  max-width: 221px;
}

#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}


.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
  padding-right: 1px;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 0px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #e6e6e6;
  color: #666;
  border-radius: 5px 5px 0px 0px;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
}

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #97c620;
  color:#fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #01acf1;
  position: relative;
}

/* 最后一个tab多一个右箭头
.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}
*/

.tab-wrap{
  border:1px solid #dedede;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
  background-color: #fff;
  border-radius: 0px 10px 10px 10px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}



/*************************
********* Channel Page CSS ******
**************************/
.comm-channel {
  margin-top: 110px;
  margin-bottom: 0px;
}

.comm-channel h2,
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.comm-channel p {
  color:#4e4e4e;
}


.child-menu{
  list-style: none;
}
.child-menu-title{
  margin: 0px;
  padding: 0px;
  background-color: #313131;
}
.child-menu-unit{
  border-bottom: 1px solid #acacac;
}
.child-link{
  display: block;
  padding: 7px 0px 1px 5px;
  font-size: 14px;
  color: #343434;
}
.child-link:hover{
  color: #c00000;
  background-color: #eee;
}

.child-link-active{
  display: block;
  padding: 7px 0px 1px 5px;
  font-size: 14px;
  color: #c00000;
  background-color: #eee;
}
.child-link-active:hover{
  color: #cc0000;
  background-color: #dedede;
}


/*************************
********* Channel Content ******
**************************/
.lead-link{
  padding:10px 5px 0px 0px;
}

.channel-title{
  padding: 15px 0px 5px 5px;
  background: url('../images/bg-channel-title.gif') no-repeat bottom left;
  font-size: 1.4em;
  color: #333;
}

.content-detail{
  padding: 10px 0px 35px 5px;
  line-height: 1.5em;
  font-size: 1em;
  color: #343434;
  min-height: 400px;
}
.content-detail img{
  max-width: 100%;
}




/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2,
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left,
#carousel-slider
.carousel-control.right {
  background: none;
}


.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill,
.html-skill,
.css-skill,
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}


.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}




.footer {
  /*background: url("../images/BG_Footer.jpg") no-repeat top center;*/
  padding: 105px 0px 50px 0px;
}
.footer-channel {
  background: url("../images/BG_Footer_Channel.png") repeat-x top #f3f3f4;
  padding: 30px 0px 20px 0px;
  border-top:1px solid #ccc;
}

.footer_left {
  padding: 10px;
}


/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items,
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}


/*************************
********* Contact Us CSS ******
**************************/

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}


ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #c52d2f !important;
  border-color: #c52d2f !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud,
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#c52d2f;
  color: #fff;
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}



/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #c52d2f;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}


.bg-grey{
  background: #f2f2f2;
}
.bg-light{
  background-color: #fff;
}
.bg-dark{
  background-color: #212121;
}

/* team-member */
.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  margin: 0 auto;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}



ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: 0;
  color: #fff;
  background-color: #222;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}


.text-muted {color: #777;}
.text-light {color: #fff;}
.text-grey {color: #ddd;}
.text-dark {color: #454545;}
.text-light-blue {color:#01acf1;}

.text-notice {color: #c00;}
.text-border {font-weight: bold;}

.text-comm{font-size: 0.7em;}
.text-comm-more{font-size: 1em;}
.text-bigger{font-size: 1.4em; line-height: 1.8em;}
.text-big{font-size: 2em;}

.padding-top-add{padding-top: 4px;}
.padding-bottom-add{padding-top: 2px;}


.img-circle-link{
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 221px;
}
.img-circle-link .img-circle-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: rgba(190,190,190,.7);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
  border: 7px solid #fff;
}
.img-circle-link .img-circle-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.img-circle-link .img-circle-hover .img-circle-hover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}



.img-cover-link{
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}
.img-cover-link .img-cover-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: rgba(1,172,241,.7);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
  border: 0px solid #fff;
}
.img-cover-link .img-cover-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.img-cover-link .img-cover-hover .img-cover-hover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -25px;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
}

.img-cover-link .img-cover-hover-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  filter: alpha(opacity=100);
  background: url("../images/BG_WhithToAlpha.png") repeat-x;
  background-position: 0px 0px;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
  border: 0px;
  padding-top: 440px;
}
.img-cover-link .img-cover-hover-2:hover {
  background-position: 0px -200px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  padding-top: 250px;
}
.img-cover-link .img-cover-hover-content-2 {
  width: 100%;
  height: 20px;
  text-align: center;
  color: #454545;
}

.img-cover-link .img-cover-hover-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: #000;
  background-position: 0px 0px;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
  border: 0px;
}
.img-cover-link .img-cover-hover-3:hover {
  background-position: 0px -200px;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.img-cover-link .img-cover-hover-content-3 {
  width: 100%;
  height: 20px;
  text-align: center;
  color: #454545;
}


.home-title-line{
  display: block;
  margin: 0 auto;
  width: 214px;
  padding: 10px 0px 7px 0px;
  font-size: 1.6em;
  color: #454545;
  border-bottom: 3px solid #70bc38;
}
.home-about-shortcut{
  display: block;
  font-size: 1.1em;
  line-height:1.4em;
  color: #555;
  text-align: center;
  padding: 15px 10px 10px 15px;
}


.media-left{
  float: left;
  text-align: left;
  padding-right: 10px;
}

a{
  transition: background-color ease .5s;
  -o-transition: background-color ease .5s;
  -webkit-transition: background-color ease .5s;
  -moz-transition: background-color ease .5s;

  transition: color ease .5s;
  -o-transition: color ease .5s;
  -webkit-transition: color ease .5s;
  -moz-transition: color ease .5s;

}

a.link-color-1{color:#454545;}
a.link-color-1:hover{color:#2b8fcf;}
a.link-color-2{color:#bbb;}
a.link-color-2:hover{color:#fff; background-color:transparent;}
a.link-color-3{color:#efefef;}
a.link-color-3:hover{color:#fff; background-color:transparent; text-decoration:underline;}
a.link-color-4{color:#01acf1;}
a.link-color-4:hover{color:#fff; background-color:transparent;}
a.link-color-4.active{color:#c00;}
a.link-color-5{color:#454545; background-color:transparent;}
a.link-color-5:hover{color:#3795cd;}
a.link-color-6{color:#efefef;}
a.link-color-6:hover{color:#fff;}

a.link-lead{color:#454545;}
a.link-lead:hover{color:#2b8fcf;}

a.link-img{}
a.link-img:hover{opacity: 0.5;}

a.link-child{color:#454545; border-bottom: 1px solid #eee;}
a.link-child:hover{color:#2b8fcf;}
a.link-child-on{color:#454545; border-bottom: 1px solid #eee;}
a.link-child-on:hover{color:#2b8fcf;}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}
ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}
ul.social_icons li a i{
  border-radius: 50%;
  color: #00adef;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:1;
}

.social_icons .icon-rotate {
  background: #fff;
}
.social_icons .icon-rotate:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg);
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

/* -------------------------------------------- */

ul.social_icons_2 {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}
ul.social_icons_2 li{
  display: inline-block;
  margin-right: 5px;
}
ul.social_icons_2 li a i{
  border-radius: 50%;
  color: #ffffff;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:1;
}

.social_icons_2 .icon-rotate {
  background: #00adef;
}
.social_icons_2 .icon-rotate:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg);
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}



.border-comm{
  padding: 1px;
  border:1px solid #d6d6d6;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
}
.border-comm:hover{
  border:1px solid #c00;
}
.border-bottom{
  padding: 1px;
  border-bottom:1px solid #eee;
}


.product-unit-title{
  display: block;
  width: 100%;
  padding: 5px 0px 0px 5px;
}


/* portfolio-modal */
.portfolio-modal{
  overflow-x: hidden;
  text-align: center;
}

.portfolio-modal .modal-content {
  padding: 100px 0px 100px 0px;
  width: 90%;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}

.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}

.portfolio-modal .close-modal:hover {
  opacity: .3;
}

.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #222;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}



.modal-body div, .modal-body p{
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

.media-body span{
  display: block;
  width: 100%;
  font-size: 10px;
  color: #555;
}



.img-link{
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;

  transition:opacity 0.8s;
  -moz-transition:opacity 0.8s; /* Firefox 4 */
  -webkit-transition:opacity 0.8s; /* Safari and Chrome */
  -o-transition:opacity 0.8s; /* Opera */
}
.img-link:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.7;
}




#fit-header{
  height: 30px;
}

.full-size{width: 100%;}
.full-size-area img{width: 100%;}
.max-full-size-area img{max-width: 100%;}

.set-header-space{
  padding-top: 140px;
}

.channel-img{
  width: 100%;
  border: 3px solid #eee;
}
.channel-img-to-top{
  margin-top: -25px;
}



#concert-title{
  position: absolute;
  top:299px;
  opacity: 0.0;
  zoom: 250%;
  z-index: 100;
}

#concert-detail{
  position: absolute;
  top:299px;
  opacity: 0.0;
  color: #fff;
  font-size: 2.5em;
  font-family: 'Microsoft YaHei';
  text-shadow: 1px 1px 1px #333;
  z-index: 101;
}

.contentText{float:left; padding:0px 0px 15px 0px; text-align:left; line-height:20px; font-size:14px; color:#444;}
.contentText img{width: expression(this.width > 970 ? 970: true); max-width:970px;} /*限制图片最大宽度*/

.caseUL{float:left; width:100%; text-align:left; list-style:none; margin:0px; padding:0px; display:block; border-bottom:1px dashed #bcbcbc;}
.caseLi_Text{float:left; width:737px; text-align:left; margin:0px; list-style:none; display:block; padding:5px 0px 3px 5px; line-height:18px; font-size:12px;}
.caseLi_Time{float:left; width:70px; text-align:right; margin:0px; list-style:none; display:block; padding:6px 0px 3px 0px; line-height:18px; font-size:11px; color:#6c625a;}

.commUL{float:left; width:100%; text-align:left; list-style:none; margin:0px; padding:0px; display:block; border-bottom:1px dashed #bcbcbc;}
.downloadLi_Text{float:left; width:693px; text-align:left; margin:0px; list-style:none; display:block; padding:15px 0px 3px 5px; line-height:18px; font-size:14px;}
.downloadLi_Btn{float:left; width:120px; text-align:right; margin:0px; list-style:none; display:block; padding:6px 0px 3px 0px; line-height:18px; font-size:11px; color:#6c625a;}

#infoSubhead{
  padding: 10px 0px 10px 0px;
}

#last-product-show{
  text-align: left;
}
#last-product-show a{

}

.home-about-unit{
  width: 376px;
  height: 500px;
  overflow: hidden;
}

.comm-padding-top{
  padding-top:20px;
}

.comm-padding-bottom{
  padding-top:30px;
}

.comm-padding-right-10{
  padding-right:10px;
}
.comm-padding-bottom-10{
  padding-bottom:10px;
}
.comm-padding-top-10{
  padding-top:10px;
}

#nav-left{
  position: fixed;
  width: 20px;
  height: 100px;
  top: 65%;
  right: 20px;
  z-index: 1000;
}

header,section,footer{
  min-width: 1200px;
}

.border-left{border-left: 1px solid #ccc;}

