html {
    width: 100%;
    height: 100%;
    position: relative;
}
body {
    width: 100%;
    height: 100%;
    position: relative;
    zoom: 1 !important;
}

*:focus {
    outline: 0 !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@font-face {
    font-family: 'Belleza';
    src: url('../fonts/Belleza-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: htf70;
    src: url(../fonts/font/ufonts.com_knockout-htf70-fullwelterwt-opentype.otf);
}

@font-face {
    font-family: htf71_middle;
    src: url(../fonts/font/ufonts.com_knockout-htf71-fullmiddlewt-opentype.otf);
}

@font-face {
    font-family: lato_regular;
    src: url(../fonts/lato_font/Lato-Regular.ttf);
}

body {
    background: #222;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
/*///// MURPHYS STYLES //////*/
.absolute_center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.active_page {
    color: #a1853e;
}

.murphy_container{
    position: relative;
    width: 100%;
    /*min-height: 100vh;*/
    min-height: 980px;
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    background-image: url('../img/overlay_2.png');
    /* z-index: 99999; */
    background-size: cover;
    margin-bottom: -70px;
}

.murphy_container .murphy_logo_container{
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;

}

.privacy_wrap {
    font-family: htf71_middle, sans-serif;
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 13px;
    font-weight: normal;
    z-index: 99;
}

.privacy_wrap a{
    color: #333;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.privacy_wrap a:hover{
    color: #a1853e;
}

.murphy_container .murphy_logo_container img {
    max-height: 150px;
}

@media screen and (max-width: 736px){
    .murphy_container .murphy_logo_container img {
        max-height: 120px;
    }
}

.main_menu {
    font-family: htf71_middle, sans-serif;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 99;
    font-size: 16px;
}

.main_menu ul{
    list-style: none;
}

.main_menu ul li{
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
}

.main_menu ul li i {
    font-weight: 400;
    margin-right: 8px;
    font-size: 1.1em;
}

.main_menu ul li a {
    color: #333;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    text-decoration: none;
}

.main_menu ul li a:hover {
    color: #a1853e;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 30px;
}

.hamburger-inner::before {
    top: -7px;
}

.hamburger-inner::after {
    bottom: -6px;
}

.mobile_menu {
    position: fixed;
    top: 0;
    right: -1000px;
    height: 100%;
    width: 90%;
    z-index: 1002;
    background-color: #f2eee5;
    -webkit-box-shadow: 1px 0px 14px #333;
    box-shadow: 1px 0px 14px #333;
}

.mobile_menu .mobile_menu_container {
    position: relative;
    width: 100%;
    height: 100%;
}

.mobile_menu .mobile_menu_container .mobile_menu_header {
    text-align: right;
}

.mobile_menu .mobile_menu_container a {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.mobile_menu .mobile_menu_container a:hover {
    color: #000;
}

.mobile_menu .mobile_menu_container .mobile_menu_item {
    position: relative;
    width: 50%;
    padding: 10px;
    float: left;
    text-align: center;
    border: 1px solid #fff;
}

.mobile_menu .mobile_menu_container .mobile_menu_item.fix_width {
    width: 100%;
}

.mobile_menu .mobile_menu_container .mobile_menu_item .icon_circle {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    padding: 5px;
    max-width: 45%;
    margin: 0 auto 10px auto;
}

.mobile_menu .mobile_menu_container .mobile_menu_item img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 100%;
}

.mobile_menu .mobile_menu_container .mobile_menu_item .active_img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 5px;
    max-width: calc(100% - 10px);
}

.mobile_menu .mobile_menu_container .mobile_menu_item p {
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: htf71_middle, sans-serif;
    color: #333;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin: 0;
}

@media screen and (min-height: 414px){
    .mobile_menu .mobile_menu_container .mobile_menu_item p {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 414px){
    .mobile_menu .mobile_menu_container .mobile_menu_item p {
        font-size: .8em;
    }
}

.mobile_menu .mobile_menu_container .mobile_menu_item.item_social {
    width: 100%;
    padding: 15px 0;
    font-size: 1.4em;
}

.mobile_menu .mobile_menu_container .mobile_menu_item.item_social a {
    margin-right: 15px;
    color: #333;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.mobile_menu .mobile_menu_container .mobile_menu_item.item_social a:last-of-type {
    margin-right: 0;
}

.mobile_menu .mobile_menu_container .mobile_menu_item.item_social a:hover {
    color: #a1853e;
}

.mobile_menu .mobile_menu_container .mobile_menu_item.active_page img:not(.active_img), .mobile_menu .mobile_menu_container .mobile_menu_item:hover img:not(.active_img) {
    opacity: 0;
}

.mobile_menu .mobile_menu_container .mobile_menu_item.active_page img.active_img, .mobile_menu .mobile_menu_container .mobile_menu_item:hover img.active_img {
    opacity: 1;
}

.background_overlay {
    position: fixed;
    top: 0;
    left: -1000px;
    width: 11%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.8); }




@media screen and (max-width: 600px) {
    .mobile_menu .mobile_menu_container .mobile_menu_item .icon_circle {
        max-width: 85px;
    }
}

@media screen and (max-width: 375px) {
    .mobile_menu .mobile_menu_container .mobile_menu_item .icon_circle {
        max-width: 60px;
    }
}
@media screen and (max-width: 320px) {
    .mobile_menu .mobile_menu_container .mobile_menu_item .icon_circle {
        max-width: 40px;
    }
}

@media screen and (min-height: 480px) {
    /*.mobile_menu_item:not(item_social) .absolute_center {*/
        /*position: inherit;*/
        /*top: inherit;*/
        /*left: inherit;*/
        /*-webkit-transform: inherit;*/
        /*-ms-transform: inherit;*/
        /*transform: inherit;*/
    /*}*/
}

@media screen and (max-height: 479px) {
    .mobile_menu_item .icon_circle {
        display: none;
    }
}

/*//footer*/
.helper_footer_container{
    background-image: url('../img/bg_modul.png');
    background-repeat: repeat;
}

.arrow_up{
    text-align: center;
}

.arrow_up p{
    margin: 0;
    padding: 50px 0;
}

.arrow_up_container {
    cursor: pointer;
    position: relative;
}

.arrow_up_container img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.arrow_up_container img.arrow_hover {
    position: absolute;
    left: 0;
    opacity: 0;
}

.arrow_up_container:hover img{
    opacity: 1;
}

.arrow_up_container:hover img:not(.arrow_hover){
    opacity: 0;
}

.divider {
    width: 100%;
    height: 2px;
    border-bottom: 2px solid grey;
    margin-bottom: 35px;
}

footer{
    text-align: center;
    font-family: htf71_middle, sans-serif;
    font-size: 15px;
}

@media(max-width: 320px){
    footer{
        font-size: 13px;
    }

}

footer p.footer_info{
    font-size: 0.85em;
}

footer a{
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

footer a:hover{
    color: #a1853e;
}

footer .social_media {
    font-size: 1.5em;
}

footer .social_media a:nth-of-type(2) {
    margin: 0 25px;
}

footer .footer_menu a {
    margin: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
}

footer .enjoy_responsible {
    margin-top: 30px;
    padding-bottom: 20px;
}

footer .enjoy_responsible h4 {
    margin-bottom: 10px;
    font-size: .9em;
    font-family: htf71_middle, sans-serif;
    font-weight: 400;
}

footer .enjoy_responsible a {
    text-transform: uppercase;
    font-size: 1em;
    border-bottom: 1px solid #2e1513;
    margin: 0 8px;
}

footer .enjoy_responsible a:hover {
    border-bottom: 1px solid #a1853e;
}


/*media*/
@media screen and (min-width: 1001px){
    .main_menu .mobile_menu_icon{
        display: none;
    }
}
@media screen and (max-width: 1000px){
    .main_menu li:not(.mobile_menu_icon){
        display: none;
    }

    footer .footer_menu {
        margin: 35px 0 0 0;
    }

    footer .footer_menu a {
        margin: 0 auto;
        display: block;
        width: 40%;
        line-height: 200%;
    }

}

@media screen and (max-width: 768px){
    /*.murphy_container{*/
    /*min-height: 1000px;*/
    /*margin-bottom: -150px;*/
    /*}*/
}

@media screen and (max-width: 600px){
    /*.murphy_container .murphy_logo_container img {*/
    /*max-height: 120px;*/
    /*margin-top: 9px;*/
    /*}*/
}

@media screen and (max-width: 480px){
    /*.murphy_container {*/
    /*min-height: 1200px;*/
    /*}*/

    footer .footer_menu a {
        width: 70%;
    }
    footer .enjoy_responsible a {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 375px){
    /*.murphy_container {*/
    /*min-height: 1050px;*/
    /*}*/
}

@media screen and (max-width: 320px){
    /*.finder {*/
    /*margin-top: 40px !important;*/
    /*}*/
}

@media screen and (max-width: 736px) and (max-height: 414px){
    /*.finder{*/
    /*margin-top: 150px !important;*/
    /*}*/
}

/*////////////////////*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg); }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); } }

@keyframes spin {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg); }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); } }

.page_loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
.page_loader .loader_img {
    width: 200px;
    height: 200px;
    background-image: url("../img/pages_icons/our_stout.png");
    background-size: cover;
    -webkit-animation: spin 6s infinite linear;
    animation: spin 6s infinite linear; }

.overlay-active{
    overflow: hidden;
    position: fixed;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.noblur {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
}

/*#sorry {*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*position: absolute;*/
/*}*/

.sorry-message {
    position: absolute;
    font-family: 'Belleza', sans-serif;
    font-size: 2em;
    color: rgba(255,255,255,1);
    text-align: center;
    width: 95%;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    /*height: 100%;*/
}

.modal {
    width: 500px;
    height: 300px;
    margin: 150px auto;
    position: relative;
    -webkit-transform:translateY(25%);
    -ms-transform:translateY(25%);
    transform:translateY(25%);
    padding: 1.15% 1.5%;
    background: #8a8a8a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a),to(#656565));
    background: -webkit-linear-gradient(top, #8a8a8a 0%,#656565 100%);
    background: -o-linear-gradient(top, #8a8a8a 0%,#656565 100%);
    background: linear-gradient(to bottom, #8a8a8a 0%,#656565 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a8a', endColorstr='#656565',GradientType=0 ); /* IE6-9 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

.fade-enter-active, .fade-leave-active {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0
}

.modal-row {
    font-family: 'Belleza', sans-serif;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -ms-center;
    text-align: center;
    border-bottom: 1px solid lightgray;
    padding: 10px;
}

.modal-row:last-child {
    border-bottom: none;
}

.modal-row-where, .modal-row-select {
    font-size: 1.2em;
    width: 100%;
    display: block;
}

.modal-row-where {
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgba(255,255,255,1);
}

.modal-row-select {
    margin-bottom: 10px;
    color: rgba(255,255,255,1);
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -ms-center;
}

.modal-row-state {
    font-size: 1.8em;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}

.modal-row-button {
    margin-top: 10px;
}

.modal-inputs {
    font-family: 'Belleza', sans-serif;
    width: 80%;
    text-transform: uppercase;
    color: rgba(0,0,0,1);
    font-size: 18px;
    padding: 10px;
}

/* v-select style */

.v-select {
    font-family: 'Belleza', sans-serif;
    background-color: white;
    border-radius: 0;
    width: 80%;
    height: 42px;
    cursor: pointer;
}

.v-select.searchable .dropdown-toggle {
    border: 0px;
}

button[type="button"] span {
    display: none;
}

/* EDGE hack */
_:-ms-lang(x), _:-webkit-full-screen, .modal-row-select {
    margin-left: 10%;
}

/* IE hack */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .modal-row-select {
        margin-left: 10%;
    }
}

.v-select.single.open .selected-tag {
    opacity: 1 !important;
    left:0;
}

.v-select .dropdown-toggle {
    border: 0 !important;
}

.customSelect .dropdown-toggle .selected-tag {
    font-family: 'Belleza', sans-serif;
    font-weight: 400 !important;
    margin-left: 0;
    width: 100%;
    color: #000 !important;
    -webkit-text-align: center;
    -moz-text-align: center;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 4px;
}

/* hide input cursor */

.form-control {
    width: 100% !important;
    bottom: 20px !important;
}

.active {
    pointer-events: none;
}

/* hide dropdown arrow */

.customSelect .dropdown-menu {
    font-family: 'Belleza', sans-serif;
    font-weight: 400 !important;
    font-size: 18px;
    color: #000 !important;
    -webkit-text-align: center !important;
    -moz-text-align: center !important;
    text-align: center !important;
    text-transform: uppercase;
    overflow-y: scroll;
    overflow-x: hidden;
}

.customSelectWays{
    width: 220px !important;
    height: 23px;
    font-size: 13px;
    float: left;
}

@media (max-width: 670px){
    .v-select.customSelectWays {
        width: 100% !important;
    }
}

.customSelect.customSelectWays .dropdown-toggle .selected-tag {
    font-size: 13px;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: none;
    line-height: 22px;
}

.customSelect.customSelectWays .dropdown-menu>.highlight>a {
    background: rgba(0,0,0,0.2);
}

.customSelect.customSelectWays .dropdown-menu {
    font-size: 13px;
    background-color: #7f7f7f;
    color: #fff;
    padding: 0;
    overflow-y: hidden;
    border-radius: 0;
    border:1px solid rgba(0,0,0,0.5);
    text-transform: none;

}

.customSelect.customSelectWays li{
    border-bottom: 1px solid #000;
}

.customSelect.customSelectWays li:last-of-type{
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.customSelect.customSelectWays li>a{
    color:#fff !important;
}

.customSelect.customSelectWays .dropdown-menu .active>a {
    background-color: #404040;
}

.customSelect.customSelectWays .open-indicator{
    height: 13px;
    transform: scale(0.8);
}

.clear_helper{
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

@media (min-width: 670px){
    .clear_helper{
        display: none;
    }
}

@media (min-width: 300px) and (max-width: 736px) and (orientation:portrait) {
    .customSelect .dropdown-menu {
        max-height: 180px !important;
    }
    .v-select {
        width: 100%;
    }
    button.modal-inputs {
        width: 100%;
    }
}

@media (min-width: 568px) and (max-width: 736px) and (orientation:landscape) {
    .customSelect .dropdown-menu {
        max-height: 150px !important;
    }
}
/* end of V-select styling */

/* out of service
select.modal-inputs {
    -webkit-appearance: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align-last: center !important;
    text-align: center !important;
    margin-top: 10px;
    border-radius: 0;
    background-color: white; */

button.modal-inputs {
    font-family: 'Belleza', sans-serif;
    font-weight: 400 !important;
    font-size: 18px;
    margin-top: 10px;
    border-radius: 0;
    border: 0;
    background-color: white;
}

@media (max-width: 500px) {
    .modal {
        width: 90%;
        margin: 20px auto;
    }
}

@media (orientation: landscape) and (max-height: 767px) {
    .modal {
        margin: 40px auto;
        -webkit-transform:translateY(0%);
        -ms-transform:translateY(0%);
        transform:translateY(0%);
    }
}

@media (orientation: landscape) and (max-height: 320px) {
    .modal {
        margin: 10px auto;
        height: 280px;
    }
}

@media (max-width: 320px) {
    .modal {
        width: 280px;
    }
}

.clear {clear:both;}

.finder {
    /*width: 1280px;*/
    height: 540px;
    /*margin: 45px auto;*/
    margin: 0 auto;
    font-family: 'Belleza', sans-serif;
    width: 95%;
    max-width: 1800px;
    position: absolute;
    top: 195px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.9);
    -ms-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
    /*margin-top: 15px;*/
    /*min-height: 980px;*/
}

.label-row {
    font-family: 'Belleza', sans-serif;
    padding: 3px 0;
}

.label-name {
    font-weight: bold;
    font-size: 1.5em;
}

.label-distance {
    vertical-align: super;
    font-weight: bold;
}

.row-address {

}

.row-links {
    margin-bottom: 5px;
}

.row-links:after {
    content:"";
    background: lightgray;
    position: absolute;
    left: 0;
    margin-top: 20px;
    height: 1px;
    width: 100%;
}

.row-icons {
    text-align: center;
    margin-top: 8px;
}

.label-icons {
    margin-left: 20px;
}

.label-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 8px;
}


@media (max-width: 1300px) {
    .finder {
        width: 98%;
    }
}
@media (max-width: 768px) {
    .finder {
        height: 250px;
        margin-top: -25px;
    }
}

.finder .map {
    float: left;
    width: 72%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}

@media (max-width: 940px) {
    .finder .map {
        width: 68%;
    }
}
@media (max-width: 800px) {
    .finder .map {
        float: none;
        width: 100%;
        /*min-height: 700px;*/
    }
}

/* Przemek - change min-height when iPhone 6, 6+, iPad */

@media (min-width: 760px) and (max-width: 800px){
    .finder .map {
        min-height: 465px;
    }
    .finder #resultList {
        min-height: 500px;
    }
}

@media (min-width: 667px) and (max-width: 736px){
    .finder .map {
        min-height: 300px;
    }
}

@media (max-width: 568px) {
    .finder .map {
        min-height: 250px;
    }
}

@media (min-width: 400px ) and (max-width: 420px) {
    .finder .map {
        min-height: 350px;
    }
    #resultList {
        min-height: 357px; /* fix bar menu height when vertical */
    }
}

@media (min-width: 320px ) and (max-width: 399px) {
    .finder .map {
        min-height: 250px;
    }
    #resultList {
        min-height: 357px;
    }
}

/* End of Przemek changes */

.finder .map iframe {
    width: 100%;
    height: 100%;
}

.mCSB_container {
    width: 100% !important;
}
.mCSB_scrollTools {
    padding: 0 !important;
    margin: 0 !important;
}

.finder .legend {
    width: 745px;
    /*height: 55px;*/
    margin: 0 28% 0 auto;
    padding: 1.15% 1.5%;
    background: #8a8a8a;
    background: -webkit-gradient(linear,  left top, left bottom,  from(#8a8a8a),to(#656565));
    background: -webkit-linear-gradient(top,  #8a8a8a 0%,#656565 100%);
    background: -o-linear-gradient(top,  #8a8a8a 0%,#656565 100%);
    background: linear-gradient(to bottom,  #8a8a8a 0%,#656565 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a8a', endColorstr='#656565',GradientType=0 );

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;

    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
@media (max-width: 1024px) {
    .finder .legend {
        width: 72%;
    }
}

@media (max-width: 768px) {
    .finder .legend {
        padding: 15px;
        width: 100%;
        -webkit-border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;

        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
}

.legend .zip {
    float: left;
    /*width: 42%;*/
    width: 230px;
    padding: 0;
}
@media (max-width: 768px) {
    .legend .zip {
        /*width: 36%;*/
        width: 150px;
    }
}

.legend .zip input[type="tel"] {
    font-family: 'Belleza', sans-serif;
    -webkit-appearance: none;
    width: 100%;
    text-align: left;
    border: none;
    padding: 5px 0;
    text-indent: 6pt;
    z-index: 777;
    border-radius: 0;
    color: #000;
    font-size: 13px;
}

.legend .zip input[type="tel"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
.legend .zip input[type="tel"]::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity: 1;
}
.legend .zip input[type="tel"]:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
.legend .zip input[type="tel"]:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.legend .zip .title {
    font-family: 'Belleza', sans-serif;
    float: left;
    width: 35%;
    color: #fff;
    font-size: 10pt;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.legend .zip .title-m {
    display: none;
}
@media (max-width: 768px) {
    .finder {
        margin: 0 auto;
    }

    input[type="tel"] {
        font-size: 13px;
    }

    .legend .zip .title {display: none;}
    .legend .zip .title-m {
        display: block;
        font-family: 'Belleza', sans-serif;
        float: left;
        width: 22%;
        color: #fff;
        font-size: 12pt;
        text-transform: uppercase;
        padding: 3% 0 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.legend .zip .field {
    width: 65%;
    float: right;
    position: relative;
}
@media (max-width: 768px) {
    .legend .zip .field {
        width: 77%;
        float: right;
        position: relative;
    }
}

.legend .zip .field input[type="image"] {
    z-index: 999;
    position: absolute;
    top: 5px;
    right: 5px;
}

.ios-fix .legend .zip .field input[type="image"] {
    top: 8px;
}

@media (max-width: 768px) {
    .legend .zip .field input[type="image"] {
        right: 8px;
    }

    /*.ios-fix .legend .zip .field input[type="image"] {*/
        /*top: 4px;*/
    /*}*/
}

.legend .filter {
    float: left;
    width: 220px;
    margin-left: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.legend .filter .store-filter {
    float: left;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .legend .filter {
        /*width: 60%;*/
    }

    .legend .filter .store-filter {
        margin-left: 15px;
    }
}

@media (max-width: 450px) {
    .legend .zip {
        width: 36%;
    }
    .legend .filter {
        width: 60%;
        margin-left: 0;
        float: right;
    }
}


@media (max-width: 375px) {
    .finder .legend {
        padding: 4.25% 20px;
    }

    .legend .zip {
        /*width: 41%;*/
    }

    .legend .filter {
        /*width: 57%;*/
    }

    .legend .filter .store-filter {
        margin-left: 7px;
    }
}

@media (max-width: 320px) {
    .finder .legend {
        padding: 4.25% 3px;
    }
    .legend .filter .store-filter {
        margin-left: 4px;
    }

    .legend .zip .field input[type="image"] {
        right: 2px;
    }
}


.legend .filter .bar-filter {
    float: left;
}

.finder #resultList {
    float: right;
    width: 28%;
    padding: .5% 0;
    height: 100%;
    background: #a18b53;
    background: -webkit-gradient(linear,  left top, left bottom,  from(#a18b53),to(#a7925e));
    background: -webkit-linear-gradient(top,  #a18b53 0%,#a7925e 100%);
    background: -o-linear-gradient(top,  #a18b53 0%,#a7925e 100%);
    background: linear-gradient(to bottom,  #a18b53 0%,#a7925e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a18b53', endColorstr='#a7925e',GradientType=0 );
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 940px) {
    .finder #resultList {
        width: 32%;
    }
}
@media (max-width: 800px) {
    .finder #resultList {
        width: 100%;
        float: none;
    }
}

.finder #resultList .item {
    width: 100%;
    margin: 0 auto;
    padding: 5%;
    border-top: .75pt solid rgba(255,255,255,0.1);
    border-bottom: .75pt solid rgba(0,0,0,0.2);
    background: #a18b53;
    background: -webkit-gradient(linear,  left top, left bottom,  from(#a18b53),to(#a7925e));
    background: -webkit-linear-gradient(top,  #a18b53 0%,#a7925e 100%);
    background: -o-linear-gradient(top,  #a18b53 0%,#a7925e 100%);
    background: linear-gradient(to bottom,  #a18b53 0%,#a7925e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a18b53', endColorstr='#a7925e',GradientType=0 );

    /*temp style */
    min-height: 85px;
    /* / temp style */

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.finder #resultList .first {border-top: none !important;}
.finder #resultList .last {border-bottom: none !important;}

.item .pint {
    position: relative;
    width: 20%;
    float: left;
    padding: 11.5% 2%;
    background-image: url(../img/pint-fixed.png);
    background-position: top center;
    background-size: 60%;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.item .pint .number {
    color: #000;
    font-size: 11pt;
    position: absolute;
    left: 42%; top: 38%;
}
.item .location {
    width: 80%;
    float: left;
    padding: 0 2%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.item .location .store {
    font-size: 15pt;
    color: #fff;
    padding-bottom: 1%;
}
@media (max-width: 940px) {
    .item .location .store {
        font-size: 12pt;
    }
}

.item .location .store span {
    font-size: 9pt;
}
.item .location .address {
    font-size: 9pt;
    color: #fff;
}
.item .location .address a {
    color: inherit;
    text-decoration: underline;
}
.item .icon {
    width: 25%;
    float: left;
    padding: 0 5% 0 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.item .icon img {
    width: 75%;
}




/*-----------------------------------------------------------
- Checkboxes
-----------------------------------------------------------*/
.checks {
    width: 95%;
    margin: 0 auto;
    padding: 16px 0;
    text-align: center;
}
.filter label {
    font-family: 'Belleza', sans-serif;
    text-transform: uppercase;
    font-size: 9pt;
    line-height: 13pt;
    color: #fff;
    display: block;
    text-align: left;
    padding: 5px 0 0 25px !important;
}
@media (max-width: 768px) {
    .filter label {
        font-size: 8pt;
        line-height: 10pt;
        padding: 7px 0 0 20px !important;
    }
}
.filter label a {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: inherit;
    font-size: 9pt;
    text-decoration: underline;
}
@media (max-width: 600px) {
    .filter label a {
        font-size: 7pt;
        line-height: 10pt;
    }
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding: 6px 0 0 35px;
    cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 6px;
    width: 15px; height: 15px;
    background: #fff;
    border-radius: 0;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✓';
    font-weight: bold;
    position: absolute;
    top: 7px; left: 2px;
    font-size: 10pt;
    line-height: 1;
    color: #9b8448;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: none;
}

/*fix map modal*/
@media screen and (max-width: 414px){
    .label-name{
        font-size: 0.9em;
    }
    .label-distance{
        font-size: 0.9em;
    }
    .label-row{
        padding: 0px 0;
    }
    .label-icon{
        width: 20px;
        height: 20px;
        margin: 0 5px;
    }
    .row-icons {
        margin-top: 0px;
    }
    .row-links {
        margin-bottom: 0px;
    }
    .row-links:after{
        display: none;
    }
    .row-icons,
    .row-links{
        display: inline;
        margin-top: 2px;
    }
    .row-links a{
        vertical-align: super;
    }
    .row-address{
        padding-bottom: 3px;
    }
}

@media screen and (max-height: 414px){
    .label-name{
        font-size: 0.9em;
    }
    .label-distance{
        font-size: 0.9em;
    }
    .label-row{
        padding: 0px 0;
    }
    .label-icon{
        width: 20px;
        height: 20px;
        margin: 0 5px;
    }
    .row-icons {
        margin-top: 0px;
    }
    .row-links {
        margin-bottom: 0px;
    }
    .row-links:after{
        display: none;
    }

    .row-icons,
    .row-links{
        margin-top: 2px;
        display: inline;
    }
    .row-links a{
        vertical-align: super;
    }
    .row-address{
        padding-bottom: 3px;
    }
}

.hide_cursor{
    font-size: 0 !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/*MEDIA*/
/*//bootstrap*/
@media (min-width: 768px){
    .container {
        width: 750px;
    }
}

@media screen and (min-height: 1300px){
    .helper_footer_container{
        padding-top: 59px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (min-width: 737px) and (max-width: 880px){
    .murphy_container{
        min-height: 1150px;
        /*margin-bottom: -200px;*/
    }
    .finder{
        top: 230px;
    }
}

@media screen and (max-width: 414px) {
    .murphy_container{
        min-height: 1200px;
        margin-bottom: -160px;
    }
    .finder{
        top: 230px;
    }
}

@media (max-height: 450px) and (max-width: 850px) {
    .murphy_container{
        min-height: 1150px;
    }

}

/*SORRY*/
.sorry-page .murphy_container{
    position: relative;
    height: 100vh !important;
    min-height: 450px;
    margin-bottom: 0 !important;
}

