@font-face {
	font-family: 'Champagne_Limousines';
	src: url('fonts/Champagne_Limousines.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Champagne_Limousines';
	src: url('fonts/Champagne_LimousinesItalic.ttf');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Champagne_Limousines';
	src: url('fonts/Champagne_LimousinesBold.ttf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Champagne_Limousines';
	src: url('fonts/Champagne_LimousinesBoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
}

body{
	font-family: Champagne_Limousines;
	font-size: 16px;
	line-height: 1.5;
	margin: 0px;
	background-image: url("img/background_big.jpg");
	overflow-x: hidden;
}

#uparrow{
	width: 50px;
	position: fixed;
	bottom: 100px;
	right: 20px;
	cursor: pointer;
	display: none;
}

.pull-left{
	float:left;
}

.pull-right{
	float: right;
}

.logo{
	width: 250px;
}

.language{
	padding-top: 25px;
	padding-right: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	letter-spacing: 2px;
}

.language a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 5px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

.language a:hover{
	color: #FFFFFF;
	background-color: rgb(127, 95, 0);
	border-radius: 50%;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;

}

h2{
	font-size: 18px;
}
a, a:hover{
	text-decoration: none;
	color: #755b1e;
}
a:hover{
	color: #53300c;
}

.fejlec{
	width: 70%;
	color: #755b1e;
	text-align: center;
	letter-spacing: 2px;
	background: rgba(157, 176, 105, 0.69)  none repeat scroll 0 0;
	padding: 10px;
	margin: 0 auto 20px auto;
	position: relative;
}

.doboz {
	width: 70%;
	margin: 0 auto 20px auto;
	padding: 10px;
	color: #FFFFFF;
	font-size: 17px;
	text-align: justify;
	letter-spacing: 1px;
	background: rgba(106, 82, 13, 0.33) none repeat scroll 0 0;
	position: relative;
}

.doboz.jobb{

}
.doboz.bal{
	text-align: right;
}

.hatter{
	position: absolute;
	background: rgba(106, 82, 13, 0.56) none repeat scroll 0 0;
	height: 100%;
	width: 3000px;
	top: 0;
	z-index: -1;
}

.fejlec .hatter{
	left: -1000px;
	background: rgba(100,100,100, 0.30) none repeat scroll 0 0;
}

.doboz.jobb .hatter{
	left: 0;
}

.doboz.bal .hatter{
	right: 0;
}

.galleria{
	width: 80%;
	margin: 30px auto 30px auto;
}

embed {
	width: 80%;
	height: 500px;
	background-color: #ffffff;
}

video {
	width: 80%;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255,255,255,0.5);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: rgba(255,255,255,0.5);
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: rgba(255,255,255,0.5);
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255,255,255,0.5);
}

input, textarea {
	border: 1px solid rgba(106, 82, 13, 1);
	border-radius: 5px;
	padding: 5px;
	margin: 10px 20px 10px 0;
	background-color: rgba(157, 176, 105, 0.20);
	color: #ffffff;
}

textarea{
	width: 320px;
	height: 100px;
}

input[type=submit]{
	cursor: pointer;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
}


