﻿.cp {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
}
.cp section {
    width: 100%;
    float: left;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/*@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}


.cp_job_view_detail a.quick-apply:hover {
    border-color: #999;
    opacity: 1;
    background-color: transparent;
    color: #333;
}

.cp_job_view_detail a.quick-apply {
    border-color: #ec1f26;
    background-color: #ec1f26;
    color: #fff;
}

.cp_job_view_detail a:hover {
    border-color: #ec1f26;
    background-color: #ec1f26;
    color: #fff;
}

a.collapse-jobs-listing:hover span {
    background-color: #ec1f26;
}

    a.collapse-jobs-listing:hover span i {
        color: #fff
    }

button.customButton {
    margin-top: 8px;
    border: 1px solid #999;
    color: #333;
    padding: 0 50px;
    font-size: 16px;
}

    button.customButton:hover {
        border-color: #ec1f26;
        background-color: #ec1f26;
        color: #fff;
    }

.cp_our_story_section {
    display: inline-block;
    clear: both;
    width: 100%;
}

.row {
    /* margin-left: -15px;
    margin-right: -15px; */
}

.cp_our_story_section .cp_header_section {
    padding-top: 0;
}
.cp_header_section {
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: center;
    padding: 30px 15px;
}
    .cp_header_section h2 {
        font-size: 35px;
        font-weight: 300;
        text-transform: capitalize;
    }

    .cp_header_section span.cp_under_line {
        width: 80px;
        height: 2px;
        display: block;
        clear: both;
        margin: 15px auto auto;
    }
.cp_our_story_item_option {
    width: 100%;
    clear: both;
    padding-bottom: 30px;
    display: inline-block;
}

.cp_story_item {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-flexbox-wrap: wrap;
    -ms-flexbox: wrap;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #fff;
}

    .cp_story_item .cp_story_item_content {
        flex: auto;
        float: left;
        padding: 20px;
        /*border-top: 2px solid #00b9f2;*/
    }
.showroom-list .showroom-item {
    margin: 15px 10px;
    cursor: pointer;
}
.showroom-list h2.title {
    color: #000 !important;
    width: auto;
    font-size: 16px;
}
.showroom-list p:last-child {
    border-bottom: 1px solid #333333;
    padding-bottom: 15px;
}

.showroom-list p {
    color: #000;
    font-size: 12px !important;
    margin: 5px 0px;
    line-height: 1.5em;
}
.Normal p {
    margin-bottom: 0px !important;
}
.city-wrapper {
    height: 500px;
    overflow-y: scroll;
}
.showroom-list {
    background-color: rgb(128, 208, 199);
    height: 500px;
}
.current {
    display: block;
}
.gllpMap {
    width: 100%;
    height: 500px;
    display: none;
}