body{
    font-family: 'Open Sans', Arial;
    font-size: 13px;
    line-height: 1.8em !important;
    background: #f8f8f8;
    color: #9c9c9c;
}

.header-inner{
    background: #1d1d1d;
    color: #fff;
    margin: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar {
    border-radius: 0 !important;
}

.navbar-header .navbar-brand{
    padding-top: 10px !important;
}

.header-nav{
    font-size: 13px;
}

.header-nav .open a{
    background: #363636 !important;
}

.header-nav li a{
    color: #f7f7f7 !important;
    padding: 15px 15px !important;
    margin: 0 10px;
}

.header-nav li a:hover{
    color: #fff !important;
    border-bottom: solid 3px #75a825;
    padding-bottom: 12px !important;
}

.header-nav .demo-link{
    color: #F0AD4E !important;
}

.header-nav .login-button{
    border: none !important;
    background: url("images/login-bg.jpg") repeat-x;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 15px !important;
    margin-top: 10px !important;
}

.header-nav .login-botton:hover{
    color: #fff !important;
    padding: 5px !important;
}

.banner{
    background: url("images/slide-background.png");
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    min-height: 300px;
}

.banner-title{
    background: url("images/slide-background.png");
    padding: 40px 0;
    text-align: center;
}

.banner-title h2{
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 24px;
}

.banner h3{
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4em;
}

.banner p{
    color: #d4d5d5;
}

.banner  ul{
    list-style: none;
    width: auto !important;
    margin: 0;
    padding: 0;
}

.banner  ul li{
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.banner #top-slide-page{
    text-align: left;
}

.banner #top-slide-page a{
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #949597;
    opacity: 0.5;
}

.banner #top-slide-page a.selected{
    background: #75a825;
    opacity: 1;
}

.banner #top-slide-page a span{
    display: none;
}

.content strong{
    color: #333;
}

.overview{
    margin: 10px 0;
    text-align: center;
}

.overview h2{
    display: inline-block;
    color: #111;
}

.overview p{
    color: #3f3f3f;    
}



#logo-software{
    list-style: none;
    text-align: center;
    margin-top: 30px;
}

#logo-software span{
    display: inline-block;
    border-right: solid 1px #e5e3e3;
    padding: 0;
    margin-left: 20px;
}

#logo-software span:last-child{
    border-right: none !important;
}

.overview-board{
    margin-top: 60px;
}

.overview-board h4{
    color: #111;
    font-weight: bold;
}

.overview-board p{
    color: #3f3f3f;    
}

.overview-board img{
}

.footer{
    margin-top: 40px;
    background: url("images/fbg.png") no-repeat top center #000;
    padding-top:20px;
    color: #fff;
    border-top: solid 1px #555;
}

.footer a{
    color: #fff;
}

.footer h3{
    font-size: 16px;
    margin-bottom: 20px;
}

.lphone{
    background: url("images/logo-call.png") no-repeat;
}

.lmail{
    background: url("images/logo-sms.png") no-repeat;
}

.laddress{
    background: url("images/logo-location.png") no-repeat;
}

.icon-info{
    padding: 10px;
    padding-left: 50px;
    display: inline-table;
}

.support-button{
    border: none !important;
    background: url("images/login-bg.jpg") repeat-x;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 15px !important;
    margin-top: 10px !important;
}

.copyright{
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #333;
}

.content-detail{
    background: #fff;
    padding: 40px;
    margin-top: 40px;
    color: #3f3f3f;    
}

.content-detail h4{
    font-weight: bold;
}

.price-box{
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
}

.price-box h3{
    font-size: 18px;
    font-weight: bold;
}

.price-box a{
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 auto;
}

.price-box .price-containner, .price-box .max-outlet{
    display: block;
    
}

.price-box .price-containner .price{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.price-row{
    margin-bottom: 20px;
    display: block;
    clear: both;
}
.price-row a{
    color: #fff !important;
}

.price-row .price-box:nth-child(1){
    background: #d84938;
    border-bottom: solid 10px #ba2413;
}

.price-row .price-box:nth-child(1) a{
    background: #ba2413;
}

.price-row .price-box:nth-child(1) a:hover{
    background: #cd2e1c;
    text-decoration: none;
}

.price-row .price-box:nth-child(2){
    background: #d88338;
    border-bottom: solid 10px #b16624;
}

.price-row .price-box:nth-child(2) a{
    background: #b16624;
}

.price-row .price-box:nth-child(2) a:hover{
    background: #c57630;
    text-decoration: none;
}

.price-row .price-box:nth-child(3){
    background: #948d18;
    border-bottom: solid 10px #5f5a0a;
}

.price-row .price-box:nth-child(3) a{
    background: #5f5a0a;
}

.price-row .price-box:nth-child(3) a:hover{
    background: #847e17;
    text-decoration: none;
}

.price-row .price-box:nth-child(4){
    background: #5a160f;
    border-bottom: solid 10px #350904;
}

.price-row .price-box:nth-child(4) a{
    background: #350904;
}

.price-row .price-box:nth-child(4) a:hover{
    background: #4a0e08;
    text-decoration: none;
}

.content a{
    color: #000;
}

.download-box{
    border-left: solid 5px #ccc;
    text-align: center;
    margin-top: 20px;
    background: #f8f8f8;
    padding: 10px 20px;
	width:100%;
}

.download-box a{
    background: #3f3f3f;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.download-box a:hover{
    background: #000;
    text-decoration: none;
}

.red-box{
    border-left: solid 5px #890400;
    background: #ffc3c1;
    color: #000;
    margin-top: 20px;
    padding: 10px 20px;
}

.red-box a{
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.red-box a:hover{
    text-decoration: none;
}

.download-box h3, p{
}

.register-right-bar .download-box{
    text-align: left !important;
    padding-left: 20px;
}

.register-right-bar .download-box h4{
    font-size: 16px !important;
}

.btn-black{
    background: #3f3f3f;
    color: #fff !important;
}

.btn-black:hover{
    background: #000;
    color: #fff !important;
}

.notify {
        border-left: 3px solid;
        margin: 20px 0;
        padding: 5px 20px;
    }
    
    .notify h5{
        font-weight: bold;
        margin-bottom: 5px !important;
    }
    
    .notify-warning{
        background-color: #FCF8F2;
        border-color: #F0AD4E;
    }
    
    .notify-warning h5{
        color: #F0AD4E;
    }
    
    .notify-info{
        background-color: #F4F8FA;
        border-color: #5BC0DE;
    }
    
    .notify-info h5{
        color: #5BC0DE;
    }
    
    .notify-danger{
        background-color: #FDF7F7;
        border-color: #D9534F;
    }
    
    .notify-danger h5{
        color: #D9534F;
    }
    
    .notify-success{
        background-color: #DFF0D8;
        border-color: #3C763D;
    }
    
    .notify-success h5{
        color: #3C763D;
    }
    
.strike .price{
    text-decoration: line-through;
}

.img-border{
    padding: 3px;
    border: solid 1px #e9e8e8;
}

.tour-box{
    margin-bottom: 30px;
}

.tour-spacer{
    height: 25px;
    display: block;
    background: url("images/spacer.jpg") repeat-x;
    margin-bottom: 30px;
}
.spacer-left{
    text-align: left;
}

.spacer-right{
    text-align: right;
}



@media (max-width: 768px) {
    .banner{
        background-image: none !important;
        background: #333;
    }
    
    .banner .banner-img img{
        margin: 0 auto !important;
    }
    
    #logo-software{
        width: auto;
    }
    #logo-software span{border-right: none !important;}
    
    
}
@media (max-width: 992px) {
    .price-box {
        display: inline-block;
        margin-top: 20px;
    }
	
	.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
	}
	
	.pagination {
		margin: 20px 0 0px;
	}
	
	ul.pagination li a {
		color: #000000;
		font-size: 18px;
		padding: 5px 11px !important;
	}
}





