/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

section#home-banner {
    margin: 0;
    padding: 50px 0 60px;
    /*background-color: #043d5f;*/
	color: #fff;
	background-image: url("../images/domain-www-sea-slider.jpg") !important;
}
.navbar-main {
    margin-bottom: 0;
    background-color: #292929;
    border: 0;
    min-height: 38px;
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}
ul.top-nav>li.primary-action>a.btn {
    padding: 6px 15px;
    background-color: #1875DC;
    color: #fff;
    border-radius: 3px;
}
.home-shortcuts {
    margin: 0;
    background: #1875DC; 
    color: #fff;
}
.navbar-main .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-group {
    margin-bottom: 15px;
    background-color: #F1f1f1;
}

.label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px !important;
    font-weight: bold !important;
   /*color: #292929; */
}
.status-unpaid {
    color: #ed3e48 !important;
}

#order-standard_cart .field, #order-standard_cart .form-control {
    position: relative;
    vertical-align: top;
    border: 1px solid #1475D2 !important;
    display: -moz-inline-stack;
    display: inline-block;
    color: #292929;
    outline: 0;
    background: #fff;
    height: 36px;
    width: 100%;
    border-radius: 3px;
    font-size: 15px !important;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-grid;
    padding-left: 0px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

#paymentGatewaysContainer .text-muted {
    color: #777;
    text-align:center;
    font-size:18px !important;
    color:#292929; 
    
}

.icheckbox_square-blue, .iradio_square-blue {
       margin: 10px !important; 
}


section#footer {
    margin: 0;
    padding: 30px 20px;
    background-color: #292929;
    border-top: 1px solid #ddd;
    color: #f0f0f0;
    font-size: 1.0em;
}