/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2022 | 19:15:00 */
* {
	margin: 0;
	padding: 0;
}
html, body, .site{
	min-height: 100%;
}
body{
    background: #000000 url("/wp-content/uploads/2016/05/bcg.jpg") no-repeat scroll 0 0;
}

.antispam {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.rad {
    border-radius: 4px;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #404242;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin: 5px 5px 5px 0;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 50px;
	font-family: arial;
	margin:0;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 70%;
}

p {
	padding: 5px;
	margin: 0;
}
.opacity {
	opacity: 0.6;
}
.opacity img {
	border-radius: 4px;
}
.opacity:hover {
	opacity: 1;
}
.small {
    font-size: 75%;
}
a, .site-footer .widget a {
    color: #d2a61e !important;
    text-decoration: none;
	outline: none;
}
a:hover {
    color: #ad8818 !important;
    text-decoration: none;
}
ul li {
    margin: 0 0 10px 30px;
}
.li-default {
    list-style-image: url("/wp-content/uploads/2016/05/li.png");
}
.inner5 {
	margin: 5px;
}

.inner10 {
	margin: 10px;
}

.inner-top5 {
	margin-top: 5px;
}

.inner-top10 {
	margin-top: 10px;
}

.inner-top20 {
	margin-top: 20px;
}

.inner-top30 {
	margin-top: 30px;
}
.inner-top-24 {
	margin-top: -25px;
}

.inner-top40 {
	margin-top: 40px;
}

.inner-lr5 {
	margin: 0 5px;
}

.inner-lr10 {
	margin: 0 10px;
}

.inner-lr15 {
	margin: 0 15px;
}

.inner-tb20 {
	margin: 20px 0;
}

.inner-r10 {
	margin-right: 10px;
}

.inner-r5 {
	margin-right: 5px;
}
ul.children{
	display: none;
}
body {
	font-family: arial;
	color:#d0cfcf;
	font-size: 100%;
}
.cleaner {
	clear: both;
	width: 0;
	line-height: 0;
	font-size: 0;
}
.site {
    background: none;
    color: #d0cfcf;
    font-family: arial;
    font-size: 100%;
}
.navbar {
    background-color: transparent;
}
.site-footer, .site-footer .sidebar-container {
    background-color: transparent;
}
.rad {
    border-radius: 4px;
}

/* MENU */


.nav-menu {
	list-style-type: none;
	float: right;
    position: relative !important;
    z-index: 1000 !important;
	margin: 35px 0 0 !important;
	padding: 0 40px 0 0 !important;
}

.nav-menu, div.nav-menu > ul {
    margin: 10px 0 0 0;
    padding: 20px 0 0 0;
}

.nav-menu  li {
	display: inline-block;
	margin: 0 0 6px 0;
}

.nav-menu li a {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	display: inline-block;
	padding: 0 18px; 
	color: #d2a61e;
}

.nav-menu li a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	color: #d0cfcf !important;
}
.nav-menu li a:hover,
.nav-menu li:hover > a,
.nav-menu li a:focus,
.nav-menu li:focus > a 
{
	background-color: transparent !important;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #d0cfcf !important;
    font-style: normal;
}
.nav-menu > li:after{
	content: "|";
	display: inline-block;
	color: #d2a61e;
}
.nav-menu li:nth-last-child(1):after{
	display: none;
}
.header-logo {
    float: left;
    margin-top: 15px;
}
.nav-menu .sub-menu, .nav-menu .children{
	background-color:unset !important;
	border: 0 !important;
	padding-top: 10px;
}
.nav-menu .sub-menu li {
  	margin: 0;
  	background-color: rgba(0,0,0,0.8);
  	border: 0;
}
.nav-menu .sub-menu li a{
  	margin: 12px 5px 12px 1px;
	outline: none;
	font-size: 14px;
}
#menu-item-1314 > a:after {
  	content: "\f078";
	font-family: "FontAwesome";
	margin-left: 5px;
	font-size: 12px;
}


/* CONTENT VISUAL COMPOSER */
.entry-header, .entry-content, .entry-summary, .entry-meta {
    max-width: 960px;
}
.logo {
    margin-top: -70px;
}
.entry-header{
    display: none;
}

/* Visual slider */
.wpb_wrapper .flexslider {
    background-color: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
ul.flex-direction-nav a.flex-next::before {
    content: ")";
}
ul.flex-direction-nav a.flex-prev:before {
    content: "(";
}
.wpb_wrapper {
    margin-top: -15px;
}
.wpb_gallery_slides .flex-direction-nav a {
    color: #fff;
    text-shadow: none;
    height: 45px;
    top: 48%;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
    display: none;
}
.wpb_gallery .flex-direction-nav a::before {
    font-family: Arial;
}
.comment-respond {
    background-color: transparent;
    padding: 30px 0;
}
/* HP */
.left-box {
	display: block;
	width: 100%;
}
.left-box-img {
	width: 45%;
	float: left;
}

.left-box-img img {
	width: 100%;
	height: auto;
}

.left-box-h {
	width: 55%;
	float: right;
	text-align: right;
}

.right-box {
	float: right;
	width: 30%;
}

.hp-horizont-box {
	background: url('/wp-content/uploads/2016/05/bcg-hp-box.png') repeat;
}

.hp-horizont-box:hover {
	opacity: 0.85;
  	filter: alpha(opacity=85);
}

.hp-title-1 {
	margin-right: 20%;
	color: #d2a61e;
}

.hp-title-2 {
	margin-right: 2%;
	color: #d0cfcf;
}

.hp-title-3 {
	margin-right: 9%;
	color: #7d6311;
}

.hp-vertical-box-l {
	float: left;
	width: 46%;
}

.hp-vertical-box-r {
	float: right;
	width: 46%;
}

.hp-vertical-box-r:hover,
.hp-vertical-box-l:hover  {
	opacity: 0.85;
  	filter: alpha(opacity=85);
}

.hp-vertical-box-r h3,
.hp-vertical-box-l h3 {
	width: 100%;
}

.hp-vertical-box-r img,
.hp-vertical-box-l img {
	width: 100%;
}
.news-box {
	background: url('/wp-content/uploads/2016/05/bcg-hp-box.png') repeat;
	padding: 5px;
}
.wpb_wrapper .vc_wp_posts.wpb_content_element {
	margin-bottom: 0 !important;
}
.widget{
	background: url('/wp-content/uploads/2016/05/bcg-hp-box.png') repeat;
}
.gold {
    color: #d2a61e;
}

.news-box p {
	font-size: 100%;
}

.more-info {
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
}
.widget_archive .widgettitle {
	font-size: 14px;
	font-weight: normal;
    line-height: 1;
}
.widget.widget_archive{
    padding: 14px 20px 5px;
}
.archiv {
	font-size: 80%;
	margin: 5% 0 0 35%;
}

.social {
	float: right;
}

.social a img {
	margin-left: 5px;
	opacity: 0.6;
  	filter: alpha(opacity=60);
}

.social a img:hover {
	opacity: 0.95;
  	filter: alpha(opacity=95);
}

.inner-social {
	margin: 0 3%;
}

.inner-social p {
	padding-left: 0;
	font-size: 80%;
}
.partners{
	display: block;
	color: #404242;
}

.partners a img {
	margin-right: 3%;
	opacity: 0.85;
  	filter: alpha(opacity=85);
}
.partners a img:hover {
	opacity: 1;
  	filter: alpha(opacity=100);
}

.partners p {
	padding: 0;
}
/* ------ FOOTER ------ */

.footer-icon {
	float: right;
	margin: 5px 0;
}

.footer-icon a {
	display: inline-block;
}

.footer-icon a img {
	margin-right: 1%;
	opacity: 0.55;
  	filter: alpha(opacity=55);
}

.footer-icon a img:hover {
	opacity: 1;
  	filter: alpha(opacity=100);
}

.copyright {
	float: left;
	color: #404242;
}

.copyright p {
	padding: 5px 0;
}
.site-footer {
    color: #686758;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    text-align: left;
}
/*  BUTTONS */

.right {
    float: right;
}

.inner-r5 {
    margin-right: 5px;
}
.inner-r10 {
    margin-right: 10px;
}
.button, input[type="submit"] {
	font-size: 14px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgb(40, 40, 40) !important;
	background: rgb(210, 166, 30);
	background: -moz-linear-gradient(90deg, rgb(210, 166, 30) 30%, rgb(180, 142, 23) 70%);
	background: -webkit-linear-gradient(90deg, rgb(210, 166, 30) 30%, rgb(180, 142, 23) 70%);
	background: -o-linear-gradient(90deg, rgb(210, 166, 30) 30%, rgb(180, 142, 23) 70%);
	background: -ms-linear-gradient(90deg, rgb(210, 166, 30) 30%, rgb(180, 142, 23) 70%);
	background: linear-gradient(0deg, rgb(210, 166, 30) 30%, rgb(180, 142, 23) 70%);
	border: 0;
}

.button:hover, input[type="submit"]:hover, .button:active, input[type="submit"]:active {
	color: rgb(25, 25, 25) !important;
	background: rgb(210, 166, 30);
	background: -moz-linear-gradient(90deg, rgb(210, 166, 30) 30%, rgb(210, 166, 30) 70%);
	background: -webkit-linear-gradient(90deg, rgb(210, 166, 30) 30%, rgb(210, 166, 30) 70%);
	background: -o-linear-gradient(90deg, rgb(210, 166, 30) 30%, rgb(210, 166, 30) 70%);
	background: -ms-linear-gradient(90deg, rgb(210, 166, 30) 30%, rgb(210, 166, 30) 70%);
	background: linear-gradient(0deg, rgb(210, 166, 30) 30%, rgb(210, 166, 30) 70%);
}

.button-white {
	font-size: 14px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgb(40, 40, 40) !important;
	background: #cbcccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cbcccc 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbcccc), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cbcccc 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cbcccc 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cbcccc 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cbcccc 0%,#e2e2e2 100%); /* W3C */
	border: 0;
}

.button-white:hover {
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#e2e2e2 100%); /* W3C */
}
.vc_separator.vc_sep_color_white .vc_sep_line {
    border-color: #404242;
}

/* ------ o-nas ------ */

.li-first {
	list-style-image: url('/wp-content/uploads/2016/05/cena-1.png');
}

.li-second {
	list-style-image: url('/wp-content/uploads/2016/05/cena-2.png');
}

.li-third {
	list-style-image: url('/wp-content/uploads/2016/05/cena-3.png');
}
.li-default {
	list-style-image: url('/wp-content/uploads/2016/05/li.png');
}
.site-header .search-form {
    display: none;
}

/* POSTS */
.post-navigation, .archive-header {
    background-color: transparent;
}

.archive-title, .archive-meta {
    font: italic 300 30px "Arial";
    padding: 30px 0 0;
}

/* ------ reference ------ */

.box-reference {
	float: left;
	width: 22.4%;
	margin-right: 3%;
	margin-bottom: 3%;
	border: 1px #363636 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.box-reference img {
	width: 100%;
	opacity: 0.50;
  	filter: alpha(opacity=50);
}

.box-reference img:hover {
	opacity: 1;
  	filter: alpha(opacity=100);
}

.box-reference:nth-child(4n){
	margin-right: 0;
}
/* ------ KONTAKTY ------ */

.box-form {
	background: url('/wp-content/uploads/2016/05/bcg-hp-box.png') repeat;
	padding: 3% 6%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.box-form h3 {
	text-align: center;
	margin-bottom: 25px;
}

.box-kontakt {
	padding: 1% 0 1% 3%;
}

.box-kontakt table {
	padding: 5px;
}

.tab-kontakt table {
	display: block;
	border: none;
}

.tab-kontakt table tr td {
	min-width: 30%;
	border: 0;
	width: 200px;
}

.tab-kontakt table tr td img {
	width: 60%;
}
.tab-info table{
	border: none;
}
.tab-info table tr td {

	border: 0;
}

.box-kontakt p {
	padding: 0 5px;
}

.box-kontakt table tr td, 
.box-kontakt table tr th {
	padding: 0;
	line-height: 23px;
	text-align: left;
	vertical-align: middle;
}

.rad-opa {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.70;
  	filter: alpha(opacity=70);
}

.rad-opa:hover {
	opacity: 1;
  	filter: alpha(opacity=100);
}

.small-font {
	font-size: 80%;
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent;
}

input[type="submit"] {
    width: 100%;
}

/* forms */

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border-radius: 2px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 6px;
    vertical-align: middle;
    border: 1px solid #f0f0f0;
}
input, textarea {
    height: auto;
    width: 100%;
}
.wpcf7-form p{
    text-align: center;
}
textarea{
   height: 100px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: rgba(210,166,30, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(210,166,30, 0.8);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(210,166,30, 0.8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(210,166,30, 0.8);
}

span.wpcf7-not-valid-tip {
    margin-bottom: 0 !important;
    font-size: 80%;
    text-align: left;
}
div.wpcf7-response-output {
    margin: 0;
}
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}
.gallery-box {
    border: 1px solid #363636;
    border-radius: 4px;
    color: #aba9a9;
    height: auto;
    padding: 5px;
    display: block;
    opacity: 0.7;
}
.gallery-box:hover {
    opacity: 1;
}
.wpb_wrapper .huge_it_gallery_like_cont_9565 .like_thumb_up{
    color: #069a06 !important;
}
.wpb_wrapper .huge_it_gallery_like_cont_9565 .dislike_thumb_down{
    color: #d90202 !important;
}
.wpb_wrapper .huge_it_gallery_like_cont_9565 .huge_it_gallery_like_wrapper:hover .like_thumb_up {
    color: #01b301 !important;
}
.wpb_wrapper .huge_it_gallery_like_cont_9565 .huge_it_gallery_like_wrapper, .wpb_wrapper .huge_it_gallery_like_cont_9565 .huge_it_gallery_dislike_wrapper {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
    vertical-align: top;
}
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active{
    float: right;
    padding: 12px 20px 12px 0;
    color: #d2a61e;
    outline: none;
}
.toggled-on .nav-menu ul li{
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.toggled-on .nav-menu ul li a{
    padding: 15px 20px;
    display: block;
    width:100%;
    text-align: center;
}
.toggled-on .nav-menu li:after {
    display: none;
}

.toggled-on .nav-menu li > ul {
    display: none;
}
button.menu-toggle{
    text-transform: uppercase;
}
img.rad {
    margin-bottom: 10px !important;
}
.left-box-img img.rad {
    margin-bottom: 0 !important;
}
.wpb_wrapper .flexslider {
    margin: 0 0 20px;
}



/* ----- NEW GALLERY ---- */
#bwg_container1_0 #bwg_container2_0 .bwg_back_0 {
    font-weight: 300;color: #d2a61e;}
.bwg-item {
    border-radius: 3px;
    border: 1px solid #363636;
    padding: 4px;margin: 10px !important;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-title2 {
    font-weight: 300;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-item0 {
    background-color: transparent;}
.bwg-title1 {
    margin-top: 5px !important;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-item1 img {
    border-radius:2px;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-item {
    max-width: 280px;
    width: 280px !important;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-item > a,
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item > a{
    margin: 4px;}
[class^="bwg-icon-"], [class*=" bwg-icon-"], .bwg-icon {
    margin-top: 2px !important;}






@media (max-width: 768px){
    .opacity {
        margin-bottom: 10px !important;
    }
    #post-13 .wpb_wrapper{
        margin-bottom: 10px !important;
    }
	
}

@media (max-width: 480px){
  	 .nav-menu li {
  		display: block;
	}
	.nav-menu li a {
	  display: block;
	  padding: 8px 18px;
	}
	.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
	  display: block;
	  position: absolute !important;
	  top: 0 !important;
	  background-color: rgba(0,0,0,0.9);
	  padding: 40px 0 10px !important;
	  margin: 0 !important;
	}
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
	  position: absolute;
	  z-index: 100000;
	  top: 5px !important
	}
	.nav-menu li a:hover {
		transform: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
	}
	.toggled-on .nav-menu li > ul {
	  display: block;
	}
	.toggled-on .nav-menu ul li a {
	  text-align: left;
	}
}