/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;

}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: -32px;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* CSS Document
	Resetting browser default styles
	All 
	Header
		Top menu
	Container
		Slider wrap
		Head block
		Banner list
		Collection list
	Footer 
		Bottom menu
		Social list
	Media Queries
*/

/* Resetting browser default styles */
@font-face {
  font-family: 'AkzidenzGroteskBE-Cn';
  src: url('fonts/AkzidenzGroteskBE-Cn.eot?#iefix') format('embedded-opentype'),  url('fonts/AkzidenzGroteskBE-Cn.otf')  format('opentype'),
	     url('fonts/AkzidenzGroteskBE-Cn.woff') format('woff'), url('fonts/AkzidenzGroteskBE-Cn.ttf')  format('truetype'), url('fonts/AkzidenzGroteskBE-Cn.svg#AkzidenzGroteskBE-Cn') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
	font-family: "AkzidenzGroteskBE-Boldcn";
	src: url("fonts/akzidenzgroteskbe-boldcn.eot");
	src: url("fonts/akzidenzgroteskbe-boldcn.eot#iefix") format("embedded-opentype"),
	url("fonts/akzidenzgroteskbe-boldcn.woff") format("woff"),
	url("fonts/akzidenzgroteskbe-boldcn.ttf") format("truetype"),
	url("fonts/akzidenzgroteskbe-boldcn.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AkzidenzGroteskBE-Lightcn";
	src: url("fonts/akzidenzgroteskbe-lightcn.eot");
	src: url("fonts/akzidenzgroteskbe-lightcn.eot#iefix") format("embedded-opentype"),
	url("fonts/akzidenzgroteskbe-lightcn.woff") format("woff"),
	url("fonts/akzidenzgroteskbe-lightcn.ttf") format("truetype"),
	url("fonts/akzidenzgroteskbe-lightcn.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* OCTOBER 2014 MARIO */

/* the following override the defitions from base.css of the parent directory */
img {
width: auto;
height: auto;
border: none;
}

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: auto;
	padding: auto;
	border: inherit;
	font-size:inherit;
	font: inherit;
	vertical-align: inherit; }

a, a:visited, a:hover {text-decoration: none; border: none; color: #777c7c; outline:none;}
/* end of overriding styles */

.more-here {text-decoration:none;color:#000;font-family: 'AkzidenzGroteskBE-Cn';letter-spacing: 1px;color: black;font-size: 18px;}

.head-slider .bx-wrapper .bx-controls .bx-prev, .head-slider .bx-wrapper .bx-controls .bx-next {
    top: 45% !important;
}
.head-slider .bx-wrapper .bx-prev {
	left: -15px;
	background: url(../images/control-left.jpg) no-repeat 0 0px;
	width: 40px;
	height: 52px;
}
.head-slider .bx-wrapper .bx-next {
	right: -15px;
	background: url(../images/control-right.jpg) no-repeat 0 0px;
	width: 40px;
	height: 52px;
}
.head-slider .bx-wrapper .bx-next:hover{
	background-position:0 0;
}
.head-slider .bx-wrapper .bx-viewport {
    border: 0 !important;
    left: 0 !important;
}
.head-slider {
    padding-bottom: 20px;
}
.middle-section img {
    width: 100%;
    height: auto;
}
.topleft {
    width: 300px !important;
}
.topleft img {
    -webkit-box-shadow: 0 0 10px 1px #000;     
    -moz-box-shadow: 0 0 10px 1px #000;     
    box-shadow: 0 0 10px 1px #000;
}
.topright {
    width: 600px !important;
	height: 600px;
	text-align:center;
	border: 1px solid #ccc;
    box-shadow: 7px 7px 5px #ccc;
    -moz-box-shadow: 7px 7px 5px #ccc;
    -webkit-box-shadow: 7px 7px 5px #ccc;
    -khtml-box-shadow: 7px 7px 5px #ccc;	
}
.topright img {
	width: auto !important;	
}
.topright img {
    -ms-transform: rotate(-2deg); /* IE 9 */     
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */     
    transform: rotate(-2deg);
    -webkit-box-shadow: 0 0 10px 1px #000;          -moz-box-shadow: 0 0 10px 1px #000;          box-shadow: 0 0 10px 1px #000;
    height: 95% !important;
    margin-top: 15px;
    -webkit-backface-visibility: hidden;
}
.vertline-middle {
    width: 33px !important;
}

.lowersectionleft h2 {
    text-align: center;
    background: url(../images/line-thru.jpg);
    background-repeat: repeat-x;
    background-position: 0;
    margin-top: 10px;
}
.product-left span {
    display: block;
    text-align: center;
    margin-top: 9px;
    font-family: 'AkzidenzGroteskBE-Lightcn';
    font-size: 28.75px;
	font-weight: lighter;
	margin-left:100px;
	margin-right:100px;
}
.product-left span p {
	font-family: Georgia, "Times New Roman", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;	
    font-size: 20px;	
}
.product-left a {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-family: 'AkzidenzGroteskBE-Boldcn';
    color: #000;
    font-size: 32.59px;
    letter-spacing: 1px;
}

.product-left {
    padding-bottom: 40px;
}
.product-right span {
    display: block;
    text-align: center;
    margin-top: 0px;
    font-family: 'Akzidenzgroteskbe-Lightcn';
    font-size: 23.61px;
}
.product-right span p {
	font-family: Georgia, "Times New Roman", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;	
    font-size: 15px;		
}
.product-right a {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-family: 'AkzidenzGroteskBE-Boldcn';     
	color: #000;     
	font-size: 23.61px;     
	letter-spacing: 1px;
}

.product-right {
    padding-bottom: 20px;
}
.lowersection.margin {
	margin-top:30px;
}
.lowersection.margin.cn {
	margin-top:0px;
}
.lowersection img {
    width: 100%;
    height: auto;
}

.line-thru span {
    background: white;
    padding: 0 10px;	
    font-family: 'AkzidenzGroteskBE-Boldcn';
    font-size: 37.56px;
}
.line-thru span span {
	font-family: Georgia, "Times New Roman", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;	
    font-size: 32px;
	font-weight: bolder;
	margin-top:0px;
}
.image-title {
    position: relative;
}

.image-title h4 {
    background: rgba(255,255,255, 0.7);
    margin: 0;
    line-height: 100%;
    position: absolute;
    bottom: 3px;
    margin-left: auto; margin-right: auto; left: 0; right: 0;
    width: 313px;
    text-align: center;
    padding: 10px 0 0 0;
    font-family: 'AkzidenzGroteskBE-Boldcn';
    font-size: 32.59px;
	text-transform: uppercase;	
}
.image-title h4 p {
	font-family: Georgia, "Times New Roman", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;	
    font-size: 30px;
}
.product-right .image-title h4 {
    width: 210px !important;
	font-size: 23.61px;
}
.product-right .image-title h4 p {
	font-family: Georgia, "Times New Roman", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;	
    font-size: 23.61px;	
}
.trlinks {
    position: absolute;
    top: 62%;
    right: 0;
    background: rgba(255,255,255, 0.7);
    padding: 15px 30px;
    text-align: center;
}

.nine.columns.topright {
    position: relative;
}

span.title {
    display: block;
    font-family: 'AkzidenzGroteskBE-Cn';
    font-size: 33px;
	color:#000;
}

@media only screen and (max-width: 767px) {
.topleft, .topright, .lowersectionright, .lowersectionleft {
    width: 300px !important;
}
.topright {
	height: 300px
}
.product-left span {
	margin-left:50px;
	margin-right:50px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
 .topleft, .topright, .lowersectionright, .lowersectionleft {
    width: 420px !important;
}   
.topright {
	height: 420px
}
.product-left span {
	margin-left:0px;
	margin-right:0px;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.middle-section .topright {
    width: 440px !important;
    height: 568px;
}

.middle-section .topright img {
    width: 400px !important;
    height: 500px !important;
}
}








.head-slider img {
    width: 100%;
}
@media only screen and (min-width: 767px){
.lowersectionmiddle {
    display: none !important;
}
.lowersectionright {
    width: 30% !important;
    margin-left: 5% !important;
}
.lowersectionleft {
    width: 65% !important;
    float: left !important;
}
}

@media only screen and (max-width: 767px){
.bx-wrapper .bx-viewport {
    height: auto !important;
}

.lowersectionleft {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
    float: none !important;
}
.head-slider ul li img {
    display: none;
}
.head-slider ul li a img {
    display: block !important;
}
.lowersectionright {
    width: 100% !important;
    float: none !important;
}
}