body {
    margin: 0;
    font-family: Lato;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    color: #000;
}

* {
    box-sizing: border-box;
    text-decoration: none;
}

a {
    color: #000000;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

strong {
    font-weight: 700;
    color: #333;
}

img {
    width: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 100%;
}

#notification-parent {
    position: fixed;
    z-index: 200;
    width: 100%;
    text-align: center;
    opacity: 0;
    top: -150px;
}

#notification {
    position: relative;
    z-index: 200;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 2px 100px 30px rgba(0, 0, 0, 0.33);
    max-width: 480px;
}

#notification span:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 70px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.16);
    background-color: rgba(208, 208, 208, 0.4);
    font-size: 24px;
    height: 100%;
    vertical-align: middle;
}

#notification span:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 70px;
    text-align: center;
    color: #F44336;
    border-left: 1px solid rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 72, 72, 0.09);
    cursor: pointer;
    font-size: 24px;
    height: 100%;
}

#notification span:last-child i {
    line-height: 55px;
    font-size: 23px;
}

#notification p {
    margin: 0;
    line-height: 15px;
    padding: 20px 63px;
    font-family: Roboto;
    color: #5d5d5d;
    font-size: 14px;
}

#notification span:first-child i {
    display: none;
    line-height: 56px;
}

#notification.warning span:first-child .fa-exclamation-triangle {
    display: inline-block;
    color: #F44336;
}

#notification.info span:first-child .fa-info {
    display: inline-block;
    color: #9165f4;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    overflow-y: visible;
}

.container-960 {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    overflow-y: initial;
}

.container-1120 {
    position: relative;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    overflow-y: visible;
}

.container-1400 {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    overflow-y: visible;
}

.container-1400-menu {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    overflow-y: visible;
}

.loading {
    background-color: #262626;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loading img {
    margin: 10% auto;
}

.row {
    display: inline-block;
    width: 100%;
}

.page {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    overflow: none;
    position: relative;
    /* padding-top: 74px; */
    right: 0;
}

.slider {
    background-image: url('../images/dpd-bg.jpg');
    background-position: 0 50%;
    color: #000;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 129px 0;
}

.slider:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 12, 52, 0.78);
}

.slider .title {
    margin-top: -4px;
    padding: 11px;
    color: #fff;
    font-weight: 200;
    font-size: 48px;
    text-align: center;
}

.slider .subtitle {
    color: #fff;
    font-weight: 200;
    /* background-color: #000000ad; */
    /* display: inline-block; */
    /* float: left; */
    padding: 18px;
    margin-bottom: 0;
    text-align: center;
}

.slider .description {
    color: #fff;
    font-weight: 200;
    /* background-color: #1e2b36; */
    /* display: inline-block; */
    /* float: left; */
    padding: 18px;
    margin-bottom: 0;
    text-align: center;
}

.slider-form {
    display: inline-block;
    float: right;
    max-width: 320px;
    width: 100%;
    margin: 220px 0;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.36);
    margin-right: 21px;
}

.slider-form h3 {
    color: #454444;
    font-weight: 300;
}

.slider-form input, .slider-form select {
    border: none;
    padding: 16px 12px;
    margin-bottom: 15px;
    width: 100%;
    outline: none;
    border: 1px solid #cecece;
    border-radius: 3px;
}

.slider-form input:focus, .slider-form select:focus {
    border-color: #3f51b5;
}

.slider-form .login-form {
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    padding-bottom: 15px;
}

.slider-form .tracking-form {
    padding-bottom: 15px;
    display: inline-block;
    float: left;
}

.slider-form .register {
}

.section {
    padding: 58px 0;
}

.section.grey {
    background-color: #f8f8f8;
}

.head-section {
}

.head-section .upper-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #767676;
}

.head-section .title {
    text-align: center;
    margin: 50px 0;
    color: #3F51B5;
    margin-top: 20px;
}

.head-section .title span {
    font-weight: 900;
    letter-spacing: -2px;
    color: #e50038;
    border-bottom: 1px dashed #e50038;
}

.head-section .description {
    text-align: center;
    color: #838383;
    margin-bottom: 60px;
}

.info-item {
    padding: 0 10px;
    padding-bottom: 20px;
    border: 1px solid #d7d7d7;
    margin-bottom: 15px;
    background-color: #fff;
}

.info-item img {
    margin: 0 auto;
    width: 125px;
}

.info-item .title {
    text-align: center;
    font-weight: 600;
    margin-top: 0;
    color: #000;
    font-size: 18px;
}

.info-item .description {
    text-align: center;
    font-size: 17px;
    color: #818181;
}

.pulse {
    position: relative;
}

.pulse:before, .pulse:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: auto;
}

.pulse:before {
    animation: pulse 1.5s infinite linear;
}

.pulse:after {
    animation: pulse 2s .4s infinite linear;
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    33% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

footer {
    padding-top: 30px;
    border-top: 1px solid #000;
    float: left;
    width: 100%;
}

footer .first-column p {
    font-size: 10px;
    margin: 0;
}

footer .first-column p img {
    float: left;
}

footer .first-column span {
    float: left;
    line-height: 31px;
    margin-left: 10px;
}

footer .first-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .first-column ul li {
    float: left;
    padding: 5px 10px;
    font-size: 10px;
}

footer .first-column ul li a {
    color: #7c7c7c;
}

footer .first-column ul li a:hover {
}

footer .last-column .footer-logo {
    float: left;
    width: 125px;
    line-height: 30px;
    margin-right: 10px;
    float: right;
}

footer .last-column .footer-logo img {
    position: relative;
    top: -15px;
}

footer .last-column .footer-logo:first-child {
    float: left;
}

footer .last-column .footer-logo:first-child img {
    top: 0;
}

.contact-home input,.contact-home select,.contact-home textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.contact-home input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact-home input[type=submit]:hover {
    background-color: #45a049;
}

.select-lang {
    float: left;
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #0003;
    overflow: hidden;
    padding: 2px 0;
    background-color: #00000014;
}

.select-lang li {
    display: inline-block;
    float: left;
}

.select-lang li span {
    padding: 0px 10px !important;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.select-lang li span img {
    width: 27px;
    height: 18px;
    min-height: 18px;
    float: left;
}

.goog-te-gadget {
    max-height: 0px;
    overflow: hidden;
}

.goog-te-gadget > span {
    display: none;
}

.skiptranslate {
    margin-top: -40px !important;
    max-height: 0 !important;
    overflow: hidden !important;
}

.skiptranslate.goog-te-gadget{
   margin-top: 0px !important; 
}