
body {
	background:#ffffff;
	font-size: 14px;
}

.sides {
	background:#eeeeee;	
}

.cimage {
	margin-top: 20px;
	display: block;
	max-width: 100%;
	height: auto;
}

#top-bar {
	height: 10px;
	/*margin-bottom: 10px;*/
}

#logo-bar {
	height: 200px;	
	background: #474747;
}

#middle-bar-top {
	height: 10px;
	/*margin-bottom: 10px;*/
}

#middle-bar-bottom {
	height: 20px;
	/*margin-bottom: 10px;*/
}
.logo {
	height: 100px;
	margin: 0px 0 0px;
}

.logo.script {
	background: transparent url("../images/tinyhair_logo_5cm.jpg") no-repeat center center;
	height: 200px;
	
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
	padding-right: 15px;
	padding-left: 15px;
}

/* Custom page header */
.header {
	border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
	padding-bottom: 19px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
}

/* Custom page footer */
.footer {
	padding-top: 19px;
	color: #777;
	border-top: 1px solid #b51499;	
}

/* Customize container */
@media (min-width: 768px) {
	.container_top {
		max-width: 860px;
	}
}

.container{
	max-width: 860px;
}

.container-narrow > hr {
	margin: 30px 0;
}

.lightbox {
	margin-left: 15px;
	margin-right: 15px;
	
}

.lightbox-pic {
/*	padding-left: 10px !important;/*
/*	padding-right: 10px !important;*/
	padding-bottom: 5% !important;	
	margin-right: 6% !important;
	margin-left: 9% !important;
}

.details {
	margin: 0px 15px ;
}
.details h4 {
	margin-top: 28px;
}

.desc-column {
	width: 200px;
}

address {
	margin-top: 20px;
	font-size:12px;
}

.opening-hours {	
	font-size:12px;
}

.small-top-margin h4 {
	margin-top: 5px;
}

.main-text {
	margin-top:30px;
}

#map-canvas {
	height: 175px;
	border: 1px solid #046380;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.color-4 {
	color: #b51499 !important;	
}
.color-5 {
	color: #474747 !important;	
	
}

.color-3-bg {
	background-color: #FFFFFF;
}

 .color-4-bg {
	background-color: #eeeeee;
}

.color-5-bg {
	background-color: #b565a7;	
}

.window .panel-body {
	text-align: center;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	/* Remove the padding we set earlier */
	.header,
	.details,
	.footer {
		padding-right: 0;
		padding-left: 0;
	}
	/* Space out the masthead */
	.header {
		margin-bottom: 30px;
	}
	/* Remove the bottom border on the jumbotron for visual effect */
	.jumbotron {
		border-bottom: 0;
	}
	
	.details > div {
		margin-bottom: 20px;
	}
	
	#map-canvas {
		height: 200px;
	}
}

.vertical-lb {	
	margin-top: 15%;	
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #DDD;
}
