﻿
.container-fluid {
    padding: 0;
}

.navbar {
    margin: 0;
}

#activate {
    margin: 17px 0;
    width: 300px;
    height: 64px;
    font-size: 18px;
}

.header {
    margin:0;
}


.col-lg-7 {
    padding-left: 150px;
}

.col-lg-7 p {
    font-size: 18px;
    margin: 50px 0;
}

.col-lg-5 {
    padding: 0 100px;
}

.col-lg-5 img {
    width: 100%;
    max-width:400px;
}

.col-lg-5 div {
    margin: 0 auto;
}

.credit {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}


@media (max-width: 1200px) {
    .col-lg-7 {
        padding: 64px;
    }
}

@media (max-width: 768px) {

    .header {
        margin-bottom: 25px;
    }

    .col-lg-7 {
        padding: 15px;
    }

    .col-lg-7 h2{
        font-size: 16px;
    }

    .col-lg-7 p{
        font-size: 12px;
    }

    .credit{
        margin-bottom: 25px;
    }
}



@media (max-width: 260px) {
    #bsaHolder, footer {
        display: none;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1;
}

/*Slideshow container*/

.slideshow {
    position: relative;
    max-width: 260px;
	max-height:200px;
}

/*Slideshow images*/

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 200px;
    background-position: center;
    background-size: cover;
	cursor:pointer;
}

/*Buttons*/

.slideBtn {
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 10%;
    cursor: pointer;
    margin-top: 45%;
}

.leftBtn {
    left: 0px;
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); */
}

.rightBtn {
    right: 0px;
    /* background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); */
}

/*Arrow pointers*/

.pointer {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 9001;
    left: 12px;
    opacity: 0.8;
}

.previous {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid white;

}

.next {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid white;
    right: 12px;
    left: auto;
}

/*Helper style classes*/

.hide {
    visibility: hidden;
}


.home-cx {
    font-size: 20px;
    width: 100%;
    border: 0 solid red;
    margin-top: 20px;
}

.home-cx li {
    float: left;
    width: 32.4%;
    border: 0 solid red;
    margin-right: 1.3%;
    text-align: center;
    padding: 17px 0;
}

.home-cx li:last-child {
    float: right;
    margin-right: 0;
}

.home-cx li:nth-child(2), .home-cx li:nth-child(3) {
    margin-rigt: 1.3%;
}

.home-cx li:nth-child(1) {
    background: #fcab01;
}

.home-cx li:nth-child(2) {
    background: #2193eb;
}

.home-cx li:nth-child(3) {
    background: #33aaef;
}

.home-cx li:nth-child(4) {
    background: #68cff4;
}

.home-cx li input {
    margin: 6px 0;
    padding: 8px;
    border: none;
    width: 90%;
}

.home-cx i {
    font-size: 28px;
    color: #fff;
    vertical-align: middle;
    margin-right: 4px;
    display: inline-block;
}

.home-cx li p {
    color: #fff;
}

.home-cx li:nth-child(4) i.zn {
    font-size: 66px;
    padding: 18px 0 10px 0;
}

.home-cx li:nth-child(4) {
    padding: 17px 0;
}

.home-cx li:nth-child(4) a {
    display: inline-block;
    width: 100%;
    /*height: 100%;*/
}

.search-btn {
    margin: 30px 0 15px 0;
    padding: 8px 35px;
    font-size: 17px;
    display: block;
    border-radius: 5px;
    background: #a71c1f;
    color: #fff;
    border: none;
    cursor: pointer;
}
.fl {
    float: left;
}
.cx-b {
    min-width: 150px;
    background: url(../images/cs.png) no-repeat center;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.cx-b a{
    text-decoration: none;
    display: inline-block;
    outline: none;
}
.aaa{
    font-size: 28px;
    color: #fff;
    vertical-align: middle;
    margin-right: 4px;
    display: inline-block;
    width: 28px;
    height: 28px;
}
.cx-b{
    text-decoration: none;
    display: inline-block;
    outline: none;
}