/* 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;
}
ol, ul {
	list-style: square outside;
	margin-left: 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Dosis", sans-serif;
	font-size: 14px;
	height: 100%;
	min-height: 100%;
	line-height: 1;
}

input, textarea {
	font-family: "Dosis", sans-serif;
	font-size: 14px;
}

#slickPanel {
	
}

.main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	margin: 0 0 -75px 0;
	text-align: center;
	xbackground-color: #f2f2f2;
	background: #e2e2e2 url('main4.jpg') no-repeat center top fixed;
	/*background-color: #e2e2e2;*/
}

h2 {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 5px 15px;
	margin: 10px;
}

.menuPanel {
	font-family: 'Dosis', sans-serif;
	margin-top: 0;
	margin-bottom: 1px;
	/*border-bottom: 15px solid rgba(242, 242, 242, 0.9); #e2e2e2;*/
	border-bottom: 5px solid #e2e2e2;
	padding-bottom: 1px;
	height: 80px;
	position: fixed;
	z-index: 1000;
	/*background-color: #fff; rgba(255, 255, 255, 0.9);*/
	xbackground-color: rgba(255, 255, 255, 0.6);
	background: url('main4_pane.jpg') no-repeat;
	xwidth: 100%;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	display: inline-block;
	top: 0;
}

.menuPanel .menuContainer {
	float: right;
	margin-top: 45px;
	margin-right: 20px;
	position: relative;
	top: 7px;
	font-size: 16px;
	padding: 0;
	height: 41px;
	display: inline-block;
	overflow: visible;
}

a.menuitem {
	color: #888;
	text-decoration: none;
	margin: 0 10px 0 10px;
	padding: 5px 5px 10px 5px;
	border-bottom: 5px solid #e2e2e2;
	text-transform: uppercase;
	height: 14px;
	display: inline-block;
}

.menuPanel a.selected {
	border-bottom: 5px solid #ff2401;
	color: #000;
}


@-webkit-keyframes example {
    0% {border-bottom: 5px solid #e2e2e2; color: #888;}
	100% {border-bottom: 5px solid #ff2401; color: #000;}
}

@keyframes example {
	0% {border-bottom: 5px solid #e2e2e2; color: #888;}
	100% {border-bottom: 5px solid #ff2401; color: #000;}
}

.menuPanel .menuContainer a:hover {
	border-bottom: 5px solid #ff2401; /*#00d0f2;*/
	color: #000;
	
	
	-webkit-animation-name: example;
    -webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-name: example;
    animation-duration: 0.6s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	
}

.logoLink {
	margin: 20px 10px 0px 30px;
	padding-left: 	0px;
	padding-top: 5px;
	padding-right: 5px;
	position: absolute;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
}

.logo {
}

.collapsedLogo {
	margin: 0;
	padding: 0;
	top: -5px;
	position: absolute;
	z-index: 1000;
	background: none;
	box-shadow: none;
}

.collapsedLogo .logo {
	width: 194px;
	border-bottom: none;
}

.collapsedLogo .logo:hover {
	border-bottom: none;
}

a.logoLink:hover {
	border-bottom: none;
}

a.logoLink img:hover {
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: none;
}

.fake {
	height: 0px;
	overflow: hidden;
}

.imagePanel {
	clear: both;
	margin-top: 87px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 300px;
	xmargin: 87px auto;
}

.imagePanel img {
	xmargin-right: 16px;
}

.imagePanelBottom {
	
}

.push {
	height: 70px;
	clear: both;
}

.footer {
	height: 75px;
	xbackground-color: #e2e2e2;
	background-color: #d2d2d2;
	clear: both;
	margin: 0;
	padding: 0;
}

.footerContainer {
	margin: 5px 0 0 0;
	border-top: 5px solid #d2d2d2;
	padding: 10px 20px 0 20px;
	font-family: "Dosis", sans-serif;
	font-size: 16px;
}

.footer h3 {
	text-transform: uppercase;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: "Dosis", sans-serif;
	display: inline-block;
	float: left;
	text-align: right;
	width: 130px;
	color: #444;
}

.footer .footerlink {
	text-transform: uppercase;
	margin: 0 15px 0 15px;
	padding: 0;
	font-weight: normal;
	font-family: "Dosis", sans-serif;
	display: inline-block;
	float: right;
	text-align: right;
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

.footer .footerlink:hover {
	border-bottom: 5px solid #888;
}

.footer .panelContent {
	color: #444;
	float: left;
	font-weight: bold;
	text-align: left;
}

.footer .map {
	position: relative;
	top: -20px;
	float: right;
	margin-right: 40px;
}

.mainContent {
	max-width: 1000px;
	margin: 0 auto 0 auto;
	text-align: justify;
	font-size: 18px;
	line-height: 1.2;
	background-color: rgba(255, 255, 255, 0.8);
	padding-bottom: 40px;
	margin-top: 1px;
	border-top: 5px solid #e2e2e2;
}

.mainContent p {
	margin: 10px;
}

.services .item {
	display: inline-block;
	width: 300px;
	float: left;
	margin: 5px 15px 5px 15px;
	/*background-color: #e2e2e2;*/
	background-color: rgba(255, 255, 255, 0.5);
	font-family: "Dosis", sans-serif;
	color: #000;
	height: 50px;
}

.services .icon {
	float: left;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0;
}

.services .description{
	margin-left: 50px;
	text-align: left;
	padding: 15px 0 0 7px;
}

.services .item:hover {
	background-color: rgba(200, 200, 200, 0.6);
}

.services .icon img {
}

.references img {
	margin: 15px;
}

.motto {
	font-size: 18px;
	font-family: "Dosis", sans-serif;
	font-style: italic;
	font-weight: bold;
	margin: 10px;
	line-height: 140%;
}

.services img {
	width: 50px;
}

.leftCol {
	width: 290px;
	float: left;
	margin-right: 20px;
}

.panel {
	margin: 30px 0 0 0;
	width: 290px;
	display: inline-block;
	text-align: center;
	float: left;
}

.doublepanel {
	width: 660px;
	margin: 30px 0 0 0;
	display: inline-block;
	text-align: center;
}

p {
	text-align: justify;
}

strong {
	font-weight: bold;
}

.moreLink {
	float: right;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #222;
	border-bottom: 5px solid #fff;
}

.moreLink:hover {
	color: #ff2401;
	border-bottom: 5px solid #ff2401;
}

.sectionItem {
	clear: both;
	display: block;
	margin: 25px 5px 5px 10px;
	xbackground-color: #e2e2e2;
	font-family: "Dosis", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #000;
	height: 50px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

.sectionItem .icon img {
	float: right;
	margin: 10px;
}

p {
	margin: 5px 15px 5px 15px;
}

h4 {
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	font-size: 18px;
}

.sidelink {
	display: block;
	width: 280px;
	text-decoration: none;
	text-align: left;
	color: #ff2401;
	margin: 5px 5px 5px 25px;
	font-weight: bold;
}

.sidelink:hover {
	text-decoration: underline;
}

.fixedMenu {
	position: absolute;
}

ul li {
	text-align: left;
	margin: 10px;
}

.contact div {
	text-align: left;
}

.contact h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	margin: 20px 10px 10px 10px;
}

.contact h4 {
	margin: 20px 10px 10px 80px;
	display: inline-block;
	width: 200px;
	text-align: left;
}

.contactMenu {
	font-weight: bold;
	line-height: 140%;
	margin: 10px 5px 10px 5px;
}

.contactMenu a, .contact a {
	text-decoration: none;
	text-align: left;
	color: #ff2401;
	font-weight: bold;
}

.contactMenu a:hover, .contact a:hover {
	text-decoration: underline;
}

.contact .rightCol {
	margin-left: 100px;
	display: inline-block; 
}

.field {
	display: block;
	vertical-align: top;
	margin-right: 10px;
}

.contact input, .contact textarea {
	width: 300px;
}

.slide-trigger {
  display: none; /* need this */
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
}

.slide-trigger .btn {
	float: right;
	height: 30px;
	margin: 10px 0 0 0;
}

.as {
	display: none;
}

@media only screen and (max-width: 1000px) {
		.logoLink { display: none; }
		.menuPanel { display: block; width: auto; position: inherit; border: none; height: auto; margin-bottom: 25px; background-color: #fff; background-image: none;}
		.imagePanel { width: auto; margin: 0; border-top: 5px solid #e2e2e2}
		.mainContent { width: auto; padding: 15px;}
		.leftCol { width: auto; float: none; }
		.panel { width: auto; float: none; display: block; }
		.services { text-align: center; }
		.services .item { width: 100%; display: block; margin: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
		.fixedMenu { position: inherit; }
		.footer { display: none; }
		.push { display: none; }
		.doublepanel { width: auto; float: none; }
		.slick-next { display: none!important; }
		.slick-prev { display: none!important; }
		.references br { display: none; }
		
		.slide-trigger { display: block; height: 50px; background-color: #fff;}
		.slide-trigger img { height: 50px; }
		.no-js .slide-trigger { display: none; }
		.navigation { display: none; }
		.no-js .navigation { display: block; }
		.navigation { margin: 0 15px 15px 0; }
		.navigation { float: none; }
		.navigation a.menuitem { display: block; margin: 10px; }
		
		.menuPanel .menuContainer {
	float: none;
	margin: 0;
	position: inherit;
	font-size: 16px;
	padding: 0;
	height: auto;
	display: block;
	}	
}
