/*
Theme Name: Easy Taxi V3
Theme URI: http://easytaxi.com/
Author: the Easy Taxi team
Author URI: https://easytaxi.com/
*/
@import 'assets/css/easytaxi.min.css';

/* Header */
.bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
    @media screen and (max-width: 800px){
        .bg {
            display: block!important;
        }
    }
.bg-grey {
    background: #f2f2f2;
}
.bg-black{
    background-color: #000;
}
.section-title {
    font-size: 2.9vw;
}
/*    @media(max-width: 768px){
        .section-title {
            font-size: 42px;
        }
    }*/
    @media (max-width: 768px) {
        .section-title {
            font-size: 8vw !important;
        }
    }

.section-subtitle {
    display: inline-block;
    font-family: klinic_slabbook,'Roboto Condensed',sans-serif;
}

#header .banner{
    top: 130px;
}
    #header .banner h1 {
        margin-bottom: 0 !important;
        line-height: 1 !important;
        font-weight: 700 !important;
        font-size: 70px !important;
        color: #fff !important;
    }
@media(max-width: 768px){
    #header .banner{
        top: 30px;
    }
    #header .banner h1 {
        font-size: 40px!important;
    }
    #header .top-header #menu span {
        margin-left: 20px!important;
    }
    #header .bg video {
        min-width: 1180px!important;
    }
    .container>.navbar-header {
        padding-bottom: 15px!important;
    }
    .navbar .navbar-brand img {
        height: auto!important;
        width: 80%!important;
        margin: 5px auto 0!important;
    }
}

span.and {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0 20px;
}
    @media (max-width: 768px) {
        span.and {
            display: block;
            padding: 10px 0;
        }
    }

/* Commons */
#content section {
    border-top: 0;
}
div.wpcf7-mail-sent-ok {
    color: #398f14 !important;
    padding: 20px !important;
    margin: 10px 0 !important;
    border-width: 1px 1px 1px 5px !important;
    border-style: solid;
    border-color: #398f14 !important;
    border-radius: 0 !important;
    background-color: #dff0d8 !important;
}

#advantages .top-apps-box .col-md-6 {
    padding-left: 0!important;
}
.home #about h2.section-title{
     display: initial;
}

/* Main Menu */
#navigation {
    width: 200px;
    text-align: left !important;
}
    #navigation .nav li {
        margin: 5px 20px;
        border: none;
    }
        #navigation .nav li a {
            font-size: 14px;
        }

/* Languages list nav */
#location .container-fluid .container {
   padding-bottom: inherit;
}
#lang_sel_list {
    display: block;
    float: left;
    height: inherit;
    padding: 5px 0 !important;
}
    #lang_sel_list li {
        width: 130px !important;
        margin: 0 0 15px !important;
    }
        #lang_sel_list a.lang_sel,
        #lang_sel_list a.lang_sel_sel {
            background: transparent;
        }
        #lang_sel_list a,
        #lang_sel_list a:visited,
        #lang_sel_list ul a,
        #lang_sel_list_list ul a:visited {
            display: block;
            font-size: 12px;
            text-decoration: none !important;
            color: #ccc;
            background: none repeat scroll 0% 0%;
        }
        #lang_sel_list ul li a.active{
            color: #fff !important;
        }
    #lang_sel_list img.iclflag {
        width: 18px;
        height: 12px;
        position: relative;
        top: -1px !important;
    }

#btn-toggle-location {
    margin: 10px 0 0 20px;
    font-size: 20px;
    background-color: #fff;
    color: #333;
    border: none;
    border-radius: 5px;
}
    #btn-toggle-location span {
        text-transform: uppercase;
    }
@media(max-width: 768px){
    #btn-toggle-location {
      display: inherit;
      float: right;
      margin-top: -61px;
    }
    #location .container-fluid .container #lang_sel_list ul li {
      width: 110px;
      margin: 0 0 15px;
    }
    .btn-toggle-location .nav-right {
        display: block;
    }
}

/* Download Section */
#download{
    margin-top: inherit;
    -webkit-clip-path: none;
            clip-path: none;
}
    #download .appstore-container {
        display: inline-block;
        margin: 10px 10px 0;
        height: 40px !important;
    }
        #download .appstore-logo img,
        #download.inverted .appstore-logo img {
            height: 100%;
            min-width: inherit !important;
            max-width: inherit !important;
        }

/* Footer */
#menu-footer-up img{
    float: left;
    display: block;
    margin: -70px 0px 0px 75px;
}
#menu-footer-up{
    margin: 80px 0 20px;
}
    #menu-footer-up ul.nav-tabs,
    #menu-footer-up ul.nav-pills {
        margin: 0 auto;
    }
    #menu-footer-up li {
        width: 250px;
        display:inline-block;
        float: inherit;
        line-height: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #menu-footer-up li a{
        font-size: 31px;
        color: #959595;
    }
    @media(max-width: 968px){
        #menu-footer ul.nav-pills li,
        #menu-footer ul.nav-tabs li{
            display: block!important;
            margin-bottom: 10px!important;
            border: 0!important;
        }
        #menu-footer {
            padding-top: 30px;
            border-top: 1px solid #ccc;
        }
        #menu-footer li a{
            font-size: 20px;
            margin-bottom: 20px;
        }
        #menu-footer-up li a{
            font-size: 20px;
            margin-bottom: 20px;
        }
        #menu-footer-up img {
            display: none;
        }

    }
    #menu-footer-up li a:focus,
    #menu-footer-up li a:hover{
        background-color: transparent;
    }
#footer p {
    font-size: 22px;
}

/* Ventures Navbar */
#ventures{
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    padding: 5px 0 0;
    background: #fafafa;
    border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 768px) {
    #ventures {
        position: relative;
    }
}
#ventures .row{
    padding: 0;
}
#ventures .ventures-logos {
    text-align: center;
}
    #ventures .ventures-logos li {
        display: inline-block;
        margin-bottom: 8px;
        padding: 0px 20px;
        border-left: 1px solid #dfdfdf;
        border-right: 1px solid #fafafa;
        list-style: none;
    }
    #ventures .ventures-logos li:first-child,
    #ventures .ventures-logos li:last-child {
        border-left: 0;
    }
        #ventures .ventures-logos li a:hover {
            background: inherit;
        }
        #ventures .ventures-logos li img,
        #ventures .ventures-logos li a img {
            max-height: 16px;
        }
@media (max-width: 768px) {
    #header .navbar-fixed-top{
        position: relative;
        top: 0;
    }
    #header{
        padding-top: 0!important;
    }
}

/* Template No Receipt
/* Section 1 */
#features .row,
#why-corporate .row
#faq .row {
    padding: 75px 0;
}
    #section-1 .row {
        padding-top: 100px;
    }
#features .steps-section img{
    margin: 0 auto 15px;
}
#features .steps-section p{
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}
    @media (max-width: 768px){
        .features .steps-section p{
            margin-bottom: 50px;
        }
    }

/* Template No Receipt
/* Section 2 */
#why-corporate .features-thumbnail {
    float: right;
    text-align: center;
}
    #why-corporate .features-thumbnail img{
        display: inline-block;
    }

    #why-corporate .features-thumbnail h3{
        margin-top: 5px;
        color: #fc0;
    }

#why-corporate .features {
    margin: 0 0 20px;
}
    #why-corporate .features h4{
        margin: 0;
        font-size: 22px;
        color: #fc0;
    }
    #why-corporate .features p{
       font-size: 18px;
       line-height: 22px;
       font-weight: 400;
    }
    @media (max-width: 768px){
        #why-corporate .features{
            text-align: center;
        }
        #why-corporate .features-thumbnail {
            float: none;
            margin: 20px 0 40px;
        }
        #why-corporate .features-thumbnail .img{
            margin: 0 auto;
        }
    }

/* Template No Receipt
/* Section 3 */
#qualify {
    background-size: cover;
}
    #qualify .row {
        padding: 60px 0;
    }
    #qualify .content-left h2{
        margin: 10px 0 10px;
        font-weight: 600;
        font-size: 70px;
        text-transform: uppercase;
        color: #fff;
        line-height: 0.9;
    }
    #qualify .content-left p{
        font-size: 28px;
        color: #33abe1;
    }
    #qualify .content-left .qualify-icon{
        float: left;
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
    #qualify .content-right input[type='text'],
    #qualify .content-right input[type='email']{
        height: 42px;
        padding: 12px 0 12px 4px;
        border: 2px solid #ffbf2e;
        color: #808080;
        font-size: 24px;
        font-weight: 500;
        text-indent: 10px;
    }
    #qualify .content-right .btn-send{
        width: 100%;
        margin-top: 24px;
        padding: 8px;
        background-color: #ffbf2e;
        border-radius: 4px;
        font-size: 20px;
        color: #fff;
    }
    #qualify form .form-group {
        margin-bottom: 4px;
    }
    #qualify .wpcf7-not-valid-tip {
        color: #ffbf2e !important;
    }


/* Template No Receipt
/* Section 4 */
#faq {
    padding: 40px 0 30px;
}
    #faq li p,
    #faq li .btn-link{
        font-weight: 100;
    }
    #faq li div span[class*='icon']{
        margin: 0 10px;
    }
    #faq .row ul li [id*=answer],
    #faq .row ul li [id^=answer]{
        margin: 0px 8%;
    }
@media (max-width: 768px){
    #faq .row ul li .btn-link {
        width: 90%;
    }
    #faq .row ul li [id*=answer],
    #faq .row ul li [id^=answer] {
        width: 100%;
        margin: 0;
    }
}

#about h2.section-title {
    margin: 0 10%!important;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #959595 !important;
    font-size: 62px;
    background: none!important;
    position: inherit;
}
    @media ( max-width: 768px ) {
        #about h2.section-title {
            font-size: 8vw;
        }
    }
#menu-footer-up {
    margin: 0;
}


/* Template Outlook
/* Slide */
.slide .carousel-inner .row{
    padding: 0 !important;
}
.slide .note-screen{
    position: relative;
    width: 980px;
    height: auto;
    float: none;
    margin: 0 auto;
}
    @media (max-width: 1190px){
        .slide .note-screen{
            width: 100%;
        }
        .slide .carousel-control .icon-prev {
            left: -20%!important;
            margin-left: -20px!important;
        }
        .slide .carousel-control .icon-next {
            right: -28%!important;
        }
    }
    @media (max-width: 420px){
        .slide .screen-description {
            width: 224px;
            left: 24%;
            bottom: 34%;
            font-size: 14px;
        }
        .slide .carousel-control .glyphicon-chevron-left,
        .slide .carousel-control .icon-prev {
            left: -10%!important;
            margin-left: -20px!important;
        }
        .slide .carousel-control .glyphicon-chevron-right,
        .slide .carousel-control .icon-next {
            right: -38%!important;
        }
    }
    .slide .screen-description {
        display: block;
        max-width: 260px;
        position: absolute;
        left: 16.2%;
        bottom: 36%;
        z-index: 99;
        background-color: #9f9f9f;
        padding: 15px;
        color: #fff;
        font-size: 20px;
        text-align: left;
        line-height: 1;
    }

.slide .carousel-control.right,
.slide .carousel-control.left {
    background-image: none !important;
}
    .slide .left span.icon-prev,
    .slide .right span.icon-next {
        width: 62px;
        height: 125px;
    }
    .slide .left span.icon-prev:before,
    .slide .right span.icon-next:before {
        content: none;
    }
    .slide .carousel-control .icon-next,
    .slide .carousel-control .icon-prev {
        top: 40% !important;
    }
.slide .partner-logo {
    display: block;
    width: 270px;
    margin: 0 auto;
}

/* Template No Receipt
/* Section 1 */
.outlook #header {
    padding: 110px 0 0!important;
}
.outlook #section-1 {
    padding: 20px 0;
}
    .outlook #section-1 > .container > .row {
        padding: 40px 0 10px;
    }
.outlook #section-1 > .container > .row > .section-title {
    max-width: 60%;
    margin: 0 auto 10px!important;
    font-weight: 700;
}

/* Template Outlook
/* Section 2 */
.outlook #section-2{
    padding: 35px 0 25px;
}
.outlook #device-container{
    position: relative;
}

.outlook #section-2 #device-text {
    padding: 60px 20px 0 20px;
}
    @media (max-width: 1200px) {

    }
    @media (max-width: 990px) {
        .outlook #section-2 #device-text {
            padding-top: 0;
        }
        .outlook #section-2 #device-text .device-item ul{
            margin-top: 20px;
        }
    }
    @media (max-width: 768px) {
        .outlook #device-container{
        }
        .outlook #section-2 #device-text {
            float: none;
            width: 95%;
        }
    }
    @media (max-width: 420px) {
        .outlook #device-container{
            min-height: 470px;
        }
        .outlook #section-2 #device-text {
            width: 95%;
        }
    }

.outlook #section-2 #device-text h2{
    color: #ffbf2e;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.outlook #section-2 #device-text p {
    padding: 2px 0;
    font-size: 22px;
    font-family: ;
    line-height: 1.1;
}
.outlook #section-2 #device-text .device-item ul {
    margin: 70px 0 0;
}
    @media (max-width: 990px) {
        .outlook #section-2 #device-text .device-item ul{
            margin-top: 30px;
        }
    }
    .outlook #section-2 #device-text .device-item ul li h4 {
        margin: 0;
        font-size: 20px;
        text-transform: uppercase;
    }
    .outlook #section-2 #device-text .device-item ul li p {
        font-size: 18px;
    }
.outlook #section-2 .device-item ul li {
    margin-bottom: 40px;
}
    @media (max-width: 990px) {
        .outlook #section-2 .device-item ul li {
            margin-bottom: 30px;
        }
    }
    .outlook #section-2 .device-item ul li h4,
    .outlook #section-2 .device-item ul li p {
        color: #b1b1b1;
    }
.outlook .device-icon,
.outlook .device-description{
    display: inline-block;
}
.outlook .device-icon{
    width: 48px;
    vertical-align: top;
    margin: 0 20px 0 0;
}
    .outlook .device-icon img{
        width: 100%;
    }

/* Template Outlook
/* Section 3 */
.outlook #section-3 .row {
    padding: 50px 0 !important;
    color: #fff;
    text-align: center;
}
.outlook #section-3 .section-title {
    margin: 0 10% 35px!important;
    font-weight: 700 !important;
    color: #fff !important;
    font-size: 62px;
}
.outlook #section-3 .section-subtitle {
    font-size: 24px;
    margin-top: 50px;
}
.outlook span.and {
    color: #fff;
    font-size: 24px;
}
.outlook .appstore-container {
    display: inline-block;
    margin: 10px 10px 0;
    height: 40px !important;
}
.outlook .appstore-logo img {
    height: 100%;
    min-width: inherit !important;
    max-width: inherit !important;
}

.outlook .appstore-join img {
    height: 100px;
}
    @media (max-width: 990px) {
        .outlook .appstore-join img {
            height: 70px;
        }
    }
