/*
	Theme Name: Turbo Air Agency
	Theme URI: http://html5blank.com
	Description: This is a theme for Turbo Air Agency site. This theme is based on html5blank.com blank theme
	Version: 1.4.3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
    url('fonts/font-name.woff') format('woff'),
    url('fonts/font-name.ttf') format('truetype'),
    url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

}

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

}

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

}

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

}

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

}

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

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.contact_card__header .wp-post-image {
    width: 60%;
}

/*.group_card__header .wp-post-image{*/
/*width: 60%;*/
/*height: 60%;*/
/*}*/

.information_container__box__inside div .wp-post-image {
    width: 120px;
}

.page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

ul.pagination .page-item .page-numbers {
    border: 0;
    font-size: 14px;
    color: #343434;
    font-weight: 300;
    line-height: 18px;
    background-color: transparent !important;
}

ul.pagination .page-item a:hover {
    color: #ae4b4b;
}

ul.pagination .page-item .prev {
    border-top: 5px solid transparent;
    border-right: 10px solid #343434;
    border-bottom: 5px solid transparent;
    border-radius: 0 !important;
}

ul.pagination .page-item .prev:hover {
    border-right: 10px solid #ae4b4b;
}

ul.pagination .page-item .next {
    border-top: 5px solid transparent;
    border-left: 10px solid #343434;
    border-bottom: 5px solid transparent;
    border-radius: 0 !important;
}

ul.pagination .page-item .next:hover {
    border-left: 10px solid #ae4b4b;
}

ul.pagination .page-item .next, ul.pagination .page-item .prev {
    width: 0;
    height: 0;
    padding: 0;
    display: inline-block;
    margin: 12px;
}

ul.pagination .page-item .current {
    color: #ae4b4b !important;
    font-weight: 600 !important;
    background-color: transparent !important;
}

.turbo-air__top-slide-2__text-box {
    max-width: 700px;
    margin: auto;
}

.navbar .sub-menu {
    display: none;
}

.footer_logos__container .col-12 {
    display: block !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}

.footer_logos__container .col-12 a {
    display: inline-block;
    margin: 0 10px 3rem;
}

.turbo-air__top-slide-2__text-box .second-text {
    margin: auto !important;
}

@media only screen and (max-width: 767px) {
    .information_container__contact_cards .row {
        display: block;
    }

    .turbo-air .contact_us__content__information_cards .information_container__contact_cards .row .contact_card {
        margin: 0 auto 20px !important;
    }

    /*.turbo-air__top-slide-2__text-box .second-text {max-width: 60%;}*/
}

/*@media only screen and (max-width:560px){*/
/*	.turbo-air__top-slide-2__text-box .second-text {max-width: 80%;}*/
/*}*/
/*@media only screen and (max-width:420px){*/
/*	.turbo-air__top-slide-2__text-box .second-text {max-width: 88%;font-size: 22px !important;}*/
/*}*/
/*@media only screen and (min-width: 1441px) {*/
/*    .turbo-air__vision, .turbo-air__footer {*/
/*        background-size: 100% auto !important;*/
/*        background-repeat: no-repeat !important;*/
/*    }*/
/*}*/

.menu-sidebar .sub-menu {
    padding-left: 10px;
    display: none;
}

.turbo-air .menu-sidebar li {
    height: auto !important;
}

@media only screen and (max-width: 680px) {
    .footer_logos__container .col-12 {
        display: block !important;
        margin-bottom: 0 !important;
    }

    .footer_logos__container .col-12 a {
        display: block;
        margin-bottom: 30px !important;
        text-align: center;
    }
}

@media only screen and (max-width: 560px) {
    /*.turbo-air__top-slide-2__text-box .second-text {max-width: 80%;}*/
    .careers__filters select, .turbo-air .careers__filters span, .turbo-air .careers__filters p {
        font-size: 12px !important;
    }

    .careers__filters select {
        width: 68%;
    }
}

@media only screen and (max-width: 420px) {
    /*.turbo-air__top-slide-2__text-box .second-text {max-width: 88%;font-size: 20px !important;}*/
    .careers__filters .row {
        display: block;
    }

    .careers__filters .row > div {
        width: 100%;
        max-width: 100%;
    }

    .careers__filters select {
        width: auto;
    }
}

@media only screen and (max-width: 350px) {
    .page-template-company_profile .turbo-air__top-slide-2__text-box .second-text {
        font-size: 17px;
    }
}

.gray {
    color: #878787;
}

@media (max-width: 1440px) {
    .page-template-contact_us .turbo-air__top-slide-2__text-box {
        padding-bottom: 100px;
    }
}

#features-tabContent {
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    .tech-info-img.roll-in-left {
        -webkit-animation: roll-in-left 0s ease-out both;
        animation: roll-in-left 0s ease-out both;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px){
    .turbo-air__footer .turbo-air__footer__container > .row {
        transform: translateX(-40px);
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .turbo-air__kitchen{
        background-attachment: initial!important;
    }
}

.turbo-air__network #network-tabContent #usa .map-container .dot-map-usa{
    transform: translate(-23px,-23px);
    transition: .4s;
    padding: 0;
}
.turbo-air__network #network-tabContent #usa .map-container .dot-map-usa:hover{
    transition: .4s;
}
.turbo-air__network #network-tabContent #usa .map-container .dot-map-usa img{
    opacity: 0;
    transition: .3s;
}
.turbo-air__network #network-tabContent #usa .map-container .dot-map-usa:hover img{
    opacity: 1;
    transition: .3s;
}

@media screen and (max-width: 768px) {
    .turbo-air__network #network-tabContent #usa .map-container .dot-map-usa{
        width: 38px;
        height: 38px;
        transform: translate(-19px, -19px);
        transition: .4s all ease;
    }
}
.turbo-air .privacy_policy__title{
    background: #fcfcfc;
}

