*:focus {
	outline: none
}

html {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	background-color: #F0F0F0;
	color: #231f20;
	margin: auto;
}

body {
	font-family: 'Lato', sans-serif;
	width: 100%;
	margin: auto;
}

a {
	text-decoration: none;
	color: #f7831f;
}

a:hover {
	font-weight: 400;
	text-decoration: none;
	color: inherit;
}

h1 {
	color: #f7831f;
	font-size: 34px;
	font-weight: 400;
	margin: 20px 0px;
}

h2 {
	color: #f7831f;
	font-size: 22px;
}

h3 {
	color: #231f20;
	font-size: 18px;
	line-height: 26px;
}

h4 {
	font-size: 16px;
}

p {
	line-height: 24px;	
}

@media screen and (max-width: 500px) {
	h1 {
		font-size: 24px;
		margin: 10px 0px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	h3 {
		font-size: 16px;
	}
}

#top-container {
	width: 100%;
}

#carouselHome, .carousel-inner {	
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,.15);
}


#top-img img {
	width: 100%;
}

.content-container-light {
	background-color: #F8F8F8;
	padding: 40px 0px;
}
	
.content-container-dark {
	background-color: #EEE;
	padding: 40px 0px;
}

.content-container-orange {
	background-color: #f7831f;
	color: #FFF;
	padding: 40px 0px;
}

.content {
	width: 85%;
	margin: auto;
}

.separator-thick {
	background-color: #f7831f;
	width: 100%;
	height: 50px;
	margin-top: -20px;
	z-index: 99;
	position: relative;
	display: none;
}

.separator-thin {
	height: 1px;
	background-color: #f7831f;
	width: 100%;
	margin: 20px auto;
}

.caption-block {
	background-color: rgba(0,0,0,.7);
	border-bottom: 10px solid #f7831f;
}

.caption-block h1 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
}

.caption-block h4 {
	color: #FFF;
	font-weight: 300;
}

.caption-block-main {
	background-color: rgba(0,0,0,.7);
	max-width: 803px;
}

.caption-block-main h1 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
}

.caption-block-secondary {
	background-color: #f7831f;
	max-width: 400px;
    margin-left: 40%;
    min-width: 170px;
}

.caption-block-secondary h2 {
	color: #FFF;
	margin-bottom: 0px;
}

.industry-icons a, .industry-icons a h3 {
	color: #231f20;
	margin-bottom: 0;
}

.industry-icons:hover a, .industry-icons:hover h3 {
	color: #f7831f;
}

#index-logo button {
	display: inline-block;
	width: 295px;
	border-radius: 0;
	border: 3px solid #f7831f;
	background-color:#231f20;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.5s;
	cursor: pointer;
}

#index-logo button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

#index-logo span:after {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    content: '\00bb';
    font-size: 32px;
    position: absolute;
    opacity: 0;
    top: -15px;
    right: -20px;
    transition: 0.5s;
}

#index-logo button:hover span {
	padding-right: 25px;
}

#index-logo button:hover span:after {
	opacity: 1;
	right: 0;
}

#carouselHome .carousel-indicators li {
	width: 50px;
}

#carouselHome .carousel-indicators .active {
	background-color: #f7831f;
	width: 50px;
}

#carousel3 .carousel-indicators li {
	background-color: #BBBBBB;
	width: 50px;
}

#carousel3 .carousel-indicators .active {
	background-color: #f7831f;
	width: 50px;
}

.services h3 {
	border: 3px solid #f7831f;
	padding: 10px;
	color: #f7831f;
}

.services a {display: block;}

.services a:hover {
	background-color: #231f20;
}

#carousel3 .carousel-indicators {
	bottom: -30px;
}

#carousel3 .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23231f20' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#carousel3 .carousel-control-prev:hover .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f7831f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#carousel3 .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23231f20' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

#carousel3 .carousel-control-next:hover .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f7831f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

#icon-agricultural {
	background-image: url(/images/icons/icon-agricultural.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

#icon-agricultural-a:hover #icon-agricultural {
	background-image: url(/images/icons/icon-agricultural-orange.svg);
}