* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
	background-color:#000;
	font-family:'Ariel', sans-serif;
}
p, ul {
	margin:0;
}
.container {
	width:960px;
	margin:0 auto;
	padding:0;
}
h1 {
	margin:22px 0;
}
img {
	vertical-align:none;
}
.ctnr-interior {
	background-color:#eee;
}
.clear {
	clear:both;
}
header, nav, section, footer {
	width:100%;
}
#page-tablet, #page-mobile {
	display:none;
}
#home-pic1 {
	width:100%;
}
#home-pic2 {
	width:100%;
}
.main-links {
	padding:0 23px;
	position:relative;
}
.main-links li {
	list-style:none;
	user-select:none;
	-moz-user-select:none;
}
.main-links h1 a {
	color:#C62D2D;
	text-decoration:none;
}
.main-links h1 a:hover {
	color:#fff;
}
.subpages-home {
	position:absolute;
	overflow:hidden;
}
.subpages-home.sp-pc {
	top:-22px;
	left:250px;
}
.subpages-home.sp-tab {
	top:-22px;
	left:250px;
}
.subpages-home a {
	color:#000;
	text-decoration:none;
	font-size:18px;
}
.subpages-home a:hover {
	text-decoration:none;
}
.subpages-home li {
	width:225px;
	padding:4px 8px;
	background-color:#DF870B;
	border-bottom:1px solid #000;
}
.subpages-home li:hover {
	background-color:#E2942D;
}
.nav-home ul {
	width:765px;
	margin:0 auto;
	list-style:none;
	color:#000;
	font-size:17px;
}
.nav-home ul a {
	float:left;
	color:#000;
	text-decoration:none;
	padding:0 13px;
}
.pipe {
	float:left;
	font-size:16px;
}
.hdr-interior {
	height:auto;
}
.hdr-interior img:nth-of-type(1) {
	width:64.063%;
}
.hdr-interior img:nth-of-type(2) {
	width:35.939%;
}
.nav-interior {
	height:45px;
	background:#FFCF33;
	border-bottom:1px solid #ccc;
}
.hamburger {
	display:none;
	cursor:pointer;
}
.categories {
	width:915px;
	margin:0 auto;
	font-size:14px;
}
.category-wrapper {
	flex-grow:1;
	position:relative;
}
.category-wrapper a {
	color:#111;
	text-decoration:none;
	display:block;
}
.menu-wrapper {
	display:flex;
}
.category {
	padding:11px 9px;
	list-style:none;
	border-top:3px solid transparent;
}
.category-wrapper > p {
	display:none;
	position:absolute;
	top:0;
	right:0;
	padding:6px 10px 4px;
	cursor:pointer;
}
.subpages {
	position:absolute;
	top:40px;
	left:0;
	border-top:3px solid #861F20;
	z-index:1;
}
.subpages a {
	color:#111;
	text-decoration:none;
	padding:7px 9px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	display:block;
}
.subpages a:hover {
	background-color:#f6f6f6;
}
.subpages li {
	list-style:none;
}
.subpages-mobile {
	display:none;
}
.banner-img {
	float:left;
}
.title {
	padding:14px 40px;
	background:url('../assets/background-texture.jpg');
	font-size:26px;
	font-weight:bold;
	color:#111;
}
#estimate {
	padding:20px 40px;
}
#contact {
	padding-right:15px;
}
section {
	min-height:400px;
}
.slideshow {
	width: calc(100% - 140px);
	margin: 0 auto;
}
.contact-section {
	display: flex;
}
.content, .contact-content {
	flex-basis:64.063%;
	padding:20px 40px 40px 40px;
}
.content h3, .contact-content {
	line-height:1.2;
}
.contact-form {
	flex-basis:35.939%;
}
.images {
	width:35.939%;
	float:left;
}
.images img {
	width:100%;
}
footer {
	padding:21px;
	background-color:#ddd;
	border-top:1px solid #ccc;
	color:#555;
	text-align:center;
	font-size:12px;
}
footer a, footer a:hover {
	color:#555;
	text-decoration:none;
}
.bx-controls {
	width:100%;
	padding:0 180px;
	margin-top:10px;
}
.horizontal-img {
	width:100%;
	text-align:center;
}
.pause-play-btn {
	display:inline-block;
	width:35px;
	background-color:#808080;
	margin-left:5px;
	padding-bottom:1px;
	color:#fff;
	font-size:12px;
	position:relative;
	top:-4px;
	border-radius:3px;
	cursor:pointer;
	text-align:center;
}
@media (max-width:1000px) {
	.container {
		width:625px;
	}
	#page-pc {
		display:none;
	}
	#page-tablet {
		display:block;
	}
	.nav-home ul {
		width:617px;
		position:relative;
		left:-155px;
	}
	.nav-home ul a {
		padding:0 8px;
	}
	.pipe {
		font-size:15px;
	}
	.subpages-home {
		z-index:1;
	}
	.subpages-home li {
		width:227px;
	}
	.category-home span {
		color:#fff;
		cursor:pointer;
	}
	.pc-clear {
		display:none;
	}
	.nav-interior {
		height:auto;
	}
	.menu-wrapper {
		display:block;
		overflow:hidden;
		height:0;
	}
	.hamburger {
		display:block;
	}
	.categories {
		width:100%;
	}
	.categories > div > div, .subpages-mobile a, .hamburger {
		width:100%;
		float:none;
		padding:5px 0;
		text-align:center;
		border-bottom:1px solid #861F20;
		height:31px;
	}
	.category-wrapper:hover, .subpages-mobile a:hover {
		background-color:#FFD968;
	}
	.category-wrapper a {
		width:auto;
		display:inline;
		padding:7px 30px;
	}
	.category, .subpages-mobile li {
		width:auto;
		padding:0;
		display:inline;
	}
	.category-wrapper > p {
		display:block;
	}
	.subpages-mobile {
		display:block;
		overflow:hidden;
		background-color:#FFE28E;
	}
	.subpages-mobile a {
		display:block;
		color:#111;
		text-decoration:none;
	}
	.contact-content, .contact-form {
		width:100%;
		float:none;
	}
	section {
		min-height:300px;
	}
	.contact-section {
		display: block;
	}
	#contact {
		padding:20px;
	}
	.col-md-4, .col-md-6 {
		padding-left:0;
		padding-right:0;
	}
	.bx-controls {
		padding:0 20px;
	}
	.horizontal-img {
		float:none;
		width:100%;
		text-align:center;
	}
	.horizontal-desc {
		float:none;
		width:300px !important;
		margin:0 auto 0 auto!important;
		padding:10px !important;
	}
}
@media (max-width: 680px) {
	.container {
		max-width:340px;
	}
	#page-tablet {
		display:none;
	}
	#page-mobile, .menu-wrapper {
		display:block;
	}
	.categories {
		background:#FFCF33;
	}
	.title {
		font-size:20px;
		padding:10px 20px;
	}
	#estimate {
		padding:20px;
	}
	section {
		min-height:200px;
	}
	.content, .images {
		width:100%;
		float:none;
	}
	.content, .contact-content {
		padding:40px 20px;
	}
}

/* Backoffice */
.backoffice {
	padding:40px;
}
.backoffice h3, .backoffice h5 {
	margin:0;
}
.backoffice hr, .content hr {
	margin:10px 0;
	border-top:1px solid #111;
}
.backoffice img {
	max-width:100%;
}
input[type="file"], input[type="button"] {
	float:left;
}
input[type="button"] {
	padding:1px 10px;
}
@media (max-width: 680px) {
	.backoffice {
		padding:40px 20px;
	}
}
