* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Trebuchet MS", Helvetica, lucida, sans-serif;
	text-align: left;
}

body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #111;
	font-family: "Trebuchet MS", Helvetica, lucida, sans-serif;
	font-size: 14px;
	line-height: 160%;
	background: #fff;
}

h1 {
	padding: 2px 0px 0px 0px;
	font-size: 8px;
	color: #b4b5b2;
	line-height: 100%;
	float: right;
}

h2 {
	text-transform: none;
	font-size: 20px;
	color: #111;
}

h2, p {
	margin: 0px 0px 20px 0px;
}

p {
	text-align: justify;
}

ol {
	margin: 0px 0px 0px 20px;
}

a {
	color: #111;
}

p#path {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 8px 0px;
}

div.breaker {
	display: block;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.cColor {
	color: #d94d0f;
}

.borderColor {
	border-color: #ececec;
}

.borderColor:hover {
	border-color: #444;
}

.bgColor {
	background-color: #fff;
}

.bgColorHover:hover {
	background-color: #fff;
}


.back-btn {
	text-align: right;
}

div.loopPage p span,div.loopPage p strong,div.loopPage p a {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

h3.borderTopMore {
	border-top: solid 9px #ccc;
}

h4,div.marginBottom {
	margin: 0px 0px 10px 0px;
}

div.marginBottomMore {
	margin: 0px 0px 20px 0px;
}


/* podstranky */
div.loopPage {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

div.loopPage h3 {
	margin: 0px 0px 10px 0px;
}

div.loopPage p {
	margin: 0px 0px 10px 0px;
}

/* footer */
footer {
	padding: 50px 0;
	min-height: 50px;
	margin: 0 auto;
	background: #000;
}
footer img.img-responsive {
    height: 70px;
    float: right;
}
footer p strong{
	font-size: 20px;
}
footer p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


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

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

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

/* DROP DOWN MENU*/
#nav {
	margin: 0px 0px 0px 0px;
	border: 0px  !important;
}
#nav > a
{
    display: none;
}
#nav ul {
	list-style: none;
	display: inline-table;
	position: relative;
}
#nav ul:after {
	content: "";
	clear: both;
	display: block;
}

/* first level */
@media(min-width:768px) {
	#nav ul > li a.noneactive,
	#nav ul > li a.active,
	#nav ul > li a:hover,
	#nav ul > li:hover a {
		color: #A98883;
		border-top: 4px solid #A98883;
	}
	#nav ul > li.home a span {
		display: none;
	}

	#nav ul > li.home a {
		min-height: 34px;
		width: 50px;
		background: url("img/bg-menu-home.png") center center no-repeat;
	}
	#nav ul > li.home a.noneactive,
	#nav ul > li.home a.active,
	#nav ul > li.home a:hover {
		background: url("img/bg-menu-home-hover.png") center center no-repeat;
	}
	#nav ul > li > a {
	   	padding: 7px 7px 7px 7px;
		margin-right: 5px;
		text-decoration: none;
		font-weight: normal;
		font-size: 12px;
		letter-spacing: 0px;
		text-transform: none;
		color: #7D835F;
		border-top: 4px solid #7D835F;
	}
}
@media(min-width:998px) {
	#nav ul > li a {
		padding: 7px 13px 7px 13px;
		margin-right: 9px;
		font-size: 13px;
	}
}
@media(min-width:1199px) {
	#nav ul > li a {
		padding: 7px 15px 7px 15px;
		margin-right: 10px;
		font-size: 14px;
	}
}
/* second level */
header{
	margin-bottom: 0;
}
#nav li ul
{
    display: none;
    position: absolute;
    top: 100%;
}
    #nav li:hover ul
    {
        display: block;
        z-index: 10000;
    }
    #nav li ul li {
		float: none;
		position: relative;
    }
    #nav li ul li a {
        display: block;
    	padding: 6px 20px 4px 10px;
    	font-size: 14px;
		height: 29px;
    	color: #7D835F !important;
		white-space: nowrap;
		min-width: 160px;
    	background: rgba(255,255,255,0.9);
    	border-top: 0px  !important;
    }
    #nav li ul li a.active,
	#nav li ul li a:hover {
		background: rgba(0,0,0,0.8);
		color: #A98883 !important;
	}
#nav.collapsing ul li a,
#nav.in ul li a {
	border-top: 0px  !important;
	width: 100%;
}
@media only screen and ( max-width: 40em ) /* 640 */
{
    #nav
    {
        position: relative;
    }
        #nav > a
        {
        	border: 0px;
        }
        #nav:not( :target ) > a:first-of-type,
        #nav:target > a:last-of-type
        {
            display: block;
        }

    /* first level */

    #nav > ul
    {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }
        #nav:target > ul
        {
            display: block;
        }
        #nav > ul > li
        {
            width: 100%;
            float: none;
        }

    /* second level */

    #nav li ul
    {
        position: static;
    }
}
/* DROP DOWN MENU*/

/* content menu */

ul.noMarginBottom {
	margin-bottom: 0px !important;
}


.right h3 {
	padding: 14px 10px 4px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #ed2a2f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.footer .goTop {
	background-image: url('../../img/gray/ico_topweb.png');
}
.footer .goPrint {
	background-image: url('../../img/gray/ico_print.png');
}
.footer .goHome {
	background-image: url('../../img/gray/ico_home.png');
}
.footer .right-bottom p,
.footer .right-bottom div {
	text-align: right;
}
.brand {
  width: 80%;
  padding: 0px;
  line-height: inherit;
  margin: 10px 0 20px 0;
  background: url("img/horni.png") right center no-repeat;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -30px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -30px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: none;
}
.carousel-control .icon-next:before {
  content: none;
}

.carousel-control.left .icon-prev {
	background: url(img/controls.png) no-repeat left top scroll;
}
.carousel-control.right .icon-next {
	background: url(img/controls.png) no-repeat right top scroll;
}
/* carousel */


.box h3 {
	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;
}

.box.akce h3 {
	background-color: #6fce12;
}
.box.aktualne h3 {
	background-color: #ddbd10;
}
.box.kontakt h3 {
	background-color: #dd7611;
}
.box .content {
	min-height: 220px;
	background: #f3f3f3;
	border: 1px solid #cacaca;
	padding: 10px;
}

.loop-galerie{

}
.flex-galerie{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box-galerie{
	width: 250px;
}
a.absoulute{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.box-galerie:hover{
	transition: 380ms all ease-in-out;
	background: #A98883;

}
.box-galerie {
	position: relative;
    margin: 15px;
    width: 260px;
    padding: 10px;
    background: #7D835F;
    box-shadow: 0 0 4px 1px black;
}
.box-galerie p{
	color: #fff;
}
.loop-cenik table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.loop-cenik td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}
.loop-cenik tr:nth-child(even) {
    background-color: #dddddd;
}
.loop-nadpis{
    margin-top: 50px !important;
}
h2.nadpis{
	font-size: 50px;
}

.carousel-caption {
    top: 39%;
    right: 0;
    left: auto;
    transform: translate(-50%, -50%);
}
p.text-left.red-home {
	box-shadow: none;
	color: #fff;
    background: #D0142C;
    padding: 25px;
    border-radius: 20px;
}
p.text-left.yellow-mark {
	box-shadow: none;
	color: #fff;
    background: #E1C428;
    padding: 25px;
    border-radius: 20px;
}
p.text-left.red-home:before, p.text-left.yellow-mark:before{
	font-family: FontAwesome;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
	color: #fff;
		font-size: 37px;
}
p.text-left.red-home:before {
	content: "\f015";
}
p.text-left.yellow-mark:before {
	content: "\f08d";	
}
.bannerDiv {
    width: 260px;
}
@media(max-width: 960px){
	/*.bannerDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
	p.text-left.red-home, p.text-left.yellow-mark {
    width: 300px;
	}*/
	.bannerDiv{
		display: none;
	}
}
.loop-kontakt a{
	color: #7D835F !important;	
}
.loop-cenik .wrapper:nth-of-type(1){
	margin-bottom: 40px;
}
@media(max-width: 768px){
	.wrapper { overflow-x: auto;
		width: 100%;
	}
}
/*SCROLL*/
.wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.wrapper::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}
.wrapper::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

/*SCROLL*/