body {
	font-family:Arial,sans-serif;
	background: url("../images/bg-wall-2.jpg") repeat-y scroll;
	background-repeat:repeat;
}
a {
	color: #b82429;
}
a:hover {
	color: red;
}

.logo {
	background: url("../images/abbey_dawn.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 214px;
	margin-top:15px;
}

.avril-box {
	/* background-color: rgba(0,0,0,0.6);
	padding: 40px;*/ 
	text-align: center;
	margin: 0 auto;
	/* min-width: 600px;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}

.info-window{
	background-image: url("../images/bg-prod-2.png");
	background-repeat:  no-repeat;
	background-size: contain;
	padding: 60px 80px;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
}
.info-window img {
	width: 100%;
}
.prod-3 {
	background-image: url("../images/bg-prod-3.png");
}

.videowindow {
	width: 100%;
	padding: 0 40px; 
}
.videowindow img,
.videowindow video {
	width: 100%;
	padding: 0;
	margin: 0;
}

.store_link {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #b82429;
	font-size: 27px;
	line-height: 45px;
	padding: 10px 10px 8px 10px; 
	margin: 0 auto;
	border-radius: 10px;
	display: block;
	cursor: ponter;
}

.store_link:hover {
	background-color: red;
	color: #fff !important;
	text-decoration: none;
}
.store_link:hover>a {
	color: #ffffff;
}
.store_link a:link , .store_link a:visited, .store_link a:hover {
	color: #b82429;
	text-decoration: none;
}
.social {
	/* max-width:450px; */
}

.social a {
	margin-right:5px;
	margin-left:15px;
	margin-top: 5px;
}

.social a:hover {
	color: #ffffff;
}

.smGlobalBtn{ /* global button class box-shadow: 0 2px 2px #999; */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 41px;
    height: 42px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}

.bg_socialIcon {background:#b82429;}

.bg_socialIcon:hover {
	background: #000;
}

a i.fa {
	color: #fff;
	font-size:21px;	
	
}

a:hover i.fa {
	color: #fff;
}

.article_content {
	 width:1100px;	
}

.footer {
	margin: 30px 0;
	font-weight: 600;
	color: #fff;
}


.center {
	text-align:center;
}
.wide {
	display: block;
}
.narrow {
	display: none; 
}

/* MEDIA QERIES */
@media all and (max-width: 1200px) {
	.store_link {
	max-width: 670px;
	margin-bottom: 20px;
	}
	.wide {
		display: block;
	}
	.narrow {
		display: none;
	}
}

@media all and (max-width: 768px) {
	body {
	background-size: auto;
	}
	
	.store_link {
		max-width: 500px;
		font-size: 20px;
	}
	.wide {
		display: none;
	}
	.narrow {
		display: block;
	}
}
	
@media all and (max-width: 520px) {
	.hide_mob {
		display:none;
	}
	.store_link {
		font-size: 18px;
		line-height: normal;
	}
	.wide {
		display: none;
	}
	.narrow {
		display: block;
	}
}
	