/*
Theme Name: BDC Mašovice
Description: Theme for WordPress.
Author: lopour.net
Author URI: http://lopour.net
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,700,700i&subset=latin-ext');
h1,h2,h3,h4,h5,h6 {
	color: #cc052c;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.nav a, .btn {
	text-decoration: none;

}
.well {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.thumbnail {
	position: relative;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.thumbnail:before {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 12px solid rgba(0,0,0,0.2);
}
a.thumbnail:hover:before {
	border-width: 0;
}
.main_logo {
	position: relative;
	text-align: right;
	overflow: hidden;
	margin: 20px 0 0;
}
.main_logo a {
	display: inline-block;
	position: relative;
	margin: 0 6.5%;
}
.main_logo img {
	position: relative;
	display: block;
	margin: 0 0 0 auto;
	z-index: 1;
	height: 33px!important;
	width: auto!important;
}
.main_logo a:before, .main_logo a:after {
	content: '';
	position: absolute;
	bottom: 17%;
	right: 52%;
	height: 1px;
	width: 9999em;
	background: #eb0129;
}
.main_logo a:after {
	right: auto;
	left: 100%;
}
.navbar-brand {
	font-family: 'Merriweather', serif;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-decoration: none;
}
.main_nav .navbar {
	margin: 0;
}
.main_nav .nav>li>a {
	text-transform: uppercase;
}
.main_slider {
	margin: 0 0 20px;
}
.main_slider .item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 12px solid rgba(0,0,0,0.2);
}
.page_footer {
	font-size: 80%;
	margin: 50px 0 0;
	padding: 50px 0;
	color: #757575;
	background: #313131;
}
.page_footer a {
	color: #757575;
}
.page_footer .nav-pills>li:before {
	content: '|';
	position: absolute;
	top: 50%;
	right: -5px;
	margin: -8px 0 0;
	line-height: 1;
	height: 16px;
}
.page_footer .nav-pills>li:last-child:before {
	display: none;
}
.gallery {
	margin: 0 -5px;
}
.gallery>br {
	display: none;
}
.gallery-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 10px 0;
	width: 16.6666%;
	padding: 0 5px;
}
.gallery-icon img {
	display: block;
	max-width: 100%;
	height: auto!important;
}
.gallery-caption {
	display: block;
	text-align: center;
	font-size: 90%;
}
#map_contect {
	height: 320px;
}

.breadcrumb {
	font-size: 14px;
	color: #aaa;
}
.breadcrumb a {
	color: #aaa;
}