
section.container{
	width: 100%;
	margin: auto;
	overflow: hidden;

}
aside#sidebar{
	float: right;
	width: 50%;
	margin-top: 10px;
	padding: 25px;

}
aside#sidebar h1{
	font-weight: 300;
	color: #fafafa;
	text-align: center;
}
aside#sidebar >.ourservice-container{
	margin:0;
	padding: 5px;
	display: inline-block;
	width: 100%;
}
aside#sidebar >.ourservice-container> img{ 
	
	max-width:20%;
}

aside#sidebar >.ourservice-container p{
	  width: 80%;
    font-size: 23px;
    float: right;
    margin:0;
    line-height: 1.5;
    position: relative;
    left: 5px;
    margin-top: -40px;
    font-family: calibri;

}



aside#sidebar .quote input, aside#sidebar .quote textarea{
	width: 90%;
	padding: 5px;
}

/*article*/
article#main-col{
	float: left;
	width: 50%;
	margin-top: 10px;
	padding: 40px;
	
}
article#main-col h1{
	font-weight: 300;
	color: #fafafa;
	text-align: center;
}
article#main-col > p{
	font-size: 26px;
  font-family: calibri;
  text-align: justify;
  line-height: 1.5;

}
article#send-message{
	float: left;
	width: 50%;
	margin-top: 10px;
	padding: 0px;
	
}

article#send-messagel > p{
	font-size: 15px;

}
article#send-message form{
	height: 30px;
	width: 50px;
}
h1.front-label1{
	margin: 0 0 10px;
    font-weight: 300;
    text-align: center;
}

h5.front-label3{
	margin: 0;
    font-weight: 300;
    text-align: center;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.post-preview1 li{
	float: left;
	margin: 0 !important;
	list-style: none;
	padding: 10px;
  
}
.post-preview1 img{
    max-width: 100%;
    height: auto;
    padding:20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.post-preview2 ul{
	margin:0;
	padding:0;
	padding: 20px;
}
.post-preview2 li{

	display: inline-block;
	list-style: none;

}
.post-preview2 img{
    max-width: 80%;
    max-height: 100%;
    border-radius: 30px;
    margin: 25px;

}

footer h1{
	margin: 0 0 10px;
    font-weight: 300;
    text-align: center;
}
footer{
	padding: 20px;
	
	color: #c8c8c7;
	text-align: center;
}
footer ul{
	text-align: center;
	margin:0;
	padding:0;
}
footer li{
	list-style: none;
	list-style-type: none;
	display: inline;
}
article#footer-left{
	float: left;
	width: 50%;
	margin-top: 10px;
	padding: 30px;
}
#footer-left > p{
	font-size: 15px;
	line-height: 1.5;
}
aside#footer-right{
	float: right;
	width: 50%;
	margin-top: 10px;
	padding: 30px;
}
#footer-right > p{
	font-size: 15px;
	line-height: 1.5;
}
.highlight{
	color: #fafafa;
}
.highlight2{
	color: #c8c8c7;
}

#grad {

  background: linear-gradient(to right, red , yellow); /* Standard syntax */
}


.dropbtn {
    background-color: transparent;
  
    padding: 16px;
    margin-top:5px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

}

/* Links inside the dropdown */
.dropdown-content a {
  opacity: .9;
    color: black;
    font-style: 100%;
    text-decoration: none;
    display: block;
    width: 460px;
    height: 40px;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color:#68a577;}
.dropdown-content .blue a:hover {background-color:red;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: transparent;
}
.img-center{
  width: 100%;
	text-align: center;

}

#boxes{
	margin-top: 20px;

}
#boxes .box{
	float: left;
	text-align: center;
	width: 33%;
	padding: 10px;

}
#boxes .box i{
	font-size: 50px;
}
#boxes .box p{
	font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 15px;
	word-wrap: break-word;
}






#boxes1{
	text-align: center;
	padding: 20px;
}
#boxes1 .box1{
	float: left;
	width: 47%;
	padding: 10px;
}
#boxes1 .box1 img{
	width: 20%;
}
#boxes1 .box1 h2{
	word-wrap: break-word;
}
#boxes1 .box1 fieldset{
	font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 15px;
  word-wrap: break-word;
  text-align: center;
}
#boxes1 .box2{
	float: right;
	width: 47%;
	padding: 10px;

}
#boxes1 .box2 img{
	width: 20%;
}
#boxes1 .box2 h2{
	word-wrap: break-word;
}
#boxes1 .box2 p{
	font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 15px;
	word-wrap: break-word;
	text-align: center;
}



#contact input[type="text"],
#contact input[type="email"],
#contact input[type="subject"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 40px;
  font-weight: 400;
   margin-bottom: 100px;
  margin-top: 0px;
  word-wrap: break-word;
  /*background: #4CAF50;
  color: #FFF;*/
  padding-bottom: 65px;
  padding-top: 50px;
  margin-bottom: 5%;
}


fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="subject"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="subject"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}


#map-container{
	background: #F9F9F9;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin: 0;
}
#map-container #map{
	width: 100%;
	height: 225px;
	background: gray;
}
.contact-content{
	margin: 0;
    padding: 5px;
    display: inline-block;
    width: 100%;
}
.contact-content >img{
	width: 20%;
}
.contact-content > p{
	float: right;
	width: 80%;
}
.nav-color{
	color: #3cb62c
}





.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  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;
}

/* 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: 8px;
  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 */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

