/*

@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*/

}

body{
	color: #aaa;
	background: #000;
}

h2{
	font-family: 'Roboto Slab', serif;
	font-size: 3em;
	font-weight: 900;
	margin: 0 0 20px 0;
	width:100%;
	color: #a00;
}

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

header{
	background-color: #000;
	height: 120px;
}

	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: #aaa;
				text-transform: uppercase;
				display: block;
				padding: 3px 0;
				border-bottom: 3px solid #111;
				text-decoration: none;
			}

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

	header .logo{
		position: absolute;
		top: 20px;
		z-index: 900;
	}
		.logo img{
			width: 200px;
			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;
  	}

	.logo img{
		width: 180px;
	}

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

}
@media (min-width: 768px) and (max-width: 991px) {
  /*SM*/
	.logo img{
		width: 150px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	header{
		height: 140px;
	}	

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

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

	header{
	height: 150px;
	}

	.logo img{
		width: 220px;
	}

}


.section{
	position: relative;
	padding: 80px 0;
}

	.section.light{
		background: #eee;
		color: #111;
	}

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

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

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

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

.top-angle{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
    z-index: 800;
    overflow-x: hidden;
}

	.top-angle:after{
		display: block;
		content: '';
		width: 0;
		height: 50px;	
		border-style: solid;
		border-width: 40px 2000px 0 0;
		border-color: #000 transparent transparent transparent;
	}

.bottom-angle{
	position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    z-index: 800;
    overflow-x: hidden;
}

	.bottom-angle:after{
		display: block;
		content: '';
		width: 0;
		height: 50px;	
		position: absolute;
		right: 0;
		border-style: solid;
		border-width: 40px 2000px 0 0;
		border-color: transparent #000  transparent transparent ;
	}


@media (max-width: 767px) {

	


}

.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: #eee;
}
@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: 0 0 40px 0;
	background-color: #000;
	color: #999;
}

	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;
	}
	
