/*.lazyLoading img {
display: block;
left: 0;
top: 0;
margin: 0;
position: absolute;
z-index: 2;
}

.lazyLoading:after {
content: ' ';
border-radius: 50%;
width: 32px;
height: 32px;
border: 2px solid #000;
border-color: #189d9f rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15);
position: absolute;
top: 50%;
left: 50%;
margin: -18px 0 0 -18px;
z-index: 1;
-webkit-animation: spin 1s linear;
animation: spin 1s linear;
background-color: rgba(255, 255, 255, 0.75);
}

@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}

@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}

.lazyLoading {
display: block;
position: relative;
height: 0;
padding: 0;
padding-bottom: 205.17%;
width: 100%;
margin: 0 auto;
}

.lazyLoading.square {
padding-bottom: 100%;
}
*/

font {
	display: inline;
}

.ggt a:hover {
	text-decoration: none;
}

.header .goog-te-gadget-simple {
	border: 0;
}


/*animace*/

a {
	-webkit-transition: color 0.4s, background-color 0.4s;
	transition: color 0.4s, background-color 0.4s;
}

.btn, button, .navig a, .galerka td, .banner {
	-webkit-transition: all 0.4s ease-out;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
}

.onTop {
	visibility: hidden;
	z-index: -5;
	opacity: 0;
}

.onTop--on .onTop {
	visibility: visible;
	z-index: 100;
	opacity: 1;
}

.onTop:hover i {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.fancybox-placeholder .fancybox-image {
	border: 10px solid #fff;
}

.amzn:hover .amzn__buyBtn {
	background: #189d9f;
}

.amzn:hover {
	color: currentColor;
	text-decoration: none;
}

.amzn {
	display: flex;
	border: 1px solid #189d9f;
	padding: 20px;
	text-decoration: none;
	box-shadow: 0 0 12px rgba(0, 0, 0, .15);
	max-width: 800px;
	margin: 40px auto;
	flex-flow: row wrap;
	align-items: center;
	text-align: left;
}

.amzn__cont {
	flex: auto;
	display: block;
	padding-right: 5%;
	width: 60%;
}

.amzn__title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.5em;
	display: block;
}

.content .amzn__buyBtn img {
	width: 100%;
	height: auto;
	max-width: 120px;
}

.amzn__buyBtn span {
	padding: 0 .7em;
}

.amzn__buyBtn svg {
	width: 30px;
	height: auto;
	min-width: 14px;
}

.amzn__buyBtn {
	margin: 10px 0;
	display: flex;
	align-items: center;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	background: #131921;
	padding: 15px 15px;
	font-size: 1.5em;
	justify-content: space-around;
}

.amzn__buyBtn img {
	display: block;
	max-width: 100%;
	height: auto;
}

.amzn__img {
	width: 40%;
	max-width: 300px;
	padding: 10px 0;
}

.amzn__caim {
	font-size: .875rem;
	display: block;
}

.amzn img {
	display: block;
}

.amzn__desc {
	display: block;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 10px;
}

@media (max-width: 479px) {
	.amzn__img {
		max-width: 100%;
		width: 100%;
	}
	.amzn__cont {
		order: 2;
		padding: 0;
		width: 100%;
	}
}
