/*
Theme Name: JustNow - RO
Theme URI: JustNow
Author: Stone Soup Tech
Author URI: http://stonesouptech.com
Description: JustNow WP theme
Version: 1.0
*/

@font-face {
    font-family: 'Roboto Thin';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/roboto-thin-webfont.eot');
    src: url('fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-thin-webfont.woff2') format('woff2'), url('fonts/roboto-thin-webfont.woff') format('woff'), url('fonts/roboto-thin-webfont.ttf') format('truetype'), url('fonts/roboto-thin-webfont.svg#robotothin') format('svg');
}
@font-face {
    font-family: 'Roboto Light';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-light-webfont.woff2') format('woff2'), url('fonts/roboto-light-webfont.woff') format('woff'), url('fonts/roboto-light-webfont.ttf') format('truetype'), url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-regular-webfont.woff2') format('woff2'), url('fonts/roboto-regular-webfont.woff') format('woff'), url('fonts/roboto-regular-webfont.ttf') format('truetype'), url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
}
@font-face {
    font-family: 'Roboto Medium';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/roboto-medium-webfont.eot');
    src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-medium-webfont.woff2') format('woff2'), url('fonts/roboto-medium-webfont.woff') format('woff'), url('fonts/roboto-medium-webfont.ttf') format('truetype'), url('fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
}
@font-face {
    font-family: 'Roboto Bold';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/roboto-bold-webfont.eot');
    src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-bold-webfont.woff2') format('woff2'), url('fonts/roboto-bold-webfont.woff') format('woff'), url('fonts/roboto-bold-webfont.ttf') format('truetype'), url('fonts/roboto-bold-webfont.svg#robotobold') format('svg');
}
@font-face {
    font-family: 'Roboto Italic';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/roboto-italic-webfont.eot');
    src: url('fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-italic-webfont.woff2') format('woff2'), url('fonts/roboto-italic-webfont.woff') format('woff'), url('fonts/roboto-italic-webfont.ttf') format('truetype'), url('fonts/roboto-italic-webfont.svg#robotoitalic') format('svg');
}
@font-face {
    font-family: 'Roboto Black';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/roboto-black-webfont.eot');
    src: url('fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-black-webfont.woff2') format('woff2'), url('fonts/roboto-black-webfont.woff') format('woff'), url('fonts/roboto-black-webfont.ttf') format('truetype'), url('fonts/roboto-black-webfont.svg#robotoblack') format('svg');
}
html,
body {
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 14px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    letter-spacing: .5px;
    color: #fff;
}
textarea {
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 14px;
    outline: none;
}
input {
    outline: none;
}
select {
    outline: none;
}
a {
    color: #ff5a00;
}
.clear {
    clear: both;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: '';
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
#wrapper {
    display: inline;
    float: left;
    width: 100%;
}
#logo {
    display: inline;
    float: left;
    width: 254px;
}
#logo img {
    display: inline;
    float: right;
    width: 215px;
    height: 33px;
    margin-top: 56px;
}
#signup {
    font-size: 16px;
    position: relative;
    display: inline;
    float: right;
    width: 300px;
    margin-right: 30px;
}
.links {
    position: absolute;
    z-index: 99;
    display: inline;
    float: left;
    width: 100%;
    margin-top: 62px;
    text-align: center;
    color: #808080;
}
#signuo:hover .links {
    color: #2a2826;
}
.links a {
    -webkit-transition: all .15s ease;
       -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
         -o-transition: all .15s ease;
            transition: all .15s ease;
    text-decoration: none;
    color: #fff;
}
.links a:hover {
    color: #ee7103;
}
.pop {
    display: none;
}
#signup.clicked .signinlink {
    color: #ee7103;
}
.forgot {
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
}
#signup.clicked .pop {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: inline;
    width: 260px;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #2a2826;
    background-color: black;
    -webkit-box-shadow: 5px 3px 13px #000;
       -moz-box-shadow: 5px 3px 13px #000;
            box-shadow: 5px 3px 13px #000;
}
#menu li a {
    position: relative;
    z-index: 999999;
}
#menu.clicked li a {
    position: static;
}
#menu ul {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    max-width: 1020px;
    margin: 0;
    margin-top: 62px;
    padding: 0;
    list-style: none;
}
#menu ul li {
    float: left;
    margin: 0 1px;
}
#menu ul li a {
    padding: 10px 14px;
    -webkit-transition: all .15s ease;
       -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
         -o-transition: all .15s ease;
            transition: all .15s ease;
    text-decoration: none;
    color: white;
    border: 1px solid transparent;
}
.linkswrapper {
    position: relative;
    display: inline;
    width: auto;
}
.linkswrapper a {
    padding: 10px 19px;
    white-space: nowrap;
    border: 1px solid #5d5c5a;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: #5d5c5a;
}
.linkswrapper a:hover {
    color: #fff;
    /*border: 1px solid #808080;*/
    /*background-color: rgba(0, 0, 0, .29);*/
}
.nr_lrg {
    font-size: 42px;
}
.section_gmaps h2 {
    line-height: 100%;
}

/*.get_ro:hover a,*/

#menu ul li a.selected,
#menu ul li a:hover {
    padding: 10px 15px;
    border: 1px solid #808080;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .29);
}
#menu ul.newBlog li a.selected,
#menu ul.newBlog li a:hover {
    padding: 10px 14px;
}
#menu ul li a.getapp {
    padding: 10px 14px;
    border: 1px solid transparent;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: #ff5a00;
}
#menu {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0;
}
#footer_bottom_half,
#footer_top_half,
#footer {
    /*display: inline;*/
    float: left;
    width: 100%;
}
#footer_top_half {
    /*display: none;*/
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fff;
}
#footer_bottom_half {
    font-size: 16px;
    line-height: 170%;
    padding-bottom: 40px;
    letter-spacing: 0;
    color: #a3a3a3;
    background-color: black;
}
#footer_bottom_half a {
    -webkit-transition: all .15s ease;
       -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
         -o-transition: all .15s ease;
            transition: all .15s ease;
    text-decoration: none;
    color: #a3a3a3;
}
.copyright {
    font-size: 14px;
    line-height: 130%;
}
#footer_bottom_half a:hover {
    color: #fff;
}
.f_logo {
    width: 130px;
    margin-bottom: 14px;
}
.footer_separator:after,
.footer_center:after,
#footer:after {
    font-size: 1px;
    line-height: 0;
    clear: both;
    height: 0;
}
.footer_separator {
    display: inline;
    float: left;
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #b3b3b3;
}
.footer_separator.alt {
    margin-bottom: 0;
}
.footer_left .wpcf7 p {
    margin: 0;
    padding: 0;
}
#footer_bottom_half .footer_separator {
    background-color: #484848;
}
.footer_left {
    font-size: 20px;
    display: inline;
    float: left;
    width: 50%;
    margin-top: 24px;
    text-align: left;
    color: #ee7103;
}
.pop .field {
    width: 240px;
    height: 50px;
    margin-top: 10px;
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    border: 0;
    background-color: white;
}
.pop .submit {
    width: 260px;
    height: 50px;
    margin-top: 10px;
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    color: #fff;
    border: 0;
    background-color: #ee7103;
}
.footer_left .field {
    width: 300px;
    height: 50px;
    margin-top: 10px;
    padding: 0 15px;
    border: 0;
    background-color: white;
}
.footer_left .submit {
    width: 72px;
    height: 50px;
    margin-top: 10px;
    padding: 0;
    cursor: pointer;
    color: white;
    border: 0;
    background-color: #f15c22;
}
.footer_right {
    display: inline;
    float: left;
    width: 50%;
    text-align: right;
}
.footer_socials {
    display: inline;
    float: right;
    margin-top: 60px;
    margin-left: 30px;
}
.menu_float {
    display: inline;
    float: left;
}
.footer_facebook {
    margin-right: 0;
    margin-left: 16px;
}
.footer_socials a img {
           opacity: .5;
      -moz-opacity: .5;
    -khtml-opacity: .5;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
        filter: alpha(opacity=50);
}
.footer_socials a:hover img {
           opacity: 1;
      -moz-opacity: 1;
    -khtml-opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
}
.featured_on {
    font-family: 'Roboto Bold', Helvetica, Arial;
    font-weight: normal;
    text-align: center;
    letter-spacing: .5px;
    color: #ee7103;
}
.featured_entries {
    margin-bottom: 30px;
    text-align: center;
}
.featured_middle {
    margin: 0 100px;
}
.footer_center {
    width: 1130px;
    margin: 0 auto;
}
.review_col {
    display: inline;
    float: left;
    width: 50%;
    text-align: left;
}
.review_col img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.review_col.last {
    margin-right: 0;
}
.review_col .review_name {
    font-family: 'Roboto', Helvetica, Arial;
    font-size: 20px;
    line-height: 100%;
    color: #515151;
}
.review_img {
    display: inline;
    float: left;
    margin-right: 24px;
}
.review_text {
    display: inline;
    float: left;
    width: 60%;
}
.review_col .review_name {
    font-style: normal;
    margin-top: 0;
}
.review_col .review_name span {
    font-size: 12px;
    color: #ee7203;
}
.review_col p {
    font-size: 14px;
    font-style: italic;
    color: #515151;
}
#wrapper {
    background-image: url('images/home_bg_new.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}
.archive #wrapper,
.blog #wrapper,
.single-post #wrapper {
    background-color: #2f2f2f;
    background-image: none;
}
a img {
    border: none;
}
.clearfloat {
    font-size: 1px;
    line-height: 0;
    clear: both;
    height: 0;
}
.section {
    display: inline;
    float: left;
    width: 100%;
    height: auto;
}
.section_blog .section_center {
    width: 900px;
    margin-top: 70px;
}
.section_faq {
    padding: 0 0 40px 0;
    text-align: center;
}
.categories_list {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 35px;
    text-align: center;
}
.post {
    margin-bottom: 100px;
}
.cat_post a {
    margin-right: 5px;
    padding: 14px 16px;
    -webkit-transition: all .12s ease;
       -moz-transition: all .12s ease;
        -ms-transition: all .12s ease;
         -o-transition: all .12s ease;
            transition: all .12s ease;
    text-decoration: none;
    color: #fff;
    background-color: #2f2f2f;
}
.cat_post a:hover {
    /*background-color: #f15c22;*/
}
.f_image {
    position: relative;
    display: inline;
    float: left;
}
.f_image img {
    display: block;
}
.post_date {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 36px;
    color: #acacac;
}
.post_link {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.post_link a {
    text-decoration: none;
    color: #ee7103;
}
.cat_post {
    position: absolute;
    bottom: 0;
    left: 110px;
    height: 33px;
}
.post_content {
    font-size: 18px;
    line-height: 140%;
    width: 678px;
    margin: 0 auto;
    color: #c1c1c1;
}
.post .post_content h2 {
    font-family: Helvetica, Arial;
    font-size: 24px;
    line-height: 28px;
    margin-top: 50px;
    margin-bottom: 35px;
    text-align: left;
    text-transform: none;
    color: #fff;
}
.post .post_content h2 a {
    color: #fff;
}
.post .post_content a {
    text-decoration: none;
    color: #f15c22;
}
.nav-links {
    display: inline;
    float: left;
    margin-bottom: 60px;
    margin-left: 111px;
}
.navigation .nav-links .prev,
.navigation .nav-links .next {
    display: none;
}
.navigation h2 {
    display: none;
}
.nav-links .page-numbers {
    line-height: 35px;
    display: inline;
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 26px;
    text-align: center;
    color: #935848;
    border: 2px solid #935848;
    -webkit-border-radius: 35px;
       -moz-border-radius: 35px;
            border-radius: 35px;
}
.nav-links .page-numbers.current {
    color: #fff;
    border: 2px solid #ee7103;
}
.categories_list a {
    margin: 0 25px;
    text-decoration: none;
    color: #fff;
}
.categories_list a.active_cat,
.categories_list a:hover {
    color: #ee7103;
}
.page-template-page-contact .section_how_it_works h1,
.page-template-page-about .section_about h1,
.page-template-page-locations .section_locations h1,
.page-template-page-how .section_how_it_works h1,
.page-template-page-businesses .section_wwo h1,
.section_faq h1,
.section_blog h1 {
    font-family: 'Roboto Black', Helvetica, Arial;
    font-size: 100px !important;
    line-height: 100px !important;
    margin-top: 100px !important;
    margin-bottom: 39px !important;
}
.section_signup h1 {
    font-family: 'Roboto Black', Helvetica, Arial;
    font-size: 60px !important;
    line-height: 62px !important;
    margin-top: 110px !important;
    margin-bottom: 37px !important;
}
.page-template-page-contact .section_how_it_works .form {
    margin-top: 46px;
}
.section_home .section_center .subtitle {
    font-family: 'Roboto Bold', Helvetica, Arial;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 5px;
    padding: 0 25px;
    color: #ff5a00;
}
.section_home .section_center .details {
    font-size: 23px;
    line-height: 26px;
    max-width: 900px;
    margin: 0 auto 60px;
    margin-top: 0;
    padding: 0 25px;
    text-align: center;
    color: #e9e9e9;
}
#screen_2_go .section_center .subtitle2 {
    font-family: 'Roboto Black', Helvetica, Arial;
    font-size: 40px;
    line-height: 42px;
    margin: 60px 0 0 0;
    margin-bottom: 0;
    padding: 0 25px;
    text-align: center;
    color: #000;
}
#screen_2_go .section_center .details2 {
    font-size: 16px;
    line-height: 19px;
    max-width: 780px;
    margin: 27px auto 41px;
    /*margin-bottom: 26px !important;*/
    padding: 0 25px;
    text-align: center;
    color: #000;
}
#screen_3_go .section_center .subtitle3 {
    font-family: 'Roboto Black', Helvetica, Arial;
    font-size: 40px;
    line-height: 42px;
    max-width: 400px;
    margin: 60px auto 0 auto;
    margin-bottom: 0;
    padding: 0 25px;
    text-align: center;
    color: #fff;
}
#screen_3_go .section_center .details3 {
    font-size: 16px;
    line-height: 19px;
    max-width: 900px;
    margin: 40px auto 50px;
    margin-bottom: 33px;
    padding: 0 25px;
    text-align: center;
    color: #fff;
}
#screen_3_buttons {
    text-align: center;
}
#screen_3_buttons a {
    margin: 0 0 55px;
}
.btn {
    font-family: 'Roboto', Helvetica, Arial !important;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    padding: 14px 31px;
    -webkit-transition: all .15s ease;
       -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
         -o-transition: all .15s ease;
            transition: all .15s ease;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
    border: 2px solid #ff5a00;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
}
.btn:hover {
    background-color: #ff5a00;
}
.btn_alt {
    font-family: 'Roboto', Helvetica, Arial !important;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    padding: 10px 26px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
    border: 2px solid #ff5a00;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: #ff5a00;
}
.btn_alt2 {
    font-family: 'Roboto', Helvetica, Arial !important;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    padding: 14px 31px;
    -webkit-transition: all .15s ease;
       -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
         -o-transition: all .15s ease;
            transition: all .15s ease;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
    border: 2px solid #ff5a00;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: rgba(0, 0, 0, .4);
}
.btn_alt2:hover {
    background-color: #ff5a00;
}
.featured_on {
    font-size: 20px;
    font-weight: bold;
}
.getapp_col,
.subtitle,
.ui-tabs-nav,
.home_boxes,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', Helvetica, Arial;
    font-weight: normal;
    letter-spacing: 2px;
}
.how_it_works_wrapper h3 {
    font-family: Helvetica, Arial;
}
em,
i {
    font-family: 'Roboto Italic', Helvetica, Arial !important;
}
.section_management .hide_img {
    display: none!important;
}
.section_features_wwo p.subtitle,
.section_management p.subtitle {
    font-size: 30px;
    margin-top: 51px;
    text-align: center;
    color: #000;
}
.section_management p.subtitle {
    color: #fff;
}
.subtitle {
    font-size: 30px;
    margin-top: 0;
    text-align: center;
    color: #fff;
}
.marginRight {
    margin-right: 20px;
}
.section p.home_boxes {
    margin-bottom: 50px;
    text-align: center;
}
#screen_2_go {
    background: #e9e9e9;
    background:    -moz-linear-gradient(top, #e9e9e9 0%, #e9e9e9 60%, #a4a4a4 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #e9e9e9 60%, #a4a4a4 100%);
    background:         linear-gradient(to bottom, #e9e9e9 0%, #e9e9e9 60%, #a4a4a4 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#a4a4a4', GradientType=0);
}
#screen_2_go h2 {
    font-family: 'Roboto Black', Helvetica, Arial !important;
    font-size: 36px;
    line-height: 38px;
    color: #000;
}
#screen_2_go p.details {
    text-align: center;
    color: #000;
}
.home_box {
    font-family: 'Roboto Bold', Helvetica, Arial !important;
    font-size: 20px;
    line-height: 21px;
    display: inline-block;
    width: 233px;
    padding: 14px 27px;
    -webkit-transition: all .15s ease;
       -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
         -o-transition: all .15s ease;
            transition: all .15s ease;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
    border: 2px solid #ff5a00;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
}
.home_box:hover {
    background-color: #ff5a00;
}
.home_box.custom {
    background-color: #ff5a00;
}
.home_box.custom:hover {
    background-color: #fff;
    color: #ff5a00;
}
.section_home {
    padding-top: 330px;
}
.section.section_home h1 {
    font-family: 'Roboto Black', Helvetica, Arial !important;
    font-size: 100px;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 39px;
    padding-right: 3%;
    padding-left: 3%;
}
.section_center {
    width: 1360px;
    margin: 0 auto;
}
.section_center.call_to_action {
    padding: 0 0 70px;
}
.section h1 {
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
}
.section_getapp h1 {
    font-family: 'Roboto Black', Helvetica, Arial !important;
    font-size: 100px;
    line-height: 100%;
    margin-top: 160px;
}
.section_signup .form {
    margin-top: 46px;
}
.section h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 55px;
    margin-bottom: 40px;
    text-align: center;
}
.section p {
    line-height: 140%;
    margin-bottom: 30px;
}
#home_columns_center {
    width: 1300px;
    margin: 0 auto;
}
.page-template-page-what-we-offer #wrapper {
    background-image: url('images/ww_bg.png');
    background-repeat: repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.page-template-page-businesses #wrapper {
    background-image: url('images/ww_bg.png');
    background-repeat: repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.page-template-page-getapp #wrapper {
    background-image: url('images/getapp.jpg');
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.page-template-page-sitemap #wrapper {
    background-image: url('images/about_bg.jpg');
}
.page-template-page-contact #wrapper {
    background-image: url('images/contact_bg_new.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.page-template-page-signup #wrapper {
    background-image: url('images/signup.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.section_features_wwoffer,
.section_wwoffer,
.page-template-page-signup .section_center,
.section_about .section_center,
.section_locations .section_center,
.page-template-page-contact .section_center {
    font-size: 18px;
    width: 610px;
    text-align: center;
}
.section_features_wwo {
    text-align: center;
}
.section_features_wwo,
.section_management {
    color: #fff;
    background-color: #fff;
}
.section_management.members {
    background-color: #2b2b2b;
}
.section_management.members .col_wrapper {
    width: 75%;
}
.page-template-page-how #wrapper {
    background-image: url('images/how_it_works.jpg');
    background-position-y: -119px;
}
#home_columns_center .title {
    font-family: 'Roboto Bold', Helvetica, Arial;
    font-size: 20px;
    line-height: 23px;
    margin-top: 0;
}
.home_col_1 {
    margin: 50px 0 0 80px;
    background-image: url('images/home_1.png');
}
.home_col_2 {
    margin: 50px 60px 0 60px;
    background-image: url('images/home_2.png');
    background-position: 40px 50px;
}
.home_col_3 {
    margin-top: 50px;
    background-image: url('images/home_3.png');
}
.home_col_1,
.home_col_2,
.home_col_3 {
    font-size: 14px;
    display: inline;
    float: left;
    width: 334px;
    margin-bottom: 115px;
    padding: 79px 0 0 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: top left;
}
p.slide_buttons {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.page-template-page-homepage .slide_buttons a {
    padding: 0;
    background-color: transparent;
}
.page-template-page-homepage .slide_buttons a.bg,
.slide_buttons a {
    padding: 20px 50px;
    text-decoration: none;
    color: #000;
    -webkit-border-radius: 8px;
     -khtml-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    background-color: #fff;
}
.slide_buttons a img {
    margin: 0 7px;
}
.slide_buttons a.bg:hover {
    color: #fff;
    background-color: #000;
}
.section_content_small {
    width: 480px;
    margin: 0 auto;
    text-align: center;
}
#mobile_menu {
    display: none;
}
.page-template-page-how {
    background-color: #e9e9e9;
}
.page-template-page-signup {
    background-color: #262626;
}
.page-template-page-contact {
    background-color: #262626;
}
.getapp_wrapper {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 280px;
}
.getapp_col {
    font-size: 32px;
    display: inline;
    float: left;
    width: 50%;
    text-align: center;
    color: #fff;
}
.section_getapp .subtitle {
    font-family: 'Roboto Black', Helvetica, Arial !important;
}
a {
    text-decoration: none;
}
.form {
    width: 670px;
    margin: 0 auto;
    margin-bottom: 110px;
}
.form_big_col {
    width: 100%;
    margin-bottom: 20px;
}
.form_big_col input {
    line-height: 50px;
    width: 632px;
    height: 42px;
    padding: 0 20px;
    border: 0;
    -webkit-border-radius: 21px;
     -khtml-border-radius: 21px;
       -moz-border-radius: 21px;
            border-radius: 21px;
    background-color: white;
}
.form_big_col textarea {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
    height: 120px;
    padding: 14px 15px;
    border: 0;
    -webkit-border-radius: 21px;
     -khtml-border-radius: 21px;
       -moz-border-radius: 21px;
            border-radius: 21px;
}
.form_col {
    display: inline;
    float: left;
    width: 325px;
    margin-bottom: 20px;
}
.form_col input {
    font-size: 13px;
    line-height: 50px;
    width: 286px;
    height: 42px;
    padding: 0 20px;
    border: 0;
    -webkit-border-radius: 21px;
     -khtml-border-radius: 21px;
       -moz-border-radius: 21px;
            border-radius: 21px;
    background-color: white;
}
textarea {
    font-size: 13px;
    -webkit-border-radius: 21px;
     -khtml-border-radius: 21px;
       -moz-border-radius: 21px;
            border-radius: 21px;
}
.form_col select {
    font-size: 13px;
    line-height: 50px;
    width: 326px;
    height: 42px;
    padding: 0 20px;
    color: #aaa;
    border: 0;
    -webkit-border-radius: 21px;
     -khtml-border-radius: 21px;
       -moz-border-radius: 21px;
            border-radius: 21px;
    background-color: white;
}
.form_col select option {
    color: #000;
}
.form_col select option:first-child {
    color: #aaa;
}
.form_submit {
    width: 170px;
    margin: 0 auto;
}
.form_submit input {
    font-size: 20px;
    width: 170px;
    height: 42px;
    cursor: pointer;
    color: #fff;
    border: 0;
    -webkit-border-radius: 21px;
     -khtml-border-radius: 21px;
       -moz-border-radius: 21px;
            border-radius: 21px;
    background-color: #ff5a00;
}
.formMargin {
    margin-right: 20px;
}
.page-template-page-about .subtitle,
.page-template-page-locations .subtitle {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 18px;
    color: #ff5a00;
}
.page-template-page-businesses .subtitle {
    font-size: 18px;
    line-height: 32px;
    max-width: 800px;
    margin: 0 auto 19px;
    color: #fff;
}
.section_features_wwo .subtitle,
.section_management .subtitle {
    margin-bottom: 40px;
}
.section_features_wwo b,
.section_management b {
    font-size: 24px;
    font-weight: normal;
    color: #ff5a00;
}
.col_50_popup b {
    color: #fff;
}
.section_management .col_25 b {
    font-size: 16px;
    font-weight: normal;
}
.section_features_wwo p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #505050;
}
.section_features_wwo span,
.section_management span {
    color: #ff5a00;
}
.section_management p.manag_pos {
    margin-top: 10px;
    margin-bottom: 0;
}
.section_management p.manag_name {
    font-size: 18px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 15px;
}
.section_about {
    padding-bottom: 23px;
}
.section_locations {
    padding-bottom: 49px;
}
.wrapper_members {
    text-align: center;
}
.member {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 19.4%;
    margin: 0 .1% 20px;
    padding: 230px 16px 20px;
    text-align: left;
    vertical-align: top;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.member h1 {
    font-size: 24px !important;
    line-height: 24px;
    margin: 0 0 2px 0;
    text-align: left;
}
.member h2 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 22px 0;
    text-align: left;
    color: #ff5a00;
}
.member p {
    line-height: 19px;
    margin: 0 0 18px 0;
}
.ico_linkedin {
    position: absolute;
    top: 18px;
    left: 16px;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(images/ico_linkedin.png);
    background-size: 32px;
}
@media screen and (max-width: 980px) {
    .member {
        width: 46%;
        margin: 0 1% 20px;
    }
}
@media screen and (max-width: 678px) {
    .member {
        width: 90%;
        margin: 0 5% 20px;
    }
}
#wrapper_header {
    background-image: url('images/about_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.section_gmaps {
    position: relative;
    height: 532px;
}
.col_wrapper {
    width: 1290px;
    margin: 0 auto;
}
.page-template-page-about .col_wrapper {
    text-align: center;
}
.section_management.members .col_50 {
    position: relative;
    float: left;
    width: 50%;
    margin: 0 0 21px 0;
}
.section_management.members .col_50 .col_50_popup {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    padding: 0 15px 25px;
    background-color: #303030;
}
.section_management.members .col_50 .col_50_popup .manag_desc p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px;
    color: #fff;
}
.section_management.members .col_50:hover .col_50_popup {
    display: block;
}
.section_management.members .col_50 p.manag_photo {
    margin: 0 0 30px 0;
    padding: 15px 0 0;
}
.section_management.members .col_50 p.manag_photo img {
    -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.col_33 {
    position: relative;
    display: inline;
    float: left;
    width: 23%;
    min-height: 1px;
    margin: 0 5%;
}
.section_management div.manag_desc {
    font-size: 14px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    color: #fff;
}
.col_25 {
    position: relative;
    min-height: 1px;
}
.col_25:hover .col_25_popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #3a1818;
}
.section_management .col_25_popup,
.section_management .col_25 {
    height: 235px;
}
.col_33:hover .col_33_popup {
    position: absolute;
    z-index: 999;
    top: 0;
    left: -15%;
    width: 130%;
    padding-bottom: 46px;
    background-color: #3a1818;
}
.col_25:hover .manag_link,
.col_33:hover .manag_link {
    display: none;
}
.col_25 .manag_link_ro {
    display: none;
}
.col_25:hover .manag_link_ro,
.col_33:hover .manag_link_ro,
.col_33:hover .manag_desc {
    display: block;
}
.section_management p.manag_link_ro {
    margin-top: 0;
    margin-bottom: 0;
}
.section_features_wwo .col_33 {
    margin-bottom: 33px;
}
.col_25 {
    display: inline;
    float: left;
    width: 25%;
}
#footer .col_25 {
    width: 24%;
    margin: 0 2%;
}
#footer .col_25.copyright {
    margin: 0 4% 0 0;
}
.last_col {
    width: 12% !important;
    white-space: nowrap;
}
.steps {
    display: none;
}
.step_text {
    display: none;
}
.centered-btns_here .step_text {
    /*display: inline;*/
}
.slider_center {
    position: relative;
    width: 1190px;
    margin: 0 auto;
}
.slider_center_wrap {
    width: 100%;
    margin: 0 auto;
}
.centered-btns_tabs {
    display: block;
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
}
.slider_center .centered-btns_tabs li {
    position: relative;
    display: inline-block;
    width: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.centered-btns1_nav.prev {
    display: none;
}
.centered-btns1_nav.next {
    display: none;
}
.step_text {
    font-size: 18px;
    position: absolute;
    z-index: 9999;
    top: -47px;
    left: -105px;
    width: 210px;
    margin-top: -50%;
    text-align: left;
}
.centered-btns_tabs li:hover .step_text {
    display: inline;
}
.how_it_works_wrapper {
    position: relative;
    display: block;
    width: 70%;
    margin: 0 auto;
}
.how_first {
    margin-top: -98px;
}
a.btn_get_the_app {
    font-family: 'Roboto', Helvetica, Arial !important;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    padding: 12px 28px;
    -webkit-transition: all .12s ease;
       -moz-transition: all .12s ease;
        -ms-transition: all .12s ease;
         -o-transition: all .12s ease;
            transition: all .12s ease;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: #000;
}
a.btn_get_the_app:hover {
    background-color: #ff5a00;
}
.how_last {
    margin-bottom: -89px;
}
#tabs .how_row_padding.text li,
.how_row {
    font-size: 18px;
    display: inline;
    float: left;
    width: 100%;
    color: #4c4c4c;
}
.how_row {
    padding: 10px 0;
}
.how_row_1 {
    display: inline;
    float: left;
    width: 45%;
    padding: 153px 0 0 0;
    text-align: left;
}
.how_row_1.pull_l {
    text-align: right;
}
.how_row_1.pull_l ol li {
    list-style-position: inside !important;
}
.how_row_1 img {
    display: block;
    margin: 0 auto;
}
.how_row_padding {
    max-width: 610px;
    margin: 0 auto;
}
.how_row_3 {
    display: inline;
    float: left;
    width: 45%;
    text-align: center;
}
.how_row_2 {
    display: inline;
    float: left;
    width: 10%;
    padding: 140px 0 0 0;
    text-align: center;
}
.how_row_2 div {
    font-size: 23px;
    line-height: 55px;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
    color: #000;
    border: 2px solid #ff5a00;
    -webkit-border-radius: 35px;
       -moz-border-radius: 35px;
            border-radius: 35px;
    background-color: transparent;
}
.how_row .text {
    margin-top: 0;
}
.how_row h3 {
    font-family: 'Roboto Bold', Helvetica, Arial;
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 36px;
    letter-spacing: 0;
    color: #ff5a00;
}
.section_how_it_works .slide_buttons {
    margin-top: 120px;
    margin-bottom: 70px;
}
.step_text_wrap {
    position: relative;
    width: 210px;
    min-height: 45px;
    padding: 14px 20px;
    text-align: center;
    background-color: black;
}
.step_text_wrap:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 13px;
    height: 7px;
    margin-left: -6px;
    content: '';
    background-image: url(images/arrow.png);
}
#slider1 {
    display: inline;
    float: left;
    width: 100%;
    max-width: 100% !important;
}
#tabs li {
    font-size: 20px;
    display: inline-block;
    list-style: none;
    letter-spacing: 1px;
    color: #fff;
}
#tabs ol li {
    display: list-item !important;
    float: none !important;
    margin: 0 !important;
    list-style: decimal;
}
.ui-tabs-nav {
    display: inline-block;
    margin-bottom: 76px;
    padding-bottom: 116px;
    padding-left: 0;
    text-align: center;
}
#tabs li a {
    font-family: 'Roboto Black', Helvetica, Arial;
    line-height: 62px;
    display: inline;
    float: left;
    height: 62px;
    padding: 0 57px;
    -webkit-transition: all .12s ease;
       -moz-transition: all .12s ease;
        -ms-transition: all .12s ease;
         -o-transition: all .12s ease;
            transition: all .12s ease;
    color: #fff;
    border: 2px solid #ff5a00;
    -webkit-border-radius: 100px;
     -khtml-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    outline: none;
    background-color: #000;
}
.set_bg.first {
    width: 169px;
    height: 2px;
    border: 0;
}
.set_bg.last {
    width: 169px;
    height: 2px;
    border: 0;
}
#tabs li.ui-tabs-active a {
    color: #fff;
    background-color: #ff5a00;
}
.set_bg {
    width: 24px;
    margin-top: 84px;
    border: 0;
    background-color: transparent!important;
}
#tabs li a:hover {
    color: #fff;
    background-color: #ff5a00;
}
#tabs {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: center;
}
input {
    border-radius: 0;

    -webkit-appearance: none;
}
.rslides p {
    margin-bottom: 20px;
    text-align: center;
}
#screen_3_go .section_content_small {
    font-size: 18px;
}
#home_columns_center p {
    font-size: 14px;
}
.slide_buttons .view_more {
    color: #fff;
    background-color: #000;
}
.slide_buttons .view_more:hover {
    color: #000;
    background-color: #fff;
}
.pull_l {
    display: inline;
    float: left;
}
.pull_r {
    display: inline;
    float: right;
}
.how_row_2.mobile {
    display: none;
}
.how_row_2 {
    position: absolute;
    left: 50%;
    margin-left: -5%;
}
.menu_close {
    display: none;
}
.signup_valet {
    margin: 0;
    margin-top: 40px;
    padding: 0;
    text-align: center;
}
.signup_valet a {
    font-size: 20px;
    padding: 8px 27px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: #ff5a00;
}
.footer_left .ajax-loader {
    display: none;
}
.footer_left span.wpcf7-not-valid-tip,
.footer_left .div.wpcf7-response-output {
    font-size: 13px !important;
}
.how_row .on:after,
.how_row.visible:after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod=\'auto expand\')';
        filter: progid: DXImageTransform.Microsoft.Matrix( M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
}
.how_row img {
    -moz-transition: all .85s ease .15s;
     -ms-transition: all .85s ease .15s;
      -o-transition: all .85s ease .15s;
         transition: all .85s ease .15s;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
           opacity: 0;
      -moz-opacity: 0;
    -khtml-opacity: 0;

    webkit-transition: all .85s ease .15s;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
}
.how_row.on img,
.how_row.visible img {
    max-width: 100%;
    height: auto;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
           opacity: 1;
      -moz-opacity: 1;
    -khtml-opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
}
.how_row_2,
.how_row .how_row_padding {
    -webkit-transition: all .95s ease .35s;
       -moz-transition: all .95s ease .35s;
        -ms-transition: all .95s ease .35s;
         -o-transition: all .95s ease .35s;
            transition: all .95s ease .35s;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
           opacity: 0;
      -moz-opacity: 0;
    -khtml-opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
}
.how_row.on .how_row_2,
.how_row.on .how_row_padding,
.how_row.visible .how_row_padding {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
           opacity: 1;
      -moz-opacity: 1;
    -khtml-opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
}
.hiddenleft {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100px;
    height: 500px;
    background: transparent;
}
.hiddenright {
    position: absolute;
    z-index: 999;
    right: 0;
    width: 100px;
    height: 500px;
    background: transparent;
}
.carousel_wrapper {
    position: relative;
    overflow-x: hidden;
    min-width: 100%;
    margin-top: 65px;
    margin-bottom: 24px;
    white-space: nowrap;
}
.carousel_wrapper .carousel_ul {
    display: inline;
    float: left;
    width: 2280px;
    min-width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}
.carousel_ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.carousel_wrapper li {
    position: relative;
    display: inline;
    float: left;
}
.carousel_wrapper li .caption {
    font-size: 16px;
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 15px;
    padding: 14px;
    color: #fff;
}
.carousel_wrapper li img {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}
ul.carousel_ul li:hover img {
    display: none;
    -webkit-transition: .8s;
       -moz-transition: .8s;
        -ms-transition: .8s;
         -o-transition: .8s;
            transition: .8s;
}
ul.carousel_ul li:hover .caption {
    -webkit-transition: .7s;
       -moz-transition: .7s;
        -ms-transition: .7s;
         -o-transition: .7s;
            transition: .7s;
    background-color: #ff5a00;
}
.ww_1 {
    width: 325px;
    height: 500px;
    background-image: url('images/ww1_ro.jpg');
}
.ww_2 {
    width: 555px;
    height: 500px;
    margin-right: 20px;
    margin-left: 20px;
    background-image: url('images/ww2_ro.jpg');
}
.ww_3 {
    width: 210px;
    height: 240px;
    margin-right: 20px;
    background-image: url('images/ww3_ro.jpg');
}
.ww_4 {
    width: 210px;
    height: 240px;
    background-image: url('images/ww4_ro.jpg');
}
.ww_5 {
    width: 440px;
    height: 240px;
    margin-top: 20px;
    background-image: url('images/ww5_ro.jpg');
}
.ww_group {
    display: inline;
    float: left;
    width: 440px;
    height: 500px;
}
.ww_6 {
    width: 325px;
    height: 500px;
    margin-left: 20px;
    background-image: url('images/ww6_ro.jpg');
}
.ww_7 {
    width: 555px;
    height: 500px;
    margin-left: 20px;
    background-image: url('images/ww7_ro.jpg');
}
.section_gmaps .section_center {
    width: 400px;
    margin: 0 auto;
}
.section_gmaps .section_center h2 {
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
@media screen and (max-width: 1100px) {
    #menu ul li {
        float: left!important;
        width: auto!important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    #menu ul li a {
        padding: 10px 20px !important;
    }
}
@media screen and (max-width: 1480px) {
    #logo {
        width: 213px;
    }
    #logo img {
        width: 184px;
        height: 28px;
    }
    #menu {
        width: 66%;
    }
    #menu ul {
        max-width: 850px;
    }
    #signup {
        width: 242px;
    }
    #signup .pop {
        width: 242px !important;
    }
    .pop .submit {
        width: 238px;
    }
    .pop .field {
        width: 218px;
    }
    .home_col_1,
    .home_col_2,
    .home_col_3 {
        width: 32% !important;
    }
    .home_col_1 {
        margin-left: 0;
    }
    .home_col_2 {
        margin-right: 2% !important;
        margin-left: 2% !important;
    }
    #tabs li a {
        padding: 0 30px;
    }
    .set_bg {
        width: 40px;
    }
    .col_wrapper {
        width: 80%;
        margin-left: 10%;
    }
    .home_col_1,
    .home_col_2,
    .home_col_3 {
        width: 200px;
    }
    .section_center {
        width: 100%;
    }
    .homepage-blog {
        width: 80%;
        margin: 70px auto 0 !important;
    }
    #home_columns_center {
        width: 80%;
        margin-left: 10%;
    }
    .section_wwo h1 {
        line-height: 100%;
    }
    .footer_center,
    .slider_center {
        width: 980px;
    }
    #menu ul li {
        font-size: 14px;
    }
    #signup {
        font-size: 14px;
    }
    .linkswrapper:after {
        left: 78px;
        height: 39px;
    }
    #menu ul li a.getapp {
        padding: 10px 15px;
    }
    #menu ul li a {
        white-space: nowrap;
    }
    .page-template-page-getapp #wrapper {
        background-size: cover;
    }
}
@media screen and (max-width: 1290px) {
    #logo {
        width: 165px;
    }
    #signup {
        position: absolute;
        right: 121px;
        float: left;
        width: 154px;
        margin-top: 53px;
        margin-right: 0;
    }
    #signup .links {
        position: relative;
        margin-top: 0;
    }
    #signup.clicked .pop {
        right: 0;
        left: auto;
    }
    #mobile_menu {
        position: relative;
        z-index: 10;
        display: inline;
        float: right;
        margin-top: 53px;
        margin-right: 15px;
        margin-right: 50px;
        cursor: pointer;
    }
    #menu ul li {
        clear: left;
    }
    .get_ro:hover a,
    #menu ul li a.selected,
    #menu ul li a:hover {
        color: #ff5a00;
        border: 1px solid transparent;
    }
    #logo {
        margin-left: 40px;
    }
    #logo img {
        margin-top: 61px;
    }
    #header .links {
        margin-top: 12px;
    }
    #menu {
        position: absolute;
        z-index: 99999;
        top: -7px;
        right: 0;
        right: 33px;
        display: none;
        float: right;
        width: 170px;
        margin-top: 30px;
        margin-top: 40px;
        margin-right: 0;
        padding-right: 15px;
        text-align: right;
        background-color: black;
        -webkit-box-shadow: 5px 3px 13px #000;
           -moz-box-shadow: 5px 3px 13px #000;
                box-shadow: 5px 3px 13px #000;
    }
    .menu_close {
        display: inline;
        float: right;
        margin-top: 18px;
        cursor: pointer;
    }
    #menu.active {
        display: inline;
    }
    #menu ul li {
        margin-bottom: 20px;
    }
    #menu ul {
        margin-top: 50px;
    }
    #menu ul li a.getapp,
    #menu ul li a.selected,
    #menu ul li a:hover,
    #menu ul li a {
        /*padding: 0;*/
        text-align: right;
        background-color: transparent!important;
    }
}
@media screen and (max-width: 980px) {
    #screen_2_go .section_center .subtitle2 {
        margin: 35px 0 0 0;
    }
    #screen_2_go .section_center .details2 {
        margin: 35px auto 45px;
    }
    #screen_3_go .section_center .subtitle3 {
        margin: 35px auto 0 auto;
    }
    #screen_3_go .section_center .details3 {
        margin: 35px auto 45px;
    }
    #screen_3_buttons a {
        margin: 0 0 22px;
    }
    .section_management.members .col_wrapper {
        width: 100%;
        margin: 0;
    }
    .page-template-page-contact .section_how_it_works h1,
    .page-template-page-about .section_about h1,
    .page-template-page-locations .section_locations h1,
    .page-template-page-how .section_how_it_works h1,
    .page-template-page-businesses .section_wwo h1,
    .section_faq h1,
    .section_blog h1 {
        font-size: 40px !important;
        line-height: 50px !important;
        margin-top: 50px !important;
        margin-bottom: 20px !important;
    }
    .section_signup h1 {
        font-size: 30px !important;
        line-height: 32px !important;
        margin-top: 50px !important;
        margin-bottom: 20px !important;
    }
    #menu ul.newBlog li a {
        padding: 10px 26px !important;
    }
    .col_33:hover .col_33_popup {
        position: relative;
        left: auto;
        width: 100%;
        padding-top: 10px;
    }
    .section_blog .section_center {
        width: 100%;
    }
    .section_blog .post_content {
        width: 80%;
        margin-left: 10%;
    }
    #footer .col_25 {
        margin: 0;
    }
    .col_33 {
        width: 100%;
        margin: 0;
    }
    .formMargin {
        margin-right: 0;
    }
    form .form_col {
        width: 100%;
    }
    .wpcf7-form {
        width: 325px;
        margin: 0 auto;
    }
    .wpcf7-form .form_submit {
        margin-left: 0;
    }
    .form textarea {
        width: 80%;
        min-width: 80%;
        max-width: 80%;
        padding: 15px 10%;
    }
    .form_submit {
        width: 100%;
    }
    .form .form_submit input {
        width: 325px;
    }
    .form textarea,
    .form input {
        width: 305px;
        min-width: 305px;
        max-width: 325px;
        padding: 0 20px;
    }
    .form select {
        width: 345px;
        padding: 0 20px;
    }
    .form textarea {
        padding: 10px 20px;
    }
    .getapp_wrapper {
        margin-top: 20px;
    }
    .getapp_col {
        width: 100%;
    }
    .section.section_home h1,
    h1 {
        font-size: 40px;
    }
    .how_row_1,
    .how_row_3,
    .how_row_2,
    .form,
    .page-template-page-signup .section_center,
    .page-template-page-about .section_center,
    .page-template-page-contact .section_center,
    h1,
    h2,
    #home_columns_center,
    .section_content_small,
    .footer_center {
        width: 80%;
        margin-left: 10%;
    }
    .section_center {
        width: 100%;
    }
    .home_col_2 {
        margin-right: 0;
        margin-left: 0;
    }
    .section_home {
        padding-top: 100px;
    }
    .how_it_works_wrapper,
    .how_it_works_wrapper:before,
    .how_it_works_wrapper:after {
        background-image: none;
    }
    .how_it_works_wrapper:before,
    .how_it_works_wrapper:after {
        height: 0;
    }
    .how_row_padding {
        max-width: 100%;
    }
    .home_box {
        width: auto;
        margin: 0 0 20px 0;
    }
    .review_col {
        width: 100%;
        margin-top: 50px;
    }
    .review_img {
        width: 38%;
        max-width: 101px;
        margin-right: 2%;
    }
    .featured_middle {
        margin: 20px 0 20px 0;
    }
    .review_img img {
        width: 100%;
    }
    .footer_left,
    .footer_right {
        width: 100%;
        text-align: center;
    }
    .footer_left .submit {
        margin-top: 20px;
    }
    .footer_socials {
        float: left!important;
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }
    #footer .col_25 {
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }
    #footer .col_25.copyright {
        margin-bottom: 25px;
    }
    .col_25 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .last_col {
        width: 100% !important;
    }
    .footer_right {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .footer_center .footer_right * {
        float: none;
        text-align: center;
    }
    .section {
        background-size: cover;
    }
    .how_row_2 div {
        margin-top: 20px;
    }
    .how_row .text {
        margin-top: 20px;
    }
    #tabs .set_bg {
        width: 7px;
        margin-top: 52px;
    }
    #tabs .set_bg.last,
    #tabs .set_bg.first {
        width: 110px;
    }
    #tabs .set_bg.last {
        background-position: right;
    }
    #tabs li a {
        font-size: 12px;
        line-height: 50px;
        height: 50px;
        padding: 0 25px;
    }
    .how_row img {
        max-width: 100%;
        height: auto;
    }
    .section_how_it_works .slide_buttons {
        margin-top: 0;
    }
    .ui-tabs-nav {
        margin-bottom: 0;
    }
    .step_text {
        font-size: 14px;
        left: -249px;
        width: 226px;
    }
    .step_text_wrap {
        width: 168px;
    }
    .section_center h1 {
        font-size: 48px;
    }
    .slider_center_wrap {
        width: 100%;
        padding-left: 0;
    }
    .rslides img {
        max-width: 80%;
        height: auto;
    }
    .slider_center {
        width: 100%;
    }
    body .how_row_2.mobile {
        position: relative;
        left: 0;
        display: inline;
        width: 100%;
        margin-left: 0;
    }
    .how_row_padding {
        width: 80%;
        max-width: 400px;
        margin: 0 auto;
        margin-left: 10%;
    }
    .section_about .section_center,
    .section_locations .section_center,
    .section_features_wwo .col_wrapper {
        max-width: 400px;
        margin: 0 auto;
    }
    .how_row {
        margin-top: 0;
        margin-bottom: 0;
    }
    .how_row_2 {
        display: none;
    }
    .pull_r,
    .pull_l {
        float: none;
    }
    .ajax-loader {
        display: none !important;
    }
    .carousel_wrapper li img {
        opacity: 0;
    }
    .carousel_wrapper li .caption {
        background-color: #542b2b;
    }
    #footer_top_half {
        padding-top: 0;
    }
    .page-template-page-how #wrapper {
        background-image: url(images/how_it_works.jpg);
        background-position-y: -238px;
    }
}
@media screen and (max-width: 768px) {
    .section_management.members .col_50 {
        float: none;
        width: 100%;
    }
    .home_col_1,
    .home_col_2,
    .home_col_3 {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .home_col_2 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .slide_buttons {
        width: 80%;
        margin-left: 10%;
    }
    .slide_buttons {
        line-height: 100% !important;
    }
    .slide_buttons .marginRight {
        margin-right: 0;
    }
    .slide_buttons a {
        display: block;
        margin-bottom: 20px;
    }
    #mobile_menu {
        margin-right: 10px;
    }
    #menu {
        right: 0;
        padding-right: 10px;
    }
    #signup {
        right: 64px;
    }
}
@media screen and (max-width: 550px) {
    #tabs .set_bg.last,
    #tabs .set_bg.first {
        display: none;
    }
    .categories_list {
        margin-bottom: 20px;
    }
    .cat_post {
        left: 10%;
    }
    .post_content {
        width: 80% !important;
        margin-left: 10%;
    }
    .categories_list a {
        display: inline;
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 780px) {
    .step_text {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        margin-top: 0 !important;
    }
    .step_text_wrap {
        width: 57% !important;
        margin-left: 15%;
        padding: 0;
        padding-top: 14px;
        padding-right: 5%;
        padding-left: 5%;
        text-align: center;
    }
    .rslides li p img {
        margin-top: 65px;
    }
    .slider_center .centered-btns_tabs li {
        position: static !important;
    }
    .step_text {
        background-image: none;
    }
    .centered-btns_tabs {
        position: static;
    }
    .centered-btns_tabs {
        margin-top: -30px !important;
    }
}
@media screen and (max-width: 430px) {
    .signup_valet {
        width: 80%;
        margin-left: 10%;
    }
    .signup_valet a {
        display: block;
    }
    .footer_left .field {
        width: 90%;
    }
    #logo {
        width: 121px;
        margin-left: 14px;
    }
    #logo img {
        margin-top: 62px;
    }
    .form input,
    .form textarea,
    .form select {
        width: 80%;
        min-width: 80%;
        max-width: 80%;
        padding: 0 10%;
    }
    .form textarea {
        padding: 15px 10%;
    }
    .form_submit input,
    .form_submit,
    .wpcf7-form {
        width: 100% !important;
    }
    .form input[type='submit'] {
        width: 100% !important;
        max-width: 100%;
    }
    #logo img {
        width: 121px;
    }
    #tabs {
        min-width: 319px;
    }
    .page-template-page-homepage #wrapper {
        background-position: 72% 0;
    }
    .page-template-page-about #wrapper {
        background-position: 92% top;
    }
    .section_gmaps,
    #map,
    #map-canvas {
        height: 400px !important;
    }
}
#wrapper_map {
    position: relative;
}
#map {
    height: 750px;
    color: #000;
}
#map_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 300px;
    height: 100%;
    padding: 37px 23px;
    background-color: rgba(0, 0, 0, .83);
}
#map_overlay_int {
    font-size: 14px;
    line-height: 18px;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
#map_overlay_int h2 {
    font-size: 30px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    margin-left: 5px !important;
    color: #ff5a00;
}
@media screen and (max-width: 650px) {
    #map {
        height: 450px;
        color: #000;
    }
    #map_overlay {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        text-align: center;
        background-color: #000;
    }
    #map_overlay h2 {
        width: auto !important;
        padding: 0 !important;
    }
    #map_overlay_int {
        height: auto;
    }
}
#map_overlay_int ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#map_overlay_int ul li {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #3d3d3d;
}
#map_overlay_int ul li a {
    display: block;
    padding: 19px 5px;
    -webkit-transition: all .12s ease;
       -moz-transition: all .12s ease;
        -ms-transition: all .12s ease;
         -o-transition: all .12s ease;
            transition: all .12s ease;
    color: #fff;
}
#map_overlay_int ul li a:hover {
    color: #d24a02;
}
#map-canvas h5 {
    font-family: Helvetica, Arial;
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 4px;
    color: #f37921;
}
#map-canvas p {
    margin-top: 0;
    margin-bottom: 4px;
}
#map-canvas p span {
    color: #f37921;
}
.map_right p:last-child {
    margin-bottom: 0;
}
.map_right p img {
    vertical-align: top;
}
.map_left {
    font-family: Helvetica, Arial;
    display: inline;
    float: left;
    overflow: hidden;
    width: 75px;
    margin-right: 20px;
}
.map_right {
    font-family: Helvetica, Arial;
    font-size: 12px;
    display: inline;
    float: left;
    width: 250px;
}
.page-template-page-sitemap .section_center a {
    text-decoration: none;
    color: #fff;
}
.page-template-page-sitemap .section_center a:hover {
    text-decoration: underline;
}
.page-template-page-sitemap .section_center ul.page-list {
    width: auto;
    margin: 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    color: #000;
}
.page-template-page-sitemap .section_center ul.page-list a {
    color: #000;
}
span.wpcf7-not-valid-tip {
    padding: 4px 0 0 20px;
    color: #dcdcdc;
}
#about_contact_info {
    font-size: 18px;
    line-height: 22px;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 15px 75px;
}
#about_contact_info a {
    text-decoration: none;
    color: #fff;
}
.wpcf7-validation-errors {
    display: none!important;
}
.wpcf7-mail-sent-ok {
    margin: 20px 0 0 0 !important;
    padding: 9px !important;
    color: #fff;
    border: 0 !important;
    background-color: #398f14;
}
#footer .wpcf7-not-valid-tip {
    position: absolute;
}
.wpcf7-recaptcha {
    width: 304px;
    margin: 0 auto;
}
#section_4_blog {
    padding-bottom: 120px;
    background-color: #2f2f2f;
}
.homepage-blog {
    margin: 70px 110px 0 110px;
}
.homepage-blog-title {
    float: left;
}
.homepage-blog-viewmore {
    float: right;
    margin-top: 0;
}
.homepage-blog-viewmore a {
    color: #fb5a00;
}
.homepage-blog-viewmore a:hover {
    text-decoration: none;
    color: #fb5a00;
}
.homepage-blog-viewmore a:visited {
    text-decoration: none;
    color: #fb5a00;
}
.homepage-blog-title > h2 {
    margin-top: 0;
}
.homepage-blog-details {
    float: left;
    width: calc(100% - 510px);
    margin-left: 70px;
    color: #a3a3a3;
}
.homepage-blog-details a,
.homepage-blog-details a:hover,
.homepage-blog-details a:visited {
    color: #fff;
}
@media screen and (max-width: 984px) {
    .homepage-blog-details {
        width: 100%;
        margin-left: 0;
    }
    .homepage-blog-title {
        float: none;
        clear: both;
        width: 100%;
        text-align: left;
    }
    .homepage-blog-title h2 {
        width: 100%;
        margin: 0;
        text-align: left;
    }
    .homepage-blog-viewmore {
        float: none;
        clear: both;
        width: 100%;
        margin: 14px 0 27px 0;
    }
}
@media screen and (max-width: 600px) {
    .f_image img {
        width: 100%;
        height: auto;
    }
}
.section_features_wwo.generic_page {
    margin-top: 60px;
}
.section_features_wwo.generic_page .col_wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5.7% 40px;
}
.section_features_wwo.generic_page p {
    text-align: left;
    color: #000;
}
.section_features_wwo.generic_page h1 {
    color: #000;
}
#section_faq_accordion {
    float: left;
    width: 100%;
    background-color: #303030;
}
#section_faq_accordion_int {
    max-width: 1130px;
    margin: 0 auto;
    padding: 50px 10% 90px;
    text-align: center;
}
#wrapper_accordion {
    font-size: 18px;
    line-height: 24px;
}
#wrapper_accordion ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#wrapper_accordion li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #595959;
}
.content_accordion {
    position: absolute;
    width: 100%;
}
.content_accordion p {
    max-width: 800px;
    margin: 0 auto 15px auto;
}
#wrapper_accordion li > a {
    font-size: 30px;
    line-height: 30px;
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 15px 0 21px;
    color: #ff5a00;
}
#wrapper_accordion li p {
    text-align: center;
}
@media screen and (max-width: 600px) {
    #wrapper_accordion li > a {
        font-size: 22px;
        line-height: 22px;
    }
}
.featured_content_wrapper {
    position: relative;
}
.video_wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-image .featured_content_wrapper {
    float: left;
    width: 400px;
}
@media screen and (max-width: 980px) {
    .post_content h2 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 600px) {
    .blog-image .featured_content_wrapper {
        float: none;
        clear: both;
        width: 100%;
    }
}
#wrapper.volunteer {
    background-image: none;
}
#wrapper.volunteer #wrapper_header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-image: none;
}
#volunteer_signup {
    position: relative;
}
#volunteer_signup .wrapper {
    box-sizing: border-box;
    max-width: 1180px;
    margin: 0 auto;
    padding: 160px 25px 50px;
}
#volunteer_signup .wrapper .heading {
    float: left;
    box-sizing: border-box;
    width: 60%;
    padding: 0 40px 0 0;
}
#volunteer_signup .wrapper .heading h1 {
    font-family: 'Roboto Light', Helvetica, Arial;
    font-size: 54px;
    line-height: 65px;
    margin: 69px 0 0 0;
}
#volunteer_signup .wrapper .volunteer_form {
    float: right;
    box-sizing: border-box;
    width: 39.4%;
    padding: 31px 5.4%;
    color: #999;
    -webkit-border-radius: 8px;
     -khtml-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    background-color: rgba(238, 235, 235, .92);

    -webkit-backdrop-filter: blur(10px);
}
#volunteer_signup .wrapper .volunteer_form label {
    padding: 0 0 0 23px;
}
#volunteer_signup .wrapper .volunteer_form input[type='text'],
#volunteer_signup .wrapper .volunteer_form input[type='email'] {
    font-family: 'Roboto Bold', Helvetica, Arial;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 11px 23px;
    color: #4a4a4a;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 50px;
     -khtml-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: #fff;
}
#volunteer_signup .wrapper .volunteer_form input[type='submit'] {
    font-family: 'Roboto Medium', Helvetica, Arial;
    font-size: 13px;
    display: block;
    margin: 0 auto;
    padding: 11px 68px;
    cursor: pointer;
    color: #fff;
    border: 0;
    -webkit-border-radius: 21px;
     -khtml-border-radius: 21px;
       -moz-border-radius: 21px;
            border-radius: 21px;
    background-color: #ff5a00;
}
#volunteer_signup_slider {
    background-color: #000;
}
#volunteer_signup_slider:before {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .39);
}
body .mc-cycle {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
body .mc-image {
           opacity: 0;
      -moz-opacity: 0;
    -khtml-opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
}
div.mc-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .75s ease-in-out;
       -moz-transition: opacity .75s ease-in-out;
         -o-transition: opacity .75s ease-in-out;
            transition: opacity .75s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
body.page-template-page-volunteer span.wpcf7-not-valid-tip {
    padding: 4px 0 0 23px;
    color: #f00;
}
body.page-template-page-volunteer .wpcf7-recaptcha {
    width: 304px;
    padding: 4px 0;
}
@media screen and (max-width: 980px) {
    #volunteer_signup .wrapper .heading {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #volunteer_signup .wrapper .heading h1 {
        width: 100%;
        margin: 0 0 60px 0;
    }
    #volunteer_signup .wrapper .volunteer_form {
        float: none;
        clear: both;
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
    }
    body.page-template-page-volunteer .wpcf7-form {
        width: 100%;
    }
}
@media screen and (max-width: 580px) {
    #volunteer_signup .wrapper .heading h1 {
        font-size: 27px;
        line-height: 35px;
    }
}
#volunteer_process {
    text-align: center;
    color: #4a4a4a;
}
#volunteer_process .wrapper {
    box-sizing: border-box;
    max-width: 1180px;
    margin: 0 auto;
    padding: 69px 25px 91px;
}
#volunteer_process .wrapper h2 {
    font-family: 'Roboto Bold', Helvetica, Arial;
    font-size: 48px;
    line-height: 48px;
    width: 100%;
    margin: 0 0 72px;
    letter-spacing: 0;
}
#volunteer_process .wrapper .wrapper_steps {
    position: relative;
}
#volunteer_process .wrapper .wrapper_steps:before {
    position: absolute;
    z-index: -1;
    top: 43px;
    right: 0;
    left: 0;
    width: 80%;
    height: 1px;
    margin: 0 auto;
    content: '';
    background-color: #ff5a00;
}
#volunteer_process .wrapper .step {
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding: 0 1% 0 1%;
}
#volunteer_process .wrapper .step .number {
    font-family: 'Roboto Thin', Helvetica, Arial;
    font-size: 72px;
    line-height: 60px;
    display: inline-block;
    box-sizing: border-box;
    padding: 11px 25px 14px;
    color: #4a4a4a;
    border: 1px solid #ff5a00;
    -webkit-border-radius: 10px;
     -khtml-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: #fff;
}
#volunteer_process .wrapper .step .info {
    font-size: 22px;
    line-height: 35px;
    margin: 25px 0 0 0;
    color: #4a4a4a;
}
#volunteer_process .wrapper .step .info p {
    margin: 0;
}
#volunteer_process .wrapper .step .info span {
    position: relative;
    display: block;
}
#volunteer_process .wrapper .step .info span a {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin: 10px auto 0;
    text-indent: -9999px;
    background-image: url(images/ico_linkedin_alt.png);
}
@media screen and (max-width: 980px) {
    #volunteer_process .wrapper .step {
        float: none;
        clear: both;
        width: 100%;
        max-width: 340px;
        margin: 0 auto 69px;
    }
    #volunteer_process .wrapper .wrapper_steps .step:last-child {
        margin: 0 auto;
    }
    #volunteer_process .wrapper .wrapper_steps:before {
        display: none;
    }
}
@media screen and (max-width: 580px) {
    #volunteer_process .wrapper {
        padding: 51px 25px 71px;
    }
    #volunteer_process .wrapper h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 0 0 52px;
    }
    #volunteer_process .wrapper .step .number {
        font-size: 42px;
        line-height: 40px;
        padding: 11px 18px 14px;
    }
    #volunteer_process .wrapper .step .info {
        font-size: 18px;
        line-height: 21px;
    }
    #volunteer_process .wrapper .step {
        margin: 0 auto 45px;
    }
}
#volunteer_call_to_action {
    background-color: #4a4a4a;
    background-image: url(images/bg_volunteer_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#volunteer_call_to_action_int {
    background-color: rgba(0, 0, 0, .39);
}
#volunteer_call_to_action .wrapper {
    box-sizing: border-box;
    max-width: 1180px;
    margin: 0 auto;
    padding: 141px 25px;
}
#volunteer_call_to_action .wrapper h2 {
    font-family: 'Roboto Light', Helvetica, Arial;
    font-size: 54px;
    line-height: 65px;
    max-width: 640px;
    margin: 0;
}
@media screen and (max-width: 980px) {
    #volunteer_call_to_action .wrapper h2 {
        margin: 0 auto;
        text-align: center;
    }
}
@media screen and (max-width: 580px) {
    #volunteer_call_to_action .wrapper h2 {
        font-size: 27px;
        line-height: 35px;
    }
    #volunteer_call_to_action .wrapper {
        padding: 101px 25px;
    }
}
#volunteer_why {
    background: #f2752c;
    background:    -moz-linear-gradient(top, #f2752c 0%, #e75200 99%, #e75200 99%);
    background: -webkit-linear-gradient(top, #f2752c 0%, #e75200 99%, #e75200 99%);
    background:         linear-gradient(to bottom, #f2752c 0%, #e75200 99%, #e75200 99%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2752c', endColorstr='#e75200', GradientType=0);
}
#volunteer_why .wrapper {
    font-size: 22px;
    line-height: 31px;
    box-sizing: border-box;
    max-width: 1180px;
    margin: 0 auto;
    padding: 79px 25px 69px;
    text-align: center;
    color: #fff;
}
#volunteer_why .wrapper h2 {
    font-family: 'Roboto Light', Helvetica, Arial;
    font-size: 54px;
    line-height: 65px;
    width: 100%;
    margin: 0 0 19px 0;
    text-align: center;
}
#volunteer_why .wrapper p {
    max-width: 550px;
    margin: 0 auto 19px;
}
#volunteer_why .wrapper .wrapper_cols {
    margin: 41px 0 81px 0;
}
#volunteer_why .wrapper .col {
    font-size: 20px;
    line-height: 29px;
    float: left;
    box-sizing: border-box;
    width: 33%;
    padding: 0 4%;
}
#volunteer_why .wrapper .col .ico {
    display: table;
    width: 170px;
    height: 170px;
    margin: 0 auto;
}
#volunteer_why .wrapper .col .ico .ico_int {
    display: table-cell;
    width: 170px;
    height: 170px;
    text-align: center;
    vertical-align: middle;
}
#volunteer_why .wrapper .col .ico .ico_int img {
    max-width: 100%;
    max-height: 100%;
}
#volunteer_why .wrapper .col .title {
    font-family: 'Roboto Light', Helvetica, Arial;
    font-size: 54px;
    line-height: 65px;
}
@media screen and (max-width: 980px) {
    #volunteer_why .wrapper .col {
        float: none;
        clear: both;
        width: 100%;
        max-width: 340px;
        margin: 0 auto 69px;
    }
    #volunteer_why .wrapper .wrapper_cols .col:last-child {
        margin: 0 auto;
    }
}
@media screen and (max-width: 580px) {
    #volunteer_why .wrapper h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 0 0 19px 0;
    }
    #volunteer_why .wrapper {
        font-size: 18px;
        line-height: 21px;
        padding: 49px 25px 29px;
    }
    #volunteer_why .wrapper .col .title {
        font-size: 27px;
        line-height: 35px;
    }
    #volunteer_why .wrapper .col {
        font-size: 18px;
        line-height: 21px;
    }
    #volunteer_why .wrapper .col {
        margin: 0 auto 29px;
    }
}
