/* ---- Style Imports ---- */
@charset "utf-8";
/* CSS RESET */
@import url("/css/reset.css");
/* FONT AWESOME */
@import url("fontawesome-all.css");
/* PRETTY PHOTO */
@import url("pretty-photo.css");
/* NAVIGATION */
@import url("mmenu.css");
@import url("animated-hamburger-nav.css");
@import url("jquery-slide-menu.css");
/* BANNERS */
@import url("swipe.css");
/* CALENDAR */
@import url("calendar.css");
/* QAPTCHA */
@import url("/css/qaptcha.css");
/* CART */
@import url("cart.css");
/* MESSAGES */
@import url("messages.css");
/* SEARCH */
@import url('search.css');
/* JQUERY UI */
@import url("/css/jquery-1.11.3-ui.css");
/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
/* ---- Base Styles ---- */
@import url('https://fonts.googleapis.com/css?family=Amatic+SC');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

/* Univers */
@font-face {
    font-family: 'univers';
    src: url('/webfonts/univers/Univers.woff2') format('woff2'), url('/webfonts/univers/Univers.woff') format('woff');
    url('/webfonts/univers/Univers.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #333333;
    color: #848484;
    font-family: "univers", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-shadow: none;
    -webkit-text-size-adjust: none;
}

#page {
    background-color: #fff;
}

hr {
    clear: both;
    border: none;
    border-top: 1px solid #dcdcdc;
    height: 0;
    margin: 20px 0px 20px 0px;
}

a {
    color: #46166C;
    text-decoration: underline;
}

a:hover {
    color: #6E6C6C;
    text-decoration: none;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear {
    clear: both;
}

.clear_2 {
    clear: both;
}

.clear_3 {
    clear: none;
}

/* ---- Mobile Header ---- */
.mobile_header {
    background: #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 0px 8px 0px;
    /* position: fixed; */
    text-align: left;
    width: 100%;
    z-index: 999;
}

.mobile_header .logo_area {
    padding: 0px 50px 0px 50px;
    text-align: center;
}

.mobile_header .phone {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.mobile_header .cart_link {
    left: 32px;
    position: absolute;
    top: 6px;
}

.mobile_header a {
    color: #000000;
    font-size: 22px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
}

.mobile_header a i.fas.fa-bars {
    margin-left: 10px;
}

/* ---- Footer ---- */
.footer {
    background: #424242;
    color: #FFFFFF;
    border-top: 1px solid #000000;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
    display: none;
}

.footer a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

.footer a:hover {
    color: #6E6C6C;
}

.footer .sitemap ul {
    list-style: none;
    margin: 0px 0px 10px 0px;
    text-align: left;
}

.footer .sitemap ul li {
    width: 25%;
    float: left;
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
    text-align: center;
}

.footer .sitemap ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
}

.footer .sitemap ul li a:hover {
    color: #6E6C6C;
}

.footer .footer_contact ul {
    list-style: none;
    margin: 0px 0px 10px 0px;
    text-align: left;
    float: left;
}

.footer .footer_contact ul li {
    margin: 14px 0px 0px 0px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
}

.footer .footer_contact ul li a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: normal;
}

.footer .footer_contact ul li a:hover {
    color: #6E6C6C;
    text-decoration: none;
}

.footer .full_footer_content {
    max-width: 960px;
    margin: 0px auto 0px auto;
}

.footer .full_footer_content .footer_third {
    width: 31.3333%;
    margin: 0px 1% 0px 1%;
    float: left;
}

.footer .full_footer_content .footer_two_third {
    width: 62.6666%;
    margin: 0px 1% 0px 1%;
    float: left;
}

/* ---- SIGNTURE ---- */
#signature {
    background: #333333;
    color: rgba(255, 255, 255, 0.75);
    font-size: 9px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}

#signature .signature_content {
    margin: 0px auto 0px auto;
    max-width: 960px;
    text-align: center;
}

#signature .signature_content a {
    color: rgba(255, 255, 255, 0.75);
}

#signature .signature_content a:hover {
    color: rgba(255, 255, 255, 1);
}

#signature .mediasuite {
    opacity: 0.5;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    filter: invert(100%);
}

#signature .mediasuite a {
    color: #000;
    font-size: 9px;
    text-decoration: none;
    line-height: 14px;
    margin: 10px 0px 0px;
}

#signature .mediasuite img {
    width: 60%;
    max-width: 250px;
}

#signature .signature_content p,
#signature .signature_content a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
}

@media (max-width: 767px) {
    #signature .signature_content a {
        display: block;
    }

    #signature .signature_content span {
        display: none;
    }
}

/* ---- Hours Box Home Page ---- */
.hours_box {
    background: rgba(255, 255, 255, .6);
    margin: 0px 0px 10px 0px;
    width: 100%;
}

.hours_box .holder {
    padding: 3px 0px 3px 0px;
}

.hours_box .holder a {
    color: #46166C;
}

.content {
    margin: 0px auto 0px auto;
    max-width: 940px;
    padding: 0px 0px 0px 0px;
}

#page h1,
#page h2,
#page h3,
.content h1,
.content h2,
.content h3 {
    font-family: 'Shadows Into Light', cursive;
    color: #383838;
    text-transform: capitalize;
    font-weight: 100;
}

#page h4,
#page h6,
#page h5,
.content h4,
.content h5,
.content h6 {
    color: #46166C;
    font-family: 'Open Sans', cursive;
    text-transform: initial;
    font-weight: lighter;
}

#page h4,
.content h4 {
    color: #000;
    margin-bottom: 20px;
}

#page h4 strong,
.content h4 strong {
    color: #46166C;
}

#page h1,
.content h1 {
    font-family: 'Shadows Into Light', cursive;
    color: #46166C;
    text-transform: capitalize;
}

.content p {
    color: ;
    margin: 0px 0px 5px 0px;
}

.content pre {
    font-family: 'univers', sans-serif;
    font-size: 16px;
    font-weight: 300;
    overflow: auto;
    width: 100%;
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.content iframe {
    margin: 10px 0px 10px 0px;
    width: 100%;
}

/* ---- Editable Content ---- */
.editable_content a {
    color: #46166C;
    text-decoration: underline;
}

.editable_content a:hover {
    color: #6E6C6C;
    text-decoration: none;
}

.editable_content ul {
    list-style: disc outside none;
    font-weight: 300;
}

.editable_content ul li {
    padding: 5px 0px 0px 3px;
    margin: 0px 0px 0px 0px;
}

.editable_content ol {
    list-style: decimal outside none;
    margin: 0px 0px 20px 20px;
    font-weight: 300;
}

.editable_content ol li {
    padding: 5px 0px 0px 3px;
    margin: 0px 0px 0px 0px;
}

.editable_content img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.editable_content table {
    margin: 15px 0px 5px 0px;
    background: #FFFFFF;
    text-align: center;
    font-size: 12px;
    width: 100%;
    display: table;
    overflow: scroll;
}

.editable_content table tr {}

.editable_content table tr th,
.editable_content table thead tr td {
    font-weight: bold;
    border: 2px solid #fff;
    color: #FFFFFF;
    background: #46166C;
    padding: 8px 8px 8px 8px;
}

.editable_content table tr td {
    border: 2px solid #FFFFFF;
    padding: 11px 8px 10px;
    background: #f3f3f3;
    font-size: 16px;
    line-height: 22px;
}

.editable_content iframe[width="500"] {
    width: 100% !important;
    height: 220px;
}

/* ---- Location Styles ---- */
.content .location {
    margin: 10px 0px 10px 0px;
}

.content .location .address {
    padding: 20px 0;
}

.content .location iframe {
    width: 100%;
    height: 300px;
    margin: 0px 0px 0px 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* ---- Careers Styles ---- */
.content ul.career {
    margin: 0px 0px 0px 0px;
}

.content ul.career li {
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    float: left;
    width: 100%;
}

/* ---- Events ---- */
.content ul.date_list {
    margin: 5px 10px 0px 10px;
    color: #46166C;
}

.content ul.date_list li {
    background: none;
    list-style: none;
    display: inline;
    border-left: 1px solid #46166C;
    color: #46166C;
    padding: 0px 7px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.content ul.date_list li.first {
    border-left: none;
    padding: 0px 7px 0px 0px;
}

.content ul.date_list li i {
    font-size: 14px;
    padding: 2px 4px 0px 0px;
}

.content ul.eventdata_list {
    color: #46166C;
}

.content ul.eventdata_list li {
    background: none;
    list-style: none;
    color: #46166C;
    padding: 0px 0px 0px 2px;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    line-height: 17px;
}

.content ul.eventdata_list li i {
    font-size: 14px;
    padding: 2px 4px 0px 0px;
    width: 15px;
}

.content ul.eventdata_list li a {
    font-size: 12px;
    padding: 4px 30px;
    color: #fff;
    background: #46166C;
    line-height: 40px;
    text-decoration: none;
}

/* ---- Search ---- */
.with_bg {
    margin: 5px 0px 3px 0px;
}

.with_bg.icon2 {
    right: 44px !important;
}

.with_bg i {
    float: left;
    margin: 2px 5px 0px 0px;
    color: #032E47;
}

.with_bg .form {}

.with_bg .search_input {
    float: left;
    padding: 8px 1% 8px 2%;
    height: 50px;
    width: 75%;
    margin: 1px 1% 0px 0px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333333;
    outline: none;
    font-size: 16px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* ---- Box List ---- */
.box_list .box {
    background: #fff;
    float: left;
    width: 98%;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.01);
}

.box_list .full {
    width: 100%;
    margin: 0px 0% 10px;
    text-align: center;
}

.box_list .video_box {
    width: 100%;
    margin-bottom: 5px;
}

.box_list .video_box iframe {
    width: 100%;
    height: 225px;
}

.box_list .box .quote {
    font-size: 20px;
    color: #46166C;
}

.box_list .name {
    color: #46166C;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 10px 2px 0px;
    margin: 0px 0px 0px 0px;
}

.box_list .featured {
    background: #D2DEE4;
}

.box_list .box .title {
    font-size: 22px;
    line-height: 22px;
    color: #46166C;
    margin: 4px 0px 2px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.box_list .box .menu_title {
    font-size: 20px;
    color: #46166C;
    margin: 10px 0px 3px 2px;
}

.box_list .no_image .title {
    margin: 0px 0px 10px 0px;
}

.box_list .box .title a {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #383838;
    text-decoration: none;
}

.box_list .box .title a:hover {
    color: #6E6C6C;
    text-decoration: none;
}

.box_list .location_title {
    padding: 5px 0px 0px 0px;
    line-height: 16px;
}

.box_list .job_title {
    color: #6E6C6C;
    margin: -5px 0px 0px 0px;
}

.box_list p {
    font-weight: 400;
    padding: 0px;
    margin: 2px 0px 10px 0px;
}

.box_list .box .date {
    font-style: italic;
    font-size: 25px;
    color: #46166C;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 10px 0;
}

.box_list .box .price {
    font-size: 16px;
    color: #46166C;
    margin: 0px 0px 3px 2px;
    line-height: 14px;
    float: right;
}

.box_list .box .description {
    font-size: 14px;
    font-style: italic;
    padding: 0px;
    line-height: 16px;
    margin: 8px 0px 0px 0px;
}

.box_list .box .options {
    font-size: 11px;
    font-style: italic;
    padding: 0px;
    line-height: 12px;
    margin: 2px 0px 10px 0px;
}

.box_list .box i {
    font-size: 18px;
    line-height: 20px;
    float: none;
    color: #46166C;
    padding: 0px 5px 0px 0px;
}

.box_list .box .specials_title {
    font-style: bold;
    font-size: 22px;
    color: #46166C;
    padding: 0px 0px 0px 0px;
}

.box_list .box .special {
    font-style: italic;
    color: #262626;
    padding: 0px 0px 0px 0px;
}

.box_list .box img {
    border: none;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    float: none;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.box_list .box img.large_image {
    border: 1px solid #BEBEBE;
    background: #FFFFFF;
    padding: 3px;
    margin: 5px 10px 10px 0px;
    max-width: 200%;
    max-height: 200%;
    width: 97%;
    height: auto;
}

.box_list .box ul {
    margin: 0px 0px 0px 0px;
}

.box_list .box ul li {
    list-style-type: none;
    width: 100%;
    float: none;
    background: none;
    font-size: 12px;
    margin: 10px 0px 10px 0px;
    padding: 0px 10px 0px 0px;
}

.box_list .box ul.careers_list li {
    list-style-type: none;
    width: 100%;
    float: left;
    background: none;
    font-size: 12px;
    margin: 10px 0px 10px 0px;
    padding: 0px 10px 0px 0px;
}

.box_list .box ul li.last {
    border-right: none;
}

.box_list ul {
    margin: 0px;
    padding: 0px 0px 8px 5px;
}

.box_list ul li {
    font-size: 12px;
    line-height: 15px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.content .product_number {
    color: #46166C;
    float: right;
    font-size: 14px;
    line-height: 22px;
}

.box_list .product_highlight {
    margin: 0px 0px 0px 0px;
}

.box_list .product_highlight .alert {
    float: right;
    font-size: 12px;
    color: #6E6C6C;
    margin: -5px 0px 0px 0px;
}

.box_list .product_highlight ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .product_highlight ul li {
    font-size: 12px;
    line-height: 15px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .product_highlight ul li .strike {
    text-decoration: line-through;
}

.box_list .product_highlight ul li .sale {
    color: #6E6C6C;
}

.box_list .product_highlight ul.gallery {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .product_highlight ul.gallery li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .product_check_list {
    margin: 0px 0px 0px 0px;
}

.box_list .product_check_list ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .product_check_list ul li {
    color: #46166C;
    background: none;
    font-size: 12px;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .box ul.pricing {
    margin: -1px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .box ul.pricing li {
    display: inline;
    border-right: none;
    font-size: 14px;
    margin: 0px 4px 4px 0px;
    padding: 0px 0px 0px 0px;
    color: #46166C;
}

.box_list .box ul.pricing li.strike {
    text-decoration: line-through;
}

.box_list .box ul.pricing li.sale {
    color: #E00000;
}

.box_list .box .alert_overlay {
    background: #D2DEE4;
    padding: 2px 5px;
    margin-bottom: 5px;
    color: #46166C;
}

.box_list .box .alert_overlay h6 {
    text-decoration: none;
    font-size: 10px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.box_list .box .alert_overlay h6 span {
    font-size: 10px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
}

.box_list .box .alert_overlay p {
    font-size: 14px;
    color: #46166C;
}

.box_list .box .alert_overlay i {
    font-size: 20px;
    color: #46166C;
    padding: 0px 5px 0px 5px;
    float: left;
}

.box_list .box .date_title {
    margin-top: 6px;
}

.box_list .box .date_box,
.content .date_box {
    background: none;
    border: none;
    float: none;
    width: 100%;
    margin: 2px 0px 2px 0px;
    text-align: center;
    text-decoration: none;
    color: #6E6C6C;
}

.date_box_event {
    background: none;
    border: none;
    float: none;
    width: 100%;
    margin: 2px 0px 2px 0px;
    text-decoration: none;
    color: #6E6C6C;
    text-align: left;
}

.box_list .box .date_box .month,
.content .date_box .month {
    color: #FFFFFF;
    background: #46166C;
    font-size: 16px;
    padding: 1px 0px 4px 0px;
    text-transform: uppercase;
}

.box_list .box .date_box .day_of_week,
.content .date_box .day_of_week {
    color: #46166C;
    font-size: 11px;
    text-transform: none;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px -2px 0px;
}

.box_list .box .date_box .day,
.content .date_box .day {
    color: #46166C;
    font-size: 30px;
    padding: 0px 0px 0px 0px;
}

.box_list .box .date_box .year,
.content .date_box .year {
    color: #46166C;
    font-size: 11px;
    letter-spacing: 4px;
    padding: 0px 0px 2px 5px;
    margin: -3px 0px 0px 0px;
}

.box_list .box ul.date_list {
    margin: 3px 10px 0px 0px;
    padding: 0px;
    color: #46166C;
    font-size: 12px;
}

.box_list .box ul.date_list li {
    background: none;
    display: inline;
    list-style: none;
    color: #46166C;
    border-left: 1px solid #46166C;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 6px;
}

.box_list .box ul.date_list li.first {
    border-left: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.content .box_list .box ul.date_list li i {
    font-size: 14px;
    padding: 4px 4px 0px 0px;
}

.box_list .box ul.eventdata_list {
    margin: 0px 10px 10px 0px;
    padding: 0px 0px 10px 0px;
    color: #46166C;
    border-bottom: 1px solid #dcdcdc;
    font-size: 12px;
}

.box_list .box ul.eventdata_list li {
    background: none;
    list-style: none;
    color: #333333;
    font-size: 12px !important;
    padding: 0px 0px 0px 10px;
    margin: 2px 0px 2px 6px;
}

.content .box_list .box ul.eventdata_list li i {
    font-size: 16px;
    padding: 0px 5px 0px 0px;
    width: auto;
    float: none;
    color: #777777;
}

.box_list .address {
    color: #46166C;
    line-height: 15px;
}

.box_list .address i {
    font-size: 15px;
    padding: 0px 4px 0px 0px;
    margin-top: -1px;
}

.box_list .event p {
    margin: 5px 0px 0px 0px;
    line-height: 18px;
}

.box_list .box_links a {
    color: #46166C;
}

/* GRID LIST */
.grid_list {
    margin: auto;
    /* display:flex;
	flex-wrap:wrap;
	justify-content: center; */
}

.grid_list .grid_item {
    width: 98%;
    float: left;
    margin: 0px 1% 10px;
}

.grid_list .last {
    margin-right: 0%;
}

.grid_list .title {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #46166C;
    display: flex;
    align-items: center;
    height: 60px;
}

.grid_list .title:hover {
    background: #313131;
}

.grid_list .title a {
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 15% 5%;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

.grid_list .title a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.grid_list img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    background: #FFFFFF;
}

.grid_list .grid_video {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    /* border:1px solid #BEBEBE; */
}

/* MENU LIST */
.menu_list ul.pages li {
    background: #46166C;
    font-size: 16px;
    float: left;
    text-align: center;
    width: 100%;
    text-decoration: none;
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 40px;
}

.menu_list ul.pages li:hover {
    background: #313131;
}

.menu_list ul.pages li a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 5px 10px 2px;
}

.menu_list ul.pages li a:hover {
    color: #FFFFFF;
}

/* PROPERTIES STYLES */
.properties_alert {
    background: #D2DEE4;
    color: #46166C;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}

.properties_alert h2 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

.properties_alert h5 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.properties_alert p {
    font-size: 10px;
    color: #46166C;
    margin: 0px;
    padding: 0px;
}

.properties_alert i {
    font-size: 60px;
    color: #46166C;
    padding: 0px 15px 0px 0px;
    float: left;
}

.property_highlight {
    width: 100%;
    margin-bottom: 20px;
}

.property_highlight img {
    width: 100%;
    margin-bottom: 5px;
}

.property_highlight .alert {
    float: right;
    color: #6E6C6C;
    margin: 5px 12px 0px 0px;
}

.property_highlight ul {
    background: #E9E9E9;
    margin: 0px;
    padding: 8px 5px 8px 5px;
}

.property_highlight ul li {
    background: none;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    list-style: none;
}

.property_highlight ul li .strike {
    text-decoration: line-through;
}

.property_highlight ul li .sale {
    color: #6E6C6C;
}

.property_highlight ul.gallery {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.property_highlight ul.gallery li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.properties_list {
    margin: 0px 0px 0px 0px;
}

.properties_list .title {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding-top: 15px;
    line-height: 18px;
    font-weight: normal;
    color: #46166C;
    border-top: 1px solid #dcdcdc;
}

.properties_list ul {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

.properties_list ul li {
    background: none;
    list-style: none;
    font-size: 12px;
    margin: 0px;
    padding: 2px 10px 2px 0px;
    display: inline-block;
}

.properties_list ul li.title {
    display: block;
}

.properties_list ul li i {
    font-size: 12px;
}

.properties_specs {
    margin: 20px 0px 0px 0px;
}

.properties_specs .title {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    line-height: 18px;
    font-weight: normal;
    color: #46166C;
}

.properties_specs ul {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

.properties_specs ul li {
    background: none;
    list-style: none;
    font-size: 12px;
    margin: 0px;
    padding: 2px 10px 2px 0px;
    display: inline-block;
}

.property_location {
    margin: 0px 0px 0px 0px;
}

.property_location .address {
    background: #E9E9E9;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 8px 8px 8px;
    margin-top: -6px;
}

.property_location .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 300px;
    /* your iframe height */
    top: 300px;
    /* your iframe height */
    margin-top: -300px;
    /* your iframe height */
}

.property_location iframe {
    margin: 0px 0px 0px 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.properties_menu {
    background: #E9E9E9;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.properties_menu ul {
    margin: 0px 0px 5px 0px;
}

.properties_menu ul li {
    list-style: none;
    border-bottom: 1px solid #BEBEBE;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #46166C;
    font-size: 16px;
    margin: 0px;
}

.properties_menu ul li i {
    padding: 10px 0px 0px 10px;
    font-size: 30px;
    float: left;
}

.properties_menu ul li a {
    display: block;
    padding: 15px 0px 15px 50px;
}

/* SHOWROOM STYLES */
.filter_list {
    width: 100%;
    margin-bottom: 15px;
}

.filter_list ul {
    margin: 0px;
    list-style: none;
}

.filter_list ul li {
    background: #46166C;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    text-align: center;
    list-style: none;
    width: 100%;
    float: left;
}

.filter_list ul li a {
    color: #FFFFFF;
    width: 100%;
    padding: 5px 10px;
    display: block;
    background: #46166C;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

.filter_list ul li a:hover {
    color: #FFFFFF;
    background: #333333;
}

.filter_list ul li.active a {
    background: #333333;
    text-decoration: none;
}

.filter_list ul li.active a:hover {
    color: #FFFFFF;
}

.showroom_list {}

.showroom_list h3 {
    margin: 0px 0px 5px 0px;
}

.showroom_list .box {
    background: #E9E9E9;
    float: left;
    padding: 20px;
    width: 100%;
    margin: 0px 0px 10px 0px;
    position: relative;
    overflow: hidden;
}

.showroom_list .featured {
    background: #D2DEE4;
    border: 1px solid #8EADBC;
}

.showroom_list .last {
    margin: 0px 0px 0px 0px;
}

.showroom_list .box .title {
    font-size: 16px;
    color: #46166C;
    margin: 0px 0px 3px 2px;
    line-height: 14px
}

.showroom_list .box .title a {
    color: #46166C;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.showroom_list .box .title a:hover {
    color: #6E6C6C;
}

.showroom_list .box .flag_featured {
    background: #CC6600;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 30px;
    right: -35px;
    text-align: center;
    padding: 5px 45px;
}

.showroom_list .box .flag_sold {
    background: #CC6600;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 24px;
    right: -33px;
    text-align: center;
    padding: 5px 55px;
}

.showroom_list .box .flag_low_kms {
    background: #CC6600;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 48px;
    right: -43px;
    text-align: center;
    padding: 5px 45px;
}

.showroom_list .box .flag_new {
    background: #1179A8;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 38px;
    right: -39px;
    text-align: center;
    padding: 5px 45px;
}

.showroom_list .box .flag_like_new {
    background: #33B0CE;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 30px;
    right: -37px;
    text-align: center;
    padding: 5px 50px;
}

.showroom_list .box .flag_loaded {
    background: #D9CB9E;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 25px;
    right: -33px;
    text-align: center;
    padding: 5px 45px;
}

.showroom_list .box .flag_sale_price {
    background: #A12621;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 31px;
    right: -36px;
    text-align: center;
    padding: 5px 45px;
}

.showroom_list .box .price {
    font-size: 16px;
    float: left;
    min-width: 55%;
    width: auto;
    line-height: 10px;
    margin: 6px 0px 0px 0px;
    color: #46166C;
    font-weight: bold;
}

.showroom_list .box .price .taxes {
    font-size: 8px;
    color: #46166C;
    font-weight: normal;
}

.showroom_list .box .kms {
    font-size: 12px;
    float: left;
    min-width: 55%;
    width: auto;
    color: #6E6C6C;
}

.showroom_list .box .kms span {
    font-size: 12px;
}

.showroom_list .box ul {
    margin: 0px 0px 0px 0px;
}

.showroom_list .box ul li {
    display: inline;
    background: none;
    font-size: 12px;
    margin: 0px 6px 0px 0px;
    padding: 0px 10px 0px 0px;
    border-right: 1px solid #000000;
}

.showroom_list .box ul li.last {
    border-right: none;
}

.showroom_list .box .date {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #262626;
    padding: 8px 0px 0px 0px;
}

.showroom_list .box img {
    border: none;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    float: none;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.showroom_title {
    font-size: 26px;
    margin: 0px 0px 0px 0px;
    padding-top: 8px;
    font-weight: normal;
    color: #205B79;
}

.showroom_description p {
    font-size: 14px;
}

.showroom_image {
    width: 30%;
    float: right;
    border: none;
    background: #FFFFFF;
    padding: 0px;
    margin: 10px 15px 0px 0px;
}

.fb-like iframe {
    padding-top: 12px;
    margin: 5px 15px 5px 15px;
    -webkit-box-shadow: 0 0px 0px -0px black;
    -moz-box-shadow: 0 0px 0px -0px black;
    box-shadow: 0 0px 0px -0px black;
}

.showroom_table {
    background: #ECECEC;
}

.showroom_table ul {
    padding: 5px 0px;
}

.showroom_table ul li {
    font-size: 12px;
    background: none;
    list-style: none;
    margin: 0px 1% 0px 1%;
    padding: 2px 0px 2px 0px;
    float: left;
    width: 98%;
    font-weight: bold;
}

.showroom_table ul li div {
    float: left;
    width: 100px;
    font-weight: normal;
}

.showroom_features_table {
    background: #ECECEC;
}

.showroom_features_table ul {
    padding: 5px 0px;
}

.showroom_features_table ul li {
    font-size: 12px;
    background: none;
    list-style: none;
    margin: 0px 1%;
    padding: 5px 5px 5px 20px;
    float: left;
    width: 98%;
}

/* PRODUCT STYLES */
.product_highlight {
    width: 100%;
    margin-bottom: 15px;
    background: #efefef;
}

.product_highlight img {
    width: 100%;
    margin-bottom: 5px;
}

.product_highlight .alert {
    float: right;
    color: #6E6C6C;
    margin: 5px 12px 0px 0px;
}

.product_highlight ul {
    background: none;
    margin: 0px;
    padding: 8px 15px;
}

.product_highlight ul li {
    background: none;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.product_highlight ul li .strike {
    text-decoration: line-through;
}

.product_highlight ul li .sale {
    color: #6E6C6C;
}

.product_highlight ul.gallery {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.product_highlight ul.gallery li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.product_highlight ul li h1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
}

.product_highlight ul li h1.regular_price {
    color: #9c9c9c;
}

/* PRODUCT STYLES */
/* REVIEWS STYLES */
.widget_reviews {
    margin: 15px 0px 0px 0px;
    padding: 15px 0px 10px 0px;
}

.widget_reviews ul.reviews {
    overflow: visible;
    position: relative;
    background: none;
    display: block;
    margin: 0px 0px 0px 0px;
}

.widget_reviews ul.reviews li {
    background: none;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.widget_reviews ul.reviews li p {
    letter-spacing: normal;
    text-transform: none;
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
}

.widget_reviews ul.reviews li div.rating {
    font-size: 18px;
    color: #FABF2C;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #2E2E2E;
}

.widget_reviews ul.reviews li div.name {
    color: #46166C;
    font-size: 20px;
    line-height: 22px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

/* REVIEWS STYLES */
/* CONTACT INFORMATION */
.contact_info {
    margin: 0px 0px 0px 0px;
}

.contact_info h4 {
    font-size: 20px;
    padding: 0px 0px 10px 0px;
    color: #46166C;
}

.contact_info ul {
    margin: 5px 0px 15px 0px;
    width: 100%;
}

.contact_info ul li {
    margin: 0px 0px 5px 0px;
    list-style: none;
    font-weight: 300;
}

.contact_info ul li a {
    color: #46166C;
    text-decoration: underline;
}

.contact_info ul li a:hover {
    color: #6E6C6C;
    text-decoration: none;
}

.contact_info span {
    margin: 0px 0px 2px 0px;
}

.contact_info h6 {
    color: #46166C;
    margin: 0px 0px 10px 0px;
}

.contact_info pre {
    margin: 3px 0px 0px 0px;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    width: 99%;
}

.contact_info ul.hours {
    margin: 3px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

.contact_info ul.hours li {
    margin: 0px;
    padding: 0px;
}

.contact_info ul.hours li span {
    width: 100px;
    color: #000000;
    display: inline-block;
}

.map_holder {
    margin-bottom: -6px;
}

.map_holder .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    /* your iframe height */
    top: 450px;
    /* your iframe height */
    margin-top: -450px;
    /* your iframe height */
}

.map_holder .map_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    top: 450px;
    margin-top: -450px;
    -webkit-overflow-scrolling: touch;
    z-index: 104;
}

.properties_map_holder .properties_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    /* your iframe height */
    top: 450px;
    /* your iframe height */
    margin-top: -450px;
    /* your iframe height */
}

.properties_map_holder .properties_map_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    top: 450px;
    margin-top: -450px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 104;
}

#map_canvas {
    width: 100%;
    height: 450px;
}

/* MULTI LOCATIONS */
.multi_maps {
    margin: 0px 0px 0px 0px;
}

.multi_maps .multi_map {
    background: #EBEBEB;
    float: left;
    margin: 0px 0px 20px 0px;
    width: 100%;
}

.multi_maps .multi_map .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 300px;
    /* your iframe height */
    top: 300px;
    /* your iframe height */
    margin-top: -300px;
    /* your iframe height */
}

.multi_maps .multi_map iframe {
    width: 100%;
    height: 300px;
    margin: 0px 0px 0px 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.multi_maps .multi_map .content {
    float: left;
    padding: 5px 10px;
}

.multi_map h3 {
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    color: #46166C;
}

.multi_map ul {
    margin: 5px 0px 0px 0px;
    width: 100%;
    list-style: none;
}

.multi_map ul li {
    margin: 0px;
    font-size: 14px;
    padding: 0px 0px 6px 0px;
}

.multi_map ul li a {
    color: #46166C;
    text-decoration: underline;
}

.multi_map ul li a:hover {
    color: #46166C;
    text-decoration: none;
}

/* SOCIAL MEDIA */
.social_media {}

.social_media h6 {
    font-size: 14px;
    color: #46166C;
    margin: 13px 0px -3px 0px;
}

.social_media ul {
    float: left;
    margin: 5px 0px 0px 0px;
}

.social_media ul li {
    display: inline-block;
    padding: 3px 5px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

/* FORMS */
h2#form {
    font-size: 24px;
    line-height: 24px;
    color: #46166C;
    margin: 0px;
    padding: 5px 10px;
}

.form_holder {
    background: none;
    width: 100%;
    float: right;
}

@media (min-width: 1300px) {
    .form_holder {
        width: 100%;
    }
}

.form_holder .third_width {
    width: 100%;
    float: none;
}

.form_holder .half_width {
    width: 100%;
    margin-right: 0%;
    float: none;
}

.form_holder .full_width {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.form_holder .last {
    margin: 0px 0px 0px 0px;
}

.form_holder input,
.form_holder select {
    font-family: "univers", sans-serif;
    font-weight: 300;
    width: 100%;
    padding: 5px 8px 5px 8px;
    height: auto;
    font-size: 16px;
    margin: 1px 0px 5px 0px;
    background-color: #FFFFFF;
    border: 1px solid #dadada;
    color: #333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form_holder input.checkbox {
    float: left;
    width: auto;
    height: auto;
    margin: 8px 0px;
    padding: 0px 0px 0px 0px;
    background: none;
    border: 1px solid #dadada;
    box-shadow: none;
    color: #333333;
    outline: none;
}

.form_holder textarea {
    font-family: "univers", sans-serif;
    font-weight: 300;
    width: 100%;
    padding: 5px 5px 5px 8px;
    margin: 1px 0px 10px;
    font-size: 16px;
    background-color: #FFFFFF;
    border: 1px solid #dadada;
    color: #333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form_holder select {
    height: 36px;
    padding: 5px 0px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    border: 1px solid #C1C1C1;
    color: #484238;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 45px;
    position: relative;
    top: 8px;
}

.form_holder select option {
    font-size: 16px;
    padding: 8px 0px 8px 0px;
}

.form_holder .uploader {
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding: 0px;
    margin: 1px 0px 5px 0px;
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    color: #333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form_holder input:not([type="submit"]):focus,
.form_holder textarea:focus {
    background-color: #fff;
    color: initial;
    outline: none;
}

.form_holder label {
    display: block;
    font-size: 14px;
    color: #232323;
}

.form_holder .message {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
}

.form_holder .check_label {
    float: left;
    font-size: 14px;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
}

.form_holder .require {
    color: #46166C;
}

.form_holder .form_error {
    font-size: 16px;
    color: #E53D48;
    margin: 10px 0px 20px 0px;
}

.form_top {
    margin-top: 30px;
}

.directions_form input {
    width: 98%;
    padding: 3px;
}

.form_holder .email_half_width input {
    width: 100%;
}

.form_holder .QapTcha {
    width: 100%;
    margin-top: 15px;
}

.form_holder .QapTcha .bgSlider {
    width: 99%;
}

/* FORMS */
/* PHOTO GALLERY */
.gallery_holder {
    width: 100%;
    background: #E9E9E9;
    float: left;
    margin: 6px 0px 6px 0px;
    padding: 0px 0px 0px 0px;
}

.gallery_holder a {
    text-decoration: none;
}

.gallery_holder a .title {
    font-size: 14px;
    text-align: left;
    margin: 2px 0px;
    color: #46166C;
    text-decoration: none;
}

.gallery_holder a:hover .title {
    color: #6E6C6C;
}

.gallery_holder a .description {
    color: #000000;
    font-size: 11px;
    line-height: 13px;
}

.gallery_holder img {
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    margin: 5px;
    float: left;
    padding: 2px;
    /*-moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

#before_after_gallery {}

#before_after_gallery ul {}

#before_after_gallery ul li {
    background: none;
    list-style: none;
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

#before_after_gallery ul li p {
    margin: 0px 0px 6px 0px;
}

#before_after_gallery ul li.last {
    margin: 0px 0px 10px 0px;
}

#before_after_gallery ul li .image_holder {
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    background: #E9E9E9;
}

#before_after_gallery ul li .image_holder .banner {
    padding: 0px 0px 0px 10px;
}

#before_after_gallery ul li .image_holder .banner h3 {
    font-style: italic;
    margin: -5px 0px 2px 0px;
}

#before_after_gallery ul li .image_holder .thumbnails {
    width: 94%;
    padding: 3%;
    margin: 0px 0px 0px 0px;
    /*-moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

#before_after_gallery ul li .last {
    margin: 0px 0px 0px 0px;
}

/* TOGGLER */
h4.toggle,
h4.toggle.active.open {
    color: #444444;
    background: url(/images/layout/toggle.png) no-repeat 10px 11px;
    padding: 8px 0px 8px 35px;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
    font-size: 22px;
    line-height: 22px;
}

h4.toggle.active,
h4.toggle.open {
    background-position: 10px -39px;
}

h4.toggle:hover,
h4.toggle.active.open:hover {
    background-position: 10px -39px;
}

div.toggler {
    border-top: none;
    margin: 0px 0px 10px 0px;
    padding: 10px 25px;
    overflow: hidden;
}

div.toggler hr {
    border-top: 1px solid #CCCCCC;
}

div.toggler p {
    margin: 0px;
    padding: 5px 0px 5px 0px;
}

/* MENUTOGGLER */
h4.menu_toggle,
h4.toggle.active.open {
    color: #46166C;
    color: #FFFFFF;
    background: url(/images/layout/toggle-light.png) no-repeat 10px 11px #46166C;
    padding: 8px 0px 8px 35px;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
}

h4.menu_toggle.active,
h4.toggle.open {
    background-position: 10px -39px;
}

h4.menu_toggle:hover,
h4.toggle.active.open:hover {
    text-decoration: underline;
}

div.menu_toggler {
    color: #333333;
    font-size: 12px;
    border-top: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    overflow: hidden;
}

div.menu_toggler hr {
    border-top: 1px solid #CCCCCC;
}

div.menu_toggler p {
    margin: 0px;
    padding: 5px 0px 5px 0px;
}

/* BUTTONS */
form#registerForm input[type="submit"],
input.superbutton,
button.superbutton {
    color: #FFFFFF;
    padding: 10px 60px 7px;
    margin: 5px 0px 0px 0px;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    float: none;
    text-decoration: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 40px;
    background-color: #46166C;
    background-image: -ms-linear-gradient(top, #46166C 0%, #46166C 100%);
    background-image: -moz-linear-gradient(top, #46166C 0%, #46166C 100%);
    background-image: -o-linear-gradient(top, #46166C 0%, #46166C 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #46166C), color-stop(1, #46166C));
    background-image: -webkit-linear-gradient(top, #46166C 0%, #46166C 100%);
    background-image: linear-gradient(to bottom, #46166C 0%, #46166C 100%);
    transition: 0.3s ease;
}

input.superbutton:hover,
button.superbutton:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #313131;
    background-image: -ms-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -moz-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -o-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #313131), color-stop(1, #313131));
    background-image: -webkit-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: linear-gradient(to bottom, #313131 0%, #313131 100%);
    transition: 0.3s ease;
}

a.superbutton {
    color: #FFFFFF;
    padding: 3px 40px 1px;
    margin: 5px 0px 0px 0px;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    float: none;
    text-decoration: none;
    text-shadow: none;
    border: none;
    color: #FFFFFF;
    padding: 10px 40px 8px;
    margin: 5px 0px 0px 0px;
    width: auto;
    height: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 40px;
    background-color: #46166C;
    transition: 0.3s ease;
}

a.superbutton:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #383838;
    background-image: none;
    transition: 0.3s ease;
}

.cart_quantity {
    margin: 0px 0px 0px 0px;
}

.cart_quantity .quantity_text {
    font-size: 17px;
    float: right;
    margin: 5px 5px 0px 0px;
}

.cart_quantity label {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
}

.cart_quantity input {
    border: none;
    font-size: 16px;
    height: 26px;
    margin: 5px 0px 10px;
    outline: 0 none;
    padding: 1px 2% 2px 2%;
    width: 96%;
}

.cart_quantity select {
    width: 100%;
    font-size: 16px;
    height: 30px;
    padding: 5px 0;
    margin: 5px 0px 0px;
    border-radius: 0px;
    border: none;
    outline: none;
}

.cart_quantity select option {
    font-size: 16px;
    padding: 8px 12px 8px 12px;
}

/* TOOL TIP STYLES
/* Icon */
a.tooltip {
    text-decoration: none;
    color: #000000;
}

a.tooltip:hover {
    color: #46166C;
}

/* Box */
a.tooltip>span {
    color: #fff;
    background: #46166C;
    width: 200px;
    ;
    padding: 10px 15px;
    margin-top: 0;
    margin-left: -40px;
    /* Hidden Position */
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    border-radius: 0px;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}

a.tooltip:hover>span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 35px;
    display: inline;
    margin-left: -40px;
    /* Reveal Position */
}

/* Arrow */
a.tooltip span b {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-top: -15px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #46166C;
}

/* People Styles */
.content_container .content .editable_content img.people_image {
    float: none;
    margin: 0px auto 10px auto;
}

.content_container .content .editable_content h1.person_name {
    font-size: 28px;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
}

.content_container .content .editable_content h4.person_title {
    font-size: 16px;
    line-height: 16px;
    margin: 0px 0px 0px 0px;
    font-style: italic;
    color: #6E6C6C;
}

/* Comment Styles */
.box_list .comment_box {
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: left;
}

.box_list .comment_box .comment_name {
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    font-size: 20px;
    margin: 0px 0px 5px 0px;
}

.box_list .comment_box .comment_name span {
    font-weight: 300;
    font-style: italic;
    color: #666666;
    text-transform: capitalize;
    font-size: 12px;
}

/* Past News */
.box_list .past_news {
    width: 100%;
    margin: 0px 0px 10px;
    text-align: left;
}

/* ADDITIONAL STYLES */
/* Price radio selection styles */
.price_selections label>input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
}

.price_selections label>input+div {
    /* IMAGE STYLES */
    cursor: pointer;
    border: 2px solid transparent;
}

.price_selections label>input:checked+div {
    /* (RADIO CHECKED) IMAGE STYLES */
    border: 2px solid #BEBEBE;
    background: #dcdcdc;
}

.option_info {
    padding: 5px;
    margin-top: 10px;
    background: #dcdcdc;
}

/* Base Style */
h1 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

h2 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

h3 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0px 5px 0px;
}

h4 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

h5 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0px 5px 0px;
}

h6 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

p {
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    line-height: 24px;
}

p em {
    font-style: italic;
}

ul li {
    font-size: 14px;
}

ol li {
    font-size: 14px;
}

.mobile_photo_video {
    display: inherit;
}

.full_photo_video {
    display: none;
}

.mobile_header {
    display: inherit;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.full_header {
    display: none;
    width: 100%;
    z-index: 999;
}

.header_spacer {
    width: 100%;
    height: 47px;
}

.inner_header {
    width: 100%;
    height: 260px;
    background: url(../images/layout/inner_header.jpg) center center no-repeat;
    background-size: cover;
}

.content_container {
    width: 100%;
    padding: 30px 20px;
    background: #FFFFFF;
}

.mobile_register {
    display: inherit;
}

.full_register {
    width: 35%;
    float: right;
    border-left: 1px solid #dedede;
    padding-left: 10px;
}

.events_editable_content {}

/* VIDEO GALLERY */
#video_gallery {
    background: #E9E9E9;
    margin: 0px 0px 20px 0px;
    padding: 4px 0px 16px 6px;
}

#video_gallery ul {
    margin: 0px;
    padding: 0px;
}

#video_gallery ul li {
    background: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 228px;
}

#video_gallery ul li .vid_title {
    padding: 5px 10px;
    width: 208px;
    overflow: hidden;
    float: left;
    text-decoration: underline;
}

#video_gallery ul li a:hover .vid_title {
    text-decoration: none;
}

#video_gallery .thumbnails {
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    padding: 3px;
    margin: 10px 0px 0px 5px;
}

/* Photo Gallery Full */
#gallery_content2 {
    background: #E9E9E9;
    margin: 0px 0px 20px 0px;
    padding: 4px 0px 16px 6px;
}

#gallery_content2 ul {
    margin: 0px;
    padding: 0px;
}

#gallery_content2 ul li {
    background: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

#gallery_content2 .thumbnails {
    background: #FFFFFF;
    padding: 0px;
    margin: 10px 1% 0px 1%;
    width: 23%;
    height: auto;
}

/* Before and After */
#before_after_gallery {}

#before_after_gallery ul {
    list-style: none;
}

#before_after_gallery ul li {
    background: none;
    width: 450px;
    float: left;
    margin: 0px 40px 20px 0px;
    padding: 0px 0px 0px 0px;
}

#before_after_gallery ul li p {
    margin: 0px 0px 6px 0px;
}

#before_after_gallery ul li.last {
    margin: 0px 0px 20px 0px;
}

#before_after_gallery ul li .image_holder {
    float: left;
    margin: 0px 1%;
    width: 48%;
    text-align: center;
}

#before_after_gallery ul li .image_holder h3 {
    font-style: normal;
    margin: 7px 0px 9px 0px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
}

#before_after_gallery ul li .image_holder .thumbnails {
    background: #FFFFFF;
    border: none;
    padding: 0px;
    margin: 0px auto 0px;
    width: 100%;
}

#before_after_gallery ul li .last {
    margin: 0px 0px 0px 0px;
}

/* Login Styles */
#header .menu_holder .menu_content ul li.login_btn {
    float: left;
}

#header .menu_holder .menu_content ul li.login_btn a {
    text-decoration: none;
    color: #fff;
    background: #46166C;
    float: left;
    padding: 8px 10px;
}

#header .menu_holder .menu_content ul li.login_btn a:hover {
    background: #e63333;
}

#header .menu_holder .menu_content ul li.login_btn a i {
    color: #fff;
    font-size: 16px;
    position: relative;
    left: 3px;
}

.login_btn {
    float: right;
    margin: 0px 0px 0px 0px;
}

#header .login_btn {
    margin: 15px 0px 3px 0px;
}

.login_btn i {
    float: left;
    font-size: 23px;
    margin: 2px 5px 0px 0px;
    color: #032E47;
}

.login_wrapper.hide {
    display: none;
}

.login_wrapper {
    width: 100%;
    position: fixed;
    z-index: 102;
    top: 34px;
    right: 0;
    left: 0;
}

.login_wrapper .login_wrapper_inner {
    width: 960px;
    margin: 0 auto;
}

.menu_holder .login_box {
    width: 300px;
    background: #46166C;
    padding: 15px;
    float: right;
    margin-right: 3px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
}

.menu_holder .login_box input {
    width: 94%;
    padding: 3%;
    margin: 2% 0;
    float: left;
    border: none;
    background: #F6F6F6;
}

.menu_holder .login_box input:focus {
    outline: none;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

.menu_holder .login_box input.checkbox {
    width: auto !important;
    padding: 0;
    margin: 2% 0 0 4%;
}

.menu_holder .login_box a {
    text-decoration: none;
    color: #fff;
}

.menu_holder .login_box a:hover {
    text-decoration: underline;
}

.menu_holder .login_box a.superbutton {
    margin-top: 5px;
    background: #333;
}

.menu_holder .login_box a.superbutton:hover {
    text-decoration: none;
    background: #000;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

.menu_holder .login_box a.superbutton i {
    margin: 0 -2px 0 3px;
}

/* New Menu Styles */
ul.menu_section_nav {
    max-width: 940px;
    margin: 0px auto;
    list-style: none;
    margin-bottom: 0px;
    text-align: center;
}

ul.menu_section_nav li {
    float: left;
    margin: 0px;
}

ul.menu_section_nav li a {
    background: #46166C;
    color: #FFFFFF;
    font-size: 26px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px;
    display: inline-block;
}

ul.menu_section_nav li a:hover {
    background: #333333;
}

ul.menu_section_nav li.active a {
    background: #333333;
}

h4.menu_category {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
}

p.menu_section_description {
    margin-bottom: 40px;
}

.grid_list .menu_item {
    width: 100%;
    margin: 0px 0px 10px;
    float: none;
}

.grid_list .menu_item .price {
    font-size: 20px;
    float: right;
    color: #c43231;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 5px;
}

.grid_list .menu_item .menu_title {
    margin: 0px 0px 5px 0px;
    font-size: 20px;
    color: #4a4747;
    font-weight: 700;
    text-transform: uppercase;
}

.grid_list .menu_item p.menu_options {
    background: #ecebeb;
    padding: 5px;
}

/* 320 pixel width */
@media screen and (min-width: 320px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    h2 {
        font-size: 26px;
        line-height: 26px;
    }

    h3 {
        font-size: 22px;
        line-height: 22px;
    }

    h4 {
        font-size: 18px;
        line-height: 18px;
    }

    h5 {
        font-size: 16px;
        line-height: 16px;
    }

    h6 {
        font-size: 14px;
        line-height: 14px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    ul li {
        font-size: 14px;
        line-height: 24px;
    }

    ol li {
        font-size: 14px;
        line-height: 24px;
    }
}

/* 480 pixel width */
@media screen and (min-width: 480px) {
    h1 {
        font-size: 35px;
        line-height: 35px;
    }

    h2 {
        font-size: 31px;
        line-height: 31px;
    }

    h3 {
        font-size: 27px;
        line-height: 27px;
    }

    h4 {
        font-size: 23px;
        line-height: 23px;
    }

    h5 {
        font-size: 19px;
        line-height: 19px;
    }

    h6 {
        font-size: 15px;
        line-height: 15px;
    }

    p {
        font-size: 15px;
        line-height: 25px;
    }

    ul li {
        font-size: 15px;
        line-height: 25px;
    }

    ol li {
        font-size: 15px;
        line-height: 25px;
    }
}

/* 600 pixel width */
@media screen and (min-width: 600px) {
    .box_list .box {
        width: 48%;
    }

    .box_list .full {
        width: 100%;
        margin: 0px 0% 10px;
        text-align: center;
    }

    .grid_list .grid_item {
        width: 48%;
    }

    .menu_list ul.pages li {
        width: 48%;
        margin: 0px 1% 10px;
    }

    .box_list .comment_box {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

    .box_list .past_news {
        width: 48%;
        margin: 0px 1% 10px;
        text-align: left;
    }

    .grid_list .menu_item {
        width: 48%;
        margin: 0px 1% 10px;
        float: left;
    }

    .filter_list ul li {
        margin: 5px 1% 5px 1%;
        width: 48%;
    }

    .showroom_list .box {
        width: 48%;
        margin: 0px 1% 10px 1%;
    }

    .showroom_table ul li {
        width: 48%;
    }

    .showroom_features_table ul li {
        width: 48%;
    }

    .properties_menu ul li {
        border-right: 1px solid #BEBEBE;
        box-shadow: 1px 0px 0 #FFFFFF;
        border-bottom: none;
        width: 50%;
        float: left;
    }

    .content ul.career li {
        width: 50%;
    }
}

/* 768 pixel width */
@media screen and (min-width: 768px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }

    h2 {
        font-size: 35px;
        line-height: 35px;
    }

    h3 {
        font-size: 32px;
        line-height: 32px;
    }

    h4 {
        font-size: 28px;
        line-height: 28px;
    }

    h5 {
        font-size: 22px;
        line-height: 22px;
    }

    h6 {
        font-size: 16px;
        line-height: 16px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    ul li {
        font-size: 16px;
        line-height: 26px;
    }

    ol li {
        font-size: 16px;
        line-height: 26px;
    }
}

/* 960 pixel width */
@media screen and (min-width: 960px) {
    h1 {
        font-size: 45px;
        line-height: 45px;
    }

    h2 {
        font-size: 40px;
        line-height: 60px;
    }

    h3 {
        font-size: 35px;
        line-height: 35px;
    }

    h4 {
        font-size: 30px;
        line-height: 40px;
    }

    h5 {
        font-size: 25px;
        line-height: 25px;
    }

    h6 {
        font-size: 20px;
        line-height: 30px;
    }

    p {
        font-size: 18px;
        line-height: 30px;
    }

    ul li {
        font-size: 18px;
        line-height: 30px;
    }

    ol li {
        font-size: 18px;
        line-height: 30px;
    }

    .footer {
        display: inherit;
    }

    #signature {
        font-size: 12px;
    }

    .mobile_header {
        display: none;
    }

    .full_header {
        display: inherit;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }

    .header_spacer {
        height: 82px;
    }

    .inner_header {
        height: 318px;
    }

    .mobile_photo_video {
        display: none;
    }

    .full_photo_video {
        display: inherit;
    }

    .content_container {
        padding: 100px 20px;
    }

    .box_list .box {
        width: 31.3333%;
    }

    .box_list .full {
        width: 100%;
        margin: 0px 0% 10px;
        text-align: center;
    }

    .grid_list .grid_item {
        width: 31.3333%;
    }

    hr {
        margin: 40px 0px;
    }

    .menu_list ul.pages li {
        width: 48%;
    }

    .content_container .content .editable_content img.people_image {
        float: left;
        margin: 0px 10px 0px 0px;
    }

    .box_list .comment_box {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

    .box_list .past_news {
        width: 48%;
        margin: 0px 1% 10px;
        text-align: left;
    }

    .mobile_register {
        display: none;
    }

    .full_register {
        display: inherit;
    }

    .events_editable_content {
        float: left;
        width: 60%;
    }

    .contact_info ul {
        margin: 5px 1% 15px 1%;
        width: 48%;
        float: left;
    }

    .product_highlight {
        width: 35%;
        float: right;
        margin: 0px 0px 0px 5%;
    }

    .form_holder .third_width {
        width: 32.3333%;
        float: left;
    }

    .form_holder .half_width {
        width: 49%;
        margin-right: 1%;
        float: left;
    }

    .form_holder textarea {
        width: 99%;
    }

    .form_holder select {
        width: 100%;
    }

    .grid_list .menu_item {
        width: 31.3333%;
    }

    .filter_list ul li {
        width: 31.3333%;
    }

    .showroom_list .box {
        width: 31.3333%;
    }

    .clear_2 {
        clear: none;
    }

    .clear_3 {
        clear: both;
    }

    .showroom_table ul li {
        width: 31.3333%;
    }

    .showroom_features_table ul li {
        width: 31.3333%;
    }

    .property_highlight {
        width: 35%;
        float: right;
        margin: 0px 0px 10px 10px;
    }

    .properties_menu ul li {
        width: 25%;
    }

    .box_list .box ul.careers_list li {
        list-style-type: none;
        width: 33.3333%;
        float: left;
        background: none;
        font-size: 12px;
        margin: 10px 0px 10px 0px;
        padding: 0px 10px 0px 0px;
    }

    .content ul.career li {
        width: 33.3333%;
    }
}

/* 1200 pixel width */
@media screen and (min-width: 1200px) {
    h1 {
        font-size: 50px;
        line-height: 50px;
    }

    h2 {
        font-size: 45px;
        line-height: 65px;
    }

    h3 {
        font-size: 40px;
        line-height: 40px;
    }

    h4 {
        font-size: 35px;
        line-height: 50px;
    }

    h5 {
        font-size: 30px;
        line-height: 30px;
    }

    h6 {
        font-size: 20px;
        line-height: 25px;
    }
}

/* Custom Styles
***************/
@media (min-width: 1200px) {
    #myslidemenu.stuck {
        position: fixed;
        top: 0;
        padding: 5px 10px;
        z-index: 9999999;
        transition: 0.3s ease;
    }
}

/* Titles
*********/
.title-block {
    text-align: center;
    margin-bottom: 20px;
}

.title-block h4 {
    line-height: 10px;
}

/* Home Intro Content
*********************/
.home-intro {
    display: flex;
    max-width: calc(1600px + 10%);
    margin: -60px auto 60px;
    padding: 0 5%;
}

.home-intro>div {
    width: 100%;
}

/* Home Intro Information
************************/
.home-intro .welcome-blurb {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center !important;
}


@media (min-width: 1200px) {
    .home-intro .welcome-blurb {
        padding: 40px 5% 40px 0;
    }
}

.welcome-blurb h1 {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 35px;
    line-height: 45px;
}

.welcome-blurb h1 span {
    display: block;
    font-size: 26px;
    font-weight: 300;
    color: #4e4f4e;
    margin: 0px 0px -19px;
}

/* Home Intro Background Image
*****************************/
.welcome-content {
    background-image: url(/images/layout/welcome.jpg);
    background-size: cover;
    background-position: center;
}

@media (max-width: 1200px) {
    .welcome-content {}
}

/* Home Intro Content Responsive
*******************************/
@media (max-width: 1200px) {
    .home-intro {
        display: flex;
        margin: 0;
        padding: 0;
    }

    .home-intro .welcome-blurb {
        align-items: initial;
        justify-content: initial;
        padding: 0px 5% 60px;
    }

    .home-intro>div {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .home-intro {
        margin: 0;
    }

    .inner_header {
        margin-top: 44px;
    }
}

/* Featured News Section
***********************/
.fn-content {
    background-color: #F4F4F4;
}

.box.half a.superbutton {
    max-width: 100%;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s ease;
}

/* Featured News Card
********************/
.content-wrapper {
    padding: 10px 5% 30px;
    text-align: left;
}

/* Home Parallax Section
***********************/
.home-parallax {
    min-height: 100px;
    background-color: rgba(0, 0, 0, 0.3);
}

/* Home Intro Tiles
******************/
.home-tiles {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.offset-home-tiles {
    transform: translateY(-50%);
}

.home-tiles .tile {
    background-color: #46166C;
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    padding: 50px 2%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.home-tiles .tile:hover {
    background-color: #686163;
}

/* Home Intro Tiles Content
**************************/
.home-tiles .tile img {
    display: block;
    margin: 0 auto 40px;
    height: 45px;
}

.home-tiles .tile span p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    width: 100%;
    font-weight: 400;
}

/* Home Tiles Responsive
***********************/
@media (min-width: 1270px) {
    .home-tiles .tile br {
        display: none;
    }
}

@media (max-width: 1100px) {
    .home-tiles .tile {
        width: 32%;
    }

    .home-tiles {
        width: 97%;
    }
}

@media (max-width: 960px) {
    .offset-home-tiles {
        transform: none;
    }
}

@media (max-width: 767px) {
    .home-tiles .tile span {
        font-size: 25px;
        line-height: 25px;
    }

    .home-tiles .tile img {
        margin: 0 auto 20px;
    }
}

/* Home Contact
****************/
.home-contact {
    background-color: #fff;
}

/* Home Contact Direct
*********************/
.contact-direct span.contact-information {
    display: inline-block;
    padding-left: 30px;
}

.contact-direct ul li {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    line-height: 25px;
    font-size: 20px;
}

.contact-direct ul li span {
    display: block;
}

.contact-direct ul li a {
    text-decoration: none;
    color: #848484;
}

/* Contact Direct Icon */
.contact-direct img {
    display: inline-block;
    font-size: 40px;
    color: #F04165;
}

.contact-direct {
    width: 40%;
    display: inline-block;
    float: left;
}

/* Home Contact Form
********************/
.contact-form {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.home .contact-form h2 {
    display: none;
}

form div {
    width: 100%;
}

.form_holder .third_width {
    width: 100%;
}

.form_holder .third_width input,
.form_holder input:not([type="submit"]),
.form_holder textarea {
    padding: 10px 15px;
    height: calc(35px + 10px);
    border: 1px solid #C1C1C1;
    margin: 10px 0;
}

.form_holder textarea {
    height: 90px;
    width: 99%;
    margin-bottom: 0;
}

form#registerForm input[type="submit"],
input.superbutton[type="submit"] {
    background-image: none;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    transition: 0.3s ease;
    -webkit-appearance: none;
    float: right;
    margin-top: 20px;
    margin-right: 1%;
}

form#registerForm input[type="submit"]:hover,
input.superbutton[type="submit"]:hover {
    background-color: #383838;
    color: #fff;
    transition: 0.3s ease;
}

.home-contact {
    height: auto;
    padding: 100px 0;
    width: 90%;
    margin: 0 auto;

}

.form_holder .QapTcha .bgSlider {
    border-color: #C1C1C1;
}

.form_holder label {
    height: 0;
    visibility: hidden;
}

/* Home Contact Responsive
*************************/
@media (max-width: 1000px) {
    .home-contact {
        height: auto;
        padding: 40px 0 0;
        width: 90%;
        margin: 0 auto;
    }

    .contact-direct,
    .contact-form {
        width: 100%;
        margin: 20px 0;
    }
}

@media (max-width: 500px) {
    .contact-direct span.contact-information {
        padding-left: 10px;
        font-size: 18px;
    }
}

@media (max-width: 1000px) and (min-width:800px) {
    .contact-direct ul li {
        width: 32%;
        display: inline-block;
        text-align: center;
    }

    .contact-direct img {
        display: block;
        width: 35px;
        text-align: center;
        margin: 0 auto;
    }

    .contact-direct span.contact-information {
        padding: 10px 0;
    }
}

/* Home Parallax Container
************************/
.home-parallax {
    padding: 60px 0;
}

#page .home-parallax h1,
#page .home-parallax h2,
#page .home-parallax h3,
#page .home-parallax h4,
#page .home-parallax h5,
#page .home-parallax h6,
#page .home-parallax p,
#page .home-parallax span,
#page .home-parallax a {
    color: #fff;
    text-align: center;
}

/* Home Parallax Content
***********************/
.home-parallax a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    width: 200px;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px 40px;
    height: auto;
    margin: 30px auto 0;
    border-radius: 40px;
    background-color: transparent;
    transition: 0.3s ease;
}

.home-parallax a:hover {
    background-color: #fff;
    color: #383838 !important;
}

p.meeting-date {
    font-weight: 800;
    text-transform: uppercase;
}

p.meeting-description {
    font-size: 18px;
}

.home-parallax {
    padding: 10% 0;
    position: relative;
}

.upcoming-events {
    position: relative;
    z-index: 9;
}

.home-parallax::before,
.home-parallax::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-parallax::before {
    background-image: url(/images/layout/parallax.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

.home-parallax::after {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}

/* To fix chrome parallax issue. */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution:.001dpcm) {
    .home-parallax::before {
        transform: scale(1);
    }
}

/* To fix chrome parallax issue. */
@media (max-width: 960px) {
    .home-parallax::before {
        background-attachment: initial;
    }
}

.meeting-container {
    width: 85%;
    margin: 0 auto;
}

.meeting-container a {
    padding-top: 8px;
}

/* Sticky Footer
***************/
@media (min-width: 1200px) {
    .sticky-footer .offset-home-tiles {
        display: none;
    }
}



@media (max-width: 767px) {
    .sticky-footer .home-tiles .tile span br {
        display: block;
    }
}

@media (max-width: 500px) {
    .sticky-footer .home-tiles .tile span {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width: 800px) {
    .home-intro>div {
        width: 100%;
    }

    .home-intro {
        flex-direction: column;
    }
}

F

/* Navigation Centering */
.sticky-wrapper {
    width: 100%;
    padding: 0 2%;
}

.jqueryslidemenu {
    display: flex;
    align-items: center;
    padding: 15px 2%;
}

.jqueryslidemenu ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.jqueryslidemenu ul li a {
    font-weight: 100;
    font-family: 'univers', sans-serif;
    position: relative;
    padding: 0 10px;
    border-right: 1px solid #C3C2C2;
    font-size: 10px;
}

.jqueryslidemenu ul li#contact a {
    border-right: none
}

/* Custom Nav Ish */
.jqueryslidemenu ul li.make-donation-button,
.jqueryslidemenu ul li#contact {
    border-right: none;
}

.jqueryslidemenu ul li.make-donation-button a {
    margin-left: 10px;
    padding: 13px 25px 10px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    background-color: #46166C;
    border-radius: 100px;
    letter-spacing: 1px;
    transition: 0.3s ease;
    border-top: 0px solid #46166C;
}

.jqueryslidemenu ul li.make-donation-button a:hover {
    background-color: #333333;
}

.jqueryslidemenu ul li {
    font-size: 18px;
    line-height: 15px;
    display: flex;
    align-items: center;
}

/* Spacing Medium Screens */
@media screen and (min-width: 1140px) {

    .jqueryslidemenu ul li.make-donation-button a,
    .jqueryslidemenu ul li a {
        font-size: 15px;
        padding: 12px 14px 8px;
    }
}


/* Return Top */
@media (min-width: 1200px) {
    .return-top {
        display: none;
    }
}

@media (max-width: 1200px) {
    #signature {
        position: relative;
    }

    .return-top a {
        display: inline-block;
        background-color: #333;
        width: 40px;
        height: 25px;
        position: absolute;
        right: 10px;
        top: 0;
        transform: translateY(-90%);
        border-radius: 10px 10px 0 0;
        text-align: center;
        font-size: 30px;
        padding-top: 10px;
        text-decoration: none;
        transition: 0.4s ease;
    }

    .return-top a:hover {
        height: 40px;
        color: #fff;
        transition: 0.4s ease;
    }
}

.mobile_header {
    position: absolute;
}

.mm-opened .mobile_header {
    position: fixed;
}

/* Inners
********/
/* News */
body:not(.home) .box_list .box {
    background-color: #f5f5f5;
}

.box_list .box .news-content {
    width: 85%;
    margin: 20px auto;
}

/* Register */
.events-date-time span {
    font-weight: 600;
}

.events-date-time span:nth-of-type(2) {
    margin-left: 10px;
}

@media (max-width: 800px) {
    .meeting .content {
        display: flex;
        flex-direction: column;
    }

    .meeting .content>div {
        width: 100%;
    }

    .meeting .content .full_register {
        order: 2;
        border: none;
        padding: 0;
    }

    .meeting .form_holder {
        padding: 0;
        width: 100%;
    }
}

/* Affiliates Section
********************/
.affiliate-block {
    margin: 40px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
}

.affiliate-block:last-child {
    border-bottom: none;
}

.affiliate-chunk {
    display: flex;
}

/* Affiliates Image */
.affiliate-image {
    width: 300px;
    height: auto;
    display: flex;
}

.affiliate-image img {
    width: 100%;
    height: auto;
}

/* Affiliates Content */
.affiliate-content {
    width: calc(100% - 330px);
    margin-left: 30px;
    position: relative;
    padding-bottom: 60px;
}

.affiliate-content a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #383838;
}

.affiliate-content .call-us span:nth-of-type(2) {
    margin-left: 15px;
}

.affiliate-content p.call-us {
    position: absolute;
    bottom: 0;
}

/* Affiliates Buttons */
.affiliate-buttons {
    margin-top: 20px;
}

.affiliate-buttons a {
    display: inline-block;
    background-color: #46166C;
    border-radius: 20px;
    padding: 2px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s ease;
}

.affiliate-buttons a:hover {
    background-color: #383838;
    transition: 0.3s ease;
}

/* Affiliates Responsive */
@media (max-width: 960px) {

    .affiliate-content,
    .affiliate-image {
        width: 100%;
        margin: 0;
        padding-bottom: 0;
    }

    .affiliate-chunk {
        flex-direction: column;
    }

    .affiliate-image {
        margin-bottom: 20px;
    }

    .affiliate-content h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .affiliate-content p.call-us {
        position: initial;
    }

    .affiliate-buttons a {
        margin: 5px 0;
    }
}

/* Events Box */
.events.box_list .box .date_box,
.content .date_box {
    text-align: left;
}

.events.box_list .content-wrap {
    padding: 20px;
}

.events.box_list .event p.desc {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.events.box_list a.superbutton {
    margin-top: 20px;
}

/* Charity Form
**************/
.charity .form_holder .third_width {
    width: calc(33.33% - 10px);
    margin-right: 10px;
}

/* Form Sizing */
.charity hr {
    width: 99%;
}

@media (max-width: 960px) {

    .charity hr,
    .charity .form_holder .third_width,
    .form_holder textarea,
    .form_holder .QapTcha .bgSlider {
        width: 100%;
    }
}

.contact_container {
    background-color: #f5f5f5;
}

/* Gals Affiliates
*****************/
.gals-affiliate-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.gals-affiliate {
    width: calc(33.33% - 40px);
    display: inline-block;
    margin: 20px 15px 10px;
    position: relative;
    padding-bottom: 0px;
}

.gals-affiliate .ga-image {
    width: 100%;
    display: block;
}

.gals-affiliate .ga-image img {
    width: 100%;
}

.ga-buttons a {
    text-decoration: none;
}

.gals-affiliate i {
    text-decoration: none;
    color: #46166C;
    font-size: 20px;
    transition: 0.3s ease;
}

.ga-buttons a:hover i {
    color: initial;
    transition: 0.3s ease;
}

span.call-us {
    display: block;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
}

span.call-us span:first-child {
    margin-right: 10px;
}

.ga-buttons a,
.ga-buttons span.call-us span {
    margin-right: 10px;
}

@media (max-width:960px) {
    .gals-affiliate {
        width: calc(50% - 40px);
        Ã¢â€°Ë†
    }
}

@media (max-width:600px) {
    .gals-affiliate {
        display: block;
        width: 100%;
    }

    span.call-us {
        position: initial;
    }

    span.call-us span {
        display: block;
        margin: 5px 0;
    }

    .gals-affiliate .ga-image {
        max-width: 300px;
        width: 90%;
    }
}

ul.pages {
    padding: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #484238;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #484238;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #484238;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #484238;
}

/* Events */
.content .location {
    display: block;
    margin-top: 0;
}

.content .location,
.content .location i {
    font-size: 13px;
    line-height: 13px;
    color: #2b2b2b;
}

.events.box_list {
    display: flex;
    flex-wrap: wrap;
}

.events.box_list .box {
    border-radius: 20px;
    width: calc(50% - 10px);
    margin: 5px;
}

@media (max-width:600px) {
    .events.box_list .box {
        border-radius: 20px;
        width: 100%;
        margin: 5px 0;
    }
}


/* QA */
.sticky-wrapper {
    height: auto !important;
}

/* Social Container */
.social-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.social-container>div {
    text-align: center;
    margin: 0 30px;
}

.social-container i {
    font-size: 60px;
}

.social_media i {
    font-size: 30px;
    background: #46166C;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 100%;
    transition: 0.3s ease;
}

.social_media i:hover {
    background-color: #2b2b2b;
    transition: 0.3s ease;
}

.social_media ul {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}

.social_media ul li {
    display: inline-block;
    text-align: center;
    float: none;
}

.social-container .email-box a {
    font-size: 18px;
}

@media (max-width:767px) {
    .social-container {
        flex-direction: column;
    }

    .social-container>div {
        width: 100%;
        margin: 10px 0;
    }
}

.contact-content-wrap.home-contact h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 25px;
    word-spacing: 16px;
}

.editable_content h2 {
    text-transform: lowercase !important;
}

.social-container h5 {
    font-family: 'Roboto Condensed', sans-serif;
}

/* Donations Page */
/* Donation Boxes */
.donated-to {
    display: flex;
}

/* Donation Box Flex */
.dt-left {
    max-width: 40%;
    width: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.dt-right {
    width: 100%;
}

.dt-right {
    padding: 60px 0 60px 5%;
}

.dt-right>div>* {
    display: inline-block;
    margin-bottom: 0;
}

.dt-right>div>a {
    color: inherit;
}

.dt-website a {
    color: #46166C !important;
    font-size: 20px;
    text-decoration: none;
}

.dt-website a:hover {
    text-decoration: underline;
}

.dt-money p {
    font-weight: bold;
}

/* Donation Box Description & Testimonial */
.donated-story,
.donated-review {
    margin-bottom: 40px;
}

.donated-review {
    background: #46166C;
    padding: 20px;
}

.donated-review pre {
    font-weight: bold;
    font-style: italic;
    color: #fff;
}


#page .content .donated-story h3,
#page .content .donated-review h3 {
    color: #EF4166;
    margin-left: 0;
}

@media (max-width:960px) {
    .donated-to {
        flex-direction: column;
    }

    .dt-left {
        min-height: 100px;
        background-position: left;
        margin: 40px 0;
    }

    .dt-left,
    .dt-right {
        width: 100%;
        padding: 0;
    }

    .donations_container {
        margin-bottom: 10px;
    }
}

/* Team Member Layout */
.team-member {
    display: flex;
    justify-content: space-between;
}

.team-member .headshot {
    width: 40%;
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

.team-content {
    width: calc(60% - 30px);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.bio h6,
.bio p {
    display: inline-block;
}

/* Team Social Icons */
.team-social-icons {
    display: flex;
    text-align: center;
}

.team-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 10px;
    background-color: #EF4166;
    color: #fff;
    transition: 0.3s ease;
}

.team-social-icons a:hover {
    background-color: #383838;
    transition: 0.3s ease;
}

@media (max-width:767px) {
    .team-member {
        flex-direction: column;
        padding-bottom: 40px;
    }

    .team-member .headshot,
    .team-content {
        width: 100%;

    }

    .team-member .headshot {
        padding: 50%;
        min-height: 1px;
        background-position: top center;
        margin-top: 20px;
    }
}

/* Charity Landing */
.home-tiles.charity-landing a {
    width: calc(50% - 10px);
    margin-top: 40px;
}

@media (max-width:767px) {
    .home-tiles.charity-landing a {
        width: 100%;
        margin: 10px 0;
    }

    .charity-landing {
        flex-direction: column;
    }
}


/* Placeholder */
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #717171;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #101010;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #717171;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #101010;
}

.donated-review {
    margin-top: 40px;
    font-style: italic;
}

a.fullbutton {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 16px;
}

.call_to_action {
    position: fixed;
    background-color: #46166C;
    padding: 10px;
    border-radius: 15px 15px 0 0;
    z-index: 10;
    top: 50%;
    transform: rotate(-90deg);
    width: 205px;
    left: calc(100% - 119px);
    text-align: center;
}

.call_to_action a {
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 960px) {
    div.call_to_action {
        transform: none;
        bottom: 0;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    div.call_to_action {
        height: 45px;
        border-radius: 0;
        top: calc(100% - 45px);
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }
}

.dashboardstyle {
    padding: 80px 5% 50px;
}

.dashboard_news {
    padding: 2%;
    width: 47% !important;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .dashboard_news {
        padding: 2%;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

input[name="hp_comment_verification"] {
    position: absolute !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
    border: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
}