/*
	Theme Name: National Cab - Taxi Company HTML5 Template
	Author: EraThemes
	Author URL: http://themeforest.net/user/erathemes
	Created: 01 Oct 2015
	Updated: 12 Oct 2015 
	Version: 1.0
*/
/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
		- Top Header
			-- Social
			-- Top Menu
			-- Logo block
		- Navigation Menu
		- Social Icons

	## Footer
		- Copyright Text	
		
	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 991
*/
/* ## Global */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666666;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    outline: 0 !important;
}

.underlined_link {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #FF7701;
}

.gmt-center {
  margin: auto;
  width: 100%;
  padding: 10px;
}
/* - Font Settings */
.logo-block a b, .ow-navigation .container > a, .footer-main .widget-title, .widget-about li, a.see-more, a.purchase, .section-header h3, .choose-us-content-box h3, .booking-details-form .btn, .we-do-more h3, .we-do-more h2, .what-we-do-box span, .what-we-do-content > a, .what-we-do-content .more-service a, .driver-info > h3, .we-are-hire span, .testimonial .carousel-inner p, .testimonial .carousel-inner p span, .get-mobile h3, .get-mobile h2, .statistics-box > span, .blog-content .entry-title, .book-taxi-form > h3, .about > h3, .about > h2, .service-box > h3, .service-box > h2, .service-box.book-now a, .page-heading > h3, .blog-area h3, .widget-title h3, .online-booking-form .btn, .contact-form form .btn, .map .content h3, .media-heading h3 {
    font-family: 'Cabin', sans-serif;
}
.subscribe-box h4, .subscribe-box .input-group-btn > .btn, .widget-about li:last-child span {
    font-family: 'Montserrat', sans-serif;
}
.contact-form form input, .contact-form form textarea {
    font-family: 'Lato', sans-serif;
}
.photos-slider .carousel-caption h2, a.purchase, a.see-more, .section-header h3, .choose-us-content-box h3, .choose-us-content-box a, .booking-details-form .btn, .we-do-more h3, .we-do-more h2, .what-we-do-box span, .what-we-do-content > a, .what-we-do-content .more-service a, .we-are-hire span, .get-mobile h3, .get-mobile h2, .blog-content .entry-title, .entry-content > a, .photos-slider2 .slider-content h2, .photos-slider2-content h3, .book-taxi-form .btn, .about > h3, .about > h2, .about a, .more-than-you > h3, .service-box > h3, .service-box > h2, .service-box.content span, .service-box.content > a, .service-box.book-now a, .page-heading > h3, .blog-area h3, .widget-title h3, .recent-post-box h3, .recent-title a, .map .content h3 {
    text-transform: uppercase;
}
.contact-form, .innovation-content {
    padding: 0 15px !important;
}
.gallery-page .section-header
{
    margin-top: 30px;
}
.gallery-page {
    padding-bottom: 30px;
}
.thank-you-content {
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    float: none;
}
.map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    max-height: 600px;
}
.map iframe {
    left: 0;
    top: 0;
    height: 100%;
    max-height: 600px;
    width: 100%;
    position: absolute;
}
.facebook-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.equal-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.equal-height div[class*='col'] {
    margin-bottom:20px;
}

.text-bg {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 10px;
    left: 15px;
    color: white;
    font-size: 16px;
    padding: 10px;
}

.service-content {
    max-width: 360px;
    margin: 0 auto;
}


@media only screen and (min-width: 1066px) {
    .map {
        padding-bottom: 600px !important;
    }
}
.page-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}
.main-container {
    background-image: url("assets/images/home/bgrd.jpg");
    background-repeat: repeat-x;
    background-color: #1E181A;
}
.header-main {
    margin: 0;
    /*    box-shadow: 0 0  3px 3px;*/
    z-index: 5;
    position: relative;
}
.header-middle {
    width: 200px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.header-middle img {
    width: 200px;
}
.header-left {
    float: left;
    width: calc(50% - 100px);
    /*    margin-top: 35px;*/
    height: 140px;
}
.inner-half {
    display: inline-block;
    width: 100%;
    height: 30px;
    /*    height: 100%;*/
    position: relative;
}
.header-left a {
    width: 90%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header-left .inner-half:nth-child(2) a {
    width: 100px;
}
/*
.header-left .inner-half:last-child a {
    width: 120px;
    padding-bottom: 3px;
}
*/
.header-right {
    float: right;
    display: inline-block;
    width: calc(50% - 100px);
    height: 140px;
    position: relative;
}
.header-right ul {
    margin: 0;
}
.header-right .inner-half:nth-child(2) a {
    border: 1px solid #3B4D58;
    border-radius: 12px;
    padding: 0 10px;
}
.header-right .inner-half:nth-child(2) {
    margin-top: 4px;
    align-content: center;
}
.top-menu {
    width: 230px;
}
.middle-header {
    height: 140px;
}
.header-left .inner-half:first-child a {
    max-width: 180px;
}
.header-left {
    text-align: center;
}
.header-left .inner-half:nth-child(1) {
    width: 100% !important;
    height: 50px;
    margin-top: 30px;
}
.header-left .inner-half:nth-child(1) img {
    max-width: 180px
}
.header-right .inner-half:nth-child(1) {
    margin-top: 50px;
}
.header-left .inner-half:nth-child(3), .header-left .inner-half:nth-child(4) {
    display: none;
}
.hidden-phone {
    display: none;
}
.hidden-wheelchair {
    display: none;
}
.slider-wrapper {
    margin: 0 30px;
}
.slider-wrapper div img {
    max-height: 350px;
}
.shadow-3:before, .shadow-3:after {
    position: absolute;
    z-index: -1;
    width: 40%;
    height: 10px;
    content: '';
    left: 12px;
    bottom: 12px;
    background: transparent;
    -webkit-box-shadow: 0px 9px 12px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 9px 12px rgba(0, 0, 0, 1);
    box-shadow: 0px 9px 12px rgba(0, 0, 0, 1);
    -webkit-transform: skew(-3deg) rotate(-3deg);
    -moz-transform: skew(-3deg) rotate(-3deg);
    -ms-transform: skew(-3deg) rotate(-3deg);
    -o-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg);
}
.shadow-3:after {
    left: auto;
    right: 12px;
    -webkit-transform: skew(3deg) rotate(3deg);
    -moz-transform: skew(3deg) rotate(3deg);
    -ms-transform: skew(3deg) rotate(3deg);
    -o-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg);
}
.shadow-3:before, .shadow-3:after, .shadow-3 {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
/* - Padding/Margin */
.no-padding {
    padding: 0;
}
.no-left-padding, ul {
    padding-left: 0;
}
.no-right-padding {
    padding-right: 0;
}
.no-top-padding {
    padding-top: 0;
}
.no-bottom-padding {
    padding-bottom: 0;
}
.no-margin {
    margin: 0;
}
.no-left-margin {
    margin-left: 0;
}
.no-right-margin {
    margin-right: 0;
}
.no-top-margin {
    padding-top: 0;
}
.no-bottom-margin {
    margin-bottom: 0;
}
.frst-container {
    margin-top: 0 !important;
}
/* - Section Header */
.section-header {
    position: relative;
    background: url("/assets/images/common/seprator.png");
    background-repeat: no-repeat;
    background-position: bottom;
    display: inline-block;
    width: 100%;
}
/* - Section Padding */
.section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* ## Header */
/* - Top Header */
.top-header {
    background-color: white;
    /*		padding-bottom: 14px;*/
    /*		padding-top: 14px;*/
}
.service-class {
    margin-top: 19px;
}
.top-header {
    font-family: 'Open Sans';
    font-weight: bold;
}
/* -- Social */
.social {
    width: 100%;
    margin-top: -3px !important;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.social li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.social li:first-child {
    margin-left: 0;
    margin-right: 0;
}
.social li:nth-child(2) {
    margin-right: 0;
}
.social li:last-child {
    margin-left: 0;
    margin-right: 0;
}
.social > div > li > a > img {
    height: 28px;
    width: 28px;
}
/* -- Top Menu */
.top-header .top-menu {
    text-align: center;
}
.top-menu {
    position: absolute;
    /*    width: 100%;*/
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.top-menu ul {
    width: 100%;
}
.top-menu .top-header .top-menu ul {
    padding-left: 0;
}
.top-header .top-menu ul {
    display: inline-block;
    list-style: none;
}
.top-header .top-menu ul li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 13px;
}
.top-header .top-menu ul li a {
    color: #555;
    text-transform: capitalize;
    text-decoration: none;
}
.top-header .top-menu ul li a:hover {
    color: #FF7701;
}
.top-header .top-menu ul li:first-child {
    padding-left: 0;
}
.top-header .top-menu ul li:last-child {
    padding-right: 0;
}
.top-header .top-menu ul li:first-child:before {
    content: "";
}
/* -- Logo block */
.middle-header {
    padding-bottom: 20px;
    padding-top: 5px;
    background-color: white;
}
.logo-block {
    position: relative;
    padding-bottom: 90px;
}
.logo-block a {
    padding-left: 220px;
    /* padding-left: 102px; */
    display: inline-block;
    text-decoration: none;
}
.logo-block a img {
    position: absolute;
    left: 15px;
}
.logo-block a b {
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    color: #000;
    margin-top: 3px;
}
.logo-block a span {
    font-size: 13px;
    color: #8c8b8b;
    float: left;
    margin-top: -6px;
}
.navbar-brand.logo-block {
    display: none;
}
.middle-header .col-md-6 {
    text-align: right;
}
.location, .phone {
    position: relative;
    /* padding-left: 46px; */
    display: inline-block;
    text-align: left;
}
.location {
    margin-right: 32px;
}
.location > img, .phone > img {
    position: absolute;
    left: 0;
}
.location p {
    font-size: 16px;
}
.location p span, .phone p span {
    display: block;
}
.phone {
    /* margin-left: 32px; */
    margin-left: 0px;
}
.phone > img {
    top: 7px;
}
.phone p {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}
.phone p span {
    font-size: 20px;
    font-weight: 600;
    color: #FF7701;
}
/* - Navigation Menu */
#navbar {
    font-family: 'Open Sans';
    font-weight: semiBold;
}
/* - Social Icons */
/* ## Footer */
.footer-main {
    background-image: url("/assets/images/common/footer-bg.png");
    background-repeat: repeat;
    padding-top: 12px;
}
.bottom-footer {
    background-color: #171717;
    padding: 30px 0;
    margin-bottom: -5px;
}
.bottom-footer > div:nth-child(1) {
    max-width:1230px;
/*    padding-left: 0;*/
/*    padding-right: 0;*/
}
.bottom-footer .container div {
    padding: 0;
}
.bottom-footer ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.bottom-footer ul li {
    float: left;
    padding: 0 8px;
    position: relative;
}
.bottom-footer ul li:first-of-type {
    padding-left: 0;
}
.bottom-footer ul li:before {
    content: "|";
    color: #fff;
    position: absolute;
    left: -4px;
    top: 0;
}
.bottom-footer ul li:first-child:before {
    content: "";
}
.bottom-footer ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
}
.bottom-footer p {
    margin-bottom: 0;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
}
/* -- Widget */
/* -- Widget Subsribe */
.widget-subscribe .subscribe-box {
    display: inline-block;
    padding: 45px 35px;
    border: 1px solid rgba(209, 209, 209, 0.2);
    color: #eee;
}
.subscribe-box h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
}
.subscribe-box p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 30px;
}
.subscribe-box input {
    border: none;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
}
.subscribe-box input:focus {
    box-shadow: none;
}
.subscribe-box input, .subscribe-box .input-group-btn > .btn {
    border-radius: 0;
    outline: none;
}
.subscribe-box .input-group-btn > .btn {
    text-transform: uppercase;
    background-color: #f7b731;
    border-color: #f7b731;
    padding-top: 11px;
    padding-bottom: 11px;
}
.widget-subscribe ul {
    margin-top: 22px;
    list-style: none;
}
.widget-subscribe ul li {
    float: left;
    margin: 0 10px;
}
.widget-subscribe ul li a {
    width: 32px;
    height: 35px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.widget-subscribe ul li a img {
    position: absolute;
}
.widget-subscribe ul li a:hover img {
    top: -38px;
}
.footer-main .widget-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
    margin-bottom: 40px;
    background-image: none;
}
.mobile-active {
    font-weight: bold;
}
/* -- Widget Links */
.footer-main .widget {
    width: 100%;
    display: inline-block;
    margin-bottom: 75px;
}
.widget-links ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 38px;
}
.widget-links ul li:last-child {
    margin-bottom: 0;
}
.widget-links ul li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.widget-links ul li a:before {
    content: "";
    background-image: url("/assets/images/common/ftr-link.png");
    background-repeat: no-repeat;
    width: 7px;
    height: 10px;
    display: inline-block;
    margin-right: 14px;
}
/* -- Widget About */
.widget-about {
    color: #fff;
    font-size: 14px;
}
.widget-about p {
    margin-bottom: 40px;
}
.widget-about li {
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: 19px;
    padding-left: 55px;
    margin-bottom: 40px;
    font-weight: bold;
}
.widget-about li span {
    display: block;
}
.widget-about li img {
    position: absolute;
    left: 0;
    top: 0;
}
.widget-about li:last-child {
    margin-bottom: 0;
}
.widget-about li a {
    color: #fff;
    font-weight: normal;
}
/* ## Responsive */
/* Right Header Responsiveness */
@media only screen and (min-width: 1013px) and (max-width: 1122px) {
    /*
    .top-menu ul li:first-child{
        padding-right: 2px !important;
    }
    .top-menu ul li:last-child{
        padding-left: 6px !important;
    }
*/
}
@media only screen and (max-width: 1012px) {
    .header-right .inner-half {
        width: 100% !important;
        height: 30px;
    }
}
/* Left Header responsiveness*/
@media only screen and (max-width: 991px) {
    .header-left .inner-half:first-child a {
        max-width: 180px;
    }
    .header-left {
        text-align: center;
    }
    .header-left .inner-half:nth-child(1) {
        width: 100% !important;
        height: 50px;
        margin-top: 30px;
    }
    .header-left .inner-half:nth-child(1) img {
        max-width: 180px
    }
    .header-right .inner-half:nth-child(1) {
        margin-top: 50px;
    }
    .hidden-busy {
        display: inline-block !important;
        height: 20px !important;
        width: 100% !important;
    }
    /*
    .social {
        margin-top: 43px !important;
        position: static;
        top:auto;
        left: auto;
        -ms-tranform: none;
        transform: none;
    }
*/
}
/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* ## Header */
    .location, .phone {
        margin: 0;
    }
}
/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* ## Header */
    .location, .phone {
        margin: 0;
    }
    .social {
        margin-top: -15px;
    }
    .middle-header {
        height: 143px;
        margin-bottom: 20px;
    }
    .bottom-footer .container ul, .bottom-footer .container div {
        width: 100%;
        text-align: center;
    }
    .bottom-footer .container ul li {
        display: inline;
        float: none;
    }
    .bottom-footer .container ul {
        margin-bottom: 10px;
    }
    .bottom-footer .container div p {
        text-align: center;
    }
    .choose-us-box {
        margin-left: auto;
        margin-right: auto;
        width: 303px;
    }
    .logo-block {
        width: 100%;
        text-align: center;
    }
    .logo-block a {
        position: relative;
        width: 298px;
    }
    .logo-block a img {
        height: 57px;
        width: 298px;
        left: 0;
    }
    .navbar, .navbar .container, .navbar-header {
        height: 0;
    }
    .navbar-toggle {
        position: absolute;
        top: -80px;
        left: calc(50% - 149px);
        width: 298px;
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 644px) {
    .hide-menu {
        display: none;
    }
    .navbar-header label {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .navbar-header label div:first-child {
        margin-top: 3px;
    }
    .hidden-phone, .hidden-wheelchair {
        display: inline-block;
    }
    .hidden-phone img {
        height: 35px;
    }
    .hidden-wheelchair img {
        height: 22px;
    }
    .hidden-wheelchair {
        float: right;
    }
    .middle-header .container {
        padding: 0;
    }
    .hidden-phone {
        margin-left: calc(50% - 80px);
    }
    .header-left {
        min-width: 100px
    }
    .header-left .inner-half:first-child {
        display: none;
    }
    .header-left .inner-half:nth-child(2) {
        margin-top: 25px;
    }
    .header-left .inner-half:nth-child(2) a{
        width: 90px;
    }
    .header-left .inner-half:nth-child(3), .header-left .inner-half:nth-child(4) {
        display: inline-block;
    }
    .header-left .inner-half a {
        width: 90px;
        font-size: 11px !important;
        left: auto;
        right: 0;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .header-right .inner-half:first-child {
        margin-top: 8px;
        height: 140px;
        width: 30px !important;
    }
    .social {
        margin: 0 !important;
    }
    .social-wrapper li {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
        height: 34px;
    }
    .social-wrapper li:last-child {
        display: none;
    }
    .header-right .inner-half:nth-child(2) {
        display: none;
    }
}
@media only screen and (max-width:400px) {
    .header-right {
        width: calc(100vw - 300px);
    }
    .menu-toggle ul li {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 11px;
    }
}
/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {
    /* ## Header */
    .top-header .social, .logo-block, .middle-header .col-md-6 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .middle-header {
        margin-bottom: 20px;
    }
    .top-header .social {
        margin-bottom: 14px;
    }
    .top-header .top-menu {
        padding: 0;
    }
    .top-header .top-menu ul li {
        font-size: 12px;
    }
    .logo-block {
        margin-bottom: 33px;
    }
    .logo-block a {
        width: 298px;
        max-width: 300px;
        display: inline-block;
        position: relative;
    }
    .logo-block a img {
        left: 0;
    }
    .location, .phone {
        margin: 0;
    }
    /* ## Footer */
    .bottom-footer ul, .bottom-footer p {
        width: 100%;
        text-align: center;
    }
    .bottom-footer, .bottom-footer ul, .bottom-footer ul li {
        float: none;
        display: inline-block;
    }
    .bottom-footer ul {
        margin-bottom: 10px;
    }
    .bottom-footer .container ul, .bottom-footer .container div {
        width: 100%;
        text-align: center;
    }
    .bottom-footer .container ul li {
        display: inline;
        float: none;
    }
    .bottom-footer .container div p {
        text-align: center;
    }
    .logo-block a img {
        height: 57px !important;
        width: 298px !important;
    }
    .col-md-4.pull-left {
        width: 100%;
        text-align: center;
    }
    .social li {
        float: none !important;
        text-align: left;
    }
    .social-wrapper {
        float: none !important;
    }
    .top-menu {
        margin-bottom: 0 !important;
    }
    .facebook-responsive {
        margin-top: 30px;
    }
}
/* -- min-width: 991 */
@media (max-width: 991px) {
    .fb-video{
        width: 90%;
        margin: 0 5%;
    }
}
/* ## min-width: 1200 */
@media (min-width: 1200px) {
    .container {
        /*        width: 1200px;*/
    }
}
.facebook-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}