/* Minification failed. Returning unminified contents.
(657,19): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/* Vyna Grid Framework */

.w3-image{max-width:100%;height:auto}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}
.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}
.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}
.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}
.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-text-right tr th,.w3-right tr td{text-align:right!important}
.w3-text-right{text-align:right!important}
.w3-text-left{text-align:left!important}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-btn-block{border:none;display:inline-block;outline:0;padding:6px 16px;vertical-align:middle;overflow:hidden;text-decoration:none!important;color:#fff;background-color:#000;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover,.w3-btn-block:hover,.w3-btn-floating:hover,.w3-btn-floating-large:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-btn-floating,.w3-btn-floating-large,.w3-closenav,.w3-opennav,.w3-btn-block{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-btn-floating,.w3-btn-floating-large{display:inline-block;text-align:center;color:#fff;background-color:#000;position:relative;overflow:hidden;z-index:1;padding:0;border-radius:50%;cursor:pointer;font-size:24px}
.w3-btn-floating{width:40px;height:40px;line-height:40px}.w3-btn-floating-large{width:56px;height:56px;line-height:56px}
.w3-disabled,.w3-btn:disabled,.w3-btn-floating:disabled,.w3-btn-floating-large:disabled{cursor:not-allowed;opacity:0.3}
.w3-btn.w3-disabled *,.w3-btn-block.w3-disabled,.w3-btn-floating.w3-disabled *,.w3-btn:disabled *,.w3-btn-floating:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn-block.w3-disabled:hover,.w3-btn:disabled:hover,.w3-btn-floating.w3-disabled:hover,.w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover,.w3-btn-floating-large:disabled:hover{box-shadow:none}
.w3-btn-group .w3-btn{float:left}.w3-btn-block{width:100%}
.w3-btn-bar .w3-btn{box-shadow:none;background-color:inherit;color:inherit;float:left}.w3-btn-bar .w3-btn:hover{background-color:#ccc}
.w3-btn-black {
    background: #333;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    margin: 20px 0 10px;
    padding: 15px 30px;
    text-transform: uppercase;
}
.w3-btn-black2 {
    background: #333;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 15px 30px;
    text-transform: uppercase;
	width: 93%;
	text-align: center;
	margin-bottom: 18px;
}
a.w3-btn-black {
	color: #fff;
    text-decoration: none;
}
.topic-page a.w3-btn-black2 {
	color: #fff;
    text-decoration: none;
}
.w3-btn-white {
    background: #fff;
    border: 1px solid #c2c2c2;
    color: #333;
    display: inline-block;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    margin: 10px 0 0px;
	/* 20px 0 10px */
    padding: 15px 30px;
    text-transform: uppercase;
}
.w3-btn-white2 {
	background: #fff;
    border: 1px solid #c2c2c2;
    color: #333;
    display: inline-block;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 15px 30px;
    text-transform: uppercase;
	width: 93%;
	text-align: center;
	margin-bottom: 18px;
}
	
a.w3-btn-white, a.w3-btn-white2 {
	color: #000;
    text-decoration: none;
}
.w3-btn-white:hover {
    border: 1px solid #333;
}

@media only screen and (max-width:600px){
.w3-text-block-left, .w3-text-block-right, .w3-text-block-center1, .w3-text-block-center2, .w3-text-block-center3 {
	text-align:center!important;	
	padding: 0;
}
.w3-text-block-center1, .w3-text-block-center2, .w3-text-block-center3 {	
	margin-bottom: 30px;
}
.w3-center img {
	width: 90%;
	height: 90%;
}
.w3-btn-black2 {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}
}
@media only screen and (min-width:601px){
.w3-text-block-left, .w3-text-block-right {
	text-align:justify!important;
}
.w3-text-block-left, .w3-text-block-center1 {
	padding-right:20px!important;
}
.w3-text-block-right, .w3-text-block-center2 {
	padding-left:20px!important;
}
.w3-text-block-center3 {
	padding-left:40px!important;
}
.w3-text-block-center1, .w3-text-block-center2, .w3-text-block-center3 {
	text-align:center!important;	
}
.w3-text-block-center1 p, .w3-text-block-center2 p, .w3-text-block-center3 p {
	text-align:center!important;	
}
}
.w3-img-top {
	margin-bottom: 40px;
	margin-top: 30px;
}
	
.w3-badge,.w3-tag,.w3-sign{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}
.w3-badge{border-radius:50%}
ul.w3-ul{list-style-type:none;padding:0;margin:0}ul.w3-ul li{padding:6px 2px 6px 16px;border-bottom:1px solid #ddd}ul.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-navbar{list-style-type:none;margin:0;padding:0;overflow:hidden}
.w3-navbar li{float:left}.w3-navbar li a,.w3-navitem,.w3-navbar li .w3-btn,.w3-navbar li .w3-input{display:block;padding:8px 16px}.w3-navbar li .w3-btn,.w3-navbar li .w3-input{border:none;outline:none;width:100%}
.w3-navbar li a:hover{color:#000;background-color:#ccc}
.w3-navbar .w3-dropdown-hover,.w3-navbar .w3-dropdown-click{position:static}
.w3-navbar .w3-dropdown-hover:hover,.w3-navbar .w3-dropdown-hover:first-child,.w3-navbar .w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-navbar a,.w3-topnav a,.w3-sidenav a,.w3-dropdown-content a,.w3-accordion-content a,.w3-dropnav a{text-decoration:none!important}
.w3-navbar .w3-opennav.w3-right{float:right!important}.w3-topnav{padding:8px 8px}
.w3-topnav a{padding:0 8px;border-bottom:3px solid transparent;-webkit-transition:border-bottom .25s;transition:border-bottom .25s}
.w3-topnav a:hover{border-bottom:3px solid #fff}.w3-topnav .w3-dropdown-hover a{border-bottom:0}
.w3-opennav,.w3-closenav{color:inherit}.w3-opennav:hover,.w3-closenav:hover{cursor:pointer;opacity:0.8}
.w3-btn,.w3-btn-floating,.w3-dropnav a,.w3-btn-floating-large,.w3-btn-block, .w3-navbar a,.w3-sidenav a,.w3-pagination li a,.w3-hoverable tbody tr,.w3-hoverable li,
.w3-accordion-content a,.w3-dropdown-content a,.w3-dropdown-click:hover,.w3-dropdown-hover:hover,.w3-opennav,.w3-closenav,.w3-closebtn,*[class*="w3-hover-"]
{-webkit-transition:background-color .25s,color .15s,box-shadow .25s,opacity 0.25s,filter 0.25s,border 0.15s;transition:background-color .25s,color .15s,box-shadow .15s,opacity .25s,filter .25s,border .15s}
.w3-ripple:active{opacity:0.5}.w3-ripple{-webkit-transition:opacity 0s;transition:opacity 0s}
.w3-sidenav{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-sidenav a{padding:4px 2px 4px 16px}.w3-sidenav a:hover{background-color:#ccc}.w3-sidenav a,.w3-dropnav a{display:block}
.w3-sidenav .w3-dropdown-hover:hover,.w3-sidenav .w3-dropdown-hover:first-child,.w3-sidenav .w3-dropdown-click:hover,.w3-dropnav a:hover{background-color:#ccc;color:#000}
.w3-sidenav .w3-dropdown-hover,.w3-sidenav .w3-dropdown-click {width:100%}.w3-sidenav .w3-dropdown-hover .w3-dropdown-content,.w3-sidenav .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}.w3-closebtn{text-decoration:none;float:right;font-size:24px;font-weight:bold;color:inherit}
.w3-closebtn:hover,.w3-closebtn:focus{color:#000;text-decoration:none;cursor:pointer}
.w3-pagination{display:inline-block;padding:0;margin:0}.w3-pagination li{display:inline}
.w3-pagination li a{text-decoration:none;color:#000;float:left;padding:8px 16px}
.w3-pagination li a:hover{background-color:#ccc}
.w3-input-group,.w3-group{margin-top:24px;margin-bottom:24px}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #808080;width:100%}
.w3-label{color:#009688}.w3-input:not(:valid)~.w3-validate{color:#f44336}
.w3-select{padding:9px 0;width:100%;color:#000;border:1px solid transparent;border-bottom:1px solid #009688}
.w3-select select:focus{color:#000;border:1px solid #009688}.w3-select option[disabled]{color:#009688}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block;z-index:1}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0}
.w3-dropdown-content a{padding:6px 16px;display:block}
.w3-dropdown-content a:hover{background-color:#ccc}
.w3-accordion {width:100%;cursor:pointer}
.w3-accordion-content{cursor:auto;display:none;position:relative;width:100%;margin:0;padding:0}
.w3-accordion-content a{padding:6px 16px;display:block}.w3-accordion-content a:hover{background-color:#ccc}
.w3-progress-container{width:100%;height:1.5em;position:relative;background-color:#f1f1f1}
.w3-progressbar{background-color:#757575;height:100%;position:absolute;line-height:inherit}
input[type=checkbox].w3-check,input[type=radio].w3-radio{width:24px;height:24px;position:relative;top:6px}
input[type=checkbox].w3-check:checked+.w3-validate,input[type=radio].w3-radio:checked+.w3-validate{color:#009688} 
input[type=checkbox].w3-check:disabled+.w3-validate,input[type=radio].w3-radio:disabled+.w3-validate{color:#aaa}
.w3-responsive{overflow-x:auto}
.w3-container:after,.w3-panel:after,.w3-row:after,.w3-row-padding:after,.w3-topnav:after,.w3-clear:after,.w3-btn-group:before,.w3-btn-group:after,.w3-btn-bar:before,.w3-btn-bar:after
{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}
.w3-col.s2{width:16.66666%}
.w3-col.s3{width:24.99999%}
.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}
.w3-col.s6{width:49.99999%}
.w3-col.s7{width:58.33333%}
.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}
.w3-col.s10{width:83.33333%}
.w3-col.s11{width:91.66666%}
.w3-col.s12,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{width:99.99999%}
@media only screen and (min-width:601px){
.w3-col.m1{width:8.33333%}
.w3-col.m2{width:16.66666%}
.w3-col.m3,.w3-quarter{width:24.99999%}
.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}
.w3-col.m6,.w3-half{width:49.99999%}
.w3-col.m7{width:58.33333%}
.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}
.w3-col.m10{width:83.33333%}
.w3-col.m11{width:91.66666%}
.w3-col.m12{width:99.99999%}}
@media only screen and (min-width:993px){
.w3-col.l1{width:8.33333%}
.w3-col.l2{width:16.66666%}
.w3-col.l3,.w3-quarter{width:24.99999%}
.w3-col.l4,.w3-third{width:33.33333%}
.w3-col.l5{width:41.66666%}
.w3-col.l6,.w3-half{width:49.99999%}
.w3-col.l7{width:58.33333%}
.w3-col.l8,.w3-twothird{width:66.66666%}
.w3-col.l9,.w3-threequarter{width:74.99999%}
.w3-col.l10{width:83.33333%}
.w3-col.l11{width:91.66666%}
.w3-col.l12{width:99.99999%}}
.w3-content{max-width:980px;margin:auto}
.w3-rest{overflow:hidden}
.w3-layout-container{display:table;width:100%}.w3-layout-row{display:table-row}.w3-layout-cell,.w3-layout-col{display:table-cell}
.w3-layout-top{vertical-align:top}.w3-layout-middle{vertical-align:middle}.w3-layout-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}}
@media screen and (max-width:600px){.w3-topnav a{display:block}.w3-navbar li:not(.w3-opennav){float:none;width:100%!important}.w3-navbar li.w3-right{float:none!important}}	
@media screen and (max-width:600px){.w3-topnav .w3-dropdown-hover .w3-dropdown-content,.w3-navbar .w3-dropdown-click .w3-dropdown-content,.w3-navbar .w3-dropdown-hover .w3-dropdown-content{position:relative}}	
@media screen and (max-width:600px){.w3-topnav,.w3-navbar{text-align:center}}
@media (max-width:600px){.w3-hide-small{display:none!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (min-width:993px){.w3-hide-large{display:none!important}}
@media only screen and (max-width:600px){.w3-layout-col{display:block;width:100%!important}}
@media screen and (max-width:992px){.w3-sidenav.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}}
@media screen and (min-width:993px){.w3-sidenav.w3-collapse{display:block!important}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}
.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}
.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-vertical{word-break:break-all;line-height:1;text-align:center;width:0.6em}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}
.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-circle{border-radius:50%!important}
.w3-round-small{border-radius:2px!important}.w3-round,.w3-round-medium{border-radius:4px!important}
.w3-round-large{border-radius:8px!important}.w3-round-xlarge{border-radius:16px!important}
.w3-round-xxlarge{border-radius:32px!important}.w3-round-jumbo{border-radius:64px!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-margin{margin:16px!important}.w3-margin-0{margin:0!important}
.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-section{margin-top:16px!important;margin-bottom:16px!important}
.w3-padding-tiny{padding:2px 4px!important}.w3-padding-small{padding:4px 8px!important}
.w3-padding-medium,.w3-padding,.w3-form{padding:8px 16px!important}
.w3-padding-large{padding:12px 24px!important}.w3-padding-xlarge{padding:16px 32px!important}
.w3-padding-xxlarge{padding:24px 48px!important}.w3-padding-jumbo{padding:32px 64px!important}
.w3-padding-4{padding-top:4px!important;padding-bottom:4px!important}
.w3-padding-8{padding-top:8px!important;padding-bottom:8px!important}
.w3-padding-12{padding-top:12px!important;padding-bottom:12px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}
.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}
.w3-padding-40{padding-top:40px!important;padding-bottom:40px!important}
.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-padding-128{padding-top:128px!important;padding-bottom:128px!important}
.w3-padding-0{padding:0!important}
.w3-padding-top{padding-top:24px!important}.w3-padding-bottom{padding-bottom:24px!important}
.w3-padding-left{padding-left:20px!important}.w3-padding-right{padding-right:20px!important}
.w3-padding-left2{padding-left:40px!important}.w3-padding-right2{padding-right:40px!important}
.w3-padding-left3{padding-left:60px!important}.w3-padding-right3{padding-right:60px!important}
@media (max-width:768px){.w3-padding-left3{padding-left:10px!important}.w3-padding-right3{padding-right:5px!important}}
@media (max-width:992px) and (min-width:769px){.w3-padding-left3{padding-left:30px!important}.w3-padding-right3{padding-right:30px!important}}
.w3-row h3{padding-bottom:10px;font-size: 20px;}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-spin{animation:w3-spin 2s infinite linear;-webkit-animation:w3-spin 2s infinite linear}
@-webkit-keyframes w3-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes w3-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
.w3-container{padding:0.01em 16px}
.w3-panel{padding:0.01em 16px;margin-top:16px!important;margin-bottom:16px!important}
.w3-example{background-color:#f1f1f1;padding:0.01em 16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{line-height:1.4;width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-example,.w3-code{margin:20px 0}.w3-card{border:1px solid #ccc}
.w3-card-2,.w3-example{box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important}
.w3-card-8{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important}
.w3-card-12{box-shadow:0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)!important}
.w3-card-16{box-shadow:0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21)!important}
.w3-card-24{box-shadow:0 24px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22)!important}
.w3-animate-fading{-webkit-animation:fading 10s infinite;animation:fading 10s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{-webkit-animation:opac 0.8s;animation:opac 0.8s}
@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;-webkit-animation:animatetop 0.4s;animation:animatetop 0.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;-webkit-animation:animateleft 0.4s;animation:animateleft 0.4s}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;-webkit-animation:animateright 0.4s;animation:animateright 0.4s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;-webkit-animation:animatebottom 0.4s;animation:animatebottom 0.4s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{-webkit-transition:width 0.4s ease-in-out;transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60;filter:alpha(opacity=60);-webkit-backface-visibility:hidden}
.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1;filter:alpha(opacity=100);-webkit-backface-visibility:hidden}
.w3-opacity-max{opacity:0.25;filter:alpha(opacity=25);-webkit-backface-visibility:hidden}
.w3-opacity-min{opacity:0.75;filter:alpha(opacity=75);-webkit-backface-visibility:hidden}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{-webkit-filter:grayscale(100%);filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{-webkit-filter:grayscale(75%);filter:grayscale(75%)}
.w3-greyscale-min,.w3-grayscale-min{-webkit-filter:grayscale(50%);filter:grayscale(50%)}
.w3-sepia{-webkit-filter:sepia(75%);filter:sepia(75%)}
.w3-sepia-max,.w3-hover-sepia:hover{-webkit-filter:sepia(100%);filter:sepia(100%)}
.w3-sepia-min{-webkit-filter:sepia(50%);filter:sepia(50%)}
.w3-text-shadow{text-shadow:1px 1px 0 #444}.w3-text-shadow-white{text-shadow:1px 1px 0 #ddd}
.w3-transparent{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important;background-color:transparent!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}

@media (min-width: 768px){.w3-topic-color{max-height: 190px;overflow: hidden;margin-bottom: 4px;}}
.w3-testimonial{border-bottom: 1px solid grey;}
.w3-testimonial img{padding-left: 10%;padding-right: 10%;}
.w3-rating{font-size: 24px;padding-bottom: 20px;}
@media (min-width: 601px){
.w3-testimonial-left{text-align: right;padding-left: 6%;}
.w3-testimonial-right{padding-right: 8%;}
}
.w3-testimonial-home{height: 200px;border-right: 1px solid #eaeaea;border-left: 1px solid #eaeaea;padding-left: 10%;padding-right: 10%;margin-left: 9%;margin-right: 9%;margin-bottom: 20px;}
.w3-rating-home{font-size: 20px;padding-bottom: 20px;}
.w3-testimonial-home .read-more {margin-top: 20px;font-size: 12px;color: #898989;float: right;}
.w3-testimonial-homepage {max-width: 1170px;margin: auto;}
.w3-testimonial-product{display: inline-block;font-size: 16px;border-right: 1px solid #eaeaea;border-left: 1px solid #eaeaea;padding-left: 10%;padding-right: 10%;margin-left: 9%;margin-right: 9%;margin-top: 20px;margin-bottom: 20px;}
@media only screen and (max-width:1000px){
.comparison img {
	width: 100%;
}
}
.header-top-strip .header-buttons li.vyna-header-top-select select {
    height: 28px;
    background-color: transparent;
    font-family: source sans pro;
    font-size: 14px;
   text-transform: uppercase;
    padding: 0 10px 5px 6px;
     border: 1px solid #ebebeb;
}
.header-top-strip .header-buttons li.vyna-header-top a {
    margin-left: 10px;
    margin-right: 10px;
}
.header-top-strip .header-buttons li.vyna-header-top {
    width: auto;
    padding-top: 12px;
    color: #000;
    font-size: 14px;
  text-transform: uppercase;
}
.header-top-strip .header-buttons li.vyna-header-top-select {
    font-size: 14px;
    width: auto;
    padding-top: 9px;
    color: #171717;
}
.header.normal .header-strip {
    background: rgba(255, 255, 255, 0.8);
}
.home-page-category-grid .item-box .title {
 background: none;
color: #171717;
}
.home-page-category-grid .item-box .title strong {
    font-size: 28px;
    letter-spacing: normal;
	 max-height: 65px;
}
/* Smartphone  480px */
@media (max-width:480px) {
.header-top-strip .header-buttons li.vyna-header-top a {
    margin-left: 5px;
}
.header.normal .header-logo {
	margin-left: -10px;
	margin-top: 20px;
}
.header-logo a img {
    max-width: 70%;
}
}
/* End Smartphone 480 */

@media (min-width: 1001px) {
/* header */
.header.normal .header-menu {
    max-width: none;
    margin: 45px 0px 0px 100px;
    float: right;
}
.header.normal .header-menu.stick {
margin:auto;
}
.header-menu.stick  {
 position: fixed;
top: 0;
left: 0;
right: 0;
background: #fff;
text-align: center;
max-width: none !important;
padding: 10px 0;
border-bottom: 1px solid #171717;
width: 1170px;
/*margin: 0 !important;*/
margin: 0 auto 0;
}
.header.normal .header-menu.stick .mega-menu {
position: static;
}
.header.normal .header-menu.stick .mega-menu>li {
float: none;
display: inline-block;
}
.header-menu.stick .mega-menu>li>a:hover {
padding-bottom: 5px;
}
.header.normal .mega-menu>li {
margin-left: 22px;
height: 25px;
}
.header.normal .header-top-strip > ul {
    margin: 0;
    text-align: right;
}
.header.normal .mega-menu>li>a, .header.normal .mega-menu>li>span {
    color: #171717;
    font-size: 22px;
    padding: 2px 5px 4px 5px;
}
.header.normal .mega-menu>li>a:hover {
    color: #fff;
    background-color: #171717;
    text-decoration: none;
}
.header-menu > ul > li > a, .header-menu > ul > li > span {
    line-height: normal;
}
}
/* end min-width 1001px */

/* Logo on top of page to support larger text in menu */
@media (min-width: 1001px) and (max-width: 1200px) {
.header.normal .header-logo {
    top: -35px;}
.header.normal .header-menu {
    margin: 45px 0px 0px 10px;}
}

/* home category */

.home-page-category-grid .item-box .picture a, .home-page-category-grid .item-box .title a {
    cursor: initial;
}
.vyna .category-description  {
   padding: 0;
   margin: 0 40px 5px 40px;
   color: #898989;
   font-size: 16px;
   height: 75px;
    overflow: hidden;
}
.vyna .category-description p {
    text-transform: none;
    letter-spacing: normal;
    font-size: 16px;
}
 .vyna .category-description a {
	padding: 0;
    display: inline;
} 

 .home-page-category-grid .item-box .title {
	padding: 0;
    display: inline;
 }
@media (min-width: 1001px) {
.home-page-category-grid .item-box .title h2 a {
 padding: 240px 0 30px 0;
}
.home-page-category-grid .item-box {
    width: 100%;
    margin: 0 0 0% !important;
}
.home-page-category-grid .item-box.box-number-2 .title, .home-page-category-grid .item-box.box-number-6 .title, .home-page-category-grid .item-box.box-number-10 .title, .home-page-category-grid .item-box.box-number-14 .title, .home-page-category-grid .item-box.box-number-18 .title, .home-page-category-grid .item-box.box-number-22 .title {
right: auto;
left: 0;
 height: 100%;
    background: url(/Content/Images/uploaded/homepage/Home_Line2.png) no-repeat center;
}
.home-page-category-grid .item-box.box-number-3 .title, .home-page-category-grid .item-box.box-number-3 .title, .home-page-category-grid .item-box.box-number-7 .title, .home-page-category-grid .item-box.box-number-11 .title, .home-page-category-grid .item-box.box-number-15 .title, .home-page-category-grid .item-box.box-number-19 .title, .home-page-category-grid .item-box.box-number-23 .title {
    right: 0;
    left: auto;
height: 100%;
    background: url(/Content/Images/uploaded/homepage/Home_Line1.png) no-repeat center;
}
.home-page-category-grid .item-box:nth-child(2n+1) .title {
 width: 50%;
height: 100%;
background: url(/Content/Images/uploaded/homepage/Home_Line1.png) no-repeat center;
}
.home-page-category-grid .item-box:hover .title span,  .home-page-category-grid .item-box .title span {
    color: rgb(0,0,0);
}
.home-page-category-grid .item-box:nth-child(2n) {
   margin: 0 0 0% 0% !important;
}
.home-page-category-grid .item-box.box-number-2 .picture, .home-page-category-grid .item-box.box-number-6 .picture, .home-page-category-grid .item-box.box-number-10 .picture, .home-page-category-grid .item-box.box-number-14 .picture, .home-page-category-grid .item-box.box-number-18 .picture, .home-page-category-grid .item-box.box-number-22 .picture  {
float: right;
}
.home-page-category-grid .item-box.box-number-3 .picture, .home-page-category-grid .item-box.box-number-7 .picture, .home-page-category-grid .item-box.box-number-11 .picture, .home-page-category-grid .item-box.box-number-15 .picture, .home-page-category-grid .item-box.box-number-19 .picture, .home-page-category-grid .item-box.box-number-23 .picture {
    float: left;
}
.home-page-category-grid .item-box .picture {
 width: 50%;
}
}
/* end min-width 1001px */

@media (min-width: 481px) and (max-width: 1000px) {
.center-1 .home-page .page-body {
    width: 100%;
}
.home-page-category-grid .item-box .title h2 a {
padding: 100px 40px 30px;
}
.home-page-category-grid .item-box .title strong {
    max-height: none;
    font-size: 24px;
}
.home-page-category-grid .item-box {
    width: 100%;
    margin: 0 0 0% !important;
	height: initial; !important;
}
.home-page-category-grid .item-box.box-number-2 .title, .home-page-category-grid .item-box.box-number-6 .title, .home-page-category-grid .item-box.box-number-10 .title, .home-page-category-grid .item-box.box-number-14 .title, .home-page-category-grid .item-box.box-number-18 .title, .home-page-category-grid .item-box.box-number-22 .title {
right: auto;
left: 0;
 background: none ;
 width: 50%;
}
.home-page-category-grid .item-box.box-number-3 .title, .home-page-category-grid .item-box.box-number-3 .title, .home-page-category-grid .item-box.box-number-7 .title, .home-page-category-grid .item-box.box-number-11 .title, .home-page-category-grid .item-box.box-number-15 .title, .home-page-category-grid .item-box.box-number-19 .title, .home-page-category-grid .item-box.box-number-23 .title {
    right: 0;
    left: auto;
    background: none ;
 width: 50%;
 }
.home-page-category-grid .item-box:nth-child(2n+1) .title {
 width: 50%;
background: none ;
}
.home-page-category-grid .item-box:hover .title span,  .home-page-category-grid .item-box .title span {
    color: rgb(0,0,0);
}
.home-page-category-grid .item-box:nth-child(2n) {
   margin: 0 0 0% 0% !important;
}
.home-page-category-grid .item-box.box-number-2 .picture, .home-page-category-grid .item-box.box-number-6 .picture, .home-page-category-grid .item-box.box-number-10 .picture, .home-page-category-grid .item-box.box-number-14 .picture, .home-page-category-grid .item-box.box-number-18 .picture, .home-page-category-grid .item-box.box-number-22 .picture  {
float: right;
}
.home-page-category-grid .item-box.box-number-3 .picture, .home-page-category-grid .item-box.box-number-7 .picture, .home-page-category-grid .item-box.box-number-11 .picture, .home-page-category-grid .item-box.box-number-15 .picture, .home-page-category-grid .item-box.box-number-19 .picture, .home-page-category-grid .item-box.box-number-23 .picture {
    float: left;
}
.home-page-category-grid .item-box .picture, .home-page-category-grid .item-box:nth-child(2n+1) .picture {
 width: 50%;
 margin: 0;
}
.home-page-category-grid .item-box:nth-child(2n+1) .title {
    right: 0;
    left: auto;
    top: 0;
}
}
/* End min-width: 481px) and (max-width: 1000px) */

@media (min-width: 481px) and (max-width: 767px) {
.vyna .category-description {
    height: 110px;
}
.home-page-category-grid .item-box .title h2 a {
    padding: 0 20px 15px;
    padding-top: 20%;
}
.home-page-category-grid .item-box .title strong {
    font-size: 20px;
}
}
/* end min-width:481 and max-width:767*/

.home-page-category-grid {
    margin: 0;
}

@media (max-width: 480px) {
.home-page-category-grid {
    margin-left: -5px;
    margin-right: -5px;
}
.home-page-category-grid .item-box {
    height: 650px;
    overflow: hidden;
}
.home-page-category-grid .item-box .title {
    left:0;
	margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.home-page-category-grid .item-box .title a {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.home-page-category-grid .item-box .title strong {
    font-size: 24px;
}
.home-page-category-grid .item-box:nth-child(2n+1) .title, .home-page-category-grid .item-box .title {
    height: 330px;
}
.home-page-category-grid .vyna .category-description {
    margin: 0 15px 5px 15px;
     height: 95px;
}
.home-page-category-grid .item-box:nth-child(2n+1) .picture {
    margin: 0;
}
}
/* end Max-width 480 */

/* 2colums page body adjustment*/
@media (min-width: 1001px) {
.center-side-wrapper.twocolumns {
    margin: 120px auto 60px;
}
.center-side-wrapper.twocolumns .page-title {
    position: absolute;
    top: -120px;
}
}
/* end min-width 1001px */

/* Category page*/
.sub-category-item {
  margin-bottom: 6px;
}
@media (min-width: 1001px) {
 .sub-category-grid .item-box {
    width: 100%;
   margin: 0;
}
.vyna-subcategory {
position: relative;    
width: 50%;
float:right;
}
.sub-category-grid .item-box:nth-child(2n) .picture, .sub-category-grid .item-box:nth-child(2n-1) .picture {
    margin: 0;
    max-height: 190px;
}
.item-box .picture img {
 margin: 0;
}
/* End media min-width 1001px */
}

@media (max-width: 1170px) and (min-width: 1001px) {
.sub-category-grid .item-box:nth-child(4n+1) {
    margin: 0;
}
}

.sub-category-grid .picture img {
opacity: 0.3;
}
.sub-category-grid .picture .vyna-category-icon {
    margin: 10% auto 0;
    height: 15%;
    opacity: 1;
}
.sub-category-grid {
    margin: 0 auto 0;
}
.vyna-subcategory .title {
    height: 50px;
    padding: 0 50px 0 100px;
    letter-spacing: 0;
    text-transform: none;
    background: none;
    color: #171717;
    font: 24px 'source sans pro';
    font-weight: bold;
}
.vyna-learnmore {
    position: relative;
    top: 170px;
    margin: 0 0 0 100px;
    text-align: right;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#606060), to(rgba(0, 0, 0, 0))) 100% 1;
    -webkit-border-image: -webkit-linear-gradient(#606060, rgba(0, 0, 0, 0)) 100% 1;
    -moz-border-image: -moz-linear-gradient(#606060, rgba(0, 0, 0, 0)) 100% 1;
    -o-border-image: -o-linear-gradient(#606060, rgba(0, 0, 0, 0)) 100% 1;
    border-image: linear-gradient(to left, #606060, rgba(0, 0, 0, 0)) 100% 1;
}
.vyna-learnmore a {
font: 16px;
}
.vyna-subcategory .category-description {
   margin: 0 0 0 90px;
    text-align: center;
   max-height: 65px;
    overflow: hidden;
}
.vyna-subcategory .category-description p {
    margin: 0;
    font-size: 16px;
}
.slider-wrapper {
    margin: 0;
}
@media (max-width: 1170px) {
.breadcrumb, .sub-category-grid {
    padding-left: 10px;
    padding-right: 10px;
}
.vyna-learnmore {
    margin: 0 10px 0 50px;
}
.vyna-subcategory .category-description {
    margin: 0 10px 0 60px;
}
.vyna-subcategory .title {
    height: 45px;
    padding: 0;
    font-size: 22px;
}
/* end max-width 1170 */
}
@media (max-width: 980px) {
.vyna-subcategory .category-description {
    margin: 0 10px 0 35px;
}
}
/* max-width 768 */
@media (max-width: 768px) {
.sub-category-grid .item-box {
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
    width: 100%
}
.sub-category-grid .item-box .picture img {
    margin: 0;
}
.sub-category-grid .item-box .picture {
  margin: 0;
}
.sub-category-grid .item-box:nth-child(2n+1) {
  margin-bottom: 5px;
}
.sub-category-grid .picture, .manufacturer-grid .picture, .vendor-grid .picture {
    display: block;
    opacity: 0.3;
}
.sub-category-grid .picture .vyna-category-icon {
    display: none;
}
.vyna-subcategory {
position: absolute;
}
.vyna-subcategory .category-description {
    padding: 0 10px;
}
}
/* END Max-width 768px */

@media (min-width:481) and (max-width: 768px) {
.vyna-subcategory .category-description {
    padding: 5px 15px;
}
.vyna-subcategory .category-description p {
    font-size: 14px;
}
}

/* Min Width 769 */
@media (min-width: 769px) {
 .sub-category-grid .item-box {
    width: 100%;
   margin: 0;
}
.vyna-subcategory {
position: relative;    
width: 50%;
float:right;
}
.sub-category-grid .item-box:nth-child(2n) .picture, .sub-category-grid .item-box:nth-child(2n-1) .picture {
    margin: 0;
    max-height: 190px;
}
.item-box .picture img {
 margin: 0;
}
}

.category-page .picture img {
width: 100%;
margin:0;
}
/* end category page */

/* Page title */
.page-title, .order-details-page .page-title h1 {
    background:none;
}
.page-title h1 {
    color: #171717;
    padding: 15px 15px;
    letter-spacing: normal;
    text-transform: uppercase;
    font: 25px/normal 'source sans pro';
    text-align: center;
    padding-top: 40px;
}
@media (max-width: 1000px) {
.page-title h1 {
    padding-top: 0px;
}
}

/* DOD Gallery */
@media (min-width: 981px) {
.grid-wrap {
    max-width: 100%;
    padding:0;
    padding-left: 0;
}
}
.vyna-gallery-body  {
text-align:center;
}
.grid figure {
    border: 2px solid #fff;
    margin: 1px;
}
.grid figcaption {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;    
     background: white;
    border-top: 1px solid #171717;
 /*   text-align: center;*/
}
.grid-gallery figcaption h3, .grid-gallery figcaption p {
    color: #171717;
    font-weight:normal;
    text-align: center;
}
.grid-gallery figcaption h3:after {
    background-color: #898989;
   height: 1.4px;
    margin-top: 5px;
}
.slideshow figcaption h3 {
    font-size: 150%;
}
.slideshow nav {
text-align: -webkit-auto;
}
.slideshow figcaption p span.link {
border:none ;
}
@media (min-width: 981px) {
.slideshow nav span.nav-close {
    padding: 0.1em 0.5em;
}
.slideshow figcaption {
    padding-bottom: 10px;
}
.slideshow figure {
    border: 10px solid #fff;
    border-bottom: 5px;
}
}
@media (max-width: 980px) {
.grid-gallery figcaption h3 {
    font-size: 120%;
}
}
/* Body Text */
body {
    font-size: 16px;
    color: #555;
}
.category-description p, .manufacturer-description p, .full-description p, .topic-block p, .topic-page p, .post-body p, .news-body p {
    font-size: 16px;
	color: #555;
}
.category-description, .manufacturer-description, .vendor-description, .post-body, .product-list .description {
    color: #555;
}
@media (max-width: 768px) {
.topic-page .page-body {
	padding-left: 20px;
    padding-right: 20px; 
}
}

/* Align banner met thema width */
@media (min-width: 1001px) {
.header.normal .header-top-strip {
    height: 80px;
    border-bottom: 1px solid #333333;
}
.header.normal .header-logo {
    left: 10px;
}
.header-logo a {
    line-height: 0;
    height: 80px;
   padding-top: 33px;
}
.header-logo a img {
    max-height: 80px;
}
.header.normal .mega-menu li  a:active  {
    color: #fff;
    background-color: #171717;
}
.footer-upper {
    margin: 0 auto 50px;
    max-width: 1170px;
}
.footer-lower .footer-links-wrapper {
    float: right;
}
}
/* END media (min-width: 1001px*/

.header .header-strip {
    border-bottom: none;
}
.header.normal .header-strip {
    padding-bottom: 0;
}
.slider-wrapper img {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 480px) {
.page.home-page .slider-wrapper img {
    margin-left: -5px;
    margin-right: -5px;
}
}

/* Footer  */
.footer-upper .networks .rss a {
    background: url(/Themes/Urban/Content/img/instagram.png) no-repeat center;
}
.social-buttons, .footer-upper { 
    background: white;
}
.social-buttons li.facebook.reshuffle {
    background: white;
    border: 1px solid #898989;
    opacity: 1;
    height:70px !important
}
.social-buttons li.pinterest.reshuffle {
    background: white;
    border-right: 1px solid #898989;
    border-top: 1px solid #898989;
   border-bottom: 1px solid #898989;
    opacity: 1;
    height:70px !important
}
.social-buttons li.youtube.reshuffle {
    background: white;
    border-left: 1px solid #898989;
   border-right: 1px solid #898989;
    border-bottom: 1px solid #898989;
    opacity: 1;
}
.social-buttons li.rss.reshuffle {
   background: white;
    border-right: 1px solid #898989;
   border-bottom: 1px solid #898989;
    opacity: 1;
}


@media (max-width: 768px) {
.social-buttons { 
   padding: 5px;
}
.social-buttons li.pinterest.reshuffle {
    border-top: 0px;
  border-left: 1px solid #898989;
}
.social-buttons li.rss.reshuffle {
  border-left: 1px solid #898989;
}
}
/*@media (min-width: 769px) {
.footer-box .instagram {
    height: 88px;
}
}*/
.footer-lower > div {
    font-size: 10px;
}

/* Blog page + blog homepage */ 
button#searchForFilteredShops {
    font-family: source sans pro;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #333;
    color: #fff;
   font-size:14px;
}
.rich-blog-homepage {
    margin: 50px auto 20px;
}
.blog-page .post-title {
    height: 50px;
    padding: 0;
    font-size: 24px;
    text-transform: none;
    color: #171717;
	font-weight: bold;
}
@media (min-width: 769px) {
.blog-page .post-date, .blogpost-page .post-date {
    float: right;
	height: 32px;
}
}
.post-date .day, .post-date .month {
font-size: 16px;
}
@media (max-width: 480px) {
.blog-page .post-body, .blogpost-page .post-body {
    text-align: center;
}
}

/* About us page */
.vyna-aboutus img {
width:100%;
}

/* Lists */
.category-description ul, .manufacturer-description ul, .full-description ul, .topic-block ul, .topic-page ul, .post-body ul, .custom-tab ul {
    margin-left: 40px;
}
.category-description {
padding: 0;
}
/* Page title master content*/
@media (min-width: 1171px) {
.master-wrapper-content .page-title {
    margin: -1px 0 30px;
}
}
/* Articles FAQ */
.block-articlegroup-navigation a {
    font-size: 1em;
}
.search-input {
margin-bottom: 30px;
}
.block .title strong {
    text-transform: none;
}
.article-page .tags a, .articlepost-page .tags a {
    color: #898989;
}
.article-date {
    display: none;
}

.article-list .article-item {
    border:	none;
}
.article-list .article-item .article-title {
    font-size: 20px;
/*    margin-top: 10px;*/
    margin-bottom: 10px;
    color: #171717;
}
/* for read-more link in product page */
.article-list .article-item .skyblue-links .article-title {
    font-size: 12px;
}
/* to disable short description in product details 
.product-essential .overview .short-description {
display:none}*/

/* next & previous product */
@media (min-width: 769px) {
.previous-product .previous-product-title {
    font-size: 16px;
    padding-left: 10px;
	padding-top: 6px;}
}
@media (min-width: 769px) {
.next-product .next-product-title {
    font-size: 16px;
/*    margin-right: -60px; */
    margin-right: 40px;
    max-width: fit-content;
	padding-top: 6px;}
}

@media (min-width: 769px) {
.previous-product {
/*    right: 200px;} */
    right: 250px;
    max-width: fit-content;}
}
@media (min-width: 240px) and (max-width: 769px) {
.previous-product .previous-product-title, .next-product .next-product-title {
    margin: 0;
	font-size: 16px;}
}

.article-list .article-item .description {
    display: -webkit-box;
}

.article-list .article-item .picture {
    text-align: center;
}

.vyna-learnmore-faq {
	margin-top: 15px;
    text-align: right;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#606060), to(rgba(0, 0, 0, 0))) 100% 1;
    -webkit-border-image: -webkit-linear-gradient(#606060, rgba(0, 0, 0, 0)) 100% 1;
    -moz-border-image: -moz-linear-gradient(#606060, rgba(0, 0, 0, 0)) 100% 1;
    -o-border-image: -o-linear-gradient(#606060, rgba(0, 0, 0, 0)) 100% 1;
    border-image: linear-gradient(to left, #606060, rgba(0, 0, 0, 0)) 100% 1;
}
.vyna-learnmore-faq a {
font-size: 16px;
}

@media (min-width: 481px) {
.article-list .article-item .picture {
     width: 50%;
}
}
@media (max-width: 480px) {
.article-list .article-box, .article-list .article-item .description, .article-page .tags label, .search-input {
text-align: center;
}
.article-list .article-item .picture {
    width: 100%;
}
}
@media (max-width: 768px) {
 .search-input, .basic-search .inputs>label {
text-align: center;
}
}
@media (min-width: 1001px) {
.article-list .article-item .picture {
     width: 265px;
     height: 100px;
    padding-top: 11px;
}
.block .listbox {
  margin: 0 ;
}
}
/* Shops locator */
.shops-item .tag-item, .shop-page .tag-item, .get-directions-to-shop, .shop-page .back-to-all-shops a {
    color: #898989;
}
.getUserGeoLocation {
    color: #898989;
}
/* hide option sort en tags selection */
.searchbytags-wrapper, .shops-sorting-options {
display:none;
}
@media (min-width: 481px) {
.map-wrapper #shop-address-input {
    width: 350px;
    height: 35px;
    border: 1px solid;
    border-radius: 2px;
    box-shadow: none;
    font-size: 14px;
} 
}
@media (min-width: 769px) {
.shop-map-images {
    width: 45%;
    max-width: 100%;
}
.shop-map-images + .shop-info {
    width: 50%;
}
}
.radiusFilterWrapper input[type=number] {
    width: 80px;
    height: 33px;
}
.shops-sorting-options select {
    height: 35px;
	padding: 5px;
}
.searchbytags-wrapper input[type=text] {
    height: 33px;
    width: 200px;
}
.shops-item .show-directions, .shops-item .shop-name {
    color: #171717;
}
@media (min-width: 1001px) {
.shops-item .info-wrap {
    margin: 0 0 0 150px;
}
.shops-item .picture-wrap {
    width: 150px;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.shops-item:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.shops-item {
    float: left;
    width: 49%;
    margin: 0 0 4% 2%;
}
}

@media (min-width: 651px) {
.shops-item .info-wrap {
    padding: 5px 0 0;
 margin: 0 0 0 150px;
}
.shops-item .picture-wrap {
    width: 150px;
}
}

/* General settings */
input, textarea {
    font-size: 14px;
}
/* products on category page (min-width: 769px) */
@media (min-width: 769px) {
.product-list .picture {
    width: 50%;
    max-height: 192px;
}
.product-list .details {
    width: 50%;
}
.onecolumn .product-list .item-grid .item-box {
    margin:0;
    max-height: 190px;
	margin-bottom: 6px;
}
.product-list .product-title {
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 60px;
    text-align: center;
}
.product-list .description {
    font-size: 16px;
    margin-left: 60px;
    text-align: center;
}
.vyna-selectproduct {
    position: relative;
    top: 170px;
    margin: 0 0 0 60px;
    text-align: right;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#606060), to(rgba(0, 0, 0, 0))) 100% 1;
    -webkit-border-image: -webkit-linear-gradient(#606060, rgba(0, 0, 0, 0)) 100% 1;
    -moz-border-image: -moz-linear-gradient(#606060, rgba(0, 0, 0, 0)) 100% 1;
    -o-border-image: -o-linear-gradient(#606060, rgba(0, 0, 0, 0)) 100% 1;
    border-image: linear-gradient(to left, #606060, rgba(0, 0, 0, 0)) 100% 1;
}
@media (max-width: 768px) {
.vyna-selectproduct {
backgrond-color: #f1f1f1;}
}
.vyna-selectproduct a {
 /*   font-weight: bold;*/
    color: #171717;
}
}
/* min 769*/

@media (min-width: 1170px) {
.product-list .description, .vyna-selectproduct, .product-list .product-title {
    margin-left: 100px;
}
}

.product-item .picture {
    display: block;
    opacity: 1; 
}
.product-list .details {
    position: absolute;
	top: 0;
    right: 0;
	width: 50%;
	padding-left:20px;
}
.product-list .item-box .product-title {
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
	font-size:20px;
}
.product-list .description {
    display: block;
    height: 80px;
    overflow: hidden;
	text-align:center;
}
.vyna-selectproduct {
    position: relative;
    top: 175px;
    right:0;
	text-align:right;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#606060), to(rgba(0, 0, 0, 0))) 100% 1;
    -webkit-border-image: -webkit-linear-gradient(#606060, rgba(0, 0, 0, 0)) 100% 1;
    -moz-border-image: -moz-linear-gradient(#606060, rgba(0, 0, 0, 0)) 100% 1;
    -o-border-image: -o-linear-gradient(#606060, rgba(0, 0, 0, 0)) 100% 1;
    border-image: linear-gradient(to left, #606060, rgba(0, 0, 0, 0)) 100% 1;
}
/* 768 */
@media (max-width: 768px) {
.product-list .item-box {
	height:230px;
	overflow:hidden;
	width:100%;
}
.vyna-selectproduct {
	font-weight: bold;
	top: 200px;
    border-width: 0px 0px 2px 0px;
}
}

@media (max-width: 480px) {
.product-list .item-box {
	height:160px;
	overflow:hidden;
}
.product-list .description {
	 display: none;
}
.product-list .item-box .picture a {
    position: initial;
}
.vyna-selectproduct {
	font-weight: bold;
	top: 120px;
    border-width: 0px 0px 2px 0px;
}
}

/* Category details page  */
@media (min-width: 769px) {
.category-page  .category-description {
    padding: 0;
    width: 50%;
    float: right;
    padding-left: 20px;
}
.page-body .picture {
    padding: 0;
    width: 50%;
    float: left;
}
}
/* Products Page */
.overview .short-description {
    font-size: 16px;
}
.gallery .picture {
background: none;
width: 100%;
}
@media (min-width: 769px) {
.attributes dd {
    margin: 0 0 5px 0;
}
.attributes dt {
  margin: 0;
}
.attributes dd select {
    width: 50%;
    height: 35px;
    border: 1px solid #c2c2c2;
}
.overview .product-price, .variant-overview .product-price {
    font-size: 40px;
}
.overview .short-description {
    font-size: 16px;
}
}
@media (min-width: 1001px) {
.gallery {
    width: 50%
}
.product-details-page .overview {
    width: 47%
}
.page.product-details-page {
margin-top: 50px;
}
}
/* breadcrumb category */
@media (min-width: 769px) {
.breadcrumb {
    margin-top: -10px;
    margin-bottom: 10px;
}
.breadcrumb li * {
    letter-spacing: 2px;
}
}

/* OnePageCheckout */
.opc .step-title {
    border-bottom: 0px ;
}
@media (max-width: 480px) {
.payment-method .method-list li {
    width: 70%;
}
}
/* Order details page after payment */
.order-details-page .page-title {
    text-align: center;
}
.page.order-details-page strong {
    text-transform: none;
}
.order-details-page .re-order-button {
display: inline-block;
    border: none;
    line-height: 43px;
    color: #fff;
    font-size: 14px;
    font-family: source sans pro;
    text-transform: uppercase;
    background: #333;
    padding: 0 50px;
    letter-spacing: 0.5px;
}
.cart td, .data-table td, .compare-products-table td, .forums-table-section td  {
    text-transform: none;
}

@media (min-width: 769px) {
.order-details-page .page-title a {
    float: none;
}
.cart-collaterals .coupon-box .hint {
    margin-bottom: 10px;
}
.cart-collaterals .estimate-shipping .hint {
    margin-bottom: 4px;
}
.cart-collaterals .shipping-options .button-2{
    width: 100%;
}
.cart-collaterals .shipping .inputs {
    margin: 0 0 5px;
}
.cart-footer .total-info table {
    width: 100%;
}
.cart-total td {
    width: 0%;
}
}

/* dialoog schermen */
.ui-dialog {
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.9);
}
.ui-dialog-titlebar {
    color: #c00;
}

/* Klanten Info */
.fieldset .title {
    margin: 0;
	text-transform: none;
	font-size:24px;
}

/* Buttons */
.cart-collaterals .shipping-options .button-2, .shopping-cart-page .common-buttons input.update-cart-button, .cart-collaterals .deals .button-2, .order-details-page .page-title a, .account-page .button-2.edit-address-button, .ticket-list-page .button-2, .linkCreate  {
 color: #333;
background: #fff;
 border: 1px solid #c2c2c2;
}
.shopping-cart-page .common-buttons input.update-cart-button:hover, .cart-collaterals .deals .button-2:hover, .cart-collaterals .shipping-options .button-2:hover, .order-details-page .page-title a:hover, .account-page .button-2.edit-address-button:hover, .ticket-list-page .button-2:hover, .linkCreate:hover {
    background: #fff;
    border: 1px solid #333;
}
/* button create ticket */
a.linkCreate {
    text-decoration: none;	
}
.vyna-ticketbutton {
	text-align:center;
	margin-top:35px;
	margin-bottom:30px;
}


/* Page Result bvb uw aanvraag is verstuurd */
.page .result {
    text-align: center;
    color: #171717;
 }
 
 /* input fields */
 .input, textarea, keygen, select, button {
font: normal 16px 'source sans pro';
}

/*payment sprite */
.accepted-payment-methods li {
    height: 22px;
}
.accepted-payment-methods .method2 {
    height: 20px;
}
.accepted-payment-methods .method3 {
    width: 38px;
    background-position: -138px 0;
}
.accepted-payment-methods .method4 {
    width: 80px;
	height: 20px;
}
.accepted-payment-methods .method5 {
    width: 30px;
    background-position: -175px 0;
}
.accepted-payment-methods .method6 {
    width: 40px;
    background-position: -155px -22px;
	height: 20px;
}

/* Order details page */
.page.order-details-page ul.billing-info li.title, .page.order-details-page ul.shipping-info li.title  {
padding-top: 20px;
}

/* Prev-next */
.category-navigation a {
    font-size: 15px;
	width: 45%;
    /*font-weight: bold;*/
}
.post-navigation a {
    font-size: 15px;
}
.category-navigation .prev:before, .post-navigation .prev:before {
    /* content: "<"; */
    /* font-weight: bold; */
    margin-right: 5px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.PrevNextProduct/Themes/Urban/Content/img/prv.png) no-repeat 11px center;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #e1e1e1;
    content: "";
    vertical-align: middle;
}

.category-navigation .next:after, .post-navigation .vyna-next-button {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.PrevNextProduct/Themes/Urban/Content/img/nxt.png) no-repeat 11px center;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #e1e1e1;
    content: "";
    vertical-align: middle;
}
.category-navigation .next:after{
    margin-left: 5px;
}
.post-navigation .vyna-next {
    width: 42%;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    float: right;
    margin-right: 5px;
    line-height: 35px;
}
.post-navigation .vyna-next-button {
	float:right;
	opacity: 1;
	margin-top: 5px;
}
.post-navigation a.vyna-next-button:empty {
    opacity: 1;
}
.post-navigation .vyna-next a.next {
    width: 80%;
	padding-left: 3px;
}
@media (max-width: 490px) {
.post-navigation .vyna-next a.next {
    width: 72%;
}
}
@media (max-width: 320px) {
.post-navigation .vyna-next a.next {
    width: 70%;
}
}
.post-navigation .prev {
	background: none;
	padding-left: 0;
}
.post-navigation .next {
	background: none;
}
@media (max-width: 768px) {
.blog-page .post-body, .blogpost-page .post-body {
	padding-left: 10px;
    padding-right: 10px;
}

}

/* Notificatie bar op smartphone" */
.bar-notification {
    color: #30ea04;
    font-size: 20px;
}
/* myforms attributes */
@media (min-width: 769px){
.attributes {
    margin: 0 auto 20px;}
}
/* Landingpage Forms */
.vyna-landingpage-form {
    display: inline-block;
}
.vyna-landingpage-form .contact-page .form-fields {
    padding-top: 0;
}
.vyna-landingpage-form .contact-page .form-fields .inputs {
    margin: 0 auto 8px;
}
.vyna-landingpage-form .contact-page .form-fields ul {
    margin-left: 0;
}

/* jcarousel images product details (missing in theme 3.8*/
.gallery .picture-wrapper {
     overflow: hidden;
}
/* Limit height and center next-prev in jcarousel */
.gallery .picture-thumbs {
    max-height: 100px;
	margin-top: 30px;
}
@media (max-width: 415px) {
.gallery .picture-thumbs {
    max-height: 120px;
	margin-top: 20px;
}
}
	
	
.jcarousel-skin-thumbs .jcarousel-next-horizontal {
    top: 25px;
	opacity: .3;
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.CloudZoom/Themes/Urban/Content/jcarousel/images/next-horizontal.png);
}
.jcarousel-skin-thumbs .jcarousel-prev-horizontal {
    top: 25px;
	opacity: .3;
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.CloudZoom/Themes/Urban/Content/jcarousel/images/prev-horizontal.png);
}

/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/


/*********** CSS RESET **********/

* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a{
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	background: #fff;
	font: normal 14px 'source sans pro';
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
    color:#898989; /*test all the pages*/
}
@font-face {
    font-family: 'proxima-reg';
	src: url(/Themes/Urban/Content/fonts/proximanova-regular-webfont.eot);
	src: url(/Themes/Urban/Content/fonts/proximanova-regular-webfont.eot?#iefix) format('embedded-opentype'),
	     url(/Themes/Urban/Content/fonts/proximanova-regular-webfont.woff) format('woff'),
	     url(/Themes/Urban/Content/fonts/proximanova-regular-webfont.ttf) format('truetype'),
	     url(/Themes/Urban/Content/fonts/proximanova-regular-webfont.svg#webfont) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova';
	src: url(/Themes/Urban/Content/fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.eot);
	src: url(/Themes/Urban/Content/fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.eot?#iefix) format('embedded-opentype'),
	     url(/Themes/Urban/Content/fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.woff) format('woff'),
	     url(/Themes/Urban/Content/fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.ttf) format('truetype'),
	     url(/Themes/Urban/Content/fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.svg#webfont) format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea, select {
	height: 42px; /*safari padding fix*/
	border: 1px solid #c2c2c2;
	padding: 8px;
	vertical-align: middle;
}
input, textarea {
	font-size: 13px;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	padding: 8px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border-color: #999;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}

.master-column-wrapper{
    position:relative;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 50px;
}
.center-2 {
	margin: 0 0 50px;
}
 .side-2,
 .center-1 .center-side,
 .center-1 .block-account-navigation{
     margin:0 30px 70px;
     border-top:1px solid #333;
     border-bottom:1px solid #333;
 } 
.page {
	clear: both; /* because of forum breadcrumbs */
	text-align: center;
}
.page-title {
    background:url(/Themes/Urban/Content/img/title-bg.jpg) repeat-x center;
    background-size:cover;
    margin:0 0 35px;
}
.page-title h1 {
    letter-spacing:7px;
    text-transform:uppercase;
    font:30px/normal 'source sans pro';
    color:#fff;
    padding:48px 15px;
    text-align:center;
}
.page-body{
    max-width:1170px;
    width:98%;
    margin:auto;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}


.buttons {
	margin: 0 0 20px;
	text-align: center;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(/Themes/Urban/Content/img/rss-icon.png) no-repeat center;
	text-indent: 999px;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
	margin: 10px 0;
    font-size:14px;
}
.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a {
    text-decoration: underline;
    color: #333;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 59px;
    height: 55px;
    background:url(/Themes/Urban/Content/img/scroll_top.png) no-repeat center;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    overflow: hidden;
    z-index: 1001;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.master-wrapper-page{
    position:relative;
}

/*********** GLOBAL FORMS ***********/


.fieldset, .section {
	position: relative;
	margin: 0 0 20px;
}
.fieldset .title,
.section .title {
    color: #333333;
    font-family: "source sans pro";
    font-size: 24px;
    line-height: 28px;
    margin: 40px 0;
    text-align: center;
    text-transform: uppercase;
}
.form-fields,
.giftcard {
	position: relative;
    padding:40px 20px;
    width:90%;
    margin:auto;
}
.form-fields .buttons,
.form-fields .buttons input{
    margin:0;
}
.inputs {
	position: relative;
	margin: 0 auto 20px;
	text-align: center;
	white-space: nowrap;
    font-size: 0;
    max-width:470px;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs.custom-attributes{
    text-align:left;
    white-space: normal;
}
.inputs>label,
.giftcard label {
	display: block;
	width: 100%;
	margin: 0 0 8px;
	text-align: left;
    font-size: 14px;
    color:#333;
    letter-spacing:0.5px;
    font-family:'source sans pro';
    text-transform:uppercase;
    white-space:normal;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, 
.inputs textarea,
.giftcard input, 
.giftcard textarea {
	width: 100%;
	max-width: 470px;
    vertical-align: middle;
    color:#898989;
}
.inputs input[type="text"]:focus,
.inputs select:focus, .inputs textarea:focus{
    color:#333;
}
.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border:1px solid #c2c2c2;
    width:100%;
    max-width:630px;
    padding:0 0 0 8px;
}
.inputs .option-list li {
    float:left;
    margin:0 10px 0 0;	
}
.inputs .option-list label {
	width: auto;
    margin:10px 10px 0;
}

.inputs.reversed {
	text-align: center;
}
.login-page .inputs.reversed label{
    display:inline-block;
    width:auto;
    margin:0 0 0 5px;
}
.inputs.reversed .forgot-password,
.forgot-password{
    display:block;
    font-size:12px;
    color:#898989;
    position:absolute;
    top:0;
    right:0;
    letter-spacing:0.5px;
}
.required {
	margin: 0 -6px 0 3px; /*siblings offset fix*/
	font-size: 18px;
	color: #c00;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
	display: block;
	font-size: 13px;
	color: #c00;
    margin:4px 0 0;
}
.returning-wrapper .message-error{
    left: 0;
    right: 0;
    text-align: center;
    top: 15px;
    margin:0 0 20px;
}

.field-validation-valid {
	display: block;
	font-size: 11px;
	color: #690;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10002;
	width: 100%;
	padding: 12px 35px 12px 0;
	opacity: 0.95;
    background:#fff;
    color:#82b85a;
    font-family:'source sans pro';
    box-shadow:0 0 20px rgba(0,0,0,.1);
}
.bar-notification.error .content{
    background:url(/Themes/Urban/Content/img/icon3.png) no-repeat 25px center;
        color:#f73950;
        height:100%;
}
.bar-notification .content {
	background: url(/Themes/Urban/Content/img/icon2.png) no-repeat scroll 13px center rgba(0, 0, 0, 0);
    padding: 0 0 0 40px;
}
.bar-notification .content a {
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px; /*even numbers only*/
	height: 32px; /*even numbers only*/
	margin: 5px;
	background: url(/Themes/Urban/Content/img/close-notification.png) center no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
.bar-notification .close:hover {
	opacity: 0.9;
}
.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
	padding: 30px 15px;
    text-align: center;
	line-height: 22px;
    color: #444;
}
.ui-dialog {
    position: absolute !important;
	z-index: 1008;
	width: 450px !important;
	max-width: 95%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar { 
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	padding: 10px;
	text-shadow: 1px 1px 0 #eee;
    font: 18px "source sans pro";
    color: #333;
}
    
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px; /*even numbers only*/
	height: 26px; /*even numbers only*/
	margin: 7px;
	overflow: hidden;
    border: none;
	background: url(/Themes/Urban/Content/img/close-notification.png) no-repeat center / 50% auto;
	text-indent: 999px;
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 20px;
}
.ui-dialog-content .topic-block {
	margin: 10px 0 0;
}
.ui-dialog-content .topic-block-body {
	max-height: 200px;
	overflow-y: scroll;
}
.ui-dialog-content .topic-block p {
	margin: 0;
}
/*.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
	background: #eee;
	padding: 5px;
}
.ui-dialog-buttonset button:hover {
	background: #f6f6f6;
}*/

/* vyna ***
.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1002;
	width: 320px;
	height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 15px 50px;
	font-size: 14px;
	color: #333;
    text-transform:uppercase;
    font-family:'source sans pro';
    letter-spacing:0.5px;
}
.eu-cookie-bar-notification a {
	display: block;
    font-family: 'source sans pro';
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
**** end vyna */

/*********** HEADER ***********/

.admin-header-links {
	background: #f6f6f6;
	text-align: center;
    border-bottom:1px solid #eee;
    z-index:1;
    position:relative;
}
.admin-header-links a {
	font-size:15px;
	margin: 0 10px;
	line-height: 35px;
	text-transform:uppercase;
}
.header {
	position: relative;
	margin: 0 auto 10px;
	text-align: center;
    z-index:2;
}
.header.becomeAbsolute{
    position:absolute;
    width:100%;
} 
.header.mobile .white-background{
    background:#fff;
}
.header:after { 
	content: "";
	display: block;
	clear: both;
}
.header .header-strip{
    margin:0 0 10px;
}
.header .header-strip{
    border-bottom: 1px solid #333333;
    z-index:2;
    margin:0;
}
.header-top-strip .header-buttons li.filters-button{
    display:none;
}
.header-top-strip .header-buttons{
    font-size:0;
}
.header-top-strip .header-buttons li{
    display:inline-block;
    width:40px;
    height:40px;
    overflow:hidden;
    font-size:0;
    position:relative;
    cursor:pointer;
    vertical-align:top;
}
.header-top-strip li.filters-button>span{
    display:block;
    height:100%;
    width:40px;
    background:url(/Themes/Urban/Content/img/filters-icon-opener.png) no-repeat center;
}
.header-top-strip .shopping-cart-opener:before{
    display:none;
}
/* vyna
.header-top-strip>ul>li:before{
    content:'';
    display:block;
    width:1px;
    border-left:1px solid #060606;
    height:60%;
    position:absolute;
    top:20%;
}
*** end vyna */
.shopping-cart-opener a{
    display:block;
    height:100%;
    background:url(/Themes/Urban/Content/img/icon-cart.png)no-repeat center;
}
.header-top-strip .ico-wishlist{
    display:block;
    height:100%;
    background:url(/Themes/Urban/Content/img/wishlist.png)no-repeat center;
}
.user-links-opener{
    background:url(/Themes/Urban/Content/img/icon-login.png)no-repeat center;
}
.search-opener{
    background:url(/Themes/Urban/Content/img/icon-search.png)no-repeat center;
}
.header-selectors-opener{
    background:url(/Themes/Urban/Content/img/icon-personal.png)no-repeat center;
}
.header-logo {
    float:left;
	margin: 10px;
	text-align: center; 
}
.header.normal .header-logo{
    top:100%;
    position:absolute;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 100%;
}
.header-menu-opener {
    float: right;
    margin:16px;
    background:url(/Themes/Urban/Content/img/icon-menu.png) no-repeat center;
    height: 45px;
    width: 45px;
    cursor:pointer;
    font-size:0;
}
.header.mobile .header-menu {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.notAndroid23 .header.mobile .header-menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.android23 .header.mobile .header-menu {
    right: 0;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.5);
    z-index:1;
}
.header-links-wrapper {
	position: relative;
	margin: 0 0 20px;
}
.header-links {
    margin:0 0 10px;
    font-family:'source sans pro';
}
.header-links ul {
	font-size: 0;
}
.header-links li {
	display: inline-block;
	margin:10px;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 16px; /*reset zeroing*/
	line-height: 32px;
    color:#313131;
}
.header-links .cart-qty {
	background: url(/Themes/Urban/Content/img/cart-icon.png) left center no-repeat;
	padding: 0 0 0 20px;
}
.header.mobile .header-bottom-strip{
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.header-links-wrapper,
.shopping-cart-wrapper,
.user-links-wrapper,
.search-box-wrapper,
.header-selectors-wrapper {
    display: none;
}
.header-links-wrapper.active,
.user-links-wrapper.active,
.search-box-wrapper.active,
.header-selectors-wrapper.active,
.shopping-cart-wrapper.active {
    display: block;
}
.search-box form {
	display: inline-block;
    width:100%;
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.search-box input.search-box-text {
	float: left;
	width: 85% !important;
    max-width:430px;
	height: 36px;
    border:none;
    border-bottom:1px solid #ddd;
    font-family: source sans pro;
    color:#aaa;
}
.search-box .search-box-button {
	float: left;
	width: 42px;
	height: 36px;
	border: none;
	overflow: hidden;
	background: url(/Themes/Urban/Content/img/icon-search.png) center no-repeat;
	text-indent: 999px;
    border-bottom:1px solid #ddd;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	z-index: 1002 !important;
	width: 256px !important; /*default = txtfield + button*/
	max-width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
	background: #fff;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
	border-top: 1px solid #ccc;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
	border-top: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
	display: block;
	padding: 8px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}
.header-selectors-wrapper {
	font-size: 0;
}
.header-selectors-wrapper .custom-select-text{
    color:#333;
}
.header-selectors-wrapper > div {
	display: inline-block;
	margin: 10px 5px;
}
.header-selectors-wrapper > div > div{
    display:inline-block;
}
.currency-selector{
    position:relative;
}
.header-selectors-wrapper select {
    margin:0 10px;
    border:none;
    color: #313131;
    font-family: source sans pro;
    font-size: 16px;
    min-width:100px;
    opacity:1;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
    vertical-align:middle;
    margin:0 5px 0 0;
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/* mini shopping cart */
.shopping-cart-wrapper{
    overflow:hidden;
}
.shopping-cart-wrapper.active{
    display:block;
}
.shopping-cart-wrapper .cart-title{
    font: 18px "source sans pro";
    margin: 25px auto;
    text-align: center;
    text-transform: uppercase;
    color:#333;
}
.shopping-cart-wrapper.active .flyout-cart {
	display: block;
}
.flyout-cart {
    margin:0 auto 40px;
    padding:50px;
	max-width: 430px;
	border: 1px solid #e1e1e1;
	background: #fff;
}
.mini-shopping-cart {
	font-size: 11px;
}
.mini-shopping-cart .no-items{
    display:block;
    font-size:13px;
    color:#898989;
    text-align:center;
}
.mini-shopping-cart * {
	line-height: normal !important;
}
.mini-shopping-cart a {
    font: 14px source sans pro;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color:#333;
}
.mini-shopping-cart a:hover {
	text-decoration: underline;
}
.mini-shopping-cart .count {
	padding: 5px 0;
}
.mini-shopping-cart .count a {
	font-weight: bold;
}
.mini-shopping-cart .items{
	margin: 0 0 12px;
}
.mini-shopping-cart .item {
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	padding: 15px 0;
}
.mini-shopping-cart .picture {
	float: left;
	width: 54px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 80px;
    text-align:left;
}
.mini-shopping-cart .name {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}
.mini-shopping-cart .attributes {
    font-style:italic;
}
.mini-shopping-cart .price,
.mini-shopping-cart .quantity{
    display:table-cell;
    font:14px 'source sans pro';
    color:#333;
}
.mini-shopping-cart .quantity {
    padding:0 10px 0 0;
}
.mini-shopping-cart .quantity span {
    display:inline-block;
    border:1px solid #d7d7d7;
    padding:6px;
    width:36px;
    text-align:center;
}
.mini-shopping-cart .totals {
	margin: 0 0 30px;
	font-size: 14px;
	text-align: left;
    overflow:hidden;
    font-family:"source sans pro";
    color:#333;
}
.mini-shopping-cart .totals strong {
	color: #898989;
    float:right;
    font:14px 'source sans pro';
}
.mini-shopping-cart .buttons {
	margin: 0 0 5px;
	text-align: right;
    font-size: 0;
}
.mini-shopping-cart input[type="button"] {
	display: inline-block;
    width: 50%;
	border: 1px solid #e1e1e1;
	padding: 13px;
    color:#333;
    font:14px "source sans pro";
    background:transparent;
    text-transform: uppercase;
}
.mini-shopping-cart input.checkout-button{
    background:#040e17;
    border:1px solid #040e17;
    color:#fff;
    float:right;
}



/*********** FOOTER ***********/

.footer {
	text-align: center;
}
.footer-upper {
	margin: 0 0 15px;
	overflow: hidden;
    background-color:#222;
}
.footer-upper .networks ul{
    overflow:hidden;
    background:#555555;
}
.footer-upper .networks li:nth-child(odd){
    background:#000;
    opacity:0.8;
}
.footer-upper .networks a{
    display:block;
    height:70px;
    font-size: 0;
}
.footer-upper .networks li:nth-child(2n){
    background-color:#555;
    opacity:0.8;
}
.footer-upper .networks li:hover{
    opacity:1;
}
.footer-upper .networks .twitter a {
    background:url(/Themes/Urban/Content/img/twit-mobile.png) no-repeat center; 
}
.footer-upper .networks .facebook a {
    background:url(/Themes/Urban/Content/img/f-mobile.png) no-repeat center;
}
.footer-upper .networks .google-plus a {
    background:url(/Themes/Urban/Content/img/g-mobile.png) no-repeat center;
}
.footer-upper .networks .youtube a {
    background:url(/Themes/Urban/Content/img/youtube-footer.png) no-repeat center;
}
.footer-upper .networks .rss a {
    background:url(/Themes/Urban/Content/img/rss-footer.png) no-repeat center;
}
.footer-upper .networks .pinterest a {
    background:url(/Themes/Urban/Content/img/pin-footer.png) no-repeat center;
}
.footer-upper .networks .instagram a {
    background:url(/Themes/Urban/Content/img/instagram.png) no-repeat center;
}
.footer-block .title {
	margin: 0 0 10px;
}
.footer-middle {
	margin: 0 0 20px;
    padding:0 10px 10px;
	overflow: hidden;
    border-bottom:1px solid #e1e1e1;
}
.footer-middle .title strong{
    font:18px/40px source sans pro;
    color:#333;
    font-weight:normal;
}
.footer-box {
    margin-left: auto;
    margin-right: auto;
}
.footer-box {
    height: auto !important;
    margin: 0 auto 20px !important;
}
.footer-box li {
    margin: 10px 0;
} 
.footer-box li a{
    padding:5px 0;
    text-transform:uppercase;
} 
.block-newsletter{
    margin:0 0 15px;
}
.newsletter-email { 
	display: inline-block;
	overflow: hidden; 
}
.newsletter-email input[type="text"] {
    display:block;
    margin:0 auto 10px;  
	width: 207px;
	height: 39px;
}
.newsletter-email input[type="button"] {
	min-width: 96px;
	height: 33px;
	border: none;
	overflow: hidden;
	background: #e1e1e1;
    font:18px 'source sans pro';
    color:#333;
}
.newsletter-email input[type="button"]:hover{
    background:#e3e3e3;
}
.footer-middle p{
    font:14px source sans pro;
    color:#898989;
    margin:0 0 30px;
}
.newsletter-validation, 
.newsletter-result-block { 
	width: 100%;
	overflow: hidden; 
	line-height: 28px; 
}
.newsletter-validation .please-wait {
	display: none !important; 
}
.newsletter-email .options{
    margin:10px 0 0 0;
}
.newsletter-email .options span{
    display:inline-block;
    margin:0 0 0 10px;
}
.newsletter-email .options label{
    padding:10px 0;
    display:inline-block;
}
.accepted-payment-methods {
    margin:15px auto;
    max-width:460px;
}
.footer-powered-by {
    float: none;
}
.accepted-payment-methods ul {
	font-size: 0;
}
.accepted-payment-methods li { 
	display: inline-block;
    margin:6px;
    height:16px;
	background: url(/Themes/Urban/Content/img/payment-sprite.png) no-repeat;
}
.accepted-payment-methods .method1 {
    width:79px;
	background-position: -3px 0;
}
.accepted-payment-methods .method2 {
    width:50px;
	background-position: -88px 0px;
}
.accepted-payment-methods .method3 {
    width:50px;
	background-position: -148px 0;
}
.accepted-payment-methods .method4 {
	background-position: 0px -20px;
    width:102px;
}
.accepted-payment-methods .method5 {
    width:45px;
	background-position: -104px -20px;
}
.accepted-payment-methods .method6 {
    width:40px;
	background-position: -155px -20px;
}
.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0 10px;
}
.social-sharing a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/Themes/Urban/Content/img/social_sprite.png) no-repeat;
}
.social-sharing .facebook {
	background-position: 0 0;
}
.social-sharing .twitter {
	background-position: -30px 0;
}
.social-sharing .google {
	background-position: -60px 0;
}
.social-sharing .pinterest {
	background-position: -90px 0;
}
.social-sharing .vimeo {
	background-position: -120px 0;
}
.social-sharing .youtube {
	background-position: -150px 0;
}
.social-sharing .rss {
	background-position: -180px 0;
}
.footer-lower {
	overflow: hidden;
	font-size: 11px;
}
.footer-lower > div {
	margin: 0 0 5px;
    font:14px source sans pro;
    color:#898989;
}
.footer-lower .footer-tax-shipping a{
    text-decoration: underline;
}
.footer-lower .footer-disclaimer{
    margin:15px 0 5px;
    text-transform:uppercase;
}
.footer-powered-by a,
.footer-designed-by a {
	text-decoration: underline;
}
.footer-lower .footer-store-theme {
    margin:0 0 15px;
    display: inline-block;
}
.footer-store-theme select {
	width: 170px;
}
.footer-store-theme  .select-wrap {
    border: 1px solid #c2c2c2;
    padding: 0 24px 0 12px;
    background: url(/Themes/Urban/Content/img/select.png) no-repeat 94% center;
}
.footer-map {
    height: 300px;
    display:block;
    width: 100%;
}
.footer-links-wrapper > div {
    display: inline-block;
    margin: 0 8px;
}



/*********** HOME PAGE ***********/
/*where the title must show*/
.master-wrapper-main{
    position:relative;
}
.center-1 .home-page .page-body{
    max-width:100%;
}

/* home page topic */

.home-page .topic-block {
	margin: 65px auto 80px;
    max-width:1170px;
}
.home-page .topic-block-body p{
    color:#fff;
    font-size:18px;
}
.home-page .topic-block-title h2 {
    margin:0 0 13px;
    font:34px "source sans pro";
    text-transform:uppercase;
    color:#fff;
}
.home-page .topic-block-body {
    margin:auto;
	line-height: 26px;
    font-size:18px;
    color:#fff;
    max-height:212px;
    max-width:96%;
    overflow:hidden;
    text-align:center;
}

/* home page tabs */

.home-page-category-tabs{
    background:url(/Themes/Urban/Content/img/shadow-line.png) no-repeat center bottom;
    padding:0 0 60px;
    margin:0 0 90px;
}
.home-page-category-tabs .titles{
    margin:0 0 70px 0;
}
.home-page-category-tabs .titles li{
    display:inline-block;
    margin:0 -1px 10px;
    border-left:1px solid #898989;
    line-height:10px;
}
.home-page-category-tabs .titles span{
    font-size:18px;
    line-height:18px;
    color:#000;
    text-transform:uppercase;
    padding:0 15px;
    cursor:pointer;
}
.home-page-category-tabs .titles li:hover span{
    color:#898989;
}
.home-page-category-tabs .titles li:first-child{
    border:none;
}
.home-page-category-tabs .titles li.active span{
    color:#898989;
    text-decoration:underline;
}
.home-page-category-content{
    display:none;
}
.home-page-category-content.active{
    display:block;
}
.home-page-category-tabs .contents{
    position:relative;
}
.ajax-loading-overlay{
    display:none;
}
.ajax-loading-overlay.active {
    background: rgba(255,255,255,.6);
    bottom: 0;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:1;
}
.ajax-loading-icon.loader {
    background: url(/Themes/Urban/Content/img/loader_urban2.gif) no-repeat center;
    display: block;
    height: 60px;
    width: 60px;
    margin:210px auto 0;

}
/*default nop filters*/
.product-filters{
    display: none;
    overflow:hidden;
    margin:0 0 30px;
}
.product-filters .product-filter{
    width:80%;
    max-width:400px;
    margin:0 auto 15px;
}
.product-filters .product-filter .remove-filter a{
    display:inline-block;
    color:#c61111;
}
.product-filter .remove-filter a:hover{
    text-decoration:underline;
}
.product-filter .filtered-items{
    margin:10px 0;
    border:1px solid #e1e1e1;
    padding:5px;
}
.filter-content li a{
    display:block;
    padding:7px 0;
}
.product-filter .filter-title {
    margin: 0 0 10px;
    text-transform:uppercase;
}

/*********** LEFT/RIGHT COLUMN ***********/

.block {
	text-align: center;
}
.block .title{
	margin: 0;
    padding:10px 0;
	font-size: 18px;
	line-height:32px;
    cursor: pointer;
    border-bottom:1px solid #eee;
    white-space:nowrap;
    overflow:hidden;
}
.block .title strong {
	font-weight: normal;
    display: block;
    text-transform:uppercase;
    color:#333;
}
.block .listbox {
	display: none;
    border-bottom:1px solid #e1e1e1;
    padding: 15px 0;
}
.block:last-child .listbox{
    border-bottom:none;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list li:hover>a{
    color:#333;
}
.block .list li a.active{
    color:#333;
}
.block .list a {
	display: block;
    margin:0 auto 10px;
	padding: 0;
    line-height:32px;
}
.block .list img {
	display: none;
}

.block .view-all {
	margin: 10px 0 0;
    display:inline-block;
}
.block .view-all a {
    display:block;
	padding: 8px 18px;
    border:1px solid #ddd;    
}
.block .view-all:hover a{
    color:#333;
    border-color:#333;
}
.block .tags {
	margin: 0 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 16px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	line-height: 30px;
}

.poll strong {
	display: block;
	margin: 0 0 10px;
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
	overflow: hidden;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px 5px 5px 0;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons input {
	border: none;
	padding: 10px 30px;
    background:#333;
    color:#fff;
    text-transform:uppercase;	
    font-family:source sans pro;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}
.twocolumns .block .view-all,
.onecolumn .block-popular-tags .view-all{
    text-transform:uppercase;
    display:inline-block;
}
.onecolumn .side-after-center-1{
    display:none;
}


/********** CATEGORY PAGE **********/

.filters-button {
    display: none;
}
.breadcrumb {
	margin: 20px auto;
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
    font:12px 'source sans pro';
    text-transform:uppercase;
    color:#333;
}
.breadcrumb li > * {
	margin: 0 3px;
	font-size: 12px; /*reset zeroing*/
	line-height: 32px;
    letter-spacing:3px;
}
.breadcrumb strong {
	font-weight: normal;
}
.breadcrumb a:hover * {
	text-decoration: underline;
}
.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 50px;
    padding:20px 0 0 0;
    font:15px/22px 'source sans pro';
    color:#333;
}
.vendor-list{
    text-align:center;
}
.vendor-list li{
    display:inline-block;
    padding:0 15px;
}

/* home page category grid */

.home-page-category-grid .item-box .picture a::before{
    padding-top:100%;
}
.home-page-category-grid .item-box .title{
    height:300px;
    padding:60px 40px;
    background:#282828;
    font:24px 'source sans pro';
    color:#fff;
    text-transform:uppercase;
    letter-spacing:7px;
    position:relative;
    padding:0;
}
/* vyna * /
.home-page-category-grid .item-box .title:after{
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-top: 15px solid #282828;
    border-right: 15px solid transparent; 
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin:0 0 0 -10px;
    z-index:1;
}
/* end vyna */
.home-page-category-grid .item-box .title a{
    word-wrap:break-word;
    height:100%;   
    padding:25% 0 0;
}
.home-page-category-grid .item-box .title span{
    font:14px 'source sans pro';
    text-transform:none;
    color:#898989;
    letter-spacing:normal;
    position:relative;
    top:30px;
    left:0;
    right:0;
}
.home-page-category-grid .item-box .title strong{
    display:block;
    max-height:56px;
    overflow:hidden;
}
.home-page-category-grid .item-box .title span:before{
    content:'';
    display:block;
    width:30px;
    height:1px;
    border-top:1px solid #898989;
    margin:0 0 20px -15px;
    left:50%;
    position:relative;
}
.home-page-category-grid .item-box:nth-child(2n+1) .title{
    margin:0;
    position:absolute;
    bottom:0;
    width:100%;    
}
/* vyna 
.home-page-category-grid .item-box:nth-child(2n+1) .title:after{
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-bottom: 15px solid #282828;
    border-top:none;
    border-right: 15px solid transparent; 
    position: absolute;
    top: -15px;
    left: 50%;
    margin:0 0 0 -10px;
    z-index:1;
} * end vyna */
.home-page-category-grid .item-box:nth-child(2n+1) .picture{
    margin:0 0 310px 0;
}
.home-page>.slider-wrapper{
    display:none;
}
.category-page .product-selectors{
    padding-top:10px;
}

.sub-category-grid .title,
.manufacturer-grid .title,
.vendor-grid .title {
    background:#282828;
    font:24px/70px 'source sans pro';
    color:#fff;
    height:70px;
    letter-spacing:5px;
    position:relative;
    text-transform:uppercase;
    text-align:center;
}
.sub-category-grid .picture,
.manufacturer-grid .picture,
.vendor-grid .picture {
    display:none;
}
.sub-category-grid .item-box .title{
    margin:0;
}
.sub-category-grid .title a{
    display:block;
}
.product-filters-wrapper {
	display: none;
}
.product-selectors {
	margin: 0 0 30px;
    padding:0 0 12px 0;
	text-align: center;
    border-bottom:1px solid #e1e1e1;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
    position: relative;
	display: inline-block;
	margin: 5px;
    text-align:left;
}
.product-selectors > div > * {
    display: inline-block;
    vertical-align: middle;
}
.product-selectors select {
	margin: 0 5px;
	text-transform: lowercase;
    font-size:14px;
    color:#898989;
}
.product-selectors > div span{
    vertical-align: top;
    font-size:14px;
    line-height: 45px;
    color:#252525;
}
.product-selectors .select-wrap {
    position: relative;
    min-width: 85px;
    margin: 0 0 0 5px;
    padding: 0 24px 0 12px;
    overflow: hidden;
    border: 1px solid #c2c2c2;
    background: url(/Themes/Urban/Content/img/filters-drop.png) no-repeat 95% center;
}
.product-selectors .product-page-size .select-wrap {
    margin: 0 5px;
}
.product-selectors .select-wrap select {
    position: absolute;
    left: 0;
    height: 46px;
    width: 100%;
    margin: 0;
    opacity: 0;
}

div.product-viewmode {
	display: none;
}
.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}
.item-box {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 10px;
}
.item-box .picture {
	z-index: 1;
	overflow: hidden;
    margin: 0 0 25px;
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture > a:before {
	content: " ";
	display: block;
	padding-top: 112%;
}
.home-page-category-content .item-box .picture > a:before{
    padding-top:112%;
}
.item-box .product-item .picture > a:before{
    padding-top:129%;
} 
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
.item-box .details {
    text-align:left;
    font-family:'source sans pro';
    padding:0 20px;
}
.item-box .product-title{
	max-height: 45px;
	margin: 0 0 5px;
	overflow: hidden;
    color:#333;
    font:14px 'source sans pro';
}
.item-box .title {
    height:70px;
    margin:0 0 10px;
}
.item-box .product-title a,
.item-box .title a {
	display: block;
}
.item-box .product-rating-box {
    display: none;
	margin: 0 0 5px;
}
.item-box .rating {
	background: url(/Themes/Urban/Content/img/rating1.png) repeat-x;
	width: 106px;
    height: 21px;
}
.item-box .rating div {
	background: url(/Themes/Urban/Content/img/rating2.png) repeat-x;
    height: 21px;
}
.item-box .description {
    display:none;
	height: 30px;
	margin: 0 0 10px;
	overflow: hidden;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    margin: 0;
    overflow: hidden;
}
.item-box .old-price {
    margin:0 5px 0 0;
	color: #999;
	text-decoration: line-through;
    font:14px 'source sans pro';
    color:#333;
}
.item-box .actual-price {
    display:inline-block;
	font-size: 24px;
	color: #b7b7b7;
    font-family:'source sans pro';
    line-height:24px;
    height:24px;
    overflow:hidden;
    vertical-align:bottom;
}
.item-box .base-price-pangv {
    margin: 5px 0 0;
}
.item-box .buttons {
    display:none;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
	margin: 0 0 50px;
}
.sub-category-grid .item-box .picture a:before,
.manufacturer-grid .item-box .picture a:before, 
.vendor-grid .item-box .picture a:before {
    padding-top:100%;
}
.home-page-category-grid{
    background:url(/Themes/Urban/Content/img/hp-bg.jpg) no-repeat center bottom #fff;
    overflow:hidden;
}
.product-grid,
.product-list {
	margin: 0 0 20px;
}
.product-grid .item-box{
    padding:0 0 10px;
}
.product-grid .title {
	margin: 0 0 60px;
	font-size: 24px;
    line-height:28px;
    font-family:'source sans pro';
    color:#333;
    text-transform:uppercase;
    text-align:center;
}
.product-grid .title strong {
	font-weight: normal;
}
.product-grid.cross-sells .title{
    text-align:center;
    color: #333333;
    display: block;
    font-family: "source sans pro";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 38px;
    position: relative;
    text-transform: uppercase
}
.product-grid.cross-sells .title strong:before{
    background: none repeat scroll 0 0 #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 70px;
}
.pager {
	margin: 0 0 60px;
    overflow:hidden;
}
.private-messages-box .pager{
    margin:0 0 30px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0;
}
.pager li * {
	display: block;
	width: 20px;
	overflow: hidden;
	padding: 0 0 6px;
	text-align: center;
	font-size: 14px; /*reset zeroing*/
	cursor: pointer;
    color:#bbb;
}
.pager li.next-page a, 
.pager li.first-page a,
.pager li.previous-page a,
.pager li.last-page a{
    width:32px;
    height:32px;
}
.pager li.previous-page,
.pager li.first-page{
    margin:0 7px 0 0;
}
.pager li.next-page,
.pager li.last-page{
    margin:0 0 0 7px;
}
.pager .current-page span{
    color:#333;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	font-size:0;
}
.pager li.previous-page * {
	background-image: url(/Themes/Urban/Content/img/prev.png);
}
.pager li.next-page * {
	background-image: url(/Themes/Urban/Content/img/next.png);
}
.pager li.first-page * {
	background-image: url(/Themes/Urban/Content/img/first-page.png);
}
.pager li.last-page * {
	background-image: url(/Themes/Urban/Content/img/last-page.png);
}
.contact-vendor .contact-vendor-button{
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: source sans pro;
    padding: 10px 30px;
    text-transform: uppercase;
    margin:0 0 30px;
}

/*vendor info page*/

.vendor-picture {
    margin-top: 20px;
}
.vendor-picture > * {
    display: block;
    margin: 0 auto 20px;
}


/********** PRODUCT PAGE **********/

.product-essential {
	margin: 0 0 20px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 auto 20px;
}
.gallery .picture-wrapper {
    padding: 0 0 20px;
    /*background:url(/Themes/Urban/Content/img/shadow.png) no-repeat scroll center bottom;*/
}
.gallery .picture {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
    padding:0 0 20px;
    text-align: center;
    font-size: 0;
    z-index:1;
    background:url(/Themes/Urban/Content/img/shadow.png) no-repeat scroll center bottom;
}
.gallery .picture img {
    max-width: 100%;
}
.gallery .picture-thumbs {
    margin: -20px 0 0;
	overflow: hidden;
	font-size: 0;
    text-align:center;
}
.gallery .picture-thumbs a {
	display: inline-block;
	position: relative;
    width:31%;
    height:100%;
    text-align: center;
    margin:0 1% 2%;
	overflow: hidden;
    vertical-align:top;
}
.gallery .picture-thumbs a img{
    max-width: 100%;
}
/*Default Zoom start*/
#lbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter,
#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(/Themes/Urban/Content/img/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	top: 0;
	left: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink,
#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
}
#lbPrevLink {
	left: 0;
}
#lbNextLink {
	right: 0;
}
#lbBottom {
	border: 10px solid #fff;
	border-top: none;
	text-align: left;
	line-height: 1.4em;
	font-size: 10px;
	color: #666;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 5px 0;
	outline: none;
	background: url(/Themes/Urban/Content/img/closelabel.gif) no-repeat center;
}
#lbCaption,
#lbNumber {
	margin: 0 70px 0 0;
}
#lbCaption {
	font-weight: bold;
}
#fancybox-wrap {
	z-index: 10010 !important;
}

.back-in-stock-subscription-page #back-in-stock-notify-me {
    margin-top: 15px !important;
}
.ui-dialog .back-in-stock-subscription-page .page-body {
    text-align: center;
}
#fancybox-wrap {
    left: 50% !important;
    margin-left: -225px !important;
    width: 450px !important;
    padding: 0 !important;
}
#fancybox-content {
    width: 450px !important;
    height: 380px !important;
}
.fancybox-bg {
    height: 0 !important;
    width: 0 !important;
}
/*Default Zoom end*/

.product-details-page .overview {
	position: relative;
	margin: 0 0 20px;
}
.product-details-page .discontinued-product {
    margin: 0 0 15px;
}
.discontinued-product h4 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background: rgba(255,255,255,0.8);
    padding: 30px 0;
    text-transform: uppercase;
    color: #c00;
}
.product-details-page .overview .prices label{
    display:none;
}
.product-details-page .product-social-buttons{
    clear:both;
    overflow:hidden;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    margin:0 0 50px 0;
}
.product-details-page .product-social-buttons li a{
    font-size:0;
    display:block;
    margin:10px auto;
    width:48px;
    height:48px;
    border:2px solid #333;
    border-radius:50%;
}
.product-social-buttons li{
    display:inline-block;
    width:25%;
}
.product-social-buttons li.facebook a{
    background:url(/Themes/Urban/Content/img/pp-face.png) no-repeat center;
}
.product-social-buttons li.twitter a{
    background:url(/Themes/Urban/Content/img/pp-twit.png) no-repeat center;
}
.product-social-buttons li.google a{
    background:url(/Themes/Urban/Content/img/pp-goog.png) no-repeat center;
}
.product-social-buttons li.youtube a{
    background:url(/Themes/Urban/Content/img/pp-pin.png) no-repeat center;
}
.product-social-buttons li.pinterest a{
    background:url(/Themes/Urban/Content/img/pp-pin.png) no-repeat center;
}
.product-social-buttons li.linkedin a{
    background:url(/Themes/Urban/Content/img/icon-linkedin.png) no-repeat center;
}
.overview .product-name {
	margin: 0 0 15px;
}
.overview .product-name h1 {
    font:36px 'source sans pro';
    color:#333;
}
.overview .short-description {
	margin: 0 0 30px;
    font-size:14px;
    line-height:20px;
    color:#898989; 
}
.overview .buttons, 
.back-in-stock-subscription, 
.download-sample { 
	margin: 0 0 15px;
	font-size: 0;
    position:relative;
    vertical-align:top;
}
.overview .buttons .availability{
    margin:20px 0;
    display:block;
}
.overview .buttons>div:hover input{
    background-color:#e3e3e3;
}
.qq-uploader{
    text-align:center;
}
.qq-uploader .qq-upload-button{
    display:inline-block;
    background:#fff;
    border:none;
    height:48px;
    width:auto;
    padding:0 40px;
    line-height:48px;
    color:#333;
    text-transform:uppercase;
    border:1px solid #ddd;
}
.qq-upload-button-selector.qq-upload-button > div {
    font-size: 14px;
}
.overview .buttons div {
	display: inline-block;
	margin: 0;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.download-sample-button,
.availability .subscribe-button,
.submit-ticket .submit-ticket-button {
	display: inline-block;
	border: 1px solid #ccc;
	font-size: 13px; /*reset zeroing*/
    background:#ebebeb;
}

/* if you want these buttons to be links with icons */ 
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.overview .download-sample-button,
.availability .subscribe-button,
.submit-ticket .submit-ticket-button {
	display: inline-block;
    border: 0;
	background-position: left center;
    background-repeat: no-repeat;
}
.download-sample-button a{
    background: #ebebeb;
    display: inline-block;
}
.download-sample-button a:before{
    border-left: 1px solid #8a8a8a;
    border-right: 1px solid #494949;
    content: "";
    display: inline-block;
    height: 40px;
    left: 0;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    width: 2px;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.overview .download-sample-button,
.availability .subscribe-button {
    width:66px;
    height:66px;
    background-position:center;
    font-size:0;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
.overview .compare-products{
    position:relative;
}
.overview .compare-products:after{
    content:'';
    display:inline-block;
    width:2px;
    border-left:1px solid #494949;
    border-right:1px solid #8a8a8a;
    height:40px;
    position:absolute;
    right:0;
    top:50%;
    margin:-20px 0 0 0;
}
.overview .compare-products:before,
.overview .back-in-stock-subscription:before,
.overview .download-sample-button:before {
    content:'';
    display:inline-block;
    width:2px;
    border-right:1px solid #494949;
    border-left:1px solid #8a8a8a;
    height:40px;
    position:absolute;
    left:0;
    top:50%;
    margin:-20px 0 0 0;
}
.overview .compare-products:first-child:before{
    display:none;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url(/Themes/Urban/Content/img/wishlistNew.png);
}
.overview .add-to-compare-list-button {
    background-image: url(/Themes/Urban/Content/img/Shuffle.png);
}
.overview .email-a-friend-button {
    background-image: url(/Themes/Urban/Content/img/Ellipse-5.png);
}
.overview .subscribe-button,
.availability .subscribe-button {
    background-image: url(/Themes/Urban/Content/img/Shape-361.png);
}

.download-sample-button {
    display:block;
    width:100%;
    height:100%;
    background-image: url(/Themes/Urban/Content/img/Shape-363.png);
    background-color:#ebebeb;
    background-position:center;
    background-repeat:no-repeat;
}   
.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .stock, .variant-overview .stock,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor,
.overview .manufacturers, .manufacturer-part-number {
	margin: 0 0 15px;
}
.overview .stock, 
.variant-overview .stock{
    margin:0 0 20px;
}
.overview .value,
.variant-overview .value {
    display:inline-block;
    line-height:20px;
    font-size:14px;
    padding:0 5px; 
}

.overview .value a,
.variant-overview .value a {
	font-weight: bold;
	text-decoration: underline;
}
.free-shipping {
	display: inline-block;
    margin: 10px auto 15px;
    background: #ebebeb;
	text-align: center;
    text-transform: uppercase;
    font-family: "source sans pro";
    font-size: 18px;
    padding: 15px 30px;
    color:#333;
}
.overview .manufacturers {
	margin: 0 0 10px; /*not present in variant-overview*/
}
.product-no-reviews,
.product-reviews-overview {
	margin: 0 0 20px; /*not present in variant-overview*/
}
.product-no-reviews a {
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0;
}
.product-review-box .rating {
	width: 82px;
	height: 21px;
	background: url(/Themes/Urban/Content/img/rating1.png) repeat-x;
}
.product-review-box .rating div {
	height: 21px; 
	background: url(/Themes/Urban/Content/img/rating2.png) repeat-x;
}
.product-review-links a {
    text-decoration:underline;
}

.overview .prices,
.variant-overview .prices {
	margin: 25px 0 10px;
	overflow: hidden;
}
.overview .prices .tax-shipping-info{
    color:#898989;
}
.overview .prices .tax-shipping-info a{
    font-family:'source sans pro';
    text-decoration:underline;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.variant-overview .prices > div a{
    font-family:source sans pro;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 48px;
	color: #b1b1b1;
    font-family:'source sans pro';
}
.variant-overview .product-price{
    font-size:42px;
}
.product-price span{
    vertical-align:middle;
}
.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0  0 10px 0;
}
.customer-entered-price .enter-price-input {
	width: 60px;
	text-align: center;
}
.customer-entered-price .price-range {
	font-family:'source sans pro';
}
.overview .add-to-cart {
	margin: 0 0 20px;
}
.overview .add-to-cart .min-qty-notification {
    margin: 0 0 10px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: absolute;
	left: -25px;
	line-height: 36px;
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input {
    margin:0 1px 0 0;
	width: 50px;
    height: 50px;
	padding: 12px;
	text-align: center;
    font-size: 14px;
    border:none;
    background:#333;
    color:#fff;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    border: none;
    padding: 0 30px;
    font-size: 14px;
    font-family:'source sans pro';
    background:#333;
    color:#fff;
    text-transform:uppercase;
    height:50px;
    margin:0 0 0 2px;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}
.overview .add-to-cart .plus,
.overview .add-to-cart .minus,
.variant-overview .add-to-cart .plus,
.variant-overview .add-to-cart .minus{
    border: 1px solid;
    float: left;
    margin:-1px 0 0 -1px;
    padding: 16px 14px;
    color:#fff;
    background:#333;
    cursor:pointer;
    font-size:14px;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    height:52px;
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
}
.add-to-cart-panel span:hover,
.add-to-cart-panel input.button-1:hover{
    background:#3d3d3d !important;
}
.product-share-button {
	display: none;
    overflow: hidden;
}
.full-description {
	clear: both;
    margin: 0 0 20px;
    font-size:14px;
    line-height:20px;
    color:#898989; 
}
.compare-products-table .full-description,
.compare-products-table .short-description{
    vertical-align:top;
}
.compare-products-table .full-description .a-left,
.compare-products-table .short-description .a-left{
    text-transform:lowercase;
}
.product-collateral {
	margin: 0 0 20px;
}
.product-collateral .tier-prices{
    margin:0 0 50px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.product-collateral .title strong,
.featured-product-grid .title strong{
    display:block;
	font-weight: normal;
    font-size:16px;
    position:relative;
    line-height:46px;
    letter-spacing:.5px;
    color:#333;
    font-family:'source sans pro';
    text-transform:uppercase;
}
.product-collateral .title strong:before,
.featured-product-grid .title strong:before{
    content:'';
    display:block;
    height:3px;
    width:70px;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    background:#333;
}
.also-purchased-products-grid .title strong:before{
    right:0;
    margin:auto;
}
.product-collateral .product-grid strong,
.product-collateral .title strong {
    line-height:46px;
}
.product-collateral .product-grid strong:before{
    bottom:0;
}
.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
}
.tier-prices .field-header {
	min-width: 100px;
}
.tier-prices .item-price {
	color: #c00;
}
.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px solid #333;
	padding: 0 0 20px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 85%;
	height: 350px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.variant-picture img{
    max-height:100%;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 20px;
	font-size: 24px;
    font-family:source sans pro;
    text-transform:uppercase;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
    font-size:14px;
	line-height: 20px;
}
.variant-overview .add-to-cart-panel > * {
	margin: 0 1px 10px 0;
}
.variant-overview .add-to-wishlist-button {
	float: none;
	clear: both;
	margin: 0 auto;
    width:56px;
    height:50px;
}
.add-to-cart-panel .add-to-cart-button{
    margin-left:2px;
}

/*Jquery Tabs start*/

.ui-tabs {
	margin: 0 0 30px;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
    margin:0 0 -1px;
    text-align:center;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
    margin:0 -2px;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	background: #fff;
    border: 1px solid #e1e1e1;
    color: #333;
    font-family: "source sans pro";
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    min-width:142px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
	background: #333333;
    border: 1px solid #333;
    color: #ffffff;
    font-family: "source sans pro";
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.ui-tabs .ui-tabs-panel {
	border-top: 1px solid #e1e1e1;
	padding: 10px;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 20px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*Jquery Tabs end*/

.product-specs-box,
.product-tags-box {
	margin: 0 0 50px;
}
.product-specs-box table tbody{
    border-top:1px solid #333;
    margin:0;
}
.product-specs-box table tr:last-child td{
    border-bottom:1px solid #333;
}
.product-tags-list {
	font-size: 0;
    display:inline-block;
}
.product-tags-list li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
    color:#898989;
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.product-tags-list li:hover a{
    color:#333;
}
.product-tags-list li:hover span{
    color:#333;
}
.attributes {
	margin: 20px 0;
}
.attributes dl {
	
}
.attributes dt {
	display: block;
	margin: 0 0 8px;
	white-space: nowrap; 
	font-weight: bold;
}
.attributes dd {
	margin: 0 0 25px;
}
.attributes li {
	margin: 10px 0;
}
.attributes .option-list li{
    display:inline-block;
    margin:10px 10px 10px 0;
}
.attributes .option-list.color-squares li {
    position: relative;
    margin: 3px 3px 3px 0;
    text-align:center;
}
.attributes .option-list.color-squares li label {
    margin: 0;
}
.attributes select {
	width: auto;
	max-width: 100%;
    border-bottom:2px solid #eaeaea;
}
.attributes .option-list li > * {
	display: inline-block;
	vertical-align: middle;
    color:#898989;
}
.attributes dt .text-prompt{
    text-transform:uppercase;
    font-family:'source sans pro';
    font-weight:normal;
    color:#333;
}
.attributes dd select,
.attributes dd input[type='text']{
    color:#898989;
    font-size:14px;
    width:90%;
    max-width:470px;
} 
.attributes.rental-attributes .datepicker{
    width:190px;
}
.attributes dd textarea{
    width:90%;
    max-width:470px;
}
.attributes .datepicker {
	width: 280px;
	text-align: center;
}
.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #333;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 32px;
	line-height: 32px;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url(/Themes/Urban/Content/img/calendar-prev.png) center no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url(/Themes/Urban/Content/img/calendar-next.png) center no-repeat;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #f9f9f9;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ccc;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}
.ui-datepicker-current-day .ui-state-active{
    background:#ebebeb;
    color:#666;
}
.ui-datepicker-today{
    background:#ebebeb;
}
.ui-state-default {
    color: #898989;
}

/*new product attribute*/
.color-squares {
    position: relative;
	font-size: 0;
}
.color-squares li {
	display: inline-block;
	margin: 0;
}
.color-squares .color-container {
    display: block;
    border: 1px solid transparent;
    padding: 3px;
    position: relative;
    z-index: 1;
}
.color-squares .selected-value .color-container {
    border-color: #333;
}
.color-squares li input {
	position: relative;
	z-index: -1;
	margin: -45px 0 0;
    opacity: 0;
}
.attributes .option-list label {
    margin: 0 5px;
}
.color-squares .color {
    border: 1px solid #e1e1e1;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 40px;
}
.tooltip-container::before {
    border-bottom: 7px solid #eeeeee;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}
.tooltip-container {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    position: absolute;
    top: 45px;
    text-align: center;
    visibility: hidden;
    width: 200px;
}
.tooltip-container::after {
    border-bottom: 6px solid #eee;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.color-squares li:hover .tooltip-container {
    margin-left: -124px;
    margin-top: 5px;
    visibility: visible;
    z-index: 999;
}
.tooltip-container .tooltip-header {
    height: 30px;
    width: 198px;
    background-color: #ebebeb;
    font-size: 15px;
    line-height: 30px;
}
.tooltip-container .tooltip-body {
    margin: 5px;
}
.tooltip-container .tooltip-body img {
    border: 0 none #fff;
    width: 190px;
}


.giftcard {
	margin: 0 auto 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin:0 auto 25px;
    width:90%;
    max-width:470px;
}
.giftcard label {
	display: block;
	margin: 0 0 8px 0;
}
.giftcard input,
.giftcard textarea {
	max-width: 100%;
}
.giftcard textarea{
	height: 150px;
}
.product-page-category{
    display:none;
}


/********** PRODUCT REVIEWS **********/

.product-reviews-page h1 a {
	font-style: italic;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	margin: 0 0 20px;
    text-transform:uppercase;
    font-family:'source sans pro';
    letter-spacing:0.5px;
    text-align:center;
    font-size:28px;
    color:#333;
}
.write-review {
	margin: 0 0 50px;
}
.write-review .form-fields {
	margin: 0 auto 15px;
}
.write-review .review-rating {
	text-align: center;
    text-transform:uppercase;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}
.write-review .review-rating li.first {
	color: #c00;
}
.write-review .review-rating li:nth-child(2) {
    padding-top: 2px;
}
.write-review .review-rating li:nth-child(2) input {
	vertical-align: baseline;
}
.write-review .review-rating li.last {
	color: #690;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
	border: none;
	padding: 15px 25px;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    background:#333;
    letter-spacing:0.5px;
    font-family:'source sans pro';
}
.write-review .button-1:hover{
    background:#3d3d3d;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
    text-align:center;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 20px;
    padding:0 0 20px;
}
.product-review-item .review-item-head {
	margin: 0 0 10px;
	overflow: hidden;
    border-bottom:1px solid #e5e5e5;
	padding: 15px 10px;
    position:relative;
}
.product-review-item .review-title {
	margin:0 95px 0 0;
	text-transform: uppercase;
    color:#898989;
    text-align:left;
}
.product-review-item .review-title strong{
    line-height:21px;
}
.product-review-item .product-review-box {
	position:absolute;
    top:14px;
    right:10px;
}
.product-review-item .review-text {
	margin: 0 0 15px;
    padding:10px;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold; 
	text-decoration: underline; 
	cursor: pointer;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/

.wishlist-page .page-body{
    max-width:1170px;
    margin:auto;
}
.wishlist-content {
	margin: 80px 0 ;
    text-align:center;
}
.wishlist-content .message-error {
	margin: 0 0 10px;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
    color:#333;
}
.tax-shipping-info a{
    font-family:'source sans pro';
    letter-spacing:0.5px;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	margin: 0;
	border: 1px solid #d7d7d7;
    background:#fff;
    text-transform:uppercase;
    color: #333;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    line-height: 43px;
    padding: 0 30px;
    min-width:200px;
}
.wishlist-content .wishlist-add-to-cart-button{
    background:#333;
    color:#fff;
    border:1px solid #333;
}
.wishlist-page .share-info a {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
    color:#333;
}
.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 0 0 20px;
    padding:15px 30px;
    background:#333;
    color:#fff;
    font-family:'source sans pro';
    letter-spacing:0.5px;
    text-transform:uppercase;
    border:none;
}
.compare-products-page .clear-list:hover{
    background:#444;
}
.compare-products-table {
	display: none;
}
.compare-products-page .button-2 {
	display: inline-block;
    background: #fff;
    border: none;
    border:1px solid #ddd;
    color: #333;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    padding: 12px 30px;
    text-transform: uppercase;
    -webkit-transition:all .25s ease;
    transition:all .25s ease;
}
.compare-products-page .button-2:hover{
    border:1px solid #333;
}
.compare-products-page img {
	max-width: 100%;
}


/*********** TOPICS ***********/

.topic-block{
	margin: 0 0 20px;
}
.topic-html-content-header,
.topic-block-body{
    color:#333;
}
.topic-block .topic-block-title h2 {
    margin-bottom: 20px;
    color: #333333;
    font-family: "source sans pro";
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}
.topic-block-body p {
    color:#898989;
    margin:0 0 20px;
    font-size: 14px;
}
.checkout-as-guest-or-register-block .topic-block-body,
.login-page .topic-block .topic-block-body,
.login-page .topic-block .topic-block-title .topic-html-content-header,
.forums-main-page .topic-block-title{
    color:#333;
}
.topic-block-body ul li{
    color:#898989;
} 
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-page .page-body {
	line-height: 20px;
}
.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #c00;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 36px !important;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 36px !important;
	border: none !important;
	background: #ccc !important;
	padding: 0 20px !important;
	font-size: 16px !important;
}
.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-page .form-fields,
.email-a-friend-page .form-fields {
	margin: 0 auto 15px;
}
.contact-page .message-error,
.email-a-friend-page .message-error {
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    border:none;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    line-height: 43px;
    margin: 0;
    padding: 0 50px;
    text-transform: uppercase;
    background:#333;
    color:#fff;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
	font-weight: normal;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.registration-page .fieldset .title{
    margin:40px 0 0;    
}

.registration-page .fieldset .inputs{
    text-align:left;
}
.fieldset .inputs.date-of-birth select{
    width:33.33%;
}
.registration-page .fieldset:nth-child(2) select,
.account-page .fieldset:nth-child(3) select {
	width: 33.33%; /*birth-date selectors, always single line*/
}
.registration-page select + select,
.account-page select + select {
	border-left:none;
}
.customer-info-page .inputs{
    text-align:left;
}
.customer-info-page .gender span,
.registration-page .gender span{
	display: inline-block;
	margin: 0;
    border:1px solid #c2c2c2;
    width:50%;
    height:42px;
    line-height:42px;
    padding:0 0 0 10px;
}
.customer-info-page .gender .female,
.registration-page .gender .female{
    border-left:none;
}
.add-more-external-records a{
    font-family:'source sans pro';
}
/*.gender > * {
	display: inline !important;
	vertical-align: middle;
	line-height: 32px;
}*/
.gender label{
    font-size:14px;
    text-transform:uppercase;
    color:#606060;
    padding:5px 15px 5px 5px;
}
#check-availability-button {
    display:block;
	margin: 50px auto 0;
	padding: 13px 26px;
    background: #fff;
    border: 1px solid #d7d7d7;
    color: #333;
    clear:both;
    -webkit-transition:all .25s ease;
    transition:all .25s ease;
    line-height:normal;
    font-family:'source sans pro';
    text-transform:uppercase;
    letter-spacing:0.5px;
}
#check-availability-button:hover{
    color:#333;
    border:1px solid #333;
}
#username-availabilty {
	display: block;
	margin: 5px 0 0;
	font-size: 13px;
    position:absolute;
    /*color:green;*/
}
.username-available-status{
    font-size: 13px;
    color:green;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 14px; /*reset zeroing*/
}
.accept-privacy-policy {
	margin: 0 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
.accept-privacy-policy a {
	font-weight: bold;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
	background: #333;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    padding: 15px 30px;
    text-transform: uppercase;
}
.registration-result-page .result {
	margin: 0 0 20px;
	color: #690;
}
.page.login-page .page-body {
    padding: 20px;
}
.login-page .customer-blocks {
	margin: 0 0 30px;
    text-align:center;
}
.login-page .customer-blocks .form-fields{
    padding:20px 0;
}
.login-page .customer-blocks .title{
    margin:0 0 20px;
}
.login-page .customer-blocks .title strong {
    font-size: 24px;
    line-height: normal;
    color: #333333;
    font-family: "source sans pro";
    text-transform: uppercase;
    letter-spacing:0.5px;
}

.login-page .title strong:after{
    display:none;
}
.login-page .new-wrapper,
.login-page .returning-wrapper {
    margin: 0 auto 30px;
    max-width: 700px;
    padding: 20px 0 0;
}
.login-page .return-wrapper .title{
    margin:0;
}
.login-page .new-wrapper .buttons input,
.login-page .returning-wrapper .buttons input{
    margin:0;
}
.login-page .text {
	margin: 0 0 30px;
}
.login-page .inputs.reversed * {
	margin: 5px 0;
	font-size: 12px; /*reset zeroing*/
}
.external-authentication {
	margin: 0 0 20px;
	overflow: hidden;
	text-align: center;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 0 0 20px;
    text-align:center;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}
.account-page .buttons{
    font-size:0;
}
.avatar-page .upload-avatar-button{
    background:#fff;
    border:1px solid #e1e1e1;
    color:#333;
    line-height:43px;
    width:50%;
}
.avatar-page .buttons input{
    max-width:200px;
}
.account-page .button-2 {
	background: #333333;
    border: 1px solid #333;
    color: #ffffff;
    display: inline-block;
    font-family: source sans pro;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 43px;
    width:auto;
    min-width:160px;
    text-transform: uppercase;
     -webkit-transition:all .25s ease;
    transition:all .25s ease;
}
.account-page .button-2.edit-address-button:hover{
    background:#444;
}
.account-page .order-item .return-items-button.button-2 {
    background:#fff;
    color:#333;
    border:1px solid #dddddd;
}
.account-page .order-item .return-items-button.button-2:hover{
    color:#333;
    border:1px solid #333;
}
.account-page .button-2:only-child{
    width:auto;
    padding:0 50px;
}
.button-2.order-details-button:hover{
    background:#444;
}
.account-page .delete-address-button{
    background:#fff;
    color:#333;
    border:1px solid #e1e1e1;
}
.account-page .delete-address-button:hover{
    color:#333;
    border:1px solid #333;
}
.account-page .edit-address {
	margin: 0 0 20px;
}
.account-page .description {
	margin: 0 0 20px;
}
.account-page .section.address-item,
.account-page .section.order-item{
    max-width:470px;
    margin:0 auto 60px;
}
.address-list{
    margin:0 0 60px 0;
}
.address-list-page .info,
.order-list-page .info,
.section.request-item .details {
	margin: 0 auto 30px;
	line-height: 20px;
    text-align:left;
    width:100%;
    max-width:470px;
    border:1px solid #e1e1e1;
    padding:10px 20px;
}
.address-list-page .info li,
.order-list-page .info li,
.section.request-item .details li{
    color: #606060;
    line-height: 24px;
    padding: 2px 0;
}
.section.request-item .details li span {
    vertical-align: bottom;
}
.return-request-list-page a {
    color:#333;
    font-family:'source sans pro';
}
.address-list-page .add-button {
	margin: 0 0 15px;
	text-align: center;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}
.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
    width:150px;
    margin:auto;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ccc;
    max-width:100%;
}
.avatar-page input[type="file"] {
    margin:0 auto 15px;
	width: 75px;
	overflow: hidden;
}
.avatar-page input[type="submit"] {
	padding: 5px 10px;
}
.avatar-page .info {
	margin: 0 0 20px;
}
.terms-of-agreement{
    padding:0 0 30px;
    text-align:center;
}
.user-agreement-page .button-1 {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    padding: 15px 30px;
    text-transform: uppercase;
}


/********** SHOPPING CART & CHECKOUT **********/

.order-progress {
	margin: 0 0 20px;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 20px 10px 0;
    position:relative;
}
.order-progress a {
	display: block;
	font-size: 12px; /*reset zeroing*/
    text-transform:uppercase;
    min-width:60px;
    margin:55px 0 10px 0;
}
.order-progress a:before{
    position:absolute;
    top:0px;
    left:0;
    right:0;
    margin:auto;
    width:50px;
    height:50px;
    border:1px solid;
    content:'';
    display:block;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.active-step a:before{
    background:url(/Themes/Urban/Content/img/cart-icon-active.png) no-repeat center;
}
.order-progress li.inactive-step a {
	opacity: 0.5;
	cursor: default;
}
.order-progress li.inactive-step a:before{
    background:url(/Themes/Urban/Content/img/cart-icon-no.png) no-repeat center;
}
.shopping-cart-page .button-1,
.checkout-page .button-1 {
    border:1px solid #333;
    background:#333;
    width:100%;
    max-width:350px;
    line-height:50px;
    text-transform:uppercase;
    letter-spacing:.5px;
    font-size:14px;
    color:#fff;
}
.checkout-page .new-address-next-step-button:hover,
.checkout-page .shipping-method-next-step-button:hover,
.checkout-page .payment-method-next-step-button:hover,
.checkout-page .payment-info-next-step-button:hover,
.checkout-page .confirm-order-next-step-button:hover,
.checkout-page .order-completed-continue-button:hover{
    background:#444;
}
.shopping-cart-page .checkout-button:hover{
    background:#444;
}
.button-1.select-billing-address-button,
.button-1.select-shipping-address-button{
    background:#fff;
    border: 1px solid #e1e1e1;
    color:#333;
    text-shadow:1px 0 0 #b3b3b3;
    -webkit-transition:all .25s ease;
    transition:all .25s ease;
}
.button-1.select-billing-address-button:hover,
.button-1.select-shipping-address-button:hover{
    border:1px solid #333;
}
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
	display: inline-block;
	border: none;
	line-height:43px;
    color:#fff;
    font-size:14px;
    font-family:source sans pro;
    text-transform:uppercase;
    background:#333;
    padding:0 50px;
    letter-spacing:0.5px;
}
.order-details-page .page-title a:hover{
    background:#444;
}
.shopping-cart-page .item-box .button-2{
    padding:0;
    line-height:normal;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 19px;
	height: 19px;
	margin: 0 0 0 5px;
	border: 1px solid #c2c2c2;
	background: url(/Themes/Urban/Content/img/close.png) center no-repeat #ddd;
	cursor: pointer;
}
.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
    position:relative;
    text-align:center;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.selected-checkout-attributes {
	margin: 0 0 20px;
	text-align: center;
}
.shopping-cart-page .tax-shipping-info {
    margin: 0 0 20px;
}
.shopping-cart-page .common-buttons {
	font-size: 0;
    margin: 0 0 20px;
}
.shopping-cart-page .common-buttons input {
	min-width: 235px;
	margin: 0;
    border:1px solid #333;
    padding:0 15px;
}
.shopping-cart-page .common-buttons input.update-cart-button:hover{
    background:#444;
}
.shopping-cart-page .common-buttons .continue-shopping-button{
    background:#fff;
    color:#333;
    border:1px solid #d7d7d7;
    -webkit-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
.shopping-cart-page .common-buttons .continue-shopping-button:hover{
    border:1px solid #333;
}
.checkout-attributes {
	margin: 20px 0 0;
    padding: 0 0 17px;
	text-align: center;
    /*border-bottom: 1px solid #e1e1e1;*/
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes dt, .checkout-attributes dd {
    display: inline-block;
    margin: 15px 0 0 0;
    vertical-align: middle;
    width:50%;
}
.checkout-attributes .required {
    margin: 0;
}
.checkout-attributes li {
	line-height: 24px;
}
.checkout-attributes li * {
	vertical-align: middle;
}
.checkout-attributes li .color-squares {
    position: relative;
}
.checkout-attributes .color-squares li {
    margin: 0 5px;
}
.checkout-attributes .color-squares li label {
    position: relative;
}
.checkout-attributes .color-squares li input {
    position: absolute;
    top: 10px;
    left: -5px;
    margin: 0;
}
.cart-footer{
    margin:0 0 80px 0;
}
.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-footer .total-info {
	margin: 0 0 20px;
    background:#f9f9f9;
    padding:10px;
}
.cart-total td {
	width: 50%;
	border: none;
    color:#606060;
    font-size:18px;
    line-height:24px;
}
.cart-total .cart-total-left{
    text-align:right;
    padding:5px 10px 5px 5px;
}
.cart-total .cart-total-right{
    text-align:left;
    padding:5px 5px 5px 10px;
}
.cart-total .earn-reward-points{
    border-top:1px solid #333;
}
.cart-total .order-total {
	font-size: 18px;
	color: #9e0b0f;
}
.terms-of-service {
	margin: 0 0 20px;
    text-align:center;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service span a {
	font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}
.cart-footer .button-1 {
	font-size: 18px;
}
.cart-footer .addon-buttons {
	margin: 20px 0 0;
}
.cart-collaterals {
	width: auto;
	max-width: 420px;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .message-success {
    margin: 5px 0;
}
.cart-collaterals .shipping-options{
    margin:auto;
    width:96%;
    max-width:360px;
}
.cart-collaterals .shipping-options .button-2:hover{
    background:#444;
}
.cart-collaterals .shipping .inputs{
    margin:0 0 25px;
}
.cart-collaterals .title {
	margin: 0 0 5px; 
}
.cart-collaterals .title strong{
    text-transform:uppercase;
    color:#333;
}
.cart-collaterals .shipping .inputs label{
    color:#333;
}
.cart-collaterals .hint {
	margin: 0 0 5px;
    color:#888;
}
.cart-collaterals .deals > div {
	margin: 0 0 10px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 55%;
    color:#898989;
}
.cart-collaterals .coupon-code input[type="text"]:focus{
    color:#333;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	width: 45%;
    padding:0;
	height: 42px; /*safari padding fix*/
    line-height:42px;
}
.coupon-code .button-2{
    font-size:12px;
}
.cart-collaterals .message,
.cart-collaterals .message-failure {
	margin: 5px 0 0;
	color: #c00;
    font-size:13px;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #690;
}
.cart-collaterals .shipping-results {
	margin: 20px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}
.cart-collaterals .shipping-results strong{
    text-transform:uppercase;
    letter-spacing:0.5px;
    color:#333;
}
.cart-collaterals .shipping-results li span{
    color:#898989;
}
.checkout-page .page-body{
    max-width:1170px;
    margin:auto;
}
.checkout-page .section {
	margin: 0 0 80px;
    text-align:center;
}
.checkout-page .section.ship-to-same-address,
.checkout-page .section.pickup-in-store {
    margin: 50px auto;
}
.section.pickup-points-map {
    height: 400px;
}
.checkout-page .section.pickup-in-store label{
    font-size:16px;
    color:#333;
    vertical-align:sub;
}
.checkout-page .section.pickup-in-store i{
    font-style:normal;
}
.checkout-page .section p{
    text-align:center;
    margin:0 0 5px;
}
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	margin: 0 auto 5%;
    border:1px solid #f1f1f1;
    padding:50px 40px 30px;
    max-width:90%;
    text-align:left;
}
.checkout-page .address-item .address-box{
    margin:0 0 37px 0;
}
.checkout-page .address-item .name strong{
    text-transform:uppercase;
    font-weight:normal;
}
.checkout-page .address-item .select-button {
	margin: 0 0 10px;
}
.checkout-page .address-item li {
	padding: 2px;
    line-height:24px;
    color:#606060;
}
.checkout-page .address-item li.name {
	margin: 0;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
	font-size: 16px;
}
.checkout-page .edit-address {
	margin: 0 0 20px;
    padding:40px;
    border:1px solid #f1f1f1;
    max-width:460px;
    margin: auto;
}

.checkout-page .section.shipping-method,
/*.checkout-page .section.payment-method,*/
.checkout-page .section.payment-info{
    width:96%;
    max-width:670px;
    border:1px solid #f1f1f1;
    margin:0 auto 20px;
    padding:20px 10px 0;
    text-align:center;
}
.checkout-page .section.order-completed{
    text-align:center;
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 40px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 0 0 40px;
    position:relative;
}
.shipping-method .method-list li:after{
    content:'';
    display:block;
    height:2px;
    width:40px;
    border-top:2px solid #333;
    position:absolute;
    top:-20px;
    left:0;
    right:0;
    margin: auto;
}
.shipping-method .method-list li:first-child:after{
    display:none;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-family: source sans pro;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.payment-method .method-list{
    overflow:hidden;
}
.payment-method .method-list li{
    display:inline-block;
    width:47.7%;
    border:1px solid #f1f1f1;
    padding:10px;
    margin:1%;
    vertical-align:top;
}
.validation-summary-errors {
    margin: 0 0 20px;
    text-align: center;
}
.shipping-method .method-description {
	margin: 5px 0 0;
    color:#898989;
}
.checkout-page .section.payment-info .info tr td{
    text-align:left;
    padding:0 0 8px 20px;
}
.checkout-page .section.payment-info .info tr td:first-child{
    text-align:right;
    width:50%;
}
.use-reward-points {
	margin: 0 0 10px;
    text-align:center;
}
.payment-info .info {
	margin: 0 0 20px;
}
.confirm-order .button-1 {
	margin: 0 0 20px;
	font-size: 18px;
}
.order-review-data > div,
.shipment-overview > div {
	margin: 0 auto 30px;
    padding:35px 40px;
    max-width:90%;
    border:1px solid #f1f1f1;
    text-align:left;
    line-height:24px;
    color:#606060;
}
.order-review-data > div .title,
.shipment-overview > div .title {
    text-transform:uppercase;
}
.order-review-data li,
.shipment-overview li {
	padding: 2px 0; 
}
.order-review-data .title:first-child,
.shipment-overview .title:first-child,
.order-details-area .title:first-child {
	margin: 0;
}
.order-review-data .side-list-wrap .title,
.shipment-overview .side-list-wrap .title,
.order-details-area .side-list-wrap .title {
	margin: 20px 0 5px;
}
.order-completed .details {
	margin: 0 0 20px;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	font-family:source sans pro;
    text-transform:uppercase;
    letter-spacing:0.5px;
    text-decoration:underline;
    color:#333;
}
.opc .tab-section:nth-child(2n) .step-title{
    background:#f9f9f9;
}
.opc .step-title {
	margin-bottom: 1px;
	overflow: hidden;
	padding: 10px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    color:#333;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .step-title * {
	float: left;
	font-size: 16px; 
    font-weight:normal;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.opc .step-title span {
	margin: 0 10px 0 0;
}
.opc .step {
	margin: 20px auto;
	padding: 10px;

    max-width: 1170px;
    padding: 53px 40px;
    border:1px solid #f1f1f1;
}
.opc .step .back-link a{
    display:inline-block;
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #333;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 50px;
    text-transform: uppercase;
    width: 100%;
}
.opc .section {
	margin: 0 0 15px;
    text-align:center;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	max-width: 100%;
    color:#898989;
}
.opc select:focus{
    color:#333;
}
.opc .buttons {
	margin-bottom: 0;
    font-size:0;
}
.opc .buttons .new-address-next-step-button,
.opc .buttons .shipping-method-next-step-button,
.opc .buttons .payment-method-next-step-button,
.opc .buttons .payment-info-next-step-button,
.opc .buttons .confirm-order-next-step-button{
    width:50%;
}
.opc .buttons .back-link{
    display:inline-block;
    width:50%;
    max-width:350px;
    margin:0;
    vertical-align:top;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .terms-of-service {
	text-align: center;
}
.opc .cart-footer{
    margin:0;
}
.opc .cart-footer .totals{
    margin:0 auto;
}
.order-details-page .page-title {
	margin: 0 0 20px;
	overflow: hidden;
}
.order-details-page .page-title h1 {
    background: url(/Themes/Urban/Content/img/title-bg.jpg) repeat-x center center rgba(0, 0, 0, 0);
    margin: 0 0 10px;
    overflow: hidden;
    background-size:cover;
}
.order-details-page .page-title{
    background:none;
}
.order-details-page .order-overview,
.order-details-page .order-details-area {
    margin:0 auto 20px;
    border:1px solid #f1f1f1;
    width: 96%;
    max-width: 670px;
    padding: 20px 10px;
    text-align: center;
    line-height:24px;
    color:#333;
}
.order-details-page .order-details-area > ul {
    margin-bottom: 20px;
}
.page.order-details-page strong{
    font-family:source sans pro;
    text-transform:uppercase;
    letter-spacing:0.5px;
}
.order-details-area {
	margin: 0 0 20px; 
	overflow: hidden;  
}
.order-details-area td {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	vertical-align: top;
}
.order-details-page .tax-shipping-info {
	text-align: center;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.order-details-page .actions input {
	min-width: 100px;
	border: none;
	padding: 0 50px;
    background:#333;
    color:#fff;
    font-family:'source sans pro';
    line-height:43px;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:0.5px;
}
.order-details-page .re-order-button:hover{
    background:#444;
}
.order-details-page .section.products,
.order-details-page .total-info,
.order-details-page .order-notes,
.order-details-page .shipments,
.shipment-details-page .page-body,
.private-messages-page .page-body,
.profile-page .page-body,
.private-message-view-page .page-body,
.forum-search-page .page-body,
.forum-topic-page,
.forum-group-page,
.forum-page,
.active-discussions-page{
    max-width:1170px;
    margin:0 auto 20px;
}
.order-details-page .cart-total {
	width: 300px;
    margin:auto;
    border:1px solid #333;
}
.shipment-details-page .shipment-overview {
    overflow: hidden;
    margin: 0 0 20px;
}
.shipment-details-page .shipment-overview > ul {
	text-align: left;
}
.shipment-details-page .shipment-overview > ul:first-child {
	margin: 0 0 20px;
}
.shipment-details-page .section {
    width: 100%;
}
.order-summary-content{
    margin:60px auto;
    text-align:center;
    color:#606060;
    max-width:1170px;
}
.order-summary-content div.title, 
.side-list-wrap li.title {
    font-size:14px;
    text-align:left;
    color:#606060;
}
.inputs .option-list li label{
    display:inline-block;
    margin:5px 15px 5px 5px;
    font-size:14px;
    line-height:33px;
    cursor:pointer;
    width:auto;
    text-transform:uppercase;
    color:#606060;
}


/*********** SEARCH & SITEMAP ***********/

.search-input input + label {
	display: inline;
	margin: 0 0 0 5px;
    color:#333;
    text-transform:inherit;
}
.basic-search {
	margin: 0 0 35px;
}
.basic-search .inputs.reversed{
    margin: auto;
    max-width: 470px;
    padding: 10px;
    width: 90%;
}
.basic-search input[type="text"] {
	width: 400px;
	max-width: 100%; 
    border:none;
    border-bottom:1px solid #c2c2c2;
    color:#898989;
}
.advanced-search {
	margin: 0 auto 20px;
    border:1px solid #f1f1f1;
    max-width:628px;
    padding:30px;
}
.advanced-search .inputs.reversed{
    text-align:left;
}
.advanced-search .price-range {
	display: block;
    text-align:left;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}
.search-input .button-1 {
	background: #333333;
    border: 1px solid #d7d7d7;
    color: #ffffff;
    display: inline-block;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    padding: 15px 30px;
    text-transform: uppercase;
}
.search-input .forum-search-button.button-1{
    display:none;
}
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
    text-align:center;
}
.search-results {
	margin: 30px 0 0;
}
.sitemap-page .entity {
	margin: 0 0 20px;
}
.sitemap-page .entity-title {
	margin: 0 0 10px;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page a {
	display: block;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/

.year strong {
	display: block;
	cursor: default;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 40px;
}
.news-list-page .news-item .news-body,
.blog-page .post .post-body{
    display:block;
    margin:0 0 20px;
}
.blog-page .post:before,
.news-list-page .news-items .news-item:before{
    content:'';
    display:block;
    width:100%;
    height:1px;
    border-top:1px solid #959595;
    margin:40px auto;
}
.news-list-page .news-items .news-item:before{
    border-top:1px solid #ddd;
}

.news-items .news-head{
    margin:0 0 10px;
}
.blog-page .post:first-child:before,
.news-items .news-item:first-child:before{
    display:none;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0;
    font-family: 'source sans pro';
	font-size: 18px;
    text-transform:uppercase;
    color:#333;
}
.post-date,
.news-date {
	display: block;
    color: #898989;
    font-size: 50px;
    line-height:38px;
    font-style: normal;
}
.news-date .month,
.post-date .month{
    font-size:18px;
}
.post-head ~ *,
.news-item .news-body {
	display: none;
}
.post-body,
.news-body {
	margin: 10px 10px 30px;
	line-height: 22px;
    color:#898989;
    text-align:justify;
}

.blog-page .tags, 
.blogpost-page .tags {
    display:inline-block;
	margin: 0 0 15px;
	overflow: hidden;
    position:relative;
}
.blog-page .blog-details{
    line-height:43px;
    text-transform:uppercase;
    color:#898989;
}
.blog-page .blog-posts{
    overflow:hidden;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: block;
    color:#898989;
    line-height:43px;
}
.blog-page .tags label:before,
.blogpost-page .tags label:before{
    background: #333333;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    right:0;
    margin:auto;
    position: absolute;
    width: 70px;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 14px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	line-height: 43px;
}
.blogpost-page .tags{
    text-align:center;
}
.blogpost-page .tags label{
    display:inline-block;
}
.blogpost-page .tags label:before{
    left:auto;
}
.blogpost-page .tags ul{
    display:inline-block;
    margin:0 0 0 10px;
}
.new-comment {
	margin: 0 0 30px;
    clear:both;
}
.new-comment .title {
	margin: 0 0 25px;
}
.new-comment .title strong,
.comment-list .title{
    font-size:18px;
    line-height:33px;
    letter-spacing:1px;
    font-weight:normal;
}
.comment-list .title {
    color: #333;
    text-transform: uppercase;
    margin:0 0 30px 0;
    position:relative;
}
.new-comment .title strong:after,
.comment-list .title strong:after{
    background: none repeat scroll 0 0 #333333;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    right:0;
    margin:auto;
    position: absolute;
    width: 70px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #690;
    text-align:center;
}
.new-comment .form-fields {
	margin:0 auto 30px;
    padding:10px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
}
.new-comment .button-1 {
	background: #333333;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    padding: 15px 30px;
    text-transform: uppercase;
}
.blog-comment,
.news-comment {
	margin: 0 0 10px;
}
.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
    height: 18px;
    margin: auto;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}
.blog-comment:last-child:after,
.news-comment:last-child:after{
    border:none;
}
.comment-info {
	margin: 0 auto 10px;
}
.comment-info .username {
	display: block;
	padding: 5px 0;
}
.comment-info .avatar {
	position: relative;
	width: 140px;
	height: 140px;
    margin:auto;
    overflow:hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	height: 100%;
	margin: auto;
}
.comment-content .comment-title{
    font-size:14px;
    text-transform:uppercase;
    color:#333;
    letter-spacing:1px;
}
.comment-time {
	margin: 0 0 10px;
	font-size:12px;
}
.comment-time > *{
    vertical-align:middle;
}
.comment-time label{
    letter-spacing:.5px;
}
.comment-body {
	line-height: 20px;
}
.comment-body p{
    color:#333;
}
.news-items .read-more {
	display: inline-block;
	color: #898989;
    font-size: 14px;
    line-height:32px;
    margin: 0;
}
.news-items .read-more:hover{
    color:#333;
}
.news-items .read-more:before{
    content: "/";
    display: inline-block;
    height: auto;
    margin: 0 5px 0 0;
    width: 1px;
}
.news-item-page .inputs:first-child label {
	display: block;
    font-family: source sans pro;
    letter-spacing: 1px;
    color:#333;
}
.news-list-homepage{
    max-width:1170px;
    margin:0 auto 120px;
}
.news-list-homepage .news-item{
    border-bottom:1px solid #eee;
}
.news-list-homepage .title {
	margin: 0 0 35px;
	font-size: 36px;
    font-family:'source sans pro';
    text-transform:uppercase;
    text-align:center;
    color:#333;
}
.news-list-homepage .title strong {
	font-weight: normal;
}
.news-list-homepage .view-all a {
	display: inline-block;
	line-height: 32px;
    color:#333;
    background:#e4e4e4;
    padding:5px 20px;
    text-transform:uppercase;
    border:1px solid transparent;
}
.news-list-homepage .view-all a:hover {
    border:1px solid #ccc;
}
.news-list-homepage .news-item .news-date{
    color:#898989;
    font-style:normal; 
}
.news-list-homepage .news-item .news-date .day{
    font-size:50px;
}
.news-list-homepage .news-item .news-date .month{
    font-size:18px;
}
.news-list-homepage .news-item .read-more{
    margin:0;
    font-size:12px;
    color:#898989;
}
.news-list-homepage .news-item .read-more:before {
    content: "/";
    display: inline-block;
    height: auto;
    margin: 0 5px 0 0;
    width: 1px;
}
.mw-redirect,
.post-body p>a{
    color:#333;
    text-decoration:underline;
}
.post-body a{
    color:#333;
}
.post-body .post-vote {
    margin: 10px 0;
    font-size: 0;
}
.post-body .post-vote > * {
    display: inline-block;
    vertical-align: top;
}
.post-body .post-vote .vote {
    background: #333;
    border: 1px solid;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 52px;
    margin: -1px 0 0 -1px;
    padding: 16px 14px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 14px;
}
.post-body .post-vote .vote.down {

}
.post-body .post-vote .vote-count-post {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14px;
    height: 50px;
    margin: 0 1px 0 0;
    padding: 12px;
    text-align: center;
    width: 50px;
    line-height: 29px;
}
.onecolumn .blog-block-wrapper{
    overflow:hidden;
    margin:auto;
    max-width:1170px;
    border-top:1px solid #333;
}

/********** FORUM & PROFILE **********/

.forums-main-page .topic-block-title h2 {
    font: 36px/36px source sans pro;
    text-transform: uppercase;
    letter-spacing:.5px;
    margin:0 0 20px 0;
}

.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
    color:#333;
    padding:0 0 30px;
    text-align:center;
}
.forum-search-box {
	margin:35px auto;
	text-align: center;
    border:1px solid #e1e1e1;
    padding:30px 0;
    max-width:98%;
    clear:both;
}
.forum-search-box form {
	display: inline-block;
}
.forum-search-box .basic {
	overflow: hidden;
	margin: 0 0 30px;
}
.forum-search-box .basic .forum-search-box-text{
    border:none;
    border-bottom:1px solid #c2c2c2;
    color:#898989;
}   
.forum-search-box .advanced a{
    background:  #333;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    padding: 16px 25px;
    text-transform: uppercase
}
.forum-search-box-text,
.forum-search-text {
	float: left;
	width: 260px !important;
}
.forum-search-box-button,
.forum-search-button {
	float: left;
	width: 42px;
	height: 42px;
	border: none;
	overflow: hidden;
	background: url(/Themes/Urban/Content/img/icon-search.png) center no-repeat;
	text-indent: 999px;
    border-bottom:1px solid #c2c2c2;
}
.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section.topics-group.active-discussions{
    margin:0 0 200px;
}
.forums-table-section.topics-group.active-discussions .forums-table-section-body td .topic-starter{
    text-transform:none;
    vertical-align:bottom;
}
.forums-table-section.topics-group.active-discussions .forums-table-section-body .last-post div{
    text-transform:none;
}
.forums-table-section-body .last-post div.date{
    color:#898989;
}  
.forums-table-section.topics-group.active-discussions .forums-table-section-body .last-post div a{
    text-transform:uppercase;
}
.forums-table-section a {
    vertical-align: middle;
}
.forums-table-section-title {
	margin: 0 0 35px;   
	overflow: hidden;
    position:relative;
    text-transform:uppercase;
    font-family:'source sans pro';
}
.forums-table-section-title > a:before,
.forums-table-section-title strong:before{
    background: none repeat scroll 0 0 #333333;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    bottom:0;
    position: absolute;
    width: 70px;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	float: left;
	font-size: 18px;
    line-height:48px;
	font-weight: normal;
    color:#333;
}
.forums-table-section-title span {
	float: right;
}
.forums-table-section.topic-group.active-discussions{
    position:relative;
}
.forums-table-section.topic-group.active-discussions .view-all a{
	line-height: 40px;
    font-weight:normal;
    text-transform:uppercase;
    padding:11px 25px;
    background:#333;
    color:#fff;
}
.forums-table-section-title .link-rss {
	margin: 10px 0 0 10px;
    background: url(/Themes/Urban/Content/img/rss-black.png) center no-repeat;
    float:right;
}

.forums-table-section .image div {
	width: 33px;
	height: 26px;
	margin: auto;
	background: url(/Themes/Urban/Content/img/folder.png) center no-repeat;
}
.forums-table-section .image div.post-annoucement {
	background: url(/Themes/Urban/Content/img/folder-ann.png) center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url(/Themes/Urban/Content/img/folder-stick.png) center no-repeat;
}

/* breadcrumb, pagers, search, forum-page */

.pager.upper {
	display: none;
}
.forum-search-page .basic-search {
	text-align: center;
}
.forum-search-page .basic-search > div + div{
    margin:auto;
    border:1px solid #f1f1f1;
    padding:10px;
    width:90%;
    max-width:470px;
}
.forum-search-page .basic-search > div label{
    cursor:pointer;
}
.forum-search-page .basic-search div:first-child {
	display: inline-block;
	margin: 0 0 30px;
	overflow: hidden;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.forum-search-page .search-results span{
    text-align:center;
}
.forum-page .forum-top {
	margin: 0 0 20px;
}
.forum-page .forum-info {
	position: relative;
	margin: 0 0 20px;
}
.forum-page .forum-name h1 {
    margin:0 0 20px;
	font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-family: source sans pro;
}
.forum-page .link-rss {
	position: absolute;
	top: 0;
	right: 0;
}
.forum-page .actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 25px;
}
.forum-page .newtopic {
	background: url(/Themes/Urban/Content/img/new-topic.png) left center no-repeat;
}
.forum-page .watch-forum {
	background: url(/Themes/Urban/Content/img/watch-icon.png) left center no-repeat;
}
.search-page .search-input{
    margin:60px auto 0;
}
.page.forums-main-page {
    margin:50px auto 0;
    max-width: 1170px;
    width: 100%;
}
.forums-main-page .forum-search-box .forum-search-box-text{
    border:none;
    border-bottom:1px solid #c2c2c2;
    color:#898989;
}

/* topic page & profile page */

.forum-topic-page .topic-name h1 {
    margin:0 0 30px;
	font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-family: source sans pro;
}
.topic-actions .actions {
    font-size: 0;
}
.topic-actions.upper {
	margin: 0 0 20px;
	overflow: hidden;
}
.topic-actions.upper a {
	margin: 0;
	padding: 0 10px 0 27px !important;
    border-left:1px solid #898989;
    color:#333;
    font-size: 14px;
}
.topic-actions.upper a:first-child{
    border:none;
}
.forum-topic-page .reply-topic-button {
	background: url(/Themes/Urban/Content/img/reply-icon.png) 5px center no-repeat;
}
.forum-topic-page .watch-topic-button {
	background: url(/Themes/Urban/Content/img/watch-icon.png) 5px center no-repeat;
}
.forum-topic-page .manage {
	float: right;
}
.forum-topic-page .manage a {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}
.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-link-button {
	background: url(/Themes/Urban/Content/img/edit-icon.png) 5px center no-repeat;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-link-button {
	background: url(/Themes/Urban/Content/img/delete-icon.png) 5px center no-repeat;
    padding:0 10px 0 32px !important;
}
.forum-topic-page .post-info .delete-post-button{
    background: #333 url(/Themes/Urban/Content/img/delete-icon.png) 5px center no-repeat;
    color:#fff;
    margin:0 0 0 -1px;
    border:1px solid #333;
}
.forum-topic-page .move-topic-button {
	background: url(/Themes/Urban/Content/img/move-icon.png) 5px center no-repeat;
    padding:0 10px 0 33px !important;
}
.forum-post {
	margin: 0;
	overflow: hidden;
	padding: 0 0 15px;
    border-top:1px solid #e5e5e5;
}
.topic-post .post-info,
.profile-info-box .user-details,
.profile-info-box .avatar {
	float: left;
	width: 150px;
    padding:0 0 15px;
}
.profile-info-box .avatar{
    height:190px;
    margin:0 0 10px;
    position:relative;
}
.profile-info-box .send-pm{
    position:absolute;
    bottom:-30px;
}
.topic-posts{
    overflow:hidden;
}
.topic-post{
    border-top:1px solid #e5e5e5;
    overflow:hidden;
}
.topic-post .manage {
	float: none;
    display:inline-block;
	overflow: hidden;
    margin:0 10px;
}
.topic-post .manage a {
	border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    float: left;
    font-family: 'source sans pro';
    letter-spacing: 0.5px;
    line-height: 38px;
    margin: 0;
    padding: 0 8px 0 25px !important;
}
.topic-post .manage a:first-child {
	margin-left: -1px;
}
.topic-post .manage a:hover {
	text-decoration: none;
}
.topic-post .edit-post-button,
.topic-post .delete-post-button {
	background-position: 5px center;
}
.topic-post .user-info {
    padding:0 0 15px;
    text-align:center;
}
.topic-post .username {
	display: block;
    font-family: source sans pro;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing:0.5px;
    line-height:39px;
    height:39px;
    text-align:center;
    background:#f6f6f6;
    border-bottom:1px solid #e1e1e1;
}
.topic-post .avatar {
	position: relative;
	height: 190px; /*adjust as you like*/
    width:100%;
	margin: 0 0 10px;
	overflow: hidden;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 10px;
	font-size: 11px;
}
.topic-post .user-stats span{
    color:#898989;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 5px;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	border: 1px solid #e1e1e1;
	padding: 10px;
    width:150px;
    font-family:'source sans pro';
    text-align:center;
}
.topic-post .post-content,
.profile-info-box .profile-stats {
	min-width: 50%;
	margin-left: 160px;
    text-align:left;
}
.topic-post .posttime {
	margin: 0 0 10px;
	background: #f6f6f6;
    border-bottom:1px solid #e5e5e5;
    text-align:right;
    height:39px;
}
.topic-post .posttime .posted{
    float:left;
    line-height:39px;
    padding:0 0 0 10px ;
}
.topic-post .posttime a {
	float: right;
	margin: 0 0 0 5px;
    color:#333;
}
.topic-post .posttime .post-link{
    padding:10px 10px 0;
}
.topic-post .posttime .quote-post{
    float:right;
}
.topic-post .posttime a.quote-post-link-button{
    background:#e3e3e3;
    height: 38px;
    padding: 10px 10px 0;
    position: relative;
    border:1px solid transparent;
}
.topic-post .posttime a.post-link-button{
    height: 38px;
    padding: 10px 10px 0;
    position: relative;
}
.topic-post .posttime a.quote-post-link-button:hover{
    border:1px solid #ccc;
}
.topic-actions.lower{
    width:100%;
    max-width:1170px;
    margin:20px auto 0;
    overflow:hidden;
}
.topic-actions.lower .actions{
    float:left;
}
.topic-actions.lower .actions{
    font-size:0;
}
.topic-actions.lower .reply-topic-button,
.topic-actions.lower .watch-topic-button{
    background: #ffffff;
    border: 1px solid #e1e1e1;
    color: #333333;
    display: inline-block;
    font-family: "source sans pro";
    letter-spacing: 0.5px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size:14px;
}
.topic-actions.lower .watch-topic-button{
    background:#333;
    color:#fff;
    border:1px solid #333;
    margin:0 0 0 -1px;
}
.profile-info-box {
	overflow: hidden;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.profile-page .topic {
	margin: 0 0 20px;
	border-bottom:1px solid #e1e1e1;
	padding: 0 0 15px;
}
.profile-page .topic-title {
	margin: 0 0 10px;
	background: #f9f9f9;
	padding: 15px 10px;
	font-size: 16px;
    border-bottom:1px solid #e1e1e1;
}
.profile-page .topic-title label{
    color:#898989;
}
.profile-page .topic-title a {
	vertical-align: middle;
    font-family:source sans pro;
    color:#333;
}
.profile-page .topic-data {
	color: #999;
}
.profile-page .ui-tabs-nav{
    text-align:center;
    margin:0 0 -1px;
}

/* forum edit & send message */

.forum-edit-page .toolbar, 
.private-message-send-page .toolbar{
    margin:0 0 10px;
    text-align:left;
}
.forum-edit-page strong,
.private-message-send-page a {
	display:block;
    font-size: 18px;
	font-weight: normal;
    vertical-align: middle;
    text-align:left;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: -1px 0 0;
	text-align: center;
    font-size:0;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-message-send-page .buttons input,
.private-messages-page .buttons input,
.private-message-view-page .buttons input,
.private-messages-page .private-messages-box .buttons .mark-unread-pm-button {
	min-width: 115px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    color: #333333;
    display: inline-block;
    font-family: "source sans pro";
    letter-spacing: 0.5px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size:14px;
}
.private-message-view-page .back-pm-button,
.private-message-view-page .delete-pm-button{
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #333;
    font-family: "source sans pro";
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 25px;
    text-transform: uppercase;
}
.private-message-view-page .back-pm-button{
    margin:0 0 0 -1px;
    background:#333;
    color:#fff;
}
.forum-edit-page .buttons input[type="submit"],
.move-topic-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .buttons input[type="submit"],
.private-message-view-page .buttons input.button-1,
.private-message-view-page .buttons .back-pm-button {
    background: #333333;
    border:1px solid #333;
    color: #ffffff;
    font-family: "source sans pro";
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 25px;
    text-transform: uppercase;
}
.private-message-send-page .cancel-pm-button{
    background: #fff;
    border:1px solid #e1e1e1;
    color: #333;
    font-family: "source sans pro";
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 25px;
    text-transform: uppercase;
}
.private-message-send-page .toolbar{
    text-align:left;
} 
.forum-edit-page .inputs span {
	vertical-align: middle;
	margin-left: 5px;
}
.forum-edit-page .inputs.reversed > *{
    display:inline-block;
    width:auto;
    margin:0 5px;
    vertical-align:top;
}
.private-message-send-page .message label {
	display: none;
}

/* inbox & view message */

.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}
.private-message-view-page .view-message label{
    text-transform:uppercase;
    color:#333;
}
.private-message-view-page .view-message span{
    color:#898989;
}
.private-message-view-page .view-message li {
	display: inline-block;
}
.private-message-view-page .view-message .buttons{
    font-size:0;
}
.private-message-view-page label {
	font-weight: bold;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.private-message-view-page .message-body {
	display: block !important;
	margin: 15px 0;
	border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
	padding: 15px;
}
/*.private-message-view-page .message-body span:after {
	display: none;
}*/
.private-message-view-page .buttons {
	display: block !important;
	overflow: hidden;
    font-size:0;
}
.notify-me-button{
    margin:20px;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d7d7d7;
    color: #333333;
    font-family: source sans pro;
    letter-spacing: 0.5px;
    line-height: 43px;
    margin: 0;
    min-width: 140px;
    padding: 0 30px;
    text-transform: uppercase;
}
.move-topic-page .buttons{
    font-size:0;
}
.forum-top-center{
    max-width:1170px;
    margin:auto;
    overflow:hidden;
} 

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}


/********** RE-CAPTCHA **********/

.recaptchatable #recaptcha_response_field {
	height: auto !important;
}

@media (max-width: 444px) {

    .recaptchatable #recaptcha_image {
	    margin: 0 !important;
	    width: 200px !important;
	    float:left !important;
    }
    .recaptchatable #recaptcha_image img {
	    max-width:100%;
    }
    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
	    background: none !important;
    }

}

/**  vyna  **/

.home-page-category-grid {
    background: none;
}

@media (min-width: 1001px) {
	.home-page-category-grid .item-box {
		width: 100%;
	}
}

/* ***** vyna Cookie *****/

.eu-cookie-bar-notification {
    position: fixed;
	left: 0;
    right: 0;
    bottom: 0;
	z-index: 1002;
    /*border-top: 3px solid #ddd;*/
	border-top: 2px solid #000;
    background: #edf2ed;
    padding: 10px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	display: inline-block;
    margin: 0 20px 10px 0;
}
.eu-cookie-bar-notification  .content .buttons-more {
	display: inline;
}
.eu-cookie-bar-notification button,
.eu-cookie-bar-notification a {
    display: inline;
	border: 1.5px solid #ddd;
    padding: 5px 15px;
    margin: 0 15px 10px;
    color: #444;
    font-size: 13px;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-transform: none;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.eu-cookie-bar-notification button:hover,
.eu-cookie-bar-notification a:hover,
.eu-cookie-bar-notification  .content .buttons-more .button-1{
	color: #fff;
    background: #666666;
    border-color: #666666;
}


/* GLOBAL TABLES */
.footable td>label{
    display:none;
}

table tr:nth-child(2n) td{
    background-color:#fdfdfd;
}
.cart, .data-table,
.compare-products-table {
	margin: 0 0 20px;
}
.forums-table-section table{
    margin:0 0 100px;
}
.cart th, .data-table th,
.forums-table-section th {
    padding: 10px;
    white-space: nowrap;
    color:#909090;
    text-transform:uppercase;
    border-bottom: 1px solid #e5e5e5;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    padding: 20px 10px;
    text-transform:uppercase;
    color:#303030;
}
.compare-products-table .remove-product td{
    border-top: 1px solid #e5e5e5;
}

.forums-table-section td{
    text-align:left;
}
.data-table td.date{
    width:150px;
} 
.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
}
.cart tr > *:last-child,
.data-table tr > *:last-child,
.compare-products-table tr > *:last-child,
.forums-table-section tr > *:last-child {
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
    font-family:'source sans pro';
    letter-spacing:0.5px;
}
.forums-table-section a{
    font-family:'source sans pro';
}
.forum-description{
    text-transform:none;
}
.forum-page .forum-description{
    text-align:center;
    margin:0 0 30px;
}
.forums-table-section label{
    color:#888;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    text-align: center;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 50px;
    text-align: center;
}
.cart .subtotal {
    color: #303030;
    white-space: nowrap;
    border-bottom:1px solid #e5e5e5; 
}



/* COMPARE PRODUCTS TABLE */


.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 100%;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    max-width: 100%;
    max-height: 100%;
}
.compare-products-table .product-name td {
    background: #f6f6f6;
}
.compare-products-table .product-name a{
    font-family:'source sans pro';
    letter-spacing:0.5px;
}
.compare-products-table .product-price td {
    color: #333;
}
.compare-products-table > tbody tr td:first-child{
    color: #888;
}

.compare-products-table-mobile img {
    max-width: 160px;
}


/* TIER PRICE TABLES */


.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
    font-size: 18px;
}
.tier-prices .prices-header strong { 
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 38px;
    position: relative;
    font-family:'source sans pro';
    text-transform:uppercase;
}
.tier-prices .prices-header strong:before{
    background: #333333;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    right:0;
    bottom:0;
    margin:auto;
    position: absolute;
    width: 70px;
}
.prices-table {
    width: 100%;
    border:1px solid #dddddd;
    overflow: hidden;
}
.prices-row {
    float: left;
    width: 50%;
}
.prices-row .field-header{
    color:#333;
}
.prices-row > div {
    padding: 10px;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
}
.prices-row > div:first-child {
	border-top: 0;
    text-transform:uppercase;
    font-family:source sans pro;
}
.prices-row:first-child > div {
	border-left: 0;
}
.prices-table .field-header {
    font-weight: normal;
}
.tier-prices .item-price {
	color: #898989;
    font-family:source sans pro;
}

@media all and (min-width: 769px) {

.prices-table {
	display: table;
	background: #fff;
}
.prices-row {
	display: table-row;
	float: none;
	width: auto;
}
.prices-row > div {
	display: table-cell;
}
.prices-row:first-child > div {
	border-left: 1px solid #c9c9c9;
	border-top: 0 !important;
}
.prices-row > div:first-child {
	border-top: 1px solid #c9c9c9;
	border-left: 0;
    color:#333;
}


}

/* TIER PRICE TABLES */


.product-specs-box .data-table td {
    padding: 5px;
}
.product-specs-box .data-table .odd td {
}
.product-specs-box .data-table .even td {
}
.product-specs-box .data-table .a-left.spec-name{
    font-family:'source sans pro';
    text-transform:uppercase;
    height:52px;
    border-left:none;
}
.product-specs-box .data-table .a-left.spec-value{
    color:#898989;
    font-family:'source sans pro';
    border-right:none;
}
.product-specs-box .data-table .a-left.spec-value a{
    text-decoration:underline;
}
/********** FOOTABLE CUSTOM CSS **********/



.footable-first-column {
	text-align: center;
}
.footable-first-column .item-count {
	font-size: 13px !important;
    display:none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
    min-width: 16px;
	height: 16px;
	overflow: hidden;
}
.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	font-style: italic;
    display: table-cell;
    padding: 7px 10px;
    color:#898989;
}
.footable-row-detail-value {
    display: table-cell;
}
.footable-row-detail .footable-row-detail-value label{
    display:none;
}

/* toggle style change */

.footable-toggle {
	background: url(/Themes/Urban/Content/img/table-plus.png) no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: url(/Themes/Urban/Content/img/table-minus.png) no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}
.totals table tr:nth-child(2n) td{
    background-color:transparent;
}


/* hidding item counter in different tables */

@media all and (max-width: 809px) {
.order-summary-content .cart .item-count,
.wishlist-page .cart .item-count,
.section.products .data-table .item-count,
.section.shipments .data-table .item-count  {
	display: none;
}
}

@media all and (max-width: 612px) {
/* add downloads table item-count here if "my account" is only one column on tablet landscape(768) */
.return-request-page .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 506px) {
.reward-points-history .data-table .item-count {
	display: none;
}
}

.compare-products-table-mobile .item-count,
.downloadable-products-page .data-table .item-count
/* remove downloads table item-count from here if "my account" is only one column on tablet landscape(768) */ {
	display: none;
}

.go-to-page {
	display: inline-block !important;
	font-size: 13px !important;
}

@media all and (min-width: 1001px) {

    .footable-first-column .item-count{
        display:block;
    }

}
@media all and (max-width: 1000px) {

.admin-header-links {
    position:relative;
	top: 0;
	z-index: 1;
	width: 100%;
} 
.header-selectors-wrapper select{
    opacity:1;  
}
.responsive-nav-wrapper-parent {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
}
.admin-header-links ~ .responsive-nav-wrapper-parent {
	top: 35px;
}
.header {
    margin:0 auto;
    min-height:150px;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	background: transparent;
	text-align: center;
	font-size: 0;
    border-bottom:1px solid #333;   
}
.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.responsive-nav-wrapper.nav-up {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;           
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	height: 50px;
	width: 50px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}
.responsive-nav-wrapper .menu-title {
	display: inline-block;
	background: url(/Themes/Urban/Content/img/icon-menu.png) no-repeat center;
}
.responsive-nav-wrapper .search-wrap {
	display: inline-block;
	background: url(/Themes/Urban/Content/img/icon-search.png) no-repeat center;
}
.responsive-nav-wrapper .shopping-cart-link {
	display: inline-block;
	background: url(/Themes/Urban/Content/img/icon-cart.png) no-repeat center;
}
.responsive-nav-wrapper .filters-button {
	background: url(/Themes/Urban/Content/img/icon-filters.png) no-repeat center;
}
.responsive-nav-wrapper .personal-button {
	display: inline-block;
	background: url(/Themes/Urban/Content/img/icon-personal.png) no-repeat center;
}

/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
    .overlayOffCanvas.show {
        background: rgba(0,0,0,0.4);
    }

.justAFixingDivBefore,
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    text-align: left;
    background: #252525;
    overflow: hidden;
	z-index: 1001;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.notAndroid23 .justAFixingDivBefore,
.notAndroid23 .header-menu {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}
.android23 .justAFixingDivBefore,
.android23 .header-menu {
    left: 0;
}        
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,.5);
}
.notAndroid23 .header-menu.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu.open {
    left: 0;
}
.header-menu .close-menu {
	background: #252525;
	cursor: pointer;
}
.close-menu{
    margin:0 0 20px;
    overflow:hidden;
}
.close-menu span {
    float:right;
	margin: 15px;
    height:45px;
    width:45px;
    background:url(/Themes/Urban/Content/img/close.png) no-repeat center;
    text-indent:-9999px;
}
.header-menu > ul li {
	background: #252525;
}
.header-menu .top-menu li{
    text-indent: 0;
    display:block;
    width:auto;
    height:auto;
}
.header-menu .top-menu li a{
    width:100%;
}
.header-menu .top-menu li a.with-subcategories{
    width:220px;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a,
.header-menu > ul li > span {
	display: block;
	padding: 16px 18px 16px 30px !important;
	line-height: 17px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.header-menu > ul li:last-child > a,
.header-menu > ul li:last-child > span {
	border-bottom: 0;
} 
.header-menu > ul li > .with-subcategories {
	width: 270px;
	float: left;   
}
.plus-button {
    background:url(/Themes/Urban/Content/img/menu-arrow.png) no-repeat center;
	position:relative;
	float: right;
	width: 50px;
	height: 50px;
	z-index: 2;
	cursor: pointer;
}
.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #252525 !important;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .header-menu .sublist-wrap {
    left: -320px;
}        
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}
.header-menu .top-menu .sublist-wrap .sublist li a{
    padding:18px !important;
}
.header-menu ul li.back-button {
    margin:0 0 10px;
	background: #2a2a2a;
}
.header-menu .back-button span {
	text-transform: none;
	color: #888;
	text-align: left;
	padding: 20px 24px !important; 
    text-transform:uppercase;
    font-size:14px;
}
.header-menu .social{
    display:none;
}

/* header menu functionality classes */

.admin-header-links,
.header,
.responsive-nav-wrapper,
.slider-wrapper,
.master-wrapper-content,
.footer {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;        
}

/*SOCIAL BUTTONS*/

.header-menu .social-icons{
    padding:40px 0 0;
}
.header-menu .social-icons ul{
    margin:0 0 0 15px;
}
.header-menu .social-icons li{
    float:left;
    margin:0 5px 5px;
    width:40px;
    height:40px;
    overflow:hidden;
}
.header-menu .social-icons li a{
    display:block;
    height:100%;
}
.header-menu .social-icons .facebook{
    background:url(/Themes/Urban/Content/img/menu-sprite.png) no-repeat 12px 4px;
}
.header-menu .social-icons .twitter{
    background:url(/Themes/Urban/Content/img/menu-sprite.png) no-repeat -23px 4px;
}
.header-menu .social-icons .google{
    background:url(/Themes/Urban/Content/img/menu-sprite.png) no-repeat -66px 4px;
}
.header-menu .social-icons .pinterest{
    background:url(/Themes/Urban/Content/img/menu-sprite.png) no-repeat -101px 4px;
}
.header-menu .social-icons .youtube{
    background:url(/Themes/Urban/Content/img/menu-sprite.png) no-repeat -136px 4px;
}




/* SEARCH BOX */

.search-box-wrapper.active .search-box{
	display: block;
}
.search-box-wrapper.active .search-box,
.user-links-wrapper.active .header-links,
.header-selectors-wrapper.active {
    margin:0;
    padding:20px 15px;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
}

/* HEADER LINKS */

.header-links-wrapper {
	display: none;
	background: #fff;
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	z-index: 1000001;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.header-links-wrapper.open {
	display: block;
}
.header .header-strip{
    position:relative;
}


}   
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {

/* vyna
.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-left: -225px;
}
**** end vyna */

/* HEADER */

.search-box form {
    max-width: 430px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    width: 407px !important; /*txtfield + button*/
    display:block;
}

/* FOOTER */

.newsletter-email input[type="text"] {
    width: 300px;
}

/* CATEGORY PAGE & GRIDS */

/* home page category*/

.home-page-category-grid {
    padding: 0;
}

.oneBannerIncluded .box-number-3,
.oneBannerIncluded .box-number-5,
.oneBannerIncluded .box-number-7,
.oneBannerIncluded .box-number-9,
.oneBannerIncluded .box-number-11,
.oneBannerIncluded .box-number-13,
.oneBannerIncluded .box-number-15,
.oneBannerIncluded .box-number-17 {
    clear: both;
    margin: 0 2% 2% 0;
}

.home-page-category-grid .item-box .title {
    height: 49%;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 50px 20px;
    padding: 0;
}
.home-page-category-grid .item-box .title a {
    padding: 28% 0 0;
}

.home-page-category-grid .item-box .title.small-title a {
    white-space: normal;
}

.home-page-category-grid .item-box .picture {
    margin: 104% 0 0 0;
}

.home-page-category-grid .item-box:nth-child(2n+1) .picture {
    margin: 0 0 104%;
    top: auto;
    bottom: 0;
}

.home-page-category-grid .item-box:nth-child(2n+1) .title {
    top: auto;
}
.product-selectors > div {
    display: inline-block;
}
.product-selectors div > * {
    display: inline-block;
    vertical-align: middle;
} 
div.product-viewmode {
    display: none;
}

.item-box .product-title {
    max-height: 37px;
}

.item-box .details {
    padding: 0 10px;
}
/* vyna 
.sub-category-grid .title:after,
.manufacturer-grid .title:after,
.vendor-grid .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #282828;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin: 0 0 0 -14px;
    z-index: 1;
}
** end vyna */
.sub-category-grid .picture,
.manufacturer-grid .picture,
.vendor-grid .picture {
    display: block;
}

.sub-category-grid .picture img {
    width: auto;
    max-width: 100% !important;
    max-height: 100% !important;
}
.sub-category-grid .item-box .picture {
    margin: 10px 0 0;
}
.sub-category-grid .item-box:nth-child(2n-1) .picture {
    margin: 0 0 80px 0;
}

.sub-category-grid .item-box:nth-child(2n-1) .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
}
/* vyna
.sub-category-grid .item-box:nth-child(2n-1) .title::after {
    top: -15px;
    border-bottom: 15px solid #282828;
    border-top: none;
}
** vyna */
/* PRODUCT PAGE */

.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
    padding: 0;
}
.gallery .picture-thumbs a {
    width: 23%;
}


.product-social-buttons li {
    display: inline-block;
    margin: 0 16px;
    width:auto;
    float:none;
}

/* PASSWORD PROTECTION */
.enter-password-form input[type="password"] {
    width: 300px !important;
}

/* SHOPPING CART & CHECKOUT */
.cart-collaterals .coupon-code input[type="submit"]{
    width:40%;
}
.cart-collaterals .coupon-code input[type="text"]{
    width:60%;
}
.coupon-code .button-2{
    font-size:14px;
}
.order-progress a {
    cursor: pointer;
    min-width: 90px;
}
.checkout-page .address-item {
    max-width: 450px;
}
.order-review-data {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 80px;
    overflow: hidden;
}

.order-review-data ul {
    max-width: 470px;
}

.order-details-area td {
    float: none;
    width: auto;
}
.order-details-area ul {
    float: left;
    padding: 10px;
    width: 50%;
}

.shipment-details-page .shipment-overview > ul {
    float: left;
    width: 48%;
    margin: 0 1% !important;
}
.order-details-page .order-details-area > ul {
    margin-bottom: 0;
}

/* FORUM & PROFILE */

.forum-search-box-text,
.forum-search-text {
    width: 350px !important;
}
/* vyna */
.sub-category-grid .item-box:nth-child(2n-1) .title {
    position: relative;
}
/* end vyna
}


@media all and (min-width: 481px) and (max-width: 768px) {
/* hp categories */
.banner-included .item-box:nth-child(2n+1) {
    clear: none;
    margin: 0 0 2%;
}
/* item-box grid */
.item-box {
	width: 49%; /*two per row*/
    margin:0 0 2%;
}
.item-box:nth-child(2n+1){
    clear:both;
    margin:0 2% 2% 0;
}



.home-page-product-grid .item-box:nth-child(3),
.bestsellers .item-box:nth-child(3) {
    clear: none;
    margin: 0 0 2% 2%;
}
.home-page-product-grid .item-box:nth-child(n+3):nth-child(2n), 
.bestsellers .item-box:nth-child(n+3):nth-child(2n) {
    clear: both;
}
.home-page-product-grid .item-box:nth-child(2n+1),
.bestsellers .item-box:nth-child(2n+1) {
    clear: none;
    margin: 0 0 2% 2%;
}

}
@media all and (max-width: 700px) {
.topic-post .post-info,
.topic-post .post-content,
.profile-info-box .profile-stats{
    float:none;
    width:100%;
    margin:0;
}
.topic-post .posttime{
    height:auto;
}
}


/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

    /* GLOBAL STYLES */

    .page {
        clear: both;
        text-align: left;
    }

    .link-rss {
        display: block;
        float: right;
        margin: 5px 0 0;
    }

    .form-fields {
        width: 100%;
        padding: 40px 0 30px;
    }

    .inputs {
        max-width: 470px;
    }

    .message-error,
    .field-validation-error,
    .username-not-available-status,
    .poll-vote-error,
    .password-error {
        text-align: left;
    }

    .inputs input[type="text"],
    .inputs input[type="password"],
    .inputs select,
    .inputs textarea {
        max-width: 100%;
    }

    .master-wrapper-content .page-title {
        background-size:auto;
        margin:0 0 35px;
    }
    
/* FOOTER */

.footer-middle{
    margin:0 auto 10px;
    padding:0 0 10px;
}
.footer-middle .leftside{
    float:left;
    width:32%;
    max-width:370px;
    overflow:hidden;
    text-align:center;
    padding:0 10px;
}
.newsletter-email input[type="text"] {
    width: 100%;
    float:left;
}
.footer-middle .rightside{
    display:block;
    float:right;
    width:68%;
    max-width:770px;
}
.footer-lower{
    margin:0 auto 10px;
    position: relative;
}
.footer-box{
    float:left;
    width:33%;
    padding:5px 5px 5px 15px;
    text-align:left;
    border-left:1px solid #898989;
}
.footer-box li a:hover{
    color:#333;
}
.footer-box li {
    margin: 0;
} 
.footer-box li a{
    font:14px/21px 'source sans pro';
    color:#898989;
    text-transform:uppercase;
    display:inline-block;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    padding:0;
}
.footer-middle > p{
    margin:0;
}
.footer-box .instagram{
    background:url(/Themes/Urban/Content/img/instagram-launcher.png) no-repeat center;
    display:block;
    width:100%;
    height:106px;/*height equal to the image height*/
}
.social-buttons li {
    float: left;
    width: 33.33%; 
    background:#000; 
}
.social-buttons li.reshuffle{
    width:50%;
    background:#000;
}
.social-buttons li.reshuffle:nth-child(3n+1){
    background:#555;
}

/* LEFT/RIGHT COLUMN */

.block {
	text-align: left;
}
.block .tags li,
.product-tags-all-page li,
.onecolumn .center-1 .block .list > li {
	margin: 0 5px;
    display:inline-block;
}
.poll-options li,
.poll-results li {
	display: block;
}
.poll .buttons,
.poll-total-votes {
	text-align: left;
}
.center-1 .block-account-navigation{
    margin:0 0 70px;
}
.center-1 .block-account-navigation.block .list li{
    float:left;
    margin:0 0 0 2%;
    width:32%;
}
.center-1 .block-account-navigation.block .list li:nth-child(3n-2){
    margin:0;
}

/* CATEGORY PAGE & GRIDS */

/* home page category */

.breadcrumb{
    margin:35px auto;
}
.home-page .product-grid .title{
    text-align:center;
}
.home-page-category-tabs .titles ul{
    text-align:center;
}
.home-page-category-content.active .item-grid{
    height:auto;
    overflow:hidden;
}

.home-page-category-grid {
    margin:0 0 100px;
    padding: 0;
}
.home-page-category-grid .title.small-title a {
    font-size: 48px;
    letter-spacing: 5px;
    line-height: 40px;
    text-align: center;
    padding:10% 0 0;
}
.home-page-category-grid .title.small-title.odd a strong:after{
    content:'//';
    font-weight:bold;
    display:inline-block;
}
.home-page-category-grid .title.small-title strong{
    display:inline-block;
    text-align:left;
    width:91px;
    max-height:none;
}
.home-page-category-grid .title.small-title span{
    top:8px;
    display:block;
    position:relative;
    letter-spacing:1.5px;
}
.home-page-category-grid .title.small-title span:before{
    margin:0 0 5px -42px;
    width:84px;
}
.home-page-category-grid .title, 
.sub-category-grid .title, 
.manufacturer-grid .title{
    text-align:center;
}
.product-grid .title{
    text-align:left;
}
.sub-category-grid{
    max-width:1170px;
    margin:0 auto 80px;
}

.breadcrumb {
	text-align: left;
    max-width:1170px;
    padding:0;
}
.breadcrumb li:first-child * {
	margin-left: 0;
}
.product-selectors {
	text-align: center;
    position:relative;
}
.product-selectors > div {
	margin: 0 10px 0 0;
    line-height:45px;
}
.product-selectors .product-viewmode{
    display:block;
    position:absolute;
}
.product-selectors .product-viewmode span{
    margin:0 4px 0 0;
    line-height:50px;
}
.product-selectors .viewmode-icon,
.product-selectors .product-viewmode .viewmode-icon.grid {
    display:inline-block;
    background:url(/Themes/Urban/Content/img/grid-passive.png) no-repeat center;
    height:50px;
    width:45px;
    font-size:0;
    cursor:pointer;
    vertical-align:top;
}
.product-selectors .product-viewmode .viewmode-icon.list{
  display: inline-block;
  width: 50px;
  vertical-align: top;
  height: 50px;
  font-size:0;
  background:url(/Themes/Urban/Content/img/list-passive.png) no-repeat center;
}
.product-selectors .viewmode-icon.selected,
.product-selectors .product-viewmode .viewmode-icon.grid.selected {
    background:url(/Themes/Urban/Content/img/grid.png) no-repeat center;
}
.product-selectors .viewmode-icon+.viewmode-icon.selected,
.product-selectors .product-viewmode .viewmode-icon.list.selected{
    background:url(/Themes/Urban/Content/img/list.png) no-repeat center;
}
.product-selectors > div select{
    cursor:pointer;
}
.product-selectors .product-page-size{
    position:absolute;
    left:41%;  
}
.product-selectors .product-sorting{
    float:right;
    margin:0;
}
.product-selectors .product-sorting .jDropDown{
    margin:0 0 0 10px;
}
.twocolumns .product-list .item-grid .item-box,
.onecolumn .product-list .item-grid .item-box{
    margin:0 0 60px;
    width:100%;
    max-width:none;
}
.onecolumn .center-2 .product-list .item-box a:before{
    padding-top:120%;
}
.product-list .product-item{
    overflow:hidden;
}
.product-list .picture{
    float:left;
    margin:0;
    width:35%;
    position:relative;
    overflow:visible;
}
.product-list .picture img{
    bottom:auto;
}
.product-list .details{
    float:right;
    width:62%;
    padding:0;
}
.product-list .product-title{
    margin:0 0 8px;
    height:auto;
    max-height:60px;
}
.product-list .product-title a{
    font-size:24px;   
}
.product-list .description {
    color: #898989;
    display: block;
    font-size: 14px;
    height:auto;
    max-height: 60px;
    line-height: 20px;
    margin: 0 0 20px;
}
.product-list .product-rating-box{
    display:block;
    margin:0 0 15px;
}
.product-list .prices{
    margin:0 0 10px;
}
.product-list .buttons{
    position:relative;
    display:block;
    text-align:left;
}
.product-list .buttons-inner-wrapper .wishlist-compare-wrapper{
    float:left;
}
.product-list .buttons-inner-wrapper .wishlist-compare-wrapper>div{
    position:relative;
}
.product-list .buttons-inner-wrapper .wishlist-compare-wrapper>div:first-child:after{
    content:'.';
    display:block;
    border-left: 1px solid #060606;
    height: 63%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom:0;
    right:0;
    width: 1px;
}
.product-list .buttons-inner-wrapper .wishlist-compare-wrapper>div:only-child:after{
    display:none;
}
.product-list .buttons .add-to-wishlist-button{
    width:68px;
    background:url(/Themes/Urban/Content/img/Star.png) no-repeat scroll center center #ebebeb;
    margin:0;
    height:68px;
    font-size:0;
}
.product-list .buttons .add-to-compare-list-button{
    font-size:0;
    width:68px;
    background:url(/Themes/Urban/Content/img/Shuffle.png) no-repeat scroll center center #ebebeb;
    margin:0;
    height:68px;
}
.product-list .buttons input{
    border:none;
    background-color:#ebebeb;
    font-family:'source sans pro';
    text-transform:uppercase;
    font-size:18px;
    height:68px;
    padding:0 40px;
    margin:0 3px 0 0;
}
.product-list .buttons-inner-wrapper{
    display:inline-block;
}
.product-list .buttons-inner-wrapper > *{
    float:right;
    position:relative;
}
.product-list .buttons-inner-wrapper > div:before{
    content:'';
    display:block;
    height:42px;
    width:1px;
    background:#060606;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:auto;
    margin:auto;
}
.product-list .buttons-inner-wrapper > div.compare-products:before{
    display:none;
}
.product-list .buttons-inner-wrapper > div:last-child:before,
.product-list .buttons-inner-wrapper > div:only-child:before,
.product-list .ajax-cart-button-wrapper:before{
    display:none;
}
.product-list .buttons-inner-wrapper .product-box-add-to-cart-button{
    font-size: 18px;
    height: 68px;
    margin: 0 0 0 3px;
    padding: 0 40px;
    background-color: #ebebeb;
    color:#333;
    width:auto;
} 

/*hover buttons*/
.product-list .buttons-inner-wrapper > .compare-products input:hover, 
.product-list .buttons-inner-wrapper > .add-to-wishlist input:hover,
.product-list .buttons-inner-wrapper > .quick-view-button a:hover,
.product-list .buttons-inner-wrapper > input[type='button']:hover,
.product-list .buttons-inner-wrapper .product-box-add-to-cart-button:hover{
    background-color:#e6e6e6;
}

.center-2 .product-list .hover-2 .buttons-inner-wrapper > div{
    float:left;
    margin:0 0 10px;
    position:relative;
}
.center-2 .product-list .hover-2 .buttons-inner-wrapper > div:before{
    content:'';
    display:block;
    height:42px;
    width:1px;
    background:#060606;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:auto;
    margin:auto;
}
.center-2 .product-list .buttons-inner-wrapper > div:first-child:before {
    display: none;
}

.product-grid.cross-sells .title{
    text-align:left;
}
.product-grid.cross-sells .title strong::before{
    margin:0;
}
.pager ul {
	text-align: right;
}
.pager li {
	margin: 0;
}
/*default nop filters*/
.product-filters .product-filter{
    float:left;
    margin:1%;
    padding:0 0 0 2%;
    width:31%;
    border-left:1px solid #e1e1e1;

}

/* PRODUCT PAGE */

.gallery {
    float: left;
    margin: 0 0 30px;
    width: 57%;
}
.product-details-page .overview{
    float:right;
    width:40%;
}
.product-details-page .overview .qq-uploader {
    text-align: left;
}
.overview .qq-uploader .qq-upload-button{
    margin:0 0 0 1px;
}
.overview .buttons {
	text-align: left;
}
.overview .buttons div {
	margin: 0;
}
.overview .buttons>div:only-child:before,
.overview .buttons>div:only-child:after{
    display:none;
}
.free-shipping {
	margin: 15px 0 20px;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 5px 0 0;
}
.variant-picture {
	float: left;
    width:35%;
    height:auto;
    overflow:visible;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 0 0 38%;
}
.variant-overview .add-to-cart-button {
	margin-right: 10px;
}
.also-purchased-products-grid .title strong:before,
.featured-product-grid .title strong::before{
    right:auto;
    margin:0;
}
.product-collateral .title strong:before,
.tier-prices .prices-header strong:before{
    margin:0;
}
.product-social-buttons ul{
    text-align:center;
}
.product-social-buttons li {
    display: inline-block;
    margin: 0 55px;
}
.product-social-buttons li a{
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
}
.product-social-buttons li:hover a{
    -webkit-transform:scale(1.04,1.04);
    transform:scale(1.04,1.04);
    border-width:1px;
}
.variant-picture img{
    max-width:100%;
    position:relative;
}
.product-page-category {
    display:block;
    background:url(/Themes/Urban/Content/img/mark.png) no-repeat left center;
    min-width: 100px;
    max-width:190px;
    max-height:44px;
    padding: 5px 0 5px 12px;
    position: absolute;
    top: -30px;
    color:#333;
}


/* ATTRIBUTES */

.attributes {
	margin: 15px 0;
}
.attributes dt {
	float: none;
	clear: left;
	min-width: 60px;
	margin-right: 10px;
}
.attributes dt label {
	line-height: 32px;
}
.attributes dd {
	margin:0 0 20px 0;
}
.attributes dd select,
.attributes dd input[type="text"],
.attributes dd textarea {
    width:100%;
    max-width:none;
}
.rental-attributes dt {
	min-width: 75px;
}
.rental-attributes .datepicker {
	width: 208px;
}
.color-squares {
	text-align: left;
}
.color-squares label {
	margin: 0 5px 0 0;
	padding: 0 !important;
}

/* GIFT CARD */

.giftcard{
    margin:auto;
    width:700px;
}
.giftcard label {
	display: inline-block;
	min-width: 162px;
}


/* REVIEW PAGE */

.product-review-item {
    overflow: hidden;
}
.product-review-item .review-info{
    float:left;
    margin:0 0 0 10px;
}
.product-review-item .product-review-helpfulness{
    float:right;
    margin:0 10px 0 0;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .button-2 {
	margin: 0;
}
.wishlist-content .tax-shipping-info{
    text-align:center;
}
.compare-products-page .clear-list {
	margin:0 auto 20px;
}
.share-info {
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.share-info > * {
    display: block;
    margin:10px 0;
}

/*********** TOPICS ***********/

.topic-block{
    text-align:center;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page {
    border: 1px solid #e1e1e1;
}
.registration-page .message-error{
    text-align:center;
}
.registration-result-page{
    text-align:center;
}
.avatar-page .fieldset {
	float: left;
	margin-right: 10px;
}
.avatar-page .buttons {
	text-align: left;
}
.side-2 .block.block-account-navigation{
    float:none;
    width:100%;
    margin:0;
}
.side-2 .block-account-navigation .title{
    text-align:center;
}
.side-2 .block-account-navigation li{
    float:left;
    width:33.33%;
    padding:0 10px 0 0;
}
.login-page .title strong:after {
    right:auto;
}

/* SHOPPING CART & CHECKOUT */
.checkout-attributes dt, 
.checkout-attributes dd{
    width:auto;
    margin:0 0 0 5px;
}
.checkout-attributes dd {
    margin-bottom: 10px;
}
.checkout-attributes dt{
    width:100%;
}
.shopping-cart-page .totals {
	float: right;
	margin: 0 0 0 15px;
    width:47%;
    max-width:none;
}
.shopping-cart-page  .tax-shipping-info, 
.shopping-cart-page .common-buttons, 
.shopping-cart-page .checkout-attributes {
    text-align:right;
}
.shopping-cart-page .checkout-attributes dl > * {
    padding-right: 10px;
}
.checkout-attributes .color-squares li {
    margin: 0 0 0 10px;
}
.cart-collaterals {
	float: left;
	margin: 0 15px 0 0;
    text-align:left;
    width:47%;
    max-width:none;
}
.cart-collaterals .shipping-options{
    margin:10px 0 0 0;
}
.edit-address .inputs{
    width:470px;
    max-width:none;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.order-details-page .page-title a {
	float: right;
	margin: 3px;
}
.order-details-page .actions {
	text-align: right;
}
.order-details-page .actions input {
	min-width: 0;
}
.order-details-page .total-info {
	overflow: hidden;
}
.order-details-page .cart-total {
	float: right;
}
.cart-footer .total-info{
    overflow:hidden;
}
.cart-footer .total-info table{
    width:80%;
    margin:auto;
}
.opc .cart-footer .total-info .cart-total{
    width:50%;
}
.order-review-data{
    text-align:center;
}
.order-review-data > div {
    float:left;
    margin:0 3%;
    width:44%;
}
.payment-method .method-name{
    text-align:center;
    margin:auto;
}
.payment-method .method-name .payment-logo{
    display:block;
}
.checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
}
.checkout-attributes .color-squares li input {
    left: 10px;
}
.checkout-page .address-item {
	float: left;
	margin: 0 2% 4%;
    width:46%;
}
.checkout-page .edit-address{
    width:628px;
    max-width:none;
}
.checkout-page .cart-footer .total-info table{
    float:right;
    width:40%;
}
.checkout-page .address-item:nth-child(2n+1) {
    clear: both;
}

/* SEARCH & SITEMAP */

.basic-search input[type="text"]{
    width:470px;
}
.sitemap-page .entity{
    float:left;
    width:31.33%;
    margin: 0 1%;
    text-align:center;
    border-left:1px solid #e1e1e1;
}
.sitemap-page .entity:first-child{
    border-left:none;
}

/* BLOG & NEWS */

.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 10px 0 0;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 160px;
    padding:24px 0 0;
}
.news-list-homepage .news-item{
    float:left;
    margin:0 0 40px;
    padding:0 3%;
    width:50%;
    border-left:1px solid #eaeaea;
    border-bottom:none;
}
.news-list-homepage .view-all{
    text-align:center;
    clear:both;
}
.news-list-homepage .news-details{
    display:none;
}
.news-list-page .news-items .news-details{
    margin:0 0 20px;
    color:#606060;
}
.blog-page .link-rss,
.news-list-page .link-rss{
    margin:51px 41px 0 0;
}    
.onecolumn .blog-block-wrapper .block{
    text-align:center;
}
.new-comment .title {
	text-align:left;
}
.new-comment .title strong:after,
.comment-list .title strong:after{
    margin:0;
    right:auto;
}
.new-comment .form-fields{
    width:100%;
    max-width:none;
}
.news-items .news-item .buttons{
    text-align:left;
}
.blog-page .tags label::before, 
.blogpost-page .tags label::before{
    right:auto;
}
.blog-page .blog-details{
    text-align:left;
}
/* FORUM & PROFILE */

.forum-breadcrumb {
	/*float: left; ---- check in 3.5*/
}
.forum-breadcrumb:after{
    content:'';
    display:block;
    clear:both;
}
.forum-search-page .advanced-search {
    margin: 15px auto 0;
}
.forum-topic-page .topic-options {
	float: left;
}
.private-message-view-page .back-pm-button {
	float: right;
}
.topic-post{
    padding:0;
}
.topic-post .post-info{
    width:250px;
    border-right:1px solid #e5e5e5;
    text-align:center;
}
.topic-post .post-content{
    margin:0 0 0 250px;
}
.topic-post .post-content .signature{
    font-style:italic;
    margin:0 10px;
}
.private-message-view-page .buttons{
    text-align:left;
}


/* PAGE NOT FOUND */
.not-found-page .topic-block{
        text-align:left;
    }
}



@media all and (min-width: 769px) and (max-width: 1000px) {

    .center-2 {
        margin: 0 0 50px;
    }

    .side-2 {
        overflow: hidden;
        margin:0 0 50px;
    }
    .side-2 .block,
    .center-1 .centering-side-wrapper .block {
        float: left;
        width: 31.33%;
        margin: 0 0 3%;
    }
    .side-2 .block:nth-of-type(3n-1),
    .center-1 .centering-side-wrapper .block:nth-of-type(3n-1){
        margin:0 3% 3%; 
    }
    .side-2 .block:nth-of-type(3n+1),
    .center-1 .centering-side-wrapper .block:nth-of-type(3n+1) {
        clear: both;
    }

    /* item-box grid */

    .item-box {
	    width: 32%; /*three per row*/
        margin:0 0 5% 2%;
    }
    .item-box:nth-child(3n+1){
        margin:0 0 5% 0;
        clear:both;
    }

    /*features and bestsellers*/

    .home-page-product-grid .item-box, .bestsellers .item-box {
        display: inline-block;
        float: none !important;
        margin: 0 0.5% 5%;
        vertical-align: top;
        width: 32%;
    }
    .home-page-product-grid .item-box:nth-child(4n+1), 
    .bestsellers .item-box:nth-child(4n+1) {
        clear: none;
    }



    /*categories without banners*/

    .home-page-category-grid  .item-box{
        margin:0 0 2% 2%;
    }
    .home-page-category-grid .item-box:nth-child(3n+1) {
        margin: 0 0 2% 0;
    }
    .home-page-category-grid .item-box.box-number-4 .title,
    .home-page-category-grid .item-box.box-number-6 .title,
    .home-page-category-grid .item-box.box-number-7 .title,
    .home-page-category-grid .item-box.box-number-9 .title,
    .home-page-category-grid .item-box.box-number-10 .title,
    .home-page-category-grid .item-box.box-number-12 .title,
    .home-page-category-grid .item-box.box-number-13 .title,
    .home-page-category-grid .item-box.box-number-15 .title {
        top: auto;
        bottom: 0;
        margin: 0;
        position: absolute;
        width: 100%;
    } 
    .home-page-category-grid .item-box.box-number-4 .picture,
    .home-page-category-grid .item-box.box-number-6 .picture,
    .home-page-category-grid .item-box.box-number-7 .picture,
    .home-page-category-grid .item-box.box-number-9 .picture,
    .home-page-category-grid .item-box.box-number-10 .picture,
    .home-page-category-grid .item-box.box-number-12 .picture,
    .home-page-category-grid .item-box.box-number-13 .picture,
    .home-page-category-grid .item-box.box-number-15 .picture {
        bottom: 0;
        margin: 0 0 104%;
        top: auto;
    }
    .home-page-category-grid .item-box.box-number-4 .title:after,
    .home-page-category-grid .item-box.box-number-6 .title:after,
    .home-page-category-grid .item-box.box-number-7 .title:after,
    .home-page-category-grid .item-box.box-number-9 .title:after,
    .home-page-category-grid .item-box.box-number-10 .title:after,
    .home-page-category-grid .item-box.box-number-12 .title:after,
    .home-page-category-grid .item-box.box-number-13 .title:after,
    .home-page-category-grid .item-box.box-number-15 .title:after {
        top: -30px;
        bottom: auto;
        border-top: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #282828;
        border-left: 15px solid transparent;
    }

    .home-page-category-grid .item-box.box-number-5 .title,
    .home-page-category-grid .item-box.box-number-8 .title,
    .home-page-category-grid .item-box.box-number-11 .title,
    .home-page-category-grid .item-box.box-number-14 .title {
        position: absolute;
        height: 49%;
        top: 0;
        width: 100%;   
    }
    .home-page-category-grid .item-box.box-number-5 .picture,
    .home-page-category-grid .item-box.box-number-8 .picture,
    .home-page-category-grid .item-box.box-number-11 .picture,
    .home-page-category-grid .item-box.box-number-14 .picture {
        margin: 104% 0 0;
    }
    .home-page-category-grid .item-box.box-number-5 .title:after,
    .home-page-category-grid .item-box.box-number-8 .title:after,
    .home-page-category-grid .item-box.box-number-11 .title:after,
    .home-page-category-grid .item-box.box-number-14 .title:after {
        bottom: -30px;
        top: auto;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #282828;
        border-bottom: 15px solid transparent;

    }
}
/*=====================================================
    
    DESKTOP

=====================================================*/

    @media all and (min-width: 1001px) {

/* GLOBAL STYLES */

.master-wrapper-content {
	margin:0 auto 60px;
}
.center-2 {
	float: right;
	width: 73%;
}
.center-2 .page-body{
    width:100%;
}
.side-2 {
	float: left;
    margin:0;
	width: 25%;
    border:none;
    border-right:1px solid #e1e1e1;
}
.inputs {
	text-align: left;
    max-width:570px;
}
.fieldset .title, 
.section .title{
    font-size:32px;
    line-height:32px;
    letter-spacing:0.5px;
}
.page-body{
    width:100%;
}


/* HEADER */

.header {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
.header-logo{
    width:auto;
    float: left;
    margin:0 0 20px 20px;
    max-width:none;
}
.header.mobile{
    min-height:180px;
}
.header.mobile .header-logo{
    margin:20px 0 20px 20px;
}
.header.mobile .header-logo a{
    max-width:none;
}
.header.mobile .header-top-strip > ul{
    float:none;
    margin:0;
}
.header.mobile .header-bottom-strip{
    position:absolute;
    margin:1px 0 0 0;
    width:100%;
    background:#fff;
    z-index:2;
}
.header.normal{
    margin: 0 auto;
} 
.header.normal .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.header-logo a {
    display: block;
    height: 102px;
    line-height: 102px;
}
.header-logo a img {
  max-height: 102px;
  vertical-align: middle;
}
.header.normal .header-top-strip > ul{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    height:43px;
}
.header.normal .header-strip{
    position:relative;
    margin:0;
    padding: 10px 0;
}
.header.normal .header-top-strip {
    height: 102px;
}
.header.normal .header-top-strip:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}
.header.normal .header-bottom-strip{
    position:absolute;
    top:101%;
    width:100%;
    background:#fff;
    z-index:2;
    box-shadow: 0 1px 1px rgba(200,200,200,.35);
}

.header-top-strip {
    text-align:center;
    max-width:1170px;
    margin:auto;
    position:relative;
}
.header-top-strip .header-logo{
    margin:0;
}
.header-top-strip:after{
    content:'';
    display:block;
    clear:both;
}

.header .header-top-strip .filters-button{
    display:none;
}

.header-bottom-strip {
    overflow: hidden;
}
.header-menu-opener{
    margin:0 20px 0 0;
}
.header.mobile .header-menu-opener{
    margin:44px 20px 0 0;
}
.header.normal .header-menu-opener{
    display:none;
} 
.header-links-wrapper{
	float: none;
    margin:0;
}
.user-links-wrapper.active .header-links ul{
    margin:10px;
}
.responsive-nav-wrapper-parent {
	display: none;
}
.header-selectors-wrapper {
    text-align:center;
}
.header-selectors-wrapper > div {
	display:inline-block;
}

.header-links-wrapper .header-selectors-wrapper.active{
    margin:10px 0;
}
.header-links{
    text-align:center;
}
.header.mobile .header-links-wrapper.active,
.header.mobile .header-links-wrapper.active .header-links{
    margin:0;
}

.header-selectors-wrapper select{
    opacity:0;
    height: 35px;
    margin: 0;
    width: 100px;
}
.header-selectors-wrapper .custom-select-text {
    background: url(/Themes/Urban/Content/img/header-selector.png) no-repeat scroll 95% center;
    border: medium none;
    font-size: 15px;
    line-height: 32px;
    padding: 0 6px;
    position: absolute;
    text-align: left;
    width: 100px;
}
.header-selectors-wrapper .custom-select {
    height: 35px;
    margin: 0 15px;
}

/* header-selectors separators */

.header-selectors-wrapper>div>div:after{
    content:'';
    border-right:1px solid #333;
    width:1px;
    height:20px;
    position:absolute;
    top:5px;
    bottom:0;
    right:0;
}
.currency-selector:only-child:after{
    border-right:none;
}
.header-selectors-wrapper>div>div:last-child:after{
    display:none;
}
.search-box {
	float: none;
	text-align:center;
    margin:15px 0;
}

/* HEADER MENU */

.menu-title, .close-menu,
.header-menu .back-button {
	display: none;
}
.header.normal .header-menu{
    display:inline-block;
    vertical-align: middle;
    max-width:630px;
    margin: 0 60px 0 0;
}
.header.normal .header-menu > ul::after{
    content:'';
    display:block;
    clear:both;
}
.header.normal .header-menu .social{
    display:none;
}
.header.mobile .header-menu{
    position:fixed;
    right:0;
    top:0;
    width:375px;
    height:100%;
    background:#252525;
}
.notAndroid23 .header.mobile .header-menu {
    -webkit-transform: translateX(395px);
    -ms-transform: translateX(395px);
    transform: translateX(395px);
}
.android23 .header.mobile .header-menu {
    right: -395px;
}
.header.mobile .header-menu{
    display:block;
}
.header.mobile .header-menu ul>li{
    display:block;
    overflow: visible;
    text-indent: 0;
    width: auto;
    height: auto;
    position: relative;
}
.header.mobile .header-menu ul>li>a,
.header.mobile .header-menu ul>li>span{
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 17px;
    padding: 16px 18px 16px 60px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.header.mobile .header-menu > li > a{
    padding:0 0 0 60px;
    line-height:48px;
    color:#fff;
    text-transform:uppercase;
    -webkit-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
.header.mobile .header-menu > li:hover a{
    color:#898989;
}
.header.mobile .header-menu .dropdown{
    margin:0;
    top:0;
    width:220px;
    left:-220px;
    overflow:visible;
}
.header.mobile .header-menu .dropdown:after{
    content:'';
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.5px 0 11.5px 12px;
    border-color: transparent transparent transparent #fff;
    position:absolute;
    top:15px;
    right:-12px;
}
.header.mobile .header-menu .dropdown .box{
    width:100%;
    padding:0;
}
.header.mobile .header-menu .dropdown .box .title{
    margin:5px 0 10px 0;
    border-bottom:1px solid #eee;
    font-size:14px;
    color:#333;
}
.header.mobile .header-menu .box li{
    height:auto;
    margin:0;
}
.header.mobile .header-menu ul .box li a{
    line-height:30px;
    font-size:14px;
    display:block;
    color:#898989;
    padding:0;
    text-transform:none;
}
.header.mobile .header-menu .box li:hover a{
    color:#333;
}
.header.mobile .header-menu .sublist li a{
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
    color: #898989;
    text-transform: none;
}
.header.mobile .header-menu .sublist .back-button {
	display: none;
}

.header.mobile .header-menu .social-icons{
    display:block;
    overflow:hidden;
    padding:100px 0 0 30px;
}
.header.mobile .header-menu .socialsocial-icons li{
    width:42px;
}
.header.mobile .header-menu .social-icons ul{
    margin:0 0 0 15px;
}
.header.mobile .header-menu .social-icons li{
    float:left;
    margin:0 5px 5px;
    width:40px;
    height:40px;
    overflow:hidden;
}
.header.mobile .header-menu .social-icons li a{
    display:block;
    height:100%;
}
.header.mobile .header-menu .social-icons .facebook{
    background:url(/Themes/Urban/Content/img/menu-sprite-full.png) no-repeat 13px 4px;
}
.header.mobile .header-menu .social-icons .twitter{
    background:url(/Themes/Urban/Content/img/menu-sprite-full.png) no-repeat -23px 4px;
}
.header.mobile .header-menu .social-icons .google-plus{
    background:url(/Themes/Urban/Content/img/menu-sprite-full.png) no-repeat -66px 4px;
}
.header.mobile .header-menu .social-icons .pinterest{
    background:url(/Themes/Urban/Content/img/menu-sprite-full.png) no-repeat -100px 4px;
}
.header.mobile .header-menu .social-icons .youtube{
    background:url(/Themes/Urban/Content/img/menu-sprite-full.png) no-repeat -136px 4px;
}
.header.mobile .header-menu .social-icons .vimeo{
    background:url(/Themes/Urban/Content/img/menu-sprite-full.png) no-repeat -173px 4px;
}
.header.mobile .header-menu .social-icons .rss {
    display: none;
}

.header.mobile .close-menu{
    overflow:hidden;
    display:block;
}
.header.mobile .close-menu span {
    background-image: url(/Themes/Urban/Content/img/close.png);
    background-repeat: no-repeat;
    background-position:center center;
    float: right;
    height: 60px;
    margin: 15px;
    font-size:0;
    width: 60px;
    cursor:pointer;
} 
.header-menu {
	text-align: left;
	position: relative;
	z-index: 1001;
	margin: 0 0 30px;
}
.header-menu > ul > li {
	display: inline-block;
	vertical-align: middle;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
/* vyna
	padding: 8px 10px;
*  end vyna */
	font-size: 18px; /*reset zeroing*/
	cursor: pointer;
    line-height: 1;
}
.header-menu .sublist-wrap {
	display: none;
	position: absolute;
	top: 30px;
	z-index: 1001;
	min-width: 200px;
	background: #fff;
	padding: 10px 0;
    border:1px solid #eee;
    border-top:none;
}
.header-menu .sublist-wrap.active {
    display: block;
}
.header-menu .sublist-wrap li{
    text-indent:inherit;
}
.top-menu {
	display: block;
}
.header-menu .sublist li {
    display:block;
	position: relative;
    width:auto;
    height:32px;
}
.header-menu .sublist .back-button {
	display: none;
}
.header-menu .sublist > li > a {
	display: block;
	padding: 0 15px;
	font-size: 14px;
    line-height:30px;
	color: #898989;
    text-transform:none;
    -webkit-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
.header-menu .sublist li:hover > a {
    color:#333 !important;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: -10px;
	left: 100%;
}
.header.mobile .header-menu .sublist-wrap{
    left:-220px;
    top:0;
    width:220px;
    position:absolute;
    background:#fff;
    border:none;
}
.header.mobile .header-menu .sublist-wrap:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 12px;
    border-color: transparent transparent transparent #ffffff;
    position:absolute;
    top:12px;
    right:-11px;
    content:'';
    display:block;
}
.header-menu .sublist-wrap .sublist li>.sublist-wrap{
    top:-10px;
}
.header-top-strip .header-menu {
    font-size:13px;
    float:none;
    display:inline-block;
    margin:0;
    max-width:750px;
}
.header-top-strip .header-menu >li{
    width:auto;
    height:auto;
    overflow:visible;
    text-transform:uppercase;
    color:#333;
}
.header-top-strip .header-menu > li:hover{
    color:#898989;
}
.header-menu.open .header-menu > li a:hover,
.header-menu.open .header-menu > li a.hover{
    color:#898989;
}
.header-top-strip .header-menu > li:before{
    display:none;
}
.header-top-strip .header-menu > li a{
    text-indent:0;
    display:block;
    padding:5px 15px;
}

/* FOOTER */

.footer-upper{
    margin:0 0 35px;
}
.footer-middle,
.footer-lower{
    max-width:1170px;
}
.footer-middle .leftside {
    width: 32%;
    padding:10px 5px 0 10px;
    text-align:left;
    overflow:hidden;
}
.newsletter-email input[type="text"] {
    width: 205px;
    float:left;
    margin:0;
}
.newsletter-email input[type="button"]{
    float:right;
    margin:3px 0 0 10px;
}
.newsletter-email .button-1.newsletter-unsubscribe-button{
    clear:both;
    float:none;
    display:block;
    background:transparent;
    margin:0;
}
.newsletter-email .button-1.newsletter-unsubscribe-button:hover{
    background:transparent;
}
.footer-box{
    padding:40px 30px;
}
.footer-lower > div{
    display:inline-block;
    margin:0 10px;
    line-height:35px;
}
.footer-lower .footer-links-wrapper {
    display: block;
    clear: both;
}
.footer-lower .footer-links-wrapper > * {
    display: inline-block;
    float: none;
    position: static;
    margin: 0 5px !important;
    width: auto;
    line-height: normal;
}
.footer-lower .footer-disclaimer{
    margin:0 0 5px;
    float:left;
    max-width:45%;
}
.accepted-payment-methods{
    float:right;
    margin:0;
}
.footer-lower .footer-disclaimer, .footer-powered-by{
    line-height:35px;
}
.footer-powered-by{
    float:none;
}
.footer-designed-by {
    left: 0;
    position: absolute;
    right: 0;
    top: 25px;
}
.newsletter-email .options{
    clear:both;
}
.newsletter-email .options span{
    margin:0 10px 0 0;
}

/* LEFT/RIGHT COLUMN */

.block{
    margin:0 0 40px 0;
}
.block .listbox {
	display: block;
    margin:0 0 20px;
    padding:0;
    border:none;
}
.block .listbox .poll{
    color:#898989;
} 
.block .title {
	cursor: default;
    border:none;
    white-space:normal;
    padding:0;
    margin:0 0 10px 0;
    font-family:'source sans pro';
}
.block .title strong{
    letter-spacing:1px;
    line-height:normal;
}
.block .listbox li a{
    color:#898989;
    margin:0;
}
.block .listbox li.active>a{
    color:#333;
    letter-spacing:0.5px;
}
.block .listbox li.active> ul{
    padding:0 0 0 15px;
}
.block .list .product-picture{
	display: inline-block;
	vertical-align: middle;
    width:37%;
    height:130px;
}
.block .product-picture img {
	display: block;
}
.block-recently-viewed-products .list li{
    margin:0 0 10px;
}
.block-recently-viewed-products .list .product-name{
    display:inline-block;
    margin:12px 0 0 15px;
    max-width:133px;
	vertical-align: top;
    line-height:22px;
    max-height:65px;
    overflow:hidden;
    color:#333;
}
.block-recently-viewed-products .list a img{
    max-width:100%;
}
.block-recently-viewed-products .listbox a:before{
    display:none;
}
.twocolumns .block-popular-tags .tags{
    overflow:hidden;
}
.twocolumns .block-popular-tags .tags li{
    float:left;
}
.twocolumns .block-popular-tags .tags li:hover a{
    color:#333;
}

.side-2 .block-account-navigation{
    float:none;
    width:100%;
    margin:0;
}
.side-2 .block-account-navigation li{
    float:none;
    width:auto;
    padding:0;
}
.side-2 .block-account-navigation .title{
    text-align:left;
}


/* in one page layout */
.onecolumn-category-block-wrapper {
    margin:0 0 30px;
}

.onecolumn .side-2 .block,
.onecolumn .center-1 .block{
    float:left;
    width:24%;
    margin:0 0 0 1.33%;
}
.onecolumn .center-1 .block{
    float:none;
    width:100%;
    max-width:1170px;
    margin:0 auto 20px;
    display:block;
    position:relative;
    clear:both;
}
.onecolumn .center-1 .block.block-popular-tags .title{
    padding:15px 0 0 0;
    margin:0 0 20px;
} 
.onecolumn .center-1 .title strong{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 33px;
    color: #333333;
    font-family: "source sans pro";
}
.onecolumn .center-1 .block .title strong:after{
    background:#333333;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: auto;
    width: 70px;
}
.onecolumn .center-1 .block .sublist{
    display:none;
}
.onecolumn .center-1 .block.onecolumn .center-1 .block-account-navigation{
    float: none;
    margin: auto;
    max-width: 1170px;
    width: 100%;
}
.onecolumn .center-1 .block-account-navigation .title strong{
    border-bottom:1px solid #959595;
}
.center-1 .block-account-navigation.block .list li{
    width:20%;
    margin:0;
    padding:0 10px 0 0;
}
.center-1 .block-account-navigation.block .list li:nth-child(3n-2){
    margin:0;
}
.onecolumn .center-1 .block .listbox{
    margin:0;
    padding:0;
}
.onecolumn .center-1 .block .title{
    padding:7px 0;
    margin:0 0 15px 0;
}
.onecolumn .center-1 .block.block-account-navigation .title{
    padding:7px 0 0;
}
.onecolumn .center-1 .block .listbox a{
    margin:0;
}
.onecolumn .center-1 .block-recently-viewed-products .listbox .list li>a{
    margin:20px 0 0 20px;
}


/* CATEGORY PAGE & GRIDS */

/* home page category*/

.home-page .item-grid{
    height:auto;
    margin:0 auto;
}
.home-page-category-grid .item-box:hover .title span{
    color:#fff;
}

/*categories without banners*/
.home-page-category-grid .item-box {
    width: 49.5%;
    margin:0 0 1% !important;
}
.home-page-category-grid .item-box:nth-child(2n) {
    margin: 0 0 1% 1% !important;
}
.home-page-category-grid .item-box .picture{
    float:right;
    width:49%;
    margin:0;
}
.home-page-category-grid .item-box:nth-child(2n+1) .picture{
    float:none;
    margin:0;
}
.home-page-category-grid .item-box .title{
    margin:0;
    position:absolute;
    width:49%;
    height:100%;
    max-height:none;
    left:0;
    right:auto;
    padding:0; 
}
.home-page-category-grid .item-box .title a{
    margin:0 0 10px;
    height:100%;  
    padding:70px 10px 0;
}
.home-page-category-grid .item-box .title.small-title a{
    padding:55px 0 0;
    white-space:normal;
}
.home-page-category-grid .item-box .title.big-title strong{
    display:block;
}
.home-page-category-grid .item-box:nth-child(2n+1) .title{
    width:49%;
    right:0;
    left:auto;
    top:0;
    max-height:100%;
}

/*category arrows*/
/* vyna
.home-page-category-grid .item-box:nth-child(2n+1) .title::after{
    left:-14px;
    top:50%;
    margin:-10px 0 0 0;
    border-right:14px solid #282828;
    border-left:none;
    border-top:14px solid rgba(0, 0, 0, 0);
    border-bottom:14px solid rgba(0, 0, 0, 0);
}
.home-page-category-grid .item-box .title::after{
    right:-28px;
    left:auto;
    top:50%;
    margin:-10px 0 0 0;
    border-top: 14px solid rgba(0, 0, 0, 0);
    border-bottom: 14px solid rgba(0, 0, 0, 0);
    border-left: 14px solid #282828;
}
*** end vyna */

/*categories with no banner*/
.home-page-category-grid .item-box.box-number-2 .title,
.home-page-category-grid .item-box.box-number-6 .title,
.home-page-category-grid .item-box.box-number-10 .title,
.home-page-category-grid .item-box.box-number-14 .title,
.home-page-category-grid .item-box.box-number-18 .title,
.home-page-category-grid .item-box.box-number-22 .title {
    right: 0;
    left: auto;
}
.home-page-category-grid .item-box.box-number-2 .title:after,
.home-page-category-grid .item-box.box-number-6 .title:after,
.home-page-category-grid .item-box.box-number-10 .title:after,
.home-page-category-grid .item-box.box-number-14 .title:after,
.home-page-category-grid .item-box.box-number-18 .title:after,
.home-page-category-grid .item-box.box-number-22 .title:after  {
    right: auto;
    left: -14px;
    border-width: 14px 14px 14px 0;
    border-color: rgba(0, 0, 0, 0) #282828 rgba(0, 0, 0, 0);
    border-style: solid solid solid none;
}
.home-page-category-grid .item-box.box-number-2 .picture,
.home-page-category-grid .item-box.box-number-6 .picture,
.home-page-category-grid .item-box.box-number-10 .picture,
.home-page-category-grid .item-box.box-number-14 .picture,
.home-page-category-grid .item-box.box-number-18 .picture,
.home-page-category-grid .item-box.box-number-22 .picture {
    float: left;
}
.home-page-category-grid .item-box.box-number-3 .title,
.home-page-category-grid .item-box.box-number-7 .title,
.home-page-category-grid .item-box.box-number-11 .title,
.home-page-category-grid .item-box.box-number-15 .title,
.home-page-category-grid .item-box.box-number-19 .title,
.home-page-category-grid .item-box.box-number-23 .title {
    right: auto;
    left: 0;
}
/* vyna 
.home-page-category-grid .item-box.box-number-3 .title:after,
.home-page-category-grid .item-box.box-number-7 .title:after,
.home-page-category-grid .item-box.box-number-11 .title:after,
.home-page-category-grid .item-box.box-number-15 .title:after,
.home-page-category-grid .item-box.box-number-19 .title:after,
.home-page-category-grid .item-box.box-number-23 .title:after {
    border-bottom: 14px solid rgba(0, 0, 0, 0);
    border-left: 14px solid #282828;
    border-top: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    left: auto;
    margin: -10px 0 0;
    right: -28px;
    top: 50%;
}
** end vyna */
.home-page-category-grid .item-box.box-number-3 .picture,
.home-page-category-grid .item-box.box-number-7 .picture,
.home-page-category-grid .item-box.box-number-11 .picture,
.home-page-category-grid .item-box.box-number-15 .picture,
.home-page-category-grid .item-box.box-number-19 .picture,
.home-page-category-grid .item-box.box-number-23 .picture {
    float: right;
}

/* home page featured products */

.home-page .home-page-product-grid,
.home-page .bestsellers{
    margin:0 0 100px;
    overflow:hidden;
}
.home-page .home-page-product-grid .title,
.home-page .bestsellers .title{
    float:left;
    width:23.5%;
    height: 400px;
    margin:0 0 0 1%;
    padding: 0;
    font-size:72px;
    line-height:72px;
    word-wrap:break-word;
    text-align:left;
    background: url(/Themes/Urban/Content/img/shadow-left.png) no-repeat right center;
}
.sub-category-grid{
    margin:0 auto 60px;
}
.breadcrumb li * {
	line-height: normal;
}
.product-grid .title{
    font-size:36px;
}
.product-grid.cross-sells .title strong{
    line-height:42px;
}
.item-box .details {
    padding: 0 20px;
}
.product-grid .item-box .buttons{
    display:block;
    background:rgba(255,255,255,.7);
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    font-size: 0;
    -webkit-transition:opacity 0.3s ease;
    transition:opacity 0.3s ease;
    opacity:0;
}
.product-grid .item-box:hover .buttons, .product-grid .ajax-cart-product-item-hover.hover-2 .buttons {
    opacity:1;
}
.product-grid .item-box .vertical-centering{
    background:#fff;
    width:70px;
    margin:auto;
    text-align:center;
    height:100%;
    display:table;
}
.product-grid .item-box .buttons-inner-wrapper{
    display: table-cell;
    vertical-align: middle;
}
.product-grid .item-box .hover-1 .product-box-add-to-cart-button,
.product-grid .item-box .product-box-add-to-cart-button{
    width:48px;
    height:68px;
    font-size: 0;
    background:url(/Themes/Urban/Content/img/Handbag.png) no-repeat center;
    border:none;
}
.product-grid .item-box .add-to-wishlist-button{
    width:48px;
    height:68px;
    font-size: 0;
    background:url(/Themes/Urban/Content/img/wishlistNew.png) no-repeat center;   
}
.product-grid .buttons-inner-wrapper .add-to-compare-list-button {
    background:url(/Themes/Urban/Content/img/Shuffle.png) no-repeat center transparent;
    width: 48px;
    font-size: 0;
    height:68px;
}
.product-grid .buttons-inner-wrapper>div>input,
.product-grid .buttons-inner-wrapper>div>a{
    border:none;
    border-top:1px solid #171717;
}
.product-grid .buttons-inner-wrapper>div:first-child>a,
.product-grid .buttons-inner-wrapper>div:first-child>input{
    border-top:none;
}
.product-grid .item-box .picture{
    position:relative;
}
.home-page-polls {
    margin: 0 auto;
    max-width: 1170px;
}

/*second hover*/

.product-grid .item-box .hover-2 .buttons .add-to-wishlist,
.product-grid .item-box .hover-2 .buttons .compare-products{
    display:none;
}
.product-grid .item-box .hover-2 .buttons .vertical-centering{
    background:transparent;
}
.product-grid .item-box .hover-2 .buttons .product-box-add-to-cart-button{
    text-indent: 0;
    background:#333;
    font-size:14px;
    text-transform:uppercase;
    color:#fff;
    font-family:source sans pro;
    width:auto;
    height:auto;
    padding:17px;
    width:132px;
    border:none;
}

/* product list */


/*CATEGORY SECOND LAYOUT (ONE COLUMN)*/

.center-side-wrapper.onecolumn{
    max-width:none;
}
.center-grid .page-body,
.center-side .centering-side-wrapper{
    width:100%;
    max-width:1170px;
    margin:auto;
}
.center-side .centering-side-wrapper{
    padding:43px 0;
    border-top:1px solid #959595;
    overflow:hidden;
}

.center-1 .center-side{
    overflow:hidden;
    background:#f6f6f6;
    margin:0 0 70px;
    border:none;
    display:none;
}
.center-1 .product-selectors{
    padding:12px 0;
}
.onecolumn .side-2{
    padding:50px 0;
    width:100%;
    background:#f6f6f6;
    border:none;
}
/* custom product selectors */
.product-selectors > div .custom-select{
    background-image:url(/Themes/Urban/Content/img/filters-drop-new.png);
    background-repeat: no-repeat;
    background-position:right center;
    background-color:#fff;
    height:48px;
    position:relative;
    border:1px solid #c2c2c2;
}
.product-selectors > div .custom-select-text {
    padding: 0 0 0 5px;
    line-height:45px;
}
.product-selectors > div select{
    height: 47px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}
.product-selectors .product-page-size>*,
.product-selectors .product-sorting>*{
    display:inline-block;
    vertical-align:middle;
}
.product-selectors .product-sorting .custom-select{
    min-width:110px;
    padding-right: 20px;
}
.product-selectors .product-page-size .custom-select{
    width:60px;
    margin:0 5px;
    overflow:hidden;
}
.product-selectors .product-page-size .custom-select select{
    width:60px;
    min-width:0;
}

/* PRODUCT PAGE */

.gallery {
	float: left;
    width:450px;
}
.gallery .picture-thumbs{
    text-align:left;
}
.gallery .picture-thumbs a {
    float: left;
    width: 23.5%;	
    margin:  0 0 2% 2%;
}
.gallery .picture-thumbs a:nth-child(4n+1) {
    clear: both;
    margin: 0 0 2%;
}
.product-details-page .overview {
	float: right;
	width: 53%;
}
.page.product-details-page{
    width:100%;
    max-width:1170px;
    margin:auto;
}

/* WISHLIST & COMPARE LIST */

.compare-products-table-mobile {
	display: none;
}
.compare-products-table {
    display: table;
    text-align:left;
}
.compare-products-page{
    overflow:visible;
    position:inherit;
}
.compare-products-page .button-2{
    margin:0 0 10px;
}

/*********** TOPICS ***********/

.home-page .topic-block-title h2{
    margin:0 0 20px;
    font-size:36px;
}
.home-page .topic-block-body{
    max-height:370px;
    text-align:center;
}
.home-page .topic-block-body p{
    font-size:21px;
    line-height:30px;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .fieldset .title{
    font-size:24px;
    line-height:normal;
}
.login-page .inputs.reversed > * {
	width: auto;
	margin: 0 5px;
	vertical-align: middle;
}
.login-page .new-wrapper, 
.login-page .returning-wrapper{
    border:1px solid #f1f1f1;
    padding:30px 20px 15px;
}
.login-page .returning-wrapper .title{
    margin:0;
}
.return-request-page label {
	width: 305px;
}
.registration-result-page,
.registration-result-page .buttons{
    text-align:left;
}
.vendor-picture > * {
    margin: 0 0 20px;
}

/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .totals {
	width: 30%;
	margin: 0;
}
.cart-collaterals {
	width: 68%;
	margin: 0;
}
.cart-collaterals .deals {
	float: left;
	width: 45%;
	margin: 0;
}
.cart-collaterals .deals .button-2:hover{
    background:#444;
}
.cart-collaterals .shipping {
	float: right;
	width: 53%;
	margin: 0;
}
.shopping-cart-page .common-buttons,
.checkout-attributes {
	text-align: right;
}
.checkout-page .selected-checkout-attributes,
.order-details-page .tax-shipping-info,
.order-details-page .selected-checkout-attributes {
	text-align: right;
}
.checkout-page .opc .edit-address label {
	width: 295px;
}
.checkout-page .totals {
	float: right;
    width:100%;
}
.checkout-page .address-item{
    width:32%;
    margin:0 0 2% 2%;
    padding:35px;
}
.checkout-page .address-item:first-child{
    margin:0 0 2%;
}
.checkout-page .address-item:only-child{
    float:none;
    margin:0 auto 2%;
    text-align:center;
} 
.checkout-page .cart-footer .total-info table{
    width:28%;
}
.payment-method .method-list li{
    width:31%;
}
.checkout-page .address-item:nth-child(2n+1) {
    clear: none;
} 
.checkout-page .address-item:nth-child(3n+1) {
    clear: both;
    margin: 0 0 2%;
}


/* SEARCH & SITEMAP */

.search-page .inputs{
    width:470px;
    margin:0 auto 25px;
}
.advanced-search .price-range input {
	height: auto;
}
.search-page .product-selectors .custom-select select>*{
    padding:6px;
}
.onecolumn .search-page .page-body{
    max-width:100%;
}
.onecolumn .search-page .product-selectors,
.onecolumn .search-page .search-results{
    max-width:1170px;
    margin:0 auto 30px;
}


/* BLOG & NEWS */


.new-comment textarea {
	display: block;
	margin: auto;
}
.news-list-homepage .news-item{
    width:33.33%;
}
.new-comment .title{
    margin:40px 0 30px;
}
.onecolumn .blog-block-wrapper .block{
    text-align:left;
}
.onecolumn .blog-block-wrapper .block .listbox{
    padding:0;
}
.onecolumn .blog-block-wrapper .title{
    margin:50px 0 15px;
}
.news-item-page .inputs{
    max-width:570px;
}
.center-side-wrapper.twocolumns .page-title{
    position:absolute;
    top:-180px;
    left:0;
    right:0;
}
.center-side-wrapper.twocolumns {
    margin:180px auto 60px;
}

.master-wrapper-page:after {
    content: '';
    display: block;
    clear: both;
}

/* FORUM & PROFILE */
.forum-breadcrumb {
    text-align:left;
    max-width:1170px;
    margin:35px auto;
}
.current-time{
    clear:both;
}
.forum-search-page .advanced-search .inputs label {
	width: 305px;
}
.forum-edit-page label,
.private-message-send-page label {
	width: 230px;
}
.forum-search-box form{
    display:block;
    overflow:hidden;
    max-width:none;
} 
.forum-search-box{
    padding:35px 20px;
}
.forum-search-box .basic .search-box-text{
    width:350px !important;
    max-width:none;
}
.forum-search-box .basic{
    float:left;
    margin:0;
}
.forum-search-box .advanced{
    float:right;
}
.breadcrumb + .center-side-wrapper {
    margin-top:0;
}
.breadcrumb + .center-side-wrapper.onecolumn{
    margin-top:0;
}
.forums-table-section.topic-group.active-discussions .view-all{
    position:absolute;
    top:3px;
    right:50px;
}
.forums-table-section-title .link-rss{
    margin:10px;
}
}/* END BREAKPOINT */


@media all and (min-width: 1001px) and (max-width: 1170px) {

/* item-box grid one column */

.item-box{
    width:23.5%;
    margin:0 0 5% 1%;
}
.item-box:nth-child(4n+1){
    margin:0 0 5%;
    clear:both;
}
.onecolumn .item-box:nth-child(4n+1){
    clear:both;
    margin:0 0 5%;
}

/* item-box grid two columns */

.twocolumns .center-2 .item-box {
    width:32%;
    margin:0 0 5% 2%;
}
.twocolumns .item-box:nth-child(3n+1){
    clear:both;
    margin: 0 0 5%;
}
.twocolumns .item-box:nth-child(4n+1){
    clear:none;
}

/*item-box home page*/

.home-page .home-page-product-grid .item-box,
.home-page .bestsellers .item-box{
    width:23.5%;
}
.home-page .home-page-product-grid .item-grid > div:nth-child(4n+1),
.home-page .bestsellers .item-grid > div:nth-child(4n+1){
    margin:0 0 5% 1.33%;
    clear:both;
}
.home-page-category-tabs .item-box{
    width:23.5%;
    margin:0 0 5% 2%;
    clear:none !important;
}
.home-page-category-tabs .item-box:nth-child(4n+1){
    clear:both;
    margin:0 0 5%;
}

/* sub category */

.sub-category-grid .item-box {
    margin-bottom: 2%;
}
.sub-category-grid .item-box:nth-child(3n+1){
    clear: none;
}
.sub-category-grid .item-box:nth-child(4n+1){
    margin: 0 0 2%;
    clear:both;
}

/* custom selects */

.product-selectors select,
.header-selectors-wrapper select{
    opacity:0;
    margin:0;
    min-width:0;
}
.product-selectors .product-sorting > div,
.product-selectors .product-page-size > div{
    display:inline-block;
}
.product-selectors .product-sorting .custom-select,
.product-selectors .product-page-size .custom-select{
    position:relative;
}
.product-selectors .product-page-size .custom-select-text{
    width:60px;
    overflow:hidden;
}
.product-selectors .product-page-size .custom-select select{
    width:60px;
}
.product-selectors .product-page-size .custom-select select option {
    line-height:30px !important;
    padding:5px;
}
.header-selectors-wrapper .custom-select{
    margin:0 15px;
    height:32px;
}
.header-selectors-wrapper .custom-select select{
    padding:0 13px 0 0;
    width:100px;
    height:30px;
    cursor:pointer;
}
.header-selectors-wrapper .custom-select-text{
    background:url(/Themes/Urban/Content/img/header-selector.png) no-repeat 95% center;
    position:absolute; 
    padding:0 6px;
    line-height:32px;
    width:100px;
    font-size:15px;
    text-align:left;
    border:none;
}
.product-selectors .product-sorting{
    margin:0 6px 0 0;
}


}
/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1171px) {

/* GLOBAL STYLES */
.master-wrapper-content {
    width:100%;
}
.master-wrapper-content .page-title {
    margin: -1px 0 35px;
}
.center-side-wrapper{
    overflow:hidden;
    max-width:1170px;
    margin:0 auto 60px;
}
.home-page .topic-html-content-body{
    max-width:none;
}

/* HEADER-MENU */
 

.header.normal .header-menu .top-menu{
    width:auto;
    max-width:none;
}

/* FOOTER */

.footer-lower > div{
    margin:0;
}
.footer-tax-shipping{
    float:right;
}
.footer-disclaimer{
    float:none;
    display:inline-block;
}

/* CATEGORY PAGE & GRIDS */
.center-2 {
	width: 75%;
    max-width:870px;
}
.side-2 {
	width: 23%;
}
.item-box {
	width: 270px; 
    margin:0 0 50px 30px;
}
.item-box:nth-child(4n+1){
    clear:both;
    margin:0 0 50px 0;
}
.twocolumns .item-box:nth-child(4n+1){
    clear:none;
    margin:0 0 50px 30px;
}
.twocolumns .item-box:nth-child(3n+1){
    clear:both;
    margin:0 0 50px;
}
.home-page .item-grid {
    width: 1170px;
}
.center-side-wrapper.onecolumn{
    max-width:none;
}
.home-page-category-grid .item-box .title a {
    padding: 97px 10px 0;
}
.home-page-category-grid .item-box .title.small-title a {
    padding: 74px 103px 0;
    width: 100%;
}
.home-page-category-tabs{
    min-height:480px;/*when load/reload*/
}
.home-page .home-page-product-grid,
.home-page .bestsellers{
    margin: 0 auto 100px;
    max-width: 1170px;
    overflow: hidden;
}

/*home page left side title grid*/

.home-page .home-page-product-grid .title, 
.home-page .bestsellers .title{
    width:270px;
    margin: 0;
}
    .home-page .bestsellers .title {
        max-height:290px;
        overflow:hidden;
    }
.home-page .home-page-product-grid .item-grid, 
.home-page .bestsellers .item-grid{
    width:100%;
    margin:0;
    padding:0;
}

/* PRODUCT PAGE */

.gallery {
	width: 57.5%;
    text-align: center;
}
.product-details-page .overview {
	width: 40%;
}
.product-details-page .discontinued-product {
    position: absolute;
    width: 673px;
    left: -702px;
    text-align: center;
    z-index: 2;
}
.product-details-page .discontinued-product h4 {
    border: none;
}
.ui-tabs .inputs label {
	width: 290px;
}
.sub-category-grid .item-box{
    width:24.25%;
    margin:0 0 1% 1%;
}
.sub-category-grid .item-box:nth-child(4n+1){
    margin:0 0 1% 0;
}
.sub-category-grid .item-box:nth-child(2n) .picture{
    margin:10px 0 0;
}


/* REGISTRATION, LOGIN, MY ACCOUNT */

.page.login-page .page-body {
    border: none;
    padding: 0;
}
.return-request-page label {
	width: 440px;
}

/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .totals {
	width: 30%;
}
.cart-collaterals {
	width: 70%;
}
.cart-collaterals .deals {
	width: 48%;
}
.cart-collaterals .shipping {
	width: 50%;
}
.checkout-page .edit-address label {
	width: 440px;
}
.checkout-page .opc .edit-address label {
	width: 430px;
}

/* FORUM & PROFILE */

.forum-search-page .advanced-search .inputs label {
	width: 440px;
}
.forum-edit-page label,
.private-message-send-page label {
	width: 365px;
}
.product-selectors select option{
    padding:8px 0 !important;
}

/***** vyna ******/
.sub-category-grid .item-box:nth-child(4n+1) {
   margin: 0;
}

}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
.category-navigation {
    overflow: hidden;
    margin: 0 0 15px;
}

    .category-navigation a {
        overflow: hidden;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 40%;
    }

        .category-navigation a:empty {
            opacity: 0.5;
        }

    .category-navigation .prev {
        float: left;
     /*   background: url(/Plugins/Widgets.DodSubCategoryNextPrev/contents/styles/images/prev.png) center left no-repeat;*/
        padding: 5px 0 5px 12px;
        text-align: left;
    }

        .category-navigation .prev:before {
            content: "\003C";
            font-weight: bold;
            margin-right: 10px;
        }

    .category-navigation .next {
        float: right;
     /*   background: url(/Plugins/Widgets.DodSubCategoryNextPrev/contents/styles/images/next.png) center right no-repeat;*/
        padding: 5px 12px 5px 0;
        text-align: right;
    }

        .category-navigation .next:after {
            content: "\003E";
            font-weight: bold;
            margin-left: 10px;
        }

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */

.slider-wrapper img {
    max-width: 100%;
}
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
    .nivo-slice img{
        max-width: none;
    }
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
    max-width: none;
}

/* Caption styles */

.no-captions .nivo-caption {
    display: none !important;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    /*filter: alpha(opacity=8);*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

    /*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/


.slider-wrapper {
    position: relative;
    z-index: 1;
    margin: 0 0 2%;
}

.nivo-controlNav {
    display: none;
}


@media all and (max-width: 480px) {
    /*one banner only*/
    .home-page-category-grid .oneBannerIncluded .item-box .title::after {
        top: auto;
        bottom: -15px;
        border-style: solid none none;  
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #282828;
    }
    .home-page-category-grid .oneBannerIncluded .item-box:nth-child(2n+1) .picture {
        margin: 0 0 25px;
    }
    .home-page-category-grid .oneBannerIncluded .item-box:nth-child(2n+1) .title {
        position: relative;
    }
    /*two banners only*/

    .home-page-category-grid.banner-included .item-box .picture {
        margin: 0;
    }
    .home-page-category-grid.banner-included .item-box .title {
        position: relative;
    }
    .home-page-category-grid.banner-included .item-box .title:after {
        top: auto;
        bottom: -30px;
        border-top: 15px solid #282828;
        border-bottom: 15px solid transparent;
    }
}


@media all and (min-width: 481px) and (max-width: 768px) {

/* categories with 2 banners */
    .banner-included .item-box.box-number-2,
    .banner-included .item-box.box-number-4,
    .banner-included .item-box.box-number-6,
    .banner-included .item-box.box-number-8,
    .banner-included .item-box.box-number-10,
    .banner-included .item-box.box-number-12,
    .banner-included .item-box.box-number-14,
    .banner-included .item-box.box-number-16,
    .banner-included .item-box.box-number-18 {
        margin: 0 0 2% 2%;
    }

/* categories with 1 banner */

    .oneBannerIncluded .clearingWrapper {
        overflow: hidden;
        clear: both;
        display: block;
    }
        .oneBannerIncluded .clearingWrapper .item-box {
            float: right;
        } 

    .oneBannerIncluded .item-box.box-number-2 {
        margin: 0 0 2% 2% !important;
    } 
    .banner-included .oneBannerIncluded .item-box.box-number-2,
    .banner-included .oneBannerIncluded .item-box.box-number-4,
    .banner-included .oneBannerIncluded .item-box.box-number-6,
    .banner-included .oneBannerIncluded .item-box.box-number-8,
    .banner-included .oneBannerIncluded .item-box.box-number-10,
    .banner-included .oneBannerIncluded .item-box.box-number-12,
    .banner-included .oneBannerIncluded .item-box.box-number-14,
    .banner-included .oneBannerIncluded .item-box.box-number-16,
    .banner-included .oneBannerIncluded .item-box.box-number-18 {
        margin: 0 2% 2% 0;
    }



}

@media all and (max-width: 1000px) {
   
    .home-slider .logo-wrapper {
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        box-shadow: 0 1px 0 rgba(255,255,255,0.25);
    }

    a.nivo-prevNav, a.nivo-nextNav {
        display: none;
    }
    .item-grid .slider-wrapper{
        clear:both;
        display:block;
        width:100%;
        overflow:hidden;
    }

}

@media all and (min-width: 1001px) {

    .nivo-controlNav {
        display: block;
    }

    .home-slider .slider-wrapper {
        min-height: 114px;
    }

    .home-slider .subheader-wrapper {
        position: absolute;
        top: 56px;
        z-index: 2;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
        box-shadow: 0 1px 0 rgba(255,255,255,0.25);
    }

    .admin-header-links ~ .subheader-wrapper {
        top: 91px;
    }
    .home-page-category-grid.banner-included .item-box{
        margin:0 0 1% !important;
    }
    .home-page-category-grid.banner-included .slider-wrapper{
        float:right;
        width:49.5%;
    }
    .home-page-category-grid.banner-included .item-box:last-child{
        float:right !important;
        margin:0 !important;
    }
    .nivo-controlNav > .nivo-control{
        background:#333;
        width:20px;
        height:20px;
        font-size:0;
        margin:0 8px;
    }
    .nivo-controlNav > .nivo-control.active{
        background:#aaa;
    }
    .banner-included .slider-wrapper {
        margin: 0 0 1%;
    }

}


/* DIRECTIONAL NAVIGATION */

.nivo-directionNav a {
    width: 153px;
    height: 106px;
    top: 50%;
    margin-top: -53px;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
    font-size: 0;
}

a.nivo-prevNav {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Urban/Content/nivo/slider-arrow-left.png);
    left: 1%;
}

a.nivo-nextNav {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Urban/Content/nivo/slider-arrow-right.png);
    right: 1%;
}

.nivo-directionNav a:hover {
    opacity: 0.7;
}

/* BULLET NAVIGATION */ /*removed*/

.nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0;
    font-size: 0;
    z-index:5;
}
.nivo-thumbs-enabled .nivo-control {
    width: 118px;
    height: 60px;
    font-size: 0;
    background: #333;
    border: 1px solid #333;
    vertical-align:top;
    background:transparent;
} 
.nivo-control {
    display: inline-block;
    margin:0 15px;
    width:50px;
    height:62px;
    border:none;
    font-size:62px;
    line-height:62px;
    color:#333;
    font-family:proxima-nova;
}

    .nivo-control.active,
    .nivo-control:hover {
        border-color: #fff;
    }

/*HP banners*/

@media all and (min-width: 769px) {

    .item-grid .slider-wrapper {
        width:49.5%;
        float:left !important;
        clear:both;
        margin:0 0 1%;
    }
    .item-grid .slider-wrapper:first-child {
        float: right !important;
    }
    .home-page-category-grid.banner-included .item-box {
        float: left;
        width:24.25%;
        margin:0 1% 1% 0;
        clear: none;
    }
    .home-page-category-grid.banner-included .item-box.box-number-3,
    .home-page-category-grid.banner-included .item-box.box-number-4 {
        margin: 0 0 1% 1%;
    }
    .home-page-category-grid.banner-included .item-box.box-number-8,
    .home-page-category-grid.banner-included .item-box.box-number-12,
    .home-page-category-grid.banner-included .item-box.box-number-16 {
        margin: 0 0 1% 0;
    }
    .home-page-category-grid.banner-included .item-box.box-number-5,
    .home-page-category-grid.banner-included .item-box.box-number-9,
    .home-page-category-grid.banner-included .item-box.box-number-15 {
        clear: both;
    }

/*categories titles*/

    .home-page-category-grid.banner-included .item-box .title.big-title a{
        padding:18% 7% 0;
    }
    .home-page-category-grid.banner-included .item-box .title.big-title a span{
        top:12px;
    }
    .home-page-category-grid.banner-included .item-box .title.big-title a span:before{
        margin:0 0 5px -15px;
    }

/* categories one banner only */
    
    .home-page-category-grid .oneBannerIncluded .item-box.box-number-1 {
        float: right;
    } 
    .oneBannerIncluded .item-box.box-number-6.oneBannerOnly,
    .oneBannerIncluded .item-box.box-number-10.oneBannerOnly,
    .oneBannerIncluded .item-box.box-number-14.oneBannerOnly,
    .oneBannerIncluded .item-box.box-number-18.oneBannerOnly,
    .oneBannerIncluded .item-box.box-number-22.oneBannerOnly {
        margin-right: 0;
    }

    .oneBannerIncluded .item-box.oneBannerOnly {
        margin: 0 0 1% 1% !important;
    }
    .oneBannerIncluded .item-box.box-number-3.oneBannerOnly,
    .oneBannerIncluded .item-box.box-number-7.oneBannerOnly,
    .oneBannerIncluded .item-box.box-number-11.oneBannerOnly,
    .oneBannerIncluded .item-box.box-number-15.oneBannerOnly,
    .oneBannerIncluded .item-box.box-number-19.oneBannerOnly {
        margin: 0 0 1% !important;
    }
    .oneBannerIncluded .item-box.box-number-5.oneBannerOnly,
    .oneBannerIncluded .item-box.box-number-9.oneBannerOnly,
    .oneBannerIncluded .item-box.box-number-15.oneBannerOnly {
        clear: none;
    }

/* end */

}

@media all and (min-width: 1001px) and (max-width:1170px) {

/*main slider only*/

    a.nivo-prevNav {
        background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Urban/Content/nivo/main-slider-arrow-left.png);
        left: 1%;
        width:80px;
        height:80px;
        border:none;
    }
    a.nivo-nextNav {
        background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Urban/Content/nivo/main-slider-arrow-right.png);
        right: 1%;
        width:80px;
        height:80px;
        border:none;
    }
    a.nivo-prevNav:hover,
    a.nivo-nextNav:hover{
        border:none;
    }

}


@media all and (min-width: 1001px) {

.clearingWrapper {
    clear: both;
}

/* categories two banners */

    .home-page-category-grid.banner-included .item-box {
        width:49.5%;
        margin: 0 1% 1% 0 !important;
    }

    .home-page-category-grid.banner-included .box-number-3,
    .home-page-category-grid.banner-included .box-number-4 {
        margin: 0 0 1% 1% !important;
    }
    
    .home-page-category-grid.banner-included .box-number-6,
    .home-page-category-grid.banner-included .box-number-8,
    .home-page-category-grid.banner-included .box-number-10,
    .home-page-category-grid.banner-included .box-number-12,
    .home-page-category-grid.banner-included .box-number-14,
    .home-page-category-grid.banner-included .box-number-16 {
        margin: 0 0 1% 0 !important;
        clear: none;
    }

/* categories withe 2 banners - second banner position */

    .slider-wrapper.no-captions:nth-child(5) {
        clear: both;
        float: left !important;
    }

/* end */

    .home-page-category-grid.banner-included .box-number-6 .title,
    .home-page-category-grid.banner-included .box-number-10 .title,
    .home-page-category-grid.banner-included .box-number-14 .title {
        right: 0;
        left: auto;
    }
    .home-page-category-grid.banner-included .box-number-6 .title:after,
    .home-page-category-grid.banner-included .box-number-10 .title:after,
    .home-page-category-grid.banner-included .box-number-14 .title:after {
        border-color: rgba(0, 0, 0, 0) #282828 rgba(0, 0, 0, 0);
        border-style: solid solid solid none;
        border-width: 14px 14px 14px medium;
        left: -14px;
        margin: -10px 0 0;
        top: 50%;
    }
    .home-page-category-grid.banner-included .box-number-6 .picture,
    .home-page-category-grid.banner-included .box-number-10 .picture,
    .home-page-category-grid.banner-included .box-number-14 .picture {
        float: left;
    }

    .home-page-category-grid.banner-included .box-number-7 .title,
    .home-page-category-grid.banner-included .box-number-11 .title,
    .home-page-category-grid.banner-included .box-number-15 .title {
        left: 0;
        right: auto;
    }
    .home-page-category-grid.banner-included .box-number-7 .title:after,
    .home-page-category-grid.banner-included .box-number-11 .title:after,
    .home-page-category-grid.banner-included .box-number-15 .title:after {
        border-bottom: 14px solid rgba(0, 0, 0, 0);
        border-left: 14px solid #282828;
        border-top: 14px solid rgba(0, 0, 0, 0);
        left: auto;
        margin: -10px 0 0;
        right: -14px;
        top: 50%;
        border-width: 14px 0 14px 14px;
    }
    .home-page-category-grid.banner-included .box-number-7 .picture,
    .home-page-category-grid.banner-included .box-number-11 .picture,
    .home-page-category-grid.banner-included .box-number-15 .picture {
        float: right;
    } 

/* categories around the banners - flipped */

    .home-page-category-grid.banner-included .item-box.box-number-2 .title {
        right: auto;
    }
    .home-page-category-grid.banner-included .item-box.box-number-2 .picture {
        float: right;
    }
    .home-page-category-grid.banner-included .item-box.box-number-1 .title,
    .home-page-category-grid.banner-included .item-box.box-number-3 .title {
        right: 0;
        left: auto;
    }
    .home-page-category-grid.banner-included .item-box.box-number-2 .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-4 .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-7 .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-8 .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-11 .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-12 .title:after {
        border-color: transparent transparent transparent #282828;
        border-style: solid;
        border-width: 14px;
        left: auto;
        margin: -10px 0 0;
        right: -28px;
        top: 50%;
    }
    .home-page-category-grid.banner-included .item-box.box-number-1 .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-3 .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-5 .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-6 .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-9 .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-10 .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-13 .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-14 .title:after {
        top: 50%;
        right: auto;
        left: -14px;
        margin: -10px 0 0 0;
        border-color: transparent #282828;
        border-style: solid solid solid none;
        border-width: 14px 14px 14px medium;
    }
    .home-page-category-grid.banner-included .item-box.box-number-1 .picture,
    .home-page-category-grid.banner-included .item-box.box-number-3 .picture {
        float: left;
    }

/* end */

/*categories one banner only*/


    .home-page-category-grid .oneBannerIncluded .item-box.box-number-2 {
        clear: none;
    }
    .home-page-category-grid .oneBannerIncluded .box-number-3,
    .home-page-category-grid .oneBannerIncluded .box-number-5,
    .home-page-category-grid .oneBannerIncluded .box-number-7,
    .home-page-category-grid .oneBannerIncluded .box-number-9,
    .home-page-category-grid .oneBannerIncluded .box-number-11,
    .home-page-category-grid .oneBannerIncluded .box-number-13,
    .home-page-category-grid .oneBannerIncluded .box-number-15 {
        margin: 0 0 1% 0 !important;
    }
    .home-page-category-grid .oneBannerIncluded .box-number-6,
    .home-page-category-grid .oneBannerIncluded .box-number-8,
    .home-page-category-grid .oneBannerIncluded .box-number-10,
    .home-page-category-grid .oneBannerIncluded .box-number-12,
    .home-page-category-grid .oneBannerIncluded .box-number-14,
    .home-page-category-grid .oneBannerIncluded .box-number-16,
    .home-page-category-grid .oneBannerIncluded .box-number-18,
    .home-page-category-grid .oneBannerIncluded .box-number-20 {
        margin: 0 0 1% 1% !important;
    }

    .home-page-category-grid.banner-included .item-box.box-number-2.oneBannerOnly .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-4.oneBannerOnly .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-7.oneBannerOnly .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-8.oneBannerOnly .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-11.oneBannerOnly .title:after,
    .home-page-category-grid.banner-included .item-box.box-number-12.oneBannerOnly .title:after {
        border-color: transparent #282828 transparent transparent;
        border-style: solid;
        border-width: 14px;
        left: -28px;
        margin: -10px 0 0;
        right: auto;
        top: 50%;
    }

    .home-page-category-grid.banner-included .item-box.box-number-5.oneBannerOnly .title::after, 
    .home-page-category-grid.banner-included .item-box.box-number-6.oneBannerOnly .title::after, 
    .home-page-category-grid.banner-included .item-box.box-number-9.oneBannerOnly .title::after, 
    .home-page-category-grid.banner-included .item-box.box-number-10.oneBannerOnly .title::after, 
    .home-page-category-grid.banner-included .item-box.box-number-13.oneBannerOnly .title::after, 
    .home-page-category-grid.banner-included .item-box.box-number-14.oneBannerOnly .title::after {
        right: -28px;
        left: auto;  
        border-width: 14px;
        border-color: transparent transparent transparent #282828;
        border-style: solid;      
    }


/* categories with 1 banner flipped */
    .oneBannerIncluded .item-box.box-number-4.oneBannerOnly .title {
        left: auto;
        right: 0;
    }
    .oneBannerIncluded .item-box.box-number-4.oneBannerOnly .picture {
        float: none;
    }
    .oneBannerIncluded .item-box.box-number-5.oneBannerOnly .title,
    .oneBannerIncluded .item-box.box-number-6.oneBannerOnly .title,
    .oneBannerIncluded .item-box.box-number-9.oneBannerOnly .title,
    .oneBannerIncluded .item-box.box-number-10.oneBannerOnly .title,
    .oneBannerIncluded .item-box.box-number-13.oneBannerOnly .title,
    .oneBannerIncluded .item-box.box-number-14.oneBannerOnly .title {
        left: 0;
        right: auto;
    }
    .oneBannerIncluded .item-box.box-number-5.oneBannerOnly .picture,
    .oneBannerIncluded .item-box.box-number-6.oneBannerOnly .picture,
    .oneBannerIncluded .item-box.box-number-9.oneBannerOnly .picture,
    .oneBannerIncluded .item-box.box-number-10.oneBannerOnly .picture,
    .oneBannerIncluded .item-box.box-number-13.oneBannerOnly .picture,
    .oneBannerIncluded .item-box.box-number-14.oneBannerOnly .picture {
        float: right;
    }

    .oneBannerIncluded .item-box.box-number-7.oneBannerOnly .title,
    .oneBannerIncluded .item-box.box-number-8.oneBannerOnly .title,
    .oneBannerIncluded .item-box.box-number-11.oneBannerOnly .title,
    .oneBannerIncluded .item-box.box-number-12.oneBannerOnly .title,
    .oneBannerIncluded .item-box.box-number-15.oneBannerOnly .title,
    .oneBannerIncluded .item-box.box-number-16.oneBannerOnly .title {
        left: auto;
        right: 0;
    }
    .oneBannerIncluded .item-box.box-number-7.oneBannerOnly .picture,
    .oneBannerIncluded .item-box.box-number-8.oneBannerOnly .picture,
    .oneBannerIncluded .item-box.box-number-11.oneBannerOnly .picture,
    .oneBannerIncluded .item-box.box-number-12.oneBannerOnly .picture,
    .oneBannerIncluded .item-box.box-number-15.oneBannerOnly .picture,
    .oneBannerIncluded .item-box.box-number-16.oneBannerOnly .picture {
        float: left;
    }

/*end*/


/*HOMEPAGE BANNERS AND CATEGORIES FINAL*/

    .home-page-category-grid .item-box .picture a::before {
        padding-top: 100%;
    }


}

/*********** CUSTOMER ACTION POPUP **************/

#action_modal {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 650px; 
    margin: 20px auto;
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.menu-title {
	text-align: center;
}
.mega-menu,
.header-menu .menu-title,
.mega-menu .dropdown {
	display: none;
}	
.mega-menu .topic-wrapper {
	display: none;
} 
.mega-menu-responsive{
    overflow:hidden;
}
.mega-menu-responsive li{
    display:block;
    width:auto;
    height:auto;
    text-indent:0;
}


@media all and (min-width: 1001px) {


/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	display: block;
	position: relative;
}
.mega-menu-responsive {
	display: none !important;
}
.mega-menu .dropdown {
	display: none;
	position: absolute;
	overflow: hidden;
	background: #fff;
	padding: 10px;
	z-index: 3; /*necessary if there is a :before or :after with another z-index*/
	margin-top: -1px;
	margin-left: -11px;
}
.mega-menu .dropdown.active {
	display: block;
}
.mega-menu .dropdown.fullWidth {
	left: 50%;
	margin-left: -490px;
	width: 980px;
}

/*menu with images*/
.header.mobile .mega-menu .dropdown.categories.fullWidth,
.header.mobile .mega-menu .dropdown.manufacturers.fullWidth,
.header.mobile .mega-menu .dropdown.vendors.fullWidth {
    width:470px;
    right:375px;
    left:auto;
    padding:40px;
    position:fixed;
    height:100%;
    box-shadow:none;
    overflow:hidden;
}
.header.mobile .mega-menu .dropdown.categories.fullWidth:after,
.header.mobile .mega-menu .dropdown.manufacturers.fullWidth:after,
.header.mobile .mega-menu .dropdown.vendors.fullWidth:after {
    display:none;
}
.header.mobile .mega-menu .dropdown.categories.fullWidth .box,
.header.mobile .mega-menu .dropdown.manufacturers.fullWidth .box,
.header.mobile .mega-menu .dropdown.vendors.fullWidth .box {
    margin:0 0 10px 0;
    padding:20px;
    height:190px;
    width:190px;
    position:relative;
    background:#282828;
    clear:both;
}
.header.mobile .mega-menu .dropdown.categories.fullWidth .box:after,
.header.mobile .mega-menu .dropdown.manufacturers.fullWidth .box:after,
.header.mobile .mega-menu .dropdown.vendors.fullWidth .box:after {
    border-color: transparent transparent transparent #282828;
    border-style: solid;
    border-width: 11.5px 0 11.5px 12px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 0;
    margin:-17px 0 0 0;
}
.header.mobile .mega-menu .dropdown.fullWidth .box .picture,
.header.mobile .mega-menu .dropdown.manufacturers.fullWidth .box ul,
.header.mobile .mega-menu .dropdown.vendors.fullWidth .box ul {
    position:absolute;
    left:200px;
    top:0;
    width:190px;
    height:190px;
}
.header.mobile .mega-menu .dropdown.manufacturers.fullWidth .box ul li,
.header.mobile .mega-menu .dropdown.vendors.fullWidth .box ul li {
    display:block;
    height:100%;
}
.dropdown.fullWidth .box .picture a,
.header.mobile .mega-menu .dropdown.manufacturers.fullWidth .box ul a,
.header.mobile .mega-menu .dropdown.vendors.fullWidth .box ul a {
    display:block;
    position:relative;
    height:100%;
}
.dropdown.fullWidth .box .picture a>img,
.header.mobile .mega-menu .dropdown.manufacturers.fullWidth .box ul img,
.header.mobile .mega-menu .dropdown.vendors.fullWidth .box ul img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.header.mobile .mega-menu .dropdown.fullWidth .box .title{
    border:none;
    margin:0;
}
.header.mobile .mega-menu .dropdown.fullWidth .box .title a{
    color:#fff;
    font-size:16px;
    line-height:36px;
    letter-spacing:4.5px;
    margin:0;
    padding:0;
    -webkit-transition:all .25s ease;
    transition:all .25s ease;
}
.header.mobile .mega-menu .dropdown.fullWidth .box .title:hover a{
    color:#898989;
}
.header.mobile .mega-menu .dropdown.fullWidth .box .subcategories{
    margin:0;
    max-height:125px;
    overflow:hidden;
}
.header.mobile .mega-menu .dropdown.fullWidth .box .subcategories a{
    color:#898989;
    font-size:13px;
    line-height:25px;
    padding:0 0 0 15px;
    transition:all .25s ease;
}
.header.mobile .mega-menu .dropdown.fullWidth .box .subcategories li{
    position:relative;
}
.header.mobile .mega-menu .dropdown.fullWidth .box .subcategories li:hover a{
    color:#fff;
}
.header.mobile .mega-menu .dropdown.fullWidth .box .subcategories > li::before {
    background: none repeat scroll 0 0 #3e3e3e;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 6px;
    border-radius:3px;
    -webkit-transition:all .25s ease;
    transition:all .25s ease;
}
.header.mobile .mega-menu .dropdown.fullWidth .box .subcategories > li:hover:before{
    background-color:#fff;
}
.header.mobile .mega-menu>li:hover:before{
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11.5px 0 11.5px 12px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: 0;
    width: 0;
    top:0;
    bottom:0;
    margin:auto;
}
.header.mobile .mega-menu > li.social-icons:hover::before{
    display:none;
}


/*mmega menu mobile look every second box*/
.header.mobile .mega-menu .dropdown.fullWidth .box:nth-child(2n){
    float:right;
}
    .header.mobile .mega-menu .dropdown.categories.fullWidth .box:nth-child(2n):after,
    .header.mobile .mega-menu .dropdown.manufacturers.fullWidth .box:nth-child(2n):after,
    .header.mobile .mega-menu .dropdown.vendors.fullWidth .box:nth-child(2n):after {
        border-color: transparent #282828 transparent transparent;
        border-style: solid;
        border-width: 11.5px 12px 11.5px 0;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        left: -12px;
        top: 50%;
        width: 0;
        margin:-17px 0 0 0;
    }
    .header.mobile .mega-menu .dropdown.fullWidth .box:nth-child(2n) .picture,
    .header.mobile .mega-menu .dropdown.manufacturers.fullWidth .box:nth-child(2n) ul,
    .header.mobile .mega-menu .dropdown.vendors.fullWidth .box:nth-child(2n) ul {
        position:absolute;
        left:-200px;
        top:0;
        width:190px;
        height:190px;
    }

/*mega menu normal view desktop list*/
.header.normal  .social-icons {
    display: none !important;
}

.header.normal .mega-menu>li{
    float:left;
    border-bottom:1px solid transparent;
    -webkit-transition:all 0.15s ease;
    transition:all .15s ease;
    position:static;
    height: 34px;
    margin: 0;
}
.header.normal .mega-menu>li:hover{
    border-bottom:1px solid #898989;
    
}
.header.normal .mega-menu>li:hover>a{
    color:#898989;
}
.header.normal .mega-menu>li>a,
.header.normal .mega-menu>li>span{
    text-transform:uppercase;
    color:#333;
    transition:all 0.3s ease;
}
.header.normal .mega-menu .dropdown.categories{
    margin:0; 
}
.header.normal .mega-menu .dropdown.categories .box li{
    position: relative;
    height:auto;
    margin:0;
    padding:0;
}
.header.normal .mega-menu .dropdown.categories .box li a{
    line-height:30px;
    display:block;
}
.header.normal .mega-menu .dropdown.categories .box .title strong{
    font-size:14px;
    line-height:30px;
}
.header.normal .mega-menu .dropdown.categories .box{
    width:200px;
    padding:0;
}
/*normal menu infinite list*/
.header.normal .mega-menu>li>.sublist-wrap{
    margin:0;
}

.header.normal .mega-menu > li > .sublist-wrap .sublist-wrap {
    top: -10px;
}

/*vendors*/
.header.normal .header-menu .mega-menu .sublist-wrap{
    top:auto;
}

/*NORMAL MENU WITH IMAGES*/

.header.normal .mega-menu .dropdown.categories.fullWidth{
    padding:20px 20px 10px 20px;
    width:830px;
    position:absolute;
    left:0;
    box-shadow:0px 3px 3px rgba(200,200,200,.85);
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box{
    margin:0 210px 10px 0;
    height:190px;
    width:190px;
    padding:20px;
    position:relative;
    background:#282828;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box:nth-child(2n){
    margin:0 200px 10px 0;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box:after{
        border-color: transparent transparent transparent #282828;
        border-style: solid;
        border-width: 11.5px 0 11.5px 12px;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: -12px;
        top: 50%;
        width: 0;
        margin:-17px 0 0 0;
    }
.header.normal .mega-menu .dropdown.categories.fullWidth .box .title,
.header.normal .mega-menu .dropdown.categories.fullWidth .box .subcategories{
    width:100%;
    border:none;
    margin:0;
    max-height:130px;
    overflow:hidden;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box .title a{
    color:#fff;
    font-size:16px;
    line-height:20px;
    letter-spacing:4px;
    margin:0;
    padding:0;
    -webkit-transition:all .25s ease;
    transition:all .25s ease;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box .title a:hover{
    color:#898989;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box .picture{
    position:absolute;
    top:0;
    left:200px;
    width:190px;
    height:190px;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box .subcategories a{
    color:#898989;
    font-size:13px;
    line-height:30px;
    padding:0 0 0 15px;
    -webkit-transition:all .25s ease;
    transition:all .25s ease;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box .subcategories a:hover{
    color:#fff;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box .subcategories li:before{
    background: none repeat scroll 0 0 #3e3e3e;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 6px;
    border-radius:3px;
    -webkit-transition:all .25s ease;
    transition:all .25s ease;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box .subcategories li:hover:before{
    background:#fff;
}
.header.normal .mega-menu{
    position:inherit;
}
/*make dropdown to be absolute to element below*/
.header-top-strip {
    position: relative;
    z-index:1000 !important;
}

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
}
.dropdown .box {
	float: left;
	padding: 0 15px 20px;
}
.categories.fullWidth .box {
	width: 25%;
}
.manufacturers.dropdown,
.vendors.dropdown {
    margin:0;
    box-shadow:0 1px 1px rgba(200, 200, 200, 0.5);
}
.manufacturers.dropdown .box,
.vendors.dropdown .box {
    width:200px;
    padding:0;
}
.categories .box,
.mega-menu.dropdown .box {
	width: 200px;
    padding:0;
}
.manufacturers .box ul li,
.vendors .box ul li {
    margin:0;
    height:auto;
}
.manufacturers .box ul li:hover,
.vendors .box ul li:hover {
    color:#333;
}
.manufacturers .box ul li a,
.vendors .box ul li a {
    line-height:30px;
}
.mega-menu .title {
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	text-align: left;
    line-height:30px;
    font-size:14px;
    color:#333;
}
.mega-menu .title strong {
	font-weight: normal;
}
.mega-menu .title a {
}
.mega-menu .title a:hover {
	color: #555;
}
.mega-menu .picture {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-align: center;
}
.mega-menu .picture a {
	display: block;
}
.mega-menu .subcategories {
	margin-left: 100px;
}
.mega-menu .box ul {
	margin-top: 5px;
}
.mega-menu .box li {
	margin-top: 8px;
	text-align: left;
}
.mega-menu li a.view-all {
	font-weight: bold;
	background: none;
}
.manufacturers.fullWidth .box,
.vendors.fullWidth .box {
	width: 16.66666%;
}
.manufacturers.fullWidth li *,
.vendors.fullWidth li * {
	background: none !important;
	padding-left: 0;
}
.mega-menu .topic-wrapper {
	display: block;
	overflow: hidden;
}
.mega-menu .topic-wrapper p {
	font-size: 11px;
	line-height: 20px;
}
.mega-menu .topic-wrapper strong {
	display: block;
	border-bottom: 1px solid #999;
	padding: 8px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #222;
}

/*manufacturers with images*/

.header.normal .manufacturers.dropdown.fullWidth,
.header.normal .vendors.dropdown.fullWidth {
    padding:20px 20px 10px 20px;
    width:830px;
    margin:0;
    left:0;
}
.normal .manufacturers.dropdown.fullWidth .box,
.normal .vendors.dropdown.fullWidth .box {
    background: none repeat scroll 0 0 #282828;
    height: 210px;
    margin: 0 210px 10px 0;
    padding: 20px;
    position: relative;
    width: 190px;
}
.normal .manufacturers.dropdown.fullWidth .box:nth-child(2n),
.normal .vendors.dropdown.fullWidth .box:nth-child(2n) {
    margin:0 200px 10px 0;
}
.normal .manufacturers.dropdown.fullWidth .box:after,
.normal .vendors.dropdown.fullWidth .box:after {
border-color: transparent transparent transparent #282828;
    border-style: solid;
    border-width: 11.5px 0 11.5px 12px;
    content: "";
    display: block;
    height: 0;
    margin: -17px 0 0;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 0;
}
.normal .manufacturers.dropdown.fullWidth .box .title,
.normal .vendors.dropdown.fullWidth .box .title {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    border:none;
    color:#fff;
    letter-spacing:4px;
}
.normal .manufacturers.dropdown.fullWidth .box ul,
.normal .vendors.dropdown.fullWidth .box ul {
    height: 210px;
    left: 200px;
    position: absolute;
    top: 0;
    width: 190px;
    margin:0;
}
.normal .manufacturers.dropdown.fullWidth .box ul li,
.normal .vendors.dropdown.fullWidth .box ul li {
    height:100%;
}
.normal .manufacturers.dropdown.fullWidth .box li a,
.normal .vendors.dropdown.fullWidth .box li a {
    height: 100%;
    position: relative;
    display:block;
}
.normal .manufacturers.dropdown.fullWidth .box img,
.normal .vendors.dropdown.fullWidth .box img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

}

@media all and (min-width: 1270px) {
    .header.normal .mega-menu .dropdown.categories.fullWidth,
    .header.normal .mega-menu .dropdown.manufacturers.fullWidth,
    .header.normal .mega-menu .dropdown.vendors.fullWidth {
        width:1230px;
        left:-270px; 
    }
    .header.normal .mega-menu .dropdown.categories.fullWidth .box:nth-child(2n),
    .header.normal .mega-menu .dropdown.manufacturers.fullWidth .box:nth-child(2n),
    .header.normal .mega-menu .dropdown.vendors.fullWidth .box:nth-child(2n) {
        margin:0 210px 10px 0;
    }
    .header.normal .mega-menu .dropdown.categories.fullWidth .box:nth-child(3n),
    .header.normal .mega-menu .dropdown.manufacturers.fullWidth .box:nth-child(3n),
    .header.normal .mega-menu .dropdown.vendors.fullWidth .box:nth-child(3n) {
        margin:0 200px 10px 0;
    }
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.ajaxCart {
    position: absolute;
    z-index: 1070;
    padding: 1px !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
}
.ajaxCart li {
	list-style: none;
}

.ajaxCart .k-window-titlebar.k-header {
	margin: 0 !important;
	padding: 10px;
	border-bottom: 1px solid #999;
	background: #bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button1.png) top repeat-x;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 0;
	z-index: 1;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close-hover.png) center no-repeat;
	box-shadow: 0 0 1px #999 inset;
	font-size: 0;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close.png) center no-repeat;
}

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/separator.png) 0 -1px repeat-x;
    color: #555;
    line-height: 18px;
}

/* PRODUCT ADDED TO CART WINDOW */

.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
}

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    width: 120px;
    text-align: center;
}

.productAddedToCartWindowImage a {
	display: block;
	overflow: hidden;
	line-height: 0;
}
.productAddedToCartWindowImage img {
	max-width: 100%;
}

.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.productAddedToCartWindowDescription h1 a {
	color: #333;
}

.productAddedToCartWindowDescription strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.productAddedToCartWindowDescription span {
	display: block;
	margin-bottom: 3px;
	color: #666;
}

.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.productAddedToCartWindowSummary a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.productAddedToCartWindowSummary div {
	margin-top: 10px;
}

.ajaxCart .addProductToCartErrors {
    padding: 10px;
}

/* MINI PRODUCT DETAILS VIEW */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}

.miniProductDetailsView h1 {
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 0 #eee;
}

.miniProductDetailsView .product-name {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 260px;
	height: 17px;
	overflow: hidden;
}

.miniProductDetailsView .product-essential {
	margin: 0;
	overflow: hidden;
}

.miniProductDetailsView .short-description {
	margin-bottom: 10px;
	padding-top: 0;
	border-top: none;
	width: 250px;
}

.miniProductDetailsView .product-essential .gallery {
	margin: 0 20px 0 0;
	width: auto !important;
	float: left;
	overflow: hidden;
}

.miniProductDetailsView .product-essential .picture {
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}

.miniProductDetailsView .product-essential .picture img {
	z-index: 0 !important;
}

.miniProductDetailsView .product-variant-line {
	margin: 0;
}

.miniProductDetailsView .prices {
	margin-bottom: 10px;
}

.miniProductDetailsView .customer-entered-price {
	margin-bottom: 10px;
}

.miniProductDetailsView .enter-price-input {
	padding: 4px;
	width: 69px;
}

.miniProductDetailsView .giftcard {
	padding: 10px 15px;
	background: #fff;
	margin: 0;
}
.miniProductDetailsView .product-collateral {
	margin-top: 10px;
}

.miniProductDetailsView .message-error {
	display: block;
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	color: #c00;
	font-weight: bold;
	font-size: 14px;
}

.miniProductDetailsView .message-error li {
	margin: 5px 0;
}

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/loader.gif) no-repeat fixed 50% 50%;
    opacity: 0.7;
    /*filter: Alpha(opacity = 70);*/
}

.addProductVariantToCartErrors {
    color: #c00;
}
.addProductVariantToCartErrors ul {
	margin: 20px;
}
.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}


/*** QUANTITY BOX & BUY BUTTON ***/

.product-list .ajax-cart-button-wrapper {
	float:left;
}
.product-list .ajax-cart-button-wrapper a:after{
    display:none;
}
.ajax-cart-button-wrapper input[type="text"] {
    text-align: center;
    width: 42px;
    display:none;
}
.hover-2 .buttons-inner-wrapper span,
.hover-2 .buttons-inner-wrapper input{
    display:inline-block;
    background: #333333;
    border: 1px solid;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 16px 13px;
    width:33.33%;
    height:50px;
}
.product-grid .hover-2 .buttons-inner-wrapper input[type='button']:hover,
.product-grid .hover-2 .buttons-inner-wrapper span:hover{
    background:#3d3d3d;
}
.hover-2 .quantityWrapper {
    width: 132px;
    height:50px;
}
.product-list .item-box .hover-2 .quantityWrapper{
    width:auto;
    height:auto;
    float:left;
}
.product-list .item-box .hover-2 .quantityWrapper>*{
    height:68px;
    width:68px;
    padding:0;
    line-height:68px;
    text-align:center;
}
.product-list .item-box .hover-2 .quantityWrapper>span{
    width:45px;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
}
.product-list .item-box .hover-2 .ajax-cart-button-wrapper > input{
    min-width:132px;
    height:68px;
    margin: 0 3px 0 0;
    color:#000;
    background:#ebebeb;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
}
.product-list .hover-2 .ajax-cart-button-wrapper > input:hover{
    background:#e3e3e3;
}
.product-list .item-box .hover-2 .ajax-cart-button-wrapper{
    width:auto;
}
.product-list .hover-2 .buttons-inner-wrapper span,
.product-list .hover-2 .buttons-inner-wrapper input{
    border:none;
}
.product-list .hover-2 .buttons-inner-wrapper .ajax-cart-button-wrapper > *,
.product-list .hover-2 .buttons-inner-wrapper .ajax-cart-button-wrapper .quantityWrapper> *{
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.product-list .hover-2 .buttons-inner-wrapper .ajax-cart-button-wrapper .quantityWrapper> *{
    font-family:'source sans pro';
}
.product-list .hover-2 .quantityWrapper>span:hover{
    background:#444;
}
.product-list .hover-1 .quantityWrapper {
    display: none;
}
.hover-1 .ajax-cart-button-wrapper select{
    display:none;
}

/*** SINGLE PRODUCT WINDOW ***/


.productAddedToCartWindowDescription h1 a:hover {
}
.productAddedToCartWindowDescription strong {
    color:#898989;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}
.productAddedToCartWindowSummary a {
}
.productAddedToCartWindowSummary a:hover {
    text-decoration:underline;
}

.productAddedToCartWindowImage {
    width: auto;
}
.productAddedToCartWindowImage a {
	width: 160px;
	position: relative;
}
.productAddedToCartWindowImage a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.productAddedToCartWindowImage img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
}
.ajaxCart .productAddedToCartWindowCheckout {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid transparent;
    color: #ffffff;
    font-family: source sans pro;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ajaxCart .productAddedToCartWindowCheckout:hover {
    background:#000;
}
.ajaxCart .k-window-titlebar.k-header,
.productAddedToCartWindow, .miniProductDetailsView{
    background:none;
}
.ajaxCart .k-window-titlebar.k-header{
    border-bottom:1px solid #e1e1e1;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a{
    background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Urban/Content/close.png)no-repeat center;
    border:none;
    box-shadow:none;
    height:20px;
    width:20px;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover{
    background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Urban/Content/close.png)no-repeat center;
    border:none;
    box-shadow:none;
}
.productAddedToCartWindowSummary{
    border-top:none;
}
.productAddedToCartWindowTitle{
    font: 18px "source sans pro";
    text-align: left;
    text-transform: uppercase;
    color:#333;
    max-width:95%;
    overflow:hidden;
    height:34px;
}
.productAddedToCartWindowDescription{
    padding:10px 5px 0 0;
}
.productAddedToCartWindowDescription h1{
    margin:0 0 20px;
}
.productAddedToCartWindowDescription h1 a{
    color:#333;
    font-size:14px;
}
.productAddedToCartWindowDescription span{
    color:#333;
}
.productAddedToCartWindowDescription .quantity {
    color: #898989;
}
.productAddedToCartItem {
    margin: 0 0 10px;
    overflow: hidden;
}
.ajaxCart .product-grid .title{
    margin:0 0 20px;
    color: #333333;
    display: block;
    font-family: "source sans pro";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 38px;
    height:40px;
    overflow:hidden;
    position: relative;
    text-transform: uppercase;
    text-align:left;
}
.ajaxCart .product-grid{
    margin:20px 0;
}
.ajaxCart .product-grid .title:before{
    background: #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: auto;
    width: 70px;
}
.ajaxCart {
    width:505px;
}
.ajaxCart .item-box {
    width:32%;
    margin:0 0 3% 2%;
}
.ajaxCart .item-box:nth-child(3n+1){
    margin:0 0 3%;
}
.ajaxCart .item-box .buttons{
    display:none;
}
.ajaxCart .item-box .details{
    padding:0 8px;
}
.ajaxCart .item-box .picture{
    margin:0 0 10px;
}
.ajaxCart .item-box:hover .picture{
    opacity:1;
}
.ajaxCart .item-box .prices{
    height:auto;
}
.ajaxCart .item-box .actual-price{
    font-size:18px;
}

/*** GROPED PRODUCTS WINDOW ***/

.miniProductDetailsView .product-details-page .overview,
.productAddedToCartWindowDescription {
    width: 280px;
    margin: 0;
}
.miniProductDetailsView .product-essential {
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
	padding: 15px 15px 40px;
}
.miniProductDetailsView .product-overview-line:last-child .product-essential{
    border:none !important;
    margin:0;
}
.miniProductDetailsView .product-name {
    font: 18px "source sans pro";
    text-align: left;
    text-transform: uppercase;
    color:#333;
    left:10px;
    width:auto;
    max-width:93%;
    height:24px;
    overflow:hidden;
}
.miniProductDetailsView h1{
    color: #333;
    font-size: 14px;
}
.miniProductDetailsView .picture img {
	position: static;
}
.miniProductDetailsView .attributes {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.miniProductDetailsView .attributes select {
	padding: 4px;
}
.miniProductDetailsView .cart-info {
    overflow: visible;
    min-width: 260px;
}
.miniProductDetailsView .overview .prices,
.miniProductDetailsView .variant-overview .prices{
    margin-top:15px;
}
.miniProductDetailsView .prices {
    border-top:1px solid #eee;
    padding:15px 0 0;
}
.miniProductDetailsView .add-to-cart {
    overflow: hidden;
    margin: 0;
}
.miniProductDetailsView .add-to-cart > *,
.miniProductDetailsView .add-button-wrap {
    float:left;
}
.miniProductDetailsView .product-price{
    display: block;
    font-size: 24px;
    line-height:24px;
    margin-bottom: 10px;
} 

.miniProductDetailsView .gallery .picture::before{
    display:none;
}
.miniProductDetailsView .product-essential .gallery{
    max-width:152px;
}
/*ajaxcart for giftcart*/
.miniProductDetailsView .giftcard {
    width: 457px;
}
.miniProductDetailsView .message-error{
    position:relative;
    float:left;
}
.ajaxCart .k-window-title {
    display: block;
    float: left;
    height: 20px;
    line-height: normal;
    max-width: 92%;
    overflow: hidden !important;
}
.miniProductDetailsView .tier-prices .prices-header strong{
    white-space:nowrap;
    overflow:hidden;
}
.miniProductDetailsView .product-essential .picture{
    background:none;
}

/*AJAX LOADER*/
.nopAjaxCartPanelAjaxBusy, 
.miniProductDetailsPanelAjaxBusy {
  background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Urban/Content/loader_urban2.gif) no-repeat center;
  top: 0;
  left: 0;
  right: 0;
  width: auto !important;
}


@media all and (min-width: 769px) {

    .center-2 .product-list .hover-2 .buttons-inner-wrapper .ajax-cart-button-wrapper > input {
        margin: 0 0 0 3px;
        background-color: #ebebeb;
        color: #000;
    }
    .center-2 .product-list .hover-2 .buttons-inner-wrapper .ajax-cart-button-wrapper > input:hover {
        background-color: #e6e6e6; 
    }
    .center-2 .product-list .hover-2 .buttons-inner-wrapper .ajax-cart-button-wrapper:before,
    .center-2 .product-list .hover-2 .buttons-inner-wrapper > div:first-child:before,
    .center-2 .product-list .hover-2 .buttons-inner-wrapper > div:only-child:before{
        display:none;
    }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 480px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

}

@media all and (min-width: 481px) {

    .product-list .item-box .ribbon-wrapper {
        width: 37%; /*set width according to theme design and layout*/
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
        width: auto;
    }

    .product-list .ribbon-wrapper .picture{
        min-width:250px;
    }

}

/*IMPORTANT: breakpoints range depends on where "view products in list" is available and where is not */
