* {
  margin: 0;
  padding: 0;
  color: #333;
}
html {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #00427A;
    background: url(../images/1.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    /*font-family: "aller light";*/
}
a {
    color: red;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}

/* forms */
input[type=radio], input[type=checkbox] {
    vertical-align: middle;
}
input[type=text], textarea {
    background: #fff;
    border: 1px solid #aaa;
    padding: 6px 10px;
    width: 100%;
    max-width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
textarea {
    height: 80px;
}
input[type=text]:focus, textarea:focus {
    border-color: #45259F;
}
input[type=submit] {
    background: #45259F;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font: inherit;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/* classes */
.container {
    background-color: #F7F7F7;
    max-width: 768px;
    margin: 20px auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/* header */
.container header {
    background: #45259F;
    padding: 10px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.container header h1 {
    display: block;
    color: #fff;
    font-size: 32px;
}
.container header p {
    color: #aaa;
    font-size: 12px;
}

/* logo */
.logo {
    padding: 10px;
    text-align: center;
}

/* video */
.video {
    padding: 0;
    text-align: left;
}
.video-image img {
    width: 100%;
    height: auto;
}

/* slider */
.banner {
    position: relative;
    overflow: auto;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.banner ul {
    padding: 0 !important;
    margin: 0 !important;
}
.banner ul li {
    list-style: none;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
}
.banner ul li img {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.banner .dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
}
.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 4px;
    text-indent: -999em;
    border: 2px solid #FFF;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.4;
    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
}
.banner .btn, .banner .dot {
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
}
.banner .dots li.active {
    background: #FFF none repeat scroll 0% 0%;
    opacity: 1;
}

.banner .unslider-arrow {
    position: absolute;
    display: block;
    z-index: 9999;
    color: #fff;
    font-size: 80px;
}
.next {
  position: absolute;
  top: 50%;
  right: 0;
}
.prev {
  position: absolute;
  top:50%;
  left: 0;
}

/* welcome */
.welcome {
    padding: 10px;
}
.welcome h2 {
    color: #45259F;
    font-size: 24px;
    text-align: center;
}
.welcome .discount {
    margin: 10px 0;
    text-transform: uppercase;
}
.welcome .discount span {
    color: red;
}

/* form */
.form {
    padding: 10px;
}
.form form div {
    margin: 5px 0;
    width: 80%;
}
.form .sep {
    width: 100%;
    margin: 16px 0;
    border-bottom: 1px dotted #45259F;
}
.form form div > label {
    display: block;
    margin-bottom: 5px;
}
.form form div > label span {
    float: right;
    font-size: 12px;
    color: #555;
}
.form form div p {
    margin-left: 20px;
}
.form div.submit {
    margin-top: 20px;
}

.form ul.message {
    display: block;
    text-align: center;
    list-style-type: none;
    list-style-position: inside;
    padding: 10px;
    margin-bottom: 30px;
}

.form ul.message.error { border: 1px solid red; }
.form ul.message.error li { color: red; }
.form ul.message.success { border: 1px solid green; }
.form ul.message.success li { color: green; }

/* footer */
footer {
    text-align: center;
    background: #333;
    padding: 10px;
    color: #fff;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
footer p {
    color: #ccc;
}
footer p img {
    width: 80px;
    height: auto;
}

/** RESPONSIVE VIEW - Desktop first **/
@media (max-width: 768px) {
    .container {
        width: 768px;
        margin: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .container header, footer {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
}
@media (max-width: 640px) {
    .container {
        width: 640px;
    }
}
@media (max-width: 600px) {
    .container {
        width: 600px;
    }
}
@media (max-width: 480px) {
    .container {
        width: 480px;
    }
}
@media (max-width: 360px) {
    .container {
        width: 360px;
    }
}
@media (max-width: 320px) {
    .container {
        width: 320px;
    }
}
