@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

/* font-family: 'Raleway', sans-serif; */


* {
	box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 15px;
	background-color: #000;
}
p {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 10px;	
	line-height: 25px;
}
#top {
	width: 100%;
	height: auto;
	padding: 5px 0 6px 0;
	font-size: 20px;
	background-color:#f4d947;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

header {
	height: auto;
	margin: auto;
    /*position: fixed;
    top: 0;
    width: 100%;
	z-index: 999;*/
	width: 100%;
}
#logo {
	width:900px;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding: 10px;
	background-image: url(images/logo-box.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#logo img {
	width: 100%;	
}
#header-contact {
	text-align: center;
	margin: auto;
	width: 100%;
}
header a {
	font-weight: 600;	
}
a, a:active {
	text-decoration:none;
	color: #000;
	cursor: pointer;
}
a:hover {
	text-decoration:none;
	color: #333;
}
nav {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	width:100%;
	height:auto;
	padding: 15px 0;
	font-size: 16px;
	margin:auto;
	text-align:center;
	background-color: #181818;
}
nav ul {
    list-style-type: none;
    padding: 0;
    /*overflow: hidden;*/
	margin:auto;
}
nav li {
    display: inline;
	margin:auto;
}
nav li a {
	font-style:normal;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    text-decoration: none;
}
nav li a:hover {
	font-style:normal;
    color: #f4d947;
    text-align: center;
    text-decoration: none;
}
nav span {
	border: solid 1px #f4d947;
	padding: 5px;
	color: #000;
	font-weight: 800;
	background: #f4d947;
}

.button {
	width: 200px;
	height: auto;
	margin:auto;
	background: #333;
	padding: 15px;
	margin-bottom: 25px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	border: #fff solid 1px;	
	/*transition: 1s ease;
	-webkit-transition: .5s linear;*/
}
.button p {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center !important;	
	margin: 0;
}
.button:hover {
	background: #666;
	border: #fff solid 1px;	
	/*transition: 1s ease;
	-webkit-transition: .5s linear;*/
}
.button:hover p {
	color: #fff !important;
	/*transition: 1s ease;
	-webkit-transition: .5s linear;*/
}







#clear {
	clear:both;	
}



#content {
	width: 900px;
	height: auto;
	margin:auto;
	padding: 20px 0 25px 0;
}
.gray {
	background-color: #333;
	width: 100%;	
	background-image: url(images/tactile_noise.png);
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
}
.text {
	width: 90%;
	height: auto;
	margin:auto;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #fff;
	margin: 18px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h2 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom:0px;
	color: #f4d947;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: left;
	margin: 0 0 5px 0;	
}
h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
}


.service {
	width: 100%;
	height: auto;
	margin:auto;
	border-bottom: double;
	border-color: #666;
	padding: 15px 0;
}
.service .left {
	width: 10%;	
	float: left;
	margin-right: 5%;
	vertical-align: middle;
}
.service img {
	margin-top: 15px;	
}
.service .right {
	width: 85%;	
	float: left;
}
.service.last {
	border-bottom: none;	
}


.blog {
	border-bottom: double;
	border-color: #666;	
	padding: 15px 0;
}


.targetDiv {
  display:none;
}











.bottom{
	padding-bottom: 80px !important;	
}


footer {
	width:100%;
	height:auto;
	margin:0 auto;
	padding: 5px 0 5px 0;
	border-top: 1px #333 solid;
	position: absolute;
	left: 0;
	right: 0;
    bottom: 0;
    overflow:hidden;
	background: #000;
}
footer p {
	font-size: 12px;
	line-height: 15px;
	text-align: center;	
}


#mobile-footer {
	display: none;
	text-align: center;
	border-top: 1px #CCC solid;
	padding: 25px 0 20px 0;
}
#mobile-footer p {
	font-size: 12px;
	line-height: 15px;	
}

#mobile-footer-logo {
	width: 40%;
	margin: auto;
	height: auto;
}












#contact {
	margin-bottom: 20px;	
}
#contact .left {
	float: left;
	width: 25%;	
}
#contact .right {
	float: left;
	width: 70%;
	margin-left: 5%;
	margin-top: -45px;
}
img.swash {
	width: 90px;
	margin: 30px auto;
	display: block;
}

.center {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	border: 1px solid #999;
}
.center h1 {
	margin-bottom: 0;	
}



form {
	width:75%;
	height:auto;
	margin:auto;
	color: #333;
	text-align: left;
	line-height: 35px;
	background: #333;
	padding: 20px;
}
form label.hide {
	display:none;	
}
input[type="text"], input[type="email"], textarea {
	width: 100%;
	height: 30px;
	margin: 10px auto;
	background: #fff;
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 20px 15px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
}
textarea {
	height: 150px;
}
input::placeholder, textarea::placeholder, label {
	font-family: 'Lato', sans-serif;
	color: #999;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 400;
}
/*input[type=submit] {
    border-radius: 2px;
    border: 0;
    width: 120px;
    height: auto;
	padding: 15px 0 12px 0;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 15px;
	letter-spacing: .5px;
	font-weight: 400;
    background: #999;
	margin-top:15px;
	cursor: pointer;
}
input[type=submit]:hover {
    background:#666;
}*/

input[type=submit] {
	width: 200px;
	height: auto;
	margin:auto;
	background: #000;
	padding: 15px;
	margin-bottom: 25px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
}
input[type=submit]:hover {
	background: #666;
}













@media screen and (max-width: 900px) {
	
	
	#logo {
		width: 90%;
		margin: auto;	
	}
	#content {
		width: 90%;
		margin:auto;	
	}
	.service .left {
		width: 15%;
		margin-right: 5%;	
	}
	.service .right {
		width: 80%;
	}
	form {
		width: 90%;	
	}

}

@media screen and (max-width: 600px) {


	.service .left {
		float: none;
		width: 40%;
		margin:auto;	
	}
	.service .right {
		float:none;
		width: 100%;
		margin:auto;	
	}
	form {
		width: 100%;	
	}


}





