/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html,body {
	height: 100%;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Neuzeit', sans-serif;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	color: #0b1434;
	font-size: 14px;
	font-family: 'Asap', sans-serif;
	
}

/* Headings */


h1{
    font-size: 48px;
    line-height: 72px;
}
h2{
	font-size: 30px;
	line-height: 60px;
	color: #1E639B;
}
h3 {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #1E639B;
}
h4 {
	font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}

p,
blockquote {
	color: #929292;
	margin-bottom: 16px;
		font-weight: 300;
    line-height: 24px;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}

/* Text elements */


ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
dt {
	font-weight: bold;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */

a, a:visited, .next:after, .prev:after {
color: #1E639B;
text-decoration: none;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s linear;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color:#444;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}



.left {
	clear: left;
}

.insidesection {
	padding-left: 9px !;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Header
----------------------------------------------- */

.section-container {
width: 90%;
margin-bottom: -100px;
max-width: 980px;
height: 100%;
clear: both;
margin: 0 auto;
-webkit-transition: height 0.5s ease;
-moz-transition: height 0.5s ease;
transition: height 0.5s ease;
}

.body_wrapper {
	min-height: 100%;
	margin-bottom: -20px;	

}

.header {
	width: 100%;
	margin-top: -17px;
	text-align: center;
}

.purchase {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	position: relative;
}

.brand {
	margin-top: -30px;
}

.purchase p {
	font-style: italic;
}

.purchase h2 {
display: inline;
text-align: center;
color: #1E639B;
text-decoration: none;
font-size: 15px;
background: #fff;
}


.header h4 {
display: inline;
border: 1px solid #d8d8d8;
text-align: center;
padding: 8px 20px 8px 20px;
color: #1E639B;
text-decoration: none;
font-size: 14px;
background: #fff;
}


#masthead {
	width: 100%;
	display: block;
	margin: 0 auto;
	z-index: 100;
	padding-top: 45px;
	background: #FFF;
	padding-bottom: 40px;
	background-color: #FFF;
	border-bottom: 1px solid #e7e7e7;
}

.branding {
padding-left: 3;
	width: 240px;
	float: left;
}

#masthead h2{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	color: #ff5e2e;
	margin-top: 46px;
	line-height: 0;
	display: block;
	float: left;
	font-size: 25px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s linear;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#masthead h2:hover {
	
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#masthead span {
	font-size: 14px;
	line-height: 18px;
	font-weight: 100;
}

hr.vmp {
height: 0px;
border: none;
border-bottom: 1px solid #d8d8d8;
margin-top: 55px;
}


.banner {
width: 100%;
height: 482px;
z-index: 2;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-image: url(images/banner.jpg);
}


/* =Menu
----------------------------------------------- */
.logo {
	position: relative;
	display: block;
	height: 83px;
	width: 343px;
	margin: 0 auto;
}



/* =Home
----------------------------------------------- */

.brand-wrapper {
	position: relative;
	
	display: block;
	margin: 0 auto;
}

.store_container {
	width: 100%;
	display: inline-block;
	margin-top: 14px;
}



.brand-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-top: 30px;
}

.brand-wrapper ul li {
	
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	color: #929292;
	margin: 0 15px;
	padding: 15px 0 0 0;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}

.details_wrapper {
height: 100%;
margin-bottom: 20px;
position: relative;
}

.details_inner {
border: 1px solid #d8d8d8;
padding: 20px;
}


.fluid-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.fluid-wrapper #map_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        border: none;
}


.fix {
	padding-right: 12px !important;
}

.other_stores {
	margin-top: -50px;
}

.contact {
	margin-bottom: 30px;
}
.other_stores_contact {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
	text-align: center;
}

.details_inner i {
	margin-right: 5px;
}

/* =Grid
----------------------------------------------- */
.grid {
	overflow: hidden !important;
}

@media all and (max-width: 700px) {
	[class*='col-'] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.details_inner {
		margin-bottom: 20px;
	}
}

@media all and (min-width: 700px) {
	.grid {
		overflow: hidden;
		clear: both;
	}
	
	[class*='col-'] {
	  float: left;
	}
	
	.col-1-2 {
	  width: 50%;
	}
	
	
	.col-2-3 {
	  width: 66.66%;
	}
	.col-1-3 {
	  width: 33.33%;
	}
	
	.col-3-8 {
		width: 37.5%;
	}
	
	.col-5-8 {
		width: 62.5%;
	}
	
	.grid:after {
	  content: "";
	  display: table;
	  clear: both;
	}
	
	.leftsection {
		float: left;
		clear: left;
	}
	
	.rightsection {
		float: right;
		clear: right;
		width: 66.6%;
	}
	
	.fullwidth {
		display: block;
		clear: both;
		width: 100%;
	}
}


@media all and (max-width: 900px) {
	.leftsection {
		width: 100%;
	}

}

[class*='col-'] {
padding-left: 12px;
  padding-right: 20px;
}

[class*='col-']:last-of-type {
  padding-right: 0;
}

.leftsection {
	padding-left: 12px;
}

.fullwidth {
	margin-top: .56em;
}



/* =Footer
----------------------------------------------- */
footer {
width: 100%;
height: 20px;
clear: both;
margin: 0 auto;
background: #0B528B;
position: relative;
padding: 15px 0 35px 0;
text-align: center;
}

footer p {
	font-size: 13px;
	color: #FFF;
	margin-bottom: 0px !important;
}


.leftfooter {
	display: inline-block;
	float: left;
	width: 33.3%;
}

.middlefooter {
	text-align: center;
	display: inline-block;
	width: 33.3%;
	margin: 0 auto;
}

.rightfooter {
	text-align: right;
	display: inline-block;
	float: right;
	width: 30%;
}
.body_wrapper:after {
  content: "";
  display: block;
}
footer, .body_wrapper:after {
  /* .push must be the same height as footer */
  height: 20px; 
}

/* Project Grid */

#project_wrapper {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	height: 100%;
}

.shop_details_wrapper {
	position: relative;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 24px;
}

@media all and (max-width: 729px) {
	.project_container {
	width: 50% !important;
	}
	
	.other_stores_contact h2 {
		font-size: 24px !important;
	}
}

@media all and (max-width: 480px) {
	.project_container {
	width: 100% !important;
	}
	
	.thumb {
		width: 302px !important;
		margin: 0 auto;
	}
	
	.other_stores_contact h2 {
		font-size: 19px !important;
	}
}

@media all and (max-width: 440px) {
	.logo {
		width: 80%;
	}
	#masthead {
		padding-bottom: 5%;
	}
}

@media all and (max-width: 378px) {
	.thumb {
		width: 100% !important;
	}
}

.project_container {
	webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
	width: 33.3%;
	float: left;
	background-color: rgba(255, 255, 255, 0);
	-webkit-backface-visibility: hidden;
}

.project_container:hover {
	background-color: rgb(255, 255, 255);
}
.content_container{
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
}

.thumb {
	width: 100%;
	position: relative;
	webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

.thumb:hover {
	opacity: .8;
	webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

.thumb h2 {
z-index: 99;
font-weight: 300;
position: absolute;
width: 100%;
top: 0px;
text-align: center;
color: #fff;
letter-spacing: -1px;
line-height: 209px;
}

.thumb img:hover {
	opacity: .8;

}

.thumb img{
	webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}


