/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #1a1b1c;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #ed693a;
    text-shadow: none;
}

::selection {
    background: #ed693a;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* ==================================================
   Initial styles
   ================================================== */

body {
    font-family: 'quicksandregular', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.container {
    width: 90%;
    margin: 0 5%;
	*zoom: 1;

}
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}
.globalPad {
	padding: 0 56px;
}
:focus {
	outline: 0;
}
a {
	text-decoration: none;
	color: #1b1c1d;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* ===================
    Form inputs
   =================== */
  
select,
textarea,
input[type="text"],
input[type="password"],
.uneditable-input {
	display: inline-block;
	height: 22px;
	padding: 14px 16px;
	font-size: 15px;
	line-height: 22px;
	vertical-align: middle;
    font-family: 'quicksandbold', Helvetica, Arial, sans-serif;
}

input,
textarea,
.uneditable-input {
	width: 382px;
}

textarea {
	height: auto;
}

textarea,
input[type="text"],
input[type="password"],
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid #000000;
	-webkit-transition: border linear 0.2s, padding linear 0.2s;
	   -moz-transition: border linear 0.2s, padding linear 0.2s;
	     -o-transition: border linear 0.2s, padding linear 0.2s;
	        transition: border linear 0.2s, padding linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
.uneditable-input:focus {
	border-color: #599599;
	outline: 0;
	outline: thin dotted \9;
}

.inputShort {
	width: 46px;
}


.btn {
	display: inline-block;
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	text-align: center;
    font-family: 'quicksandbold';
    letter-spacing: 1px;
    border: 1px solid #000000;
    padding: 15px 30px;
    line-height: 20px;
    margin-left: 13px;
    text-transform: uppercase;
    text-decoration: none;
}
.btnPrimary {
	color: #ffffff;
	background: #1b1c1d;
}
.btn:hover,
.btnPrimary:hover,
.btnWhite:hover {
    background-color: #667677;
    border-color: #667667;
    color: #ffffff;
    text-decoration: none;
}
.btnPrimary[disabled] {
	color: #d1d1d2;
	background: transparent;
    border: 1px solid #d1d1d2;
}
.btnWhite {
	color: #000000;
	background: #ffffff;
    border: 1px solid #ffffff;
}
.btnWhite[disabled] {
	color: #adcacc;
	background: transparent;
    border: 1px solid #adcacc;
}

.input {
	color: #999999;
	background: #ffffff;
	font-size: 13px;
    font-family: 'quicksandbold';
    border: 1px solid #000000;
    padding: 15px;
    line-height: 20px;
    width: 260px;
}


/* ===================
    GRID
   =================== */

.row {
  margin-left: -32px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="grid"] {
  float: left;
  min-height: 1px;
  margin-left: 32px;
}
.grid1 {
	width: 192px;
}
.grid2 {
	width: 416px;
}
.grid3 {
	width: 640px;
}
.grid4 {
	width: 864px;
}
.offset1 {
	margin-left: 256px;
}
.offset2 {
	margin-left: 480px;
}
.offset3 {
	margin-left: 704px;
}


/* ===================
    DESKTOP: Header
   =================== */

.mainFooter {
    background: #000000;
}
.mainHeader {
    background: #000000;
}
.mainHeader .navigation {
    height: 52px;
    background: #000000;
}
.mainHeader .basketFull {
    display: block;
    background: #ffffff;
}
.cartTable {
	width: 100%;
}
.cartTable.mobile {
	display: none;
}
.cartTable tr td {
	border-top: 2px solid #1b1c1d;
	border-bottom: 1px solid #1b1c1d;
}
.cartTable tr td:first-child {
	width: 150px;
}
.cartTable tr td:nth-child(2) {
	width: 220px;
}
.cartTable tr td:nth-child(3) {
	width: 380px;
}
.cartTable tr td:last-child {
	width: 110px;
	vertical-align: top;
}
.cartTable tr td:last-child .cartTableTtitle {
	padding-top: 27px;
}
.cartTable tr:last-child td {
	height: 63px;
}
.cartTable tr:last-child td:first-child {
	width: 750px;
	text-align: right;
}
.cartTable tr:last-child td:last-child {
	width: 110px;
	vertical-align: middle;
}
.cartTable .cartTableTtitle {
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 18px;
    font-family: 'quicksandbold';
    color: #5f6e70;
}
.cartTable .cartTableNumber {
	display: block;
	font-size: 12px;
	line-height: 18px;
    font-family: 'quicksandbold';
    color: #000000;
    text-transform: uppercase;
}
.cartTable .cartTableText {
	display: block;
	font-size: 12px;
	line-height: 18px;
    font-family: 'quicksandbold';
    color: #000000;
    text-transform: none;
}
.cartTable .cartTableLinks {
	display: block;
}
.cartTable .cartTableLinks a {
	font-size: 12px;
	line-height: 19px;
    color: #000000;
    text-decoration: underline;
}
.cartTable .subText {
	padding-right: 75px;
	font-size: 13px;
}
.cartTable .subText .titleText {
    font-family: 'quicksandbold';
	letter-spacing: 1px;
    color: #000000;
}
.cartTable .subText .explainText {
    color: #5f6e70;
}
.mainHeader .basketFull .cartButtons {
	text-align: right;
	padding: 24px 0 40px;
}
.mainHeader .basketFull .cartButtons .btn {
	margin-left: 16px;
	padding: 15px 34px;
}

.mainHeader .submenu {
    background: #cc4c2f;
    padding: 35px 0 40px;
    display: block;
}
.mainHeader .submenu.mobile {
	display: none;
}
.mainHeader .submenu .globalPad {
    position: relative;
}

.mainHeader .submenu .subTitle {
	display: block;
	border-bottom: 2px solid #000000;
	padding: 0;
	margin: 0 0 15px;
}
.mainHeader .submenu .subTitle h4 {
	font-size: 13px;
    font-family: 'quicksandbold';
	letter-spacing: 1px;
    color: #000000;
    padding: 0 0 13px;
    margin: 0;
    line-height: 20px;
}
.mainHeader .submenu .grid1 {
	padding: 0;
	min-height: 207px;
}
.mainHeader .submenu .grid1:nth-child(n+5) {
	min-height: 60px;
	padding-bottom: 17px;
}
.mainHeader .submenu .grid1 a {
	color: #ffffff;
	display: block;
	padding: 6px 0;
	font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'quicksandbold';
}
.mainHeader .submenu .grid1 a:hover {
	color: #000000;
}
.mainHeader .submenu .close {
    bottom: -11px;
    right: 64px;
}


/* ===================
    Submenu navigation
   =================== */

.nav-container {
  margin-left: -32px;
  *zoom: 1;
}

.nav-container:before,
.nav-container:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-container:after {
  clear: both;
}

.nav-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-container ul > .level0 {
  	float: left;
  	min-height: 1px;
  	margin-left: 32px;
	width: 192px;
}
.nav-container a {
	color: #ffffff;
	display: block;
	padding: 6px 0;
	font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'quicksandbold';
}
.nav-container a:hover {
	color: #000000;
}
.productGroups .nav-container a {
	color: #1a1b1c;
}
.productGroups .nav-container a:hover {
	color: #667667;
}
.productGroups .nav-container a.active {
	color: #ed693a;
}
.nav-container ul > .level-top > a.level-top {
  	display: block;
	border-bottom: 2px solid #000000;
	margin: 0 0 15px;
	
	font-size: 13px;
    font-family: 'quicksandbold';
	letter-spacing: 1px;
    color: #000000;
    padding: 0 0 13px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}


/* ===================
    Header search
   =================== */

.searchBig {
    background: #599599;
    padding: 29px 0 49px;
    position: relative;
}
.searchBig .searchBlockBig {
	display: block;
	height: 105px;
	padding-bottom: 38px;
}
.searchBig .searchBlockBig .searchBorder {
	border-bottom: 2px solid #ffffff;
	height: 105px;
}
.searchBig .searchBlockBig input {
	float: left;
	width: 710px;
	height: 80px;
	margin: 12px 0 0 10px;
	line-height: 80px;
	font-size: 64px;
	border: none;
	color: #ffffff;
	background: transparent;
	font-family: 'quicksandregular';
	padding: 0;
}
.searchBig .searchBlockBig input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #adcacc;
}
.searchBig .searchBlockBig input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #adcacc;
}
.searchBig .searchBlockBig input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #adcacc;
}
.searchBig .searchBlockBig input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #adcacc;
}

input.mSearchInput::-webkit-input-placeholder { /* WebKit browsers */
    color:    #adcacc;
}
input.mSearchInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #adcacc;
}
input.mSearchInput::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #adcacc;
}
input.mSearchInput:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #adcacc;
}



.searchBig .searchBlockBig .btn {
	float: right;
	margin: 29px 3px 0 0;
	letter-spacing: 2px;
}
.searchBig .globalPad {
    position: relative;
}
.searchBig .globalPad .close {
    bottom: -20px;
    right: 64px;
}
.searchBig .productBlock {
    padding: 2px 0 0 0;
    height: auto;
}
.searchBig .productBlock .prodBlockTitle {
    color: #ffffff;
}
.searchBig .productBlock .prodBlockType {
    color: #ffffff;
}
.searchBig .productBlock .prodBlockPrice {
    color: #ffffff;
    padding-bottom: 3px;
}
.searchBig .searchBlockLink {
	display: block;
	width: 190px;
	height: 190px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	vertical-align: center;
	border: 1px solid #ffffff;
	letter-spacing: 1px;
	font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    font-family: 'quicksandbold';
}
.searchBig .searchBlockLink span {
	display: block;
	margin-top: 62px;
}
.searchBig .searchBlockLink:hover {
	color: #000000;
	border-color: #000000;
}
.close {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    display: block;
    background: url('../img/sprite.png') -4px -4px no-repeat transparent;
}
.close:hover {
	background-position: -4px -29px;
}


/* ===================
    ALL: Theme
   =================== */
  
.title {
    color: white;
}

.footerSearch {
	padding-bottom: 73px;
}
.smallCase {
	text-transform: lowercase;
}
.footerSearch fieldset label {
	display: block;
	font-size: 13px;
	line-height: 21px;
    font-family: 'quicksandbold';
    margin-bottom: 11px;
}
.footerSearch fieldset button {
	vertical-align: middle;
}

.bottomLinks {
	padding-bottom: 70px;
}
.bottomLinks .grid1 {
	border-top: 2px solid #f7fafa;
	padding: 17px 0 10px;
}
.bottomLinks .grid1 a {
	color: #ffffff;
	display: block;
	padding: 6px 0;
	font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'quicksandbold';
}
.bottomLinks .grid1 a:hover {
	color: #000000;
}
.mainFooter {
    color: white;
    padding: 0;
    margin: 0;
}
.mainFooter .logoArea {
	padding: 40px 0;
	text-align: center;
}
.mainFooter .input:hover {
	border-color: #1b1c1d;
}

.productsList {
	padding: 32px 0 25px;
}
.productBlock {
	display: block;
    text-decoration: none;
    position: relative;
    height: 332px;
}
.productBlock .prodBlockTitle {
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
    text-transform: uppercase;
    font-family: 'quicksandbold';
    color: #1a1b1c;
}
.productBlock .prodBlockType {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
    font-family: 'quicksandregular';
    color: #667677;
}
.productBlock .prodBlockPrice {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
    font-family: 'quicksandregular';
    color: #667677;
}
.productBlock .prodBlockPrice.Hot {
    color: #ed693a;
}
.productBlock .prodBlockPrice.Old {
    text-decoration: line-through;
    font-size: 12px;
    line-height: 16px;
}
.productBlock .immediate {
	color: #599599;
	display: block;
	width: 128px;
	height: 16px;
	border: 1px solid #599599;
	font-size: 11px;
	line-height: 16px;
    text-transform: uppercase;
    font-family: 'quicksandbold';
    text-align: center;
    margin: 7px auto 0;
}
.productBlock .limited {
	color: #ffffff;
	background-color: #599599;
	display: block;
	width: 110px;
	height: 16px;
	border: 1px solid #599599;
	font-size: 11px;
	line-height: 16px;
    text-transform: uppercase;
    font-family: 'quicksandbold';
    text-align: center;
    margin: 7px auto 0;
}
.productBlock .new {
	display: block;
    position: absolute;
    width: 29px;
    height: 29px;
    top: 6px;
    left: 6px;
    background: url('../img/sprite.png') -66px -2px no-repeat transparent;
}
.productBlock .btn {
	padding-left: 0;
	padding-right: 0;
	width: 140px;
	position: absolute;
	top: 97px;
	left: 50%;
	margin: 0;
	margin-left: -70px;
    display: none;
}
.productBlock .btn.first {
	top: 43px;
}
.productBlock:hover .btn {
	opacity: 1.0;
}
.productBlock:hover {
	text-decoration: none;
}


.logoHeader {
	display: block;
	padding: 0 0 39px;
}

.navBar {
	display: block;
	position: relative;
	border-top: 2px solid #1b1c1d;
	border-bottom: 2px solid #1b1c1d;
}
.navBar.bottom {
	margin-bottom: 64px;
	height: 48px;
}
.navBar .backButton {
	display: block;
	width: 50px;
	height: 48px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	margin-top: -24px;
}
.navBar .backButton span {
	display: block;
	width: 13px;
	height: 19px;
	margin: 14px auto 0 17px;
    background: url('../img/sprite.png') -102px -7px no-repeat transparent;
}
.navBar .backButton:hover span {
	background-position: -102px -32px;
}
.navBar .titleText {
	display: block;
	border-left: 2px solid #1b1c1d;
	margin: 0 0 0 50px;
	padding: 10px 0 10px 19px;
	vertical-align: middle;
}
.navBar .titleText.search h1,
.navBar .titleText.search h2 {
	font-size: 20px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	font-weight: normal;
    font-family: 'quicksandregular';
}
.navBar .titleText.regular h1 {
	font-size: 26px;
	line-height: 28px;
	margin: 0;
}
.navBar .titleText.search h4 {
	font-size: 13px;
	line-height: 11px;
	color: #667677;
	padding: 0;
	margin: 0;
    font-family: 'quicksandbold';
}
.navBar .titleText.product h1,
.navBar .titleText.product h2 {
	font-size: 20px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	font-weight: normal;
    font-family: 'quicksandregular';
}
.navBar .titleText.product h1 span {
	color: #667677;
}
.sortBtnsDiv {
	position: absolute;
	top: 0;
	right: 0;
}
.navBar .sortButton,
.navBar .searchButton,
.navBar .catButton {
	display: block;
	height: 43px;
	line-height: 45px;
	margin: 0;
	padding: 3px 20px 2px;
	border-left: 2px solid #1b1c1d;
	color: #1a1b1c;
	font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'quicksandbold';
    position: relative;
    float: right;
}
.navBar .sortButton:hover,
.navBar .searchButton:hover,
.navBar .catButton:hover {
	color: #ed693a;
}
.navBar .sortButton span,
.navBar .catButton span {
	display: inline-block;
	width: 20px;
	height: 13px;
	margin-left: 9px;
    background: url('../img/sprite.png') -122px -7px no-repeat transparent;
    vertical-align: text-top;
}
.navBar .sortButton:hover span,
.navBar .catButton:hover span {
	background-position: -122px -32px;
}
.navBar .searchButton span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background: url('../img/sprite.png') -47px -5px no-repeat transparent;
    vertical-align: text-top;
}
.navBar .searchButton:hover span {
	background-position: -47px -25px;
}

.navBar .sortButton.active,
.navBar .searchButton.active,
.navBar .catButton.active {
	height: 45px;
	background-color: #ffffff;
}
.navBar .sortButton.active span,
.navBar .catButton.active span {
	background-position: -152px -7px;
}
.navBar .sortButton.active:hover span,
.navBar .catButton.active:hover span {
	background-position: -152px -32px;
}
.navBar .titleText.product .sortButton,
.navBar .titleText.product .searchButton,
.navBar .titleText.product .catButton {
	height: 45px!important;
	line-height: 45px!important;
}

.navBar .paginator {
	display: block;
	float: right;
}
.navBar .paginator .pagButton {
	display: block;
	float: left;
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0 20px;
	border-left: 2px solid #1b1c1d;
	color: #1a1b1c;
	font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'quicksandbold';
}
.navBar .paginator .pagButton:hover {
	color: #ed693a;
}
.navBar .paginator .pagNumbers {
	display: block;
	float: left;
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0 15px 0 20px;
	border-left: 2px solid #1b1c1d;
	color: #1a1b1c;
	font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'quicksandbold';
}
.navBar .paginator .pagNumbers a,
.navBar .paginator .pagNumbers span {
	color: #1a1b1c;
	text-decoration: none;
	margin-right: 8px;
}
.navBar .paginator .pagNumbers a:hover {
	color: #ed693a;
}
.navBar .paginator .pagNumbers span.active {
	color: #ed693a;
}

.sortingBlock {
	display:block;
	padding: 41px 0 30px;
	border-bottom: 2px solid #1b1c1d;
}
.sortingBlock a {
	color: #1b1c1d;
	display: block;
	padding: 6px 0;
	font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'quicksandbold';
}
.sortingBlock a:hover {
	color: #ed693a;
}

.searchAgain {
	background-color: #ffffff!important;
    padding: 51px 0 18px;
}
.searchAgain .searchBlockBig .searchBorder {
	border-bottom: 2px solid #1a1b1c;
}
.searchAgain .searchBlockBig input {
	color: #1a1b1c;
}
.searchAgain .searchBlockBig input::-webkit-input-placeholder { /* WebKit browsers */
    color: #dfdfdf;
}
.searchAgain .searchBlockBig input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dfdfdf;
}
.searchAgain .searchBlockBig input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dfdfdf;
}
.searchAgain .searchBlockBig input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #dfdfdf;
}

.productGroups {
    background: #ffffff;
    padding: 46px 0 32px;
    display: block;
	border-bottom: 2px solid #1b1c1d;
}

.productGroups .subTitle {
	display: block;
	border-bottom: 2px solid #000000;
	padding: 0;
	margin: 0 0 15px;
}
.productGroups .subTitle h4 {
	font-size: 13px;
    font-family: 'quicksandbold';
	letter-spacing: 1px;
    color: #667677;
    padding: 0 0 13px;
    margin: 0;
    line-height: 20px;
}
.productGroups .grid1 {
	padding: 0;
	min-height: 207px;
}
.productGroups .grid1:nth-child(n+5) {
	min-height: 60px;
	padding-bottom: 17px;
}
.productGroups .grid1 a {
	color: #1a1b1c;
	display: block;
	padding: 6px 0;
	font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'quicksandbold';
}
.productGroups .grid1 a:hover {
	color: #667677;
}
.productGroups .grid1 a.active {
	color: #ed693a;
}

section.product {
	display: block;
	width: 100%;
	padding: 0;
	margin-top: 32px;
}
section.product .grid3product {
	width: 648px;
	height: 648px;
}
section.product .grid3product.mobile {
	display: none;
}
section.product .grid1product {
	width: 216px;
	height: 648px;
	background-color: #c8c552;
	margin: 0;
}
section.product .grid1product .pad {
	padding: 20px;
}
section.product .grid1product ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
section.product .grid1product ul li {
	margin: 0;
	padding: 0;
}
section.product .grid1product ul li.price {
	font-size: 60px;
	line-height: 60px;
	padding-top: 7px;
}
section.product .grid1product ul li.stock {
	color: #1a1b1c;
	display: block;
	font-size: 12px;
	padding: 2px 0 12px;
	border-bottom: 2px solid #1b1c1d;
}
section.product .grid1product ul li.stock .title {
	color: #1a1b1c;
	display: block;
	padding-bottom: 12px;
	font-size: 14px;
    font-family: 'quicksandbold';
}
section.product .grid1product ul li.stock .detailedInfo {
	display: none;
}
section.product .grid1product ul li.stock .detailedInfo p {
	margin: 0;
}
section.product .grid1product ul li.stock .detailedInfo a {
	color: #1a1b1c;
	display: block;
	padding: 6px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'quicksandbold';
}
section.product .grid1product ul li.stock .detailedInfo a:hover {
    text-decoration: underline;
}
section.product .grid1product ul li.basket {
	color: #1a1b1c;
	display: block;
	font-size: 14px;
	padding: 20px 0 26px;
	border-bottom: 2px solid #1b1c1d;
    font-family: 'quicksandbold';
}
section.product .grid1product ul li.basket form {
	margin: 0;
	padding: 0;
}
section.product .grid1product ul li.basket .quantity {
	color: #1a1b1c;
	font-size: 14px;
    font-family: 'quicksandbold';
    padding-bottom: 20px;
}
section.product .grid1product ul li.basket input {
	display: inline-block;
	vertical-align: middle;
    font-family: 'quicksandbold';
    font-size: 15px;
	line-height: 20px;
	width: 20px;
	height: 20px;
    text-align: center;
    background-color: #ffffff;
	border: 1px solid #000000;
	margin-left: 13px;
}
section.product .grid1product ul li.basket .btn {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	display: block;
	width: 100%;
}
section.product .grid1product ul li.basket .btnPrimary:hover {
	background-color: #ffffff;
	border-color: #ffffff;
    color: #667677;
}
section.product .grid1product ul li.desc {
	color: #1a1b1c;
	display: block;
	font-size: 12px;
	padding: 20px 0 20px;
	border-bottom: 2px solid #1b1c1d;
}
section.product .grid1product ul li.desc p {
	margin: 0;
	padding: 4px 0 3px;
	line-height: 22px;
}
section.product .grid1product ul li.desc a {
	color: #1a1b1c;
	display: block;
	padding: 6px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'quicksandbold';
}
section.product .grid1product ul li.desc a:hover {
    text-decoration: underline;
}
section.product .grid1product ul li.social {
	display: block;
	padding: 20px 0 20px;
}
section.product .grid1product ul li.social a {
	display: block;
	width: 33px;
	height: 33px;
	overflow: hidden;
	text-decoration: none;
	float: left;
	margin-right: 14px;
}
section.product .grid1product ul li.social a:last-child {
	margin-right: 0;
}
section.product .grid1product ul li.social a.facebook {
	background: url('../img/sprite.png') -4px -81px no-repeat;
}
section.product .grid1product ul li.social a.facebook:hover {
	background-position: -4px -118px;
}
section.product .grid1product ul li.social a.twitter {
	background: url('../img/sprite.png') -42px -81px no-repeat;
}
section.product .grid1product ul li.social a.twitter:hover {
	background-position: -42px -118px;
}
section.product .grid1product ul li.social a.pinterest {
	background: url('../img/sprite.png') -80px -81px no-repeat;
}
section.product .grid1product ul li.social a.pinterest:hover {
	background-position: -80px -118px;
}
section.product .grid1product ul li.social a.email {
	background: url('../img/sprite.png') -118px -81px no-repeat;
}
section.product .grid1product ul li.social a.email:hover {
	background-position: -118px -118px;
}

section.product .thumbs {
	display: block;
	height: 104px;
	padding-top: 5px;
	overflow: hidden;
}
section.product .thumbs a {
	display: block;
	float: left;
	width: 104px;
	height: 104px;
	margin-right: 4px;
}
section.product .thumbs a:nth-child(2n + 1) {
	margin-right: 5px;
}
section.product .thumbs a:last-child {
	margin-right: 0;
}

.productInfo {
	background-color: #e0e1e3;
}
.productInfo .globalPad {
	padding: 34px 56px 2px;
}
.productInfo h2 {
	font-size: 26px;
	padding: 22px 0 24px;
	margin: 0;
}
.productInfo .infoBlockWh {
	display: block;
	background-color: #ffffff;
	padding: 20px;
    line-height: 22px;
    margin-bottom: 32px;
}
.productInfo .infoBlockWh h3 {
	font-size: 13px;
    font-family: 'quicksandbold';
    color: #667677;
    padding: 6px 0 0;
    margin: 0;
    line-height: 20px;
}
.productInfo .infoBlockWh p {
	margin: 0;
	padding: 9px 0 4px;
}
.productInfo .infoBlockWh ul {
	list-style: none;
	margin: 0;
	padding: 9px 0 3px;
}
.productInfo .infoBlockWh ul li {
	display: block;
	margin: 0;
	padding: 3px 0;
	font-size: 12px;
	line-height: 16px;
}
.productInfo .infoBlockWh ul li span {
    font-family: 'quicksandbold';
    text-transform: uppercase;
}
.productInfo .productVideo {
	display: block;
	position: relative;
	padding-bottom: 32px;
	text-decoration: none;
}
.productInfo .productVideo .play {
	display: block;
	position: absolute;
	width: 65px;
	height: 65px;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -32px;
    background: url('../img/sprite.png') -182px -5px no-repeat transparent;
}
.productInfo .designer {
	display: block;
	height: 193px;
	background-color: #f8ce2d;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}
.productInfo .designer .info {
	display: block;
	height: 193px;
	width: 223px;
	float: left;
	font-size: 13px;
    font-family: 'quicksandbold';
    color: #667677;
    padding: 70px 0 0;
    margin: 0;
    line-height: 20px;
}
.productInfo .designer:hover {
	background-color: #667676;
}
.productInfo .designer:hover .info {
    color: #ffffff;
}
.productInfo .designer .info span {
	display: block;
	font-size: 15px;
	color: #1a1b1c;
	text-transform: uppercase;
	padding: 2px 0;
	margin: 0;
}
.productInfo .designer:hover .info span {
    color: #ffffff;
	text-decoration: underline;
}
.productInfo .designer .img {
	display: block;
	height: 193px;
	width: 193px;
	float: right;
}


/* ==============
    DESKTOP: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    float: right;
    height: 52px;
}
nav ul li {
	display: inline-block;
	float: left;
}

nav a {
    display: block;
    padding: 17px 13px;
    
    font-size: 13px;
    font-family: 'quicksandbold';

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #ffffff;
}
nav a:hover {
    text-decoration: none;
}

nav a.basket {
    background-color: #1a1b1c;
    padding: 17px 30px 17px 30px;
    margin-left: 14px;
}
nav a.basket.active {
    color: #1a1b1c;
    background-color: #ffffff;
}
nav a.basket span {
	display: inline-block;
}
nav a.search span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url('../img/sprite.png') -29px -5px no-repeat transparent;
    vertical-align: text-top;
    margin-top: 1px;
}
nav a.search:hover span {
    background-position: -47px -5px;
}

nav a:visited {
    color: white;
}

nav a:hover {
	color: #999;
}
nav a.basket:hover {
	color: #ffffff;
    background-color: #667677;
}
nav.mobile {
    display: none;
}
nav.mobile .mobSearch1 {
	display: block;
	position: relative;
	padding: 0 135px 0 55px;
	height: 44px;
	line-height: 44px;
}
nav.mobile .mobSearch1 form {
	width: 100%;
}
nav.mobile .mobSearch1 form .inputBlock {
	display: block;
	border-bottom: 1px solid #adcacc;
	padding-left: 10px;
}

nav.mobile .mobSearch1 form input {
	border: 0;
	width: 100%;
	background: transparent;
	background-color: #599599;
	padding: 0;
	color: #ffffff;
}


nav a.mSearch {
    padding: 0;
    position: absolute;
    top: 0;
    right: 90px;
}
nav a.mSearch span {
    padding: 0;
    display: block;
    height: 44px;
    width: 44px;
    margin: 0;
    background: url('../img/sprite.png') -164px -76px no-repeat;
	border-bottom: 1px solid #adcacc;
	border-right: 1px solid #adcacc;
}
nav a.mMenu {
	padding: 0;
	position: absolute;
	top: 0px;
	right: 0px;
}
nav a.mMenu span {
    padding: 0;
    display: block;
    height: 45px;
    width: 45px;
    margin: 0;
    background: url('../img/sprite.png') -206px -77px no-repeat;
}
nav a.mMenu.active span {
    background-position: -207px -117px;
}
nav a.mBasket {
    padding: 0;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}
nav a.mBasket span {
    padding: 0;
    display: block;
    height: 45px;
    width: 0px;
    margin: 0;
    
}


/* ========================
    DESKTOP: Home Page
   ======================== */

.homePage {
    background-color: #dfe2e2;
}
.homePage .globalPad {
    padding: 64px 56px;
}
.homePage .pictureBlock {
	display: block;
	height: 362px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}
.homePage .pictureBlock .info {
	display: block;
	height: 166px;
	width: 192px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -83px;
	margin-left: -96px;
	text-align: center;
}
.homePage .pictureBlock.grid1 .info {
	bottom: 0;
	top: auto;
}
.homePage .pictureBlock.green .info {
	background-color: #c8c552;
}
.homePage .pictureBlock.green .info .text {
	color: #ffffff;
}
.homePage .pictureBlock .info .text {
	font-size: 13px;
    font-family: 'quicksandbold';
    color: #667677;
    margin: 0;
    padding: 60px 0 0 0;
    line-height: 20px;
    display: block;
}
.homePage .pictureBlock:hover .info {
	background-color: #667676;
	color: #ffffff;
}
.homePage .pictureBlock .info .text span {
	display: block;
	font-size: 15px;
	color: #1a1b1c;
	text-transform: uppercase;
	padding: 2px 0;
	margin: 0;
}
.homePage .pictureBlock:hover .info .text {
	color: #ffffff;
}
.homePage .pictureBlock:hover .info .text span {
	text-decoration: underline;
	color: #ffffff;
}
.homePage .pictureBlock img {
	width: 100%;
}
.homePage .productVideo {
	display: block;
    height: 362px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    width: 864px;
    float: left;
    min-height: 1px;
    margin-left: 32px;
}
.homePage .productVideo img {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.homePage .productVideo .play {
	display: block;
	position: absolute;
	width: 65px;
	height: 65px;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -32px;
    background: url('../img/sprite.png') -182px -5px no-repeat transparent;
    z-index:3;
}

.homePage .row .grid1,
.homePage .row .grid2,
.homePage .row .grid3,
.homePage .row .collectionSlider,
.homePage .row .designerSlider {
	margin-bottom: 32px;
}
.homePage .row:last-child {
	padding-bottom: 0;
}
.homePage .colorBlock {
	display: block;
	height: 362px;
	text-decoration: none;
	color: #ffffff;
	background-color: #599599;
}
.homePage .colorBlock.red {
	background-color: #cc4c2f;
}
.homePage .colorBlock:hover {
	background-color: #667676;
}
.homePage .colorBlock .innerPad {
	padding: 20px;
	display: block;
	overflow: hidden;
	position: relative;
}
.homePage .colorBlock .catText {
	font-size: 13px;
    font-family: 'quicksandbold';
    color: #ffffff;
    margin: 0;
    line-height: 20px;
    display: block;
}
.homePage .colorBlock .title {
	display: block;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 2px 0;
	margin: 0;
	line-height: 24px;
}
.homePage .colorBlock:hover .title {
	text-decoration: underline;
}
.homePage .colorBlock .bigQuote {
	display: block;
	width: 23px;
	height: 16px;
	background: url('../img/sprite.png') -132px -57px no-repeat;
	margin: 14px 0 9px 0;
}
.homePage .colorBlock .quoteDesc {
	display: block;
	color: #ffffff;
	font-family: 'quicksanditalic';
	padding: 0;
	line-height: 22px;
}
.homePage .colorBlock .quoteDesc .endQuote {
	font-size: 18px;
	line-height: 22px;
    font-family: 'quicksandbold';
}
.homePage .colorBlock:hover .quoteDesc {
	color: #ffffff;
}
.homePage .colorBlock .author {
	display: block;
	margin-top: 22px;
}

.homePage .collectionSlider {
	width: 640px;
	height: 362px;
	display: block;
	float: left;
	overflow: hidden;
	margin-left: 32px;
	position: relative;
}
.homePage .designerSlider {
	width: 640px;
	height: 362px;
	display: block;
	float: left;
	overflow: hidden;
	margin-left: 32px;
	position: relative;
}
.homePage .sliderNav {
	position: absolute;
	display: block;
	height: 12px;
	bottom: 20px;
	right: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	z-index: 5;
}
.homePage .sliderNav li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.homePage .sliderNav a,
.homePage .sliderNav span {
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-decoration: none;
	background: url('../img/sprite.png') -47px -43px no-repeat;
}
.homePage .sliderNav a:hover,
.homePage .sliderNav span {
	background-position: -32px -43px;
}
.homePage .designerSlider .sliderNav {
	text-align: center;
	left: 0;
	right: 0;
}

.homePage .slide {
	width: 640px;
	height: 362px;
	display: block;
	padding: 0;
	margin: 0;
}
.homePage .slide a {
	display: block;
	height: 362px;
	text-decoration: none;
	position: relative;
}
.homePage .slide a .info {
	display: block;
	height: 166px;
	width: 192px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -83px;
	margin-left: -96px;
	text-align: center;
}
.homePage .slide a .info .text {
	font-size: 13px;
    font-family: 'quicksandbold';
    color: #667677;
    margin: 0;
    padding: 42px 5px 0;
    line-height: 20px;
    display: block;
}
.homePage .slide a:hover .info {
	background-color: #667676;
	color: #ffffff;
}
.homePage .slide .info .text span {
	display: block;
	font-size: 15px;
	color: #1a1b1c;
	text-transform: uppercase;
	padding: 2px 0;
	margin: 0;
}
.homePage .slide a:hover .info .text {
	color: #ffffff;
}
.homePage .slide a:hover .info .text span {
	text-decoration: underline;
	color: #ffffff;
}
.homePage .designerSlider a .info {
	width: 224px;
	height: 362px;
	top: 0;
	right: 0;
	left: auto;
	margin: 0;
	text-align: left;
	background-color: #f8ce2d;
	z-index: 6;
}
.homePage .designerSlider .slide a {
	width: 640px;
}
.homePage .designerSlider .slide a img {
	width: 416px;
}
.homePage .designerSlider a .info .text {
	color: #1a1b1c;
	padding: 35px 32px 0 32px;
}
.homePage .designerSlider a .info .text span {
	color: #1a1b1c;
}
.homePage .designerSlider a .bigQuote {
	display: block;
	width: 23px;
	height: 16px;
	background: url('../img/sprite.png') -102px -57px no-repeat;
	margin: 22px 0 8px 33px;
}
.homePage .designerSlider a .quoteDesc {
	display: block;
	color: #1a1b1c;
	font-family: 'quicksanditalic';
	padding: 0 20px 0 32px;
	line-height: 22px;
}
.homePage .designerSlider a .quoteDesc .endQuote {
	font-size: 18px;
	line-height: 22px;
    font-family: 'quicksandbold';
}
.homePage .designerSlider a:hover .quoteDesc {
	color: #ffffff;
}
.homePage .designerSlider a:hover .bigQuote {
	background-position: -132px -57px;
}

.homePage .collectionSlider .slide a:first-child {
  position: relative;
  display: block;
  float: left;
}

.homePage .collectionSlider .slide a {
	width: 640px;
}
.homePage .collectionSlider .slide a img {
	width: 640px;
}

.homePage .designerSlider .slide a:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides_tabs .rslides_here a {
	background-position: -32px -43px;
}



/* ========================
    DESKTOP: Search Page
   ======================== */

.searchPage .globalPad {
    padding: 40px 56px 32px;
}


/* ========================
    DESKTOP: General Page
   ======================== */

.generalPage .globalPad {
    padding: 40px 56px 32px;
}
.generalPage h2 {
	font-size: 26px;
	padding: 20px 0 0;
	line-height: 26px;
	margin: 0;
}


/* ========================
    DESKTOP: Cart Page
   ======================== */

.cartPage .globalPad {
    padding: 40px 56px 32px;
}


/* ========================
    DESKTOP: General Page
   ======================== */

.contactsPage .globalPad {
    padding: 40px 56px 65px;
}

.contactsPage .contactBlocks {
	padding: 0 0 61px;
	font-size: 12px;
}

.contactsPage .contactBlocks .subTitle,
.contactsPage .contactForm .subTitle {
	display: block;
	padding: 10px 0 13px;
	margin: 1px 0 17px;
	border-bottom: 2px solid #1b1c1d; 
}
.contactsPage .contactBlocks .subTitle h2 {
	font-size: 15px;
	line-height: 25px;
	margin: 0;
	padding: 0;
    font-family: 'quicksandbold';
    text-transform: uppercase;
    font-weight: normal;
}
.contactsPage .contactBlocks .boldText {
	display: block;
	margin: 6px 0;
	font-size: 12px;
	text-transform: uppercase;
    font-family: 'quicksandbold';
}
.contactsPage .contactBlocks .boldTextBig {
	display: block;
	margin: 5px 0;
	font-size: 15px;
    font-family: 'quicksandbold';
}
.contactsPage .social {
	list-style: none;
	padding: 0;
	margin: none;
}
.contactsPage .social a {
	display: block;
	width: 33px;
	height: 33px;
	overflow: hidden;
	text-decoration: none;
	float: left;
	margin-right: 14px;
}
.contactsPage .social a:last-child {
	margin-right: 0;
}
.contactsPage .social a.facebook {
	background: url('../img/sprite.png') -4px -81px no-repeat;
}
.contactsPage .social a.facebook:hover {
	background-position: -4px -118px;
}
.contactsPage .social a.twitter {
	background: url('../img/sprite.png') -42px -81px no-repeat;
}
.contactsPage .social a.twitter:hover {
	background-position: -42px -118px;
}
.contactsPage .social a.pinterest {
	background: url('../img/sprite.png') -80px -81px no-repeat;
}
.contactsPage .social a.pinterest:hover {
	background-position: -80px -118px;
}
.contactsPage .social a.email {
	background: url('../img/sprite.png') -118px -81px no-repeat;
}
.contactsPage .social a.email:hover {
	background-position: -118px -118px;
}

.contactsPage .controlGroup {
	padding: 11px 0 8px;
}
.contactsPage .controlGroup:first-child {
	padding-top: 3px;
}
.contactsPage .controlGroup label {
	padding: 0;
	margin: 0;
	font-size: 14px;
    font-family: 'quicksandbold';
}
.contactsPage .controlGroup .controls {
	margin-top: 4px;
}
.contactsPage .controlGroup .controls input,
.contactsPage .controlGroup .controls textarea {
	display: block;
}
.contactsPage .controlGroup .controls textarea {
	height: 172px;
}
.contactsPage .formBottom {
	display: block;
	padding: 31px 0;
	text-align: right;
}
.contactsPage .contactForm h2 {
	font-size: 15px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	font-family: 'quicksandbold';
	text-transform: uppercase;
	font-weight: normal;
}
.contactsPage .contactForm .boldTextBig {
	display: block;
	margin: 5px 0;
	font-size: 15px;
	font-family: 'quicksandbold';
}

#map_canvas {
	width: 416px;
    height: 416px;
}



.modal {
	display: block;
	width: 862px;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -431px;
	margin-top: -100px;
	border: 1px solid #1b1c1d;
}
.modal .pad {
	padding: 30px 50px 50px;
}
.modal .close {
	display: block;
	width: 51px;
	height: 51px;
	position: absolute;
	top: 0;
	right: 0;
	background: none #1a1b1d;
}
.modal .close:hover {
	background-color: #667677;
}
.modal .close span {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 16px;
	right: 16px;
	display: block;
	background: url('../img/sprite.png') -4px -4px no-repeat transparent;
}
.modal .modalTitle {
	display: block;
	width: 420px;
	margin: 0 auto;
}
.modal .modalTitle h2 {
	color: #1a1b1c;
	font-size: 22px;
	line-height: 30px;
	font-family: 'quicksandregular';
	text-transform: none;
	padding-bottom: 13px;
}
.modal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.modal ul.messages {
	display: block;
	width: 420px;
	margin: 0 auto;
}



/* ========================
    DESKTOP: Designers page
   ======================== */

.designersPage .globalPad {
    padding: 40px 56px 30px;
}

.designersPage .designersList {
	padding: 96px 0 0;
}
.designersPage .grid1,
.designersPage .grid2,
.designersPage .grid3 {
	margin-bottom: 32px;
}
.designersPage .grid1 > .row,
.designersPage .grid2 > .row,
.designersPage .grid3 > .row {
	margin-bottom: -32px;
}

.designersPage .colorBlock {
	display: block;
	height: 362px;
	text-decoration: none;
	color: #ffffff;
	background-color: #599599;
}
.designersPage .colorBlock:hover {
	background-color: #667676;
}
.designersPage .colorBlock .innerPad {
	padding: 20px;
	display: block;
	overflow: hidden;
	position: relative;
}
.designersPage .colorBlock .catText {
	font-size: 13px;
    font-family: 'quicksandbold';
    color: #ffffff;
    margin: 0;
    line-height: 20px;
    display: block;
}
.designersPage .colorBlock .title {
	display: block;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 2px 0;
	margin: 0;
	line-height: 24px;
}
.designersPage .colorBlock:hover .title {
	text-decoration: underline;
}
.designersPage .colorBlock .simpleDesc {
	display: block;
	font-size: 12px;
	color: #ffffff;
	line-height: 22px;
	padding-top: 15px;
}

.designersPage .designerQuote {
	display: block;
	height: 362px;
	position: relative;
	overflow: hidden;
}
.designersPage .designerQuote.bottom {
	height: 418px;
}
.designersPage .designerQuote .info {
	position: absolute;
	margin: 0;
	text-align: left;
	z-index: 6;
}
.designersPage .designerQuote.left .info {
	width: 223px;
	height: 362px;
	top: 0;
	right: 0;
}
.designersPage .designerQuote.right {
	text-align: right;
}
.designersPage .designerQuote.right .info {
	width: 223px;
	height: 362px;
	top: 0;
	left: 0;
}
.designersPage .designerQuote.bottom .info {
	width: 100%;
	height: 220px;
	bottom: 0;
	left: 0;
}
.designersPage .designerQuote.bottom.grid2 .info {
	height: 185px;
}
.designersPage .designerQuote.bottom .info .text {
	padding: 20px 0 0 20px;
}
.designersPage .designerQuote.bottom .quoteDesc {
	padding: 0 20px 0 20px;
}
.designersPage .designerQuote.bottom .bigQuote {
	margin-left: 20px;
}
.designersPage .designerQuote .info.yellow {
	background-color: #f8ce2d;
}
.designersPage .designerQuote .info.lgreen {
	background-color: #c8c552;
}
.designersPage .designerQuote .info.green {
	background-color: #599599;
}
.designersPage .designerQuote .info.red {
	background-color: #cc4c2f;
}
.designersPage .designerQuote .info.green .text,
.designersPage .designerQuote .info.green .quoteDesc,
.designersPage .designerQuote .info.red .text,
.designersPage .designerQuote .info.red .quoteDesc {
	color: #ffffff;
}
.designersPage .designerQuote .info.green .bigQuote,
.designersPage .designerQuote .info.red .bigQuote {
	background-position: -132px -57px;
}
.designersPage .designerQuote .info .text {
	font-size: 13px;
    font-family: 'quicksandbold';
	display: block;
	font-size: 15px;
	color: #1a1b1c;
	text-transform: uppercase;
	padding: 35px 0 0 32px;
	margin: 0;
}
.designersPage .designerQuote:hover .info {
	background-color: #667676;
	color: #ffffff;
}
.designersPage .designerQuote:hover .info .text {
	color: #ffffff;
	text-decoration: underline;
}

.designersPage .designerQuote .bigQuote {
	display: block;
	width: 23px;
	height: 16px;
	background: url('../img/sprite.png') -102px -57px no-repeat;
	margin: 22px 0 8px 33px;
}
.designersPage .designerQuote .quoteDesc {
	display: block;
	color: #1a1b1c;
	font-family: 'quicksanditalic';
	padding: 0 20px 0 32px;
	line-height: 22px;
}
.designersPage .designerQuote .quoteDesc .endQuote {
	font-size: 18px;
	line-height: 22px;
    font-family: 'quicksandbold';
}
.designersPage .designerQuote:hover .quoteDesc {
	color: #ffffff;
}
.designersPage .designerQuote:hover .bigQuote {
	background-position: -132px -57px;
}
.designersPage .productVideo {
	display: block;
	position: relative;
	text-decoration: none;
}
.designersPage .productVideo .play {
	display: block;
	position: absolute;
	width: 65px;
	height: 65px;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -32px;
    background: url('../img/sprite.png') -182px -5px no-repeat transparent;
}


/* ========================
    DESKTOP: Designer inner page
   ======================== */

.designerPage .globalPad {
    padding: 40px 56px 30px;
}

.designerPage .designerInner {
	padding: 68px 0 0;
}

.designerPage .designerInner h2 {
	font-size: 22px;
	line-height: 36px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.designerPage .designerInner .designerQuote {
	background-color: #cc4c2f;
	padding: 20px;
	display: block;
	margin: 29px 0 32px;
}
.designerPage .designerInner .designerQuote h3 {
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	font-family: 'quicksanditalic';
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.designerPage .designerInner .designerQuote .bigQuote {
	display: block;
	width: 23px;
	height: 16px;
	background: url('../img/sprite.png') -132px -57px no-repeat;
	margin: 4px 0 14px 0;
}
.designerPage .designerInner .description {
	line-height: 26px;
}

.designerPage .designerPic,
.designerPage .designerSketch,
.designerPage .designerBottomImgs {
	margin-bottom: 32px;
	position: relative;
}

.designerPage .designerSketch .play {
	display: block;
	position: absolute;
	width: 65px;
	height: 65px;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -32px;
    background: url('../img/sprite.png') -182px -5px no-repeat transparent;
}
.designerPage .designerBottomImgs {
	float: right;
}

.designerAddInfo {
	padding: 32px 0 0 0;
}
.designerAddInfo .btn {
	margin: 2px 0 40px 0;
}
.designerPage .featuredProduct {
	display: block;
	height: 416px;
	text-decoration: none;
	position: relative;
	margin: 0;
	overflow: hidden;
}
.designerPage .featuredProduct img {
	width: 100%;
}
.designerPage .featuredProduct .info {
	position: absolute;
	margin: 0;
	text-align: center;
	z-index: 6;
	width: 100%;
	height: 110px;
	bottom: 0;
	left: 0;
	background-color: #c8c552;
}
.designerPage .featuredProduct .info .text {
	font-size: 13px;
    font-family: 'quicksandbold';
    color: #ffffff;
    margin: 0;
    padding: 30px 0 0 0;
    line-height: 20px;
    display: block;
}
.designerPage .featuredProduct:hover .info {
	background-color: #667676;
	color: #ffffff;
}
.designerPage .featuredProduct .info .text span {
	display: block;
	font-size: 15px;
	color: #1a1b1c;
	text-transform: uppercase;
	padding: 2px 0;
	margin: 0;
}
.designerPage .featuredProduct:hover .info .text {
	color: #ffffff;
}
.designerPage .featuredProduct:hover .info .text span {
	text-decoration: underline;
	color: #ffffff;
}
.designerPage .designerProducts {
	background-color: #f6f6f7;
}
.designerPage .designerProducts h4 {
	font-size: 26px;
	padding: 16px 0 0 0;
	margin: 0;
	font-weight: normal;
}
.designerPage .designerProducts .productList {
	border-bottom: 2px solid #1b1c1d; 
	padding-top: 26px;
}
.designerPage .designerProducts .bottomButton {
	text-align: right;
	padding: 21px 0 32px;
}


/* ========================
    DESKTOP: FAQ page
   ======================== */

.faqPage .globalPad {
    padding: 40px 56px 30px;
}
.faqPage .questions {
	padding: 64px 0 40px;
}
.faqPage .questions .qList {
	list-style: none;
	padding: 0;
	margin: 0;
}
.faqPage .questions .qList li {
	display: block;
	margin-bottom: 35px;
}
.faqPage h2 {
	font-weight: normal;
	font-size: 22px;
	margin: 0;
	padding: 5px 0 10px;
}
.faqPage .questions .qList li > a {
	display: block;
	border-bottom: 2px solid #1b1c1d;
	margin: 0;
}
.faqPage .questions .qList li > a .question {
	display: inline-block;
	width: 600px;
	line-height: 23px;
	margin: 0;
	font-size: 12px;
    font-family: 'quicksandbold';
    text-transform: uppercase;
    padding: 10px 0;
}

.faqPage .questions .qList li a .qArrow {
	display: inline-block;
	width: 20px;
	height: 13px;
	margin: 15px 15px 0 0;
    background: url('../img/sprite.png') -122px -7px no-repeat transparent;
    vertical-align: middle;
    float: right;
}
.faqPage .questions .qList li a.active .qArrow {
	background-position: -152px -7px;
}
.faqPage .questions .qList li a:hover .qArrow {
	background-position: -122px -32px;
}
.faqPage .questions .qList li a.active:hover .qArrow {
	background-position: -152px -32px;
}
.faqPage .questions .qList .QuestionDesc {
	display: none;
	margin: 0;
	background-color: #c8c552;
	padding: 10px 32px 10px;
}
.faqPage .questions .qList .QuestionDesc h3 {
	font-weight: normal;
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 12px;
	line-height: 22px;
    font-family: 'quicksandbold';
    text-transform: uppercase;
}
.faqPage .questions .qList .QuestionDesc p {
	font-weight: normal;
	margin: 0;
	padding: 5px 0 10px;
	font-size: 12px;
	line-height: 22px;
}
.faqPage .questions .qList .QuestionDesc a {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
    font-family: 'quicksandregular';
    color: #667677;
}
.faqPage .questions .faqContacts {
	margin-top: 88px;
	padding: 10px 0;
	border-top: 2px solid #1b1c1d;
}
.faqPage .questions .faqContacts h4 {
	font-weight: normal;
	margin: 0;
	padding: 8px 32px 23px 0;
	font-size: 22px;
	line-height: 40px;
    font-family: 'quicksandregular';
}
.faqPage .questions .faqContacts .btn {
	margin: 0;
	display: block;
}
.faqPage .questions .faqContacts .btn span {
	display: inline-block;
	width: 13px;
	height: 20px;
	margin-left: 15px;
    background: url('../img/sprite.png') -202px -169px no-repeat transparent;
    vertical-align: middle;
}
.faqPage .questions .faqContacts .btn:hover span {
    background-position: -222px -169px;
}


/* ========================
    DESKTOP: About page
   ======================== */

.aboutPage .globalPad {
    padding: 40px 56px 96px;
}
.aboutPage .aboutSection {
	padding: 68px 0 0 0;
}
.aboutPage .aboutSection h2 {
	font-weight: normal;
	margin: 0;
	padding: 0 0 21px 0;
	font-size: 22px;
	line-height: 36px;
    font-family: 'quicksandregular';
}
.aboutPage .aboutSection h3 {
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 15px;
	line-height: 23px;
    font-family: 'quicksandbold';
    text-transform: uppercase;
}
.aboutPage .aboutSection p {
	font-weight: normal;
	margin: 0;
	padding: 0 0 40px 0;
	font-size: 12px;
	line-height: 26px;
}
.aboutPage .pressBlock {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #599599;
	margin: 32px 0;
}
.aboutPage .pressBlock:hover {
	background-color: #667676;
}
.aboutPage .pressBlock .innerPad {
	display: block;
	overflow: hidden;
	position: relative;
}
.aboutPage .pressBlock .catText {
	font-size: 13px;
    font-family: 'quicksandbold';
    color: #ffffff;
    margin: 0;
    line-height: 20px;
    display: block;
}
.aboutPage .pressBlock .title {
	display: block;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 2px 0;
	margin: 0;
	line-height: 24px;
}
.aboutPage .pressBlock:hover .title {
	text-decoration: underline;
}
.aboutPage .pressBlock .bigQuote {
	display: block;
	width: 23px;
	height: 16px;
	background: url('../img/sprite.png') -132px -57px no-repeat;
	margin: 14px 0 9px 0;
}
.aboutPage .pressBlock .quoteDesc {
	display: block;
	color: #ffffff;
	font-family: 'quicksanditalic';
	padding: 0;
	line-height: 22px;
}
.aboutPage .pressBlock .quoteDesc .endQuote {
	font-size: 18px;
	line-height: 22px;
    font-family: 'quicksandbold';
}
.aboutPage .pressBlock:hover .quoteDesc {
	color: #ffffff;
}
.aboutPage .pressBlock .author {
	display: block;
	margin-top: 22px;
}




/* ========================
    DESKTOP: Generic page
   ======================== */

.genericPage .globalPad {
    padding: 40px 56px 96px;
}
.genericPage .navBar {
    margin-bottom: 60px;
}
.genericPage h2,
.genericPage h3,
.genericPage h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
    font-family: 'quicksandbold';
    text-transform: uppercase;
}
.genericPage p {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
}
.genericPage ul {
	padding: 0 0 0 40px;
	margin: 10px 0 25px 0;
}


.press h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
    font-family: 'quicksandregular';
    padding: 0 0 20px;
    margin: 0;
    text-transform: none;
}
.press h2.error {
	color: #cc4c2f;
}
.press .pressFiles {
	padding: 55px 0 0;
}
.press .pressFiles .grid1 {
	padding-bottom: 58px;
}
.press .pressFiles .image {
	display: block;
	width: 192px;
	height: 192px;
	margin-bottom: 22px;
}
.press .pressFiles .image img {
	height: 192px;
	width: auto;
}
.press .pressFiles a {
	display: block;
}
.press .pressFiles a:hover {
	text-decoration: none;
}
.press .pressFiles a .icon {
	display: inline-block;
	width: 21px;
	height: 23px;
    background: url('../img/sprite.png') -103px -221px no-repeat transparent;
    vertical-align: middle;
}
.press .pressFiles a .text {
	display: inline-block;
	height: 28px;
	margin-left: 7px;
	font-size: 12px;
	line-height: 14px;
    font-family: 'quicksandbold';
    text-transform: uppercase;
    vertical-align: middle;
}
.press .pressFiles a .text span {
	color: #667677;
	display: block;
    font-family: 'quicksandregular';
}
.press .bottomButton {
	padding: 33px 0 33px;
	text-align: right;
	border-top: 2px solid #1b1c1d;
}
.press fieldset {
	padding-top: 35px;
}
.press fieldset input {
	width: 250px;
}


.blog {
	padding: 0 0 32px;
}
.blog .grid1,
.blog .grid2 {
	min-height: 192px;
	clear: right;
	margin-bottom: 32px;
}
.blog .blogPost {
	display: block;
	padding: 28px 0 0;
	border-top: 2px solid #599599;
}

.blog .blogPost.green {
	border-color: #558d8c;
}
.blog .blogPost.lgreen {
	border-color: #cace45;
}
.blog .blogPost.red {
	border-color: #ed693a;
}


.blog .blogPost.yellow {
	border-color: #f3cd38;
}

.blog .blogPost.red {
	border-color: #bb492d;
}

.blog .blogPost.lred {
	border-color: #df6238;
}

.blog .blogPost.lgrey {
	border-color: #596866;
}

.blog .blogPost.grey {
	border-color: #3c4746;
}

.blog .blogPost.black {
	border-color: #171817;
}

.blog .blogPost p {
	text-align: justify;
	word-break: normal;
}


.blog .blogPost .date {
	display: block;
	color: #667677;
	padding-bottom: 7px;
	font-size: 11px;
	line-height: 13px;
    font-family: 'quicksandbold';
}
.blog .blogPost .title {
	display: block;
}
.blog .blogPost .title h2 {
	color: #1a1b1c;
	font-size: 22px;
	line-height: 30px;
    font-family: 'quicksandregular';
    text-transform: none;
    padding-bottom: 13px;
}
.blog .blogPost .desc {
	display: block;
	padding-bottom: 13px;
	line-height: 22px;
}
.blog .blogPost a {
	color: #599599;
}
.blog .blogPost a.link {
	display: block;
	color: #000000;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
    font-family: 'quicksandbold';
    text-transform: uppercase;
}
.blogNav {
	margin: 0!important;
}


.notFound h2 {
	font-size: 22px;
	line-height: 34px;
	text-transform: none;
	font-family: 'quicksandregular';
	padding-bottom: 25px;
}
.notFound p {
	line-height: 26px;
	padding-bottom: 60px;
}
.notFound .btn {
	margin: 0 25px 0 0;
}






/* ========================
    DESKTOP: Account page
   ======================== */

.accountPage .globalPad {
    padding: 40px 56px 96px;
}
.accountPage .myAccount {
	padding: 60px 0 0;
}
.accountPage .myAccount .accountBlock {
	display: block;
	height: 362px;
	position: relative;
}
.accountPage .myAccount .accountBlock .info {
	position: absolute;
	display: block;
	width: 100%;
	height: 170px;
	margin: 0;
	text-align: center;
	z-index: 6;
	left: 0;
	bottom: 0;
}
.accountPage .myAccount .accountBlock .info.yellow {
	background-color: #f8ce2d;
}
.accountPage .myAccount .accountBlock .info.lgreen {
	background-color: #c8c552;
}
.accountPage .myAccount .accountBlock .info.red {
	background-color: #cc4c2f;
}
.accountPage .myAccount .accountBlock .info.red .text,
.accountPage .myAccount .accountBlock .info.red .textDesc {
	color: #ffffff;
}
.accountPage .myAccount .accountBlock .info .text {
	display: block;
	font-size: 13px;
    font-family: 'quicksandbold';
    font-weight: normal;
	color: #1a1b1c;
	padding: 28px 0 0;
	margin: 0;
}
.accountPage .myAccount .accountBlock .info .text span {
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	padding: 2px 0 13px 0;
}
.accountPage .myAccount .accountBlock .info .textDesc {
	display: block;
	font-size: 12px;
	line-height: 22px;
    font-family: 'quicksandregular';
    font-weight: normal;
	color: #1a1b1c;
	padding: 0 28px;
	margin: 0;
}
.accountPage .myAccount .accountBlock:hover .info {
	background-color: #667676;
	color: #ffffff;
}
.accountPage .myAccount .accountBlock:hover .info .text,
.accountPage .myAccount .accountBlock:hover .info .textDesc {
	color: #ffffff;
}

.accountPage .myOrdersEmpty {
	padding: 66px 0 50px;
}
.accountPage .myOrdersEmpty .navBar .titleText {
	border-left: none;
}
.accountPage .myOrdersEmpty p,
.accountPage .myOrders p{
	padding: 30px 0 2px;
	line-height: 22px;
}
.accountPage .myOrdersEmpty p a,
.accountPage .myOrders p a{
	color: #599599;
}
.accountPage .myOrdersEmpty p .boldText,
.accountPage .myOrders p .boldText{
    font-family: 'quicksandbold';
}

.accountPage .myOrders {
	padding: 36px 0 0 0;
}
.accountPage .orderTable {
	width: 100%;
}
.accountPage .orderTable thead {
	border-bottom: 2px solid #1b1c1d;
}
.accountPage .orderTable thead th {
	text-align: left;
	color: #5f6e70;
    font-family: 'quicksandbold';
    font-size: 12px;
    padding: 9px 0;
    width: 160px;
}
.accountPage .orderTable tr {
	border-bottom: 1px solid #1b1c1d;
}
.accountPage .orderTable tr > td {
    font-family: 'quicksandbold';
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 33px 0;
    margin: 0;
}
.accountPage .orderTable tr > td.last {
    text-align: right;
}
.accountPage .orderTable tr:hover {
    cursor: pointer;
}
.accountPage .orderTable .arrow {
	display: inline-block;
	width: 20px;
	height: 13px;
	margin-right: 15px;
    background: url('../img/sprite.png') -122px -7px no-repeat transparent;
    vertical-align: text-top;
}
.accountPage .orderTable tr:hover .arrow {
	background-position: -122px -32px;
}

.accountPage .orderTable tr.open .arrow {
	background-position: -152px -7px;
}
.accountPage .orderTable tr.open:hover .arrow {
	background-position: -152px -32px;
}

.accountPage .orderTable tr.opened td {
	padding: 0;
	background-color: #f6f6f7;
	text-transform: none;
}
.accountPage .orderTable tr.opened .navBar {
	border-top: 1px solid #1b1c1d;
}
.accountPage .orderTable tr.opened .navBar .titleText {
	border-left: none;
}
.accountPage .orderTable tr.opened .summaryTable {
	width: 100%;
	cursor: default!important;
}
.accountPage .orderTable tr.opened .summaryTable tr td:first-child {
	width: 130px;
}
.accountPage .orderTable tr.opened .summaryTable tr td:nth-child(2) {
	vertical-align: top;
	width: 60px;
}
.accountPage .orderTable tr.opened .summaryTable tr td:nth-child(3) {
	width: 160px;
}
.accountPage .orderTable tr.opened .summaryTable tr td:nth-child(4) {
	width: 210px;
}
.accountPage .orderTable tr.opened .summaryTable tr td:last-child {
	vertical-align: top;
	width: 80px;
}
.accountPage .orderTable tr.opened .summaryTable .cartTableTtitle {
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 18px;
    font-family: 'quicksandbold';
    color: #5f6e70;
}
.accountPage .orderTable tr.opened .summaryTable .cartTableNumber {
	display: block;
	font-size: 12px;
	line-height: 18px;
    font-family: 'quicksandbold';
    color: #000000;
    text-transform: uppercase;
}
.accountPage .orderTable tr.opened .summaryTable .cartTableText {
	display: block;
	font-size: 12px;
	line-height: 18px;
    font-family: 'quicksandbold';
    color: #000000;
    text-transform: none;
}
.accountPage .orderTable tr.opened .summaryTable tr td:nth-child(2) .cartTableTtitle,
.accountPage .orderTable tr.opened .summaryTable tr td:last-child .cartTableTtitle {
	padding-top: 28px;
}
.accountPage .orderTable tr.opened .summaryTable .bottomRows td{
	border-top: none;
	height: 64px;
}
.accountPage .orderTable tr.opened .summaryTable .bottomRows td:first-child {
	width: 470px;
	text-align: right;
}
.accountPage .orderTable tr.opened .summaryTable .bottomRows td:last-child {
	width: 83px;
	vertical-align: middle;
}
.accountPage .orderTable tr.opened .summaryTable .subText {
	padding-right: 75px;
	font-size: 13px;
}
.accountPage .orderTable tr.opened .summaryTable .subText .titleText {
    font-family: 'quicksandbold';
	letter-spacing: 1px;
    color: #000000;
}
.accountPage .orderTable tr.opened .priceRow {
	display: block;
	text-align: right;
	font-size: 20px;
    font-family: 'quicksandbold';
    padding: 20px 20px 30px 0;
}
.accountPage .orderTable tr.opened .priceRow span {
	margin-right: 30px;
}
.accountPage .orderTable tr.opened .priceRow.last {
	border-bottom: 1px solid #1b1c1d;
}


.accountPage .addBook {
	padding: 5px 0 0 0;
}
.accountPage .addBook .navBar {
	margin: 60px 0 0 0;
	border-top: 2px solid #1b1c1d;
}
.accountPage .addBook .addresses {
	padding: 28px 0 0 0;
}
.accountPage .addBook .addresses .addTopText {
	margin: 0;
	padding: 9px 0 0 0;
	line-height: 22px;
}
.accountPage .addBook .addresses .addTopText a {
	color: #599599;
}
.accountPage .addBook .addresses .addressBlock {
	display: inline-block;
	width: 315px;
	height: 377px;
}
.accountPage .addBook .addresses .addressBlock .deliveryAdd {
	display: block;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
    font-family: 'quicksandbold';
    padding: 31px 0 48px;
    margin: 0;
}
.accountPage .addBook .addresses .addressBlock .btnPrimary {
	margin-left: 0;
}
.accountPage .addBook .addresses .addressBlock .radioSelect {
	display: inline-block;
	width: 315px;
	height: 44px;
	font-size: 14px;
	line-height: 44px;
    font-family: 'quicksandbold';
    margin: 48px 18px 6px 0;
}
.accountPage .addBook .addresses .addressBlock .radioSelect:hover {
	cursor: pointer;
}
.accountPage .addBook .addresses .addressBlock .radioSelect .radioInput {
	display: inline-block;
	width: 44px;
	height: 44px;
	vertical-align: top;
	background: url('../img/sprite.png') -151px -169px no-repeat transparent;
	margin-right: 4px;
}
.accountPage .addBook .addresses .addressBlock .radioSelect .radioInput.active {
	background-position: -101px -169px;
}



/* ===============
    ALL: IE Fixes
   =============== */



/* ==========================================================================
   Additional styles
   ========================================================================== */
  
.cartHeader {
	display: block;
	border-top: 2px solid #1b1c1d;
}
.cartHeader .grid1 {
	border-bottom: 2px solid #1b1c1d;
	height: 198px;
}
.cartHeader .grid3 {
	border-bottom: 2px solid #1b1c1d;
	height: 198px;
}
.cartCount {
	display: block;
	width: 100%;
	height: 140px;
}
.cartCount h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin: 25px 0 16px;
}
.cartCount h3 {
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	margin: 48px 0 0;
    font-family: 'quicksandregular';
}
.numSec {
	display: block;
	width: 92px;
	height: 92px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 64px;
	line-height: 64px;
	position: relative;
	background: url('../img/sprite.png') 0 -160px no-repeat transparent;
}
.numSec .number1,
.numSec .number2 {
	display: block;
	width: 40px;
	height: 64px;
	position: absolute;
	text-align: center;
	top: -8px;
	left: 0;
}
.numSec .number2 {
	left: auto;
	right: 0;
	top: auto;
	bottom: -9px;
}
.checkoutCart .grid1 .return {
	margin: 24px 0 0;
	display: block;
	padding: 15px 13px;
	text-align: left;
}
.checkoutCart .grid1 .btn span {
	display: inline-block;
	width: 13px;
	height: 19px;
	margin: -3px 15px 0 7px;
	background: url('../img/sprite.png') -102px -7px no-repeat transparent;
	vertical-align: text-top;
}
.checkoutCart .grid1 .btn:hover span {
	background-position: -77px -37px;
}
.checkoutCart .cartTable tr:first-child td {
	border-top: none;
}
.checkoutCart .cartTable .bottomRows td{
	border-top: none;
	height: 64px;
}
.checkoutCart .cartTable .bottomRows td:first-child {
	width: 470px;
	text-align: right;
}
.checkoutCart .cartTable .bottomRows td:last-child {
	width: 165px;
	vertical-align: middle;
}
.checkoutCart .cartTable .voucherRow td{
	border-top: none;
	height: 17px;
	padding: 23px 0;
}
.checkoutCart .cartTable .voucherRow td:first-child {
	width: 470px;
	text-align: right;
}
.checkoutCart .cartTable .voucherRow td:last-child {
	width: 165px;
	vertical-align: middle;
}
.checkoutCart .cartTable tr td:last-child .cartTableTtitle {
	display: block;
	text-align: right;
	width: 75px;
	margin: 0 0 0 auto;
}
.checkoutCart .cartTable tr td:last-child .cartTableNumber {
	display: block;
	text-align: right;
	width: 75px;
	margin: 0 0 0 auto;
}

.checkoutCart .inputLink {
	font-size: 12px;
	color: #1a1b1c;
	text-transform: uppercase;
    font-family: 'quicksandbold';
    margin-left: 6px;
}
.checkoutCart .priceRow {
	display: block;
	text-align: right;
	font-size: 20px;
    font-family: 'quicksandbold';
    padding: 17px 0 23px;
}
.checkoutCart .priceRow span:first-child {
	margin-right: 60px;
}
.checkoutCart .priceRow.last {
	border-bottom: 2px solid #1b1c1d;
}
.checkoutCart .navBar {
	margin-top: 35px;
}
.checkoutCart .navBar.checkout {
	margin-top: 0;
}
.checkoutCart .navBar .titleText {
	border-left: none;
}

.checkOptions {
	padding: 33px 0;
}
.continueCheckout {
	padding: 33px 0;
	text-align: right;
}
.checkOptions .grid1 {
	width: 319px;
}
.checkOptions .column1 {
	border-right: 2px solid #1b1c1d;
}
.checkOptions .grid1:last-child {
	width: 279px;
}
.checkOptions .grid1 h3 {
	padding: 1px 0;
	margin: 0 0 10px 0;
	font-size: 16px;
    font-family: 'quicksandbold';
}
.checkOptions .grid1 p {
	font-size: 12px;
}
.checkOptions .grid1 .btn {
	margin: 17px 0 0 0;
}
.checkOptions .controlGroup {
	padding: 11px 0 8px;
}
.checkOptions .controlGroup label {
	padding: 0;
	margin: 0;
	font-size: 14px;
    font-family: 'quicksandbold';
}
.checkOptions .controlGroup .controls {
	margin-top: 4px;
}
.checkOptions .controlGroup .controls input {
	width: 252px;
}
.checkOptions .smallLink {
	padding: 4px 0 13px;
	display: block;
}

.cartFooter {
	display: block;
	padding: 120px 0 0 0;
}
.cartFooter p {
	padding: 33px 0 0 0;
	margin: 0;
	color: #667677;
	font-size: 12px;
	line-height: 20px;
    font-family: 'quicksandbold';
}
.emptyCartText {
	display: block;
	border-top: 2px solid #1b1c1d;
	border-bottom: 1px solid #1b1c1d;
}
.emptyCartText p {
	font-size: 22px;
}
#kshoping {
	float: right;
	margin: 24px 0 40px;
}

.couponMessage {
	padding-top: 5px;
}
.couponMessage ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.checkoutForm .navBar {
	border-top: none;
}
.checkoutForm .navBar.topBorder {
	border-top: 2px solid #1b1c1d;
}
.checkoutForm .navBar .titleText {
	border-left: none;
}
.checkoutForm .inputRow {
	padding: 12px 0;
}
.checkoutForm .inputRow .grid1 {
	text-align: right;
	font-size: 14px;
	line-height: 52px;
    font-family: 'quicksandbold';
}
.checkoutForm .inputRow .radioSelect {
	display: inline-block;
	width: 90px;
	height: 44px;
	font-size: 14px;
	line-height: 44px;
    font-family: 'quicksandbold';
    margin: 16px 18px 10px 0;
}
.checkoutForm .inputRow .radioSelect:hover {
	cursor: pointer;
}
.checkoutForm .inputRow .radioSelect .radioInput {
	display: inline-block;
	width: 44px;
	height: 44px;
	vertical-align: top;
	background: url('../img/sprite.png') -151px -169px no-repeat transparent;
	margin-right: 4px;
}
.checkoutForm .inputRow .radioSelect .radioInput.active {
	background-position: -101px -169px;
}
.checkoutForm .inputsList {
	padding: 19px 0 48px;
	border-bottom: 2px solid #1b1c1d;
}
.checkoutForm .inputsList .confirmationText {
	font-size: 14px;
	padding: 15px 0 0 0;
}
.checkoutForm .inputsList .confirmationText span {
    font-family: 'quicksandbold';
}
.checkoutForm .bottomButton {
	padding: 33px 0 33px;
	text-align: right;
}
.checkoutForm.checkoutLast .inputRow .radioSelect {
	width: 250px;
}

.styledSelect select {
	background-color: rgba(0,0,0,0);
	display: block;
	height: 50px;
	vertical-align: middle;
	border: 0;
	border-radius: 0;
	font-family: 'quicksandbold', Helvetica, Arial, sans-serif;
	-moz-webkit-appearance: none;
	  -o-webkit-appearance: none;
		-webkit-appearance: none;
	width: 414px;
	padding-right: 75px;
}
.styledSelect {
	width: 414px;
	height: 50px;
	overflow: hidden;
	background: url('../img/sprite.png') 355px -260px no-repeat transparent;
	border: 1px solid #1a1b1c;
}


.smallLink {
	font-size: 12px;
	color: #1a1b1c;
    font-family: 'quicksandbold';
}
.errorMsg {
	font-size: 22px;
	line-height: 28px;
	color: #cc4c2f;
}


.errorLine {
	color: #cc4c2f;
}
.errorLine input {
	padding: 11px 13px;
	border: 4px solid #cc4c2f;
}


#homepage-slider .curtainsTop,
#homepage-slider .curtainsBot {
	position: absolute;
	display: block;
	width: 100%;
	overflow: hidden;
	height: 163px;
	top: 0;
	left: 0;
	background: url('../img/shadows.png') 0 -130px repeat-x;
	z-index: 4;
}
#homepage-slider .curtainsBot {
	height: 128px;
	top: auto;
	bottom: 0;
	left: 0;
	background: url('../img/shadows.png') 0 0 repeat-x;
}

#homepage-slider .logo {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 193px;
	height: 55px;
	top: 40px;
	left: 50%;
	margin-left: -450px;
	z-index: 5;
}
#homepage-slider .logo a {
	text-decoration: none;
}
#homepage-slider .nextLink {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 194px;
	height: 67px;
	bottom: 30px;
	left: 50%;
	margin-left: -97px;
	background: url('../img/sprite.png') 0 -370px no-repeat;
	z-index: 5;
}
#homepage-slider .nextLink:hover {
	background: url('../img/sprite.png') 0 -440px no-repeat;
	cursor: pointer;
}
#homepage-slider .ls-layer .ls-s-1 {
	width: 960px;
}
.homeCarousel .sliderNav {
	right: 58px;
	bottom: 56px;
	z-index: 9;
	height: 24px;
	overflow: hidden;
}
.homeCarousel .slide {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 650px;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}
.homeCarousel .slide a.slideLink {
	position: absolute;
	display: block;
	color: #ffffff;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
}
.homeCarousel .slide a.slideLink .slideBlock,
#homepage-slider .slideBlock {
	position: absolute;
	display: block;
	color: #ffffff;
	z-index: 5;
	width: 420px!important;
	height: 220px!important;
	top: 50%;
	left: 50%;
	margin-left: -210px;
	margin-top: -110px;
}
#homepage-slider .slideBlock .slideBgShaddow {
	position: absolute;
	width: 800px;
	height: 500px;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin-left: -400px;
	margin-top: -250px;
	background: url('../img/shadow.png') 0 0 no-repeat;
}
.homeCarousel .slide a.slideLink .slideBlock .slideTitle,
#homepage-slider .slideBlock .slideTitle {
	display: block;
	text-align: center;
	position:relative;
	z-index: 4;
	padding: 0;
	margin: 0;
}
.homeCarousel .slide a.slideLink .slideBlock .slideTitle h2,
#homepage-slider .slideBlock .slideTitle h2 {
	font-size: 60px;
	line-height: 70px;
    font-family: 'quicksandbold';
	padding: 0;
	margin: 0;
	position:relative;
	z-index: 4;
	text-transform: uppercase;
}
#homepage-slider a:hover .slideBlock .slideTitle h2 {
	text-decoration: underline;
}
.homeCarousel .slide a.slideLink .slideBlock .slideText,
#homepage-slider .slideBlock .slideText {
	display: block;
	text-align: center;
	position:relative;
	z-index: 4;
	padding: 24px 0 0;
	margin: 0;
	font-size: 26px;
	line-height: 30px;
}

.cartTable.checkout tr td:first-child {
	width: 130px;
}
.cartTable.checkout tr td:nth-child(2) {
	width: 60px;
}
.cartTable.checkout tr td:nth-child(3) {
	width: 160px;
}
.cartTable.checkout tr td:nth-child(4) {
	width: 160px;
}
.cartTable.checkout tr td:last-child {
	width: 110px;
	vertical-align: top;
}
.cartTable.checkout tr td:last-child .cartTableTtitle {
	padding-top: 27px;
}
.cartTable.checkout tr:last-child td {
	height: 63px;
}
.cartTable.checkout tr:last-child td:first-child {
	width: 750px;
	text-align: right;
}
.cartTable.checkout tr:last-child td:last-child {
	width: 110px;
	vertical-align: middle;
}













/* ==========================================================================
   Media Queries
   ========================================================================== */

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

    
/* ===============
    Maximal Width
   =============== */
	.row {
	  margin-left: 0;
	  *zoom: 1;
	}
	[class*="grid"] {
	  float: left;
	  min-height: 1px;
	  margin-left: 0;
	}
    .container {
        width: 90%;
        margin: 0 5%;
    }
	.globalPad {
		padding: 0;
	}
	.cartPage .globalPad {
		padding: 40px 0 32px;
	}
	.contactsPage .globalPad {
	    padding: 40px 0 65px;
	}
	.faqPage .globalPad {
	    padding: 40px 0 30px;
	}
	.aboutPage .globalPad {
	    padding: 40px 0 96px;
	}
	.genericPage .globalPad {
	    padding: 40px 0 80px;
	}
	.generalPage .globalPad {
	    padding: 40px 0 64px;
	}
	.productInfo .globalPad {
	    padding: 40px 0 64px;
	}
	.designerPage .globalPad {
	    padding: 40px 0 30px;
	}
	.designersPage .globalPad {
	    padding: 40px 0 30px;
	}
	.accountPage .globalPad {
		padding: 40px 0 96px;
	}
	
	.searchPage .globalPad {
		padding-left: 0;
		padding-right: 0;
	}
	.homePage .globalPad {
	    padding: 0;
	}
	
	.cartTable {
		display: block;
	}
	.cartTable.mobile {
		display: none;
	}
	.searchBig .globalPad .close,
	.mainHeader .submenu .close {
		right: 0;
	}
	
	nav.mobile {
	    display: block;
	}
	nav.main {
	    display: none;
	}
	.homePage .row .collectionSlider,
	.homePage .row .designerSlider,
	.homePage .row .collectionSlider .slide,
	.homePage .row .designerSlider .slide {
		width: 100%;
		margin-left: 0;
	}
	.grid1 {
		width: 100%;
	}
	.grid2 {
		width: 100%;
	}
	.grid3 {
		width: 100%!important;
	}
	.grid4 {
		width: 100%;
	}
	.homePage .productVideo {
	    width: 100%;
        margin: 0;
    	height: 220px;
	}
	.offset1 {
		margin-left: 0;
	}
	.offset2 {
		margin-left: 0;
	}
	.offset3 {
		margin-left: 0;
	}
	.searchBig {
		display: none;
	}
	.footerSearch {
		display: none;
	}
	.cartTable tr td:first-child {
		width: 50%!important;
		text-align: center;
		vertical-align: top;
	}
	.cartTable tr td .cartTableNumber:first-child {
		padding-top: 20px;
	}
	.cartTable tr td:last-child .cartTableTtitle {
		padding-top: 15px;
	}
	.cartTable tr td:last-child .cartTableTtitle .cartTableNumber {
		padding-top: 0px;
	}
	.cartTable .cartTableNumber {
		display: inline-block;
	}
	.cartTable .cartTableLinks {
		padding-bottom: 15px;
	}
	.subText {
		text-align: left;
		padding: 0!important;
		padding-top: 10px;
	}
	.fprice {
		float: right;
	}
	.cartTableNumber.fprice {
		padding: 0!important;
	}
	.cartButtons {
		padding-top: 5px!important;
	}
	.cartButtons .btn {
		width: 99%;
		margin: 22px 0 0!important;
		padding: 15px 0!important;
	}
	.mainHeader .navigation {
		height: 45px;
	}
	.mainHeader .submenu.mobile .mainMenu {
		color: #ffffff;
		display: block;
		padding: 8px 0;
		font-size: 12px;
	    text-transform: uppercase;
	    text-decoration: none;
	    font-family: 'quicksandbold';
	}
	.mainHeader .submenu.mobile .mainMenu:hover {
		color: #000000;
	}
	.mainHeader .submenu.mobile .mainMenu .arrow {
		display: inline-block;
		float: right;
		width: 20px;
		height: 13px;
		margin-left: 9px;
		background: url('../img/sprite.png') -4px -65px no-repeat transparent;
		vertical-align: text-top;
	}
	.mainHeader .submenu.mobile .mainMenu:hover .arrow {
		background-position: -122px -7px;
	}
	.mainHeader .submenu.mobile .mainMenu.active .arrow {
		background-position: -34px -65px;
	}
	.mainHeader .submenu.mobile .mainMenu.active:hover .arrow {
		background-position: -152px -7px;
	}
	.mainHeader .submenu.mobile .grid1 {
		height: auto;
		min-height: 65px;
		padding: 6px 0 10px;
	}
	.bottomLinks .grid1 {
		padding-bottom: 25px;
	}
	#homepage-slider {
		/*max-height: 200px!important;*/
	}
	#homepage-slider .logo {
		margin-left: -96px;
		top: 20px;
	}
	#homepage-slider .curtainsTop,
	#homepage-slider .curtainsBot {
		background: url('../img/shadows.png') 0 -180px repeat-x;
	}
	#homepage-slider .curtainsBot {
		background: url('../img/shadows.png') 0 50px repeat-x;
	}
	#homepage-slider .slideBlock {
		margin-top: -50px;
		display: none;
	}
	#homepage-slider .slideBlock .slideTitle h2 {
		font-size: 40px;
		line-height: 45px;
	}
	#homepage-slider .slideBlock .slideText {
		font-size: 22px;
		line-height: 26px;
	}
	.faqPage .questions .faqContacts {
		margin-top: 20px;
		padding: 25px 0;
		border-top: 2px solid #1b1c1d;
	}
	.faqPage .questions .faqContacts h4 {
		padding: 8px 0 20px 0;
		font-size: 18px;
		line-height: 22px;
	}
	.faqPage .questions .faqContacts .btn {
		margin: 5px 0 0 0;
	    display: inline-block;
	}
	.faqPage .questions .qList li > a .question {
		width: 88%;
	}
	.aboutPic {
		margin-top: 32px;
	}
	.designerPage .designerInner .designerPics .grid1 {
		display: none;
	}
	.designerPage .designerProducts .productList .grid1:nth-child(4) {
		display: none;
	}
	#map_canvas {
		width: 340px;
	    height: 340px;
	}
	
	.product .grid3product {
		width: 100%;
		height: 340px;
	}
	.product .grid1product {
		width: 100%;
		height: 150px;
		overflow: hidden;
	}
	.contactsPage .contactForm .grid1 {
		width: 100%;
	}
	.homePage .row .grid1,
	.homePage .row .grid2,
	.homePage .row .grid3,
	.homePage .row .collectionSlider,
	.homePage .row .designerSlider {
		margin-bottom: 0;
		width: 100%;
		height: auto;
	}
	.homePage .container {
		width: 100%;
		margin: 0;
	}
	.homePage .colorBlock .innerPad {
		padding-right: 100px;
	}
	.homePage .pictureBlock {
		height: 280px;
	}
	.homePage .pictureBlock .info {
		height: 100px;
		width: 100%;
		top: auto;
		left: 0;
		bottom: 0;
		margin-top: 0;
		margin-left: 0;
		position: static;
	}
	.homePage .pictureBlock .info .text {
		padding-top: 30px;
	}
	.homePage .row .collectionSlider .slide,
	.homePage .row .designerSlider .slide {
		width: 100%;
	}
	.homePage .row .collectionSlider .slide a,
	.homePage .row .designerSlider .slide a {
		width: 100%;
	}
	.homePage .row .designerSlider .slide a {
		height: auto;
	}
	
	.homePage .row .collectionSlider .slide a .info,
	.homePage .row .designerSlider .slide a .info {
		height: 100px;
		width: 100%;
		top: auto;
		left: 0;
		margin-top: 0;
		margin-left: 0;
		bottom: 0;
	}
	.homePage .row .collectionSlider .slide a .info .text {
		padding-top: 18px;
	}
	.homePage .row .designerSlider {
		height: auto;
	}
	.homePage .row .designerSlider .slide a .info {
		height: 225px;
	}
	.homePage .sliderNav {
		bottom: 137px;
		right: 0;
		text-align: center;
		width: 100%;
	}
	.homePage .row .designerSlider .sliderNav {
		bottom: 260px;
	}
	
	
	.designersPage .designersList {
		margin-left: 0;
		padding-top: 32px;
	}
	.designersPage .designerQuote,
	.designersPage .colorBlock,
	.designersPage .designersVideo {
		margin-left: 0;
	}
	
	.designersPage .designerQuote {
		width: 100%;
		height: 418px;
	}
	.designersPage .designerQuote img {
		width: 100%;
	}
	.designersPage .designerQuote.left .info {
		width: 100%;
		height: 220px;
		top: auto;
		bottom: 0;
	}
	.designersPage .designerQuote.right {
		text-align: left;
	}
	.designersPage .designerQuote.right .info {
		width: 100%;
		height: 220px;
		top: auto;
		bottom: 0;
	}
	.designersPage .designerQuote.bottom .info {
		width: 100%;
		height: 220px;
		bottom: 0;
		left: 0;
	}
	.designersPage .colorBlock {
		width: 100%;
		height: auto;
	}
	.designersPage .designersListSmallBlock,
	.designersPage .designersListSmallBlock2,
	.designersPage .designersListSmallBlock3,
	.designersPage .smallBlockOne,
	.designersPage .smallBlockTwo {
		display: none;
	}
	.searchPage .navBar .sortButton,
	.searchPage .navBar .catButton,
	.searchPage .navBar .searchButton {
		width: 12px;
		overflow: hidden;
		text-indent: 60px;
		background-color: #ffffff;
	}
	.searchPage .navBar .searchButton {
		display: none;
	}
	.searchPage .navBar .sortButton span,
	.searchPage .navBar .catButton span {
		width: 22px;
		height: 16px;
		position: absolute;
		top: 18px;
		left: 7px;
		background: url('../img/sprite.png') -218px -229px no-repeat;
	}
	.searchPage .navBar .catButton span {
		background-position: -225px -199px;
	}
	.searchPage .navBar .searchButton span{
		position: absolute;
		width: 23px;
		height: 23px;
		top: 13px;
		left: 9px;
		background: url('../img/sprite.png') -220px -377px no-repeat;
	}
	.navBar .titleText.search h1,
	.navBar .titleText.product h1,
	.navBar .titleText.product h2 {
		font-size: 17px;
	}
	.navBar .titleText.search h4 {
		font-size: 11px;
	}
	.productBlock {
		width: 100%;
		height: auto;
		margin-bottom: 32px;
	}
	.productBlock .btn {
		top: 197px;
	}
	.productBlock .btn.first {
		top: 143px;
	}
	.productGroups .nav-container {
		margin-left: 0;
	}
	.productGroups .nav-container ul > .level0 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 32px;
	}
	.mobile-submenu {
		width: 100%;
	}
	.mobile-submenu .nav-container {
		margin-left: 0;
	}
	.mobile-submenu .nav-container .toggle-products-mobile {
		background: url('../img/arrowDwn.png') right 7px no-repeat;
	}
	.mobile-submenu .nav-container .toggle-products-mobile.active {
		background: url('../img/arrowUp.png') right 7px no-repeat;
	}
	.mobile-submenu .submenu.products-submenu-mobile {
		padding: 0;
	}
	.mobile-submenu .submenu.products-submenu-mobile .container {
		margin: 0;
		width: 100%;
	}
	.mobile-submenu .submenu.products-submenu-mobile .nav-container ul > .level0 {
		margin: 10px 0;
		width: 100%;
	}
	.mobile-submenu .submenu.products-submenu-mobile .nav-container ul > .level0:last-child {
		margin-bottom: 32px;
	}
	.productInfo .productDescPics a .info {
		width: 100px;
		margin-left: 40px;
	}
	.homePage .designerSlider .slide a img,
	.homePage .collectionSlider .slide a img  {
		width: 100%;
	}
	
	
	section.product {
		width: 100%;
	}
	section.product .grid3product {
		display: none;
	}
	section.product .grid3product.mobile {
		width: 100%;
		height: auto;
		display: block;
	}
	section.product .grid1product {
		width: 100%;
		display: block;
		height: auto;
		padding-bottom: 10px;
	}
	section.product .grid3product.mobile img {
		width: 100%;
		height: auto;
	}
	section.product #lens {
		display: none!important;
	}
	section.product .thumbs {
		width: 100%;
		height: auto;
		overflow: none;
	}
	section.product .grid1product .pad {
		padding-top: 10px;
	}
	section.product .grid1product ul li.basket .quantity {
		display: inline-block;
		vertical-align: middle;
		padding-bottom: 0;
	}
	section.product .grid1product ul li.basket .btn {
		display: inline-block;
		width: 140px;
		vertical-align: middle;
		padding: 14px 0;
		margin-left: 8px;
	}
	.cartPage .grid1.collapse {
		width: 100%;
	}
	.cartPage .grid1.collapse .cartCount {
		width: 192px;
	}
	.cartPage .grid3.collapse {
		display: none;
	}
	.cartPage .grid3.offset1 {
		margin-left: 0;
	}
	.cartPage .inputShort {
		width: 46px;
	}
	.cartPage .return {
		display: none!important;
	}
	.cartPage .checkOptions .grid1 {
		width: 100%;
	}
	.cartPage .checkOptions .column1 {
		border: none;
		padding-bottom: 20px;
		border-bottom: 2px solid #1b1c1d;
		margin-bottom: 32px;
	}
	.cartPage .cartFooter {
		display: block;
		width: 100%;
	}
	.cartPage .cartFooter img {
		width: 100%;
	}
	.cartPage .checkOptions .controlGroup .controls input {
		width: 100%;
		padding: 14px 0;
		text-indent: 16px;
	}
	.cartPage .checkOptions .grid1 .btn {
		width: 100%;
		padding: 15px 0;
	}
	.cartPage .checkoutCart .cartTable .bottomRows td:first-child {
		line-height: 65px;
	}
	.cartPage .cartTable tr td .cartTableNumber:first-child {
		padding-top: 0;
	}
	.cartPage .checkoutCart .cartTable .bottomRows td:first-child .subText {
		text-align: right;
		padding: 0;
		padding-right: 63px!important;
		line-height: 20px;
		padding-top: 15px!important;
	}
	.cartPage .form_fields label {
		text-align: left;
		margin-bottom: 0;
		line-height: 32px;
		margin-left: 0;
	}
	.cartPage input {
		width: 100%;
		padding: 14px 0;
		text-indent: 16px;
	}
	.cartPage .errorLine input {
		padding: 14px 0;
		width: 98%;
	}
	.cartPage .full {
		margin-left: 0;
	}
	.cartPage .data_area {
		margin: 0;
		width: 100%;
	}
	.cartPage #worldpay-iframe {
		width: 100%;
	}
	
	.styledSelect select {
		width: 100%;
	}
	.styledSelect {
		width: 100%;
		background: url('../img/arrSel.png') right -2px no-repeat transparent;
	}
	.myAccount .grid1.offset1 {
		margin-left: 32px;
	}
	
	.accountPage .myAccount {
		padding-top: 32px;
	}
	.accountPage .myAccount .grid1.offset1 {
		margin-left: 0;
	}
	.accountPage .myAccount .grid1 {
		width: 100%;
		margin-bottom: 32px;
	}
	.accountPage .myAccount .accountBlock {
		height: auto;
		min-height: 350px;
		overflow: hidden;
	}
	.accountPage .myAccount .accountBlock .info .text {
		padding-top: 45px;
	}
	.modal {
		width: 90%;
		left: 0;
		margin-left: 5%;
		margin-top: 5%;
	}
	.checkoutForm .inputRow .grid1 {
		text-align: left;
		line-height: 30px;
	}
	.checkoutForm .navBar .titleText {
		margin-left: 0;
	}
	.myDetails input,
	.addBook input {
		width: 100%;
		padding: 14px 0;
		text-indent: 16px;
	}
	.myDetails .btn,
	.addBook .btn {
		width: 100%;
		display: block;
		margin: 10px 0;
		padding: 15px 0;
	}
	.navBar .paginator .pagButton {
		padding: 0 5px;
	}
	.press fieldset input {
		width: 100%;
		padding: 14px 0;
		text-indent: 16px;
	}
	.press fieldset .btn {
		width: 100%;
		margin: 25px 0;
	}
	.accountPage .addBook .addresses .addressBlock {
		width: 100%;
	}
	.myOrders .navBar .titleText.product {
		width: 100%;
		margin-left: 0;
	}
	.navBar {
		width: 110%;
		margin: 0 -5%;
	}
	.homePage .slide {
		height: 300px;
	}
	.homePage .slide a {
		height: 300px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    
/* ===============
    Maximal Width
   =============== */

    .container {
        width: 480px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
	.globalPad {
		padding: 0 32px;
	}
	.cartPage .globalPad {
		padding: 40px 32px 32px;
	}
	.contactsPage .globalPad {
	    padding: 40px 32px 65px;
	}
	.faqPage .globalPad {
	    padding: 40px 32px 30px;
	}
	.aboutPage .globalPad {
	    padding: 40px 32px 96px;
	}
	.genericPage .globalPad {
	    padding: 40px 32px 80px;
	}
	.generalPage .globalPad {
	    padding: 40px 32px 64px;
	}
	.productInfo .globalPad {
	    padding: 40px 32px 64px;
	}
	.designerPage .globalPad {
	    padding: 40px 32px 30px;
	}
	.designersPage .globalPad {
	    padding: 40px 32px 30px;
	}
	.accountPage .globalPad {
		padding: 40px 32px 96px;
	}
	
	.searchPage .globalPad {
		padding-left: 32px;
		padding-right: 32px;
	}
	.homePage .globalPad {
	    padding: 0 32px;
	}
	
	.submenu .grid1:nth-child(4) {
		min-height: 60px;
		padding-bottom: 17px;
	}
	.cartPage #worldpay-iframe {
		width: 100%;
	}
	.searchBig .globalPad .close,
	.mainHeader .submenu .close {
		right: 32px;
	}
	nav.mobile {
	    display: block;
	}
	nav.main {
	    display: none;
	}
	.mainHeader .navigation {
		height: 45px;
	}
	
	nav.mobile .mobSearch1 {
		padding-left: 200px;
	}
	
	
	.grid2 {
		width: 416px;
	}
	.grid3 {
		width: 416px;
	}
	.grid4 {
		width: 416px;
	}

	.homePage .productVideo {
	    width: 416px;
	}
	.offset1 {
		margin-left: 256px;
	}
	.offset2 {
		margin-left: 256px;
	}
	.offset3 {
		margin-left: 256px;
	}
	.searchBig .searchBlockBig input {
		width: 270px;
	}
	.searchResultsQuick .grid1:nth-child(2),
	.searchResultsQuick .grid1:nth-child(3) {
		display: none;
	}
	.footerSearch {
		display: none;
	}
	.homePage .row .collectionSlider,
	.homePage .row .designerSlider,
	.homePage .row .collectionSlider .slide,
	.homePage .row .designerSlider .slide {
		width: 416px;
	}
	.cartPage .grid1.collapse {
		width: 416px;
	}
	.cartPage .grid1.collapse .cartCount {
		width: 192px;
	}
	.cartPage .grid3.collapse {
		display: none;
	}
	.cartPage .grid3.offset1 {
		margin-left: 32px;
	}
	.cartPage input, .cartPage textarea, .cartPage .uneditable-input {
		width: 344px;
	}
	.cartPage .inputShort {
		width: 46px;
	}
	.cartPage .return {
		display: none!important;
	}
	.cartPage .checkOptions .grid1 {
		width: 192px;
	}
	#homepage-slider {
/*		max-height: 400px!important;*/
	}
	#homepage-slider .logo {
		margin-left: -96px;
	}
	#homepage-slider .curtainsTop,
	#homepage-slider .curtainsBot {
		background: url('../img/shadows.png') 0 -150px repeat-x;
	}
	#homepage-slider .curtainsBot {
		background: url('../img/shadows.png') 0 20px repeat-x;
	}
	#homepage-slider .slideBlock {
		margin-top: -100px;
	}
	#homepage-slider .slideBlock .slideTitle h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.faqPage .questions .faqContacts {
		margin-top: 44px;
		padding: 10px 0;
		border-top: 2px solid #1b1c1d;
		width: 416px;
	}
	.faqPage .questions .faqContacts h4 {
	    display: inline-block;
	}
	.faqPage .questions .faqContacts .btn {
		margin: 5px 0 0 0;
	    display: inline-block;
	}
	.faqPage .questions .qList li > a .question {
		width: 376px;
	}
	.aboutPic {
		margin-top: 32px;
	}
	.designerPage .designerInner .designerPics .grid1 {
		display: none;
	}
	
	.contactsPage .grid1.offset1 {
	    margin-left: 32px;
	}
	#map_canvas {
		width: 416px;
	    height: 416px;
	}
	.contactsPage .contactForm .grid1 {
		width: 416px;
	}
	
	.product .grid3product {
		width: 416px;
		height: 416px;
	}
	.product .grid1product {
		width: 416px;
		height: 150px;
		margin-left: 32px;
		overflow: hidden;
	}
	.product .grid1product .pad {
		padding-top: 10px;
	}
	.homePage .row .grid1,
	.homePage .row .grid2,
	.homePage .row .grid3,
	.homePage .row .grid4,
	.homePage .row .collectionSlider,
	.homePage .row .designerSlider {
		margin-bottom: 0;
		width: 100%;
		height: auto;
	}
	.homePage .row .grid4 {
		height: 250px;
	}

	.homePage .productVideo {
	    height: 250px;
	    width: 100%
	}
	.homePage .pictureBlock {
		height: 280px;
	}
	.homePage .pictureBlock .info {
		height: 100px;
		width: 100%;
		top: auto;
		left: 0;
		bottom: 0;
		margin-top: 0;
		margin-left: 0;
		position: static;
	}
	.homePage .pictureBlock .info .text {
		padding-top: 30px;
	}
	.homePage .row .collectionSlider .slide,
	.homePage .row .designerSlider .slide {
		width: 100%;
	}
	.homePage .row .collectionSlider .slide a,
	.homePage .row .designerSlider .slide a {
		width: 100%;
	}
	.homePage .row .designerSlider .slide a {
		height: 500px;
	}
	
	.homePage .row .collectionSlider .slide a .info,
	.homePage .row .designerSlider .slide a .info {
		height: 100px;
		width: 100%;
		top: auto;
		left: 0;
		margin-top: 0;
		margin-left: 0;
		bottom: 0;
	}
	.homePage .row .collectionSlider .slide a .info .text {
		padding-top: 18px;
	}
	.homePage .row .designerSlider {
		height: 500px;
	}
	.homePage .row .designerSlider .slide a .info {
		height: 225px;
	}
	.homePage .sliderNav {
		bottom: 137px;
		right: 0;
		text-align: center;
		width: 100%;
	}
	.homePage .row .designerSlider .sliderNav {
		bottom: 260px;
	}
	
	.designersPage .designersList {
		margin-left: 0;
		padding-top: 32px;
	}
	.designersPage .designerQuote,
	.designersPage .colorBlock,
	.designersPage .smallBlockOne,
	.designersPage .smallBlockTwo,
	.designersPage .designersVideo {
		margin-left: 0;
	}
	
	.designersPage .designerQuote {
		width: 100%;
		height: 418px;
	}
	.designersPage .designerQuote img {
		width: 100%;
	}
	.designersPage .designerQuote.left .info {
		width: 100%;
		height: 220px;
		top: auto;
		bottom: 0;
	}
	.designersPage .designerQuote.right {
		text-align: left;
	}
	.designersPage .designerQuote.right .info {
		width: 100%;
		height: 220px;
		top: auto;
		bottom: 0;
	}
	.designersPage .designerQuote.bottom .info {
		width: 100%;
		height: 220px;
		bottom: 0;
		left: 0;
	}
	.designersPage .colorBlock {
		width: 100%;
		height: auto;
	}
	.designersPage .designersListSmallBlock {
		display: none;
	}
	.designersPage .designersListSmallBlock2 {
		display: none;
	}
	.designersPage .designersListSmallBlock3 {
		display: none;
	}
	.designersPage .smallBlockOne {
		width: 100%;
	}
	.designersPage .smallBlockOne .grid2 {
		width: 192px;
	}
	.designersPage .smallBlockOne .grid2 img {
		width: 100%;
	}
	.designersPage .smallBlockTwo {
		width: 100%;
	}
	.designersPage .smallBlockTwo .grid2 {
		width: 192px;
	}
	.designersPage .smallBlockTwo .grid2 img {
		width: 100%;
	}
	.searchPage .navBar .sortButton,
	.searchPage .navBar .catButton,
	.searchPage .navBar .searchButton {
		width: 12px;
		overflow: hidden;
		text-indent: 50px;
		background-color: #ffffff;
	}
	.searchPage .navBar .sortButton span,
	.searchPage .navBar .catButton span,
	.searchPage .navBar .searchButton span {
		width: 22px;
		height: 16px;
		position: absolute;
		top: 18px;
		left: 7px;
		background: url('../img/sprite.png') -218px -229px no-repeat;
	}
	.searchPage .navBar .catButton span {
		background-position: -225px -199px;
	}
	.searchPage .navBar .searchButton span{
		position: absolute;
		width: 23px;
		height: 23px;
		top: 13px;
		left: 8px;
		background: url('../img/sprite.png') -220px -377px no-repeat;
	}
	.mobile-submenu {
		width: 100%;
	}
	.mobile-submenu .nav-container {
		margin-left: 0;
	}
	.mobile-submenu .nav-container .toggle-products-mobile {
		background: url('../img/arrowDwn.png') right 7px no-repeat;
	}
	.mobile-submenu .nav-container .toggle-products-mobile.active {
		background: url('../img/arrowUp.png') right 7px no-repeat;
	}
	.mobile-submenu .submenu.products-submenu-mobile {
		padding: 0;
	}
	.mobile-submenu .submenu.products-submenu-mobile .container {
		margin: 0;
		width: 100%;
	}
	.mobile-submenu .submenu.products-submenu-mobile .nav-container ul > .level0 {
		margin: 10px 0;
		width: 100%;
	}
	.mobile-submenu .submenu.products-submenu-mobile .nav-container ul > .level0:last-child {
		margin-bottom: 32px;
	}
	.homePage .designerSlider .slide a img,
	.homePage .collectionSlider .slide a img  {
		width: 100%;
	}
	
	
	section.product {
		width: 416px;
	}
	section.product .grid3product {
		display: none;
	}
	section.product .grid3product.mobile {
		display: block;
		width: 416px;
		height: 416px;
	}
	section.product .grid1product {
		width: 416px;
		display: block;
		height: auto;
		margin: 0 0 0 32px;
		padding-bottom: 10px;
	}
	section.product .grid3product.mobile img {
		width: 416px;
		height: 416px;
	}
	section.product #lens {
		display: none!important;
	}
	section.product .thumbs {
		width: 416px;
		height: auto;
		overflow: none;
	}
	section.product .grid1product .pad {
		padding-top: 10px;
	}
	section.product .grid1product ul li.basket .quantity {
		display: inline-block;
		vertical-align: middle;
		padding-bottom: 0;
	}
	section.product .grid1product ul li.basket .btn {
		display: inline-block;
		width: 195px;
		vertical-align: middle;
		padding: 14px 30px;
		margin-left: 8px;
	}
	.checkOptions .grid1{
		width: 416px;
	}
	.cartTable .subText {
		padding-right: 48px;
	}
	.cartPage .checkOptions .grid1 {
		width: 416px;
	}
	.cartPage .checkOptions .column1 {
		border: none;
		padding-bottom: 20px;
		border-bottom: 2px solid #1b1c1d;
		margin-bottom: 32px;
	}
	.cartPage .cartFooter {
		display: block;
		width: 100%;
	}
	.cartPage .cartFooter img {
		width: 100%;
	}
	.cartPage .checkOptions .controlGroup .controls input {
		width: 100%;
		padding: 14px 0;
		text-indent: 16px;
	}
	.cartPage .checkOptions .grid1 .btn {
		width: 100%;
		padding: 15px 0;
	}
	.cartPage .form_fields label {
		text-align: left;
		margin-bottom: 0;
		line-height: 32px;
		margin-left: 0;
	}
	.cartPage input {
		width: 100%;
		padding: 14px 0;
		text-indent: 16px;
	}
	.cartPage .errorLine input {
		padding: 14px 0;
		width: 98%;
	}
	.cartPage .full {
		margin-left: 0;
	}
	.cartPage .data_area {
		margin: 0;
		width: 100%;
	}
	
	.accountPage .myAccount {
		padding-top: 32px;
	}
	.accountPage .grid1.offset1,
	.accountPage .grid3.offset1 {
		margin-left: 32px;
	}
	.accountPage .myAccount .grid1 {
		width: 416px;
		margin-bottom: 32px;
	}
	.accountPage .myAccount .accountBlock {
		height: 416px;
		overflow: hidden;
	}
	.accountPage .myAccount .accountBlock .info .text {
		padding-top: 45px;
	}
	.myOrdersEmpty .grid3.offset1 {
		margin-left: 32px;
	}
	.modal {
		width: 416px;
		left: 50%;
		margin-left: -208px;
	}
	.checkoutForm .inputRow .grid1 {
		text-align: left;
		line-height: 30px;
	}
	.checkoutForm .navBar .titleText {
		margin-left: 0;
	}
	.press .offset1 {
		margin-left: 0;
	}
	.navBar .paginator .pagButton {
		padding: 0 10px;
	}
	.myOrders .navBar .titleText.product {
		width: 100%;
		margin-left: 0;
	}
}
.couponInput {
	background-color: #ffffff;
	border: 1px solid #000000;
	-webkit-transition: border linear 0.2s, padding linear 0.2s;
	-moz-transition: border linear 0.2s, padding linear 0.2s;
	-o-transition: border linear 0.2s, padding linear 0.2s;
	transition: border linear 0.2s, padding linear 0.2s;
	display: inline-block;
	height: 22px;
	padding: 14px 16px;
	font-size: 15px;
	line-height: 22px;
	vertical-align: middle;
	font-family: 'quicksandbold', Helvetica, Arial, sans-serif;
	width: 46px;
}

@media only screen and (min-width: 768px) and (max-width: 975px) {


/* ===============
    Maximal Width
   =============== */

    .container {
        width: 768px;
        margin: 0 auto;
    }
	.globalPad {
		padding: 0 40px;
	}
	.cartPage .globalPad {
		padding: 40px 40px 32px;
	}
	.contactsPage .globalPad {
	    padding: 40px 40px 65px;
	}
	.faqPage .globalPad {
	    padding: 40px 40px 30px;
	}
	.aboutPage .globalPad {
	    padding: 40px 40px 96px;
	}
	.genericPage .globalPad {
	    padding: 40px 40px 80px;
	}
	.generalPage .globalPad {
	    padding: 40px 40px 64px;
	}
	.designerPage .globalPad {
	    padding: 40px 40px 30px;
	}
	.designersPage .globalPad {
	    padding: 40px 40px 30px;
	}
	.searchPage .globalPad {
		padding-left: 40px;
		padding-right: 40px;
	}
	.productInfo .globalPad {
		padding-left: 40px;
		padding-right: 40px;
	}
	.homePage .globalPad {
		padding-left: 40px;
		padding-right: 40px;
	}
	.searchPage .globalPad {
		padding-left: 40px;
		padding-right: 40px;
	}
	.accountPage .globalPad {
		padding-left: 40px;
		padding-right: 40px;
	}
	.submenu .grid1:nth-child(4) {
		min-height: 60px;
		padding-bottom: 17px;
	}
	
	.searchBig .searchBlockBig input {
		width: 540px;
	}
	.grid1 {
		width: 208px;
	}
	.grid2 {
		width: 448px;
	}
	.grid3 {
		width: 688px;
	}
	.grid4 {
		width: 688px;
	}
	.homePage .productVideo {
	    width: 688px;
	}
	.offset1 {
		margin-left: 272px;
	}
	.offset2 {
		margin-left: 512px;
	}
	.offset3 {
		margin-left: 512px;
	}
	.searchResultsQuick .grid1:nth-child(3) {
		display: none;
	}
	.searchBig .searchBlockLink {
		width: 206px;
		height: 206px;
	}
	.searchBig .searchBlockLink span {
		margin-top: 70px;
	}
	.searchBig .globalPad .close,
	.mainHeader .submenu .close {
		right: 40px;
	}
	.searchPage .navBar .sortButton,
	.searchPage .navBar .searchButton,
	.searchPage .navBar .catButton {
		padding: 3px 10px;
	}
	.productBlock {
		height: 350px;
	}
	.productBlock .btn {
		top: 105px;
	}
	.productBlock .btn.first {
		top: 51px;
	}
	.footerSearch {
		display: none;
	}
	.mainFooter .grid1 {
		width: 290px;
		min-height: 75px;
	}
	.mainFooter .grid1:first-child {
		margin-right: 68px;
	}
	.mainFooter .grid1:nth-child(2n+1) {
		margin-right: 68px;
	}
	.homePage .pictureBlock .info {
		width: 208px;
		margin-left: -104px;
	}
	.cartPage .grid1.collapse {
		width: 688px;
	}
	.cartPage .grid1.collapse .cartCount {
		width: 208px;
	}
	.cartPage .grid3.collapse {
		display: none;
	}
	.cartPage .grid3.offset1 {
		margin-left: 32px;
	}
	.cartPage input, .cartPage textarea, .cartPage .uneditable-input {
		width: 414px;
	}
	.cartPage .inputShort {
		width: 46px;
	}
	.cartPage .return {
		display: none!important;
	}
	.cartPage .checkOptions .grid1 {
		width: 325px;
	}
	
	.contactsPage .grid1.offset1 {
	    margin-left: 32px;
	}
	#map_canvas {
		width: 448px;
	    height: 448px;
	}
	
	.aboutPage .aboutPic {
	    width: 208px;
	}
	.homePage .collectionSlider {
		width: 688px;
	}
	.homePage .designerSlider {
		width: 688px;
	}
	.homePage .slide {
		width: 688px;
	}
	.homePage .slide a {
		width: 688px;
	}
	.homePage .slide a img {
		width: 100%;
	}
	#homepage-slider .logo {
		margin-left: -350px;
	}
	.faqPage .questions .faqContacts {
		margin-top: 44px;
		padding: 20px 0 10px;
		border-top: 2px solid #1b1c1d;
		width: 688px;
	}
	.faqPage .questions .faqContacts h4 {
	    display: inline-block;
	}
	.faqPage .questions .faqContacts .btn {
		margin: 5px 0 0 0;
	    display: inline-block;
	    float: right;
	}
	.faqPage .questions .qList li > a .question {
		width: 648px;
	}
	.designerPage .designerInner .designerPics {
		width: 208px;
	}
	.designerPage .designerInner .designerPics .grid1 {
		margin-left: 0;
	}
	.designerPage .designerProducts .productList .grid1:nth-child(4) {
		display: none;
	}
	
	section.product {
		width: 688px;
	}
	section.product .grid3product {
		display: none;
	}
	section.product .grid3product.mobile {
		display: block;
		width: 688px;
		height: 688px;
	}
	section.product .grid1product {
		width: 688px;
		display: block;
		height:auto;
		margin: 0 0 0 32px;
		padding-bottom: 10px;
	}
	section.product .grid1product ul li.basket {
		padding-bottom: 10px;
	}
	section.product .grid3product.mobile img {
		width: 688px;
		height: 688px;
	}
	section.product #lens {
		display: none!important;
	}
	section.product .thumbs {
		width: 688px;
		display: block;
	}
	section.product .grid1product .pad {
		padding-top: 10px;
	}
	section.product .prodDescTop {
		display: block;
		width: 308px;
		float: left;
	}
	section.product .prodDescBot {
		display: block;
		width: 308px;
		float: right;
	}
	section.product .grid1product ul li.price {
		font-size: 50px;
		line-height: 50px;
		padding-top: 5px;
	}
	section.product .grid1product ul li.basket {
		border-bottom: none;
	}
	section.product .grid1product ul li.social {
		padding-bottom: 40px;
	}

	.productInfo .productDescPics {
		width: 208px;
	}
	.productInfo .designer {
		height: 416px;
		position: relative;
	}
	.productInfo .designer .info {
		height: 208px;
		width: 208px;
		padding-top: 282px;
	}
	.productInfo .designer .img {
		height: 208px;
		width: 208px;
		position: absolute;
		top: 0;
	}
	.designersPage .designersVideo {
		width: 208px;
	}
	.designersPage .designerQuote {
		width: 448px;
		height: 418px;
	}
	.designersPage .designerQuote img {
		width: 100%;
	}
	.designersPage .designerQuote.left .info {
		width: 100%;
		height: 165px;
		top: auto;
		bottom: 0;
	}
	.designersPage .designerQuote.right {
		text-align: left;
	}
	.designersPage .designerQuote.right .info {
		width: 100%;
		height: 165px;
		top: auto;
		bottom: 0;
	}
	.designersPage .designerQuote.bottom .info {
		width: 100%;
		height: 165px;
		bottom: 0;
		left: 0;
	}
	
	.designersPage .designerQuote .info .text {
		padding: 20px 0 0 32px;
	}
	.designersPage .colorBlock {
		height: 418px;
	}
	.designersPage .designersListSmallBlock img {
		width: 100%;
	}
	.designersPage .designersListSmallBlock2 img {
		width: 100%;
	}
	.designersPage .designersListSmallBlock3 img {
		width: 100%;
	}
	.designersPage .smallBlockOne .grid2 {
		width: 208px;
	}
	.designersPage .smallBlockOne .grid2 img {
		width: 100%;
	}
	.designersPage .smallBlockTwo {
		width: 208px;
	}
	.designersPage .smallBlockTwo .grid2 {
		width: 208px;
	}
	.designersPage .smallBlockTwo .grid2 img {
		width: 100%;
	}
	.homePage .designerSlider .slide a {
		width: 688px;
	}
	.homePage .designerSlider .slide a img {
		width: 464px;
	}
	.homePage .collectionSlider .slide a {
		width: 688px;
	}
	.homePage .collectionSlider .slide a img {
		width: 688px;
	}
	.myAccount .grid1.offset1 {
		margin-left: 32px;
	}
	.myOrdersEmpty .grid3.offset1 {
		margin-left: 32px;
	}
	.modal {
		width: 688px;
		left: 50%;
		margin-left: -344px;
	}
	.myDetails .offset1 {
		margin-left: 32px;
	}
	.checkoutForm .navBar .titleText {
		margin-left: 0;
	}
	.addBook .offset1,
	.myOrders .offset1,
	.press .offset1 {
		margin-left: 32px;
	}
	.myOrders .navBar .titleText.product {
		width: 100%;
		margin-left: 0;
	}
	.designersPage .designerQuote.bottom.grid2 .info {
		height: 165px;
	}
}

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


/* ===============
    Maximal Width
   =============== */

    .container {
        width: 976px;
        margin: 0 auto;
    }

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
