*:focus {
    outline: none !important;
}

*, h1, h2, h3, button {
    font-family: 'Lato', sans-serif;
}

h1, h2 {
    color: #fff;
}

h3 {
    color: #2c3e50;
}

h2::after {
    content: ".";
    color: #f1c40f;
}

img {
    max-width: 100%;
}


/* HEAD START */

.head {
    padding-top: 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #123850;
    z-index: 1000;
    -webkit-transition: padding-top 0.5s;
    transition: padding-top 0.5s;
}

.head div.logo object {
    margin-right: 10px;
}

.head div.logo object:nth-child(3) {
    display: none;
}

.head div.menu {
    padding-top: 7px;
    min-width: 45px;
}

.head div.menu .pull-right {
    position: relative;
    padding-top: 8px;
}

.reg {
z-index: 2000;
}

@media (max-width: 767px) {
    .head div.logo object:last-child {
        display: none;
    }
    .btn-shipper-reg {
        text-align: center;
    }
    .btn-more-info {
        text-align: center;
    }
}

@media (min-width: 767px) {
    .btn-shipper-reg {
        text-align: right;
    }
    .btn-more-info {
        text-align: left;
    }
}

.toggle-menu-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: auto;
    border: none;
    background-color: transparent;
    z-index: 2000;
}

.toggle-menu-btn.c-menu__close {
    display: none;
}


/* HEAD END */


/* HAMBURGER START */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #FFF
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ''
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .1s
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top .1s .14s ease, opacity .1s ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease, opacity .1s .14s ease;
    opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}


/* HAMBURGER END */


/* header START */

header .top {
    padding-top: 100px;
    background: #123850;
}

header .title {
    margin: 50px 0;
}

header .title h1 {
    font-size: 35px;
}

header .title h2 {
    margin-top: 15px;
    font-size: 25px;
}

.btn-newsletter {
    margin-bottom: 50px;
    font-size: 22px;
    color: #FFFFFF;
    background-color: #B20B00;
    border-color: #B20B00;
}

.btn-newsletter:hover, .btn-newsletter:focus {
    color: #FFFFFF;
    background-color: #9A0B00;
    border-color: #9A0B00;
}

.nomargin-down {
    margin-bottom: 0px;
}

header .bottom {
    background-color: #123850;
}

header .bottom .steps {
    margin: 30px auto;
}

header .bottom .steps span {
    font-size: 20px;
    color: #c2e5e9;
}

#place::after {
    content: ".";
    color: #e0995e;
}

#time::after {
    content: ".";
    color: #77b3d4;
}

#stuff::after {
    content: ".";
    color: #76c2af;
}

#car::after {
    content: ".";
    color: #e0e0d1;
}

header .bottom .steps>div {
    position: relative;
    padding: 10px;
    float: left;
}

header .bottom .steps>div:not(:last-child) {
    margin-right: 50px;
}

header .bottom .steps>div:not(:last-child)::after {
    content: " ";
    position: absolute;
}

header .bottom .steps .circle {
    position: relative;
    width: 80px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 50%;
}

header .bottom .steps .circle::before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    border: 7px solid;
    border-radius: 50%;
}

header .bottom .clouds {
    margin: 0 -15px;
    overflow: hidden;
}

header .bottom .clouds object {
    margin-bottom: -10px;
    width: 100%;
}

header .bottom .steps .one .circle {
    background-color: #e0995e;
}

header .bottom .steps .one .circle::before {
    border-color: #e0995e;
}

header .bottom .steps .two .circle {
    background-color: #77b3d4;
}

header .bottom .steps .two .circle::before {
    border-color: #77b3d4;
}

header .bottom .steps .three .circle {
    background-color: #76c2af;
}

header .bottom .steps .three .circle::before {
    border-color: #76c2af;
}

header .bottom .steps .fourth .circle {
    background-color: #e0e0d1;
}

header .bottom .steps .fourth .circle::before {
    border-color: #e0e0d1;
}

@media (max-width: 599px) {
    header .bottom .steps {
        max-width: 100px;
    }
    header .bottom .steps>div {
        margin-bottom: 20px;
        width: 100%;
        text-align: left;
    }
    header .bottom .steps .circle {
        float: left;
    }
    header .bottom .steps>div span {
        display: none;
    }
    header .bottom .steps>div:not(:last-child)::after {
        left: 45px;
        bottom: -21px;
        width: 10px;
        height: 42px;
    }
    header .bottom .steps>div.one::after {
        background: #e0995e;
        background: -webkit-linear-gradient(top, #e0995e, #77b3d4);
        background: -o-linear-gradient(top, #e0995e, #77b3d4);
        background: -moz-linear-gradient(top, #e0995e, #77b3d4);
        background: linear-gradient(top, #e0995e, #77b3d4);
    }
    header .bottom .steps>div.two::after {
        background: #77b3d4;
        background: -webkit-linear-gradient(top, #77b3d4, #76c2af);
        background: -o-linear-gradient(top, #77b3d4, #76c2af);
        background: -moz-linear-gradient(top, #77b3d4, #76c2af);
        background: linear-gradient(top, #77b3d4, #76c2af);
    }
    header .bottom .steps>div.three::after {
        background: #76c2af;
        background: -webkit-linear-gradient(top, #76c2af, #e0e0d1);
        background: -o-linear-gradient(top, #76c2af, #e0e0d1);
        background: -moz-linear-gradient(top, #76c2af, #e0e0d1);
        background: linear-gradient(top, #76c2af, #e0e0d1);
    }
}

@media (min-width: 600px) {
    header .bottom .steps {
        max-width: 550px;
    }
    header .bottom .steps>div {
        text-align: center;
    }
    header .bottom .steps>div:not(:last-child)::after {
        top: 45px;
        right: -51px;
        width: 52px;
        height: 10px;
    }
    header .bottom .steps>div.one::after {
        background: #e0995e;
        background: -webkit-linear-gradient(left, #e0995e, #77b3d4);
        background: -o-linear-gradient(left, #e0995e, #77b3d4);
        background: -moz-linear-gradient(left, #e0995e, #77b3d4);
        background: linear-gradient(left, #e0995e, #77b3d4);
    }
    header .bottom .steps>div.two::after {
        background: #77b3d4;
        background: -webkit-linear-gradient(left, #77b3d4, #76c2af);
        background: -o-linear-gradient(left, #77b3d4, #76c2af);
        background: -moz-linear-gradient(left, #77b3d4, #76c2af);
        background: linear-gradient(left, #77b3d4, #76c2af);
    }
    header .bottom .steps>div.three::after {
        background: #76c2af;
        background: -webkit-linear-gradient(left, #76c2af, #e0e0d1);
        background: -o-linear-gradient(left, #76c2af, #e0e0d1);
        background: -moz-linear-gradient(left, #76c2af, #e0e0d1);
        background: linear-gradient(left, #76c2af, #e0e0d1);
    }
}


/* header END */


/* section .content START */

.content {
    margin-bottom: 50px;
}

.content h3 {
    margin: 0;
    font-size: 22px;
}

.content .buttons {
    margin: 50px auto;
}

@media (max-width: 767px) {
    .content .buttons {
        width: 257px;
    }
    footer {
        text-align: center;
    }
    #main_h3 {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .content .buttons {
        padding: 0 117px;
    }
}

@media (min-width: 992px) {
    .content .buttons {
        padding: 0 222px;
    }
}

@media (min-width: 1200px) {
    .content .buttons {
        padding: 0 253px;
    }
}

.content .buttons button.btn-red {
    color: #96281b;
    background-color: #FFFFFF;
    border-color: #96281b;
    border-radius: 0;
}

.content .buttons button.btn-red:focus, .content .buttons button.btn-red.active {
    color: #FFFFFF;
    background-color: #96281b;
}

.content #customer {
    display: block;
}

.content #partner {
    display: none;
}

.content .item object {
    width: 120px;
}

.content .item object.pull-left {
    margin-right: 30px;
}

.content .item object.pull-right {
    margin-left: 30px;
}

.content .item p {
    font-size: 1.2em;
    color: #827f7f;
}

@media (max-width: 767px) {
    .content #customer, .content #partner {
        margin: 0 auto;
        max-width: 370px;
    }
    .content .dots {
        padding: 0 55.5px;
    }
    .content .item p {
        padding-top: 10px;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .content .dots {
        padding: 0 53px;
    }
    .content .item p {
        padding-top: 43px;
    }
}

@media (min-width: 992px) {
    .content .dots {
        padding: 0 58.5px;
    }
}

@media (min-width: 1200px) {
    .content .dots {
        padding: 0 55.5px;
    }
}

.content .dots>div {
    position: relative;
    margin: 50px 0;
    margin-right: auto;
    margin-left: auto;
    height: 10px;
    background: url("../../images/dot.png");
}

.content .dots>div::before, .content .dots>div::after {
    content: " ";
    position: absolute;
    background: url("../../images/dot.png");
    width: 10px;
    height: 30px;
}

.content .dots>div::before {
    top: -30px;
}

.content .dots>div::after {
    bottom: -30px;
}

.content .last-dots>div::after {
    display: none;
}

.content .dots.to-right>div::before {
    left: 0;
}

.content .dots.to-right>div::after {
    right: -1px;
}

.content .dots.to-left>div::before {
    right: -1px;
}

.content .dots.to-left>div::after {
    left: 0;
}

.content .last-dots {
    width: 58%;
    display: -webkit-inline-box;
    padding: 0 0 0 53px;
}

@media (max-width: 767px) {
    .content .last-dots {
        width: 23%;
    }
}

.content .last-dots span {
    width: auto;
    cursor: pointer;
    display: -webkit-inline-box;
    margin: 30px 0 40px 10px;
}

.content .last-dots i {
    padding: 0px 0 0 7px;
}


/* section .content END */


/* footer START */

footer {
    color: #123850;
}

footer h4 {
    color: #123850lo
}

footer .clouds {
    margin: 0 -15px;
    overflow: hidden;
}

footer .clouds object {
    margin-bottom: -10px;
    width: 110%;
}

footer .copyright {
    padding: 30px 15px;
    background-color: #8DC953;
}

footer ul {
    padding: 0;
    list-style-type: none;
}

footer a {
    color: #123850;
    background: transparent;
}

a:hover {
    color: #3b3b3b;
}

footer a:visited {
    color: #123850;
}


/* footer END */


/* RIGHT MENU START*/

#c-menu--push-right .c-menu__close {
    display: none;
}

.c-menu__items {
    margin-top: 95px;
}


/* RIGHT MENU END */

a.svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
}

.active_logo {
    float: left;
    padding-right: 40px;
}

.fb {
    -ms-transform: rotate(15deg);
    background: url('../../images/fb-logo.jpg') 0 0 no-repeat;
    display: block;
    width: 52px;
    height: 51px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    margin-left: 25px;
}

.tw {
    -ms-transform: rotate(3deg);
    background: url('../../images/tw-logo.jpg') 0 0 no-repeat;
    display: block;
    width: 52px;
    height: 51px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    margin-left: 29px;
}

.g_p {
    -ms-transform: rotate(1deg);
    background: url('../../images/gp-logo.jpg') 0 0 no-repeat;
    display: block;
    width: 52px;
    height: 51px;
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
    margin-left: 16px;
    border: 1px solid #dba8a0;
}

.social_net {
    cursor: pointer;
}

.fb:hover {
    background-position: 0 -51px;
}

.tw:hover {
    background-position: 0 -51px;
}

.g_p:hover {
    background-position: 0 -51px;
}

a.social_net_link {
    display: table-cell
}

a.social_net_link:hover {
    text-decoration: none;
}

.custLink {
    cursor: pointer;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}


/* css for accordeon */

.ac-container {
    margin: 10px auto 30px auto;
    text-align: justify;
    font-size: 2em;
}

.ac-container label {
    text-align: center;
    letter-spacing: 0.1em;
    padding: 0.5em 1em 0.5em 1em;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #ffffff;
    line-height: 33px;
    font-size: 19px;
    background: #2980b9;
    box-shadow: 0px 2px 2px #2472a4;
}

.ac-container label:hover {
    background: #2472a4;
}

.ac-container input:checked+label, .ac-container input:checked+label:hover {
    background: #2472a4;
    color: #ffffff;
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    text-align: justify;
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
    color: #777;
    line-height: 23px;
    font-size: 0.55em;
    padding: 1em;
}

.ac-container input:checked~article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px #fbefef;
}

.ac-container input:checked~article.ac-small {
    height: 350px;
}

.abc img {
    display: block;
    margin: 0 auto;
}
