@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
}
#mobile_return {
   display: block; top: 0; left: 0; width: 100%; text-align: center; /*Leave this line alone */
   position: fixed;
   height: 3em;
   z-index: 999999999999999999999999999999999999999999999999;
   background: #03AAD6; /* Change this background colour */
}
#mobile_return a { 
   font-size: 1.4em; line-height: 2.2em; vertical-align: middle; text-decoration: none; /*Leave this line alone */
   font-family: Arial, sans-serif;
   color: #ffffff; /* Change this text colour */
}
.specials-button {
	display: block;
	font: normal 700 15px/50px 'Open Sans', sans-serif;
	color: white;
	text-decoration: none;
	height: 50px;
	background-color: #1C1934;
	transition: 0.3s;
	margin-top: -1px;
}
.specials-button:hover {
	background-color: #f36f21;
}
.specials-button:hover:before {
	animation: spin1 0.6s 1 linear;
	-webkit-animation: spin1 0.6s 1 linear;
	-moz-animation: spin1 0.6s 1 linear;
	transform-origin: 30% 52%;
	-webkit-transform-origin: 30% 52%;
	-ms-transform-origin: 30% 52%;
}
.specials-button:before {
	font: normal 700 18px 'Material Icons';
	content: 'star';
	padding-right: 16px;
	vertical-align: -3px;
	display: inline-block;
}
.open-16-grey-semibold {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #282828;
    text-decoration: none;
    font-weight: 600;
    line-height: 28px;
}
.open-16-grey-semibold-line {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #282828;
    text-decoration: none;
    font-weight: 600;
    line-height: 20px;
}
@-webkit-keyframes spin1 {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
}
@-keyframes spin1 {
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg);}
}
.reviews-button {
	display: block;
	font: normal 700 15px 'Open Sans', sans-serif;
	color: white;
	text-decoration: none;
	padding: 15px;
	background-color: #1C1934;
	transition: 0.3s;
}
.reviews-button:hover {
	background-color: #f36f21;
}
.reviews-button:before {
	font: normal 700 18px 'Material Icons';
	content: 'star';
	padding-right: 13px;
	vertical-align: -3px;
	display: inline-block;
}
.enquiry-button {
	display: block;
	font: normal 700 15px 'Open Sans', sans-serif;
	color: white;
	text-decoration: none;
	padding: 25px;
	background-color: #1C1934;
	transition: 0.3s;
}
.enquiry-button:hover {
	background-color: #f36f21;
}
.enquiry-button:hover:before {
	animation: wiggle 2s 1;	
}
.enquiry-button:before {
	font: normal 700 18px 'Material Icons';
	content: 'phone';
	padding-right: 15px;
	vertical-align: -4px;
	display: inline-block;
}
@keyframes wiggle { 
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}

input[type=text], select {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font: normal 400 14px 'Open Sans', sans-serif;
}
textarea {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font: normal 400 13px 'Open Sans', sans-serif;
}
input[type=submit] {
    border: none;
    border-radius: 250px;
    cursor: pointer;
	font: normal 700 15px 'Open Sans', sans-serif;
	padding: 15px 25px;
	background-color: #38347b;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	transition: 0.2s;
}
input[type=submit]:hover {
    background-color: #f36f21;
}

.header-main {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9999999;
	background-image: url(images/carpet_showrooms-exeter.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.3s;
}
.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999999;
	background-image: url(images/carpet_showroom-exeter.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.3s;
}
.topbar {
	height: 50px;
}
.menu {
	height: 105px;
}
.topbar-number:before {
	font: normal 400 24px 'Material Icons';
	color: white;
	padding-right: 14px;
	content: "phone";
	letter-spacing: normal;
	vertical-align: -6px;
}
.topbar-number {
	font: normal 700 17px 'Open Sans', sans-serif;
	text-decoration: none;
	color: #b8b8b8;
	letter-spacing: 0.7px;
}
.topbar-address:before {
	font: normal 400 24px 'Material Icons';
	color: white;
	padding-right: 14px;
	content: "place";
	letter-spacing: normal;
	vertical-align: -6px;
}
.topbar-address {
	font: normal 700 17px 'Open Sans', sans-serif;
	text-decoration: none;
	color: #b8b8b8;
	letter-spacing: 0.7px;
}
.fullsize {
	width: 100%;
	height: 650px;
	position: relative;
	overflow: hidden;
	cursor: move; 
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.fullsize:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.scrollable {
	width: 2000px;
	height: 650px;
	position: absolute !important;
	left: 50%;
	margin-left: -1000px;
}
.scrollable .slide {
	position: relative;
	width: 2000px;
	height: 650px;
}
.scrollable .slide:focus {
	outline: none;
}
.scrollable .slide > img {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
}
.fullsize-sub {
	width: 100%;
	height: 320px;
	position: relative;
	overflow: hidden;
}
.scrollable-sub {
	width: 2000px;
	height: 320px;
	position: absolute !important;
	left: 50%;
	margin-left: -1000px;
}
.scrollable-sub .slide-sub {
	position: relative;
	width: 2000px;
	height: 320px;
}
.scrollable-sub .slide-sub:focus {
	outline: none;
}
.scrollable-sub .slide-sub > img {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
}
.fullsize-gallery {
	width: 400px;
	height: 550px;
	position: relative;
	overflow: hidden;
	cursor: move; 
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	top: -80px;
}
.fullsize:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.scrollable-gallery {
	width: 400px;
	height: 400px;
	position: absolute !important;
	left: 50%;
	margin-left: -200px;
}
.scrollable-gallery .slide-gallery {
	position: relative;
	width: 400px;
	height: 400px;
}
.scrollable-gallery .slide-gallery:focus {
	outline: none;
}
.scrollable-gallery .slide-gallery > img {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
}

.scrollable-reviews {
	width: 2000px;
	height: 650px;
	position: absolute !important;
	left: 50%;
	margin-left: -1000px;
}
.scrollable-reviews .slide {
	position: relative;
	width: 2000px;
	height: 650px;
}
.scrollable-reviews .slide:focus {
	outline: none;
}
.scrollable-reviews .slide > img {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
}

.bannertext-sub {
	position: absolute;
	top: 53px;
	width: 930px;
	left: 50%;
	margin-left: -500px;
	height: auto;
	z-index: 99999;
	padding: 20px 30px;
	text-align: left;
	background-color: rgba(7,7,7,0.6);
}
.bannertext-sub h2 {
	font: normal 300 25px/40px 'Open Sans', sans-serif;
	color: #ffffff;
	margin: 0;
}
.bannertext-sub h1 {
	font: normal 700 55px/70px 'Open Sans', sans-serif;
	color: #ffffff;
	margin: 0;
}
.bannertext {
	position: absolute;
	top: 250px;
	width: 830px;
	left: 50%;
	margin-left: -500px;
	height: auto;
	z-index: 99999;
	padding: 30px 40px;
	text-align: left;
	background-color: rgba(7,7,7,0.4);
}
.bannertext h2 {
	font: normal 300 25px/40px 'Open Sans', sans-serif;
	color: #ffffff;
	margin: 0;
}
.bannertext h1 {
	font: normal 700 70px/75px 'Open Sans', sans-serif;
	color: #ffffff;
	margin: 0;
}
.bannertext p {
	font: normal 400 18px/30px 'Open Sans', sans-serif;
	color: #ffffff;
	margin: 40px 0 0 0;
}
.slider-dots {
	position: absolute;
	left: 0;
	top: 387px;
	z-index: 999999;
}
.border-top-grey {
	border-top: 1px solid #CCC;
}

.open-50-grey {
	font: normal 700 50px/60px 'Open Sans', sans-serif;
	color: #474747;
	text-decoration: none;
}
.open-18-grey {
	font: normal 400 18px/36px 'Open Sans', sans-serif;
	color: #616d75;
	text-decoration: none;
	letter-spacing: -0.6px;
}
.open-15-white-bold {
	font: normal 700 15px/24px 'Open Sans', sans-serif;
	color: white;
	text-decoration: none;
	letter-spacing: 0.5px;
}
.open-22-grey {
	font: normal 400 22px/40px 'Open Sans', sans-serif;
	color: #616d75;
	text-decoration: none;
}
.montserrat-36-semibold-dark {
	font: normal 600 36px/1 'Montserrat', sans-serif;
	color: #474747;
}
.montserrat-44-dark {
	font: normal 400 44px/1 'Montserrat', sans-serif;
	color: #474747;
}
.montserrat-24-semibold-dark {
	font: normal 500 24px/34px 'Montserrat', sans-serif;
	color: #474747;
}
.open-16-grey {
	font: normal 400 16px/32px 'Open Sans', sans-serif;
	color: #8a8a8a;
}
.open-16-grey-line {
	color: #8a8a8a;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 27px;
	font-weight: 400;
	font-variant: normal;
}
.open-16-white {
	font: normal 400 16px/32px 'Open Sans', sans-serif;
	color: white;
}
.open-14-white {
	font: normal 400 14px/30px 'Open Sans', sans-serif;
	color: #ffffff;
}
.open-13-grey {
	font: normal 400 13px/26px 'Open Sans', sans-serif;
	color: #8a8a8a;
}
.open-13-orange {
	color: #f36f21;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 26px;
	font-weight: 400;
	font-variant: normal;
}

.open-13-white {
	font: normal 400 13px/26px 'Open Sans', sans-serif;
	color: #ffffff;
	text-decoration: none;
}
.open-13-white-spaced {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #FFF;
    line-height: 18px;
    text-decoration: none;
    font-weight: 600;
	letter-spacing: 4px;
}
.open-46-white {
    font-family: 'Open Sans', sans-serif;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 65px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -1px;
}
a.footer-links {
	font: normal 400 13px/26px 'Open Sans', sans-serif;
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s;
}
a.footer-links:hover {
	border-bottom: solid white 1px;
}
p:first-of-type {
	margin-top: 0;
}
.carpet-bg {
	background-image: url(images/home/carpet-showroom-exeter.jpg);
	background-position: center center;
	background-attachment: fixed;
}
.button-blue {
	font: normal 700 15px 'Open Sans', sans-serif;
	padding: 15px 25px 15px 25px;
	background-color: #38347b;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	transition: 0.5s;
	display: inline-block;
}
.button-blue:hover {
	background-color: #f36f21;
	padding: 15px 25px 15px 25px;
}
.button-blue:before {
	font: normal 700 0px 'Material Icons';
	content: 'phone';
	vertical-align: -4px;
	opacity: 0;
	transition: 0.3s;
}
.button-blue:hover:before {
	font: normal 700 18px 'Material Icons';
	padding-right: 13px;
	opacity: 1;
}

.product-container {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  display: block;
  text-align: center;
}
figure {
  width: 292px;
  height: 292px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 3px solid #fff;
  box-shadow: 0 0 10px #ddd;
  margin: 1em;
}

figcaption {
  font: normal 700 15px 'Open Sans', sans-serif;	
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: table;
  transition: 0.2s;
}

figcaption div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 20px;
  opacity: 0;
  color: #2c3e50;
  text-transform: uppercase;
}
figcaption div span {
	font: normal 500 14px/26px 'Open Sans', sans-serif;
	text-transform: none;
}

figcaption div:after {
  position: absolute;
  content: "";
  left: 0; right: 0;
  bottom: 55%;
  text-align: center;
  margin: auto;
  width: 0%;
  height: 2px;
  background: #2c3e50;
  transition: 0.4s;
}
figcaption div.short:after {
  position: absolute;
  content: "";
  left: 0; right: 0;
  bottom: 42%;
  text-align: center;
  margin: auto;
  width: 0%;
  height: 2px;
  background: #2c3e50;
  transition: 0.4s;
}

figure img {
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

figure:hover figcaption {
 background: rgba(255,255,255,0.6);
}
figcaption:hover div {
  opacity: 1;
  top: 0;
}
figcaption:hover div.short {
  opacity: 1;
  top: 0;
}
figcaption:hover div:after {
  width: 50%;
}
figcaption:hover div.short:after {
  width: 50%;
}
figure:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}


img.sop {
	filter: alpha(opacity=100);
	opacity: 1;
}
img:hover.sop  {
	filter: alpha(opacity=60);
	opacity: 0.6;
	font-weight: 400;
}

.button-grey {
	display: block;
	height: 50px;
	width: 313px;
	webkit-border-radius: 3px 3px 3px 3px;
    moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height:50px;
	font-weight: 400;
	background-color: #525252;	
	-webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  -o-transition: all 1.0s ease;
  -ms-transition: all 1.0s ease;
  transition: all 1.0s ease;
	}
a.button-grey:hover {
    background-color: #E44111;	
	color: #FFFFFF;
}
