/*
 * Created by Sitemonkey!
 * Do not change or copy this file
 * Copyright Sitemonkey => 28-08-2014
 */

body {
	background-color: #fff;	
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	line-height: 1.6em;
}

a:hover {
	text-decoration: none;
}

h1 {
	color:#4d148c;
	text-shadow:1px 2px #bbb;
	font-size: 1.4em;
}
h2 {
	font-size:1em;
}

.btn-default {
	background-color:#009bc9;
	color:#fff;
	border:0px;
	border-radius: 2px;
}

.btn-default i {
	margin-left:10px;
}

.btn-default:hover {
	background-color:#4d148c;
	color:#fff;
}

.no-padding {
	padding:0px;
}

.less-padding {
	padding:0px 3px;
}

section {
	padding:60px 0px;
}

header {
	width:100%;
	height:60px;
	background-color:#fff;
	border-bottom:4px solid #eee;
	position: fixed;
	z-index:999;
}

header .headerlogo {
	float:right;
}

header .logo {
	width:100%;
	height:56px;
	padding-left: 0%; 
}

header .navigation {
	float:left;
}

header nav .bars {
	margin-top:15px;
	float: left;
}

header nav .bars i {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color:#000;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform:rotate(90deg); 
  -ms-transform:rotate(90deg);
  -o-transform:rotate(90deg);
}

header ul.menu {
	display: none;
	position: absolute;
	background-color:#fff;
	padding:0px 20px;
	margin:0px -15px;
	top:56px;
	border-bottom:4px solid #eee;
}

header nav li.menuitem {
	display: block;
	font-size:1.1em;
	line-height: 1.9em;
}

header nav a.menuitemlink {
	color:#333;
	display: block;
}

header nav li.menuitem.hover {
	background-color:#f6f6f6;
}

header nav ul.submenu {
	list-style:none;
	line-height: 1.6em;
	background-color:#fff;
	display:none;
}

header nav a.submenuitemlink {
	font-size: 0.85em;
	color:#4d148c;
}

header nav li.submenuitem.hover a.submenuitemlink {
	color:#009bc9;
}

#headline {
	position:relative;	
}

#headline img {
	margin-top:60px;
}

#headline .text {
	position: absolute;
	text-align: center;
	margin-top:15%;
	width:100%;
}

#headline .text h1, #headline .text h2 {
	text-shadow:1px 1px #fff;
}

#headline .text h2 {
	margin-top:0px;
}

#headline .button {
	font-size:1.7em;
	margin-top: 50px;
}

#index {
	text-align: center;
}

#index #clients {
	background-color:#f6f6f6;
}

#index .products {
	padding:40px 0px;
}

#clients .less-padding {
	padding:3px;
}

#clients h1 {
	margin-bottom: 50px;
}

#content {
	padding-top:60px;
}
#content #headline {
	background:url('headline.jpg') no-repeat bottom transparent;
	width:100%;
	height:100px;
	border-bottom:1px solid #eee;
}

#content #headline h1 {
	text-align: center;
  	line-height: 100px;
  	margin:0px;	
  	color:#fff;
  	text-shadow: 1px 1px #aaa;
}

#content .pagecontent {
	padding:40px 0px;
}

#products .product {
	margin:40px 0px;
	border-top: 1px solid #eee;
	padding:40px 0px;
}

#products .product .smaller {
	font-size:0.8em;
	line-height: 1.2;
	padding-top:20px;
}


#contactForm {
	padding:40px 0px;
}

#contactDetails .list {
	padding:0px;
	list-style: none;
	margin:30px 0px 0px 0px;
}

#contactDetails .list i {
	margin-right:5px;
}

footer {
	padding:60px 0px 20px 0px;
	background-color:#100f2b;
	border-top:4px solid #eee;
	color:#fff;
	text-align: center;
}

footer .block {
	margin:0px 0px 30px 0px;
}

footer .block ul.list {
	list-style:none;
	padding:0px;
}

footer .block li.listitem i {
	margin-right:10px;
}

footer .block a.listitemlink {
	color:#fff;
}

footer .block a.listitemlink:hover {
	color:#ccc;
}

footer .copyright {
	font-size:0.7em;
	margin-top: 60px;
}

/*
 * Media Queries
 * 
 *
 */

@media (min-width: 768px) {
	h1 {
		font-size:2em;
	}
	h2 {
		font-size:1.2em;
	}
	header {
		height:80px; 
	}
	header .headerlogo {
		float:left;
	}
	header .logo {
		height:76px;
		padding:0px;
	}
	header .navigation {
		float:left;
	}
	header nav ul.menu {
		display: block;
		float:right;
		width:auto;
		position: static;
	}
	header nav li.menuitem {
		display: inline-block;
		padding:0px 5px;
		line-height:76px;
	}
	header nav a.menuitemlink {
		font-size:0.9em;
	}
	header nav ul.submenu {
		display: none;
		position:absolute;
		margin-left:-5px;
		border-top:4px solid #ccc;
		border-bottom:4px solid #eee;
		padding:15px 20px;
	}	
	#headline img {
		margin-top:80px;
	}
	#headline .text {
		margin-top:12%;
	}
	#headline .text h1, #headline .text h2 {
		text-shadow:2px 2px #fff;
	}
	footer .block {
		margin:0px;
	}
	#content {
		padding-top:80px;
	}
	#content #headline {
		height:150px;
	}
	#content #headline h1 {
	  	text-align: left;
	  	line-height: 150px;
  		text-shadow: 2px 2px #aaa;	  	
	}
	#content .pagecontent {
		padding:60px 0px;
	}
	#products .product .left {
		float:left;
	}
	#products .product .right {
		float:right;
	}

}



@media (min-width: 992px) {
	h1 {
		font-size:2.5em;
	}
	h2 {
		font-size:1.4em;
	}
	p {
		font-size:1.1em;
		line-height: 1.8em; 
	}	
	header nav li.menuitem {
		padding:0px 10px;
	}
	header nav a.menuitemlink {
		font-size:1em;
	}
	header nav ul.submenu {
		margin-left:-15px;
	}
	header nav ul i {
		margin-right:10px;
	}
}

@media (min-width: 1200px) {

}