﻿html, body, form {
    height:100%;
}

#mainOut { padding-bottom:80px; }

.search-panel {
    margin-top:30px;
    padding:30px;
    background:#fafafa;
    border:1px solid #ddd;
}

.map-box, #MapDetails {
    width:100%;
    height:100%;
    z-index:50;
}
.map-box { display:none; }

.promo-title-box { text-align:center; }
.promo-title-box img { display:inline; }

#MainMap {
    width:100%;
    height:300px;
}

.main-result-box {
    margin-top:30px;
    margin-bottom:30px;
}

.store-box {
    border:1px solid #ddd;
    margin-bottom:20px;
}

.close-map,
.close-map:hover {
    position:fixed;
    top:0;
    right:0;
    cursor:pointer;
    background:#fff;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    z-index:99999;
}

.store-link {
    display:block;
    padding:20px;
    cursor:pointer;
    color:#444;
}
.store-link:hover {
    background:#444;
    color:#fff;
    text-decoration:none;
}

.store-link.big,
.store-link.big:hover {
    padding:0;
    cursor:pointer;
    color:#444;
    background:none;
}

.store-name {
    display:block;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
    font-size:20px;
    text-align:center;
}

.store-details i {
    display:inline-block;
    width:20px;
}

.brand-list {
    display:block;
    list-style:none;
    margin:6px 0 0 0;
    padding:0;
}
.brand-list li {
    display:block;
    float:left;
    margin-right:20px;
}
.brand-list li:last-child { margin-right:0; }

.brand-list li input[type="checkbox"] {
    margin-right:4px;
}
.brand-list li label {
    font-weight:normal;
}

.content_info_window {
    min-width:200px;
    min-height:40px;
}

.row-stores { padding-bottom:30px; }

.nws-link,
.nws-link:hover,
.nws-link:focus {
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#B50F19;
    color:#fff;
    text-decoration:none;
    z-index:99;

     -webkit-box-shadow: 0px -6px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0px -6px 6px 0 rgba(0, 0, 0, 0.16);

     animation:nwsAnimation 5s;
     -moz-animation:nwsAnimation 5s infinite;
    -webkit-animation:nwsAnimation 5s infinite;

}
@-moz-keyframes nwsAnimation
{
    0%   {background:#B50F19;}
    50%  {background:#1B1C1E;}
    100%   {background:#B50F19;}
}
@-webkit-keyframes nwsAnimation
{
    0%   {background:#B50F19;}
    50%  {background:#1B1C1E;}
    100%   {background:#B50F19;}
}

.nws-link:hover {
    background:#C9252E;
}
.nws-link span {
    display:block;
    padding:24px 0;
    text-align:center;
    font-size:30px;
    line-height:30px;
}
.nws-link span i { margin-right:10px;}

/* ### */
/* commons */

.hr { border-top: 1px dashed #ddd; }

.ghost { display:none; }
.pointer { cursor:pointer; }

.mt0 { margin-top:0px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.ml10 { margin-left:10px; }
.mr10 { margin-right:10px; }
.mr20 { margin-right:20px; }
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }

.uppercase { text-transform:uppercase; }
.lowercase { text-transform:lowercase; }

/* media queries */

@media (max-width: 990px) {

    .store-link.big {
        float:none !important;
        margin-top:10px;
    }

    .search-box { float:none !important; }
    .search-box .btn {
        float:none;
        width:100%;
        margin:0 0 20px 0;
    }
    .search-box .btn:last-child { margin-bottom:0; }

}

img.loghi {
    margin-right:10px;
}

.row-stores .col-md-6:nth-child(2n+1) {
    clear: left;
}

.productdescription {
    font-size:14px;
    font-style: italic;
}

a.btn-red {
    background-color:#dc0330;
    color:#ffffff;
}

a.btn-red:hover {
    background-color:#444;
    color:#ffffff;
}

.btn-big {
    font-size:20px;
}

/* Embed video responsive */
.rwd-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.brand-copy{
    border: 1px solid #b41018;
    margin-top:30px;
    font-size:24px;
}

@media (max-width: 990px) {
    .brand-copy{
        font-size:16px;
    }
}

.coupon-text{
    position: absolute;
    top: 850px;
    left: 540px;
    color: black;
    font-size: 90px;
    font-weight: bold;
}