html.fp-enabled,
.fp-enabled body {
margin: 0;
padding: 0;
overflow:hidden; -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
position: relative;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.fp-slide {
float: left;
}
.fp-slide, .fp-slidesContainer {
height: 100%;
display: block;
}
.fp-slides {
z-index:1;
height: 100%;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
display: table;
table-layout:fixed;
width: 100%;
}
.fp-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.fp-slidesContainer {
float: left;
position: relative;
}
.fp-controlArrow {
-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; position: absolute;
z-index: 4;
top: 50%;
cursor: pointer;
width: 0;
height: 0;
border-style: solid;
margin-top: -38px;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
left: 15px;
width: 0;
border-width: 38.5px 34px 38.5px 0;
border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
right: 15px;
border-width: 38.5px 0 38.5px 34px;
border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
overflow: hidden;
position: relative;
}
.fp-scroller{
overflow: hidden;
}
.iScrollIndicator{
border: 0 !important;
}
.fp-notransition {
-webkit-transition: none !important;
transition: none !important;
}
#fp-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 50%;
opacity: 1;
-webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
right: 17px;
}
#fp-nav.fp-left {
left: 17px;
}
.fp-slidesNav{
position: absolute;
z-index: 4;
opacity: 1;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
left: 0 !important;
right: 0;
margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
bottom: 17px;
}
.fp-slidesNav.fp-top {
top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
margin: 0;
padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
display: block;
width: 14px;
height: 13px;
margin: 7px;
position:relative;
}
.fp-slidesNav ul li {
display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
height: 12px;
width: 12px;
margin: -6px 0 0 -6px;
border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
border-radius: 50%;
position: absolute;
z-index: 1;
height: 4px;
width: 4px;
border: 0;
background: #333;
left: 50%;
top: 50%;
margin: -2px 0 0 -2px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
width: 10px;
height: 10px;
margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
position: absolute;
top: -2px;
color: #fff;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
max-width: 220px;
overflow: hidden;
display: block;
opacity: 0;
width: 0;
cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
width: auto;
opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
height: auto !important;
} .fp-sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} @media (max-width:600px){
.fp-tableCell {
display: table-footer-group;
vertical-align: middle;
width: 100%;
height: 50%;
}
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {  }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.nothegger-massiv.at/wp-content/plugins/twi-extend-themes-functionality/js/carousel/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.owl-nav {
position: absolute;
top: 50%;
margin: 0 -60px;
right: 0;
left: 0;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
}
.owl-nav button {
background: none !important;
border: 0;
outline: none;
position: relative;
padding: 0;
margin: 0;
height: 33px;
width: 29px;
}
@media( max-width: 1200px ) {
.owl-nav { margin: 0 40px; }
}
.owl-nav .owl-next {
float: right;
}
.owl-nav button:before, .owl-nav button:after {
width: 100%;
height: 2px;
background: #fff;
display: block;
content: '';
}
.owl-nav button.owl-prev:before {
transform: rotate(-30deg);
}
.owl-nav button.owl-prev:after {
transform: rotate(30deg);
}
.owl-nav button:before {
transform: rotate(30deg);
}
.owl-nav button:after {
transform: rotate(-30deg);
}
.owl-nav button:before {
margin-top: 0;
}
.owl-nav button:after {
margin-top: 12px;
} body:not(.elementor-editor-active) .dot-div-1,
body:not(.elementor-editor-active) .dot-div-2,
body:not(.elementor-editor-active) .dot-div-3,
body:not(.elementor-editor-active) .dot-div-4,
body:not(.elementor-editor-active) .dot-div-5,
body:not(.elementor-editor-active) .dot-div-6,
body:not(.elementor-editor-active) .dot-div-7,
body:not(.elementor-editor-active) .dot-div-8 {
position: absolute;
color: #fff;
z-index: 9;
top: 44%;
left: 35%;
width: 5px;
max-width: 5px;
height: 5px;
}
body:not(.elementor-editor-active) .dot-div-2 {
left: 63.5%;
top: 37.3%;
}
body:not(.elementor-editor-active) .dot-div-3 {
top: auto;
left: 52%;
bottom: 7%;
}
body:not(.elementor-editor-active) .dot-div-4 {
left: 36.5%;
top: 60%;
}
body:not(.elementor-editor-active) .dot-div-5 {
top: 37%;
left: 36%;
}
body:not(.elementor-editor-active) .dot-div-7 {
left: 36%;
top: 65%;
}
body:not(.elementor-editor-active) .dot-div-8 {
right: 28%;
left: auto;
bottom: 35%;
top: auto;
}
body:not(.elementor-editor-active) .dot-div-1 > div,
body:not(.elementor-editor-active) .dot-div-2 > div,
body:not(.elementor-editor-active) .dot-div-3 > div,
body:not(.elementor-editor-active) .dot-div-4 > div,
body:not(.elementor-editor-active) .dot-div-5 > div,
body:not(.elementor-editor-active) .dot-div-6 > div,
body:not(.elementor-editor-active) .dot-div-7 > div,
body:not(.elementor-editor-active) .dot-div-8 > div {
max-width: none;
width: auto;
}
body:not(.elementor-editor-active) .dot-div-1 > div > div,
body:not(.elementor-editor-active) .dot-div-2 > div > div,
body:not(.elementor-editor-active) .dot-div-3 > div > div,
body:not(.elementor-editor-active) .dot-div-4 > div > div,
body:not(.elementor-editor-active) .dot-div-5 > div > div,
body:not(.elementor-editor-active) .dot-div-6 > div > div,
body:not(.elementor-editor-active) .dot-div-7 > div > div,
body:not(.elementor-editor-active) .dot-div-8 > div > div {
position: absolute;
width: 350px;
text-align: left;
right: 40px;
bottom: 30px;
border-bottom: 2px solid #fff;
padding-bottom: 7px;
} body:not(.elementor-editor-active) .dot-div-1 > div:after, 
body:not(.elementor-editor-active) .dot-div-2 > div:after, 
body:not(.elementor-editor-active) .dot-div-3 > div:after, 
body:not(.elementor-editor-active) .dot-div-4 > div:after,
body:not(.elementor-editor-active) .dot-div-5 > div:after,
body:not(.elementor-editor-active) .dot-div-6 > div:after,
body:not(.elementor-editor-active) .dot-div-7 > div:after,
body:not(.elementor-editor-active) .dot-div-8 > div:after {
content: '';
width: 5px;
height: 5px;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
background: #fff;
right: 0;
bottom: 0;
position: absolute;
}
body:not(.elementor-editor-active) .dot-div-1 > div > div {
text-align: right;
}
body:not(.elementor-editor-active) .dot-div-2 > div > div,
body:not(.elementor-editor-active) .dot-div-4 > div > div,
body:not(.elementor-editor-active) .dot-div-5 > div > div,
body:not(.elementor-editor-active) .dot-div-8 > div > div {
right: auto;
left: 42px;
}
body:not(.elementor-editor-active) .dot-div-1 > div:before,
body:not(.elementor-editor-active) .dot-div-2 > div:before,
body:not(.elementor-editor-active) .dot-div-3 > div:before,
body:not(.elementor-editor-active) .dot-div-4 > div:before,
body:not(.elementor-editor-active) .dot-div-5 > div:before,
body:not(.elementor-editor-active) .dot-div-6 > div:before,
body:not(.elementor-editor-active) .dot-div-7 > div:before,
body:not(.elementor-editor-active) .dot-div-8 > div:before {
content: '';
position: absolute;
right: -2px;
bottom: 16px;
width: 47px;
height: 2px;
background: #fff;
transform: rotate(36deg);
-webkit-transform: rotate(36deg);
-moz-transform: rotate(36deg);
-ms-transform: rotate(36deg);
-o-transform: rotate(36deg);
}
body:not(.elementor-editor-active) .dot-div-2 > div:before,
body:not(.elementor-editor-active) .dot-div-4 > div:before,
body:not(.elementor-editor-active) .dot-div-5 > div:before,
body:not(.elementor-editor-active) .dot-div-8 > div:before {
right: auto;
left: 0;
transform: rotate(-36deg);
-webkit-transform: rotate(-36deg);
-moz-transform: rotate(-36deg);
-ms-transform: rotate(-36deg);
-o-transform: rotate(-36deg);
}
body:not(.elementor-editor-active) .dot-div-2 > div:after,
body:not(.elementor-editor-active) .dot-div-4 > div:after,
body:not(.elementor-editor-active) .dot-div-5 > div:after,
body:not(.elementor-editor-active) .dot-div-8 > div:after {
right: auto;
left: 0;
}
body:not(.elementor-editor-active) .arrow-div-main {
position: absolute;
z-index: 1;
right: 10%;
bottom: 20%;
max-width: none;
width: auto;
margin: 0 10px;
}
body:not(.elementor-editor-active) .arrow-div-main:before {
content: '';
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 17px solid #6F7175;
display: block;
width: 42px;
height: 17px;
position: absolute;
right: 50px;
bottom: -17px;
}  body:not(.elementor-editor-active) .arrow-div-main-1 {
position: absolute;
z-index: 1;
left: 16.5%;
top: 50%;
max-width: none;
width: auto;
margin: 0 10px;
}
body:not(.elementor-editor-active) .arrow-div-main-1:before {
content: '';
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 17px solid #6F7175;
display: block;
width: 42px;
height: 17px;
position: absolute;
right: 50px;
bottom: -17px;
}
body:not(.elementor-editor-active) .arrow-div-main-2 {
position: absolute;
z-index: 1;
right: 12%;
left: auto;
bottom: 40%;
top: auto;
max-width: 500px;
margin: 0 10px;
}
body:not(.elementor-editor-active) .arrow-div-main-2:before {
content: '';
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 17px solid #6F7175;
display: block;
width: 42px;
height: 17px;
position: absolute;
right: 50px;
bottom: -17px;
}
@media( max-width: 1500px ) {
body:not(.elementor-editor-active) .arrow-div-main {
position: absolute;
z-index: 1;
max-width: 400px;
max-height:95px;
width: auto;
margin: 0 10px;
font-size: 12px;
}
body:not(.elementor-editor-active) .arrow-div-main-1 {
position: absolute;
z-index: 1;
left: 10.5%;
top: 50%;
max-width: 400px;
width: auto;
margin: 0 10px;
font-size: 12px;
max-height:95px;
}
.arrow-div-main-2, .arrow-div-main-3, .arrow-div-main-15 {
font-size: 12px;
max-width: 400px;
max-height:95px;
}
}
@media( max-width: 1320px ) {
body:not(.elementor-editor-active) .arrow-div-main-1 {
position: absolute;
z-index: 1;
left: 1%;
top: 48%;
max-width: none;
width: auto;
margin: 0 10px;
}
body:not(.elementor-editor-active) .arrow-div-main-2 {
position: absolute;
z-index: 1;
right: 1%;
bottom: 40%;
max-width: 450px;
margin: 0 10px;}
body:not(.elementor-editor-active) .dot-div-3 {
top: auto;
left: 56%;
bottom: 4%;
}
}
@media( max-width: 1210px ) {
body:not(.elementor-editor-active) .dot-div-3 {
top: auto;
left: 48%;
bottom: 3%;
}
body:not(.elementor-editor-active) .dot-div-2 {
top: 37.7;
left: 65.5%;
}
}   #fp-nav ul li a span, .fp-slidesNav ul li a span {
background: #fff;
}
body:not(.elementor-editor-active) .sp-section1>div>div>div>div>.elementor-widget-wrap {
display: inline !important;
position: relative;
}
body:not(.elementor-editor-active) .sp-section1>div>div>div>div>.elementor-widget-wrap .elementor-widget-image {
display: inline-block !important;
}
.mapform-container {
position: relative;
}
.mapform-container #map {
width: 90%;
margin-left: auto;
height: 690px;
}
.mapform-container #map-search {
flex-wrap: wrap;
width: 500px;
position: absolute;
top: 60px;
bottom: 60px;
z-index: 1;
background: #5e5e5e;
padding: 90px;
left: 0;
}
.mapform-container #map-search h4 {
font-size: 20px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 15px;
}
.mapform-container #map-search input:not([type="submit"]) {
border: 1px solid #fff;
background: none;
color: #fff;
font-size: 16px;
padding: 15px;
height: auto;
margin: 10px 0;
font-style: italic;
}
.mapform-container #map-search input[type="submit"] {
background: #fff;
color: #383838;
border-radius: 0;
padding: 15px;
display: block;
width: 100%;
margin-top: 15px;
}
.mapform-container #map-search input[type="submit"]:hover,
.mapform-container #map-search input[type="submit"]:focus {
background: #383838;
color: #fff;
}
.mapform-container #map-search ::-webkit-input-placeholder {
color: #fff;
font-style: italic;
}
.mapform-container #map-search :-ms-input-placeholder {
color: #fff;
font-style: italic;
}
.mapform-container #map-search ::placeholder {
color: #fff;
font-style: italic;
}
.mapform-container #map-search.loading:after {
content: '';
background: url(//www.nothegger-massiv.at/wp-content/plugins/twi-extend-themes-functionality/css/loading.gif) center center no-repeat;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.15);
opacity: 0.5;
background-size: 50px;
z-index: 2;
}
.store-listings {
max-width: 1200px;
margin: 0 auto;
padding: 0 30px;
display: flex;
flex-wrap: wrap;
margin-top: 60px;
}
.store-listings .premiumstores {
width: 40%;
padding-right: 100px;
}
.store-listings .normal-stores {
width: 60%;
}
.store-listings .normal-stores .store-col {
float: left;
width: 50%;
}
.store-listings .store-col {
margin-bottom: 20px;
color: #383838;
font-size: 16px;
}
.store-listings .premiumstores .store-col {
font-weight: bold;
border-bottom: 1px solid #707070;
padding-bottom: 30px;
margin-bottom: 30px;
}
.store-listings .premiumstores .store-col:last-child { 
border-bottom: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}
.store-listings .store-col h4 {
font-weight: bold;
color: #383838;
}
.store-listings .premiumstores .store-col h4 {
text-transform: uppercase;
}
.store-listings .store-content {
position: relative;
padding-left: 40px;
}
.store-listings .store-content:before {
counter-reset: leftcount var(--leftcount);
content: counter(leftcount);
background: #6F7175;
position: absolute;
left: 0;
top: 0;
width: 28px;
height: 28px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-weight: bold;
border-radius: 100%;
font-size: 14px;
}
.store-listings .premiumstores .store-content:before {
background: #B3C633;
}
.store-listings .store-head {
display: flex;
justify-content: space-between;
margin-bottom: 8px;
}
@media( max-width: 1024px ) {
body:not(.elementor-editor-active) .sp-section1>div>div>div>div>.elementor-widget-wrap .elementor-widget-image { display: none !important; }
.store-listings .premiumstores,
.store-listings .normal-stores {
width: 100%;
}
.store-listings .store-col {
width: 100% !important;
}
.store-listings .normal-stores {
margin-top: 20px;
}
.mapform-container #map-search {
position: relative;
width: 100%;
top: 0;
bottom: 0;
}
.mapform-container #map {
width: 100%;
height: 300px;
}
.mapform-container #map-search input:not([type="submit"]) {
width: 100%;
max-width: 100%;
}
.store-listings .premiumstores {
padding-right: 0;
}
}
@media( max-width: 767px ) {
.mapform-container #map-search {
padding: 30px;
}
}
.job-panel {
color: #fff;
font-size: 16px;
}
.job-panel h3 {
text-transform: uppercase;
font-size: 21px;
font-weight: bold;
color: #fff;
margin-bottom: 15px;
}
.job-panel .job-toggler-main {
border: 1px solid #fff;
margin-bottom: 10px;
padding: 20px;
}
.job-panel .job-toggler-main .job-tgl-title-content {
display: flex;
justify-content: space-between;
}
.job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-thumb {
width: 200px;
height: 100px;
background: center center no-repeat;
background-size: cover;
}
.job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-left {
padding-right: 30px;
width: 70%;
padding-left: 30px;
}
.job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-right {
margin-top: auto;
margin-bottom: auto;
}
.job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-right button {
background: #FFFFFF;
font-size: 16px;
font-weight: bold;
color: #383838;
border-radius: 0px;
padding: 10px 25px;
text-transform: capitalize;
white-space: nowrap;
}
.job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-right button:hover, .job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-right button:focus {
background: #b3c633;
outline: none;
color: #fff;
}
.job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-left h4 {
font-size: 16px;
color: #FFFFFF;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 5px;
}
.job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-left ul {
display: flex;
flex-wrap: wrap;
}
.job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-left ul li {
width: 50%;
padding: 5px 35px;
position: relative;
}
.job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-left ul li:before {
content: '';
background: #fff;
width: 20px;
height: 20px;
position: absolute;
left: 0;
top: 6px;
border-radius: 100%;
}
.job-tgl-content-bnr {
position: relative;
height: 400px;
background: center center no-repeat;
background-size: cover;
margin-bottom: 50px;
}
.job-panel .job-toggler-main .job-toggler-content {
display: none;
color: #383838;
}
.job-panel .job-toggler-main.active {
background: #fff;
}
.job-panel .job-toggler-main .job-content-container {
display: flex;
flex-wrap: wrap;
padding: 0 100px;
}
.job-panel .job-toggler-main .job-content-container h5 {
width: 100%;
font-size: 16px;
color: #383838;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 15px;
}
.job-panel .job-toggler-main .job-content-container .job-content-container-left, .job-panel .job-toggler-main .job-content-container .job-content-container-right {
width: 50%;
}
.job-panel .job-toggler-main .job-content-container h6 {
font-size: 16px;
font-weight: bold;
}
.job-panel .job-toggler-main .job-content-container .job-content-container-left {
padding-right: 30px;
}
.job-panel .job-toggler-main .job-content-container .job-content-container-right {
padding-left: 30px;
}
.job-panel .job-toggler-main .job-content-container .job-content-container-left>div:not(:last-child), .job-panel .job-toggler-main .job-content-container .job-content-container-right>div:not(:last-child) {
margin-bottom: 20px;
}
.job-panel .job-toggler-main .job-content-container .job-content-container-left ul li {
position: relative;
padding: 3px;
padding-left: 30px;
}
.job-panel .job-toggler-main .job-content-container .job-content-container-left ul li:before {
content: '-';
position: absolute;
left: 0px;
font-weight: 300;
top: 0;
}
.job-panel .job-toggler-main .job-content-container .job-content-container-right ul li {
position: relative;
}
.job-panel .job-toggler-main .job-content-container .job-content-container-right ul li {
position: relative;
padding: 3px;
padding-left: 30px;
}
.job-panel .job-toggler-main .job-content-container .job-content-container-right ul li:before {
content: '';
background: #383838;
width: 20px;
height: 20px;
position: absolute;
left: 0;
top: 6px;
border-radius: 100%;
}
.job-panel .job-toggler-main .mail-btn {
background: #383838;
padding: 10px 25px;
display: inline-block;
color: #fff;
margin-top: 10px;
}
.job-panel .job-toggler-main .mail-btn:hover, .job-panel .job-toggler-main .mail-btn:focus {
background: #b3c633;
outline: none;
color: #fff;
}
.product-scroll {
overflow: hidden;
}
.product-scroll:after {
width: 100%;
height: 100px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
content: '';
background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 43%, rgba(255, 255, 255, 0.927608543417367) 48%, rgba(255, 255, 255, 0.44021358543417366) 64%, rgba(255, 255, 255, 0.13489145658263302) 78%, rgba(255,0,0,0) 88%);
}
.product-scroll ::-webkit-scrollbar {
width: 0;
}
.product-scroll>div {
height: 870px;
overflow-y: scroll;
overflow-x: hidden;
box-sizing: border-box;
width: 100%;
}
@media( max-width: 1024px ) {
.job-panel .job-toggler-main .job-content-container {
padding: 0;
}
}
@media( max-width: 767px ) {
.job-panel .job-toggler-main .job-tgl-title-content {
flex-wrap: wrap;
}
.job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-thumb {
width: 100%;
margin-bottom: 15px;
}
.job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-left {
width: 100%;
padding: 0 0 20px;
}
.job-panel .job-toggler-main .job-tgl-title-content .job-tgl-title-left ul li {
width: 100%;
}
.job-tgl-content-bnr {
height: 200px;
}
.job-panel .job-toggler-main .job-content-container {
padding: 0;
}
.job-panel .job-toggler-main .job-content-container .job-content-container-left, .job-panel .job-toggler-main .job-content-container .job-content-container-right {
width: 100%;
padding: 0;
}
.job-panel .job-toggler-main .job-content-container .job-content-container-left {
margin-bottom: 20px;
}
.product-scroll>div {
height: 600px;
}
}.store_locator_hidden {
display: none;
}
#store_locator * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#store_locator *:before,
#store_locator *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#store_locator .gm-style-iw-d {
max-width: 100% !important;
}
.store_locator_result_list_box hr {
margin: 0 !important;
}
.modal-open #store_modal{
overflow: hidden;
}
#store_modal.store-locator-modal {
position: fixed;
top: 40px;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal-open #store_modal.store-locator-modal {
overflow-x: hidden;
overflow-y: auto;
}
#store_modal .store-locator-modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
#store_modal.store-locator-modal.fade .store-locator-modal-dialog {
-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
#store_modal .store-locator-modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.store-locator-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.store-locator-modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.store-locator-modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
#store_modal .store-locator-modal-title {
margin: 0;
line-height: 1.42857143;
}
#store_locator.store-locator-modal-body {
padding: 15px 0;
}
#store_modal .store-locator-modal-body {
position: relative;
padding: 15px;
}
#store_modal .store-locator-modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
#store_modal .store-locator-modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
#store_modal .store-locator-modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
#store_modal .store-locator-modal-footer .btn-block + .btn-block {
margin-left: 0;
}
#store_modal .store-locator-modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
#store_modal .store-locator-modal-dialog {
width: 600px;
margin: 30px auto;
}
#store_modal .store-locator-modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
#store_modal .store-locator-modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
#store_modal .store-locator-modal-lg {
width: 900px;
}
}
#store_modal_close {
position: absolute;
top: 10px;
right: 20px;
z-index: 99;
}  #store_locator_result_list {
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
}
.store_locator_result_list_item {
border-bottom: 1px solid #E6E6E6;
padding-top: 10px;
padding-bottom: 10px;
position: relative;
}
.store_locator_result_list_title {
border-top: 1px solid #E6E6E6;
}
.store_locator_result_list_item:hover {
cursor: pointer;
background-color: #eeeeee;
}
.store_locator_filter_box {
margin: 0 0 15px;
}
.store_locator_filter_box h3 {
margin-bottom: 0px;
}
.store_locator_filter_box h4 {
margin: 10px 0 0;
}
.store_locator_details p {
margin: 0;
}
.store_locator_icon {
margin-top: 30px;
}
.pac-container {
z-index: 99999;
}
.store_locator_loading {
background-color: #FFFFFF;
height: 100%;
width: 100%;
z-index: 99999;
position: absolute;
left: 0;
top: 0;
zoom: 1;
filter: alpha(opacity=80);
opacity: 0.8;
}
.store_locator_loading i {
position: absolute;
left: 50%;
top: 50%;
}
i.fa {
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.store_locator_name {
margin-bottom: 0px;
}
.store_locator_name i.fa {
font-size: 85%;
}
.store_locator_filter_radius, .store_locator_find_stores_button, .store_locator_address_field, .store_locator_filter_select, .store_locator_name_search_field {
width: 100%;
}
.store_locator_filter_categories {
width: 100% !important;
}
.store_modal_title {
margin-bottom: 0px;
}
.store_locator .store_locator_address_field:focus,
.store_locator_name_search_field:focus {
background-color: #FFFFFF;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.store_locator .store_locator_address_field, 
.store_locator .store_locator_name_search_field,
.store_locator .select {
padding: 20px 15px;
border: 1px solid #EEE;
background-color: #FFF;
border-radius: 0px;
box-shadow: none;
color: #484c51;
}
.store_locator_name_search_field {
margin-top: 20px;
}
.store_locator .select {
height: 40px;  
}
.store_locator_search_box .store-locator-row {
margin-bottom: 15px;
}
.store_locator .select {
display: inline-block; position: relative; vertical-align: middle; padding: 0; overflow: hidden; -moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-transition: box-shadow 0.25s ease;
-o-transition: box-shadow 0.25s ease;
-webkit-transition: box-shadow 0.25s ease;
transition: box-shadow 0.25s ease;  }
.store_locator .select:hover {
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.store_locator .select:before {
position: absolute;
top: 0.5em;
right: 0.5em;
pointer-events: none;
}
.store_locator .select select {
cursor: pointer;
padding: 0.5em;
padding-right: 2em;
width: 130%;
border: none;
background: transparent;
background-image: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
width: 160% \9;
}
.store_locator .select select:focus {
outline: none;
}
.store_locator .select:before {
font-family: "FontAwesome";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.store_locator .icon--down:before, .select:before {
content: "\f063";
}
.store_locator_filter_open_close:hover {
cursor:pointer;
}
.store_locator_filter_title {
display: inline;
}
.store_locator_filter_categories {
margin-top: 10px;
} 
.store_locator_filter_open_close i {
float:right;
margin-top: 10px;
}
.single_filter h5 {
margin-top: 10px;
margin-bottom: 0;
}
.single_filter_checkbox {
margin-top: 5px;
} .control {
display: block;
position: relative;
padding-left: 30px;
cursor: pointer;
font-size: 16px;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control__indicator {
position: absolute;
top: 2px;
left: 0;
margin-left:2px;
height: 20px;
width: 20px;
background: #e6e6e6;
}
.control--radio .control__indicator {
border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
background: #ccc;
}
.control input:checked ~ .control__indicator {
background: #60646c;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
background: #60646c;
}
.control input:disabled ~ .control__indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control__indicator:after {
content: '';
position: absolute;
display: none;
}
.control input:checked ~ .control__indicator:after {
display: block;
}
.control--checkbox .control__indicator:after {
left: 8px;
top: 4px;
width: 3px;
height: 8px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
border-color: #60646c;
}
.store_locator_actions a {
margin-right: 5px;
}
.store_locator_opening_hours {
margin-top: 10px;
margin-bottom: 10px;
}
.store_locator_opening_hours h3 {
margin-bottom: 5px;
}
.store_locator_no_stores {
color: #fc5000;
font-size: 18px;
}
.store_locator_result_list_title {
padding-top: 20px;
}
.store_locator_filter_title, .store_locator_result_list_title  {
font-size: 20px;
}
.store_locator_details .store_locator_contact {
margin-bottom: 10px;
}
.store_locator_details .store_locator_address {
margin-top: 10px;
}
.store_locator_dragged_button {
position: absolute;
bottom: 30px;
right: 40%;
}
.store_locator_single_map {
margin-top:50px;
height: 300px;
}
.store_locator_single_contact {
width: 45%;
float:left;
padding-left:4%;
}
.store_locator_single_address {
width: 45%;
float:left;
}
.store_locator_single_clear {
clear: both;
float: none;
display: block;
}
.store_locator_single_contact_store a.store_locator_contact_store_button {
display: inline-block;
margin: 20px auto;
}
.store_locator_result_list_item {
font-size:14px;
line-height: 16px;
padding-top: 15px;
padding-bottom: 15px;
}
.store_locator_result_list_item h3.store_locator_name {
margin-bottom: 5px;
}
.store_locator_actions {
margin-bottom: 0px;
}
.store_locator_filter_active_filter_box {
font-size: 15px;
}
.store_modal_title {
margin-bottom: 5px;
line-height: 20px;
}
.store_modal_title, .store_locator_name {
margin-top: 0px;
}
.store_locator_opening_hours h3 {
margin-top: 0;
}
.store_locator_single_categories, .store_locator_single_filter {
font-size: 90%;
}
.store_locator_single_filter {
padding-bottom: 15px;
}
.store_locator_category_filter_image {
text-align: center;
display: inline-block;
margin-right: 15px;
margin-top: 10px;
}
.store_locator_category_filter_image:hover {
cursor: pointer;
}
.store_locator_category_filter_image_name {
font-size: 80%;
}
.store_locator_form_store_name input, 
.store_locator_form_store_address input, 
.store_locator_form_store_zip input, 
.store_locator_form_store_city input, 
.store_locator_form_store_country input, 
.store_locator_form_store_region input, 
.store_locator_form_store_telephone input, 
.store_locator_form_store_mobile input, 
.store_locator_form_store_fax input, 
.store_locator_form_store_email input, 
.store_locator_form_store_website input {
cursor: not-allowed;
}
.store-form-contact {
width: 60%;
float: left;
}
.store-form-details {
width: 40%;
padding-left: 10%;
float: left;
}
.store_locator_search .store-locator-row {
margin-bottom: 20px;
}
#store_locator .gm-style, #store_locator .gm-style * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#store_locator .gm-style-iw, #store_locator .gm-style-iw * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}.store-locator-container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.store-locator-container {
width: 750px;
}
}
@media (min-width: 992px) {
.store-locator-container {
width: 970px;
}
}
@media (min-width: 1200px) {
.store-locator-container {
width: 1170px;
}
}
.store-locator-container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.store-locator-row {
margin-left: -15px;
margin-right: -15px;
}
.store-locator-col-xs-1, .store-locator-col-sm-1, .store-locator-col-md-1, .store-locator-col-lg-1, .store-locator-col-xs-2, .store-locator-col-sm-2, .store-locator-col-md-2, .store-locator-col-lg-2, .store-locator-col-xs-3, .store-locator-col-sm-3, .store-locator-col-md-3, .store-locator-col-lg-3, .store-locator-col-xs-4, .store-locator-col-sm-4, .store-locator-col-md-4, .store-locator-col-lg-4, .store-locator-col-xs-5, .store-locator-col-sm-5, .store-locator-col-md-5, .store-locator-col-lg-5, .store-locator-col-xs-6, .store-locator-col-sm-6, .store-locator-col-md-6, .store-locator-col-lg-6, .store-locator-col-xs-7, .store-locator-col-sm-7, .store-locator-col-md-7, .store-locator-col-lg-7, .store-locator-col-xs-8, .store-locator-col-sm-8, .store-locator-col-md-8, .store-locator-col-lg-8, .store-locator-col-xs-9, .store-locator-col-sm-9, .store-locator-col-md-9, .store-locator-col-lg-9, .store-locator-col-xs-10, .store-locator-col-sm-10, .store-locator-col-md-10, .store-locator-col-lg-10, .store-locator-col-xs-11, .store-locator-col-sm-11, .store-locator-col-md-11, .store-locator-col-lg-11, .store-locator-col-xs-12, .store-locator-col-sm-12, .store-locator-col-md-12, .store-locator-col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.store-locator-col-xs-1, .store-locator-col-xs-2, .store-locator-col-xs-3, .store-locator-col-xs-4, .store-locator-col-xs-5, .store-locator-col-xs-6, .store-locator-col-xs-7, .store-locator-col-xs-8, .store-locator-col-xs-9, .store-locator-col-xs-10, .store-locator-col-xs-11, .store-locator-col-xs-12 {
float: left;
}
.store-locator-col-xs-12 {
width: 100%;
}
.store-locator-col-xs-11 {
width: 91.66666667%;
}
.store-locator-col-xs-10 {
width: 83.33333333%;
}
.store-locator-col-xs-9 {
width: 75%;
}
.store-locator-col-xs-8 {
width: 66.66666667%;
}
.store-locator-col-xs-7 {
width: 58.33333333%;
}
.store-locator-col-xs-6 {
width: 50%;
}
.store-locator-col-xs-5 {
width: 41.66666667%;
}
.store-locator-col-xs-4 {
width: 33.33333333%;
}
.store-locator-col-xs-3 {
width: 25%;
}
.store-locator-col-xs-2 {
width: 16.66666667%;
}
.store-locator-col-xs-1 {
width: 8.33333333%;
}
.store-locator-col-xs-pull-12 {
right: 100%;
}
.store-locator-col-xs-pull-11 {
right: 91.66666667%;
}
.store-locator-col-xs-pull-10 {
right: 83.33333333%;
}
.store-locator-col-xs-pull-9 {
right: 75%;
}
.store-locator-col-xs-pull-8 {
right: 66.66666667%;
}
.store-locator-col-xs-pull-7 {
right: 58.33333333%;
}
.store-locator-col-xs-pull-6 {
right: 50%;
}
.store-locator-col-xs-pull-5 {
right: 41.66666667%;
}
.store-locator-col-xs-pull-4 {
right: 33.33333333%;
}
.store-locator-col-xs-pull-3 {
right: 25%;
}
.store-locator-col-xs-pull-2 {
right: 16.66666667%;
}
.store-locator-col-xs-pull-1 {
right: 8.33333333%;
}
.store-locator-col-xs-pull-0 {
right: auto;
}
.store-locator-col-xs-push-12 {
left: 100%;
}
.store-locator-col-xs-push-11 {
left: 91.66666667%;
}
.store-locator-col-xs-push-10 {
left: 83.33333333%;
}
.store-locator-col-xs-push-9 {
left: 75%;
}
.store-locator-col-xs-push-8 {
left: 66.66666667%;
}
.store-locator-col-xs-push-7 {
left: 58.33333333%;
}
.store-locator-col-xs-push-6 {
left: 50%;
}
.store-locator-col-xs-push-5 {
left: 41.66666667%;
}
.store-locator-col-xs-push-4 {
left: 33.33333333%;
}
.store-locator-col-xs-push-3 {
left: 25%;
}
.store-locator-col-xs-push-2 {
left: 16.66666667%;
}
.store-locator-col-xs-push-1 {
left: 8.33333333%;
}
.store-locator-col-xs-push-0 {
left: auto;
}
.store-locator-col-xs-offset-12 {
margin-left: 100%;
}
.store-locator-col-xs-offset-11 {
margin-left: 91.66666667%;
}
.store-locator-col-xs-offset-10 {
margin-left: 83.33333333%;
}
.store-locator-col-xs-offset-9 {
margin-left: 75%;
}
.store-locator-col-xs-offset-8 {
margin-left: 66.66666667%;
}
.store-locator-col-xs-offset-7 {
margin-left: 58.33333333%;
}
.store-locator-col-xs-offset-6 {
margin-left: 50%;
}
.store-locator-col-xs-offset-5 {
margin-left: 41.66666667%;
}
.store-locator-col-xs-offset-4 {
margin-left: 33.33333333%;
}
.store-locator-col-xs-offset-3 {
margin-left: 25%;
}
.store-locator-col-xs-offset-2 {
margin-left: 16.66666667%;
}
.store-locator-col-xs-offset-1 {
margin-left: 8.33333333%;
}
.store-locator-col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.store-locator-col-sm-1, .store-locator-col-sm-2, .store-locator-col-sm-3, .store-locator-col-sm-4, .store-locator-col-sm-5, .store-locator-col-sm-6, .store-locator-col-sm-7, .store-locator-col-sm-8, .store-locator-col-sm-9, .store-locator-col-sm-10, .store-locator-col-sm-11, .store-locator-col-sm-12 {
float: left;
}
.store-locator-col-sm-12 {
width: 100%;
}
.store-locator-col-sm-11 {
width: 91.66666667%;
}
.store-locator-col-sm-10 {
width: 83.33333333%;
}
.store-locator-col-sm-9 {
width: 75%;
}
.store-locator-col-sm-8 {
width: 66.66666667%;
}
.store-locator-col-sm-7 {
width: 58.33333333%;
}
.store-locator-col-sm-6 {
width: 50%;
}
.store-locator-col-sm-5 {
width: 41.66666667%;
}
.store-locator-col-sm-4 {
width: 33.33333333%;
}
.store-locator-col-sm-3 {
width: 25%;
}
.store-locator-col-sm-2 {
width: 16.66666667%;
}
.store-locator-col-sm-1 {
width: 8.33333333%;
}
.store-locator-col-sm-pull-12 {
right: 100%;
}
.store-locator-col-sm-pull-11 {
right: 91.66666667%;
}
.store-locator-col-sm-pull-10 {
right: 83.33333333%;
}
.store-locator-col-sm-pull-9 {
right: 75%;
}
.store-locator-col-sm-pull-8 {
right: 66.66666667%;
}
.store-locator-col-sm-pull-7 {
right: 58.33333333%;
}
.store-locator-col-sm-pull-6 {
right: 50%;
}
.store-locator-col-sm-pull-5 {
right: 41.66666667%;
}
.store-locator-col-sm-pull-4 {
right: 33.33333333%;
}
.store-locator-col-sm-pull-3 {
right: 25%;
}
.store-locator-col-sm-pull-2 {
right: 16.66666667%;
}
.store-locator-col-sm-pull-1 {
right: 8.33333333%;
}
.store-locator-col-sm-pull-0 {
right: auto;
}
.store-locator-col-sm-push-12 {
left: 100%;
}
.store-locator-col-sm-push-11 {
left: 91.66666667%;
}
.store-locator-col-sm-push-10 {
left: 83.33333333%;
}
.store-locator-col-sm-push-9 {
left: 75%;
}
.store-locator-col-sm-push-8 {
left: 66.66666667%;
}
.store-locator-col-sm-push-7 {
left: 58.33333333%;
}
.store-locator-col-sm-push-6 {
left: 50%;
}
.store-locator-col-sm-push-5 {
left: 41.66666667%;
}
.store-locator-col-sm-push-4 {
left: 33.33333333%;
}
.store-locator-col-sm-push-3 {
left: 25%;
}
.store-locator-col-sm-push-2 {
left: 16.66666667%;
}
.store-locator-col-sm-push-1 {
left: 8.33333333%;
}
.store-locator-col-sm-push-0 {
left: auto;
}
.store-locator-col-sm-offset-12 {
margin-left: 100%;
}
.store-locator-col-sm-offset-11 {
margin-left: 91.66666667%;
}
.store-locator-col-sm-offset-10 {
margin-left: 83.33333333%;
}
.store-locator-col-sm-offset-9 {
margin-left: 75%;
}
.store-locator-col-sm-offset-8 {
margin-left: 66.66666667%;
}
.store-locator-col-sm-offset-7 {
margin-left: 58.33333333%;
}
.store-locator-col-sm-offset-6 {
margin-left: 50%;
}
.store-locator-col-sm-offset-5 {
margin-left: 41.66666667%;
}
.store-locator-col-sm-offset-4 {
margin-left: 33.33333333%;
}
.store-locator-col-sm-offset-3 {
margin-left: 25%;
}
.store-locator-col-sm-offset-2 {
margin-left: 16.66666667%;
}
.store-locator-col-sm-offset-1 {
margin-left: 8.33333333%;
}
.store-locator-col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.store-locator-col-md-1, .store-locator-col-md-2, .store-locator-col-md-3, .store-locator-col-md-4, .store-locator-col-md-5, .store-locator-col-md-6, .store-locator-col-md-7, .store-locator-col-md-8, .store-locator-col-md-9, .store-locator-col-md-10, .store-locator-col-md-11, .store-locator-col-md-12 {
float: left;
}
.store-locator-col-md-12 {
width: 100%;
}
.store-locator-col-md-11 {
width: 91.66666667%;
}
.store-locator-col-md-10 {
width: 83.33333333%;
}
.store-locator-col-md-9 {
width: 75%;
}
.store-locator-col-md-8 {
width: 66.66666667%;
}
.store-locator-col-md-7 {
width: 58.33333333%;
}
.store-locator-col-md-6 {
width: 50%;
}
.store-locator-col-md-5 {
width: 41.66666667%;
}
.store-locator-col-md-4 {
width: 33.33333333%;
}
.store-locator-col-md-3 {
width: 25%;
}
.store-locator-col-md-2 {
width: 16.66666667%;
}
.store-locator-col-md-1 {
width: 8.33333333%;
}
.store-locator-col-md-pull-12 {
right: 100%;
}
.store-locator-col-md-pull-11 {
right: 91.66666667%;
}
.store-locator-col-md-pull-10 {
right: 83.33333333%;
}
.store-locator-col-md-pull-9 {
right: 75%;
}
.store-locator-col-md-pull-8 {
right: 66.66666667%;
}
.store-locator-col-md-pull-7 {
right: 58.33333333%;
}
.store-locator-col-md-pull-6 {
right: 50%;
}
.store-locator-col-md-pull-5 {
right: 41.66666667%;
}
.store-locator-col-md-pull-4 {
right: 33.33333333%;
}
.store-locator-col-md-pull-3 {
right: 25%;
}
.store-locator-col-md-pull-2 {
right: 16.66666667%;
}
.store-locator-col-md-pull-1 {
right: 8.33333333%;
}
.store-locator-col-md-pull-0 {
right: auto;
}
.store-locator-col-md-push-12 {
left: 100%;
}
.store-locator-col-md-push-11 {
left: 91.66666667%;
}
.store-locator-col-md-push-10 {
left: 83.33333333%;
}
.store-locator-col-md-push-9 {
left: 75%;
}
.store-locator-col-md-push-8 {
left: 66.66666667%;
}
.store-locator-col-md-push-7 {
left: 58.33333333%;
}
.store-locator-col-md-push-6 {
left: 50%;
}
.store-locator-col-md-push-5 {
left: 41.66666667%;
}
.store-locator-col-md-push-4 {
left: 33.33333333%;
}
.store-locator-col-md-push-3 {
left: 25%;
}
.store-locator-col-md-push-2 {
left: 16.66666667%;
}
.store-locator-col-md-push-1 {
left: 8.33333333%;
}
.store-locator-col-md-push-0 {
left: auto;
}
.store-locator-col-md-offset-12 {
margin-left: 100%;
}
.store-locator-col-md-offset-11 {
margin-left: 91.66666667%;
}
.store-locator-col-md-offset-10 {
margin-left: 83.33333333%;
}
.store-locator-col-md-offset-9 {
margin-left: 75%;
}
.store-locator-col-md-offset-8 {
margin-left: 66.66666667%;
}
.store-locator-col-md-offset-7 {
margin-left: 58.33333333%;
}
.store-locator-col-md-offset-6 {
margin-left: 50%;
}
.store-locator-col-md-offset-5 {
margin-left: 41.66666667%;
}
.store-locator-col-md-offset-4 {
margin-left: 33.33333333%;
}
.store-locator-col-md-offset-3 {
margin-left: 25%;
}
.store-locator-col-md-offset-2 {
margin-left: 16.66666667%;
}
.store-locator-col-md-offset-1 {
margin-left: 8.33333333%;
}
.store-locator-col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.store-locator-col-lg-1, .store-locator-col-lg-2, .store-locator-col-lg-3, .store-locator-col-lg-4, .store-locator-col-lg-5, .store-locator-col-lg-6, .store-locator-col-lg-7, .store-locator-col-lg-8, .store-locator-col-lg-9, .store-locator-col-lg-10, .store-locator-col-lg-11, .store-locator-col-lg-12 {
float: left;
}
.store-locator-col-lg-12 {
width: 100%;
}
.store-locator-col-lg-11 {
width: 91.66666667%;
}
.store-locator-col-lg-10 {
width: 83.33333333%;
}
.store-locator-col-lg-9 {
width: 75%;
}
.store-locator-col-lg-8 {
width: 66.66666667%;
}
.store-locator-col-lg-7 {
width: 58.33333333%;
}
.store-locator-col-lg-6 {
width: 50%;
}
.store-locator-col-lg-5 {
width: 41.66666667%;
}
.store-locator-col-lg-4 {
width: 33.33333333%;
}
.store-locator-col-lg-3 {
width: 25%;
}
.store-locator-col-lg-2 {
width: 16.66666667%;
}
.store-locator-col-lg-1 {
width: 8.33333333%;
}
.store-locator-col-lg-pull-12 {
right: 100%;
}
.store-locator-col-lg-pull-11 {
right: 91.66666667%;
}
.store-locator-col-lg-pull-10 {
right: 83.33333333%;
}
.store-locator-col-lg-pull-9 {
right: 75%;
}
.store-locator-col-lg-pull-8 {
right: 66.66666667%;
}
.store-locator-col-lg-pull-7 {
right: 58.33333333%;
}
.store-locator-col-lg-pull-6 {
right: 50%;
}
.store-locator-col-lg-pull-5 {
right: 41.66666667%;
}
.store-locator-col-lg-pull-4 {
right: 33.33333333%;
}
.store-locator-col-lg-pull-3 {
right: 25%;
}
.store-locator-col-lg-pull-2 {
right: 16.66666667%;
}
.store-locator-col-lg-pull-1 {
right: 8.33333333%;
}
.store-locator-col-lg-pull-0 {
right: auto;
}
.store-locator-col-lg-push-12 {
left: 100%;
}
.store-locator-col-lg-push-11 {
left: 91.66666667%;
}
.store-locator-col-lg-push-10 {
left: 83.33333333%;
}
.store-locator-col-lg-push-9 {
left: 75%;
}
.store-locator-col-lg-push-8 {
left: 66.66666667%;
}
.store-locator-col-lg-push-7 {
left: 58.33333333%;
}
.store-locator-col-lg-push-6 {
left: 50%;
}
.store-locator-col-lg-push-5 {
left: 41.66666667%;
}
.store-locator-col-lg-push-4 {
left: 33.33333333%;
}
.store-locator-col-lg-push-3 {
left: 25%;
}
.store-locator-col-lg-push-2 {
left: 16.66666667%;
}
.store-locator-col-lg-push-1 {
left: 8.33333333%;
}
.store-locator-col-lg-push-0 {
left: auto;
}
.store-locator-col-lg-offset-12 {
margin-left: 100%;
}
.store-locator-col-lg-offset-11 {
margin-left: 91.66666667%;
}
.store-locator-col-lg-offset-10 {
margin-left: 83.33333333%;
}
.store-locator-col-lg-offset-9 {
margin-left: 75%;
}
.store-locator-col-lg-offset-8 {
margin-left: 66.66666667%;
}
.store-locator-col-lg-offset-7 {
margin-left: 58.33333333%;
}
.store-locator-col-lg-offset-6 {
margin-left: 50%;
}
.store-locator-col-lg-offset-5 {
margin-left: 41.66666667%;
}
.store-locator-col-lg-offset-4 {
margin-left: 33.33333333%;
}
.store-locator-col-lg-offset-3 {
margin-left: 25%;
}
.store-locator-col-lg-offset-2 {
margin-left: 16.66666667%;
}
.store-locator-col-lg-offset-1 {
margin-left: 8.33333333%;
}
.store-locator-col-lg-offset-0 {
margin-left: 0%;
}
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.store-locator-fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.store-locator-in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-webkit-background-clip: padding-box;
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.store-locator-fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.store-locator-in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .store-locator-close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .store-locator-btn + .store-locator-btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .store-locator-btn-group .store-locator-btn + .store-locator-btn {
margin-left: -1px;
}
.modal-footer .store-locator-btn-block + .store-locator-btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.store-locator-clearfix:before,
.store-locator-clearfix:after,
.store-locator-container:before,
.store-locator-container:after,
.store-locator-container-fluid:before,
.store-locator-container-fluid:after,
.store-locator-row:before,
.store-locator-row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.store-locator-clearfix:after,
.store-locator-container:after,
.store-locator-container-fluid:after,
.store-locator-row:after,
.modal-header:after,
.modal-footer:after {
clear: both;
}
.store-locator-center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.store-locator-pull-right {
float: right !important;
}
.store-locator-pull-left {
float: left !important;
}
.store-locator-hide {
display: none !important;
}
.store-locator-show {
display: block !important;
}
.store-locator-invisible {
visibility: hidden;
}
.store-locator-text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.store-locator-hidden {
display: none !important;
}
.store-locator-affix {
position: fixed;
}
.store-locator-clearfix:before,
.store-locator-clearfix:after,
.store-locator-dl-horizontal dd:before,
.store-locator-dl-horizontal dd:after,
.store-locator-container:before,
.store-locator-container:after,
.store-locator-container-fluid:before,
.store-locator-container-fluid:after,
.store-locator-row:before,
.store-locator-row:after,
.store-locator-form-horizontal .store-locator-form-group:before,
.store-locator-form-horizontal .store-locator-form-group:after,
.store-locator-btn-toolbar:before,
.store-locator-btn-toolbar:after,
.store-locator-btn-group-vertical > .store-locator-btn-group:before,
.store-locator-btn-group-vertical > .store-locator-btn-group:after,
.store-locator-nav:before,
.store-locator-nav:after,
.store-locator-navbar:before,
.store-locator-navbar:after,
.store-locator-navbar-header:before,
.store-locator-navbar-header:after,
.store-locator-navbar-collapse:before,
.store-locator-navbar-collapse:after,
.store-locator-pager:before,
.store-locator-pager:after,
.store-locator-panel-body:before,
.store-locator-panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.store-locator-clearfix:after,
.store-locator-dl-horizontal dd:after,
.store-locator-container:after,
.store-locator-container-fluid:after,
.store-locator-row:after,
.store-locator-form-horizontal .store-locator-form-group:after,
.store-locator-btn-toolbar:after,
.store-locator-btn-group-vertical > .store-locator-btn-group:after,
.store-locator-nav:after,
.store-locator-navbar:after,
.store-locator-navbar-header:after,
.store-locator-navbar-collapse:after,
.store-locator-pager:after,
.store-locator-panel-body:after,
.modal-header:after,
.modal-footer:after {
clear: both;
}
.store-locator-center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.store-locator-pull-right {
float: right !important;
}
.store-locator-pull-left {
float: left !important;
}
.store-locator-hide {
display: none !important;
}
.store-locator-show {
display: block !important;
}
.store-locator-invisible {
visibility: hidden;
}
.store-locator-text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.store-locator-hidden {
display: none !important;
}
.store-locator-affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.store-locator-visible-xs,
.store-locator-visible-sm,
.store-locator-visible-md,
.store-locator-visible-lg {
display: none !important;
}
.store-locator-visible-xs-block,
.store-locator-visible-xs-inline,
.store-locator-visible-xs-inline-block,
.store-locator-visible-sm-block,
.store-locator-visible-sm-inline,
.store-locator-visible-sm-inline-block,
.store-locator-visible-md-block,
.store-locator-visible-md-inline,
.store-locator-visible-md-inline-block,
.store-locator-visible-lg-block,
.store-locator-visible-lg-inline,
.store-locator-visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.store-locator-visible-xs {
display: block !important;
}
table.store-locator-visible-xs {
display: table !important;
}
tr.store-locator-visible-xs {
display: table-row !important;
}
th.store-locator-visible-xs,
td.store-locator-visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.store-locator-visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.store-locator-visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.store-locator-visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.store-locator-visible-sm {
display: block !important;
}
table.store-locator-visible-sm {
display: table !important;
}
tr.store-locator-visible-sm {
display: table-row !important;
}
th.store-locator-visible-sm,
td.store-locator-visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.store-locator-visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.store-locator-visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.store-locator-visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.store-locator-visible-md {
display: block !important;
}
table.store-locator-visible-md {
display: table !important;
}
tr.store-locator-visible-md {
display: table-row !important;
}
th.store-locator-visible-md,
td.store-locator-visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.store-locator-visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.store-locator-visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.store-locator-visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.store-locator-visible-lg {
display: block !important;
}
table.store-locator-visible-lg {
display: table !important;
}
tr.store-locator-visible-lg {
display: table-row !important;
}
th.store-locator-visible-lg,
td.store-locator-visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.store-locator-visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.store-locator-visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.store-locator-visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.store-locator-hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.store-locator-hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.store-locator-hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.store-locator-hidden-lg {
display: none !important;
}
}
.store-locator-visible-print {
display: none !important;
}
@media print {
.store-locator-visible-print {
display: block !important;
}
table.store-locator-visible-print {
display: table !important;
}
tr.store-locator-visible-print {
display: table-row !important;
}
th.store-locator-visible-print,
td.store-locator-visible-print {
display: table-cell !important;
}
}
.store-locator-visible-print-block {
display: none !important;
}
@media print {
.store-locator-visible-print-block {
display: block !important;
}
}
.store-locator-visible-print-inline {
display: none !important;
}
@media print {
.store-locator-visible-print-inline {
display: inline !important;
}
}
.store-locator-visible-print-inline-block {
display: none !important;
}
@media print {
.store-locator-visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.store-locator-hidden-print {
display: none !important;
}
}
.store-locator-label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.store-locator-label:hover,
a.store-locator-label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.store-locator-label:empty {
display: none;
}
.store-locator-btn .store-locator-label {
position: relative;
top: -1px;
}
.store-locator-label-default {
background-color: #777;
}
.store-locator-label-default[href]:hover,
.store-locator-label-default[href]:focus {
background-color: #5e5e5e;
}
.store-locator-label-primary {
background-color: #337ab7;
}
.store-locator-label-primary[href]:hover,
.store-locator-label-primary[href]:focus {
background-color: #286090;
}
.store-locator-label-success {
background-color: #5cb85c;
}
.store-locator-label-success[href]:hover,
.store-locator-label-success[href]:focus {
background-color: #449d44;
}
.store-locator-label-info {
background-color: #5bc0de;
}
.store-locator-label-info[href]:hover,
.store-locator-label-info[href]:focus {
background-color: #31b0d5;
}
.store-locator-label-warning {
background-color: #f0ad4e;
}
.store-locator-label-warning[href]:hover,
.store-locator-label-warning[href]:focus {
background-color: #ec971f;
}
.store-locator-label-danger {
background-color: #d9534f;
}
.store-locator-label-danger[href]:hover,
.store-locator-label-danger[href]:focus {
background-color: #c9302c;
}
.store-locator-bs-callout {
padding: 5px 10px;
margin: 20px 0;
border-left-style: solid;
border-left-width: 5px;
border-radius: 3px;
}
.store-locator-bs-callout h4 {
margin-top: 5px;
margin-bottom: 0;
}
.store-locator-bs-callout p:last-child {
margin-bottom: 0;
}
.store-locator-bs-callout code {
border-radius: 3px;
}
.store-locator-bs-callout+.store-locator-bs-callout {
margin-top: -5px;
}
.store-locator-bs-callout-default {
border-left-color: #777;
}
.store-locator-bs-callout-default h4 {
color: #777;
}
.store-locator-bs-callout-primary {
border-left-color: #428bca;
}
.store-locator-bs-callout-primary h4 {
color: #428bca;
}
.store-locator-bs-callout-success {
border-left-color: #5cb85c;
}
.store-locator-bs-callout-success h4 {
color: #5cb85c;
}
.store-locator-bs-callout-danger {
border-left-color: #d9534f;
}
.store-locator-bs-callout-danger h4 {
color: #d9534f;
}
.store-locator-bs-callout-warning {
border-left-color: #f0ad4e;
}
.store-locator-bs-callout-warning h4 {
color: #f0ad4e;
}
.store-locator-bs-callout-info {
border-left-color: #5bc0de;
}
.store-locator-bs-callout-info h4 {
color: #5bc0de;
}
.store-locator-img-responsive,
.store-locator-thumbnail > img,
.store-locator-thumbnail a > img,
.store-locator-carousel-inner > .store-locator-item > img,
.store-locator-carousel-inner > .store-locator-item > a > img {
display: block;
max-width: 100% !important;
height: auto;
}