html, body{
	background-color:#2B2B2B;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}

body{
	font-family:'Source Sans Pro', sans-serif;
	line-height:16px;
	font-size:16px;
	
}

body ::after, body ::before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper{
	max-width:100%;
	width:100%;
	margin:0 auto;	
}

.banner img{
	display:block;
	width:100%;
}

header{
	background-color:#333333;
	position:relative;
}


.logo-wrapper{
	max-width:176px;
	display:block;
	padding:12px;
	width:100%;
	margin: 0 auto;
}

.logo{
	max-height:60px;
}

section{
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	
	width:100%;
}

section.sec-a{
	background-image:url('../images/sec-bg-a.jpg');
	width: 750px;
	height: 309px;
	margin: 0 auto;
}

.sec-a img{
	width:50%;
}

.sec-wrapper-a{
	position:relative;
	width:100%;
}


.sec-wrapper-a {
	padding:80px 0 45px 0;
}

.brw {
	padding-top: 20px;
    padding-bottom: 45px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:50px;
	color:#ff7717;
	margin:0;
}

.works-header{
	font-weight:bold;
	line-height:18px;
	font-size:18px;
}

.works-p{
	text-align:center;
	line-height:25px;
	max-width:600px;
	margin:0 auto;
	color:#C2C2C2;
}

.works-bx{
	margin:0 auto;
	width:70%;
	padding:20px;
	color:#ffffff;
	background-color:#333333;
	text-align:center;
}

.works-sub{
	padding-bottom:12px;
	font-style:italic;
	font-size:18px;
}

.lng-blk{
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:5px;
}


/* @ 700px */
@media screen and (max-width:700px){

	section.sec-a{
		background-image:url('../images/sec-bg-a-mobile.jpg');
		min-height:auto;
		width: 100%;
	}

	.sec-wrapper-a{
		padding-top:50px;
		padding-bottom:30px;
	}

	.brw {
		padding-top: 20px;
		padding-bottom: 45px;
		text-align:center;
		text-transform:uppercase;
		font-weight:bold;
		font-size:50px;
		color:#ff7717;
		margin:0;
	}
	
	.works-header{
		padding-bottom:15px;
	}
	
	.works-p{
		max-width:95%;
		line-height:28px;
		font-size:16px;
	}	
	
	.works-bx{
		width: 80%;
	}
	
	
	
}

/* @ 480px */
@media screen and (max-width:480px){
		
	.logo-wrapper{
		margin:8px auto;
	}
		
	header{
		padding-bottom:15px;
	}
	
	.sec-wrapper-a{
		padding-top:50px;
		padding-bottom:30px;
	}

	.brw {
		padding-top: 20px;
		padding-bottom: 45px;
		text-align:center;
		text-transform:uppercase;
		font-weight:bold;
		font-size:50px;
		color:#ff7717;
		margin:0;
	}
	
	.works-p{
		max-width:90%;
		line-height:28px;
		font-size:15px;
	}

	.works-bx{
		width: 80%;
	}
		
}