/* CSS Rules: Sorted alphabetically for better organization. */

@import url('../../editor-style.css');

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/***** Steve Code *****/

.div_100_full {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
}

.div_100 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 2%;
}

.div_90 {
    display: inline-block;
    vertical-align: top;
    width: 88%;
    margin-right: 2%;
}

.div_87 {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    margin-right: 2%;
}

.div_85 {
    display: inline-block;
    vertical-align: top;
    width: 83%;
    margin-right: 2%;
}

.div_80 {
    display: inline-block;
    vertical-align: top;
    width: 78%;
    margin-right: 2%;
}

.div_75 {
    display: inline-block;
    vertical-align: top;
    width: 73%;
    margin-right: 2%;
}

.div_70 {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    margin-right: 2%;
}

.div_67 {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    margin-right: 2%;
}

.div_65 {
    display: inline-block;
    vertical-align: top;
    width: 63%;
    margin-right: 2%;
}

.div_62 {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-right: 2%;
}

.div_60_full {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-right: 0;
    box-sizing: border-box;
}

.div_60 {
    display: inline-block;
    vertical-align: top;
    width: 58%;
    margin-right: 2%;
}

.div_55 {
    display: inline-block;
    vertical-align: top;
    width: 53%;
    margin-right: 2%;
}

.div_50 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 2%;
}

.div_45 {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    margin-right: 2%;
}

.div_41 {
    display: inline-block;
    vertical-align: top;
    width: 39%;
    margin-right: 2%;
}

.div_40_full {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 0;
    box-sizing: border-box;
}

.div_40 {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    margin-right: 2%;
}

.div_35 {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-right: 2%;
}

.div_33 {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 2%;
}

.div_30 {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin-right: 2%;
}

.div_25 {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 2%;
}

.div_20 {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin-right: 2%;
}

.div_18 {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin-right: 2%;
}

.div_16 {
    display: inline-block;
    vertical-align: top;
    width: 14%;
    margin-right: 2%;
}

.div_15 {
    display: inline-block;
    vertical-align: top;
    width: 13%;
    margin-right: 2%;
}

.div_13 {
    display: inline-block;
    vertical-align: top;
    width: 11%;
    margin-right: 2%;
}

.div_10 {
    display: inline-block;
    vertical-align: top;
    width: 8%;
    margin-right: 2%;
}

.div_5 {
    display: inline-block;
    vertical-align: top;
    width: 3%;
    margin-right: 2%;
}

#fit {
    margin-right: 0%;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.widgets_on_page ul,
ul.no_padding {
    padding: 0;
    margin: 0;
}

.clear_both {
    clear: both;
}

.fullwith_box {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.uppercase {
    text-transform: uppercase;
}

.full_header {
    padding: 20px 0 0px 0;
    background: #ffe600;
}

#menu-top.top-menu {
    float: none;
    margin: 0px 0;
    padding: 0;
    float: right;
}

#menu-top.top-menu li {
    display: inline-block;
    position: relative;
}

#menu-top.top-menu li {
    padding: 0 0 15px 0;
    margin: 0;
}

#menu-top.top-menu li a {
    border-left: 1px #000 solid;
    padding: 0px 15px 0px 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    cursor: pointer;
}

#menu-top.top-menu li a:hover {
    color: #db251c;
}


/*#menu-top.top-menu li:nth-of-type(1) a,



#menu-top.top-menu li:nth-last-of-type(1) a{



	border-left:none;



}*/

#menu-top.top-menu li ul.sub-menu {
    padding: 10px 10px 0px 10px;
    margin: 0px;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 30px 0 0 0;
    min-width: 10em;
    z-index: 99;
    background: #333;
}

#menu-top.top-menu li.nav_language {
    padding: 0 0 0px 0;
}

#menu-top.top-menu li.nav_language ul.sub-menu {
    margin: 22px 0 0 0;
}

#menu-top.top-menu li.nav_language li {
    padding: 0 0 8px 0;
}

#menu-top.top-menu li.nav_language a,
#menu-top.top-menu li.nav_language li.nav_language a,
#menu-flag li.nav_language a {
    font-size: 0px;
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 19px;
    position: relative;
}

#menu-top.top-menu>li.nav_language>a:after {
    display: inline-block;
    vertical-align: top;
    content: url(../images/img_arrow_down_b.jpg);
    margin: 4px -8px 0 0px;
}

#menu-top.top-menu li.nav_language.lan_eng a,
#menu-flag li.nav_language.lan_eng a,
#menu-item-1777 a {
    background: url(../images/icn_flag_eng.jpg) left top no-repeat;
}

#menu-top.top-menu li.nav_language.lan_kor a,
#menu-flag li.nav_language.lan_kor a {
    background: url(../images/icn_flag_korea.jpg) left top no-repeat;
}

#menu-top.top-menu li.nav_language.lan_jap a,
#menu-flag li.nav_language.lan_jap a {
    background: url(../images/icn_flag_japan.jpg) left top no-repeat;
}

#menu-top.top-menu li.nav_language.lan_spc a,
#menu-flag li.nav_language.lan_spc a {
    background: url(../images/icn_flag_china.jpg) left top no-repeat;
}

#menu-top.top-menu li.nav_language.lan_ara a,
#menu-flag li.nav_language.lan_ara a {
    background: url(../images/icn_lang_arabic.jpg) left top no-repeat;
}

#menu-flag li.nav_language {
    display: inline-block;
    margin: 0 10px 0 0;
}

#menu-top.top-menu li.nav_language .sub-menu {
    padding: 15px 15px 7px 15px;
    min-width: inherit;
}

#menu-top.top-menu li.nav_language .sub-menu a {
    padding: inherit;
}

#menu-top.top-menu li:hover ul.sub-menu,
#menu-top.top-menu li:focus ul.sub-menu {
    display: block;
}

#menu-top.top-menu li ul.sub-menu li {
    display: block;
    text-align: left;
}

#menu-top.top-menu li ul.sub-menu li a {
    padding: 5px 10px 0px 10px;
    border: none;
    color: #ffe600;
    font-size: 11px;
}

.section_top_menu {
    border-bottom: #c6c5c5 1px dashed;
}

.full_sub_header {}

.full_sub_header .widgettitle {
    display: none;
}

.section_home_location_search {
    background: #000;
    color: #fff;
    margin: -15px 0 -15px 0;
    padding: 20px 0px 20px 50px;
    font-family: 'Oswald', sans-serif;
}

.section_home_location_search .section_search_box {
    border-right: #808080 1px solid;
}

.section_home_location_search .section_search_box .section_search_form {
    position: relative;
}

.section_home_location_search .section_search_box .section_search_form label {
    font-size: 21px;
    margin: 3px 15px 0 0;
    display: inline-block;
    vertical-align: top;
}

.section_home_location_search .section_search_box .section_search_form input[type="text"] {
    width: 71%;
    background: #fff;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.section_home_location_search ::-webkit-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.section_home_location_search :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.section_home_location_search ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.section_home_location_search :-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.section_home_location_search .section_search_box .section_search_form input[type="submit"] {
    font-size: 0px;
    border: none;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 6px;
    right: 80px;
    bottom: ;
    background: url(../images/icn_search.png) left top no-repeat;
    width: 27px;
    height: 24px;
    box-shadow: none;
    z-index: 10;
}

.section_home_location_search .section_brower_location {}

.section_home_location_search .section_brower_location a.btn_browse_location {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 8px 0 0 0;
}

.section_home_location_search .section_brower_location a.btn_browse_location:hover {
    color: #fee409;
}

.section_home_location_search .section_brower_location a.btn_browse_location:before {
    content: url(../images/icn_location.png);
    display: inline-block;
    vertical-align: top;
    margin: -3px 8px 0 0;
}

.section_home_location_search .section_brower_location a.btn_browse_location:after {
    content: url(../images/icn_arrow_right_w.png);
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 0 8px;
}

.full_footer {
    background: #1a1818;
    padding: 30px;
}

.full_footer .section_site_logo {}

.full_footer .section_site_logo .btn_footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 152px;
    height: 59px;
    background: url(../images/img_footer_logo.jpg) left top no-repeat;
}

.full_footer .section_footer_row1 {
    padding: 0 0 25px 0;
    margin: 0 0 20px 0;
    border-bottom: 2px #8d7e11 solid;
}

.full_footer .section_footer_row1 .section_nav_social span {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    font-weight: 700;
    display: inline;
    margin: auto;
}

#Social_Media {
    display: inline-block;
    vertical-align: top;
}

.full_footer .section_footer_row1 .section_nav_social {
    padding: 18px 0 0 0;
}

.full_footer .section_footer_row1 .section_nav_social li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}

.full_footer #footer .section_footer_row1 .section_nav_social li a {
    font-size: 0px;
    display: inline-block;
    vertical-align: top;
}

.full_footer .section_footer_row1 .section_nav_social li.icn_yt a {
    width: 56px;
    height: 23px;
    background: url(../images/icn_yt.jpg) left top no-repeat;
}

.full_footer .section_footer_row1 .section_nav_social li.icn_li a {
    width: 24px;
    height: 23px;
    background: url(../images/icn_li.jpg) left top no-repeat;
}

.full_footer .section_footer_row1 .section_nav_social li.icn_gp a {
    width: 24px;
    height: 23px;
    background: url(../images/icn_gp.jpg) left top no-repeat;
}

.full_footer .section_footer_row1 .section_nav_social li.icn_fb a {
    width: 13px;
    height: 23px;
    background: url(../images/icn_fb.jpg) left top no-repeat;
}

.full_footer .section_footer_row1 .section_nav_social li.icn_insta a {
    width: 24px;
    height: 24px;
    background: url(../images/icn-ig.png) left top no-repeat;
}

.full_footer .section_footer_row1 .section_nav_social li.icn_insta a:hover {
    background: url(../images/icn-ig-hover.png) left top no-repeat;
}

.full_footer .section_footer_row1 .section_nav_social li.icn_yt a:hover {
    width: 56px;
    height: 23px;
    background: url(../images/icn_yt_hover.jpg) left top no-repeat;
}

.full_footer .section_footer_row1 .section_nav_social li.icn_li a:hover {
    width: 24px;
    height: 23px;
    background: url(../images/icn_li_hover.jpg) left top no-repeat;
}

.full_footer .section_footer_row1 .section_nav_social li.icn_gp a:hover {
    width: 24px;
    height: 23px;
    background: url(../images/icn_gp_hover.jpg) left top no-repeat;
}

.full_footer .section_footer_row1 .section_nav_social li.icn_fb a:hover {
    width: 13px;
    height: 23px;
    background: url(../images/icn_fb_hover.jpg) left top no-repeat;
}

.section_site_footer_menu {
    padding: 20px 0 0 0;
}

.page-home .entry-title {
    display: none;
}

.tag_title {
    font-family: 'Oswald', sans-serif;
    font-size: 58px;
    font-weight: 700;
    background: #fee409;
    padding: 8px 20px;
    line-height: 100%;
    display: inline-block;
}

.section_home_services h3 {
    line-height: 120%;
    margin: 0 0 0px 0;
}

.su-row.section_home_services .su-column {
    margin: 0 0 0 2%;
    padding: 0 0 0 2%;
    border-left: #dadbdc 2px solid;
}

.su-row.section_home_services .su-column:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.section_home_services [class*="su-column"]+[class*="su-column"]:last-child {
    float: left;
}

.section_home_services .su-column-size-1-4 {
    width: 23%;
}

.su-row.section_home_services .su-column:nth-of-type(1) h3:before {
    content: url(../images/icn_currency_exchage.jpg);
    display: block;
    margin: 0 0 15px 0;
}

.su-row.section_home_services .su-column:nth-of-type(2) h3:before {
    content: url(../images/icn_money_transfer.jpg);
    display: block;
    margin: 0 0 15px 0;
}

.su-row.section_home_services .su-column:nth-of-type(3) h3:before {
    content: url(../images/icn_cash_passport.jpg);
    display: block;
    margin: 0 0 15px 0;
}

.su-row.section_home_services .su-column:nth-of-type(4) h3:before {
    content: url(../images/icn_travel_insur.jpg);
    display: block;
    margin: 0 0 15px 0;
}

#Sub_Content_Section .widgettitle {
    display: none;
}

.section_home_sub_content {
    background: #ffe600;
}

.section_testimonial {
    padding: 20px 50px;
    background: #f7f7f7;
    /*width: 50%;
    float: left;*/
    min-height: 165px;
}

.section_testimonial .testimonial_rotator_wrap {
    margin: 0 0 40px 0;
    padding: 0;
}

.section_testimonial .testimonial_rotator_wrap h2 {
    display: none;
}

.section_testimonial .testimonial_rotator_wrap .testimonial_rotator_quote {
    font-size: 16px;
    color: #333;
}

.bg_red {
    background: #ed1c24;
}

.btn_view_more_testimonial {
    font-family: 'Oswald', sans-serif;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
}

.btn_view_more_testimonial:hover {
    background: #000;
    color: #fff;
}

.btn_view_more_testimonial:after {
    content: url(../images/icn_arrow_right_w.png);
    display: inline-block;
    vertical-align: top;
    margin: -2px 0 0 8px;
}

.section_home_sub_content_right {
    width: 50%;
    /*float: left;*/
}

.section_home_sub_content_right .section_home_sub_content_right_row1,
.section_home_sub_content .div_50.section_testimonial{
    padding: 50px 30px;
    background: url(../images/img_photo_old_man.jpg) center center no-repeat;
    background-size: cover;
}

.section_home_sub_content_right .section_home_sub_content_right_row1 h1,
.section_home_sub_content .div_50.section_testimonial h1{
    color: #fff;
    margin: 0 0 5px 0;
}

.section_home_sub_content_right .section_home_sub_content_right_row1 .btn_click_here,
.section_home_sub_content .div_50.section_testimonial .btn_click_here{
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

.section_home_sub_content_right .section_home_sub_content_right_row1 .btn_click_here:hover {
    color: #000;
}

.section_home_sub_content_right .section_home_sub_content_right_row2 {
    padding: 30px 30px;
    background: url(../images/icn_crown_yellow.jpg) right center no-repeat;
}

.section_home_sub_content_right .section_home_sub_content_right_row2 h1 {
    margin: 0 0 5px 0;
}

.section_home_sub_content_right .section_home_sub_content_right_row2 p {
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    margin: 0 0 7px 0;
}

.btn_click_here {
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

#Sub_Content_Section ul li#text-4 {
    margin: 0;
}

#widgets .btn_special_rates_for_seniors {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 272px;
    height: 226px;
    background: url(../images/img_btn_special_rates_for_seniors.jpg) left top no-repeat;
}

#widgets .btn_special_rates_for_seniors {
    display: inline-block;
    vertical-align: top;
    width: 272px;
    height: 226px;
    background: url(../images/img_btn_looking_for_travel_insur.jpg) left top no-repeat;
}

.page-contact .contact_form {}

.page-contact .contact_form .input_field {}

.page-contact .contact_form .input_field input[type="text"],
.page-contact .contact_form .input_field input[type="email"],
.page-contact .contact_form .input_field select,
.page-contact .contact_form .input_field textarea {
    width: 100%;
    max-width: 460px;
    background: #f2f2f2;
    padding: 10px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.page-contact .contact_form ::-webkit-input-placeholder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.page-contact .contact_form :-moz-placeholder {
    /* Firefox 18- */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.page-contact .contact_form ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.page-contact .contact_form :-ms-input-placeholder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.page-contact .contact_form .captcha_field,
.page-contact .contact_form .submit_field {
    width: 100%;
    max-width: 460px;
}

.page-contact .contact_form .captcha_field input[type="text"] {
    width: 100%;
    max-width: 100px;
    background: #f2f2f2;
    padding: 10px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.page-contact .contact_form .submit_field .btn_submit {
    font-family: 'Oswald', sans-serif;
    padding: 10px 26px 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background: url(../images/icn_arrow_right_w.png) #ed1c24 140px 15px no-repeat;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
}

.page-contact .contact_form .submit_field .btn_submit:hover {
    background: url(../images/icn_arrow_right_w.png) #000 140px 15px no-repeat;
}

.page-contact .contact_form .submit_field img.ajax-loader {
    position: absolute;
}

.page-request-a-quote .su-tabs {
    padding: 0px;
    border-radius: 0px;
    background: none;
}

.page-request-a-quote .su-tabs>span {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    background: #F1F0EB!important;
}

.page-request-a-quote .su-tabs .su-tabs-current {
    background: #ffe600!important;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.page-request-a-quote .input_field input[type="text"],
.page-request-a-quote .input_field input,
.page-request-a-quote .input_field input[type="date"],
.page-request-a-quote .input_field select,
.page-request-a-quote .input_field textarea {
    width: 100%!important;
    background: #f2f2f2!important;
    padding: 10px;
    border: none!important;
    border-radius: 0px!important;
    box-shadow: none!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333!important;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    height: auto!important;
}

.page-request-a-quote .dhvc-form-container .wpb_row {
    margin-bottom: 0px;
}

.page-request-a-quote form div {
    margin-bottom: .5em;
}

.page-request-a-quote form div span.dhvc-form-add-on {
    display: none;
}

.page-request-a-quote .input_field.field_currency input[type="text"],
.page-request-a-quote .input_field.field_currency select {
    width: 31%;
    background: #f2f2f2;
    padding: 10px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.page-request-a-quote .captcha_field input[type="text"] {
    width: 100%;
    background: #f2f2f2;
    padding: 10px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.page-request-a-quote .submit_field .btn_submit {
    font-family: 'Oswald', sans-serif;
    padding: 10px 26px 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background: url(../images/icn_arrow_right_w.png) #ed1c24 90% 15px no-repeat;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
}

.page-request-a-quote .dhvc-form-action {
    margin-top: 0;
}

.page-request-a-quote .dhvc-form-action .dhvc-form-submit {
    font-family: 'Oswald', sans-serif;
    padding: 10px 26px 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background: url(../images/icn_arrow_right_w.png) #ed1c24 90% 15px no-repeat;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
}

.page-request-a-quote .dhvc-form-action .dhvc-form-submit span {
    font-family: inherit;
    font-size: inherit;
    background: none;
}

.page-request-a-quote .dhvc-form-action .dhvc-form-submit:hover {
    background: url(../images/icn_arrow_right_w.png) #000 90% 15px no-repeat;
}

.page-request-a-quote .submit_field .btn_submit:hover {
    background: url(../images/icn_arrow_right_w.png) #000 90% 15px no-repeat;
}

.page-request-a-quote .submit_field img.ajax-loader {
    position: absolute;
}

.page-contact .section_contact_detail_box {
    margin: -0px 0 0 0!important;
}

.page-contact .section_contact_detail_box div {
    margin: 0 0 40px 0;
}

.page-contact .section_contact_detail_box div span {
    font-weight: 700;
    font-size: 16px;
    color: #ed1c24;
    margin: 0 0 5px 0;
    display: inline-block;
    vertical-align: top;
}

.page-contact .section_contact_detail_box div p {
    margin: 0px;
}

.page-contact .section_contact_detail_box div:nth-of-type(1) p:nth-of-type(1):after {
    content: url(../images/img_gray_line.jpg);
    display: block;
    margin: 10px 0;
}

.page-contact .section_contact_detail_box div a {
    color: #000;
}

.page-contact .section_contact_detail_box div a:hover {
    color: #ed1c24;
}

.page-contact #menu-social-media {}

.page-contact #menu-social-media li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
}

.page-contact #menu-social-media li a {
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
}

.page-contact #menu-social-media li.icn_yt a {
    width: 56px;
    height: 24px;
    background: url(../images/icn_yt_b.jpg) left top no-repeat;
}

.page-contact #menu-social-media li.icn_li a {
    width: 23px;
    height: 23px;
    background: url(../images/icn_li_b.jpg) left top no-repeat;
}

.page-contact #menu-social-media li.icn_gp a {
    width: 23px;
    height: 23px;
    background: url(../images/icn_gp_b.jpg) left top no-repeat;
}

.page-contact #menu-social-media li.icn_fb a {
    width: 14px;
    height: 24px;
    background: url(../images/icn_fb_b.jpg) left top no-repeat;
}

.page-contact #menu-social-media li.icn_yt a:hover {
    background: url(../images/icn_yt_b_hover.png) left top no-repeat;
}

.page-contact #menu-social-media li.icn_li a:hover {
    background: url(../images/icn_li_b_hover.png) left top no-repeat;
}

.page-contact #menu-social-media li.icn_gp a:hover {
    background: url(../images/icn_gp_b_hover.png) left top no-repeat;
}

.page-contact #menu-social-media li.icn_fb a:hover {
    background: url(../images/icn_fb_b_hover.png) left top no-repeat;
}

.parent-pageid-32 #wrapper,
.page-locations #wrapper {
    padding: 0px;
}

.parent-pageid-32 h1,
.page-locations h1 {
    padding: 40px 40px 0 40px;
}

.page-locations .prettyMapList,
.page-intranet .prettyMapList {
    padding: 0 40px 40px 40px;
}

.page-intranet .prettyMapList .su-spoiler {
    margin-bottom: 0;
}

.section_inside_search {
    padding: 20px 40px;
    background: #000;
    color: #fff;
    margin: 0 0 50px 0;
}

.section_inside_search .section_inside_search_field {
    position: relative;
    margin: 0px;
    padding: 0 2% 0 0;
    border-right: 1px solid #808080;
}

.section_inside_search .section_inside_search_field label {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.section_inside_search .section_inside_search_field input[type="text"] {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 10px 20px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.section_inside_search .section_inside_search_field input[type="submit"] {
    font-size: 0px;
    border: none;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 35px;
    bottom: 6px;
    background: url(../images/icn_search.png) left top no-repeat;
    width: 27px;
    height: 24px;
    padding: 0;
    border-radius: 0px;
    box-shadow: none;
}

.section_inside_search .section_inside_distance_field {}

.section_inside_search .section_inside_distance_field label {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.section_inside_search .section_inside_distance_field select {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 10px 20px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.page-template-intranet-page .rightmap #ListContainer {
    width: 100%;
    float: none;
}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .mapLocationDetail,
.page-template-intranet-page .prettyMapList#MapListPro0 .mapLocationDetail {
    display: block!important;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: #dfdfdf 1px solid;
    text-align: left;
}

.page-template-intranet-page .prettyMapList#MapListPro0 .mapLocationDetail {
    padding: 0;
    margin: 0;
}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .viewLocationDetail,
.page-template-intranet-page .prettyMapList#MapListPro0 .viewLocationDetail {
    display: none;
}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .corePrettyStyle.location,
.page-template-intranet-page .prettyMapList#MapListPro0 .corePrettyStyle.location {
    background: none;
    border-radius: 0px;
    text-shadow: none;
    border: none;
    color: inherit;
    box-shadow: none;
    padding: 0;
    list-style: none;
    cursor: auto;
}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .map:after,
.page-template-intranet-page .prettyMapList#MapListPro0 .map:after {
    background: none;
}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .address,
.page-template-intranet-page .prettyMapList#MapListPro0 .address {
    border: none;
}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .prettyListItems {
    width: 90%;
}

.page-template-intranet-page .prettyMapList#MapListPro0 .prettyListItems {
    width: 100%;
}

.page-template-intranet-page .prettyMapList .section_location_image {
    display: none;
}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .section_location_detail .section_location_image,
.page-template-intranet-page .prettyMapList#MapListPro0 .section_location_detail .section_location_image {}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .section_location_image img,
.page-template-intranet-page .prettyMapList#MapListPro0 .section_location_image img {
    margin-top: 0px;
}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .section_location_detail .section_location_title,
.page-template-intranet-page .prettyMapList#MapListPro0 .section_location_detail .section_location_title,
.page-template-full-width-page-php .mapDescription .su-spoiler-title,
.page-template-intranet-page .mapDescription .su-spoiler-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 25px 0;
}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .section_location_detail,
.page-template-intranet-page .prettyMapList#MapListPro0 .section_location_detail {
    line-height: 150%;
}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .section_location_detail p:empty,
.page-template-intranet-page .prettyMapList#MapListPro0 .section_location_detail p:empty{
	display:none;
}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .section_location_detail .section_location_title span,
.page-template-intranet-page .prettyMapList#MapListPro0 .section_location_detail .section_location_title span {
    color: #ed1c24;
}

.page-template-full-width-page-php .prettyMapList#MapListPro0 .section_location_detail .location_field_title,
.page-template-intranet-page .prettyMapList#MapListPro0 .section_location_detail .location_field_title .single-maplist .location_field_title {
    font-weight: 700;
    font-size: 15px;
    text-decoration: underline;
}

.page-template-full-width-page-php .mapHolder.cbp-af-header-shrink,
.page-template-intranet-page .mapHolder.cbp-af-header-shrink {
    position: fixed!important;
    top: 30px;
    left: 50%!important;
    max-width: 577px;
    float: none;
}

.page-template-full-width-page-php #map_box {
    position: relative;
    margin: auto;
}

.page-template-intranet-page #map_box,
.page-template-intranet-page a.viewLocationPage,
.page-template-full-width-page-php .location_store_contact {
    display: none;
}

.page-template-full-width-page-php .mapLocationDetail .viewLocationPage,
.page-template-intranet-page .mapLocationDetail .viewLocationPage {
    border-radius: 0px;
    text-shadow: none;
    border: none;
    font-family: 'Oswald', sans-serif;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 0 218px;
}

.page-template-intranet-page .mapLocationDetail .viewLocationPage {
    margin: 0;
}

.page-template-full-width-page-php .mapLocationDetail .viewLocationPage.bg_red,
.page-template-intranet-page .mapLocationDetail .viewLocationPage.bg_red {
    background: #ed1c24;
}

.page-template-full-width-page-php .mapLocationDetail .viewLocationPage.bg_red:hover,
.page-template-intranet-page .mapLocationDetail .viewLocationPage.bg_red:hover {
    background: #000;
    color: #fff;
}

.page-template-full-width-page-php .description .address,
.page-template-intranet-page .description .address {
    display: none;
}

.page-template-full-width-page-php .prettyMapList .float_left,
.page-template-intranet-page .prettyMapList .float_left {
    width: 100%;
}

.page-template-intranet-page .prettyMapList .featuredImage {
    display: none;
}

.page-template-intranet-page .mapDescription .section_location_image img {
    display: none;
}

.page-template-intranet-page .mapDescription .section_location_detail {
    width: 100%;
}

.page-template-full-width-page-php .mapDescription .su-spoiler-title,
.page-template-intranet-page .mapDescription .su-spoiler-title {
    color: #ed1c24;
    margin: 0;
}

.section_location_detail .su-spoiler .su-spoiler-content .section_title{
	font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
	display: block;
    margin: 0 0 20px 0;
}

.section_location_detail .su-spoiler .su-spoiler-content .section_title span{
	color: #000;
}

.page-template-full-width-page-php .mapDescription .brisbane .su-spoiler-title::before,
.page-template-intranet-page .mapDescription .brisbane .su-spoiler-title::before {
    content: 'Brisbane/ ';
    color: #000;
}

.page-template-full-width-page-php .mapDescription .gold-coast .su-spoiler-title::before,
.page-template-intranet-page .mapDescription .gold-coast .su-spoiler-title::before {
    content: 'Gold Coast/ ';
    color: #000;
}

.page-template-full-width-page-php .mapDescription .sunshine-coast .su-spoiler-title::before,
.page-template-intranet-page .mapDescription .sunshine-coast .su-spoiler-title::before {
    content: 'Sunshine Coast/ ';
    color: #000;
}

.page-template-full-width-page-php .mapDescription .mackay .su-spoiler-title::before,
.page-template-intranet-page .mapDescription .mackay .su-spoiler-title::before {
    content: 'Mackay/ ';
    color: #000;
}

.page-template-full-width-page-php .su-spoiler.su-spoiler-closed>.su-spoiler-content,
.page-template-full-width-page-php .su-spoiler.su-spoiler-closed>.su-spoiler-content {
    height: auto;
    opacity: 1;
}

.page-id-32 .su-spoiler>.su-spoiler-content {
    display: block !important;
}

.page-template-full-width-page-php .mapDescription .su-spoiler-icon {
    display: none;
}

.page-template-full-width-page-php .mapDescription .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 0;
	display:none;
}

.single-maplist #MapAddressContainer {
    display: none;
}

.single-maplist {}

.single-maplist #widgets {
    display: none;
}

.single-maplist #content.col-620 {
    width: 100%;
    margin-right: 0;
}

.single-maplist .post-meta {
    display: none;
}

.single-maplist .section_location_title {
    display: none;
}

.single-maplist #SingleMapLocation {
    margin-bottom: 30px;
}

.single-maplist .navigation {
    display: none;
}

.single-maplist .post-data {
    display: none;
}

.menu li.nav_mobile {
    display: none;
}

.page-faq .su-spoiler-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0;
    font-family: 'Oswald', sans-serif;
}

.page-faq .su-spoiler-content {
    font-size: 16px;
    color: #333;
}

.page-faq .su-spoiler-icon-plus .su-spoiler-icon:before {
    color: #db251c;
}

.page-blog .entry-utility {
    display: none;
}

.page-blog .read-more a {
    font-family: 'Oswald', sans-serif;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    background: #ed1c24;
    text-transform: uppercase;
    display: inline-block;
}

.page-blog .read-more a:hover {
    background: #000;
}

.single-post .post-meta {
    display: none;
}

.single-post .post-data {
    display: none;
}

.page-sitemap {}

.page-sitemap .page-list {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

.page-home .testimonial_rotator .slide {
    height: 145px;
}

.page-testimonials {}

.page-testimonials .testimonial_rotator_wrap {
    margin: 40px 0 0 0;
    padding: 0px;
}

.page-testimonials .testimonial_rotator.format-list .slide {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 2px #f7f7f7 solid;
}

.page-testimonials .testimonial_rotator.format-list .slide:last-of-type {
    border-bottom: none;
}

.page-testimonials .testimonial_rotator .testimonial_rotator_slide_title {
    display: none;
}

.page-blog .ivycat-post {
    margin: 0 0 80px 0;
}

.section_post_navi {}

.section_post_navi span,
.section_post_navi a {
    margin: 0 3px;
}

.single-post .navigation {
    display: none;
}

.single-maplist .contact_form .input_field input[type="text"],
.single-maplist .contact_form .input_field input[type="email"],
.single-maplist .contact_form .input_field select,
.single-maplist .contact_form .input_field textarea {
    width: 100%;
    max-width: 460px;
    background: #f2f2f2;
    padding: 10px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.single-maplist .contact_form ::-webkit-input-placeholder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.single-maplist .contact_form :-moz-placeholder {
    /* Firefox 18- */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.single-maplist .contact_form ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.single-maplist .contact_form :-ms-input-placeholder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.single-maplist .contact_form .captcha_field,
.single-maplist .contact_form .submit_field {
    width: 100%;
    max-width: 460px;
}

.single-maplist .contact_form .captcha_field input[type="text"] {
    width: 100%;
    max-width: 100px;
    background: #f2f2f2;
    padding: 10px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.single-maplist .contact_form .submit_field .btn_submit {
    font-family: 'Oswald', sans-serif;
    padding: 10px 26px 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background: url(../images/icn_arrow_right_w.png) #ed1c24 140px 15px no-repeat;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
}

.single-maplist .contact_form .submit_field .btn_submit:hover {
    background: url(../images/icn_arrow_right_w.png) #000 140px 15px no-repeat;
}

.single-maplist .contact_form .submit_field img.ajax-loader {
    position: absolute;
}

.page-faq .su-tabs {
    background: none;
    padding: 0;
    border-radius: 0px;
}

.page-faq .su-tabs .su-tabs-nav {
    border-bottom: #eeeeef 1px solid;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.page-faq .su-tabs-nav span {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    padding: 20px 30px 0px 0;
}

.page-faq .su-tabs-nav span.su-tabs-current {
    background: none;
    color: #db251c;
}

.page-faq .su-tabs-nav span:hover {
    background: none;
    color: #db251c;
}

.page-currency-exchange {}

.page-currency-exchange p.section_title,
.page-money-transfer p.section_title,
.page-travel-products p.section_title,
.page-about p.section_title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #db251c;
}

.page-currency-exchange .btn_see_more_detail,
.page-money-transfer .btn_see_more_detail,
.page-travel-products .btn_see_more_detail,
.page-about .btn_see_more_detail,
.btn {
    border-radius: 0px;
    text-shadow: none;
    border: none;
    font-family: 'Oswald', sans-serif;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 0 0px;
    background: #ed1c24;
}

body .prettyMapList .prettylink a.viewLocationPage {
    color: #fff!important;
	background: #ed1c24!important;
}

body .prettyMapList .prettylink a.viewLocationPage:hover {
    color: #fff!important;
	background: #000!important;
}


.btn:hover {
    color: #fff;
    text-decoration: underline;
}

.page-currency-exchange .section_landing_cash_passport p:nth-of-type(3) {}

body .su-tabs-pane {
    font-size: 16px;
}

.single-maplist #content .red-button {
    display: none;
}

.cls_scw_widget_unit {}

.cls_scw_widget_unit .scw-form-input,
.cls_scw_widget_unit select.scw-form-from,
.cls_scw_widget_unit select.scw-form-to {
    width: 100%!important;
    max-width: 272px;
    background: #f2f2f2;
    padding: 10px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0 0 20px 0;
}

.cls_scw_widget_unit select.scw-form-from {
    margin: 0 0 5px 0;
}

.cls_scw_widget_unit .scw-form-output {
    color: #ed1c24;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    width: 100%!important;
    max-width: 272px;
    background: #f2f2f2;
    padding: 10px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.simple-conversion-widgets .scw-middle .scw-middle-to {
    float: none;
}

.location_fb {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 30px;
    background: url(../images/icn_location_fb.png) left top no-repeat;
    background-size: 100%;
}

.location_gp {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 30px;
    background: url(../images/icn_location_gp.png) left top no-repeat;
    background-size: 100%;
}

#widgets .cls_scw_widget_unit {
    max-width: 272px;
}

#widgets .shortcodes-ultimate {
    max-width: 272px;
}

#widgets .shortcodes-ultimate .su-spoiler-style-simple {
    border: none;
}

#widgets .shortcodes-ultimate .su-spoiler-title {
    font-family: 'Oswald', sans-serif;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    background: #ed1c24;
}

#widgets .shortcodes-ultimate .su-spoiler-content {
    font-size: 12px;
    padding: 10px 0;
}

.search-results {}

.search-results .post-meta {
    display: none;
}

.su-divider a {
    font-size: 13px;
    font-weight: bold;
}

.prettyFileBar {
    display: none;
}

#ext-sms-widget {}

#ext-sms-widget h3 {
    display: none;
}

#ext-sms-widget .sms-form-row {
    margin: 0 0 20px 0;
}

#ext-sms-widget .sms-form-row .sms-form-label {
    font-size: 14px;
}

#ext-sms-widget .sms-form-row .sms-form-field input,
#ext-sms-widget .sms-form-row .sms-form-field textarea {
    width: 100%;
}

#widgets .textwidget a.btn_see_more_detail {
    border-radius: 0px;
    text-shadow: none;
    border: none;
    font-family: 'Oswald', sans-serif;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 0 0px;
    background: #ed1c24;
}

#widgets .textwidget a.btn_see_more_detail:hover {
    text-decoration: underline;
}


/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/



-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}


/*HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

button,
input,
select,
textarea {
    overflow: visible;
    width: auto;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    vertical-align: text-top;
}


/* =Horizontal Rule



-------------------------------------------------------------- */

hr {
    float: none;
    clear: both;
    width: 100%;
    height: 1px;
    border: none;
    color: #ddd;
    background: #ddd;
}

hr.space {
    color: #fff;
    background: #fff;
}


/* =Base



-------------------------------------------------------------- */

html {
    height: 100%;
}

body {
    color: #000;
    background: #eeeeef;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 150%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.opening_hour {
    padding: 0;
}

.opening_hour li {
    margin: 0 0 2px 0;
    display: block;
}

.opening_hour li span {
    width: 100px;
    /*color:#db251c;*/
    display: inline-block;
    font-weight: 700;
}

.opening_hour li i {
    font-style: normal;
    color: #db251c;
}


/* =Typography



-------------------------------------------------------------- */

p {
    word-wrap: break-word;
}

i,
em,
dfn,
cite {
    font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
    font-family: monospace, serif;
    font-style: normal;
}

b,
strong {
    font-weight: 700;
}

pre {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 6px 10px;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    white-space: pre-wrap;
    word-wrap: break-word;
}

del {
    color: #555;
    text-decoration: line-through;
}

ins,
dfn {
    border-bottom: 1px solid #ccc;
}

sup,
sub,
small {
    font-size: 85%;
}

abbr,
acronym {
    font-size: 85%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

a abbr,
a acronym {
    border: none;
}

dfn[title],
abbr[title],
acronym[title] {
    border-bottom: 1px solid #ccc;
    cursor: help;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}


/* =Responsive 12 Column Grid



    http://demos.cyberchimps.com/responsivepro/responsive-grid/



-------------------------------------------------------------- */

.grid {
    float: left;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}

.grid-right {
    float: right;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
    margin-right: 2.127659574468%;
}

.col-60 {
    width: 6.382978723404%;
}

.col-140 {
    width: 14.893617021277%;
}

.col-220 {
    width: 23.404255319149%;
}

.col-300 {
    width: 31.914893617021%;
}

.col-380 {
    width: 40.425531914894%;
}

.col-460 {
    width: 48.936170212766%;
}

.col-540 {
    width: 57.446808510638%;
}

.col-620 {
    width: 65.957446808511%;
}

.col-700 {
    width: 74.468085106383%;
}

.col-780 {
    width: 82.978723404255%;
}

.col-860 {
    width: 91.489361702128%;
}

.col-940 {
    width: 100%;
}

.fit {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/* =Visibility



-------------------------------------------------------------- */

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.none {
    display: none;
}

.hide-desktop {
    display: none;
}

.show-desktop {
    display: block;
}


/* =Responsive Images



-------------------------------------------------------------- */

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.ie8 img {
    width: auto\9;
    height: auto;
}

.ie8 img.size-large {
    width: auto;
    max-width: 60%;
}


/* =Responsive Videos



-------------------------------------------------------------- */

video {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* =Responsive Embeds/Objects



-------------------------------------------------------------- */

embed,
object {
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}


/* =Links



-------------------------------------------------------------- */

a {
    color: #db251c;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #db251c;
    text-decoration: underline;
}

::selection {
    color: #fff;
    background: #999;
    text-shadow: none;
}


/* =Forms



-------------------------------------------------------------- */

label {
    display: inline-block;
    padding: 2px 0;
    font-weight: 700;
}

legend {
    padding: 2px 5px;
}

fieldset {
    margin: 0 0 1.5em;
    padding: 1em 2em;
    border: 1px solid #ccc;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 6px 8px;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    cursor: text;
}

select {
    max-width: 100%;
    height: auto;
}

area,
textarea {
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

map area {
    padding: 0;
    border: 0;
}

input,
select {
    cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
    border: 1px solid #6cf;
}

input[type="text"],
input[type="password"] {
    cursor: text;
}


/* =IE Forms



-------------------------------------------------------------- */

.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
    width: 96%;
}


/* =IE6 Notice



-------------------------------------------------------------- */

.msie-box {
    display: block;
    position: absolute;
    top: 60px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #f0c36d;
    color: #212121;
    background-color: #f9edbe;
    text-align: center;
}

.msie-box a {
    color: #212121;
}


/* =Tables



-------------------------------------------------------------- */

th,
td,
table {
    border: 1px solid #ddd;
}

table {
    width: 100%;
    border-collapse: collapse;
}


/* =Lists



-------------------------------------------------------------- */

ul {
    margin: 0;
    padding: 0;
    list-style-type: disc;
}

ol {
    margin: 0;
    padding: 0;
    line-height: 22px;
    list-style-position: outside;
    list-style-type: decimal;
}

dt {
    font-weight: 400;
}


/* =Blockquote



-------------------------------------------------------------- */

blockquote {
    overflow: auto;
    margin: 20px;
    padding: 0 0 10px 12px;
    border: none;
    border-left: 4px solid #d6d6d6;
    background: #f9f9f9;
}

blockquote p {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
}


/* =Headings



-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Oswald', sans-serif;
    word-wrap: break-word;
    line-height: normal;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #000;
    margin: 0 0 20px 0;
}

.page-home h1 {
    margin: 0 0 30px 0;
}

h2 {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-size: 2.250em;
    /* = 36px */
}

h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ed1c24;
    margin: 0 0 30px 0;
}

h4 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.500em;
    /* = 24px */
}

h5 {
    margin-top: 1.125em;
    margin-bottom: 1.125em;
    font-size: 1.125em;
    /* = 18px */
}

h6 {
    margin-top: 1.285em;
    margin-bottom: 1.285em;
    font-size: 1.000em;
    /* = 16px */
}


/* =Margins & Paddings



-------------------------------------------------------------- */

hr,
dl,
pre,
table,
address,
blockquote {
    margin: 1.6em 0;
}

p {
    margin: 0 0 25px 0;
}

th,
td {
    padding: 0.8em;
}

caption {
    padding-bottom: 0.8em;
}

blockquote {
    padding: 0 1em;
}

blockquote:first-child {
    margin: 0.8em 0;
}

fieldset {
    margin: 1.6em 0;
    padding: 0 1em 1em;
}

legend {
    padding-right: 0.8em;
    padding-left: 0.8em;
}

legend+* {
    margin-top: 1em;
}

input,
textarea {
    padding: 0.3em 0.4em 0.15em;
}

select {
    padding: 0.1em 0.2em 0;
}

option {
    padding: 0 0.4em;
}

dt {
    margin-top: 0.8em;
    margin-bottom: 0.4em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul,
ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.2em;
}

ul li,
ol li {
    list-style: url(../images/icn_red_bulletpoint.jpg);
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #333;
}

li ul,
li ol {
    margin: 0;
}

form div {
    margin-bottom: 1em;
}


/* =Globals



-------------------------------------------------------------- */

#container {
    max-width: 1255px;
    margin: 0 auto;
    padding: 0 25px;
}

#wrapper {
    clear: both;
    position: relative;
    margin: 0px auto 0px auto;
    padding: 20px 40px;
    background-color: #fff;
    min-height: 590px;
}

.front-page #wrapper {
    margin: 20px auto 20px auto;
    padding: 0;
    border: none;
    background-color: transparent;
}

#header {
    margin: 0;
}

#footer {
    clear: both;
    max-width: 1255px;
    margin: 0 auto;
    padding: 0 25px 0 25px;
}

#footer-wrapper {
    margin: 0;
    padding: 0;
}


/* =Header



-------------------------------------------------------------- */

#logo {
    float: none;
    margin: 20px 0 0 0;
}

.site-name {
    display: block;
    padding-top: 20px;
    font-size: 2.063em;
    /* = 33px */
    line-height: 1.0em;
}

.site-name a {
    color: #333;
    font-weight: 700;
}

.site-description {
    display: block;
    margin: 10px 0;
    color: #afafaf;
    font-size: 0.875em;
    /* = 14px */
}


/* =Content



-------------------------------------------------------------- */

#content {
    margin-top: 0px;
    margin-bottom: 0px;
}

#content-full {
    margin-top: 0px;
    margin-bottom: 0px;
}

#content-blog {
    margin-top: 40px;
    margin-bottom: 20px;
}

#content-images {
    margin-bottom: 20px;
}

#content-search {
    margin-top: 20px;
    margin-bottom: 20px;
}

#content-archive {
    margin-top: 40px;
    margin-bottom: 20px;
}

#content-sitemap {
    margin-top: 40px;
    margin-bottom: 20px;
}

#content-sitemap a {
    font-size: 12px;
}

#content .sticky {
    clear: both;
}


/* =Templates (Landing Page)



-------------------------------------------------------------- */

.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
    display: none;
}


/* =Author Meta (Author's Box)



-------------------------------------------------------------- */

#author-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 30px 0 40px 0;
    padding: 10px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f9f9f9;
}

#author-meta img {
    float: left;
    padding: 10px 15px 0 5px;
}

#author-meta p {
    margin: 0;
    padding: 5px;
}

#author-meta .about-author {
    margin: 10px 0 0 0;
    font-weight: 700;
}


/* =Featured Content



-------------------------------------------------------------- */

#featured {
    width: 99.893617021277%;
    padding-bottom: 40px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

#featured p {
    padding: 0 40px 0 40px;
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    text-align: center;
}

#featured-image {
    margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
    margin-left: -20px;
}

.featured-image img {
    margin-top: 44px;
}


/* =Post



-------------------------------------------------------------- */

.comments-link {
    font-size: 12px;
}

#cancel-comment-reply-link {
    color: #900;
}

.post-data {
    clear: both;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 700;
}

.post-data a {
    color: #111;
}

.post-entry {
    clear: both;
}

.post-meta {
    clear: both;
    margin-bottom: 10px;
    color: #9f9f9f;
    font-size: 12px;
}

.post-edit {
    display: block;
    clear: both;
    margin: 1.5em 0;
    font-size: 12px;
}

.post-search-terms {
    clear: both;
}

.read-more {
    clear: both;
    font-weight: 700;
}

.attachment-entry {
    clear: both;
    text-align: center;
}


/* =bbPress



    bbPress has its own breadcrumb lists



-------------------------------------------------------------- */

.bbpress .breadcrumb-list,
.bbpress .post-meta {
    display: none;
}


/* =Symbols



-------------------------------------------------------------- */

.ellipsis {
    margin-left: 5px;
    color: #aaa;
    font-size: 18px;
}

.form-allowed-tags {
    display: none;
    font-size: 10px;
}


/* =Widgets



-------------------------------------------------------------- */

.widget-wrapper {
    margin: 0 auto 25px auto;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper input[type="email"] {
    width: 75%;
}

#widgets {
    margin-top: 0px;
}

#widgets a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#widgets form {
    margin: 0;
}

#widgets ul,
#widgets ol {
    padding: 0 0 0 20px;
}

#widgets ul li a {
    display: inline;
    text-decoration: none;
    color: #000
}

#widgets .widget-title img {
    float: right;
    position: relative;
    top: 4px;
    width: 11px;
    height: 11px;
}

#widgets .rss-date {
    padding: 6px 12px;
    line-height: 18px;
}

#widgets .rssSummary {
    padding: 10px;
}

#widgets cite {
    padding: 6px 12px;
    font-style: normal;
    line-height: 18px;
}

#widgets .tagcloud,
#widgets .textwidget {
    display: block;
    margin: 0;
    line-height: 1.5em;
    word-wrap: break-word;
}

#widgets .textwidget a {
    display: inline;
}

#widgets ul .children {
    padding: 0 0 0 10px;
}

#widgets .author {
    padding-top: 4px;
    font-weight: 700;
}

.widget_archive select,
#cat {
    display: block;
    margin: 0 15px 0 0;
}

.colophon-widget {
    min-height: 0;
    background: none;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
    width: 100%;
}

.top-widget {
    float: right;
    clear: right;
    width: 45%;
    min-height: 0;
    padding: 0 3px 0 0;
    border: none;
    background: none;
    text-align: right;
}

.top-widget ul {
    padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
    width: auto;
}

.top-widget #searchform {
    margin: 0;
}


/* =Titles



-------------------------------------------------------------- */

.featured-title {
    margin: 0;
    padding-top: 40px;
    font-size: 60px;
    text-align: center;
    letter-spacing: -1px;
}

.featured-subtitle {
    padding: 0 10px;
    text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    color: #000;
}

.top-widget .widget-title h3 {
    padding: 0;
    font-size: 14px;
    text-align: right;
}

.widget-title a {
    padding: 0 !important;
    border-bottom: none;
}

.title-404 {
    color: #933;
}


/* =404 Page



-------------------------------------------------------------- */

.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
    width: auto;
}


/* =Accessibility



-------------------------------------------------------------- */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}


/* =Skip Links



-------------------------------------------------------------- */

.skip-container {
    display: block;
    position: relative;
    padding: 0.5em 0.5em 0.5em 0;
}

.skip-link {
    float: right;
    margin-left: -100%;
    padding: 0.5em;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5;
    font-size: 0.8125em;
    text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
    border: 1px solid #666;
}

.custom-background .site {
    margin: 0 auto;
    -webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
    -moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
    box-shadow: 0 -5px 5px 4px #d5d5d5;
}


/* =Top Menu



-------------------------------------------------------------- */

.top-menu {
    float: right;
    margin: 10px 0;
    padding: 0;
}

.top-menu li {
    display: inline;
    list-style-type: none;
}

.top-menu li a {
    padding: 0 4px 0 8px;
    border-left: 1px solid #ccc;
    color: #333;
    font-size: 11px;
}

.top-menu>li:first-child>a {
    border-left: none;
}

.top-menu li a:hover {
    color: #333;
}


/* =Header Menu (Primary)



-------------------------------------------------------------- */

.menu {
    clear: both;
    margin: 0 auto;
    /*background-color: #585858;



	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));



	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);



	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);



	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);



	background-image: -o-linear-gradient(top, #585858, #3d3d3d);



	background-image: linear-gradient(top, #585858, #3d3d3d);



	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);*/
}

.main-nav {
    clear: both;
}

.menu,
.menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
    border: 0;
}

.menu li:hover {
    z-index: 10000;
    white-space: normal;
}

.menu li li {
    float: none;
}

.menu ul {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.menu li:hover>ul {
    visibility: visible;
    top: 100%;
}

.menu li li:hover>ul {
    top: 0;
    left: 100%;
}

.menu:after,
.menu ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: ".";
}

.menu,
.menu ul {
    min-height: 0;
}

.menu ul,
.menu ul ul {
    margin: 0;
    padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
    color: #484848;
    text-decoration: none;
}

.menu ul {
    width: auto;
    min-width: 12em;
    margin-top: 1px;
}

.menu a {
    display: block;
    position: relative;
    margin: 0;
    padding: 50px 12px 25px 12px;
    color: #000;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
}

.menu>li:nth-of-type(1)>a {
    padding-left: 0px;
}

.menu li.btn_request_quote>a {
    background: #db251c;
    color: #fff;
    position: relative;
}

.menu li.btn_request_quote>a:hover {
    background: #000;
    color: #fff;
}

.menu a:hover {
    background: url(../images/img_arrow_up_w.jpg) bottom center no-repeat;
    /*background-color: #808080;



	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));



	background-image: -webkit-linear-gradient(top, #808080, #363636);



	background-image: -moz-linear-gradient(top, #808080, #363636);



	background-image: -ms-linear-gradient(top, #808080, #363636);



	background-image: -o-linear-gradient(top, #808080, #363636);



	background-image: linear-gradient(top, #808080, #363636);



	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);*/
}

.menu .current_page_item>a,
.menu .current-menu-item>a {
    color: #db251c;
}

.front-page .menu .current_page_item a {
    background: none;
    background-color: transparent;
    background-image: none;
    filter: none;
}

.menu li li {
    width: auto;
    margin: -1px 0 1px 0;
    border: none;
    color: #444;
    background: #ffe600;
    background-image: none;
    filter: none;
    display: block;
    text-align: left;
}

.menu li li a {
    height: auto;
    padding: 10px 15px;
    border: none;
    color: #000;
    background: transparent !important;
    text-shadow: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
}

.menu li li a:hover {
    border: none;
    color: #000;
    background: #fff !important;
    background-image: none;
    filter: none;
}

.menu li li:hover {
    background: #f5f5f5 !important;
    filter: none;
}

.menu ul>li+li {
    border-top: 0;
}

.menu li li:hover>ul {
    top: 0;
    left: 100%;
}

.menu>li:first-child>a {
    border-left: none;
}

.menu a#responsive_menu_button {
    display: none;
}

.main-nav #responsive_current_menu_item {
    display: none;
}


/*.js .main-nav .menu {*/


/*display: block;*/


/*}*/


/* =Primary Main Menu IE Fixes



-------------------------------------------------------------- */

.ie7 .menu ul {
    background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
    min-width: 100%;
}


/* =Sub-Header Menu



-------------------------------------------------------------- */

.sub-header-menu {
    clear: both;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-top: none;
    background-color: #fff;
}

.sub-header-menu,
.sub-header-menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub-header-menu li {
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
    border: 0;
}

.sub-header-menu li:hover {
    z-index: 10000;
    white-space: normal;
}

.sub-header-menu li li {
    float: none;
}

.sub-header-menu ul {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.sub-header-menu li:hover>ul {
    visibility: visible;
    top: 100%;
}

.sub-header-menu li li:hover>ul {
    top: 0;
    left: 100%;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: ".";
}

.sub-header-menu,
.sub-header-menu ul {
    min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
    margin: 0;
    padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
    color: #484848;
    text-decoration: none;
}

.sub-header-menu ul {
    width: auto;
    min-width: 15em;
    margin-top: 1px;
}

.sub-header-menu a {
    display: block;
    position: relative;
    height: 35px;
    margin: 0;
    padding: 0 0.9em;
    border-left: 1px solid #e5e5e5;
    color: #333;
    text-shadow: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
}

.sub-header-menu a:hover {
    background-color: #f9f9f9;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
    background-color: #f9f9f9;
}

.sub-header-menu li li {
    width: auto;
    margin: -1px 0 1px 0;
    border: 1px solid #e5e5e5;
    color: #444;
    background: #fff;
    background-image: none;
    filter: none;
}

.sub-header-menu li li a {
    height: auto;
    height: 20px;
    padding: 5px 10px;
    border: none;
    color: #444;
    text-shadow: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
}

.sub-header-menu li li a:hover {
    border: none;
    color: #444;
    background: #f9f9f9;
    background-image: none;
    filter: none;
}

.sub-header-menu ul>li+li {
    border-top: 0;
}

.sub-header-menu li li:hover>ul {
    top: 0;
    left: 100%;
}

.sub-header-menu>li:first-child>a {
    border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
    background: none;
    background-image: none;
    filter: none;
}


/* =Sub Header Menu IE Fixes



-------------------------------------------------------------- */

.ie7 .sub-header-menu ul {
    background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
    min-width: 100%;
}


/* =Footer Menu



-------------------------------------------------------------- */

.footer-menu {
    margin-left: 0;
    padding: 0;
    margin: 0px;
}

.footer-menu li {
    display: inline;
    list-style-type: none;
}

.footer-menu li a {
    padding: 0 15px;
    color: #fff;
}

.footer-menu li a:hover {
    color: #db251c;
}

.footer-menu>li:first-child>a {
    padding: 0 15px 0 0;
    border-left: none;
}


/* =Navigation



-------------------------------------------------------------- */

.navigation {
    display: block;
    height: 28px;
    margin: 20px 0;
    padding: 0 5px;
    color: #111;
    font-size: 13px;
    line-height: 28px;
}

.navigation a {
    padding: 4px 10px;
    color: #aaa;
}

.navigation a:hover {
    color: #111;
    text-decoration: none;
}

.navigation .previous {
    float: left;
}

.navigation .next {
    float: right;
}

.navigation .bracket {
    font-size: 36px;
}


/* =Pagination (pages)



-------------------------------------------------------------- */

.pagination {
    display: block;
    clear: both;
    margin: 10px 0;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 700;
}

.pagination a {
    text-decoration: none;
}


/* =Breadcrumb Lists



-------------------------------------------------------------- */

.breadcrumb-list {
    font-size: 12px;
}


/* =Comments



-------------------------------------------------------------- */

#commentform {
    margin: 0;
}

.commentlist {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist li {
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.commentlist li cite {
    color: #111;
    font-size: 1.1em;
    font-weight: 400;
    font-style: normal;
}

.commentlist li.alt {
    background: #f9f9f9;
}

.commentlist .children {
    margin-left: 10px;
    padding: 10px;
    list-style: none;
}

.commentlist .avatar {
    float: left;
    margin-right: 10px;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
}

.comment-author .says {
    color: #999;
}

.comment-body .comment-meta {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #999;
    text-align: left;
}

.comment-body .comment-meta a {
    font-size: 11px;
}

.comment-body {
    clear: both;
    padding: 10px;
}

.comment-body p {
    clear: both;
}

.pingback,
.trackback {
    margin: 20px 0;
    list-style: none;
}

.pingback cite,
.trackback cite {
    font-style: normal;
}

#pings,
#comments {
    text-align: left;
}

#respond {
    clear: both;
    margin-top: 15px;
    padding: 10px 20px 50px;
    border: 1px solid #ccc;
    border-bottom-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fff, #eaeaea);
    background-image: -moz-linear-gradient(top, #fff, #eaeaea);
    background-image: -ms-linear-gradient(top, #fff, #eaeaea);
    background-image: -o-linear-gradient(top, #fff, #eaeaea);
    background-image: linear-gradient(top, #fff, #eaeaea);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
}

#respond label {
    display: inline;
}

.reply {
    margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
    display: block;
    width: 100%;
}

.nocomments {
    color: #999;
    font-size: 0.9em;
    text-align: center;
}


/* =Gallery



-------------------------------------------------------------- */


/* Normal */

.gallery-columns-1 .gallery-item {
    max-width: 600px;
}

.gallery-columns-2 .gallery-item {
    max-width: 300px;
}

.gallery-columns-3 .gallery-item {
    max-width: 200px;
}

.gallery-columns-4 .gallery-item {
    max-width: 150px;
}

.gallery-columns-5 .gallery-item {
    max-width: 120px;
}

.gallery-columns-6 .gallery-item {
    max-width: 100px;
}

.gallery-columns-7 .gallery-item {
    max-width: 85px;
}

.gallery-columns-8 .gallery-item {
    max-width: 75px;
}

.gallery-columns-9 .gallery-item {
    max-width: 66px;
}


/* Full Width */

.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
    max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
    max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
    max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
    max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
    max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
    max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
    max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
    max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
    max-width: 100px;
}


/* =WordPress Core



-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    max-width: 96%;
    padding: 13px 10px 10px 10px;
    border: 1px solid #f0f0f0;
    background: #f9f9f9;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5em;
}

img.wp-smiley {
    vertical-align: middle;
}

.bypostauthor {}


/* =WordPress Gallery



-------------------------------------------------------------- */

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    max-width: 155px;
    margin-top: 0;
    text-align: center;
}

.gallery img {
    border: 1px solid #ddd;
}

.gallery .gallery-caption {
    margin: 0 0 12px;
    font-size: 12px;
}

.gallery dl {
    margin: 0;
}

.gallery br+br {
    display: none;
}

.attachment-gallery img {
    display: block;
    width: auto;
    max-width: 96%;
    height: auto;
    margin: 15px auto;
    padding: 5px;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
    display: block;
}


/* =Post Thumbnails



-------------------------------------------------------------- */

img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
    display: block;
    width: auto;
    margin: 15px auto;
}


/* =Buttons



-------------------------------------------------------------- */

a.button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    background-color: #f9f9f9;
    /* Alabaster */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}

a.button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    border: 1px solid #ddd;
    color: #333;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
    background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
    background-image: -o-linear-gradient(top, #fff, #f1f1f1);
    background-image: linear-gradient(top, #fff, #f1f1f1);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}

a.button:active,
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}


/* =Buttons (Call to Action)



-------------------------------------------------------------- */

.call-to-action {
    text-align: center;
}

.call-to-action a.button {
    padding: 15px 35px;
    font-size: 24px;
}

.call-to-action a.button:hover {
    text-decoration: none;
}

.ie7 .call-to-action a.button {
    padding: 11px 35px 19px 35px;
}


/* =Buttons (Sizes)



-------------------------------------------------------------- */

.small a.button {
    padding: 3px 6px;
    font-size: 10px;
}

.medium a.button {
    padding: 8px 16px;
    font-size: 16px;
}

.large a.button {
    padding: 10px 35px;
    font-size: 18px;
}

.xlarge a.button {
    padding: 12px 55px;
    font-size: 24px;
}


/* =Buttons (Colors)



-------------------------------------------------------------- */

a.blue {
    border: 1px solid #115290;
    color: #fff;
    background-color: #1874cd;
    /* Dodger Blue */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
    background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
    background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
    background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
    background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
    background-image: linear-gradient(top, #4f9eea, #1874cd);
    text-shadow: 0 -1px 0 #115290;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
}

a.blue:hover {
    border: 1px solid #115290;
    color: #fff;
    background-color: #7db7f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
    background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
    background-image: linear-gradient(top, #7db7f0, #1874cd);
    text-shadow: 0 -1px 0 #115290;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
}

a.red {
    border: 1px solid #890000;
    color: #fff;
    background-color: #cd0000;
    /* Red 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
    background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
    background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
    background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
    background-image: -o-linear-gradient(top, #ff2323, #cd0000);
    background-image: linear-gradient(top, #ff2323, #cd0000);
    text-shadow: 0 -1px 0 #890000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
}

a.red:hover {
    border: 1px solid #890000;
    color: #fff;
    background-color: #ff5656;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
    background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
    background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
    background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
    background-image: -o-linear-gradient(top, #ff5656, #cd0000);
    background-image: linear-gradient(top, #ff5656, #cd0000);
    text-shadow: 0 -1px 0 #890000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
}

a.orange {
    border: 1px solid #bb5d00;
    color: #fff;
    background-color: #ff7f00;
    /* Dark Orange 1 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fa5), to(#ff7f00));
    background-image: -webkit-linear-gradient(top, #fa5, #ff7f00);
    background-image: -moz-linear-gradient(top, #fa5, #ff7f00);
    background-image: -ms-linear-gradient(top, #fa5, #ff7f00);
    background-image: -o-linear-gradient(top, #fa5, #ff7f00);
    background-image: linear-gradient(top, #fa5, #ff7f00);
    text-shadow: 0 -1px 0 #bb5d00;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
}

a.orange:hover {
    border: 1px solid #bb5d00;
    color: #fff;
    background-color: #ffc388;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
    background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
    background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
    background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
    background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
    background-image: linear-gradient(top, #ffc388, #ff7f00);
    text-shadow: 0 -1px 0 #bb5d00;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
}

a.yellow {
    border: 1px solid #bb9e00;
    color: #161300;
    background-color: #ecca06;
    /* Yellow Gold */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
    background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
    background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
    background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
    background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
    background-image: linear-gradient(top, #fff2aa, #ffd700);
    text-shadow: 0 1px 0 #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
}

a.yellow:hover {
    border: 1px solid #bb9e00;
    color: #161300;
    background-color: #fffadd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
    background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
    background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
    background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
    background-image: -o-linear-gradient(top, #fffadd, #ffd700);
    background-image: linear-gradient(top, #fffadd, #ffd700);
    text-shadow: 0 1px 0 #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
}

a.green {
    border: 1px solid #1d5837;
    color: #fff;
    background-color: #2e8b57;
    /* Sea Green 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
    background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
    background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
    background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
    background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
    background-image: linear-gradient(top, #4bc380, #2e8b57);
    text-shadow: 0 -1px 0 #1d5837;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
}

a.green:hover {
    border: 1px solid #1d5837;
    color: #fff;
    background-color: #71d09b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
    background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
    background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
    background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
    background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
    background-image: linear-gradient(top, #71d09b, #2e8b57);
    text-shadow: 0 -1px 0 #1d5837;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
}

a.olive {
    border: 1px solid #626862;
    color: #fff;
    background-color: #838b83;
    /* Honey Dew 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
    background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
    background-image: -moz-linear-gradient(top, #afb4af, #838b83);
    background-image: -ms-linear-gradient(top, #afb4af, #838b83);
    background-image: -o-linear-gradient(top, #afb4af, #838b83);
    background-image: linear-gradient(top, #afb4af, #838b83);
    text-shadow: 0 -1px 0 #626862;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
}

a.olive:hover {
    border: 1px solid #626862;
    color: #fff;
    background-color: #c9cdc9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
    background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
    background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
    background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
    background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
    background-image: linear-gradient(top, #c9cdc9, #838b83);
    text-shadow: 0 -1px 0 #626862;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
}

a.purple {
    border: 1px solid #3f305e;
    color: #fff;
    background-color: #5d478b;
    /* Medium Purple 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
    background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
    background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
    background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
    background-image: -o-linear-gradient(top, #8771b6, #5d478b);
    background-image: linear-gradient(top, #8771b6, #5d478b);
    text-shadow: 0 -1px 0 #3f305e;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
}

a.purple:hover {
    border: 1px solid #3f305e;
    color: #fff;
    background-color: #a492c8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
    background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
    background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
    background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
    background-image: -o-linear-gradient(top, #a492c8, #5d478b);
    background-image: linear-gradient(top, #a492c8, #5d478b);
    text-shadow: 0 -1px 0 #3f305e;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
}

a.pink {
    border: 1px solid #8e0b52;
    color: #fff;
    background-color: #cd1076;
    /* Deep Pink 3 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
    background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
    background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
    background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
    background-image: -o-linear-gradient(top, #f042a0, #cd1076);
    background-image: linear-gradient(top, #f042a0, #cd1076);
    text-shadow: 0 -1px 0 #8e0b52;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
}

a.pink:hover {
    border: 1px solid #8e0b52;
    color: #fff;
    background-color: #f471b8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
    background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
    background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
    background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
    background-image: -o-linear-gradient(top, #f471b8, #cd1076);
    background-image: linear-gradient(top, #f471b8, #cd1076);
    text-shadow: 0 -1px 0 #8e0b52;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
}

a.brick {
    border: 1px solid #791717;
    color: #fff;
    background-color: #b22222;
    /* Fire Brick */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
    background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
    background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
    background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
    background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
    background-image: linear-gradient(top, #dd4c4c, #b22222);
    text-shadow: 0 -1px 0 #791717;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
}

a.brick:hover {
    border: 1px solid #791717;
    color: #fff;
    background-color: #e57777;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
    background-image: -webkit-linear-gradient(top, #e57777, #b22222);
    background-image: -moz-linear-gradient(top, #e57777, #b22222);
    background-image: -ms-linear-gradient(top, #e57777, #b22222);
    background-image: -o-linear-gradient(top, #e57777, #b22222);
    background-image: linear-gradient(top, #e57777, #b22222);
    text-shadow: 0 -1px 0 #791717;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
}

a.gold {
    border: 1px solid #6b4e06;
    color: #fff;
    background-color: #8b6508;
    /* Dark Golden Rod 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
    background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
    background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
    background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
    background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
    background-image: linear-gradient(top, #db9f0d, #8b6508);
    text-shadow: 0 -1px 0 #6b4e06;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
}

a.gold:hover {
    border: 1px solid #6b4e06;
    color: #fff;
    background-color: #f3b828;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
    background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
    background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
    background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
    background-image: -o-linear-gradient(top, #f3b828, #8b6508);
    background-image: linear-gradient(top, #f3b828, #8b6508);
    text-shadow: 0 -1px 0 #6b4e06;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
}

a.brown {
    border: 1px solid #4f270b;
    color: #fff;
    background-color: #8b4513;
    /* Saddle Brown */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
    background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
    background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
    background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
    background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
    background-image: linear-gradient(top, #d66a1d, #8b4513);
    text-shadow: 0 -1px 0 #4f270b;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
}

a.brown:hover {
    border: 1px solid #4f270b;
    color: #fff;
    background-color: #8b4513;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
    background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
    background-image: -moz-linear-gradient(top, #e58541, #8b4513);
    background-image: -ms-linear-gradient(top, #e58541, #8b4513);
    background-image: -o-linear-gradient(top, #e58541, #8b4513);
    background-image: linear-gradient(top, #e58541, #8b4513);
    text-shadow: 0 -1px 0 #4f270b;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
}

a.silver {
    border: 1px solid #9e9e9e;
    color: #444;
    background-color: #c0c0c0;
    /* Silver */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
    background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: linear-gradient(top, #eaeaea, #c0c0c0);
    text-shadow: 0 1px 0 #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
}

a.silver:hover {
    border: 1px solid #9e9e9e;
    color: #444;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0));
    background-image: -webkit-linear-gradient(top, #fff, #c0c0c0);
    background-image: -moz-linear-gradient(top, #fff, #c0c0c0);
    background-image: -ms-linear-gradient(top, #fff, #c0c0c0);
    background-image: -o-linear-gradient(top, #fff, #c0c0c0);
    background-image: linear-gradient(top, #fff, #c0c0c0);
    text-shadow: 0 1px 0 #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
}

a.gray {
    border: 1px solid #474747;
    color: #fff;
    background-color: #696969;
    /* Dim Gray */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
    background-image: -webkit-linear-gradient(top, #939393, #696969);
    background-image: -moz-linear-gradient(top, #939393, #696969);
    background-image: -ms-linear-gradient(top, #939393, #696969);
    background-image: -o-linear-gradient(top, #939393, #696969);
    background-image: linear-gradient(top, #939393, #696969);
    text-shadow: 0 -1px 0 #474747;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
}

a.gray:hover {
    border: 1px solid #474747;
    color: #fff;
    background-color: #adadad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
    background-image: -webkit-linear-gradient(top, #adadad, #696969);
    background-image: -moz-linear-gradient(top, #adadad, #696969);
    background-image: -ms-linear-gradient(top, #adadad, #696969);
    background-image: -o-linear-gradient(top, #adadad, #696969);
    background-image: linear-gradient(top, #adadad, #696969);
    text-shadow: 0 -1px 0 #474747;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
}

a.black {
    border: 1px solid #000;
    color: #fff;
    background-color: #080808;
    /* Black */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
    background-image: -webkit-linear-gradient(top, #323232, #080808);
    background-image: -moz-linear-gradient(top, #323232, #080808);
    background-image: -ms-linear-gradient(top, #323232, #080808);
    background-image: -o-linear-gradient(top, #323232, #080808);
    background-image: linear-gradient(top, #323232, #080808);
    text-shadow: 0 -1px 0 #000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
}

a.black:hover {
    border: 1px solid #000;
    color: #fff;
    background-color: #4c4c4c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
    background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
    background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
    background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
    background-image: -o-linear-gradient(top, #4c4c4c, #080808);
    background-image: linear-gradient(top, #4c4c4c, #080808);
    text-shadow: 0 -1px 0 #000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
}


/* =Info Boxes



-------------------------------------------------------------- */

.info-box {
    display: block;
    margin: 20px 0;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
}

.alert {
    border: 1px solid #dc7070;
    color: #212121;
    background-color: #faebeb;
}

.address {
    border: 1px solid #cdc9a5;
    color: #212121;
    background-color: #f6f5ef;
}

.notice {
    border: 1px solid #e3cf57;
    color: #212121;
    background-color: #fbf9e9;
}

.success {
    border: 1px solid #a2bc13;
    color: #212121;
    background-color: #f9fde8;
}

.download {
    border: 1px solid #ff9912;
    color: #212121;
    background-color: #fff4e5;
}

.information {
    border: 1px solid #6ca6cd;
    color: #212121;
    background-color: #eef3f6;
}

.required {
    color: #d5243f;
}


/* =WooCommerce



-------------------------------------------------------------- */

#breadcrumb {
    padding: 40px 0 0 0;
}

#breadcrumb a {
    color: #06c;
    font-size: 12px;
    font-weight: 400;
}

#breadcrumb a:hover {
    color: #444;
    text-decoration: none;
}

#content-woocommerce {
    margin-top: 40px;
    margin-bottom: 20px;
}

.products ul,
ul.products {
    margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
    width: 100%;
}

table.shop_table {
    table-layout: fixed;
    word-break: break-all;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

@media screen and (max-width:767px) {
    table.shop_table {
        font-size: 10px;
    }
}

@media screen and (max-width:400px) {
    table.shop_table {
        font-size: 8px;
    }
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
    cursor: text;
}


/* =WPML



-------------------------------------------------------------- */

.icl_languages_selector {
    float: right;
    text-align: left;
}

.rtl .icl_languages_selector {
    float: left;
    text-align: right;
}

@media screen and (max-width: 650px) {
    .icl_languages_selector,
    .rtl .icl_languages_selector {
        float: none;
    }
}


/* =Polylang



-------------------------------------------------------------- */

.widget_polylang li {
    display: inline;
    list-style-type: none;
}


/* =Footer



-------------------------------------------------------------- */

#footer {
    font-size: 14px;
    color: #fff;
}

#footer a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

#footer a:hover {
    color: #ffe600;
}

#footer-wrapper .grid.col-940 {
    margin: 0;
}

.scroll-top {
    text-align: center;
}

.copyright {
    text-align: left;
}

.powered {
    text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
    margin-right: 0;
}


/* =Social Icons



-------------------------------------------------------------- */

#footer .social-icons {
    margin: 0;
    padding: 0;
    line-height: normal;
    text-align: right;
    list-style: none;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
    display: inline;
    margin: 1px;
    padding-left: 3px;
}


/* =Alignments Extras



-------------------------------------------------------------- */

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}


/* =Clearfix



-------------------------------------------------------------- */

.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
    display: table;
    content: " ";
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
    clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
    zoom: 1;
}

.clear {
    clear: both;
}


/* =Begin bidirectionality settings (do not change)



-------------------------------------------------------------- */

bdo[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override;
}

bdo[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override;
}

[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}

[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}


/* =Media Print



    If you're working on a Child Theme, make sure that all



	media queries are included in your style.css



-------------------------------------------------------------- */

@media print {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }
    ul,
    ol,
    dl {
        page-break-before: avoid;
    }
}


/*	Retina (HiDPI) Display



    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html



-------------------------------------------------------------- */

@media only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    body {}
}


/*The last 29 days of the month are the hardest."- Nikola Tesla*/


/*Cam*/

.page-request-a-quote .su-tabs span {
    width: 49%;
    width: calc(50% - 3px);
}

#id1a5756 .hifx-outer {
    width: 100% !important;
}

#id1a5756 .hifx-heading {
    color: #ffe600 !important;
    font-weight: bold !important;
}

.page-request-a-quote .su-tabs span.external_link{
}

.page-request-a-quote .su-tabs span.external_link:after{
	font-family: 'FontAwesome';
	content: "\f08e";
	margin-left:5px;
}


.single-maplist #SingleMapLocation {
    width: 49%;
    float: right;
    box-sizing: border-box;
}

.prettyMapList .maplist_featuredimage {
    width: 49%;
    box-sizing: border-box;
}

.page-template-full-width-page-php .prettyMapList .featuredImage {
    display: none;
}

.page-blog .ivycat-post {
    margin-bottom: 30px !important;
}

.hentry h2.entry-title {
    padding-left: 20px;
    position: relative;
}

.hentry h2.entry-title:before {
    content: "+";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
}

.hentry h2.entry-title.open:before {
    content: "-";
}

.hentry div.entry-summary {
    display: none;
}

@media all and (max-width: 800px) {
    .single-maplist #SingleMapLocation {
        width: 100%;
        float: none;
    }
    .prettyMapList .maplist_featuredimage {
        width: 100%;
        float: none;
    }
}

p.sms-intro {
    display: none;
}

.dhvc-form-group span.dhvc-form-add-on {
    display: none;
}


/*****Steve 22052015 *****/

.page-blog .hentry h2.entry-title {
    padding-left: 20px;
    position: relative;
    font-size: 25px;
}

.page-korean h1.post-title {
    display: none;
}


/****Steve 11082015*****/

.section_mobile_menu {
    display: none;
}


/****Sally 11122015*****/

.su-custom-gallery-slide img {
    border: 0!important;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
}

.black_bg {
    background: #000000;
}

.red_bg {
    color: #fff;
    background: #db251c;
}

img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
    margin: 0;
}

.read-more {
    clear: none;
}

#the_week_ahead,
#the_week_ahead p {
    color: #fff;
}

#the_week_ahead .su-posts {
    background: #000;
}

#the_week_ahead .black_bg {
    padding: 30px;
}

#announcements {
    padding: 50px;
}

#store_contact_details {
    margin-top: 30px;
}

.white {
    color: #fff;
}

#the_week_ahead .su-posts-single-post .su-post {
    margin-bottom: 0;
}

#the_week_ahead img {
    margin-right: 30px;
}

#the_week_ahead h3 {
    color: #fff;
    text-transform: uppercase;
}

#the_week_ahead .read-more a {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px;
}

.su-tabs,
.su-tabs-nav span {
    background: #fff!important;
}

.su-tabs-panes {
    border: 2px solid #eee;
}

.su-tabs-vertical .su-tabs-nav span {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #ED1C24;
}

.su-tabs-vertical .su-tabs-nav span::before {
    content: 'BRISBANE/ ';
    color: #6C6A6B;
    background: transparent url(../images/icn_red_bulletpoint.jpg) no-repeat center left;
    padding-left: 15px;
}

.su-tabs-vertical .su-tabs-nav span:nth-child(5)::before,
.su-tabs-vertical .su-tabs-nav span:nth-child(6)::before,
.su-tabs-vertical .su-tabs-nav span:nth-child(7)::before,
.su-tabs-vertical .su-tabs-nav span:nth-child(8)::before,
.su-tabs-vertical .su-tabs-nav span:nth-child(9)::before,
.su-tabs-vertical .su-tabs-nav span:nth-child(10)::before {
    content: 'GOLD COAST/ ';
}

.su-tabs-vertical .su-tabs-nav span:nth-child(11)::before {
    content: 'MACKAY/ ';
}

.su-tabs-pane {
    padding: 30px 12px!important;
}

#store_contact_details h4 {
    margin-top: 0;
}

.su-tabs-vertical .su-tabs-pane p:first-child {
    display: none;
}

#linked_documents {
    padding: 50px;
    background: #C4C3C4;
    margin: 20px 0 50px 0;
    box-sizing: border-box;
}

#linked_documents .su-spoiler-closed .su-spoiler-title::before {
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 10px;
    margin-right: 5px;
    background: transparent url(../../../../uploads/2015/12/arrow-open.png) no-repeat left center;
}

#linked_documents .su-spoiler-title::before {
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 10px;
    margin-right: 5px;
    background: transparent url(../../../../uploads/2015/12/arrow-close.png) no-repeat left center;
}

#linked_documents .su-spoiler-title {
    background: transparent;
    font-size: 18px;
}

#linked_documents .su-spoiler-style-simple>.su-spoiler-content {
    background: transparent;
    padding-left: 33px;
}

#linked_documents .su-spoiler-style-simple {
    border-top: 0;
    border-bottom: 0;
}

#google_calendar {
    text-align: center;
}

ul li#text-16 {
    margin: 0!important;
}

.desktop_version {}

.mobile_version {
    display: none;
}

.getdirections {
    font-family: 'Oswald', sans-serif;
    padding: 10px 26px 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background: url(../images/icn_arrow_right_w.png) #ed1c24 140px 15px no-repeat;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
}

.infoWindow .infowindowContent {
    display: none;
}


/***** Steve 08062017 *****/

.page-id-4365, .parent-pageid-4365 {}

.page-id-4365 .section_blog_box .section_news_blog,
.parent-pageid-4365 .section_blog_box .section_news_blog{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 4% 50px 0;
}

.page-id-4365 .section_blog_box .section_news_blog:nth-of-type(3n),
.parent-pageid-4365 .section_blog_box .section_news_blog:nth-of-type(3n){
    margin: 0 0% 50px 0;
}

.page-id-4365 .section_news_blog .secion_blog_feature_image,
.parent-pageid-4365 .section_news_blog .secion_blog_feature_image{
    display: block;
    width: 100%;
    height: 230px;
    margin: 0 0 20px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-4365 .section_news_blog h3,
.parent-pageid-4365 .section_news_blog h3{
    margin: 0 0 20px 0;
}

.page-id-4365 .section_news_blog h3 a,
.parent-pageid-4365 .section_news_blog h3 a{
    font-weight: 700;
}

.page-id-4365 .section_news_blog .entry-summary,
.parent-pageid-4365 .section_news_blog .entry-summary{
    display: block;
}

.page-id-4365 .section_news_blog .read-more,
.parent-pageid-4365 .section_news_blog .read-more{
    display: none;
}

.page-id-4365 .btn_view_more_testimonial:after,
.parent-pageid-4365 .btn_view_more_testimonial:after{
    display: none;
}

.page-id-4365 .section_news_blog .btn_view_more_testimonial, .parent-pageid-4365 .section_news_blog .btn_view_more_testimonial{}

.page-id-4365 #advps_container1,
.parent-pageid-4365 #advps_container1{
    margin: 0 0 60px 0;
}

.page-id-4365 #advps_container1 .advps-excerpt-one, .parent-pageid-4365 #advps_container1 .advps-excerpt-one{}

.page-id-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one,
.parent-pageid-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one{
    padding: 30px 50px;
}

.page-id-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one:before,
.parent-pageid-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one:before{
    content: 'Featured Story';
    font-family: 'Oswald', sans-serif;
    color: #ffe600;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    display: block;
}

.page-id-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one h2.advs-title,
.parent-pageid-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one h2.advs-title{
    margin-bottom: 25px!important;
}

.page-id-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one .read-more,
.parent-pageid-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one .read-more{}

.page-id-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one .read-more a,
.parent-pageid-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one .read-more a{
    font-family: 'Oswald', sans-serif;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    background: #ed1c24;
    text-transform: uppercase;
    font-size: 0;
}

.page-id-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one .read-more a:before,
.parent-pageid-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one .read-more a:before{
    content: 'See More Details';
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.single-post .navigation {
    display: block;
    margin: 40px 0;
}

.single-post .navigation a {
    padding: 0;
    font-size: 14px;
    color: #db251c;
}

.img-banner-mobile {
    display: none;
}

#layerslider_1 {}

#layerslider_2 {
    display: none!important;
}

.mobile_find_nearest_crown {
    display: none;
}

.section_home_services h3 a {
    font-weight: 700;
}

/***** 30042018 *****/

.menu-blog-category-menu-container{
	margin: 0 0 40px 0;
    padding: 0 0 10px 0;
    border-bottom: #9d9c9c 1px solid;
}

.menu-blog-category-menu-container .menu{
}

.menu-blog-category-menu-container .menu li{
	margin: 0 20px 0 0;
}

.menu-blog-category-menu-container .menu li:last-of-type{
	margin: 0 0px 0 0;
}

.menu-blog-category-menu-container .menu li a{
	padding: 0;
	font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #b4b3b3;
}

.menu-blog-category-menu-container .menu li a:hover,
.menu-blog-category-menu-container .menu li.current_page_item a{
	background:none;
	color:#db251c;
}

.menu-blog-category-menu-mobile-container{
	display:none;
}
.page-template-full-width-page-php .rightmap .mapHolder {
    float:none;
    width:100%;
    right:0;
    margin-right:0;
    border:none;
    margin-bottom:0;
}
.page-template-full-width-page-php .prettyMapList {
    padding-left:0;
    padding-right:0;
}
.page-template-full-width-page-php .mapHolder.cbp-af-header-shrink {
    position:relative !important;
    top:0;
    left:0 !important;
    max-width:100% !important;
    margin-bottom:0;
}
.page-template-full-width-page-php .section_inside_search {
    margin-bottom:0;
}
.page-template-full-width-page-php .widget_execphp {
    margin-bottom:0;
}
.page-template-full-width-page-php .rightmap #ListContainer {
    float:none;
    width:100%;
}
.page-template-full-width-page-php .prettyMapList#MapListPro0 .prettyListItems {
    width:100%;
    border-top: 30px solid #eeeeee;
    counter-reset: pin;
}
.page-template-full-width-page-php .prettyMapList#MapListPro0 .corePrettyStyle.location {
    margin-top:0;
    padding:15px 25px 0;
    border-bottom:20px solid #eeeeef;

}
.page-template-full-width-page-php .opening_container {
    width:32%;
    float:left;
    margin-right:2%;
}
.page-template-full-width-page-php .contact_container {
    width:32%;
    float:left;
    margin-right:2%;
    
}
.page-template-full-width-page-php .section_location_image {
    width:32%;
    float:left;
}
.page-template-full-width-page-php .prettyMapList .inner {
    padding:17px 33px;
    background-color:#f7f7f7;
}
.page-template-full-width-page-php .location_field_title,
.page-template-full-width-page-php .contact_title {
    font-family: 'Oswald', sans-serif;
    font-size:20px;
    margin-bottom:13px;
    font-weight:600;
}
.page-template-full-width-page-php .prettyMapList p {
    line-height:20px;
}
.page-template-full-width-page-php .prettyMapList p:last-of-type {
    margin-bottom:0;
}
.page-template-full-width-page-php .prettyMapList .social_container {
    margin-top:30px;
}
.page-template-full-width-page-php .prettyMapList .section-area {
    padding-top:60px;
    display:none;
}
.page-template-full-width-page-php .prettyMapList .section_title {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    display: inline-block;
    font-weight: 700;
    line-height: 28px;
    padding-left: 75px;
    position: relative;
    padding-top: 10px;
    pointer-events:none;
    width:100%;
    box-sizing: border-box;
}
.page-template-full-width-page-php .prettyMapList .section_title:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
/*    width:44px;
    height:57px;*/
    width:35px;
    height:48px;
    /*background-image:url('../images/red-pin.png');*/
    background-image:url('../images/crowncurrency.png');
}
/*.page-template-full-width-page-php .prettyMapList .section_title:after {
counter-increment: pin;
    content: counter(pin);
    font-size: 20px;
    width: 29px;
    height: 29px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 8px;
    text-align: center;
}*/

.page-template-full-width-page-php .prettyMapList .section_title span {
    color:#000;
}
.page-template-full-width-page-php .prettyMapList .location_fb,
.page-template-full-width-page-php .prettyMapList .location_gp {
    height: 52px;
    width: 51px;
    margin-right:6px;
}
.page-template-full-width-page-php .mapLocationDetail .viewLocationPage {
    padding: 18px 25px;
    margin-left:0 !important;
    display:none;
}
.page-template-full-width-page-php .prettyMapList#MapListPro0 .mapLocationDetail {
    border-bottom:none;
    margin-bottom:10px;
}
.page-template-full-width-page-php .prettyMapList .section_title .fa {
    /*display:none;*/
    position: absolute;
    right: 5px;
    top: 19px;
    font-size: 37px;
    line-height: 18px;
    color: #000;
    font-weight: 700;
}
.page-template-full-width-page-php .prettyMapList .section_title.active .fa {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
.page-template-full-width-page-php .prettyMapList {
    /* display: flex; */
    /* flex-direction: column; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
    padding-bottom:0;
}
.page-template-full-width-page-php .prettyMapList .prettyFileBar {
    display:block;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
}
.page-template-full-width-page-php .section_inside_search {
    display:block;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    width:100%;
}
.page-template-full-width-page-php .prettyMapList .prettyFileBar .customCategoryList {
    display:none;
}
.page-template-full-width-page-php .prettyMapList .prettyMapListSearch {
    display:block !important;
}
.page-template-full-width-page-php .prettyMapList .prettyFileBar {
    border-bottom:none;
    float: none;
    width: 100%;
}
.page-template-full-width-page-php .prettyMapList .prettyFileBar .prettySearchValue {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 10px 20px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.page-template-full-width-page-php .prettyMapList .prettyFileBar .doPrettySearch {
    font-size: 0px;
    border: none;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 35px;
    bottom: 6px;
    background: url(../images/icn_search.png) left top no-repeat;
    width: 27px;
    height: 24px;
    padding: 0;
    border-radius: 0px;
    box-shadow: none;
}
.page-template-full-width-page-php .prettyMapList .prettyFileBar .distanceSelector {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 10px 20px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.page-template-full-width-page-php .prettyMapList .prettyFileBar .section_inside_distance_field {
    margin-bottom:0;
}
.page-template-full-width-page-php .prettyMapList .prettyFileBar .clearSearch {
    display:none !important;
}
.page-template-full-width-page-php.page-id-9102 .prettyMapList .prettyFileBar .prettySearchValue {
    border:1px solid #000;
}

body .su-tabs-pane.external_link{
	display:none;
}

.page-id-22907 .su-accordion .su-spoiler.su-spoiler-closed .su-spoiler-content {
    display: none;
}

.page-id-22907 .su-accordion .su-spoiler .su-spoiler-content {
    display: block;
}

.page-id-22907 .su-accordion .su-spoiler-title{
    font-family: 'Oswald', sans-serif;
    word-wrap: break-word;
    line-height: normal;
    font-size: 2.250em;
    font-weight:400;
}

.page-id-22907 .su-accordion .su-spoiler-title .su-spoiler-icon{
    top: 37%;
}

.version_desktop{
}

.version_mobile{
	display:none;
}

@media screen and (max-width: 991px) {
    .page-template-full-width-page-php .mapLocationDetail .viewLocationPage.bg_red {
        padding: 12px 15px;
    }
}
@media screen and (max-width: 922px) {
    .page-template-full-width-page-php .mapLocationDetail .viewLocationPage.bg_red {
        padding: 12px 7px;
    }
}
@media screen and (max-width: 853px) {
    .page-template-full-width-page-php .mapLocationDetail .viewLocationPage.bg_red {
        margin-top:10px;
    }
}
@media screen and (max-width: 800px) {
	
	.menu-blog-category-menu-mobile-container{
		display:block;
		margin:0 0 30px 0;
	}
	
	.menu-blog-category-menu-mobile-container li{
		display:block;
	}
	
	.menu-blog-category-menu-mobile-container li a{
		padding:10px 25px!important;
		background:#ffe600!important;
		display:block;
		text-align:center;
		background:none;
	}
	
	.menu-blog-category-menu-mobile-container li a:hover{
		background:none;
	}
	
	.menu-blog-category-menu-mobile-container li.current_page_item a{
		background:#db251c;
	}
	
	.menu-blog-category-menu-mobile-container li ul{
		width:100%;
	}
	
	.menu-blog-category-menu-container{
		display:none;
	}
	
    .page-id-4365 .section_blog_box .section_news_blog,
	.parent-pageid-4365 .section_blog_box .section_news_blog {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 50px auto;
    }
    .page-id-4365 .section_blog_box .section_news_blog:nth-of-type(3n),
	.parent-pageid-4365 .section_blog_box .section_news_blog:nth-of-type(3n) {
        margin: 0 auto 50px auto;
    }
    .page-id-4365 #advps_container1,
	.parent-pageid-4365 #advps_container1 {
        width: 100%;
        max-width: 400px!important;
        margin: 0 auto 50px auto;
    }
    .page-id-4365 #advps_container1 .advps-excerpt-one,
	.parent-pageid-4365 #advps_container1 .advps-excerpt-one {
        position: relative;
        width: auto!important;
        height: auto!important;
    }
    .page-id-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one,
	.parent-pageid-4365 #advps_container1 .advps-excerpt-one .advps-excerpt-block-one {
        padding: 20px;
    }
    #container {
        max-width: 400px;
    }
    #layerslider_1 {
        display: none!important;
    }
    #layerslider_2 {
        display: block!important;
    }
    #layerslider_2 .ls-nav-prev,
    #layerslider_2 .ls-nav-next {
        display: none!important;
    }
    #layerslider_2 .ls-bottom-slidebuttons {
        top: -30px!important;
        float: none!important;
        margin: 0!important;
    }
    #phone-now {
        display: inline-block!important;
        vertical-align: top;
    }
    #phone-now span {
        display: none;
    }
    #phone-now a#store_phone_number {
        font-size: 0!important;
        line-height: normal;
    }
    #phone-now a#store_phone_number:before {
        content: 'Phone';
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif!important;
        font-weight: 700!important;
        font-size: 19px!important;
        padding: 0 0 0 27px;
        background: url(../images/icn-phone-mobile.jpg) left center no-repeat;
    }
    .mobile_find_nearest_crown {
        display: inline-block;
        vertical-align: top;
        padding: 15px;
        background: #000;
        margin: 0 0 0 5px;
    }
    .mobile_find_nearest_crown a {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 19px;
        padding: 0 0 0 29px;
        background: url(../images/icn-find-nearest-crown.jpg) left center no-repeat;
        line-height: normal;
        color: #fff;
    }
    .page-template-full-width-page-php .section_location_image,
    .page-template-full-width-page-php .opening_container,
    .page-template-full-width-page-php .contact_container {
        float:none;
        width:100%;
        margin-right:0;
        margin-bottom:10px;
    }
    .page-template-full-width-page-php .prettyMapList {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .page-template-full-width-page-php .prettyMapList#MapListPro0 .corePrettyStyle.location {
        padding-right:8px;
        padding-left:8px;
        padding-top:8px;
    }
    .page-template-full-width-page-php .prettyMapList#MapListPro0 .mapLocationDetail {
        text-align:left !important;
        padding-bottom:0;
        margin-bottom:0;
    }
    .page-template-full-width-page-php .prettyMapList#MapListPro0 .section_location_image img {
        margin:0;
        width:100%;
    }
    
    .page-template-full-width-page-php .prettyMapList .social_container {
        margin-top:10px;
        border-spacing: 6px;
        display:none;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .page-template-full-width-page-php .mapLocationDetail .viewLocationPage.bg_red {
        margin-top:0;
    }
    .page-template-full-width-page-php .prettyMapList .section_title {
        margin-bottom:38px;
        display:block;
        padding-left:65px;
        padding-right:35px;
        font-size:22px;
        padding-left:50px;
        padding-top: 11px;
    }
    .page-template-full-width-page-php .prettyMapList .section_title .fa {
        display:inline-block;
    }
    .page-template-full-width-page-php .mapLocationDetail .viewLocationPage.bg_red {
        padding: 15px 15px;
        /*display: table-cell;*/
        /*width: 250px;*/
        text-align: center;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .page-template-full-width-page-php .prettyMapList .section-area {
        display:none;
        padding-top:15px;
        padding-bottom:15px;
    }
/*    .page-template-full-width-page-php .prettyMapList#MapListPro0 .corePrettyStyle.location:first-of-type .section-area {
        display:block;
    }*/
    .page-template-full-width-page-php .prettyMapList .prettyFileBar .doPrettySearch {
        right: 10px;
    }
    .page-template-full-width-page-php .prettyMapList .location_fb, .page-template-full-width-page-php .prettyMapList .location_gp {
        /*display: table-cell;*/
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        height: 46px;
        width: 45px;
    }
    .page-template-full-width-page-php .prettyMapList .section_title:before {
        top:8px;
        left:8px;
        width:25px;
        height:34px;
        background-image:url('../images/crown-pin.png');
    }
    /*.page-template-full-width-page-php .prettyMapList .location_gp {*/
    /*    margin-right:6px;*/
    /*}*/
}

@media screen and (max-width: 380px) {
    #layerslider_2 .ls-bottom-slidebuttons {
        top: -25px!important;
    }
    #phone-now a#store_phone_number:before {
        font-size: 14px!important;
    }
    .mobile_find_nearest_crown a {
        font-size: 14px;
    }
    .mobile_find_nearest_crown {
        padding: 10px;
    }
    #phone-now {
        padding: 10px!important;
    }
}

.cf_column-inner {
	box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
@media (min-width: 768px) {
	.cf_column_half {
		float: left;
		width: 50%;
	}
}

.cf_submit_with_loader span {
	background-repeat: no-repeat;
}

/* Jarelle - Sep 2019 */

.background {
    background-size: cover;
    background-position: center center;
}

.banner {
    margin-bottom: 25px;
    padding: 50px 60px;
}

.banner p {
    color: #fff;
    font-size: 15px;
}

.banner .intro-text {
    font-family: 'Oswald',sans-serif;
    font-size: 13pt;
    padding: 10px 0;
}

.black_bg {
    background-color: #000;
    color: #fff;
    padding: 10px;
    line-height: 100%;
}

.yellow_bg {
    background-color: #fbe70d;
    display: inline-block;
    text-align: center;
    padding: 15px 40px;
    transform: rotate(-10deg);
}

.banner .bg_red {
    background: #ed1c24 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
}

.banner .bg_red:hover {
    background: #000 !important;
}

strong.title {
    font-family: 'Oswald',sans-serif;
    font-size: 22px;
}

.page-id-14860 #wrapper {
    padding: 0 !important;
    background-color: #fff !important;
}

body.page-id-14860 {
    background-color: #eeeeef;
}

.page-id-14860 #widgets.div_25 {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    margin-right: 0;
}

.page-id-14860 #widgets {
    padding: 0 3%;
}

.insurance-widget, .quote-widget, .seniors-widget {
    min-height: 300px;
}

.insurance-widget {
    background-image: url('https://crowncurrency.com.au/wp-content/uploads/2019/09/insurance-bg.jpg');
    text-align: center;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
}

.quote-widget {
    background-image: url('https://crowncurrency.com.au/wp-content/uploads/2019/09/quote-widget.jpg');
    text-align: center;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}

.seniors-widget {
    background-image: url('https://crowncurrency.com.au/wp-content/uploads/2015/05/seniors_exchange.jpg');
    text-align: center;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}

.page-id-14860 #widgets a img, .page-id-14860 #widgets a .insurance-widget, .page-id-14860 #widgets a .seniors-widget {
    margin-bottom: 25px;
}

.page-id-14860 #widgets a img {
    width: 100%;
}

@media only screen and (min-width: 991px) {
    .page-id-14860 .div_60 {
    padding-right: 60px; }
}

a.black_bg {
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    font-size: 17px;
}

a.black_bg:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #ed1c24;
}

@media only screen and (max-width: 800px) {
    .page-id-14860 #container {
    max-width: 100% !important; }
    .page-id-14860 #widgets.div_25 {
    width: 100%; }
    .banner {
    padding: 40px 0; }
    .post-entry {
    padding: 0 20px; }
    body img.currency-icons {
    width: 100% !important; }
}

@media only screen and (max-width: 1200px) {
    img.currency-icons {
    width: 50% !important; }
}

img.currency-icons {
    width: 33.33%;
    float: left;
    vertical-align: top;
}

.currency-icons-container br {
    display: none;
}

.currency-icons-container {
    padding-bottom: 20px;
}

.page-id-14860 a:hover,
.page-id-15269 a:hover {
    color: #000;
}

.currency-icons p {
    margin: 0;
    font-size: 8.5px;
    padding-left: 5px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.currency-icons img {
    width: 32px !important;
    height: auto;
}

.background_grey {
    background-color: #E6E7E8;
}

.br-white {
    border-right: 1.5px solid #fff;
}

.bb-white {
    border-bottom: 1.5px solid #fff;
}

.currency-icons .background_grey {
    min-height: 48px;
}

.currency-icons a.ci-link {
    text-decoration: none;
}

.currency-icons a .background_grey:hover {
    background-color: #F2F2F2;
    -webkit-transition: ease .2s;
    transition: ease .2s;
}

.sidebar-container h4 {
    border-bottom: 1.5px solid #ED1C24;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sidebar-container p {
    margin: 0;
}

.background_yellow {
    background-color: #FBE70D;
}

/* table tr td:nth-of-type(1) {
    width: 50% !important;
}

table tr td:nth-of-type(2) {
    width: 50% !important;
    text-align: right !important;
} */

table tr td:nth-of-type(3) {
    text-align: right !important;
}

.currency-single h3 {
    font-size: 20px;
    text-transform: uppercase;
}

table tr td {
    padding: .2em;
    border: none;
    font-size: 15px;
}

table {
    border: none;
}

.dotted-bb {
    border-bottom: 1px dashed #000;
}

body.single-currency,
.page-id-15269 {
    background-color: #E6E7E8 !important;
}

.single-currency #wrapper,
.page-id-15269 #wrapper {
    padding: 0;
}

.ci-link {
    display: block;
    padding: 0 2px 0 2px;
}

.single-maplist .section_special_promo{
    clear: both;
}

@media screen and (max-width: 800px) {
    .single-currency #container,
    .page-id-15269 #container {
        max-width: none !important;
        padding: 0 !important;
    }
    .dotted-bb h3 {
        margin: 0;
        padding-right: 10px;
    }
    .background {
        background-position: left  !important;
    }
}

.single-currency #wrapper {
    background-color: transparent;
}

.single-currency .container ul li,
.page-id-15269 .container ul li {
    list-style: disc outside none !important;
    margin-bottom: 0;
}

.page-id-15269 .sidebar-container strong,
.page-id-15269 .sidebar-container p strong {
    margin-top: 20px;
    display: block;
}

#request-a-quote {
    margin-top: 100px;
}

.single-currency .row-2 .r2-title,
.row-2 .r2-title {
    margin-top: -100px;
}

.grey-bb {
    border-bottom: #6D6F72 1px solid;
}

.buy-sidebar p {
    font-size: 14px;
}

.r2-title h1 {
    font-weight: 700;
    font-size: 52px;
}

.currency-banner p:nth-of-type(1) {
    font-weight: 900;
    color: #000 !important;
}

.currency-banner p {
    color: #fff;
}

.currency-banner .bg_red {
    background: #ed1c24 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
}

.single-currency .dhvc-form-container .wpb_row {
    margin-bottom: 5px !important;
}

.single-currency form div,
.page-id-15269 form div {
    margin-bottom: .3em;
}

.single-currency .dhvc-form-flat .dhvc-form-input input,
.single-currency .dhvc-form-flat .dhvc-form-file input[type=text],
.single-currency .dhvc-form-flat .dhvc-form-captcha input,
.single-currency .dhvc-form-flat .dhvc-form-select select,
.single-currency .dhvc-form-flat .dhvc-form-textarea textarea,
.single-currency .dhvc-form-flat .dhvc-form-radio i,
.single-currency .dhvc-form-flat .dhvc-form-checkbox i,

.page-id-15269 .dhvc-form-flat .dhvc-form-input input,
.page-id-15269 .dhvc-form-flat .dhvc-form-file input[type=text],
.page-id-15269 .dhvc-form-flat .dhvc-form-captcha input,
.page-id-15269 .dhvc-form-flat .dhvc-form-select select,
.page-id-15269 .dhvc-form-flat .dhvc-form-textarea textarea,
.page-id-15269 .dhvc-form-flat .dhvc-form-radio i,
.page-id-15269 .dhvc-form-flat .dhvc-form-checkbox i {
    background-color: #F2F2F2 !important;
    border-color: #F2F2F2 !important;
}

.buy-sidebar h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.single-currency .dhvc-form-submit, .dhvc-form-submit:hover, .dhvc-form-submit:active, .dhvc-form-submit:focus {
    background: #ED1C24 !important;
    text-transform: uppercase;
    font-family: 'Oswald',sans-serif;
}

html {
    scroll-behavior: smooth;
}

.dotted-bb h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.page-id-15269 #wrapper {
    background-color: transparent;
}

.currency-banner a.viewLocationPage.btn.corePrettyStyle.bg_red:hover {
    background-color: #000 !important;
}

.sidebar-container .background_yellow br {
    display: none;
}

.sidebar-container .background_yellow strong {
    margin-bottom: 7px;
    display: block;
}

.white-heading .col-12.col-lg-6 p {
    color: #fff !important;
}

.alert-banner {
    background-color: #db251c;
    color: #fff;
    padding: 8px 0;
    text-align: center;
}

.alert-banner p {
    margin:0;
}

.d-none {
    display: none !important;
}

.rplg .rplg-list .rplg-businesses .rplg-list-header .rplg-biz-name a{
    pointer-events: none;
    color: #000;
}