/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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




/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.grid{
	position:fixed;
	z-index:9999;
	background:transparent;
	bottom:0;
	top:0;
	left:0;
	right:0;
	background-image:url('../img/grid.png');
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	
}
body,html{
	min-height:100%;
}

body{
	background-color:#E8E8E8;
	color:#262626;
	font-family: "Lato", sans-serif;
	font-size:18px;
	line-height:30px;
	    -webkit-font-smoothing: antialiased;
}

a{
	color:#990100;
	text-decoration:none;
}

header{
	background-color:#262626;

	color:#E8E8E8;
	text-align:center;
    overflow:auto;
  
}
.nav-btn, .close-btn {display:none;}

header h1{
	margin:12% auto;
	padding:0;
	width:230px;
	height:235px;
	background-image:url('../img/urbanityCoffee2.png');
	background-size:100%;
	background-position:center left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
header a{
	color:#fff;
}
header a:hover{
	text-decoration:underline;
}
header p{
	margin:0;
	padding:0;
	font-size:18px;
	line-height:30px;
	font-weight:300;
	position:relative;
}

header .openingHours{
	border:1px solid #E8E8E8;
	margin:12% 12% 0;
	clear:left;
	font-weight:300;
	overflow:visible;
	letter-spacing:2px;
	
}
header .openingHours h3{
	font-size:18px;
	line-height:24px;
	letter-spacing:4px;
	text-transform:uppercase;
	border-bottom:1px solid #E8E8E8;
	margin:0 -4%;
	padding:7% 0 5%;

}
header .openingHours ul.hours{
	list-style-type:none;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-size:18px;
	line-height:18px;
	overflow:auto;
	padding-bottom:10%;
}
header .openingHours ul.hours li {
	margin:8% 2% 0;
	display:block;
	clear:left;
}
header .openingHours ul.hours li span{
	display:block;
	margin:10px 0;
}
header .openingHours ul.hours li span.days{
	float:left;
	width:46%;
	margin-right:2%;
	text-align:right;
}
header .openingHours ul.hours li span.hours{
	float:left;
	width:40%;
	margin-left:2%;
	text-align:right;

}
header .openingHours ul.hours li span.hours{
	padding-top:18px;
}

header .openNow{
	font-family: 'Pacifico', cursive;
	font-size:36px;
	line-height:46px;
	text-align:center;
	color: #E8E8E8;
	text-shadow: 0 0 10px rgba(218,9,8,0.8), 0 0 20px rgba(218,9,8,0.6), 0 0 30px rgba(218,9,8,0.4), 0 0 30px rgba(218,9,8,0.2);
	margin:50px 0 20px;
	padding:0 20px;
	display:block;
}


.social{
	background:transparent;
	
}
.social ul{
	list-style-type:none;
	margin:40px 0 0 32%;
	padding:0;
	overflow:auto;
}
.social ul li{
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    margin: 0;
    float: left;
    margin-right: calc(20% - 40px);
}
.social ul li.facebook{background-image:url('../img/facebook.png');}
.social ul li.twitter{background-image:url('../img/twitter.png');}
.social ul li.instagram{background-image:url('../img/instagram.png'); margin-right:0}

.social ul li a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:100%;
	width:100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
.social ul li a:hover{
	background-color:rgba(255,255,255,0.05);
}



.splashImage{
	background-color: #262626;
    height: 70vh;
	width:100%;
	position:relative;
}
.splashImage > figure {
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  margin:0;
  padding:0;
}
.splashImage > figure:nth-child(1) { 
    background-image: url('../img/mainImages/probat2.jpg');
	opacity:1;
}


.splashImage > figure:nth-child(2) {
  animation: imageAnimation 16s 0s infinite;
  background-image: url('../img/mainImages/counter_1.jpg');

}

@keyframes 
imageAnimation {  
  0% {
    opacity:0;
  }
  40% {
    opacity:0;
  }
  55% {
    opacity:1;
  }
  90% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

.content {
	padding-bottom:360px;
}
.content h2{
	font-size:36px;
	line-height:36px;
	letter-spacing:4px;
	font-weight:300;
	text-transform:uppercase;
	
	
}
.content p{
	margin:0 0 10px 0;
}

.content .location{
	float:left;
	display:inline;
	margin-top:70px;
}
.content .location p.address{
	border-bottom:2px solid #262626;
	padding-bottom:15px;
	margin-left:-10%;
	margin-right:10%;
}
.content .location a.directions{
	color:#262626;
	text-decoration:none;
	background-image:url('../img/map_dot.png');
	background-size:20px;
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:26px;
	margin-top:15px;
	margin-left:calc(-10% - 26px);
	
	
}
.content .location a.email{
	background-image:url('../img/email_us.png');
}
.content .location a.directions:hover,
.content .location a.email:hover{
	color:#990100;
}
.content .location a.map{
	width:66%;
	display:block;
	position:absolute;
	top:60px;
	right:0;
}
.content .location a.map img{
	width:100%;
}


.content .about{
	margin-top:30%;
}
.content .about p{
	margin:0 30% 10px 0;
}

.menus{
	background:#262626;
	color:#E8E8E8;
	font-weight:300;
	overflow:auto;
}
.menus h2{
	background-color:#262626;
	background-image: repeating-linear-gradient(
	  -45deg,
	  rgba(232,232,232,0.3) 1px,
	  rgba(232,232,232,0.3) 2px,
	  #262626 1px,
	  #262626 7px
	);
	color: #fff;
	text-align:center;
	
	font-size:18px;
	line-height:24px;
	letter-spacing:4px;
	text-transform:uppercase;
	font-weight:300;
    padding:24px 0;
	border:1px solid #E8E8E8;
	border-width:1px 0;
	margin: 60px 0 0 0;
}
.menus h2 span{
	background:#262626;
	padding:10px 40px;
}

ul#menuTabs {
    list-style-type: none;
    padding: 0;
	margin:0;
    text-align: center;

}
ul#menuTabs li {
	margin:0;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #E8E8E8;
    border-width: 0 1px 1px 0;
    color: #fff;
    cursor: pointer;
	width:33%;
	width:calc((100% / 3) - 1px);
	
	font-size:18px;
	line-height:24px;
	letter-spacing:4px;
	text-transform:uppercase;
	font-weight:300;
	padding:24px 0;
    
	float:left;
	position:relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	
}
ul#menuTabs li:last-child{
	border-right:none;
    width: calc(100% / 3);
}
ul#menuTabs li:hover {
	
}
ul#menuTabs li:after{
	content:'↓';
	opacity:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
	position:absolute;
	left:50%;
  	bottom:5px;
	left:10px;
}
ul#menuTabs li:first-child:after{
	right:10px;
	left:auto;
}
ul#menuTabs li.active:after{
	display:none;
}
ul#menuTabs li:hover:after{
	opacity:1;
}

ul#menuTabs li.active {
    border-bottom: 1px solid #262626;
}
ul#menuTab {
    list-style-type: none;
    margin: 0;
    padding: 0;
	clear:left;
	
	font-size:14px;
	line-height:22.5px;
	padding:60px 0 30px;
	
}
ul#menuTab > li {
    display: none;
}
ul#menuTab > li.active {
    display: block;
}
ul#menuTab > li h4{
	margin: 22.5px 10%;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
}
ul#menuTab > li .sample{
	text-align:center;
	font-style:italic;
	display:block;
	text-transform:uppercase;
}
ul#menuTab > li > ul{
	margin: 0 10%;
	padding:0;
	list-style-type:none;
}
ul#menuTab > li > ul > li{
	margin:0 0 10px 0;
	padding:0;
	position:relative;
	padding-right:40px;
	
}
ul#menuTab > li > ul > li > span.description{
	display:block;
	margin-left:5%;
}

ul#menuTab > li > ul > li > span.price{
	position:absolute;
	right:0;
	top:0;
}
ul#menuTab > li > ul > li span.price span.transparent{
	opacity:0;
}
ul#menuTab > li > ul > li > ul{
	margin: 0 0 22.5px 0;
	padding:0;
	list-style-type:none;
}

ul#menuTab > li > ul > li > ul > li{
	margin: 0 0 0 10%;
	padding-right:20px;
}
ul#menuTab > li > ul > li > ul > li:before{
	content:"-";
	position:absolute;
	margin-left:-12px;
}

ul#menuTab > li > ul > li > ul > li > span.description{
	display:block;
	margin-left:5%;
}

ul#menuTab > li > ul > li > ul > li > span.price{
	position:absolute;
	right:0;
}

.wrapper{
	position:relative;
	overflow:auto;
}
#instagramFeed{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	
	
}
#instagramFeed a{
		float: left;
	    width: calc((100% / 12) + 15px);
	    transform: translateX(-200%);
}
#instagramFeed a:first-child{
	/*margin-top:-320px;*/
	transform: translateY(-200%);
}
#instagramFeed a:nth-child(2){
	/*margin-top:-160px;*/
	transform: translateY(-100%) translateX(-100%);
	
}

#instagramFeed a img{
	width:100%;
	height:100%;
}

.rightColumn{
	position:relative;
	width:calc(100% / 3);
	left:0;
	float:left;
	background-color:#262626;
}
.content{
	position:relative;
	width:calc(100% - (100% / 3));
	float:left;
	
}
.location{
	position:relative;
	float:left;
	width:75%;
	margin-left:calc(100% / 8);
    padding-left: calc((100% / 8) + 15px);

}
.location h2{
    margin-left: calc((-100% / 6) - 15px);
    width: calc(100% / 2);
	
}	
.location.about h2{
	width:auto;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* @media only screen and (max-width : 992px) { */
@media only screen and (max-width : 1050px) {
	.rightColumn{
		width:50%;
	}
	.content{
		width:50%;
		padding-bottom:300px;
	}
	.location{
		margin-left:0;
		padding:0 10%;
		width:100%;
	}
	.location h2{
		width:auto;
		margin-left:0;
	}
	.content .location a.map{
		position:relative;
		clear:left;
		width:100%;
		margin:30px 0 0;
		top:auto;
	}
	.content .about p{
		margin:0 0 10px 0;
	}
	.content .location p.address{
		margin-left:0;
	}
	.content .location a.directions{
		margin-left:-26px;
	}
	
	#instagramFeed{
		width:50%;
	}
	#instagramFeed a{
		width:20%;
		transform:translateY(0%);
		
	}
	#instagramFeed a:first-child{
		transform:translateY(0%);
		
	}
	#instagramFeed a:nth-child(2){
		transform:translateY(0) translateX(0%);
	}
	#instagramFeed a:nth-child(3){
		clear:left;
	}
	
	.splashImage > figure:nth-child(1) { 
	    background-image: url('../img/mainImages/1200/probat2.jpg');
	}
	.splashImage > figure:nth-child(2) {
	  background-image: url('../img/mainImages/1200/counter_1.jpg');
	}
	
}
@media only screen and (max-width : 768px) {
	.rightColumn{
		position:static;
		width:100%;
		padding-bottom:100px;
	}
	.menus h2{
		margin-top:0;
	}
	.content{
		margin-top:160px;
		width:100%;
		padding-bottom:100px;
		
	}


	#instagramFeed{
		width:100%;
		clear:left;
	}
	#instagramFeed a{
		width:calc(100% / 7);
	}
	#instagramFeed a:nth-child(3){
		clear:none;
	}
	
	header{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:160px;
		z-index:100;
		overflow:visible;
	}
	header h1{
		width:15%;
		margin:0;
		height:165px;
		float:left;
		position:relative;
		display:inline;
		left:7%;
	}
	
	
}

@media only screen and (max-width : 768px)  and (min-width : 601px) {

	header p{
		font-size: 14px;
	    line-height: 21px;
	    width: 30%;
	    text-align: left;
	    position: relative;
	    float: left;
	    padding-top: 40px;
	    left: 20%;
	}
	header .openNow{
		display:none;
	}
	header .social {
		position:absolute;
		right:0;
		top:160px;
		width:132px;
		background:#262626;
	}
	header .social ul{
		margin:0;
		padding:0;
	}
	header .social ul li{
		width:24px;
		height:24px;
		background-size:16px 16px;
		margin:10px;

	}
	header .openingHours{
		border:0;
		width:20%;
		left:25%;
		letter-spacing:0;
		float:left;
		position:relative;
		clear:none;
		margin:0;
		padding:40px 0 0 0;
	}
	header .openingHours ul.hours{
		text-transform:none;
		font-size:14px;
		line-height:21px;
		margin:0;
		padding:0;
	}
	header .openingHours ul.hours li{
		margin:0;
		padding:0;
	}
	header .openingHours ul.hours li span.days,
	header .openingHours ul.hours li span.hours{
		width:auto;
		margin:0;
		padding:0;
		float:none;
		text-align:left;
	}
	header .openingHours ul.hours li span.hours{
		clear:left;
	}
	header .openingHours ul.hours li span.hours{
		padding:0;
	}
	header .openingHours h3{
		display:none;
	}
	
}

@media only screen and (max-width: 600px) {

		.nav-btn {
		  display: block;
		  width: auto;
		  border: 0;
		  outline: none;
		  background: transparent;
		  overflow: hidden;
		  white-space: nowrap;
			position:absolute;
			top:30px;
			right:20px;
			font-size:14px;
			line-height:18px;
			letter-spacing:4px;
			text-transform:uppercase;
			font-weight:300;
			padding:10px 20px;
			border:1px solid #E8E8E8;

		}
		.nav-btn:hover {
			text-decoration:none;
			
		}
		.close-btn {
		  display: block;
		  width: 30px;
		  height: 30px;
		  padding: 0;
		  border: 0;
		  outline: none;
		  background: transparent url("../img/close_me_white.png") center center no-repeat;
		  background-size: 20px 20px;
		  overflow: hidden;
		  white-space: nowrap;
		  text-indent: 100%;
		  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		  opacity: 1;
		  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

		}
		.no-svg .nav-btn {
		  background-image: url("../img/nav-icon.png");
		}
		.nav-btn:hover, .nav-btn:focus {
		  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		  opacity: 1;
		}

		#sideBar {
	  position: absolute;
	  top: 0;
	  padding-top: 5.25em;

	}
	#sideBar:not(:target) {
	  z-index: 1;
	  height: 0;
	}
	#sideBar:target .close-btn {
	  display: block;
	}
	#sideBar .close-btn {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	}

	.js-ready #sideBar {
	  width: 70%;
	  background: #262626;
	  -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
	  -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
	  box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);


		height:10000px;

	}
	.js-ready #sideBar .block {
	  background: transparent;
	}
	.js-ready #sideBar .close-btn {
	  display: block;
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	  opacity: 0.7;
	}
	.js-ready #sideBar .close-btn:focus, .js-ready nav .close-btn:hover {
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	  opacity: 1;
	}

	.js-ready #sideBar {
	  left: -70%;
	}
	.js-ready #inner-wrap {
	  left: 0;
	}

	.js-nav #inner-wrap {
	  left: 70%;
	}

	.csstransforms3d.csstransitions.js-ready #sideBar {
	  left: 0;
	  -webkit-transform: translate3d(-100%, 0, 0);
	  -moz-transform: translate3d(-100%, 0, 0);
	  -ms-transform: translate3d(-100%, 0, 0);
	  -o-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	  -o-backface-visibility: hidden;
	  backface-visibility: hidden;

	}
	.csstransforms3d.csstransitions.js-ready #inner-wrap {
	  left: 0 !important;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  -webkit-transition: -webkit-transform 500ms ease;
	  -moz-transition: -moz-transform 500ms ease;
	  -o-transition: -o-transform 500ms ease;
	  transition: transform 500ms ease;
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	  -o-backface-visibility: hidden;
	  backface-visibility: hidden;
	}

	.csstransforms3d.csstransitions.js-nav #inner-wrap {
	  -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	  -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	  -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	  -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	  transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	}

	.csstransforms3d.csstransitions.js-ready #sideBar .block {
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	  opacity: 0.7;
	  -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
	  -webkit-transition-delay: ease, 0s;
	  -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
	  -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
	  transition: opacity 300ms 100ms ease, transform 500ms ease;
	  -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	  -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	  -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	  -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	  transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	  -webkit-transform-origin: 50% 0%;
	  -moz-transform-origin: 50% 0%;
	  -ms-transform-origin: 50% 0%;
	  -o-transform-origin: 50% 0%;
	  transform-origin: 50% 0%;
	}

	.csstransforms3d.csstransitions.js-nav #sideBar .block {
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}

	body{
		background:#262626;
	}
	.content{
		background:#E8E8E8;
	}
	.wrapper{
		overflow:visible;
	}
	.rightColumn{
		padding-bottom:0;
	}
	#instagramFeed{
		position:relative;
	}
	
	.content{
		margin-top:100px;
	}
	header{
		height:100px;
	}
	header h1{
		width:60px;
		height:100px;
	}

	header p{
		margin:0 20px;
	}
	
	.social ul{
		margin:40px 0 0 20%;
	}
	.social ul li{
		margin-right:calc(25% - 40px);
	}


	header .openingHours{
		border:0;
	}
	header .openingHours ul.hours{
		font-size:14px;
		line-height:14px;
		text-align:center;
		
	}
	header .openingHours ul.hours li span.days,
	header .openingHours ul.hours li span.hours{
		width:auto;
		text-align:center;
		float:none;
		display:inline;
		padding:0;
		margin:10px 0;
	}
	
	header .openingHours ul.hours li span.hours{
		clear:left;
		display:block;
	}
	header .openingHours ul.hours li span.hours{
		padding-top:0;
	}
	
	.content h2{
		font-size:24px;
		line-height:30px;
		letter-spacing:2px;
	}
	#outer-wrap {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	}
	
/*	
	.splashImage > figure:nth-child(1) { 
	    background-image: url('../img/mainImages/600/probat2.jpg');
	}
	.splashImage > figure:nth-child(2) {
	  background-image: url('../img/mainImages/600/counter_1.jpg');
	}
*/	
	

}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
	header .openingHours{
	}
	header .openingHours ul.hours{
		font-size:14px;
		line-height:14px;
	}
	header .openingHours ul.hours li span.hours{
		padding-top:14px;
	}
	.location h2{
		width:calc(100% / 1.5);
	}
}
@media only screen and (min-width: 1300px) {
	.content .about{
		margin-top:30%;
	}
	
}
@media only screen and (min-width: 1500px) {
	.content .about{
		margin-top:40%;
	}
}

@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 992px) {
	.content .location{
		margin-top:40px;
	}
	
}
@media only screen and (max-width: 767px) {
	
}

@media only screen and (min-width: 1600px) {
	
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
