/*
Theme Name: POPCAR
Author: the Sitessimply team (modified & managed by Web Bird Digital since v1.4)
Author URI: https://wordpress.org/
Description: Custom theme for PopCar, based on TwentySixteen.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/





/**
 * Inital release CSS - Remove these rules to show all sections of the site on main release.
 *
body .launchHide {
    display: none !important;
}
body .launchWhite {
    background: #FFFFFF;
}
body .launchGrey {
    background: #eaeaea;
}
body header {
    padding-top: 30px;
}*/
.page-id-781 table,
.page-id-995 table,
.page-id-1092 table{
	width:100%;
}
.page-id-781 table td,
.page-id-995 table td,
.page-id-1092 table td{
	vertical-align:top;
}
.page-id-781 table tr:first-of-type,
.page-id-995 table tr:first-of-type,
.page-id-1092 table tr:first-of-type{
	font-weight:bold;
}
.page-id-18 .news ul li:before {
	content:"\2714\0020";
	margin-left:-1.3em;
	padding-right:2px;
}
.page-id-18 .news ul{list-style-type:none;}


.modalClose, .modalClose:hover {
    float: right;
    color: #FFF;
    margin-top: -20px;
    margin-right: 10px;
    background: #00a2e1;
    cursor: pointer;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-decoration: none;
}


/**
 * General
 **/
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}
img {
    max-width: 100%;
}
.outer {
    float: left;
    width: 100%;
}
.light {
    font-weight: lighter;
}
.btn-default {
    background: #00a2e1;
    color: #FFFFFF;
    border: none;
    font-size: 15px;
    padding: 15px 25px;
    border-radius: 2px;
}
.btn-default:hover {
    background: #002f55;
    color: #FFFFFF;
    border: none;
}
.btn-default:active,
.btn-default:focus {
    background: #00a2e1;
    color: #FFFFFF;
}
h2 {
    font-weight: lighter;
    vertical-align: bottom;
    font-size: 36px;
    color: #002f55;
}
h1 img,
h2 img {
    vertical-align: bottom;
    padding-bottom: 6px;
}
h1, h2, h3 {
    letter-spacing: 0.02em;
}
.more {
    font-style: italic;
    color: #00a2e1;
}
.hiddenContent {
    display: none;
}
.container {
    position: relative;
}
ul.yes {
    list-style-image: url('img/check.png');
}
ul.no {
    list-style-image: url('img/cross.png');
}
ul.yes li, ul.no li {
    padding-left: 10px;
    padding-bottom: 20px;
}
.center {
    text-align: center;
}
.floatLeft {
    float: left;
}
.showMapLink {
    float: right; 
    margin-top: 35px;
}
.lighter {
    font-weight: lighter !important;
}
body .ui-widget {
    font-family: 'Lato', sans-serif;
}
.bold {
    font-weight: bold !important;
}
.hideMap {
    display: none;
}

/*.button, .btn{
	display: inline-block;
	font-size:1.6em;
	font-size:1.6rem;
	padding: 0.4em 1em 0.6em 1em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	text-transform: uppercase;
	background-color: #ddd;
	background-color: rgba(0,0,0,0.10);
	color: #2d4256;
	cursor:pointer;
	
	font-family: "denseregular", "Lato", "Source Sans Pro", Helvetica, sans-serif;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button i, .btn i{
	color:#2d4256;
	margin:0 0 0 0.5em;
	font-size:1.2em;
	line-height:0.8em;
	line-height:1rem;
	position:relative;
}
.button:hover i, .btn:hover i{
	color:#fff;
}
.button:hover, .btn:hover{
	background: #2d4256;
	color:#fff;
}
a.button, a.btn{
	padding-bottom:0.4em;
}*/
.btn a,
.btn a:hover{
	color:#fff;
	text-decoration:none;
}
/* shortcodes */
.float_box{
	width:50%;
	float:left;
	min-height:1em;
	display:block;
	padding:1em;
}
.one_fifth{
	width:20%;
}
.two_fifth, .two_fifths{
	width:40%;
}
.four_fifth, .four_fifths{
	width:80%;
}
.one_quarter{
	width:25%;
}
.three_quarter, .three_quarters{
	width:75%;
}
.one_third{
	width:33.333%;
}
.two_third, .two_thirds{
	width:66.666%;
}
.one_half{
	width:50%;
}
.full_width, .one_whole{
	width:100%;
}
.no_min{ /* remove the min-height from .float_box */
	min-height:0;
}
.small_min{
	min-height:10px;
}
.expanded_width{
	width:100%;
	margin-left:-1em;
	
	width: -webkit-calc( 100% + 2em );
	width: -moz-calc( 100% + 2em );
	width: calc( 100% + 2em );
}
.expanded_width:before,
.expanded_width:after{
	content:" ";
	display:table;
}
.expanded_width:after{
	clear:both;
}
/* end shortcodes */

/**
 * Tables
 **/
table.table {
    background: none;
    border: none;
    border-collapse: separate;
    border-spacing: 5px 5px;
}
table.table > tbody > tr > td, 
table.table > thead > tr > th {
    padding: 20px 15px;
    text-align: center;
}
table.table > thead > tr > th {
    border: none;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
}
table.table > thead > tr > th.center {
    text-align: center;
}
table.table > tbody > tr > td.halfPad {
    padding: 3px 15px;
}
table.table td {
    background: #f5f5f5;
    color: #002f55;
    border-top: none !important;
}
table.table td.first {
    background: #ffffff;
    color: #002f55;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}
table.table td.first.grey {
    background: #eaeaea;
    font-weight: normal;
}
table.table td.green {
    background: #00b0aa !important;
    color: #FFF;
}
table.table td.none {
    background: transparent;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    padding: 0;
}
table.table td.none .btn {
    width: 100%;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
.table small {
    display: block;
    font-size: 13px;
    line-height: 15px;
}
table.table > thead > tr > th.padLess, 
table.table > tbody > tr > td.padLess {
    padding: 5px 15px;
}
table.table > thead > tr > th.padLess2 {
    padding: 10px 15px;
}
table.table > tbody > tr > td.padLess.first {
    white-space: normal;
}
td sup {
    top: -.9em;
    font-size: 0.5em;
}
td.left {
    text-align: left !important;
}
.table > thead > tr > th {
    vertical-align: middle;
}
.table > thead > tr > th .btn.padLeft {
    margin-left: 30px;
}
.table th .btn-default {
    padding: 15px 35px;
}
.table th .btn-default:hover {
    color: #00a2e1;
    background: #FFFFFF;
}
.joinPage table.table td.first {
    background: #eaeaea;
}
.tableHide {
    display: none;
}
.joinPage .tableHide {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: normal;
    }
    .table-responsive {
        border: none;
    }
	
}



/**
 * Background colors
 **/
.darkBlue {
    background: #002f55;
}
.blue {
    background: #00a2e1;
}
.grey {
    background: #eaeaea;
}
.white {
    background: #FFFFFF;
}
.green {
    background: #00b0aa;
}




/**
 * Text colors
 **/
.blueText {
    color: #00a2e1 !important;
}
.lightBlueText {
    color: #00b0aa !important;
}
.darkBlueText {
    color: #002f55 !important;
}
.greenText {
    color: #00b0aa !important;
}
.greyText {
    color: #eaeaea !important;
}
.whiteText {
    color: #ffffff !important;
}



/**
 * Header
 **/
h1#logo {
    text-indent: -999999px;
    background: url(img/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 190px;
    height: 63px;
    float: left;
    margin: 0 0 10px 0;
}
.loginButton {
    text-align: right;
    padding-top: 5px;
}
.loginButton a {
    font-weight: bold;
    font-size: 15px;
    color: #00a2e1;
}
.loginButton a:hover, .loginButton a:active {
    color: #FFF;
    text-decoration: none;
}

/**
 * Nav
 **/
.menuBurger {
    float: right;
    display: none;
    padding: 25px 0 25px 20px;
}
.menuBurger a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}
.menuBurger a:hover {
    text-decoration: none;
    color: #00b0aa;
}
nav {
    font-size: 15px;
    color: #FFFFFF;
    margin-top: 26px;
}
nav ul {
    float: right;
    padding: 0;
}
nav li {
    display: inline-block;
    list-style: none;
}
nav a {
    color: #FFFFFF;
    padding: 23px 20px;
}
/*nav li:last-child a {
    padding-right: 0;
}*/
nav a:hover {
    text-decoration: none;
    color: #00a2e1;
}
nav .active a {
    border-bottom: 3px solid #00a2e1;
}
.loginMenu {
    display: none;
    position: absolute;
    z-index: 999;
    top: 102px;
    background: #FFF;
    border-bottom: 4px solid #00b0aa;
    width: 100%;
    left: 0;
}
.loginMenu .row {
    max-width: 1000px;
    margin: 30px auto 40px auto;
}
.loginMenu input[type='text'],
.loginMenu input[type='password'] {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    background: #eaeaea;
    outline: none;
    border: none;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #eaeaea;
    padding-left: 23px;
    text-indent: 3px;
    color: #002f55;
    font-weight: lighter;
    margin-right: 30px;
}
.loginMenu input[type='text']:focus,
.loginMenu input[type='password']:focus {
    border-left: 4px solid #00b1aa;
    background: #FFF;
    text-indent: 0px;
}
input.filled {
    border-left: 1px solid #00b1aa;
    padding-left: 20px;
    background: #FFFFFF !important;
    text-indent: 0px;
}

.loginMenu .btn {
    margin-top: 10px;
    padding: 12px 25px;
}

@media screen and (min-width: 0) and (max-width: 1200px) {
    .loginMenu {
        top: 105px;
    }
}
@media screen and (min-width: 0) and (max-width: 992px) {
    .loginMenu .col-md-6:last-child {
        margin-top: 40px;
    }
    .loginMenu {
        top: 104px;
    }
}
@media screen and (min-width: 0) and (max-width: 600px) {
    .loginMenu {
        top: 79px;
    }
}



/**
 * Footer
 **/
.footerLogo {
    font-size: 36px;
    color: #002f55;
    padding-top: 50px;
    padding-bottom: 25px;
    padding-left: 15px;
}
.footerCol {
    /*float: left;
    padding-right: 60px;*/
    font-size: 16px;
    color: #636363;
    padding-bottom: 20px;
}
.footerPad50 {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.footerCol .lightBlueText {
    font-size: 18px;
}
footer ul {
    padding: 0;
}
footer ul li {
    display: inline-block;
    list-style: none;
    color: #00b0aa;
    font-size: 18px;
    padding: 45px 40px 45px 0;
}
footer ul li a {
    color: #FFFFFF;
    font-size: 16px;
}
footer ul li a:hover {
    color: #FFFFFF;
}
.social {
    width: 40px;
    height: 40px;
    margin-right: 7px;
    margin-top: 10px;
    display: inline-block;
}


/**
 * Homepage
 **/
.homeIntro {
    text-align: center;
    padding: 60px 20px;
    font-size: 32px;
    line-height: 35px;
    color: #002f55;
    font-weight: lighter;
}
.homeIntro p {
    margin-bottom: 20px;
}
.homeIntro .btn {
    margin-top: 10px;
}
.introImage {
    padding-top: 50px;
}
.homeHowItWorks, 
.homeWhyPopcar, 
.homeWhyCarShare, 
.homeFaq {
    padding: 20px 100px 40px 100px;
}
.homeHowItWorks h2, 
.homeWhyPopcar h2, 
.homeWhyCarShare h2, 
.homeFaq h2 {
    margin-bottom: 25px;
}
.homeWhyPopcar p,
.homeFaq p {
    color: #FFF;
}
.homeHowItWorks {
    color: #002f55;
}
.homeHowItWorks .hiddenContent .row:first-child {
    padding-top: 40px;
}
.homeHowItWorks .hiddenContent .row {
    max-width: 770px;
    margin: 0 auto;
    min-height: 130px;
}
.homeHowItWorks .hiddenContent .joinRow {
    text-align: center;
    padding-top: 50px;
}
.homeHowItWorks .hiddenContent .row span {
    position: absolute;
    margin-left: -60px;
    margin-top: 20px;
}
.homeHowItWorks .hiddenContent .row p {
    margin-bottom: 0;
}
.homeHowItWorks .hiddenContent .row .col-md-6 {
    padding-left: 70px;
    padding-bottom: 40px;
}
.homeWhyPopcar .more {
    color: #002f55;
}
.homeWhyPopcar .hiddenContent {
    color: #FFFFFF;
    font-size: 36px;
    text-align: center;
    font-weight: lighter;
    line-height: 1.2em;
    padding-top: 70px;
    padding-bottom: 70px;

    margin: 0 auto;
    max-width: 820px;
}
.whyHidden {
    display: none;
    float: left;
    width: 100%;
}
.whyHidden .container.why1 {
    color: #FFFFFF;
    font-size: 36px;
    text-align: center;
    font-weight: lighter;
    line-height: 1.2em;
    padding-top: 20px;
    padding-bottom: 20px;

    margin: 0 auto;
    max-width: 820px;
}
.whyHidden .container.why2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;

    margin: 0 auto;
}
.whyHidden .container.why2 h2 {
    color: #002f55;
    font-weight: lighter;
    font-size: 36px;
    margin-bottom: 70px;
}
.whyHidden .container.why2 h3 {
    color: #23bbb6;
    font-size: 26px;
    margin-top: 0;
}
.whyHidden .container.why2 .col-md-6 {
    padding: 0 50px;
}
.whyHidden .container.why2 .row {
    margin-bottom: 70px;
}
.whyHidden .container.why3 {
    color: #FFFFFF;
    margin: 0 auto;
    padding: 50px 100px 70px 100px;
}
.whyHidden .container.why3 h2, .whyHidden .container.why4 h2 {
    color: #FFFFFF;
    text-align: center;
    font-weight: lighter;
    font-size: 36px;
    margin-bottom: 50px;
}
.whyHidden .container.why3 h3 {
    color: #FFFFFF;
    text-align: center;
    font-weight: lighter;
    font-size: 26px;
    max-width: 700px;
    margin: 20px auto 50px auto;
}
.whyHidden .container.why4 {
    color: #FFFFFF;
    margin: 0 auto;
    padding: 50px 100px 20px 100px;
}
.whyHidden .container.why4 p {
    color: #FFFFFF;
    font-weight: lighter;
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 50px;
    line-height: 1.4em;
}
.whyHidden .container.why5 {
    padding: 20px 115px 40px 115px;
}
.homeWhyCarShare {
    color: #002f55;
}
.homeWhyCarShare h2 {
    font-size: 36px;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: lighter;
}
.homeWhyCarShare .table {
    margin-top: 40px;
}
.homeWhyCarShareInner {
    padding: 0 80px;
}

.homeFaq h3 {
    text-indent: 20px;
}
.homeFaq .faq {
    display: block;
    background: #305574;
    font-weight: normal;
    color: #FFF;
    padding: 15px 45px 15px 15px;
    background-image: url(img/close.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-position: right center;
    margin-bottom: 10px;
}
.homeFaq .faq div {
    display: none;
}
.homeFaq .faq:hover {
    text-decoration: none;
    background-color: #00a2e1;
}
.faqOverlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */ 
}
.faqOverlay {
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    /* May want to do this if there is risk the container may be narrower than the element inside */
    white-space: nowrap;
}
.faqOverlay .box {
    z-index: 999999999;
    background: #efebeb;
    color: #002f55;
    padding: 50px 50px 50px 50px;
    white-space: normal;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 600px;
}
.faqOverlay .box .faqInner {
    font-weight: bold;
}
.faqOverlay .box .faqInner div {
    font-weight: normal;
    padding-top: 10px;
}
.faqClose {
    float: right;
    margin-top: -40px;
    margin-right: -35px;
}
.faqClose:hover {
    cursor: pointer;
}
.faqInner {
    color: #002f55;
}
iframe.map {
    width: 100%;
    height: 460px;
    border: none;
}
.homeWhyCarShareInner .closeHidden {
  margin-left: -80px;
}
.pricingOverlay .faqOverlay {
    background: rgba(0, 48, 86, 0.9);
}
.pricingOverlay .faqOverlay .box {
    background: none;
}
.pricingOverlay .faqOverlay .box {
    padding: 50px 0;
}
.pricingOverlay table.table > tbody > tr > td {
    font-weight: normal;
    height: 65px;
    padding: 0px 20px;
}
.pricingOverlay .toggle-btn {
    
}
.pricingOverlay table.table td.none .btn {
    width: 65px;
    height: 65px;
    padding: 0;
    vertical-align: middle;
    padding-top: 20px;
}
.pricingOverlay table.table td.none .btn.toggle-on {
    color: #FFF;
    background: #003056;
}
.pricingOverlay .btn-default:hover, .pricingOverlay .btn-default:focus {
    color: #FFF;
    background: #00a2e1;
}
.pricingOverlay .btn-default.toggle-on:hover, .pricingOverlay .btn-default.toggle-on:focus {
    color: #FFF;
    background: #003056;
}
@media screen and (min-width: 0) and (max-width: 1200px) {
    .homeHowItWorks, 
    .homeWhyPopcar, 
    .homeWhyCarShare, 
    .homeFaq {
        padding: 20px 60px 40px 60px;
    }
    .whyHidden .container.why5 {
        padding: 20px 75px 40px 75px;
    }
}
@media screen and (min-width: 0) and (max-width: 992px) {
.homeWhyCarShareInner .closeHidden {
  margin-left: 0;
}    

.homeHowItWorks, 
    .homeWhyPopcar, 
    .homeWhyCarShare, 
    .homeFaq {
        padding: 20px 30px 40px 30px;
    }
    .whyHidden .container.why5 {
        padding: 20px 45px 40px 45px;
    }
    .homeHowItWorks .hiddenContent .row span {
        margin-top: 0;
    }
    .homeHowItWorks .hiddenContent .row:first-child {
        padding-top: 0;
    }
    .whyHidden .container.why1 {
        font-size: 28px;
    }
    .whyHidden .container {
        padding: 20px 30px;
    }
    .whyHidden .container.why2 .row {
        margin-bottom: 0;
    }
    .whyHidden .container.why2 .col-md-6 {
        margin-bottom: 30px;
    }
    .whyHidden .container.why4 p {
        padding: 0;
    }
    .homeWhyCarShareInner {
        padding: 0;
    }
}
@media screen and (min-width: 0) and (max-width: 600px) {
    .homeHowItWorks, 
    .homeWhyPopcar, 
    .homeWhyCarShare, 
    .homeFaq {
        padding: 20px 0 40px 0;
    }
    .whyHidden .container.why5 {
        padding: 20px 15px 40px 15px;
    }
    .homeHowItWorks h2, 
    .homeWhyPopcar h2, 
    .homeWhyCarShare h2, 
    .homeFaq h2 {
        margin-bottom: 25px;
        font-size: 28px;
    }
    .homeHowItWorks h2 img, 
    .homeWhyPopcar h2 img, 
    .homeWhyCarShare h2 img, 
    .homeFaq h2 img {
        max-height: 45px;
        max-width: 70px;
    }
    .homeHowItWorks .hiddenContent .row h3 {
        font-size: 20px;
    }
    .whyHidden .container.why1 {
        font-size: 24px;
    }
    .whyHidden .container.why2 h2,
    .whyHidden .container.why3 h2, 
    .whyHidden .container.why4 h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .whyHidden .container.why2 h3, 
    .whyHidden .container.why3 h3,
    .whyHidden .container.why4 p {
        font-size: 20px;
    }
    .whyHidden .container, 
    .whyHidden .container.why3,
    .whyHidden .container.why4 {
        padding: 20px 15px;
    }
    .whyHidden .container.why1 {
        padding-top: 00px;
        padding-bottom: 40px;
    }
    .whyHidden .container.why2 h2 {
        margin-top: 0;
        margin-bottom: 40px;
    }


    iframe.map {
        width: 100%;
        height: 660px;
        border: none;
    }
	
	
}




/**
 * How it works
 **/
.howItWorksIntro {
    text-align: center;
    padding-top: 70px;
}
.howItWorksIntro p {
    font-weight: lighter;
    font-size: 36px;
    color: #002f55;
    margin-bottom: 50px;
    line-height: 1.4em;
}
.howItWorksIntro p span {
    color: #00b1aa;
}
.howItWorksIntroImage {
    padding-bottom: 50px;
}
div.hiwRow1 {
    padding-top: 60px;
}
div.hiwRow1 p {
    color: #002f55;
}
div.hiwRow2 h2 {
    color: #00a2e1;
}
div.hiwRow2 h3 {
    color: #00a2e1;
    font-size: 26px;
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 30px;
}
div.hiwRow2 p {
    color: #636363;
    line-height: 1.3em;
    min-height: 70px;
}
div.hiwRow2 .btn {
    margin-bottom: 40px;
}
div.hiwRow3 h2 {
    margin-bottom: 30px;
}
div.hiwRow3 p {
    font-size: 26px;
    font-weight: lighter;
    line-height: 1.3em;
}
.hiwRow3 {
    color: #002f55;
}
.hiwRow {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 80px;

    margin: 0 auto;
    max-width: 830px;
}
.hiwRow h2 {
    color: #002f55;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: normal;
}
.hiwIcon {
    position: absolute;
    left: 50%;
    bottom: -50px;
    /* padding: 25px; */
    z-index: 1;
    margin-left: -50px;
}
@media screen and (min-width: 0) and (max-width: 1200px) {
    .howItWorksIntro p {
        font-size: 28px;
    }
}
@media screen and (min-width: 0) and (max-width: 992px) {
    img.howItWorksIntroImage {
        padding-top: 70px;
        padding-bottom: 0;
    }
    .howItWorksIntro {
        padding-bottom: 70px;
    }
}
@media screen and (min-width: 0) and (max-width: 600px) {
    .howItWorksIntro {
        padding-top: 50px;
		

}
    .hiwRow h2 {
        font-size: 28px;
    }
}
@media screen and (min-width: 0) and (max-width: 550px) {
	.howItWorksIntro {
	 background-attachment: inherit !important;
    background-position: right 90% !important;
	}
}
@media screen and (min-width: 0) and (max-width: 480px) {
    .howItWorksIntro {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .howItWorksIntro p {
        font-size: 20px;
        margin-bottom: 30px;
    }
    div.hiwRow3 p {
        font-size: 18px;
    }
	
}



/**
 * Pricing
 **/
.pricingIntroImage {
    padding-top: 20px;
}
.pricingIntro {
    text-align: center;
}
.pricingIntro h1 {
    font-size: 36px;
    font-weight: lighter;
    line-height: 1.2em;
    margin-top: 60px;
    margin-bottom: 30px;
}
.pricingIntro p {
    color: #636363;
    padding: 0 60px;
    margin-top: 0;
}
.pricingRow2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 830px;
}
.pricingRow2 h2 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: lighter;
}
.pricingRow2 h3 {
    margin-top: 35px;
}
.pricingRow2 p {
    margin-top: 0;
    color: #636363;
}
.pricingRow3 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 830px;
}
.pricingRow3 h2 {
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 30px;
}
.pricingRow3 ul li {
    color: #FFFFFF;
    padding-bottom: 10px;
}
.pricingTitleRow h2 {
    margin: 35px auto;
    max-width: 830px;
}
.pricingRow4 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 990px;
}
.pricingRow4 .small {
    font-size: 13px;
    color: #002f55;
    line-height: 1.4em;
}
.pricingRow5 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 990px;
}
.pricingRow5 h2 {
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: lighter;
    color: #002f55;
}
@media screen and (max-width: 992px) and (min-width: 0) {
    .pricingIntro p {
        margin-bottom: 50px;
		padding: 0;
    }
    .pricingRow2 .col-md-4 {
        margin-bottom: 50px;
    }
    .pricingRow5 .col-md-6 {
        margin-bottom: 30px;
    }
    .p4c {
        width: 100%;
    }
}
@media screen and (max-width: 600px) and (min-width: 0) {
    .pricingIntro h1,
    .pricingRow2 h2,
    .pricingRow3 h2,
    .pricingTitleRow h2,
    .pricingRow5 h2 {
        font-size: 28px;
    }
}

/**
 * 	Gift membership
 */
.cart_icon a{
	font-size:22px;
	margin-right:8px;
}
#gift_section_four ul{
	padding-left:20px;
}
.gift_section .cta_button{
	width:300px;
	font-size:20px;
} 
.gift_section .row, .gift_section .cta_section {
	padding-top:20px;
	padding-bottom:20px;
}
.gift_section .step_image {
	padding-bottom:10px;
}
.gift_section .step{
	margin-bottom:20px;
}
#gift_section_three .cta_section.row,
#gift_section_four .cta_section.row {
	padding-top:0;
}
#gift_section_two h2,
#gift_section_three h2 {
	padding-bottom:20px;
}
#gift_section_one {
	padding-bottom:15%;
	background-repeat: no-repeat;
	background-position:center;
}
#gift_section_one .row{
	padding-top:11%;
}
#gift_section_one .cta_button{
	display:inline-block;
	width:200px;
	margin:10px;
}
@media screen and (max-width:800px){
	#gift_section_one .main-body{
		background-color:rgba(255,255,255,0.7);
		padding-top:10px;
	}
	#gift_section_one{
		background-position: bottom;
	}
}
@media screen and (max-width:991px){
	.gift_section .step {
		margin-bottom:50px;
	}	
}

/* Single product */
.woocommerce form .product-addon .form-row,
.woocommerce form .product-addon .form-row label{
	/*display:inline;*/
	line-height:1;
}
.woocommerce form .product-addon .form-row{
	padding-right:8px;
}
.woocommerce form .product-addon .form-row::before,
.woocommerce form .product-addon .form-row::after{
	content:none;
}
div.addon-description p{
	font-style:normal;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color:#00a2e1;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color:#002f55;
}
.woocommerce.single-product button.button{
	padding:7px 16px;
}
.woocommerce-product-gallery, .gift-card-image{
	border: 1px solid #00a2e1;
	border-radius: 7px;
	padding: 5px;
}
.gift-card-image{
	background-color:#fff;
}
.woocommerce .single-product {
	margin-top:70px;
}
.woocommerce div.product .woocommerce-tabs .panel{
	border:none;
}
/* checkout */
.woocommerce-checkout .checkbox input[type="checkbox"]{
	position:static;
}


/**
 * Contact us
 **/
.contact {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact h1 {
    font-weight: lighter;
    vertical-align: bottom;
    font-size: 36px;
    color: #002f55;
    text-indent: 20px;
    margin-bottom: 50px;
}
.contact .input {
    display: block;
    width: 100%;
    background: #eaeaea;
    outline: none;
    border: none;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #eaeaea;
    /*border-left: 4px solid #eaeaea;*/
    padding-left: 23px;
    color: #002f55;
    font-weight: lighter;
}
.contact .input.filled {
    background: #FFFFFF;
}
.contact .input.error {
    border: 1px solid #e4002c;
}
.contact .input:focus {
    border-left: 4px solid #00b1aa;
    background: #FFF;
    padding: 10px 20px;
}
.contact .errorText {
    color: #e4002c;
    text-align: center;
    font-size: 15px;
}
.contact .input::-webkit-input-placeholder {
    font-weight: lighter;
    color: #002f55;
}
.contact .input::-moz-placeholder, .contact .input:-moz-placeholder {
    font-weight: lighter;
    color: #002f55;
}
.contact .input:-ms-input-placeholder  {
    font-weight: lighter;
    color: #002f55;
}
.contact .ui-selectmenu-button span.ui-selectmenu-text {
    background: #eaeaea;
    border: 1px solid #eaeaea;
    outline: none;
    margin-bottom: 0;
    padding: 9px 20px !important;
    font-size: 18px;
    font-weight: lighter;
    color: #002f55;
    font-family: 'Lato', sans-serif;
    text-indent: 3px;
}
.contact .ui-selectmenu-button.ui-state-hover span.ui-selectmenu-text {
    background: #FFF;
    border: 1px solid #eaeaea;
    border-left: 4px solid #00b1aa;
    text-indent: 0px;
}
.contact .ui-selectmenu-button span.ui-selectmenu-text.filled {
    background: #FFF;
}
.contact .ui-selectmenu-button span.ui-selectmenu-text.error {
    border: 1px solid #e4002c;
}
.contact .ui-selectmenu-button {
    border-radius: 0 !important;
    border: none;
    outline: none;
    width: 100% !important;
    margin-bottom: 20px;
    font-weight: normal;
    display: block;
}
.contact textarea {
    min-height: 174px;
}
.contact textarea.input {
    margin-top: 0;
}
.ui-selectmenu-button span.ui-icon {
    background: url(img/selectBg.png) no-repeat right;
    width: 20px;
}
.ui-selectmenu-open {
    border: none !important;
    border-radius: none;
}
body .ui-widget-content {
    border: none !important;
    background: #FFF;
}
div.ui-selectmenu-menu .ui-menu {
    border: none !important;
    background-color: #FFFFFF;
    font-weight: normal;
    overflow: visible !important;
    padding-top: 3px;
}
ul.ui-menu .ui-menu-item {
    background: #eaeaea;
    border: 1px solid #eaeaea;
    margin: 0 1px 3px 0px;
    padding: 10px 20px;
    font-weight: lighter;
    color: #002f55;
    text-indent: 3px;
}
ul.ui-menu .ui-menu-item.ui-state-focus {
    background: #FFF;
    border: 1px solid #eaeaea;
    border-left: 4px solid #00b1aa;
    text-indent: 0px;
}
.contact .btn-default {
    padding: 10px 35px;
}
.contact .thanks {
    padding: 10px 0;
}
.contact .thanks p {
    color: #003056;
    font-size: 36px;
    font-weight: lighter;
    line-height: 1.3em;
}
@media screen and (min-width: 0) and (max-width: 992px) {
    .contact, 
    .contact .thanks {
        padding: 50px 0;
    }
}
@media screen and (max-width: 600px) and (min-width: 0) {
    .contact, 
    .contact .thanks {
        padding: 25px 0;
    }
    .contact h1 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .contact h1 img {
        max-height: 45px;
        max-width: 70px;
    }
    .contact .thanks h2,
    .contact .thanks p {
        font-size: 28px;
    }
}



/**
 * Your vehicles
 **/
.vehicles {

}
.vehicles .row.inner {
    margin: 20px auto;
    max-width: 1000px;
}
.vehicles .row {
    margin: 40px auto;
}
.vehicles h1 {
    vertical-align: bottom;
    font-size: 36px;
    font-weight: lighter;
}
.vehicles h1 span {
    vertical-align: bottom;
    font-weight: normal;
}
.vehicles h2 {
    font-weight: normal;
    text-indent: 14px;
}
.vehicles .inner h2 {
    font-weight: normal;
    text-indent: 0;
}
.vehicles h2 img {
    padding-right: 10px;
}
.vehicles p {
    color: #636363;
}
.vehicles .row.intro {
    margin: 60px auto;
}
.vehicles .intro p {
    line-height: 2.0em;
}
.vehicles .intro h1 {
    color: #002f55;
    display: inline-block;
}
.vehicles .intro h1.middle {
    text-align: center;
    min-width: 30px;
}
.vehicles .small {
    text-align: right;
    color: #343333;
    font-size: 12px;
    margin-top: -20px;
}
.vehicles .borderBottom {
    border-bottom: 2px solid #FFF;
}
@media screen and (min-width: 0) and (max-width: 1200px) {
    .vehicles h1 img {
        max-width: 100px;
    }
}
@media screen and (min-width: 0) and (max-width: 992px) {
    .vehicles .col-md-7,
    .vehicles .col-md-5 {
        text-align: center;
    }
    .vehicles .small {
        text-align: center;
    }
    .vehicles .col-md-5 {
        margin: 30px 0;
    }
    .vehicles .intro h1 {
        display: block;
        margin-top: 10px;
    }
    .vehicles .intro h1.middle {
        display: none;
    }
}
@media screen and (min-width: 0) and (max-width: 768px) {
    .vehicles h1 {
        font-size: 28px;
    }
    .vehicles h2 {
        font-size: 28px;
        display: block;
        width: 100%;
    }
    .showMapLink {
        float: none;
        margin-top: 30px;
    }
}





/**
 * News
 **/
.news {

}
.news .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}
.news h1 {
    vertical-align: bottom;
    font-size: 36px;
    font-weight: lighter;
    color: #002f55;
    margin-bottom: 25px;
}
.news .text {
    color: #002f55;
    margin-bottom: 40px;
}
.news .col-md-5 {
    position: relative;
}
.news .img {
    text-align: center;
    vertical-align: middle;
    height: 100%;
}
.news .img img {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.news .last {
    display: none;
}
.news .blue .btn-default {
    background: #FFF;
    color: #00a2e1;
}
.news .blue .btn-default:hover {
    background: #002f55;
    color: #FFF;
}
@media screen and (min-width: 0) and (max-width: 992px) {
    .news .img img {
        margin: 50px 0 10px 0;
        position: relative;
        top: auto; left: auto; bottom: auto; right: auto;
    }
    .news .first {
        display: none;
    }
    .news .last {
        display: block;
    }
}
@media screen and (min-width: 0) and (max-width: 600px) {
    .news h1 {
        font-size: 28px;
    }
    .news h1 img {
        max-height: 40px;
        max-width: 60px;
    }
}


/**
 * Privacy/Terms
 **/
.privacy {
    padding: 50px 0;
    float: left;
    width: 100%;

    color: #002f55;
}
.privacy h1 {
    font-weight: lighter;
    margin-bottom: 50px;
}
.privacy ol {
    margin:0 0 1.5em;
    padding:0;
    counter-reset:item;
}
.privacy ol>li {
    margin:0;
    padding:0 0 1em 2em;
    text-indent:0em;
    list-style-type:none;
    counter-increment:item;
}
.privacy ol>li:before {
    display:inline-block;
    width:1.5em;
    padding-right:0.5em;
    font-weight:bold;
    text-align:right;
    content:counter(item) ".";
    margin-left: -40px;
    vertical-align: top;
}
.privacy ol ol>li:before {
    width: 2.5em;
}
.privacy ol ol LI:before { 
    content: counters(item, ".") " "; 
    /*counter-increment: item;*/
} 
.privacy ol ol {
    counter-reset: item;
}
.privacy ol ol>li {
    padding:0 0 1em 3em;
}
.privacy ul {
    list-style-type: disc;
}
.privacy i {
    font-weight: lighter;
}
.privacy label {
    text-transform: uppercase;
}

.terms ol {
    counter-reset: section;
    list-style-type: none;
}
.terms li:before {
    counter-increment: section;
    content: counters(section, ".") ". ";
}

.terms li li:before {
    counter-increment: section;
    content: counters(section, ".") " ";
}

.terms ol ol ol {
    counter-reset: list;
    margin: 0;
}

.terms ol ol ol > li {
    list-style: none;
    position: relative;
}

.terms ol ol ol > li:before {
    counter-increment: list;
    content: "(" counter(list, lower-alpha) ") ";
    position: absolute;
    left: 2em;
}





@media screen and (min-width: 0) and (max-width: 600px) {
    .privacy {
        padding: 30px 0;
    }
    .privacy h1 {
        font-size: 28px;
    }
}






.desktopTable {
    display: auto;
}
.mobileTable {
    display: none;
}
.desktop {
    display: block;
}
td.desktop {
    display: table-cell;
}
.mobile {
    display: none !important;
}
.half {
    float: left;
    width: 50%;
}
@media screen and (min-width: 0) and (max-width: 1200px) {
    /**
     * Header
     **/
    nav {
        display: none;
        position: absolute;
        z-index: 1000;
        top: 74px;
        right: 0;
        background: #002f55;
        max-width: 300px;
        width: 100%;
    }
    nav ul {
        float: none;
        margin-top: 20px;
    }
    nav li {
        display: block;
        padding: 14px 30px;
        border-top: 1px solid #194466;
    }
    nav .active a {
        border: none;
        color: #00a2e1;
    }
    nav li a {
        padding: 0;
        display: block;
    }
    .menuBurger {
        display: block;
    }
    .social {
        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 0) and (max-width: 992px) {
    /**
     * Footer
     **/
    footer ul li {
        font-size: 16px;
        padding: 30px 20px 30px 0;
    }
    footer ul li a {
        font-size: 14px;
    }
    .social {
        margin-right: 4px;
    }


    /**
     * Homepage
     **/
    .introImage {
        padding-top: 0;
    }
    .homeIntro {
        padding: 30px 0;
    }


    .desktopTable {
        display: none;
    }
    .mobileTable {
        display: table;
    }
}
@media screen and (min-width: 0) and (max-width: 768px) {
    footer {
        padding: 20px 0;
    }
    footer ul li {
        padding: 10px 10px 10px 0;
    }
}
@media screen and (min-width: 0) and (max-width: 600px) {
    /**
     * Header
     **/
    h1#logo {
        width: 120px;
        height: 40px;
    }
    .menuBurger {
        padding: 12px 0;
    }
    .menuBurger a {
        font-weight: bold;
        font-size: 15px;
    }
    nav {
        top: 44px;
        max-width: 100%;
    }


    /**
     * Homepage
     **/
    .introImage {
        padding-top: 0;
    }
    .homeIntro {
        padding: 30px 0;
        font-size: 26px;
    }


    /**
     * Pricing extas popup
     **/
    .pricingOverlay table.table > tbody > tr > td {
        padding: 0px 10px;
        height: auto;
    }
    .pricingOverlay h1 {
        font-size: 28px;
    }

    td.desktop {
        display: none;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block !important;
    }
    .pricingOverlay table.table td.none .btn {
        padding-top: 0;
        height: 100%;
        vertical-align: middle;
    }
    .pricingOverlay table.table td.none .btn:after {
        content: "";
        display: inline-block;
        vertical-align: middle;  /* Align inline level elements vertically */
        height: 100%;
    }

}
@media screen and (min-width: 0) and (max-width: 480px) {
    /**
     * Footer
     **/
    footer {
        text-align: center;
    }
    footer ul li {
        padding: 5px 10px;
    }


    /**
     * Homepage
     **/
    .homeIntro {
        font-size: 20px;
        line-height: 25px;
    }
}
@media screen and (min-width: 0) and (max-width: 350px) {
    /**
     * Header
     **/
    h1#logo {
        /*width: 150px;*/
    }
    .menuBurger {
        padding: 5px 0;
    }

}





/* ==========================================================================

popcar-journey

========================================================================== */

.popcar-journey { 
	width: 100%;
    padding: 70px 0 100px;
    overflow: hidden;
    box-sizing: border-box;
}

.popcar-journey h2 { 
	font-size: 36px; 
	line-height: 40px; 
	color: #343434;
	font-weight: 500;
	margin: 0 0 15px 0; 
}

.popcar-journey h2 cite { 
	font-style: normal;
	text-transform: uppercase; 
}

.popcar-journey h3 , .popcar-journey h3 a { 
	font-size: 19px; 
	line-height: 22px; 
	color: #343434;
	font-weight: 400;
	margin: 0 0 15px 0; 
}

.popcar-journey h3 a:hover { 
	color: #00a2e1; 
}

.popcar-journey span { 
	width: 66px; 
	height: 3px;
	background: #00a2e1;
	font-weight: 300;
	float: left; 
}

.popcar-journey .fields { 
	width: auto;
	padding: 70px 0 0 0; 
}

.popcar-journey  input[type="text"] { 
	width: 100%;
	padding: 0 22px;
	border: 1px solid #a8a7a7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 18px;     
	line-height: 22px;
	color: #002f55;
	height: 50px;
	font-weight: 300; 
}

.popcar-journey .setwheel { 
	width: 100%;
	padding: 75px 0 0 0;
	text-align: center;
	overflow: hidden; 
}

.popcar-journey .setwheel a.set { 
	text-decoration: none;
	font-size: 25px;
	line-height: 28px;
	color: #002f55;
	font-weight: 300;
	float: left; 
}

.popcar-journey .setwheel a.set i { 
	margin: 0 0 0 20px;
	color: #002f55;
	float:right;
	font-size: 32px;
}

.popcar-journey .setwheel ul { 
	list-style: none; 
	list-style-type: none;
	margin: 0 0 30px 0; 
}

.popcar-journey .setwheel li  { 
	min-height: 280px;
}

.popcar-journey .setwheel li a { 
	background: #eaeaea;
	border: 2px solid #eaeaea;
	text-decoration: none;
	display: block;
	text-align: center; 
}

.popcar-journey .setwheel li a img{ 
	max-width: 100%;
	margin: 20px 0;
	-webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms; 

}

.popcar-journey .setwheel li:hover a img ,.click img{ 
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
} 

.popcar-journey .setwheel li a span { 
	display: block;
	background: #dcdcdc;
	font-size: 18px;
	line-height: 30px;
	color: #2f2f2f;
	padding: 5px 0;
	font-weight: 300;
	float: none;
	width: 100%;
	height: auto;
	-webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; 
}

.popcar-journey .setwheel li:hover a , .popcar-journey .setwheel li a.click { 
	border-color: #00b0aa !important;
	overflow: hidden;
}

.popcar-journey .setwheel li:hover a span , .popcar-journey .setwheel li a.click span{ 
	color: #fff !important; 
	background: #00b0aa !important; 
}


.popcar-journey .setwheel label { 
	display: block;
	color: #002f55;
    font-size: 25px;
    font-weight: 300;
    line-height: 28px;
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
}

.popcar-journey .setwheel select { 
	width: 100%;
	border: 1px solid #a8a7a7;
    box-sizing: border-box;
    color: #002f55;
    font-size: 18px;
    font-weight: 300;
    height: 50px;
    line-height: 22px;
    padding: 0 22px;
    width: 100%;
	background: url(img/select-arrow.png) right center no-repeat;
	cursor: pointer; 
}


.popcar-journey .btns { 
	float: right;
	margin: 35px 18px 0 0; 
}



.btns { 
	display: inline-block;
	background: #00b0aa;
	font-size: 25px;
	color: #fff;
	border: 0;
	font-weight: 400;
	line-height: 30px;
	padding: 15px 60px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	 display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btns:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.btns:hover, .btns:focus, .btns:active {
  color: white;
}
.btns:hover:before, .btns:focus:before, .btns:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* ==========================================================================

popcar-term

========================================================================== */

.popcar-term { 
	width: auto;
	padding: 0 0 70px 0; 
	
}

.popcar-term .inr {
	padding: 90px 0 75px 0;
	background: #00a2e1;
	position: relative;
	margin: 0 0 100px 0; 
}

.popcar-term .inr:before {
	background: url(img/arrow-icon-hunter.png) center center no-repeat;
	height: 101px;
	position: absolute;
	left:50%;
	top: -57px;
	content: "";
	width: 101px;
	margin: 0 0 0 -65px;
}

.popcar-term h2 { 
	font-size: 36px; 
	line-height: 40px; 
	color: #fff;
	font-weight: 700;
	margin: 0 0 45px	 0;
}

.popcar-term p { 
	font-size: 18px; 
	line-height: 28px; 
	color: #fff;
	font-weight: 400; 
}

.popcar-term p span { 
	font-weight: 500; 
}

.popcar-term button { 
	background: #00a2e1; 
}


/* ==========================================================================

popcar-sharing

========================================================================== */

.popcar-sharing { 
	width: auto; 
}

.popcar-sharing h2 { 
	font-size: 31px; 
	line-height: 45px;
	color: #292929;
	font-weight: 300;
	text-align: center;
	margin: 0 0 60px 0; 
}

.popcar-sharing li { 
	font-size: 20px; 
	line-height: 28px; 
	color: #292929;
	font-weight: 300;
	display:inline-flex;
	min-height: 100px;
	 
}

.popcar-sharing li:before {
	content: "\f00c";
	color: #00b0aa;
	font-family:'FontAwesome';
	display:inline-block;
	margin: 0 15px 0 0;
	font-size: 20px;
	font-weight: 300;
}

/* ==========================================================================

popcar-started

========================================================================== */

.popcar-started {
	 width: auto; 
	 overflow: hidden;
	 text-align: center;
	 background: url(img/pop-started_bg.png) center 30px no-repeat;
	 padding: 0 0 100px 0;
	 margin: 100px 0;
}

.popcar-started h2 { 
	font-size: 36px; 
	line-height: 42px;  
	color: #343434; 
	font-weight: 400;
	margin: 0 0 85px 0;  
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

/* ==========================================================================
privacy and policy
========================================================================== */

.privacy-block { 
	width: 100%;
    padding: 70px 0 0 0;
    overflow: hidden; 
}

.privacy-block .top { 
	width: auto; 
	overflow: hidden;
	padding: 0 0 30px 0; 
}

.privacy-block .top h2 {
	color: #5a5a5a;
    font-size: 17px;
    font-weight: 700;
	margin: 0 0 20px 0;
}


.privacy-block .top ul { 
	list-style: none; 
	list-style-type: none;
	float: right; 
}

.privacy-block .top li { 
	float: left;
	font-size: 13px;
	line-height: 16px;
	color: #A19797;
	border-left: 1px solid #A19797;
	padding: 0 5px; 
}

.privacy-block .top li:first-child { 
	border: 0; 
}

.privacy-block .top li a { 
	text-decoration: none; 
	display: block;
	color: #555;
	font-size: 14px; 
}

.privacy-block .top li a:hover { 
	color: #e8571b; 
}

.privacy-block h3 { 
	color: #5a5a5a;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 6px;
}

.privacy-block ul { 
	margin: 0 0 30px 0 !important;
	overflow: hidden;
	list-style: none;
	list-style-type: none;
}

.privacy-block li {
	color: #747474;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
	padding-bottom: 10px;
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.privacy-block li ul { 
	margin: 20px 0 0 30px; 
}

.privacy-block li:before { 
	width: 5px; 
	height: 5px; 
	background: #747474;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	content:"";
	position: absolute;
	left: 0;
	top:10px;
}

.privacy-block li ul { 
	width: 100%;
	float: left; 
}

.privacy-block li li { 
	display: block; 
	width: 100%;
	padding: 0 0 10px 30px; 
}

.privacy-block li li:before {
	content: "\f178";
	font-family:'FontAwesome';
	background: none;
	top: 0;
}

.privacy-block h2 {
	color: #002f55;
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 20px;
	line-height: 28px;
}

















@media only screen and (max-width:992px) {
	
	/* ######################### 21sep 2016 ########################## */
	
	.popcar-journey .setwheel li a span { 
		font-size: 15px; 
	}
	
	.popcar-journey h2 { 
		font-size: 30px; 
	}
	
	.popcar-journey h3 { 
		font-size: 18px; 
	}
	
	.popcar-journey .setwheel li {
		min-height: 235px; 
	}
	
	.popcar-journey .setwheel { 
		padding: 55px 0 0; 
	}
	
	.btns { 
		font-size: 22px;
		padding: 15px 55px; 
	}
	
	.popcar-term h2 { 
		font-size: 30px;
		margin: 0 0 35px; 
	}
	
	.popcar-term p { 
		font-size: 17px; 
	}
	
	.popcar-sharing h2 { 
		font-size: 28px;
		line-height: 35px; 
	}
	
	.popcar-sharing li { 
		font-size: 18px; 
	}
	
	.popcar-started h2 { 
		font-size: 30px; 
	}
}



@media only screen and (max-width:767px) {
	
	/* ######################### 21sep 2016 ########################## */
	
	.popcar-journey { 
		padding: 70px 20px 100px; 
	}
	
	.popcar-journey .fields .col-xs-12 { 
		margin-bottom: 10px; 
	}
	
	.popcar-journey .setwheel li { 
		margin: 0 0 30px; 
	}
	
	.popcar-term .inr { 
		padding: 90px 20px 75px; 
	}
	
	.popcar-started h2 { 
		font-size: 26px; 
	}
	
	.popcar-started { 
		margin: 20px 0; 
	}
	
	.popcar-journey .btns { 
		float: none; 
	}
	
	.popcar-journey .setwheel ul { 
			padding: 0 !important; 
		}
}

/* ######################### 21sep 2016 ########################## */
 
  @media only screen and (max-width:480px) {
	 	
		.popcar-journey .setwheel li { 
			width: 100%; 
		}
		
		.popcar-sharing li { 
			width: 100%;
			min-height: 0;
			margin: 0 0 10px 0; 
		}
		
		.popcar-journey .setwheel a.set { 
			display: flex; 
		}
		
		.popcar-journey h2 { 
			font-size: 25px; 
		}
		
		.popcar-term h2 { 
			font-size: 25px; 
		}
		
		.popcar-sharing h2 { 
			font-size: 25px; 
		}
		
		.privacy-block li ul { 
			margin: 20px 0 0 10px; 
		}
		
		.popcar-journey .setwheel ul { 
			padding: 0 !important; 
		}
	 }
h2.blueText {
    color: #002f55 !important;
}
div#faq {
    background: #00b0aa !important;
}
.homeFaq a.more {
	color: #002f55 !important;
}
.shwImg {
    margin-bottom: 50px;
}

/* START CUSTOMISATION OF TABLEPRESS TO WORK CORRECLY ON MOBILE DEVICES */
@media screen and (max-width:600px){
	/*.table-responsive{
		overflow:scroll;
	}*/
}
@media screen and (max-width:550px){
	table.table td.first{
		white-space:normal;
	}
	.half{
		width:100%;
		float:none;
	}
}
/* END CUSTOMISATION OF TABLEPRESS */

/* START HOMEPAGE CUSTOMISATIONS - OCT 2017 */
.homebanner_pri .howItWorksIntro{
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	line-height: 40px;
	height: 0;
	padding:0 0 30% 0 !important;
	
	position:relative;
}
.homebanner_pri .howItWorksIntro .homepage_banner_image{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	
	background-position:center center;
	background-repeat: no-repeat;
	background-size:100%;
	background-size:cover;
}
.homebanner_pri .howItWorksIntro .overlay_mask{
	padding: 0;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translate(0,-50%);
	z-index:2;
}

@media screen and (max-width:1199px){
	.homebanner_pri .howItWorksIntro{
		height:auto;
		padding:0 !important;
	}
	.homebanner_pri .howItWorksIntro .homepage_banner_image{
		position:static;
		height: 0;
		padding:0 0 30% 0 !important;
	}
	.homebanner_pri .howItWorksIntro .overlay_mask{
		position:static;
		transform:none;
		padding:1em 0;
	}
	.homebanner_pri .overlay_inner{
		max-width:none !important;
	}
}

.howItWorksIntro p{
	font-size:26px;
	margin:0;
}
.howItWorksIntro h1,
.howItWorksIntro h2,
.howItWorksIntro h3,
.howItWorksIntro h4,
.howItWorksIntro h5,
.howItWorksIntro h6{
	margin:0;
	
	color:#002f55;
}

.howItWorksIntro .btn{
	background:#00B4A9;
	margin-top:1em;
}

.homebanner_pri .overlay_inner{
	max-width:650px;
	padding:0 10px;
}

.homebanner_pri.overlay_left .overlay_inner{
	margin:0 auto 0 0;
}
.homebanner_pri.overlay_center .overlay_inner{
	margin:0 auto 0 auto;
}
.homebanner_pri.overlay_right .overlay_inner{
	margin:0 0 0 auto;
}

.col_banner{
	padding:0 0 15px 0;
}

.col_banner,
.col_banner p,
.col_banner h1,
.col_banner h2,
.col_banner h3,
.col_banner h4,
.col_banner h5,
.col_banner h6{
	color:#fff;
}

.banner_arrow{
	position:relative;
}
.banner_arrow:after{
	content:"";
	
	width: 0; 
	height: 0; 
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	
	border-top: 20px solid #00a2e1;
	border-top-color:attr(data-colour);
	
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-10px;
}

iframe.map{
	background-color:#333;
	min-height:200px;
}

#homeboxes{
	margin-bottom:20px;
}

.hiddenContent{
	clear:both;
}

.closeHidden{
	font-size:3em;
}
.homebox_image_box{
	display:none;
	
	width:100%;
	
	max-width:200px;
	margin:0 auto;
}
.homebox_img_container{
	position:relative;
	height:0;
	width:100%;
	padding-bottom: 100%;
	overflow:hidden;
	z-index: 1;
	
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	
	background:#eaeaea;
}

.home_box:nth-child(3n-1) .homebox_img_container{
	background:#00a2e1;
}

.homebox_image_padder{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
	padding:30%;
}
.service_image{
	width:100%;
	height:100%;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.homebox_title,
.homebox_title h3{
	color:#00a2e1; /* Light Blue */
	font-size: 36px;
	font-weight: lighter;
	line-height: 1.2em;
}

.home_box:nth-child(3n-1) .homebox_title h3{
	color:#00b0aa; /* Green */
}
.home_box:nth-child(3n) .homebox_title h3{
	/*color:#002f55;*/ /* Navy */
	color:#00a2e1; /* Light Blue */
}

.homebox_details,
.homebox_details p{
	color:#002f55;
}

#wdi_feed_0_users{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	
	padding:0 15px;
}
@media screen and (max-width:991px) and (min-width:651px){
	.page-id-1092 .row .one_third{
		width:50%;
	}
}
@media screen and (max-width:650px){
	.float_box:not(.no_break){
		width:100% !important;
		padding-left:0;
		padding-right:0;
	}
	.one_quarter:not(.no_break){
		width:100%;
	}
	
	.expanded_width{
		width:100% !important;
		margin-left:0 !important;
	}
}
