/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/jul/2017, 19:13:47
    Author     : cbrag
*/


@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/GOTHIC.TTF);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/GOTHICI.TTF);
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/GOTHICB.TTF);
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/GOTHICBI.TTF);
    font-style: italic;
    font-weight: 700;
}

body {
    font-family: 'Century Gothic';
    overflow-x: hidden;
}


/*HEADER*/
.header_container {
    min-height: 100vh;
}
.video_container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
video.video_header {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100vw;
    min-height: 100vh;
}
.video_header_overlay {
    background-image: url(../img/assets/overlay_texture.png);
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.header_logo {
    background-image: url(../img/assets/pires_logo_shadow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* HISTORY */
section#history {
    position: relative;
    background-color: #fcfcfa;
}
.history_text_container {
    display: inline-block;
    width: 50%;
    padding: 50px 0;
    text-align: justify;
    color: #333;
}
.history_title {
    font-size: 45px;
    border-bottom: 2px solid #854052;
    margin: 0 0 24px;
}
.history_text {
    font-size: 18px;
    text-indent: 45px;
}
/*.history_image_container {
    position: absolute;
    width: 50%;
    height: 100vh;
    top: 0%;
    left: 50%;
    opacity: 1;
    transition: .3s linear opacity;
}
.hide_history_image {
    opacity:0;
}
.history_image {
    height: 100%;
}
div#myobj {
    height: 100vh;
}
svg#Camada_1 {
    height: 60vh;
    width: 100%;
    transform: scale(1.5,1.5);
    margin: 18% 0% 0;
}*/
.history_image_container {
    padding: 50px 0;
}
.history_image {
    width: 100%;
    height: 575px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.history_pics_container {
    padding: 42px 0;
}
.history_pic_thumb {
    /* width: 25%; */
    padding-bottom: 25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #333;
    outline: none;
    cursor: pointer;
    transition: .15s all linear;
    opacity: 0.55;
    margin: 0 6px;
}
.history_pic_thumb:hover {
    opacity: 1;
    border-color: #854052;
}
md-dialog.history_dialog {
    min-width: 0;
    min-height: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    background: transparent;
    box-shadow: 0 0;
}
md-dialog.history_dialog img {
    width: 100%;
    height: 100%;
    max-width: 70vw;
    max-height: 70vh;
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
button.history_dialog_close_button.md-button.md-ink-ripple {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    color: #fff;
    border-radius: 6px 6px 0px 0px;
    padding: 3px 18px;
    font-size: 15px;
}
button.history_dialog_close_button.md-button.md-ink-ripple div {
    padding: 0 0px 0 6px;
}
.md-dialog-container {
    position: fixed;
    top: 0;
    left: 0;
}

/* FOOTER */
/*section#footer {
    background: rgba(51, 51, 51, 0.85);
    color: #fff;
    position: relative;
}
.footer_image_background {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0;
    z-index: -1;
}
.footer_container {
    width: 1070px;
    margin: 0 auto;
    z-index: 13;
    padding: 50px 0;
}
.footer_left_section {
    display: inline-block;
    width: 25%;
}
.footer_logo_container {
    width: 200px;
    height: 150px;
    position: relative;
}
.footer_logo_img {
    background-image: url(../img/assets/pires_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.footer_text_container {
    padding: 30px 0 0;
}
.footer_title {
    font-size: 22px;
    text-transform: uppercase;
}
.footer_text {
    font-size: 16px;
}
.footer_text_spacer {
    height: 11px;
}
.footer_right_section {
    display: inline-block;
    width: 74%;
    height: 405px;
    position: relative;
    vertical-align: top;
}
.footer_right_section iframe {
    width: 100%;
    height: 405px;
}
.footer_bottom_container {
    margin: 50px 0 0;
}
.footer_sidenote {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.footer_social_icon_container {
    text-align: center;
}
.footer_social_logo {
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 2px;
}*/
.footer_container {
    background: #854052;
    box-shadow: 0px 0px 2px 0px #000;
    border-top: 1px solid #333;
}
.footer_wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 12px;
}
.footer_text {
    font-size: 12px;
    color: #fff;
    line-height: 36px;
    text-shadow: 0px 0px 1px #000;
}
.footer_text_separator {
    background: #fff;
    width: 1px;
    height: 18px;
    margin: auto 6px;
    box-shadow: 0px 0px 1px #000;
}
a.footer_social_button.md-button.md-ink-ripple {
    margin: 6px 6px;
    position: relative;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    line-height: 24px;
    padding: 0;
}
a.footer_social_button.md-button.md-ink-ripple .footer_social_button_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}






.page_header_wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
     position: relative;
     padding: 0 12px;
}
.section_container {
    margin: 12px 0 24px;
    text-align: center;
}

/* MAIN STORE PAGES */
.page_header_container {
    background: #333;
    padding: 0 12px;
}
.page_header_logo_container {
    width: 230px;
    height: 75px;
    cursor: pointer;
}
.page_logo_img {
    min-width: 150px;
    min-height: 50px;
    width: 150px;
    height: 77px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.page_banner {
    width: 100%;
    height: 400px;
    background-position: center 43%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.page_banner_alt {
    position: relative;
}
.page_brand_logo {
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section_title {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
    color: #333;
    display: inline-block;
    margin-bottom: 40px;
}



/* PAGE PRODUCT LISTING */
.page_products_listing_wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    min-height: 500px;
    padding: 50px 12px;
}
/*.product_item_container {
    min-width: 150px;
    max-width: 200px;
    width: 100%;
    height: 175px;
    position: relative;
    overflow: hidden;
    margin: 6px;
}*/
.product_item_container {
    /* height: 175px; */
    position: relative;
    overflow: hidden;
    margin: 0px 0 40px;
    max-height: 35% !important;
    padding: 12px;
    cursor: pointer;
}
.product_item_wrapper {
    width: 100%;
    height: 30%;
    /* padding: 40px; */
}
.product_image {
    background-position: center 59%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.product_item_overlay_container {
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: 50%;
    top: 50%;
    background: rgba(51, 51, 51, 0.85);
    /* border: 2px solid #854052; */
    transform: translate(-50%,-160%);
    transition: .15s all linear;
    padding: 12px;
}
.product_item_big_wrapper {
    /* overflow: hidden; */
    position: relative;
    outline: none;
}
.product_item_big_wrapper:hover .product_item_overlay_container {
    transform: translate(-50%,-50%);
}
.product_item_overlay_name {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 0;
}
.product_item_overlay_divider {
    width: calc(100% - 28px);
    height: 2px;
    background: #fff;
}
.product_item_overlay_reference {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 0;
}
.overlay_item_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: #854052;
    box-shadow: 0px 0px 2px 0px #000;
    transition: .25s all ease-in-out 0.25s;
}
.product_item_big_wrapper:hover .overlay_item_top {
    width: 100%;
}
.overlay_item_right {
    position: absolute;
    top: 0;
    left: calc(100% - 4px);
    width: 4px;
    height: 0%;
    background: #854052;
    box-shadow: 0px 0px 2px 0px #000;
    transition: .25s all ease-in-out 0.25s;
}
.product_item_big_wrapper:hover .overlay_item_right {
    height: 100%;
}
.overlay_item_bottom {
    position: absolute;
    top: calc(100% - 4px);
    left: 100%;
    width: 0%;
    height: 4px;
    background: #854052;
    box-shadow: 0px 0px 2px 0px #000;
    transition: .25s all ease-in-out 0.25s;
}
.product_item_big_wrapper:hover .overlay_item_bottom {
    width: 100%;
    left: 0%;
}
.overlay_item_left {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 4px;
    height: 0%;
    background: #854052;
    box-shadow: 0px 0px 2px 0px #000;
    transition: .25s all ease-in-out 0.25s;
}
.product_item_big_wrapper:hover .overlay_item_left {
    height: 100%;
    top: 0%;
}
.pagination_buttons_container {
    width: 100%;
}
.pagination_buttons_container div {
    background: #333;
    margin: 0 6px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    transition: .15s all linear;
    cursor: pointer;
}
.pagination_buttons_container div.pagination_active {
    opacity: 0.3;
    cursor: default;
}
.rolex_title {
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
}
.rolex_retailer_description {
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.product_detail_close_button_container button.md-button.md-ink-ripple {
    margin: 0;
    border-radius: 50%;
    min-width: 24px;
    min-height: 24px;
    font-size: 18px;
    margin: 6px;
    color: #333;
    padding: 0;
}








/* PAGE FOOTER */
.page_footer_background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(51, 51, 51, 0.9);
    background-blend-mode: multiply;
}
/*.page_footer_container {
    background: rgba(51, 51, 51, 0.9);
}*/
.page_footer_wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 12px 0;
}
.page_footer_logo_container {
    width: 150px;
    height: 150px;
}
.page_footer_logo {
    height: 112px;
    width: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.page_footer_details_container {
    color: #fff;
}
.page_footer_title {
    text-transform: uppercase;
    font-size: 18px;
}
.page_footer_space {
    padding: 8px;
}
.page_footer_bottom_text {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.social_button.md-button {
    min-width: 32px;
    min-height: 32px;
    padding: 0;
}
.social_button_img {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}






/* CONTACTS */
.contacts_container {
    max-width: 1170px;
    margin: 80px auto 0;
    min-height: calc(100vh - 194px);
    padding: 0 12px;
}
.top_contacts_section {
    border-bottom: 2px solid #854052;
    padding: 0 0 12px;
}
.contacts_logo_img {
    background-image: url(../img/assets/logo_red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    z-index: 10;
}
.contacts_form_section {
    padding: 12px 0;
}
.contact_input_container {
    padding: 0 6px;
}
.contact_input_label {
    color: #854052;
    font-size: 14px;
}
.contact_input_container .contact_input_field {
    width: 100%;
    padding: 6px 6px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 3px 0 6px;
    transition: .15s all linear;
    outline: none;
    font-size: 14px;
    color: #333;
}
.contact_input_container .contact_input_field:focus {
    border-color: #854052;
}
.contacts_form_section form button.md-button.md-ink-ripple {
    width: 100%;
    background: #333;
    margin: 6px;
    color: #fff;
}
.contacts_form_section form button.md-button.md-ink-ripple:hover {
    background: rgba(51, 51, 51, 0.85);
}
.contacts_form_section form {
    margin: 0;
}
.contacts_logo_container {
    padding: 0 0px 12px;
    margin: 0 12px 0px 0;
}
.contacts_big_container .footer_bottom_container {
    margin: 30px 0;
}
.contacts_big_container .page_footer_bottom_text {
    color: #333;
    text-align: center;
}
.contacts_text {
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.contacts_text_spacer {
    line-height: 14px;
    height: 14px;
}
.contacts_bottom_container {
    padding: 0px 0 70px;
}
.page_contacts_bottom_text {
    text-align: center;
}
.contacts_right_section > div {
    position: relative;
}
.top_map_gradient {
    background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
    background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%);
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    position: absolute;
    width: 100%;
    height: 20px;
    top: 0;
    left: 0;
}
.left_map_gradient {
    background: -moz-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
    background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%);
    background: linear-gradient(to right, rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bottom_map_gradient {
    background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
}
.right_map_gradient {
    background: -moz-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-linear-gradient(left, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to right, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}




/*PRODUCT DETAIL POPUP*/

.product_detail_image {
    width: 400px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    object-fit: contain;
    object-position: center;
}
.product_detail_tab_container {
    min-height: 300px;
    padding: 6px;
    width: 350px;
    height: 364px;
}
.product_detail_container md-tabs-wrapper {
    display: none;
}
.product_detail_name {
    font-size: 16px;
    text-shadow: 0px 0px 0px #333;
    padding: 0 0 6px 0;
    max-width: 350px;
    text-align: justify;
    color: #333;
}
.product_detail_ref {
    font-size: 12px;
    color: #854052;
}
.product_detail_action_container .md-button.md-ink-ripple {
    background: #333;
    color: #fff;
    margin: 0 0px 0 0;
    font-size: 12px;
}
.input_wrapper {
    padding: 0 6px 6px;
}
.request_info_container input, .request_info_container textarea {
    border: 0;
    border-bottom: 2px solid rgba(51, 51, 51, 0.5);
    line-height: 24px;
    outline: none;
    font-size: 14px;
}
.request_info_container input:focus, .request_info_container textarea:focus {
    border-bottom: 2px solid #854052;
}
.request_info_container input::placeholder, .request_info_container textarea::placeholder {
    color: #854052;
    font-weight: 300;
}











/* HOME */
.home_container, .history_container, .page_body_container {
    height: calc(100vh - 114px);
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    transition: .15s all linear;
}
.home_banner_container slick.slick-slider img {
    height: calc(100vh - 190px);
    min-height: 550px;
    object-position: center;
    object-fit: cover;
    width: 100%;
}
.home_outer_wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 12px;
}

.home_banner_container {
    position: relative;
}
slick.slick-slider button.slick-arrow {
    display: none;
}
slick.slick-slider {
    height: calc(100vh - 190px);
    min-height: 550px;
}
.featured_product_left_wrapper {
    padding: 12px 12px 0 0;
}
.featured_product_img {
    width: 300px;
    min-height: 310px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured_product_desc {
    font-size: 12px;
    text-align: justify;
    padding: 12px 0;
}
button.home_slider_button.md-button.md-ink-ripple {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 35px;
    margin: 0;
    width: 100px;
    min-width: 35px;
    height: 100%;
    padding: 0;
    line-height: 35px;
    border-radius: 0;
    opacity: .5;
    transition: .15s all linear;
}
button.home_slider_button.md-button.md-ink-ripple:hover {
    opacity: 1;
}
button.home_slider_button.next.md-button.md-ink-ripple {
    right: calc(50px - 100px);
    transform: translate(-50%,-50%);
}
button.home_slider_button.previous.md-button.md-ink-ripple {
    left: 50px;
    transform: translate(-50%,-50%);
}
slick .slick-dots li button:before {
    content: "" !important;
    background: #333;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
    box-shadow: 0px 0px 2px 1px #000;
    transition: .15s all linear;
}
slick .slick-dots li.slick-active button:before {
    background: #854052 !important;
    border: 1px solid #854052;
}
ul.slick-dots {
    bottom: 25px;
}

/* BANNER*/
.banner_container {
    position: relative;
}
.banner_container .banner_message_container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 380px;
}
.banner_container.right_side_text .banner_message_container {
    left: auto;
    right: 0;
    transform: translate(-50%,0%);
}
.banner_container.left_side_text .banner_message_container {
    left: 7%;
    right: auto;
    transform: translate(50%,0%);
}
.banner_container.ng-scope.right_side_text .banner_message_container, .banner_container.ng-scope.left_side_text .banner_message_container {
    /*padding: 0 24px;*/
    text-align: center;
}
.banner_title {
    font-size: 40px;
    padding: 0px 0 20px;
    text-shadow: 0px 0px 1px #000;
}
.banner_message {
    font-size: 20px;
    text-shadow: 0px 0px 1px #000;
}
.banner_message_container.dark_color_text {
    color: #333;
}
.banner_message_container.light_color_text {
    color: #fafafa;
}
.banner_message_container.dark_color_text a.banner_button.md-button.md-ink-ripple {
    background: #333;
    color: #fff;
    /*margin: 12px 0;*/
}
.banner_message_container.light_color_text a.banner_button.md-button.md-ink-ripple {
    background: #fafafa;
    color: #333;
    margin: 12px 0;
}










.featured_product_block_title {
    font-size: 20px;
    border-bottom: 2px solid #854052;
    line-height: 30px;
    text-shadow: 0px 0px 0px #333;
    color: #333;
}
.featured_product_title {
    font-size: 20px;
    text-shadow: 0px 0px 0px #333;
    color: #333;
    padding: 12px 0 0;
}
.featured_product_ref {
    color: #854052;
    font-size: 12px;
    text-shadow: 0px 0px 0px #854052;
}
.featured_product_link.product_detail_action_container a.md-button.md-ink-ripple {
    width: 100%;
}



.home_video_container {
    padding: 12px 0px 0 12px;
}
.home_video_wrapper {
    max-height: 312px;
    overflow: hidden;
}
video#myvideo {
    width: 100%;
}
.featured_second_product_right_wrapper .featured_product_img {
    width: 100%;
}
.featured_second_product_right_wrapper {
    /* margin: 12px 0 0; */
    padding: 12px 0px 0 12px;
}



.no_content_logo_wrapper img {
    width: 200px;
}
.no_content_logo_wrapper .no_content_logo_text {
    font-size: 14px;
    color: #aaa;
    border-top: 1px solid #aaa;
    width: 250px;
    margin: 12px auto;
    padding: 8px 0;
}


















section#history {
    position: relative;
    background-color: #fcfcfa;
    width: 1170px;
    margin: 0 auto;
}
.home_banner_container slick.slick-slider img {
    height: calc(100vh - 290px);
    min-height: 340px;
    object-position: center;
    object-fit: cover;
    width: 100%;
    /* height: 0; */
    /* padding-bottom: 100%; */
}
slick.slick-slider {
    height: calc(100vh - 310px);
    min-height: 350px;
    /* padding-bottom: 100%; */
}

md-toast.md-default-theme .md-toast-content, md-toast .md-toast-content {
    background-color: #98e2a9;
    color: rgb(250,250,250);
}

md-toast .md-toast-content span {
    text-shadow: 0px 0px 1px #000;
    font-weight: 600;
}


.footer_copyright {
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    text-shadow: 0px 0px 1px #000;
}
.footer_copyright a {
    color: #fff;
    padding: 0 0 0 6px;
    text-decoration: none;
    transition: .15s all linear;
}



.search_container {
    height: 0;
    overflow: hidden;
    transition: .15s all linear;
}
.search_container.ng-scope.search_visible {
    height: 48px;
}
.search_container form {
    margin: 0 auto;
    max-width: 1170px;
}
.search_container form input {
    border: 0;
    line-height: 48px;
    outline: none;
    padding: 0;
    text-align: center;
}
.search_container form button.md-button.md-ink-ripple {
    margin: 0;
    min-width: 0;
    width: 36px;
    color: #854052;
}
.home_container.search_visible, .page_body_container.search_visible {
    height: calc(100vh - 162px);
}
.search_container form input::placeholder {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    padding: 0 0 0px 92px;
}