* {margin: 0; padding: 0; color: #474E54; }
body, html { height: 100%; width: 100%;font-family: 'Open Sans',sans-serif; position: absolute; font-size: 10px; font-weight: 400;-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;}

.grid-container {
	position: relative;
	padding: 50px 0;
}


.header {

	min-height: 450px;
	position: relative;
	background: #E64E42 url("../img/london-skyline-hi.png");
	background-position: bottom;
	background-repeat: repeat-x;
	

}
.logo {
	height: 100px;
	background: url("../img/logo.png");
	background-repeat: no-repeat;
	background-size: 80px;
	font-size: 3em;
	color: #FFF;
	letter-spacing: -1px;
	display: inline-block;
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	background-position: top center;
	margin-top: 10px;
}

.header h1 {
	font-size: 5em;
	font-weight: 700;
	color: #FFF;
	width: 100%;
	text-align: center;
	letter-spacing: 0px;
	word-spacing: 1px;
	margin-top: 40px; 
}

.header h2 {
	font-size: 2em;
	font-weight: 500;
	color: #FFF;
	width: 100%;
	text-align: center;
	letter-spacing: 0px;
	word-spacing: 1px;
	margin: 10px 0 50px 0;
}

.header a.button {
	width: 200px;
	text-decoration: none;
	color: #BA3D33;
	background: #FFF;
	display: inline-block;
	text-align: center;
	padding: 15px 10px;
	font-size: 1.8em;
	font-weight: 700;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	border: 1px solid #FFF;
	 -webkit-transition: all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	-o-transition:      all 0.2s ease;
	transition:         all 0.2s ease;
}

.header a.button:hover {
	border: 1px solid #FFF;
	color: #FFF;
	background: transparent;
	 -webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
}

.footer {
	font-weight: 400;
	font-size: 1.2em;
	opacity: 0.3;
	text-align: center;
}

.footer a, .footer a:visited {
	color: #474E54;
	width: 100%;
	text-decoration: none;
}

.footer a:hover {
	opacity: 1.0;
}

.footer a span {
	text-decoration: underline;
}

.section {

}
.section.quote {
	background: url("../img/bg1.png") center;
	background-size: 100%;
	background-size: cover;
	color: #FFF;
	margin: 40px 0 20px;
}

.section.quote2 {
	background: url("../img/bg2.png") right;
	height: 245px !important;
	background-size: 80%;
	background-size: cover;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.quote span, .quote2 span {
	font-size: 0.8em;
	color: #FFF;
}

.section.quote p {
	font-size: 1.8em;
	line-height: 1.8em;
	float: right;
	width: 40%;
	margin-right: 10%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: right;
	color: #FFF;
}

.section.quote2 p {
	font-size: 1.8em;
	line-height: 1.8em;
	float: left;
	width: 40%;
	margin-left: 7%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	color: #FFF;
}

.section h1 {
	font-size: 3.5em;
	font-weight: 700;
	width: 100%;
	display: inline-block;
	text-align: center;
	letter-spacing: 0px;
	word-spacing: 1px;
	margin-top: 20px;
	margin: 0px auto;
}

.section .line {
	width: 85px;
	height: 5px;
	background: #474E54;
	margin: 25px auto 40px auto;
}

.section p:first-child {

}

.section p {
	font-size: 1.4em;
	line-height: 2em;
	width: 85%;
	margin: 5px auto 10px auto;
	text-align: left;
}

.section p.strong {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}

.section ul {
	font-size: 1.6em;
	line-height: 1.8em;
	width: 85%;
	margin: 10px auto 0 auto;
	font-style: italic;
}

.section ul li {
	margin-left: 50px;

}
.cal {
	text-align: center;
}

.cal img {
	height: 190px;

}

.info{
	margin-top: 35px;
	width: 45%;
	display: inline-block;
	float: left;
	height: 165px;
}

.qw {
	display: inline-block;
	font-size: 2.6em;
	font-weight: 600;
	margin-right: 5px;
	margin-bottom: 5px;
}

.ans {
	display: inline-block;
	font-size: 1.6em;
	font-weight: 400;
}

.program {
	background: #ECECEC;
}

.program h3 {
	font-weight: 700;
	font-size: 2.0em;
	width: 85%;
	margin: 20px auto 15px auto;

}
.program p {
	font-size: 1.35em;
	line-height: 1.2em !important;
	margin-bottom: 25px;
}

.program p.strong {
		
}

.up {
	width: 40px;
	height: 40px;
	background: blue;
	position: fixed;
	bottom: 50px;
	right: 50px;
	border-radius: 3px;
	background:  url("../img/up.png") center no-repeat;
	background-size: 34px;
	cursor: pointer;
}

.face {
	width: 50%;
	text-align: center;
	margin: 0 auto 15px auto;
	display: inherit;

}

#ekipa p {
	font-size: 1.3em;
	margin: 0;
}

.section.facebook {
	background: #3b5998;
}

.section.form {
	background: #474E54;
	color: #FFFFFF;
	height: 100%;
	display: none;
	
}
.section.form h1 {
	color: #FFF;
}

.section.form p {
	color: #FFF;
	margin-left: 0px;
	margin-bottom: 4px;
}
.section.form input[type="radio"]{
	width: 20px;
}
.section.form input[type="text"]{
	border-radius: 0px !important;
}
.section.form input[type="submit"]{
	-webkit-appearance: none !important;
}
.section.form input {
	border: none;
	border-bottom: 1px solid #FFF;
	background: rgba(0,0,0,0);
	outline:none;

	height: 24px;
	font-size: 1.6em;
	padding: 4px;
	color: #FFF;
	width: 50%;
	min-width: 25px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	-o-transition:      all 0.2s ease;
	transition:         all 0.2s ease;

}
.section.form input:hover, .section.form input:active, .section.form input:focus {
	background: #FFF;
	color: #474E54;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;

}

input.mailBtn {
	background: #E64E42 !important;
	height: 40px !important;
	border: 0px !important;
	margin-top: 40px;
}
.section.form .line {
	background: #FFF;
}

.section.form ul li, .section.form ul {
	margin: 0px !important;
}

.section.form ul li, .section.form ul li b {
	color: #FFF;
	list-style: none;
}

.msg {
	background: #474E54;
	color: #FFFFFF;
	height: 40px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 15px;
	font-size: 1.4em;
	font-weight: 600;

}

.prijava2 {
	background: #E64E42 !important;
	opacity: 1;
	padding: 10px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: white;
	border-radius: 4px;
	font-size: 1.6em;
	font-weight: 700;
	border: 0px !important;
	margin-bottom: 15px;
	width: 100px;
	position: relative;
	left: 85px;
}

h3 {
	font-size: 2em;
	font-weight: 700;
	width: 100%;
	text-align: center;
	letter-spacing: 0px;
	word-spacing: 1px;
	margin-top: 10px; 
}


@media (max-width: 768px) {
	.section.quote p, .section.quote2 p {
		width: 80%;
	}

	 .section.quote2 {
	 	background-position-x: 900px;
	 }
	.program {
		text-align: left;
		width: 85% !important;
		margin: 20px auto 15px auto;
	}

	.cal {
		margin: 60px 0 20px 0;
	}
	.info {
		width: 89% !important;
		display: inline-block;
		height: 160px;
		float: left;
		margin: 0 6%;

	}
	.section.form {
		min-height: 1600px;
	}
	.break {
		width: 100%;
		height: 40px;
		display: block;
	}
}






