/* CSS Document */

/*----------------------------------------------------------------------------
	Author:	     AITOM Group s.r.o., www.aitom.cz, e-mail: info(@)aitom.cz
	Verze:       2.8

	==[ TOC ]==
  1. Základní tagy  (tělo)
	  1.1 Tags      (všeobecné prvky - h1, input, ...)
	  1.2 Classes   (všobecné třídy - .clear, .float-x ..)
  2. Layout         (rozvržení celé stránky)
	  2.1 Všeobecné prvky (pro použití kdekoliv v rámci HTML i mimo layout)
  3. Header         (Hlavička)
	  3.1 Navigace  (Hlavní menu, drobečková navigace)
  4. Content        (obsah)
	  4.1 Hlavní stránka
	  4.2 Podstránky
  5. Sidebar
	  5.1 Sidebar Left
	  5.2 Sidebar Right
  6. Footer         (patička)
  7. Other          (ostatní styly a styly doplněné dodatečně po spuštění)
	  7.1 AITOM     (styly pro CMS AITOM)

--------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1300px) {

/* 1. Body ---------------------------------------------------------------------------------------------- */

/* 1.1 Tags ---------------------------------------------------------------------------------------------- */
h1, .h1 { font-size: 3.4em; }
h2, .h2 { font-size: 2.6em; }
h3, .h3 { font-size: 2.2em; }
h4, .h4 { font-size: 1.8em; }
h5, .h5 { font-size: 1.6em; }

/* 1.2 Classes ------------------------------------------------------------------------------------------- */

/* 2. Layout --------------------------------------------------------------------------------------------- */
body.default #container,
body.landingPage #container,
body.noLeftPane #container
{
	width: 1190px;
	padding: 0px 30px 20px 30px;
}

body.landingPage #container {
	width: 1250px;
	padding: 0;
}

body.default #content
{
	width: 950px;
}

body.landingPage #content {
	width: 100%;
}

body.default #content,
body.landingPage #content,
body.noLeftPane #content
{
	font-size: 1.1em;
}

body.main #content
{
	max-width: 1550px;
}

body.default #sideLeft
{
	width: 220px;
}

/* 2.1 Všeobecné prvky ----------------------------------------------------------------------------------- */

/* 3. Header --------------------------------------------------------------------------------------------- */

/* Horní část */


/* 3.1 Navigace ------------------------------------------------------------------------------------------ */


/* Popup submenu */
#navig a.eshop
{
	margin-left: -176px;
}

/* Drobečková navigace */

/* 4. Content -------------------------------------------------------------------------------------------- */

/* 4.1 Hlavní stránka ------------------------------------------------------------------------------------ */
/* Velký obrázek na pozadí */

/* Boxy u fadingu */

/* Skrolovací tlačítko */

/* Kalendář akcí */

/* Aktuality na úvodu */

/* 4.2 Podstránky ---------------------------------------------------------------------------------------- */

/* Fotogalerie */

/* Modré taby */

/* Položky ve výpisu (aktuality, články, atd.) */

/* Detail položky (aktuality, články, atd.) */

/* Formulář s modrým pozadím */

/* Virtuální prohlídka */

/* Anketa */

/* Modul Kariéra */

/* Kariera - formular*/

/* Modul Kalendář */

/* Provozovatel a investor */

/* Jak se k nam dostanete */

/* Ceniky */

/* Ke stažení - modul */

/* soubory uvnitr kategorie */

/* Newsletter - modul */

/* Partneri */

/* Rezervace odkaz ve strance */
#content .fotogalerieSeznam a.fotogaleriePolozka
{
	background-position: 96% -5px;
}

#content .fotogalerieSeznam a:hover.fotogaleriePolozka
{
	background-position: 96% 100%;
}

#content .fotogalerieSeznam a.fotogaleriePolozka span.obrazek
{
	width: 224px;
	height: 140px;
	line-height: 140px;
}

#content .fotogalerieSeznam a.fotogaleriePolozka span.nazev
{
	padding-right: 40px;
	font-size: 1.4em;
}

#content .vpContent
{
	width: 1218px;
}

#content .karieraVypis
{
	width: 263px;
}

#content .karieraVypis .ico
{
	width: 301px;
}

#content .formularKariera tr td.firstRow
{
	width: 40%;
}

#content .formularKariera input.text
{
	width: 90%;
}

#content .formularKariera textarea
{
	width: 100%;
}

#content .polovicniBox
{
	width: 429px; /*450*/
	margin-right: 50px;
	float: left;
}

#content .vyberDopravniProstredek li
{
	padding: 0px 99px 40px 99px;
}

#content .cenikyVyber li
{
	padding: 0px 95px 40px 95px;
}

#content .kestazeniVypis
{
	width: 263px;
}

#content .blueForm button,
#content .newslet .blueForm input[type='submit'],
#content .newslet .souhlas
{
	margin: 15px 0px 0px 22%;
}

#content .mediaVyber li
{
	padding: 0px 36px 40px 36px;
}

.cenikyVyber.rezervace .fitness span
{
	right: -120px;
	bottom: 22px !important;
	width: 200px;
}

/* Rezervační systém */
#content .rezervace .wc-container.containerFixed .wc-header {
	width: 1164px;
	margin-left: -582px;
}


/* Modul Newsletter v contentu aktualit */
#content .newsletterAlt .inputWrap.souhlas {
	clear: none;
	padding-left: 0;
}

/* 5. Sidebar -------------------------------------------------------------------------------------------- */

/* 5.1 Sidebar left -------------------------------------------------------------------------------------- */

/* Bannery */

/* Kalendář akcí box */
#sideLeft .kalendarBox
{
	width: 217px;
	height: 175px;
	background: url('../images/bg/kalendarLeft.png') no-repeat left top;
}

#sideLeft .kalendarBox a
{
	width: 178px;
	padding: 0px 20px;
}

/* 5.2 Sidebar right ------------------------------------------------------------------------------------- */

/* 6. Footer --------------------------------------------------------------------------------------------- */
/* Oranžový footer */

/* Newsletter ve footeru */

/* Menu v patičce */

/* Spodní část footeru */

/* 7. Ostatní --------------------------------------------------------------*/

/* 7.1 AITOM ---------------------------------------------------------------*/
/* Zprávy AITOMu */

}/* end @media */