/*defaults*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body, p {
	font-family: 'Helvetica', Arial, sans-serif
	color: #3f3f3f;
}
h1, h2, h3, h4, h6, .system-message h1, .system-error-message h1, strong, b {
	color: #3f3f3f;
}
h5, .system-message h5, .system-error-message h5, strong, b {
	color: #ffffff;
}
span.error:empty, small.error:empty {
	display: none;
}
.system-message, .system-error-message {
	background: none;
	border: none;
	margin: 0;
	color: #6e6460;
	padding: 0;
}
p {
	font-size: 17px;
}
p.lead {
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-style: italic;
	margin-bottom: 3rem;
}
.system-message h1, .system-error-message h1 {
	font-size: 36px;
}
h1, h2, h3, h4, h5  {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
h1 {
    letter-spacing: 10px;
    text-shadow: 2px 2px 8px #1b1b23;
}
h2 {
	letter-spacing: 10px;
}
h3 {
	letter-spacing: 10px;
}
h4 {
	letter-spacing: 2px;
}
h5 {
	font-weight: 500;
}
h6 {
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: 600;
	font-size: 	17px;
}
a {
	color: #fa1000;
}
a:hover, a:focus, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus {
	color: #c50e01;
}
em, input[type="text"], textarea, select {
	font-family: 'Helvetica', Arial, sans-serif;
	font-style: italic;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], texarea, select, button {
	border-radius: 0;
	height: auto;
	border: 1px solid #ccc;
	padding: 11.5px 13px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], texarea, select {
	background: #fff;
}
label, input[type="text"], input[type="email"], input[type="password"] {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
}
textarea {
	border-radius: 0;
	padding: 10px 13px;
}
ul, ol {
	margin: 0;
}
ul li {
	font-size: 14px;
	margin-bottom: 10px;
	list-style: outside;
}
ol li {
    font-size: 14px;
    list-style-type: decimal;
    margin-bottom: 10px;
}
.image-full {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 2rem;
}
.image-full img {
	border: 9px solid #fff;
	float: left;
	height: auto;
	width: 100%;
}
.image-side {
	float: left;
	height: auto;
	margin-top: 50px;
	width: 100%;
}
.inner-text {
	float: left;
	height: auto;
	padding: 30px 40px 40px 0;
	width: 100%;
}
.inner-text p {
	color: #7d7d7d;
	font-style: italic;
	padding-left: 25px;
}
.inner-text p:before {
	content: url("../img/dot-image.png");
}

.cart > a h5 {
    font-size: 12px !important;
}
.review-bg {
	width: 100%;
	/* float: left; */
	margin: 0;
	padding: 30px 0;
	background: #dee0e4;
}
.review-container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.review-left-side {
	float: left;
	width: 160px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
}
.review-right-side {
	float: left;
	width: 83%;
	margin: 0;
	padding: 0;
}
.item {
	width: 86%;
	float: left;
	margin: 0 0 0 19px;
	padding: 0;
}
.slick-slide .item img {
	width: auto;
	margin: auto; float: left;
}
.title-head {
	width: 100%;
	float: left;
	margin: 10px 0;
	font-weight: bold; color: #3f3f3f;
}
.review-right-side .slick-prev {
	left: -4px;
}
.review-right-side .slick-dots {
	display: none !important;
}
.review-img {
	margin: 0 0 10px 0;
}
.review-img h4 {
	margin: 0;
}
.review-left-side p {
	margin: 10px 0;
}
.blinds-img a {
	font-size: 14px;
	background: #fa1000;
	padding: 11px 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
.review-right-side .slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
	opacity: 0.95;
}
/*modal*/
.reveal-modal {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	text-align: left;
}
.dl-back {
  display: none;
}
.modal {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	padding: 2rem;
}
.dash {
	background: none repeat scroll 0 0 #666;
	height: 1px;
	margin: 20px auto;
	width: 30px;
}
/*buttons*/
.button, button, input[type="submit"], a#catshopbuy:link, a#catshopbuy:visited {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	background: none;
	letter-spacing: 2px;
	background: #fa1000;
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
    }
.button.secondary, button.secondary {
	background: #fff;
	color: #363636;
	border: 1px solid #e7e7e7;
}
.button.secondary:hover, button.secondary:hover {
	background: #c50e01;
}
.button.tertiary, button.tertiary {
	background: #fa1000;
	color: #fff;
}
.button.tertiary:hover, button.tertiary:hover {
	background: #222;
}
button:hover, .button:hover, button:focus, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #c50e01;
	color: #fff;
	transition-duration: 0.5s;
}
.button.small {
	font-size: 15px;
}
.button.tiny {
	font-size: 13px;
	padding: 13px 20px;
}
input[type="submit"] {
	padding: 11px 20px;
	border: none;
	cursor: pointer;
}
/*header*/
header {
	position: absolute;
	z-index: 1000;
	width: 100%;
}
.contain-to-grid, .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button), .contain-to-grid, .top-bar, .top-bar-section li:not(.has-form) a:not(.button), .top-bar.expanded .title-area {
	background: none;
}
.top-bar .toggle-topbar.menu-icon {
	margin-top: 5px;
	font-family: 'Montserrat', sans-serif;
}
.top-bar.expanded .toggle-topbar a {
	color: #FFFFFF;
}
.top-bar ul li {
	list-style: none;
}
.top-bar-section ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contain-to-grid .top-bar {
	top: 20px;
}
.top-bar-section ul {
	float: right;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	color: #fa1000;
	background: none;
}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none repeat scroll 0 0 #fa1000;
}
.top-bar-section ul li > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	border-radius: 0;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
}
.top-bar-section li .dropdown li > a {
	font-size: 12px;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) > li a:not(.has-form) a:not(.button) {
	background: none;
	border-radius: 0;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	color: #535353;
	border-bottom: 1px solid #ccc;
	background: #f7f7f7;
}
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) .dropdown li.active:not(.has-form) a:not(.button) {
	background: #fa1000;
}
.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button) {
	background: #fa1000;
}
.top-bar .name {
  float: left;
  margin-left: 0.9375rem;
  margin-top: -20px;
}
.top-bar .name img {
  max-width: 350px;
}
.top-bar-section .has-dropdown li > a {
	font-size: 14px;
	font-weight: 300;
}
.top-bar-section .has-dropdown > a::after {
  border-color: rgba(255, 255, 255, 0.75) transparent transparent;
  right: -14px;
  top: 23px;
}
.left > li {
  color: #fff;
  float: left !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  margin: 10px 0 !important;
  overflow: hidden;
}
.top-bar-section .dropdown li {
  height: auto;
  width: 106% !important;
}
.product-description .add-cart {
  background: #333 none repeat scroll 0 0;
  color: #fff !important;
  float: none;
  font-size: 12px;
  margin: 0 auto;
  padding: 6px 0;
  text-align: center;
  width: 100px;
}
.product-description .add-cart a {
  color: #fff;
  padding: 8px 14px;
}
.product-description .add-cart:hover { background:#c50e01;}
.enquire-about {
  background: #fa1000 none repeat scroll 0 0;
  color: #fff !important;
  float: left;
  margin: 0;
  padding: 0;
}
.enquire-about a {
  color: #fff;
  float: left;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 6px 10px;
}
.enquire-about:hover { background:#c50e01;}
.left li a {
  border-right: 1px solid #fff;
  font-size: 14px !important;
  line-height: 18px;
  margin: 0;
  padding: 0 26px !important;
}
.left li a.last { border-right:0px; padding-right:0px !important;}
.left li:hpver a { color:#fa1000 !important;}
.left li:hpver {color:#fa1000 !important;}
.top-bar .title-area {
  margin: 0;
  position: relative;
  width: 259px !important;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	color: rgba(0, 0, 0, 0.45);
}
.top-bar-section ul li:hover:not(.has-form) > a {
	background: #f7f7f7;
	color: #535353;
}
.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
	background: #f7f7f7;
	color: #fa1000;
}
.top-bar-section .dropdown {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
.contain-to-grid {
	padding: 25px 0px 60px;
	background: none; float:left;
}

.PAY-AN-INVOICE-head h2 {
	font-size: 16px;
	letter-spacing: 0;
	margin: 10px 0;
	font-weight: normal;
}
.PAY-AN-INVOICE-head {
	background: #e3e3e3;
	float: left;
	width: 100%;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}
.pay-an-invoice-form {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.payment-details {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.payment-details label {
	margin: 0 10px 0 0;
	width: 140px;
	float: left;
	padding: 10px 0;
}
.payment-details input {
	width: 32%;
	float: left;
	margin: 0;
}
.payment-details1 .payment-button {
	padding: 10px 10px;
	font-size: 12px;
}

.payment-details1 {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.payment-details1 label {
	margin: 0 10px 0 0;
	width: 140px;
	float: left;
	padding: 10px 0;
}



.top-bar-section {
  float: right !important;
  left: 0;
  position: relative;
  top: 7px !important;
  transition: left 300ms ease-out 0s;
  width: 62% !important;
}
.top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 2.8125rem;
  padding: 0 13px !important;
}
.utility-nav {
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.2);
}
.utility-nav ul, .utility-nav ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.utility-nav li {
	float: left;
}
.utility-nav li span {
	margin-right: 5px;
	color: #fff;
}
.utility-nav li a {
	color: #fff;
	display: inline-block;
	font-family: "Helvetica",Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 14px 15px;
	position: relative;
}
.utility-nav li a:hover {
	color: #fa1000 !important;
}

.utility-nav li:hover > a, .utility-nav li:hover > a span {
	color: #fff;
}
.cart {
  background: #fa1000 none repeat scroll 0 0;
  float: right;
}
.cart > a {
  float: left;
  font-family: "Helvetica",Arial,sans-serif;
  font-size: 17px;
  padding: 13px 30px;
}
.cart > a h5 {
  font-size: 14px !important;
  font-weight: bold;
}
.shopping-cart {
	color: #ffffff;
	display: block;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.shopping-cart a {
	color: #fff;
}
.shopping-cart span {
	margin-left: 5px;
}

.description li {
  background: rgba(0, 0, 0, 0) url("/../_assets/img/dot-img.png") no-repeat scroll 0 8px;
  float: left;
  margin: 0;
  padding: 0 0 0 14px;
  width: 100%;
}

.Timer-container {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.counter {
	width: 384px;
	float: none;
	margin: 20px auto 0;
	padding: 0;
	overflow: hidden;
}
.table-cell {
	width: 23.7%;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 13px;
}
.tab-metr {
	font-family: 'Montserrat', sans-serif;
}
.tab-val {
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px;
	background: #fa1000;
	color: #fff;
	text-align: center;
	font-size: 38px;
	/* height: 70px; */
	line-height: 46px;
}

.visualiser {
  background: #000000 none repeat scroll 0 0;
  float: right;
}
.visualiser > a {
  float: left;
  font-family: "Helvetica",Arial,sans-serif;
  font-size: 17px;
  padding: 13px 30px;
}
.visualiser > a h5 {
  font-size: 14px !important;
  font-weight: bold;
}
.visualiser-cart {
	color: #ffffff;
	display: block;
	font-family: "Book Antiqua", serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.visualiser-cart a {
	color: #fff;
}
.visualiser-cart span {
	margin-left: 5px;
}




.utility-nav .uty0, .utility-nav .uty1 {
	display: none;
}
table.cartSummaryTable {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin: 0;
	width: 100%;
}
td.cartSummaryItem {
	color: #FFFFFF;
	font-size: 16px;
	padding: 0;
	text-align: center;
}
.top-full-header {
  background: #292929 none repeat scroll 0 0;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-full-header-bottom {
  background: #393939 none repeat scroll 0 0;
  float: left;
  margin: 0;
  padding: 5px 0;
  width: 100%;
}
/*pricing tables*/
.pricing-table {
	border: 2px solid #fa1000;
	margin-bottom: 30px;
}
.pricing-table .title {
	background: #fa1000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 21px;
	padding: 30px 15px;
}
.pricing-table .title a {
	color: #fff;
}
.pricing-table .price {
	background: none;
	font-family: 'Montserrat', sans-serif;
}
.pricing-table .price p.small {
	margin-bottom: 10px;
}
/*side-nav*/
.side-nav {
	margin-bottom: 2rem;
	overflow: hidden;
	padding: 0;
}
.side-nav li, .side-panel ul li {
	margin-bottom: 0;
}
.side-nav li a:not(.button), .side-panel ul li a {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	color: #8d8d8d;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	padding: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
}
.side-nav li.side-nav-title a:not(.button), .side-nav li.side-nav-title a:hover:not(.button), .side-panel h4 {
	background: none repeat scroll 0 0 #f7f7f7;
	color: #fa1000;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	padding: 15px;
	font-size: 12px;
	letter-spacing: 1px;
}
.side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button), .side-nav li.active > a:first-child:not(.button) {
	background: none repeat scroll 0 0 #f7f7f7;
	color: #3f3f3f;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	padding: 15px;
	font-size: 12px;
	letter-spacing: 1px;
}
/*search*/
.search {
  position: relative;
  width: 260px; float:left;
}
.face {
  float: left;
  margin: 12px 20px 0 0;
}
.search .fa {
	background: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: FontAwesome;
	font-weight: normal;
	height: 24px;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 22px;
	text-transform: none;
	top: 13px;
	width: 24px;
	opacity: 0.8;
}
.search .fa:hover, .search .fa:active {
	background: none;
	opacity: 1;
}
.search input[type="text"] {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 0;
	font-size: 14px;
	height: auto;
	margin: 0;
	padding: 8px 10px;
	position: relative;
	top: 8px;
	color: #fff;
}
.search input[type="text"]:focus {
	background: none;
}
/*slider*/

section.slider {
	position: relative;
}
.slick-slider {
	margin: 0;
	overflow: hidden;
}
.slick-slide img {
	width: 100%;
}
.slide-description {
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 1;
}
.slick-dots {
	bottom: 0px;
}
.slick-dots li button:before {
	color: #98918d;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #fa1000;
}
.slick-dots li button:before {
	font-size: 13px;
}
.hero-slider .slick-dots {
	bottom: 145px;
	margin: 0 0 0 25%;
	z-index: 1;
	text-align: left;
}
.hero-slider .slick-dots li button:before {
	content: none;
}
.hero-slider .slick-dots li {
	margin: 0 5px 0 0;
	width: auto;
}
.hero-slider .slick-dots li button {
	width: 50px;
	height: 5px;
	border-radius: 0;
	padding: 0;
	background: #fff;
}
.hero-slider .slick-dots li.slick-active button {
	background: none repeat scroll 0 0 #52cab3;
	height: 15px;
	top: -10px;
}
.slide-description span {
	color: #c87492;
	font-size: 46px;
	float: left;
	margin: 0 15px 30px 0;
}
.text-center.custom {
	letter-spacing: 0;
	text-shadow: none !important;
	font-size: 1.4375rem;
}
.slide-description h1, .slide-description h2 {
	color: #fff;
	font-weight: 100;
}
.slide-description h1.brown, .slide-description h2.brown {
	color: #6e6460;
}
.slide-description h1 {
	line-height: 40px;
	font-size: 32px;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
    font-weight: 500;
}
.slide-description .slider-head {
	line-height: 40px;
	font-size: 32px;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
    font-weight: 500;
}
.slide-description h2 {
	font-family: 'Montserrat', sans-serif;
	float: left;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
}
.slide-description a {
	border-bottom: 1px dotted #fff;
	color: #fff;
	display: inline;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 24px;
	font-style: italic;
	padding-bottom: 8px;
}
.slide-description h2 em {
	font-style: normal;
	text-transform: none;
	white-space: nowrap;
}
.slick-prev {
	left: 1rem;
}
.slick-next {
	right: 1rem;
}
.slick-prev, .slick-next {
	height: 36px;
	opacity: 0.5;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
	background: none;
	opacity: 1;
}
.slick-next:before {
	content: "";
}
.slick-prev:before {
	content: "";
}
.slick-prev:before, .slick-next:before {
	font-family: fontawesome;
	font-size: 36px;
}
/*exitpop*/
#exitpopup_bg {
	background: none repeat scroll 0 0 #000000;
	display: none;
	height: 100%;
	opacity: 0.8;
	position: fixed;
	width: 100%;
	z-index: 999998;
}
#exitpopup {
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;
	color: #ffffff;
	display: none;
	height: 345px;
	left: 645px;
	margin: 0 auto;
	padding: 2rem;
	position: fixed;
	top: 326.5px;
	width: 670px;
	z-index: 9999999;
}
#exitpopup h4 {
	letter-spacing: 0px;
	margin-top: 1rem;
	text-align: center;
}
#exitpopup p {
	font-size: 19px;
	line-height: 28px;
	margin: 0 0 2rem;
}
/*section main*/
section.main {
	padding: 4rem 0 3rem;
	background: #fff;
	position: relative;
}
.feature-image {
	border-radius: 90em;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 189px;
	margin-bottom: 30px;
}
section.main.inner {
	padding: 4rem 0 3rem;
	background: rgba(255,255,255,0.8);
	position: relative;
	z-index: 2;
}
section.main.inner h3 {
	text-align: center;
}
/*section main-image*/
section.bg-image {
	max-height: 245px;
	position: relative;
}
/*catalogue-main*/
.catalogue-main {
	padding: 3rem 0 0;
	background: #fff;
}
/*cta*/
.cta {
	position: relative;
	margin-bottom: 4rem;
	text-align: center;
}
.cta h2 a {
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-family: "Montserrat";
	height: 64%;
	left: 0;
	letter-spacing: 1px;
	line-height: 45px;
	margin: 3rem;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	width: 80%;
	z-index: 1; padding-top:98px;
}
.cta h2 a:hover {
	background: rgba(0,0,0,0.2);
}
/*section featured*/
section.featured {
	padding: 4rem 0;
	background: #f7f7f7;
}
section.featured h4 {
	text-align: center;
}
.productfeaturelist {
	margin: 2rem 0;
}
.productfeaturelist li {
	list-style: none;
}
.product-block {
	border: 1px solid #ece7ea;
	float: left;
	margin: 15px 0;
	width: 100%;
	background: #fff;
	position: relative;
}
.product-block figure {
	float: left;
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #f7f7f7;
}
.product-block figure img {
 width:100%;   
}
.product-block .product-description {
	float: left;
	padding-top: 10px;
	width: 100%;
}
.product-block h4 {
	display: block;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	padding: 0 10px;
	margin: 0;
	text-align: center;
}
.product-block h4 a {
	color: #3f3f3f;
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: 1px;
}
.product-block .product-description img {
	display: block;
	vertical-align: middle;
	width: auto;
}
.product-block .product-description .price {
	display: block;
	font-weight: bold;
	margin: 0px 0 15px;
	text-align: center;
	width: auto;
}
.product-block .product-description .price span {
	font-family: "Montserrat";
}
.product-block .product-description .price span.new-amount {
	color: #fa1000;
	font-size: 18px;
	font-weight: 300;
}
.product-block .product-description .price span.old-amount {
	color: #4b4b4b;
	font-size: 15px;
	font-weight: 300;
	text-decoration: line-through;
}
.add-cart .productSubmitInput {
	background: none repeat scroll 0 0 #363636;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin: auto;
	min-width: inherit;
	padding: 10px;
    }
span.sale {
	background: none repeat scroll 0 0 #fa1000;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin: auto;
	min-width: inherit;
	padding: 8px 15px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	z-index: 1000;
}
.browse-panel {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin-top: 15px;
}
.browse-panel h6, .browse-panel h5 {
	background: none repeat scroll 0 0 #f7f7f7;
	border: medium none;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 14px;
	text-transform: uppercase;
}
.browse-panel h6 {
	margin: 30px 0 0;
}
.browse-panel ol {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0;
}
.browse-panel ol li {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	color: #6e6460;
	font-family: "Montserrat", sans-serif;
	padding: 10px 14px;
	font-size: 13px;
	font-weight: 300;
}
.browse-panel ol li a {
	color: #8d8d8d;
	font-weight: 300;
}
.browse-panel ol li a:hover {
	color: #3f3f3f;
}
.browse-panel ol li a:before {
	display: inline-block;
	width: 10px;
	height: 10px;
}
ul.swatch li {
	border: 1px solid #ddd;
	background: #fff;
	float: left;
	font-family: "montserrat";
	font-size: 12px;
	font-weight: 300;
	height: 40px;
	line-height: 37px;
	margin: 0 15px 15px 0;
	text-align: center;
	width: 40px;
	cursor: pointer;
}
ul.swatch li.selected {
	border: 2px solid #444;
}
ul.swatch li em {
	width: 100%;
	height: 100%;
	display: block;
}
em.White {
	background: #fff;
}
em.Ivory {
	background: #F7F7f7;
}
p.attr-label {
	margin: 0 0 5px;
}
.sale-text, .new-price, .old-price {
	font-family: "montserrat";
	font-size: 24px;
	font-weight: 300;
}
.sale-text, .new-price {
	color: #fa1000;
}
.description p {
  font-size: 15px;
  margin: 0 0 10px;
}
.old-price {
	display: block;
	font-size: 15px;
}
.tabs dd > a, .tabs .tab-title > a {
	background-color: #fff;
	color: #222;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 14px 2rem;
	text-transform: uppercase;
}
.tabs dd.active a, .tabs .tab-title.active a {
	color: #222;
	background-color: #f7f7f7;
}
.tabs-content {
	padding: 1rem 2rem;
	background-color: #f7f7f7;
}
section.comments {
	padding-top: 3rem;
    clear:both;
}
.comment-container .comment-details span{
     font-weight:bold;   
    
    font-size:17px;
    }
    
section.related {
	padding-top: 3rem;
}
section.related h4 {
	text-align: center;
}
/*news section*/
section.news {
	padding: 4rem 0 3rem;
	background: url(img/news-bg.jpg) no-repeat top center;
	position: relative;
}
/*newsletter section*/
section.newsletter {
	padding: 4rem 0;
	position: relative;
	background: #fa1000;
}
section.newsletter h4, section.newsletter p {
	color: #fff;
	margin: 0;
	text-align: center;
    
}
section.newsletter h5, section.newsletter p {
	color: #fff;
	margin: 0;
	text-align: center;
    
}
section.newsletter p {
	margin-bottom: 2rem;
}
/*team*/
.team {
	text-align: center;
}
.team-image {
	border-radius: 90em;
	margin: 2rem auto;
	max-width: 250px;
	overflow: hidden;
}
.team-image img {
	width: 100%;
}
.team-description p {
	color: #777777;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}
.team-description h5 {
	margin: 0 0 0.25rem;
}
.team-description h5.title {
	color: #777777;
	margin: 0 0 1.5rem;
}
.team-social a {
	margin: 0 0.5rem;
	font-size: 24px;
}
/*custom-made*/
.custom-made {
	text-align: center;
}
.custom-made-image {
	margin: 2rem auto;
	overflow: hidden;
}
.custom-made-image img {
	width: 100%;
}
.custom-made-description p {
	color: #777777;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}
.custom-made-description h5 {
	margin: 0 0 0.25rem;
}
.custom-made-description h5.title {
	color: #777777;
	margin: 0 0 1.5rem;
}
.custom-made-social a {
	margin: 0 0.5rem;
	font-size: 24px;
}
/*map*/
section.map {
	height: 500px;
	width: 100%;
}
section.map iframe {
	height: 500px;
	width: 100%;
}
/*address*/
section.address {
	background: #f7f7f7;
	padding: 3rem 0 2rem;
	text-align: center;
}
section.address h2 {
	margin: 0 0 10px;
}
section.address h3, section.address h4, section.address h5 {
	font-weight: 300;
	margin: 0 0 5px;
}
section.address h3 a, section.address h4 a, section.address h5 a {
	color: #fffefe;
}
/*events*/
.event-item {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	border-top: 5px solid #5a79b2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	padding: 20px 30px;
}
.event-image {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.event-image img {
	width: 100%;
}
.event-date {
	background: none repeat scroll 0 0 #fa1000;
	bottom: 30px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	height: 75px;
	margin: 0;
	padding-top: 18px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 75px;
	z-index: 1;
}
.event-date span {
	display: block;
	line-height: 100%;
}
.event-date span.month {
	font-size: 16px;
}
.event-item h3 {
	font-weight: 100;
	text-align: center;
}
.event-item-detail {
	margin-bottom: 30px;
}
.event-item-detail h4 {
	margin-bottom: 15px;
}
.event-details {
	color: #99918e;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}
.event-details ul {
	list-style: none;
	margin: 0;
}
.event-details ul li {
	list-style: none;
}
/*announcements*/
.news-item {
	border: 1px solid #e7e7e7;
	margin-bottom: 2rem;
	padding: 1.5rem 2rem 0;
	text-align: center; min-height:476px;
}

.new-data { min-height:341px;
}


.news-item h4 {
	font-size: 18px;
	margin: 0 0 1rem; color:#fa1000;
}


.news-item h4 a, .news-item p {
}


.news-item .dash {
	background: #e7e7e7;
}
.news-item .button {
	margin: 0 auto;
}
section.news .news-item h4 a, section.news .news-item p {
	color: #fff;
}
section.news .news-item .button {
	background: #fff;
	color: #333;
}
/*faq*/
.faq-question a {
	color: #6e6460;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.faq-details {
	border-bottom: 1px dotted #e7e7e7;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	padding-top: 2rem;
}
.faq-details a {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 17px;
	text-transform: none;
	font-weight: normal;
	color: #fa1000;
}
.faq-icon {
	background: none repeat scroll 0 0 #74b9c8;
	border-radius: 90em;
	color: #fff;
	display: block;
	float: left;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 600;
	height: 30px;
	line-height: 15px;
	margin: 0 15px 17px 0;
	padding-top: 7px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: 30px;
}
.faq-icon.answer {
	background: #fa1000;
}
/*blog*/
.blog-post {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e7e7e7;
	margin-bottom: 2rem;
	padding: 0;
}
.blog-post p {
	font-size: 18px;
	font-style: italic;
}
.blog-post .post-body {
	margin: 0;
	padding: 2rem;
}
.blog-post h3.post-title {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 1rem 2rem;
	padding: 0;
	text-align: left;
}
}
.blog-post h3.post-title.blog-detail {
	font-size: 30px;
}
.blog-image img {
	margin-bottom: 10px;
	width: 100%;
}
.blog-post.blog-list .blog-image img {
	margin-bottom: -10px;
}
.blog-details {
	color: #bdbdbd;
	display: block;
	font-family: "Montserrat";
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 15px;
	padding: 0 2rem;
	width: 100%;
}
.blog-details span {
	color: #bdbdbd;
	margin-left: 10px;
}
.blog-details a {
	color: #bdbdbd;
}
.blog-details span:first-child {
	margin-left: 0;
}
.blog-post .post-details {
	margin-top: 10px;
}
.blog-post .links {
	font-size: 13px;
}
.blog-details div {
	border-radius: 3px;
	color: #666666;
	float: left;
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 15px 0;
}
.post-body.blog-detail img {
	margin-bottom: 20px;
}
.blog-details div i {
	margin-right: 5px;
}
.blog-aside {
	margin-bottom: 30px;
}
.BlogTagCloud a {
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 13px;
	margin: 0 5px 10px 0;
	padding: 5px 10px;
}
.side-panel ul li {
	border: none;
	padding: 0;
	margin: 0;
}
.comment-list, .blog-post dl {
	margin: 0;
}
/*forum*/
.feature-forum {
	float: left;
	height: auto;
	margin: 30px 0 20px;
	width: 100%;
	font-family: "Montserrat", sans-serif;
}
.feature-forum .forum-name {
	float: left;
	height: auto;
	padding: 8px 0;
	width: 45%;
}
.feature-forum ul li .forum-name {
	float: left;
	height: auto;
}
.feature-forum .forum-topic {
	float: left;
	height: auto;
	padding: 8px 0 6px 12px;
	width: 14%;
}
.feature-forum .forum-post {
	float: left;
	height: auto;
	padding:8px 0 6px 12px;
	width: 14%;
}
.feature-forum .forum-reply {
	float: left;
	height: auto;
	padding: 8px 0 5px 12px;
	width: 27%;
}
.feature-forum ul {
	float: left;
	height: auto;
	margin: 0;
	width: 100%;
}
.feature-forum ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #fff;
	border-color: -moz-use-text-color #dfdfdf #dfdfdf;
	border-image: none;
	border-right: 1px solid #dfdfdf;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	float: left;
	height: auto;
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	list-style: none;
}
.feature-forum ul li a {
	color: #222222;
	font-size: 14px;
	font-weight: 700;
}
.feature-forum ul li p {
	color: #222222;
	font-size: 14px;
	padding-left: 12px;
	padding-top: 8px;
}
.feature-forum ul li .forum-reply p {
	color: #b9b9b9;
}
.feature-forum ul li p span {
	color: #000000;
}
.feature-forum ul li .forum-topic, .feature-forum ul li .forum-post, .feature-forum ul li .forum-reply {
	padding: 0;
}
.feature-forum .forum-title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #fa1000;
	border-color: #dfdfdf #dfdfdf -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	color: #ffffff;
	float: left;
	height: auto;
	padding: 0 15px;
	width: 100%;
}
.feature-forum p {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
.feature-forum .forum-but {
	float: left;
	height: auto;
	padding: 0 0 10px;
	width: 100%;
}
.feature-forum .forum-but a.button {
	border-radius: 0;
	font-size: 15px;
	font-weight: 700;
	margin-left: 15px;
	min-width: 183px;
	text-transform: inherit;
}
.feature-forum .forum-but a.button img {
	margin-right: 5px;
}
.feature-forum .forum-but p a {
	font-size: 15px;
	padding-bottom: 2px;
}
.feature-forum .forum-but p {
	color: #9aa7af;
	display: inline-block;
	float: left;
	font-size: 15px;
	height: auto;
	margin: 14px 0 0;
	width: auto;
}
.feature-forum .button.secondary {
	background: none repeat scroll 0 0 #fcfcfc;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	color: #1a1a1a;
	font-weight: 700;
}
.feature-forum ul li .forum-name img {
	margin-right: 5px;
}
.forum-posts-container h2, .forum-posts-container h1 {
 letter-spacing:1px;   
}
.forum-posts-container h1 {
    font-size:24px;}
/*button-class*/
.button-class ul {
	margin: 0;
}
.button-class li {
	list-style: none;
}
/*page-title*/
section.page-title {
	overflow: hidden;
	position: relative;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	padding: 2rem 0 2rem;
	text-align: center;
}
section.page-title img {
	width: 100%;
}
.row.page-headline {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}
.row.page-headline h1 {
	color: #fff;
	margin-top: 450px;
}
/*responsive photogallery */
#photogalleryTable {
	margin-bottom: 2rem;
}
#photogalleryTable img {
	width: 100%;
	transition-duration: 0.5s;
	border: 1px solid #e7e7e7;
	padding: 3px;
}
#photogalleryTable img:hover {
	opacity: 0.8;
}
p.lead { display: none;}
/*footer*/
footer {
	background: #292929;
	padding: 3rem 0 0rem;
	position: relative;
}
footer h5 {
	color: #fff;
	margin-bottom: 1rem;
}
footer div.copy {
	background: #222222;
	text-align: center;
	padding: 1rem 0;
	margin-top: 3rem;
}
footer p, footer div.copy, footer span {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
footer ul, footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li a {
	color: #fff;
	font-size: 15px;
	padding: 5px 0;
	display: block;
}
footer ul li a:hover {
	color: #fa1000;
}
footer .vcard {
	border: medium none;
	color: #98958B;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
footer .vcard .fa {
	margin-right: 5px;
}
.social-icons {
	float: right;
}
.social-icons a {
	font-size: 28px;
	margin: 0 15px 15px 0;
	border-radius: 90em;
	border: 3px solid;
	width: 45px;
	height: 45px;
	padding-top: 7px;
	text-align: center;
	color: #6bb6c2;
	transition-duration: 0.5s;
}
.social-icons a:hover {
	color: #fff;
}
/*inner form*/
.inner-form {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ebebeb;
	float: left;
	height: auto;
	margin-top: 25px;
	padding: 18px 22px;
	width: 100%;
}
.inner-form h4 {
	color: #fa1000;
}
.inner-form form {
	float: left;
	height: auto;
	margin-top: 20px;
	width: 100%;
}
.inner-form textarea {
	min-height: 124px;
	padding: 12px 15px;
	width: 100%;
}
#fea1 > h3 {
  background: #fa1000 none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 12px 0 12px 8px;
  text-align: left;
  width: 98%;
}
#fea1 p {
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-size: 17px;
  font-weight: 500;
  line-height: 10px;
  margin: 5px 0 0;
  padding: 0 12px 0 0;
  text-align: left;
}
#fer1 > h3 {
  background: #c50e01 none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: 500;
  margin: -45px 0 0;
  padding: 12px 0 12px 8px;
  text-align: left;
  width: 98%;
  height: 45px;
  padding-top: 14px;
}
#fer1 p {
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-size: 17px;
  font-weight: 500;
  line-height: 10px;
  margin: 5px 3px 0 0;
  padding: 0 9px 0 0;
  text-align: left;
}
.top-bar-section.mobile {
  display: none;
}
section.main.inner { padding: 2rem 0 3rem !important;}

/*new page css*/
.motorised {
	margin: 0;
	line-height: 35px;
}
.motorised-bg {
	float: left;
	margin: 50px 0 0 0;
	padding: 0;
	width: 100%;
}
.motorised-left-side {
	width: 53%;
	float: left;
	margin: 0 38px 0 0;
	padding: 0;
}
.motorised-right-side {
	float: left;
	margin: 0;
	padding: 0;
	width: 43%;
}
.motorised-left-side h2 {
	font-size: 24px;
	letter-spacing: 1px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}
.motorised-right-side h2 {
	font-size: 28px;
	float: ;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	letter-spacing: 1px;
}
.motorised-right-side {
	float: left;
	margin: 0;
	padding: 0;
	width: 43%;
}
.motorised-right-side h2 {
	font-size: 21px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	letter-spacing: 1px;
}
.interior-blind-bg {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #ebebeb;
}
.interior-blind-bg:last-child { border-bottom:0px; margin-bottom:0px;}
.interior-blind-left-side {
	width: auto;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}
.interior-blind-right-side {
	float: left;
	margin: 0;
	padding: 0;
	width: 77%;
}
.interior-blind-right-side h2 {
	font-size: 15px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
.interior-blind-right-side p {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}
.interior-blind-right-side p strong {
	color: #000;
}
.further-container {
	float: left;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	background: #ddd;
}
.further-container h2 {
	width: 100%;
	float: left;
	margin: 0p;
	padding: ;
	padding: 0;
	text-align: center;
}
.further-somfy {
	width: 100%;
	float: left;
	margin: 40px 0 30px 0;
	padding: 0;
}
.further-somfy-box {
	width: 31.9%;
	float: left;
	margin: 0 20px 0 0;
	padding: 20px;
	text-align: center;
	min-height: 456px;
}
.further-somfy-box:nth-child(3) { margin-right:0px;}
.further-somfy-box h2 {
	float: left;
	margin: 0 0 7px 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
	min-height: 45px;
}
.further-somfy-box p {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 81px;
}
.further-somfy-box a {
	float: left;
	margin: 10px 0 0 0;
	padding: ;
	padding: 0;
	width: 100%;
}

.further-somfy-bg {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.further-somfy-bg h4 {
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.further-somfy-bg p {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.app.control-bg {
	width: 100%;
	float: left;
	margin: 40px 0 10px 0;
	padding: 0;
}
.app.control-box {
	width: 31.9%;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px;
	text-align: center; min-height: 350px;
}
.app.control-box:nth-child(3n + 3) { margin-right:0px;}
.app.control-box h2 {
	float: left;
	margin: 15px 0 0px 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
	min-height: auto;
}
.app.control-box p {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.features-container {
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
	padding: 20px 0;
	background: #ddd;
}
.features-container h2 {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	/* letter-spacing: 1px; */
}
.features-bg {
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
	padding: 0;
}
.features-left-side {
	float: left;
	margin: 0 67px 0 0;
	padding: 0;
	width: 56%;
}
.features-right-side {
	float: left;
	margin: 0;
	padding: 0;
	width: 37%;
}
.features-left-side ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.features-left-side ul li {
	font-size: 17px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	list-style: none;
	background: url(/../_assets/img/black-arrow-dot-img.jpg) no-repeat;
	background-position: 0px 11px; width:100%;
}


.features-right-side h2 {
	font-size: 28px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	letter-spacing: 1px; line-height: 28px;
}
.features-right-side h3 {
	font-size: 18px;
	letter-spacing: 1px;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.features-right-side ul {
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
}

.features-right-side ul li {
	font-size: 17px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	list-style: none;
	background: url(/../_assets/img/black-arrow-dot-img.jpg) no-repeat;
	background-position: 0px 11px; width:100%; line-height: 22px;
}
.options-bg {
	width: 100%;
	float: left;
	margin: 20px 0 40px 0;
	padding: 0;
}
.option-box {
	width: 31.9%;
	float: left;
	margin: 0 20px 0 0;
	padding: 15px;
	border: 1px solid #000;
	text-align: center; min-height: 309px;
}
.option-box:nth-child(3) { margin-right:0px;}
.option-box h2 {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
	min-height: auto;
}
.option-box p {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
/*media queries*/
/*************media queries**************/
@media only screen and (min-width: 0) and (max-width: 640px) {
h1, h3 {
	letter-spacing: 5px;
}
p.lead {
	font-size: 1.21875rem;
	line-height: 1.35;
	margin: 0!important;
}
header {
	background: none repeat scroll 0 0 #fa1000;
	position: relative;
}
.utility-nav {
	background: none;
}
.utility-nav li a {
	padding: 4px;
}
.cart {
	background: none repeat scroll 0 0 #333;
	margin-top: 8px;
	padding: 8px 10px;
}
.contain-to-grid {
	padding: 0rem 0 2rem;
}
.top-bar.expanded .toggle-topbar a span:after {
	box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}
.top-bar-section .has-dropdown > a:after {
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background: none;
	border: 0;
	color: #fff;
}
.top-bar .name img {
	max-width: 235px;
}
.top-bar .toggle-topbar.menu-icon {
	margin-top: -21px;
}
.slide-description {
	top: 22%;
}
.slide-description h1 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 3px;
}
.slide-description span {
	font-size: 26px;
}
.slide-description h2 {
	font-size: 12px;
}
.cta {
	margin-bottom: 1rem;
}
.cta h2 a {
	line-height: 93px;
	margin: 2rem;
}
section.main, section.featured, section.newsletter, section.news, section.page-title, section.main.inner, .catalogue-main {
	padding: 1rem 0;
}
section.newsletter input {
	width: 100%;
}
.add-cart .productSubmitInput {
	width: 100%;
}
.slick-next {
	right: 0.15rem
}
.slick-prev {
	left: 0.5rem
}
section.newsletter h4, section.newsletter p {
	margin-bottom: 0.5rem;
}
section.newsletter p {
	margin-bottom: 1rem !important;
}
.blog-post h3.post-title {
	margin: 1rem;
}
.blog-details {
	padding: 0 1rem;
}
.blog-post .post-body {
	padding: 1rem;
}
.product-details h3 {
	margin-top: 2rem;
	letter-spacing: 3px;
}
.tabs dd > a, .tabs .tab-title > a {
	padding: 12px 1rem;
	font-size: 11px;
}
.tabs-content {
	padding: 1rem;
}
    
    
#exitpopup_bg,#exitpopup {
	display: none!important;
}
    section.news {
	background: url(img/news-bg-small.jpg) no-repeat;
}
footer {
	text-align: center;
        padding:1rem 0 0;
}

}

@media only screen and (min-width: 480px) and (max-width: 640px) {
.slide-description {
	top: 27%;
}
.slide-description h1 {
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 3px;
}
.cta {
	margin-bottom: 1.5rem;
}
.cta h2 a {
	line-height: 163px;
	margin: 2rem;
	width: 84%;
	width: 84%;
}
    section.main, section.featured, section.newsletter, section.news, section.page-title, section.main.inner, .catalogue-main {
    padding: 2rem 0;

    }
    footer {
            padding: 2rem 0 0;
    }
}

/*@media only screen and (min-width: 641px) and (max-width: 1023px) {
h1, h3 {
	letter-spacing: 5px;
}
p.lead {
	font-size: 1.21875rem;
	line-height: 1.35;
	margin: 0!important;
}
header {
	background: none repeat scroll 0 0 #fa1000;
	position: relative;
}
.utility-nav {
	background: none;
}
.utility-nav li a {
	padding: 14px 12px;
}
    .contain-to-grid {
	padding: 0rem 0 6rem;
}
.top-bar .title-area {
    float:none;}
    .top-bar .name {
    display: block;
    float: none;
    margin: auto;
    text-align: center;
    width: 100%;height: 3.813rem;
}.top-bar-section li:not(.has-form) a:not(.button){
      padding: 0 35px; 
    }

.cart {
	background: none repeat scroll 0 0 #333;
	margin-top: 8px;
	padding: 8px 10px;
}
.slide-description {
	top: 30%;
}
.slide-description h1 {
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 3px;
}
    #exitpopup_bg,#exitpopup {
	display: none!important;
}
    section.main, section.featured, section.newsletter, section.news, section.page-title, section.main.inner, .catalogue-main {
    padding: 3rem 0;

    }
    footer {
            padding: 3rem 0 0;
    }
    .cta h2 a {
       
    line-height: 126px;margin: 2rem;
    }
    section.newsletter p {
    margin-bottom: 1rem !important;
}
}*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.map iframe {
  width: 100%;
}
	.dl-back {
  display: block !important;
}

.top-bar-section.mobile {
  display: block;
}
.top-bar-section { display:none;}

}

@media only screen and (min-width: 768px) and (max-width: 800px) {
	.review-container {padding: 0 15px;float: left;}
	.review-right-side {width: 77%;}
	
	
	.top-bar .name img {
  max-width: 218px;
}
	.map iframe {
  width: 100%;
}
section.bg-image { max-height: 216px;}
header { position: relative;}
section.main { padding: 1rem 0 1rem;}
.left li a { font-size: 11px !important; padding: 0 15px !important;}
.slick-slide img { margin: 105px 0 0; width: 100%;}
.top-bar-section { top: 21px !important; width: 100% !important; float:left !important; background: #333 none repeat scroll 0 0; margin: 10px 0 0;}
.top-bar-section ul { float: right; width: 100%;}
.button.tiny { font-size: 9px;}
.slide-description h1 { font-size: 19px; line-height: 23px; margin: 40px 0 0;}
.cta a { font-size: 19px; height: auto !important; padding: 26px 0 !important; width: 100% !important;}
.cta { margin-bottom: 1rem;}
section.news { padding: 2rem 0 3rem;}
.news-item { min-height: 250px;}
section.slider { display: none;}
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
	.review-container {padding: 0 15px;float: left;}
	.review-right-side {width: 77%;}
	
	.top-bar .name img {
  max-width: 218px;
}
	.map iframe {
  width: 100%;
}
	section.bg-image { max-height: 216px;}
.cta a { font-size: 19px; height: 192px !important; padding: 30px 0 !important; width: 100% !important;}
header { position: relative;}
section.main { padding: 1rem 0 1rem;}
section.slider { display: none;}
section.news { padding: 2rem 0 3rem;}
.news-item { min-height: 260px;}
.cta { margin-bottom: 1rem;}
.left li a { font-size: 12px !important; padding: 0 14px !important;}
.slick-slide img { margin: 105px 0 0; width: 100%;}
.top-bar-section { top: 21px !important; width: 100% !important; float:left !important; background: #333 none repeat scroll 0 0; margin: 10px 0 0;}
.top-bar-section ul { float: right; width: 100%;}
}
@media only screen and (min-width: 901px) and (max-width: 992px) {
	.review-container {padding: 0 15px;float: left;}
	.review-right-side {width: 80%;}
	.map iframe {
  width: 100%;
}
	section.bg-image { max-height: 225px;}
	.cta a { font-size: 19px; height: 192px !important; padding: 30px 0 !important; width: 100% !important;}
section.main { padding: 1rem 0 1rem;}
section.news { padding: 2rem 0 3rem;}
.news-item { min-height: 240px;}
.cta { margin-bottom: 1rem;}
.left li a { font-size: 13px !important; padding: 0 21px !important;}
.top-bar-section li:not(.has-form) a:not(.button) { line-height: 2.8125rem; padding: 0 8px !important;}
.top-bar-section { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; float: right !important; margin: 10px 0 0; top: 0 !important; width: 74% !important;}
.top-bar .title-area { float: left; width: 224px !important;}
.top-bar .name { margin-top: 0; width: 100%;}
.top-bar .name img { max-width: 218px;}
.slick-slide img {
  margin: 105px 0 0;
  width: 100%;
}
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
	.review-container {padding: 0 15px;float: left;}
	.review-right-side {width: 82%;}
.left li a { padding: 0 25px !important;}
.news-item { min-height: auto;}
section.main { padding: 1rem 0;}
}



@media only screen and (min-width: 768px) and (max-width: 992px) {
	.medium-6.columns.image-bg h3 {
  font-size: 19px;
}
.medium-6.columns.image-bg1 h3 {
  font-size: 19px;
}
.medium-6.columns.image-bg h4 {
  font-size: 16px;
}
.medium-6.columns.image-bg1 h4 {
  font-size: 16px;
}
	section.address { padding: 0 0 2rem;}
.cta a { height: auto !important; padding: 49px 0 !important; width: 100% !important;}
.news-item { padding: 1.5rem 1rem 0;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
.motorised-bg {margin: 30px 0 0 0;}	
.motorised-left-side {margin: 0 29px 0 0;}	
.interior-blind-left-side {margin: 0 15px 0 0;}	
.interior-blind-right-side {width: 72%;}
.interior-blind-bg .interior-blind-right-side h2 {font-size: 15px;}	
.further-somfy-box {margin: 0 15px 0 0; padding: 20px 14px; min-height: 480px;}	
.app.control-box {margin: 0 15px 20px 0; padding: 20px 15px; min-height: 405px;}	
.features-left-side {margin: 0 51px 0 0;}	
.option-box {margin: 0 15px 0 0;min-height: 365px;}	
	

	
	
.main h2 { font-size: 19px; letter-spacing: 3px;}
.inner-form h4 { font-size: 17px;}
section.page-title { overflow: visible;}
.product-block h4 a { font-size: 12px;}
}
@media only screen and (min-width: 730px) and (max-width: 800px) {
.product-block { min-height: 327px;}
}
@media only screen and (min-width: 320px) and (max-width: 500px) {
	.counter {width: 300px;}
	.table-cell {width: 23%; font-size: 12px;}
	.tab-val {font-size: 36px;line-height: 43px;}
	
	
	.motorised-bg {margin: 30px 0 0 0;}	
.motorised-left-side {margin: 0 0px 0px 0; width: 100%;}	
.interior-blind-left-side {margin: 0 15px 0 0;}	
.interior-blind-right-side {width: 69%;}
.interior-blind-bg .interior-blind-right-side h2 {font-size: 15px !important;}	
.further-somfy-box {margin: 0 0px 15px 0; padding: 20px 14px; min-height:auto; width: 100%;}	
.app.control-box {margin: 0 0px 20px 0; padding: 20px 15px; min-height: auto; width: 100%;}	
.features-left-side {margin: 0 0px 10px 0; width:100%;}	
.option-box {margin: 0 0px 15px 0;min-height: auto; width: 100%;}	
.motorised-right-side {width: 100%;}	
.further-container h2 {font-size: 16px;letter-spacing: 4px;}	
.features-container h2 {font-size: 16px;letter-spacing: 4px;}		
.features-right-side {width: 100%;}	
.motorised {text-align: center;}	
.features-right-side h2 {font-size: 22px;line-height: 20px;}	
.features-right-side h3 {font-size: 17px;}	
.further-somfy-bg h4 {font-size: 14px; line-height:22px;}	
.interior-blind-right-side p {font-size: 14px;}	
.motorised-bg .motorised-right-side h2 {font-size: 16px;}
.motorised-bg .motorised-left-side h2 {font-size: 16px;}
.app.control-box:nth-child(3n+3) {margin-right: 14px;}
	.motorised {font-size: 13px !important;}
	.further-somfy-box h2 {min-height: auto;}
	.further-somfy {margin: 40px 0 15px 0;}
	.features-container {margin: 15px 0 0 0;}
	.features-bg {margin: 20px 0 0 0;}
	
	
	
	
	.review-container {padding: 0 15px;float: left;}
	.review-right-side {width: 100%;}
	.review-left-side {
	margin: 0 15px 30px 0;
	width: 100%;
}
.title-head {font-size: 14px;}
.content-para {font-size: 14px;}

	
	.payment-details label {margin: 0 0 10px 0;width: 100%; padding: 0;}
	.payment-details input {width: 100%;}
	.payment-details1 label {display: none;}
	
	.medium-6.columns.image-bg1 {
  margin: 20px 0 0;
}
	section.bg-image { max-height: 394px;}
	.cta h2 a { font-size: 15px;}
	.page-title .medium-12.columns > h3 {
  font-size: 20px; 
}
.main h2 { font-size: 11px; letter-spacing: 3px;}
.cta a { height: auto !important; line-height: 36px !important; padding-top: 50px !important; width: 100% !important;}
.top-full-header-bottom ul.left { float: none !important; margin: 0 auto !important; overflow: hidden; padding: 0; width: 220px;}
.left li a { border-right: medium none; font-size: 14px !important; line-height: 18px; margin: 0; padding: 0 !important;}
.left > li { margin: 5px 0 !important;}
.search {float: right; width: 82%;}
.cart { background: #fa1000 none repeat scroll 0 0 !important; float: right;}
.cart > a {padding: 0 3px;}
.top-bar .name { height: auto;}
.top-bar { height: auto; }
.contain-to-grid .top-bar { top: 0;}
.top-bar .name { margin-top: 0; text-align: center; width: 100%;}
.top-bar .title-area { width: 100% !important;}
.top-bar-section.mobile { width: 98% !important; margin:20px 0 0 0;}
.top-bar-section ul { background: #393939 none repeat scroll 0 0; float: left; width: 98%;}
.top-bar-section li:not(.has-form) a:not(.button) { border-bottom: 1px solid #ccc;}
.contain-to-grid { padding: 20px 0 10px !important;}
.news-item { min-height: 310px !important;}
}


@media only screen and (min-width: 501px) and (max-width: 600px) {
	
	
			.motorised-bg {margin: 30px 0 0 0;}	
.motorised-left-side {margin: 0 0px 0px 0; width: 100%;}	
.interior-blind-left-side {margin: 0 15px 0 0;}	
.interior-blind-right-side {width: 81%;}
.interior-blind-bg .interior-blind-right-side h2 {font-size: 15px !important;}	
.further-somfy-box {margin: 0 14px 15px 0; padding: 20px 14px; min-height: 502px; width: 47%;}	
.app.control-box {margin: 0 14px 20px 0; padding: 20px 15px; min-height: 350px; width: 47%;}	
.features-left-side {margin: 0 0px 10px 0; width:100%;}	
.option-box {margin: 0 14px 15px 0;min-height: 337px; width: 47%;}	
.motorised-right-side {width: 100%;}	
.further-container h2 {font-size: 22px;letter-spacing: 4px;}	
.features-container h2 {font-size: 22px;letter-spacing: 4px;}		
.features-right-side {width: 100%;}	
.motorised {text-align: center;}	
.features-right-side h2 {font-size: 22px;line-height: 20px;}	
.features-right-side h3 {font-size: 17px;}	
.further-somfy-bg h4 {font-size: 17px;}	
.interior-blind-right-side p {font-size: 14px;}	
.motorised-bg .motorised-right-side h2 {font-size: 16px;}
.motorised-bg .motorised-left-side h2 {font-size: 16px;}
.app.control-box:nth-child(3n+3) {margin-right: 14px;}
	
	
	
	
	.review-container {padding: 0 15px;float: left;}
	.review-right-side {width: 100%;}
	.review-left-side {
	margin: 0 15px 30px 0;
	width: 100%;
}
.title-head {font-size: 14px;}
.content-para {font-size: 14px;}
	
	
	.payment-details input {
	width: 50%;
	float: left;
	margin: 0;
}
	.medium-6.columns.image-bg1 {
  margin: 20px 0 0;
}
	section.bg-image { max-height: 384px;}
	.page-title .medium-12.columns > h3 {
  font-size: 20px;
}
	.main h2 {
  font-size: 19px;
  letter-spacing: 3px;
}

.cta a { height: auto !important; line-height: 36px !important; padding-top: 50px !important; width: 100% !important;}
.top-full-header-bottom ul.left { float: none !important; margin: 0 auto !important; overflow: hidden; padding: 0; width: 220px;}
.left li a { border-right: medium none; font-size: 14px !important; line-height: 18px; margin: 0; padding: 0 !important;}
.left > li { margin: 5px 0 !important;}
.search {float: right; width: 89%;}
.cart { background: #fa1000 none repeat scroll 0 0 !important; float: right;}
.cart > a {padding: 0 3px;}
.top-bar .name { height: auto;}
.top-bar { height: auto; }
.contain-to-grid .top-bar { top: 0;}
.top-bar .name { margin-top: 0; text-align: center; width: 100%;}
.top-bar .title-area { width: 100% !important;}
.top-bar-section.mobile { width: 98% !important; margin:20px 0 0 0;}
.top-bar-section ul { background: #393939 none repeat scroll 0 0; float: left; width: 98%;}
.top-bar-section li:not(.has-form) a:not(.button) { border-bottom: 1px solid #ccc;}
.contain-to-grid { padding: 20px 0 10px !important;}
.news-item { min-height: 240px !important;}
}

@media only screen and (min-width: 601px) and (max-width: 640px) {
			.motorised-bg {margin: 30px 0 0 0;}	
.motorised-left-side {margin: 0 22px 0 0; width: 49%;}	
.interior-blind-left-side {margin: 0 15px 0 0;}	
.interior-blind-right-side {width: 67%;}
.interior-blind-bg .interior-blind-right-side h2 {font-size: 12px !important;}	
.further-somfy-box {margin: 0 14px 15px 0; padding: 20px 14px; min-height: 502px; width: 47%;}	
.app.control-box {margin: 0 14px 20px 0; padding: 20px 15px; min-height: 350px; width: 47%;}	
.features-left-side {margin: 0 22px 0 0;}	
.option-box {margin: 0 14px 15px 0;min-height: 337px; width: 47%;}	
.motorised-right-side {width: 47%;}	
.further-container h2 {font-size: 22px;letter-spacing: 4px;}	
.features-container h2 {font-size: 22px;letter-spacing: 4px;}		
.features-right-side {width: 40%;}	
.motorised {text-align: center;}	
.features-right-side h2 {font-size: 22px;line-height: 20px;}	
.features-right-side h3 {font-size: 17px;}	
.further-somfy-bg h4 {font-size: 17px;}	
.interior-blind-right-side p {font-size: 14px;}	
.motorised-bg .motorised-right-side h2 {font-size: 16px;}
.motorised-bg .motorised-left-side h2 {font-size: 16px;}
.app.control-box:nth-child(3n+3) {margin-right: 14px;}


	
	
	.review-container {padding: 0 15px;float: left;}
	.review-right-side {width: 69%;}
	.review-left-side {margin: 0 15px 0 0;}
.title-head {font-size: 14px;}
.content-para {font-size: 14px;}
	
	
	
	
	.medium-6.columns.image-bg1 {
  margin: 20px 0 0;
}
	section.bg-image {
  float: left;
  max-height: 0;
  position: relative;
}
section.page-title {
  float: none;
  overflow: hidden !important;
  width: 100%;
}
	.main h2 {
  font-size: 19px;
  letter-spacing: 3px;
}
.cta a { height: auto !important; line-height: 36px !important; padding-top: 50px !important; width: 100% !important;}
.top-full-header-bottom ul.left { float: none !important; margin: 0 auto !important; overflow: hidden; padding: 0; width: 220px;}
.left li a { border-right: medium none; font-size: 14px !important; line-height: 18px; margin: 0; padding: 0 !important;}
.left > li { margin: 5px 0 !important;}
.search {float: right; width: 89%;}
.cart { background: #fa1000 none repeat scroll 0 0 !important; float: right;}
.cart > a {padding: 0 3px;}
.top-bar .name { height: auto;}
.top-bar { height: auto; }
.contain-to-grid .top-bar { top: 0;}
.top-bar .name { margin-top: 0; text-align: center; width: 100%;}
.top-bar .title-area { width: 100% !important;}
.top-bar-section.mobile { width: 98% !important; margin:20px 0 0 0;}
.top-bar-section ul { background: #393939 none repeat scroll 0 0; float: left; width: 98%;}
.top-bar-section li:not(.has-form) a:not(.button) { border-bottom: 1px solid #ccc;}
.contain-to-grid { padding: 20px 0 10px !important;}
.news-item { min-height: 200px !important;}
}

@media only screen and (min-width: 641px) and (max-width: 700px) {
		.motorised-bg {margin: 30px 0 0 0;}	
.motorised-left-side {margin: 0 24px 0 0; width: 49%;}	
.interior-blind-left-side {margin: 0 15px 0 0;}	
.interior-blind-right-side {width: 69%;}
.interior-blind-bg .interior-blind-right-side h2 {font-size: 15px;}	
.further-somfy-box {margin: 0 14px 0 0; padding: 20px 14px; min-height: 502px; width: 31.8%;}	
.app.control-box {margin: 0 14px 20px 0; padding: 20px 15px; min-height: 432px; width: 31.8%;}	
.features-left-side {margin: 0 24px 0 0;}	
.option-box {margin: 0 14px 0 0;min-height: 420px; width: 31.8%;}	
.motorised-right-side {width: 47%;}	
.further-container h2 {font-size: 22px;letter-spacing: 4px;}	
.features-container h2 {font-size: 22px;letter-spacing: 4px;}		
.features-right-side {width: 40%;}	
.motorised {text-align: center;}	
.features-right-side h2 {font-size: 22px;line-height: 20px;}	
.features-right-side h3 {font-size: 17px;}	
.further-somfy-bg h4 {font-size: 17px;}	
	
	
	
	
	
	.review-container {padding: 0 15px;float: left;}
	.review-right-side {width: 71%;}
	.review-left-side {margin: 0 15px 0 0;}
.title-head {font-size: 14px;}
.content-para {font-size: 14px;}	
	
	section.address { padding: 1rem 0 2rem;}
	.medium-6.columns.image-bg h4 {
  font-size: 14px;
}
.medium-6.columns.image-bg1 h4 {
  font-size: 14px;
}
	.product-details h3 { font-size: 18px; letter-spacing: 1px;}
	.main h2 {
  font-size: 19px;
  letter-spacing: 3px;
}
.main h2 { font-size: 21px;}
.inner-form h4 { color: #fa1000; font-size: 16px;}
.inner-form > p { font-size: 15px; line-height: 23px;}
.inner-form form { margin-top: 0;}
.inner-form { padding: 18px 5px;}
section.slider { display: none;}
.search { width: 82%;}
.cart > a h5 { font-size: 12px !important;}
.left li a { font-size: 9px !important; padding: 0 14px !important;}
header { position: relative;}
.contain-to-grid .top-bar { top: 0; height: auto;}
.top-bar .name { height: auto;  margin-top: 0;}
.top-bar-section { margin: 18px 0 0; width: 52% !important;}
.top-bar-section ul { background: #333 none repeat scroll 0 0;}
.top-bar-section li:not(.has-form) a:not(.button) { border-bottom: 1px solid #ccc; padding: 0 0 0 13px !important;}
.top-bar-section ul li { width: 100%;}
.top-bar-section ul { float: left; width: 98%;}
.cta a { float: left; font-size: 17px; line-height: 25px !important; padding: 59px 0 0 !important; width: 100% !important; height:auto !important;}
.cta { margin-bottom: 1rem;}
section.main { padding: 1rem 0;}
.contain-to-grid { padding: 25px 0 20px;}
.news-item { min-height: 340px;}
footer h5 { font-size: 14px;}
.top-bar .name img {
  max-width: 272px;
}

}

@media only screen and (min-width: 701px) and (max-width: 767px) {
	.motorised-bg {margin: 30px 0 0 0;}	
.motorised-left-side {margin: 0 26px 0 0; width: 49%;}	
.interior-blind-left-side {margin: 0 15px 0 0;}	
.interior-blind-right-side {width: 72%;}
.interior-blind-bg .interior-blind-right-side h2 {font-size: 15px;}	
.further-somfy-box {margin: 0 14px 0 0; padding: 20px 14px; min-height: 502px;}	
.app.control-box {margin: 0 14px 20px 0; padding: 20px 15px; min-height: 432px;}	
.features-left-side {margin: 0 25px 0 0;}	
.option-box {margin: 0 14px 0 0;min-height: 420px;}	
.motorised-right-side {width: 47%;}	
.further-container h2 {font-size: 22px;letter-spacing: 4px;}	
.features-container h2 {font-size: 22px;letter-spacing: 4px;}		
.features-right-side {width: 40%;}	
.motorised {text-align: center;}	
.features-right-side h2 {font-size: 22px;line-height: 20px;}	
.features-right-side h3 {font-size: 17px;}	
.further-somfy-bg h4 {font-size: 17px;}	
	
	.review-container {padding: 0 15px;float: left;}
	.review-right-side {width: 73%;}
	.review-left-side {margin: 0 15px 0 0;}
	
	
	section.address { padding: 1rem 0;}
	.medium-6.columns section h4 {
  font-size: 16px;
}
	.main h2 {
  font-size: 19px;
  letter-spacing: 3px;
}
section.slider { display: none;}
.search { width: 82%;}
.cart > a h5 { font-size: 12px !important;}
.left li a { font-size: 11px !important; padding: 0 8px !important;}
header { position: relative;}
.contain-to-grid .top-bar { top: 0; height: auto;}
.top-bar .name { height: auto;  margin-top: 0;}
.top-bar-section { margin: 16px 0 0; width: 59% !important;}
.top-bar-section ul { background: #333 none repeat scroll 0 0;}
.top-bar-section li:not(.has-form) a:not(.button) { border-bottom: 1px solid #ccc; padding: 0 0 0 13px !important;}
.top-bar-section ul li { width: 100%;}
.top-bar-section ul { float: left; width: 98%;}
.cta a { float: left; font-size: 17px; line-height: 25px !important; padding: 59px 0 0 !important; width: 100% !important; height:auto !important;}
.cta { margin-bottom: 1rem;}
section.main { padding: 1rem 0;}
.contain-to-grid { padding: 25px 0 20px;}
.news-item { min-height: 310px;}
footer h5 { font-size: 14px;}
.top-bar .name img {
  max-width: 260px;
}

}





@media only screen and (min-width: 320px) and (max-width: 767px) {
	h1 {
  font-size: 1.154rem;
}
section.page-title { overflow: visible;}
.dl-back {
  display: block !important;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {

}

/*testimonials section*/
section.testimonials {
    padding: 50px 0;
    background: url(images/test-bg.jpg) repeat-x top;
}
.quote-icon {
    background: url(images/quote-icon.png) no-repeat center;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    display: block;
}
.testimonial-slider {
    text-align: center;
    color: #7db819;
}
.testimonial-slider h2 {
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 0;
    padding: 50px 50px 30px;
    color: #fffefe;
}
.testimonial-slider h4 {
    font-weight: 300;
    color: #fffefe;
}
.testimonial-slider .image {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border-radius: 90em;
   
}
.testimonial-slider .image img {
    overflow: hidden;
    border-radius: 90em;
}
.slick-prev, .slick-next {
    height:60px;
    
    width:30px;
    margin-top:-50px;
}

.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.slick-prev:before, .slick-next:before {
    font-size:68px;
    
    font-family:sans-serif;
    font-weight:300;
}
.slick-next:before{
    content:"›";
    
}
.slick-prev:before{
    content:"‹";
    
}




