@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext');


/*      new map navigation   */
#map-navigation-menu>div {
	float: left;
	margin-right: 30px; 
	margin-bottom: 0px;
}

#map-navigation {
	    /*background-color: #f7f0dc;*/
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    /*border: 1px solid #cab479;*/
    margin-top: 30px;
}

.wpgmza_sl_search_button_3, .wpgmza_sl_reset_button_3 {
	padding: 6px 29px !important;
}

.wpgmza_sl_reset_button_div {
	line-height: 1 !important;
}



#wpgmza_table_3_filter input {
	border: 1px solid #d2d2d2;
    font-size: 13px;
    color: #747474;
    padding: 6px 15px;
    margin-right: 0;
    box-sizing: border-box;
}

.wpgmza-reset-custom-fields {
	display: none;
}

#map-navigation-menu {
	margin: 0 auto;
	max-width: 1200px;
}


.wpgmza_sl_main_div {
	width: auto !important;
}



.wpgmza_sl_main_div label {
	display: none;
}

.wpgmza_sl_main_div>div {
	margin-top: 0 !important;
	padding-top: 0 !important;
	float: left;
}

.wpgmza_sl_main_div .wpgmza_sl_query_div {

}

.wpgmza-filter-widgets {
	padding: 0 !important;
}

.wpgmza_sl_radius_div {
	clear: none !important;
}

.wpgmza_sl_main_div .wpgmza-not-found-msg {
	display: none;
}

#wpgmza_table_3_length {
	display: none;
}

#map-navigation-icons {
	padding: 20px;
	margin: 0 auto;
	max-width: 1100px;
}

#wpgmza_marker_holder_3 {
	display: none;
}

.rw-icon {
	display: inline-block;
	text-align: center;
	margin: 10px;
	color: #b89f72;
	width: 125px;
	height: 171px;
	float: left;
	cursor: pointer;
	
		transform               : rotateY(0deg);
	-moz-transform          : rotateY(0deg);
	-webkit-transform       : rotateY(0deg);
	transform-origin        : center;
	-moz-transform-origin   : center;
	-webkit-transform-origin: center;
	   
	     -webkit-transition: 1.0s ease all;
		transition              : transform 1.0s ease all;
	-moz-transition         : -moz-transform 1.0s ease all;
	-webkit-transition      : -webkit-transform 1.0s ease all;
}

.rw-icon:hover img {
	transform               : rotateY(360deg);
	-moz-transform          : rotateY(360deg);
	-webkit-transform       : rotateY(360deg);
	transform-origin        : center;
	-moz-transform-origin   : center;
	-webkit-transform-origin: center;
	
	    -webkit-transition: 1.0s ease all;

	transition              : transform 1.0s ease all;
	-moz-transition         : -moz-transform 1.0s ease all;
	-webkit-transition      : -webkit-transform 1.0s ease all;
}

.rw-icon span {
	margin-top: 15px;
	height: 40px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	
	
}

#wpgmza_table_3 .wpgmza_table_category {
	display: none;
}




@media only screen and (max-width: 800px) {
	#map-navigation-menu>div {
		clear: both;
		margin-bottom: 10px !important;
	}
	
	#wpgmza_table_3_filter input {
		display: block;
	}
	
	.wpgmza_sl_search_button_div {
		clear: left;
	}
	
	.wpgmza_sl_search_button_div input {
		margin-left:0px !important;
	}
	
	.rw-icon {
		width: 90px;
	}
	
	#map-navigation-icons {
    margin: 0 -10px;
	}
	
	#map-navigation-menu {
    margin-left: 20px;
	}
	
	.fusion-mobile-menu-icons a {
		margin-left:8px !important;
	}
	
	.shop_product_box_content {
		height: auto !important;
	}


}


/*      end - new map navigation   */



.royaltable table {
	width: 100%;
	/*min-width: 400px;*/
	margin-top: 20px;

}

.royaltable.notommargin table {
	margin-top: 0px;
}

.royaltable .fusion-accordian .panel-title a {
	background-color: #b89f72;
	padding: 0;
	padding-left: 10px;
	margin: 10px 0;
}

.royaltable .fusion-accordian .panel-title a .fa-fusion-box {
	background-color: #d9cbb3;
	color: #b89f72;
	border-radius: 5px;
}

.royaltable .fusion-accordian .panel-title .fusion-toggle-heading {
	color: white;
}

.royaltable .fusion-accordian .panel-title a:hover .fa-fusion-box {
	background-color: white !important;
}





#royal-gallery .fusion-filter a[data-filter=".all"] {
	color: red;
}

.royaltable table th {
	background-color: #b89f72;
	color: white;
}

.royaltable table tr td {
	padding: 1px 6px;
	width: 50%;
}

.royaltable table tr th {
	text-transform: uppercase;
	font-size: 18px;
	padding: 6px;
}
/*
.royaltable table tr {
	display: none;
}

.royaltable table tr:first-of-type {
	display: table-row;
}*/

.recent-posts-content .meta span:nth-child(3), .recent-posts-content .meta span:nth-child(2) {
	display: none;
}

.royaltable table tr:nth-child(even) td {
	background-color: white;
}

.royaltable table tr:nth-child(odd) td {
	background-color: #f1eada;
}

#royal-gallery .fusion-portfolio-content {
	display: block;
	background-color: rgba(44, 44, 44, 0.7);
	color: white;
	margin-bottom: 0;

	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#royal-gallery .fusion-portfolio-content h4 {
	 font-size: 22px;
    padding: 2px 10px;
    margin-bottom: 0;
}

#royal-gallery .fusion-filter {
	padding: 5px 5px;
	border: 1px solid #b5b5b5;
	border-radius: 6px;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 24px;
}

#royal-gallery .fusion-image-wrapper .ide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	cursor: pointer;
}

#royal-gallery .fusion-filter.fusion-active {
	padding: 5px 5px;
	border: 1px solid #b89f72;
	background-color: #b89f72;
	border-radius: 6px;
}

#royal-gallery .fusion-filter a {
	line-height: 24px;
}

#royal-gallery .fusion-filter.fusion-active a {
	color: white !important;
	border: none !important;
}


#royal-gallery .fusion-portfolio-post:hover .fusion-portfolio-content {
	display: block;
	background-color: #b89f72;
	color: white;
}

#royal-gallery .fusion-portfolio-content a {
	color: white !important;
}

#royal-gallery .fusion-portfolio-content a:hover {
	color: white !important;
}

#royal-gallery .fusion-portfolio-content h2 {
	display: none;
}

.fusion-recent-works .fusion-filters li {
	float: none;
	display: inline-block;

}



@media only screen and (max-width: 800px) {
	.fusion-recent-works .fusion-filters li {
		float: none;
		margin-right: 15px;
		margin-left: 15px;
		display: inline-block;
	}


}


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

	#royal-gallery .fusion-filter {
		display: block;
		white-space: nowrap;
  		overflow: hidden;
  		text-overflow: ellipsis;
	}

	#royal-gallery .fusion-filter a {
		display: block;
		white-space: nowrap;
  		overflow: hidden;
  		text-overflow: ellipsis;
	}

}

.fusion-recent-works .fusion-filters li a {
	padding: 3px 0;
	color: #333333 !important;
}

.fusion-recent-works .fusion-filters li a:hover {
	color: #b89f72 !important;
}




.fusion-filter.fusion-active a {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

.fusion-recent-works .fusion-filters {
	text-align: center;
	border: none;
    font-size: 28px;
}

.fusion-rollover {
	display: none;
}

.new-gallery-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.new-gallery-link a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.fusion-portfolio-content {
	display: none;
}






/* SHOP ------------------------------------------------- */

.product_inline_left {
	float: left;
	display: block;
	text-align: left;
}

.product_inline_right {

}

.product_inline_name {
	display: block;
	color: #1c4f90;
   font-weight: bold;
}

.product_inline_name .inline_name {
	color: #505050;
	font-weight: bold;
}

.product_inline_excerpt {
	display: block;
	color: #505050;
	font-size: 12px;

}

.avada-myaccount-user {
	display: none;
}



.shop_product_box {
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(225,225,225,1);
	-moz-box-shadow: 0px 0px 14px 0px rgba(225,225,225,1);
	box-shadow: 0px 0px 14px 0px rgba(225,225,225,1);
		margin-top: 150px !important;
		padding: 40px;

}

.shop_product_box .fusion-imageframe {
	margin-top: -180px;
}

.shop_product_box h2 {
	font-family: 'Cinzel', serif !important;
   color: #92875f !important;
   font-size: 30px !important;
   margin-top: 20px !important;
   margin-bottom: -7px !important;
}

.shop_product_box strong {
   color: #92875f !important;
   font-weight: normal;
}

.subpage .add_to_cart_inline {
	border: none !important;
	border-top: 1px solid #bdbdbd !important;
	text-align: right;
	padding: 12px 0 12px 0 !important;

}

.quantity_inline {
	height: 37px;
}

.add_to_cart_inline .add_to_cart_button {
	background-color: #08234d !important;
	padding: 10px 15px !important;
	margin-right: 0px !important;

}




/* end SHOP --------------------------------------------- */



#earth {
	background-image: url('assets/images/earth.png');
	display: inline-block;
	width: 219px;
	height: 105px;
	background-position: center;
	background-repeat: no-repeat;
}

#footer-world {
	background-color: #051c3b;
	text-align: center;
	padding: 15px 0 10px 0;
}

#footer-world .container {
	    width: 100% !important;
    max-width: 1200px !important;
}

/* Regional navigation  START */


#region-nav:before {
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 5px;
	background-image: url('assets/images/royal-lang-arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	top:12px; 
	right: -7px;
	
}

#region-nav {
	float: right;
	margin-top: 38px;
	position: relative;

    margin-left: 40px;
    /*width: 30px;*/
    width: 35px;
	
	height: 29px;
	 -webkit-transition: width 1s, height 1s;
   transition: width 1s, height 1s;
}

#region-nav div {
	width: 35px;
	height: 29px;
    background-color: #eaeff2;
    padding: 0 5px 5px 3px;
    overflow: hidden;
    -webkit-transition: width 0.4s, height 0.4s;
   transition: width 0.4s, height 0.4s
}

@media screen and (max-width: 800px) {
	#region-nav {
		margin-top: 13px;
		margin-left: 10px;
	}
	
	#region-nav div {
    background-color: white;
  
	}
}





#region-nav:hover div {
	height: 156px;
	/* 187px; */
	 -webkit-transition: width 1s, height 1s;
   transition: width 1s, height 1s;
}

.fusion-is-sticky #region-nav {
	margin-top: 20px;
}


.left_side .fusion-content-boxes {
		margin-bottom:-40px !important;
	}

#region-nav a {
	border: 2px solid #7c7c7c;
	font-size: 12px;
   line-height: 24px;
   width: 28px;
   display: inline-block;
	border-radius: 50%;
   text-align: center;
   margin-right: 3px;
   margin-bottom: 3px;
}

#region-nav a:hover {
	border: 2px solid #dcc893;
}

#region-nav a.actual {
	color: #dcc893;
}


/* Regional navigation  END */


.fusion-content-boxes.content-boxes-icon-on-top .heading img {
	margin-bottom: 10px;
}

.fusion-content-boxes.fusion-columns-1 .fusion-column {
	margin-bottom: 20px;
}

.fp-gallery .tg-item {
	display: none;
}

.fp-gallery .tg-item:nth-child(-n+10) {
	display: inline-block;
}

.fp_vlastnosti {
	background-size: auto !important;
	background-position: top !important;
}

.fp_vlastnosti .left_side .content-box-column-1 {
	position: relative;
	right: -150px;
}

.fp_vlastnosti .right_side .content-box-column-1 {
	position: relative;
	left: -150px;
}

.fp_vlastnosti .left_side .content-box-column-4 {
	position: relative;
	right: -130px;
}

.fp_vlastnosti .right_side .content-box-column-4 {
	position: relative;
	left: -130px;
}

.fp_vlastnosti .content-box-column img {
	cursor: pointer;
}

.fp_vlastnosti .content-box-column .content-container {
	max-width: 260px;
	margin: 0 auto;
	cursor: pointer;
}

/*        ----------- new bublina ----------------    */





.fp_vlastnosti_new .left_side .content-box-column-1 {
    position: relative;
    right: -190px;
    top: -30px;
}

.fp_vlastnosti_new .right_side .content-box-column-1 {
    position: relative;
    left: -160px;
    top: -30px;
}

.fp_vlastnosti_new .left_side .content-box-column-2 {
    position: relative;
    right: -50px;
    top: -40px;
}

.fp_vlastnosti_new .right_side .content-box-column-2 {
    position: relative;
    left: -30px;
    top: -40px;
}

.fp_vlastnosti_new .left_side .content-box-column-3 {
    position: relative;
    right: 0px;
    top: -50px;
}

.fp_vlastnosti_new .right_side .content-box-column-3 {
    position: relative;
    left: 20px;
    top: -50px;
}

.fp_vlastnosti_new .left_side .content-box-column-4 {
    position: relative;
    right: -50px;
    top: -60px;
}

.fp_vlastnosti_new .right_side .content-box-column-4 {
    position: relative;
    left: -30px;
    top: -60px;
}

.fp_vlastnosti_new .left_side .content-box-column-5 {
    position: relative;
    right: -190px;
    top: -70px;
}

.fp_vlastnosti_new .right_side .content-box-column-5 {
    position: relative;
    left: -160px;
    top: -70px;
}



.fp_vlastnosti_new .fusion-content-boxes.fusion-columns-1 .fusion-column {
	margin-bottom: 0px;
}

.fp_vlastnosti_new .heading.heading-with-icon {
	margin-bottom: 0px;
}


.subpage h2 {
	font-family: 'Cinzel', serif !important;
	color: #92875f !important;
	font-size: 30px !important;
}

.subpage h6 {
	font-family: 'Roboto';
	color: #92875f !important;
	font-size: 14px !important;
	font-style: italic;
}

.morewater {
	display: none;
}

.subpage p {
	text-align: justify;
}

.fp_o_vode h2 {

	font-family: 'Cinzel', serif !important;
    font-size: 150px !important;
    font-weight: 700 !important;
    line-height: 150px !important;
}


.fp_o_vode p {
	font-size: 20px !important;
	line-height: 30px !important;
}

.fp_onas h2 {
	font-family: 'Cinzel', serif !important;
	font-weight: 700 !important;
	font-size: 100px !important;
}

.fp_onas p {
	font-size: 22px !important;
	line-height: 40px !important;
	color: black;
}

.fp-onas-line1 {
	margin-bottom: 30px;
}

.fp-onas-line2 {
	margin-bottom: 30px;
	margin-top: -40px;
}

.fp_nase_produkty h2 {
	font-family: 'Cinzel', serif !important;
	font-size: 40px !important;
	color: #565656 !important;

}

.fp_nase_produkty h2 .bigroyal {
	font-family: 'Cinzel', serif !important;
	font-size: 90px !important;
	font-weight: 700 !important;
	line-height: 100px !important;
}

.fp_onas h3 {
	font-size: 40px !important;
	font-weight: 700 !important;
	margin-top: 0px;
}

.fp_nase_produkty .content-box-column p {
	font-size: 18px;
}

.fp_nase_produkty .content-box-column h3 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 70px !important;
	font-weight: 900;
	position: relative;
	left: -40px;
	line-height: 70px;
	margin-bottom: 30px;
	margin-top: -75px;
	text-transform: uppercase;
	width: 130%;
}

.fp_nase_produkty .content-box-column .fp_phvalue {
	font-family: 'Roboto', sans-serif !important;
	font-size: 140px !important;
	font-weight: 200 !important;
	position: relative;
	left: -150px;

}

.fp_nase_produkty .content-box-column .image img {
	position: relative;
	right: 30px;
	top: 140px;
	z-index: 90;
}

.fp_nase_produkty .content-box-column .content-container {
	padding-left: 200px !important;
}


@media screen and (max-width: 980px) {
	.fp_nase_produkty .content-box-column h3 {
		font-size: 50px !important;
		position: relative;
		left: -80px;
		line-height: 50px !important;
		width: 100%;
		margin-top: -60px;
	}

	.fp_nase_produkty .content-box-column .fp_phvalue {
		font-size: 100px !important;
		left: -130px !important;

	}

	.fp_nase_produkty .content-box-column p {
		font-size: 14px;
	}

	.fp_nase_produkty .content-box-column .image img {
		width: 220px !important;
		right: 60px !important;
      top: 180px !important;
	}
	.fp_nase_produkty .content-box-column .content-container {
		padding-left: 150px !important;
	}
}


#ovodefooter {
		display: inline-block;
		padding-left: 10px;

		position: relative;
		top: 20px;
		font-size: 50px;
		line-height: 60px;
}

.fp_o_vode .ovode60mil p {

		font-size: 50px !important;
		line-height: 60px !important;
		font-weight: 500;
}

.fp_o_vode .ovode60mil p .big {

		font-size: 140% !important;

}

.dacca .tg-media-button {
	display: block !important;
}

.fp-gallery .tg-item-title {
	display: none !important;
}

.bigheadline h2 {
    font-family: 'Cinzel', serif !important;
    font-weight: 700 !important;
    font-size: 100px !important;
}

#properties .morewater {
	position: absolute;
	width: 560px;
	border: #ddcb99 4px solid;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	top: 300px;
   left: -100px;
   z-index: 2200;
}

#properties .morewater .close {
	content: '\f00d';
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: -15px;
	right: -15px;
	background-color: white;
	border: #ddcb99 4px solid;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	color: #ddcb99;
	border-radius: 50%;
	opacity: 1;
	cursor: pointer;


}

	#properties .morewater.show {
		display: block;
	}

@media screen and (min-width: 801px) {




	#ovodeimg1 {
		position: relative;
		right: -150px;
		z-index: 200;
		top: 30px;
	}

	#ovodeimg2 {

	}

	#ovodefooter {

	}

	.o-vode-text .fusion-column-wrapper {
	/*	width: 150% !important;
		margin-left: -60% !important;*/
	}

	.o-vode-title .fusion-column-wrapper {

	}

	.fp_nase_produkty .content-box-column-1 {
		position: relative;
		top: -70px;
	}

	.fp_nase_produkty .content-box-column-2 {
		position: relative;
		top: 70px;
	}

	.fp_nase_produkty .content-box-column-3 {
		position: relative;
		top: -70px;
	}

	.fp_nase_produkty .content-box-column-4 {
		position: relative;
		top: 70px;
	}

}

.fp_nase_produkty .content-box-column-1 h3 {
	color: #2a3251;
}

.fp_nase_produkty .content-box-column-2 h3 {
	color: #e6a97b;
}

.fp_nase_produkty .content-box-column-3 h3 {
	color: #032e7e;
}

.fp_nase_produkty .content-box-column-4 h3 {
	color: #9c2f6d;
}

#slider-water_wrapper .shadow-left, #slider-water_wrapper .shadow-right {
	display: none;
}

#slider-water_wrapper {
	border-top: 0;
    border-bottom: 0;
}

#footer-social {
	background-image: url('assets/images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 158px;
	font-family: 'Cinzel', serif !important;
	color: white;
	font-size: 50px;
	line-height: 158px;
}

#footer-social a {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 62px;
	height: 56px;
	display: inline-block;
	margin-top: 50px;
}

#footer-social .container {
	width: 100% !important;
	max-width: 1200px !important;
	height: 158px;
	overflow: hidden;
}

#footer-social .soc-icons {
	float: right;
	line-height: 158px;
}

#footer-social #soc-fb {
	background-image: url('assets/images/footer-icon-fb.png');
}

#footer-social #soc-insta {
	background-image: url('assets/images/footer-icon-insta.png');
}

#footer-social #soc-pinterest {
	background-image: url('assets/images/footer-icon-pinterest.png');
}




#ionizovana {
	text-transform: uppercase;
	display: inline-block;
	border-bottom: #565656 3px solid;
	padding-bottom: 10px;
}




@media screen and (max-width: 1280px) {
	.fp_vlastnosti {
		background-size: 60% !important;
		background-position: top !important;
	}

	#properties .morewater {

		width: 130%;
		top: 300px;
   	left: -15%;
	}
}

@media screen and (max-width: 1180px) {
	.fp_vlastnosti {
		/*background-size: 60% !important;*/
		background-position: center 100px !important;
	}
}

@media screen and (max-width: 1060px) {
	.fp_vlastnosti {
		background-size: 50% !important;
		background-position: center 230px !important;
	}
}


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

	#ovodefooter {
		font-size: 30px;
    	line-height: 35px;
	}

	.fp_o_vode .ovode60mil p {
    	font-size: 30px !important;
    	line-height: 35px !important;

	}

	#properties .morewater {

		position: fixed;
		width: auto;
		top: 20px;
   	left: 20px;
   	right: 20px;
   	bottom: 20px;
   	overflow: auto;
   	z-index: 90000;
	}

	#properties .morewater .close {
		top:8px;
		right: 8px;
		position: fixed;
	}


	.fp_vlastnosti {
		background: none !important;

	}

	.bigheadline h2 {
    	font-family: 'Cinzel', serif !important;
    	font-weight: 700 !important;
    	font-size: 40px !important;
	}

	.o-vode-title {
		margin-top: 0px !important;
	}

	.fp_o_vode {
		padding-top: 50px !important;
	}

	.fp_onas h2 {
		font-size: 70px !important;
	}

	.fp_onas p {
    	font-size: 18px !important;
    	line-height: 30px !important;
	}

	.fp_onas {
		padding-bottom: 250px !important;
	}

	.fp_onas .fusion-builder-row {
		background-color: rgba(255, 255, 255, 0.6);
		padding: 10px !important;
	}


	.fusion-body .fp_vlastnosti .fusion-layout-column {
		width: 50% !important;
	}

	.fp_vlastnosti .left_side .content-box-column-1 {
		position: relative;
		right: 0px;
	}

	.fp_vlastnosti .right_side .content-box-column-1 {
		position: relative;
		left: 0px;
	}
	
	.fp_vlastnosti .left_side .content-box-column-2 {
		position: relative;
		right: 0px;
	}

	.fp_vlastnosti .right_side .content-box-column-2 {
		position: relative;
		left: 0px;
	}
	
	.fp_vlastnosti .left_side .content-box-column-3 {
		position: relative;
		right: 0px;
	}

	.fp_vlastnosti .right_side .content-box-column-3 {
		position: relative;
		left: 0px;
	}

	.fp_vlastnosti .left_side .content-box-column-4 {
		position: relative;
		right: 0px;
	}

	.fp_vlastnosti .right_side .content-box-column-4 {
		position: relative;
		left: 0px;
	}
	
	.fp_vlastnosti .left_side .content-box-column-5 {
		position: relative;
		right: 0px;
	}

	.fp_vlastnosti .right_side .content-box-column-5 { 
		position: relative;
		left: 0px;
	}

	.fp_nase_produkty h2 .bigroyal {
		font-size: 80px !important;
		line-height: 80px !important;
	}

	.fp_o_vode h2 {
		font-size: 70px !important;
	}
}

@media screen and (max-width: 520px) {
	.fusion-body .fp_vlastnosti .fusion-layout-column {
		width: 100% !important;
	}

	#footer-social .soc-icons {
		float: none;
		text-align: center;
	}
}


/*-------------------------- ANIMATIONS -------------------------------------*/

  .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }
  @keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }


  .fusion-content-boxes.content-boxes-icon-on-top .content-box-column:hover .heading img {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes flipInY {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 1;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
  }
  @keyframes flipInY {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 1;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
  }


  .fp_nase_produkty .content-box-column:hover .image img  {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }

.shop_product_box--center {
	margin-left: 25%;
}
@media (max-width: 800px) {
	.shop_product_box--center {
		width: 100% !important;
		margin-left: 0;
	}
}

/*
* Custom styles for maps
*/
.wpgmza_marker_holder, #wpgmza_filter_1 {
	overflow: hidden;
	height: auto;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 0;
	padding-left: 30px;
	padding-right: 30px;
	border: 0 !important;
}

.wpgmza_marker_holder {
	padding-top: 10px;
}

.dataTables_paginate .ellipsis {
	vertical-align: bottom;
}

.wpgmza_marker_holder .wpgmza_marker_holder {
	padding: 0;
	width: 100%;
	margin: 0;
}

#wpgmza_filter_1 {
	padding-top: 20px;
	text-align: right !important;
}

#wpgmza_filter_select {
	width: 200px;
}

table.dataTable thead th.wpgmza_table_marker {
	width: 60px !important;
}

.dataTables_wrapper .dataTables_info {
	margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #fbfaf9 !important;
	color: #565656 !important;
	border: 1px solid #e0dede !important;
}
	.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
		background: #ffffff !important;
	}

.dataTables_wrapper .dataTables_filter input {
	height: 29px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
}

.wpgmza_table .wpgmaps_mlist_row:hover {
	background: #fbfaf9 !important;
}

.wpgmza_table_title {
	font-weight: 700;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #e0dede !important;
}
table.dataTable thead th {
	padding-left: 10px !important;
}

.dataTables_length, .dataTables_filter {
	margin-bottom: 20px;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
	top: 50% !important;
	margin-top: -8px;
	background-color: #806341 !important;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child, table.dataTable.dtr-inline.collapsed tbody th:first-child {
	padding-left: 40px !important;
}

table.dataTable tr.child ul {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_paginate {
		margin-bottom: 20px;
	}

	.wpgmza_table_marker {
		display: none;
	}

	.wpgmza_marker_holder {
		padding-left: 10px;
		padding-right: 10px;
	}

	table.dataTable tr.child ul li[data-dt-column="0"] {
		display: none;
	}
}

.wpgmza_sl_main_div>div {
	display: inline-block;
}

.wpgmza-filter-widgets {
	text-align: center;
	margin-bottom: 0px !important;
	display: block !important;
}

.wpgmza-reset-custom-fields, .wpgmza_sl_search_button_div input, .wpgmza_sl_reset_button_div input {
	background: #cab479;
    text-transform: uppercase;
	color: #ffffff;
	border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
	padding: 8px 29px;
    line-height: 17px;
    font-size: 14px;
	margin-left: 10px;
	font-family: "PT Sans";
	font-weight: 400;
	letter-spacing: 0px;
	cursor: pointer;
	transition: .2s all;
}
	.wpgmza-reset-custom-fields:hover, .wpgmza_sl_search_button_div input:hover, .wpgmza_sl_reset_button_div input:hover {
		background: #08234d;
	}

/*
* Pitny rezim .shop_product_box.product_drinking
*/
.shop_product_box.product_drinking {
	/* padding: 20px; */
	margin-top: auto !important;
	text-align: center;
}
.shop_product_box.product_drinking h2 {
	font-size: 20px !important;
	font-weight: 700 !important;
	margin-top: 0 !important;
}
	.shop_product_box.product_drinking h2 span {
		font-weight: normal !important;
	}

	.shop_product_box.product_drinking select {
		width: 100%;
		height: 43px;
		margin-bottom: 10px;
	}
	.shop_product_box.product_drinking .fusion-button {
		display: block;
		margin-top: 10px;
		position: relative;
	}
	.shop_product_box.product_drinking .fusion-button:after {
		content: "Pridané";
		display: block;
		position: absolute;
		bottom: -25px;
		left: 0;
		width: 100%;
		text-align: center;
		color: #14244b;
		font-size: 12px;
		opacity: 0;
		transition: .2s all;
		font-weight: 700;
	}
		.shop_product_box.product_drinking .fusion-button.added:after  {
			opacity: 1;
		}
.shop_product_box.product_drinking .fusion-imageframe {
	margin-top: 30px;
}

.pd-price {
	font-size: 16px;
}
	.pd-price-original {
		color: #aaa9a9;
		text-decoration: line-through;
	}
	.pd-price-discount {
		color: #14244b;
		font-weight: 700;
		margin-left: 8px;
	}

.pd-discount {
	margin-left: 8px;
	color: #92875f;
}
	@media screen and (max-width: 1100px) {
		.pd-discount {
			margin-left: 0;
			display: block;
		}
	}

.drinking_cart .shop_table .product-name {
	width: 60%;
}
.drinking_cart .shop_table .product-remove {
	width: auto;
}


.drinking_cart .shop_table .product-thumbnail {
	width: 120px;
	height: 120px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: none;
}
	.drinking_cart .shop_table .product-thumbnail img {
		object-fit: contain;
		width: auto;
		height: auto;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
.drinking_cart h3 {
	color: #92875f;
}
.drinking_cart .product-info {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	margin-top: 0;
}

.drinking_cart tr.default td {
	text-align: center;
	padding: 10px 0;
}

.drinking_cart .product-info p {
	margin-bottom: 0;
}

.daily_order_form .daily-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
	.daily_order_form .wpcf7-not-valid-tip {
		margin-top: -15px;
		font-size: 12px;
		display: block;
		margin-bottom: 15px;
		position: absolute;
	}
	.daily_order_form h3 {
		margin-bottom: 30px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e0dede;
	}
	.daily_order_form .daily-row .daily-row {

	}
	.daily-row .half {
		width: 50%;
		flex: 0 0 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	@media screen and (max-width: 991px) {
		.daily-row .half {
			width: 100%;
			flex: 0 0 100%;
		}
	}

	.daily-row .full {
		width: 100%;
		flex: 0 0 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

.daily_order_form input:not([type="checkbox"]), .daily_order_form .wpcf7-list-item, .daily_order_form select {
	margin-bottom: 15px;
}

.daily_order_form span.wpcf7-list-item, .daily_order_form span.wpcf7-list-item input {
	margin-left: 0;
}

.after-form {
	margin-top: 30px;
	text-align: center;
}
	.after-form .fusion-button {
		background: #08234d !important;
		font-size: 16px !important;
		padding: 20px !important;
	}
	.after-form .fusion-slider-loading {
		margin: 0 auto 0 !important;
	}
