/************************/
/*       GENERIC        */
/************************/
body, button, input, select, table, textarea {
	font-family: 'Raleway', sans-serif !important;
}

.wrapper {
	overflow: hidden;
}

.video-wrapper {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 40px;
}

.video-wrapper>div {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 25px auto 0 auto;
}

.video-wrapper>div>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p, .cms-page-view .std p, .cms-no-route .std p, .cms-index-index .std p, .std p {
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	color:#333333;
	font-family: 'Raleway', sans-serif;
}

.col-main p {
	margin: 0 0 1.5em;
}

h1, .cms-page-view .std h1, .cms-no-route .std h1, .cms-index-index .std h1, .std h1, .page-title h1 {
	color:#333333;
	text-transform: none;
	font-family: 'Raleway', Verdana, sans-serif;
}

h2, .cms-page-view .std h2, .cms-no-route .std h2, .cms-index-index .std h2, .std h2, .page-title h2, .related-view .block-related .block-title h2 {
	color: #ff9600;
	text-transform: none;
	font-weight: bold;
	font-size:20px;
	font-family: 'Raleway', Verdana, sans-serif;
}

h2:first-letter, .cms-page-view .std h2:first-letter, .cms-no-route .std h2:first-letter, .cms-index-index .std h2:first-letter, .std h2:first-letter, .page-title h2:first-letter, .related-view .block-related .block-title h2:first-letter {
	text-transform: none;
}

.category-posts li.item h2.post-name, .cms-page-view .std .responsive-columns h2 {
	text-transform: capitalize;
}

h2 span.caps, .cms-page-view .std h2 span.caps, .cms-no-route .std h2 span.caps, .cms-index-index .std h2 span.caps, .std h2 span.caps, .page-title h2 span.caps {
	text-transform: none;
}

h2 span.normal, .cms-page-view .std h2 span.normal, .cms-no-route .std h2 span.normal, .cms-index-index .std h2 span.normal, .std h2 span.normal, .page-title h2 span.normal {
	text-transform: none;
}

h3, .cms-page-view .std h3, .cms-no-route .std h3, .cms-index-index .std h3, .std h3, .page-title h3 {
	color:#333333;
	text-transform: none;
	font-weight: bold;
	font-size:18px;
	font-family: 'Raleway', sans-serif;
}

h3 span.caps, .cms-page-view .std h3 span.caps, .cms-no-route .std h3 span.caps, .cms-index-index .std h3 span.caps, .std h3 span.caps, .page-title h3 span.caps {
	text-transform: none;
}

h3:first-letter, .cms-page-view .std h3:first-letter, .cms-no-route .std h3:first-letter, .cms-index-index .std h3:first-letter, .std h3:first-letter, .page-title h3:first-letter {
	text-transform: none;
}

.categorypath-news .category-description .flex-text h3 {
	text-transform: none;
}

h4, .cms-page-view .std h4, .cms-no-route .std h4, .cms-index-index .std h4, .std h4, .page-title h4 {
	color:#333333;
	text-transform: none;
	font-size:16px;
	font-family: 'Raleway', sans-serif;
}

h4:first-letter, .cms-page-view .std h4:first-letter, .cms-no-route .std h4:first-letter, .cms-index-index .std h4:first-letter, .std h4:first-letter, .page-title h4:first-letter {
	text-transform: none;
}

.main-container {
	padding: 1px 0 0;
	margin: 30px auto 60px auto;
}

h2 a:link, 
h2 a:visited {
	color: #ff9600;
}

h2 a:focus,
h2 a:hover,
h2 a:active {
	color: #3399cc;
}

q {
	font-size: 14px;
	margin: 0 auto;
	quotes: "\201C""\201D""\2018""\2019";
	padding: 10px 20px;
	line-height: 2;
	display: block;
	text-align: center;
}

q::before {
	content: open-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: -6px;
	position: relative;
	top: 28px;
	color: #ff9600;
	font-size: 4em;
}
q::after {
	content: close-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: 6px;
	position: relative;
	top: 28px;
	color: #ff9600;
	font-size: 4em;
}

p.who {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin: -2em 0 2em;
}

body .col-main dl.steps {
	counter-reset: num;
	font-family: Raleway;
	color: #333;
	margin: 0 0 3em;
	padding: 0.05em 5% 3.5em;
	background: #f0f8ff;
}

body .col-main dl.steps dt {
	position: relative;
	margin: 2em 0 1em 2.5em;
	font-size: 1.8em;
}

body .col-main dl.steps dt:before {
	content: counter(num);
	counter-increment: num;
	position: absolute;
	left: -2.5em;
	/* padding: 0.05em 0.5em 0.15em; */
	border-radius: 50%;
	background: #3399cc;
	color: #fff;
	/* font-weight: bold; */
	/* font-size: 1.5em; */
	top: -0.3em;
	font: bold 1.2em/2em Raleway;
	padding: 0 0.75em;
}

body .col-main dl.steps dd {
	margin: 0 0 1em 3.2em;
}

body .col-main dl.steps dd img {
	box-sizing: content-box;
	padding: 10px;
	border: 1px solid #000;
	box-shadow: 10px 10px 30px #636363;
	width: 220px;
	float:left;
	transform: rotate(-5deg);
	margin: 1em 1.5em 1em .7em;
}

body .col-main dl.steps dd:after {
	content: '';
	display: table;
	clear: both;
}

.centre {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cms-no-route  .sharethis-inline-share-buttons,.catalog-category-view .sharethis-inline-share-buttons, .evozon-blog-post-view .sharethis-inline-share-buttons, .cms-page-view .sharethis-inline-share-buttons {
	margin: 0 0 1.5em;
} 

body .page-header-container .store-language-container {
	display: none;
	padding: 0;
}

/************************/
/*        FONTS         */
/************************/

@font-face {
	font-family: Raleway;
	src: url(../fonts/LeagueSpartan-Bold.otf);
}
@font-face {
	font-family: NothingYouCouldDo;
	src: url(../fonts/NothingYouCouldDo.ttf);
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/************************/
/*       TABLES         */
/************************/

table.charges,
table.product-inf,
table.flex-table,
table.delivery,
table.qty,
table.cine {  
	width:100%;
	border-collapse: collapse;
	color: #4b4b4b;
	text-align: left;
	margin: 0 auto 20px;
	border-bottom:1px solid #ff9600;
	font-family: 'Raleway';
}

table.charges thead tr,
table.product-inf thead tr,
table.flex-table thead tr,
table.delivery thead tr,
table.qty thead tr,
table.cine thead tr,
table.charges tbody tr:nth-of-type(even),
table.product-inf tbody tr:nth-of-type(even),
table.flex-table tbody tr:nth-of-type(even),
table.delivery tbody tr:nth-of-type(even),
table.qty tbody tr:nth-of-type(even),
table.cine tbody tr:nth-of-type(even) {
	background-color: #ace2f0;
}

table.charges th,
table.product-inf th,
table.flex-table th,
table.delivery th,
table.cine th {
	height: 20px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
}

table.qty th {
	height: 40px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
}

table.delivery tr th:nth-child(2) {
	text-align: right;
}

table.delivery tr th:nth-child(3) {
	text-align: right;
	padding: 0 1em;
}

table.charges td,
table.product-inf td,
table.flex-table td,
table.delivery td,
table.qty td,
table.cine td {
	height: 50px;
	border-top: 1px solid #ff9600;
	border-bottom: none;
	vertical-align: middle;
}

table.charges .priceicon {
	height: 32px;
	display: block;
	margin: 0 auto;
}

table.charges tr td:nth-child(1) {  
	width: 20%;
}

table.charges tr td:nth-child(2) {  
	width: 60%;
}

table.charges tr td:nth-child(3) {  
	width: 20%;
	padding: 0 10px 0 10px;
}

table.charges img {
	padding: 10px;
}

table.product-inf tr td:nth-child(1) {
	width: 12%;
}

table.product-inf tr td:nth-child(2) {
	width: 12%;
}

table.product-inf tr td:nth-child(3) {
	width: 76%;
}

table.flex-table tr td:nth-child(1) {
	width: 20%;
	padding: 1em 0;
}

table.flex-table tr td:nth-child(2) {
	width: 45%;
}

table.flex-table tr td:nth-child(3) {
	width: 35%;
}

table.delivery tr td:nth-child(1) {
	width: 20%;
	padding: 1em 0;
}

table.delivery tr td:nth-child(2) {
	width: 16%;
	text-align: right;
}

table.delivery tr td:nth-child(3) {
	width: 16%;
	text-align: right;
	padding: 0 1em;
}

table.delivery tr td:nth-child(4) {
	width: 43%;
}

table.qty tr td {
	width: 18%;
	text-align: center;
}

table.qty tr td:nth-child(1) {
	width: 10%;
}

table.cine thead th,
table.cine tr td {
	text-align: center;
	width: 33.33%;
}

/************************/
/*        HEAD          */
/************************/

nav ol {
	list-style: none;
	list-style-type: none;
}

.nav-primary a.level0 {
	padding: 0 16px;
}

.nav-primary > li:last-child > a {
	padding: 0 0 0 16px;
}

.page .page-header {
	background: #d8ecf4;
	width:100%;
	max-width:none;
	border-bottom: 1px solid #3399cc;
	padding: 0;
}

.page-header-container {
	width: 100%;
	max-width:1260px;
	margin: 0 auto;
}

.header-language-background {
	background: #2a2a2a;
	height: 44px;
	padding: 0;
	width: 100%;
}

.header-language-background .header-language-container {
	width: 100%;
	max-width:1260px;
}

.header-language-background .header-language-container:after {
	content:'';
	display: table;
	clear: both;
}

.header-social-icons {
	float: left;
	font-size: 20px;
	padding: 6px 0;
}

.header-social-icons>a>.header-social-icon {
	opacity: 1;
	transition: opacity .05s ease-in-out;
	-moz-transition: opacity .05s ease-in-out;
	-webkit-transition: opacity .05s ease-in-out;
	margin-right: 10px;
}

.header-social-icons>a>.header-social-icon:hover {
	opacity:0.5;

}

.skip-link {
	background: none;
}

.logo {
	padding:10px 0 0 0;
	clear:both;
	min-height: 80px;
}

.page-header .burger {
	display :none;
}

.tagline {
	float:left;
	clear:both;
	line-height:30px;
}

#header-nav {
	float:right;
	/*padding-top: 60px;*/
	padding-bottom: 12px;
	display: inline-block;
	border-bottom: none;
	background:none;
}

.header-contact {
	float:right;
	padding-top:20px;
	font-size: 16px;
}

.header-contact a {
	color:#636363;
}

.header-contact-icon {
	margin:0 10px 0 40px;
}

.nav-primary {
	margin-top:0;
}

#header-nav.skip-content li.parent span.showmore {
	display:none;
}

.account-cart-wrapper {
	position: relative;
	float: right;
	max-height: 44px;
}

.header-minicart>.skip-cart {
	padding: 0 0 0 10px;
}

#header-account.skip-active {
	top: 0px;
	right: 0px;
}

/************************/
/*        FOOTER        */
/************************/

.footer-container {
	max-width:none;
	width:100%;
	background: #d8ecf4;
}

.footer {
	width: 100%;
	max-width:1260px;
	margin: 0 auto;
	border: none;
	padding: 0;
}

.footer-bottom {
	border-top: 1px solid #cccccc;
	width: 100%;
	font-size: 11px;
	/*margin-top: 30px;*/
	padding: 30px 0;
	clear: both;
}

.footer-left {
	float:left;
	text-align: left;
}

.footer-right {
	float:right;
	text-align: right;
}

.footer .block-subscribe {
	display:none;
}

.footer .block-title {
	border-top:none;
}

.footer .block-title strong {
	color:#636363;
	font-size:16px;
}

.footer .block-title strong {
	font-weight: bold;
	text-transform: none;
}

.footer-top {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}

.footer .links {
	width:auto;
	text-transform: none;
}

/************************/
/*    FOOTER TWITTER    */
/************************/

.twitter-feed {
	background:#ffeacc;
	display:none;
}

.twitter-feed .footer {
	padding: 20px 0;
}

.twitter-feed .footer:after {
	display: table;
	content: '';
	clear: both;
}

.twitter-feed .footer-twitter-feed-left {
	float:left;
	width:100px;
	min-width:80px;
}

.twitter-feed .footer-twitter-feed-right {
	float:right;
	width:calc(100% - 100px);
}

.twitter-feed .icon {
	color:#555555;
	font-size:60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.twitter-feed .icon:hover {
	opacity:0.8;
}

/*.twitter-feed .account-name {
	font-size:18px;
	font-weight: bold;
	display:inline;
	padding-right:10px;
}

.twitter-feed .account-handle {
	font-size:14px;
	font-weight: bold;
	display:inline;
}

.twitter-feed .account-name a, .twitter-feed .account-handle a {
	color: #636363;
}

.twitter-feed .account-name a:hover, .twitter-feed .account-handle a:hover {
	color: #3399cc;
}

.twitter-feed .text {
	font-size:14px;
}

.twitter-feed .date {
	font-size:12px;
}*/

.twitter-feed a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

.twitter-feed .user img {
	display:none;
}

#twitter_feed .user > div > a > div > span:nth-child(1) > span {
	font-size:18px;
	font-weight: bold;
	display:inline;
	padding-right:10px;
	color:#444444;
}

#twitter_feed .user > div > a > div > span:nth-child(2) {
	font-size:14px;
	font-weight: bold;
	display:inline;
	color:#444444;
}

#twitter_feed .tweet {
	font-size:14px;
}

#twitter_feed .timePosted {
	font-size:12px;
}

#twitter_feed .interact {
	display:none;
}

.cms-home .twitter-feed {
	display:block;
}

/************************/
/*         CART         */
/************************/

.checkout-cart-index .shipping #co-shipping-method-form .sp-methods dd label {
	width: 100%;
}

.checkout-cart-index .cart-table .product-cart-actions .button {
	display: block;
	margin: 0 auto 10px;
}

.checkout-cart-index .cart-table .product-cart-actions .qty {
	width: 4em;
}

/************************/
/*         HOME         */
/************************/

.projector .banner-desc {
	width: 100%;
	  left: 0;
	  bottom: 0;
	  top:unset;
	  background: rgba(0,0,0,0.7);
}

.projector .banner-desc > h2 {
	margin:0;
	padding:10px;
	color:#ffffff;
}

.projector .banner-desc::after {
	position:absolute;
	right:10px;
	bottom:6px;
	content: 'Order Now!';
	background:#ff9600;
	color:#000000;
	border-radius:6px;
	padding:6px;
	font-weight:bold;
}

.projector .banner-desc:hover::after {;
	background:#c47300;
}

.projector img {
	min-width:100%;
	height: 400px;
}
body.cms-home .main-container {
	padding: 0 !important;
	margin: 0 auto !important;
	max-width: none;
}

body.cms-home div.std p:first-child {
	/* Banner Slider adds <p> with JS in it, which makes a gap. Very annoying, so we remove the first <p> ...*/
	display:none;
}

body.cms-home div.std div p:first-child {
	/* ... but, make sure that ever other first-child <p> remains */
	display: block !important;
}

.cms-home .homepage-top-images {
	display: flex;
	text-align:center;
	justify-content: space-between;
}

.cms-home .homepage-top-image-container {
	width:14.5%;
}

.cms-home .homepage-top-image-container p {
	font-family: "NothingYouCouldDo", sans-serif;
	font-size:20px;
	color:#333333;
	margin-bottom:0;
	margin-top:8px;
}

.cms-home .homepage-top-image-container img {
	width:100%;
}

.cms-home .homepage-top-image-container {
	position: relative;
}
.cms-home .homepage-top-image-container p.pricefrom {
	background: #3399cc;
	color: #fff;
	position: absolute;
	top: -0.8em;
	margin: 0;
	width: 4em;
	height: 4em;
	border-radius: 100%;
	padding: 1.5em 0 1em;
	transform: rotate(15deg);
	right: -0.8em;
	box-shadow: -0.25em 0.5em 10px 0 #333;
}

.cms-home .homepage-top-image-container p.pricefrom:before {
	content: 'from';
	font-size: 0.6em;
	position:absolute;
	top: 0.9em;
	left: 50%;
	transform: translateX(-50%)
}

.cms-home .homepage-top-image-container p.pricefrom:after {
	content: 'each';
	font-size: 0.6em;
	position:absolute;
	bottom: 0.3em;
	left: 50%;
	transform: translateX(-50%)
}

.cms-home .homepage-delivery-options {
	margin-top:30px;
	background:#ffeacc;
	width:100%;
	position: relative;
}

.cms-home .homepage-delivery-option {
	width:49%;
	display:inline-block;
	padding: 20px;
}

.cms-home .homepage-delivery-option p {
	display:inline-block;
	line-height:34px;
	vertical-align:top;
	font-size:16px;
	margin-bottom:0;
}

.cms-home .homepage-delivery-option img {
	display:inline-block;
	padding-right:16px;
}

.cms-home .homepage-delivery-options-disclaimer {
	position:absolute;
	bottom:0;
	right:0;
}

.cms-home .homepage-delivery-options-disclaimer p {
	margin-bottom:4px;
	margin-right:8px;
	opacity:0.8;
}

.cms-home .homepage-columns {
	padding: 10px 0 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.cms-home .homepage-column {
	padding:50px 20px 0 20px;
	width:50%;
}

.cms-home .homepage-column:nth-child(odd) {
	padding:50px 20px 0 0;
}

.cms-home .homepage-column:nth-child(even) {
	padding:50px 0 0 20px;
}

.cms-home .homepage-column h2 {
	color: #ff9600;
	text-transform: none;
	font-weight: bold;
	font-size:20px;
}

.cms-home .homepage-column h3 {
	text-transform: none;
	font-size:18px;
	font-weight: bold;
}

/*.cms-home .homepage-column a.button {
	font-weight: bold;
	text-decoration: none;
	background-color: #d8ecf4;
	color: #636363;
	padding: 8px 10px;
}

.cms-home .homepage-column a:hover {
	text-decoration: underline;
	background-color: #ffeacc;
} */

.cms-home .homepage-column .review {
	margin-bottom:0;
}

.cms-home .homepage-column .color-blue {
	display: block;
	margin: 0 auto 1.5em;
}

.cms-home .homepage-column .name {
	margin-top:4px;
	font-size:0.86em;
	opacity:0.8;
}

.cms-home .homepage-column img {
	float:right;
	padding: 0 0 0 20px;
	max-width: 60%;
}

#header-cart.skip-active {
	top: 44px;
}

/************************/
/*    SIDEBAR BLOCKS    */
/************************/

.sidebar-cta {
	text-align: center;
	margin-bottom: 80px;
}

.sidebar-cta a {
	text-decoration: none;
}

.sidebar-cta img {
	margin: 0 auto;
}

.sidebar-cta p strong {
	font-size:24px;
}

.sidebar-review {
	text-align: center;
	/*margin-bottom: 80px;*/
}

.sidebar .block.block-viewed {
	margin-top:80px;
}

.sidebar .block.block-viewed .block-title {
	border-top: none;
	text-align:center;
}

.sidebar .block.block-viewed .block-title strong span {
	color: #ff9600;
	  text-transform: none;
	  font-weight: bold;
	  font-size: 20px;
	  font-family: "Raleway", Verdana, sans-serif;
}

/************************/
/*       CATALOG        */
/************************/

body.catalog-category-view p.category-image {
	display: none;
}

body.catalog-category-view .toolbar {
	display:none;
}

body.catalog-category-view .actions {
	display:none;
}

body.catalog-category-view .price {
	color:#333333;
	font-size:16px;
	font-weight: bold;
}

body.catalog-category-view .price:before {
	font-size:12px;
	content:"From ";
	font-weight: normal;
}

body.catalog-category-view .price:after {
	font-size:12px;
	content:" each";
	font-weight: normal;
}

body.catalog-category-view .col-main .price-box .minimal-price-link {
	padding-left: 0;
}

body.catalog-category-view .col-main .price-box span#product-price-172,
body.catalog-category-view .col-main .price-box span#product-price-147,
body.catalog-category-view .col-main .price-box span#product-price-135,
body.catalog-category-view .col-main .price-box span#product-price-122 {
	display: none;
}

.no-touch .product-image:hover {
	border-color: #ff9600;
}

h2.product-name a:hover, h3.product-name a:hover, h4.product-name a:hover, h5.product-name a:hover, p.product-name a:hover {
	color: #ff9600;
}

/************************/
/*       PRODUCT        */
/************************/

.product-pricing, .tier-prices, .tier-prices-grouped {
	display: none;
}

.catalog-product-view .add-to-links {
	display:none;
}

.catalog-product-view .sharing-links {
	display:none;
}

.product-view .add-to-cart {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.product-view .block-related {
	width: 100%;
	float: left;
	padding-left: 0;
	margin-top:60px;
}

.product-view .block-related li.item {
	display:inline-block;
	margin: 0;
}

.product-view .block-related .product {
	margin-left: 0;
}

.product-view ol#block-related.mini-products-list {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.product-view .block-title {
	border-top: none;
}

.product-view .product-options dd {
	border-bottom: none;
}

.product-view .product-options dd select {
	height: 30px;
	border: 1px solid gray;
}

.product-view .product-options dd select:focus {
	border: 1px solid orange;
}

.input-text:focus {
	border: 1px solid orange;
}

.block-title {
	text-transform: none;
}

h1.product-name, h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name {
	text-transform: none;
}

.product-view {
	float: left;
	width: 75%;
	padding: 0 10px 0 0;
}

body.product-piciscan-photo-restoration .product-view,
body.product-piciscan-memories-movie .product-view {
	float: none;
	width: 100%;
}

.product-view .product-shop .productinfcont:after {
	display: table;
	content: '';
	clear: both;
}

.product-view .product-shop .productinfcont .product-name {
	width: 75%;
}

.product-view .product-shop .productinfcont .price-info {
	width: 25%;
}

.product-view .product-shop .price-box {
	position: relative;
	padding: 0 17px 0 0;
}

.product-view .product-shop .price-box:after {
	content: '**';
	position: absolute;
	top: -7px;
	right: 0;
	font: normal 2em 'Raleway';
}

.product-view .product-shop .price-box .price, .price {
	font-family: 'Raleway';
}

.product-view .product-options {
	border: none;
	padding: 10px 15px 15px 0;
}

.product-view .product-options ul.configurable-swatch-list {
	margin-left: 0;
}

.product-view .product-options ul.configurable-swatch-list li {
	box-sizing: border-box;
	width: 100px;
	height: 40px;
	border: 2px solid #3399cc;
	margin: 0 0.5em 0 0;
}

.product-view .product-options ul.configurable-swatch-list li.selected {
	border: 2px solid #ff9600;
}

.product-view .product-options ul.configurable-swatch-list li a.swatch-link {
	display: block;
	width: 100% !important;
	height: 100% !important;
	border: none;
	background: #fff;
	padding: 0;
	margin: 0;
	line-height: 40px;
	min-width: 1px !important;
}

.product-view .product-options ul.configurable-swatch-list li a.swatch-link.has-image {
	overflow: hidden;
	border-radius: 0;
}

.product-view .product-options ul.configurable-swatch-list li a.swatch-link.has-image img {
	border-radius: 0;
}

.product-view .product-options ul.configurable-swatch-list li.hover a.swatch-link.has-image img {
	margin: 0 0 0 -96px;
}

.product-view .product-options ul.configurable-swatch-list li.selected a.swatch-link.has-image img {
	margin: -36px 0 0 0;
}

.product-view .product-options ul.configurable-swatch-list li.selected.hover a.swatch-link.has-image img {
	margin: -36px 0 0 -96px;
}

.product-view .product-options dt.swatch-attr label {
	font: normal small-caps normal 1.3em/1.4 'Raleway';
	color: #11b400;
}

.product-view .product-options ul.configurable-swatch-list li a.swatch-link span.swatch-label {
	width: 100% !important;
	height: 100% !important;
	border: none;
	background: #fff;
	padding: 0;
	margin: 0;
	font: normal 1.1em/40px 'Raleway' !important;
	color: #3399cc;
	border-radius: 0;
	min-width: 1px !important;
}

.product-view .product-options ul.configurable-swatch-list li.hover a.swatch-link span.swatch-label {
	background: #3399cc;
	color: #fff;
	transition: 0.2s
}

.product-view .product-options ul.configurable-swatch-list li.selected a.swatch-link span.swatch-label {
	color: #ff9600;
	background: #fff;
}

.product-view .product-options ul.configurable-swatch-list li.selected.hover a.swatch-link span.swatch-label {
	color: #fff;
	background: #ff9600;
}

.product-view .product-options-bottom {
	background-color: #ffffff;
	padding: 15px 20px 15px 0;
	border: none;
	border-top: 0;
	margin-bottom: 10px;
}

.product-view .product-collateral .toggle-tabs {
	display: none;
}

.product-view .product-collateral > dl > dd {
	border: none;
	padding: 0;
}

.product-view .collateral-tabs dd h2 {
	display: block !important
}

.product-view .collateral-tabs dd h2.description-heading {
	font-weight: normal;
	font-size: 3em;
}

.product-view .collateral-tabs dd .tab-content {
	position: relative;
}

.product-view .collateral-tabs dd p.indivprice {
	position: relative;
	text-align: right;
}

.product-view .collateral-tabs dd p.indivprice:before {
	content: '**';
	font-size: 1.2em;
}

body.product-piciscan-memories-movie .product-view table.data-table tr.first .qty-wrapper {
	display: none;
}

body.product-piciscan-photo-restoration .product-view table.data-table tr.first label.qty-label {
	color: #fff;
	position: relative;
}

body.product-piciscan-photo-restoration .product-view table.data-table tr.first label.qty-label:before {
	content: 'Hours';
	position: absolute;
	left: 0;
	top: 0;
	color: #636363;
}

.related-view {
	float: right;
	width: 25%;
	padding: 0 0 0 10px;
}

.related-view .block-related .block-title {
	text-align: center;
}

.related-view .block-content .mini-products-list li.item {
	margin: 0;
}

.related-view .block-related .mini-products-list .product {
	margin-left: 0;
}

.related-view .block-related .mini-products-list .product .product-image {
	float: none;
	display: inline-block;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.related-view .block-related .mini-products-list .product .product-details {
	margin: 0;
	text-align: center;
}

.related-view .block-related .mini-products-list .product .product-details p.product-name, .related-view .block-related .mini-products-list .product .product-details .price-box {
	font-family: 'Raleway';
}

.related-view .block-related .mini-products-list .product .product-details .price-box span:first-child {
	display: block;
	padding: 0;
	float: none;
}

.related-view .block-related .mini-products-list .product .product-details .price-box a.minimal-price-link {
	display: none;
}

/************************/
/*     TESTIMONIALS     */
/************************/

.testimonials blockquote p {
	margin-bottom: 0.8em;
}

.testimonials blockquote p::before {
	content: open-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: -6px;
	position: relative;
	top: 28px;
	color: #ff9600;
	font-size: 4em;
}

.testimonials blockquote p::after {
	content: close-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: 6px;
	position: relative;
	top: 28px;
	color: #ff9600;
	font-size: 4em;
}

.testimonials .who {
	font-weight: bold;
	margin-bottom: 60px;
}

/************************/
/*       OUR TEAM       */
/************************/

.text-img-left {
	display: inline-block;
	float: left;
	padding-right: 20px;
}

/************************/
/*        PRICING       */
/************************/

.cms-page-view .std li {
	font-style: normal;
	font-family: 'Raleway', sans-serif;
}

.cms-page-view .faq-question {
	padding: 30px 0;
}

/************************/
/*         TRUST        */
/************************/

.cms-why-piciscan-trust .color-gray {
	display: block;
	margin: 0 auto 2em;
}

/************************/
/*        QUALITY       */
/************************/

.responsive-columns {
	display: flex;
	flex-wrap: wrap;
}

.responsive-columns div {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 1.5em 80px 1.5em;
	position: relative;
}

/*.cms-why-piciscan .responsive-columns div {
	min-height: 360px;
}

.cms-about-us .responsive-columns div {
	min-height: 360px;
}

.cms-why-piciscan-quality .responsive-columns div {
	min-height: 336px;
}*/

.responsive-columns div p:last-child {
	bottom: 0;
	position: absolute;
	width: calc( 100% - 3em);
	clear:both;
	margin-bottom:40px;
}

.responsive-columns div p {
	text-align: center;
}

.responsive-columns div img {
	display: block;
	margin: 0 auto 1.5em;
}

.responsive-columns div h2 {
	text-align: center;
}

.responsive-columns:after {
	display: table;
	content: '';
	clear: both;
}

/************************/
/*   COLOUR CORRECTION  */
/************************/

.cms-columns {
	display: flex;
	justify-content: space-around;
}

.cms-columns img {
	margin: 0 auto;
}

.cms-columns.colour-correction {
	padding-bottom: 20px;
}

.cms-columns.colour-correction > div {
	width: 280px;
	text-align: center;
}

.featuresprices > div {
	text-align: center;
}

.cms-page-view .col-main .std hr {
	width: 100%;
	margin: 20px 0;
	border: none;
}

.cms-columns.colour-correction > div > img {
	padding-bottom: 14px;
}

.cms-why-piciscan-quality-colour-correction .col-main img,
.cms-why-piciscan-quality-resolution .col-main img,
.cms-why-piciscan-experience .col-main img {
	padding: 7px;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid #aaa;
	box-shadow: 0 0 20px 5px #aaa;
	margin: 0 auto;
}

/************************/
/*      FLEXIBILITY     */
/************************/

.col-main .std .flex-text:after {
	content: '';
	display: table;
	clear: both;
}

.categorypath-news .col-main .category-description .flex-text {
	padding: 1em 0;
	border-top: 1px dotted #3399cc;
	margin: 0;
}

.categorypath-news .col-main .category-description .flex-text p {
	margin: 0;
}

.categorypath-news .col-main .category-description .flex-text:last-of-type {
	border-bottom: 1px dotted #3399cc;
	margin: 0 0 1.5em;
}

.col-main .std img.flex-img {
	width: 220px;
	float:left;
	margin: 1em 1.5em 1em .7em;
}

.col-main .std img.flex-img.author {
	width: 110px;
	border-radius: 50%;
}

.col-main .std img.flex-img.team {
	width: 150px;
	border-radius: 50%;
}

.col-main .std img.flex-img.rotleft,
.col-main .std img.flex-img.rotright {
	box-sizing: content-box;
	padding: 10px;
	border: 1px solid #000;
	box-shadow: 10px 10px 30px #636363;
}

body.cms-why-piciscan-quality-safety .col-main img {
	
	width: 220px;
}

.col-main .std img.flex-img.rotleft {
	transform: rotate(-5deg);
}

.col-main .std img.flex-img.rotright {
	float: right;
	transform: rotate(5deg);
	margin: 1em .7em 1em 1.5em;
}



/************************/
/*     HOW IT WORKS     */
/************************/

.col-main .flex-half {
	width: 50%;
	float: left;
	padding: 0 4em;
	height: 320px;
	margin: 1em 0;
}
.col-main .flex-half img {
	display: block;
	margin: 0 auto 1em;
	width: auto;
	height: 230px;
}

.col-main .flex-half p {
	text-align: center;
}

.col-main p.to-top {
	text-align: right;
}

.col-main p.to-top a.button {
	padding: 7px 30px 7px 15px;
	position: relative;
}

.col-main p.to-top a.button:after {
	content: '^';
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 1.2em
}


/************************/
/*         BLOG         */
/************************/

.evozon-blog-tag-view .blog-post-image,
.categorypath-news .blog-post-image {
	width: 200px;
	height: 200px;
	float: left;
	overflow: hidden;
	margin: 0 22px 0 0;
	position: relative;
}
.evozon-blog-tag-view .blog-post-image img,
.categorypath-news .blog-post-image img {
	height: 100%;
	width: auto !important;
	min-width: 100%;
	max-width: none !important;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.evozon-blog-post-view .blog-post-image img[src*="placeholder"] {
	  display: none;
}

.evozon-blog-post-view .blog-post-image img {
	display: block;
	max-width: 680px;
	margin: 0 auto;
}

/************************/
/*       CONTACT        */
/************************/

.col-main .goo-map {
	width: 100%;
	height: 450px;
	position: relative;
	margin: 0 0 2em;
}

.col-main .goo-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.col-main .cont-form fieldset.contact {
	border-radius: 0.25em;
	border: 1px solid #acacac;
	padding: 1.25em;
	margin: 0 0 2em;
}

.col-main .cont-form fieldset.contact legend {
	border-radius: 0.25em;
	border: 1px solid #acacac;
	padding: 0.125em 0.375em;
}

.col-main .cont-form fieldset.contact form#contactForm {
	width: 100%;
	margin: 0;
	padding: 0;
}

.col-main .cont-form fieldset.contact form#contactForm ul.form-list {
	list-style-type: none;
}

.col-main .cont-form fieldset.contact form#contactForm ul.form-list li {
	padding: 0;
	margin: 0;
}

.col-main .cont-form fieldset.contact form#contactForm input[type=email],
.col-main .cont-form fieldset.contact form#contactForm input[type=search],
.col-main .cont-form fieldset.contact form#contactForm input[type=number],
.col-main .cont-form fieldset.contact form#contactForm input[type=password],
.col-main .cont-form fieldset.contact form#contactForm input[type=tel],
.col-main .cont-form fieldset.contact form#contactForm input[type=text],
.col-main .cont-form fieldset.contact form#contactForm textarea {
	width: 100%;
	max-width: 100%;
}

@media (min-width: 1311px) {
	body.cms-home .main-container {
		max-width: 1260px;
	}
}

@media (max-width: 1310px) {
	/************************/
	/*        HEAD          */
	/************************/

	.page-header-container {
		margin: 0 auto;
	}
	
	body .header-language-background {
		padding: 0 2.29%;
	}

	.header-social-icons>a>.header-social-icon {
		opacity: 1;
		transition: opacity .05s ease-in-out;
		-moz-transition: opacity .05s ease-in-out;
		-webkit-transition: opacity .05s ease-in-out;
		margin-right: 10px;
	}

	.header-social-icons>a>.header-social-icon:hover {
		opacity:0.5;
	}

	#header-nav {
		width: 100%;
		display:none;
	}

	.skip-nav {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 60px;
		width: auto;
	}

	.skip-links .skip-nav .icon {
		margin: 0 -3px 0 6px;
	}


	.skip-nav.skip-active .icon {
		background-image:url(../images/cancel.png);
		/*background-position: 4px 4px;*/
		background-size: 22px;
		filter: invert(56%) sepia(0%) saturate(500%) hue-rotate(0deg);
	}

	.skip-nav.skip-active:hover .icon {
		filter: invert(50%) sepia(10%) saturate(2500%) hue-rotate(155deg);
	}

	#header-nav.skip-content.skip-active {
		padding-top: 16px;
		display: block;
		background: none;
	}

	.header-contact {
		float:right;
		padding-top:20px;
		font-size: 16px;
	}

	.header-contact a {
		color:#636363;
	}

	.header-contact-icon {
		margin:0 10px 0 40px;
	}

	.nav-primary {
		margin-top:0;
	}

	.account-cart-wrapper {
		position: relative;
		float: right;
		max-height: 44px;
	}

	.header-minicart>.skip-cart {
		padding: 0 0 0 10px;
	}
	
	/************************/
	/*         HOME         */
	/************************/
	
	.cms-home .homepage-top-images {
		padding: 0 2.29%;
	}
	
	.cms-home .homepage-columns {
		padding: 0 2.29%;
	}
	
	.cms-home .homepage-delivery-option p {
		font-size:15px;
	}
	
	/************************/
	/*        FOOTER        */
	/************************/
	
	.footer-container {
		padding: 0 2.29%;
	}
	
	.footer-bottom {
		border-top: 1px solid #cccccc;
		width: 100%;
		font-size: 11px;
		padding: 30px 0;
		clear: both;
	}

	.footer .links {
		width:auto;
		text-transform: none;
	}

	/************************/
	/*     WHY PICISCAN     */
	/************************/

	.responsive-columns div {
		width: 50%;
	}
	
	/************************/
	/*      MOST PAGES      */
	/************************/
	
	.main-container {
		margin: 30px 2.29% 0;
	}

}

@media (max-width: 1024px) {
	
	.page .page-header {
		padding: 0;
	}
	
	.page .page-header a.logo {
		margin: 0 0 0 2.29%;
	}
	
	.page .page-header p.tagline {
		margin: 0 0 0 2.29%;
	}
	
	.page .page-header .header-contact {
		margin: 0 2.29% 0 0;
	}
	
	.skip-nav {
		right: 2.29%;
	}
	
	.page #header-nav.skip-content,
	.page #header-nav.skip-content.skip-active {
		padding: 0;
	}
	
	#header-nav.skip-content li.level0 {
		display: block;
	}

	#header-nav.skip-content a.level0 {
		padding: 4px 0 4px 2.29%;
		width: -webkit-calc(100% - 54px);
		width: -o-calc(100% - 54px);
		width: -ms-calc(100% - 54px);
		width: -moz-calc(100% - 54px);
		width: calc(100% - 54px);
		line-height: 30px;
		display: inline-block;
	}

	#header-nav.skip-content li.parent span.showmore {
		display:inline-block;
		float:right;
		line-height: 30px;
		padding: 4px 2.29% 4px 0;
		font-size: 46px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor:pointer;
	}
	
	#header-nav.skip-content li.level0 {
		display: block;
		border-top: 1px solid #3399cc;
	}
	
	#header-nav.skip-content li.parent span.showmore:before {
		position: relative;
		content: '+';
	}

	#header-nav.skip-content li.parent span.showmore.up:before {
		position: relative;
		content: '-';
		top: -4px;
	}

	.page .nav-primary li.level0 ul {
		background: #fff;
		border: none;
		position: static;
		width: 100%;
		padding: 0;
		border-top: 1px solid #3399cc;
	}
	
	.page .nav-primary li.level0 ul li {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	.page .nav-primary li.level0 ul li a {
		padding: 0 2.29%;
		width: 100%;
		border-bottom: 1px dotted #3399cc;
		line-height: 30px;
		display: block;
	}
	
	.page .nav-primary li.level0 ul li:last-of-type a {
		border-bottom: none;
	}

	.nav-primary .menu-active > ul.level0,
	.nav-primary li.level0 li.sub-menu-active > ul {
		display: none;
	}
	
	/************************/
	/*       PRODUCTS       */
	/************************/
	
	.product-view {
		width:100%;
		padding: 0;
	}
	
	.related-view {
		float:left;
		width:100%;
	}
	
	.block-related .mini-products-list > li.item {
		margin: 0;
		width: calc( 97% / 3);
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 950px) {
	.table-wrap {
		overflow-x: auto;
	}
	
	.table-wrap table {
		width: 950px
	}
}

@media (min-width: 1025px) and (max-width: 1310px) {
	#header-nav.skip-content,
	#header-nav.skip-content.skip-active {
		text-align: right;
	}
}

@media (min-width: 1025px) {
	/************************/
	/*         MENU         */
	/************************/
	#header-nav {
		padding-bottom: 0;
	}
	#header-nav nav#nav {
		height: auto;
	}
	#header-nav nav#nav .nav-primary {
		height: auto;
		margin-top: -10px;
	}
	#header-nav nav#nav .nav-primary li.level0 {
		position: relative;
		border-radius: 5px 5px 0 0;
	}
	#header-nav nav#nav .nav-primary li.parent:hover {
		border: 1px solid #3399cc;
		border-bottom: 1px solid #fff;
		border-radius: 5px 5px 0 0;
		background: #fff;
		margin: -1px;
	}
	#header-nav nav#nav .nav-primary li.level0 a.level0 {
		padding: 10px 16px;
	}
	#header-nav nav#nav .nav-primary li.level0:last-of-type a.level0 {
		padding: 10px 0 10px 16px
	}
	#header-nav nav#nav .nav-primary li.level0 ul {
		top: 51px;
		left: 50%;
		transform: translateX(-50%);
		border: 1px solid #3399cc;
		border-width: 0 1px 1px;
		border-radius: 0 0 5px 5px;
		padding: 0;
		width: 260px;
		background: #fff;
	}
	#header-nav nav#nav .nav-primary li.level0 ul li.level1 a {
		padding: 0 16px;
		line-height: 50px;
		border-bottom: 1px dotted #3399cc;
		text-align: left;
	}
	#header-nav nav#nav .nav-primary li.level0 ul li.level1 a:hover {
		text-decoration: underline;
	}
	#header-nav nav#nav .nav-primary li.level0 ul li.level1:last-of-type a {
		border-bottom: none;
	}
}

@media (min-width: 1025px) and (max-width: 1310px) {
	.page .page-header {
		padding: 0 2.29%;
	}
}

@media (min-width: 771px) and (max-width: 1310px) {
	
}

@media (min-width: 771px) {
	
	
}

@media (max-width: 770px) {

	/************************/
	/*      GENERIC         */
	/************************/
	
	.page .breadcrumbs {
		display: block;
	}

	/************************/
	/*        HEAD          */
	/************************/
	
	body .header-language-background {
		display: block;
	}
	
	.logo {
		width:160px;
		min-height: 0;
	}
	.logo .small {
		width:160px;
	}

	.tagline {
		line-height: 18px;
		width: 160px;
		padding-bottom: 8px;
	}

	.page-header-container {
		position: relative;
	}

	.header-social-icons>a>.header-social-icon {
		opacity: 1;
		transition: opacity .05s ease-in-out;
		-moz-transition: opacity .05s ease-in-out;
		-webkit-transition: opacity .05s ease-in-out;
		margin-right: 10px;
	}

	.header-social-icons>a>.header-social-icon:hover {
		opacity:0.5;

	}

	#header-nav {
		width: 100%;
		display:none;
	}

	.skip-nav {
		top: 68px;
	}

	.nav-primary li.parent > a:after {
		content: none;
	}

	.nav-primary a.level0 {
		border-bottom: 0;
	}

	.skip-nav .icon {
		margin-right: 3px;
		margin-left: 3px;
	}

	.account-cart-wrapper .label {
		display:none;
	}

	.account-cart-wrapper .icon {
		padding-left:8px;
	}

	.skip-link.skip-active {
		background: none;
	}

	.no-touch .nav-primary a:hover {
		background-color: unset;
	}

	.skip-nav.skip-active .icon {
		background-image:url(../images/cancel.png);
		/*background-position: 4px 4px;*/
		background-size: 22px;
		filter: invert(56%) sepia(0%) saturate(500%) hue-rotate(0deg);
	}

	.skip-nav.skip-active:hover .icon {
		filter: invert(50%) sepia(10%) saturate(2500%) hue-rotate(155deg);
	}

	.skip-link {
		border-right: none;
	}

	.skip-links {
		border-top: none;
		border-bottom: none;
	}

	.header-contact {
		float:right;
		padding-top:20px;
		font-size: 16px;
	}

	.header-contact a {
		color:#636363;
	}

	.header-contact span {
		display: block;
		text-align: right;
	}

	.header-contact-icon {
		margin:0 10px 0 40px;
	}

	.nav-primary {
		margin-top:0;
	}

	.account-cart-wrapper {
		position: relative;
		float: right;
		max-height: 44px;
	}

	.header-minicart>.skip-cart {
		padding: 0 0 0 10px;
	}

	.skip-link.skip-account {
		display: inline-block;
		width:fit-content;
	}
	.header-minicart {
		display: inline-block;
	}

	#header-cart.skip-active {
		background: #FBFBFB;
		border: solid 1px #cccccc;
		display: block;
		position: absolute;
		z-index: 200;
		top: 44px;
		right: 0;
		width: 320px;
		background: white;
	}

	/************************/
	/*        FOOTER        */
	/************************/

	.footer-bottom {
		border-top: 1px solid #cccccc;
		width: 100%;
		font-size: 11px;
		/*margin-top: 30px;*/
		padding: 30px 0;
		clear: both;
	}

	.footer-top {
		flex-wrap: wrap;
	}

	.footer-left {
		width:100%;
		float:left;
		text-align: center;
	}

	.footer-right {
		width:100%;
		float:right;
		text-align: center;
	}

	.footer .links {
		width:44%;
		text-transform: none;
		margin-right:0;
	}

	.footer .links li {
		word-break: keep-all;
	}

	/************************/
	/*       SIDEBAR        */
	/************************/

	.sidebar .block-list.block-viewed {
		margin-bottom: 40px;
	}

	.sidebar .block-list.block-viewed .block-content {
		border-bottom: 1px solid #cccccc;
		border-top: none;
	}

	.sidebar .block-list.block-viewed .block-title {
		border-bottom: 1px solid #cccccc;
	}

	.sidebar .block-list.block-viewed .block-title.active strong {
		border-bottom: none!important;
	}

	.block-related .mini-products-list > li.item {
		margin: 0;
		width: 100%;
		display: block;
		vertical-align: top;
	}

	/************************/
	/*         HOME         */
	/************************/

	.cms-home .homepage-top-images {
		flex-wrap:wrap;
	}

	.cms-home .homepage-top-image-container {
		width:30%;
	}

	.cms-home .homepage-top-image-container p {
		font-family: "NothingYouCouldDo", sans-serif;
		font-size:20px;
		color:#333333;
		margin-bottom:20px;
		margin-top:8px;
	}

	.cms-home .homepage-top-image-container img {
		width:100%;
	}

	.cms-home .homepage-delivery-options {
		margin-top:30px;
		background:#ffeacc;
		width:100%;
		position: relative;
	}

	.cms-home .homepage-delivery-option {
		width:100%;
		display:inline-block;
		padding: 20px;
	}

	.cms-home .homepage-delivery-option p {
		display:inline-block;
		line-height:20px;
		vertical-align:top;
		font-size:16px;
		margin-bottom:0;
		width: calc(100% - 112px);
	}

	.cms-home .homepage-delivery-option img {
		width: 106px;
		display:inline-block;
		padding-right:16px;
	}

	.cms-home .homepage-delivery-options-disclaimer {
		position:absolute;
		bottom:0;
		right:0;
	}

	.cms-home .homepage-delivery-options-disclaimer p {
		margin-bottom:4px;
		margin-right:8px;
		opacity:0.8;
	}
	
	.cms-home .homepage-column {
		width: 100%;
	}

	.cms-home .homepage-column:nth-child(odd) {
		padding:20px 0;
	}

	.cms-home .homepage-column:nth-child(even) {
		padding:20px 0;
	}

	.cms-home .homepage-column h2 {
		color: #ff9600;
		text-transform: none;
		font-weight: bold;
		font-size:20px;
	}

	.cms-home .homepage-column h3 {
		text-transform: none;
		font-size:18px;
		font-weight: bold;
	}

	.cms-home .homepage-column a.button {
		padding: 8px 10px;
	}

	.cms-home .homepage-column a:hover {
		text-decoration: underline;
	}

	.cms-home .homepage-column .review {
		margin-bottom:0;
	}

	.cms-home .homepage-column .name {
		margin-top:4px;
		font-size:0.86em;
		opacity:0.8;
	}

	.cms-home .homepage-column img {
		float:right;
		padding: 0 0 0 20px;
	}

	/************************/
	/*     WHY PICISCAN     */
	/************************/

	.responsive-columns div {
		width: 100%;
	}

	/************************/
	/*    FOOTER TWITTER    */
	/************************/
	
	.twitter-feed .footer-twitter-feed-left {
		float: none;
		width: 100%;
	}
	
	.twitter-feed .footer-twitter-feed-left a {
		display: block;
		margin: 0 auto;
		width: 50px;
		height: 50px;
	}

	.twitter-feed .footer-twitter-feed-right {
		float: none;
		width:100%;
	}
	
	.twitter-feed .footer-twitter-feed-right .user {
		text-align: center;
	}

	.twitter-feed .icon {
		color:#555555;
		font-size:50px;
		position: static;
		top: none;
		transform: none;
		margin-bottom: 10px;
	}
	
	/************************/
	/*        PRODUCTS      */
	/************************/
	
	.product-view .product-collateral > dl > dt {
		display: none;
	}
	
	.product-view .product-collateral > dl > dd {
		display: block;
	}
	
}

@media (max-width: 420px) {

	/************************/
	/*        HEAD          */
	/************************/

	.logo {
		width:40%;
		min-height: 0;
		padding-bottom:6px;
	}
	.logo .small {
		width:100%;
	}

	.tagline {
		font-size:12px;
		line-height: 18px;
		width: 160px;
		padding-bottom: 8px;
	}

	.page-header-container {
		/*max-width:90%;*/
		position: relative;
	}

	.header-social-icons>a>.header-social-icon {
		opacity: 1;
		transition: opacity .05s ease-in-out;
		-moz-transition: opacity .05s ease-in-out;
		-webkit-transition: opacity .05s ease-in-out;
		margin-right: 10px;
	}

	.header-social-icons>a>.header-social-icon:hover {
		opacity:0.5;
	}

	#header-nav {
		width: 100%;
		display:none;
	}

	.skip-nav {
		top: 61px;
	}

	.nav-primary a {
		display: inline-block;
	}

	.nav-primary a.level0 {
		border-bottom: 0;
	}

	.nav-primary li.level1 a {
		padding: 0 25px 0 0;
		border:0;
	}

	.skip-nav .icon {
		margin-right: 3px;
		margin-left: 3px;
	}

	.account-cart-wrapper .label {
		display:none;
	}

	.account-cart-wrapper .icon {
		padding-left:8px;
	}

	.skip-link.skip-active {
		background: none;
	}

	.no-touch .nav-primary a:hover {
		background-color: unset;
	}

	.skip-nav.skip-active .icon {
		background-image:url(../images/cancel.png);
		/*background-position: 4px 4px;*/
		background-size: 22px;
		filter: invert(56%) sepia(0%) saturate(500%) hue-rotate(0deg);
	}

	.skip-nav.skip-active:hover .icon {
		filter: invert(50%) sepia(10%) saturate(2500%) hue-rotate(155deg);
	}

	.skip-link {
		border-right: none;
	}

	.skip-links {
		border-top: none;
		border-bottom: none;
	}

	.header-contact {
		float:right;
		padding-top:12px;
		font-size: 12px;
	}

	.header-contact a {
		color:#636363;
	}

	.header-contact span {
		display: block;
	}

	.header-contact-icon {
		margin:0 10px 0 40px;
	}

	.nav-primary {
		margin-top:0;
	}

	.account-cart-wrapper {
		position: relative;
		float: right;
		max-height: 44px;
	}

	.header-minicart>.skip-cart {
		padding: 0 0 0 10px;
	}

	.skip-content.skip-active {
		background: none;
	}
	
	/************************/
	/*        SLIDER        */
	/************************/
	
	.projector .banner-desc {
		height: 88px;
	}

	.projector .banner-desc h2 {
		width: -webkit-calc(100% - 100px);
		width: -o-calc(100% - 100px);
		width: -ms-calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: calc(100% - 100px);
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.projector .banner-desc::after {
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}


	/************************/
	/*        FOOTER        */
	/************************/

	.footer-bottom {
		border-top: 1px solid #cccccc;
		width: 100%;
		font-size: 11px;
		padding: 30px 0;
		clear: both;
	}

	.footer-top {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.footer-left {
		width:100%;
		float:left;
		text-align: center;
	}

	.footer-right {
		width:100%;
		float:right;
		text-align: center;
	}

	.footer .links {
		width:44%;
		text-transform: none;
		margin-right:0;
	}

	.footer .links li {
		word-break: keep-all;
	}

	/************************/
	/*         HOME         */
	/************************/

	.cms-home .homepage-top-images {
		flex-wrap:wrap;
	}

	.cms-home .homepage-top-image-container {
		width:30%;
	}

	.cms-home .homepage-top-image-container p {
		font-family: "NothingYouCouldDo", sans-serif;
		font-size:20px;
		color:#333333;
		margin-bottom:20px;
		margin-top:8px;
	}

	.cms-home .homepage-top-image-container img {
		width:100%;
	}

	.cms-home .homepage-delivery-options {
		margin-top:30px;
		background:#ffeacc;
		width:100%;
		position: relative;
	}

	.cms-home .homepage-delivery-option {
		width:100%;
		display:inline-block;
		padding: 20px;
	}

	.cms-home .homepage-delivery-option p {
		display:inline-block;
		line-height:20px;
		vertical-align:top;
		font-size:16px;
		margin-bottom:0;
		width: calc(100% - 112px);
	}

	.cms-home .homepage-delivery-option img {
		width: 106px;
		display:inline-block;
		padding-right:16px;
	}

	.cms-home .homepage-delivery-options-disclaimer {
		position:absolute;
		bottom:0;
		right:0;
	}

	.cms-home .homepage-delivery-options-disclaimer p {
		margin-bottom:4px;
		margin-right:8px;
		opacity:0.8;
	}

	.cms-home .homepage-column h2 {
		color: #ff9600;
		text-transform: none;
		font-weight: bold;
		font-size:20px;
	}

	.cms-home .homepage-column h3 {
		text-transform: none;
		font-size:18px;
		font-weight: bold;
	}

	.cms-home .homepage-column a:hover {
		text-decoration: underline;
	}

	.cms-home .homepage-column .review {
		margin-bottom:0;
	}

	.cms-home .homepage-column .name {
		margin-top:4px;
		font-size:0.86em;
		opacity:0.8;
	}

	.cms-home .homepage-column img {
		float:none;
		padding: 0;
		margin: 0 auto 20px auto;
	}

	.cms-home .homepage-column div.color\-blue.style\-340x150#rc-badge-wrapper {
		background: url(../images/rc-bg.png) no-repeat 12px 1px #71B1E3;
		height: auto !important;
		width: 100% !important;
	}

	.cms-home .homepage-column div.color\-blue.style\-340x150#rc-badge-wrapper .rc-content {
		padding: 0 0 10px;
		height: auto;
		min-height: 200px;
	}

	.cms-home .homepage-column .style-340x150#rc-badge-wrapper .rc-overview {
		position: static;
		float: right;
		width: -webkit-calc(100% - 120px);
		width: -o-calc(100% - 120px);
		width: -ms-calc(100% - 120px);
		width: -moz-calc(100% - 120px);
		width: calc(100% - 120px);
		height: auto;
		padding: 0 10px 0 0;
		max-height: 160px;
		margin: -13px 0 12px;
	}

	.cms-home .homepage-column div.color\-blue.style\-340x150#rc-badge-wrapper .rc-content:after {
		content: '';
		display: table;
		clear: both;
	}

	.cms-home .homepage-column div.color\-blue.style\-340x150#rc-badge-wrapper div[style*='overview-blue'] {
		display: none;
	}
}