/* CSS Document */


@import url('css/fontface.css');

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

body {
    font-family: 'open_sansregular';
    font-size: 13px;
    color: #000;
    background-color: #fff;
}

/**********************************************  Default   **********************************************/
h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    color: #383838;
    font-family: 'Oswald', sans-serif;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #383838;
    font-family: 'Arimo';
}

h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #383838;
    font-family: 'Arimo';
}

p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 12px;
    font-family: 'Arimo';
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #ED1B24 !important;
    text-decoration: none !important;
}

img {
    height: auto;
    max-width: 100%;
}

ul,
ol {
    margin: 0px;
}

/***********************************************************************************************************/
.volunteer ul li a.active{
    background:#EEEEEE !important;
    border-color:#F9F9F9;
}
.volunteer .nav-pills li a{
    background: #F9F9F9;
    border: 1px solid #F9F9F9;
    border-radius: 13px;
    padding: 20px 15px;
    
}
.volunteer ul li.nav-item {
    padding: 0;
}
#topsection {
    padding: 15px 54px;
}
.alignleft{
    float:left !important;
    padding-right:15px;
    padding-bottom:15px;
}
.left_logo,
.right_logo {
    text-align: center;
}

.left_logo img {
    width: 160px;
}

.right_logo img {
    width: 160px;
}

.top_heading {
    font-size: 41px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

nav.inner-header {
    border-bottom: 5px #ed1b24 solid;
}

li.nav-item a {
    color: #383838 !important;
    font-size: 25px;
    font-family: 'Arimo';
    line-height: 28px;
}

li.nav-item a:hover,
li.nav-item a:active {
    color: #ED1B24 !important;
}

li.nav-item {
    padding: 10px 15px;
}

#highlight_section {
    padding: 100px 0px;
}

.highlight_item {
    border: 2px solid #ED1B24;
    border-radius: 8px;
    background: #ED1B24;
    margin: 5px;
    margin-bottom: 30px;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
}

.highlight_item img {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    width: 100%;
}

.highlight_item h3 {
    margin-bottom: 0 !important;
    text-align: center;
    color: #fff;
    padding: 10px;
}

#banner {
    border-top: solid 2px #ED1B24;
    min-height: 405px;
}

#carouselExampleIndicators li {
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    margin: 0px 10px 30px 10px !important;
}

.carousel-indicators li.active {
    background-color: #ED1B24;
}

.highlight_item:hover {
    -webkit-box-shadow: 0px 0px 9px #000;
    box-shadow: 0px 0px 9px #000;
    -webkit-transition: -webkit-box-shadow .2s ease-in;
    transition: -webkit-box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in, -webkit-box-shadow .2s ease-in;
}

/**footer **/
.footer_logo img {
    width: 115px;
}

.footer_right i.fa:hover {
    background: #b4131a;
}

#footer {
    padding: 50px 0px 30px 0px;
    background: url('images/footer_bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer_second {
    padding: 20px 0px 10px 0px;
}

.fa {
    color: #ED1B24;
}

.map i.fa {
    font-size: 35px;
    /* float: left; */
}

ul.menu_links li a {
    padding-left: 10px;
    font-size: 17px;
    line-height: 17px;
    color: #2E2A2B;
    font-family: 'Arimo';
}

ul.menu_links li i.fa {
    font-size: 15px;
}

ul.menu_links li {
    padding-bottom: 20px;
}

#footer h4 {
    font-size: 18px;
    line-height: 28px;
    color: #2E2A2B;
    font-family: 'Arimo';
    font-weight: 600;
}

#copyright {
    text-align: center;
    font-size: 14px;
}

.footer_right i.fa {
    color: #fff;
    border: solid 1px #ED1B24;
    border-radius: 50%;
    padding: 12px 17px;
    font-size: 20px;
    background: #ED1B24;
}

#copyright_section {
    padding-top: 20px;
}

.address {
    padding-left: 15px;
}

#footer h2 {
    padding-left: 20px;
    text-transform: uppercase;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 40px;
    width: 40px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
}

.carousel-control-next-icon:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 9px;
    left: 14px;
    color: rgba(0, 0, 0, .5);
}

.carousel-control-prev-icon:after {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 9px;
    left: 12px;
    color: rgba(0, 0, 0, .5);
}

/* Horizontal line */
.collapsible-link .toogle-icon::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #868686;
    position: absolute;
    top: calc(50% - 1px);
    right: 10px;
    display: block;
    transition: all 0.3s;
    z-index: 1;
}

/* Vertical line */
.collapsible-link .toogle-icon::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #868686;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(10px + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true'] .toogle-icon::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true'] .toogle-icon::before {
    transform: rotate(180deg);
}

h2.head-title,
h1.head-title {
    margin-bottom: 50px;
    font-size: 38px;
    padding-bottom: 20px;
    border-bottom: 1px #e7e7e7 solid;
}

h4.top-categories {
    font-family: 'Arimo';
    margin-bottom: 50px;
    background-color: #f6f6f6;
    color: #010101;
    font-weight: 400;
    padding: 20px 0;
    border-radius: 15px;
}

#event-wrapper {
    margin-top: 50px;
    margin-bottom: 70px;
}

.accordion {
    flex-direction: column;
}

.accordion .acco-item {
    margin-bottom: 15px;
}

.accordion,
.acco-item {
    display: flex;
    width: 100%;
    font-family: 'Arimo';
}

.event-date {
    width: 102px;
    height: 102px;
    background-color: #eff0f2;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 15px;
}

.event-date.blank-Sec {
    background-color: transparent !important;
}

.accordion .card {
    width: 100%;
}

span.month,
span.Date,
span.week {
    display: block;
    text-align: center;
}

span.month {
    font-size: 20px;
    color: #fff;
    background-color: #000;
}

span.Date {
    font-size: 32px;
    color: #ec1e22;
    line-height: 38px;
}

span.week {
    font-size: 16px;
    color: #ec1e22;
}

.accordion .card {
    border: 2px #efefef solid;
    border-radius: 15px;
    overflow: hidden;
}

.event-time-date {
    color: #9c9c9c;
    display: block;
    font-size: 18px;
    margin-top: 5px;
}

.accordion .card-header h6 a {
    font-size: 26px;
    font-weight: 500;
}

.collapse.show,
.active-acc {
    background-color: #efefef !important;
}

span.toogle-icon {
    float: right;
    width: 34px;
    height: 34px;
    background-color: #ccc;
    position: absolute;
    right: 5px;
    top: 20px;
    z-index: 0;
    border-radius: 10px;
}

.collapse.show {
    border-top: 1px solid #c6c5c5;
}

.accordion .card-body {
    padding: 40px 35px;
}

.accordion .card-body p {
    margin-bottom: 15px;
}

.accordion .card-body ol {
    margin-left: 15px;
}

.accordion .card-body ol li {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
}

.accordion .card-body table {
    width: auto;
}

.accordion .card-body table td,
.accordion .card-body table th {
    border-top: 0;
    padding: 5px;
    font-size: 17px;
    line-height: 27px;
}

.accordion .card-body table {
    margin-left: 40px;
}

.accordion .card-body table a {
    text-decoration: underline;
}

.accordion .collapse {
    padding-bottom: 50px;
}

.accordion .acc-btn {
    background-color: #dea90f;
    color: #fff;
    font-weight: 400;
    padding: 10px 35px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
}

.accordion .acc-btn:hover {
    background-color: #d39e00;
}


/********************** about *************************************/

#page_outer {
    padding-top: 80px;
}

h1.head-title {
    font-family: 'Arimo';
}

h2.highlighted {
    background: #231f20;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-bottom: 23px;
    font-size: 27px;
}



.club-part,
.member {
    background: #f9f9f9;
    padding: 80px 35px 60px;
    border-radius: 20px;
}

.club-part h3 {
    font-size: 24px;
    color: #2b2b2b;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 30px;
}

.club-part p {
    margin-bottom: 20px;
}

a.btn {
    height: 51px;
    line-height: 51px;
    padding: 0px 40px;
    display: inline-block;
    background: #dea90f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 13px;
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 20px;
}

a.btn:hover {
    background: #231F20;
}

.about-section2 {
    background: #fce8e9;
    padding: 62px 0;
    margin-top: -31px;
}

.member {
    padding-top: 60px;
}

.member h4 {
    font-size: 24px;
    color: #2b2b2b;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 30px;
    font-family: 'Arimo';
}

.member hr {
    border: none;
    border-bottom: 1px dashed #ebebeb;
    margin: 30px 0;
    margin-top: 10px;
}

.map {
    padding-top: 40px;
    margin-bottom: 30px;
}

.events-inner {
    margin-top: -30px;
}

.events-inner ul {
    list-style: none;
}

.events-inner ul li {
    margin-bottom: 30px;
}

.events-inner ul li h3 {
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 50%;
    margin-bottom: -30px;
    color: #fff;
    font-weight: bold;
}
.events-inner ul li img:hover {
         opacity: 0.5;
           transition: 0.3s;
}

.governance {
    margin-top: 45px;
}

.governance .accordion,
.governance .acco-item {
    display: block;
}

.governance span.toogle-icon {
    top: 10px;
}

ul.content li::before {
    content: "\2022";
    color: #E0E0E0;
    position: absolute;
    left: 10px;
    font-size: 50px;
}
ul.content li{
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 12px;
    font-family: 'Arimo';
    padding-left:25px;
}
ul.content{
    list-style:none;
}
/********************** acc *************************************/
.acc-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Arimo';
    color: #282828;
}

.acc-position {
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Arimo';
    color: #282828;
}

.acc-position {
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Arimo';
    color: #282828;
}

.acco-item p {
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    font-family: 'Arimo';
    color: #282828;
}

#collapseOne a {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    font-family: 'Arimo';
    color: #DDA90F;
    font-weight: bold;
    text-transform: uppercase;
}

/********************** history *************************************/

.history h3 {
    font-size: 20px;
    color: #282828;
    line-height: 30px;
    font-family: 'Arimo';
    font-weight: bold;
}

.history p {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 12px;
    font-family: 'Arimo';
}

.history a {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    font-family: 'Arimo';
    color: #DDA90F;
    font-weight: bold;
    text-transform: uppercase;
}

.history {
    background-color: #F9F9F9;
    padding-top: 50px;
    padding-bottom: 50px;
}

.history .space {
    padding-right: 0;
}

.history .right {
    padding-left: 0;

}

.history-content {
    background: #fff;
    padding: 66px 76px;
}

.diamond {
    position: absolute;
    z-index: 99;
    top: 41%;
    right: -61px;

}

/********************** volunteer *************************************/
.volunteer .tab-pane ul li {
    font-size: 17px;
    line-height: 27px;
    font-family: 'Arimo';
    color: #231F20;
    font-weight: 400;
    padding-left: 10px;
}

.volunteer .tab-pane ul li a {

    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    font-family: 'Arimo';
    color: #DDA90F;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 20px 0px;
}

.volunteer .tab-pane ul {
    list-style: none;
}

.volunteer .tab-pane ul li::before {
    content: "\2022";
    color: #E0E0E0;
    position: absolute;
    left: 35px;
    font-size: 50px;
}

.volunteer .tab-content {
    background: #F9F9F9;
    padding: 40px;
}

.volunteer .nav-pills li {
    background: #F9F9F9;
    border: 1px solid #F9F9F9;
    border-radius: 13px;
    margin-right: 10px;
}
.volunteer .nav-pills li:last-child {
    margin-right: 0px !important;
    
}
.volunteer .nav-pills li a {
     padding: 20px 15px;
}

.volunteer .nav-pills li {
    width: 32%;
    text-align: center;
}

.volunteer .nav-pills li:hover {
    background: #EEEEEE;
}

.volunteer .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: transparent;
}

.volunteer {
    padding: 50px 0px;
}

/********************** contact *************************************/
.contact_title {

    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-bottom: 23px;
    font-size: 27px;
    text-align: center;

}

.contact table {
    margin: 0 auto;
    width: 50%;
}

.contact {
    background-image: url("./images/contactbg.jpg");

    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-position: top center;
    padding: 50px 0px;

}

.contact td input[type=tel],
.contact td input[type=text],
.contact td textarea,
.contact td input[type=email] {

    margin-bottom: 23px;
    width: 83%;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    font-family: 'Arimo';
    border: 1px solid #E0E0E1;
    border-radius: 13px;
}

.contact td input::placeholder,
.contact td textarea::placeholder {
    font-size: 16px;
    color: #fff;
    font-family: 'Arimo';
}

.contact td {
    text-align: center;
}

.contact input::placeholder {
    text-transform: capitalize;
}

.contact td input[type=submit] {
    margin-bottom: 45px;
    width: 31%;
    margin-top: 25px;
    padding: 15px 0px 15px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #DDA90F;
    font-family: 'Arimo';
    border: 1px solid #E0E0E1;
    border-radius: 13px;
    border-color: #DDA90F;
    text-transform: uppercase;
}

.view-more {
    margin-bottom: 45px;
    width: 31%;
    margin-top: 25px;
    padding: 15px 0px 15px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #DDA90F;
    font-family: 'Arimo';
    border: 1px solid #E0E0E1;
    border-radius: 13px;
    border-color: #DDA90F;
    text-transform: uppercase;
    text-align: center;
}

li.nav-item:hover ul.dropdown-menu {
    display: block;
}

.fancybox-content {
    max-width: 768px !important;
}
.fancybox-content .acc-position {
    margin-bottom: 10px;
}
a.read {
    color: #DDA90F;
    font-weight: 700;
    text-decoration: none;
}

.view-more:hover {
    background: #231F20;
    color: #ED1B24;
}


/********************************** Regional ******************************/


#governance .club-part,#strategic .club-part,#event-detail .club-part,.grey-box-padding {
    margin-bottom: 50px;
    padding: 50px 35px 40px;
}

.club-part .row {
    margin-bottom: 30px;
}

.club-part .row h2 a{
    color: #dca90f;
    font-size: 20px;
}

.vir {
    background: #FDE8E9;
    padding: 60px 0 40px;
    text-align: center;
    margin-bottom: 50px;
}
.vir a.btn{
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    font-size: 27px;
    font-weight: normal;
}
.vir a.btn img {
    margin-right: 4px;

}

#strategic {
    margin-bottom: 50px;
}

.button-list ul {
    list-style: none;
}

.button-list ul li {
    display: inline-block;
    margin-right: 17px;
}
.button-list ul li a.btn {
    height: 57px;
    line-height: 57px;
    padding: 0 19px;
}
.button-list ul li:last-child {
    margin-right: 0px;
}
.button-list ul li img {
    margin-right: 10px;
}
.button-list ul li a {
    padding: 0 14px;
}

.event-box img {
    margin-bottom: 20px;
}

.event-box h6 {
    font-family: 'Arimo';
    margin-bottom: 20px;
}

.event-box h6 a {
    text-transform: uppercase;
    color: #ed1b24;
}

#event-detail .club-box .row {

}

#event-detail .club-box .row {
    border-bottom: 1px #e7e7e7 solid;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.event-box  .event-img a.btn {
    font-weight: 400;
    padding: 0 20px;
    position:  absolute;
    bottom: 20px;
    left: 20px;
}

.event-box  .event-img {
    position: relative;
}
.event-box  a.btn img {
    margin-bottom: 0px;
    margin-right: 10px;
}


@media (max-width: 1200px) {
    .volunteer li.nav-item a {

        font-size: 17px;
    }

}

@media (max-width: 1199px) {
    .history-content {
        padding: 7px 20px;
    }

}

@media (min-width: 1400px) and (max-width: 1555px) {
    .top_heading {
        font-size: 36px;
    }

}

@media (min-width: 1250px) and (max-width: 1400px) {
    .top_heading {
        font-size: 31px;
    }

}

@media (min-width: 992px) and (max-width: 1495px) {
    li.nav-item a {

        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .diamond {
        display: none;
    }

    .history {
        text-align: center;
    }

    .history-content {
        margin-top: 20px;
        padding: 45px 15px;
        padding-left: 15px;
    }

    #topsection {
        padding: 15px 15px;
    }

    .right_logo img {
        width: 75px;
    }

    .left_logo img {
        width: 75px;
    }

    .top_heading {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0px;
    }

    #banner {
        min-height: 200px;
    }

    #highlight_section {
        padding: 50px 0px;
    }

    .highlight_item h3 {
        font-size: 14px;
        line-height: 24px;
        padding: 5px;
    }

    #footer h2 {
        font-size: 19px;
        line-height: 29px;
    }

    .footer_logo img {
        width: 98px;
    }

    ul.menu_links li a {
        padding-left: 5px;
        font-size: 17px;
        line-height: 27px;
    }

    ul.menu_links li i.fa {
        font-size: 10px;
    }

    .map i.fa {
        font-size: 27px;
    }

    #footer h4 {
        font-size: 15px;
        line-height: 25px;
    }

    .footer_second p {
        font-size: 17px;
        line-height: 27px;
    }

    .footer_right i.fa {
        padding: 8px 12px;
        font-size: 15px;
    }

    ul.menu_links li {
        padding-bottom: 5px;
    }

    .navbar-nav .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    li.nav-item a {
        font-size: 11px;
        line-height: 22px;
    }

    h4.top-categories {
        font-size: 16px;
    }

    .volunteer .nav-pills li {
        width: 27%;
    }

    .volunteer li.nav-item a {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1120px) {
    .navbar-nav .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #banner {
        min-height: 285px;
    }

    #highlight_section {
        padding: 89px 0px;
    }

    #footer h2 {
        font-size: 26px;
        line-height: 36px;
    }

    ul.menu_links li a {
        padding-left: 5px;
        font-size: 16px;
        line-height: 26px;
    }

}

@media (min-width: 1190px) and (max-width: 1250px) {
    #topsection .row > div {
        -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
        max-width: unset !important;
    }

    #topsection .row > div:first-child,
    #topsection .row > div:last-child {
        -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    }

    .top_heading {
        font-size: 33px;
    }

    #banner {
        min-height: 285px;
    }
}

@media (min-width: 992px) and (max-width: 1190px) {
    #topsection .row > div {
        -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
        max-width: unset !important;
    }

    #topsection .row > div:first-child,
    #topsection .row > div:last-child {
        -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    }

    .top_heading {
        font-size: 26px;
    }

}
@media (min-width: 767px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .model_buttons a.btn {
    padding: 0px 3px !important;
    font-size: 10px !important;
  
}
#model_tab .nav-pills li {
    width: 31% !important;
    margin-bottom: 15px !important;
}
    
}
@media (max-width: 767px) {
    .submenu{
    display:none;
}

#main-menu .dropdown-menu{
    display:none;
}
#main-menu .dropdown-menu.show{
    display:block;
}
#main-menu .submenu:hover{
    display:block;
}
    a.upload {
    float: none !important;
    }
    #model_tab .nav-pills li {
    width: 100% !important;
    margin-bottom: 15px;
}
.model_buttons a.btn {
    height: 43px !important;
    border-bottom: 2px solid #e8b211;
    border-right: 0 !important;
   
    padding: 10px 13px !important;
    
}
.lead,.model_number,.model_contact {
    
    font-size: 18px !important;
    line-height: 28px !important;
    
}
.model_reg .club-part p {
    margin-bottom: 10px;
}
.model_reg  .club-box .row {
    border-bottom: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.model_buttons li:last-child a.btn {
border-bottom: none !important;
}
.model_buttons ul li {
    display: block !important;
    
}
    .alignleft{
    float:none !important;
    padding-right:0px;
    padding-bottom:15px;
}
    #page_outer {
        padding-top: 30px;
    }

    li.nav-item a:hover,
    li.nav-item a:active {
        color: #fff !important;
    }

    #collapsingNavbar3 > ul {
        margin-top: 10px;
    }

    #main-menu button:focus {
        outline: none;
    }

    #highlight_section .row > div {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }

    ul.navbar-nav li.active {
        background: #ED1B24;
    }

    #main-menu {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        padding: 0px 0px !important;
        background: #F0F0F2;
    }

    li.nav-item {
        padding: 5px 15px;
    }

    .navbar-toggler {
        margin-right: 10px;
    }

    .mob_space {
        padding: 0 !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 25px;
        width: 25px;
    }

    .carousel-control-prev-icon:after {
        top: 3px;
        left: 5px;
        font-size: 15px;
    }

    .carousel-control-next-icon:after {
        top: 3px;
        left: 9px;
        font-size: 15px;
    }

    #topsection {
        padding: 10px 10px;
    }

    .left_logo img {
        width: 75px;
    }

    .right_logo img {
        width: 75px;
    }

    ul.menu_links li a {
        padding-left: 20px;
    }

    ul.menu_links li i.fa {
        font-size: 20px;
    }

    #footer {
        padding: 30px 15px 20px 15px;
    }

    .navbar-toggler {
        padding: 0px 5px !important;
    }

    .top_heading {
        font-size: 14px;
        line-height: 20px;
    }

    #banner {
        min-height: 81px;
    }

    #carouselExampleIndicators li {
        margin: 0px 10px 0px 0px !important;
    }

    #highlight_section {
        padding: 40px 0px;
    }

    .footer_logo img {
        width: 60px;
    }

    #footer h2 {
        padding-left: 10px;
        font-size: 12px;
        line-height: 22px;
    }

    #copyright {
        font-size: 13px;
        line-height: 23px;
    }

    .navbar ul {
        background: #ED1B24;
    }

    .navbar ul li a {
        color: #fff !important;
    }

    .navbar ul li:not(:last-child) {
        border-bottom: #c90913 solid 1px;
    }

    .navbar-toggler {
        margin: 10px;
    }

    h2.head-title,
    h1.head-title {
        margin-bottom: 35px;
        font-size: 28px;
        padding-bottom: 15px;
    }

    h4.top-categories {
        font-size: 16px;
        line-height: 26px;
    }

    .accordion .card-header h6 a {
        font-size: 18px;
    }

    h2.highlighted {

        font-size: 21px;
        text-align: center;
    }

    .club-part h3 {
        font-size: 22px;

    }

    .club-part {
        text-align: center;
    }

    a.btn {

        height: 43px;
        line-height: 42px;
        padding: 0px 29px;
        font-size: 15px;
        margin-bottom: 20px;
    }

    p {
        font-size: 15px;
        line-height: 25px;
    }

    .member {
        padding-top: 40px;
        text-align: center;
    }

    .member h4 {
        font-size: 18px;
    }

    .events-inner {
        margin-top: 50px;
    }

    .club-part,
    .member {

        padding: 80px 25px 40px;
    }

    .governance span.toogle-icon {
        top: 1px;
    }

    .acc-name {
        padding-top: 20px;
    }

    .acco-item p {
        font-size: 16px;
        line-height: 26px;
    }

    .card-body {
        text-align: center;
    }

    .view-more {
        width: 62%;
        padding: 10px 0px 10px 0px;
        font-size: 15px;
    }

    .diamond {
        display: none;
    }

    .history .space {
        padding-right: 15px;
    }

    .history .right {
        padding: 40px 20px;
        text-align: center;
    }

    .history p {
        font-size: 16px;
        line-height: 26px;
    }

    li.nav-item a {
        font-size: 18px;
        line-height: 28px;
    }

    .volunteer .nav-pills li a {
        padding: 8px 15px;
    }

    .volunteer .nav-pills li {
        width: 90%;
        text-align: center;
    }

    .contact table {
        width: 85%;
    }

    .contact td input[type=tel],
    .contact td input[type=text],
    .contact td textarea,
    .contact td input[type=email] {

        width: 100%;
    }

    .contact td input[type=submit] {
        width: 100%;
        padding: 10px 0px 10px 0px;
    }

    .volunteer .nav-pills li {

        margin: 10px 0px;
    }

    .contact {
        padding: 25px 0px;
    }
}

@media (max-width: 575px) {
    #topsection .row > div {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }

    #topsection .row > div:first-child,
    #topsection .row > div:last-child {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }

    #highlight_section .row > div {
        -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
    }

    h4.top-categories {
        padding: 12px 0;
        width: 200px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .event-date {
        width: 76px;
        height: 84px;
    }

    span.month {
        font-size: 20px;
    }

    span.Date {
        font-size: 26px;
        color: #ec1e22;
        line-height: 32px;
    }

    span.week {
        font-size: 14px;
    }

    span.toogle-icon {
        right: -21px;
        top: -15px;
        background-color: transparent;
    }

    .accordion .card-body {
        padding: 15px !important;
    }

    .accordion .card-body table {
        margin-left: 0;
    }

    .accordion .card-body table td,
    .accordion .card-body table th {
        display: block;
    }
}

@media (max-width: 481px) {

    .accordion .acco-item {
        flex-direction: column;
    }

    .event-date {
        display: flex;
    }

    .event-date {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        height: auto;
    }

    span.month,
    span.Date {
        width: 100px;
    }

    span.week {
        line-height: 32px;
    }
}
/**********************************************  Porsche_Stories   **********************************************/
a.upload{
    float:right;
    padding: 0px 20px;
    font-size: 14px;
}
.upload img{
    margin-right:15px;
}
#event-detail #porsche .row {
    border-bottom: none;
    
}
#event-detail #porsche #last_story{
        border-bottom: 1px #e7e7e7 solid;
}
.porsche_stories .event-box .event-img a.btn {
     font-size: 11px;   
         height: 45px;
    line-height: 45px;
}
.porsche_stories .porsche_load{
    font-size: 14px;
}
.porsche_stories  .club-part p {
    font-size: 19px;
}

/**********************************************  model registry   **********************************************/

.model_reg .event-box .event-img a.btn{
    font-size: 11px;
}
.model_number{
        font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #DCA90F;
    text-align: center;
}
.lead{
       font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color:#282828;
}
.model_contact{
      font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
     color:#282828;
}
.model_contact a{
    color:#ED1B24;
}
#model_tab{
    padding: 20px 0px 10px 0px;
}
#model_tab .nav-pills li a {
    background: #F3F3F3;
    border: 1px solid #F9F9F9;
    border-radius: 13px;
    padding: 11px 25px;
}
#model_tab li.nav-item a {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #282425!important;
    font-size: 12px;
    font-family: 'Arimo';
    line-height: 22px;
}
#model_tab .nav-pills li {
    width: auto;
}
#model_tab ul li.nav-item {
    padding: 0;
 margin-right: 15px;
}
#model_tab ul li.nav-item {
    
}

.model_buttons ul{
    list-style: none;
    text-align:center;
}
.model_buttons ul li{
        display: inline-block;
}
.model_buttons {
background: #dea90f;
    border: 1px solid #dea90f;
    border-radius: 13px;
    padding:10px 0px;
}

.model_buttons a.btn {
 height: 30px;
   border-right: 2px solid #e8b211;
    line-height: 30px;
    padding: 0px 13px;
    display: inline-block;
    background: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
}
.model_buttons a.btn:hover{
     background: none;
}
.model_buttons li:last-child a.btn {
border-right: none;
}
#model_tab ul li a.active {
    background: #d6d2d2 !important;
    border-color: #F9F9F9;
}

ul li ul li .dropdown-toggle::after {
   
    vertical-align: 0.01em;
}
.submenu{
    z-index: 1000;
   
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.contact td input[type=submit]:hover{
    
    background-color: #231F20;
    cursor:pointer;
    color: #ED1B24 !important;
    border-color:#231F20;
}
@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li {
        position: relative;
    }

    .mainmenu .collapse ul li:hover > ul {
        display: block
    }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }

    /*******/
    .mainmenu .collapse ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul li:hover > ul {
        display: block
    }

    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }

    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul ul li:hover ul {
        display: block
    }

    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }

}

img.popupimage{
width:300px!important;
}