

html, body {
    margin:0;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.main{
    width:100%;
    overflow:hidden;
    padding-bottom:3%;
}




b,
strong {
    font-weight:700;
}

.title_hr{
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}


    hr {
    height:0;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    }

    hr {
    margin-top:20px;
    margin-bottom:20px;
    border:0;
    border-top:1px solid #eee;
    }
    hr.black {
    margin-top:20px;
    margin-bottom:20px;
    border:0;
    border-top:1px solid #232323;
    }






body {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;    
    font-size:14px;
    line-height:1.362857143;
    color:#333;
    background-color:#fff;
}


a {
    color:#000;
    text-decoration:none;
}



figure {
    margin:0;
}

img {
    vertical-align:middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display:block;
    max-width:100%;
    height:auto;
}




.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:inherit;
    font-weight:500;
    line-height:1.1;
    color:inherit;
}



.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top:10px;
    margin-bottom:1px;
}





.h1,
h1 {
    font-size:36px;
}

.h2,
h2 {
    font-size:30px;
}

.h3,
h3 {
    font-size:24px;
}

.h4,
h4 {
    font-size:18px;
}

.h5,
h5 {
    font-size:14px;
}

.h6,
h6 {
    font-size:12px;
}

p {
    margin:0 0 10px;
}



.text-left {
    text-align:left;
}

.text-right {
    text-align:right;
}

.text-center {
    text-align:center;
}



.text-lowercase {
    text-transform:lowercase;
}

.text-uppercase {
    text-transform:uppercase;
}


.text-primary {
    color:#286192;
}

.text-secondary {
    color:#BC1E41;
}
.text-third{
    color:#007C60
}
.text-orange {
    color:#f37700;
}
.text-red {
    color:#ff0000;
}
.text-black{
    color:#101010;
}








.text-info {
    color:#31708f;
}

a.text-info:hover {
    color:#245269;
}

.text-warning {
    color:#8a6d3b;
}

a.text-warning:hover {
    color:#66512c;
}






ol,
ul {
    margin-top:0;
    margin-bottom:10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom:0;
}




.i-video{
    width:500px;
    height:272px;
    border: 5px inset #989898;
}
@media only screen and (max-width: 735px){
    .i-video{
    width:60%;
    height:150px;
}
}
.container-fluid {
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
}

.row {
    margin-right:0px;
    margin-left:0px;
}
.column{
    position: relative;
    z-index: 1;
    min-height: 2px;
    margin: 0;
    padding: 0;
}
.fg-img{
    position:relative;
    float:left;
}

.section{
    position:relative;
    z-index:1;
    float:left;
    width:100%;
}
.sec-grey{
    background-color:#f8f8f8;
}
.sec-white{
    background-color:#fff;
}
.sec-black{
    background-color:#232323;
    color:#fff;
}
.sec-case-t-share{
    background-color:#4476c9;
    color:#fff;
}
.sec-case-exasan{
    background-color:#f37700;
    color:#fff;
}

.section-copy{
    display:none;
}

@media only screen and (max-width: 735px){
    .section-copy{display:block;}
}
@media only screen and (min-width: 735px) and (max-width: 1024px){
    .section-copy{display:block;}
}
.clear{
    clear:both;
}

@media only screen and (max-width: 735px){
    .small-hide{display:none}
    .small-show{display:block}
    .small-show-inline{display:inline}
    .small-show-inlineblock{display:inline-block}
    .small-clear{clear:left;float:none}
    .small-text-center{text-align:center}
    .small-text-left{text-align:left}
}
@media only screen and (min-width: 735px) and (max-width: 1024px){
    .medium-hide{display:none}
    .medium-show{display:block}
    .medium-show-inline{display:inline}
    .medium-show-inlineblock{display:inline-block}
    .medium-clear{clear:left;float:none}
    .medium-text-center{text-align:center}
    .medium-text-left{text-align:left}
}
.large-hide{display:none}
.large-show{display:block}
.large-show-inline{display:inline}
.large-show-inlineblock{display:inline-block}
.large-clear{clear:left;float:none}
.large-text-center{text-align:center}
.large-text-left{text-align:left}



.col-xs-12 {
    width:100%;
}

.col-xs-11 {
    width:91.66666667%;
}

.col-xs-10 {
    width:83.33333333%;
}

.col-xs-9 {
    width:75%;
}

.col-xs-8 {
    width:66.66666667%;
}

.col-xs-7 {
    width:58.33333333%;
}

.col-xs-6 {
    width:50%;
}

.col-xs-5 {
    width:41.66666667%;
}

.col-xs-4 {
    width:33.33333333%;
}

.col-xs-3 {
    width:25%;
}

.col-xs-2 {
    width:16.66666667%;
}

.col-xs-1 {
    width:8.33333333%;
}

.col-xs-pull-12 {
    right:100%;
}

.col-xs-pull-11 {
    right:91.66666667%;
}

.col-xs-pull-10 {
    right:83.33333333%;
}

.col-xs-pull-9 {
    right:75%;
}

.col-xs-pull-8 {
    right:66.66666667%;
}

.col-xs-pull-7 {
    right:58.33333333%;
}

.col-xs-pull-6 {
    right:50%;
}

.col-xs-pull-5 {
    right:41.66666667%;
}

.col-xs-pull-4 {
    right:33.33333333%;
}

.col-xs-pull-3 {
    right:25%;
}

.col-xs-pull-2 {
    right:16.66666667%;
}

.col-xs-pull-1 {
    right:8.33333333%;
}

.col-xs-pull-0 {
    right:auto;
}

.col-xs-push-12 {
    left:100%;
}

.col-xs-push-11 {
    left:91.66666667%;
}

.col-xs-push-10 {
    left:83.33333333%;
}

.col-xs-push-9 {
    left:75%;
}

.col-xs-push-8 {
    left:66.66666667%;
}

.col-xs-push-7 {
    left:58.33333333%;
}

.col-xs-push-6 {
    left:50%;
}

.col-xs-push-5 {
    left:41.66666667%;
}

.col-xs-push-4 {
    left:33.33333333%;
}

.col-xs-push-3 {
    left:25%;
}

.col-xs-push-2 {
    left:16.66666667%;
}

.col-xs-push-1 {
    left:8.33333333%;
}

.col-xs-push-0 {
    left:auto;
}

.col-xs-offset-12 {
    margin-left:100%;
}

.col-xs-offset-11 {
    margin-left:91.66666667%;
}

.col-xs-offset-10 {
    margin-left:83.33333333%;
}

.col-xs-offset-9 {
    margin-left:75%;
}

.col-xs-offset-8 {
    margin-left:66.66666667%;
}

.col-xs-offset-7 {
    margin-left:58.33333333%;
}

.col-xs-offset-6 {
    margin-left:50%;
}

.col-xs-offset-5 {
    margin-left:41.66666667%;
}

.col-xs-offset-4 {
    margin-left:33.33333333%;
}

.col-xs-offset-3 {
    margin-left:25%;
}

.col-xs-offset-2 {
    margin-left:16.66666667%;
}

.col-xs-offset-1 {
    margin-left:8.33333333%;
}

.col-xs-offset-0 {
    margin-left:0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float:left;
    }
    .col-sm-12 {
        width:100%;
    }
    .col-sm-11 {
        width:91.66666667%;
    }
    .col-sm-10 {
        width:83.33333333%;
    }
    .col-sm-9 {
        width:75%;
    }
    .col-sm-8 {
        width:66.66666667%;
    }
    .col-sm-7 {
        width:58.33333333%;
    }
    .col-sm-6 {
        width:50%;
    }
    .col-sm-5 {
        width:41.66666667%;
    }
    .col-sm-4 {
        width:33.33333333%;
    }
    .col-sm-3 {
        width:25%;
    }
    .col-sm-2 {
        width:16.66666667%;
    }
    .col-sm-1 {
        width:8.33333333%;
    }
    .col-sm-pull-12 {
        right:100%;
    }
    .col-sm-pull-11 {
        right:91.66666667%;
    }
    .col-sm-pull-10 {
        right:83.33333333%;
    }
    .col-sm-pull-9 {
        right:75%;
    }
    .col-sm-pull-8 {
        right:66.66666667%;
    }
    .col-sm-pull-7 {
        right:58.33333333%;
    }
    .col-sm-pull-6 {
        right:50%;
    }
    .col-sm-pull-5 {
        right:41.66666667%;
    }
    .col-sm-pull-4 {
        right:33.33333333%;
    }
    .col-sm-pull-3 {
        right:25%;
    }
    .col-sm-pull-2 {
        right:16.66666667%;
    }
    .col-sm-pull-1 {
        right:8.33333333%;
    }
    .col-sm-pull-0 {
        right:auto;
    }
    .col-sm-push-12 {
        left:100%;
    }
    .col-sm-push-11 {
        left:91.66666667%;
    }
    .col-sm-push-10 {
        left:83.33333333%;
    }
    .col-sm-push-9 {
        left:75%;
    }
    .col-sm-push-8 {
        left:66.66666667%;
    }
    .col-sm-push-7 {
        left:58.33333333%;
    }
    .col-sm-push-6 {
        left:50%;
    }
    .col-sm-push-5 {
        left:41.66666667%;
    }
    .col-sm-push-4 {
        left:33.33333333%;
    }
    .col-sm-push-3 {
        left:25%;
    }
    .col-sm-push-2 {
        left:16.66666667%;
    }
    .col-sm-push-1 {
        left:8.33333333%;
    }
    .col-sm-push-0 {
        left:auto;
    }
    .col-sm-offset-12 {
        margin-left:100%;
    }
    .col-sm-offset-11 {
        margin-left:91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left:83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left:75%;
    }
    .col-sm-offset-8 {
        margin-left:66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left:58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left:50%;
    }
    .col-sm-offset-5 {
        margin-left:41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left:33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left:25%;
    }
    .col-sm-offset-2 {
        margin-left:16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left:8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left:0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float:left;
    }
    .col-md-12 {
        width:100%;
    }
    .col-md-11 {
        width:91.66666667%;
    }
    .col-md-10 {
        width:83.33333333%;
    }
    .col-md-9 {
        width:75%;
    }
    .col-md-8 {
        width:66.66666667%;
    }
    .col-md-7 {
        width:58.33333333%;
    }
    .col-md-6 {
        width:50%;
    }
    .col-md-5 {
        width:41.66666667%;
    }
    .col-md-4 {
        width:33.33333333%;
    }
    .col-md-3 {
        width:25%;
    }
    .col-md-2 {
        width:16.66666667%;
    }
    .col-md-1 {
        width:8.33333333%;
    }
    .col-md-pull-12 {
        right:100%;
    }
    .col-md-pull-11 {
        right:91.66666667%;
    }
    .col-md-pull-10 {
        right:83.33333333%;
    }
    .col-md-pull-9 {
        right:75%;
    }
    .col-md-pull-8 {
        right:66.66666667%;
    }
    .col-md-pull-7 {
        right:58.33333333%;
    }
    .col-md-pull-6 {
        right:50%;
    }
    .col-md-pull-5 {
        right:41.66666667%;
    }
    .col-md-pull-4 {
        right:33.33333333%;
    }
    .col-md-pull-3 {
        right:25%;
    }
    .col-md-pull-2 {
        right:16.66666667%;
    }
    .col-md-pull-1 {
        right:8.33333333%;
    }
    .col-md-pull-0 {
        right:auto;
    }
    .col-md-push-12 {
        left:100%;
    }
    .col-md-push-11 {
        left:91.66666667%;
    }
    .col-md-push-10 {
        left:83.33333333%;
    }
    .col-md-push-9 {
        left:75%;
    }
    .col-md-push-8 {
        left:66.66666667%;
    }
    .col-md-push-7 {
        left:58.33333333%;
    }
    .col-md-push-6 {
        left:50%;
    }
    .col-md-push-5 {
        left:41.66666667%;
    }
    .col-md-push-4 {
        left:33.33333333%;
    }
    .col-md-push-3 {
        left:25%;
    }
    .col-md-push-2 {
        left:16.66666667%;
    }
    .col-md-push-1 {
        left:8.33333333%;
    }
    .col-md-push-0 {
        left:auto;
    }
    .col-md-offset-12 {
        margin-left:100%;
    }
    .col-md-offset-11 {
        margin-left:91.66666667%;
    }
    .col-md-offset-10 {
        margin-left:83.33333333%;
    }
    .col-md-offset-9 {
        margin-left:75%;
    }
    .col-md-offset-8 {
        margin-left:66.66666667%;
    }
    .col-md-offset-7 {
        margin-left:58.33333333%;
    }
    .col-md-offset-6 {
        margin-left:50%;
    }
    .col-md-offset-5 {
        margin-left:41.66666667%;
    }
    .col-md-offset-4 {
        margin-left:33.33333333%;
    }
    .col-md-offset-3 {
        margin-left:25%;
    }
    .col-md-offset-2 {
        margin-left:16.66666667%;
    }
    .col-md-offset-1 {
        margin-left:8.33333333%;
    }
    .col-md-offset-0 {
        margin-left:0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float:left;
    }
    .col-lg-12 {
        width:100%;
    }
    .col-lg-11 {
        width:91.66666667%;
    }
    .col-lg-10 {
        width:83.33333333%;
    }
    .col-lg-9 {
        width:75%;
    }
    .col-lg-8 {
        width:66.66666667%;
    }
    .col-lg-7 {
        width:58.33333333%;
    }
    .col-lg-6 {
        width:50%;
    }
    .col-lg-5 {
        width:41.66666667%;
    }
    .col-lg-4 {
        width:33.33333333%;
    }
    .col-lg-3 {
        width:25%;
    }
    .col-lg-2 {
        width:16.66666667%;
    }
    .col-lg-1 {
        width:8.33333333%;
    }
    .col-lg-pull-12 {
        right:100%;
    }
    .col-lg-pull-11 {
        right:91.66666667%;
    }
    .col-lg-pull-10 {
        right:83.33333333%;
    }
    .col-lg-pull-9 {
        right:75%;
    }
    .col-lg-pull-8 {
        right:66.66666667%;
    }
    .col-lg-pull-7 {
        right:58.33333333%;
    }
    .col-lg-pull-6 {
        right:50%;
    }
    .col-lg-pull-5 {
        right:41.66666667%;
    }
    .col-lg-pull-4 {
        right:33.33333333%;
    }
    .col-lg-pull-3 {
        right:25%;
    }
    .col-lg-pull-2 {
        right:16.66666667%;
    }
    .col-lg-pull-1 {
        right:8.33333333%;
    }
    .col-lg-pull-0 {
        right:auto;
    }
    .col-lg-push-12 {
        left:100%;
    }
    .col-lg-push-11 {
        left:91.66666667%;
    }
    .col-lg-push-10 {
        left:83.33333333%;
    }
    .col-lg-push-9 {
        left:75%;
    }
    .col-lg-push-8 {
        left:66.66666667%;
    }
    .col-lg-push-7 {
        left:58.33333333%;
    }
    .col-lg-push-6 {
        left:50%;
    }
    .col-lg-push-5 {
        left:41.66666667%;
    }
    .col-lg-push-4 {
        left:33.33333333%;
    }
    .col-lg-push-3 {
        left:25%;
    }
    .col-lg-push-2 {
        left:16.66666667%;
    }
    .col-lg-push-1 {
        left:8.33333333%;
    }
    .col-lg-push-0 {
        left:auto;
    }
    .col-lg-offset-12 {
        margin-left:100%;
    }
    .col-lg-offset-11 {
        margin-left:91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left:83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left:75%;
    }
    .col-lg-offset-8 {
        margin-left:66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left:58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left:50%;
    }
    .col-lg-offset-5 {
        margin-left:41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left:33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left:25%;
    }
    .col-lg-offset-2 {
        margin-left:16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left:8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left:0;
    }
}


.container {
    padding-left:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
}






.carousel {
    position:relative;
}

.carousel-inner {
    position:relative;
    width:100%;
    overflow:hidden;
}

.carousel-inner > .item {
    position:relative;
    display:none;
    -webkit-transition:.6s ease-in-out left;
       -moz-transition:.6s ease-in-out left;
         -o-transition:.6s ease-in-out left;
        -ms-transition:.6s ease-in-out left;
            transition:.6s ease-in-out left;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height:1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition:-webkit-transform .6s ease-in-out;
           -moz-transition:-moz-transform .6s ease-in-out;
             -o-transition:-o-transform .6s ease-in-out;
            -ms-transition:-ms-transform .6s ease-in-out;
                transition:transform .6s ease-in-out;
        -webkit-backface-visibility:hidden;
           -moz-backface-visibility:hidden;
             -o-backface-visibility:hidden;
            -ms-backface-visibility:hidden;
                backface-visibility:hidden;
        -webkit-perspective:1000;
           -moz-perspective:1000;
             -o-perspective:1000;
            -ms-perspective:1000;
                perspective:1000;
    }
    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        left:0;
        -webkit-transform:translate3d(100%,0,0);
           -moz-transform:translate3d(100%,0,0);
             -o-transform:translate3d(100%,0,0);
            -ms-transform:translate3d(100%,0,0);
                transform:translate3d(100%,0,0);
    }
    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left:0;
        -webkit-transform:translate3d(-100%,0,0);
           -moz-transform:translate3d(-100%,0,0);
             -o-transform:translate3d(-100%,0,0);
            -ms-transform:translate3d(-100%,0,0);
                transform:translate3d(-100%,0,0);
    }
    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        left:0;
        -webkit-transform:translate3d(0,0,0);
           -moz-transform:translate3d(0,0,0);
             -o-transform:translate3d(0,0,0);
            -ms-transform:translate3d(0,0,0);
                transform:translate3d(0,0,0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display:block;
}

.carousel-inner > .active {
    left:0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position:absolute;
    top:0;
    width:100%;
}

.carousel-inner > .next {
    left:100%;
}

.carousel-inner > .prev {
    left:-100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left:0;
}

.carousel-inner > .active.left {
    left:-100%;
}

.carousel-inner > .active.right {
    left:100%;
}

.carousel-control {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:15%;
    font-size:20px;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,.6);
    -webkit-filter:alpha(opacity=50);
       -moz-filter:alpha(opacity=50);
         -o-filter:alpha(opacity=50);
        -ms-filter:alpha(opacity=50);
            filter:alpha(opacity=50);
    opacity:.5;
}

.carousel-control.left {
    background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image:-moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image:-o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image:-ms-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image:linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    -webkit-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
       -moz-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
         -o-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat:repeat-x;
}

.carousel-control.right {
    right:0;
    left:auto;
    background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image:-moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image:-o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image:-ms-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image:linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    -webkit-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
       -moz-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
         -o-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat:repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
    color:#fff;
    text-decoration:none;
    -webkit-filter:alpha(opacity=90);
       -moz-filter:alpha(opacity=90);
         -o-filter:alpha(opacity=90);
        -ms-filter:alpha(opacity=90);
            filter:alpha(opacity=90);
    outline:0;
    opacity:.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position:absolute;
    top:50%;
    z-index:5;
    display:inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left:50%;
    margin-left:-10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right:50%;
    margin-right:-10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width:20px;
    height:20px;
    margin-top:-10px;
    font-family:serif;
    line-height:1;
}

.carousel-control .icon-prev:before {
    content:'\2039';
}

.carousel-control .icon-next:before {
    content:'\203a';
}

.carousel-indicators {
    position:absolute;
    left:50%;
    z-index:15;
    width:60%;
    top:80%;
    padding-left:0;
    margin-left:-30%;
    text-align:center;
    list-style:none;
}

.carousel-indicators li {
    display:inline-block;
    width:14px;
    height:14px;
    margin:1px;
    text-indent:-999px;
    cursor:pointer;
    background-color:#000 \9;
    background-color:rgba(0,0,0,0);
    border:1px solid #fff;
    border-radius:10px;
}

.carousel-indicators .active {
    width:16px;
    height:16px;
    margin:0;
    background-color:#fff;
}

.carousel-caption {
    position:absolute;
    right:15%;
    bottom:20px;
    left:15%;
    z-index:10;
    padding-top:20px;
    padding-bottom:20px;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,.6);
}


.carousel-caption .btn {
    text-shadow:none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width:30px;
        height:30px;
        margin-top:-15px;
        font-size:30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left:-15px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right:-15px;
    }
    .carousel-caption {
        right:20%;
        left:20%;
        padding-bottom:30px;
    }

    .carousel-indicators {
        bottom:20px;
    }
}



   

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display:table;
    content:" ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear:both;
}

.center-block {
    display:block;
    margin-right:auto;
    margin-left:auto;
}

.pull-right {
    float:right!important;
}

.pull-left {
    float:left!important;
}

.hide {
    display:none!important;
}

.show {
    display:block!important;
}



.text-hide {
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0;
}





/*animate*/
@-webkit-keyframes lo_menu {
    0% {
        opacity :0;
        transform :translateX(0px);
    }
    100% {
        opacity:1;
        transform :translateX(0px);
    }
}

@-moz-keyframes lo_menu {
    0% {
        opacity :0;
        transform :translateX(0px);
    }
    100% {
        opacity:1;
        transform :translateX(0px);
    }
}


@-o-keyframes lo_menu {
    0% {
        opacity :0;
        transform :translateX(0px);
    }
    100% {
        opacity:1;
        transform :translateX(0px);
    }
}

@-ms-keyframes lo_menu {
    0% {
        opacity :0;
        transform :translateX(0px);
    }
    100% {
        opacity:1;
        transform :translateX(0px);
    }
}
@keyframes lo_menu{
    0% {
        opacity :0;
        transform :translateX(0px);
    }
    100% {
        opacity:1;
        transform :translateX(0px);
    }
}

.lo_menu {
        -webkit-animation-name:lo_menu;
       -moz-animation-name:lo_menu;
         -o-animation-name:lo_menu;
        -ms-animation-name:lo_menu;
            animation-name:lo_menu;
}













