/*
Theme Name: Lux
Theme URI: http://www.luxsashwindows.com
Author: Design Folk
Author URI: http://designfolk.co.uk
Description: Website Design for Lux
Version: 1.0-wpcom
Text Domain:  Lux
*/

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, 
b, u, i, 
dl, dt, dd, ol,li,ul
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding-top: 0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	margin-bottom:0;	
}

/* remember to define focus styles! */

:focus { 
	outline: 0; 
}

/*Fonts*/
@font-face {
    font-family: 'CalvertLight';
    src: url('inc_files/fonts/calvertmtstd-light-webfont.eot');
    src: url('inc_files/fonts/calvertmtstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc_files/fonts/calvertmtstd-light-webfont.woff') format('woff'),
         url('inc_files/fonts/calvertmtstd-light-webfont.ttf') format('truetype'),
         url('inc_files/fonts/calvertmtstd-light-webfont.svg#calvert') format('svg');
    font-weight: normal;
    font-style: normal;

}

li{	
	list-style-type: none;
}

a{
	text-decoration:none;
	color:inherit;
}

/* remove apple's default styling */

input[type="text"]
{
	
	padding:1px 0 1px 2px;
	-webkit-appearance: none;
}

input[type="textarea"]
{
	
	padding:1px 0 1px 2px;
	-webkit-appearance: none;
}
	
input[type="button"],input[type="submit"],textarea
{
	
	-webkit-appearance: none;
}

textarea{width: 100%}

body{
	font-family: helvetica;
	width:100%;
}

@media screen and (min-width: 1200px) and (max-width: 1257px){
.container {
  width: 1183px;
}
  }
@media screen and (min-width: 1200px) and (max-width: 1300px){
body{
	/*overflow: hidden;*/
}
  }
#main-wrapper{
	width:100%;
}

.outer{
	width:100%;
}

/*header-section*/
#nav-container{
	padding: 0;
}
.navbar-default {
background: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}

#logo {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  left: 0;
  right: 0;
   margin-top: 22px;
}
#logo img {
  display: block;
  margin: 0 auto;
	width: 400px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  margin-top: 38px;
  border-top: 2px solid #b2a071;
  border-bottom: 2px solid #b2a071;
  font-size: 14px;
  font-family: CalvertLight;
}
#nav-left{
}
#nav-left a{
	 padding: 15px 40px;
	 position: relative;
	 color: #000000;
}
#nav-left .first-menu a{
	padding-left: 0px;
}
#nav-left a:hover{
	color: #b2a071;
}
#nav-left li:hover > a{
	color: #b2a071;
}
#nav-left li:active{
	/*background-color: #ffffff;*/
}
.top-arrow{
	position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
}
.first-menu .top-arrow {
  position: absolute;
  bottom: 0;
  left: 8px!important;
  right: auto;
  margin: 0 auto;
}
.navbar-right {
   margin-top: 16px;
  margin-right: 0px;
}
.navbar-right li{
    margin-left: 42px;
}
.navbar-right li a{
   padding: 0px;
  color: #000000!important;
}
.navbar-right a:hover{
   color: #b2a071!important;
}
#tab-contact {
   margin-top: 6px;
  text-align: right;
  display: none;
}
#tab-contact a{
   padding: 0px;
  color: #000000!important;
}
#tab-contact a:hover{
   color: #b2a071!important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: none;
  box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.navbar-nav>li>.dropdown-menu {
	  top: 49px;
    left: -24px;
}
.caret {
  display: none;
}
.dropdown-menu li a {
  
  text-align: center;
  padding: 3px !important;
    width: 100%;
  margin: 3px auto!important;
}
.dropdown-menu>li>a:hover{
color: #b2a071!important;
background: none!important;
}
.dropdown-menu>li:hover{
color: #b2a071!important;
background: none!important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background: none;
 
}
/*end-header-section/

/*content-section*/
#content-wrapper{
	padding-top: 16px;
	padding-bottom: 78px;
	margin-bottom: 50px;
}

#content-wrapper  a:focus {
  color: #999;
}


#main-left{
  font-size: 14px;
  line-height: 18px;
  padding-right: 10px;
  letter-spacing: -0.12px;
	
}
#main-left p{
	  margin-bottom: 12px;
}
#main-right{
	  padding-top: 5px;
}
#main-right img{
	  float: right;
	  width: 100%;
}
#projects-grid{
	width: 100%;
	overflow: hidden;
}
#projects-grid a {
  position: relative;
  width: 32%;
  display: block;
  float: left;
  margin-left: 1%;
  margin-bottom: 6px;
}
#projects-grid a img{
  height: auto;
  display: block;
  max-width: 100%;
  width: auto\9;
  margin: 0 auto;
  width: 100%;
}
#projects-grid span {
  font-family: CalvertLight;
  position: absolute;
  display: block;
  background-color: #252525;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 34px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-top: 11px;
  z-index: 2;
}
#project-grid-outer{
	width: 99%;
	position: relative;
}
#project-grid{
	width: 100%;
	overflow: hidden;
}
#project-grid img{
  height: auto;
  width: 32%;
  display: block;
  float: right;
  margin-left: 1%;
  margin-bottom: 6px;
  cursor: pointer;
}
#project-grid #project-main{
  width: 65%;
  display: block;
  float: right;
  margin-left: 1%;
  margin-bottom: 6px;
}
#project-grid .grid-min-img{
	cursor: pointer;
}
#project-grid-outer #project-close{
  background: url(inc_files/images/back-arrow.png) left no-repeat transparent;
  position: absolute;
  right: 2px;
  width: 44px;
  padding-left: 15px;
  height: auto;
  display: block;
	margin-bottom: 10px;
}
.recent #main-left{
    overflow-y: scroll;
}
#services-main{
	display: block;
	margin: 0 auto;
	width: 95%;
}
.side-link{
	  display: block;
  margin-bottom: 63px;
  margin-top: 15px;
  max-width: 103px;
  width: 100%;
}
.post-wrapper{
	font-size: 14px;
	  margin-bottom: 35px;
	clear:both;
}
.post-wrapper h1{
	font-size: 14px;
	font-weight: 600;
}
.post-wrapper span{
	  color: #b2a071;
	  margin-bottom: 12px;
	  display: block;
}
.post-wrapper p{
	    margin-bottom: 50px;
}
.post-wrapper .time-stamp{
	font-size: 13px;
}
.post-wrapper img{
	/*float: left;
	width: 30%;
 
	margin-right: 3%;
	margin-bottom: 20px;
  */
	 height: auto;
	cursor: pointer;
}
.wp-block-image, 
#main-left ul li.blocks-gallery-item{
    width: 30%;
    float: left;
    margin-right: 3%;
	margin-bottom: 12px;
    margin-left: 0;
	margin: 0 3% 12px 0;
}
.Blog #main-left{
position: relative;
}
.Blog #main-left .scrollContainer,
.projects .scrollContainer
{
	position: absolute;
    bottom:0px;
    top:0px;
    left:0px;
    right: 0px;
	
    
}
.Blog #main-left .scrollContainer .innerScroll,
.projects .scrollContainer .innerScroll
{
	position: absolute;
	overflow-y: auto;
    overflow-x: hidden;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
  height: 100%;
}
#error-message{
	height: 500px
}
#error-message h1{
	font-size: 128px;
	font-weight: 600;
  text-align: center;
}
#error-message a{
	font-size: 34px;
	font-weight: 600;
  text-align: center;
    margin: 0 auto;
  display: block;
}

/*end-content-section*/

/*footer-section*/
#footer-wrapper {
	background-color: #252525;
	height: 63px;
	position: fixed;
	bottom: 0;
	border-top: 10px solid #ffffff;
    left: 0;
    right: 0;
  margin-top:20px;
}
#footer-wrapper .container{
	padding: 0;
}
#footer-inner-wrapper{
	background-color: #252525;
  padding-top: 16px;
  height: 57px;
}
#social-wrapper {
	 float: right;
   margin-right: 10px;
}
#social-wrapper a{
	margin-left: 16px;
  color: #ffffff;
  font-size: 14px;
  font-family: CalvertLight;
  text-decoration: none;
}
#social-wrapper a:hover{
	color: #b2a071;
}
.social-icon{
	margin-left: 16px;
	position: relative;
}
.bottom-arrow{
	position: absolute;
	bottom: 28px;
  left: -32px;
  right: 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
#fes-arrow{
	  left: -17px;
}
#con-arrow{
	   left: -16px;
  display: block;
  bottom: 28px;
}
/*end-footer-section*/



@media screen and (min-width: 992px) and (max-width: 1200px) {
#nav-left a{
	 padding: 15px 25px;
}
.navbar-right li{
    margin-left: 10px;
}
.navbar-nav>li>.dropdown-menu {
  left: -38px;
}
#projects-grid span {
position: absolute;
display: block;
background-color: #252525;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 34px;
font-size: 10px;
text-transform: uppercase;
color: #fff;
text-align: center;
padding-top: 5px;
z-index: 2;
}

}
@media screen and (min-width: 769px) and (max-width: 991px) {
#nav-left{
	 margin-left: 0px;
}
.navbar-right {
  margin-right: 0px;
}
#nav-left a{
	padding-right: 18px;
  padding-left: 18px
}
.navbar-right{
	display: none;
}
#tab-contact {;
  display: block;
}
.navbar-right li{
    margin-left: 7px;
}
.navbar-nav>li>.dropdown-menu {
  left: -46px;
}
#projects-grid a {
   position: relative;
  width: 49%;
  display: block;
  float: left;
  margin-left: 1%;
  margin-bottom: 3px;
}
#project-grid img {
  height: auto;
  width: 32%;
  display: block;
  float: right;
  margin-left: 1%;
  margin-bottom: 6px;
}
#project-grid #project-main {
  width: 98%;
  display: block;
  float: none;
  margin-left: 2%;
  margin-bottom: 6px;
}
}
@media screen and (min-width: 0px) and (max-width: 768px) {

	
	
	#main-wrapper {
    width: 98%;
    margin: 0 auto;
}
#nav-container{
	border-bottom: 2px solid #b2a071;
  padding-bottom: 40px;
}
.navbar-header{
	width: 100%
}
.navbar-right {
	float: right;
}
#nav-left .first-menu a {
  padding-left: 40px;
}
.top-arrow{
	display: none!important;
}
.navbar-nav>li>.dropdown-menu {
  top: -77%;
  
  left: 107px;
}
#social-wrapper {
  margin-right: 7px;
}
#project-grid #project-main {
  margin-bottom: 0px;
}
}
@media screen and (min-width: 0px) and (max-width: 991px) {
#side-menu {
  display: block;
 margin: 0 auto;
}
.side-link {
  display: block;
  margin: 0 5%;
  margin-top: 100px;
  float: left;
  width: 15%;
}
}
.no-border{
	border: none!important;
	padding-bottom: 0px!important;
}

input { width: 100%;
border: 1px solid #CCC;
    color: #888;
    height: 30px;
    line-height:30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}

textarea { width: 100%;
border: 1px solid #CCC;
    color: #888;
    
    line-height:30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}

select { width: 100%; }
.wpcf7-submit { width: 120px; }

.wpcf7-submit {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 14px;
  background: #252525;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  border: none;
  height: 45px;
  line-height:25px;
}

.wpcf7-submit:hover {
  background: #B2A071;
  text-decoration: none;
}

#main-left ul {
    padding-left: 10px;
    margin-bottom: 16px;
}
#main-left ul li {
    list-style-type: disc;
    
   
    line-height: 17px;
    margin-bottom: 5px;
    margin-left: 9px;
}
@media screen and (min-width: 0px) and (max-width: 550px) {

#projects-grid a {
    width: 100%;
}
  #project-grid img {
    height: auto;
    width: 100%;
}
  #project-grid #project-main {
    margin-bottom: 6px;
    width: 100%;
}
}

blockquote.style1 {
  font-size: 14px;
font-family: CalvertLight;
color: #b2a071;
  padding: 12px;
  margin: 8px;
  background-image: url(https://www.holkhamsashwindows.co.uk/wp-content/uploads/2016/04/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
.endquote{
  position:absolute;
  margin-left: 10px;
}

blockquote.style1 span {
     display: block;
     background-image: url(https://www.holkhamsashwindows.co.uk/wp-content/uploads/2016/04/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }
.recent-wrapper{
    padding:0px 0;
}
.recent-left p{
   
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px;
    letter-spacing: -0.12px;
    font-family: helvetica;
}
.recent-left{
  padding: 0 20px;
  min-height: 575px;
}

#main-left {
	min-height: 575px;
}
.recent-img{
    padding: 0 5px 5px 0;
}
.recent-img-sec img{
    margin-bottom: 5px;
}
.recent-right .row{
      margin-left: -9px;
    margin-right: 0px;
}

@media (max-width: 767px) {
    .recent-left {
        padding: 15px 0 30px 15px;
    }    
    .recent-img {
        padding: 0px 10px;
    }
    .recent-img-sec img {
        margin-bottom: 0px;
    }
    .recent-right img {
        margin-bottom: 5px;
    }
}

#project-grid .slide-div img {
    height: auto;
    width: 100%;
    display: block;
    float: right;
    margin-left: 0;
    margin-bottom: 0;
    cursor: pointer;
}
 .recent-img-sec img {
    margin-bottom: 5px !important;
}
 #project-grid .slide-div  #project-main {
    width: 100%; 
    margin-left: 0;
    margin-bottom: 0;
}

.recent-wrapper .hovereffect {
	overflow: hidden;
	position: relative;
}

.recent-wrapper .hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.recent-wrapper .hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.recent-wrapper .hovereffect p {
    color: rgb(255 255 255);
    position: absolute;
    font-size: 14px;
    background: rgba(0 0 0);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px 2px;
    font-weight: 500;
    bottom: -10px;
    width: 100%;
    text-align: center;
	bottom: 0px;
}

.recent-wrapper .hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.recent-wrapper .hovereffect:hover p {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}

@media (max-width: 995px) {
	.recent-left{
	  padding: 0 20px;
	  min-height: 370px;
	}
	
	#main-left {
	min-height: 370px;
}
	
}


@media (max-width: 767px) {


    .recent-wrapper .hovereffect p {
      
        bottom: 0px;
      
    
    }
	
	.recent-left{
	  padding: 0 20px;
	  min-height: 400px;
	}
	
	#main-left {
	min-height: 400px;
	}
	
	.innerScroll {
		padding: 30px;
	}
	
	.recent-right {
		padding: 30px; 
	}
	
	
	.dropdown-menu li a {
      color: inherit!important;
    padding: 15px !important;

}
	
	
}

/* 21.06.16 */
.div-bootom{
  text-align: right;
}
.div-bootom a{
 
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.div-bootom a:hover{
 
  color: #b2a071;
}
.right-div{
  padding: 0;
}


.fa-caret-left{
 
  color: #b2a071;
}

.pageHeading {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 636px) {
	#logo img {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	
	.blog-img {
		display: none;
	}
}