.top-section{
    background: url("../images/banner/banner-1-edit.jpg") no-repeat top center fixed #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 150px;
    border-bottom: 2px solid #222;
}
.logo {
    text-align: center;
    margin-top: 10px;
    width: 150px;
    height: 100px;
}
.logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.top-cta h1 {
    color: #fff;
    font-size: 48px;
    text-shadow: 0 3px 5px rgba(0,0,0,0.5);
    text-align: center;
}

.top-cta p {
    font-size: 21px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #fff;
}

.btn-wrap {
    margin: 25px auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.cta-btn-1 {
    text-align: center;
    border: 2px solid orange;
    padding: 10px 25px;
    border-radius: 3px;
    color: orange;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 186px;
    display: inline-block;
    margin-right: 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.cta-btn-2 {
    text-align: center;
    padding: 10px 25px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: orange;
    border: 3px solid orange;
    min-width: 186px;
    display: inline-block;
    margin-left: 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.cta-btn-1:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    color: #FFBC41;
    border-color: #FFBC41;
}

.cta-btn-2:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    color: #fff;
    border-color: #FFBC41;
    background-color: #FFBC41;
}
.middle-icon {
    text-align: center;
}

.middle-icon i {
    padding: 10px;
    margin-top: 15px;
    border-radius: 50%;
    border: 2px solid #353535;
    font-size: 24px;
    color: #353535;
    margin-bottom: 10px;
    min-width: 48px;
    min-height: 48px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.middle-section .col-lg-4.col-md-4.col-sm-4.col-xs-12:hover .middle-icon i {
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.middle-header {
    text-align: center;
}

.middle-header h1 {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 2px;
    min-height: 50px;
    text-align: center;
}

.middle-section {
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 2px solid #333;
}

.middle-text {
    text-align: center;
}

.middle-btn {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.middle-text p {
    min-height: 100px;
}
.sponsers-section {
    padding-bottom: 40px;
    border-bottom: 2px solid #222;
    text-align: center;
}
.sponsers-section h1 {
    text-align: center;
    margin: 0;
    padding: 25px;
    margin-bottom: 10px;
    background: #fff;
    color: #333;
    font-size: 21px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 25px;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
}
.header-link li {
    float: left;
}

.header-link {
    list-style: none;
    padding: 0;
    margin: 10px;
    text-align: center;
    margin-top: 30px;
}

.header-link li {
    margin-right: 10px;
}

.header-link a {
    color: #000;
    padding: 8px;
    border-radius: 3px;
    -webkit-transition: all .4s;
    transition: all .2s;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}

.header-link a:hover {
    text-decoration: none;
    color:#fff;
    background: #337ab7;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.sponser-img {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-section {
    background: #222;
    padding-bottom: 30px;
    padding-top: 30px;
}

.footer-link {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-top: 25px;
}

.footer-link li {
    float: left;
    border-right: 1px solid #5A5A5A;
}

.footer-link li:last-child {
    border: none;
}

.footer-link a {
    color: #bcbcbc;
    font-size: 12px;
    padding: 10px;
}

.footer {
    text-align: center;
}

.footer-logo {
    width: 150px;height: 100px;
}
.footer-logo img {
    width:100%;
    max-width:100%;
    height: auto;
}

.footer-link a:hover {
    text-decoration: none;
    color: #337ab7;
}

.footer-copyright {
    font-size: 12px;
    margin-top: 55px;
    color: #5a5a5a;
    text-align: right;
    padding-right: 5px;
}

.footer-copyright a {
    color: #8C8C8C;
}

.footer-copyright a:hover {
    text-decoration: none;
    color: #337ab7;
}
.bottom-section {
    background: url("../images/banner/banner-3-edit.jpg") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 150px;
    border-bottom: 2px solid #222;
}

.bottom-section h1.text-center {
    color: #fff;
    margin-bottom: 30px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,0.9);
}

.bottom-text h4, .bottom-text p {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.9);
}
.bottom-section ul li {
    color:#fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.9);
}
.bottom-text .cta-btn-1 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 12px;
    border: 1px solid;
}
.icon-wrap h1 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
    margin-top: 11px;
}

.icon-wrap h2 {
    margin-top: -4px;
    font-size: 14px;
    margin-bottom: 2px;
}

.icon-wrap {
    display: inline-block;
    text-align: center;
    width: 90px;
    border-radius: 50%;
    height: 90px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25) inset;
    background: #f7f7f7;
    margin-top: 35px;
    padding-top: 1px;
    margin-left: auto;
    margin-right: auto;
}

.icon-wrap p {
    font-size: 18px;
}

.icon-wrap p i {
    padding: 2px;
    padding-top: 0;
    padding-bottom: 0;
}
.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 10px auto;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15) inset;
    font-size: 21px;
    background: #f7f7f7;
}
.feature-icon i {
    margin-top: 15px;
}
.member-features {
    /* border-right:1px solid #fff; */
}
.bottom-text h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-radius: 3px;
}
.sponser-img img {
    width: 80%;
    max-width: 80%;
    height: auto;
}
.header-link li:last-child {
    margin-right: 0;
}
@media (max-width: 770px){
    ul.header-link.clearfix.pull-right{
        float: none !important;
    }
    .header-link li{
        float:none;
        display:inline-block;
        border: none !important;
    }
    .header-link a {
        color:#fff;
        text-shadow:0 1px 1px rgba(0,0,0,0.4);
    }
    .logo{
        margin-left: auto;
        margin-right: auto;
    }
    .top-section{
        background: url("/images/banner/banner-1-edit.jpg") no-repeat top center fixed;
        padding-bottom: 50px;
        border-bottom: 2px solid #222;
    }
    .footer-logo{
        margin-left: auto;
        margin-right: auto;
    }
    ul.footer-link.clearfix.pull-right{
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }
    .footer-copyright {
        text-align: center;
        margin-top: 10px;
    }
    .footer-link li {
        float: none;
        display: inline-block;
    }
    .member-features{
        border-right:none;
        border-bottom:1px solid #fff;
        margin-bottom:25px;
        padding-bottom:25px;
    }
    .middle-header h1{
        min-height:inherit;
        margin-bottom:5px;
    }
    .middle-text p{
        min-height:inherit;
    }
}
@media (max-width: 550px){
    .pull-right {
        float:none !important;
    }
    .cta-btn-1,.cta-btn-2{
        margin-right:0;
        margin-bottom:10px;
        margin-left:0;
    }
    .header-link li{
        float:none;
        display:inline-block;
    }
    .logo{
        margin-left: auto;
        margin-right: auto;
    }
    .top-section{
        background: url("/images/banner/banner-1-edit.jpg") no-repeat top center fixed;
        padding-bottom: 50px;
        border-bottom: 2px solid #222;
    }
}

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}
.status-loading-inner p {
    padding: 10px 15px;
    display: inline-block;
    margin: 15px auto;
    border: 1px solid #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
}

.status-loading-inner {
    text-align: center;
}

.status-loading-inner p i {
    margin-right: 10px;
}