/* 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: 690px) and (max-width: 989px) {
/* 1. Body ---------------------------------------------------------------------------------------------- */

/* 1.1 Tags ---------------------------------------------------------------------------------------------- */

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

/* 2. Layout --------------------------------------------------------------------------------------------- */

body.default #container,
body.landingPage #container,
body.noLeftPane #container
{
	width: 690px;
	padding: 0px 15px 20px 15px;
}

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

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

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

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


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


/* 3. Header --------------------------------------------------------------------------------------------- */
#header a.logo
{
	width: 170px;
	height: 36px;
	margin: 18px 0 30px 15px;
	background: url('../images/bg/logo2.png?1') no-repeat left top;
	z-index: 2;
}

#header .userOptions {right: 540px;height:28px;}
#header .userOptions a.onlineNakup, #header .userOptions a.rezervaceBtn {width: 28px; height:28px;padding:0;background-position:left top;}
#header .userOptions a.onlineNakup span, #header .userOptions a.rezervaceBtn span, #header .userOptions .headerKosik .kosikBtn {display:none;}
#header .userOptions .headerKosik {width: 28px; height:28px;padding:0;background:none;}
#header .userOptions .headerKosik .onlineNakup {padding:0;background: #f44289 url('../images/bg/ico01.png') no-repeat left top;}

#header .userOptions a.virtualniProhlidka {
	display: block;
	width: 35px;
	height: 28px;
	padding: 0;
	background-position: center top;
}

#header .userOptions a.virtualniProhlidka span {
	display: none;
}

/*
#header .vyhledavani {
	width: 182px;
	background-position: right bottom;
}

#header .vyhledavani input[type="text"] {
	width: 124px;
}

*/

/* 3.1 Navigace ------------------------------------------------------------------------------------------ */
#navig li.openedSub .navigSubOklondek {
	display: none;
}

#navig > ul > li > a > span.navigBtn {
	font-size: 1em;
}
/* 4. Content -------------------------------------------------------------------------------------------- */

/* 4.1 Hlavní stránka ------------------------------------------------------------------------------------ */

/* 4.2 Podstránky ---------------------------------------------------------------------------------------- */
#content .vpContent
{
	width: 618px;
}

/* Položky ve výpisu (aktuality, články, atd.) */
#content .vypisPolozka .vypisPolozkaText {
	padding-left: 100px;
}

/* Modul Kariéra */
#content .karieraVypis
{
	width: 450px;
}

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

#content .formularKariera textarea
{
	width: 200px;
}

#content .formularKariera em
{
	font-size: 0.8em;
	display: block;
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	color: #6aaaba;
}

/* Modul Kalendář */
#content .filterForm .inputWrap.right
{
	float: right;
	margin-right: 0px;
}

/* Provozovatel a investor */
#content .polovicniBox
{
	width: 450px; /*450*/
	margin-right: 0px;
	float: left;
}

/* Jak se k nam dostanete */
#content .vyberDopravniProstredek li
{
	padding: 0px 22px 40px 22px;
}

/* Ceniky */
#content .cenikyVyber li
{
	padding: 0px 10px 40px 10px;
}

/* Ke stažení - modul */

/* soubory uvnitr kategorie */
#content .kestazeniVypis
{
	width: 450px;
}

/* Newsletter - modul */
#content .newslet .blueForm input[type='text']
{
	width: 387px;
}

/* Partneri */

/* Media */

/* Fotogalerie a videogalerie */
#content .videogalerie.fotogalerieSeznam a.fotogaleriePolozka span.obrazek
{
	width: 350px;
}

/* Rezervace odkaz ve strance */
#content .vyberPartnera li
{
	padding: 0px 10px 40px 10px;
}

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

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

/* Modul Newsletter v contentu aktualit */
#content .newsletterAlt .inputWrap label.title {
	padding-bottom: 10px;
}

#content .newsletterAlt .inputWrap.souhlas {
	padding-left: 0;
	clear: none;
}

#content .newsletterAlt input[type="text"] {
	width: 200px;
}

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

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

/* Kalendář akcí box */

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

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

/* Newsletter ve footeru */

/* Menu v patičce */

/* Spodní část footeru */

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

/* 7.1 AITOM ---------------------------------------------------------------*/

}/* end @media */