/* NAV SLIDEBARS */
[canvas=container], [off-canvas] {
	padding: 10px 20px;
}
[class*=js-] {
	cursor: pointer;
}
[canvas], [off-canvas*=push] {
	z-index: 1
}
[off-canvas*=reveal], [off-canvas*=shift] {
	z-index: 0
}
[canvas=container], [off-canvas], body, html {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	width: 100%;
	height: 100%;
	overflow: hidden
}
[canvas=container] {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: relative;
	-webkit-overflow-scrolling: touch
}
[canvas=container]:after, [canvas=container]:before {
	clear: both;
	content: '';
	display: table
}
[off-canvas] {
	display: none;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	background-color: #000;
	color: #fff;
	-webkit-overflow-scrolling: touch
}
[off-canvas*=right] {
	width: 255px;
	height: 100%;
	top: 0;
	right: 0
}
[off-canvas*=overlay] {
	z-index: 9999
}
[canvas], [off-canvas] {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-backface-visibility: hidden
}
[off-canvas*=shift][off-canvas*=right] {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

@media print {
[canvas] {
	-webkit-transform: translate(0, 0)!important;
	-ms-transform: translate(0, 0)!important;
	transform: translate(0, 0)!important
}
[off-canvas] {
	display: none!important
}
}
/* STYLING */
body {
	background: #EEE;
}
.navi {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 3px;
	background-color: #002D4E;
	box-shadow: 0px 0px 20px #222;
	z-index: 999;
}
.navib img {
	width: 32px;
	height: 32px;
	margin-top: 24px;
}
.logo {
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
	vertical-align: middle;
}
.logo img {
	width: 216px;
	height: 62px;
}
.mobnav {
	padding: 20px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	color: #FFF;
}
.mobnav a {
	color: #FFF;
	text-decoration: none;
}
.mobnav a:hover {
	color: #FFF;
	text-decoration: none;
}
.menu {
	display: inline-block;
	font-size: 20px;
	word-spacing: 15px;
	line-height: 75px;
	color: #666;
}
.menu a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid hidden;
	padding-bottom: 5px;
}
.menu a:hover {
	color: #AAA;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
}
.imgw100 {
	width: 100%;
	height: auto;
}
.imgw100 img {
	width: 100%;
	height: auto;
}
.icon {
	width: 18px;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
}
.footer {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 40px;
	background-color: #CCCCCC;
	text-align: left;
}
.footer a {
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	color: #999;
	text-decoration: underline;
}
.social img {
	width: 42px;
	height: 42px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
.tc {
	text-align: center;
}
.tw {
	color: #fff;
}
.ts {
	text-shadow: 0px 0px 5px #000;
}
.ti {
	font-style: italic;
}
.tb {
	font-weight: bold;
	font-style: normal;
}
.spacer20 {
	height: 20px;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	min-height: 320px;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 320px;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.slide1 {
	background: url(../assets/1.jpg) no-repeat center bottom;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 50px;
}
.slide2 {
	background: url(../assets/2.jpg) no-repeat center bottom;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 50px;
}
.slide3 {
	background: url(../assets/3.jpg) no-repeat center bottom;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 50px;
}
.slide4 {
	background: url(../assets/4.jpg) no-repeat center bottom;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 50px;
}
.logobanner img {
	width: 450px;
	display: inline-block;
}
/* GALLERY */
.galleryhead {
	font-size: 32px;
	background: rgba(255,255,255,0.7);
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
}
.galleryhead a {
	color: #333333 !important;
	text-decoration: none !important;
}
.gallerysub {
	font-size: 16px;
}
.galleryrow1 {
	width: 100%;
	height: 230px;
	background: url(../assets/gallery/carpets/1.jpg) no-repeat center center;
	background-size: cover;	box-sizing: border-box;	padding-top: 70px;
	cursor: pointer;
	margin-bottom: 40px;
	box-shadow: 0px 0px 5px #CCC;
}
.galleryrow1:hover .galleryhead {
	background: rgba(255,255,255,0.9);
}
.galleryrow2 {
	width: 100%;
	height: 230px;
	background: url(../assets/gallery/rugs/2.jpg) no-repeat center center;
	background-size: cover;	box-sizing: border-box;	padding-top: 70px;
	cursor: pointer;
	margin-bottom: 40px;
	box-shadow: 0px 0px 5px #CCC;
}
.galleryrow2:hover .galleryhead {
	background: rgba(255,255,255,0.9);
}
.galleryrow3 {
	width: 100%;
	height: 230px;
	background: url(../assets/gallery/runners/3.jpg) no-repeat center center;
	background-size: cover;	box-sizing: border-box;	padding-top: 70px;
	cursor: pointer;
	margin-bottom: 40px;
	box-shadow: 0px 0px 5px #CCC;
}
.galleryrow3:hover .galleryhead {
	background: rgba(255,255,255,0.9);
}
.galleryrow4 {
	width: 100%;
	height: 230px;
	background: url(../assets/gallery/inspiration/4.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 70px;
	cursor: pointer;
	margin-bottom: 40px;
	box-shadow: 0px 0px 5px #CCC;
}
.galleryrow4:hover .galleryhead {
	background: rgba(255,255,255,0.9);
}
.galleryrow5 {
	width: 100%;
	height: 230px;
	background: url(../assets/gallery/commercial/1.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 70px;
	cursor: pointer;
	margin-bottom: 40px;
	box-shadow: 0px 0px 5px #CCC;
}
.galleryrow5:hover .galleryhead {
	background: rgba(255,255,255,0.9);
}
ul li {
    list-style-position: outside;
    margin-left: 1em;
	list-style: disc;
}
.rslides ui {
    margin-left: 0px !important;
}
.rslides li {
    margin-left: 0px !important;
}
.mb20 {
	margin-bottom: 20px;
}
.mb50 {
	margin-bottom: 50px;
}