@font-face {
	font-family: 'AeroPortal';
	src: url('fonts/aeroportal.eot');
	src: url('fonts/aeroportal.eot?#iefix') format('embedded-opentype'),
		 url('fonts/aeroportal.woff') format('woff'),
		 url('fonts/aeroportal.ttf') format('truetype'),
		 url('fonts/aeroportal.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Play';
	src: url('fonts/play-bold.woff2') format('woff2'),
		url('fonts/play-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}


a {
	color: #fff;
	text-decoration: none;
	transition: 200ms;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

html, body {
	height: 100%;
}

body {
	background: #fff url('../images/bg.png') center top;
	color: #000;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
body.product-detail {
	background-image: url('../images/bg-product.png');
}

li {
	list-style-image: none;
	list-style-type: none;
}

h1 {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 15px;
	margin-top: 15px;
}

img {
	max-height: 100%;
	max-width: 100%;
}

p {
	margin-top: 10px;
}

/** základní struktura webu **/

div#head {
	background-color: #3498db;
	position: relative;
}

#head .navbar {
	padding: 0;
}
#head .navbar-brand {
	padding-bottom: 0;
	padding-top: 0;
}

#content {
	clear: both;
	position: relative;
}

#page-container {
	position: relative;
	min-height: 100%;
}

#footer {
	background-color: #3498db;
	bottom: 0;
	font-family: Arial, sans-serif;
	font-weight: 600;
	left: 0;
	line-height: 45px;
	position: absolute;
	right: 0;
	text-align: center;
}

#footer #footer-soc a:first-child {
	margin-right: 60px;
}

#footer #footer-soc a {
	margin-right: 15px;
}

#footer #footer-soc img {
	height: 30px;
}

#footer #footer-soc, #footer #footer-links {
	float: left;
}
#footer::after {
	clear: both;
	content: '';
}

#footer #footer-links {
	margin-left: 20px;
}

#footer #footer-links a {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
	transition: 200ms;
}
#footer #footer-links a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

#page-container {
	padding-bottom: 70px;
}

/** konec základní struktury webu **/


div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form tr, form td {
	vertical-align: top;
	font-weight: normal;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

/** Menu **/
#menu li > a {
	color: #fff;
}
#menu li.active > a {
	background-color: #0ecfca;
}
body.news #menu li.active > a, body.news {
	background: #d9ee7d;
}
body.appreciations #menu li.active > a, body.appreciations {
	background: #fce205;
}
body.cares #menu li.active > a, body.cares {
	background: #f89f5d;
}
body.shops #menu li.active > a, body.shops {
	background: #5fc9bd;
}
body.products #header {
	color: #fff;
}
/** konec menu **/

/** homepage **/
.homepage .header {
	padding: 15px;
}
/** end homepage **/

/** category page **/
.product-category-image {
	margin-bottom: 30px;
}
.product-category-image > img {
	max-width: 100%;
}
/** end category page **/

/** product page **/
.product-detail .header {
	border-top: 1px solid #3487bf;
	color: #fff;
	padding: 15px 0;
}
#product-slider .carousel-control-prev, #product-slider .carousel-control-next {
	width: 5%;
}
#product-slider {
	padding-left: 5%; /* same as width of controls */
	padding-right: 5%; /* same as width of controls */
}
#product-slider .carousel-item a > img {
	display: inline-block;
}
#product-slider .carousel-item a {
	background-color: #fff;
	border-radius: 15px;
	display: block;
	height: 115px;
	padding: 15px;
	text-align: center;
	width: 150px;
}
.product-detail #product-gallery {
	background-color: #fff;
	border: 1px solid #77d5f6;
	border-radius: 15px;
	height: 300px;
	text-align: center;
	padding: 15px;
	width: 400px;
}
.product-detail #product-gallery-preview > div {
	background-color: #fff;
	border: 1px solid #77d5f6;
	border-radius: 10px;
	cursor: pointer;
	height: 70px;
	padding: 10px 5px;
	position: relative;
	width: 60px;
}
/** end product page **/


/** appreciations **/
#appreciations .appreciation {
	background-color: #fff;
}
/** end appreciations **/

/** cares **/
#cares .care {
	background-color: #fff;
}
/** end appreciations **/

/** news **/
#news .news {
	background-color: #fff;
}
/** end news **/

/** blbosti **/
.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.clear {
	clear: both !important;
	float: none !important;
	height: 0 !important;
	width: 0 !important;
	background: 0 !important;
	margin: 0 !important;
	display: block !important
}

.fancybox-inner {
	height: 470px !important;
}

.box-container > .box-image {
	padding-top: 100%;
	position: relative;
}

.box-container > .box-image > .box-image-inner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.rounded-1 {
	border-radius: 1rem;
}

/** konec blbosti **/
