/************* LOGO COLOR = GREEN (#5ebb47) **************/
/************* LOGO COLOR = GRAY (#676767) **************/

body {
	padding: 0;
	margin: 0;
	font-family:'Aileron Light';
	font-weight:lighter;
	font-size:16px;
    line-height:1.5;
}

#home a img:hover{
	border: 0px solid red;
}

#content {
	border: none;
}

#wrapper {
    margin:0 auto;
}

#main {
    background-color:#fff;
}

.spacer50{
	height: 50px;
}

.spacer100{
	height: 100px;
}

.spacer200{
	height: 200px;
}

.spacer1000{
	height: 1000px;
}

.container {
    margin:0 auto;
    padding:48px 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}



/* Headings */
h1,h2,h3,h4,h5,h6 {
	line-height:1;
}

a {
    text-decoration:none;
}

a:hover {
    color:#fff;
}

hr {
    border:none;
    background-color:rgb(220,220,220);
    height:12px;
    margin-bottom:18px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/***** toggle menu *****/

.toggle-menu{
	text-align: center;
	position: relative;
	font-family:'Aileron Light';
	font-weight:lighter;
}

.menu-label{
	font-size: 30px; 
	cursor: pointer; 
	color: #808080;
	font-family: 'Aileron Light';
	font-weight: lighter;
	margin-left: -40px;
}

.menu-label:hover{
	cursor: pointer; 
	color: #ffffff;
}

.overlay {
    height: 0%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
	border: 0px solid red;
	width: 80%;
	margin-left: 5%;
	margin-right: 5%;
}

.overlay-content li{
	text-align: center;	
	line-height: 40px;
	display: block;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
	font-family:'Aileron Light';
    font-weight:lighter;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .closebtn {
    font-size: 40px !important;
    top: 15px;
    right: 35px;
  }
}

/***** planks *****/

@media screen and (max-width:479px){

img.planks{
	width: 270px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 0px solid red;
}

a.menu-label{
	font-family:'Aileron Light';
	font-weight: lighter;
	font-size: 20px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: -2px;
	padding-left: 15px;
}
a.menu-label:hover{
	font-size: 20px;
}
}

@media screen and (min-width:480px){

img.planks{
	width: 400px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

a.menu-label{
	font-family:'Aileron Light';
	font-weight: lighter;
	font-size: 25px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: -2px;
}
}

/***** main nav *****/

img.main-logo{
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.g-logo{
	position: relative;
}

.g-logo img{
	width: 63.15px;
	height: 37px;
	margin-top: 110px;
}

.text-logo{
	position: relative;
	margin-top: 15px;
}

.text-logo img{
	width: 253.10px;
	height: 30px;
}

.main-nav-content{
	margin-top: 100px;
}

.main-nav{
	list-style: none;
	margin-bottom: 125px;
}

.main-nav{
	list-style: none;
}

.main-nav {
	list-style: none;
	color: #808080;
	text-align: left;
}

.main-nav a:link {
	text-decoration: none;
	color: #808080;
	width: 250px;
}

.main-nav a:active {
	text-decoration: none;
	color: #808080;
}

.main-nav a:hover {
	text-decoration: none;
	color: #3A3A3A;
	font-weight: lighter;
	
}

.main-nav-menu a{
	text-decoration: none;
	list-style: none;
}

.main-nav-menu{
	text-decoration: none;
	list-style: none;
}

.menu-link{
	text-align: center;
}

.main-menu-container{
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
}

.logo-menu img{
	float: left;
	margin-top: 15px;
	border: 0px solid red; 
	width: 200px;
	margin-left: 13%;
}

/***** RESPONSIVE *****/

@media (max-width: 1024px) {
.main-menu,.menu-link,.nav1, .logo-menu,.navHighlighter{
display: none;
}

.main-nav-responsive li{
	width: 400px;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

img.hovergray{
	width: 280px; 
	height: 450px;
}
}

@media (min-width:1025px){
.main-nav-responsive-open,.toggle-menu{
	display: none;
	
}

img.hovergray{
	width: 300px; 
	height: 510px;
}

}

/***** About Us *****/
/*############### TEXT #################*/
@media screen and (min-width: 640px){
.auContainer{
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	font-family:'Aileron Light';
	font-weight:normal;
	z-index: 1;
	position: absolute;
	width: 100%;
}

.auContent{
	margin-top: 300px;
	margin-left: 15%;
	margin-right: 15%;
	font-family:'Aileron Light';
    font-weight:lighter;
	border: 0px solid green;
	letter-spacing: 0.5px;
}
.auText{
	max-width: 800px;
	border: 0px solid yellow;
	text-align: justify;
}
}

@media screen and (min-width: 270px) and (max-width: 639px){
.auContainer{
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	font-family:'Aileron Light';
	font-weight:normal;
	z-index: 1;
	position: absolute;
	width: 100%;
}

.auContent{
	font-family:'Aileron Light';
    font-weight:lighter;
	border: 0px solid red;
	margin-top: 120px;
}

.auText{
	width: 90%;
	border: 0px solid yellow;
	text-align: justify;
	display: block;
	margin: auto;
}

}
/*############### BG IMAGE #################*/


.pic-wrapper {
  height: 1050px;
  overflow: hidden;
  z-index: -5;
}

figure {
  top: 0;
  left: 0;
  height: 100%;
  /*animation*/
  animation: slideShow 40s linear infinite alternate;
  z-index: -5;
}

.pic-1 {
  background: url(http://globalfurniture.com.au/bg-image.jpg) no-repeat center center;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  height: 1050px;
  z-index: -5;
}

/* keyframes*/

@-webkit-keyframes 
slideShow {  
0% {
 transform:scale(1.1);
}
 100% {
 transform:scale(1.3);
}
}

/*########### RESPONSIVE ##########*/

@media (max-width: 1024px) {
.pic-wrapper{
  height: 100%;
  overflow: hidden;
  z-index: -5;
}

.pic-wrapper {
  height:  900px;
  overflow: hidden;
  z-index: -5;
}

figure {
  height: 100%;
  /*animation*/
  z-index: -5;
}

.pic-1 {
  background: url(http://globalfurniture.com.au/bg-image.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -5;
  margin: 0px;
  height: 100%;
}

/* keyframes*/

@-webkit-keyframes 
slideShow {  
0% {
 transform:none;
}
 100% {
 transform:none;
}
}



}

/*********** BROCHURE ************/

#brochure{
	text-align: center;
}

.brochure1{
	font-family: 'Aileron Light';
	font-weight:normal;
	padding-top: 25px;
	padding-bottom: 10px;
}

.brochure-content{
	font-size: 20px;
	margin: 0% 8% 0 8%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #3A3A3A;
}

.brochure-content a{
	color: #3A3A3A;
	text-decoration: none;
}

.brochure-content a:hover{
	color: #ffffff;
}

/*********** CONTACT US ***********/

#contact-us{
	background-color: #dedede;
	color: #000000;
	font-family: 'Aileron Light';
	font-weight:normal;
}

.cu-header{
	font-size: 15px;
}


.contact-us-body-content{
	margin: auto;
	font-size: 15px;

	min-height: 390px;
	padding-bottom: 10px;
}

.cu-content1{
	width: 45%;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}

.cu-content2{
	width: 45%;
	float: right;
	margin-top: 25px;
}

.cu-col-1{
	text-align: right;
}

.cu-col-2{
	text-align: left;
}


.cu-col-2 a:link{
	text-align: left;
	text-decoration: none;
	color: #000000;
}

/*********** FOOTER **********/

#footer{
	background-color: #5ebb47;
	padding: 20px 0 20px 0px;
	bottom: 0;
}

.footer-content{
	font-size: 15px;
	color: #000000;
	font-family: 'Aileron Light';
	font-weight:normal;
	margin: auto;
	text-align: center;
	position: relative;
}

/********* Products & Design **********/

a{cursor:pointer;}

.pd-title{
	position: relative;
	text-align: center;
	font-size: 40px;
	font-family:'Aileron Light';
	font-weight:lighter;
	margin-top: 55px;
	margin-bottom: 60px;
}

.hovergray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hovergray:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

#fancybox-manual-h p, #fancybox-manual-l p, #fancybox-manual-o p, #fancybox-manual-r p, #fancybox-manual-s p{
	text-align: center;
	color: #676767;
	text-decoration: none;
	line-height: 0px;
	font-size: 20px;
}

#fancybox-manual-h, #fancybox-manual-l, #fancybox-manual-o, #fancybox-manual-r, #fancybox-manual-s{
	display: inline-block;
	border: 0px solid pink;
}

.gallery-container{
	border: 0px solid red;
	display: block;
	margin: 0px auto 0px auto;
}

.inside-container{
	display: block;
	margin: 0px auto 0px auto;
	border: 0px solid green;
	max-width: 90%;
	text-align: center;
}

/********* Custom Design **********/

.cd-title{
	position: relative;
	text-align: center;
	font-size: 40px;
	font-family:'Aileron Light';
	font-weight:lighter;
	margin-top: 60px;
	margin-bottom: 60px;
}

.cd-container1{
	border: 0px solid green;
	display: block;
	margin: auto;
	margin-top: 30px;
	width: 80%;
}

.cd-container2{
	border: 0px solid violet;
	display: block;
	margin: auto;
	width: 80%;
}

.cd1, .cd2, .cd3, .cd4, .cd5, .cd6{
	width: 33%;
	height: 400px;
	border: 0px solid blue;
	margin: 0;
	padding: 0;
	float: left;
}

.cd1{
	background: url(../images/Furniture-1.jpg) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cd2 {
	background: url(../images/Furniture-2.jpg) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cd3{
	background: url(../images/Furniture-3.jpg) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.cd4 {
	background: url(../images/Custom-Design-A.jpg) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cd5{
	background: url(../images/Custom-Design-B.jpg) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cd6{
	background: url(../images/Custom-Design-C.jpg) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (max-width:900px){

.spacer50{
	display: none;
}

.spacer50r{
	height:50px;
}

.spacer1000{
	display: none;
}
	
.spacer2200{
	height: 2200px;
}	

.cd-container1{
	border: 0px solid green;
	display: block;
	margin: auto;
	width: 60%;
}

.cd-container2{
	border: 0px solid violet;
	display: block;
	margin: auto;
	width: 60%;
}

.cd1, .cd2, .cd3, .cd4, .cd5, .cd6{
	width: 100%;
	height: 350px;
	border: 0px solid blue;
	margin: auto;
	padding: 0;
	display: block;
}
}

@media screen and (max-width:500px){

.spacer50{
	display: none;
}

.spacer50r{
	height:50px;
}

.spacer1000{
	display: none;
}
	
.spacer2200{
	height: 2200px;
}	

.cd-container1{
	border: 0px solid green;
	display: block;
	margin: auto;
	width: 80%;
}

.cd-container2{
	border: 0px solid violet;
	display: block;
	margin: auto;
	width: 80%;
}

.cd1, .cd2, .cd3, .cd4, .cd5, .cd6{
	width: 100%;
	height: 350px;
	border: 0px solid blue;
	margin: auto;
	padding: 0;
	display: block;
}
}

/* Brochure Container Resizing */
@media only screen and (max-width : 2000px) { 
	.magazine-viewport {
	max-height: 750px !important;
	}
}

@media only screen and (max-width : 1750px) { 
	.magazine-viewport {
	height: 700px !important;
	}
}

@media only screen and (max-width : 1500px) { 
	.magazine-viewport {
	height: 650px !important;
	}
}

@media only screen and (max-width : 1250px) { 
	.magazine-viewport {
	height: 600px !important;
	}
}

@media only screen and (max-width : 1000px) { 
	.magazine-viewport {
	height: 400px !important;
	}
}

@media only screen and (max-width : 700px) { 
	.magazine-viewport {
	height: 280px !important;
	}
}

@media only screen and (max-width : 400px) { 
	.magazine-viewport {
	height: 200px !important;
	}
}

/* CSS REVISIONS */
@media screen and (min-width: 1080px) {
		
		.leftfooter_container {
			width: 45%;
			float: left;
			margin-right: 10%;
		}
		
		.rightfooter_container {
			width: 45%;
			float: left;
		}
		
		.cu-content1 {
			float: right;
			width: 35%;
		}
			
			.cu-col-1 {
				text-align: left;
			}
		
		.cu-content2 {
			float: left;
			width: 35%;
		}
	
	}