.header { position:relative }
.header.header-fixed {    position: fixed;}
.header.header-fixed ~ .page-container {padding-top:50px}
.mod-business{
    padding: 0;min-height:1000px;
}
.mod-business .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.mod-business .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.mod-business .container-fluid .row>div {
    padding-left: 0;
    padding-right: 0;
}

.business-img img {
    width: 100%;
    height: auto;
    position: relative;
}

.business-download { padding:0; position:fixed;right:0;left:0;bottom:0; text-align:center;z-index:9; }
.business-download .download-wrap {padding:15px; text-align:center; display:inline-block;}
.business-download a.border-btn {  background-image: url(../images/tab_bg.jpg); 
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100%; border:1px solid #176eff; border-radius:32px; }
@media (min-width: 768px) {
.business-download { background-color:rgba(0,0,0,0.5); }
.business-download .download-wrap {padding:20px; }
.business-download a.border-btn { border-radius:0;}	
}


/*---------modal--------*/
.modal-business {color:#555;}
.modal-business .modal-content { border-radius:0;margin-top:50px; }
.modal-business .modal-body { line-height:1.8;}
.modal-business .body-wrap {max-height:300px; overflow:auto; font-size:14px;}
.modal-business .modal-header { background-color:#26275D;border-bottom:0; color:#fff; border-left:5px solid #E7BD2B;}
.modal-business button.close {color:#fff; opacity:0.5;}
.modal-business .each-city {padding-bottom:20px;}
.modal-business .each-city h3 { color:#C40C24;}

@media (min-width: 375px) {
	
.modal-business .body-wrap {max-height:380px;}	
}
@media (min-width: 414px) {
	
.modal-business .body-wrap {max-height:480px;}	
}