@font-face {
    font-family: 'fira_sans_otlight';
    src: url('../fonts/firasansot-light-webfont.eot');
    src: url('../fonts/firasansot-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/firasansot-light-webfont.woff') format('woff'),
         url('../fonts/firasansot-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sans_otmedium';
    src: url('../fonts/firasansot-medium-webfont.eot');
    src: url('../fonts/firasansot-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/firasansot-medium-webfont.woff') format('woff'),
         url('../fonts/firasansot-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
::selection {
	background: #ffc600;
	color: #513617;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
html, body	{
	height: 100%;
	background: #ede1d2;
}
a, p, dd, input, textarea, button, div {
	font-family: 'fira_sans_otlight';
}
h1, h2, h3, h4, dt {
	font-family: 'fira_sans_otmedium';
	text-shadow: 0px 1px #fff;
}
/* STICKY FOOTER */
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* footer height */
}
.container	{
	width: 980px; /* WEBSITE WIDTH */
	padding: 0;
}
.push,
.footer {
  height: 100px;		/* #wrap & .conent margin*/
}


.header h1	{
    display: none;
}

/* GLOBAL */
a	{}
a:hover	{text-decoration: none;}
p a {
	color: #ffc600;
	padding: 0 3px;

	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
p a:hover {
	color: #513617;
	background-color: #83a90c;
	text-decoration: none;

	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.fira-light {font-family: 'fira_sans_otlight';}
.fira-medium {font-family: 'fira_sans_otmedium'; text-shadow: 0px 1px #fff;
}
.text-green {
	color: #83a90c;
}
.text-yellow {
    color:#ffc600;
}
.anchor-inherit {
	color: inherit;
	font-family: inherit;
}
.anchor-inherit:hover{
	 color: #ffc600;
}
/* HEADER */
.header 	{
	width: 100%;
	min-width: 1020px;
	height: 150px;	
}
.header > .container	{

}
.header .logo {
	margin: 17px 40px 17px 24px;
}
.header h2 {
	margin: 64px 0 0 0;
	font-size: 18px;
	display: inline-block;
	font-style: italic;
}
.header .row {
	margin: 40px 0 0 0;
	width: 400px;
}
.header .row * {
	border-radius: 0;
}
.header .row input {
	width: 180px;
	border: 1px solid #fff;
	float: right;
	
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}
.header .row input:focus {
	width: 240px;
	border: 1px solid rgba(131, 169, 12, 0.5);
	box-shadow: 0 0 8px rgba(131, 169, 12, 0.5);
	
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}
.btn-brown {
	color: #ede1d2;
	background: #513617;
}
.btn-brown:hover{
	color: #ffc600;
}
.btn-brown:active, .btn-brown:focus, .btn-brown:active:focus {
	color: #ffc600;
	outline: none;
	box-shadow: inset 0px 2px 4px #000;
}

.header .navigation ul {
	height: 42px;
        display: block;
	background: url(../img/navi.png);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-radius: 10px;
	list-style: none;
}
.header .navigation ul li:first-child {
	margin-left: 145px;
}
.header .navigation ul li {
	padding: 0;
	float: left;
}

.header .navigation a {
	margin: 0; 
	display: block;
        height: 42px; 
	padding: 11px 57px;
	font-size: 18px;
	color: white;
	font-family: 'fira_sans_otlight'; 
	text-transform: lowercase;
	
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.header .navigation li {
    background: url('../img/separator.png') no-repeat top right;
    
}
.header .navigation li.active a {
	box-shadow: inset -1px 2px 6px rgba(1,1,1,0.3);
}
.header .navigation a:hover{
	text-decoration: none;
	color: #ffc600;
	background: rgba(255,255,255,0.14);
		
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}



.carousel {
	margin-bottom: 20px;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
.carousel-indicators {
	bottom: 10px;
}
.carousel-indicators li,
.carousel-indicators li.active {
	border-color: #fff;

}
.carousel-indicators li.active	{
	background-color: #ffc600;
	border-color: #ffc600;
}
.carousel-control.left,
.carousel-control.right	{
	background: none;
}
.carousel-control.left:hover .glyphicon,
.carousel-control.right:hover .glyphicon{
	color: #ffc600;		
}

/* CONTENT */
.content {
	width: 100%;
	min-width: 1020px;
}
.content > .container	{}
.content > .container h2	{
	margin: 30px 100px 20px 100px;
}
.frame {
	padding: 20px;
	border: 1px solid #d6c0a9;
	margin-bottom: 20px;
	border-radius: 10px;
	
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.frame:hover {
	background: #f2e7d9;
	
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.frame a {
    color: #83a90c;
}
.frame a:hover {
    color: #513617;
    background: none;
}
p {
    line-height: 20px;
}
/* HOMEPAGE */
.novinky .pull-left {
	width: 640px;
}
.novinky .pull-left h2 {
	width: 70%;
	text-align: center;
	border-bottom: 1px solid #d6c0a9;
	margin: 0 auto;
	padding-bottom: 2px;
	margin-bottom:16px;
	font-size: 22px;
	color: #83a90c;
	text-transform: uppercase;
}
.novinky .pull-left p {
	color: #513617;
}
.novinky .pull-right {
	width: 320px;
}
.novinky .pull-right h2 {
	width: 70%;
	text-align: center;
	border-bottom: 1px solid #d6c0a9;
	margin: 0 auto;
	padding-bottom: 2px;
	margin-bottom:16px;
	font-size: 22px;
	color: #513617;
	text-transform: uppercase;
}

.novinky .pull-right .b1 .mapa-seznam-prodejen {
	width: 230px;
	height: 133px;
	margin: 0 auto;
	background: url(../img/map.png) no-repeat top;
	
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.novinky .pull-right .b1:hover .mapa-seznam-prodejen {
	background: url(../img/map.png) no-repeat bottom;

	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
/* PRODUKTY */
.col-md-3 .thumbnail {

}
.col-md-3 .thumbnail:hover {
	border-color: #83a90c;
}
.col-md-3 .thumbnail h4 {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.col-md-3 .thumbnail:hover h4	{
	color: #83a90c;
	
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

/* KONTAKT*/
.kontakt .tab-pane {
	text-align: center;
}
.kontakt .frame p {
    font-size: 16px; 
    margin-top: 14px;
}

.kontakt input, .kontakt textarea, .kontakt button {
	border-radius: 0;
}
.kontakt input, .kontakt textarea {
	border: 1px solid #fff;
}
.kontakt input:focus, .kontakt textarea:focus {
	border: 1px solid rgba(131, 169, 12, 0.5);
	box-shadow: 0 0 8px rgba(131, 169, 12, 0.5);
}
.kontakt textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 140px;
	min-height: 100px;
	max-height: 240px;
}
.kontakt .field-error .form-control {
	border-color: #ffc600;
}
.kontakt .field-error .form-control:focus {
	box-shadow: 0 0 8px rgba(255,198,0,0.5);
}
.kontakt .alert {
	margin: 0 60px 15px 60px;
	padding: 5px;
	border-color: #fff;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.kontakt .map img {
    margin: 0 67px;
}
.kontakt .glyphicon {
    color: #83a90c;
    margin-right: 6px;
    font-size: 13px;
}
/* FOOTER */
.footer	{
    width: 100%;
    min-width: 1020px;
    background: #443626;
    position: relative;
}
.footer img {
    margin: 10px 200px 10px 10px;
    float: left;
}
.footer .col-xs-3 {
    padding: 15px;
    color: #fff;
    float: left;
    text-align: left;
}
.footer .author {
    width: 100%;
    height: 30px;
    padding-top: 8px;
    background: #382B1B;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #83a90c;
    font-size: 11px;
}
.footer .author a {
    color: #ffc600
}
.footer .author .glyphicon {
    margin: 0 6px 0 14px;
}


/* BLUE IMP GALLERY CSS*/
.blueimp-gallery > .description {
/*  position: absolute;
  top: 40px;
  left: 15px;
  color: #fff;
  display: none;
  background: rgba(1,1,1,0.6);
  margin: 0 auto;
  padding: 10px 20px;*/
}
.blueimp-gallery-controls > .description {
  /*display: block;*/
}