@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Open+Sans+Condensed:700");

/* Basic */

body {
    background: #f2f5f3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #6b7770;
    font-size: 11.5pt;
    line-height: 2em;
}

body.is-loading * {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

input, textarea, select {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #6b7770;
    font-size: 11.5pt;
    line-height: 2em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b7770;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit;
}

h2.major {
    position: relative;
    border-top: solid 5px #e7eae8;
}

h2.major span {
    background: #fff;
    position: relative;
    display: inline-block;
}

a {
    color: #006376;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

b, strong {
    font-weight: 700;
    color: #6b7770;
}

i, em {
    font-style: italic;
}

br.clear {
    clear: both;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

hr {
    border: 0;
    border-top: solid 2px #E7EAE8;
    margin: 0 0 3em 0;
}

blockquote {
    border-left: solid 5px #E7EAE8;
    padding: 1em 0 1em 1.5em;
    font-style: italic;
}

p, ul, ol, dl, table {
    margin-bottom: 3em;
}

/* Section/Article */

section, article {
    margin-bottom: 6em;
}

section > :last-child, section:last-child, article > :last-child, article:last-child {
    margin-bottom: 0;
}

header > p {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #c1cac5;
}

/* Image */

.image {
    position: relative;
    display: inline-block;
    border-radius: 8px;
}

.image img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../pictures/overlay.png');
    border-radius: 8px;
}

.image.fit {
    display: block;
    width: 100%;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
    -webkit-appearance: none;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background: #b1ddab;
    color: #fff;
    border: 0;
    line-height: 1em;
    border-radius: 8px;
    outline: 0;
    cursor: pointer;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
    background: #c1edbb;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
    background: #a1cd9b;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
    background: #c1cac5;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
    background: #ccd5d0;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
    background: #b1bab5;
}

/* List */

ul.default {
    list-style: disc;
    padding-left: 1em;
}

ul.default li {
    padding-left: 0.5em;
}

ul.divided > li {
    border-top: solid 2px #e7eae8;
    padding-top: 2.35em;
    margin-top: 2.35em;
}

ul.divided > li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

ul.actions li {
    display: inline-block;
    margin: 0 0 0 1em;
}

ul.actions li:first-child {
    margin-left: 0;
}

ul.contact {
    cursor: default;
}

ul.contact li {
    -moz-transition: top .15s ease-in-out;
    -webkit-transition: top .15s ease-in-out;
    -ms-transition: top .15s ease-in-out;
    transition: top .15s ease-in-out;
    position: relative;
    display: inline-block;
    margin: 0 0.25em 0 0.25em;
    top: 0;
}

ul.contact li a {
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    outline: 0;
    background: #c1cac5;
    line-height: 72px;
    text-align: center;
}

ul.contact li a:before {
    color: #f2f5f3;
    font-size: 32px;
    line-height: 48px;
}

ul.contact li:hover {
    top: -5px;
}

ul.contact li:hover a.fa-facebook {
    background-color: #3C5A98;
}

ul.contact li:hover a.fa-twitter {
    background-color: #2DAAE4;
}

ul.contact li:hover a.fa-dribbble {
    background-color: #C4376B;
}

ul.contact li:hover a.fa-linkedin {
    background-color: #006599;
}

ul.contact li:hover a.fa-instagram {
    background-color: #2E5E86;
}

ul.contact li:hover a.fa-google-plus {
    background-color: #DA2713;
}

ul.contact li:active {
    top: 0;
}

ul.special {
    cursor: default;
}

ul.special li {
    -moz-transition: top .15s ease-in-out;
    -webkit-transition: top .15s ease-in-out;
    -ms-transition: top .15s ease-in-out;
    transition: top .15s ease-in-out;
    position: relative;
    display: inline-block;
    margin: 0 1.5em 0 1.5em;
    top: 0;
}

ul.special li:hover {
    top: -10px;
}

ul.special li:hover a {
    background: #b9d2ce;
}

ul.special a {
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    display: block;
    position: relative;
    background: #c1cac5;
    width: 12em;
    height: 12em;
    border-radius: 6em;
    outline: 0;
}

ul.special a:before {
    position: absolute;
    width: 128px;
    height: 128px;
    font-size: 96px;
    line-height: 128px;
    left: 50%;
    top: 50%;
    margin-top: -64px;
    margin-left: -64px;
    color: #fff;
    text-align: center;
}

ul.meta {
    font-size: 0.85em;
    color: #a1aaa5;
}

ul.meta li {
    position: relative;
    display: inline-block;
    margin-left: 1em;
}

ul.meta li a {
    color: inherit;
    outline: 0;
}

ul.meta li:first-child {
    margin-left: 0;
}

ul.meta li:before {
    opacity: 0.5;
    cursor: default;
    margin-right: 0.5em;
}

ul.menu li {
    border-left: solid 1px #E7EAE8;
    display: inline-block;
    padding: 0 0 0 0.75em;
    margin: 0 0 0 0.75em;
}

ul.menu li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

ol.default li {
    padding-left: 0.25em;
}

/* Forms */

form label {
    display: block;
    margin: 0 0 1em 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b7770;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border-radius: 8px !important;
    border: solid 2px #E7EAE8 !important;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
    border-color: rgb !important;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
    line-height: 3em;
    padding: 0 1em;
}

form textarea {
    min-height: 9em;
    padding: 1em;
}

form .formerize-placeholder {
    color: #bdbdbd !important;
    opacity: 0.6;
}

form ::-webkit-input-placeholder {
    color: #bdbdbd !important;
    opacity: 0.6;
}

form :-moz-placeholder {
    color: #bdbdbd !important;
    opacity: 0.6;
}

form ::-moz-placeholder {
    color: #bdbdbd !important;
    opacity: 0.6;
}

form :-ms-input-placeholder {
    color: #bdbdbd !important;
    opacity: 0.6;
}

form ::-moz-focus-inner {
    border: 0;
}

/* Tables */

table {
    width: 100%;
}

table.default {
    width: 100%;
}

table.default tr {
    border-top: solid 2px #E7EAE8;
}

table.default tr:first-child {
    border-top: 0;
}

table.default td {
    padding: 0.5em 1em 0.5em 1em;
}

table.default th {
    text-align: left;
    padding: 0.5em 1em 0.5em 1em;
    margin: 0 0 1em 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b7770;
}

table.default thead {
    background: #E7EAE8;
    color: #fff;
}

/* Box */

.box.highlight {
    text-align: center;
}

/* Icons */

.icon {
    position: relative;
    text-decoration: none;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}

/* Wrappers */

#banner-wrapper {
    position: relative;
    background: url("../pictures/overlay.png") repeat, repeat, no-repeat top left, top left, center center;
    background-size: auto, auto, cover;
    z-index: 1;
}

#main-wrapper {
    background: #fff;
    border-top: solid 5px #ddd;
    border-bottom: solid 5px #c1cac5;
}

#ShippingCityMap img {
    width: 100%;
}

/* Banner */

#banner {
    /*  background-color: rgba(21, 28, 23, 0.32):*/
    background-size: contain;
    bottom: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

#banner h2 {
    color: #000;
}

#banner p, #banner span.or {
    color: #454545;
    display: block;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;

}

#banner span.or {
    display: inline;
}

#banner .button, .partner-signin .button, #cities #Send {
    background: #1ebae7 none repeat scroll 0 0;
    border: 4px solid rgba(87, 93, 89, 0.35);
    border-radius: 16px;
    color: #fff;
    transition: border-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}

#banner .button:hover, #cities #Send:hover, .partner-signin .button:hover {
    color: #e4e7e5;
    border-color: rgba(87, 93, 89, 0.75);
}

#banner .button:active, #cities #Send:hover, .partner-signin .button:active {
    color: #fff;
    border-color: #616763;
}

#cities #Send {
    margin-top: 10px;
}

#Price {

    border-radius: 11px;
    color: #333;
    font-size: 40px;
    margin-top: 2px;
    padding: 12px;
}

/* Footer */

#footer a {
    color: inherit;
}

#footer h2.major span {
    background: #f2f5f3;
}

/* Copyright */

#copyright {
    display: inline-block;
    background: #e7eae8;
    padding: 0.75em 2em 0.75em 2em;
    border-radius: 8px;
    color: #8b9790;
}

#copyright a {
    color: inherit;
}

#copyright .menu {
    margin: 0;
}

#copyright .menu li {
    border-color: #C1CAC5;
    border-width: 2px;
    line-height: 1em;
}

/* Desktop */

@media screen and (min-width: 737px) {

    /* Basic */
    h1, h2, h3, h4, h5, h6 {
        margin: 0 0 0.5em 0;
    }

    h2 {
        font-size: 1.65em;
    }

    h2.major {
        font-size: 1.65em;
        text-align: center;
        margin: 0 0 3em 0;
    }

    h2.major span {
        top: -0.775em;
        padding: 0 1.5em 0 1.5em;
    }

    h3, h4 {
        font-size: 1.25em;
    }

    /* Button */
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button,
    .button {
        font-size: 1.25em;
        padding: 0.85em 1.85em;
    }

    input[type="button"].big,
    input[type="submit"].big,
    input[type="reset"].big,
    button.big,
    .button.big {
        font-size: 1.65em;
        padding: 0.85em 1.85em;
    }

    /* List */
    ul.actions {
        text-align: center;
        margin: 2em 0 0 0;
    }

    /* Box */
    .box.highlight .special {
        margin: 0 0 4em 0;
    }

    .box.highlight h2 {
        font-size: 3em;
        margin: 0 0 0.75em 0;
    }

    .box.highlight header > p {
        font-size: 1.65em;
        margin: 0 0 1.5em 0;
    }

    .box.feature {
        text-align: center;
    }

    .box.post header {
        margin: 0 0 2.5em 0;
    }

    .box.post h3 {
        font-size: 3em;
        margin: 0 0 0.5em 0;
    }

    .box.post header > p {
        font-size: 1.65em;
        margin: 0 0 0.5em 0;
    }

    .box.post ul.meta {
        margin: 0 0 0.5em 0;
    }

    .box.post-summary h3 {
        line-height: 1em;
        margin: 0 0 0.75em 0;
    }

    .box.post-summary .meta {
        margin: 0;
        line-height: 1em;
    }

    .box.page-content header {
        margin: 0 0 2.5em 0;
    }

    .box.page-content h2 {
        font-size: 3em;
        margin: 0 0 0.5em 0;
    }

    .box.page-content header > p {
        font-size: 1.65em;
        margin: 0 0 0.5em 0;
    }

    .box.page-content ul.meta {
        margin: 0 0 0.5em 0;
    }

    /* Sidebar + Content */
    .sidebar {
        padding-top: 0.5em;
    }

    .homepage .sidebar {
        padding-top: 0;
    }

    .sidebar h2.major {
        text-align: left;
        margin: 0 0 1em 0;
    }

    .sidebar h2.major span {
        padding-left: 0;
    }

    .content-left {
        padding-right: 2em;
    }

    .content-right {
        padding-left: 2em;
    }

    /* Wrappers */
    #banner-wrapper {
        padding: 11em 0;
    }

    #main-wrapper {
        /*border-top-width: 35px;
        border-bottom-width: 10px;*/
    }

    /* Header */
    #header {
        text-align: center;
        font-size: 2em;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        padding: 4em 0 0;
        background: #fff;
        margin: 0 auto;
    }

    #header .logo {
        position: relative;
        text-align: center;
        border-top: solid 5px #e7eae8;
    }

    #header .logo div {
        background: #fff;
        position: relative;
        display: inline-block;
        padding: 0 1.5em 0 1.5em;
        top: -0.65em;
    }

    #header .logo h1 {
        display: inline;
    }

    #header .logo p {
        display: inline;
        color: #C1CAC5;
    }

    /* Nav */
    #nav {
        position: relative;
        left: 0;
        z-index: 1000;
        width: 100%;
        height: 85px;
        box-shadow: 1px -4px 17px 1px #333;
        line-height: 4.25em;
        text-align: center;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        cursor: default;
        background-color: #ffffff;
    }

    #nav ul {
        position: relative;
        z-index: 1001;
    }

    #nav li {
        display: inline-block;
        margin: 0 0.5em 0 0.5em;
        top: 0;
        position: relative;
        -moz-transition: top .15s ease-in-out;
        -webkit-transition: top .15s ease-in-out;
        -o-transition: top .15s ease-in-out;
        -ms-transition: top .15s ease-in-out;
        transition: top .15s ease-in-out;
    }

    #nav li > ul {
        display: none;
    }

    #nav li a, #nav li span {
        -moz-transition: background-color .075s ease-in-out, color .075s ease-in-out;
        -webkit-transition: background-color .075s ease-in-out, color .075s ease-in-out;
        -ms-transition: background-color .075s ease-in-out, color .075s ease-in-out;
        transition: background-color .075s ease-in-out, color .075s ease-in-out;
        position: relative;
        display: block;
        text-decoration: none;
        color: #fff;
        top: -6px;
        padding: 6px 1.5em 0.25em 1.5em;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        outline: 0;
    }

    #nav li:hover, #nav li.active {
        top: 3px;
    }

    #nav li:hover a, #nav li:hover span {
        background: #C1CAC5;
        color: #fff;
    }

    #nav li.active a, #nav li.active span {
        background: #C1CAC5;
        color: #fff;
    }

    #nav li.current a {
        background: #1ebae7;
        color: #fff;
    }

    .dropotron {
        background: #6B7770;
        color: #fff;
        border-radius: 6px;
        line-height: 2.75em;
        text-align: center;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        padding: 1em 0;
        text-align: left;
        min-width: 14em;
        margin-top: -1em;
        box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.1);
    }

    .dropotron li > a, .dropotron li > span {
        display: block;
        color: #D7DAD8;
        text-decoration: none;
        padding: 0 1.25em;
    }

    .dropotron li:hover > a, .dropotron li:hover > span {
        color: #fff;
        background: #7B8780;
    }

    .dropotron li.active > a, .dropotron li.active > span {
        color: #fff;
        background: #7B8780;
    }

    .dropotron li:first-child {
        border-top: 0;
    }

    .dropotron.level-0 {
        margin-top: 1em;
        font-size: 0.9em;
    }

    .dropotron.level-0:before {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -1em;
        top: -0.65em;
        border-bottom: solid 1em #6B7770;
        border-left: solid 1em transparent;
        border-right: solid 1em transparent;
    }

    /* Banner */
    #banner {
        padding: 4em 0 3.5em 0;
    }

    #banner h2 {
        font-size: 2.75em;
        margin: 0 0 0.75em 0;
    }

    #banner p {
        font-size: 1.35em;
        margin: 0 0 1.25em 0;
    }

    #banner .button {
        font-size: 1.5em;
    }

    /* Main */
    #main {
        padding: 6em 0 6em 0;
    }

    /* Footer */
    #footer {
        text-align: center;

    }

    #footer h2.major {
        margin: 0 0 1em 0;
    }

    /* Copyright */
    #copyright {

    }

}

/* Tablet */

@media screen and (min-width: 737px) and (max-width: 1200px) {

    /* Basic */
    body {
        font-size: 10.25pt;
        line-height: 1.75em;
    }

    input, textarea, select {
        font-size: 10.25pt;
        line-height: 1.75em;
    }

    h2.major {
        margin: 0 0 2em 0;
    }

    h2.major span {
        top: -0.75em;
        padding: 0 1em 0 1em;
    }

    /* Wrappers */
    #banner-wrapper {
        padding: 6em 0 6em 0;
    }

    #main-wrapper {
        border-top-width: 20px;
        border-bottom-width: 10px;
    }

    /* Header */
    #header {
        padding: 4em 0 1em 0;
    }

    /* Banner */
    #banner {
        padding: 3.5em 0 3em 0;
    }

    #banner h2 {
        margin: 0 0 0.65em 0;
    }

    #banner p {
        margin: 0 0 1em 0;
    }

    /* Main */
    #main {
        padding: 3em 0 2em 0;
    }

    #main > .row {
        padding: 2em 0 2em 0;
    }

    /* Footer */
    #footer {
        text-align: center;
        padding: 4em 0 4em 0;
    }

    #footer > .row {
        padding: 2em 0 2em 0;
    }

    #footer-wrapper h2.major {
        margin: 0 0 1em 0;
    }

    /* Copyright */
    #copyright {
        margin: 0;
    }

}

/* Mobile */

#navPanel, #titleBar {
    display: none;
}

@media screen and (max-width: 736px) {

    /* Basic */
    html, body {
        overflow-x: hidden;
    }

    body, input, textarea, select {
        line-height: 1.75em;
        font-size: 10pt;
        letter-spacing: 0;
    }

    h2, h3, h4, h5, h6 {
        font-size: 1.5em;
        margin: 0 0 0.5em 0;
    }

    h2.major {
        text-align: left;
        margin: 0.775em 0 0.75em 0;
    }

    h2.major span {
        top: -0.775em;
        padding: 0 1em 0 0;
    }

    h3 {
        font-size: 1.25em;
    }

    /* Section/Article */
    section, article {
        clear: both;
        margin: 0 0 2.5em 0 !important;
    }

    header p {
        font-size: 1.5em;
        line-height: 1.5em;
    }

    /* List */
    ul.special li {
        margin: 0.5em;
    }

    ul.special li:hover {
        top: 0;
    }

    ul.special a {
        width: 8em;
        height: 8em;
        border-radius: 4.75em;
    }

    ul.special a:before {
        font-size: 48px;
    }

    ul.contact li {
        margin: 0 0.25em 0.35em 0;
        top: 0 !important;
    }

    ul.actions li {
        display: block;
        padding: 0;
        margin: 0.75em 0 0 0;
    }

    ul.actions li:first-child {
        margin-top: 0;
    }

    ul.menu li {
        display: block;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Box */
    .box.highlight h2 {
        font-size: 2.25em;
        line-height: 1.25em;
        margin: 0 0 0.5em 0;
    }

    .box.highlight header > p {
        margin: 0 0 0.75em 0;
    }

    .box.highlight br {
        display: none;
    }

    .box.post-summary {
        margin: 0 !important;
    }

    .box.post-summary h3 {
        font-size: 1.25em;
    }

    .box.post h3 {
        font-size: 2.25em;
        line-height: 1.25em;
        margin: 0 0 0.5em 0;
    }

    .box.post header > p {
        margin: 0 0 0.75em 0;
    }

    .box.post ul.meta {
        margin: 0 0 0.5em 0;
    }

    .box.post header {
        margin: 0 0 3em 0;
    }

    .box.page-content h2 {
        font-size: 2.25em;
        line-height: 1.25em;
        margin: 0 0 0.5em 0;
    }

    .box.page-content header > p {
        margin: 0 0 0.75em 0;
    }

    .box.page-content ul.meta {
        margin: 0 0 0.5em 0;
    }

    .box.page-content header {
        margin: 0 0 3em 0;
    }

    /* Sidebar + Content */
    .sidebar {
        border-top: solid 2px #e7eae8;
        padding-top: 5em;
        margin-top: 5em;
        border-bottom: solid 2px #e7eae8;
        padding-bottom: 5em;
    }

    .sidebar > section {
        margin: 0 0 5em 0 !important;
    }

    .sidebar > section:last-child {
        margin: 0 !important;
    }

    .content {
        padding-top: 3em;
    }

    .homepage .content {
        padding-top: 0;
    }

    /* Wrappers */
    #banner-wrapper {
        padding: 9em 0 5em 0;
    }

    #main-wrapper {
        border-top-width: 0px;
        border-bottom-width: 5px;
    }

    .homepage #main-wrapper {
        border-top-width: 15px;
    }

    /* Header */
    #header {
        display: none;
    }

    /* Nav */
    #nav {
        display: none;
    }

    /* Banner */
    #banner {
        padding: 2.5em 20px;
        margin: 0 !important;
    }

    #banner h2 {
        font-size: 2.25em;
        line-height: 1.25em;
        margin: 0 0 0.5em 0;
    }

    #banner p {
        margin: 0 0 0.5em 0;
    }

    /* Main */
    #main {
        padding: 1em 20px 1em 20px;
    }

    #main > .row {
        padding: 2em 0 2em 0;
    }

    /* Footer */
    #footer {
        padding: 4em 20px 2em 20px;
    }

    #footer > .row {
        padding: 1em 0 1em 0;
    }

    /* Copyright */
    #copyright {
        width: 100%;
        display: block;
    }

    #copyright .menu li {
        line-height: inherit;
    }

    /* Off-Canvas Navigation */
    #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 1px;
    }

    #titleBar {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 44px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10001;
        background-color: rgba(21, 38, 23, 0.8);
        background-image: url("../pictures/overlay.png");
    }

    #titleBar .title {
        display: block;
        position: relative;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.25em;
        line-height: 44px;
        color: #fff;
        z-index: 1000;
        text-align: center;
    }

    #titleBar .toggle {
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        height: 60px;
        z-index: 1001;
    }

    #titleBar .toggle:before {
        display: inline-block;
        font-family: FontAwesome;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        top: 0;
        background: #b1ddab;
        width: 44px;
        height: 44px;
        content: '\f0c9';
        color: #fff;
        text-align: center;
        line-height: 44px;
        font-size: 20px;
    }

    #titleBar .toggle:active:before {
        background-color: #a1cd9b;
    }

    #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        transform: translateX(-275px);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 275px;
        z-index: 10002;
        background-color: #353c37;
        background-image: url("../pictures/overlay.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background-image: url("../pictures/overlay.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background-image: url("../pictures/overlay.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background-image: url("../pictures/overlay.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background-repeat: repeat, no-repeat;
        background-size: auto, 100% 100%;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.25em;
        box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, 0.25);
    }

    #navPanel nav {
        position: relative;
        z-index: 1000;
    }

    #navPanel .link {
        display: block;
        color: inherit;
        text-decoration: none;
        height: 44px;
        line-height: 44px;
        padding: 0 1em 0 1em;
        color: #888;
        color: rgba(255, 255, 255, 0.5);
        border-top: solid 2px rgba(87, 93, 89, 0.15);
    }

    #navPanel .link:first-child {
        border-top: 0;
    }

    #navPanel .indent-1 {
        display: inline-block;
        width: 1em;
    }

    #navPanel .indent-2 {
        display: inline-block;
        width: 2em;
    }

    #navPanel .indent-3 {
        display: inline-block;
        width: 3em;
    }

    #navPanel .indent-4 {
        display: inline-block;
        width: 4em;
    }

    #navPanel .indent-5 {
        display: inline-block;
        width: 5em;
    }

    #navPanel .depth-0 {
        color: #fff;
    }

    body.navPanel-visible #page-wrapper {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #titleBar {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

}

#nav img.logo {
    float: left;
    position: absolute;
    left: 30px;
    padding: 10px;
    width: 158px;
   /* top: 10px; */
}

.incriptionBtn {
    float: right;
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 2000;
}

.btn-Insription {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #6b7770;
    display: inline-block;
    line-height: 35px;
    margin: 2px;
    padding: 3px 38px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.btn-Insription:hover {
    background: #1ebae7;
    color: #fff;
}

.vehicule {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 66px;
    line-height: 77px;
    margin: 1px;
    text-align: center;
    width: 66px;
}

.vehicle .icon {
    width: 42px;
}

.vehicules .vehicle {
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    height: 63px;
    line-height: 48px;
    margin: 4px;
    padding: 13px;
    width: 64px;
}

.Zone {
    border-bottom: 3px solid #ddd;
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 2px;
}

.nameOption {
    font-weight: bold;
}

.options_vehicule {
    text-align: left;
}

#calculatePrice {
    margin-top: 50px;
    text-align: center;
}

.mode {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.mode a {
    padding: 40px;

}

.mode a.image {
    height: 11px;
    border: 1px solid;
    height: 110px;
}

.application > .container {
    max-width: 1000px;
    text-align: center;
}

.application .post {
    text-align: left;
}

.number-step {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #1ebae7;
    color: #FFF;
    line-height: 47px;
    border-radius: 50%;
}

.weight {
    background: #1ebae7;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 70px;
    line-height: 23px;
    padding-top: 13px;
    position: absolute;
    right: -7px;
    top: -27px;
    width: 70px;
}

.citySearch > .container {

    width: 100%;
    height: 40px;
}

.citySearch {
    background: url('../pictures/search-city.jpg');
    padding: 31px;
    text-align: center;
    height: 100px;
}

.searchcitytitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 10px;;
}

.citySearch input.search {
    float: left;
    width: 79%;
}

.icon-search {
    background: #1ebae7;
    padding: 7px;
    color: #fff;
}

.searchCity-form {
    display: inline-block;
    width: 58%;
}

.btn-search-city {
    background: #1ebae7 !important;
}

.partner-signin {

    top: 0px;

    display: inline-block;
}

.container-partner-signin {
    text-align: center;
    /*  position: fixed;*/
    background: #222;
    width: 100%;
    padding: 6px;
    z-index: 10;

}

.partner-signin .button {
    padding: 3px;
}

.partner-signin .button span {
    font-size: 16px;
}

.partner-signin span {
    font-size: 21px;
    padding: 0 17px;

}

.partner-signin img {
    vertical-align: middle;
}

.logo > img {
    width: 270px;
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
    width: 100% !important;
}



.owl-carousel {
    background: #f2f2f2;
}

/*******************************************************************************/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}
.card {
    background-color: #F7F7F7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
form {
    display: block;
    margin-top: 0em;
}
.form-sign #f_login,
.form-sign #f_password {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-sign input[type=email],
.form-sign input[type=password],
.form-sign input[type=text],
.form-sign button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.form-sign .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}
.btn.btn-sign:hover,
.btn.btn-sign:active,
.btn.btn-sign:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
    text-decoration: underline;
}
.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-sign input[type="text"],.form-sign input[type="password"]{
        width: 96%;
        padding: 0px 0px 0px 10px;
}

.form-sign .enter {
    padding: 12px 0px;
    color: #fff;
    display: block;
    background-color: rgb(104, 145, 162);
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.form-sign .aa
{
    display: inline-block;
    margin-bottom: .5rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.5;
}

.form-sign .b
{
    display: inline-block;
    margin-top: .5rem;
}
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}
