/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*display
 * Custom Style Sheet - Use this file to style your content
 */


#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}


@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* form */
.aiContactSafe_row {
margin: 30px 0px 40px 0px;
}

.textbox {
width: 240px;
}

.email {
width: 240px;
}

.editbox {
width: 400px;
}

.float-right {
float: right;
margin: 0px 0px 0px 20px;
}




#aiContactSafeSendButton {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #91C540;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    line-height: 25px;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    color: #ffffff;
 }

#aiContactSafeBtns {
    margin-top: -40px;
}


/* Logo */
.custom-logo {
	width: 255px;
	height: 92px;
	background-image: url(../../../images/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
    background-size: contain;
}

.vitejte {
	font-size: 25px;
  padding: 15px 0px 15px 30px;
}

.radi {
	font-size: 18px;
  padding: 15px 0px 15px 0px;
}

.check .none {
    background: none;
  /*  float: right;*/
}

.just {
    text-align: justify;
}

.nastred {
    text-align: center;
}

.img-polaroid {
  padding: 4px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nadpis {
  font-size: 24px;
  line-height: 24px;
  border-left: 5px solid #e0dede;
  color: #777;
  padding: 5px 0px 5px 10px;
}

.nadpis2 {
  font-size: 24px;
  line-height: 24px;
  border-left: 5px solid #91C540;
  color: #777;
  padding: 5px 0px 5px 10px;
}

.nadpis_small {
 	border-left: 5px solid #e0dede;
  padding: 5px 0px 5px 10px;
}

.right {float: right;}

.font20 {font-size: 20px;}

h2 {
  border-left: 5px solid #91C540;
  /*color: #777;*/
  padding: 5px 0px 5px 10px;
}

.kost-ikona {margin: 315px 0px 0px -110px;}

.kost-ikona:hover {cursor: pointer;}

.trosky-ikona {margin: 315px 0px 0px 1000px;}

.trosky-ikona:hover {cursor: pointer;}

.tt-wrapper li {
    list-style-type: none;
    float: left;
}

.tt-wrapper li a{
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 2px;
    outline: none;
    background: transparent url(../../../images/pension_bily_dum_turistika.png) no-repeat top left;
    position: relative;
    text-indent: -9000px;
}

.tt-wrapper li a span{
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 5px 0px;
	left: 50%;
	margin-left: -54px;
	font-weight: 400;	
	font-style: italic;
	font-size: 18px;
	color: #434343;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: #ffffff;
	text-indent: 0px;
	border-radius: 3px;
	position: absolute;
	pointer-events: none;
	bottom: 80px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 320px;
}

.trosky-ikona .tt-wrapper li a:hover span {bottom: 265px;}

ul.cara > li {
  border-left: 5px solid #91C540;
  padding: 5px 0px 5px 10px;
  list-style-type: none;
}




/* Only Phones */
@media (max-width: 767px) {
	#header-responsive .logo { margin-bottom: 10px; }
}

/* Parallax Effect */
.box-parallax { background-image: url(../../../images/yootheme/demo/teaser/home_teaser_default.jpg); }
.box-parallax h1 { font-family: "DroidSerifBoldItalic", "TimesNewRoman", "serif"; }

/* Frontpage Title */
.bigger-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 20px;
}

/* Frontpage List Line */
ul.line.frontpage > li {
	margin-top: 30px;
	padding-top: 30px;
}

ul.line.frontpage > li:first-child {
	margin-top: 0;
	padding-top: 0;
}


/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
	.frontpage-teaser { height: 280px; }
	.frontpage-teaser h2 {
		margin-bottom: 0;
		line-height: 75px;
		font-size: 68px;
	}
	.frontpage-teaser h4 {
		line-height: 28px;
		font-size: 23px;
	}
}

/* only phones */
@media (max-width: 767px) {
	.frontpage-teaser { height: 150px; }
	.frontpage-teaser h2 {
		margin-top: 10px;
		margin-bottom: 0;
		line-height: 50px;
		font-size: 40px;
	}
	.frontpage-teaser h4 {
		margin-top: 0;
		font-size: 12px;
		line-height: 16px;
	}
}