/*
*  VERTICAL-2 MASTER WEBSITE STYLES
*  This is the master stylesheet for the "vertical-2" template.
*  Please do not edit this template unless you're sure it will not break existing websites.
*/


/*-- GLOBAL LAYOUT STYLES --*/

html {
    background-color: #363636;
}
body {
    width: 100%;
    background-color: transparent;
    background-image: none;
    background-position: center top;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: 100% auto;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 140%;
}
.body_wrapper {
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.website {
    display: block;
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 2;
    min-width: 1024px;
}

.header {
    display: block;
    position: fixed;
    min-width: 1024px;
}
.footer {
    display: block;
    min-width: 1024px;
}

/* -- HEADER STYLES -- */

.header {
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    padding: 10px 0;
    z-index: 1000;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: transparent;
    background-image: url(TEMPLATE_WEBSITE_URL/images/trans-colour_090909-70.png);
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #090909;
    border-color: rgba(0, 0, 0, 0.9);
}
.header_helper {
    display: none;
}
.top,
.nav {
    text-align: left;
    vertical-align: bottom;
    clear: both;
}
.top_wrapper,
.nav_wrapper {
    margin: 0 auto;
    box-sizing: content-box;
    position: relative;
    max-width: 1024px;
}

.top {
    background-color: transparent;
    height: 30px;
}
.header .header_logo {
    display: block;
    float: left;
    width: 200px;
    height: 70px;
    margin: 0 10px 0 0;
    text-align: left;
    direction: ltr;
    text-indent: -9999px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: transparent;
    position: absolute;
    z-index: 10;
}
.header .header_logo.inner {
    background-image: none;
    float: none;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.header .header_logo.inner .image {
    display: block;
    width: 100%;
    height: auto;
}
.header .header_info {
    display: block;
    float: right;
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 90%;
    line-height: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.header .header_info .detail {
    *display: inline;
    *zoom: normal;
    display: inline-block;
    margin: 0;
    padding-left: 10px;
}
.header .header_info .name {
    padding-left: 0;
}
.header .header_info .name,
.header .header_info .phone {
    font-weight: bold;
}
.header .header_info .link,
.header .header_info .email {
    text-decoration: none;
}
.header .header_info .link.active span,
.header .header_info .link:hover span,
.header .header_info .email.active span,
.header .header_info .email:hover span {
    text-decoration: underline;
}
.header .header_info .detail:before {
    content: '|';
    padding-right: 15px;
    font-weight: normal;
}
.header .header_info .detail:first-child:before {
    content: '';
    padding-right: 0;
}
.header .header_info .phone.real {
    display: inline-block;
}
.header .header_info .phone.track {
    display: none;
}
.header .header_info a,
.header .header_info a:hover {
    color: inherit;
}
.header .header_info .social {
    padding-left: 10px;
}
.header .header_info .social .social_icon {
    display: inline-block;
    *zoom: 1;
    margin: 0 0 0 4px;
    text-align: left;
    color: transparent;
    border: 0 none transparent;
    background-color: transparent;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 100%;
    opacity: 0.90;
    overflow: hidden;
    vertical-align: bottom;
}
.header .header_info .social .social_icon:first-child {
    margin-left: 0;
}
.header .header_info .social .social_icon:hover {
    opacity: 1.00;
}
.header .header_info .social:before {
    padding-right: 10px;
}
.header .header_info .social .social_icon .label_span {
    visibility: hidden;
}

.header .header_info .social_glyphs .social_icon {
    color: inherit;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    margin-left: 4px;
}
.header .header_info .social_glyphs .social_icon .icon_span {
    font-size: 120%;
}
.header .header_info .social_glyphs .social_icon .label_span {
    display: none;
}


.nav {
    background-color: transparent;
    height: 40px;
}
.nav_toggle {
    display: none;
}
.nav_wrapper {

}
.nav .list_pages {
    overflow: visible;
    font-size: 120%;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    text-align: right;
    padding-right: 10px;
}
.nav .list_pages .item_page {
    display: inline-block;
    margin-left: 15px;
    padding-bottom: 10px;
    position: relative;
}
.nav .list_pages .item_page .link {
    color: #FFFFFF;
}
.nav .list_pages .item_page .link:hover,
.nav .list_pages .item_page:hover .link,
.nav .list_pages .active .link {
    text-decoration: underline;
}
.nav .list .item_sitemap,
.nav .list .item_debug {
    display: none;
    overflow: hidden;
    visibility: hidden;
    white-space: nowrap;
    width: 1px;
}
.nav .list_pages .item_sticky {
    display: none;
}
.nav .list_pages .list_subs {
    display: none;
    position: absolute;
}
.nav .list_pages .list_subs {
    width: auto;
    width: 150px;
    margin: 1px 0 0;
    padding: 6px 6px 12px;
    border-radius: 0 0 0.3em 0.3em;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    text-align: left;
    background-color: transparent;
    background-image: url(TEMPLATE_WEBSITE_URL/images/trans-colour_090909-80.png);  border-style: solid;
    border-width: 0 1px 1px;
    border-color: #090909;
    border-color: rgba(0, 0, 0, 0.9);
    left: -1px;
    top: 49px;
    z-index: 9999;
    background-clip: padding-box;
}
.nav .list_pages .item:hover .list_subs,
.nav .list_pages .active:hover .list_subs {
    display: block;
    opacity: 0.99;
}
.nav .list_pages .list_subs .item {
    font-size: 80%;
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav .list_pages .list_subs .item .link {
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav .list_pages .list_subs .active .link,
.nav .list_pages .list_subs .item .link:hover {
    text-decoration: underline;
}


/*-- FOOTER STYLES --*/

.footer {
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 10px 0;
    z-index: 1000;
    color: #FFFFFF;
    background-color: #090909;
    background-image: none;
}
.footer_wrapper {
    margin: 6px 12px;
    position: relative;
    height: auto;
    margin: 0 auto;
    box-sizing: content-box;
    padding-bottom: 60px;
    max-width: 1024px;
}
.footer a {
    color: #FFFFFF;
}
.footer .footer_info,
.footer .footer_info .formatter {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: bottom;
    overflow: hidden;
}
.footer .footer_info .detail {
    display: block;
    margin: 0;
    overflow: hidden;
    font-size: 100%;
    line-height: 160%;
}
.footer .footer_info .footer_column {
    min-width: 20%;
    margin: 0 20px 10px 0;
    padding: 0 20px;
    vertical-align: top;
    border-right: 1px solid #FFFFFF;
    border-color: rgba(255, 255, 255, 0.25);
}
.footer .footer_info .footer_column:first-child {
    padding-left: 0;
}
.footer .footer_info .footer_column:last-child {
    border-right: 0 none transparent;
    padding-right: 0;
}
.footer .footer_info .footer_column_address {
    width: 20%;
}
.footer .footer_info .footer_column_sitemap {
    width: 25%;
}
.footer .footer_info .footer_column_connect {
    width: 20%;
}
.footer .footer_info .footer_column_logo {
    width: auto;
}
.footer .footer_info .footer_column_logo .logo_image {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    float: right;
    height: 70px;
    text-align: left;
    text-indent: -9999px;
    width: 200px;
}
.footer .footer_info .footer_column_logo .logo_image .image_text {
    display: none;
}
.footer .footer_info .footer_column_logo .logo_image .image_logo {
    display: none;
}
.footer .footer_info .name,
.footer .footer_info .connect,
.footer .footer_info .sitemap {
    font-weight: bold;
}
.footer .footer_info .name:before {
    display: none;
}
.footer .footer_info .address {
    font-size: 90%;
}
.footer .footer_info .phone {
    margin-top: 6px;
    font-weight: bold;
}
.footer .footer_info .phone.real {
    display: inline-block;
}
.footer .footer_info .phone.track {
    display: none;
}
.footer .footer_info .email,
.footer .footer_info .email:hover {
    margin-top: 6px;
    font-weight: bold;
    text-decoration: none;
    cursor: text;
}
.footer .footer_info .sitemap_list {
    margin-top: 5px;
    font-size: 90%;
    line-height: 140%;
}
.footer .footer_info .sitemap_list:after {
    content: " ";
    display: block;
    clear: both;
}
.footer .footer_info .sitemap_list .list_item {
    display: block;
    width: 50%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer .footer_info .sitemap_list .item_link {

}
.footer .footer_info .sitemap_list .item_link:before {
    content: "\BB \a0 ";
}

.footer .footer_info .text_social {
    margin-top: 5px;
    overflow: visible;
}
.footer .footer_info .text_social:after {
    content: " ";
    display: block;
    clear: both;
}
.footer .footer_info .social_icon {
    display: block;
    float: left;
    clear: both;
    margin-bottom: 4px;
    outline: 0;
}
.footer .footer_info .social_icon:hover .label_span {
    text-decoration: underline;
}
.footer .footer_info .social_icon .icon_span {
    display: inline-block;
    *zoom: 1;
    margin: 0 4px 0 0;
    text-align: left;
    text-indent: -9999px;
    color: transparent;
    border: 0 none transparent;
    background-color: transparent;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 0.90;
}
.footer .footer_info .social_icon:hover .icon_span,
.footer .footer_info .social_icon .icon_span:hover {
    opacity: 1.00;
}
.footer .footer_info .text_social_16x16 .social_icon_dineto .icon_span {
    background: transparent url(TEMPLATE_DINE_URL/images/social-icons_16x16_dineto.png?20130718) scroll no-repeat 0 0;
}
.footer .footer_info .text_social_32x32 .social_icon_dineto .icon_span {
    background: transparent url(TEMPLATE_DINE_URL/images/social-icons_32x32_dineto.png?20130718) scroll no-repeat 0 0;
}
.footer .footer_info .text_social_16x16 .social_icon_qdgca .icon_span {
    background: transparent url(TEMPLATE_DINE_URL/images/social-icons_16x16_ypdine.png?20130718) scroll no-repeat 0 0;
}
.footer .footer_info .text_social_32x32 .social_icon_qdgca .icon_span {
    background: transparent url(TEMPLATE_DINE_URL/images/social-icons_32x32_ypdine.png?20130718) scroll no-repeat 0 0;
}

.footer .footer_info .social_glyphs {
    margin-top: 0;
    padding-top: 5px;
}
.footer .footer_info .social_glyphs .social_icon {
    color: inherit;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
}
.footer .footer_info .social_glyphs .icon_span {
    color: inherit;
    font-size: 120%;
    text-indent: 0;
    overflow: visible;
}
.footer .footer_info .social_glyphs .label_span {
    margin-left: 4px;
}

.footer .footer_links {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    clear: both;
    padding-left: 5px;
    font-size: 80%;
    line-height: 110%;
}
.footer .footer_links .item {
    padding: 0;
}
.footer .footer_links .item:before {
    content: '|';
    padding: 0 6px 0 2px;
    opacity: 0.25;
    font-weight: normal;
}
.footer .footer_links .item:first-child {
    padding-left: 0;
}
.footer .footer_links .item:first-child:before {
    content: '';
    padding: 0;
}
.footer .footer_links a:hover,
.footer .footer_links .lang_active,
.footer .footer_links .link_active {
    text-decoration: underline;
}
.footer .footer_logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 50px;
    margin: 0;
    text-align: left;
    vertical-align: bottom;
}
.footer .footer_logo .link {
    display: block;
    margin: 0;
    border: 0 none transparent;
}
.footer .footer_logo .image {
    display: block;
    margin: 0;
    border: 0 none transparent;
    background-image: none;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    float: right;
    width: 150px;
    height: 25px;
    direction: ltr;
    text-indent: -9999px;
}
.footer .footer_logo .text {
    display: block;
    margin: 0;
    float: right;
    clear: right;
    text-align: right;
    font-size: 80%;
    line-height: 110%;
}
.footer .footer_copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: bottom;
    border-radius: 0.3em;
    font-size: 80%;
}
.footer .footer_info a,
.footer .footer_info a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.footer .footer_info a.active,
.footer .footer_info a:hover {
    text-decoration: underline;
}


/* -- CONTENT STYLES -- */

.content {
    padding: 90px 0 0;
    font-family: Verdana, Helvetica, sans-serif;
}

.content hr,
.content .line_divider {
    border-color: #BABABA;
    border-style: dotted;
}
.content .image_border {
    border-color: #BABABA;
    border-style: solid;
}
.content .block_border {
    border-color: #BABABA;
    border-style: solid;
}
.content .highlight_block {
    border-color: #BABABA;
    background-color: #FFFFFF;
    border-style: dotted;
}
.content .inset_block {
    border-color: #BABABA;
    background-color: #E9E9E9;
    border-style: solid;
}
.content .button_border {
    border-color: #606060;
    background-color: #707070;
    border-style: solid;
    color: #FFFFFF;
}
.content .button_border:hover {
    background-color: #7F7F7F;
}
.content .clear_header {

}
.content .float_body {
    width: 62%;
}
.content .float_sidebar {
    width: 36%;
}

.page {
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    background-size: auto 100%;
    background-position: center top;
    background-attachment: fixed;
    border-color: #BABABA;
    border-style: solid;
    border-width: 0 0 1px;
}
.page .page_content {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #F2F2F2;
    background-image: none;
    text-align: center;
}
.page .page_wrapper {
    margin: 0 auto;
    box-sizing: content-box;
    min-height: 500px;
    width: 1024px;
    position: relative;
}
.page .page_banner {
    border-style: solid;
    border-width: 0 0 1px;
    background-image: inherit;
    background-position: center center;
    background-size: auto 100%;
    background-size: cover;
    background-attachment: fixed;
}
.page:first-child > .page_banner {
    margin-top: -90px;
    border-color: #BABABA;
}
.page:first-child > .page_banner_rotator .banner_slide .wrapper .data {
    padding-top: 106px;
}
.page:first-child > .page_banner_slideshow .banner_slide .wrapper .data {
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 36px;
}
@media screen and (min-width: 1024px) {
    .page > .page_banner_rotator .banner_slide .wrapper .caption {
        font-size: 1.6vw;
    }
}
.page:first-child > .page_banner_slideshow .banner_buttons {
    font-size: 100%;
}
.page:first-child > .page_banner_slideshow .banner_buttons .button_direction {
    padding: 12px 8px;
}
.page:first-child > .page_banner_slideshow .banner_buttons .button_prev {
    left: 8px;
}
.page:first-child > .page_banner_slideshow .banner_buttons .button_next {
    right: 8px;
}
.page:first-child > .page_banner_slideshow .banner_buttons .button_frame {
    padding: 4px 8px;
}


/* -- SYSTEM PAGE CONTENT STYLES -- */

.page_lang .header_logo,
.page_splash .header_logo {
    display: none;
}
.page_lang .header,
.page_splash .header {
    height: 50px;
}
.page_lang .header .nav,
.page_splash .header .nav {
    display: none;
}
.page_error .content,
.page_lang .content,
.page_splash .content {
    padding-top: 0;
}
.page_error .page,
.page_lang .page,
.page_splash .page {
    padding-top: 0;
    text-align: center;
}
.page_error .page_content {
    padding-top: 120px;
}
.page_error .page_content_hasbanner {
    padding-top: 20px;
}
.page_lang .page_content,
.page_splash .page_content {
    padding-top: 80px;
}
.page_lang .page_content_hasbanner,
.page_splash .page_content_hasbanner {
    padding-top: 20px;
}
.page_error .page_wrapper,
.page_lang .page_wrapper,
.page_splash .page_wrapper {
    min-height: 100px;
}
.page_error:first-child > .page_banner,
.page_lang:first-child > .page_banner,
.page_splash:first-child > .page_banner {
    margin-top: 0;
    padding-bottom: 22%;
}
.page_lang:first-child > .page_banner_rotator .banner_slide .wrapper .data,
.page_splash:first-child > .page_banner_rotator .banner_slide .wrapper .data {
    padding-top: 66px;
}
.content .error_select,
.content .lang_select,
.content .splash_select {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.content .error_logo,
.content .lang_logo,
.content .splash_logo {
    text-align: center;
    padding-bottom: 20px;
}
.content .error_logo .logo_image,
.content .lang_logo .logo_image,
.content .splash_logo .logo_image {
    display: block;
    margin: 0 auto;
}
.content .error_header,
.content .lang_header,
.content .splash_header {
    text-align: center;
    padding-bottom: 10px;
}
.content .lang_links,
.content .splash_links {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.content .lang_links .lang,
.content .splash_links .location {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}
.content .lang_select .lang strong,
.content .splash_select .location strong {
    display: block;
    font-size: 100%;
    line-height: 120%;
    text-transform: uppercase;
}
.content .lang_select .lang a,
.content .splash_select .location a {
    text-decoration: none;
}
.content .lang_select .lang a:hover,
.content .lang_select .lang a.lang_active,
.content .splash_select .location a:hover,
.content .splash_select .location a.lang_active {
    text-decoration: underline;
}
.page_error .footer .footer_logo,
.page_lang .footer .footer_logo,
.page_splash .footer .footer_logo {
    bottom: auto;
    top: 0;
}


/* -- TABLESTATUS VERTICAL-2 STYLES -- */

/* -- TableStatus Sidebar Tweaks -- */

.content .float_sidebar .TableStatus {

}
.content .float_sidebar .TableStatus .title {
    display: none;
}
.content .float_sidebar .sidebar_widget.sidebar_widget_tablestatus {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.content .float_sidebar .tablestatus_layout_2 .TableStatus {
    width: auto;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus .tswrap {

}
.content .float_sidebar .tablestatus_layout_2 .TableStatus {
    width: auto;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus .tswrap .vsep {
    display: none;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus input[type=text] {
    width: 39%;
    margin-bottom: 0;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus select {
    width: 39%;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus img {
    margin-bottom: 2px;
    margin-top: 2px;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus div.searchTableStatusWrapper {
    display: block;
    float: none;
    height: 1px;
    margin: 0;
    position: relative;
    width: auto;
}
.content .float_sidebar .tablestatus_layout_2 .TableStatus div.searchTableStatusWrapper input[type=button] {
    position: absolute;
    left: 49.5%;
    top: -28px;
    height: 20px !important;
}


/* -- DEFAULT PAGE WIDGET STYLES -- */

.page_home .image_panels {
    float: left;
    width: 59%;
}
.page_home .block_contact_staticmap {
    float: right;
    width: 39%;
}

.page_home .float_body .sidebar_widget,
.page_home .clear_body .sidebar_widget {
    float: left;
    width: 50%;
    padding-right: 6px;
    box-sizing: border-box;
}

.page_groups .block_group_photo {
    float: right;
    width: 40%;
}
.page_groups .block_group_description {
    float: left;
    width: 58%;
}
.page_groups .block_group_details {
    float: left;
    width: 58%;
}

.page_contact .block_contact_dynamicmap {
    float: right;
    width: 73%;
    height: 350px;
}
.page_contact .block_contact_address {
    float: left;
    width: 26%;
    height: 350px;
}


/* -- CALL-TO-ACTION BUTTONS -- */

.website .header .action_button {
    position: fixed;
    z-index: 100;
    right: 14px;
    width: 42px;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    background-color: transparent;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    transition: width 0.3s;
}
.header .action_button:hover {
    width: 200px;
}
.header .action_button.call_now {
    display: none;
}
.header .action_button img {
    width: auto;
    height: 42px;
}
.header .action_button.pos1 {
    bottom: 12px;
}
.header .action_button.pos2 {
    bottom: 58px;
}
.header .action_button.pos3 {
    bottom: 104px;
}
.website .nav .action_button {
    display: none;
}

.website .header .action_button_v2 {
    background-color: #464646;
    border-color: #262626;
    color: #F2F2F2;
    font-size: 28px;
}


/*-- <PATCH:RESPONSIVE> --*/

.page .action_block {
    display: none;
}
.website .header .action_button {
    display: block;
}

.header {
    background-image: none;
    background-color: #1a1a1a;
}
.nav .list_pages .item_page {
    margin-left: 10px;
}
.nav .list_pages .list_subs {
    top: 35px;
    background-image: none;
    background-color: #1a1a1a;
}
.page:first-child > .page_banner {
    margin-top: 0;
}

.has_action_buttons .header {
    height: 100px;
}
.has_action_buttons .header_wrapper {
    position: relative;
}

.has_action_buttons .header .top {
    height: 60px;
}
.has_action_buttons .header .header_info {
    margin-top: 30px;
}

.website .top .action_button {
    display: block;
}
.website .nav .action_button {
    display: none;
}
.website .header .action_button {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    transition: none;
    width: 140px;
}
.website .header .action_button img {
    width: 100%;
    height: auto;
}
.website .header .action_button.call_now {
    display: none;
}
.website .header .action_button.pos1 {
    right: 10px;
}
.website .header .action_button.pos2 {
    right: 154px;
}
.website .header .action_button.pos3 {
    right: 298px;
}

.has_action_buttons .header .nav {
    height: 20px;
}
.has_action_buttons .nav .list_pages {
    line-height: 20px;
}
.has_action_buttons .nav .list_pages .item_page {
    padding-bottom: 10px;
}
.has_action_buttons .nav .list_pages .list_subs {
    top: 29px;
}

.has_action_buttons .content {
    padding-top: 100px;
}

/*-- </PATCH:RESPONSIVE> --*/
