/*YOUR CUSTOM STYLES*/
/*Top Menu*/
.header-top-btn{
    background: #3276b1;
    border-color: white;
    color: white;
    height: 29px;
    border-radius: 3px;
}
.header-top-btn:hover{
    background: #3276b1;
    border-color: #FF5A5F;
    color: #FF5A5F;
    border-radius: 3px;
}
.login-drop-down-menu{
   top: 86%;
   padding: 15px;
   min-width: 250px;
}
.header-top-btn:focus, .header-top-btn:active:focus, .header-top-btn.active:focus {
    outline-style: none;
    border-color: white;
}
#loginModal a.normal-btn{
    color: #428bca;
}
#loginModal .modal-login-registration-alert-container{
    display: none;
}
#loginModal .modal-login-registration-alert-container .common{
    display: none;
}
a:focus {
    outline-style: none;
    text-decoration: none;
}
ul.customer-top-drop-down{
    min-width: 125px !important;
}
#loginModal .common-social-login-btn{
    padding: 10px 15px;
    color: white;
    /*font-weight: bold;*/
}
#loginModal .common-social-login-btn:hover{
    border-radius: 0;
    opacity: 0.8;
}
#loginModal #modal-forget-password-section{
    display: none;
}
#loginModal #modal-forget-new-registration-section{
    display: none;
}
.modal .modal-header #myModalLabel2, .modal .modal-header #myModalLabel3{
    display: none;
}
.modal .modal-footer a{
    color: #003580;
    /*font-weight: bold;*/
}
.modal .modal-footer .footer-signin-btn{
    display: none;
}
.modal .modal-content{
    border: 2px solid #FF5A5F;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active{
    background-color: #FF5A5F;
    border-color: #FF5A5F;        
}
.btn-primary-focus:hover, .btn-primary-focus:focus, .btn-primary-focus:active, .btn-primary-focus.active, .open .dropdown-toggle.btn-primary-focus {
    background-color: #FF5A5F;
    border-color: #FF5A5F;
    color: #ffffff;
    outline-style: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #FF5A5F;
    border-color: #FF5A5F;
    color: #ffffff;
}
#main-footer .btn-primary:hover, #main-footer .btn-primary:focus, #main-footer .btn-primary:active, #main-footer .btn-primary.active, #main-footer .open .dropdown-toggle.btn-primary {
    background-color: #FF5A5F;
    border-color: #FF5A5F;
    color: #ffffff;
    outline-style: none;
}
/*Welcome Page*/
.welcome-page-top-area{
    height: 500px;
}
.welcome-page-top-area .search-tabs-bg > h1 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 25px;
}
.welcome-page-top-area .search-tabs #myTab a span{
    font-size: 18px; 
    /*font-weight: bold;*/
}
.welcome-page-top-area .bg-holder > .bg-blur {
    filter: blur(0px);
}
.welcome-page-top-area .search-tabs-bg > .tabbable > .tab-content > .tab-pane {
    background: rgba(255,255,255, 0.9);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
    padding: 25px;
    border: 2px solid #FF5A5F;
}
.welcome-page-top-area .loc-info{
    padding-top: 8%;
}
.welcome-page-top-area .search-tabs-abs{
    width: 50%;
}
.welcome-page-top-area .owl-controls .owl-buttons div{
    top: 35%;
}
.welcome-our-info-atglance .thumb-desc{
    font-size: 13px;
    color: black;
}
.welcome-our-info-atglance .thumb-title{
    font-size: 17px; 
}
.welcome-our-info-atglance .our-at-a-glance-info{
    font-size: 18px;
    height: 46px;
    line-height: 43px;
    width: 49px;
}
@media (max-width: 1000px) {
    .welcome-page-top-area{
        height: auto;        
    }
    .welcome-page-top-area .search-tabs-abs{
        width: 100%;
    }
    .welcome-our-info-atglance .row-wrap > div{
        padding-left: 30% !important;
    }
}

/*Footer*/
footer#main-footer {    
    font-size: 14px; 
    border-top: 1px solid white;
}
footer h4{
    font-size: 17px;
}
footer .powered-by-content a{
    font-size: 13px;
    color: lightslategray !important;
}