/** ********************************************** **
	@Author			Dorin Grigoras
	@Website		www.stepofweb.com
	@Last Update	Sunday, March 16, 2014

	TABLE CONTENTS
	-------------------------------
		01. Globals


*************************************************** **/


/** 01. Globals
 **************************************************************** **/
html {
	overflow-x: hidden;
	overflow-y: auto;
}

html, body {
	margin:0; padding:0;
	min-height: 100%;
}

body {
	color:#333;
	font-family:'PT Sans',sans-serif;/*'Open Sans', Arial, sans-serif;*/
	background:#fff;/* url('../images/bg.png') no-repeat fixed center;*/
	letter-spacing:0px;

	font-size:15px; line-height:23px;
	position:inherit !important;
}

.eu-cookies {
    color: #DDD;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4px 10px;
    background-color: #444;
    z-index: 2000;
    text-align: center;
    font-size: 0.9em;
}

.eu-cookies button {
    margin: 0 20px;
    background: #45AE52;
    border: none;
    color: #fff;
    padding: 4px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
}

.textblock{
    border-radius: 25px;
    padding: 15px;
}

.textblockfirst{
    background-color: #fbeea7;
}

.textblock p{
    color: #7C4D02;
    margin: 0;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    color: none;
}
a {
  outline: 0;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}

a, a:hover, a:active,
#header a:hover,
#footer a:hover,
#default .styleColor {
	color:#ff8500;/*81BA10;*/
}	

.btn-primary {
	border-color:#333;
	background-color:#333;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	border-color:#444;
	background-color:#444;
}

#overlay {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url('../images/pattern/pattern5.png');
	/*
	background:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	*/
	z-index: 98;
}


/** Top Nav
 **************************************************************** **/
#topBar { 
	display: block;
	position:relative;
	height:36px;
	line-height:36px;
	border-bottom:rgba(0,0,0,0.06) 1px solid;
	position:relative;

	font-size:12px;
	background:#333333;
	z-index:100; /* keep it over #overlay */
}
	#topBar,
	#topBar a,
	#topBar p {
		color:#666;
		text-shadow:#222 1px 1px 1px;
	}
	#topBar .btn-group.open .dropdown-toggle {
		box-shadow:none;
		-moz-box-shadow:none;
	}
	#topBar .dropdown-menu {
		box-shadow:none;
		-moz-box-shadow:none;
                /*
		background-color:#393939 !important;
                */
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#topBar .dropdown-menu li,
	#topBar .dropdown-menu li a {
		color:#ccc;
		text-shadow:none;
	}
	#topBar .dropdown-menu li:hover>a {
		background-color:#444;
	}
	#topBar button.language  img {
		float:left;
		display:inline-block;
		margin-top:13px;
		margin-right:6px;
	}
	#topBar ul.dropdown-menu {
		font-size:13px;
		margin:0;
	}
	#topBar ul.dropdown-menu li>a img,
	#topBar ul.dropdown-menu li>a i.fa {
		display:inline-block; 
		margin-right:6px;
	}
	#topBar ul.dropdown-menu li.divider {
		border:0; margin-left:6px; margin-right:6px;
		background-color:transparent;
		border-bottom:rgba(0,0,0,0.2) 1px solid !important;
	}
	#topBar .btn-group.open {
		background-color:#393939;
	}

	#topBar .btn-group {
		padding:0 10px;
		margin-left:2px;
		background-color:rgba(0,0,0,0.05);
	}
	#topBar ul.links li {
		margin-left:10px;
		float:left;
		border-left:rgba(0,0,0,0.13) 1px solid;
		padding-left:10px;
	}
	#topBar ul.links li a {
		text-decoration:none;
	}
	#topBar ul.links li:hover>a {
		color:#fff;
	}
	#topBar ul {
		margin:0;
	}

#header { 
	position:fixed;
        height: 62px;
	height:150px;
/*        background-image: url(../../images/header.png);
        background-repeat: no-repeat;
        background-position: bottom center;
*/
        background: url(../../images/header-bg.jpg) no-repeat top center/cover;
        border-bottom: 3px solid #f6841f;
        left: 0;
        top: 0;
        width: 100%;
        /*
        min-height: 95px;
        */
        min-height: 82px;
        z-index: 100;
}

#header.min-header {
    height: 62px;
}

#header div.logo{
    margin-top: 15px;
    height: 90px;
}

#header.min-header div.logo{
    margin-top: 0px;
    height: 58px;
}

#header.min-header #topMain li{
    height: 40px;
}

#header #topMain li{
    height: 40px;
    padding-top: 20px;
}

@media only screen and (min-width: 900px){
    #header.min-header #topMain li{
        height: 79px;
    }

    .akt_cont {
        min-height: 432px;
    }
    
    #header #topMain li{
        height: 114px;
    }
    .div_puvod{
	float: left;
	padding: 15px;
	text-align: center;
	width: 33%;
    }
}

#header #topMain li a{
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    height: 38px;
    /*
    margin: 1px 4px;
    */
    line-height: 38px;
    /*
    font-weight: bold;
    */
    font-size: 16px; /*20*/
    /*
    font-size: 17px;
    */
}

#header #topMain li.shop a{
    background-color: #ff8500;
    color: #fff;
}

#header #topMain li.shop a:hover{
    color: silver;
}

#header #topMain .dropdown-menu li{
    padding: 0;
    height: 30px;
}

#header #topMain .dropdown-menu li a{
    padding: 0 6px;
    line-height: 28px;
    border: 0 solid;
    border-radius: unset;
    height: unset;
    margin: 0;
}
/*
#header.min-header #topMain .dropdown-menu{
    top: 58px;
}
*/
#header #topMain .dropdown-menu {
    top: 58px;
    left: 10px;
    padding-left: 4px;
    padding-right: 4px;
    /*
    border: 2px solid #ff8500;
    */
    background: #fff;
}

@media only screen and (min-width: 900px){
    #header.min-header #topMain .dropdown-menu{
        #top: 79px;
    }
    #header #topMain .dropdown-menu {
        #top: 114px;
    }
}

.food2{
    width: 100%;
    height: 220px; /*450px;*/
    background-image: url(../../images/food2.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 58px;
}
        #header .logo { 
		display:block; 
		float:left; 
		height:60px; 
	}
	
	#header p {
		color:#ccc;
	}

	/** Top Menu #0
	 ******************************* **/
	#header ul.nav,
	#header ul.nav li,
	#header ul.nav li a,
	#header ul.nav ul,
	#header ul.nav ul ul { /* bootstrap reset */
		border:0; margin:0; padding:0;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	.container>.navbar-header, 
	.container-fluid>.navbar-header, 
	.container>.navbar-collapse, 
	.container-fluid>.navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}
	.navbar-collapse {
		padding-left:0;
		padding-right:0;
	}

        #header.min-header ul.nav {
            margin: 2px 0 0 0;
            padding:0;
            margin: 0px;
        }

        #header ul.nav {
		float:left;
                /*
		margin:0 0 0 50px; 
                */
                margin: 35px 0 0 0; /*55*/
                /*
                margin: 2px 0 0 0;
                */
                padding:0;
	}
	#header ul.nav li,
	#header ul.nav li a {
		padding:0; margin:0;
		list-style:none;
		float:left;
		display:block;
	}
        #header ul.nav li a:hover {
            color: #ff8500;
        }
	#header ul.nav li a {
            /*
		color:#ccc;
                color: #ff8522;
            */
                color: #fff;
		font-size:17px; /*13*/
		position:relative;
		text-decoration:none;
		text-shadow:#000 1px 1px 1px;
		height:60px; line-height:60px;
		padding:0 16px
	}

	#header ul.nav li.active a,
	#header ul.nav li.active:hover>a {
		color:#fff;/*#ff8500;*/
                background: none;
                /*
		background:#393939 url('../images/main_arrow.png') no-repeat left center;
                */
	}
	#header ul.nav li:hover>a {
		color:#ff8500;/*81BA10;*/
                background: none;
                /*
		background:#393939;
                */
	}
	#header ul.nav li a i.fa {
		margin-left:6px;
	}
	#header ul.nav ul {
		display:none;
	}
	#header ul.nav ul ul {
		display:none !important;
	}
/*
	@media only screen and (min-width: 990px) {
*/
	@media only screen and (min-width: 900px) {
            #topOptions .shop{display:none;} 
		#header ul.nav ul li:hover  > ul,
		#header ul.nav li:hover>ul {
			display:block !important;
		}

		.navbar-collapse.collapse {
			
		}

                #footer .footer-pekarna{
                    position: absolute;
                    right: 220px;
                    font-size: 10px;
                    color: #fff;
                    text-align: left;
                    left: 420px;
                    line-height: 1.7em;
                }

                #footer .footer-pekarna-copyright{
 /*                   position: absolute;*/
                    font-size: 10px;
                    color: #fff;
/*                    left: 420px;
                    right: 220px;*/
                    bottom: 0px;
/*                    top: 120*/
                    text-align: center;
                    line-height: 1.5em;
                    float: left;
                    margin-top: 20px;
                    width: 100%;
                }


	}
		/** Top Menu #1
		 ******************************* **/
		#header ul.nav ul {
			position:absolute; 
			top:60px; margin:0; padding:0;
			max-width:230px;
                        /*
			background:#333;
                        */
		}
		#header ul.nav li.active li a,
		#header ul.nav ul li,
		#header ul.nav ul li.active,
		#header ul.nav ul li.active a,
		#header ul.nav ul li a {
			position:relative;
			float:none; display:block;
                        /*
			background:#393939;
			color:#ccc;
                        color:#ff8500;
                        */
                        color: #7c4d02;
                        font-weight: bold;
		}
		#header ul.nav ul li.active a,
		#header ul.nav ul li:hover a {
			color:#fff;
                        /*
			background:#373737;
                        */
		}
		#header ul.nav ul li a,
		#header ul.nav ul li.active {
			height:auto;
			padding:0; margin:0;
		}
		#header ul.nav ul li a {
			height:auto;
			line-height:20px;
                        /*
			min-width:200px;
                        */
			padding:6px 20px;
			border-bottom:#313131 1px solid;
			border-top:#454545 1px solid;
			text-shadow:none;
		}
		#header ul.nav ul li:first-child a {
			border-top:0;
		}
		#header ul.nav ul li:last-child a {
			border-bottom:0;
		}
		#header ul.nav ul li a i.fa {
			margin-top:3px;
			position:absolute;
			right:10px;
		}

			/** Top Menu #2
			 ******************************* **/
			#header ul.nav ul ul {
				left:200px; top:1px;
				border-left:#333 1px solid;
			}
			#header ul.nav ul ul li,
			#header ul.nav ul ul li.active,
			#header ul.nav ul ul li.active a,
			#header ul.nav ul ul li a {
                            /*
				background:#393939 !important;
				color:#ccc !important;
                            */
			}
			#header ul.nav ul ul li.active a,
			#header ul.nav ul ul li:hover a {
                            /*
				background:#373737 !important;
				color:#fff !important;
                            */
			}
 

	/** Right Options [top menu]
	******************************* **/
	#topOptions {
		float:right;
	}
	#topOptions,
	#topOptions li {
		margin:0; padding:0;
		list-style:none;
	}
	#topOptions li,
	#topOptions li a,
	#topOptions li div.button,
	#topOptions li button	{
		float:left;
		display:block;
		text-decoration:none;
		color:#ccc;
		font-size:23px;
		position:relative;
		cursor:pointer;
	}
	#topOptions li a,
	#topOptions li div.button,
	#topOptions li button	{
		height:60px; line-height:60px;
		padding:0 10px;
		background:#393939;
		margin-left:1px;
		position:relative;
	}
	#topOptions li a span.items,
	#topOptions li div.button span.items,
	#topOptions li button span.items	{
		font-family:'Open Sans';
		font-size:9px;
		position:absolute;
		line-height:10px;
		left:0; right:0; bottom:4px;
		text-align:center;
		color:#666;
	}
	#topOptions li a span.items.active,
	#topOptions li div.button span.items.active,
	#topOptions li button span.items.active {
		color:#ff8500;/*81BA10;*/
	}
	#topOptions li button:hover,
	#topOptions li div.button:hover,
	#topOptions li a:hover,
	#topOptions li.active {
		color:#fff;
	}
	/** @Handled by Javascript
	#topOptions li .button:hover > div {
		display:block;
	}
	**/


	/** Top Cart
	******************************* **/
	#topCart {
		font-size:12px;
		font-family:'Open Sans';
		color:#ccc;
		position:absolute;
		top:60px; width:250px; right:0;
		background:#393939;
		min-height:30px;
		cursor:default;
		padding:0; margin:0;
		line-height:20px;
		max-height:350px;
		overflow:hidden;
		display:none;
		z-index:100;
	}
	#topCart p {
		padding:10px;
		margin:0;
	}
	#topCart a.item {
		margin:0; height:auto;
		line-height:20px !important;
		font-size:12px !important;
		padding:6px 10px;
		border-bottom:#313131 1px solid;
		border-top:#454545 1px solid;
		display:block; float:none;
	}
	#topCart .bottom a.btn:hover,
	#topCart a.item:hover {
		background:#444;
	}
	#topCart .bottom a:hover,
	#topCart a.item:hover > p {
		color:#ff8500;/*81BA10;*/
	}
	#topCart a.item:first-child {
		border-top:0;
	}
	#topCart a.item img {
		float:left;
		height:40px;
		overflow:hidden;
		margin-right:10px;
	}
	#topCart a.item p {
		padding:0; margin:0;
		display:block;
		overflow:hidden;
		text-overflow:ellipsis; 
		white-space: nowrap;
	}
	#topCart a.item span {
		color:#888;
	}
	#topCart a.item span.line-through {
		text-decoration:line-through;
		display:inline-block;
		padding-right:4px;
		color:#666;
	}
	#topCart .bottom {
		background:#333;
		padding:6px 0;
	}
	#topCart .bottom a {
		font-size:12px;
		font-family:'Open Sans';
		display:block;
		line-height:20px;
		height:auto;
		border:0;
		box-shadow:none;
		background:transparent;
		float:none;
		text-align:center;
		padding:5px 0;
	}
	#topCart .bottom a.btn {
		border:#555 1px solid;
		margin:5px 10px;
	}


	/** Top Search
	******************************* **/
	#topSearch {
		display:none;
		position:absolute;
		top:60px; right:0;
		width:250px;
		cursor:default;
		
		padding:8px;
		background-color:#393939;
	}
	#topSearch .form-control,
	#topSearch .btn,
	#topSearch .input-group-btn {
		height:40px !important;
		font-size:20px;
		border:0;
		font-size:15px;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#topSearch .btn {
		line-height:36px;
		width:40px !important;
		padding:0 4px 0 0 !important;
		text-align:right;
	}
	#topSearch input.form-control {
		width:80%;
		display:inline-block;	
	}
	#topSearch .input-group-btn {
		width:19%;
		display:inline-block;
	}
	#topSearch .btn i.fa {
		font-size:20px;
	}


	/** Mobile Menu
	******************************* **/
	button.btn-mobile {
		display:none !important;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	button.btn-mobile i.fa {
		padding:0;
	}


/** Slider
**************************************************************** **/
.mc-hide-scrolls{
	overflow:hidden;
}

.mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out; 
	-moz-transition: opacity 1s ease-in-out; 
	-o-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
	
	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}
#slider iframe {
	width:100%;
	height:100%;
}

#slider {
	list-style:none;
	display:none;
}
#slider .caption {
	position:absolute;
	z-index:3;
	color:#fff;
	bottom:60px;
	left: 30px;
}
#slider .caption {
	padding-bottom:40px;
}
#slider .caption h1,
#slider .caption h2 {
	color:#fff !important;
	font-size:60px; line-height:70px;
	padding:6px;
	background:rgba(0,0,0,0.3);
	margin:0; margin-bottom:2px;
	clear:both !important;
	display:inline-block;
}
#slider .caption h2 {
	font-size:30px; line-height:30px;
	padding:10px; font-weight:bold;
}
#slider .caption p {
	color:#fff;
	background:rgba(0,0,0,0.3);
	clear:both !important;
	padding:6px; margin:0 0 10px 0;
}
#slider .caption a.btn {
	color:#fff;
	position:absolute;
	margin-top:6px;
	cursor:pointer;
	z-index:101;
	bottom:0;
}
#slider .caption a.btn-default:hover {
	color:#333;
	background-color:#fff !important;
	border-color :#fff !important;
}
#cycle-loader {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-25px;
	margin-left:-25px;
}

	/* next , prev */
	div.maximage-controls {
		position:absolute;
		right:0; bottom: 40px;
		margin-right:20px;
		display: inline-block;
		z-index:0; 
	}
	div.maximage-controls #slider_next,
	div.maximage-controls #slider_prev {
		width:50px; height:50px; display:inline-block;
		background:#fff url('../images/slider_arrows.png') no-repeat;
		cursor:pointer; margin-right:3px;
		z-index:100;
	}
	div.maximage-controls #slider_next {
		background-position:-53px -42px;
	}
	div.maximage-controls #slider_prev {
		background-position:0 -42px;
	}
	div.maximage-controls #slider_next:hover {
		background-position:-53px -98px;
		background-color:#81BA10;
	}
	div.maximage-controls #slider_prev:hover {
		background-position:0 -98px;
		background-color:#81BA10;
	}


	
	
/** Middle
**************************************************************** **/
#middle {
	margin-bottom:40px !important;
}
#middle .white {
	display:block;
	position:relative;
	background-color:#fff;
	padding:15px;
}
#middle .page-header {
	padding: 0;
	margin: 0 0 15px 0;
}
	#middle  .page-header h1 {
		padding: 0;
		margin: 0 0 10px 0;
		font-size:36px;
		line-height: 43px;
	}

#middle .page-header.image {
	position:relative;
}
	#middle .page-header.image .absolute {
		position:absolute;
		color:#fff;
		top:20%;
		margin-left:30px;
	}
	#middle .page-header.image .absolute h1,
	#middle .page-header.image .absolute p {
		color:#fff;
		font-weight:300;
	}
	#middle .page-header.image .absolute h1 {
		text-shadow:#fff 0 0 20px;
		font-size:50px;
	}


div.e404 {
	font-size: 1500%;
	line-height: 200px;
	color: #ddd;
}




/** Modal
**************************************************************** **/
	.modal .modal-header {
		margin:0; padding:0;
		background:#fff;
	}

	h4.modal-title{
		color:#333 !important;
		padding: 10px;
		font-weight:300;
	}
		h4.modal-title i {
			color: #999 !important;
			font-size:23px;
			margin: 7px 13px 0 0;
		}

	.modal .modal-header button {
		font-size:40px;
		padding:8px;
		color:#999 !important;
		margin-right:8px;
		font-weight:300;
	}
	.modal .modal-header button:hover {
		color:#000;
	}

	.modal .modal-dialog {
		border:#333 10px solid;
	}
	.modal .modal-content {
		border:0; padding:0;

		-webkit-box-shadow:none;
		   -moz-box-shadow:none;
				box-shadow:none;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	.modal .modal-body {
		padding:15px;
	}

	@media (min-width: 992px) {
		.modal-lg {
			width: 768px; /* bootstrap default:900 */
		}
	}
	@media (max-width: 479px) {
		.modal .modal-dialog {
			margin:0;
		}
	}





/** Follow Us
**************************************************************** **/
	a.socialbtn {
		display:inline-block;
		padding:20px 10px 10px 10px;
		background:#eee;
		color:#999;
		text-align:center;
		width:125px; height:90px;
		margin:10px 3px;

		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
				border-radius: 5px;

		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
			 -o-transition: all 0.2s;
				transition: all 0.2s;

	}
	@media (max-width: 479px) {
		a.socialbtn {
			margin:10px 0;
		}
	}

	a.socialbtn i {
		font-size:30px;
		color:#666;
		display:block;
	}
	a.socialbtn:hover,
	a.socialbtn:hover,
	a.socialbtn:hover i {
		color:#fff !important;
		text-decoration:none;
	}
	/**
		Twitter: 	#41b7d8
		Facebook: 	#3b5997
		Google: 	#d64937
		LinkedIn: 	#0073b2
		Youtube:	#CC181E
		Vimeo: 		#388fc5
		Flickr: 	#ff0084
		Pinterest: 	#cb2027
		Skype: 		#00aff0
		RSS: 		#e0812a
	**/
	a.socialbtn.facebook:hover {
		background-color:#3b5997;
	}
	a.socialbtn.twitter:hover {
		background-color:#41b7d8;
	}
	a.socialbtn.google:hover {
		background-color:#d64937;
	}
	a.socialbtn.linkedin:hover {
		background-color:#0073b2;
	}
	a.socialbtn.youtube:hover {
		background-color:#CC181E;
	}
	a.socialbtn.vimeo:hover {
		background-color:#388fc5;
	}
	a.socialbtn.flickr:hover {
		background-color:#ff0084;
	}
	a.socialbtn.pinterest:hover {
		background-color:#cb2027;
	}
	a.socialbtn.skype:hover {
		background-color:#00aff0;
	}
	a.socialbtn.rss:hover {
		background-color:#e0812a;
	}
 
 
 
 
/** Team
**************************************************************** **/
.team .thumbnail {
	position:relative;
	max-width:255px;
	display:inline-block;
	margin-bottom:60px;
	border:0;
	background:#f6f6f6;
}
.team .thumbnail:hover {
	background:#e6e6e6;
}
.team .item-image {
	position:relative;
	display:inline-block;
}
.team .item-image img {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.team  h3 {
	position:absolute;
	bottom:10px; left:0;
	text-align:left;
	font-size:18px;
	line-height:18px;
	color:#fff;
}
.team  h3 span {
	display:inline-block;
	background-color:rgba(0,0,0,0.8);
	padding:10px 10px 20px 10px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.team  h3 small {
	display:inline-block; color:#333;
	background:rgba(255,255,255,0.9);
	padding:3px; margin-top:-10px;
	position:absolute; bottom:-10px; left:10px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.team p {
	font-size:12px;
	line-height:16px;
	text-align:left;
	height:80px;
	overflow:hidden; 
	text-overflow:ellipsis;
	border-bottom:#eee 1px solid;
	padding-bottom:10px;
	margin-bottom:6px;
}





/** Item Box
 **************************************************************** **/
.item-box {
	background:#f6f6f6;
	overflow:hidden;
	margin:16px 0;
	width:100%;
	position:relative;

	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;
}
	.item-box.fullwidth {
		max-width:100%;
	}

.item-box figure {
	width:100%;
	display:block;
	margin-bottom:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}
	.item-box.fixed-box figure img {
		width:100%;
		height:auto;
	}
.item-box-desc {
	padding:10px 20px;
	overflow:hidden;
}
.item-box-desc p {
	margin-top:20px;
	display:block;
	overflow:hidden; 
	text-overflow:ellipsis;
	/*white-space: nowrap;*/
}
	.item-box.fixed-box .item-box-desc p {
		height:98px;
	}
.item-box-desc h4 {
	padding:0; margin:0;
}
.item-box .item-box-desc small {
	display:block;
}

.item-box.fixed-box .item-box-desc {
	height:256px;
}

.item-box.fixed-box figure {
	max-height:263px;
}
.item-box .socials {
	border-top:#eee 1px solid;
	text-align:center;
	display:block;
}


/* hover */
.item-box .item-hover,
.item-box .item-hover .overlay {
	-webkit-border-top-right-radius: 6px;
	 -webkit-border-top-left-radius: 6px;
		 -moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
			 border-top-left-radius: 6px;
			border-top-right-radius: 6px;
}
.item-box .item-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	text-align:center;
	color:#fff;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
.item-box .item-hover,
.item-box .item-hover button,
.item-box .item-hover a {
	color:#fff;
}
.item-box .item-hover .inner {
	position:absolute;
	display:block;
	left:0; right:0; top:50%;
	margin-top:-10px;
	z-index:100;
}
.item-box:hover .item-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.nav-pills>li.active>a, 
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus {
	color:#333;
	background-color:#EEEEEE;
}
.item-box .item-hover .overlay {
	background-color:rgba(142,205,17,0.6);
}


/** Portfolio
**************************************************************** **/
/* item list */
#portfolio .item-box-desc h4 {
	font-size:17px;
	max-height:32px;
	overflow:hidden;
}
	#portfolio .item-box figure img {
		width:100%;
		margin:auto;
	}

#portfolio .item-box-desc small {
	font-size:12px;
	margin-bottom:0;
}

#portfolio .item-box a {
	text-decoration:none;
}

/* Full Center */
#portfolio ul.fullcenter {
	margin-left:15px;
	margin-right:15px;
}
#portfolio ul.fullcenter .isotope-item,
#portfolio ul.fullcenter .item-box {
	margin:0;
}
#portfolio ul.fullcenter .item-box .overlay,
#portfolio ul.fullcenter .item-box {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
#portfolio ul.fullcenter .isotope-item {
	width:25%; /* 4 items / row - also, see responsive*/
	float:left;
}




/** Contact
 **************************************************************** **/
#gmap {
	width:100%;
	height:400px;
	display:block;


	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		   filter: grayscale(100%);
		   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		   filter: gray; 

	z-index:1;
}
#gmap_default {
	width:100%;
	height:400px;
	display:block;
}





/** Footer
**************************************************************** **/
#footer { 
    position: relative;
    width: 100%;
    min-height: 220px;
    /*
    background-image: url(../../images/footer.png);
    background-repeat: no-repeat;
    background-position: top center;
    */
    background: url(../../images/footer.jpg) no-repeat center/cover;
    border-top: 3px solid #f6841f;
    padding-top: 14px; /*40px*/
    padding-bottom: 20px;
/*	background:#333333;
	color:#fff;
	font-size:10px;
	position:fixed;
	bottom:0; left:0; right:0; padding:0 20px;
	height:30px;
	line-height:30px;
	border-top:rgba(255,255,255,0.3) 1px solid;
	overflow:hidden;
	z-index:100; /* keep it over #overlay */
}

.akt_cont .right{
    float:right;
    width: 50%;
    padding: 1px 10px;
}

.akt_cont .left{
    width: 50%;
}

.akt_cont_inv .left{
    position: relative;
    left:50%;
    width: 50%;
}

.akt_cont_inv .right{
    width: 50%;
    position: absolute;
}

@media only screen and (max-width: 900px) {
    .food2{
        height: 220px;
    }
    #footer .food{
        display: none;
    }
    #header {
        height: 120px;
        min-height: 120px;
    }
    #header.min-header{
        min-height: 95px;
    }
/*
    #header div.logo{
        height: 58px;
    }
*/
    #header div.logo{
        margin-top: 6px;
        height: 68px;
    }
    #header.min-header div.logo{
        margin-top: 0px;
        height: 58px;
    }
    #footer .footer-pekarna{
        position: absolute;
        right: 220px;
        font-size: 10px;
        color: #fff;
        text-align: left;
        left: 15px;
        line-height: 1.7em;
    }

    #footer .footer-pekarna-copyright{
        /*position: absolute;*/
        font-size: 10px;
        color: #fff;
        left: 15px;
        right: 220px;
        top: 120px;
        text-align: center;
        line-height: 1.5em;
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .akt_cont .right,
    .akt_cont_inv .right{
	float:none;
	position: unset;
	width: 100%;
	padding: 1px 0;
    }

    .akt_cont .left,
    .akt_cont_inv .left{
	width: 100%;
	position: unset;
    }
}

@media only screen and (min-width: 900px) {
    #footer .food{
        /*
        dispaly: block;
        */
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 417px;
        height: 200px;
        background-image: url(../../images/footer_food.png);
        background-repeat: no-repeat;
        background-position: left top;
    }
}

#footer .food_logo{
    position: absolute;
    top: 8px;
    right: 15px;
    width: 180px;
    height: 66px;
    background-image: url(../../images/logo-footer.png);
    background-repeat: no-repeat;
    background-position: right top;
}

#footer .footer-copyright{
    position: absolute;
    right: 22px;
/*    top: 78px;*/ bottom: 0px;
    color: #fff;
    font-size: 10px;
}

#footer .youtube{
/*    position: absolute;
    top: 110px;
    right: 22px;*/
    width: 48px;
    height: 34px;
    background-image: url(../../images/yt_icon_rgb.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 48px 34px;
    float: left;
    margin: 0 0 0 4px;
}

@media only screen and (min-width: 901px){
    #footer .footer-kontakt{
        width: 25%;
    }
}

@media only screen and (min-width: 431px) and (max-width: 900px){
    #footer .footer-kontakt{
        width: 50%;
    }
    .div_puvod{
	float: left;
	padding: 15px;
	text-align: center;
	width: 50%;
    }

}

@media only screen and (max-width: 430px){
    #footer .footer-kontakt{
        width: 100%;
    }
    .div_puvod{
	float: left;
	padding: 15px;
	text-align: center;
	width: 100%;
    }
}

#footer .footer-kontakt{
    font-size: 12px;
    color: white;
    /*width: 235px;*/
    height: 142px;
    float: left;
}

#footer .footer-kontakt .call{
    float: left;
    margin: 3px 0;
    width: 24px;
    height: 24px;
    background-image: url(../../images/telefon.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 24px;
}

#footer .footer-kontakt .mail{
    float: left;
    margin: 7px 0;
    width: 24px;
    height: 24px;
    background-image: url(../../images/obalka.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 24px;
}

#footer .footer-kontakt .mapa{
    float: left;
    margin: 7px 0;
    width: 20px;
    height: 30px;
    background-image: url(../../images/mapa.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 20px;
}

#footer .footer-kontakt .mapa-txt{
    float: left;
    line-height: 1.5em;
    text-align: left;
    margin-left: 10px;
    margin-top: 7px;
}

#footer .footer-kontakt .mapa-txt a{
    color: white;
}

#footer div div h4{
    color: white;
    font-weight: bold;
    margin: 0 0 7px 0;
    text-align: left;
}

#footer .instagram{
    position: absolute;
    top: 110px;
    right: 80px;
    width: 30px;
    height: 30px;
    background-image: url(../../images/instagram.png);
    background-repeat: no-repeat;
    background-position: right top;
}

#footer .fb{
/*    position: absolute;
    top: 110px;
    right: 125px;*/
    width: 34px;
    height: 34px;
    background-image: url(../../images/f_logo_RGB-Blue_1024.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 34px 34px;
    float: left;
    margin: 0 4px 0 0;
}
#footer ul {
		float:right;
	}
	#footer ul, 
	#footer ul li {
		margin:0; padding:0; 
		list-style:none;
	}
	#footer ul li, 
	#footer ul li a {
		float:left;
		color:#fff;
		text-decoration:none;
	}
	#footer ul li.sepy {
		padding-left:16px;
		color:#666;
		font-size:18px;
	}
	#footer ul li a {
		display:block;
		margin:0 0 0 16px;
	}



/** Responsive
**************************************************************** **/
	/* special */
	@media (max-width: 920px) {
		#header ul.nav li a {
			font-size:11px;
		}
	}
	@media (max-width: 1006px) {
		.container {
			width:100% !important;
		}

	}

/*
@media only screen and (max-width: 960px) {
*/

.kon_header .w_jmeno{ width: 21% }
.kon_header .w_fce{ width: 31% }
.kon_header .w_email{ width: 31% }
.kon_header .w_tel{ width: 17% }
.d_jmeno{ width: 21% }
.d_fce{ width: 32% }
.d_email{ width: 31% }
.d_tel{ width: 14% }

.hcont{ height: 75px; line-height: 5em; }
.hdat{ float: left; width: 25%; text-align:center;}
.hpopis{ float: left; width: 50%; }
.hvice{ float: left; width: 25%; text-align:center; }

@media (min-width: 768px){
    .col-height{ height: 265px; }
}



@media only screen and (min-width: 900px) and (max-width: 960px){
    .kon_header{ display: none; }
    .d_jmeno{ width: 50% }
    .d_fce{ width: 50% }
    .d_email{ width: 10%; }
    .d_tel{ width: 100%; margin-bottom: 20px; }
    .kon_cap{ width: 100%; float: left; }
}

@media only screen and (max-width: 900px) {
    .kon_header{ display: none; }
    .kon_cap{ width: 100%; float: left; }
    .d_jmeno{ width: 100% }
    .d_fce{ width: 100% }
    .d_email{ width: 100% }
    .d_tel{ width: 100%; margin-bottom: 20px; }

.hcont{ height: 95px; line-height: 2em; }
.hdat{ float: left; width: 100%; text-align:center;}
.hpopis{ float: left; width: 100%; text-align:center; }
.hvice{ float: left; width: 100%; text-align:center; }


    #topOptions .shop{display:block;}
    #header #topMain li{
        padding-top:0;
    }
	#portfolio ul.fullwidth .isotope-item,
	#portfolio ul.fullcenter .isotope-item {
		width:33.333333333%;  /* 3 items / row */
	}

	#header .navbar-collapse {
		display:none !important;
	}


	ul.nav-pills>li {
		margin-top:3px;
		background-color:#f6f6f6;
	}
	ul.nav-pills>li,
	ul.nav-pills>li>a {
		width:100%;
		float:none;
	}
	ul.nav-pills {
		float:none;
		width:100%;
	}

	#header ul.nav-pills>li {
		color:#ff8500;/*81BA10;*/
                /*
		background:#393939;
                */
	}

	#header .navbar-collapse {
		width:100%;
		margin:0;
	}
	#header .container {
		padding:0;
	}
	#header a.logo {
		padding-left:15px;
	}
	#topBar .container {
		padding-right:0;
	}


	#header ul.nav-pills>li {
		border-bottom:rgba(0,0,0,0.1) 1px solid;
	}

	#header nav.nav-main li.resp-active > ul.dropdown-menu,
	#header nav.nav-main li.resp-active > ul.dropdown-menu > ul {
		display: block !important;
		position:relative !important;
		top:0 !important;
		width:100% !important;
		max-width:100% !important;
		left:0 !important;

		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
			 -o-transition: all 0.2s;
				transition: all 0.2s;
	}

	#header ul.nav {
		margin:0;
                border: 2px solid #ff8500;
	}
	#topSearch {
		margin-right:-42px;
	}


	#header .navbar-collapse.collapsing,
	#header .navbar-collapse.in {
		display:block !important;
	}

	#header nav.nav-main li.resp-active > ul.dropdown-menu, 
	#header nav.nav-main li.resp-active > ul.dropdown-menu > ul {
		box-shadow:none;
		padding-left:8px;
	}

	/* Navigation */
	#header .nav-main-collapse.collapsing,
	#header .nav-main-collapse.in {
		width: 100% !important;
		display: block !important;
                /*
		background: #2D343E;
                */
		margin: 0 - !important;
	}

	#header ul.nav li > a { /* Firefox Fix */
            /*
		background-color:#393939 !important;
            */ 
	}

	button.btn-mobile {
		display:block !important;
	}
}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 490px){
    #footer .footer-pekarna{
        position: absolute;
        top: -10px;
        right: 220px;
        font-size: 10px;
        color: #fff;
        text-align: left;
        left: 15px;
        line-height: 1.7em;
    }

    #footer .footer-pekarna-copyright{
        /*position: absolute;*/
        font-size: 10px;
        color: #fff;
        left: 15px;
        right: 220px;
        top: 120px;
        text-align: left;
        line-height: 1.5em;
        text-align: center;
        float: left;
        width: 100%;
        padding-top: 20px;
    }   
}

@media only screen and (max-width: 410px){
    #footer .footer-pekarna{
        position: absolute;
        right: 220px;
        font-size: 10px;
        color: #fff;
        text-align: left;
        left: 15px;
        line-height: 1.7em;
    }

    #footer .footer-pekarna-copyright{
        /*display: none;
        position: absolute;
        font-size: 10px;
        color: #fff;
        left: 15px;
        right: 220px;
        top: 120px;
        text-align: left;
        line-height: 1.5em;*/
        margin-bottom: 30px;
    }   
}

@media only screen and (max-width: 479px) {
	.maximage-controls {
		bottom:42px;
		margin-right:6px;
	}
	#slider .caption h1 {
		font-size:30px !important;
		line-height:30px !important;
	}
	#slider .caption h2 {
		font-size:20px !important;
		line-height:20px !important;
	}
	#slider .caption p {
		font-size:13px !important;
		line-height:16px !important;
	}

	#middle .page-header.image .absolute h1 {
		font-size:20px;
		line-height:20px;
		margin:0; padding:0;
	}
	#middle .page-header.image .absolute p {
		font-size:12px;
		line-height:15px;
		margin:0; padding:0;
	}

	#slider .caption {
		left:8px;
		right:8px;
	}
	#slider .caption h1 {
		font-size:50px;
	}
	#slider .caption h1,
	#slider .caption h2 {
		display:block;
	}
	
	div.maximage-controls {
		margin-right:5px;
		bottom:43px;
	}

	#portfolio ul.fullwidth .isotope-item,
	#portfolio ul.fullcenter .isotope-item {
		width:100%;  /* 1 item / row */
	}
	
	.responsive-top-space {
		margin-top:80px;
	}
	.responsive-bottom-space {
		margin-bottom:80px;
	}
}

/* Mobile Tuning - Cutom Height */
@media only screen and (max-height: 400px) {
	#slider .caption h1 {
		font-size:25px !important;
		line-height:25px !important;
	}
	#slider .caption h2 {
		font-size:13px !important;
		line-height:13px !important;
	}

}

@media only screen and (max-height: 340px) {
	#slider .caption h1 {
		font-size:20px !important;
		line-height:20px !important;
	}
	#slider .caption p {
		font-size:11px !important;
		line-height:11px !important;
	}
	#topBar {
		display:none;
	}
	#slider .caption {
		bottom:36px !important;
	}

	#slider_next,
	#slider_prev {
		width:40px !important; 
		height:40px !important;
	}
	div.maximage-controls #slider_prev {
		background-position: -4px -46px;
	}
	div.maximage-controls #slider_next {
		background-position: -57px -46px;
	}
	div.maximage-controls {
		bottom:29px;
	}
}

@media only screen and (max-height: 325px) {
	#slider_next,
	#slider_prev {
		display:none !important;
	}

	#slider .caption .btn {
		font-size:10px !important;
		padding:1px 3px !important;
		position:absolute !important;
		right:0 !important;
	}
	#slider .caption {
		bottom:33px !important;
		margin:0; padding:0;
	}
	#slider .caption p br {
		display:none !important;
	}
}



/** DEMO ONLY
 **************************************************************** **/
/** feature-icons.html - icon text color - can be removed on production **/
.fa-hover a {
	text-decoration:none;
}
.fa-hover i {
	width:20px;
	margin-right:10px;
}
.fa-hover a span { 
	color:#666;
}
.grid-color span {
	display:block;
	padding:10px 0;
	text-align:center;
	background-color:#ddd;
}
/** *** **/
