@charset "utf-8";
/* CSS Document */
/*FONTS*/

@font-face {
    font-family: 'Kankin';
    src: url('../fonts/kankin/kankin-webfont.eot');
    src: url('../fonts/kankin/kankin-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/kankin/kankin-webfont.woff') format('woff'),
url('../fonts/kankin/kankin-webfont.ttf') format('truetype'),
url('../fonts/kankin/kankin-webfont.svg#kankinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face { 
	font-family: 'Garamond';
	src: url('../fonts/garamond/GaramondPremrPro.eot?') format('eot'), 
url('../fonts/garamond/GaramondPremrPro.otf') format('opentype'),
url('../fonts/garamond/GaramondPremrPro.woff') format('woff'), 
url('../fonts/garamond/GaramondPremrPro.ttf') format('truetype'),
url('../fonts/garamond/GaramondPremrPro.svg#GaramondPremrPro') format('svg');
		 font-weight: 500;
		 font-style: normal;
}

@font-face {
	font-family: 'Garamond';
	src: url('../fonts/garamond/GaramondPremrPro-SmbdSubh.eot?') format('eot'), 
url('../fonts/garamond/GaramondPremrPro-SmbdSubh.otf') format('opentype'),
url('../fonts/garamond/GaramondPremrPro-SmbdSubh.woff') format('woff'), 
url('../fonts/garamond/GaramondPremrPro-SmbdSubh.ttf') format('truetype'),
url('../fonts/garamond/GaramondPremrPro-SmbdSubh.svg#GaramondPremrPro-SmbdSubh') format('svg');
		 font-weight: 700;
		 font-style: normal;
}



@font-face {
	font-family: 'Garamond';
	src: url('../fonts/garamond/GaramondPremrPro-LtItDisp.eot?') format('eot'), 
url('../fonts/garamond/GaramondPremrPro-LtItDisp.otf') format('opentype'),
url('../fonts/garamond/GaramondPremrPro-LtItDisp.woff') format('woff'), 
url('../fonts/garamond/GaramondPremrPro-LtItDisp.ttf') format('truetype'),
url('../fonts/garamond/GaramondPremrPro-LtItDisp.svg#GaramondPremrPro-LtItDisp') format('svg');
		 font-weight: 300;
		 font-style: italic;
}

/*GLOBAL*/


body, html {
	min-width: 1200px;
}
body {
	font-family: 'Kankin';
	color: #fff;
	background: black;
}




header, footer, section {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;	
}



header .container, section .container{
	width: 1280px;
	height: 850px;
	margin: auto;
	position: relative;
	overflow: hidden;
}

section, footer {
	/* border-top: 3px solid white; */
	background-color: black;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}



/* ELEMENTS */


p {
	font-family: 'Open Sans';
	font-size: 16px;
}

.lefty {
	float: left;
}
.righty {
	float: right;
}



/*Headings and Text and Links */
h2 {
	font-size: 50px;
	text-transform: uppercase;
}
h3 {
	font-size: 40px;
	text-transform: uppercase;
	margin: 0 0 14px;
}



/*ELEMENTS */

.nextSection {
	display: block;
	position: fixed;
	margin: auto;
	bottom: 0px;
	width: 100%;
	border-bottom: 3px solid white;
	height: 30px;
	background-image: url(../images/separator.png);
	background-size: 53px 27px;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 999999;
}

.nextSection.up {
	background-image: url(../images/separatorUp.png);
}

.preload {
	visibility: hidden;
	opacity: 0;
	width:0px;
	height:0px;
	overflow:hidden;
}

#overlay.dark1 {
	 opacity: 0.1; 
}

#overlay.dark2 {
	 opacity: 0.2;
}

#overlay.dark3 {
	opacity: 0.3;
}


#overlay.dark4 {
	 opacity: 0.4;
}


#overlay.dark5 {
	 opacity: 0.5;
}

#overlay.dark6 {
	 opacity: 0.6; 
}

#overlay.dark7 {
	 opacity: 0.7; 
}

#overlay.dark8 {
	 opacity: 0.8; 
}

#overlay.dark9 {
	opacity: 0.9; 
}


#overlay.darkest {
	 opacity: 1; 
}
div#overlay {
position: fixed;
width: 100%;
height: 100%;
display: block;
top: 0;
left: 0;
transition: opacity 1s ease;
background: black;
opacity: 0;
}



/*MENU*/


#dropdownMenu1 {
	width: 40px;
	height: 40px;
	display: block;
	background-color: transparent;
	background-image: url(../images/menu-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	top: 11px;
	left: 11px;
	padding: 0px;
	margin: 0px;
	z-index: 99999;
	cursor: pointer;
	overflow: hidden;
	border: none;
	border-radius: 0px;
}
#menu {
	position: fixed;
	top: 61px;
	left: 0px;

	display: block;
	list-style: none;
	min-width: 151px;
	background-image: url(../images/menu-back.png);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: transparent;
}

#menu .pointer {
	display: block;
	width: 151px;
	height: 11px;
	position:absolute;
	top: -10px;
	background-image: url(../images/menu-top.png);
	background-size: auto;
	background-position: bottom center;
}

#menu li {
	border-top: 1px #413d3c solid;
	padding: 0;
	margin: 0px;
}

#menu li:first-child { 
	border-top: none; 
}

#menu li a {
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	padding: 10px;
}

#menu li a:hover {
	background: none;
}

#menu li:hover, #menu li.active a {
	background: black;
}

/*HEADER*/

header {
	position: relative;
	top: 0;
	margin: auto;
	display: block;
	width: 100%;
}

header h1 {
  font-size: 43px;
  font-family: 'Kankin';
  color: rgb( 255, 255, 255 );
  text-transform: uppercase;
  text-shadow: 2.5px 4.33px 5px rgb( 0, 1, 1 );
  margin-bottom: 100px;
}

header .bg {
	position: fixed;
	width: 100%;
	height:100%;
	background-image: url(../images/forge-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}


header #logo {
	margin: 146px auto 70px;
}


header .va {
	position: fixed;
}

header .va .va {
	position: relative;
}
/*SECTIONS*/

/*Home Anchor*/

/*Intro*/
#intro { 
	background-image: url(../images/sections/intro.png);
	background-color: rgba(0, 0, 0, 0);
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	background-attachment: local;
}


#intro .introbox {
  border-radius: 4px;
  background-color: rgba( 28, 28, 28, 0.502 );
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 658px;
  height: 424px;
}

#intro div p {
	text-align: justify;
	width: 510px;
	margin: 10px auto 20px;
}

#intro h2 {
	font-size: 39px;
	margin-top: 30px;
}


/* Products */
#products h1 {
  font-size: 50px;
  font-family: 'Kankin';
  color: rgb( 255, 255, 255 );
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

#products, #work {
	background-image: url(../images/sections/products.jpg);
}

.prod_desc {
	display: block;
	opacity: 0;
	position: absolute;
	top: 471px;
	width: 677px;
	text-align: left;
	left: 285px;
	line-height: 30px;
	transition: all .25s ease-in;
	-webkit-transition: all .25s ease-in;
}



#products .container {
width: 1240px;
position: relative;
height: 850px;
}


.prod_thumb {
	display: block;
	width: 235px;
	height: 235px;
	float: left;
	cursor: pointer;
	margin-top: 17px;
	margin-right: 8px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: background 0.25s ease-in-out;
	-webkit-transition: background 0.25s ease-in-out;
}


.prod_thumb.active + .prod_desc {
	opacity: 1;
}

.prod_thumb:hover + .prod_desc {
	opacity: 1;
}


#product_lines {
	background-image: url(../images/wood_lines.png);
	background-position: 86px 360px;
	background-repeat: no-repeat;
		transition: all .25s ease-in;
	-webkit-transition: all .25s ease-in;
}




/*individual products*/

.wood.prod_thumb, .wood.prod_thumb span {
	background-image: url(../images/wood_off.png);
}

.wood.prod_thumb:hover, .wood.prod_thumb.active {
	background-image: url(../images/wood_on.png);
}

.wood.prod_desc .preload {
	background-image:url(../images/wood_lines.png);
}


.plastic.prod_thumb {
	background-image: url(../images/plastic_off.png);
}

.plastic.prod_thumb:hover, .plastic.prod_thumb.active, .plastic.prod_thumb span {
	background-image: url(../images/plastic_on.png);
}

.plastic.prod_desc .preload {
	background-image:url(../images/plastic_lines.png);
}


.metal.prod_thumb {
	background-image: url(../images/metal_off.png);
}

.metal.prod_thumb:hover, .metal.prod_thumb.active, .metal.prod_thumb span {
	background-image: url(../images/metal_on.png);
}

.metal.prod_desc .preload {
	background-image:url(../images/metal_lines.png);
}


.leather.prod_thumb {
	background-image: url(../images/leather_off.png);
}

.leather.prod_thumb:hover, .leather.prod_thumb.active, .leather.prod_thumb span {
	background-image: url(../images/leather_on.png);
}

.leather.prod_desc .preload {
	background-image:url(../images/leather_lines.png);
}


.acrylic.prod_thumb {
	background-image: url(../images/acrylic_off.png);
	margin-right: 0px;
}

.acrylic.prod_thumb:hover, .acrylic.prod_thumb.active, .acrylic.prod_thumb span {
	background-image: url(../images/acrylic_on.png);
}

.acrylic.prod_desc .preload {
	background-image:url(../images/acrylic_lines.png);
}





/*Gallery*/

#gallery { background: black; 	 overflow: hidden;}
#gallery .selected img {
	opacity:0.5;
}

#gallery .carousel-inner>.item>img {
	width: 100%;
	height: auto;
}

#gallery .list-inline {
    position: relative;
    /* display: block; */
    overflow: hidden;
    text-align: center;
    margin: -200px auto -66px;
    width: 699px;
}

#gallery .list-inline>li {
	border: 3px solid #222222;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	cursor: pointer;
	max-width: 80px;
	max-height: 60px;
	overflow: hidden;
}


#gallery h2 {
	font-size: 50px;
	text-transform: uppercase;
	position: absolute;
	top: 40px;
	left: 90px;
	text-shadow: 3px 3px 3px #222;
}

#slider { overflow: hidden; }

#slider div {
height: inherit;
}


.slide_left, .slide_right {
	width: 100%;
	height: 100%;
	/* background-size: contain; */
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.slide_left {
	background-image: url(../images/slider_left.png);
}

.slide_right {
	background-image: url(../images/slider_right.png);
}


/* WORK WITH US*/



#left, #right {
	position: relative;
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

#right {
	width: 40%;
	float: right;
}
#work #left h2 {
	text-align: left;
	margin-bottom: 40px;
}
#work #left p:not(.intro) {
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	padding-left: 79px;
	margin: 70px 0 0 -2px;
}

#work #left p:nth-child(2) {
margin-top: 85px;
}

#work #left p.intro {
	font-size: 16px;
	text-align: left;
	margin-bottom: 55px;
}

#work #left i {
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 27px;
}

.hammer {
	width: 30px;
	height: 30px;
	background-image: url(../images/icons/hammer.png);
}
i.hands {
	width: 37px;
	height: 27px;
	background-image: url(../images/icons/hands.png);
}

i.money {
	width: 30px;
	height: 32px;
	background-image: url(../images/icons/money.png);
}
i.check {
	width: 30px;
	height: 30px;
	background-image: url(../images/icons/check.png);
}
i.truck {
	background-image: url(../images/icons/truck.png);
	width: 38px;
	height: 34px;
}


#right { position: relative; height: 100%;}

#work img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: none;
}

/*Testimonials*/
div.flexslider {
	background: none;
	border: none;
	top: 150px;
	margin-bottom: 0px;
}

div.flexslider blockquote {
	border: none;
	font-family: 'Garamond';
	font-style: italic;
	font-weight: 300;
	font-size: 32px;
	line-height: 33px;
	text-align: left;
	padding: 49px 10px;
}

.quote {
	display: block;
	font-family: 'Garamond';
}
.flexslider li blockquote div:before {
	content: "“";
	font-size: 236px;
	line-height: normal;
	font-style: italic;
	top: -35px;
	left: -61px;
	position: absolute;
}

.flexslider li blockquote div:after {
	content: "”";
	font-size: 236px;
	line-height: normal;
	right: 30px;
	bottom: -70px;
	position: absolute;
}
	

div.flexslider blockquote p {
	font-family: 'Garamond';
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	text-align: right;
	font-style: normal;
	margin-top: 40px;
}

div.flexslider blockquote p.attr {
	font-family: 'Garamond';
	font-weight: 300; 
	font-style: normal;
	margin-top: 0px;
	font-size: 21px;
}

.flex-direction-nav a {
display: block;
color: white;
background-position: center center !important;
left: auto !important;
bottom: 0px; !important;
height: 47px;
opacity: 0.5;
width: 22px;
height: 22px;
}
.flex-direction-nav {
top: 0px !important;
position: absolute;
width: 100%;
}
.flex-direction-nav a.flex-next {
	right: 0px !important
}

.flex-direction-nav a.flex-prev {
	right: 22px !important
}

.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
font-size: 20px;
}

.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before {
font-size: 20px;
}

/*MAP*/

#map { background: white; }
#map .info {
	background-color: rgba(0, 0, 0, 0.8);
	min-width: 632px;
	width: 50%;
	height: 100%;
	position: absolute;
	right:0;
	top:0;
}

#map .info img {
	margin-top: 27px;
}
#map .info .data {
display: block;
margin: auto;
width: 573px;
position: relative;
left: -5px;
}

#map .info .lefty {
	text-align: right;
}

#map .info h3  {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Kankin';
  color: white;
  text-align: left;
  text-shadow: 5.5px 9.526px 21px rgb( 0, 1, 1 );
 
}

#map .info h3 a {
	color: white;
	text-decoration: none;
}



#map, #map .container {
	max-height: 450px;
	min-height: 450px;
	height: 450px;
}

#innermap {
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	top: 0px;
	left:0px;
	position:absolute;
}




/*FOOTER*/
#contactform { 
	background-image: url(../images/sections/contact.jpg);
	background-attachment: local;
	background-size: 100% 100%;
}

#contactform .container { 
	width: 880px; 
	max-width: 880px; 
	min-width: 880px; 
	}
#contactform, #contactform .container {
	max-height: 490px;
	min-height: 490px;
	height: 490px;
}

#contact {
	margin-top: 64px;
}
#contact input, #contact textarea {
	display: block;
	font-size: 15px;
	font-family: 'Open Sans';
	font-weight: normal;
	color: #aaa6a6;
	border-radius: 6px;
	background-color: rgba( 0, 0, 0, 0.6 );
	box-shadow: 0.5px 0.866px 0px 0px rgb( 66, 65, 65 );
	padding: 5px 10px;
	border: none !important;
	min-width: 400px;
	margin-bottom: 24px;
}

#contact input[type=submit], #contact input[type=file] {
	color: green;
	background-color: rgba( 37, 37, 37, 0.6 );
	border: none !important;
	width: auto;
	min-width: 0px;
}


#contact textarea {
	width: 100%;
	position: relative;
	min-height: 111px;
	float: left;
}


#submit button, #attach input { opacity: 0; width: 100%; height: inherit;}

span#filepath {
float: left;
position: relative;
top: 8px;
left: 10px;
}

#submit, #attach {
	display:block;
	cursor: pointer;
	background-size: auto;
	background-repeat: no-repeat;
	background-color: black;
	border-radius: 10px;
	height: 33px;
}

#attach { 
	width: 142px;
	background-image: url(../images/attach.png);
	float: left;
}
#submit {
	width: 115px;
	background-image: url(../images/submit.png);
	float: right;
}

#copyright {
	font-size: 14px;
	color: #949494;
	margin: 20px auto auto;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}


/*2020*/
#contact input#usersubject {
    width: 100%;
}

#capt {
	float: right;
	margin-right: 30px;
}

/*More Contact Styles */
	
	.contact-error-message { 
        font-family:"Open Sans";		
		font-weight:normal; 
		font-style:normal;
		font-size:13px; 
		background-color:#e0635b;
		border:1px solid #c14b44; 
		padding:12px 20px; 
		margin:-55px auto;
		color:#fff; 
		-webkit-border-radius:2px;
		   -moz-border-radius:2px;
                border-radius:2px;
	}
	
	.contact-error-message i{
		font-weight:normal; 
		font-style:normal;
		font-size:12px; 
		padding:0; 
		margin:0 10px 0 0;
		color:#fff;
	}
	
	.contact-success-message { 
        font-family:"Open Sans";		
		font-weight:normal; 
		font-style:normal;
		font-size:13px; 
		background-color:#96aa39;
		border:1px solid #7b8b2f;
		padding:12px 20px; 
		margin:-55px auto;
		color:#fff;
		-webkit-border-radius:2px;
		   -moz-border-radius:2px;
                border-radius:2px;
	}
	
	.contact-success-message i{
		font-weight:normal; 
		font-style:normal;
		font-size:12px; 
		padding:0; 
		margin:0 10px 0 0;
		color:#fff;
	}
	
	#contact-message { margin:0; padding:0; }
	
	
	#contact #loader {
        background-image:url(../images/loader.gif); 
        background-repeat:no-repeat;
		background-size: contain;
		background-position:center center;
		margin:-55px auto;
        width:35px;
        height:35px;
        display:none;		
	}


/*PRELOADER*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: opacity 4s;
  -moz-transition: opacity 4s;
  -o-transition: opacity 4s;
  transition: opacity 4s;
}

.pace .pace-progress {
  background-color: rgba(0, 0, 0, 1);
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

body.pace-done .pace {
	opacity: 0;

}

header a, header h1, section, footer, #dropdownMenu1, #menu, .pace, a.nextSection, .bg {
  -webkit-transition: opacity 4s ease-in-out;
  -moz-transition: opacity 4s ease-in-out;
  -o-transition: opacity 4s ease-in-out;
  transition: opacity 4s ease-in-out;
}



body:not(.pace-done) header a, body:not(.pace-done) header .bg, body:not(.pace-done) a.nextSection, body:not(.pace-done) #dropdownMenu1, body:not(.pace-done) header h1, body:not(.pace-done) section, body:not(.pace-done) footer, body:not(.pace-done) #menu {
	opacity: 0;
}

body:not(.pace-done) {
	background: white;
}




/* THUMB SCROLLER */

/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller{position:relative; width:683px; height:73px; margin:160px auto 0 auto;  padding:0; overflow:hidden; }
.jThumbnailScroller .jTscrollerContainer{position:absolute;}
.jThumbnailScroller .jTscroller{position:relative; height:100%; margin:0; left:0; top:0; display:inline-block; *display:inline;}
.jThumbnailScroller .jTscrollerNextButton,.jThumbnailScroller .jTscrollerPrevButton{position:absolute; display:block; width:40px; height:40px; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; opacity:0.7;}
.jTscrollerNextButton{background:#000 url(../images/nextArrow.png) center center;}
.jTscrollerPrevButton{background:#000 url(../images/prevArrow.png) center center;}
.jThumbnailScroller .jTscroller a{display:block; float:left; border:5px solid #222222; margin:0; background:#fff;}
.jThumbnailScroller .jTscroller a:hover{border-color:#fff;}
.jThumbnailScroller .jTscroller a:first-child{margin-left:10px;}
.jThumbnailScroller .jTscroller a img{border:none;}
/* different styled scrollers */
/* liquid width scroller */
.jThumbnailScroller#tS2{margin:-100px auto; height: 73px;}
.jThumbnailScroller#tS2 .jTscroller a{opacity:1;}
.jThumbnailScroller#tS2 .jTscroller a:hover{opacity:0.7;}
.jThumbnailScroller#tS2 .jTscrollerNextButton {
right: 0px;
top: 0px;
height: 63px;
background-repeat: no-repeat;
opacity: 1;
border-radius: 0;
background-position: center center;
background-color: #222;
}
.jThumbnailScroller#tS2 .jTscrollerPrevButton {
left: 0px;
top: 0px;
height: 63px;
background-repeat: no-repeat;
opacity: 1;
border-radius: 0;
background-position: center center;
background-color: #222;
}

.jThumbnailScroller#tS2 .jTscrollerNextButton:hover,.jThumbnailScroller#tS2  .jTscrollerPrevButton:hover{background-color:#d56916; opacity:1;}

#slider #slider-thumbs {
	height: 73px;
}

/*VERTICAL LIMIT  */

	.va .va {
		display: table-cell;
		vertical-align: middle;
		height: auto;
	}
	.va {
		width: 100%;
		display: table;
		height: 100%;
	}
	


/* MEDIA QUERIES **/


/* @media all and (min-height: 850px) {
	header, section, footer {
			height: 100%;
			position: absolute;
			top:0px;
			bottom:0px;
			width: 100%;
	}
	
	section#intro {
	top: 100%;
	}
	section#products {
		top: 200%;
	}
	section#gallery {
		top: 300%;
	}
	section#work {
		top: 400%;
	}
	
	section#map {
		top: 500%;
		height: 50%;
	}
	footer { 
		top: 550%;
		height: 50%;
	 }
	 
} */


@media all and (max-height: 650px) {
	section, header, .container, header .container, section .container, #products .container {
		height: 650px;
	}
	
}

@media all and (max-height: 850px) and (min-height: 650px) {
	section, header, .container, header .container, section .container, #products .container {
		height: 100%;
	}
	
}
	
@media all and (max-height: 850px) {
	
	/*HEADER*/
	header #logo {
	margin-top: 30px;
	margin-bottom: 0px;
	}
	
	/*PRODUCTS SECTION */
	
	#products h1 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 0px;
	margin-top: 20px;
	}
	
	#products #product_lines {
		background-position: 86px 245px;
	}
	
	.prod_desc {
		top: 346px;
	}
	
	
	
	/*WORK SECTION */
	#work #left p.intro {
		margin-bottom: 10px;
	}
	
	#work #left p:not(.intro) {
		font-size: 20px;
		margin-top: 40px;
	}
	#work img {
		width: 400px;
		right: 112px;
	}
	div.flexslider {
		top: 120px;
	}

	
}

@media all and (max-width: 1375px) {
	
	/*WORK SECTION*/
	#work #left {
		width: 481px;
		margin-left: 90px;
	}	
	
	#work img {
		right: 0px;
	}
	
	#work #left p:not(.intro) {
	font-size: 16px;
	padding-left: 51px;
	max-width: 481px;
	}
	#work #left i {
		left: 0px;
	}
	
	#right {
	float: right;
	width: 418px;
	right: 90px;
	}
	

	
	
}

@media all and (max-width: 1280px) {
	body, html { min-width: 100%; }
	header .container, section .container { width: 100%; min-width: 1100px;}
	#products .row {
		zoom: 0.8;
	}
	/*
	#products h1 {
	font-size: 51px;
	margin-bottom: 20px;	
	margin-top: 10px;
	}
	
	#products h3 {
	font-size: 50px;
	line-height: 48px;
	margin-bottom: 1px;
	}
	.prod_desc p {
	font-size: 20px;
	line-height: 26px;
	text-align: justify;
	}
	
	.prod_desc {
		top: 350px;
	}
	*/
	
	
	
}

@media all and (max-width: 1100px) {
	#work #left p.intro {
		width: 100%;
		max-width: 81%;
	}

	#right {
		right: 0;
	}

	
}



/* MOBILE */


@media all and (min-height: 1400px) and (min-width: 1200px) {
 

	section#intro, section#products, section#gallery, section#work, #slider, .container {
	height: auto !important;
	}
	
	section {
		z-index: 100;
	}
	
	.container { width: 100%; }
	
	/* INTRO */
 	#overlay { display: none !important;}
	#intro { background-color: black; }
	#intro div p {
	font-size: 2em;
	text-align: left;
	width: 80%;
	}
	#intro .introbox {
	margin: 50px auto;
	position: relative;
	font-size: 2em;
	width: 80%;
	height: auto;
	padding: 10px 0px;
	}
	
	/*PRODUCTS*/
	
	section#products, section#work, section, footer, body, header {
		background-attachment: local;
	}
	
	header .bg, header .va {
		position: absolute;
	}
	
	.prod_desc, .prod_thumb {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	}
	.prod_desc {
	position: relative;
	left: 0;
	opacity: 1;
	padding: 100px;
	clear: both;
	}
	
	.prod_desc p { font-size: 35px; line-height: 48px; text-align: justify; max-width: 100%; }
	
	.wood.prod_thumb {
	background-image: url(../images/wood_on.png);
	}

	.plastic.prod_thumb {
		background-image: url(../images/plastic_on.png);
	}
	
	
	.metal.prod_thumb {
		background-image: url(../images/metal_on.png);
	}
	
	
	.leather.prod_thumb {
		background-image: url(../images/leather_on.png);
	}
	
	
	.acrylic.prod_thumb {
		background-image: url(../images/acrylic_on.png);
	}
	#product_lines {
		background: none !important;
	}
	
	/*GALLERY*/
	.jThumbnailScroller#tS2 {
		margin: -100px auto 0;
	}
	
	/*WORK*/
	#work div#left, #work div#right {
	float: none;
	width: 90%;
	height: auto;
	right: 0;
	left: 0;
	margin: 0 auto;
	}
	
	#work #left p:not(.intro) {
		width: 100%;
		max-width: none;
		font-size: 35px;
	}
	
	#work #right {
		min-height: 600px;
	}
	#work img { position:relative; }
	
	#work #right blockquote {
		font-size: 45px;
		line-height: 55px;
	}
	
}