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

/* Millennium Blinds  CSS - www.octopus-creative.co.uk */

* {
	margin: 0;
	padding: 0;
}

body {
    font-size: 14px;
	font-family: 'Roboto Condensed', arial, helvetica sans-serif;	
	color: #666;
	background: #efefef;
	background-image: none;
}

em {
	font-style: normal;
	font-weight: 700;
}

img {
	border: 0;
	margin-bottom: 15px;
}




/* Global styles */

a:hover {
	color: #000;
}

p.telephone {
	font-size: 220%;
	color: #fff;
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-top: 14px;
}
	p.telephone a:link, p.telephone a:visited {
		color: #000;
		text-decoration: none;
	}
		p.telephone a:hover {
			color: #333;
			text-decoration: none;
		}
a.facebook {
    float: right;
    margin-top: 4px;
}
a.facebook img {
    margin: 0;
}
p.emphasis {
	font-size: 150%;
	line-height: 1.4em;
}

ul {
	margin-left: 25px;
}

h1, h2, h3, h6 {
	font-family: 'Roboto Condensed', arial, helvetica sans-serif;	
}

h1 {
	font-weight: 300;
	font-size: 210%;
	margin-top: 20px;
}

h2 {
	color: #ed1c24;
	font-weight: 300;
	font-size: 170%;
	line-height: 1.3em;
	padding: 1.3em 0;
}
	h2.bucketLink {
		color: #666;
		font-weight: 300;
		font-size: 170%;
		line-height: 1em;
		padding: 0;
	}

h3 {
	font-weight: 300;
	font-size: 155%;
}

h4 {
	text-align: center;
	font-family: 'Kalam', cursive;
	font-size: 560%;
	color: #fff;
}

h5 {
	font-family: 'Kalam', cursive;
	font-size: 280%;
	color: #fff;
}

h6 {
	font-weight: 300;
	font-size: 180%;
	color: #fff;
}

.table {
    width: 100%;
	margin-bottom: 20px;
}




/* Header styles */

.containerHeader {
	background: #a71c21 url(../images/bg-header.jpg) top left no-repeat; 
	padding: 20px;
}




/* Nav styles */

.navbar {
	margin-bottom: 0;
}

.navbar-inverse {
	background-color: #c00e28;	
	background-image: none;	
	border: none;	
	border-radius: 0;
}

.nav>li>a {
	padding: 15px 12px;
}

.caret {
	margin-left: 10px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a:link,
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a:visited {
	color: #fff;
	text-shadow: none;	
	border-top: 1px solid rgba(192,14,40,1);
	border-left: 1px solid rgba(192,14,40,1);
	border-right: 1px solid rgba(192,14,40,1);
}
	.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a:hover {
		color: #9a0b20;
	}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	color: #000;
	background-color: #fff;
	border-top: 1px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
	border-radius: none;
}

.navbar-nav>li>.dropdown-menu {
	border-top: none;
}



/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 58vh;
}
.fade-carousel .carousel-inner .item {
    height: 58vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #fff;
    border-color: #fff;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    bottom: 15%;
    left: 4%;
    z-index: 3;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    /*  -webkit-transform: translate3d(-8%,-8%,0);
         -moz-transform: translate3d(-8%,-8%,0);
          -ms-transform: translate3d(-8%,-8%,0);
           -o-transform: translate3d(-8%,-8%,0);
              transform: translate3d(-8%,-8%,0); */
}
.hero h1 {
    font-size: 3em;    
    margin: 0;
    padding: 0;
}

.hero h3 {
    width: 65%;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    /*background-color: #080d15;*/
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
a.link {
	float: right;
    font-family: 'Kalam', cursive;
	font-size: 2.2em;    
	color: #fff;
    margin: 26px 10px 0 0;
}
	a.link:hover {
		color: #000;
		text-decoration: none;
	}

.btn.btn-lg {
	float: right;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #fff;
    margin: 20px 0;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/bg-carousel-slide01.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/bg-carousel-slide02.jpg); 
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/bg-carousel-slide03.jpg); 
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 2em; }    

	.hero h3 {
		display: none;
	}

}




/* Page styles */

p.breadCrumb {
	padding: 15px 0 0 60px;	
}

ul.productList {
	margin-left: 25px;
	padding-left: 10px;
	list-style-image: url(../images/bg-ul-tick.gif);
}
	ul.productList li {
		padding: 0 0 10px 0;
	}



/* Bucket styles */

a.bucketLink {
	display: block;	
	padding: 8px;
}
	a.bucketLink:hover {
		background-color: #efefef;	
		text-decoration: none;
	}

.containerShowroom {
	background: #7bb6b8 url(../images/bg-visit-showroom.jpg) top left no-repeat; 
}

.containerBrochure {
	background: #7bb6b8 url(../images/bg-showroom-brochures.jpg) top left no-repeat; 
}

.containerOffer {
	background: #ed1b23; 
}

.containerBlinds {
	background: #b1b951 url(../images/bg-fitted-blinds.jpg) top left no-repeat; 
}

.bucketChevron-topWhite, .bucketChevron-bottomGrey {
  display: block;
  height: 65px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
	.bucketChevron-topWhite {
	  background-image: url(../images/bg-chevron-top-white.png); 
	}
	.bucketChevron-bottomGrey {
	  background-image: url(../images/bg-chevron-bottom-grey.png); 
	}


@media screen and (max-width: 640px){
    .containerShowroom h5, .containerBrochure h5, .containerOffer h5, .containerBlinds h5 { 
		font-size: 175%;
	}    
}




/* Form styles */

.form-control {
	border: 1px solid #5e5e5e;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
	.btn, .btn-submit,
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		text-align: center;
		text-shadow: none;
		box-shadow: none;
		display: block;
		/*width: 135px;*/
		color: #fff;
		/*background: #000 url(../images/bg-ul-triangle-wht.gif) 10px 14px no-repeat;*/
		padding: 7px 8px;
		background-color: #000;
		background-image: none;
		border-color: #000;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-decoration: none;
	}
		.btn:hover, .btn-submit:hover {
			background-color: #666;	
			border-color: #666;
		}



/* Table styles */

.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0;
}




/* Accreditation styles */

ul.brands {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.brands li {
		float:left;
		padding-right: 25px;
	}

@media screen and (max-width: 640px){
    ul.brands li img { 
		max-width: 100px;
	}    
}



/* Gallery styles */

ul.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.gallery li {
		float:left;
	}
		ul.gallery li img {
			max-width: 205px;
			padding: 5px 5px 0 5px;
		}




/* Testimonial styles */

.testimonial {
	display: block;
	background: #efefef;
	margin: 0 0 20px 0;
	padding: 0 20px 10px 20px;
	border: 1px solid #ccc;
	border-radius: 15px;
}
	.testimonial h2 {
		padding: 0;
	}




/* Google Map styles */

.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;
}




/* Footer styles */

.footer {
	width: 100%;
	min-height: 100px;
	margin: 0 auto;
	background: #f1f1f1;
}
	a.footerLink:link {
		color: #999;
	}
		a.footerLink:hover {
			color: #fff;
		}
		
		
	