
/* --------------------------------------------------------------------------
   Units styles
   -------------------------------------------------------------------------- */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: 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%; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.row:after { clear: both; }
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right { float: right !important; }
.pull-left { float: left !important; }
.hide { display: none !important; }
.show { display: block !important; }

.img img{max-width:100%;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}

/* --------------------------------------------------------------------------
   Author's custom styles
   -------------------------------------------------------------------------- */

.head{
    padding: 20px 0;
    width:100%;
    position: absolute;
    top: 0;
    left:0;
    z-index: 20;
    background: url("../images/head-opacity.png") repeat;
}
.head .col-ins{width:1000px;}
.container,.head .col-ins{
    min-width: 1000px;
}
.swiper-container{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.seat-system .swiper-slide .col-ins{
    padding: 30px;
}
.seat-system .swiper-slide h2{
    font-size: 46px;
    text-align: center;
    font-weight: 100;
    color: #fff;
}

.seat-system .index{background: url("../images/background-index.png") no-repeat center;background-size:100% 100%; }
.seat-system .value{background: url("../images/background-value.png") no-repeat center;background-size:100% 100%; }
.seat-system .system{background: url("../images/background-system.png") no-repeat center;background-size:100% 100%; }
.seat-system .products{background: url("../images/background-pro.png") no-repeat center;background-size:100% 100%; }

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{
    margin-bottom:30px;
}
.swiper-pagination-bullet{
    width:24px;
    height:24px;
    border:2px solid #fff;
    border-radius: 99px;

    font-size: 0;
    opacity: 1;
    background: transparent;
}
.swiper-pagination-bullet-active{
    background:#fff;
    border:2px solid #fff;
    border:2px solid transparent;
}

#system-nav{
    top:10px;
    transform:translate3d(0,0,0);
    z-index: 30;
    position:absolute;
    right:0;
}
#system-nav span{
    float: left;
    width:auto;
    height:auto;
    margin:0 5px;

    padding:0 5px 22px;
    background: none;
    border:none;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    color: #fff;
}
#system-nav .swiper-pagination-bullet-active{
    border-bottom-color: #fff;
}

.swiper-slide{
    position: relative;
}
.swiper-slide img{
    max-width: 100%;
    position: absolute;
    left:0;
    top:0;
}









