/*

@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

*/

@media (max-width: 767px) {
  /*XS*/
  
}
@media (min-width: 640px) and (max-width: 767px) {
  /*SMLS  SX Labscape*/

}
@media (min-width: 768px) and (max-width: 991px) {
  /*SM*/

}
@media (min-width: 992px) and (max-width: 1199px) {
  /*MD*/

}
@media (min-width: 1200px) {
  /*LG*/

}

h2{
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: 'Anton', sans-serif;
	font-size: 3em;
	/*font-weight: 900;*/
	margin: 0 0 20px 0;
	width:100%;
	color: #ffd000;
}

.yellow{
	color: #ffd000;
}
.yellow-background{
	background-color: #ffd000;
}

header{
	background-color: #fff;
	height: 100px;
}

	header ul{
		list-style: none;
		margin: 35px 0 0 0;
		padding: 0;
		display: block;
		float: right;
	}	

		header ul li{
			display: inline-block;
			margin-left: 20px;
		}
			header ul li:first-child {
			    margin-left: 0;
			}

			header ul li a{
				color: #444;
				text-transform: uppercase;
				display: block;
				padding: 3px 0;
				border-bottom: 3px solid #fff;
				text-decoration: none;
			}

				header ul li a:hover{
					color: #222;
					text-decoration: none;
					border-bottom: 3px solid #ffd000;
				}

	header .logo{
		position: absolute;
		top: 20px;
		z-index: 900;
	}
		.logo img{
			width: 100%;
			height: auto;
		}


@media (max-width: 575px) {

	header ul{
		margin: 30px 0 20px;
		display: inline-block;
		float: none;
		font-size: 1.1em;
	}	

	  	header ul li {
		    margin-left: 10px;
		}	

	header{
		text-align: center;
		height: auto;
	}

	header .logo{
		position: relative;

	}
		.logo img{
			width: 300px;
			height: auto;
		}


}
@media (min-width: 575px) and (max-width: 767px) {	
	header ul li#home_link{
  		display: none;
  	}

	header ul li {
	    margin-left: 10px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
  /*SM*/

}
@media (min-width: 992px) and (max-width: 1199px) {
	header{
		height: 110px;
	}	

	header ul{
		margin-top: 40px;
		font-size: 1.1em;
	}
}

@media (min-width: 1200px) {
	header ul{
		margin-top: 40px;
		font-size: 1.3em;
	}	


  header{
  	height: 130px;
  }
}


.flexslider{
	border: none;
	margin: 0;
}	

	.flexslider .flex-control-nav{
		bottom: 10px;
		z-index: 1900;
	}	

	.flexslider .flex-control-nav a{
		border: 1px solid #ffd000;
	}
	.flexslider .flex-control-nav a.flex-active{
		background-color:  #ffd000;
	}

	.flex-direction-nav a{
		height: 50px;
	}

.flexslider .corner{
	position: absolute;
	left:0;
	top:0;
	z-index: 800;
	height: 40px;
	width: 50%;
	width: calc( 50% - 20px );
	background-color: #fff;
}

	.flexslider .corner:after{
		content: '';
		display: block;
		position: absolute;
		right: -40px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 40px 40px 0 0;
		border-color: #fff transparent transparent transparent;
	}

@media (max-width: 767px) {

	.flexslider .corner{
		height: 25px;
	}
		.flexslider .corner:after{
			right: -25px;
			border-width: 25px 25px 0 0;
		}

}

.contents{
	/*min-height: 500px;*/
}

.white-body{
	padding: 30px 0;
}

.light-yellow-body{
	/*border-top: 3px solid #fff;*/
	background-color: #ffe995;
	padding: 30px 0;
}

	.light-yellow-body h2{
		color:#666;
	}

.yellow-body{
	border-top: 3px solid #fff;
	background-color: #ffd000;
	padding: 30px 0;
}

	.yellow-body .service{
		text-align: center;
		margin: 40px 0;
	}

		.yellow-body .service img{
			width: 60%;
			height: auto;
			margin-bottom: 10px
		}

		.yellow-body .service p{
			color: #fff;
			font-size: 1.7em;
			line-height: 1;
		}

.service-list{
	font-size: 1.5em;
}

	@media (max-width: 767px) {
	  	.service-list{
			font-size: 1.2em;
		}	  
	}

ul.hex {
    list-style: none;
    padding: 0px;
}

	ul.hex > li {
	    padding-left: 15px;
	    position: relative;
	    border-color: rgba(0,0,0, 1);
	}

	ul.hex > li:before, ul.hex > li:after {
	    position: absolute;
	    content: "";
	    left: -6px;
	    top: 55%;
	    border-color: transparent;
	    border-style: solid;
	    width: 11px;
	    height: 5px;
	    border-width: 0px 3px;
	}

	ul.hex > li:before {
	    margin-top: -5px;
	    border-bottom: 5px solid;
	    border-bottom-color: #ffd000;
	}

	ul.hex > li:after {
	    margin-top: 0px;
	    border-top: 5px solid;
	    border-top-color: #ffd000;
	}




p.subhead{
	text-align: center;
	font-size: 2em;
	color: #111;
}
@media (max-width: 767px) {
	p.subhead{font-size: 1.2em;	}  
}
@media (min-width: 640px) and (max-width: 991px) {
	p.subhead{font-size: 1.4em;	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	p.subhead{font-size: 1.5em;	}
}

div.center{
	text-align: center;
}

.contact-details{
	color: #333;
	font-size: 1.2em
}

	.contact-details a{
		color: #333;
	}

footer{
	text-align: center;
	padding: 40px 0;
	background-color: #ffd000;
	color: #fff;
}

	footer img{
		width: 200px;
		height: auto;
	}
	

ul.services{
	list-style: none;
	margin: 0;
	padding:0;
	font-size: 1.3em;
}

	ul.services li{
		display: block;
		position: relative;
		color: rgb(86, 70 ,60);
		margin-bottom: 3px;
		padding-left: 25px;
	}

	ul.services li:before{
		content: "";
		display: block;
		position: absolute;
		width: 9px;
		height: 9px;
		background: rgb(86, 70 ,60);
		left: 0px;
		top: 12px;
	}
	
