/* Global */

body {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #8a8683;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	color: #f68f67;
	text-decoration: none;
}
a:hover {
	color: #bde2df;
	text-decoration: none;
}
a:visited {
	color: #f68f67;
	text-decoration: none;
}





/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#ffffff;
	border-bottom: 1px solid #E9E9E9;
	z-index:100;
}
#logo {
	text-align: center;
	margin: 10px 0;
}
#nav {
	text-align: center;
	margin: 10px;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 20px;
	text-transform: uppercase;
}
.navigation li:hover{
	cursor:pointer;
	color: #16A085;
}
.navigation .active{
	cursor:pointer;
}
	li.logo {
		color: #000000;
		font-size: 20px;
		margin: 0;
		font-weight: 700;
	}
	li.logo span{
		color: #16A085;
	}
		li.logo:hover {
			color: #16A085;
		}
		li.logo:hover span{
			color: #000000;
		}

#lang {
	text-align: center;
	margin: 10px 0;
}



/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding: 10px 0 40px 0;
}

.slide h2 {
	color:#252525;
	font-size: 3.4em;
	font-weight: 700;
	letter-spacing: -3px;
	line-height: 1,.2;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
}

.slide .line {
	background: #E9E9E9;
	display: block;
	height: 1px;
	margin: 20px auto;
	width: 240px;
	max-width: 90%;
}

.slide p {
	max-width: 70%;
	margin: auto;
	text-align: left;
}


.slide ul {
	max-width: 60%;
	margin: auto;
	text-align: left;
	margin: 30px auto;
}
.slide li {
	margin: 10px 0;
}


.bg_mask {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:rgba(2, 2, 2, 0.09) url(../images/pattern.png) repeat top left;
	z-index: 2;
	padding: 10% 0 0% 0;
}
	.bg_mask1{
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background:rgba(40, 95, 152, 0.34) url(../images/pattern.png) repeat top left;
		z-index: 2;
	}
	.bg_mask2
	{
		background:rgba(84, 95, 146, 0.37) url(../images/pattern.png) repeat top left;
		padding: 4em 0em 1em 0em;
		text-align: center;
		margin-top: 2em;
	}
	.bg_mask3
	{
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background:rgba(40, 95, 152, 0.34) url(../images/pattern.png) repeat top left;
		z-index: 2;
	}



/* Slide 1 */ 

#slide1{
	background: url(../images/ekonomik-jaslo.jpg) no-repeat;
	background-size: cover !important;
	display: block;
	margin: 20px auto 0 auto;
	padding: 80px 0;
	text-align: center;
	width: 100%;
}
h1 {
	margin-bottom: 0;
}
p.slogan{
	color: #FFF;
	font-style: italic;
	margin: auto;
	opacity: 0.8;
	padding-bottom: 40px; 
	text-align: center;
	width: 100%;
}


/* Slide 2 */ 

#slide2{
	background-color:#ffffff;
}



/* Slide 3 */ 

#slide3{
	background-color:#F9F9F9;
}




/* Slide 4 */

#slide4{
	background: url(../images/dyrektor.jpg) bottom no-repeat;
	background-size: cover !important;
	color:#ffffff;
}
p.quote{
	font-style: italic;
	padding: 40px 0 0 0; 
}
p.caption{
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	padding: 10px 0 0 0;
	width: 100%;
}

/* Slide 5 */ 

#slide5{
	background-color:#ffffff;
}

h3 {
	margin: 10px auto;
	width: 70%;
}

/* Slide 6 */ 

#slide6{
	background: url(../images/wspolpraca.jpg) no-repeat;
	background-size: cover !important;
	display: block;
	height: 340px;
}

/* Slide 7 */ 

#slide7{
	background-color:#ffffff;
}
p.cooperation{
	font-size: 12px;
	line-height: 1.2;
	padding: 0;
	width: 50%;
}

/* Slide 8 */ 

#slide8{
	background: #252525 url(../images/kontakt.jpg) no-repeat;
	background-size: cover !important;
	display: block;
	height: 340px;
}

/* Slide 9 */ 

#slide9{
	background-color:#252525;
	color: #FFF
}
#slide9 h2 {
	color: #FFF;
}


/* Slide 10 */ 

#slide10{
	background-color:#121212;
	padding: 20px 0;
	text-align: right;
}
#slide10 p {
	max-width: 100%;
	margin: auto;
	text-align: right;
}
.copy{
	color: #FFF;
	margin: 0;
}
	a.logo:link, a.logo:visited, a.logo:active {
		color: #FFF;
		margin: 0;
		font-weight: 700;
	}
	a.logo span, a.logo:hover{
		color: #16A085;
	}
.design{
	margin: 0;
}

/* Tablet */
@media screen and (max-width: 1024px) {

#lang {display: none;}
#nav {width: 70.5%; }
.slide h2 {font-size: 2.6em;}
#adress {width: 49%;}
#tel {width: 49%;}

}




/* Mobile */
@media screen and (max-width: 480px) {

#logo {margin:auto;}
#nav {display: none;}
#lang {display: none;}
.slide h2 {font-size: 2em;}
#adress {font-size: 14px;}
#tel {font-size: 14px;}

}




