/* --- IMPORT
/* -------------------------------------------- */

@import "fonts.css";
@import "icons.css";


/* --- COMMON STYLES
/* -------------------------------------------- */

body {
    font-family: 'Raleway-Regular', Arial, sans-serif;
}

a,
button {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a, a:hover {
    outline: 0;
    text-decoration: none;
}

button, input, select, textarea {
    outline: 0;
}


/* --- NAVBAR WRAPPER
/* -------------------------------------------- */

.navbar-wrapper {
    height: 100px;
}

.navbar-wrapper.navbar-absolute {
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.navbar-wrapper .discover {
    margin-top: 42px;
}

.navbar-wrapper .discover .discover-circle {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 3px solid #f4592d;
    margin-right: 2px;
}

.navbar-wrapper .discover a {
    color: #f4592d;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.navbar-wrapper .discover:hover a {
    color: #231f20;
    text-decoration: none;
}

.navbar-wrapper .discover:hover .discover-circle {
    border-color: #231f20;
}

.navbar-wrapper .language {
    text-align: right;
    margin-top: 42px;
}

.navbar-wrapper .language .dropdown > a {
    color: #f4592d;
    text-decoration: none;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.navbar-wrapper .language .dropdown > a > .caret {
    color: #ececec;
}

.navbar-wrapper .language .dropdown .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 50px;
    box-shadow: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    text-align: center;
}

.navbar-wrapper .language .dropdown .dropdown-menu > li > a {
    padding: 0;
    color: #ececec;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.navbar-wrapper .language .dropdown .dropdown-menu > li > a:hover {
    color: #f4592d;
    background-color: transparent;
}

.navbar-wrapper .logo {
    text-align: center;
    position: relative;
}

.navbar-wrapper .logo .logo-triangle-1,
.navbar-wrapper .logo .logo-triangle-2 {
    display: block;
    position: absolute;
}

.navbar-wrapper .logo .logo-triangle-1 {
    background-color: #f8f8f8;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    width: 300px;
    height: 125px;
    top: -45px;
    left: -15px;
    opacity: 3.5;
    z-index: 20;
}

.navbar-wrapper.navbar-home .logo .logo-triangle-1 {
    opacity: 4;
}

.navbar-wrapper .logo .logo-triangle-2 {
    background-color: #eeeeee;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    width: 310px;
    height: 200px;
    top: -125px;
    right: -5px;
    opacity: .9;
    z-index: 40;
}

    .navbar-wrapper .logo img {
        position: relative;
        z-index: 60;
        margin-top: 5px;
        margin-left: -10px;
    }


/* SIDE NAV
-------------------------------------------------- */

.sidr {
    width: 350px;
    background: #FFFFFF;
    box-shadow: none;
    padding: 50px 50px 0;
    z-index: 6000;
}

.sidr-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.65);
    display: none;
    z-index: 5000;
}

.sidr .sidr-inner {
    text-align: center;
}

.sidr ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidr ul li {
    line-height: 1em;
    border-top: 0;
    border-bottom: 0;
}

.sidr ul li a {
    color: #231f20;
    font-size: 16px;
    display: block;
    padding: 20px 0;
    letter-spacing: 2px;
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
}

.sidr ul li a:hover {
    color: #f4592d;
}

.sidr .fa {
    color: #d2d2d1;
}

.sidr hr {
    border: 1px solid #d2d2d1;
}

.sidr .close-side-nav {
    cursor: pointer;
    margin-bottom: 45px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sidr .close-side-nav:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidr .sidr-class-side-logo {
    margin-top: 10px;
}

.sidr-langs {
    margin-top: 30px;
}

.sidr-langs a {
    color: #f4592d;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.sidr-langs a:hover {
    color: #1a1a1a;
}


/* HEADER
-------------------------------------------------- */

#main-header > .container {
    position: relative;
}

#main-header .lets-walk {
    width: 100%;
    min-height: 508px;
    background: #ffffff url("../img/lets-walk-together.png") no-repeat left top;
}

#main-header .lets-walk.without-bg {
    background: #ffffff;
    padding-top: 50px;
}

#main-header .lets-walk .lw-text {
    text-align: right;
}

#main-header .lets-walk.without-bg .lw-text {
    text-align: center;
}

#main-header .lets-walk .lw-text > h2 {
    color: #f44110;
    margin-top: 20px;
}

#main-header .lets-walk .lw-text > h2 > span {
    display: block;
}

#main-header .lets-walk .lw-text > h2 > .text-light {
    font-size: 75px;
    font-family: "CenturyGothic", Arial, sans-serif;
}

#main-header .lets-walk .lw-text > h2 > .text-bold {
    font-size: 75px;
    font-family: "CenturyGothic-Bold", Arial, sans-serif;
    margin-top: -15px;
}

#main-header .lets-walk.without-bg .lw-text > h2 {
    font-size: 78px;
    padding-top: 0;
}

    #main-header .lets-walk .lw-text > p {
        color: #9b9b9a;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 30px;
        font-family: 'Raleway-Light', Arial, sans-serif;
        padding-top: 50px;
        font-weight: 600;
    }

#main-header .lets-walk .lw-text > p > strong {
    color: #979797;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

#main-header .how-to {
    position: absolute;
    bottom: -110px;
    right: 0;
    z-index: 100;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #ffffff;
    background-image: linear-gradient(to right, #03367f, #418d8c);
    color: #9d9e99;
    text-align: center;
    font-size: 12px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

    #main-header .how-to > span {
        width: 100%;
        display: block;
        margin-bottom: 5px;
        margin-top: 38px;
        font-size: 12px;
        color: #ffffff;
        letter-spacing: 1px;
    }


/* TRANSPORTATIONS
-------------------------------------------------- */

#transportations {
    margin-top: 30px;
}

#transportations .transportation {
    width: 100%;
    height: 625px;
}

#transportations .transportation .container {
    height: 625px;
}

#transportations .transportation .row > div {
    padding-top: 100px;
}

#transportations .transportation .tr-title-main {
    margin-bottom: 0;
    font-size: 48px;
    font-family: 'Raleway-Light', Arial, sans-serif;
}

#transportations .transportation .tr-title-second {
    font-size: 48px;
    margin-top: 0;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

#transportations .transportation .tr-description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 31px;
    margin: 30px 0;
    color: #8d8b82;
}

#transportations .transportation-sea {
    background-color: #e1decd;
    -moz-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

#transportations .transportation-sea .container {
    background: url("../../../../img/askeri.png") no-repeat left center;
    
}

#transportations .transportation-sea .tr-button,
#transportations .transportation-sea h3 {
    color: #cf2920;
}

#transportations .transportation-air {
    margin-top: -75px;
    background-color: #f4f4f4;
    -moz-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}

    #transportations .transportation-air .container {
        background: url("../../../../img/kamyon.png") no-repeat right center;
    }

#transportations .transportation-air .tr-button,
#transportations .transportation-air h3 {
    color: #8b887b;
}

#transportations .transportation-land {
    margin-top: -75px;
    background-color: #efefef;
    -moz-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

    #transportations .transportation-land .container {
        background: url("../../../../img/otobus.png") no-repeat left 160px;
    }

#transportations .transportation-land .tr-button,
#transportations .transportation-land h3 {
    color: #1f4368;
}

#transportations .transportation-project {
    margin-top: -75px;
    background-color: #ebe9dd;
    -moz-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}

#transportations .transportation-project .container {
    background: url("../img/transportation/project.png") no-repeat right center;
}

#transportations .transportation-project .tr-button,
#transportations .transportation-project h3 {
    color: #ffab24;
}

#transportations .transportation-sublimentary {
    margin-top: -75px;
    background-color: #f4f4f4;
    -moz-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

    #transportations .transportation-sublimentary .container {
        background: url("../../../../img/danisman.png") no-repeat left center;
    }

#transportations .transportation-sublimentary .tr-button,
#transportations .transportation-sublimentary h3 {
    color: #ea4f78;
}

#transportations .tr-button {
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

#transportations .tr-button:hover {
    color: #f4592d;
}

#transportations .tr-button .jms-icon {
    vertical-align: sub;
    margin-left: 5px;
}


/* FOOTER
-------------------------------------------------- */

#footer {
    padding: 50px 0;
}

#footer hr {
    margin: 50px 0;
}

    #footer .footer-top .f-title {
        color: #717171;
        font-size: 14px;
        font-family: 'Raleway-Bold', Arial, sans-serif;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 8px;
        letter-spacing: 2px;
    }

#footer .footer-top .f-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #d3d3d3;
}

#footer .footer-top .f-title.f-right {
    text-align: right;
}

#footer .footer-top .f-title.f-right:after {
    right: 0;
    left: auto;
}

#footer .footer-top .newsletter p {
    text-align: right;
    color: #231f20;
    font-size: 24px;
    letter-spacing: 3px;
    margin: 0;
}

#footer .footer-top .newsletter p:first-child {
    font-size: 20px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

#footer .footer-top .newsletter p.phone {
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
}

#footer .footer-top .newsletter p > span {
    color: #f4592d;
}

#footer .footer-top .newsletter .input-holder {
    position: relative;
}

#footer .footer-top .newsletter input {
    border: 3px solid #c2c2c2;
    color: #c2c2c2;
    font-size: 12px;
    padding: 16px 20px 14px;
    float: right;
    width: 80%;
    margin-top: 15px;
    letter-spacing: 2px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#footer .footer-top .newsletter button {
    border: 0;
    position: absolute;
    top: 30px;
    right: 15px;
    background-color: transparent;
}

#footer .footer-top .newsletter .input-holder input:focus,
#footer .footer-top .newsletter .input-holder textarea:focus {
    border-color: #f4592d !important;
}

#footer .footer-top .list-footer {
    margin: 0;
    padding: 0;
}

    #footer .footer-top .list-footer > li > a {
        color: #717171;
        font-size: 12px;
        font-family: 'Raleway-Bold', Arial, sans-serif;
        display: block;
        padding: 8px 0;
        letter-spacing: 2px;
    }

#footer .footer-top .list-footer > li > a:hover {
    color: #f4592d;
}

#footer .footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #81888d;
    letter-spacing: 2px;
    font-family: 'Raleway-SemiBold', Arial, sans-serif;
}


/* --- HELPER
/* -------------------------------------------- */

.section-title-default {
    color: #242021;
    letter-spacing: 4px;
    text-align: center;
    padding-bottom: 20px;
}

.section-main-title {
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    border-bottom: 2px solid #f4592d;
    width: 40%;
    margin: 0 auto;
}

.section-main-title > span > a {
    color: #cdcdcd;
}

.section-main-title > span.active > a {
    color: #242021;
}

.section-main-title > span > .orange-point {
    display: none;
}

.section-main-title > span.active > .orange-point {
    display: inline-block;
}

.section-sub-title {
    color: #242021;
    font-size: 48px;
    letter-spacing: 4px;
    text-align: center;
    padding-bottom: 20px;
    width: 45%;
    margin: 50px auto;
    position: relative;
}

.section-sub-title:before,
.section-sub-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-bottom: 3px solid #f4592d;
}

.section-sub-title:before {
    width: 50px;
    margin-left: -25px;
}

.section-sub-title:after {
    width: 5px;
    margin-left: 35px;
}

.section-sub-title .st-light {
    font-family: 'Raleway-Light', Arial, sans-serif;
}

.section-sub-title .st-bold {
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.padding-tb-60-30 {
    padding: 60px 0 30px;
}

.padding-t-60 {
    padding-top: 60px;
}

.orange-point {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #f4592d;
}

.bottom-separator {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-color: #e5e5e5;
}


/* --- ABOUT
/* -------------------------------------------- */

#about .about-text {
    margin-top: 30px;
    margin-bottom: 30px;
}

#about .about-text .text-light {
    font-size: 16px;
    font-family: 'Raleway-Light', Arial, sans-serif;
    line-height: 27px;
    letter-spacing: 2px;
    margin-top: 8px;
}

#about .about-text .text-bold {
    font-size: 36px;
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    line-height: 52px;
    letter-spacing: 5px;
    text-align: right;
}

#about .about-features {
    margin-top: 80px;
    margin-bottom: 80px;
}

#about .about-features .feature-item {
    text-align: center;
}

#about .about-features .feature-item .jms-icon {
    position: relative;
    margin-bottom: 25px;
}

#about .about-features .feature-item .jms-icon:before,
#about .about-features .feature-item .jms-icon:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    height: 3px;
    background-color: #242021;
}

#about .about-features .feature-item .jms-icon:before {
    right: 0;
    width: 60px;
}

#about .about-features .feature-item .jms-icon:after {
    right: -10px;
    width: 5px;
}

#about .about-features .feature-item h4 {
    font-size: 14px;
    font-family: 'Raleway-SemiBold', Arial, sans-serif;
}


/* --- CONTACT
/* -------------------------------------------- */

#contact .map {
    width: 100%;
    height: 480px;
}

#contact .map-header {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 480px;
    padding-top: 175px;
    background-color: rgba(255,255,255,.5);
}

#contact .contact-features {
    padding: 60px 0;
}

#contact .contact-features .contact-info li {
    margin-bottom: 30px;
}

#contact .contact-features .contact-info li > .jms-icon {
    vertical-align: middle;
    margin-right: 30px;
    position: relative;
}

#contact .contact-features .contact-info li > .jms-icon:after {
    content: "";
    display: block;
    width: 3px;
    height: 17px;
    background-color: #f4592d;
    position: absolute;
    right: -18px;
}

#contact .contact-features .contact-info li > .jms-marker:after {
    top: 10px;
}
#contact .contact-features .contact-info li > .jms-phone:after,
#contact .contact-features .contact-info li > .jms-text:after {
    top: 7px;
}

    #contact .contact-features .contact-info li > span {
        color: #231f20;
        font-size: 16px;
        font-family: 'Raleway-SemiBold', Arial, sans-serif;
        letter-spacing: 1px;
    }

#contact .contact-form .input-holder {
    width: 75%;
}

#contact .contact-form input,
#contact .contact-form textarea {
    color: #231f20;
    border: 3px solid #d7d7d7;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#contact .contact-form textarea {
    min-height: 150px;
}

#contact .contact-form input:focus,
#contact .contact-form textarea:focus {
    border-color: #f4592d;
}

#contact .contact-form button {
    color: #231f20;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    font-size: 13px;
    border: 0;
    outline: 0;
    background-color: transparent;
}

#contact .contact-form button:hover {
    color: #f4592d;
}

#contact .contact-form button .jms-icon {
    margin-left: 5px;
}


/* --- MAPS
/* -------------------------------------------- */

.move-map-center {
    margin-left: auto;
    margin-right: auto;
}

#worldmap {
    height: 520px;
    width: 800px;
}

#map .map-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 2px;
    font-family: 'Raleway-Light', Arial, sans-serif;
    margin: 40px 0;
    text-align: center;
}

#map .map-text h3 {
    font-family: 'Raleway-Bold', Arial, sans-serif;
}


/* --- NEWSLETTERS
/* -------------------------------------------- */

#newsletters .newsletter {
    margin-bottom: 30px;
    text-align: center;
}

#newsletters .newsletter h4 {
    color: #f15626;
    font-size: 15px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 30px;
    margin-top: 20px;
}

#newsletters .newsletter h4:after {
    content: "";
    height: 5px;
    width: 30px;
    background-color: #f15626;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
}


#newsletters .newsletter h3 {
    color: #393435;
    font-size: 25px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

#newsletters .newsletter img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#newsletters .newsletter img:hover {
    opacity: .4;
}


/* --- MAP DETAIL
/* -------------------------------------------- */

#map-detail .map-description {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 2px;
    margin-top: 8px;
    font-family: 'Raleway-Light', Arial, sans-serif;
}

#map-detail table {
    margin: 50px 0;
}

#map-detail table thead th {
    color: #f1592a;
    font-size: 12px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    border: 2px solid #f1592a;
}

#map-detail table thead th {
    color: #f1592a;
    text-align: center;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

#map-detail table tbody tr {
    color: #231f20;
    font-size: 11px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    border-bottom: 3px solid #FFFFFF;
}

#map-detail table tbody tr td {
    padding: 20px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f1592a;
}

.table-striped>tbody>tr:nth-of-type(odd)>td {
    border: 2px solid #f1592a;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #e8e8e8;
}

.table-striped>tbody>tr:nth-of-type(even)>td {
    border: 2px solid #e8e8e8;
}


/* --- ERROR
/* -------------------------------------------- */

.error-text {
    padding: 40px 0 60px;
    text-align: center;
}

.error-text .light-text,
.error-text .bold-text {
    font-size: 48px;
    color: #231f20;
}

.error-text .light-text {
    font-family: 'Raleway-Light', Arial, sans-serif;
}

.error-text .bold-text {
    font-size: 16px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.error-text a {
    color: #f4592d;
    font-size: 14px;
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
}

.error-text a:hover {
    color: #231f20;
}

.btn-orange {
    color: #FFFFFF;
    font-size: 14px;
    background-color: #f4592d;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    padding: 8px 16px;
}


/* --- RESPONSIVE
/* -------------------------------------------- */

/* === SMARTPHONES === */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    #main-header .lets-walk {
        background: none;
        margin-top: 75px;
        min-height: 600px;
    }

    #main-header .lets-walk .lw-text > h2 {
        color: #f4592d;
        margin-top: 0;
    }

    #transportations .transportation {
        height: 1100px;
    }

    #transportations .transportation .container {
        height: 1100px;
        background: none;
    }

    #transportations .transportation-air,
    #transportations .transportation-land,
    #transportations .transportation-project,
    #transportations .transportation-sublimentary {
        margin-top: -105px;
    }

    #transportations .transportation-sublimentary .row > div,
    #transportations .transportation-project .row > div,
    #transportations .transportation-land .row > div {
        padding-top: 150px;
        padding-bottom: 75px;
    }

    #about .about-text .text-bold,
    #about .about-text .text-light {
        text-align: center;
    }

    .navbar-wrapper .logo img {
        margin-top: 0;
    }

    .navbar-wrapper .discover {
        margin-bottom: 30px;
        text-align: center;
    }

    #contact .contact-form .input-holder {
        width: 100%;
    }

    #footer .footer-top .f-title {
        text-align: center !important;
    }

    #footer .footer-top .f-title:after {
        width: 100%;
    }

    #footer .footer-top .newsletter {
        margin-bottom: 30px;
    }

    #footer .footer-top .newsletter p {
        text-align: center;
    }

    #footer .footer-top .newsletter input {
        width: 100%;
    }

    #footer .footer-top .list-footer > li > a {
        text-align: center;
    }

    .section-sub-title {
        width: 100%;
    }

    #newsletters .newsletter {
        text-align: center;
    }

    #newsletters .newsletter h4:after {
        height: 5px;
        width: 30px;
        background-color: #f15626;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -15px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {}


/* === iPADs === */

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}


/* === iPAD 3 === */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}


/* === DESKTOP === */

/* Desktops and laptops ----------- */
@media only screen  and (min-width: 1224px) {}

/* Large screens ----------- */
@media only screen  and (min-width: 1824px) {}


