
.breaker {
	line-height: 0;
}

ol, ul {
	margin: 0px 0px 0px 20px;
	list-style-type: none;
}

.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition:      -o-transform .6s ease-in-out;
		transition:         transform .6s ease-in-out;

		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
	line-height: 1;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}


.navbar-default {
	background-color: transparent;
}

.brand {
	text-align: left;
}
header {
	margin-bottom: 20px;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-brand {
	padding-top: 0px;
}
.navbar-brand img {
	height: 50px;
}


.icons {
	margin: 5px 15px;
}

.icons a {
	display: inline-block;
	width: 25px;
	height: 25px;
}

.icons .facebook {
	background-image: url('img/facebook.png');
}
.icons .twitter {
	background-image: url('img/twitter.png');
}
.icons .youtube {
	background-image: url('img/youtube.png');
}
.icons .googleplus {
	background-image: url('img/googleplus.png');
}

.footer .right.links a {
	display: block; float: right; width: 16px; height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 5px;
	text-decoration: none;
}


.goTop {
	background-image: url('img/light/ico_topweb.png');
}

.goPrint {
	background-image: url('img/light/ico_print.png');
}

.goHome {
	background-image: url('img/light/ico_home.png');
}

/* PAGINATOR */
.paginator {
	text-align: right;
	float: right;
}

.paginator .results {
	font-style: italic;
	color: #999;
}

.paginator .pages {
	padding-bottom: 5px;
}

.paginator .pages a {
	display: inline-block;
	padding: 2px;
	text-decoration: underline;
}

.paginator .pages span {
	font-weight: bold;
}

/* forms */
form.vcForm {
	padding: 10px;
	margin: 0 auto;
}

form.vcForm .row {
	margin-bottom: 15px;
}

form.vcForm fieldset {
	display: block;
	padding: 5px 10px;
	line-height: 20px;
	margin-bottom: 10px;
}

form.vcForm legend {
	font-size: 12px;
	font-weight: bold;
}

form.vcForm .section-hidden {
	display: none;
}

form.vcForm * {
	color: #000;
	font-size: 14px;
}

form.vcForm .label {
	clear: left;
	display: block;
	width: 100%;
	text-align: left;
	padding-top: 8px;
	white-space: normal;
}
@media(min-width:767px) {
	form.vcForm .label {
		text-align: right;
	}
}
form.vcForm .label .required {
	display: inline-block;
	padding: 0px 2px;
}
form.vcForm .rowError .label {
	color: #f00;
	border-color: #f00;
}
form.vcForm .rowError .text,
form.vcForm .rowError textarea {
	border-color: #f00;
}

form.vcForm input {
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form.vcForm input.text {
	width: 100%;
}

form.vcForm select {
	margin-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form.vcForm textarea {
	width: 100%;
	height: 100px;
	padding: 5px;
	overflow: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form.vcForm textarea.mceEditor {
	width: 100%;
	height: 200px;
	padding: 5px;
	overflow: auto;
}

form.vcForm option {
	background: #FFF;
}

form.vcForm .button1,
form.vcForm .button2 {
	display: block;
	cursor: pointer;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

form.vcForm .button1:hover,form.vcForm .button2:hover {
	background-position: center left;
}

form.vcForm legend {
	color: #a43708;
}
form.vcForm input {
	border:1px solid #e8e7e1;
	background: none;
}
form.vcForm textarea {
	border: 1px solid #e8e7e1;
	background: none;
}
form.vcForm option {
	background:#FFF;
}
form.vcForm optgroup {
	background:#e8e7e1;
}
form.vcForm .button1, form.vcForm .button2 {
	color: #444;
}
form.vcForm .button1:hover, form.vcForm .button2:hover {
	color:#000;
	background:#ededed;
}


#messages div {
	margin: 10px 10px 0 10px;
	padding: 12px 20px 12px 45px;
	border: 1px solid #e8e7e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#messages .success {
	background: #dcf9d4 url('img/icons/32x32/accept.png') 4px 50% no-repeat;
}
#messages .info {
	background: #dde2ff url('img/icons/32x32/info.png') 4px 50% no-repeat;
}
#messages .error {
	background: #ffdddd url('img/icons/32x32/remove.png') 4px 50% no-repeat;
}

/* kontaktbox */

form#kontaktBox {
	margin-bottom: 0px;
}

div.loopPage.kontaktBox {
	padding-bottom: 0px;
}
.kontaktBox h3 {
	margin-top: 20px;
	border-radius: 0px;
	background-color: #55595a;
	padding: 14px 10px 4px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.kontaktBox .right-cont {
	padding: 10px 8px;
	background: #f3f3f3;
	border: 1px solid #cacaca;
}
form#kontaktBox .btn-send,
form#kontaktBox textarea,
form#kontaktBox .text {
	width: 100%;
	border: 0px;
	padding: 10px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
form#kontaktBox .text {
	margin-bottom: 8px;
}
form#kontaktBox .btn-send {
	width: 80%;
	text-align: center;
	font-weight: bold;
	margin-left: 10%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

form#kontaktBox .btn-send:hover {
	background-color: #000;
	color: #fff;
}

.kontaktBox .info {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 0px solid #00fa00;
	background-color: #58A04D;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* kontaktbox */

/* partners */
div#partners {
	padding: 0px 0px 0px 0px;
	width: 100%;
	min-height: 114px;
	background: none;
	text-align: center;
}

div#partners .partnersInner {
	margin: 0 auto;
	position: relative;
}

div#partners .partnersContent {
	padding: 5px 25px;
	color: #fff;
}
/* partners */

/* tables
.table-responsive {
        width: 100%;
}
.table-striped>tbody>tr>th,
.table-striped>tbody>tr>td {
        padding: 2px 5px;
        text-align: center;
        font-weight: bold;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
        background-color: #e3e3e3;
}
.table-striped>tbody>tr:nth-child(odd)> th {
        background-color: #55595a;
        color: #fff;
}
*/
/* tables */

/* estates */

.estateBox .image {
	float: left;
	padding: 0 20px 0 0;
	width: 400px;
}
.estateBox .image a {
	text-decoration: none;
}
.estateBox .rightInfo {
	padding-top: 30px;
}
.estateBox .rightInfo .item .label {
	width: 100px;
	font-size: 11px;
}
.estateBox .rightInfo .item .price {
	font-size: 18px;
	font-weight: bold;
}
.estateBox .rightInfo table {
	border-spacing: 0px;
	border-collapse: separate;
	margin-bottom: 20px;
}
.estateBox .rightInfo .item td,
.estateBox .rightInfo .item th {
	line-height: 100%;
	font-size: 12px;
}
.estateBox .rightInfo .item th {
	color: #3a3a3a;
}
.estateBox .rightInfo .item div,
.estateBox .itemDesc label {
	font-weight: bold;
}
.estateBox .loopPage {
	display: inline-block;
}
/* small boxes */

.estateBox .blankImage {
	background: #f9f9f9;
}
.estateBoxSmall .loopPage {
	background: #f9f9f9;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.estateBoxSmall .loopPage .estate {
	padding: 10px;
}
.estateBoxSmall .image {
	width: 200px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 0 0 0 0;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
}
.estateBoxSmall .image img {
	display: block;
	margin: 0 auto;
}
.portrait img {
	width: 100%;
}
.landscape img {
	height: 100%;
}
.estateBoxSmall .rightInfo {
	padding: 0 0 0 10px;
}
.estateBoxSmall h2 {
	font-size: 16px;
	font-style: normal;
	margin: 0 0 10px 0;
}
.estateBoxSmall .itemAddress {
	font-size: small;
	margin: 0 0 7px 0;
}
.estateBoxSmall .itemDesc {
	margin: 0 0 7px 0;
}
.estateBoxSmall .price {
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	float: left;
}
.estateBoxSmall .more {
	float: right;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

/* portfolio */
.portfolio-item {
	right: 0;
	margin: 0 0 0px;
}

.portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
	cursor: pointer;
}

.portfolio-item .portfolio-link .portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(14,216,218,.9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1;
}

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px;
}

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0;
}

.portfolio-item .portfolio-caption {
	margin: 0 auto;
	padding: 25px;
	max-width: 400px;
	text-align: center;
	background-color: #fff;
}

.portfolio-item .portfolio-caption h4 {
	margin: 0;
	text-transform: none;
	font-size: 18px;
}

.portfolio-item .portfolio-caption p {
	margin: 0;
	font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style: italic;
}

@media(min-width:767px) {
	.portfolio-item {
		margin: 0 0 30px;
	}
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 3em;
}

.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}

.portfolio-modal .close-modal:hover {
	opacity: .3;
}

.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.portfolio-item .portfolio-link:focus {
	outline: none;
}


/* 14% = 100% (full-width row) divided by 7 */
.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-7ths {
	width: 14.285714285714285714285714285714%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-7ths {
		width: 14.285714285714285714285714285714%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-7ths {
		width: 14.285714285714285714285714285714%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-7ths {
		width: 14.285714285714285714285714285714%;
		float: left;
	}
}

ul.slick-dots {
	list-style-type: none;
	padding: 0;
	text-align: center;
}
ul.slick-dots li {
	display: inline-block;
	margin: 0 7px;
	width: 20px;
	height: 20px;
}
ul.slick-dots li button {
	color: transparent;
	background-color: #ddd;
	border: 0px solid #ddd;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}
ul.slick-dots li.slick-active button {
	background-color: #7f7f7f;
}
form.registrationForm {
	background-color: #fff;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
form.registrationForm h3 {
	text-align: center;
}
form.registrationForm .calendars .cal {
	background-color: #fdfdfd;
	padding: 10px;
}
form.registrationForm fieldset {
	background-color: #fdfdfd;
	padding-top: 10px;
}

/* navigation */

#navcontainer
{
	margin-left: 0px;
}
#navlist
{
	list-style: none;
	padding: 0 !important;
	margin: 0;
}
#navlist li
{
	display: inline;
	padding: 0;
	margin: 0;
}
#navlist li:before
{
	content: "> ";
}
#navlist li:first-child:before
{
	content: "";
}
/* css pro IE */
* html #navlist li
{
	background-image: url("gt.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 -1em;
}
* html #navlist
{
	height: 1%;
}
* html #navlist li
{
	display: block;
	float: left;
}
* html #navlist li:first-child
{
	background-image: none;
}
.galleryBox .image {
	display: block;
	height: 100%;
	overflow: hidden;
	border: 1px solid #fff;
	margin-left: -15px;
	margin-right: -15px;
}
/* Styly pro LoopPage */

.loopPage.full-width > .container {
	width: 100%;
	padding: 0;
}
.loopPage.full-width {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.loopPage.loop-map {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.loopPage.loop-map #map {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.newGalery.clearfix.justified-gallery {
	margin-left: -8px;
}
.loopPage.loop-padding-0{
	padding: 10px 0;
}
div.no-padding-bottom  {
	padding-bottom: 0 !important;
}
div.no-padding-top  {
	padding-top: 0 !important;
}
div.no-padding  {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.fucking-eu-cookies, .fucking-eu-cookies span, .fucking-eu-cookies a {
	font-family: inherit !important;
}

.fucking-eu-cookies{
	position: fixed !important;
	width: 100%;
	bottom: 0;
	color: #333;
	left: 0;
}

/* Bazaar */
.bazaar * {
	text-align: left;
}

img.bazaar-image {
	width: 100%;
	height: auto;
}
.bazaar h2,
.bazaar h2 a{
	text-align: left;
	font-weight: 400;
	color: #333;
	margin-top: 0;
}
.bazaar h2 a:hover{
	text-decoration: none;
}
.bazar-main-values {
	width: 100%
}
.bazar-main-values {
	text-align: left;
}
.value.row_year,
.value.row_price {
	background: #fff;
	width: auto;
	padding: 10px 15px;
	display: inline-block;
	text-align: left;
	margin: 10px 0;
	border: 1px solid #dfe6eb;
}
.value.row_year p,
.value.row_price p{
	margin-bottom: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}
.value.row_year p:first-child,
.value.row_price p:first-child {
	font-size: 15px;
	text-align: center;
	font-weight: 400;
}
.bazaar.clearfix {
	margin: 15px 0;
	padding: 20px 0;
}
.bazaar.clearfix:hover {
	background: #f1f4f6;
}
.bazaar .image {
	border: 0;
	margin: 0 0px 3px 0;
}
.bazaar .image a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}
.bazaar .image a:before {
	content: "\f067";
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 50px;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 280ms ease-in-out;
}
.bazaar .image a:hover:before {
	opacity: 1;
}
.mainImg img {
	width: 100%;
}

.otherImg img {
	width: 25%;
}
a.bazaar-button {
	display: table;
	margin: 30px auto;
	padding: 9px 15px 7px 15px;
	border: 1px solid #9fc657;
	color: #9fc657;
	transition: all 280ms ease-in-out;
}
a.bazaar-button:hover {
	text-decoration: none;
	background: #9fc657;
	color: #fff;
}
a.more-button {
	margin-top: 10px;
	display: inline-block;
	color: #000;
}
/* Formulář !!!!!!!!!! */
.form-flex-new {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.input {
	border: 1px solid #707070;
	margin: 0 8px 12px 8px;
	position: relative;
	border-radius: 2px;
	width: calc(20% - 16px);
	min-width: 200px;
	flex-grow: 1;
	transition: all 280ms ease-in-out;
}
.input textArea,
.input input {
	padding: 18px 15px 18px 50px;
	border: none;
	width: 100%;
	height: 100%;
	color: #333;
	position: relative;
	background: transparent;
	transition: all 280ms ease-in-out;
}
.input textArea:focus,
.input input:focus {
	outline: none;
	color: #fff;
}
.input:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 19px;
	font-size: 18px;
}
.input:after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	background: #333;
	z-index: -1;
	transition: all 250ms ease-in-out;
}
.input.input-text {
	width: 100%;
}
.input.input-name:before {
	content: "\f007";
	font-family: FontAwesome;
}
.input.input-mail:before {
	content: "\f003";
	font-family: FontAwesome;
}
.input.input-tel:before {
	content: "\f095";
	font-family: FontAwesome;
}
.input.input-text:before {
	content: "\f040";
	font-family: FontAwesome;
}
.input.input-pass:before {
	content: "\f023";
	font-family: FontAwesome;
}
.focused {
	color: #fff;
}
.focused:after {
	width: 100%;
}
.form-flex-new button {
	display: table;
	margin: 0 auto;
	padding: 11px 40px;
	border: 1px solid #333;
	background: rgba(0, 0, 0, 0);
	text-transform: uppercase;
	color: #333;
	transition: all 280ms ease-in-out;
}
.form-flex-new button:hover {
	background: #333;
	color: #fff;
}
/* Formular done */
.relative {
	position: relative !important;
}
.banner-mobil img {
	width: 100vw;
	height: auto;
}
.banner-mobil {
	padding: 0 !important;
	margin: 0;
}
.banner-mobil * {
	width: 100%;
	padding: 0;
}
.loop-white {
	background: #fff !important;
}
div#infobox {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 300px;
	padding: 20px;
	background: #fff;
	box-shadow: 2px 4px 25px 1px rgba(0, 0, 0, 0.52);
	border-radius: 5px;
	font-size: 18px;
	transform: translate(120%, 0);
	opacity: 0;
	transition: all 300ms ease-in-out 1s;
}
div#infobox.info {
	background: #5cb85c;
	color: #fff;
}
div#infobox.warning {
	background: #d9534f;
	color: #fff; 
}
div#infobox.warning span {
	color: #fff; 
}
div#infobox.shown {
	opacity: 1;
	transform: translate(0);
}
.closeInfoBox {
	/* background:  orange; */
	display:  inline-block;
	/* width:  18px; */
	/* height: 18px; */
	position:  absolute;
	top: -8px;
	right: -3px;
	padding: 10px;
	cursor:  pointer;
}

.closeInfoBox:after {
	content: "\f00d";
	font-family:  FontAwesome;
}
@media(max-width: 600px) {
	div#infobox {
		bottom: 0;
		left: 0;
		width: 100%;
	}
	
}
.lang-pack {
	position: absolute;
	top: 30px;
	right: 19px;
}
.lang-pack a {
	display: block;
	width: 22px;
	height: 16px;
	margin: 0 5px;
	border-radius: 3px;
	float: left;
}
.lang1{
	background: url('img/lang/cz.png') no-repeat center;
}
.lang2{
	background: url('img/lang/eng.png') no-repeat center;
}
.lang3{
	background: url('img/lang/ru.png') no-repeat center;
}
.lang4{
	background: url('img/lang/de.png') no-repeat center;
}
@media(max-width: 767px) {
	.lang-pack {
		position: absolute;
		top: 21px;
		right: 50px;
		width: 40px;
	}
	.lang-pack a {
		margin-bottom: 5px;
	}
}
/* Aktuality */

.article-flex {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 30px;
	/*box-shadow: 0 0 51px -6px rgba(0, 0, 0, 0.35);*/
}
.article-flex .article-image {	
	position: relative;
	display: inline-block;
	flex-basis: 250px;
	flex-grow: 1;
	background-size: cover;
	background-position: center center;
	border-radius: 4px;
}
a.article-image:after {
    content: "\f08e";
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    font-size: 21px;
    text-align: center;
    padding-top: 12px;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    transform: translate(50%,-50%);
    transition: all 280ms ease-in-out;
}
a.article-image:hover:after {
    opacity: 1;
    transform: translate(-50%,-50%);
}

.article-flex .article-right-info {
	flex-basis: 250px;
	flex-grow: 9999;
	padding: 0 20px;
}	
.article-flex h2,
.article-flex a,
.article-flex p {
	text-align: left;
	margin-top: 0;
	color: #333;
	letter-spacing: 0;
}
.time-stamp {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	color: #fff;
	background: #262626;
}
.article-flex a.more-button {
	display: table;
}
.article-flex a.more-button .fa{
	transition: all 250ms ease-in-out;
}
.article-flex a.more-button:hover .fa{
	padding-left: 8px;
}
@media(max-width: 547px) {
	.article-flex .article-image {
		width: 100%;
		padding-top: 60%;
	}
}
.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0 auto !important;
}
.cc-banner .cc-message {
	text-align: center;
}