@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/vzIUHo9z-oJ4WgkpPOtg13YhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/Hgo13k-tfSpn0qi1SFdUfbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/12mE4jfMSBTmg-81EiS-Yb3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/7m8l7TlFO-S3VkhHuR0at7rIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

* {
	-webkit-text-size-adjust: none;
}

body {
	margin: 0px;
	background: url(/images/main/bg.png) repeat-x #fcfcfc fixed;
	font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #555;
}

.header {
	height: 160px;
	max-width: 984px;
	margin: 0 auto;
}

.logo {
	height: 160px;
	width: 160px;
	float: left;
	background: #e29669; /* Old browsers */
	background: -moz-linear-gradient(top,  #e29669 0%, #d77e48 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e29669), color-stop(100%,#d77e48)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e29669 0%,#d77e48 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e29669 0%,#d77e48 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e29669 0%,#d77e48 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e29669 0%,#d77e48 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e29669', endColorstr='#d77e48',GradientType=0 ); /* IE6-9 */
}

.title {
	height: 160px;
	float: right;
}

.title > h1 {
	margin: 50px 0 0 0;
	font-size: 60px;
	line-height: 60px;
	font-weight: 100;
	text-align: right;
	color: #d77e48;
}

.title > h1 + p {
	margin: 0 0 0 0;
	font-size: 18px;
	line-height: 18px;
	text-align: right;
}

.navbar {
	height: 60px;
	max-width: 984px;
	margin: 20px auto 0 auto;
	background: #d77e48; /* Old browsers */
	background: -moz-linear-gradient(left,  #d77e48 0%, #e29669 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d77e48), color-stop(100%,#e29669)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #d77e48 0%,#e29669 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #d77e48 0%,#e29669 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #d77e48 0%,#e29669 100%); /* IE10+ */
	background: linear-gradient(to right,  #d77e48 0%,#e29669 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d77e48', endColorstr='#e29669',GradientType=1 ); /* IE6-9 */
}

.navbar a {
	line-height: 60px;
	margin-left: 20px;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	padding: 6px 0 5px 0;
}

.navbar a:hover {
	border-top: 3px solid #fcfcfc;
	border-bottom: 3px solid #fcfcfc;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.navbar select {
	display: none;
}

body#home a#navhome,
body#concrete a#navconcrete,
body#block a#navblock,
body#services a#navservices,
body#catalog a#navcatalog,
body#tools a#navtools,
body#locations a#navlocations {
	padding: 13px 0 12px 0;
	border-top: 10px solid #fcfcfc;
	border-bottom: 10px solid #fcfcfc;
}

.adbar, .royalbar {
	position: relative;
	width: 100%;
	max-width: 984px;
	height: 350px;
	background: #ebebeb;
	margin: 35px auto 0 auto;
	text-align: center;
	border-top: 10px solid #42afc7;
	border-bottom: 10px solid #42afc7;
	overflow: hidden;
}

.adbarfull, .royalfull {
	height: 420px;
	background: #ebebeb;
	margin: 35px auto 0 auto;
	text-align: center;
	overflow: hidden;
}

.container {
	width: 984px;
	margin: 20px auto 0 auto;
}

.container > .onecolumn {
	width: 984px;
	float: left;
}

.container > .twocolumn {
	width: 472px;
	float: left;
	margin-right: 40px;
}

.container > .twocolumn + .twocolumn {
	margin-right: 0px;
}

.onecolumn > h2:first-child,
.twocolumn > h2:first-child {
	margin: 10px 0 25px 0;
}

h2 {
	font-size: 36px;
	line-height: 36px;
	margin: 25px 0 25px 0;
	color: #d77e48;
	font-weight: 100;
}

.smaller {
	font-size: 26px;
}

h3 {
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 300;
	background: #d77e48; /* Old browsers */
	background: -moz-linear-gradient(left,  #d77e48 0%, #e29669 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d77e48), color-stop(100%,#e29669)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #d77e48 0%,#e29669 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #d77e48 0%,#e29669 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #d77e48 0%,#e29669 100%); /* IE10+ */
	background: linear-gradient(to right,  #d77e48 0%,#e29669 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d77e48', endColorstr='#e29669',GradientType=1 ); /* IE6-9 */
	color: #fff;
}

a {
	font-weight: 400;
	font-style: italic;
	outline: none;
	color: #d77e48;
}

p {
	text-align: justify;
}

strong {
	font-weight: 400;
}

.footer {
	width: 944px;
	margin: 20px auto 0 auto;
	padding: 20px 20px;
	text-align: right;
	font-weight: 300;
	font-size: 14px;
	background: #d77e48; /* Old browsers */
	background: -moz-linear-gradient(left,  #d77e48 0%, #e29669 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d77e48), color-stop(100%,#e29669)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #d77e48 0%,#e29669 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #d77e48 0%,#e29669 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #d77e48 0%,#e29669 100%); /* IE10+ */
	background: linear-gradient(to right,  #d77e48 0%,#e29669 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d77e48', endColorstr='#e29669',GradientType=1 ); /* IE6-9 */
	color: #fff;
}

.footer a {
	color: #fff;
}

ul {
	padding-left: 0px;
	list-style-type: none;
}

li {
	display: block;
	padding: 8px;
}

li:nth-child(odd) {
	background: #eee;
}

.buttonset {
	margin-bottom: 20px;
}

.button {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
}

.button a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 10px 15px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	background: #d77e48;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.button + .button { margin-top: 10px; }

.clearer {
	clear: both;
}

@media all and (max-width: 1023px) {
	
	/* styles for narrower desktop browsers and iPad portrait */
	
	.title {
		margin-right: 20px;
	}
	
	.title > h1 {
		margin: 50px 0 0 0;
		font-size: 50px;
		line-height: 50px;
		font-weight: 100;
		text-align: right;
		color: #d77e48;
	}
	
	.title > h1 + p {
		margin: 0 0 0 0;
		font-size: 14px;
		line-height: 14px;
		text-align: right;
	}
	
	.container {
		width: 100%;
	}
	
	.container > .onecolumn,
	.container > .twocolumn {
		width: 100%;
		margin-right: 0px;
	}
	
	.container > .onecolumn p,
	.container > .twocolumn p {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	h2 {
		padding: 0 15px;
	}
	
	h3 {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.footer {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px;
		text-align: center;
	}
	
	ul {
		margin: 0 15px;
	}
	
}

@media all and (max-width: 850px) {

	.navbar {
		height: auto;
		padding-bottom: 8px;
	}

	.navbar a {
		line-height: 18px;
		border: none !important;
		display: inline-block;
	}

}

@media all and (max-width: 768px) {

	.navbar {
		margin: 0;
	}
	
	.adbar, .royalbar, .adbarfull, .royalfull {
		margin: 0;
		height: 250px;
	}

}

@media all and (max-width: 640px) {

	.title > h1 {
		margin: 0;
		font-size: 32px;
		line-height: 160px;
		font-weight: 100;
		text-align: right;
		color: #d77e48;
	}
	
	.title > h1 + p {
		display: none;
	}

}

@media all and (max-width: 480px) {

	.header {
		height: 60px;
		background: #e29669; /* Old browsers */
		background: -moz-linear-gradient(top,  #e29669 0%, #d77e48 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e29669), color-stop(100%,#d77e48)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e29669 0%,#d77e48 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e29669 0%,#d77e48 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e29669 0%,#d77e48 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e29669 0%,#d77e48 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e29669', endColorstr='#d77e48',GradientType=0 ); /* IE6-9 */
	}
	
	.navbar {
		margin: 0;
		height: auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}
	
	.navbar select {
		display: inline-block;
		width: 100%;
		font-size: 14px;
	}
	
	.navbar a {
		display: none;
	}
	
	.navbar a:last-child {
		padding: 10px 0 !important;
	}
	
	.adbar, .royalbar, .adbarfull, .royalfull {
		margin: 0;
		height: 190px;
		border-bottom: 5px solid #42afc7;
		border-top: none;
	}
	
	.logo {
		width: 60px;
		height: 60px;
	}
	
	.logo img {
		width: 100%;
		height: 100%;
	}
	
	.title {
		height: 60px;
		float: right;
		margin-right: 10px;
		margin-left: 0;
	}
	
	.title > h1 {
		margin: 0;
		font-size: 22px;
		line-height: 60px;
		font-weight: 300;
		text-align: right;
		color: #fff;
	}
	
	.title > h1 + p {
		display: none;
	}

}