@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #252525;
	background: #2D2D2D;
	font-family: Merriweather, serif;
	font-size: 100%;
	font-weight: 300;
}

.header {
	background-color: #252525;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 3.5vh 0 3.5vh 0;
}

.footer {
	background-color: #252525;
	color: #FFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 3.5vh 0 3.5vh 0;
}

.inner {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.innernarrow {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.innernarrower {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	max-height: 6.5vh;
	width: auto;
}

#mainnav {
	display: none;
}

#headerinner {
	position: relative;
}

.footerlogo {
	max-height: 5vh;
	width: auto;
	margin-bottom: 3.5vh;
}

.footerlogo:nth-child(n+2) {
	margin-left: 5em;
}

.slider {
	width: 100%;
	height: auto;
}

.rectangle-box {
    width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rectangle-box:before{
    content: "";
    display: block;
    padding-top: 250px;
}

#contracttiling {
	background-image: url("../images/contract-tiling-company.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 300px;
	margin-bottom: 3.5%;
}

#domestictiling {
	background-image: url("../images/domestic-tiling-company.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 300px;
	margin-bottom: 3.5%;
}

.contractdomestic:hover {
	transition: ease-out .5s;
	background-color: rgba(102, 108, 110, 0.6);
	background-blend-mode: multiply;
}

.contractdomestic {
	transition: ease-out .2s;
}

#slide1 {
	background-image: url(../images/slide-1-small.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#slide2 {
	background-image: url(../images/slide-2-small.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#slide3 {
	background-image: url(../images/slide-3-small.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#slide4 {
	background-image: url(../images/slide-4-small.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#slide5 {
	background-image: url(../images/slide-5-small.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#domestichero {
	background-image: url("../images/domestic-tiling.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#contracthero {
	background-image: url("../images/contract-tiling.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#abouthero {
	background-image: url("../images/gc-tiling-ltd.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

section {
	padding: 5vh 0 5vh 0;
}

.flatbase {
	padding: 5vh 0 1.25vh 0;
}

.white {
	width: 100%;
	height: auto;
	background-color: #FFF;
}

.grey {
	width: 100%;
	height: auto;
	background-color: #B3B3B3;
}

.square-box{
    width: 100%;
    overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}

#consultation {
	background-image:url(../images/consultation.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

#design {
	background-image:url(../images/design.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

#fitting {
	background-image:url(../images/fitting.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.menu button {
	border: 0px none;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	margin: 0;
	user-select: none;
}

.sidebar-outer {
	float: right;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	-webkit-box-shadow: -3px 0px 17px 0px rgba(50, 50, 50, 0.39);
	-moz-box-shadow: -3px 0px 17px 0px rgba(50, 50, 50, 0.39);
	box-shadow: -3px 0px 17px 0px rgba(50, 50, 50, 0.39);
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 4000;
}

.sidebar-button {
	border: 0px none;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	margin: 0;
	user-select: none;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 2em;
	font-weight: bold;
	color: #FFF;
}

.sidebar-outer > .sidebar-button {
	font-size: 0;
}

.sidebar-button img {
	height: 250px;
	width: auto;
}

.sidebar-container {
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
}

.sidebar-disabled, .sidebar-btn:disabled, .sidebar-button:disabled {
	cursor: not-allowed;
	opacity: 0.3;
	padding: 0;
	margin: 0;
}

.sidebar-dropdown-hover:hover > .sidebar-button:first-child, .sidebar-dropdown-click:hover > .sidebar-button:first-child {
	background-color: #DDD;
	color: #000;
}

.sidebar-reveal {
	width: 80%;
	height: 100%;
	background-color: #2D2D2D;
	z-index: 5000;
	overflow: auto;
	position: fixed !important;
	padding: 10%;
	top: 0;
}

.sidebar-bar-block .sidebar-dropdown-hover, .sidebar-bar-block .sidebar-dropdown-click {
	width: 100%;
}

.sidebar-bar-block .sidebar-dropdown-hover .sidebar-dropdown-content, .sidebar-bar-block .sidebar-dropdown-click .sidebar-dropdown-content {
	min-width: 100%;
}

.sidebar-bar-block .sidebar-dropdown-hover .sidebar-button, .sidebar-bar-block .sidebar-dropdown-click .sidebar-button {
	width: 100%;
	text-align: left;
}

.sidebar-bar .sidebar-bar-item {
	float: left;
	width: auto;
	border: none;
	outline: none;
	display: block;
	color: #FFF;
}

.sidebar-bar .sidebar-button {
	white-space: normal;
}

.sidebar-bar-block .sidebar-bar-item {
	width: 100%;
	display: block;
	text-align: left;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #FFF;
	border-top: none;
	outline: none;
	white-space: normal;
	float: none;
	padding-bottom: 5%;
	margin-bottom: 5%;
}

.sidebar-bar-block.sidebar-center .sidebar-bar-item {
	text-align: center;
}

.sidebar-card, .sidebar-card-2 {
	-webkit-box-shadow: -10px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: -10px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: -10px 0px 20px 0px rgba(0,0,0,0.25); 
}

.sidebar-animate-right {
	position: relative;
	animation: animateright 0.4s;
}

.sidebar-animate-close {
	position: relative;
	animation: animateclose 0.4s;
}

.sidebar-large {
	font-size: 150%;
}

#mob-nav {
	width: 2.5vh;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}
	
#mob-nav img {
	width: 2.5vh;
	height: auto;
	border: none;
}
	
#sidebar ul li {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 150%;
	line-height: 2em;
	list-style: none;
}

#sidebar ul {
	padding: 0;
}

#sidebar a:active {
	text-decoration: none;
	color: #FFF;
}

#sidebar a:visited {
	text-decoration: none;
	color: #FFF;
}
	
#sidebar a:link {
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover {
    color: #FFF;
    text-decoration: underline;
}

.contactdetails {
	display: none;
}

.hero {
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.gallery-item {
	max-width: 100%;
	height: auto;
}





@media only screen and (min-width: 48em ){

.inner {
	width: 90%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.innernarrow {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
	
.innernarrower {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}	
	
.rectangle-box:before{
    padding-top: 300px;
}
	
#contracttiling {
	height: 225px;
}

#domestictiling {
	height: 225px;
}

#slide1 {
	background-image: url(../images/slide-1-medium.jpg);
}

#slide2 {
	background-image: url(../images/slide-2-medium.jpg);
}

#slide3 {
	background-image: url(../images/slide-3-medium.jpg);
}

#slide4 {
	background-image: url(../images/slide-4-medium.jpg);
}

#slide5 {
	background-image: url(../images/slide-5-medium.jpg);
}
	
}




@media only screen and (min-width: 62em) {

.header {
	background-color: #252525;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 5vh 0 5vh 0;
}

.footer {
	background-color: #252525;
	color: #FFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 5vh 0 5vh 0;
}
	
.inner {
	width: 90%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.innernarrow {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
	
.innernarrower {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
	
.rectangle-box:before{
    padding-top: 400px;
}

#mainnav {
	width: 100%;
	margin-top: 3.5vh;
	color: #FFF;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}
	
section {
	padding: 7.5vh 0 7.5vh 0;
}
	
#mob-nav {
	display: none;
}
	
.contactdetails {
	width: auto;
	height: auto;
	position: absolute;
	right: 3.5vh;
	top: 5vh;
	display: table;
}
	
.contactdetails ul {
	font-size: .7em;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: right;
	color: #FFF;
}
	
.hero {
	height: 325px;
}
	
#contracttiling {
	height: 250px;
}

#domestictiling {
	height: 250px;
}

#slide1 {
	background-image: url(../images/slide-1-large.jpg);
}

#slide2 {
	background-image: url(../images/slide-2-large.jpg);
}

#slide3 {
	background-image: url(../images/slide-3-large.jpg);
}

#slide4 {
	background-image: url(../images/slide-4-large.jpg);
}

#slide5 {
	background-image: url(../images/slide-5-large.jpg);
}

}




@media only screen and (min-width: 75em) {

.inner {
	width: 90%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.innernarrow {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
	
.innernarrower {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.hero {
	height: 400px;
}

#contracttiling {
	height: 350px;
}

#domestictiling {
	height: 350px;
}

#slide1 {
	background-image: url(../images/slide-1-max.jpg);
}

#slide2 {
	background-image: url(../images/slide-2-max.jpg);
}

#slide3 {
	background-image: url(../images/slide-3-max.jpg);
}

#slide4 {
	background-image: url(../images/slide-4-max.jpg);
}

#slide5 {
	background-image: url(../images/slide-5-max.jpg);
}

}
