@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: #e3e3e3;
  font-family: 'Microsoft YaHei','Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Microsoft YaHei','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: #4e8dc9;
  -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: #3f3f3f;
  text-decoration: none;
  outline: none;
}
a:active{
  color: #fff;
}



div,span,li,dd,dt,p,a{font-family:'Microsoft YaHei','Open Sans', sans-serif;}

.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;
}

#main-box{
  width: 1250px;
  background-color: rgba(39,32,73,0.15);
  padding: 110px 10px 10px 10px;
  margin: 0 auto;
}
#page-header{
  width: 100%;
  padding: 0;
  margin: 0;
}


.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);
}

.btn-search{
  border: 0;
  padding: 6px 10px;
  background-color: rgba(255,255,255,0);
  color: #777;
  border-radius: 0 4px 4px 0;
  border:none;
}
.btn-search:hover{
  color: #777;
  background-color: rgba(255,255,255,0.3);
}


.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: 0;
}

.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%;
  padding: 0;
  /*
  height: 90px;
  */
  margin: 0;
  background-color: rgba(40,65,193,0.95);
  border: none;
}
.header-logo{
  padding: 15px 0 0 0;
}
.header-logo img{
  max-width: 100%;
}



.home-content-area{
  padding-top: 25px;
}

.home-content-detail{
  float: left;
  width: 100%;
  padding: 5px 0 5px 0;
}
.comm-title-bar{
  padding-right: 58px;
}
.comm-title-bar .home-content-title{
  float: left;
  font-size: 26px;
  font-weight: bold;
  padding: 1px 0 2px 5px;
  text-align: left;
  border-right: 2px solid #caa263;
}
.comm-title-bar .title-add-line{
  width: 100%;
  padding: 0;
}
.comm-title-bar .title-add-line img{
  width: 100%;
  height: 1px;
}
.comm-title-bar .title-more{
  float: right;
  margin: -20px -58px 0 0;
  font-size: 14px;
  color: #caa263;
  padding: 0 0 4px 5px;
  text-align: left;
}
.comm-title-bar .title-more i{
  -moz-transform:scale(0.61,0.61);
  -webkit-transform:scale(0.61,0.61);
  -o-transform:scale(0.61,0.61);
}


#channel-topic{
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #313131;
}



#header .search{
  display: inline-block;
}

#set-place{
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}


.nav-pills li{
  margin-bottom: 2px;
}
.nav-pills li a{
  padding: 6px 2px 5px 5px;
  border-radius: 3px;
}
.nav-pills li a:hover{
  background-color: #125da3;
  color: #eee;
}

.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: 10px 0 5px 0;
  line-height: 20px;
  height:60px;
}
.language-choose{
  list-style: none;
  padding-left: 860px;
}
.language-choose li{
  display: inline;
  padding: 0 5px 0 5px;
}
.language-choose li .top-link{
  padding: 3px 0 1px 0;
  font-size: 14px;
  font-weight: bold;
}


.nav-bar {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.navbar-inverse{
  background-color: transparent;
  border: none;
}

.navbar-nav{
  margin-top: 4px;
}

.navbar-nav>li.nav-unit{
  margin-left: 0;
  padding-bottom: 0;
}
.navbar-inverse .navbar-nav > li.nav-unit > a.main-menu {
  display: inline-block;
  padding: 2px 31px 1px 31px;
  margin: 0;
  border-radius: 0;
  color: #e2e2e2;
  line-height: 43px;
  font-size: 16px;
}
.navbar-inverse .navbar-nav > li.nav-unit > a.main-menu:hover{
  color: #fff;
  background: #d6b889;
}
.navbar-inverse .navbar-nav > li.nav-unit > a.active {
  color: #fff;
  background: #caa263;
}

.navbar-inverse .navbar-nav > li.nav-unit:hover > a.main-menu {
  color: #fff;
  background: #d6b889;
}

.navbar-nav>li.nav-split{
  margin: 0px;
  padding: 11px 0 0 0;
  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(214,184,137,0.97);
  -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;
  border-top: 2px solid #d6b889;
  padding: 10px 10px 10px 10px;
  margin-top: 0;
  border-radius: 0;
  left: 0;
  width: 150px;
}
.dropdown-menu .dropdown-menu-unit {
  padding: 5px 10px 5px 5px;
}

.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 5px;
  color: #fff;
}

.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus > a,
.dropdown-menu > li.active > a {
  background-color: #e0c9a4;
  color: #222;
}

.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: 0px;
}

#main-slider .carousel .slide-margin{
  margin-top: 0px;
}

#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: 48%;
  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{
  bottom: 5px;
}
#main-slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 8px 0 0;
  position: relative;

  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.155);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.155);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.155);
}

#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: #d6b889;
  margin: 0 8px 0 0;
  border: 1px solid #d6b889;
  position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #d6b889;
  border: 1px solid #d6b889;
  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.black-bg{
  border: 0;
  border-radius: 5px 5px 5px 5px;
}
.panel-heading.comm-heading{
  background-color: #323232;
}
.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;
}

.panel-body.comm-body{
  background-color: #444;
}
.panel-footer.comm-footer{
  background-color: #555;
  border-top: 0;
}

.fit-tab-bg{
  background: url("../images/BG_Fit_TabTop.jpg") top repeat-x;
}

.nav-tabs>li{
  margin-bottom: 0;
  margin-right: 1px;
  border-bottom: 0;
  padding-right: 0;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 0;
}

.nav-tabs>li>a {
  background: rgba(50,50,50,0.7);
  color: #c3c3c3;
  border-radius: 5px 5px 0 0;
  border: 0;
  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: rgba(233,208,172,0.7);
  color: #333;
  border: 0;
}

.nav-tabs>li>a:hover>i{
  transform: rotate(180deg);
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  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;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: rgba(219,180,120,0.8);
  position: relative;
}

.nav-tabs>li.active>a>i{
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); 	/* IE 9 */
  -moz-transform:rotate(180deg); 	/* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg);
}

/* 最后一个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 15px 40px 15px;
  background-color: rgba(255,255,255,0.05);
  border-radius: 0 10px 10px 10px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}


/*************************
********* Channel Page CSS ******
**************************/
.comm-channel {
  background: url("../images/BG_Channels.jpg") top center no-repeat #181818;
  padding: 0 0 40px 0;
}

.comm-channel h2,
.comm-channel p {
  color:#bcbcbc;
}

.channel-menu{
  padding: 0 10px 0 10px;
}
#channel-menu-icon{
  width: 100%;
  padding: 0 0 10px 26px;
}

.child-menu{
  list-style: none;
  padding-left: 10px;
}
.child-menu-title{
  margin: 0;
  padding: 0;
  background-color: #313131;
}
.child-menu-unit{
  width: 100%;
  background: url("../images/Dashed_H_Alpha_20.png") repeat-x left bottom;
  padding: 8px 0 3px 17px;
}
.child-link{
  font-size: 16px;
  color: #fff;
  opacity: 0.55;
}
.child-link:hover{
  color: #fff;
  opacity: 1;
}
.child-link.active{
  font-weight: bold;
  color: #e4c493;
  opacity: 1;
}
.child-link.active:hover{
  color: #e4c493;
  opacity: 0.8;
}


/*************************
********* Channel Content ******
**************************/

.channel-content{
  padding: 0 10px 0 40px;
}

.lead-link{
  width: 100%;
  padding:10px 5px 0 0;
  text-align: right;
  color: #cfcfcf;
}
.lead-link i{color:#bd985e;}

.channel-title{
  padding: 40px 0 5px 5px;
  height: 72px;
  background: url("../images/BG_Line_Alpha_15.png") repeat-x left bottom;
}
.channel-title > span{
  float: left;
  display: block;
  font-size: 1.6em;
  color: #fff;
  padding: 1px 40px 2px 0;
  background: url("../images/Title_Addon.png") no-repeat top right;
}

.channel-subhead{
  padding: 10px 0 10px 45px;
  font-size: 14px;
  color: #ddd;
}

.channel-detail{
  padding: 15px 5px 0 5px;
  color: #aaa;
  font-size: 14px;
  line-height: 25px;
}
.channel-detail p , .channel-detail span{
  color: #aaa;
}
.channel-detail p.text-light, .channel-detail span.text-light{
  color: #fff;
}
.channel-detail span.text-grey{
  color: #eee;
}
.channel-detail span.text-white{
  color: #fff;
}

.content-title{
  float:left;
  display: block;
  padding:10px 5px 0px 5px;
  text-align:left;
  line-height:20px;
  font-size:18px;
  color:#333;
  border-bottom: 2px solid #187eaf;
}
.content-subhead{
  float:left;
  display: block;
  padding:10px 5px 30px 50px;
  text-align:left;
  line-height:20px; font-size:14px;
  color:#333;
}


.content-detail{
  padding: 30px 5px 25px 5px;
  line-height: 1.5em;
  font-size: 1em;
  color: #343434;
}
.content-detail img{
  max-width: 100%;
}
.content-comm{
  padding: 5px 30px 35px 30px;
  line-height: 1.5em;
  font-size: 1em;
  color: #343434;
}
.content-comm img{
  max-width: 100%;
}

.content-shortcut{
  padding: 0px 5px 20px 0px;
  line-height: 1.6em;
  font-size: 1em;
  color: #343434;
}


/*************************
********* 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;
  border-top: 2px solid #303030;
  padding: 25px 0 21px 0;
  height: 113px;
  overflow: hidden;
}
.footer-logo-area{
  padding: 6px 10px 0px 5px;
  border-right: 2px solid rgba(255,255,255,0.2);
  text-align: left;
}
.footer-link-area {
  padding: 6px 0 3px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-link{
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-link li{display: inline;}
.footer-link-unit{
  padding: 0 26px 0 25px;
  font-size: 12px;
  background: url("../images/menuSplit.gif") no-repeat top right;
}
.footer-link-unit a{
  padding: 2px 2px 2px 2px;
  height: 20px;
  overflow: hidden;
}
.footer-link-img{
  padding: 0 10px 0 20px;
}

.footer-copyright{
  padding: 5px 0 0 35px;
  color: #919191;
  font-size: 12px;
}

/*************************
********* 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: #f6f6f6;
}
.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: #aaa;}
.text-light {color: #fff;}
.text-grey {color: #bcbcbc;}
.text-dark {color: #454545;}
.text-light-blue {color:#bcebf8;}
.text-deep-blue {color:#1e58a7;}
.text-normal-blue {color:#4e8dc9;}
.text-orange {color:#f70;}

.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;}

.text-opacity-comm{opacity: 0.85;}
.text-opacity-more{opacity: 0.6;}

.text-color-1{color:#1957a5;}

.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(205,50,50,.7);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
  border: none;
}
.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%;
  left: 0;
  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: 0;
  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-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: 5px;
}
.media-left-small{
  width: 100px;
}
.media-left-big{
  width: 150px;
}

a{
  color:#333;
  transition: all ease .5s;
  -o-transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
}

a.link-color-1{color:#caa263;}
a.link-color-1:hover{color:#f1e6d6;}
a.link-color-2{color:#fff;}
a.link-color-2:hover{color:#d1b17f; background-color:transparent;}
a.link-color-3{color:#454545;}
a.link-color-3:hover{color:#d7a65a;}
a.link-color-4{color:#ff9900;}
a.link-color-4:hover{color:#1e58a7; background-color:transparent;}
a.link-color-4.active{color:#8adff6;}
a.link-color-5{color:#666; background-color:transparent;}
a.link-color-5:hover{color:#caa263;}
a.link-color-5.active{color:#caa263;}
a.link-color-5.active:hover{color:#dec398;}
a.link-color-6{color:#cdcdcd;}
a.link-color-6:hover{color:#caa263;}

a.link-lead{color:#aaa;}
a.link-lead:hover{color:#fff;}

a.link-page{color:#bbb;}
a.link-page:hover{color:#fff;}

a.link-img{}
a.link-img:hover{opacity: 0.5;}
a.link-img-border{
  border: 1px solid #f0f0f0;
  border-radius: 0 0 0 0;
}
a.link-img-border:hover{opacity: 0.8; border:1px solid #ccc;}

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 #7ebed7;
}
.border-bottom{
  padding: 1px;
  border-bottom:1px solid #e0ceb1;
}


.product-unit-title{
  display: block;
  width: 100%;
  padding: 5px 0 0 5px;
}


/* portfolio-modal */
.portfolio-modal{
  overflow-x: hidden;
  text-align: center;
}

.portfolio-modal .modal-content {
  padding: 100px 0 100px 0;
  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;
  background-color: rgba(255,255,255,0.9);
}

.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;
}



.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;
}

#home-news-slider{
  background: url("../images/BG_News_Bar.jpg") repeat-x top #42c1e4;
  height: 36px;
  overflow: hidden;
}


#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{padding:0px 0px 15px 0px; text-align:left; line-height:20px; font-size:14px; color:#444;}

.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;
}

.lead-title{padding-left: 5px;}

.media{
  margin: 0px;
  padding: 10px 0 10px 0;
  background: url("../images/Dashed_List_Line.gif") repeat-x left bottom;
  border: none;
}
.media-object{
  width: 150px;
}
.media-body{
  padding-left: 10px;
}
.media-body span{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #777;
}
.media-heading{
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.media-time{
  color: #555;
  padding: 0 20px 0 0;
  font-size: 11px;
  line-height: 12px;
}
.media-shortcut{
  text-align: left;
  color: #959595;
  padding: 2px 0 0 0;
  font-size: 11px;
  line-height: 15px;
}

.news-list-unit{
  margin: 0px;
  padding: 8px 0 6px 0;
  background: url("../images/Dashed_List_Line.gif") repeat-x left bottom;
  border: none;
}
.news-list-unit-title{
  display: block;
  padding: 0 0 0 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.news-list-unit-title i{color:#d1ae78;}
.news-list-unit-shortcut{
  display: block;
  width: 100%;
  padding: 0 0 0 25px;
  font-size: 14px;
  line-height: 21px;
  color: #777;
}
.news-list-unit-time{
  padding: 2px 5px 0 22px;
  color: #555;
  font-size: 11px;
  line-height: 14px;
}

.comm-padding-top{
  padding-top:20px;
}
.comm-padding-top-less{
  padding-top:10px;
}
.comm-padding-top-double{
  padding-top:40px;
}

.comm-padding-bottom{
  padding-bottom:30px;
}

.comm-padding-right-10{
  padding-right:10px;
}
.comm-padding-bottom-less{
  padding-bottom:10px;
}
.comm-padding-left{
  padding-left: 20px;
}
.comm-padding-left-less{
  padding-left: 5px;
}

.comm-border{
  border: 1px solid #dedede;
}
.comm-border-bottom{
  border-bottom: 1px solid #dedede;
}
.comm-border-top{
  border-top: 1px solid #dedede;
}

.comm-box{
  float: left;
  display: block;
  width: 100%;
}
.comm-border{
  border: 1px solid #444;
}
.comm-border-grey-more{
  border: 4px solid #ddd;
  border-radius: 2px;
}


.content-area-with-grey{
  background-color: #efefef;
  border-top: 2px solid #ddd;
  padding: 5px;
}

.content-text{
  padding: 15px 20px 10px 20px;
}

#nav-left{
  position: fixed;
  width: 20px;
  height: 100px;
  top: 65%;
  right: 20px;
  z-index: 1000;
}

header,section,footer{
  min-width: 1210px;
  background-position: center top;
  background-repeat: no-repeat;
}

.border-left{border-left: 1px solid #ccc;}


/* -------------------------------------- */

#carousel-generic {
  position: relative;
}

#carousel-generic .carousel-indicators {
  bottom: -25px;
}

#carousel-generic .carousel-indicators li {
  background: #125ea4;
}
#carousel-generic .carousel-indicators li:hover {
  background: #1f82e7;
}
#carousel-generic .carousel-indicators li.active {
  background: #3c9afa;
}
#carousel-generic 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-generic a i:hover {
  background:#1f82e7;
  color:#fff;
  border: 2px solid #9ac2e7;
}
#carousel-generic .carousel-caption{
  bottom: -20px;
}
#carousel-generic .carousel-control{
  width: 40px;
}
#carousel-generic .carousel-inner-unit{
  padding: 10px 55px 10px 55px;
}
#carousel-generic .left, #carousel-generic .right{
  color: #043f71;
}




#channel-lead{
  background: url("../images/BG_ChannelLeadBar.jpg") repeat-x top;
  height: 70px;
  overflow: hidden;
}
#channel-lead .text-big{padding-top: 24px;}
#channel-lead .text-comm{padding-top: 25px;}

.tab-pane{
  min-height: 200px;
}
.tab-pane .img-cover-hover{
  border-radius: 3px;
}

.pageNumberShow{
  padding-top: 25px;
}
.pageNumberShow > div{
  border: 1px solid #ddd;
  padding: 5px 3px 3px 3px;
  background-color: #efefef;
}

.keyword-list{
  padding: 15px 30px 20px 30px;
}

.link-keyword-head{
  display: block;
  float: left;
  width: 100%;
  padding: 3px 5px 3px 5px;
  border-bottom: 1px dashed #ddd;
  /*
  background-color: #f6f6f6;
  */
  color: #444;
}
/*
.link-keyword-head:hover{
  background-color: #75d0ec;
  color: #fff;
}
*/

.link-keyword{
  display: block;
  float: left;
  width: 100%;
  padding: 3px 10px 3px 3px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  color: #444;
}
.link-keyword:hover{
  background-color: #75d0ec;
  color: #fff;
}
.link-keyword:hover img {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg);
  transition-duration: 2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:0.8;
  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;
}

.keyword-unit{
  list-style: none;
  width: 100%;
}
.keyword-unit .keyword-icon{
  float: left;
  width: 40px;
  padding: 0;
}
.keyword-unit .keyword-text{
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 10px;
}

.services-unit{
  list-style: none;
  padding: 1px 0 0 0;
  border-top: 2px solid #eee;
}
.services-unit > li{
  width: 100%;
  padding: 6px 0 0 0;
  border-bottom: 1px dashed #ddd;
}

.head-menu-unit{
  list-style: none;
  padding: 1px 0 0 0;
  border-top: 2px solid #999;
}
.head-menu-unit > li{
  width: 100%;
  padding: 6px 0 0 0;
  border-bottom: 1px dashed #ddd;
}

.btn-info{
  height: 20px;
  overflow: hidden;
  padding: 2px 7px 0 7px;
  font-size: 12px;
  color: #454545;
  background-color: #dde9f4;
  border-radius: 3px;
  border: 0;
}
.btn-info:hover{
  color: #fff;
  background-color: #1e58a7;
}
.img-whole{
  width: 100%;
}
.img-border{
  border: 1px solid #f0f0f0;
  border-radius: 0 0 0 0;
}

.partners-list{
  width: 100%;
  padding: 0;
  margin: 0;
}
.partners-list dd{
  float: left;
  width: 152px;
  margin: 0;
  padding: 0;
}
.partners-list dt{
  float: left;
  width: 13px;
  margin: 0;
  padding: 0;
}

.list-padding{
  padding: 0 2px 2px 0;
}