.stores a {
    background: transparent;
    color: #008CBA;
    line-height: inherit;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
}

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

.stores *,
.stores :before,
.stores :after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.storesa:hover {
    cursor: pointer;
}

.stores .row {
    max-width: 87.5rem;
    width: 100%;
    margin: 0 auto;
}

.stores .row:before,
.stores .row:after {
    content: " ";
    display: table;
}

.stores .row:after {
    clear: both;
}

.stores .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left;
}

.stores .columns+.columns:last-child {
    float: right;
}

.stores .text-center {
    text-align: center!important;
}

.stores div,
.stores ul,
.stores li {
    margin: 0;
    padding: 0;
}

.stores a:hover,
.stores a:focus {
    color: #0078a0;
}

.stores a img {
    border: none;
}

.stores ul {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-left: 1.1rem;
    list-style: none;
}

.stores .div_p {
    font-family: gotham, sans-serif;
    display: block;
    letter-spacing: .125rem;
}

.stores .div_h1,
.stores .div_h2 {
    font-family: bebas, serif;
    display: block;
    letter-spacing: .3125rem;
    color: #fff;
}

.stores .storesList {
    padding: 0;
}

.stores .storesList ul.list {
    margin: 0!important;
    padding: 0;
}

.stores .storesList ul.list li {
    background-color: #efefef;
    transition-duration: 600ms;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
    padding: 0;
}

.stores .storesList ul.list li:last-child {
    float: left!important;
}

.stores .storesList ul.list li .contImg {
    position: relative;
    overflow: hidden;
}

.stores .storesList ul.list li .contImg:before {
    content: "";
    display: block;
    padding-top: 90%;
}

.stores .storesList ul.list li .contImg .cont {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.stores .storesList ul.list li .contImg img {
    display: block;
    width: 100%;
}

.stores .storesList ul.list li .contImg .copri {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #040617;
    opacity: 0.3;
    filter: alpha(opacity=30);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition-duration: 600ms;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
    z-index: 10;
}

.stores .storesList ul.list li .contTxt {
    padding: 2.8125rem 2.5rem;
}

.stores .storesList ul.list li .div_h1 {
    font-size: 1.5rem;
    color: #3d435d;
    margin-top: 5px;
}

.stores .storesList ul.list li .div_h2 {
    font-size: .875rem;
    color: #797979;
    font-family: Georgia, "Times New Roman", Serif;
    font-style: italic;
    letter-spacing: normal;
}

.stores .storesList ul.list li .div_p {
    font-size: .75rem;
    color: #797979;
    margin-top: 30px;
    letter-spacing: normal;
    line-height: 1.375rem;
}

.stores .storesList ul.list li:hover {
    background-color: #fafafa;
    transition-duration: 600ms;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
}

.stores .wow {
    visibility: hidden;
}

.stores div,
.stores a,
.stores img,
.stores ul,
.stores li,
.stores section {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

.stores section {
    display: block;
}

.stores a:focus {
    outline: thin dotted;
}

.stores * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.stores a:active,
.stores a:hover,
:focus,
.stores a:active,
a:hover {
    outline: 0;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #ccc;
}

.stores .storesList ul.list li.odd,
.stores .storesList ul.list li:nth-child(even) {
    background-color: #eaeaea;
    transition-duration: 600ms;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
}

.stores .storesList ul.list li:hover .copri,
.stores .storesList ul.list li:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition-duration: 600ms;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
}

::-moz-selection,
::selection {
    background: #b3d4fc;
    text-shadow: none;
    color: #FFF;
}

@media only screen {
    .stores .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
    }
    .stores .small-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 40.0625em) {
    .stores .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
    }
    .stores .medium-6 {
        width: 50%;
    }
    .stores .medium-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .stores .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
    }
    .stores .large-6 {
        width: 50%;
    }
    .stores .large-12 {
        width: 100%;
    }
}

@media print {
    .stores * {
        background: transparent!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important;
    }
    .stores a,
    a:visited {
        text-decoration: underline;
    }
    .stores a[href]:after {
        content: " (" attr(href) ")";
    }
    .stores img {
        page-break-inside: avoid;
        max-width: 100%!important;
    }
}