body {
    font-family: 'Yanone Kaffeesatz',Helvetica,Arial,sans-serif;
    font-size: 22px;
    line-height: 1.42857143;
    color: #000;
}
a{
	color:#fee902;
}

h1, h2, h3, h4, h5 {
    color: #000;
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-family: 'Sancreek', cursive;
}

#primary-menu.style-5>ul>li>a {
    /* line-height: 13px; */
    padding: 25px 5px 19px 5px;
}
#header.sticky-header:not(.static-sticky) #primary-menu.style-5>ul>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    /* line-height: 14px; */
}

#primary-menu ul li>a {
    display: block;
    line-height: 22px;
    padding: 39px 0;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Sancreek', cursive;
    -webkit-transition: margin .6s ease,padding .6s ease;
    -o-transition: margin .6s ease,padding .6s ease;
    transition: margin .6s ease,padding .6s ease;
}

#header-wrap {
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden;
    background: url("img/webp/bg-deska-comp.webp") no-repeat center;
    background-position-y: 100%;
	background-size: cover;
    height: 140px;
}

#header.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
}
#header, #header-wrap, #logo img {
    -webkit-transition: all .4s ease,opacity .3s ease;
    -o-transition: all .4s ease,opacity .3s ease;
    /* transition: height .4s ease,opacity .3s ease; */
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap {
    max-height: 120px;
}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
	margin-top: -160px;
    max-height: 300px;
}

#content {
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

.container-body, .container-fluid {
    padding:80px 15px;
	
}

.content-wrap {
    position: relative;
    padding: 0;
}

.search_bg {
	position: relative;
    overflow: hidden;
    background-color: transparent;
	margin-top:-55px;
    background-image: url(img/webp/bg-deska-comp.webp);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	z-index: 99;
}
.logo_black_bg {
	margin-bottom:20px;
} 

.search_bg h2 {
    font-size: 42px;
    text-align: center;
    color: #000;
    font-family: 'Sancreek', cursive;
    margin: 0px; 
	text-shadow: 2px 2px 0px #a67b1b;
}

.subtitle {
	margin: 0 0 10px;
	font-size: 24px;
	text-align: center;
}

.link_search_wt {
    background-image: url(img/webp/bg_button_green.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	background-color: transparent;
    padding: 10px 36px 10px 36px;
	border-radius: 0px;	
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease-out;
}

.link_search_wt:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.link_red_wt {
	background-image: url(img/webp/bg_button_red.webp);
}

.btn_bold_font {
	font-family: 'Sancreek', cursive;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.section_header span {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    font-family: 'Sancreek', cursive;
    display: block;
    line-height: 1px;
    padding: 20px 36px 20px 36px;
}

.bg_static{
	width: 100%;
    padding:120px 0 120px;
	margin-top:-80px;
    clear: both;
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_western{
    background-image: url(img/webp/bg_light_western_tortilla_kreska.webp);
}

.aktualnosci_section {
    background-image: url(img/webp/kowboj_light_bg.webp);
}
.szeryf_section {
    background-image: url(img/webp/bg_sheriff_wsetern_tortilla.webp);
}

.promo_slide .owl-prev {
    margin-left: 10%!important;
}

.index_westerntortilla_menu {
	position: relative;
	margin: 0px;
	margin-top: -40px;
    padding-top: 10px;
    background-image: url(img/webp/bg_menu_wonted02.webp);
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
	background-attachment: fixed;
}

.index_westerntortilla_menu h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	text-shadow: 0 0 10px black;
}

/* - Team Section */
.team-section {
	margin-top: 75px;
	margin-bottom: 35px;
}

.team-box {
	position: relative;
	padding-bottom: 75px;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.team-box::before {
	background-color: rgba(0,0,0,0.85);
	border: 3px solid #eacc9e;
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;						
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.team-box:hover::before {
	opacity: 1;
}
.team-content {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);	
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    
}
.team-box img {
	padding-bottom: 8px
}
.team-content > h4 {
	color: #fff;
	font-family: 'Sancreek', cursive;	
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	text-shadow: 0 0 10px black;
}

.team-content > h6 {
	color: #777777;
	font-size: 14px;
	letter-spacing: 0.52px;
	padding: 0 12px 12px;
	position: relative;
	display:none;
}

.team-box:hover .team-content h4 { 
	color: #c59d5f;	
	font-size: 26px;

}
.team-box:hover .team-content h6 { 
	color: #fff;
    display:block;
	font-family: 'Raleway', sans-serif;
}

.team-content > h6::before {
	background-color: #c59d5f;
	content: "";
	width: 41px;
	height: 1px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
}
.team-content > ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 15px;
}
.team-content > ul li {
	display: inline-block;
	margin: 0 4px;
}
.team-content > ul li a {
	background-color: #424242;
	font-size: 12px;
	width: 25px;
	height: 25px;
	float: left;
	line-height: 25px;
	color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.team-content > ul li a:hover {
	background-color: #c59d5f;
}
.team-box:hover .team-content {
	background-color: transparent;
	left: 3px;
	right: 3px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	bottom: auto;
	visibility: visible;
}

.text_call_to{
	color:#FFF;
	font-size: 38px;
	line-height: 110%;
	text-shadow: 4px 4px 0px #000;
}

.slider_text_wt {
	min-height:500px;
}

.hed-slide{
	color:#FFF;
	font-size:92px;
	line-height: 90px;
	font-weight: 700;
	text-shadow: 4px 4px 0px #000;
	padding-bottom: 8px;
}

.sub-slide{
	color:#FFF;
	font-size:42px;
	line-height: 54px;
	text-shadow: 2px 2px 6px #000;
}

#footer{
	background-image: url(img/webp/bg_western_tortilla_footer.webp);
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
	background-attachment: fixed;
}

.text_right {
	text-align:right;
	}

.text_left {
	text-align:left;
	}
	
.text_white {
	color:#fff;
	}

.h120 {
	height:120px;
}
.h160 {
	height:160px;
}
.h220 {
	height:220px;
}
.w80 {
	width:80%;
}

.pb20 {
	padding-bottom:20px;
}

.pb40 {
	padding-bottom:40px;
}

.pt40 {
	padding-top:40px;
}

.pb80 {
	padding-bottom:80px;
}

.pt80 {
	padding-top:80px;
}

.pt100 {
	padding-top:100px;
}

.pt180 {
	padding-top:180px;
}

.pb180 {
	padding-bottom:180px;
}

.fs50{
	font-size:50px;
	font-stretch:1.1;
}

.fs500 {
	font-weight: 500;
}

.fw600 {
    font-weight: 600!important;
}

.fs18 {font-size:18px;}

.fs14 {font-size:14px;}

.imgw70{width:70px; margin:0 auto;float:left;}

.footer-widgets-wrap div ul{
	padding-left:0px;
}

.ff {
    font-family: 'Sancreek';
}

.aktualnosci_section .col-md-4 {
	display: inline-flex;
	float: none;
}
.whitebg{
	background:#fff !important;
}
.child_block_sea img:not(.item_type_ico){
	padding:0px;
	border:0px;
}
.jq_to800{
	padding:20px 15px 24px 36px !important;
}

.heading{
	margin-bottom:5px;
}
#content p{
	line-height: 1.1;
}

.center_title {
	height: 300px;
	position: relative;
}

.center_title h1 {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color:#fff;
	font-size:1.5em;
}
.center_title p {
	margin: 0;
	position: absolute;
	top: 87%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color:#fff;
	font-size:1.1em;
	text-align: center;
}
@media(max-width:575px) {
	.mobile_padding{
		width:100%;
		display:block;
		padding-top:210px;
	}
}

@media (max-width: 767px) {
	#primary-menu ul li {
		background: #000000a6 !important;
	}
	.search_bg {
		position: relative;
		overflow: hidden;
		background-color: transparent;
		margin-top: -30px;
		background-image: url(img/webp/bg_light_western_tortilla_comp.jpg);
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		z-index: 99;
	}
}
#primary-menu ul li>a {
	color: #fff;
}


@media (min-width: 480px) and (max-width: 767px)
{
	.container, #header.full-header .container, .container-fullwidth {
		width: 100%;
		padding: 0px 10px 0px 10px;
	}

}
@media (max-width: 767px)
{
	.center_title h1{
		font-size:40px;
	}
	#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img{
		margin-top:-80px;
	}
}

.lokal_info{
	font-size:14px;
	color:#fff;
	margin:0 auto;

}
.serwis-ico p{
	margin-bottom:0px;
}
.pt15{
	padding-top:15px;
}
.search_bg {
	clear: both;
}
#header.sticky-header:not(.static-sticky) #primary-menu.style-5>ul>li>a,#primary-menu ul li>a{
	text-shadow: 4px 4px 6px rgba(66, 66, 90, 1);
}
.restaurant_link{
	color:#000;
}
.naszemarki img {
	/*filter: saturate(0%);*/
}
.owl-carousel-full .owl-nav [class*=owl-]
{
	background-color: rgba(0,0,0,0);
}
@media (max-width: 767px) {
	.container-body, .container-fluid {
		padding: 20px 15px;
	}
	.hed-slide{
		font-size:57px;
	}
}
.logoitem img{
	max-height: 72px !important;
}