.js div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #333 url('http://files.mimoymima.com/images/loading.gif') no-repeat center center; }
body{
	margin: 0;
	padding: 0;
	font-family: 'Muli', sans-serif;
}
#language_menu {
	z-index: 3;
}

#alerts {
	bottom: 0px;
	position: fixed;
	width: 100%; 
	height: 25px; 
	background-color: #D24817;
	color: #eee;
	overflow:hidden;
	padding-top: 5px;
}
@keyframes przesun
{
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

#alerts > p {
  margin:0;
  white-space:nowrap;
  animation:przesun 80s linear infinite;
}

nav {
	background-color: #D24817;
	/*height:100px;*/
	text-align:center;
	position: fixed;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}
ul {
	text-transform: uppercase;
}

#logo {
	display: inline-block;
}

ul, #language_menu {
	display: inline-block;
}

ul li a {
	text-decoration: none;
	color: #eee;
	margin: 10px;
	font-size: 18px;
	font-family: 'Muli', sans-serif;
}

ul li {
	display: inline;
}

#logo {
	background-color: #D24817;
	/*height: 100px;*/
	padding: 0;
}

#logo img {
	width: 250px;
	margin-top: 20px;}

#language_menu {
	position: absolute;
	right: 0;
}

#about_left{
	width: 50%;
	float: left;
	display: inline-block;
	background-color: #2F2E2E;
	height:600px;
	color: #fff;
	text-transform: uppercase;
	text-align:right;
	font-size: 27px;
}

#about_left h2 {
	padding: 130px 90px 0px;
}
 #about_right{
	width: 50%;
	float: right;
	display:inline-block;
	background-color: #D24817;
	height:600px;
 }
 
 #about_right p {
	padding: 130px;
	font-size:20px;
	color: #F7F7F7;
 }
h4 {
	font-size: 20px;
}
#designed {
	background-color: #F7F7F7;
	height: 300px;
	display:block;
	clear:both;
	text-align: center;
	display:block;
	padding-top: 60px;
	padding-bottom: 60px;
}

#designed_images {
	width: 1000px;
	margin: 0 auto;
	text-align: center;}

#designed h3 {
	text-transform: uppercase;
	font-size: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	color:  #2F2E2E;
}

#d1, #d2, #d3, #d4, #d5 {
	float:left;
	width: 150px;
	margin: 15px;
	height: 180px;
	padding: 5px;
	background-color:#D24817;
	color: whitesmoke;
}
h4 {
	margin:0;
}
#why {
	background-color:#2F2E2E;
	display:block;
	height:630px;
	padding: 100px;
	text-align: center;
}

#why h3 {
	color: #D24817;
	font-size: 30px;
	padding-bottom: 50px;
}

#why p {
	color: #E7E7E7;
	font-size:27px;
}
dl{
	width: 700px;
	margin: 0 auto;
	font-size: 20px;
}
dt {
	color: #D24817;
	font-size: 20px;
}
dd {
	color: #E7E7E7;
	font-size: 15px;
}

#info {
	text-align: center;
	height: 400px;
}

#info1 {
	width:25%;
	float: left;
	background-color:#D24817;
	height:400px;
	color: #F7F7F7;
}
#info2 {
	width:25%;
	float: left;
	background-color:#2F2E2E;
	height: 400px;
	color: #F7F7F7;
}
#info3 {
	width:25%;
	float: left;
	background-color:#E7E7E7;
	height: 400px;
	color: #2F2E2E;
}
#info4 {
	width:25%;
	float: left;
	background-color:#D24817;
	height: 400px;
	color: #F7F7F7;
}


#info img {
	width:150px;
	height:150px;
	border-radius: 500px;
	border: 7px solid #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}

#more{
	background-color: #F7F7F7;
	height: 300px;
	display:block;
	text-align: center;
	color: #2F2E2E;
	padding-top: 70px;
}

#more h2 {
	font-size: 40px;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 20px;
}

#more p {
	font-size: 30px;
}
#more p a{
	text-decoration: none;
	color: #D24817;
}



#contact_column_1 {
	display: inline-block;
	float: left;
	width:33%;
	height: 500px;
	text-align:center;
	background-color:#2F2E2E;
}
#contact_column_1 h3 {
	color:#E7E7E7;
	text-transform: uppercase;
	font-size: 30px;
	padding-top: 150px;
	padding-bottom:50px;
}
#contact_column_1 p {
	color: #D24817;
	font-size:20px;
}

#contact_column_2 {
	display: inline-block;
	float: left;
	width:33%;
	height: 500px;
	text-align:center;
	background-color:#F7F7F7;
}

#contact_column_2 h3 {
	color:#D24817;
	text-transform: uppercase;
	font-size:30px;
	padding:140px 30px 0px 30px;
}
#contact_column_2 p {
	color: #2F2E2E;
	font-size: 20px;
	padding: 30px;
}

#contact_column_3 {
	display: inline-block;
	float: left;
	width:33%;
	height: 500px;
	text-align:center;
	background-color:#D24817;	
}

#contact_column_3 h3 {
	color:#E7E7E7;
	text-transform: uppercase;
	font-size: 30px;
	padding-top: 150px;
	padding-bottom: 50px;
}
#contact_column_3 p {
	color: #2F2E2E;
	font-size:20px;
}
#contact {
	height: 200px;
}

h2, h3 {
	margin: 0;
}

h1{
	font-size:25px;
}

::-webkit-scrollbar { 
	width: 7px; 
	height: 10px; 
	background: #2F2E2E;
}

::-webkit-scrollbar-thumb:vertical {
	background: #D24817; 
	border-bottom:2px #666666;
} 
.container {
	max-width: 600px;
	height: 150px;
	margin: 0 auto;
	text-align: right;
	background-color:  #2F2E2E;
	opacity: 0.5;
	padding:100px;
	left: 0px;
	position: absolute;
	margin-top: 200px;
	z-index:1;
}
 
section.module p {
	font-size: 20px;	
	color: #F7F7F7;
	width: 400px;
	text-align: right;
}
 
section.module p:last-child {
	margin-bottom: 0;
}
 
section.module.parallax {
	height: 800px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
 
section.module.parallax h1 {
	font-size: 40px;
	margin: 0;
	color: #F7F7F7;
}
 
section.module.parallax-1 {
	background-image: url(tlo.jpg);
}
 
section.module.parallax-2 {
	background-image: url(tlo2.jpeg);
	height:200px;
}
section.module.parallax-3 {
	background-image: url(tlo4.jpg);
	height:200px;
}

/*Netbook*/
@media (max-width: 1200px) {
    #language_menu {
		right:0;
		}
	#about_left h2 {
		padding: 80px 90px 0px;
		}
    #about_right p {
		padding: 80px;
		}
	ul {
		width:500px;
		}

	#designed{
		height: 480px;
		}
	#designed_images{
		width: 800px;
		}
	.img2 {
		width: 170px;
		}
}

@media (max-width: 900px) {
	#logo {
		position: absolute;
		left: 0;}
	ul {
		width:350px;
		}
	#about_right p {
		padding: 60px;
		font-size:15px;
		}
	#about_left h2 {
		padding: 60px 90px 0px;
		font-size:25px;
		}
	#about_left, #about_right {
		height:450px;
		}
	#designed {
		height: 500px;
	}
	#contact_column_1 {
		height: 600px;
	}
	
	#contact_column_1 p {
		font-size:17px;
	}
	#contact_column_2 {
		height: 600px;
	}
	#contact_column_2 p {
		font-size: 17px;
	}
	#contact_column_3 {
		height: 600px;
	}
	#contact_column_3 p {
		font-size: 17px;
	}
}


@media (max-width: 734px) {
	#logo {
		margin-top: -60px;
		width: 100%;
		position: fixed;
		}
	#language_menu {
		margin-top: -30px;
		}
	nav {
		margin-top: 60px;
		background-color: #2F2E2E;
		position: absolute;
		}
	ul {
		width:  500px;
		}
	#about_right p {
		padding: 60px;
		font-size:13px;
		}
	#about_left h2 {
		padding: 60px 90px 0px;
		font-size:20px;
		}
	#designed {
		height: 700px;
		}

	#designed_images {	
		width: 500px;
		margin: 0 auto;
		}

	#designed h3 {
		font-size: 25px;
		}

	#why {
		height:500px;
		}

	#why h3 {
		font-size: 20px;
		padding-bottom: 30px;
		}

	#why p {
		font-size:20px;
		}
	dl{
		width: 500px;
		margin: 0 auto;
		font-size: 15px;
		}
	dt {
		color: #D24817;
		font-size: 15px;
		}
	dd {
		color: #E7E7E7;
		font-size: 13px;
		}

	#contact_column_1 {
		display: block;
		float:none;
		width:100%;
		height: 200px;
		text-align:center;
		background-color:#2F2E2E;
		}
	#contact_column_1 h3 {
		color:#E7E7E7;
		text-transform: uppercase;
		font-size: 30px;
		padding-top: 25px;
		padding-bottom:10px;
		}
	#contact_column_1 p {
		color: #D24817;
		font-size:17px;
		}

	#contact_column_2 {
		display: block;
		float:none;
		width:100%;
		height: 200px;
		text-align:center;
		}

	#contact_column_2 h3 {
		font-size: 30px;
		padding-top: 25px;
		padding-bottom:5px;
		}
	#contact_column_2 p {
		color: #2F2E2E;
		font-size: 17px;
		padding:0px;
		}

	#contact_column_3 {
		display: block;
		float:none;
		width:100%;
		height: 200px;
		text-align:center;
		}
	#contact_column_3 h3 {
		font-size: 30px;
		padding-top: 40px;
		padding-bottom:10px;
		}
	#contact_column_3 p {
		color: #2F2E2E;
		font-size:17px;
		}
	#info1 {
		width:50%;
		float: left;
		height: 350px;
		}
	#info2 {
		width:50%;
		float: right;
		height: 350px;
		}
	#info3 {
		width:50%;
		float: left;
		height: 350px;
		}
	#info4 {
		width:50%;
		float: right;
		height: 350px;
		}
	#more {
		clear:both;
		}
}

@media (max-width: 599px) {
	
	#language_menu {
		margin-top: 0px;
	}
	

	ul li {
		display: block;
		margin-bottom: 10px;
	}
	nav {height: 190px;}
		#about_left {
		float: none;
		display: block;
		width: 100%;
		height: 150px;
		text-align: center;	
		}
	
	#about_right {
		float: none;
		display: block;
		width: 100%;
		height:400px;
		}
	
	#about_right p {
		margin: 0px;
		font-size:15px;
		}
	#designed {
		height: 540px;
		}
	

	#why {
		padding: 15px;
		height:600px;
		}

	#why h3 {
		font-size: 20px;
		padding-bottom: 30px;
		}

	#why p {
		font-size:20px;
		}
	dl{
		width: 400px;
		margin: 0 auto;
		font-size: 15px;
		}
	dt {
		color: #D24817;
		font-size: 15px;
		}
	dd {
		color: #E7E7E7;
		font-size: 13px;
		}
	#contact_column_2 {
		height: 230px;
		}
	#contact_column_2 p {
		font-size: 14px;
		padding: 10px;
		}
	#contact_column_2 h3 {
	padding-bottom: 0px;
		}
	.container {
		max-width: 200px;
		height: 100px;
		text-align: center;
		}
	section.module p {
		font-size: 20px;	
		color: #F7F7F7;
		width: 200px;
		text-align: center;
		}
	#info1 {
		width:50%;
		float: left;
		height: 350px;
		}
	#info2 {
		width:50%;
		float: right;
		height: 350px;
		}
	#info3 {
		width:50%;
		float: left;
		height: 350px;
		}
	#info4 {
		width:50%;
		float: right;
		height: 350px;
		}

	#more {
		clear: both;
		}
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  /*width: 200px;*/
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
