/* all-pages */

@font-face {
  font-family: Open Sans;
  font-weight: bold;
  src: url('/assets/fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: Open Sans;
  font-weight: 500;
  src: url('/assets/fonts/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: Open Sans;
  font-weight: normal;
  src: url('/assets/fonts/OpenSans-Regular.ttf') format('truetype');
}

:root {
  font-family: Open Sans !important;
  font-weight: normal;
  -webkit-font-smoothing: antialiased !important;
}

body {
  font-family: Open Sans !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: normal;
}

a, p, span, td, th, h1, h2, h3, h4, h5, h6 {
	font-family: Open Sans !important;
	-webkit-font-smoothing: antialiased !important;
	font-weight: normal;
}

a {
	color: #1079BC;	
}

.primaryButton {
	background-color: #1079BC;
	padding: .5rem .5rem; 
}

.transparent {
	color: #FFF;
}

header .responsive-title {
	display: none;
}

.header-top {
	background-color: #1c2024;
}

header .login a {
	font-size: 16px;
}

header .page-header .left {
	display: none;
}

header .page-header .logo-main {
	width: max-content;
	padding-top: 10px;
	padding-bottom: 30px;
}

.cart-img {
	width: 24px;
}

.cart form {
	width: 250px;
	float: right;
}

header form #search {
	background-color: #FFF;
}

header form #search input {
	background-color: #FFF;
}

.search-img {
	width: 18px;
}

.cart a.cart-detail {
	color: #1079BC;
}

.cart .count {
	background-color: #98c1e8;
	line-height: 1.8;
	margin-top: -8px;
}

#header-player-container {
	background: url('/images/graphic badminton_423x2280 px.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.menu {
	width: 60%;
	margin: 0;
}

.menu > ul > li {
	width: max-content;
}

.menu > ul > li a,
.menu > ul > li a:visited,
.menu > ul > li a:active {
	width: max-content;
	font-size: 19px;
	margin-right: 20px;
}

.menu li.item .arrow {
	display: none;
	position: static;
}

.dropdown-main {
	top: 210px;
}

.info-bar {
	height: 162px;
	background-color: #194A8C;
	border-top: 9px solid #1c2024;
	position: relative;
}

#info-bar-container {
	position: relative;
	width: 1140px;
	margin: 0 auto;
	height: 100%;
	background: url('/images/top banner delivery_333x2280px.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 30% -5px;
}

nav.tab-bar {
	color: #0C50A1;
}

nav.tab-bar * {
	color: #0C50A1;
}

.main-section > .container {
	width: 100%;
	padding-top: 15px;
	/*background-color: #e2e7ec;*/
	margin: 0;
	max-width: none;
}

.main-section > .container > .content-smaller {
	max-width: 1140px;
	margin: 0 auto;
}

#flash {
	margin-top: 0px;
}

.home-content-text {
	width: 100%;
    float: left;
    text-align: justify;
    font-size: 20px;
}

.home-content-text img {
	width: 30%;
    float: right;
    margin-left: 30px;
}

.newsletter {
	background: none;
	background-color: #d7dce1;
	height: 168px;
}

#newsletter-container {
	position: relative;
	width: 1140px;
	margin: 0 auto;
	height: 100%;
	background: url('/images/web footer_336x2280.jpg');
	background-repeat: no-repeat;
	background-size: contain;
}

#mc_embed_signup {
	padding-top: 15px;
}

#mc_embed_signup label {
	color: #3c4249;
	font-size: 19px;
}

#mc_embed_signup input[type="email"] {
	background-color: #e2e7ec;
	color: #3c4249;
	font-size: 16px;
}

#mc_embed_signup input[type="submit"] {
	background-color: #3c4249;
	color: #e2e7ec;
	font-size: 16px;
	padding: .7rem 2.5rem;
}

footer > .container {
	width: 100%;
	background-color: #1c2024;
	max-width: none;
	margin-top: 0;
}

footer > .container > .content-smaller {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	height: 386px;
	padding-top: 40px;
	/*padding-bottom: 120px;*/
	background: url('/images/web footer dark gray_773x2280px.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

footer .leftwrap {
	font-size: 16px;
	color: #FFFFFF;
	border: none;
}

footer .leftwrap a,
footer .leftwrap h3 {
	font-size: 16px;
	color: #FFFFFF;
}

footer .leftwrap h3 {
	text-transform: uppercase;
}

footer .rightwrap {
	color: #a79f64;
	font-size: 21px;
}

footer .rightwrap h3 {
	color: #a79f64;
	font-size: 24px;
}

footer .rightwrap ul {
	list-style: none;
}

footer .rightwrap div:first-child {
	width: max-content;
	text-align: center;
}

.footer-icon-container {
	width: max-content;
	margin: 0 auto;
	margin-top: 67px;
	margin-left: 117px;
}

.footer-icon-container img {
	width: 50px;
	height: auto;
}

div.dolghi {
	background-color: transparent;
	margin-top: 120px;
	height: max-content;
}

div.dolghi p {
	text-align: left;
}

div.dolghi a {
	color: #5c6268;
}

.linedHeader {
	margin: 20px 0;
}


/* turnaj-na-kluc page - START */

.gallery-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
}

.gallery-container a,
.gallery-container video {
	max-width: 100%;
	overflow: hidden;
}

.gallery-container img, 
.gallery-container video {
	max-width: 100%;
	width: 100%;
	display: block;
	max-height: 195px;
	object-fit: cover;
	transform: scale(1.0);
    transition: 0.5s;
}

.gallery-container img:hover, 
.gallery-container video:hover {
	max-width: 100%;
	width: 100%;
	transform: scale(1.1);
    transition: 0.5s;
    object-fit: cover;
    overflow: hidden;
}

/* turnaj-na-kluc page - END */

/* eshop - START */

.element a.imageWrapper {
	overflow: hidden;
}

.element img {
	width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 200px;
    transform: scale(1.0);
    transition: 0.5s;
    object-fit: cover;
    /*object-position: 50% 100%;*/
}

.element img:hover {
	width: 100%;
	transform: scale(1.1);
    transition: 0.5s;
    object-fit: cover;
    overflow: hidden;
    height: auto;
    padding: 0;
}

ul.pager li a.tento {
	background: #FFF;
}

#filterBody .primaryButton,
form.addToCart input[type="submit"] {
	width: 100%;
}

.tab-links	{	
  z-index: 999;
}

.tab-links li {
	background-color: white;
	top: 1px;
}

.tab-links a {
	padding: 10px 30px;
	display: inline-block;
	background: #1079BC;
	border: 1px solid #1079BC;
	border-top: 1px solid #1079BC;
	/*border-bottom: 0px solid #fff;*/
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	transition: all linear 0.15s;
}

.tab-links a:hover {
	background: #fff;
	border-top: 1px solid #1079BC;
	color: #4c4c4c;
}			

.tab-content {
  padding: 15px;
  border: none;
  border-top: 1px solid #1079BC;
  background: none;
  z-index: 998;
  padding-bottom: 20px;
}						

.tab-links li {	
	margin: 0px 3px;
}

.tab-links li:first-child {	
	margin-left: 0px;
}

/* eshop - END */

/* hladaj - START */


.form_vyhladavanie table, 
.form_vyhladavanie td, 
.form_vyhladavanie td > input {
	width: 100%;
}

/* hladaj - END */

/* login - START */

#podmienky {
	margin-right: 5px;
}

/* login - END */

/* media query - START */

@media only screen and (max-width: 1140px) {

	section.main {
		padding: 0 20px;
	}

	#flash {
		height: 35vw;
	}

	#newsletter-container {
		width: 100%;
		background: none; 
	}

	#mc_embed_signup {
		padding-left: 0 !important;
	}

	footer .container {
		height: max-content;
		max-height: none;
	}

	footer > .container > .content-smaller {
		width: 100%;
		height: max-content;
		background: none; 
	}

	footer > .container > .content-smaller .footer-icon-container {
		margin: 30px auto !important;
	}

	footer div.flex {
	    width: 100%;
	    margin-top: 10px;
	    text-align: center !important;
	}

	footer h3 {
	    text-align: center !important;
	}

	footer .leftwrap {
		width: 100%;
	}

	footer .rightwrap {
		width: 100%;
		margin-top: 20px;
	}

	footer .rightwrap div:first-child {
	    width: 100%;
	    margin: 0 10px;
	}

	.rightwrap > div {
	    margin: 0 !important;
	}

	div.dolghi {
		width: 100%;
		margin: 0 auto !important;
		text-align: center;
	}

	div.dolghi p {
		margin: 0 auto !important;
		text-align: center;
	}

	.form_vyhladavanie td:last-child {
		width: 100%;
		float: left;
	}

}

@media only screen and (min-width: 490px) and (max-width: 900px) {

  .es-categories > .element,
  .hladaj-flex > .element {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .es-categories .element > a.imageWrapper > img,
  .hladaj-flex > .element > a.imageWrapper > img {
    object-fit: cover;
    /*max-height: 25vw !important;*/
  }

}

@media only screen and (max-width: 800px) {

  .tabs > .tab-links > li {
    width: 100%;
    margin-left: 0px;
    border-bottom: 1px solid #1079BC;
    margin-bottom: 5px;
  }

  .tabs > .tab-links > li > a {
    width: 100%;
  }

  .tab-content {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 771px) and (max-width: 1140px) {

  .es-categories .element > a.imageWrapper > img {
    object-fit: cover;
    /*max-height: 15vw;*/
  }

}

@media only screen and (max-width: 768px) {

	#header-player-container {
		background: none;
	}

  	.es-categories {
	    width: 95%;
	    margin: 0 auto;
	}

	#contact .floatRight {
		text-align: center;
	}

	#contact {
		padding-top: 20px;
	}

	.contact-data span {
		width: 100%;
		float: left;
	}

	.contact-data span.dot {
		display: none;
	}

	#contact li {
		text-align: center;
		list-style: none;
	}

}

@media only screen and (max-width: 640px) {

	footer h3 {
		margin-top: 15px;
	}

}

@media only screen and (max-width: 570px) {
	
	.tab_registration span {
   		display: none;
	}
}

@media only screen and (max-width: 490px) {

  .es-categories .element,
  .hladaj-flex > .element {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .es-categories .element > a.imageWrapper > img,
  .hladaj-flex > .element >  a.imageWrapper > img{
    object-fit: cover;
    max-height: none !important;
  }

}

/* media query - END */

.menu ul li:first-of-type a {
	font-weight: bold;
	color: #C83864;
}
