@charset "utf-8";
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	line-height: 1;
	font-family:'Roboto', Arial, sans-serif;
	font-weight:400;
	height:100%;
width: 100%;
	overflow-x:hidden !important;
	background:url(../img/budarekstlo.png);
        background-color:#000000;
background-repeat:no-repeat;
background-position:top center;
background-attachment:fixed;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header {
	width:100%;
	height:81px;
	background:url(../img/background_top.png) repeat-x;
}
.container {
	width:90%;
	max-width:1500px;
	margin:0 auto;
}
h1 {
	float:left;
}
.logo_mini {
	display:none;
}
#menu {
	display:none;
}
.fb_mini {
	display:none;
}
nav {
	float:right;
	overflow: hidden;
}
nav ul {
	list-style-type:none;
	float:left;
	padding-top:25px;
	font-size: 12px;
}
nav li {
	float:left;
	overflow: hidden;
}
nav a {
	font-size:16px;
	font-weight:500;
	line-height:25px;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	margin:0 30px;
}
nav a:hover span {
	color:#ff8b18;
	text-decoration:none;
}
section .container {
	line-height:25px;
	color:#454444;
	font-size:14px;
	margin:25px auto 0;
}
section .container a {
	text-decoration:none;
	color:#454444;
}
section .container a:hover {
	color:#0072bc;
}
h2 {
	font-size:28px;
	margin:45px 25px 30px 35px;
	width:100%;
	clear:both;
}
h4 {
	width:100%;
	font-size:22px;
	margin-top:25px;
	margin-bottom:10px;
}
.img_about {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border:5px solid #FFFFFF;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
}
section img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:5px solid #FFFFFF;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
}
.bold {
	font-weight:700;
}
.container p {
	width:100%;
}
.blue {
	width:32%;
	height:auto;
	background-color:#0072bc;
	min-height:370px;
	float:left;
	color:#FFF;
	padding-bottom:15px;
	min-width:280px;
}
.blue h3 {
	width:100%;
	height:75px;
	float:left;
	background:url(../img/blue_table.jpg) repeat-x;
	margin:0;
	padding:0;
	line-height:65px;
	text-indent:30px;
	font-size:24px;
}
.blue p {
	float:left;
	margin:10px;
}
.blue ul {
	float:left;
	margin-left:25px;
	margin-right:20px;
	list-style:disc;
}
.red {
	width:32%;
	height:auto;
	background-color:#9c1518;
	min-height:370px;
	float:left;
	color:#FFF;
	padding-bottom:15px;
	display:block;
	margin-left:2%;
	min-width:280px;
}
.red h3 {
	width:100%;
	height:75px;
	float:left;
	background:url(../img/red_table.jpg) repeat-x;
	margin:0;
	padding:0;
	line-height:65px;
	text-indent:30px;
	font-size:24px;
}
.red p {
	float:left;
	margin:10px;
}
.red ul {
	float:left;
	margin-left:25px;
	margin-right:20px;
	list-style:disc;
}
.gold {
	width:32%;
	height:auto;
	background-color:#eb952b;
	min-height:370px;
	float:right;
	color:#FFF;
	padding-bottom:15px;
	margin-bottom:35px;
	min-width:280px;
}
.gold h3 {
	width:100%;
	height:75px;
	float:left;
	background:url(../img/gold_table.jpg) repeat-x;
	margin:0;
	padding:0;
	line-height:65px;
	text-indent:30px;
	font-size:24px;
}
.gold p {
	float:left;
	margin:10px;
}
.gold ul {
	float:left;
	margin-left:25px;
	margin-right:20px;
	list-style:disc;
}
section .container ul {
	list-style:disc;
	margin-left:25px;
}
.gallery {
	width:100%;
	height: auto;
	float:left;
	margin-bottom:50px;
}
.photos {
	max-width: 900px;
	margin: 10px auto;
}
.photos img {
	width: 100%;
	height: 100%;
}
hr {
	border-color: transparent;
	border:0;
	background:none;
	height:25px;
}
.contact_form {
	display:block;
	float:left;
	width:48%;
}
.contact_info {
	float:right;
	width:48%px;
	max-width:48%;
	font-size:16px;
}
#push {
	height:50px;
}
.wrap {
	min-height: 100%;
	height:auto !important;
	height: 100%;
	margin:0 auto -50px;
}
footer {
	width:100%;
	height:50px;
	background:url(../img/footer_triangle.png) repeat-x;
	font-size:12px;
	color:#a9a9a9;
	overflow:hidden;
	text-align:center;
}
footer div {
	width:400px;
	margin:20px auto 0;
}
.vegas-background {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
	max-width: none !important;
	z-index: -2;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#cookie-information {
	height: 60px;
	width: 400px;
	background: #f2f2f2;
	bottom: 0;
	right: 0;
	position: fixed;
	display: none;
	padding: 15px;
	color: #162736;
	font-weight: bold;
	font-size: 12px;
}

#cookie-information p {
	margin: 0 0 10px 0;
}

.close{
	cursor: pointer;
	display: block;
	color: #ff8b18;
}

a {
	color: #000;
	text-decoration: none;
}

@media (max-width: 1050px) {
	.container {
		width:960px;
	}
}

@media (max-width: 990px) {
	.container {
		width:90%;
	}
	nav a {
		margin:0 25px;
	}
	.logo_big {
		display:none;
	}
	.logo_mini {
		display:block;
		margin-top:18px;
	}
	.blue {
		float:left;
		width:49%;
		min-height:420px;
	}
	.red {
		float:right;
		width:49%;
		margin-left:0;
		min-height:420px;
		margin-bottom:2%;
	}
	.gold {
		float:left;
		width:100%;	
		min-height:300px;		
	}
	.contact_info {
		width:35%;
	}
	nav a {
		margin:0 23px;
	}
}

@media (max-width: 720px) {
	nav a {
		margin:0 15px;
	}
	section img {
		width:280px;
	}
	.img_about {
		width:186px;
	}
	.blue {
		float:left;
		width:100%;
		margin-bottom:35px;
		min-height: 250px;
	}
	.red {
		float:left;
		width:100%;
		margin:0 auto;
		margin-bottom:35px;
		min-height: 250px;
	}
	.gold {
		float:left;
		width:100%;
	}
	.contact_form {
		display:none;
	}
	.contact_info {
		float:none;
		width:100%;
		max-width:none;
	}
	section img {
		border: none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
}

@media (max-width: 630px) {
	nav a {
		margin:0 10px;
		font-size:14px;
	}
	section .container {
		font-size:13px;
		line-height:24px;
	}
	h2 {
		font-size:24px;
		text-align:center;
		margin-left:0;
	}
	h4 {
		text-align:center;
		font-size:20px;
		margin-top:0;
	}
	.img_about {
		display:none;
	}
	section img {
		width:250px;
		height:166px;
		margin:0 auto 20px;
		float:none;
		display:block;
	}
}

@media (max-width: 535px) {
	html,body {
		min-width:300px;
	}
	.container {
		width:100%;
	}
	.container-mobile {
		width:90%;
	}
	#menu {
		width:40px;
		height: 40px;
		background:#fff;
		font-size:32px;
		text-align: center;
		color:#24394d;
		float:right;
		display:block;
		cursor:pointer;
		line-height: 40px;
		margin-top: 17px;
		margin-right: 15px;
	}
	nav.js {
		display: none;
	}
	nav {
		width:100%;
		float:none;
		background-image: url(../img/bg_menu_mobile.jpg);
		background-color:#252525;
		background-repeat: repeat-x;
		background-position: bottom;
	}
	nav ul {
		padding:0;
		width: 100%;
	}
	nav li {
		width:100%;
		height:45px;
		text-align:center;
		display:block;
		border-top: 1px solid #212121;
		border-bottom: 1px solid #373737;
	}
	nav li:nth-child(1) {
		border-top: none;
	}
	nav li:nth-child(5) {
		border-bottom: none;
	}
	nav a {
		color:#fff;
		line-height:45px;
		margin:0;
	}
	nav a:hover span {
		border-bottom:0;
	}
	.fb_mini {
		display:block;
	}
	nav img {
		display:none;
	}
	footer {
		font-size:10px;
	}
	footer div {
		width:95%;
	}
	#cookie-information {
		width: 300px;
	}
}

/*------------------------------------------------------
	Gallery Styles 
--------------------------------------------------------*/
.gallery-item {
  background-color: white;
  -webkit-box-shadow: inset 0 0 1px #666;
  -moz-box-shadow: inset 0 0 1px #666;
  margin-bottom: 30px;
  /*position: relative;*/
  overflow: hidden;
}
.gallery-item .content-gallery {
  text-align: center;
}
.gallery-item .content-gallery h3 {
  color: #b10021;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}
.gallery-item img {
  width: 100%;
}
.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}
.gallery-item .overlay a {
  color: #2a2a2a;
  width: 32px;
  height: 32px;
  background-color: #d3b850;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.templatemo_gallerygap { margin-bottom: 13%; }
.templatemo_gallerygap img{ margin-top: 30px; }
.templatemo_gallerygap span.fa	{ font-size: 22px; margin-bottom: 15px; }
.templatemo_gallerytop	{ margin-top: 11%; }
.templatemo_loadmore	{ 
	margin: 0 auto; 
	padding: 7px 0px; 
	background: #b79e41; 
	margin-top: 15%; 
	text-align: center; 
	font-size: 16px; 
	width: 200px; 
	margin-bottom:10%;
	}

.templatemo_loadmore button{ 
	border: none; 
	background: #b79e41; 
	color: #ffffff; 
	text-transform: uppercase;
	width: 100%;
	}
.templatemo_contacttitle	{ 
	font-size: 16px; 
	color: #ffffff; }	
.templatemo_contactmap	{ 
	width: 332px; 
	height: 388px; 
	margin: 0 auto; }


.templatemo_contactmap img{ 
	position: absolute;
	top: 0px;
	left: 29px;
	}
.templatemo_address	ul{ 
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 20px;
	}
.templatemo_address	ul li{ list-style: none; display: inline; padding: 0px; float: left; }
.templatemo_address	ul li.left{
	float: left;
	width: 40px;
	color: #b69e40;
	font-size: 22px;
}
.templatemo_address	ul li.rigth{
	float: left;
}

.templatemo_address	ul li.clear	{ height: 10px; width: 100%; }

.templatemo_form	{  width: 100%; }
.templatemo_form input{ 
	float: left; 
	height: 34px; 
	padding: 6px 12px; 
	border-radius: 0px; 
	background: #343536; 
	border: 1px solid #4b5257; 
	width: 100%;  
	margin-top: 10px;
	color: #cccccc;
	}
.templatemo_form textarea{
	float: left; 
	padding: 6px 12px; 
	height: 130px;
	border-radius: 0px; 
	background: #343536; 
	border: 1px solid #4b5257; 
	margin-top: 10px; 
	color: #cccccc;
}
.templatemo_form button.btn-primary{
	float: left; 
	width: 100%;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	border-radius: 0px;
	background: #b69e40;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}
.templatemo_contactmap	{ width: 332px; height: 388px; float: left; }
.templatemo_contactmap img { position: absolute; width: 332px; height: 388px; top: 0px; left: 15px; }
#templatemo_map {
    width: 100%;
    height: 388px;
}

.templatemo_footer { background: #343536; padding: 20px 0px; width: 100%; margin-top: 100px; }
.templatemo_footer .hex_footer	{ float: left; margin-right: 5px; height: 40px; }