/* 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;
}
}