body{
	font-family: Arial, Helvatica, sans-serif;
	font-size:15px;
	line-height:1.5;
	padding:0;
	margin:0;
	background-color: #f4f4f4;

}
ul{
	margin:0;
	padding:0;
}
/* Globol */
.container{
	width:80%;
	margin:auto; 
	overflow:hidden;
}
.button_1{
	height:38px;
	background:#e8491d;
	border:0;
	padding-left: 20px;
	padding-right:20px;
	color:#ffffff;
}
.clr{
	clear:both;
}
.dark{
	padding:15px;
	background:#35424a;
	color:#ffffff;
	margin-top:10px;
	margin-bottom:10px;
}
/* header */
header{
	background:#35424a;
	color:#fff;
	padding-top:30px;
	min-height:70px;
	border-bottom:#e8491d 3px solid;
}
header a{
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
}

header li{
	float:left;
	display:inline;
	padding:0 20px 0 20px;
}
header #branding{
	float:left;
}
header #branding h1{
	margin:0;
}
header nav{
	float:right;
	margin-top:10px;
}
header .highlight, header .current a{
	color:#e8491d;
	font-weight: bold;
}
header a:hover{
	color:#cccccc;
	font-weight:bold;
}
/* showcase */
#showcase{
	min-height:400px;
	text-align:center;
	color:#ffffff;
	 width: 100%;

 

}
#showcase h1{
	margin-top:100px;
	font-size:55px;
	margin-bottom:10px;
}
#showcase p{
	font-size:20px;
}
#newsletter{
	padding:15px;
	color:#ffffff;
	background:#35424a;
}
#newsletter h1{
	float:left;
}
#newsletter form{
	float:right;
	margin-top:15px;
}
#newsletter input[type="email"]{
	padding:4px;
	height:25px;
	width:250px;
}
#boxes{
	margin-top:20px;
}
#boxes .box{
	float:left;
	text-align:center;
	width:31%;
	padding:10px;
}

#boxes .box img {
	width:90px;
}

footer{
padding:20px;
text-align: center;
color:#ffffff;
margin-top:20px;
background-color:#e8491d;

}



aside#sidebar{
	float:right;
	width:30%;
	margin-top:10px;
}



article#main-col{
	float:left;
	width:65%;
}
aside#sidebar .quote input, aside#sidebar .quote textarea{
	width:90%;
	padding:5px;
}
ul#services li{
	list-style:none;
	padding:20px;
	border:#cccccc solid 1px;
	margin-bottom:5px;
	background:#e6e6e6;

}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 200px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.ddd {
	background-color: #999;
	  margin: 0px;
	  padding:0px;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #CCC;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media(max-width:768px){
header #brading,
header nav,
header nav li,
#newletter h1,
#newsletter form,
#boxes .box,
article#main-col,
aside#sidebar{
	float:none;
	text-align:center;
	width:100%;
}
header{
	padding-bottom:20px;
}
#showcase h1{
	margin-top:40px;
}
#newsletter button, .quote button{
	display:block;
	width:100%;
}
#newsletter form input[type="email"], .quote input, .quote textarea{
	width:100%;
	margin-bottom:20px;
}
}