


.business-header {
height: 400px; background: center center no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}


.clr{
    background-color: #e7e7e7;
}
.clrdownload{
    background-color: #333;
}

 
.thumbnail {
    position:relative;
    overflow:hidden;
    margin-bottom: 0px;

}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(66, 139, 202, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}

.bwh{
    margin-bottom: 10px;
}

footer {
    background-color: #2b2b2b;
    color: #ddd;
    min-height: 100px;
    padding-top: 20px;
}

.modal-header-primary {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.space{
    margin-bottom: 10px;
}

.ha .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: white;
    padding: 0px;
    cursor: pointer;
}
.ha .accordion-toggle.collapsed:after {
    content: "\e080";
}
.pointer{
    cursor: pointer;
}
/* FOOTER 
================================================== */

/* Footer links */

.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.imag{
    width:400px;
    height:200px
}

table td {
    width: 20%;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-black {
    color: #fff;
    background-color: #7B7B7B;
    border-color: #7B7B7B;
}

.game-title {
        font-size: 13px;    
        padding: 5px 10px;
        font-weight: 700;
        background-color: #000;
        opacity: 0.8;
        position: absolute;
        bottom: 0px;
        border-radius: 2px;
}
.nowrap {
        display: block;            
        overflow: hidden;
}
.ro{
    border-radius:5px;
}
.img-hover:hover {
    opacity: 0.8;
}
.pad {
    padding: 20px;
}


/**************************
  DEFAULT BOOTSTRAP STYLES
**************************/


/***********************
  CUSTON BTN VALUES
************************/

.btns {
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}


.btn-xss {
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ulul {
    margin-top: 0;
    margin-bottom: 0;
}

.jq-rating-label,.jq-star,.jq-stars{display:inline-block}.jq-rating-label{font-size:22px;position:relative;vertical-align:top;font-family:helvetica,arial,verdana}.jq-star{width:100px;height:100px;cursor:pointer}.jq-star-svg{width:100%;height:100%}.jq-star-svg polygon{stroke:#000;stroke-linejoin:round}.jq-shadow{-webkit-filter:drop-shadow( -2px -2px 2px #888 );filter:drop-shadow( -2px -2px 2px #888 )}