/* Layout */
body, html {
    width: 100% !important;
    height: 100% !important;
    font-family: 'Arimo', sans-serif;
    margin: 0;
    padding: 0;
}


#page-wrapper {
    
    height:     auto;
    min-height: 100% !important;
    position: relative;
    display: flex;
    flex-direction: column;
}
.navbar {
    border: 0;
}

.navbar .container {
    padding: 0 10%;
    width: auto;
}

#nav-offer {
    background-color: #047fbe;
    border-bottom: 1px solid #E9E9E9;
    color: white;
    line-height: 35px;
}

#nav-offer .container {
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 10%;
}

.controls span {
    /* background-color: #d1ad1f;
    line-height: 35px;
    display: inline-block;
    padding: 0 10px; */
}

#nav-header .container { position: relative; }

#nav-header .collapse {
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
}

.navbar-nav {
    text-transform: uppercase;
    list-style-type: none;
    height: 100%;

    font-size: 0.85em;
    display: inline-block;
}

a { text-decoration: none; }

#logo img {
    height: 40px;
    margin: 10px 0;
}

#nav-image {
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.75);

    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    height: 200px;
    width: 100%;
    background-image: url("/public/images/header-image.jpg");
    background-position-y: 25%;
    background-position-x: 50%;
}

/* Page Style */

.panel .panel-heading {
    border-bottom: 2px solid #d3462f;
    color: #d3462f;
    font-weight: bold;
}

/* .panel button, a { color: #d3462f; } */

/*Modal*/
.modal-dialog {
    width: 890px;
}

.wtm-description {
 color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: justify;
}

/* These kill IE */
/*/!* mbreedlove Additions *!/*/

/*body {*/
    /*display: flex;*/
    /*min-height: 100vh;*/
    /*flex-direction: column;*/
/*}*/

/*main {*/
    /*flex: 1;*/
    /*min-height: 25vh;*/
/*}*/

@media only screen and (max-width: 768px) {

    #page-wrapper, #layout-header, footer .wrapper {
        margin: 0 5px;
    }
}

.main-wrapper {
    margin: 0 10%;
}

@media only screen and (max-width: 768px) {
  .main-wrapper {
    margin: 0 5px;
  }
      .modal .modal-dialog {
        position:relative;
        width:auto;
        margin: 10px;
    }
    #credicard{
        width: 95% !important;
    }
    .mobile-4x{
        width:76% !important;
    }
}
@media only screen and (max-width: 480px) {
    .modal .modal-dialog {
        position:relative;
        width:auto;
        margin: 95;
    }
    .collapse {
        display: block !important;
        margin-right: 2% !important;
    }
    #credicard{
        width:95% !important;
    }
    .form-horizontal .form-group{
       margin-right: 0px !important;
       margin-left: 0px !important;
    }
    .modal-content{
        overflow-y: hidden !important;
    }
    .mobile-4x{
        width: 76% !important;
    }
    }

