/*
Theme Name: Thonet
Version: 1.0

/***********************************************************************************/
/*                                   Reset Browser                                 */
/***********************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

/** font-size */
.f10 { font-size:10px}
.f12 { font-size:12px}
.f14 { font-size:14px}
.f16 { font-size:16px}
.f18 { font-size:18px}
.f20 { font-size:20px}
.f22 { font-size:22px}
.f24 { font-size:24px}
.l20 { line-height: 20px}
.l20 p { padding-bottom: 12px}

/* margin */
.ml5 { margin-left:5px}
.mr5 { margin-right:5px}
.mt5 { margin-top:5px}
.mb5 { margin-bottom:5px}

.ml10 { margin-left:10px}
.mr10 { margin-right:10px}
.mt10 { margin-top:10px}
.mb10 { margin-bottom:10px}

.ml15 { margin-left:15px}
.mr15 { margin-right:15px}
.mt15 { margin-top:15px}
.mb15 { margin-bottom:20px}

.ml20 { margin-left:20px}
.mr20 { margin-right:20px}
.mt20 { margin-top:20px}
.mb20 { margin-bottom:20px}

.ml30 { margin-left:30px}
.mr30 { margin-right:30px}
.mt30 { margin-top:30px}
.mb30 { margin-bottom:30px}

.ml40 { margin-left:40px}
.mb40 { margin-bottom:40px}
.mb60 { margin-bottom:60px}

.mt_10 { margin-top: -10px!important;}

/* width */
.w50 { width: 50%; }

/* display */
.block { display:block}
.inline { display:inline}
.inline-block { display:inline-block}

/* position */
.rel { position:relative}
.abs { position:absolute}
.fixed { position:fixed}

/* text-align */
.tl { text-align:left}
.tc { text-align:center}
.tr { text-align:right}

/* vertical-align */
.vt { vertical-align:top}
.vm { vertical-align:middle}
.vb { vertical-align:bottom}

/* float */
.fl { float:left}
.fr { float:right}
.fn { float:none}

.clear { clear: both; }

/***********************************************************************************/
/*                                  Fonts                                          */
/***********************************************************************************/
@font-face {
    font-family: 'FCB';
    src: url('fonts/futura_condensed_bold-webfont.eot');
    src: url('fonts/futura_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_condensed_bold-webfont.woff') format('woff'),
         url('fonts/futura_condensed_bold-webfont.ttf') format('truetype'),
         url('fonts/futura_condensed_bold-webfont.svg#FuturaCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FCM';
    src: url('fonts/futura-condensed-webfont.eot');
    src: url('fonts/futura-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-condensed-webfont.woff') format('woff'),
         url('fonts/futura-condensed-webfont.ttf') format('truetype'),
         url('fonts/futura-condensed-webfont.svg#FuturaCondensedMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FEB';
    src: url('fonts/futura-extrabold-webfont.eot');
    src: url('fonts/futura-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-extrabold-webfont.woff') format('woff'),
         url('fonts/futura-extrabold-webfont.ttf') format('truetype'),
         url('fonts/futura-extrabold-webfont.svg#FuturaExtraBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fcb{
	font-family: 'FCB', Arial, sans-serif;
}
.fcm{
	font-family: 'FCM', Arial, sans-serif;
}
.feb{
	font-family: 'FEB', Arial, sans-serif!important;
	letter-spacing: 1px;
}

/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a{
	color: #656565;
	text-decoration: none; 
	outline:none;   /* Remove dashed frame for IE8,FF  */ 
}
a:hover{
	text-decoration: none;
}
p{ 
	padding: 0 0 6px;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}

/***********************************************************************************/
/*                             Layout & Composition                                */
/***********************************************************************************/
html{
	overflow: auto;
	background: #f3f3f3;
}
body{
	color: #656565;
	font: normal 15px/19px fcm, Arial,sans-serif;
	text-align: center;
}
#full-page-container{
	overflow: auto;
	z-index: 2;
	position: relative;
}
#wrapper {
	width: 100%;
	/*min-width: 1415px;*/
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
img#bg {
	/* Stretch background */
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:0;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/***********************************************************************************/
/*                                    Splash                                       */
/***********************************************************************************/
.splash_wrap{
	cursor: pointer;
}
.splash_logo{
	padding-top:  210px;
}
.splash_wrap .enter{
	font-size: 23px;
	color: #666;
	width: 120px;
	margin: 54px auto 100px;
	font-weight: bold;
}

/***********************************************************************************/
/*                                      Header                                    */
/***********************************************************************************/
.header{
	width: 100%;
	height: 150px;
	display: block;
	padding-top: 70px;
}
.header a{
	/*margin-left: 120px;*/
	margin-left: 100px;
}

/***********************************************************************************/
/*                                Main Wrap & Nav                                  */
/***********************************************************************************/
.main_wrap{
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 42px;
	text-align: left;
}
.nav_wrap{
	float: left;
	/*width: 134px;
	margin-left: 84px;*/
	margin-left: 60px;
	width: 150px;
	/*2014-2-20 09:45:03 Building navcation  slider  to  z-index*/
	position: relative;
	z-index: 9999;
}
.main_menu li{
	line-height: 24px;
}
.main_menu > li > a{
	/*font-family: fcb;*/
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
.main_menu li.current-menu-item > a,
.main_menu li.current-menu-parent > a,
.main_menu li.current-menu-ancestor > a{
	color: #ee5426;
}
.main_menu ul{
	padding-left: 11px;
	display: none;
}
.main{
	/*width: 1196px;*/
	width: 1070px;
	float: left;
}

/***********************************************************************************/
/*                          Home && About && Profile                               */
/***********************************************************************************/
.home_main{
	width: 960px;
	min-height:  614px;
	display: block;
	/*margin-left: 45px;*/
}
.about_main_narrow{
	width: 411px;
	min-height: 614px;
	display: block;
	margin-left: 348px;
}
.about_main_medium,
.profile_main{
	width: 622px;
	min-height: 614px;
	display: block;
	margin-left: 165px;
}
.about_main_wide{
	width: 1010px;
	min-height: 614px;
	display: block;
	margin-left: 46px;
}

/***********************************************************************************/
/*                                         Gallery                                 */
/***********************************************************************************/
.gallery_main{
	width: 1004px;
	min-height: 1200px;
	/*margin-left: 40px;*/
}
.gallery_main .gallery_left,
.gallery_main .gallery_right{
	width: 465px;
	float: left;
}
.gallery_main .gallery_left img,
.gallery_main .gallery_right img{
	max-width: 465px;
	margin-bottom: 24px;
}
.gallery_main .gallery_left{
	margin-right: 24px;
}

/***********************************************************************************/
/*                                   Product List                                  */
/***********************************************************************************/
.product_list_wrap ul{
	width: 1015px;
	float: left;
}
li.product_list_little{
	float: left;
	width: 158px;
	height: 245px;
	display: block;
	/*margin-left: 95px;*/
	margin-left: 66px;
	margin-bottom: 80px;
	overflow: hidden;
}
li.product_list_little img{
	width: 158px;
	height: 245px;
}
li.product_list_large{
	float: left;
	width: 411px;
	height: 245px;
	display: block;
	/*margin-left: 95px;*/
	padding-left: 33px;
	padding-right: 33px;
	margin-bottom: 80px;
	overflow: hidden;
}
li.product_list_large img{
	width: 411px;
	height: 245px;
}

/***********************************************************************************/
/*                                   Product Details                               */
/***********************************************************************************/
.details_wrap .col_1{
	width: 244px;
	float: left;
}
.details_wrap .col_1 .desc strong{
	/*font-weight: normal;*/
	/*font-family: 'fcb';*/
	font-weight: bold;
	font-size: 16px;
}
.details_wrap .col_1 .finish_box{
	margin-top: 65px;
}
.details_wrap .col_1 .finish_box li{
	width: 65px;
	height: 65px;
	margin-right: 16px;
	margin-bottom: 12px;
	float: left;
	overflow: hidden;
}
.details_wrap .col_1 .finish_box li img{
	width: 65px;
	height: 65px;
}
.narrow_details_wrap .col_2{
	width: 411px;
	min-height: 569px;
	float: left;
	margin: 0 30px 0 53px;
	display: block;
} 
.narrow_details_wrap .col_2 img{
	width: 411px;
}
.wide_details_wrap .col_2{
	width: 471px;
	min-height: 340px;
	float: left;
	margin: 0 16px 0 20px;
	display: block;
}
.wide_details_wrap .col_2 img{
	width: 471px;
}
.narrow_details_wrap .col_3 ul{
	width: 180px;
}
.narrow_details_wrap .col_3 li{
	width: 68px;
	height: 94px;
	float: left;
	margin-right: 21px;
	margin-bottom: 13px;
	overflow: hidden;
}
.narrow_details_wrap .col_3 li img{
	width: 68px;
	height: 94px;
}
.narrow_details_wrap .col_3 ul{
	width: 318px;
}
.wide_details_wrap .col_3 ul{
	width: 168px;
}
.wide_details_wrap .col_3 li{
	width: 158px;
	height: 94px;
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	overflow: hidden;
}
.wide_details_wrap .col_3 li img{
	width: 158px;
	height: 94px;
}
.contact_wrap{
	width: 988px;
}
.contact_wrap .col{
	margin-left: 65px;
	float: left;
	width: 162px;
}
.contact_wrap p{
	padding-bottom: 8px;
}
.catalogue_wrap{
	width: 330px;
	margin-left: 92px;
}
.catalogue_wrap .input{
	width: 240px;
	height: 30px;
	border: none;
	background: #898989;
	color: #FFF;
	padding: 0 6px;
	line-height: 31px;
	font-family: fcb;
}
.catalogue_wrap .submit{
	background: #ef5426;
	color: #FFF;
	font-family: fcb;
	padding: 6px 10px;
	border: none;
	cursor: pointer;
}
.catalogue_wrap #error{
	display: none;
	font-size: 21px;
}

/***********************************************************************************/
/*                                 Content Area                                    */
/***********************************************************************************/
.content_area ul, ol {
	margin: 0 0 1.625em 2.5em;
}
.content_area ul {
	list-style: square;
}
.content_area ol {
	list-style-type: decimal;
}
.content_area ol ol {
	list-style: upper-alpha;
}
.content_area ol ol ol {
	list-style: lower-roman;
}
.content_area ol ol ol ol {
	list-style: lower-alpha;
}
.content_area ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
.content_area strong{
	font-weight: normal;
	font-family: 'fcb';
}
.content_area h4{
	margin-bottom: 17px;
	font-family: fcb;
}
.content_area a{
	color: #ef5426;
}
.content_area .orange{
	color: #ef5426;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* ----------------------------  jScrollPane  ---------------------------------- */
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 21px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspHorizontalBar .jspTrack
{
	background: url(images/jsp_bg_h.png) repeat-x;
	position: relative;
}

.jspVerticalBar .jspTrack
{
	background: url(images/jsp_bg.png) repeat-y;
	position: relative;
}

.jspDrag
{
	background: url(images/jsp_drag.png) no-repeat;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 9px;
}

.jspHorizontalBar .jspArrow
{
	width: 9px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspArrowUp
{
	background: url(images/jsp_arrow_top.png) no-repeat;
}

.jspArrowDown
{
	background: url(images/jsp_arrow_bottom.png) no-repeat;
}

.jspArrowLeft
{
	background: url(images/jsp_arrow_left.png) no-repeat;
}

.jspArrowRight
{
	background: url(images/jsp_arrow_right.png) no-repeat;
}

.jspCorner
{
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.typekit-badge{
	display: none!important;
}

.copyright{
	width: 100%;
	text-align: center;
	padding: 80px 0 0;
}
.copyright span{
	margin-left: 120px;
}

/*=========================================*/
	/* 		Home Slider CSS	  */
/*=========================================*/
.banner{min-height: 614px;overflow:hidden;}
.banner .d1{width:100%;min-height: 614px;display:block;position:absolute;left:60px;top:200px;}
.banner .d2{width:100%;height:30px;clear:both;position:absolute;z-index:100;left:85px;top:830px;}
.banner .d2 ul{float:left;position:absolute;left:50%;top:0;margin:0 0 0 -96px;display:inline;}
.banner .d2 li{width:17px;height:15px;overflow:hidden;cursor:pointer;background:url(images/img1.png) no-repeat center;float:left;margin:0 3px;display:inline;}
.banner .d2 li.nuw{background:url(images/img1_1.png) no-repeat center;}






.sw-social{
	margin-top: 2px;
}
.sw-social a{

}
.sw-social a + a{
	margin-left: 2px;
}