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

.ehbork-navbar-top{
	background: url('../img/menu_bg.png');
}

.ehbork-navbar-top div.navbar-inner{
	background: transparent;
}

.ehbork-brand {
	display: inline-block;
	min-width: 175px;
	min-height: 60px;
	background: url('../img/logo.png') no-repeat 15px 12px;
}

.ehbork-navbar-top .btn-navbar {
	margin-top: 25px;
}

.ehbork-hero-unit {
	padding-bottom: 0;
	height: 450px;
	border-radius: 0;
	color: #402e36;
	text-shadow: #9c8891 0.2em 0.2em 0.5em;
	position: relative;
	display: none;
}

#hero-unit-0 {
	visibility: hidden;
	display: block;
	background: url('../img/hero_unit_1_bg.jpg') center top;
}

.no-js #hero-unit-0 {
	visibility: visible;
}

#hero-unit-1 {
	background: url('../img/hero_unit_2_bg.jpg') center top;
}

.ehbork-hero-unit .container {
	padding-bottom: 0;
}

.ehbork-hero-unit .row {
	padding-bottom: 0;
}

.ehbork-hero-unit .well {
	padding: 25px;
	text-shadow: none;
	color: #333;
	border-radius: 10px;
	background: url('../img/hero_well_bg.png');
}

.ehbork-hero-unit .btn-previous, .ehbork-hero-unit .btn-next {
	width: 49px;
	height: 49px;
	position: absolute;
	top: 300px;
	opacity: 0.6;
	cursor: pointer;
}

.no-js .ehbork-hero-unit .btn-previous, .no-js .ehbork-hero-unit .btn-next {
	display: none;
}

.ehbork-hero-unit .btn-previous {
	left: 10px;
	background: url('../img/hero_unit_previous.png');
}

.ehbork-hero-unit .btn-next {
	right: 10px;
	background: url('../img/hero_unit_next.png');
}

.ehbork-gallery-menu {
	margin-top: 55px;
	padding: 0;
	text-align: center;
	color: #444;
}

.ehbork-gallery-menu > ul {
	padding: 0px 15px 15px 15px;
	text-align: left;
}

.ehbork-gallery-menu ul {
	list-style: none;
}

.ehbork-gallery-menu ul li {
	line-height: 30px;
	font-weight: bold;
}

.ehbork-breadcrumbs  li{
	color: #9F9F9F;
	margin-left: 10px;
	margin-right: 10px;
}

.ehbork-breadcrumbs  li.last{
	color: #444;
	font-weight: bold;
}

.ehbork-gallery-block ul {
	list-style: none;
	padding: none;
}

.ehbork-gallery-block ul li {
	display: inline-block;
	padding: 0px 15px 25px 15px;
}

.ehbork-gallery-block a.gallery-image {
	display: block;
	min-height: 150px;
	min-width: 105px;
	background-color: #888;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	border: 1px solid #888;
}

.ehbork-gallery-block a.gallery-image:hover {
	border-color: #CCC;
	background-color: #CCC;
}

.ehbork-contact-form label {
	font-weight: bold;
}

.ehbork-contact-form ul {
	list-style: none;
}

.ehbork-contact-form ul li {
	color: #ff0000;
	margin-bottom: 5px;
}

.ehbork-contact-form textarea {
	height: 150px;
}

footer {
	text-align: center;
	color: #888;
}

@media (min-width: 768px) {	
	#hero-unit-1 .well-wrapper {
		margin-left: 60%;
		width: 300px;
	}
	
	#hero-unit-0 .well {
		position: absolute;
		bottom: 0;
		margin-bottom: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		width: 350px;
	}
	
	.ehbork-notice { 
		text-align: center;
		padding: 10px;
		background: #DFF2BF;
		border: 1px solid;
		color: #4F8A10;
		margin-bottom: 10px;
	}
	
	.ehbork-contact-form-wrapper {
		width: 630px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.ehbork-contact-form {
		margin-left: -50px;
	}
	
	.ehbork-contact-form div {
		clear: left;
		width: 630px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.ehbork-contact-form label {
		float: left;
		margin-right: 10px;
		text-align: right;
		width: 100px;
		vertical-align: top;
		line-height: 30px;
	}
	
	.ehbork-contact-form input[type="text"],
	.ehbork-contact-form input[type="email"] {
		width: 500px;
	}
	
	.ehbork-contact-form textarea {
		width: 500px;
	}
	
	.ehbork-contact-form input[type="submit"] {
		width: 100px;
		margin-left: 315px;
	}
}

@media (min-width: 979px) {
	
	.ehbork-navbar-top div.navbar-inner div.container {
		height: 80px;
	}
	
	.ehbork-navbar-top ul.nav > li > a{
		height: 70px;
		width: 90px;
		text-align: center;
		line-height: 70px;
		font-size: 16px;
		font-weight: bold;
	}
	
	.ehbork-hero-unit {
		padding-top: 120px;
	}
	
	.ehbork-main-container {
		padding-top: 110px;
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.ehbork-hero-unit {
		padding: 0;
		background: transparent none;
		height: auto;
		display: block;
		visibility: visible;
	}
	
	#hero-unit-0, #hero-unit-1 {
		background-image: none;
		visibility: visible;
	}
	
	.ehbork-hero-unit .well {
		background: transparent;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.ehbork-hero-unit .btn-previous, .ehbork-hero-unit .btn-next {
		display: none;
	}
	
	.ehbork-gallery-block {
		text-align: center;
	}
	
	.ehbork-gallery-block ul {
		margin: 0;
	}
}

@media (max-width: 979px) {
	.ehbork-navbar-top {
		margin-bottom: 0;
	}
	
	.ehbork-main-container {
		padding-top: 20px;
	}
	
	.ehbork-gallery-menu > ul {
		padding-left: 0;
	}
}