@media handheld, screen and  (max-width: 600px) {
    #content-wrapper {
        width: 100% !important;
    }

    .contatiner {
        width: 100% !important;
    }

    #left {
        float: none !important;
        width: 100% !important;
        position: initial !important;
        height: auto !important;
    }

    #right {
        float: none !important;
        width: 100% !important;
        position: initial !important;
        height: auto !important;
    }
}

body {
    margin: 0px;
    background-color: #06266F
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 980px;
    font-family: 'Open Sans', sans-serif;
}

#div-before, #div-after {
    background-color: #88D;
    color: black;
}

#content-wrapper {
    position: absolute;
    height: 100%;
    width: 980px;
    background-color: black;
    color: white;
}
#content-wrapper img{
    max-width: 100%;
    height:auto;
}

#content-wrapper-padding {
    padding: 10px;
}

#right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 33.33%;
}

#right {
    background-color: #2A4480;
    color: white;

    /* -9px 0px 10px rgba(50, 50, 50, 0.55) */
    z-index: 999;
}

#right-content {
    padding: 30px;
    padding-top: 25px;
}

#left {
    position: absolute;
    top: 0;
    height: 100%;
    width: 66.66%;
}

#left-content {
    padding: 30px;
    padding-top: 20px;
    font-weight: 100;
}

#left-content h1 {
    margin-top: 0px;
}

#left {
    background-color: #1240AB;
    color: white;
}

#header {
    margin: 0px;
}

/* Form CSS */
.lp-span {
    text-transform: none;
    display: block;
    margin-bottom: 8px;
}

.lp-input-label .lp-span {
    display: inline;
    color: red;
}

input[type="text"], input[type="email"], #inbound-form-wrapper input[type=text], #inbound-form-wrapper input[type=url], #inbound-form-wrapper input[type=email], #inbound-form-wrapper input[type=tel], #inbound-form-wrapper input[type=number], #inbound-form-wrapper input[type=password], #inbound-form-wrapper select {
    width: 94%;
    padding: 8px 4px 8px 10px;
    margin-bottom: 15px;
    border: 1px solid #4E3043;
    border: 1px solid rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color: white;
    font-size: 13px;
    /*

     display: block;
     padding: 5px;
     border: 4px solid #F1B720;
     border-radius: 5px;
     color: #333;
     transition: all 0.3s ease-out; */
}

/*
input[type="text"]:hover { border-radius: 8px; }
input[type="text"]:focus {
  outline: none;
  border-radius: 8px;
  border-color: #EBD292;
}
*/

input[type="submit"], button[type="submit"] {
    width: 100%;
    padding: 8px 5px;
    background: #11b709;
    background: -moz-linear-gradient(rgba(17, 183, 9, 0.5), rgba(17, 183, 9, 0.7));
    background: -ms-linear-gradient(rgba(17, 183, 9, 0.5), rgba(17, 183, 9, 0.7));
    background: -o-linear-gradient(rgba(17, 183, 9, 0.5), rgba(17, 183, 9, 0.7));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(17, 183, 9, 0.5)), to(rgba(17, 183, 9, 0.7)));
    background: -webkit-linear-gradient(rgba(17, 183, 9, 0.5), rgba(17, 183, 9, 0.7));
    background: linear-gradient(rgba(17, 183, 9, 0.5), rgba(17, 183, 9, 0.7));
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 2px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    font-size: 22px;
    font-weight: bold;
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
}

