﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: Montserrat, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	overflow-x: hidden;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}

b, strong {
    font-weight: bold;
	}

.text-alg-right { 
	text-align: right;
	}

/*HOME PAGE -- WELCOME*/
.welcome h1, .welcome p, .buttons h2 {
	color: #fff;
	text-align: center;
	}
.welcome h1 {
	width: 100%;
	}
.welcome p {
	font-size: 1.3rem;
	max-width: 538px;
	width: 100%;
	}
	
/*HOME PAGE -- LOCATION*/
.home-pg-location p {
	color: #fff;
	font-weight: 500;
	margin-top: 1rem;
	}
.home-pg-location a:hover {
	color: #fff;
	}
	
/*ABOUT PAGE*/
.about {
	padding: 2rem 0;
	}

/*CONTACT PAGE*/
.contact {
	padding: 2rem 0;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #2c2c2c; 
    text-decoration:none;
	cursor: pointer;
	font-weight: 500;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}

a.ghost {
	border: 2px solid #fdc900;
	padding: .5rem 2rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	transition: ease .5s all;
	}
	a.ghost:hover {
		background: #fdc900;
		transition: ease .5s all;
		color: #000;
		}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	}
	
.logo {
	max-width: 215px;
	}

.fa {
	font-size: 1.5rem !important;
	padding: 0 .2rem;
	}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	}
	nav ul {
		}
		nav ul li {
			}
			nav ul li a {
				}	
			nav ul li a:hover {
				}

/*===================== 
	content styles 
=======================*/

/*HOME PAGE -- WELCOME*/	
.pattern {
	background: url('../siteart/pattern.png') repeat;
	}
	
.welcome {
	background: #2c2c2c;
	max-width: 950px;
	display: block;
	position: relative;
	z-index: 700;
	box-sizing: border-box;
	margin: -8rem auto 2rem;
	padding: 3rem 12rem;
	}
.welcome a {
	margin-top: 2.5rem;
	}

.rule {
	background: #fdc900;
	width: 100%;
	height: 4px;
	margin: 1rem auto 2.5rem;
	}

/*HOME PAGE -- BUTTONS*/
.buttons {
	padding-bottom: 2rem;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
	}
div.buttons > a:first-of-type {
	background: url('../siteart/construction-over-02.jpg') no-repeat;
	transition: ease all .5s;
	}
div.buttons > a:nth-of-type(2) {
	background: url('../siteart/agriculture-over-02.jpg') no-repeat;
	transition: ease all .5s;
	}
div.buttons > a:nth-of-type(3) {
	background: url('../siteart/attachments-over.jpg') no-repeat;
	transition: ease all .5s;
	}
	div.buttons > a:first-of-type:hover, div.buttons > a:nth-of-type(2):hover, div.buttons > a:nth-of-type(3):hover {
		-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
		}
a.lrg-btn {
	width: 340px;
	height: 340px;
	}

/*HOME PAGE -- LOCATION*/	
.home-pg-location {
	background: #fdc900;
	}
	
/*===================== 
	slideshow styles 
=======================*/	

.cycle-slideshow img {
	width: 100%;
	}

/*===================== 
	banner styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.flex {
	display: flex;
	}
.flex-space-btwn {
	justify-content: space-between;
	}
.flex-direct-col {
	flex-direction: column;
	}
.flex-align-cntr {
	align-items: center;
	}
.flex-cntr-cntr {
	justify-content: center;
	align-items: center;
	}

.wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1259px;
	}

.left {float: left;}
.right {float: right;}

/*.container {
	width: 1024px;
	margin: 0 auto;
	}*/
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-1-2-full { width: 50%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0 auto;
	width: 100%;
	background: #2c2c2c;
	color:#fff;
	padding: .5rem 0;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fdc900;
		}

.footertext {
	font-size:13px; 
	color:#fff;
	}

.smallfootertext {
	font-size:10px; 
	color:#fff;
	}

.divfooter {
	width:100%;
	max-width: 490px;
	text-align:center; 
	margin:0 auto;
	}

@media screen and (max-width: 950px)  {
header div {
	display: none;
	}
header a {
	display: block;
	margin: 0 auto;
	}
.welcome {
	margin: -5rem auto 2rem;
	padding: 3rem 6rem;
	}
}

@media screen and (max-width: 740px)  {
.welcome {
	margin: 0 auto;
	padding: 1rem 1.5rem;
	}
.welcome h1 {font-size:1.8rem;}
.welcome p {font-size:1rem;}
}

@media screen and (max-width: 670px)  {
div.buttons {
	flex-direction: column;
	align-items: center;
	}
a.lrg-btn {
	margin-top: 1rem;
	}
.loc-map {
	flex-direction: column;
	}
.col-1-2-full {
	width: 100%;
	}
.home-pg-location {
	padding: 1rem 0;
	}
footer, a.footerlink:link, .footertext, .smallfootertext, .divfooter {
	font-size: 8px;
	}
}

@media screen and (max-width: 520px)  {

}