@charset "UTF-8";
/* CSS Document */

body{
	background:#131313;
	background-image:url('../lib_img_251001/body_bg_leather_texture.jpg');
	background-position:center top;
	background-attachment:fixed;
	margin:0;
	font-family:Oswald, Arial, Helvetica, sans-serif;
	color:#e0e0e0;
	overflow-x:hidden;
	text-shadow:#000000 2px 2px 4px;
}

h1,h2,
nav span.footer_heading{
	color:#bc3c3c;
}

h1{
	font-size:3em;
	border-bottom:2px solid rgba(188,60,60,.1);	
}

h2{
	font-style:italic;
	font-size:2em;
	text-align:center;
	margin:0 0;
}

main a{
	color:#a7dcff;
}

a:hover{
	opacity:.85;
}

header{
	height:50vmin;
	width:100vw;
	min-height:300px;
	background-image:url('../lib_img_251001/header_cover.jpg');
	background-size:cover;
	background-position:center bottom;
	position:relative;
}

.absolute_center{
	height:35vmin;
	min-height:250px;
	width:auto;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	margin-top:5vmin;
}

.absolute_bottom{
	/*height:5vmin;*/
	min-height:50px;
	position:absolute;
	bottom:2vmin;
}

.absolute_bottom_left{
	left:5%;
}

.absolute_bottom_right{
	right:5%;
}

.absolute_bottom_right_stack1{
	right:5%;
	top:35vmin
}

.absolute_bottom_right_stack2{
	right:5%;
	top:40vmin
}

.stitch{
	height:15px;
	width:100%;
	background-image:url('../lib_img_251001/body_bg_stitch.jpg');
	background-repeat:repeat-x;
	background-position:center;
}

.special_hours{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	background-image:url('../lib_img_251001/xmaslow.jpg');
	background-size:cover;
	background-position:top left;
	background-repeat:no-repeat;
	border-radius:20px;
	
}

.special_hours table{
	width:50%;
	margin-left:auto;
	margin-right:auto;
}

.special_hours td{
	border-bottom:1px dotted white;
}

main{
	max-width:1000px;
	margin:10px auto;
	position:relative;
}

section{
	padding:1em;
}

.article_container{
	margin-top:0;
}

p.booking_overview{
	margin-top: 5px;
	margin-bottom: 25px;
}

.content_center, blockquote{
	text-align:center;
}

.home_left{
	width:59%;
}

.home_right{
	width:40%;
	text-align:right;
}

.home_middle{
	width:60%;
	text-align:center;
	margin-left: 19.9%;
	margin-right: 19.9%;
}

.inline{
	display:inline-block;
	vertical-align:top;
}

.fixed_width_font{
	font-family:"Courier New", Courier, monospace;
	font-size:1.2em;
}

.fixed_width_middot{
	color:#3a3939;
}

.std_button{
	color:#ffffff;
	background-color:#0072bc;
	border:0.2em solid #0563a0;
	border-radius:0.7em;
	text-decoration:none;
	margin:1em .3em;
	padding:0.3em 0.6em;
	box-sizing:border-box;
	display:inline-block;
	
}
.barber_profiles article{
	width:299px;
	display:inline-block;
	box-sizing:border-box;
	margin-top:1em;
	vertical-align:top;
	padding:0em 2em;
}

.snapwidget-widget{
	margin-bottom:1.5em;
}

footer{
	background-color:#161515;
	background-image:url('../lib_img_251001/footer_map.gif');
	background-repeat:no-repeat;
	background-position:right top;
	background-size:auto;
}

footer, footer main{
	height:100vh;
	min-height:470px;
}

footer .footer_top_left{
	position:absolute;
	top:10px;
	left:10px;
	background:rgba(22,21,21,.85);
	border-radius:10px;
}

footer .footer_top_center{
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top:10px;
}

footer h3, footer p{
	margin:0;
}

footer h3{
	font-size:3em;
	font-family:"Century Gothic",Verdana, Geneva, sans-serif;
	font-weight:normal;
}

footer p{
	font-size:1.2em;
	text-transform:uppercase;
}

/*.footer_bottom_left{
	position:absolute;
	bottom:10vh;
	left:10px;
	font-size:1.5em;
	background:rgba(22,21,21,.85);
	border-radius:10px;
}*/

.footer_bottom{
	width: 100%;
	text-align: center;
	position:absolute;
	bottom:10vh;
	left:50%;
	transform:translateX(-50%);
	font-size:1.5em;
	background:rgba(22,21,21,.85);
	border-radius:10px;
}

footer nav{
	display:inline-block;
	vertical-align:top;
	padding-right:3em;
}

footer nav span.footer_heading{
	display:block;
	border-bottom:2px solid rgba(188,60,60,.1);	
}

.footer_bottom_center{
	position:absolute;
	bottom:1vh;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	font-size:.8em;
	background:rgba(22,21,21,.85);
	border-radius:10px;
	text-align:center;
	opacity:.5;
}

footer a{
	color:#e0e0e0;
}

.show_thin_nav, article.show_thin, .show_thin{
	display:none;
}
	
.wide_nav{
	text-align:right;
}

.blackout{
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	background:rgba(0,0,0,.85);
	z-index:99998;
	cursor:pointer;
}

#full_prices{
	width:98%;
	height:96%;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
	left:1%;
	right:1%;
	top:2%;
	bottom:2%;
	display:none;
	position:fixed;
	background:rgba(255,255,255,.95);
	z-index:99999;	
	padding:20px;
	box-sizing:border-box;
	color:rgba(48,48,48,1.00);
	text-shadow:none;
	font-size:.9em;
	cursor:default;
	overflow:auto;
}

.popup_x{
	height:30px;
	line-height:30px;
	color:white;
	background:rgba(47,47,47,1.00);
	text-align:center;
	border-radius:999px;
	padding:0 10px 0 10px;
	font-size:.8em;
	cursor:pointer;
}

.float_right{
	float:right;
}

#full_prices h3{
	margin:0 0 15px 0;
}

#full_prices table,
.open_hours_full table{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	border-radius:5px;
	overflow:hidden;
}

#full_prices tr,
.open_hours_full tr{
	padding:0;
}

#full_prices td{
	padding:5px 10px 5px 10px;
}

.open_hours_full  td,
.open_hours_full  th{
	padding:10px 20px;
}

.open_hours_full  td{
	text-align:center;
}

.open_hours_full  td:last-child{
	text-align:left;
}

#full_prices tr:nth-child(even),
.open_hours_full tr:nth-child(even){
	background:rgba(0,0,0,.1);
}

#full_prices tr:nth-child(odd),
.open_hours_full tr:nth-child(odd){
	background:rgba(0,0,0,.2);
}

.footer_map_btn{
	float:right;
	z-index:1000;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-width : 990px){
	
	footer .footer_top_left{
		text-align:center;
		margin-bottom:4vh;
	}

	footer main section{
		position:relative !important;
		display:block !important;
		top:auto !important;
		left:auto !important;
		bottom:auto !important;
		transform: none !important;
	}
	
	footer nav{
		display: block;
		font-size:.7em;
		padding-right:0;
		padding-bottom:20px;
	}

	nav a{
		display:inline-block;
		padding-top:13px;
		padding-bottom:3px;
	}
	
	footer{
		background-image:none;	
	}
	
	.home_left, .home_right{
		display:block;
		width:100%;
	}
	
	.home_right{
		text-align:center;
		margin-top:3em;
	}
	
	.thin_nav img{
		display:block;
		padding-bottom:.5em;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	.std_button{
		width:80%;
		display:block;
		margin-bottom:1em;
		margin-left:auto;
		margin-right:auto;
		font-size:1.3em;
	}
	
	section .article_container{
		margin-top:0;
	}
	
	.show_thin_nav, article.show_thin, .show_thin{
		display:block;
	}
	
	.absolute_bottom_left, .absolute_bottom_right, .show_wide_nav, article.show_wide{
		display:none;
	}
	
	.barber_profiles article{
		margin-left:auto;
		margin-right:auto;
	}
	
	.wrap_thin img{
		width:48%;
		max-width:236px;
	}
	
	body{
		font-size:.7em;
	}
	
	blockquote{
		margin:10px 0;
		padding:0;
	}

	.footer_map_btn{
		text-align:center;
		display:block;
		float:none;
	}
	
	.special_hours table{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	
}

.tte-btn-text,
.tte-btn tte-btn-small,
.tte-btn-wrapper{
	text-shadow:none;
	text-decoration:none;
}