﻿@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(animate.css);

body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	font-size:14px;
	color:#202020;
	background:url(../image/bg.jpg);
}
ul{
	padding:0;
}
li {
    list-style: none;
}
a{
	color:#202020;
}
a:hover{
	color:#818181;
}
a:hover,
a:visited,
a {
    text-decoration: none;
}
.mt{
	margin-top:40px!important;
}
.clear{
	width:100%;
	overflow:hidden;
	clear:both;
}
img{
	max-width:100%;
	height:auto;
	border:none;
}
h1,h2,h3,h4,h5,h6{
	font-size:14px;
	font-weight:normal;
	margin:0;
}


.top-header {
    position: fixed;
    width: 100%;
    z-index: 99999;
	min-height:85px;
	overflow:hidden;
	background-color:#fff;
}
.header-blank {
    width: 100%;
    height: 85px;
    background: transparent;
    overflow:hidden;
}
.header-logo{
	float:left;
	z-index:9999999;
}
.top-header img.logo {
    margin-top:20px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.nav_zone{
	width:auto;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: all .5s ease 0s;




.data2{width:100%; display:table; position:relative; overflow:hidden;}
.data2 .pic2{
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}
.data2 .image_container a{
	width:100%;height:100%; display:block;
    float:left;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
	    margin-bottom: 5px;
}

.data2 .image_container a .pic1{
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.data2 .image_container a:hover .pic1{
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}

.data2 .image_container a .pic2{
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.data2 .image_container a:hover .pic2{
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -moz-transform:rotateX(0deg) rotate(0deg);
    z-index: 10;
    position: absolute;
}

.data2 .row{width:185px;height:200px; float:left; margin-left:48px; margin-right:48px; margin-bottom:66px; position:relative; z-index:10;}
.data2 .row .pic1{width:100%;height:100%; overflow:hidden;}
.data2 .row .pic2{width:100%;height:100%; overflow:hidden;}
.data2 .row .pic2 img{position:absolute;}


@media only screen and (max-width : 414px){

.data2 .row {
    width: 120px;
    height: 120px;
    float: left;
    margin-left: 39px;
    margin-right: 20px;
    margin-bottom: 66px;
    position: relative;
    z-index: 10;
	font-size:11px;
}
    }
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.nav-bar {
    
}
.navbar-toggle span {
    color: #fff;
}
ul.nav {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    padding:10px 22px;
}
.navbar-default .navbar-nav>li:hover {
    color: #E70012;
	background:url() bottom center no-repeat;
	transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.navbar-default .navbar-nav>li:hover>a{
	color: #E70012;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-nav li.active a{
	transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 4px;
}



.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}

.carousel-control {
    width: 5%;
}
.carousel-inner {
    
}
.item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    width:100%;
	height:100%;
	left:0;
	top:0;
	text-align:center;
}
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
.carousel-inner .item span img{
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
    width:100%;
}
#pic0_1 img,#pic0_2 img,#pic0_3 img,#pic0_4 img,#pic0_5 img{
	max-width:100%;
	height:auto;
}
#pic0_1{
	display:block;
	margin:30% 0 0 10%;
}
#pic0_2{
	position:absolute;
	width:38%;
	
	right:5%;
	bottom:15%;
}
#pic0_3{
	position:absolute;
	width:15%;
	left:20%;
	bottom:10%;
}
#pic0_4{
	position:absolute;
	width:15%;
	float:left;
	left:35%;
	bottom:10%;
}
#pic0_5{
	position:absolute;
	width:30%;
	right:10%;
	bottom:10%;
	text-align:right;
}


#pic1{
	margin:30% auto 0 auto;
	max-width:100%;
}
#pic2{
	position:absolute;
	left:0;
	
	top:70%;
	max-width:100%;
}
#pic4{
	position:absolute;
	left:0;
	top:34%;
	max-width:100%;
}
#pic3{
	margin:10% auto 0 auto;
	max-width:100%;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    width:35px;
	height:69px;
	background:url() no-repeat;
	font-size:0px;
	line-height:0px;
	text-indent:-999em;
    color: transparent;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    width:35px;
	height:69px;
	background:url() no-repeat;
	font-size:0px;
	line-height:0px;
	text-indent:-999em;
    color: transparent;
}
.carousel-inner {
    position: relative;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}



html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}



.main{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.zone1{
	width:100%;
	height:260px;
	overflow:hidden;
	background:url(404.png) center center no-repeat;
}
.zone1 h2{
	text-align:center;
	display:block;
	margin-top:35px;
	font-size:26px;
}
.zone1 h3{
	text-transform:uppercase;
	text-align:center;
	display:block;
	margin-top:5px;
	font-size:16px;
	color:#656565;
}
ul.zone1_list{
	width:1260px;
	overflow:hidden;
	margin-top:5%;
}
ul.zone1_list li{
	float:left;
	width:260px;
	overflow:hidden;
	margin-right:40px;
	text-align:center;
}
ul.zone1_list li img{
	width:258px;
	height:auto;
	border:1px solid #E5CCC7;
}
ul.zone1_list li h4{
	display:block;
	margin-top:15px;
	color:#fff;
	font-size:14px;
}
ul.zone1_list li h4 a{
	font-size:14px;
	color:#fff;
}
.index_title{
	text-align:center;
	margin-top:45px;
}
.index_title .line{
	width:100%;
	overflow:hidden;
	display:block;
	height:20px;
	background:url(../image/line.png) center center no-repeat;
}
.index_title h2{
	font-size:28px;
	color:#818181;
	display:inline-block;
	*display:inline;
	*zoom:1;
	
	line-height:50px;
}
.index_title h3{
	font-size:14px;
	color:#6c6c6c;
	    margin: 10px auto 10px auto;
}
#fwfw{
	background:url(404.png) left center no-repeat;
}
#alzs{
	background:url() left center no-repeat;
}
#gywm{
	background:url(../image/gywm.png) left center no-repeat;
	padding-left:70px!important;
}
#xwdt{
	background:url(../image/xwdt.png) left center no-repeat;
	padding-left:65px!important;
}
#hzhb{
	background:url() left center no-repeat;
}
ul.fuwulist{
	width:1270px;
	overflow:hidden;
}
ul.fuwulist li{
	width:205px;
	float:left;
	overflow:hidden;
	margin-top:30px;
	margin-right:37px;
	
}
ul.fuwulist li span{
	width:83px;
	height:83px;
	display:block;
	margin:0px auto;
	overflow:hidden;
	border:1px solid #595959;
	-moz-border-radius: 50%;      
    -webkit-border-radius: 50%;   
    border-radius:50%;            
}
ul.fuwulist li .txt{
	width:auto;
	overflow:hidden;
	padding:8px;
	margin-top:13px;
}
ul.fuwulist li .txt h3{
	text-align:center;
	display:block;
	font-weight:bold;
	font-size:16px;
	color:#2f2e2e;
}
ul.fuwulist li .txt p{
	font-size:12px;
	color:#6c6c6c;
	line-height:20px;
	margin-top:10px;
}
ul.fuwulist li .txt .fuwu_btn{
	width:67px;
	height:24px;
	display:block;
	margin:10px auto 0 auto;
	text-align:center;
	line-height:24px;
	border:1px solid #b8b8b8;
	color:#6c6c6c;
	font-size:12px;
}
ul.fuwulist li:hover .txt{
	background-color:#d6d6d6;
	transition:0.6s;
}
ul.fuwulist li .txt .fuwu_btn:hover{
	background-color:#b8b8b8;
	color:#fff;
	transition:0.6s;
}
#fuwu1{
	background:url(404.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu1{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu2{
	background:url(404.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu2{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu3{
	background:url(404.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu3{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu4{
	background:url(404.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu4{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu5{
	background:url(404.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu5{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu6{
	background:url(404.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu6{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu7{
	background:url(404.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu7{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu8{
	background:url(404.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu8{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu9{
	background:url(404.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu9{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}
#fuwu10{
	background:url(404.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu10{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}
.index_ad{
	width:100%;
	overflow:hidden;
}
.ad{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
	margin-top: 5%;
}
.ad strong{
	font-size:24px;
	color:#fff;
	font-weight:normal;
	margin-top:10px;
	display:block;
}
.ad p{
	font-size:24px;
	color:#fff;
	margin-top:10px;
	display:block;
}
.ada{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}
.ada strong{
	font-size:48px;
	color:#fff;
	font-weight:normal;
	margin-top:85px;
	display:block;
}
.ada p{
	font-size:24px;
	color:#fff;
	margin-top:10px;
	display:block;
}
#index_ad1{
	height:304px;
	background:url(../image/ad1.jpg) center center no-repeat;
	margin-top:10px;
    background-size: cover;
}
#index_ad2{
	height:305px;
	background:url(../image/ad2.jpg) center center no-repeat;
	margin-top:40px;
    background-size: cover;
}
#index_ad3{
	height:305px;
	background:url(../image/ad3.jpg) center center no-repeat;
	margin-top:20px;
	background-size: cover;
}
#index_ad4{
	height:305px;
	background:url(../image/ad4.jpg) center center no-repeat;
	margin-top:40px;
    background-size: cover;
}
#index_ad5{
	height:487px;
	background:url(../image/ad5.jpg) center center no-repeat;
    background-size: cover;
}
.index_ad5_txt{
	text-align:left;
	float:left;
	margin-top:100px;
	font-size:18px;
	color:#fff;
	line-height:40px;
}
.index_ad5_txt em{
	font-size:24px;
	font-style:normal;
	color:#ff3334;
}
ul.anli_fenlei{
	width:602px;
	height:35px;
	overflow:hidden;
	margin:35px auto 30px auto;
	border:1px solid #c2c2c2;
	border-right:none;
	padding:0;
}
ul.anli_fenlei li{
	width:33.33%;
	border-right:1px solid #c2c2c2;
	float:left;
	text-align:center;
}
ul.anli_fenlei li a{
	line-height:35px;
	color:#6c6c6c;
}
ul.anli_fenlei li:hover{
	background-color:#818181;
	transition:0.6s;
}
ul.anli_fenlei li:hover a{
	color:#fff;
}
.about_txt{
	color:#6c6c6c;
	line-height:25px;
	overflow:hidden;
}
ul.about_pic{
	width:1250px;
	overflow:hidden;
	margin-top:40px;
	padding:0;
}
ul.about_pic li{
	float:left;
	margin-right:40px;
	padding-bottom:5px;
	width: 21%;text-align: center;line-height: 30px;
}
ul.about_pic li img{
	width:266px;
	height:auto;
	border:1px solid #fff;
	-moz-box-shadow:0px 0px 5px #999; 
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
#news_zone{
	width:1260px;
	overflow:hidden;
	margin-top:35px;
	display: flex;
	flex-wrap: wrap;
}
dl.toutiao{
	width:576px;
	float:left;
	margin-right:45px;
}
dl.toutiao dt{
	width:262px;
	padding:5px;
	float:left;
}
dl.toutiao dt img{
	width:262px;
	height:auto;
	border:1px solid #fff;
	-moz-box-shadow:0px 0px 5px #999; 
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;	
}
dl.toutiao dt:hover img{
	border:1px solid #818181;
	-moz-box-shadow:0px 0px 5px #818181; 
	-webkit-box-shadow:0px 0px 5px #818181;
	box-shadow:0px 0px 5px #818181;	
	transition:0.6s;
}
dl.toutiao dd{
	width:295px;
	float:right;
	overflow:hidden;
}
dl.toutiao dd h2{
	display:block;
	font-weight:normal;
	margin-top:10px;
}
dl.toutiao dd h2 a{
	font-size:18px;
	color:#3c3c3c;
}
dl.toutiao dd:hover h2 a{
	color:#818181;
	transition:0.6s;
}
dl.toutiao dd .time{
	width:78px;
	height:21px;
	display:block;
	margin-top:10px;
	border:1px solid #c1c1c1;
	font-size:12px;
	color:#6c6c6c;
	text-align:center;
}
dl.toutiao dd .line{
	width:100%;
	height:2px;
	display:block;
	margin-top:10px;
	background:url() repeat-x;
}
dl.toutiao dd .info{
	overflow:hidden;
	margin-top:10px;
	font-size:12px;
	color:#6c6c6c;
	line-height:23px;
}
dl.newslist{
	width:576px;
	height:118px;
	padding:15px;
	float:left;
	margin-right:45px;
	border:1px solid #c1c1c1;
	overflow:hidden;
	
}
dl.newslist dd{
	float:left;
	width:390px;
	overflow:hidden;
}
dl.newslist:hover{
	border-color:#818181;
	transition:0.6s;
}
dl.newslist dd h2{
	display:block;
	font-weight:normal;
	margin-top:10px;
}
dl.newslist dd h2 a{
	font-size:18px;
	color:#3c3c3c;
}
dl.newslist dd:hover h2 a{
	color:#818181;
	transition:0.6s;
}
dl.newslist dd .info{
	overflow:hidden;
	margin-top:10px;
	font-size:12px;
	color:#6c6c6c;
	line-height:23px;
}
dl.newslist dt{
	width:108px;
	height:88px;
	float:right;
	border-left:1px solid #c1c1c1;
	padding-left:20px;
}
dl.newslist dt .yuefen{
	display:block;
	font-size:30px;
	color:#6c6c6c;
	font-weight:normal;
	margin-top:10px;
}
dl.newslist dt .nianfen{
	display:block;
	color:#6c6c6c;
	font-size:14px;
	font-weight:normal;
	overflow:hidden;
	background:url() right center no-repeat;
}
#news_btn{
	width:100px;
	height:35px;
	display:block;
	margin:15px auto 0 auto;
	line-height:35px;
	text-align:center;
	color:#6c6c6c;
	clear:both;
	border:1px solid #c1c1c1;
}
#news_btn:hover{
	background-color:#818181;
	border-color:#818181;
	color:#fff;
	transition:0.6s;
}
ul.huoban_list{
	width:auto;
	overflow:hidden;
	margin-top:30px;
	padding:0;
}
ul.huoban_list li{
	float:left;
	width:12.5%;
	text-align:center;
	    margin-bottom: 10px;
}
ul.huoban_list li img{
	width:100%;
	height:auto;
	filter:Gray;
	
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	border:1px solid #c1c1c1;
	border-right:none;
}
ul.huoban_list li:last-child img{
	border-right:1px solid #c1c1c1;
}
ul.huoban_list li:hover img{
	filter:Color;
	-webkit-filter: grayscale(0);
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	transition:0.6s;
}
ul.huoban_list li h3{
	display:block;
	margin-top:10px;
	font-size:12px;
	color:#6c6c6c;
}
#ad_new{ background:url(../image/ad_new.png) no-repeat center center; height:305px;margin-top:30px;}
.index_kehu{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.index_kehu ul{

}
.index_kehu ul li{
	min-height:110px;
	text-align:center;
	overflow:hidden;
	float:left;
	color:#fff;
	padding:20px 0;
}
.index_kehu ul li .shu{
	font-size:34px;
}
.index_kehu ul li .shu span{
	font-family:impact;
	font-weight:400;
	font-size:36px;
}
.index_kehu ul li .diqu{
	font-size:18px;
	margin-top:10px;
}
#kehu1{
	width:29.7395833333%;
	background:url(404.png) repeat-y;
}
#kehu2{
	width:19.5833333333%;
	background:url(404.png) repeat-y;
}
#kehu3{
	width:10.5208333333%;
	background:url(404.png) repeat-y;
}
#kehu4{
	width:10.0520833333%;
	background:url(404.png) repeat-y;
}
#kehu5{
	width:10.0520833333%;
	background:url(404.png) repeat-y;
}
#kehu6{
	width:10%;
	background:url(404.png) repeat-y;
}
#kehu7{
	width:10.0520833333%;
	background:url(404.png) repeat-y;
}
.index_contact{
	width:100%;
	height:414px;
	overflow:hidden;
	background:url(../image/contact_bg.jpg) center center no-repeat;
}
.index_contact dl{
	float:left;
	overflow:hidden;
	margin-top:105px;
}
.index_contact dl dt{
	display:block;
	margin-bottom:20px;
	font-size:24px;
	color:#fff;
	font-weight:normal;
}
.index_contact dl dd h2{font-size:18px; margin-bottom:20px}
.index_contact dl dd{
	font-size:14px;
	color:#fff;
	line-height:30px;
}
.index_contact dl dd a{
	color:#fff;
}
.index_contact dl dd.qq{
	padding-left:25px;
	background:url(404.png) left center no-repeat;
}
.index_contact dl dd.phone{
	padding-left:25px;
	background:url(404.png) left center no-repeat;
}
#c1{
	width:330px;
	float:left;
}
#c2{
	width:285px;
	float:left;
	margin-left:160px;
}
#c3{
	width:285px;
	float:right;
	overflow:hidden;
}
.liuyan_l{
	width:405px;
	float:left;
	overflow:hidden;
	background:url(404.png) left 20px no-repeat;
}
.liuyan_l_r{
	width:235px;
	float:right;
	overflow:hidden;
}
.liuyan_l_r h2{
	font-size:20px;
	color:#353535;
	display:block;
}
.liuyan_l_r h3{
	font-size:12px;
	color:#6c6c6c;
	display:block;
	margin-top:10px;
}
.liuyan_l_r .line{
	height:16px;
	background:url(../image/line.png) left center no-repeat;
	display:block;
}
.liuyan_l_txt{
	font-size:12px;
	color:#353535;
	line-height:25px;
}
.liuyan_r{
	width:730px;
	float:right;
	overflow:hidden;
}
.index_biaodan{

}
.index_biaodan p{
	overflow:hidden;
	margin-bottom:25px;
}
.index_biaodan span{

}
.index_biaodan .fl{
	float:left;
}
.index_biaodan .fr{
	float:right;
}
.index_biaodan i{
	float:left;
	margin-right:5px;
}
#i1{
	width:38px;
	height:38px;
	background:url(404.png) center center no-repeat #383C45;
}
#i2{
	width:38px;
	height:38px;
	background:url(404.png) center center no-repeat #383C45;
}
#i3{
	width:38px;
	height:38px;
	background:url(404.png) center center no-repeat #383C45;
}
#i4{
	width:38px;
	height:38px;
	background:url(404.png) center center no-repeat #383C45;
}
#i5{
	width:38px;
	height:76px;
	background:url(404.png) center center no-repeat #383C45;
}
.index_biaodan .itext{
	width:305px;
	height:38px;
	float:left;
	border:none;
	background-color:#d3d3d3;
	line-height:38px;
	text-indent:10px;
	font-size:12px;
	color:#6c6c6c;
	outline:none;
}
.index_biaodan #content{
	width:684px;
	height:76px;
	float:right;
	padding:5px;
	overflow:hidden;
	border:none;
	background-color:#d3d3d3;
	font-size:12px;
	color:#6c6c6c;
	outline:none;
}
.index_biaodan #submit{
	width:88px;
	height:33px;
	display:block;
	background:url(404.png) center center no-repeat #818181;
	border:none;
	outline:none;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-9999em;
}

.footer_zone{
	width:100%;
	overflow:hidden;
	background-color:#2F2F2F;
	margin-top:50px;

}
footer{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
}
.footer_l{
	width:auto;
	float:left;
	overflow:hidden;
}
.footer_l img{
	float:left;
	max-width:120px;
	height:auto;
	margin-right:48px;
}
.footer_m{
	width:315px;
	float:left;
	margin-left:100px;
	overflow:hidden;
}
ul.footer_ico{
	width:auto;
	overflow:Hidden;
}
ul.footer_ico li{
	float:left;
	width:102px;
	height:80px;
}
ul.footer_ico #wyly{
	background:url(404.png) center 16px no-repeat #000;
}
ul.footer_ico #wyly:hover{
	background:url(404.png) center 16px no-repeat #E70012;
}
ul.footer_ico #qyqq{
	background:url(404.png) center 16px no-repeat #000;
	border-left:1px solid #2d2d2d;
	border-right:1px solid #2d2d2d;
}
ul.footer_ico #qyqq:hover{
	background:url(404.png) center 16px no-repeat #E70012;
}
ul.footer_ico #qywb{
	background:url(404.png) center 16px no-repeat #000;
}
ul.footer_ico #qywb:hover{
	background:url(404.png) center 16px no-repeat #E70012;
}
ul.footer_ico li:hover{
	transition:0.6s;
}
ul.footer_ico li a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
}
ul.footer_ico li a span{
	font-size:12px;
	color:#8e8e8e;
	margin-top:55px;
	display:block;
}
ul.footer_ico li:hover a span{
	color:#fff;
}
.footer_m p{
	font-size:12px;
	color:#fff;
	margin-top:10px;
	overflow:hidden;
	clear:both;
}
.footer_m strong{
	display:block;
	margin-top:5px;
	font-size:18px;
	color:#fff;
	font-family:Impact;
	font-weight:normal;
}
.footer_r{
	width:auto;
	overflow:hidden;
	float:right;
}
.footer_r ul{
	width:auto;
	overflow:hidden;
}
.footer_r ul li{
	line-height:25px;
	padding-left:20px;
	color:#fff;
	font-size:12px;
}
#r1{
	background:url(404.png) left center no-repeat;
}
#r2{
	background:url(404.png) left center no-repeat;
}
#r3{
	background:url(404.png) left center no-repeat;
}
#r4{
	background:url(404.png) left center no-repeat;
}
#r5{
	background:url(404.png) left center no-repeat;
}

.copy_zone{
	width:100%;
	overflow:hidden;
	background:url() center 40px repeat-x #2F2F2F;
	text-align:center;
	padding:20px 0 0px 0;
}
.copy{
	width:auto;
	display:inline-block;
	*display:inline;
	*zoom:1;
	background-color:#2f2f2f;
	font-size:14px;
	color:#fff;
	line-height:43px;
	height:40px;
	overflow:hidden;
}
.copy a{color:#fff}
.link{
	width:auto;
	max-width:1200px;
	overflow:hidden;
	margin:0px auto;
	text-align:left;
}
.link h2{
	float:left;
	color:#686868;
	line-height:25px;
}
.link a{
    color: #868686;
    padding: 0;
	line-height:25px;
}





.ny_banner{
	width:100%;
	height:310px;
	overflow:Hidden;
}
.ny_banner img{
	display:none;
}
.page{
    width: 100%;
	overflow:hidden;
	margin-top:10px;
	text-align:center;
}
.page a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 10px;
	width:104px;
	height:38px;
	font-size:16px;
	line-height:2;
	
}

#shangye{
	background:url(../image/scroll_l.png) no-repeat;
}
#shangye:hover{
	background:url(../image/scroll_l_hover.png) no-repeat;
	transition:0.6s;
}
#xiaye{
	background:url(../image/scroll_r.png) no-repeat;
}
#xiaye:hover{
	background:url(../image/scroll_r_hover.png) no-repeat;
	transition:0.6s;
}

ul.ny_fuwulist{
	width:1300px;
	overflow:hidden;
	position:relative;
}
ul.ny_fuwulist li{
	width:560px;
	float:left;
	overflow:hidden;
	margin-top:3em;
	margin-right:85px;
	
}
ul.ny_fuwulist li span{
	width:83px;
	height:83px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	overflow:hidden;
	border:1px solid #595959;
	-moz-border-radius: 50%;      
    -webkit-border-radius: 50%;   
    border-radius:50%;            
	float:left;
}
ul.ny_fuwulist li h3{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-weight:bold;
	font-size:16px;
	color:#2f2e2e;
	float:left;
	line-height:83px;
	margin-left:15px;
}
ul.ny_fuwulist li .txt{
	width:100%;
	overflow:hidden;
	padding:8px;
	margin-top:10px;
}
ul.ny_fuwulist li .txt p{
	font-size:14px;
	color:#6c6c6c;
	line-height:25px;
	margin-top:10px;
}
ul.ny_fuwulist li:hover .txt{
	background-color:#d6d6d6;
	transition:0.6s;
}
ul.ny_fuwulist li .txt .fuwu_btn:hover{
	background-color:#b8b8b8;
	color:#fff;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu1{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu2{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu3{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu4{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu5{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu6{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu7{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu8{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu9{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}

ul.ny_fuwulist li:hover #fuwu10{
	background:url(404.png) center center no-repeat #595959;
	transition:0.6s;
}
ul.ny_fuwulist hr{
	width:100%;
	height:2px;
	border-top:1px dashed #a7a7a7;
	position:absolute;
	left:0;
}
ul.ny_fuwulist #hr1{
	top:200px;
}
ul.ny_fuwulist #hr2{
	top:410px;
}
ul.ny_fuwulist #hr3{
	top:620px;
}
ul.ny_fuwulist #hr4{
	top:830px;
}
.service_pic{
	margin-top:60px;
	overflow:hidden;
}
#service_pic1{
	float:left;
}
#service_pic2{
	float:right;
}
.article_btn{
	width:100%;
	text-align:center;
	overflow:hidden;
	font-size: 0;
}

.article_btn i{
	font-size:14px;
		color:#666;
	line-height:35px;
}











.article_btn a{
	width:35px;
	height:35px;
	border:1.5px solid #c1c1c1;
	overflow:hidden;
	display:inline-block;
	*display:inline;
	*zoom:1;
	-moz-border-radius: 30px;      
    -webkit-border-radius: 30px;   
    border-radius:30px;            
	margin:0 3px;
}
.article_btn a i{
	font-size:14px;
	color:#666;
	line-height:35px;	
}
.article_btn a:hover{
	background-color:#6c6c6c;
	transition:0.8s;
}
.article_btn a:hover i{
	color:#fff;
}
.article_pic{
	margin-top:30px;
	text-align:center;
}
.article_pic img{
	max-width:100%;
	height:auto;
}
.article_title{
	font-size:28px;
	color:#818181;
	font-weight:normal;
	background:url(../image/line.png) bottom center no-repeat;
	text-align:center;
	overflow:hidden;
	display:block;
	margin-top:20px;
	padding-bottom:20px;
}
.article_body{
	margin-top:20px;
	line-height:30px;
	color:#6c6c6c;
}


#a2,#a3,#a4,#a5,#a6{
	padding-top:85px!important;
	margin-top:-85px!important;
}

ul.ny_caselist{
	width:1280px;
	overflow:hidden;
}
ul.ny_caselist li{
	width:285px;
	overflow:hidden;
	text-align:center;
	float:left;
	margin:30px 20px 0 0;
}
ul.ny_caselist li img{
	width:100%;
	height:auto;
}
ul.ny_caselist li h3{
	height:45px;
	line-height:45px;
	background-color:#fff;
	margin:0;
}
ul.ny_caselist li h3 a{
	font-size:14px;
	font-weight:normal;
	color:#6c6c6c;
}
ul.ny_caselist li:hover h3{
	background-color:#818181;
	transition:0.6s;
}
ul.ny_caselist li:hover h3 a{
	color:#fff;
}
ul.case_list {
	width:100%;
	overflow:hidden;
	margin:0;
}
ul.case_list li{
	width:32%;
	text-align:center;
	overflow:hidden;
	float:left;
	margin:0.5%;

}
ul.case_list li img{
	width:100%;
	height:auto;
	
}
ul.case_list li:hover img{
	
}
ul.case_list li h3{
	height:45px;
	line-height:45px;
	background-color:#fff;
	margin:0;
}
ul.case_list li h3 a{
	font-size:14px;
	font-weight:normal;
	color:#6c6c6c;
}
ul.case_list li:hover h3{
	background-color:#818181;
	transition:0.6s;
}
ul.case_list li:hover h3 a{
	color:#fff;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px){
	.container{
		width:70%;
	}
	.main{
		width:70%;
	}
	ul.zone1_list{
		width:auto;
		margin-top:5%;
	}
	ul.zone1_list li{
		width:23%;
		margin:0 1%;
	}
	ul.fuwulist{
		width:auto;
	}
	ul.fuwulist li{
		width:18%;
		margin-right:1%;
		margin-left:1%;
	}
	ul.about_pic{
		width:auto;
	}
	ul.about_pic li{
		width:23%;
		margin:0 1%;
	}
	#news_zone{
		width:auto;
	}
	dl.toutiao{
		width:48%;
		margin:0 1%;
	}
	dl.toutiao dt{
		width:25%;
	}
	dl.toutiao dd{
		width:70%;
	}
	dl.toutiao dd .info{
		display:none;
	}
	dl.newslist{
		width:48%;
		margin:1em 1%;
		height:auto;
	}
	dl.newslist dd{
		width:70%;
	}
	dl.newslist dt{
		width:30%;
		padding:0;
		text-align:center;
	}
	#c1,#c2,#c3{
		width:30%;
		margin-left:1.5%;
		margin-right:1.5%;
	}
	.liuyan_l{
		width:25%;
		background:none;
	}
	.liuyan_l_r{
		margin:0;
	}
	.liuyan_r{
		width:70%;
	}
	.index_biaodan p span{
		width:48%;
		margin:0 1%;
	}
	.index_biaodan p span i{
		margin-right:0;
	}
	#i1,#i2,#i3,#i4{
		width:10%;
		float:left;
	}
	#i5{
		margin-left:1%;
		width:5%;
		margin-right:0;
	}
	.index_biaodan .itext{
		width:90%;
		float:right;
	}
	.index_biaodan #content{
		margin-right:1%;
		width:93%;
		padding:0;
		float:left;
	}
	footer{
		width:70%;
	}
	.footer_l{
		width:30%;
	}
	.footer_l img{
		width:48%;
		height:auto;
		margin:0 1%;
	}
	.footer_m{
		width:32%;
		margin:0 2%;
	}
	.footer_r{
		width:30%;
	}
	ul.footer_ico li{
		width:32%;
	}
}
@media only screen and (max-width : 1440px){
	#s1_txt1{
		height:80%;
		width:auto;
	}
	#s1_txt3{
		height:60%;
		width:auto;
	}

}
@media only screen and (max-width : 1366px){
	ul.zone1_list{
		width:auto;
		margin-top:4%;
	}
	#pic0_1{
		max-width:50%;
	}
	#pic0_5{
		max-width:30%;
	}
}
@media only screen and (max-width : 1024px){
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }
	.top-header img.logo{
		margin-top:25px;
	}
	.main{
		width:auto;
	}
	ul.zone1_list{
		width:auto;
	}
	ul.zone1_list li{
		width:22%;
		margin:0 1.5%;
	}
	ul.fuwulist{
		width:auto;
	}
	ul.fuwulist li{
		width:18%;
		margin:2em 1% 0 1%;
	}
	.ad{
		width:auto;
	}
	.ad strong{
		font-size:2.6em;
	}
	.about_txt{
		padding:0 2%;
	}
	ul.about_pic{
		width:auto;
	}
	ul.about_pic li{
		width:23%;
		margin:0 1%;
	}
	#news_zone{
		width:auto;
	}
	dl.toutiao{
		width:100%;
		float:none;
		clear:both;
	}
	dl.toutiao dt{
		width:29%;
		margin-left:1%;
	}
	dl.toutiao dd{
		width:69%;
		margin-right:1%;
	}
	dl.newslist{
		width:46%;
		height:auto;
		padding:1%;
		margin:1em 1% 0 1%;
	}
	dl.newslist dd{
		width:70%;
	}
	dl.newslist dt{
		width:30%;
		padding:0;
		text-align:center;
	}
	dl.newslist dt .yuefen{
		text-align:center;
	}
	.index_ad5_txt{
		margin-left:2%;
	}
	#c1{
		width:33%;
		margin-left:2%;
	}
	#c2{
		width:30%;
		margin-left:2%;
	}
	#c3{
		width:31%;
	}
	.liuyan_l{
		width:24%;
		background:none;
		margin-left:1%;
	}
	.liuyan_l_r{
		float:none;
		width:auto;
	}
	.liuyan_r{
		width:74%;
		margin-right:1%;
	}
	.footer_zone{
		padding-top:40px;
	}
	footer{
		width:auto;
	}
	.footer_l{
		width:30%;
		margin-left:1%;
	}
	.footer_l img{
		width:48%;
		height:auto;
		margin:0 1%;
	}
	.footer_m{
		width:30%;
		margin-left:1%;
	}
	ul.footer_ico li{
		width:32%;
	}
	.footer_r{
		width:30%;
		margin-right:1%;
	}
	ul.ny_fuwulist{
		width:auto;
	}
	ul.ny_fuwulist li{
		width:46%;
		margin:2em 2%;
		border-bottom:1px dashed #a7a7a7;
	}
	hr{
		display:none;
	}
	.service_pic{
		width:auto;
	}
	.service_pic img{
		width:46%;
		height:auto;
		margin:0 2%;
	}
	ul.ny_caselist{
		width:auto;
	}
	ul.ny_caselist li{
		width:31.3333333%;
		margin:30px 1%;
	}
	.article_body{
		padding:0 1%;
	}
	.article_body img{
		max-width:100%;
		height:auto;
	}
	.link{
		padding:0 1.5%;
	}
}
@media only screen and (max-width : 768px){
    .foot_phone_box{
        display: flex !important;
    }
    .copy_zone{
        min-height: 50px;
    }
    .copy_zone>div,
    .copy_zone>p{
        display: none;
    }
    .ny_banner{
        height: 200px;
    }
    
.article_btn i.fa-chevron-left{
position: absolute;
    right: 60%;
}

.article_btn i.fa-chevron-right{
position: absolute;
    right: 37%;
}    
    
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
		padding:10px 10px!important;
    }
	.top-header img.logo{
		
	}
	.zone1{
		height:auto;
		padding:3em 0;
	}
	ul.zone1_list{
		margin:0 auto;
	}
	#index_ad1,#index_ad2,#index_ad3,#index_ad4,#index_ad5{
		width:auto;
		height:auto;
		padding:4em 0;
		overflow:hidden;
		background-size:cover;
	}
	#index_ad1 strong,#index_ad2  strong,#index_ad3  strong,#index_ad4  strong{
		margin:0;
	}
	#index_ad1 p,#index_ad2  p,#index_ad3 p,#index_ad4  p{
		font-size:1em;
		line-height:2em;
	}
	.index_ad5_txt{
		margin-top:0;
	}
	dl.newslist dd{
		width:auto;
		float:none;
	}
	dl.newslist dt{
		display:none;
	}
	.liuyan_l{
		display:none;
	}
	.liuyan_r{
		float:none;
		width:auto;
		padding:0 1%;
	}
	.footer_m{
		margin-left:4%;
	}
}

@media screen and (max-width: 767px){
.ny_banner .mobileimg {
    display: block;
        width: 100%;
}
.ny_banner .img111 {
    display: none;
}}
@media only screen and (max-width : 414px){

    .navbar-default .navbar-toggle {
        border-color: #fff;
        right: 1%;
    }
	 .navbar-default .navbar-nav>li{
		border-bottom:1px solid #ddd;
	 }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        text-align: left;
    }
	.navbar-default .navbar-nav>li>a.active{
		background:none;
	}
	.col-xs-2{
		width:60%;
	}
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
            width:18px;
			height:35px;
			margin-right:1%;
			background:url() no-repeat;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
            width:18px;
			height:35px;
			margin-left:1%;
			background:url() no-repeat;
    }	
	#pic3{
		max-width:60%;
		margin:30% auto 0 auto;
	}
	.zone1{
		height:auto;
		background-size:cover;
		padding-bottom:1em;
	}
	ul.zone1_list{
		margin-top:15px;
	}
	ul.zone1_list li{
		width:47%;
		margin:1em 1.5% 0 1.5%;
	}
	.index_title{
		margin-top:1.5em;
	}
	.index_title h3{
		padding:0 1%;
		line-height:25px;
	}
	ul.fuwulist li{
		width:48%;
		margin:1.5em 1% 0 1%;
	}
	.ad strong{
		font-size:1.8em;
	}
	.ad p{
		font-size:0.5em;
	}
	#index_ad1,#index_ad2,#index_ad3,#index_ad4,#index_ad5{
		padding:2em 2% 2em 2%;
	}
	ul.anli_fenlei{
		width:auto;
	}
	ul.about_pic li{
		width:48%;
		margin:1em 1%;
	}
	dl.toutiao dt{
		width:auto;
		float:none;
	}
	dl.toutiao dt img{
		width:100%;
		height:auto;
	}
	dl.toutiao dd{
		width:auto;
		float:none;
		margin-top:1em;
		padding:0 1.5%;
	}
	dl.newslist{
		width:auto;
		float:none;
	}
	ul.huoban_list{
		margin:0;
	}
	ul.huoban_list li{
		width:33.333333333%;
		margin-top:1em;
	}
	.index_kehu{
		display:none;
	}
	#index_ad5{
		margin-top:2em;
	}
	.index_ad5_txt{
		font-size:1em;
	}
	.index_contact{
		height:auto;
		background-size:cover;
	}
	#c1,#c2,#c3{
		width:auto;
		float:none;
		padding:0 1%;
		margin-top:2em;
	}
	
	.index_contact dl dt{font-size: 16px;}
	.index_contact dl dd h2{font-size: 14px;}
	.index_contact dl dd{font-size: 12px; line-height: 24px;}
	.index_biaodan .fl,.index_biaodan .fr{
		float:none;
	}
	.index_biaodan p{
		margin:0;
	}
	.index_biaodan i{
		margin-bottom:15px;
		margin-right:0;
		
	}
	#i1,#i2,#i3,#i4,#i5{
		width:15%;
	}
	.index_biaodan .itext{
		margin-bottom:15px;
		width:83%;
		float:right;
	}
	.index_biaodan #content{
		width:83%;
		float:right;
	}
	.footer_zone{
		padding-top:1em;
	}
	.footer_l,.footer_m,.footer_r{
		width:auto;
		float:none;
		margin-top:1.5em;
	}
	.footer_l{
		text-align:center;
	}
	.footer_l img{
		display:inline-block;
		*display:inline;
		*zoom:1;
		float:none;
	}
	.footer_m{
		margin-left:3%;
	}
	.footer_r{
		margin-left:3%;
	}
	ul.ny_fuwulist li{
		width:auto;
		float:none;
	}
	ul.ny_caselist li{
		width:48%;
		margin:1em 1%;
	}
	ul.case_list li{
		width:100%;
	}
}	
.di{    color: #2f2f2f;}
.slider {padding-top: 80px;}
@media only screen and (max-width : 414px){
.di{ display:none}
.sybanner{height:300px;}
.dianhua {display: none;}
.slider {padding-top: 60px;}
#pic0_1{max-width:80%;    margin: 5% 0 0 10%;} #pic0_2{width:80%;    } #pic2{max-width:200%; top: 35%;} #pic3{max-width:100%} #pic4{max-width:200%;left:-50%;top: 30%;}}
.foot_nav{ width:25%;float:left;background-color: #fafafa;text-align:center;} 
.foot_nav:hover,.foot_nav:focus{background-color: #e4e4e4;}
.foot_nav a{color:#898989;display:block;}
.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}
.foot_nav span{display:block; padding:3px 0px 0px 0px;}
.webshare{width: 230px; padding: 5px;}
.ewebshare{width: 200px; padding: 5px;}
.sj {height:50px;    min-height:50px;position: static}

@media screen and (min-width: 768px){
.footer_nav {
    display: none;
}

}
.banner{width:100%;height:auto;margin-bottom:20px;padding:0px;}
.topPadding{height:0px;width:100%;background:#fff;position:relative;}


.bannerImg{width:100%;overflow:hidden;background-repeat: no-repeat;background-position: center center;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}
.bannerImg img{max-width: 100%;height:auto;}
 .mobileimg{display:none}

@media screen and (max-width: 767px) 
{header{background-color: #5d0503;}
    #rightBox{float:left;}
	.navbar{min-height:65px;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{}
	.navbar-toggle{border:0px;margin-top:19px;margin-bottom:10px;}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {}
	.navbar-default .navbar-toggle .icon-bar{}
	.navbar-default .navbar-nav{margin-top: 0px;margin-bottom: 0px;    margin: 0;}
	.navbar-default .navbar-nav > li {    border-bottom: 1px solid #ddd;}
	.navbar-default .navbar-nav > li:last-child{border: none;}
	.navbar-default .navbar-nav > li > a{color: #000;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #fff;}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{background:url(404.png); color: #000;}
	#navbar{border-color: #e7e7e7;background:url(404.png);    margin-right: -15px;
    margin-left: -15px;}
	.navbar .dropdown-menu li a{line-height:30px;display:block;}
	.navbar .dropdown-menu li a:hover{background:url(404.png);}
	.navbar .dropdown-menu li ul li a{color:#fff;padding-left:40px}
	.navbar .dropdown-menu li ul li ul li a{color:#fff;padding-left:60px}
	.navbar .dropdown-menu a span{display:inline;}

	.logo{text-align:center}
	.logo img{max-width:700px}
	footer{ margin-bottom:50px;padding-top:0px;}
    footer .row > div{display:none;}
    footer #footerSearch{display:block}
    footer #footerSearch input{width:75%;}
    footer #footerSearch .footerTitle{display:none}
    footer #footerSearch .collectBox{display:none}
    footer .copyright{margin-top:25px;padding:20px;}

	#app_menudown{ display:block; }
	#cmsFloatPanel{display:none;}
	.slider__arrows-item {display:none;}

    .mobile{margin:0px;padding:0px;}
    
    .indexNavigationGroup{display:block;}
    
    .positionBar .title{display:none;} .positionBar{background:#eee;}
    .positionBar span{margin:0px;float:left;padding-left:10px;}
    .positionBar span a{font-size:12px;color:#333;line-height:40px;text-decoration: none;}
    .positionBar span a:hover{color:#000}
    .positionBar .moreMenu{width:100%;}
    .navigationBox{right:0px;width:100%;}  
    .welcomeBox{display:none;}
 
    .languageBox{width:100%;text-align:center}
    .languageBox a{border:0;display:inline-block;float:none}
    .topContactBox{display:none}  

    .titleBar{border-left:3px solid #333;height:35px;line-height:35px;background:#f9f9f9}
    .titleBar h5{background-image:none;padding-left:4px;margin:0px 0px 0px 5px;font-weight:bold;font-size:16px;background:none;line-height:35px;}
    .titleBar span{display:none}

    .newsList li .time{display:none}
    .newsList li .tit{margin-right:0;}
    .detailTitle{margin-left:0}
    .aboutBoxBg{background-repeat:repeat-y;margin-bottom:30px}
    .aboutBox section img{width:100%}
    .aboutBox{width:100%;overflow:hidden; margin:40px 0px 0px 0px;}


    .newsBox .imgNewsBox{overflow:hidden;margin-top:20px;margin-bottom:15px;margin-left:-15px;margin-right:-15px}
 

    .banner .mobileimg{display:block;}
    .banner .img{display:none}
}
































































navbar {
	display: none
}

pre {
	display: block;
	padding: 10.5px;
	margin: 0 0 11px;
	font-size: 13px;
	line-height: 1.57142857;
	color: inherit;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #fff;
	border: 1px solid #ecf5fc;
	border-radius: 3px
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1170px
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	margin-right: -15px;
	margin-left: -15px
}


@media (min-width:768px) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto
}
.navbar-right .dropdown-menu-left {
	right: auto;
	left: 0
}
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #f3f7f9
}
.nav>li.disabled>a {
	color: #a3afb7
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #a3afb7;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #f3f7f9;
	border-color: #62a8ea
}
.nav .nav-divider {
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none
}
.nav-tabs {
	border-bottom: 1px solid #e4eaec
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.57142857;
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0
}
.nav-tabs>li>a:hover {
	border-color: transparent transparent #e4eaec
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #4e97d9;
	cursor: default;
	background-color: #fff;
	border: 1px solid #e4eaec;
	border-bottom-color: transparent
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}
.nav-tabs.nav-justified>li {
	float: none
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media (min-width:768px) {
.nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 0
}
}
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 3px
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #e4eaec
}
@media (min-width:768px) {
.nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #e4eaec;
	border-radius: 3px 3px 0 0
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border-bottom-color: #fff
}
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: 3px
}
.nav-pills>li+li {
	margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #62a8ea
}
.nav-stacked>li {
	float: none
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified {
	width: 100%
}
.nav-justified>li {
	float: none
}
.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media (min-width:768px) {
.nav-justified>li {
	display: table-cell;
	width: 1%
}
.nav-justified>li>a {
	margin-bottom: 0
}
}
.nav-tabs-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 3px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border: 1px solid #e4eaec
}
@media (min-width:768px) {
.nav-tabs-justified>li>a {
	border-bottom: 1px solid #e4eaec;
	border-radius: 3px 3px 0 0
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border-bottom-color: #fff
}
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.navbar {
	position: relative;
	min-height: 48px;
	margin-bottom: 22px;
	border: 1px solid transparent
}
@media (min-width:768px) {
.navbar {
	border-radius: 3px
}
}
@media (min-width:768px) {
.navbar-header {
	float: left
}
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}
.navbar-collapse.in {
	overflow-y: auto
}
@media (min-width:768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.navbar-collapse.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important
}
.navbar-collapse.in {
	overflow-y: visible
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
	padding-right: 0;
	padding-left: 0
}
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px
}
@media (max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 200px
}
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}
@media (min-width:768px) {
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: 0;
	margin-left: 0
}
}
.navbar-static-top {
	z-index: 1200;
	border-width: 0 0 1px
}
@media (min-width:768px) {
.navbar-static-top {
	border-radius: 0
}
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1500
}
@media (min-width:768px) {
.navbar-fixed-bottom, .navbar-fixed-top {
	border-radius: 0
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}
.navbar-brand {
	float: left;
	height: 66px;
	padding: 22px 15px;
	font-size: 18px;
	line-height: 22px
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.navbar-brand>img {
	display: block
}
@media (min-width:768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -15px
}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 16px;
	margin-right: 15px;
	margin-bottom: 16px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px
}
.navbar-toggle:focus {
	outline: 0
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
@media (min-width:768px) {
.navbar-toggle {
	display: none
}
}
.navbar-nav {
	margin: 11px -15px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px
}
@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 22px
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
	background-image: none
}
}
@media (min-width:768px) {
.navbar-nav {
	float: left;
	margin: 0
}
.navbar-nav>li {
	float: left
}
.navbar-nav>li>a {
	padding-top: 22px;
	padding-bottom: 22px
}
}
.navbar-form {
	padding: 10px 15px;
	margin-top: 15px;
	margin-right: -15px;
	margin-bottom: 15px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1)
}
@media (min-width:768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.navbar-form .form-control-static {
	display: inline-block
}
.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle
}
.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
	width: auto
}
.navbar-form .input-group>.form-control {
	width: 100%
}
.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .checkbox, .navbar-form .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .checkbox label, .navbar-form .radio label {
	padding-left: 0
}
.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
	position: relative;
	margin-left: 0
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0
}
}
@media (max-width:767px) {
.navbar-form .form-group {
	margin-bottom: 5px
}
.navbar-form .form-group:last-child {
	margin-bottom: 0
}
}
@media (min-width:768px) {
.navbar-form {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar-btn {
	margin-top: 15px;
	margin-bottom: 15px
}
.navbar-btn.btn-sm {
	margin-top: 17px;
	margin-bottom: 17px
}
.navbar-btn.btn-xs {
	margin-top: 22px;
	margin-bottom: 22px
}
.navbar-text {
	margin-top: 22px;
	margin-bottom: 22px
}
@media (min-width:768px) {
.navbar-text {
	float: left;
	margin-right: 15px;
	margin-left: 15px
}
}
@media (min-width:768px) {
.navbar-left {
	float: left!important
}
.navbar-right {
	float: right!important;
	margin-right: -15px
}
.navbar-right~.navbar-right {
	margin-right: 0
}
}
.navbar-default {
	background-color: #fff;
	border-color: #e4eaec
}
.navbar-default .navbar-brand {
	color: #37474f
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #37474f;
	background-color: none
}
.navbar-default .navbar-text {
	color: #76838f
}
.navbar-default .navbar-nav>li>a {
	color: #76838f
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #526069;
	background-color: rgba(243,247,249,.3)
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #526069;
	background-color: rgba(243,247,249,.6)
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccd5db;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: transparent
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(243,247,249,.3)
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #76838f
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e4eaec
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #526069;
	background-color: rgba(243,247,249,.6)
}
@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #76838f
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #526069;
	background-color: rgba(243,247,249,.3)
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #526069;
	background-color: rgba(243,247,249,.6)
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #ccd5db;
	background-color: transparent
}
}
.navbar-default .navbar-link {
	color: #76838f
}
.navbar-default .navbar-link:hover {
	color: #526069
}
.navbar-default .btn-link {
	color: #76838f
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #526069
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccd5db
}
.navbar-inverse {
	background-color: #62a8ea;
	border-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-brand {
	color: #fff
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: none
}
.navbar-inverse .navbar-text {
	color: #fff
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-toggle {
	border-color: transparent
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #4397e6
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.1)
}
@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #fff
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #fff;
	background-color: transparent
}
}
.navbar-inverse .navbar-link {
	color: #fff
}
.navbar-inverse .navbar-link:hover {
	color: #fff
}
.navbar-inverse .btn-link {
	color: #fff
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #fff
}
.breadcrumb {
	padding: 8px 10px;
	margin-bottom: 22px;
	list-style: none;
	background-color: transparent;
	border-radius: 3px
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #62a8ea;
	content: "/\00a0"
}
.breadcrumb>.active {
	color: #76838f
}



















.container {
	max-width: 100%
}
@media (min-width:1600px) {
.container {
	width: 1200px
}
}

.row.no-space {
	margin-right: 0;
	margin-left: 0
}
.row.no-space>[class*=col-] {
padding-right:0;
padding-left:0
}
.row-lg {
	margin-right: -25px;
	margin-left: -25px
}
.row-lg>.col-lg-1, .row-lg>.col-lg-10, .row-lg>.col-lg-11, .row-lg>.col-lg-12, .row-lg>.col-lg-2, .row-lg>.col-lg-3, .row-lg>.col-lg-4, .row-lg>.col-lg-5, .row-lg>.col-lg-6, .row-lg>.col-lg-7, .row-lg>.col-lg-8, .row-lg>.col-lg-9, .row-lg>.col-md-1, .row-lg>.col-md-10, .row-lg>.col-md-11, .row-lg>.col-md-12, .row-lg>.col-md-2, .row-lg>.col-md-3, .row-lg>.col-md-4, .row-lg>.col-md-5, .row-lg>.col-md-6, .row-lg>.col-md-7, .row-lg>.col-md-8, .row-lg>.col-md-9, .row-lg>.col-sm-1, .row-lg>.col-sm-10, .row-lg>.col-sm-11, .row-lg>.col-sm-12, .row-lg>.col-sm-2, .row-lg>.col-sm-3, .row-lg>.col-sm-4, .row-lg>.col-sm-5, .row-lg>.col-sm-6, .row-lg>.col-sm-7, .row-lg>.col-sm-8, .row-lg>.col-sm-9, .row-lg>.col-xlg-1, .row-lg>.col-xlg-10, .row-lg>.col-xlg-11, .row-lg>.col-xlg-12, .row-lg>.col-xlg-2, .row-lg>.col-xlg-3, .row-lg>.col-xlg-4, .row-lg>.col-xlg-5, .row-lg>.col-xlg-6, .row-lg>.col-xlg-7, .row-lg>.col-xlg-8, .row-lg>.col-xlg-9, .row-lg>.col-xs-1, .row-lg>.col-xs-10, .row-lg>.col-xs-11, .row-lg>.col-xs-12, .row-lg>.col-xs-2, .row-lg>.col-xs-3, .row-lg>.col-xs-4, .row-lg>.col-xs-5, .row-lg>.col-xs-6, .row-lg>.col-xs-7, .row-lg>.col-xs-8, .row-lg>.col-xs-9 {
	padding-right: 25px;
	padding-left: 25px
}




button.input-search-close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}


.dropdown-menu {
	margin-top: 5px;
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.05);
	box-shadow: 0 3px 12px rgba(0,0,0,.05);
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}
.dropdown-menu .divider {
	margin: 6px 0
}
.dropdown-menu>li {
	padding: 0 5px;
	margin: 2px 0
}
.dropdown-menu>li>a {
	padding: 8px 15px;
	border-radius: 3px;
	-webkit-transition: background-color .25s;
	-o-transition: background-color .25s;
	transition: background-color .25s
}
.dropdown-menu li .icon:first-child, .dropdown-menu li>a .icon:first-child {
	width: 1em;
	margin-right: .5em;
	text-align: center
}
.dropdown-menu.bullet {
	margin-top: 12px
}
.dropdown-menu.bullet:after, .dropdown-menu.bullet:before {
	position: absolute;
	left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border: 7px solid transparent;
	border-top-width: 0
}
.dropdown-menu.bullet:before {
	top: -7px;
	border-bottom-color: #e4eaec
}
.dropdown-menu.bullet:after {
	top: -6px;
	border-bottom-color: #fff
}
.dropdown-menu-right.bullet:after, .dropdown-menu-right.bullet:before {
	right: 10px;
	left: auto
}
.dropdown-menu.animate {
	overflow: hidden
}
.dropdown-menu.animate>li {
	-webkit-animation-name: slide-left;
	-o-animation-name: slide-left;
	animation-name: slide-left;
	-webkit-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}
.dropdown-menu.animate>li:nth-child(1) {
	-webkit-animation-delay: .02s;
	-o-animation-delay: .02s;
	animation-delay: .02s
}
.dropdown-menu.animate>li:nth-child(2) {
	-webkit-animation-delay: .04s;
	-o-animation-delay: .04s;
	animation-delay: .04s
}
.dropdown-menu.animate>li:nth-child(3) {
	-webkit-animation-delay: .06s;
	-o-animation-delay: .06s;
	animation-delay: .06s
}
.dropdown-menu.animate>li:nth-child(4) {
	-webkit-animation-delay: .08s;
	-o-animation-delay: .08s;
	animation-delay: .08s
}
.dropdown-menu.animate>li:nth-child(5) {
	-webkit-animation-delay: .1s;
	-o-animation-delay: .1s;
	animation-delay: .1s
}
.dropdown-menu.animate>li:nth-child(6) {
	-webkit-animation-delay: .12s;
	-o-animation-delay: .12s;
	animation-delay: .12s
}
.dropdown-menu.animate>li:nth-child(7) {
	-webkit-animation-delay: .14s;
	-o-animation-delay: .14s;
	animation-delay: .14s
}
.dropdown-menu.animate>li:nth-child(8) {
	-webkit-animation-delay: .16s;
	-o-animation-delay: .16s;
	animation-delay: .16s
}
.dropdown-menu.animate>li:nth-child(9) {
	-webkit-animation-delay: .18s;
	-o-animation-delay: .18s;
	animation-delay: .18s
}
.dropdown-menu.animate>li:nth-child(10) {
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s
}
.dropdown-menu.animate>li.divider {
	-webkit-animation-name: none;
	-o-animation-name: none;
	animation-name: none
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(1) {
	-webkit-animation-delay: .02s;
	-o-animation-delay: .02s;
	animation-delay: .02s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(2) {
	-webkit-animation-delay: .04s;
	-o-animation-delay: .04s;
	animation-delay: .04s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(3) {
	-webkit-animation-delay: .06s;
	-o-animation-delay: .06s;
	animation-delay: .06s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(4) {
	-webkit-animation-delay: .08s;
	-o-animation-delay: .08s;
	animation-delay: .08s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(5) {
	-webkit-animation-delay: .1s;
	-o-animation-delay: .1s;
	animation-delay: .1s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(6) {
	-webkit-animation-delay: .12s;
	-o-animation-delay: .12s;
	animation-delay: .12s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(7) {
	-webkit-animation-delay: .14s;
	-o-animation-delay: .14s;
	animation-delay: .14s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(8) {
	-webkit-animation-delay: .16s;
	-o-animation-delay: .16s;
	animation-delay: .16s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(9) {
	-webkit-animation-delay: .18s;
	-o-animation-delay: .18s;
	animation-delay: .18s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(10) {
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	margin-bottom: 6px;
	-webkit-box-shadow: 0 -3px 12px rgba(0,0,0,.05);
	box-shadow: 0 -3px 12px rgba(0,0,0,.05)
}
.dropup .dropdown-menu.bullet, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet {
	margin-bottom: 12px
}
.dropup .dropdown-menu.bullet:after, .dropup .dropdown-menu.bullet:before, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet:after, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet:before {
	top: auto;
	border-top-width: 7px;
	border-bottom-width: 0
}
.dropup .dropdown-menu.bullet:before, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet:before {
	bottom: -7px;
	border-top-color: #e4eaec
}
.dropup .dropdown-menu.bullet:after, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet:after {
	bottom: -6px;
	border-top-color: #fff
}
.dropdown-menu>.dropdown-header {
	padding: 8px 20px 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: default
}
.dropdown-menu>.dropdown-submenu {
	position: relative
}
.dropdown-menu>.dropdown-submenu>a {
	position: relative
}
.dropdown-menu>.dropdown-submenu>a:after {
	position: absolute;
	right: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 6px;
	vertical-align: middle;
	content: '';
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed
}
.dropdown-menu>.dropdown-submenu .dropdown-menu {
	left: 100%;
	margin: 0
}
.dropdown-menu>.dropdown-submenu.dropdown-menu-left .dropdown-menu {
	left: -100%
}
.dropdown-menu>.dropdown-submenu:hover .dropdown-menu {
	display: block
}
.dropdown .dropdown-submenu .dropdown-menu {
	top: 0
}
.dropup .dropdown-submenu .dropdown-menu {
	bottom: 0
}
.dropdown-menu-media {
	width: 360px;
	padding-top: 0;
	padding-bottom: 0
}
.dropdown-menu-media>li {
	padding: 0;
	margin: 0
}
.dropdown-menu-media .dropdown-menu-header {
	position: relative;
	padding: 20px 20px;
	background-color: #fff;
	border-bottom: 1px solid #e4eaec
}
.dropdown-menu-media .dropdown-menu-header>h3, .dropdown-menu-media .dropdown-menu-header>h4, .dropdown-menu-media .dropdown-menu-header>h5 {
	margin: 0
}
.dropdown-menu-media .dropdown-menu-header .badge, .dropdown-menu-media .dropdown-menu-header .label {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.dropdown-menu-media .list-group {
	max-height: 270px;
	margin: 0;
	font-size: 12px;
	border-radius: 0
}
.dropdown-menu-media .list-group-item {
	padding: 0 20px;
	border: none;
	border-radius: 0!important
}
.dropdown-menu-media .list-group-item .media {
	padding: 15px 0;
	border-top: 1px solid #e4eaec
}
.dropdown-menu-media .list-group-item:first-child .media {
	border-top: none
}
.dropdown-menu-media>.dropdown-menu-footer {
	background-color: #f3f7f9;
	border-top: 1px solid #e4eaec
}
.dropdown-menu-media>.dropdown-menu-footer>a {
	padding: 15px 20px!important;
	color: #a3afb7!important
}
.dropdown-menu-media>.dropdown-menu-footer>a:hover {
	color: #89bceb!important;
	background-color: transparent!important
}
.dropdown-menu-media>.dropdown-menu-footer>.dropdown-menu-footer-btn {
	position: absolute;
	right: 0
}
.dropdown-menu-media>.dropdown-menu-footer>.dropdown-menu-footer-btn:hover {
	color: #89bceb!important;
	background-color: transparent!important
}
.dropdown-menu-primary>.active>a, .dropdown-menu-primary>.active>a:focus, .dropdown-menu-primary>.active>a:hover {
	color: #fff;
	background-color: #62a8ea
}
.dropdown-menu-success>.active>a, .dropdown-menu-success>.active>a:focus, .dropdown-menu-success>.active>a:hover {
	color: #fff;
	background-color: #46be8a
}
.dropdown-menu-info>.active>a, .dropdown-menu-info>.active>a:focus, .dropdown-menu-info>.active>a:hover {
	color: #fff;
	background-color: #57c7d4
}
.dropdown-menu-warning>.active>a, .dropdown-menu-warning>.active>a:focus, .dropdown-menu-warning>.active>a:hover {
	color: #fff;
	background-color: #f2a654
}
.dropdown-menu-danger>.active>a, .dropdown-menu-danger>.active>a:focus, .dropdown-menu-danger>.active>a:hover {
	color: #fff;
	background-color: #f96868
}
.dropdown-menu-dark>.active>a, .dropdown-menu-dark>.active>a:focus, .dropdown-menu-dark>.active>a:hover {
	color: #fff;
	background-color: #526069
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.05)
}
.btn-group:focus .dropdown-toggle {
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}
.input-group-addon {
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	-o-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear
}
.input-group-btn .btn {
	padding: 6px 10px
}
.input-group-btn .btn>.icon {
	vertical-align: bottom
}
.input-group-btn .dropdown-toggle.btn .caret {
	margin-left: 2px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 1
}
.nav>li>a {
	overflow: hidden
}
.nav>li>a:focus {
	outline: 0
}
.nav>li>a .close {
	display: inline-block;
	margin-left: 10px
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	border-color: transparent
}
.nav-quick {
	padding: 0;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 0;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.nav-quick li {
	position: relative;
	display: block;
	padding: 0;
	text-align: center;
	list-style: none
}
.nav-quick a {
	display: block;
	padding: 16px 0;
	color: #76838f
}
.nav-quick a .icon {
	display: block;
	margin-bottom: .2em;
	font-size: 32px
}
.nav-quick a:hover {
	text-decoration: none;
	background-color: #f3f7f9
}
.nav-quick .badge, .nav-quick .label {
	position: absolute;
	top: 0;
	right: 0
}
.nav-quick-sm a {
	padding: 12px 0
}
.nav-quick-sm a .icon {
	font-size: 24px
}
.nav-quick-lg a {
	padding: 22px 0
}
.nav-quick-lg a .icon {
	font-size: 40px
}
.nav-quick-bordered {
	border-top: 1px solid #e4eaec;
	border-left: 1px solid #e4eaec
}
.nav-quick-bordered li {
	border-right: 1px solid #e4eaec;
	border-bottom: 1px solid #e4eaec
}
.nav-pills>li>a {
	-webkit-transition: border .2s linear, color .2s linear, background-color .2s linear;
	-o-transition: border .2s linear, color .2s linear, background-color .2s linear;
	transition: border .2s linear, color .2s linear, background-color .2s linear
}
.nav-pills-rounded>li>a {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 1000px
}
.nav-tabs>li>a {
	padding: 10px 20px;
	color: #76838f;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}
.nav-tabs>li>a>.icon {
	margin-right: .5em;
	line-height: 1
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff;
	background-color: #62a8ea;
	border-color: transparent;
	border-bottom-color: #62a8ea
}
.nav-tabs.nav-justified>li>a {
	border-radius: 4px 4px 0 0
}
.nav-tabs.nav-justified>li.active>a, .nav-tabs.nav-justified>li.active>a:focus, .nav-tabs.nav-justified>li.active>a:hover {
	border-color: transparent;
	border-bottom-color: #62a8ea
}
.nav-tabs.nav-tabs-bottom {
	border-top: 1px solid #e4eaec;
	border-bottom: none
}
.nav-tabs.nav-tabs-bottom>li {
	margin-top: -1px;
	margin-bottom: 0
}
.nav-tabs.nav-tabs-bottom>li>a {
	border-radius: 0 0 4px 4px
}
.nav-tabs.nav-tabs-bottom>li>a:focus, .nav-tabs.nav-tabs-bottom>li>a:hover {
	border-top-color: #e4eaec;
	border-bottom-color: transparent
}
.nav-tabs.nav-tabs-bottom.nav-justified {
	border-top: none
}
.nav-tabs.nav-tabs-bottom.nav-justified>li>a {
	border-top-color: #e4eaec;
	border-bottom-color: transparent
}
.nav-tabs.nav-tabs-bottom.nav-justified>li.active>a, .nav-tabs.nav-tabs-bottom.nav-justified>li.active>a:focus, .nav-tabs.nav-tabs-bottom.nav-justified>li.active>a:hover {
	border-top: 1px solid #62a8ea
}
.nav-tabs-reverse>li {
	float: right
}
.nav-tabs-reverse>li>a {
	margin-right: 0;
	margin-left: 2px
}
.nav-tabs-solid {
	border-bottom-color: #f3f7f9
}
.nav-tabs-solid>li>a:hover {
	border-color: transparent
}
.nav-tabs-solid>li.active>a, .nav-tabs-solid>li.active>a:focus, .nav-tabs-solid>li.active>a:hover {
	color: #76838f;
	background-color: #f3f7f9;
	border-color: transparent
}
.nav-tabs-solid~.tab-content {
	padding: 20px;
	background-color: #f3f7f9
}
.nav-tabs-solid.nav-justified>li>a {
	border: none
}
.nav-tabs-solid.nav-justified>li.active>a, .nav-tabs-solid.nav-justified>li.active>a:focus, .nav-tabs-solid.nav-justified>li.active>a:hover {
	border: none
}
.nav-tabs-solid.nav-tabs-bottom>li.active>a, .nav-tabs-solid.nav-tabs-bottom>li.active>a:focus, .nav-tabs-solid.nav-tabs-bottom>li.active>a:hover {
	border: none
}
.nav-tabs-line>li>a {
	padding: 10px 20px;
	border-bottom: 2px solid transparent
}
.nav-tabs-line>li>a:focus, .nav-tabs-line>li>a:hover {
	background-color: transparent
}
.nav-tabs-line>li>a:hover {
	border-bottom-color: #ccd5db
}
.nav-tabs-line>li.active>a, .nav-tabs-line>li.active>a:focus, .nav-tabs-line>li.active>a:hover {
	color: #62a8ea;
	background-color: transparent;
	border-bottom: 2px solid #62a8ea
}
.nav-tabs-line .open>a, .nav-tabs-line .open>a:focus, .nav-tabs-line .open>a:hover {
	border-color: transparent;
	border-bottom-color: #ccd5db
}
.nav-tabs-line.nav-tabs-bottom>li>a {
	border-top: 2px solid transparent;
	border-bottom: none
}
.nav-tabs-line.nav-tabs-bottom>li>a:hover {
	border-top-color: #ccd5db;
	border-bottom-color: transparent
}
.nav-tabs-line.nav-tabs-bottom>li.active>a, .nav-tabs-line.nav-tabs-bottom>li.active>a:focus, .nav-tabs-line.nav-tabs-bottom>li.active>a:hover {
	border-top: 2px solid #62a8ea;
	border-bottom: none
}
.nav-tabs-line.nav-justified>li>a {
	border-bottom: 2px solid #e4eaec
}
.nav-tabs-line.nav-justified>li>a:hover {
	border-bottom-color: #ccd5db
}
.nav-tabs-line.nav-justified>li.active>a, .nav-tabs-line.nav-justified>li.active>a:focus, .nav-tabs-line.nav-justified>li.active>a:hover {
	border-color: transparent;
	border-bottom: 2px solid #62a8ea
}
.nav-tabs-line.nav-justified.nav-tabs-bottom {
	border-top: none
}
.nav-tabs-line.nav-justified.nav-tabs-bottom>li>a {
	border-top: 2px solid #e4eaec;
	border-bottom: none
}
.nav-tabs-line.nav-justified.nav-tabs-bottom>li>a:hover {
	border-top-color: #ccd5db
}
.nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a, .nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a:focus, .nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a:hover {
	border-top-color: #62a8ea;
	border-bottom: none
}
.nav-tabs-vertical:after, .nav-tabs-vertical:before {
	display: table;
	content: " "
}
.nav-tabs-vertical:after {
	clear: both
}
.nav-tabs-vertical .nav-tabs {
	float: left;
	border-right: 1px solid #e4eaec;
	border-bottom: none
}
.nav-tabs-vertical .nav-tabs>li {
	float: none;
	margin-right: -1px;
	margin-bottom: 0
}
.nav-tabs-vertical .nav-tabs>li>a {
	padding: 10px 20px;
	margin-right: 0;
	margin-bottom: 2px;
	border-radius: 4px 0 0 4px
}
.nav-tabs-vertical .nav-tabs>li>a:hover {
	border-right-color: #e4eaec;
	border-bottom-color: transparent
}
.nav-tabs-vertical .nav-tabs>li.active>a, .nav-tabs-vertical .nav-tabs>li.active>a:focus, .nav-tabs-vertical .nav-tabs>li.active>a:hover {
	border-right-color: #62a8ea
}
.nav-tabs-vertical .nav-tabs-reverse {
	float: right;
	border-right: none;
	border-left: 1px solid #e4eaec
}
.nav-tabs-vertical .nav-tabs-reverse>li {
	margin-right: 0;
	margin-left: -1px
}
.nav-tabs-vertical .nav-tabs-reverse>li>a {
	margin-left: 0;
	border-radius: 0 4px 4px 0
}
.nav-tabs-vertical .nav-tabs-reverse>li>a:hover {
	border-right-color: transparent;
	border-left-color: #e4eaec
}
.nav-tabs-vertical .nav-tabs-reverse>li.active>a, .nav-tabs-vertical .nav-tabs-reverse>li.active>a:focus, .nav-tabs-vertical .nav-tabs-reverse>li.active>a:hover {
	border-left-color: #62a8ea
}
.nav-tabs-vertical .nav-tabs-solid {
	border-right-color: #f3f7f9
}
.nav-tabs-vertical .nav-tabs-solid>li>a:hover {
	border-color: transparent
}
.nav-tabs-vertical .nav-tabs-solid>li.active>a, .nav-tabs-vertical .nav-tabs-solid>li.active>a:focus, .nav-tabs-vertical .nav-tabs-solid>li.active>a:hover {
	border-color: transparent
}
.nav-tabs-vertical .nav-tabs-solid+.tab-content {
	padding: 20px
}
.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
	border-left-color: #f3f7f9
}
.nav-tabs-vertical .nav-tabs-line>li>a {
	border-right: 2px solid transparent;
	border-bottom: none
}
.nav-tabs-vertical .nav-tabs-line>li>a:hover {
	border-right-color: #ccd5db
}
.nav-tabs-vertical .nav-tabs-line>li.active>a, .nav-tabs-vertical .nav-tabs-line>li.active>a:focus, .nav-tabs-vertical .nav-tabs-line>li.active>a:hover {
	border-right: 2px solid #62a8ea;
	border-bottom: none
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li>a {
	border-right-width: 1px;
	border-left: 2px solid transparent
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li>a:hover {
	border-color: transparent;
	border-left-color: #ccd5db
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li.active>a, .nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li.active>a:focus, .nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li.active>a:hover {
	border-right: 1px solid transparent;
	border-left: 2px solid #62a8ea
}
.nav-tabs-vertical .tab-content {
	overflow: hidden
}
.nav-tabs-inverse .nav-tabs-solid {
	border-bottom-color: #fff
}
.nav-tabs-inverse .nav-tabs-solid>li.active>a, .nav-tabs-inverse .nav-tabs-solid>li.active>a:focus, .nav-tabs-inverse .nav-tabs-solid>li.active>a:hover {
	color: #76838f;
	background-color: #fff
}
.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid {
	border-right-color: #fff
}
.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
	border-left-color: #fff
}
.nav-tabs-inverse .tab-content {
	background: #fff
}
.nav-tabs-animate .tab-content {
	overflow: hidden
}
.nav-tabs-lg>li>a {
	padding: 12px 20px;
	font-size: 18px;
	line-height: 1.3333333
}
.nav-tabs-sm>li>a {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
.navbar-toggle {
	height: 66px;
	padding: 22px 15px;
	margin-top: 16px;
	margin-top: 0;
	margin-bottom: 16px;
	margin-bottom: 0;
	line-height: 22px;
	background: 0 0!important;
	-webkit-transition: color .25s linear;
	-o-transition: color .25s linear;
	transition: color .25s linear
}
.navbar-toggle .icon {
	margin-top: -1px
}
.navbar-toggle:hover {
	background: 0 0!important
}
.navbar-toggle-left {
	float: left;
	margin-right: 0;
	margin-left: 15px
}
.navbar {
	border: none;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
	box-shadow: 0 2px 4px rgba(0,0,0,.08)
}
.navbar-fixed-bottom, .navbar-fixed-top {
	width: 100%
}
@media (min-width:768px) {
.hidden-float {
	display: block
}
}
@media (max-width:767px) {
.hidden-float {
	display: none!important
}
}
.navbar-brand {
	padding: 22px 20px;
	font-weight: 500
}
.navbar-brand>.navbar-brand-logo {
	display: inline-block
}
.navbar-brand-logo {
	height: 32px;
	margin-top: -5px
}
.navbar-brand-text {
	margin-left: 6px
}
@media (max-width:767px) {
.navbar-brand-center {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
}
@media (min-width:768px) {
.navbar-mega .container, .navbar-mega .container-fluid {
	position: relative
}
}
.navbar-mega .dropdown-menu {
	left: auto
}
.navbar-mega .dropdown-mega {
	position: static
}
.navbar-mega .mega-content {
	padding: 20px 30px
}
.navbar-mega .mega-menu {
	min-width: 150px;
	max-width: 100%
}
.navbar-mega .mega-menu>ul {
	padding-left: 0
}
.navbar-mega .mega-menu .list-icons {
	margin-bottom: 6px
}
.navbar-mega .dropdown.dropdown-fw .dropdown-menu {
	right: 5px;
	left: 5px
}
@media (max-width:767px) {
.navbar-mega .dropdown.dropdown-fw .dropdown-menu {
	right: 0;
	left: 0
}
}
.navbar-nav>li>a.navbar-avatar, .navbar-toolbar>li>a.navbar-avatar {
	padding-top: 18px;
	padding-bottom: 18px
}
@media (max-width:767px) {
.navbar-nav>li>a.navbar-avatar {
	padding-top: 6px;
	padding-bottom: 6px
}
}
.navbar-avatar .avatar {
	width: 30px
}
.navbar-form .icon {
	font-size: 16px;
	color: rgba(55,71,79,.4)
}
.navbar-form .form-control {
	background-color: #f3f7f9;
	border: none;
	border-radius: 38px
}
@media (min-width:768px) {
.navbar-search.collapse {
	display: block!important;
	height: auto!important;
	overflow: visible!important;
	visibility: visible!important
}
}
@media (max-width:767px) {
.navbar-search {
	padding-right: 15px;
	padding-left: 15px
}
}
@media (max-width:767px) {
.navbar-search .navbar-form {
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: none
}
}
.container-fluid>.navbar-search, .container>.navbar-search {
	margin-right: -15px;
	margin-left: -15px
}
@media (min-width:768px) {
.container-fluid>.navbar-search, .container>.navbar-search {
	margin-right: 0;
	margin-left: 0
}
}
.navbar-search-overlap {
	position: absolute!important;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff
}
.navbar-search-overlap .form-control, .navbar-search-overlap .form-group {
	display: block!important;
	margin: 0
}
.navbar-search-overlap .form-control {
	height: 66px!important;
	background-color: transparent!important;
	border-radius: 0
}
.navbar-search-overlap .form-control:focus {
	border-color: transparent
}
.navbar-collapse-toolbar.in {
	overflow-y: visible
}
.navbar-toolbar {
	float: left
}
.navbar-toolbar:after, .navbar-toolbar:before {
	display: table;
	content: " "
}
.navbar-toolbar:after {
	clear: both
}
.navbar-toolbar>li {
	float: left
}
.navbar-toolbar>li:after, .navbar-toolbar>li:before {
	display: table;
	content: " "
}
.navbar-toolbar>li:after {
	clear: both
}
.navbar-toolbar>li>a {
	padding-top: 22px;
	padding-bottom: 22px;
	line-height: 22px
}
.navbar-toolbar .dropdown-menu {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s
}
@media (max-width:767px) {
.navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.navbar-toolbar .open {
	position: static
}
.navbar-toolbar .open .dropdown-menu {
	right: 0;
	left: 0;
	float: none;
	width: auto;
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
}
@media (max-width:767px) and (max-device-width:480px) and (orientation:landscape) {
.navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
	max-height: 200px
}
}
@media (max-width:767px) {
.navbar-toolbar-left {
	float: left!important
}
.navbar-toolbar-right {
	float: right!important
}
}
.icon-fullscreen {
	font-family: "Web Icons"
}
.icon-fullscreen:before {
	content: "\f11d"
}
.icon-fullscreen.active:before {
	content: "\f11e"
}
.icon-menubar {
	font-family: "Web Icons"
}
.icon-menubar:before {
	content: "\f119"
}
.icon-menubar.active:before {
	content: "\f119"
}
.navbar-default .navbar-toolbar>li>a {
	color: #76838f
}
.navbar-default .navbar-toolbar>li>a:focus, .navbar-default .navbar-toolbar>li>a:hover {
	color: #526069;
	background-color: rgba(243,247,249,.3)
}
.navbar-default .navbar-toolbar>.active>a, .navbar-default .navbar-toolbar>.active>a:focus, .navbar-default .navbar-toolbar>.active>a:hover {
	color: #526069;
	background-color: rgba(243,247,249,.6)
}
.navbar-default .navbar-toolbar>.disabled>a, .navbar-default .navbar-toolbar>.disabled>a:focus, .navbar-default .navbar-toolbar>.disabled>a:hover {
	color: #ccd5db;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	color: #76838f
}
.navbar-default .navbar-toolbar>.open>a, .navbar-default .navbar-toolbar>.open>a:focus, .navbar-default .navbar-toolbar>.open>a:hover {
	color: #526069;
	background-color: rgba(243,247,249,.6)
}
.navbar-inverse .navbar-toolbar>li>a {
	color: #fff
}
.navbar-inverse .navbar-toolbar>li>a:focus, .navbar-inverse .navbar-toolbar>li>a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-toolbar>.active>a, .navbar-inverse .navbar-toolbar>.active>a:focus, .navbar-inverse .navbar-toolbar>.active>a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.1)
}
.navbar-inverse .navbar-toolbar>.disabled>a, .navbar-inverse .navbar-toolbar>.disabled>a:focus, .navbar-inverse .navbar-toolbar>.disabled>a:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-toggle {
	color: #fff
}
.navbar-inverse .navbar-toolbar>.open>a, .navbar-inverse .navbar-toolbar>.open>a:focus, .navbar-inverse .navbar-toolbar>.open>a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.1)
}
.breadcrumb {
	margin-bottom: 10px
}
.breadcrumb li+li:before {
	padding: 0 5px
}
.breadcrumb li .icon {
	text-decoration: none
}
.breadcrumb li .icon:before {
	margin-right: 10px
}
.breadcrumb-arrow>li+li:before {
	content: "\00bb\00a0"
}












.dropdown-menu>li>a {
	font-weight: 100
}







.vertical-align {
	font-size: 0
}
.vertical-align:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: ""
}
.vertical-align-bottom, .vertical-align-middle {
	display: inline-block;
	max-width: 100%;
	font-size: 14px
}
.vertical-align-middle {
	vertical-align: middle
}
.vertical-align-bottom {
	vertical-align: bottom
}
.inline {
	display: inline!important
}
.inline-block {
	display: inline-block!important
}
.block {
	display: block!important
}












.animation-hover:not(:hover), .animation-hover:not(:hover) [class*=animation-], .touch .animation-hover:not(.hover), .touch .animation-hover:not(.hover) [class*=animation-] {
	-webkit-animation-name: none;
	-o-animation-name: none;
	animation-name: none;
}
.animation-reverse {
	-webkit-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-direction: reverse;
	-o-animation-direction: reverse;
	animation-direction: reverse;
}
.animation-repeat {
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animation-fade {
	-webkit-animation-name: fade;
	-o-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: .8s;
	-o-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}
.animation-scale {
	-webkit-animation-name: scale-12;
	-o-animation-name: scale-12;
	animation-name: scale-12;
}
.animation-scale-up {
	-webkit-animation-name: fade-scale-02;
	-o-animation-name: fade-scale-02;
	animation-name: fade-scale-02;
}
.animation-scale-down {
	-webkit-animation-name: fade-scale-18;
	-o-animation-name: fade-scale-18;
	animation-name: fade-scale-18;
}
.animation-slide-top {
	-webkit-animation-name: slide-top;
	-o-animation-name: slide-top;
	animation-name: slide-top;
}
.animation-slide-bottom {
	-webkit-animation-name: slide-bottom;
	-o-animation-name: slide-bottom;
	animation-name: slide-bottom;
}
.animation-slide-left {
	-webkit-animation-name: slide-left;
	-o-animation-name: slide-left;
	animation-name: slide-left;
}
.animation-slide-right {
	-webkit-animation-name: slide-right;
	-o-animation-name: slide-right;
	animation-name: slide-right;
}
.animation-shake {
	-webkit-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
.animation-duration-10 {
	-webkit-animation-duration: 15s;
	-o-animation-duration: 15s;
	animation-duration: 15s;
}
.animation-duration-9 {
	-webkit-animation-duration: 9s;
	-o-animation-duration: 9s;
	animation-duration: 9s;
}
.animation-duration-8 {
	-webkit-animation-duration: 8s;
	-o-animation-duration: 8s;
	animation-duration: 8s;
}
.animation-duration-7 {
	-webkit-animation-duration: 7s;
	-o-animation-duration: 7s;
	animation-duration: 7s;
}
.animation-duration-6 {
	-webkit-animation-duration: 6s;
	-o-animation-duration: 6s;
	animation-duration: 6s;
}
.animation-duration-5 {
	-webkit-animation-duration: 5s;
	-o-animation-duration: 5s;
	animation-duration: 5s;
}
.animation-duration-4 {
	-webkit-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
}
.animation-duration-3 {
	-webkit-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}
.animation-duration-2 {
	-webkit-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
.animation-duration-1 {
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.animation-delay-100 {
	-webkit-animation-duration: 100ms;
	-o-animation-duration: 100ms;
	animation-duration: 100ms;
}
.animation-duration-250 {
	-webkit-animation-duration: 250ms;
	-o-animation-duration: 250ms;
	animation-duration: 250ms;
}
.animation-duration-300 {
	-webkit-animation-duration: 300ms;
	-o-animation-duration: 300ms;
	animation-duration: 300ms;
}
.animation-duration-500 {
	-webkit-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	animation-duration: 500ms;
}
.animation-duration-750 {
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
}
.animation-delay-1000 {
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.animation-delay-900 {
	-webkit-animation-delay: 900ms;
	-o-animation-delay: 900ms;
	animation-delay: 900ms;
}
.animation-delay-800 {
	-webkit-animation-delay: 800ms;
	-o-animation-delay: 800ms;
	animation-delay: 800ms;
}
.animation-delay-700 {
	-webkit-animation-delay: 700ms;
	-o-animation-delay: 700ms;
	animation-delay: 700ms;
}
.animation-delay-600 {
	-webkit-animation-delay: 600ms;
	-o-animation-delay: 600ms;
	animation-delay: 600ms;
}
.animation-delay-500 {
	-webkit-animation-delay: 500ms;
	-o-animation-delay: 500ms;
	animation-delay: 500ms;
}
.animation-delay-400 {
	-webkit-animation-delay: 400ms;
	-o-animation-delay: 400ms;
	animation-delay: 400ms;
}
.animation-delay-300 {
	-webkit-animation-delay: 300ms;
	-o-animation-delay: 300ms;
	animation-delay: 300ms;
}
.animation-delay-200 {
	-webkit-animation-delay: 200ms;
	-o-animation-delay: 200ms;
	animation-delay: 200ms;
}
.animation-delay-100 {
	-webkit-animation-delay: 100ms;
	-o-animation-delay: 100ms;
	animation-delay: 100ms;
}
.animation-top-left {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.animation-top-center {
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.animation-top-right {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.animation-middle-left {
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.animation-middle-right {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.animation-bottom-left {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.animation-bottom-center {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.animation-bottom-right {
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.animation-easing-easeInOut {
	-webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
	-o-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
	animation-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.animation-easing-easeInQuad {
	-webkit-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
	-o-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
	animation-timing-function: cubic-bezier(.55, .085, .68, .53);
}
.animation-easing-easeInCubic {
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
.animation-easing-easeInQuart {
	-webkit-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
	-o-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
	animation-timing-function: cubic-bezier(.895, .03, .685, .22);
}
.animation-easing-easeInQuint {
	-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
	-o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
	animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}
.animation-easing-easeInSine {
	-webkit-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
	-o-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
	animation-timing-function: cubic-bezier(.47, 0, .745, .715);
}
.animation-easing-easeInExpo {
	-webkit-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
	-o-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
	animation-timing-function: cubic-bezier(.95, .05, .795, .035);
}
.animation-easing-easeInCirc {
	-webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
	-o-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
	animation-timing-function: cubic-bezier(.6, .04, .98, .335);
}
.animation-easing-easeInBack {
	-webkit-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
	-o-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
	animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
}
.animation-easing-eastOutQuad {
	-webkit-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
	-o-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
	animation-timing-function: cubic-bezier(.25, .46, .45, .94);
}
.animation-easing-easeOutCubic {
	-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
.animation-easing-easeOutQuart {
	-webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
	-o-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
	animation-timing-function: cubic-bezier(.165, .84, .44, 1);
}
.animation-easing-easeOutQuint {
	-webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
	-o-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
	animation-timing-function: cubic-bezier(.23, 1, .32, 1);
}
.animation-easing-easeOutSine {
	-webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
	-o-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
	animation-timing-function: cubic-bezier(.39, .575, .565, 1);
}
.animation-easing-easeOutExpo {
	-webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	animation-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.animation-easing-easeOutCirc {
	-webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
	-o-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
	animation-timing-function: cubic-bezier(.075, .82, .165, 1);
}
.animation-easing-easeOutBack {
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}
.animation-easing-easeInOutQuad {
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	-o-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}
.animation-easing-easeInOutCubic {
	-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	-o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}
.animation-easing-easeInOutQuart {
	-webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
	-o-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
	animation-timing-function: cubic-bezier(.77, 0, .175, 1);
}
.animation-easing-easeInOutQuint {
	-webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
	-o-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
	animation-timing-function: cubic-bezier(.86, 0, .07, 1);
}
.animation-easing-easeInOutSine {
	-webkit-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
	-o-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
	animation-timing-function: cubic-bezier(.445, .05, .55, .95);
}
.animation-easing-easeInOutExpo {
	-webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
	-o-animation-timing-function: cubic-bezier(1, 0, 0, 1);
	animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.animation-easing-easeInOutCirc {
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	-o-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}
.animation-easing-easeInOutBack {
	-webkit-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	-o-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}
.animation-easing-easeInOutElastic {
	-webkit-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
	-o-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
	animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
}













.hamburger {
	font-size: 20px;
	vertical-align: middle;
}
.hamburger, .hamburger:before, .hamburger .hamburger-bar, .hamburger:after {
	-webkit-transition: -webkit-transform .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
.hamburger:before, .hamburger:after {
	content: "";
}
.hamburger:before, .hamburger .hamburger-bar, .hamburger:after {
	display: block;
	width: 1em;
	height: .1em;
	margin: 0;
	background: #76838f;
	border-radius: 1px;
}
.navbar-default .hamburger:before, .navbar-default .hamburger .hamburger-bar, .navbar-default .hamburger:after {
	background: #76838f;
}
.navbar-inverse .hamburger:before, .navbar-inverse .hamburger .hamburger-bar, .navbar-inverse .hamburger:after {
	background: #fff;
}
.hamburger .hamburger-bar {
	margin: .2em 0;
}
.hamburger-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 8%;
	-ms-transform-origin: 8%;
	-o-transform-origin: 8%;
	transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
	opacity: 0;
}
.hamburger-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 8%;
	-ms-transform-origin: 8%;
	-o-transform-origin: 8%;
	transform-origin: 8%;
}
.hamburger-close.hided:before, .hamburger-close.collapsed:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar, .hamburger-close.collapsed .hamburger-bar {
	opacity: 1;
}
.hamburger-close.hided:after, .hamburger-close.collapsed:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
	width: .6em;
	-webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
	transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
	border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
	width: .6em;
	-webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
	transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}


















.margin-left-0 {
	margin-left: 0 !important;
}
.margin-left-3 {
	margin-left: 3px !important;
}
.margin-left-5 {
	margin-left: 5px !important;
}
.margin-left-10 {
	margin-left: 10px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.margin-left-25 {
	margin-left: 25px !important;
}
.margin-left-30 {
	margin-left: 30px !important;
}
.margin-left-35 {
	margin-left: 35px !important;
}
.margin-left-40 {
	margin-left: 40px !important;
}
.margin-left-45 {
	margin-left: 45px !important;
}
.margin-left-50 {
	margin-left: 50px !important;
}
.margin-left-60 {
	margin-left: 60px !important;
}
.margin-left-70 {
	margin-left: 70px !important;
}
.margin-left-80 {
	margin-left: 80px !important;
}
.margin-right-0 {
	margin-right: 0 !important;
}
.margin-right-3 {
	margin-right: 3px !important;
}
.margin-right-5 {
	margin-right: 5px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.margin-right-15 {
	margin-right: 15px !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-right-25 {
	margin-right: 25px !important;
}
.margin-right-30 {
	margin-right: 30px !important;
}
.margin-right-35 {
	margin-right: 35px !important;
}
.margin-right-40 {
	margin-right: 40px !important;
}
.margin-right-45 {
	margin-right: 45px !important;
}
.margin-right-50 {
	margin-right: 50px !important;
}
.margin-right-60 {
	margin-right: 60px !important;
}
.margin-right-70 {
	margin-right: 70px !important;
}
.margin-right-80 {
	margin-right: 80px !important;
}
@media (max-width: 767px) {
.margin-xs-0 {
	margin: 0 !important;
}
}
@media (min-width: 768px) {
.margin-sm-0 {
	margin: 0 !important;
}
}
@media (min-width: 992px) {
.margin-md-0 {
	margin: 0 !important;
}
}
@media (min-width: 1200px) {
.margin-lg-0 {
	margin: 0 !important;
}
}

.example-wrap {
	margin-bottom: 80px;
}
.example-wrap .example-wrap {
	margin-bottom: 0;
}
.example {
	margin-top: 20px;
	margin-bottom: 20px;
}
.example:before, .example:after {
	display: table;
	content: " ";
}
.example:after {
	clear: both;
}
.example-title {
	text-transform: uppercase;
}
.example-title, h4.example-title {
	font-size: 14px;
}
.panel-body > .example-wrap:last-child {
	margin-bottom: 0;
}
.panel-body > .row:last-child > [class*="col-"]:last-child .example-wrap:last-child {
	margin-bottom: 0;
}
.example-well {
	position: relative;
	margin-bottom: 30px;
	background-color: #f3f7f9;
}
.example-well .center {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.example-dropdown .dropdown:before, .example-dropdown .dropup:before, .example-dropdown .dropdown:after, .example-dropdown .dropup:after {
	display: table;
	content: " ";
}
.example-dropdown .dropdown:after, .example-dropdown .dropup:after {
	clear: both;
}
.example-dropdown .dropdown > .dropdown-toggle, .example-dropdown .dropup > .dropdown-toggle {
	float: left;
}
.example-dropdown .dropdown > .dropdown-menu, .example-dropdown .dropup > .dropdown-menu {
	position: static;
	display: block;
	clear: left;
}
.example-dropdown .dropdown > .dropdown-menu-right, .example-dropdown .dropup > .dropdown-menu-right {
	float: right;
	clear: right;
}
.example-tooltip {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.example-tooltip .tooltip {
	position: relative;
	margin-right: 25px;
	opacity: 1;
}
.example-grid .example-col, .example-blocks .example-col {
	min-height: 0;
	padding: 10px 15px 12px;
	background-color: #f3f7f9;
	border-radius: 0;
}
.example-grid .example-col {
	margin-bottom: 20px;
}
.example-grid .example-col .example-col {
	margin-top: 20px;
	margin-bottom: 0;
	background-color: #e2ecf1;
}
.example-popover {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.example-popover .popover {
	position: relative;
	display: block;
	margin-right: 25px;
}
.example-buttons .btn, .example-buttons .btn-group, .example-buttons .btn-group-vertical {
	margin-right: 15px;
	margin-bottom: 20px;
}
.example-buttons .btn-group-vertical .btn, .example-buttons .btn-group .btn {
	margin-right: 0;
	margin-bottom: 0;
}
.example-box {
	position: relative;
	padding: 45px 15px 15px;
	margin-right: 0;
	margin-left: 0;
	border: 1px solid #e4eaec;
}
.example-box:after {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	color: #959595;
	text-transform: uppercase;
	letter-spacing: 1px;
	content: "Example";
}
.example-avatars .avatar {
	margin-right: 20px;
	margin-bottom: 20px;
}
.example-avatars .avatar:last-child {
	margin-right: 20px;
}
.example-typography {
	position: relative;
	padding-left: 25%;
}
.example-typography .heading-note, .example-typography .text-note {
	position: absolute;
	bottom: 2px;
	left: 0;
	display: block;
	width: 260px;
	font-size: 13px;
	font-weight: 300;
	line-height: 13px;
	color: #aab2bd;
}
.example-typography .text-note {
	top: 10px;
	bottom: auto;
}
.example-responsive {
	min-height: .01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
.example-responsive {
	width: 100%;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
}



[class*=" fa-"], [class^=fa-] {
position:relative;
display:inline-block;
font-family:FontAwesome;
font-style:normal;
font-weight:400;
-webkit-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0);
transform:translate(0, 0);
text-rendering:auto;
speak:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	src: url(../font/fontawesome-webfont.eot);
	src: url(../font/fontawesome-webfont.eot) format('embedded-opentype'), url(../font/fontawesome-webfont.ttf) format('truetype'), url() format('svg')
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-close:before, .fa-remove:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-cog:before, .fa-gear:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-repeat:before, .fa-rotate-right:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-exclamation-triangle:before, .fa-warning:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-cogs:before, .fa-gears:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-floppy-o:before, .fa-save:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-sort:before, .fa-unsorted:before {
	content: "\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
	content: "\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-clipboard:before, .fa-paste:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-chain-broken:before, .fa-unlink:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content: "\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "\f152"
}
.fa-eur:before, .fa-euro:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
	content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "\f158"
}
.fa-krw:before, .fa-won:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-try:before, .fa-turkish-lira:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
	content: "\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: "\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: "\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-empire:before, .fa-ge:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-paper-plane:before, .fa-send:before {
	content: "\f1d8"
}
.fa-paper-plane-o:before, .fa-send-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-bed:before, .fa-hotel:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-y-combinator:before, .fa-yc:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-television:before, .fa-tv:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}

.fv-has-feedback {
	position: relative
}
.fv-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}
.fv-help-block {
	display: block
}
.fv-form-bootstrap .help-block {
	margin-bottom: 0
}
.fv-form-bootstrap .tooltip-inner {
	text-align: left
}
.fv-form-bootstrap .fv-icon-no-label {
	top: 0
}
.fv-form-bootstrap .fv-bootstrap-icon-input-group {
	z-index: 11
}
.form-inline.fv-form-bootstrap .form-group {
	vertical-align: top
}
.fv-form-bootstrap .has-feedback {
	position: relative
}
.fv-form-bootstrap .has-feedback .form-control {
	padding-right: 45px
}
.fv-form-bootstrap .form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	pointer-events: none
}

.scrollable.is-enabled {
	overflow: hidden!important
}
.is-enabled .scrollable-container {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	box-sizing: content-box!important;
	overflow: hidden!important
}
.is-enabled .scrollable-container::-webkit-scrollbar {
width:0;
height:0;
-webkit-appearance:none
}
.scrollable-vertical.is-enabled .scrollable-container {
	overflow-y: scroll!important
}
.scrollable-horizontal.is-enabled .scrollable-container {
	overflow-x: scroll!important
}
.is-enabled .scrollable-content {
	position: relative!important;
	overflow: visible!important
}
.is-enabled .scrollable-content:after, .is-enabled .scrollable-content:before {
	display: table;
	content: " "
}
.is-enabled .scrollable-content:after {
	clear: both
}
.scrollable-bar {
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 2px;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	user-focus: ignore;
	user-input: disabled;
	-webkit-touch-callout: none
}
.is-disabled .scrollable-bar {
	display: none
}
.scrollable-bar-hide {
	opacity: 0;
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}
.scrollable-bar.is-dragging {
	opacity: 1
}
.scrollable-bar.is-disabled {
	display: none
}
.scrollable-bar-handle {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
	cursor: pointer;
	background: rgba(163,175,183,.6);
	border-radius: 2px;
	-webkit-transition: width, height .5s;
	-o-transition: width, height .5s;
	transition: width, height .5s
}
.scrollable-bar-vertical {
	width: 4px;
	height: 100%;
height:-webkit-calc(100% - 2*4px);
height:calc(100% - 2*4px);
	margin: 4px 2px
}
.scrollable-bar-vertical .scrollable-bar-handle {
	width: 100%
}
.scrollable-bar-horizontal {
	width: 100%;
width:-webkit-calc(100% - 2*4px);
width:calc(100% - 2*4px);
	height: 4px;
	margin: 2px 4px
}
.scrollable-bar-vertical.is-dragging, .scrollable-bar-vertical.is-hovering {
	width: 8px;
	margin: 4px 1px
}
.scrollable-bar-horizontal.is-dragging, .scrollable-bar-horizontal.is-hovering {
	height: 8px;
	margin: 1px 4px
}
.scrollable-bar-horizontal .scrollable-bar-handle {
	height: 100%
}
.scrollable.is-dragging .scrollable-handle, .scrollable.is-hovering .scrollable-handle {
	border-radius: 8px
}
.scrollable.is-dragging .scrollable-bar-handle, .scrollable.is-hovering .scrollable-bar-handle {
	border-radius: 8px
}
.scrollable.is-scrolling .scrollable-bar {
	opacity: 1;
	-webkit-transition: opacity 0;
	-o-transition: opacity 0;
	transition: opacity 0
}
.scrollable.is-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-focus: ignore;
	user-input: disabled;
	-webkit-touch-callout: none
}
.scrollable.is-dragging .scrollable-bar-handle {
	background: rgba(163,175,183,.8)!important
}
.scrollable-inverse.scrollable .scrollable-bar-handle {
	background: rgba(243,247,249,.5)
}
.scrollable-inverse.scrollable.is-dragging .scrollable-bar-handle {
	background: rgba(243,247,249,.8)!important
}
.scrollable-shadow.scrollable.is-dragging .scrollable-bar, .scrollable-shadow.scrollable.is-hovering .scrollable-bar {
	background: rgba(228,234,236,.5)
}
.scrollable-inverse.scrollable-shadow.scrollable.is-dragging .scrollable-bar, .scrollable-inverse.scrollable-shadow.scrollable.is-hovering .scrollable-bar {
	background: rgba(243,247,249,.3)
}

.alertify-logs>* {
	padding: 12px 24px;
	color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.2);
	box-shadow: 0 2px 12px rgba(0,0,0,.2)
}
.alertify-logs>*, .alertify-logs>.default {
	background: rgba(0,0,0,.8)
}
.alertify-logs>.error {
	background: #f96868
}
.alertify-logs>.success {
	background: #46be8a
}
.alertify {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1700;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}
.alertify.hide {
	pointer-events: none;
	opacity: 0
}
.alertify, .alertify.hide, .alertify.show {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .33s cubic-bezier(.25, .8, .25, 1);
	-o-transition: all .33s cubic-bezier(.25, .8, .25, 1);
	transition: all .33s cubic-bezier(.25, .8, .25, 1)
}
.alertify, .alertify * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.alertify .dialog {
	padding: 12px
}
.alertify .alert, .alertify .dialog {
	position: relative;
	top: 50%;
	width: 100%;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.alertify .alert>*, .alertify .dialog>* {
	width: 400px;
	max-width: 95%;
	padding: 12px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,.14), 0 4px 5px 0 rgba(0,0,0,.098), 0 1px 10px 0 rgba(0,0,0,.084);
	box-shadow: 0 2px 12px rgba(0,0,0,.2);
	box-shadow: 0 2px 4px -1px rgba(0,0,0,.14), 0 4px 5px 0 rgba(0,0,0,.098), 0 1px 10px 0 rgba(0,0,0,.084)
}
.alertify .alert .msg, .alertify .dialog .msg {
	padding: 12px;
	margin: 0;
	margin-bottom: 12px;
	text-align: left
}
.alertify .alert input, .alertify .dialog input {
	width: 100%;
	height: 36px;
	padding: 6px 15px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.57142857;
	color: #76838f;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e4eaec;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
	-o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
	transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear
}
.alertify .alert input:focus, .alertify .dialog input:focus {
	border-color: #62a8ea;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6)
}
.alertify .alert input.focus, .alertify .alert input:focus, .alertify .dialog input.focus, .alertify .dialog input:focus {
	border-color: #62a8ea;
	-webkit-box-shadow: none;
	box-shadow: none
}
.alertify .alert input::-moz-placeholder, .alertify .dialog input::-moz-placeholder {
color:#a3afb7;
opacity:1
}
.alertify .alert input:-ms-input-placeholder, .alertify .dialog input:-ms-input-placeholder {
color:#a3afb7
}
.alertify .alert input::-webkit-input-placeholder, .alertify .dialog input::-webkit-input-placeholder {
color:#a3afb7
}
.alertify .alert nav, .alertify .dialog nav {
	text-align: right
}
.alertify .alert nav .btn, .alertify .dialog nav .btn {
	margin: 4px 5px
}
.alertify-logs {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 1699
}
.alertify-logs>* {
	position: relative;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	clear: both;
	-webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
	-o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
	transition: all .3s cubic-bezier(.25, .8, .25, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000
}
.alertify-logs>.show {
	right: 0;
	opacity: 1
}
.alertify-logs>*, .alertify-logs>.hide {
	right: -100%;
	opacity: 0
}

.webui-popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1800;
	display: none;
	width: 276px;
	min-height: 32px;
	padding: 0;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #e4eaec;
	border: 1px solid rgba(204,213,219,.8);
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.05);
	box-shadow: 0 2px 6px rgba(0,0,0,.05)
}
.webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
	margin-top: -8px
}
.webui-popover.right, .webui-popover.right-bottom, .webui-popover.right-top {
	margin-left: 8px
}
.webui-popover.bottom, .webui-popover.bottom-left, .webui-popover.bottom-right {
	margin-top: 8px
}
.webui-popover.left, .webui-popover.left-bottom, .webui-popover.left-top {
	margin-left: -8px
}
.webui-popover.pop {
	-webkit-transition: -webkit-transform .15s cubic-bezier(.3, 0, 0, 1.5);
	-o-transition: -o-transform .15s cubic-bezier(.3, 0, 0, 1.5);
	transition: transform .15s cubic-bezier(.3, 0, 0, 1.5);
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}
.webui-popover.fade {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.webui-popover.in {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}
.webui-popover-inner .close {
	float: right;
	margin: 5px 10px 0 0;
	font-family: arial;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}
.webui-popover-inner .close:focus, .webui-popover-inner .close:hover {
	filter: alpha(opacity=50);
	opacity: .5
}
.webui-popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f3f7f9;
	border-bottom: 1px solid #e2ecf1;
	border-radius: 3px 3px 0 0
}
.webui-popover-content {
	padding: 20px;
	overflow: auto
}
.webui-no-padding .webui-popover-content {
	padding: 0
}
.webui-no-padding .list-group-item {
	border-right: none;
	border-left: none
}
.webui-no-padding .list-group-item:first-child {
	border-top: 0
}
.webui-no-padding .list-group-item:last-child {
	border-bottom: 0
}
.webui-popover>.arrow, .webui-popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.webui-popover>.arrow {
	border-width: 9px
}
.webui-popover>.arrow:after {
	content: "";
	border-width: 8px
}
.webui-popover.top-left>.arrow, .webui-popover.top-right>.arrow, .webui-popover.top>.arrow {
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	border-top-color: #a8bbc2;
	border-top-color: rgba(204,213,219,.85);
	border-bottom-width: 0
}
.webui-popover.top-left>.arrow:after, .webui-popover.top-right>.arrow:after, .webui-popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -8px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}
.webui-popover.right-bottom>.arrow, .webui-popover.right-top>.arrow, .webui-popover.right>.arrow {
	top: 50%;
	left: -9px;
	margin-top: -9px;
	border-right-color: #a8bbc2;
	border-right-color: rgba(204,213,219,.85);
	border-left-width: 0
}
.webui-popover.right-bottom>.arrow:after, .webui-popover.right-top>.arrow:after, .webui-popover.right>.arrow:after {
	bottom: -8px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}
.webui-popover.bottom-left>.arrow, .webui-popover.bottom-right>.arrow, .webui-popover.bottom>.arrow {
	top: -9px;
	left: 50%;
	margin-left: -9px;
	border-top-width: 0;
	border-bottom-color: #a8bbc2;
	border-bottom-color: rgba(204,213,219,.85)
}
.webui-popover.bottom-left>.arrow:after, .webui-popover.bottom-right>.arrow:after, .webui-popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -8px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}
.webui-popover.left-bottom>.arrow, .webui-popover.left-top>.arrow, .webui-popover.left>.arrow {
	top: 50%;
	right: -9px;
	margin-top: -9px;
	border-right-width: 0;
	border-left-color: #a8bbc2;
	border-left-color: rgba(204,213,219,.85)
}
.webui-popover.left-bottom>.arrow:after, .webui-popover.left-top>.arrow:after, .webui-popover.left>.arrow:after {
	right: 1px;
	bottom: -8px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}










.met-nav {
	min-height: 60px;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none
}
.met-nav [class*=animation-] {
	-webkit-animation-duration: .6s;
	animation-duration: .6s
}
.met-nav.navbar-shadow {
	-webkit-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2);
	box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2);
	-webkit-animation-duration: .7s;
	animation-duration: .7s
}
.met-nav.navbar-fixed-top .navbar-right {
	margin-right: 0
}
.met-nav .navbar-logo {
	height: 60px;
	margin: 0;
	margin-left: 0;
	padding: 0;
	display: block
}
.met-nav .navbar-logo img {
	max-height: 50px
}
@media (max-width:991px) {
.met-nav .navbar-logo img {
	max-height: 30px
}
}
.met-nav .navbar-toggle {
	height: 60px;
	float: right
}
.met-nav .nav>li>a {
	color: #696969;
	transition: color .5s;
	-webkit-transition: color .5s;
	transition: background .5s;
	-moz-transition: background .5s;
	-webkit-transition: background .5s;
	-o-transition: background .5s
}
.met-nav .nav>li>a i {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
@media (max-width:767px) {
.met-nav .nav>li>a {
	padding: 10px 15px;
	line-height: 25px
}
}
@media (max-width:991px) {
.met-nav .nav>li>a>i {
	float: right
}
}
.met-nav .dropdown.open>a, .met-nav .nav li a.active {
	color: #696969 !important
}
.met-nav .nav li .link.active:after {
	content: '';
	width: 100%;
	background-color: #696969;
	left: 0;
	position: absolute;
	top: 0;
	height: 2px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	z-index: -1
}
@media (max-width:767px) {
.met-nav .nav li .link.active:after {
	height: 1px;
	bottom: 0;
	top: auto;
	left: 15px
}
}
.met-nav .nav>li>.link:after {
	content: '';
	width: 0;
	background-color: #696969;
	left: 0;
	position: absolute;
	top: 0;
	height: 2px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	z-index: -1
}
@media (max-width:767px) {
.met-nav .nav>li>.link:after {
	height: 1px;
	bottom: 0;
	top: auto;
	left: 15px
}
}
.met-nav .nav>li>.link:hover:after {
	content: '';
	width: 100%;
	background-color: #696969;
	left: 0;
	position: absolute;
	top: 0;
	height: 2px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	z-index: -1
}
@media (max-width:767px) {
.met-nav .nav>li>.link:hover:after {
	height: 1px;
	bottom: 0;
	top: auto;
	left: 15px
}
}
.met-nav .nav>li>a:hover, .met-nav .dropdown.open>a {
	color: #000
}
.met-nav .nav>li>a:hover i, .met-nav .dropdown.open>a i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.met-nav .met-nav-login {
	padding-top: 15px;
	text-align: center
}
.met-nav .dropdown-menu>li>a {
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.met-nav .dropdown-menu>li>a:hover {
	background: #f2f2f2 none repeat scroll 0 0;
	text-indent: 5px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

img.moblietop {margin-top:15%;}

@media (min-width:768px) {
.met-nav .nav>li>a {
	padding: 0;
	height: 60px;
	line-height: 60px
}
.met-nav .dropdown-menu {
	top: 65px
}
.met-nav .dropdown-menu .dropdown-submenu>a:after {
	display: none
}
.met-nav .dropdown-menu .dropdown-submenu>a i {
	position: absolute;
	right: 10px
}
.met-nav .dropdown-menu.bullet {
	top: 60px
}
.met-nav .met-nav-login {
	height: 60px;
	padding-top: 0;
	margin-left: 10px
}
}
@media (max-width:991px) {
.met-nav .dropdown-menu .dropdown-submenu>a:after {
	display: none
}
.met-nav .dropdown-menu .dropdown-submenu>a>i {
	float: right
}
}
@media (max-width:767px) {
.met-nav .nav>li {
	margin-left: 0 !important
}
.met-nav .dropdown-menu>li>.dropdown-menu>li>a {
	padding-left: 40px
}
.met-nav .dropdown-menu.bullet:before, .met-nav .dropdown-menu.bullet:after {
	display: none
}
.met-nav .navbar-collapse-toolbar.in {
	overflow-y: scroll;
	-webkit-box-shadow: 0 20px 40px -10px rgba(0,0,0,0.2);
	box-shadow: 0 20px 40px -10px rgba(0,0,0,0.2)
}
.met-nav .navbar-logo {
	
		max-width: 500px;
}
}

 #a6 {
    padding-top: 0!important;
    margin-top: 0!important;
}

.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}
.page li {wdith:50%;float: left;}


.item-on-hover, .btn-success, #button, .team img, .kehu figure a p {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
* { margin: 0; padding: 0;}
.slider,.slider *{ border: 0; }
.slider__item a img{
	max-width: 100%;
	height:auto;
}
.slider__item a {
	width: 100%;
	height: auto;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	max-width:1920px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	display:inline-block;
}
.slider {
  position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  margin:0px;
  padding:0px;
  text-align:center;
}
.slider__item {
	width:100%;
  height: 100%;
  float: left;
  clear: none;
  margin: 0;
	padding: 0;
	border: 0;
	list-style-image: none;
	list-style-type: none;
}
.slider__item a{
    display:block;
}
.slider__item > a{
    margin:0 auto;
}
.slider__arrows-item {
	position: absolute;
	display: block;
	margin-bottom: -30px;
	background-color: rgba(0,0,0,0.3);
	text-indent: -9999px;
	overflow: hidden;
	height: 60px;
	width: 50px;
	background-repeat: no-repeat;
}
.slider__arrows-item--right {
  bottom: 50%;
	right: 0px;
  background-image: url(404.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	
	transform: translate(50px, 0);
	-ms-transform: translate(50px, 0);
	-webkit-transform: translate(50px, 0);
	-moz-transform: translate(50px, 0);
	-o-transform: translate(50px, 0);
}
.slider__arrows-item--left {
  bottom: 50%;
	left: 0px;
	background-image: url(404.png);
	background-position: center top;
	background-repeat:no-repeat;
	
	transform: translate(-50px, 0);
	-ms-transform: translate(-50px, 0);
	-webkit-transform: translate(-50px, 0);
	-moz-transform: translate(-50px, 0);
	-o-transform: translate(-50px, 0);
}
.slider:hover .slider__arrows-item--right, .slider:hover .slider__arrows-item--left {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0)
}
.slider__nav {
  position: absolute;
  bottom: 10px;
  overflow:hidden;
  width:auto;
}
.slider__nav-item {
  width: 16px;
  height: 16px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  border:2px solid #fff;
  border-radius:54px;
  overflow:hidden
}
.slider__nav-item--current {
  background: #fff;
}
.slider__nav-item:hover {
  background: #fff;
}
.glyphicon-chevron-left:before{
    content:'<' !important;
    font-size: 36px;
}
.glyphicon-chevron-right:before{
    content:'>' !important;
    font-size: 36px;
}
.main ul{
    display: flex;
    flex-wrap: wrap;
}
.pagination {
    justify-content: center;
}
.index_title h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.foot_phone_box{
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.foot_phone_box p{
    margin: 0;
    padding: 0;
    font-size: 20px;
}
#home .item span img{
    width: 100%;
    height: auto;
}
#home .item .carousel-caption{
    display: none;
}
@media screen and (min-width: 768px){
    #home .item .carousel-caption{
        display: block;
    }
}