/*reset*/
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
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block
}

body {
    line-height: 1
}

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
}

html, body {
    /*height: 100%;*/
}

/*reset end*/

body {
	color: #292929;
	font: 300 17px/1.38 "Roboto Slab", sans-serif;
	background-color: #cdcdcd;
}

a {
	color: #292929;
}

.container {
	width: 90%;
	display: block;
	margin: 0 auto;
	background-color: white;
	padding: 5px;
}


#header {
  background: #fff;
  min-height: 110px; 
  height: 110px; 
  border-bottom: 4px solid #f0f0f0;
  text-align: center;
  width: 960px;
  /*width: 960px;*/
  z-index: 2000;
  
  
  left: 50%;
  margin-left: -480px;
  position: fixed;
}


#header #wrap { 
  display: inline-block;
  height: 110px; 
  text-align: left; 
  top: 0px; 
  width: 960px; 
}

#logo {
	float: left;
	width: 350px;
}

#logo img {
	width: 312px;
	height: 110px;
}

.contact {
	float: right;
	text-align: right;
	width: 500px;
	display: inline-block;
	margin-top: 20px;
	margin-right: 23px;
	font-size: 16px;
}

.phone {
	margin-right: 20px;
}

.contact a {
	text-decoration: underline;
}

.contact a:hover {
	text-decoration: none;
	color: #4aa2ce;
}



#menu {
	display: inline-block;
	float: right;
	width: 600px;
	text-align: right;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 10px;
}

#menu li {
	display: inline;
	/*padding: 10px 13px;*/
	font-weight: 700;
	font-size: 14px;
}

#menu li a {
	padding: 10px 12px;
	text-decoration: none;
}

#menu li a:hover {
	color: #4aa2ce;
}

#menu li.active a:hover {
	color: #636363;
	background-color: #9ac8e0;
}

#menu li.active a {
	background-color: #4aa2ce;
	border-radius: 3px;
	color: #fff;
}

#topimage {
	display: block;
	position: relative;
/*	background-color: #9ac8e0;*/
	width: 960px;
	height: 525px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 4px solid #f0f0f0;
	
	top: 110px;
	
}

#img {
	width: 960px;
	display: inline-block;
	text-align: center;
	padding: 0;
}

.headerimg {
	width: 100%;
}

#about {
	margin-top:110px;
}

/* == Sections == */


h1 {
	font-weight: bold;
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
}

h2 {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}
.section {
	display: block;
	width: 960px;
	text-align: center;
	margin: 0 auto;
	background-color: #f5f5f5;
	padding: 20px 0 40px;
	/*border: 1px solid #333;*/
	border-bottom: 4px solid #bababa;
}
.service {
	/*border: 1px solid #333;*/
	width: 400px;
	margin: 25px 25px;
	display: inline-block;
	text-align: left;
}

strong {
	font-weight: 700;
}

i {
	font-style: italic;
}

p {
	line-height: 29px;
}

.width70 {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.width80 {
	width: 80%;
	display: block;
	margin: 0 auto;
}

.small {
	margin-top: 14px;
	font-size: 12px;
}

.circle {
	/*display: block;*/
	/*margin: 0 auto;*/
}


#about, #contact {
	background-color: white;
}


.client {
	width: 235px;
	/*border: 1px solid #333;*/
	display: inline-block;
}

.client img {
	border: 1px solid #bbb;
	width: 200px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	border-radius: 3px;
}

.client p {
	font-size: 14px;
	line-height: 19px;
	margin: 0 10px;
}

.slick-slide img {
	margin: 0 auto;
	margin-bottom: 10px;
}



@media screen and (max-width: 980px) {
	/*#header {
		position: relative;
	}
	
	#topimage {
		top: 0;
	}*/
	
	
	#header, #wrap, #topimage, #img, .section, .contact, #menu {
		position: relative;
		margin: 0 auto;
		left: auto;
		width: 100%!important;
		height: auto!important;
	}

	#about {
		margin-top:0px;
	}
	
	#logo, .contact, #menu {
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	.contact, #menu {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.slick-arrow {
		display: none!important;
	}
	
	.service {
		margin: 20px auto;
		padding: 0 20px;
		box-sizing: border-box;
		width:100%;
	}
	
	
	#topimage {
		top: 0;
	}


}


@media screen and (max-width: 500px) {
	#menu li {
		display: inherit;
		margin-top: 25px;
	}
	
	#menu li a {
		padding: 10px 35%;
	}

	#logo {
		width:100%;
		text-align:center;
	}

}