

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #545454;
}
img{
	max-width: 100%;
	max-height: 100%;
}
h1{ font-size: 1.5em;}
h2{ font-size: 1.375em;}
h3{ font-size: 1.125em;}
h4{ font-size: 1.0em;}
h1, h2{
	margin-top: 10px;
	margin-bottom: 10px;
}

p{
	font-size: 100%;
}
a{
	text-decoration: none;
	color: #545454;
}
footer a{text-decoration: none;}
footer li{text-decoration: none;}
* {box-sizing: border-box;}
.green{
	color: green;
}
.white{color: white;}
.black{color: black;}
.button{
	text-align: center;
	color: white;
	background-color:  green;
	padding: 20px;
	border-radius: 5px;
	margin-right: 20px;
}

.company-div, .main-div, .header-div{
	width: 100%;
}
.mobile{
	display: display;
}
.company-div{
	color: rgba(255, 255, 255, 0.4);
	color: white;
	background-color: #404040;
	font-size: 0.75em;
	padding-left: 10px;
}
.company-info{
	width: 100%;
	margin: 0 auto;
}
.tagline{
	width: 100%;
	height: 40px;
	padding-top: 20px;
}
.location{
	
	display: none;
}
.page-title{
	height: 200px;
	width: 100%;
	text-align: center;
	padding-top: 70px;
	background-color : #eeeeee;
}


.header-div{
	width: 100%;
	height: 80px;	
	background-color: white;
	padding: 30px 20px 0 10px;
	margin: 0 auto;
	margin-top: -200px;
	margin-bottom: 150px;
}
header ul li{
	display: inline-block;
	margin-right: 10%;
}
#last{
	margin-right: 0;
}

.logo{
	width: 70%;
	height: 40px;
	padding-left: 2%;
	color: #545454;
}
.nav-button{
	width: 30%;
	margin-left: 70%;
	height: 40px;
	margin-top: -40px;
}

header nav{
	display: none;
	width: 100%;
}
.content-container nav li{
	padding: 10px;
	background-color: #eeeeee;
	margin-top: 10px;
}
.section{
	width: 100%;
	background-color : #eeeeee;
}

.breadcrumb-container{
	width: 100%;
	background-color : white;
}
.breadcrumb{
	width: 90%;
	margin: 0 auto;
	padding: 10px 0px;
	margin-bottom: 1px;
}
.content-container{
	width: 100%;
	background-color : white;
}
	
.current{
	background-color: green;
}




footer{
	width: 100%;
	padding-top: 50px;
	background-color: #191919;
}
#footer{
	width: 90%;
	margin: 0 auto;
}
.about-us{
	width: 100%;
	height: 250px;
}
.extra-nav{
	width: 100%;
	height: 200px;
	
}	
.our-services{
	width: 100%;
	height: 250px;

}
.working-hours{
	width: 100%;
	height: 250px;

}	
.last-block-container{
	width: 100%;
	background-color: black;
}
.last-block {
	width: 90%;
	margin: 0 auto;
	height: 50px;
	padding-top: 15px;
}

@media screen and (min-width: 600px){
	.company-div, .main-div, .header-div{
		width: 100%;
	}
	.mobile{
		display: none;
	}
	.company-div{
		background-color: #404040;
	}
	.company-info{
		width: 80%;
		margin: 0 auto;
	}
	.tagline{
		width: 40%;
		height: 80px;
		padding-top: 25px;
	}
	.location{
		width: 60%;
		height: 80px;
		margin: -80px 0 0 40%;
		text-align: right;
		padding-top: 25px;
	}
	.page-title{
		height: 200px;
		width: 100%;
		text-align: center;
		padding-top: 70px;
		background-color : #eeeeee;
	}


	.header-div{
		width: 80%;
		height: 80px;	
		background-image: url(images/headerbackground3.jpg);
		padding: 40px 20px 0 10px;
		margin: 0 auto;
		margin-top: -230px;
		margin-bottom: 150px;
	}
	header ul li{
		display: inline-block;
		margin-right: 10%;
	}
	#last{
		margin-right: 0;
	}
	/*
	.logo{
		width: 33.3%;
	}
	header nav{
		width: 66.6%;
		margin-left: 33.3%;
		height: 40px;
		margin-top:  -40px;
		text-align: right;
	}
	*/
	
	.section{
		width: 100%;
		background-color : #eeeeee;
	}
	.breadcrumb-container{
		width: 100%;
		background-color : white;
	}
	.breadcrumb{
		width: 90%;
		margin: 0 auto;
		padding: 10px 0px;
		margin-bottom: 1px;
	}
	.content-container{
		width: 100%;
		background-color : white;
	}
	.main-content{
		height: 600px;
		padding: 20px 40px;
	}


	.service-content{
		width: 90%;
		margin: 0 auto;
		padding-top: 20px;
		height: 600px;
	}

	.service-content nav{
		width: 100%;
		padding: 20px;
		height: 300px;

	}
	.service-description{
		width: 100%; 
		height: 300px;

		
	}
	.service-image{
		width: 50%;
		margin-left: 50%;
		margin-top: -300px;
		height: 300px;
		padding: 1%;
	}
	.main-description{
		width: 50%;
		
		height: 300px;
		padding: 1%;
	}


	footer{
		width: 100%;
		padding-top: 50px;
		background-color: #191919;
	}
	
}
@media screen and (min-width: 860px){

	.company-div, .main-div, .header-div{
		width: 100%;
	}
	.mobile{
		display: none;
	}
	.company-div{
		background-color: #404040;
	}
	.company-info{
		width: 80%;
		margin: 0 auto;
	}
	.tagline{
		width: 40%;
		height: 80px;
		padding-top: 25px;
	}
	.location{
		width: 60%;
		height: 80px;
		margin: -80px 0 0 40%;
		text-align: right;
		padding-top: 25px;
		display: block;
	}
	.page-title{
		height: 200px;
		width: 100%;
		text-align: center;
		padding-top: 70px;
		background-color : #eeeeee;
	}


	.header-div{
		width: 80%;
		height: 80px;	
		background-color: #ccff00;
		padding: 30px 20px 0 10px;
		margin: 0 auto;
		margin-top: -230px;
		margin-bottom: 150px;
		background-image: url(images/headerbackground2.jpg);
	}
	header ul li{
		display: inline-block;
		margin-right: 10%;
	}
	#last{
		margin-right: 0;
	}
	.nav-button{display: none;}
	.logo{
		width: 33.3%;
	}
	header nav{
		width: 66.6%;
		margin-left: 33.3%;
		height: 40px;
		margin-top:  -40px;
		text-align: right;
		display: block;
	}
	
	.section{
		width: 100%;
		background-color : #eeeeee;
	}
	.breadcrumb-container{
		width: 100%;
		background-color : white;
	}
	.breadcrumb{
		width: 90%;
		margin: 0 auto;
		padding: 10px 0px;
		margin-bottom: 1px;
	}
	.content-container{
		width: 100%;
		background-color : white;
	}
	.main-content{
		height: 600px;
		padding: 20px 40px;
	}


	.service-content{
		width: 90%;
		margin: 0 auto;
		padding-top: 20px;
		height: 600px;
		
	}

	.service-content nav{
		width: 20%;
		padding: 20px 0px;
		height: 600px;
		margin-top: -600px;

	}
	.service-description{
		width: 80%;
		height: 600px;
		margin-left: 20%;
		
	}
	.main-description{
		width: 50%;	
		height: 600px;
		padding: 1%;
		margin-top: 0;
	}
	.service-image{
		width: 50%;
		margin-left: 50%;
		margin-top: -600px;
		height: 600px;
		padding: 1%;
	}
	

	footer{
		width: 100%;
		padding-top: 50px;
		background-color: #191919;
	}
	#footer{
		width: 90%;
		margin: 0 auto;
	}
	.about-us{
		width: 25%;
		height: 300px;
	}
	.extra-nav{
		width: 25%;
		height: 300px;
		margin-left: 25%;
		margin-top: -305px;
	}	
	.our-services{
		width: 25%;
		height: 300px;
		margin-left: 50%;
		margin-top: -307px;
	}	
	.working-hours{
		width: 25%;
		height: 300px;
		margin-left: 75%;
		margin-top: -309px;
	}	
	.last-block-container{
		width: 100%;
		background-color: black;
	}
	.last-block {
		width: 90%;
		margin: 0 auto;
		height: 50px;
		padding-top: 15px;
	}

	
	
	.section-width{
		width: 80%;
		margin: 0 auto;
		padding-top: 20px;
	}
	.one, .two, .three, .four, .five, .six{
		width: 33.33%;
		height: 500px;
		padding: 0 2%;
	}
	.two, .five{
		margin-top: -500px;
		margin-left: 33.33%;
	}
	.three, .six{
		margin-top: -500px;
		margin-left: 66.66%;
	}
}
