@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* body, html { font-size: 100%; padding: 0; margin: 0;} */

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background-color: #F8F8F8;
    margin: 0;
}

footer > h5 {
	color: #a5a5a5;
}

a {
	color: #000;
    font-weight: 600;
    text-decoration: none;
    outline: none;
    letter-spacing: normal;
}

a:hover {
	color: #000;
}

.container > header {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 3.75% 3.75% 0;
}

.container > header h1 {
	font-size: 35px;
	line-height: 1.3;
	margin: 0 0 8px 0;
	float: left;
	font-weight: 400;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 200;
	font-weight: 700;
	text-transform: uppercase !important;
	letter-spacing: 10px !important;
	padding: 0 0 8px 2px;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.logo-center {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
    width: 440px;
    height: 42px;
    border-bottom-style:solid;
    border-bottom-width: thin;
    border-color: #F8F8F8
}

.logo-center:hover {
    border-color: #000000
}

.kw {
    width: 180px;
    border: none;
    margin-bottom: 0;
    height: 31px;

}

/* -------------------------------------------------------------------------------------- */
/* navigation - current ----------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
.container > header nav1 {
	display: block;
	float: center;
	text-align: center;
	z-index: 10;
    padding: 10px 0 15px;
}

.container > header nav1 a {
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0 13px;
    padding: 1;
}

.container > header nav1 a:hover {
    border-bottom-style:solid;
    border-bottom-width: thin;
}

.container > header nav1 a.active {
    border-bottom-style:solid;
    border-bottom-width: thin;
}


/* -------------------------------------------------------------------------------------- */
/* object container --------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

.box {
      position:absolute;
      left/right/top/bottom: 0;
      display:block;
}

.internal {
    width: 100%;
    height: 100000px;
    overflow: hidden;
}

.obcontainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* -------------------------------------------------------------------------------------- */
/* logo, title, center, blue, single space ---------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

.title {
	margin: 0; 
    display: block;
    padding: 10px;
    max-width: 1200px;
    background:#787878;
    text-align:center;
    text-shadow: 0 1px 2px #000000;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    box-shadow: 0 2px 2px #000000;
    }

.title-services {
	margin-left: -1% !important;
	margin-right: -1% !important;
}


.center {
    text-align:center;
	}

.blue {
	color: #003F72;
}

.single {
    padding: 0 !important;
    margin: 5px 0;
    line-height: 1 !important;
}

.hide {
	display: none;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Modal for Contacts ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 35px 25px 50px;
    border: 1px solid #888;
    width: 80%;

}

.modal p {
	margin-top: -14px;
}

.modal h2 {
	margin-top: 30px;
}

.modal h3 {
	margin-top: -14px;
}

.modal h3.first {
	margin-top: 0;
}

/* The Close Button */
.close {
	margin-top: -20px;
    color: #9A9B9C;
    float: right;
    font-size: 36px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* -------------------------------------------------------------------------------------- */
/* primary containter and modal (phone landscape / tablet portrait) --------------------- */
/* -------------------------------------------------------------------------------------- */


@media screen and (max-width: 800px) {
	
	.container > header {
		padding-top: 1.5%;
	}

	.container > header nav1 a {
		margin: 0 5px;  
	}

	.modal p {
		margin-top: -14px;
	}

	.modal h3 {
		margin-top: -14px;
	}

	.modal h3.first {
		margin-top: 0;
	}

}

/* -------------------------------------------------------------------------------------- */
/* smart menu primary navigation (desktop) ---------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

@media (min-width: 639px) {
	#main-nav {
		line-height: 0;
		text-align: center !important;
	}
	#main-menu {
		display: inline-block !important;
	}
}



/* -------------------------------------------------------------------------------------- */
/* primary container and modal  (phone portrait) ---------------------------------------- */
/* -------------------------------------------------------------------------------------- */

@media screen and (max-width: 639px) {
	
	.container > header {
		padding-top: 3%;
	}

	.logo-center{
 /*   	display: block;
    	margin: auto 0;*/
    	max-width: 100%;
    	height: auto;
    }

    .kw {
    	display: block;
    	margin: 0 auto;
    	width: 140px;
    	height: auto;
    }

	.modal p {
		margin-top: -14px;
	}

	.modal h3 {
		margin-top: -14px;
	}

	.modal h3.first {
		margin-top: 0;
	}

	.hide {
		display: inherit;
	}
}




