/****************************************/
/*              RESET                   */
/****************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul,
li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline:0;
}
body {
	line-height: 1;
	color: #4b4b4b;
  overflow-y: auto !important;
  margin: 0 !important;
}
ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	/*font-weight:400;*/
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
html {
	height: 100%;
	font: 400 100%/1.65 serif; /* base font size 18px with 1.65 line-height */
	-webkit-text-size-adjust: 100%;
}
body {
	height: 100%;
	color: #9a9a9a;
	font-size: 1em;
  font-family: 'akrobatregular', Tahoma, Arial, sans-serif;
  line-height: 1.3em;
  overflow-x: hidden;
  word-wrap: break-word;
}
#container {
	float: left;
  width: 100%;
}
.section {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}
header .wrap {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0px;
}
.wrap {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0px;
}
#inspire .wrap {
	max-width: 1360px;
	/*max-width: 100%;*/
}
#arws .wrap {
	width: 1360px;
}
::selection {
  background: #fefac7;
  color: #555555;
}
::-moz-selection {
  background: #fefac7;
  color: #555555;
}
section, footer {
  padding: 0px 0px 0px 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	TOP & HEADER
/*-----------------------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  padding: 0;
	z-index: 3000;
	background: rgba(255, 255, 255, 1);
}
header.smaller {
	height: 70px;
  background-color: rgba(255,255,255,1);
	transition: height 0.3s;
	border-bottom: 1px solid #bfbfbf;
}
header .mobpopt {
	display: none;
}
header .mobpopt a {
	float: left;
	width: 100%;
	line-height: 40px;
	text-align: center;
	padding-top: 2px;
	color: #fff;
	font-size:20px;
	font-family: 'akrobatbold', Tahoma, Arial, sans-serif;
}
header .mobpopt a:hover {
	background: #E6A91A;
}

#logo {
  float: left;
	margin: 15px 0px 10px 0px;
	background: url('../../images/logo.png') top center no-repeat;
	background-size: 300px 89px;
}
#logo a {
	float: left;
  width: 300px;
  height: 89px;
}
header.smaller #logo {
	background: url('../../images/logo-small.png') top center no-repeat;
	margin: 10px 0px 0px 0px;
  background-size: 169px 50px;
}
header.smaller #logo a {
	width: 169px;
  height: 50px;
}
#logo span {
  position: relative;
  left: -9000px;
}
div.topico {
	float: right;
	padding: 15px 30px 15px 0px;
}
div.topico.rez {
	padding: 14px 0px 14px 0px;
}
div.topico p {
	float: left;
	color: #760708;
	font-size: 18px;
	font-family: 'akrobatbold', Tahoma, Arial, sans-serif;
	line-height: 1.2em;
	padding: 0px 0px 0px 0px;
}
div.topico p a {
	color: #98141b;
}
div.topico p a:hover {
	color: #7f7f7f;
}
div.topico i {
	float: left;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 21px;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	background: #98141b;
}
div.topico i:hover {
	background: #7c7c7c;
}
div.topico p span {
	font-size: 14px;
	color: #7f7f7f;
	font-family: 'akrobatregular', Tahoma, Arial, sans-serif;
}
header.smaller .topico {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	HLAVNI MENU
/*-----------------------------------------------------------------------------------*/
nav#mainmenu {
  float: right;
	width: auto;
	border-top: 1px solid #7e1c15;
}
header.smaller nav#mainmenu {
	margin: 15px 0px 0px 0px;
	border-top: 0px solid #760708;
}
nav#mainmenu ul.menu {
  float: right;
  list-style: none;
	padding: 10px 0px 0px 0px;
}
nav#mainmenu ul.menu li {
  float: left;
}
nav#mainmenu ul.menu li.showmob {
	display: none;
}
nav#mainmenu ul.menu li a {
  float: left;
	font-size: 21px;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 30px;
  color: #7e1c15;
  font-family: 'akrobatblack', Tahoma, Arial, sans-serif;
  text-decoration: none;
}
nav#mainmenu ul.menu li:first-child a {
  margin: 0px 0px 0px 0px;
}
nav#mainmenu ul.menu li:hover {
  background-position: center -60px;
}
nav#mainmenu ul.menu li a:hover {
  text-decoration: none;
  color: #7f7f7f;
	border-bottom: 2px solid #760708;
}
nav#mainmenu ul.menu li.active a {
	color: #ffcb05;
	border-bottom: 2px solid #fff;
}
a.closebtn, nav#mainmenu img {
	display: none;
}
div#slidemenu {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
#home {
	padding-top: 118px;
}
#promo.swiper, #tips.swiper {
	position: relative;
  float: right;
	width: 100%;
	max-width: 2600px;
	height: 750px;
	background-size: cover;
}
#promo.swiper .swiper-slide {
	position: relative;
	padding: 250px 0px 0px 0px;
}
#promo.swiper #sld-1.swiper-slide {
	background: url('../../content/slides/1.jpg') top center no-repeat;
}
#promo.swiper #sld-2.swiper-slide {
	background: url('../../content/slides/2.jpg') top center no-repeat;
}
#promo.swiper #sld-3.swiper-slide {
	background: url('../../content/slides/3.jpg') top center no-repeat;
}
#promo.swiper #sld-4.swiper-slide {
	background: url('../../content/slides/4.jpg') top center no-repeat;
}
#promo.swiper #sld-5.swiper-slide {
	background: url('../../content/slides/5.jpg') top center no-repeat;
}
#promo.swiper #sld-6.swiper-slide {
	background: url('../../content/slides/6.jpg') top center no-repeat;
}
#promo.swiper .swiper-slide h1 {
	color: #fff;
	font-size: 48px;
	line-height: 54px;
}
#promo.swiper .swiper-slide p {
	color: #fff;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
}
#promo.swiper #pgn {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40%;
	z-index: 1000;
}
#promo.swiper .sw-button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background: none;
	color: #fff;
	line-height: 50px;
	z-index:20;
	font-size:18px;
	cursor:pointer;
	text-align: center;
  transition: all 300ms linear;
	border: 2px solid #fff;
}
#promo.swiper .swiper-button-prev {
	bottom: 0px;
	right: 0px;
}
#promo.swiper .swiper-button-next {
	bottom: 60px;
	right: 0px;
}
.swiper #pgn .swiper-button-next:hover,
.swiper #pgn .swiper-button-prev:hover {
	color: #fff;
	border: 2px solid #770809;
	background: #770809;
}
.swiper-pagination {
	position: absolute;
	left: 50%;
	top: 160px;
	z-index: 1000;
}
.swiper-pagination-bullet {
	position: relative;
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 0px;
	background: #fff;
	margin: 0px 20px 20px 0px;
  transition: all .3s linear;
	opacity: 0.5;
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

#tips.swiper {
	position: relative;
  float: right;
	width: 100%;
	max-width: 1920px;
	padding-left: 0px;
	height: auto;
	margin-top: -65px;
}
#tips.swiper .swiper-slide {
	float: left;
	width: calc(25% - 30px);
	height: auto;
	margin: 80px 0px 0px 0px;
	padding: 40px 40px 30px 40px;
	overflow: hidden;
	color: #fff;
	background: #760708;
}
#tips.swiper .swiper-slide p {
	color: #fff;
	font-size: 17px;
	font-family: 'akrobatlight', Tahoma, Arial, sans-serif;
}
#tips.swiper .swiper-slide p.shortText {
	display: -webkit-box;
	cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
	padding-bottom: -4px;
	padding: 0px;
}
#tips.swiper .swiper-slide p.shortText:hover{
	overflow: visible;
  -webkit-line-clamp: 33;
	height: auto;
}
#tips.swiper .swiper-slide p:last-child {
	padding: 30px 0px 10px 0px;
}
#tips.swiper .swiper-slide span {
	color: #a02013;
	font-size: 36px;
	padding-bottom: 20px;
}
#tips.swiper .sw-button {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 50px;
	height: 50px;
	background: none;
	color: #770809;
	line-height: 50px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
  transition: all 300ms linear;
	border: 2px solid #770809;
}
#tips.swiper .swiper-button-prev {
	bottom: 0px;
	right: 0px;
}
#tips.swiper .swiper-button-next {
	bottom: 50px;
	right: 0px;
}
#tips.swiper #arws {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	z-index: 3000;
}
#tips.swiper .btn-prev {
	top: 0px;
	right: 70px;
}
#tips.swiper .btn-next {
	top: 0px;
	right: 0px;
}
#tips.swiper #arws .btn-next:hover,
#tips.swiper #arws .btn-prev:hover {
	color: #fff;
	border: 2px solid #770809;
	background: #770809;
}

div#breads {
	float: left;
  width: 100%;
  padding: 30px 0px 15px 0px;
}
div#breads p {
	font-size: 16px;
}
div#breads p span {
	padding: 0px 15px 0px 15px;
}
div#breads a {
	color: #8e8e8e;
}
#pinfo .wrap .col50.rpad {
 padding-right: 20px;
}
#pinfo .wrap .col50 p img {
 float: left;
 width: 100%;
 height: auto;
 max-width: 400px;
}

/*-----------------------------------------------------------------------------------*/
/*	SECTIONS
/*-----------------------------------------------------------------------------------*/
div#home {
  float: left;
  width: 100%;
  margin: 98px auto 0px auto;
  padding: 0px 0px 0px 0px;
	z-index: 1000;
}
div#home h2 {
	color: #fff;
	font-size: 72px;
	padding: 0px 0px 20px 0px;
}
div#subpage {
	float: left;
	width: 100%;
	height: 396px;
	background: #fff url('../../images/bgr-subpage.jpg') top center no-repeat;
}

div#hots .col50:first-child, #dest .col50:first-child {
	padding-right: 10px;
}
div#hots .col50:last-child, #dest .col50:last-child {
	padding-left: 10px;
}

div.sidecont {
	float: left;
	width: 250px;
	padding-right: 30px;
}
div.sidecont ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px 10px 0px 10px;
	margin: 20px 0px 0px 0px;
	background: #d9d9d9;
}
div.sidecont ul li {
	float: left;
	width: 100%;
	list-style: none;
	font-size: 16px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
}
div.sidecont ul li.main {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid silver;
}
div.sidecont ul li.main:first-child {
	border-top: 0px solid silver;
}
div.sidecont ul li.main a {
	font-family: 'akrobatblack', Tahoma, Arial, sans-serif;
}

div.maincont {
	float: left;
	width: calc(100% - 250px);
}

div#map {
	float: left;
  width: 100%;
	height: 500px;
	margin-bottom: 60px;
}
#pinfo .wrap .col50 p:last-child {
 float: left;
 width: 100%;
}


div#icons {
	float: left;
	width: 100%;
}
div#icons div.icon {
	float: left;
	width: calc(50% - 30px);
	padding: 30px 30px 20px 30px;
	margin: 0px 0px 30px 30px;
	background: #f0f0f0;
}
div#icons div.icon h4 {
  color: #770809;
  font-family: 'akrobatblack', Tahoma, Arial, sans-serif;
  font-size: 20px;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 5px 0px;
}
div#icons div.icon p {
  font-size: 16px;
	line-height: 18px;
}
div.ico div.crcl {
  display: inline-block;
  margin: 0px auto 0px auto;
  width: 64px;
  height: 64px;
  background-position: top center;
  background-repeat: no-repeat;
}


footer {
	position: relative;
  float: left;
  width: 100%;
	z-index: 2000;
	padding-top: 40px;
	background: #7e1c15;
}
footer div.bot {
	float: left;
  width: 20%;
	padding: 0px 20px 40px 20px;
}
footer div.bot:first-child {
  width: 40%;
}
footer div.bot p, footer a {
	color: #fff;
}
footer a:hover {
	color: #939393;
}
footer div.bot p {
	width: 70%;
	font-size: 16px;
	padding: 30px 0px 30px 0px;
}
footer div.bot h3 {
	color: #fff;
	font-family: 'tagua_lightregular', Tahoma, Arial, sans-serif;
}
footer div.soci a {
	float: left;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	background: #760708;
}
footer div.soci a:hover {
	color: #760708;
	background: #fff;
}
footer div.bot ul {
	float: left;
	width: 100%;
	list-style-type: square;
	padding: 0px 0px 0px 15px;
}
footer div.bot ul li {
	padding: 0px 0px 3px 0px;
}
footer div.copy {
  float: left;
  width: 100%;
	padding: 15px 0px 5px 0px;
	border-top: 1px solid #fff;
	background: #262626;
}
footer div.copy p {
  color: #9a9a9a;
	font-size: 16px;
  text-align: left;
}
footer div.copy p:first-child {
  float: left;
	width: 66.66%;
}
footer div.copy p:last-child {
  float: right;
	width: 33.33%;
	text-align: right;
}
div.add {
	float: left;
	padding-left: 10px;
}
/*div.add img {
	max-height: 40px;
	width: auto;
}*/
