/* ===================================================
    Initializr styles
    http://verekia.com/initializr/responsive-template
    Author: Jonathan Verrecchia
   =================================================== */

body {
   font-family: "Eau",sans-serif;
   font-weight: normal;
   font-size: 22px;
   color: #292e35;
   margin-top: 70px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none !important;
} 

.wrapper{
	width: 90%;
	margin:0 5%;
}

/* ===================
    ALL
   =================== */

#menu-container{ /* padding-top: 1%; */ height: 70px; line-height: 70px; margin-top: -70px !important; }
#main aside      { border-top:    20px solid #e44d26; }

#header-container,
#footer-container,
#main aside{
	background:#fff;
}

#header-container {
	background: #007ca3;
}

::-moz-selection { background: #f16529; color: #fff; text-shadow: none; }
::selection      { background: #f16529; color: #fff; text-shadow: none; }

.img-center {
    display: block;
    margin: 0 auto;
}


/* ==============
    MOBILE: Menu
   ============== */
   
   nav {
   	display: none;
   }


/* ==============
    MOBILE: Main
   ============== */
   
#challenge,
#features,
#help,
#customers
 {
	text-align: center;
	padding-top: 30px;
}

h2 {
	display: block;
	font-weight: 300;
	margin: 0;
	font-size: 62px;
 	font-family: 'HelveticaNeueLT Pro 35 Th';
}


#menu-container{
	background: #ffffff;
	text-align: center;
}

#main-container-first {
	text-align: center;
	padding-top: 0;
}

#main-container-first h2 {
 	padding-bottom: 0;
 	display: block;
	margin: 0;
	margin-top: 20px;
	font-size: 55px;
	color: #ffffff;
	line-height: 1.3;
	font-family: 'HelveticaNeueLT Pro 35 Th';
	text-align: center;
} 

#main-container-first h3 {
	font-size: 2.443em;
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 0px;
	font-family: 'HelveticaNeueLT Pro 55 Roman';
	text-align: center;
}

#challenge {
 	text-align: center;
 	padding-bottom: 40px;
}

#challenge-outer {
	background-color: #ffffff;
}

#features section {
	width: 200px;
	margin: 0 auto;
	padding: 0 5% 20px 5%;
}

#features {
 	text-align: center;
 	padding-bottom: 40px;
 	padding-top: 40px;
}

#features-outer {
	background: transparent url(../img/background-features.png) bottom center repeat;
}


#help-outer {
	background: transparent url(../img/background-help.png) bottom center repeat;
}

.customer-logo {
	padding-right: 15px;
	padding-bottom: 20px;
}

#customers-outer {
	background-color: #ffffff;	
}

#customers-outer p {
	margin-left: 0px;
	margin-right: 0px;
}

#footer-container footer {
	color: #75777a;
}

#footer-container {
	background: transparent url(../img/footer-bg.png) top center repeat-x;
}

#footer-container a {
	color: #b0b0b0;
}

#footer-container .copyright {
	clear: both;
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px;
}


#footer-container .footer-logo {
	clear: both;
	text-align: center;
	line-height: 60px;
}

#footer-container .footer-email {
	clear: both;
	text-align: center;
	font-size: 18px;
	line-height: 43px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	nav {
		display: none;
	}
	
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

	nav ul li{
		display:inline;
	}	
	.oldie nav a{
		margin:0 0.7%;		
	}
}

@media only screen and (min-width: 768px) {



/* ============
    WIDE: Menu
   ============ */
   
   	nav {
   		display: none;
   	}


/* ============
    WIDE: Main
   ============ */


		
}

@media only screen and (min-width: 1024px) {

/* ===============
    Maximal Width
   =============== */

h3 {
	font-size: 3.143em;
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 20px;
	font-family: 'HelveticaNeueLT Pro 55 Roman';
	text-align: left;
}

p {
	margin-left: 20%;
	margin-right: 20%;
}

#menu-container {
	position: fixed;
	margin: 0 auto;
	width: 100%;
	background: #fff url(../img/border.png) bottom left repeat-x;
	z-index: 100;
}
   
nav {
	display: block;
}

nav a{
	float:left;
	margin-bottom:0;
	display:block;
	text-decoration:none;
	color: #292e35;
	text-transform: uppercase;
	padding: 0 9px;
}

nav ul {
	float: left;
	margin: 0;
	padding: 0;
}

nav li {
	float: left;
}

nav ul.jazyk {
	padding-right: 120px;
}

nav .jazyk li a {
	padding: 0;
	text-transform: none;
	font-size: 16px;
	font-weight: 300;
}
	
#logo{
	float:left;
}

nav{
		float:right;
	}

#main-container-first {
	height: 437px;
	background: transparent url(../img/slider-image.png) bottom right no-repeat;
}

#main-container-first h2 {
	font-size: 68px;
	margin-top: 95px;
	text-align: left;
} 

#main-container-first h3 {
	font-size: 68px;
	margin-top: 0px;
	text-align: left;
} 


#footer-container #footer-logo {
	float: left;
}




.wrapper{
		width:922px; /* 1024px - 10% for margins */
		margin:0 auto;
	}
}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
