/*

    Durex : Core site

    Author(s):
      - Mark Chambers
      - Chris Goodchild
      - Jade Brookes

    Information:
      - Stylesheet is broken up into sections denoted by comment headings.
      - Reset styles are derived from HTML5BP CSS.
      - Base styling applies to all devices
      - Device-specific CSS is broken into separate media queries, each targetting mobile/tablet/desktop using min/max widths and orientation.
      - CSS animations have been used in some areas of the site. Fallbacks for IE have been provided using jQuery or plain CSS fallback styles.
      - Navigation styles can be used within microsites but extra work has been necessary for full integration (see microsite styles for overrides)

    Dependencies:
      - homepage.css
      - ie.css (targets IE < 9)
      - textstyles.css (Umbraco rich text editor user styles)

 */




/* Reset
------------------------------------------------------------------------------------------ */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 0.625em;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.accessible-links {
    display: none;
}

.accessible-links:focus {
    display: block;
}

::-moz-selection {
    background: rgb(254,58,139);
    color: rgb(255,255,255);
    text-shadow: none;
}

::selection {
    background: rgb(254,58,139);
    color: rgb(255,255,255);
    text-shadow: none;
}

a {
    color: #00e;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: none;
    height: 0px;
    border: none;
    margin: 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

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

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}



/* Chrome frame / noscript styling
------------------------------------------------------------------------------------------ */
.chromeframe,
.noscript {
    background: rgb(255,255,100);
    padding: 15px 0;
    position: relative;
    z-index: 23;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.25);
    box-shadow: 0 5px 5px rgba(0,0,0,0.25);
}

.noscript p,
.chromeframe p {
    width: 992px;
    margin: 0 auto;
    font-size: 1.4em;
}



/* Helper classes for DOM manipulation
------------------------------------------------------------------------------------------ */
.hideme {
    display: none;
}

.showme {
    display: block;
}

.reader {
    left: -9999px;
    position: absolute;
    top: 0
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}



/* Base (body styles for various sections)
------------------------------------------------------------------------------------------ */
body {
    background-image: url(/img/bg-blue.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #efedf2;

}

body.article-page,
body.bespoke-page,
body.search-page {
    background-image: url(/img/bg-orange.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fffaea;
}

body.product-page {
    background-image: url(/img/bg-red.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #feecec;
}

#wrapper {
    margin-top:6%;
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    color: rgb(48,48,48);
}



/* General styles / generic components
------------------------------------------------------------------------------------------ */
#cookie-notice {
    background: rgb(255,255,255);
    background: rgba(255, 255, 255, 1);
    padding: 5px;
    font-size: 1.2em;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

#cookie-notice p {
    line-height: 1.2em;
    margin: 4px 0;
    float: left;
    clear: both;
}

#cookie-notice a {
    position: relative;
    z-index: 100;
    color: rgb(30,30,30);
}

#cookie-notice .cookie-logo {
    width: 940px;
    margin: 0 auto;
    padding-left: 7px;
    overflow: hidden;
}


#panic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgb(45,45,45);
    z-index: 300;
    display: none;
    overflow: hidden;
}

#panic h1 {
    color: #fff;
    font-family: Georgia, serif,sans-serif;
    font-size: 5em;
    font-weight: normal;
    margin: 0 auto;
    padding: 50px 0px 20px 0px;
    text-transform: uppercase;
    width: 940px;
}

#panic #return span {
    background: url("/img/arrow-left-white-full-sml.png") no-repeat scroll 4px 2px;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    height:24px;
    padding: 2px 4px;
    margin-right: 4px;
    margin-top: -7px;
    width: 27px;
}

#panic #return {font-family:'HelveticaNeueLTW20-Bold','HelveticaNeueW15-65Medi','HelveticaNeueW10-65Medi','HelveticaNeueW02-65Medi','HelveticaNeueW01-65Medi','Helvetica','Arial',sans-serif; font-size: 1.5em; color: #fff;margin-bottom: 50px;cursor: pointer;}


.image-cont{width: 940px; margin: 0px auto;}

#getmeoutofhere {
    display: none;
}

.js #getmeoutofhere {
    display: block;
    position: fixed;
    top: 240px;
    right: 0;
    background: rgb(255,255,255) url(/img/getmeoutofhere.gif) center 10px no-repeat;
    border-radius: 8px 0 0 8px;
    box-shadow: -2px 2px 10px rgba(0,0,0,0.65);
    padding: 76px 12px 12px;
    color: rgb(240,152,200);
    width: 30px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    z-index: 100;
}

.js #getmeoutofhere a {
    color: rgb(240,152,200);
    text-decoration: none;
}




/* Navigation
------------------------------------------------------------------------------------------ */
header nav li {
    float: none;
}

#nav .main-nav {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    margin-top: 110px;
    width: 100%;
}

.touch #nav .main-nav {
    display: none;
}

#nav .main-nav ul {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    position: relative;
    top: auto;
    left: auto;
    min-height: 0;
    background: rgb(191,191,191);
    background: -moz-linear-gradient(45deg,  rgb(191,191,191) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(191,191,191)), color-stop(100%,rgb(255,255,255)), color-stop(100%,rgb(255,255,255)), color-stop(100%,rgb(255,255,255)));
    background: -webkit-linear-gradient(45deg,  rgb(191,191,191) 0%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(255,255,255) 100%);
    background: -o-linear-gradient(45deg,  rgb(191,191,191) 0%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(255,255,255) 100%);
    background: -ms-linear-gradient(45deg,  rgb(191,191,191) 0%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(255,255,255) 100%);
    background: linear-gradient(45deg,  rgb(191,191,191) 0%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(255,255,255) 100%);
}

header nav li#nav-prod li {
    border-radius: 0;
    width: auto;
    min-height: 0;
    margin-right: 0;
    background: none;
    clear: none;
    float: left;
    position: relative;
}

header #nav li#nav-prod li p {
    margin-top: auto;
    background: none;
    font-size: 2.2em;
}

header nav li#nav-prod li a {
    text-align: left;
    padding: 11px 11px 11px 22px;
}

header nav li#nav-prod li img {
    display: none;
}

header nav li#nav-country .country-list {
    position: static;
}

header nav li#nav-country .country-list > li {
    position: static;
}

header nav .main-nav li#nav-country .country-list > li a {
    text-align: left;
    color: #000;
    padding: 3px 0 0 20px;
}

header nav .main-nav li#nav-country .country-list .current li.current a {
    font-weight: bold;
}

header nav .main-nav li#nav-country .country-list > li a:hover {
    text-decoration: underline;
}

header nav .main-nav li#nav-country .country-list li p {
    font-size: 1.6em;
}

.js header nav .main-nav li#nav-country .country-list li p {
    cursor: pointer;
    border-radius: 0;
}

header nav .main-nav li#nav-country .country-list li li {
    font-size: 1.2em;
    line-height: 1em;
    height: 30px;
    position: relative;
}

header nav .main-nav li#nav-country .country-list li.current p {
    font-weight: bold;
}

.js header #nav .country-list li .country-set {
    display: none;
}

.js header #nav .country-list li.current .country-set {
    display: block;
}

#nav .main-nav #nav-prod {
    width: 100%;
}

#nav .main-nav #nav-expl,
#nav .main-nav #nav-about {
    clear: both;
}

header nav li#nav-expl ul {
    background: none;
}

header nav li#nav-expl li {
    margin: 0;
}

header nav li#nav-expl ul li a {
    background: none;
    padding: 11px 11px 11px 22px;
    width: auto;
    height: auto;
    font-size: 1em;
    text-align: left;
}

header nav #products, header nav #explore, header nav .main-nav li p {
    border-radius: 0;
    color: rgb(30,30,30);
}

.js header nav #products, .js header nav #explore, .js header nav .main-nav li p {
    border-radius: 0;
    color: rgb(255,255,255);
}

header nav .main-nav li a {
    text-align: left;
    display: block;
    height: 100%;
    overflow: hidden;
}

header nav li a
{
    color:rgb(30,30,30);
    text-decoration:none;
}

.js header nav li a,
.touch header nav li p {
    color: rgb(255,255,255);
    text-decoration: none;
}

header nav li.current a {
    text-decoration: underline;
}

header nav li li a:hover {
    text-decoration: underline;
}

header nav .main-nav li p,
.touch header nav #products,
.touch header nav #explore {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

header #nav .main-nav ul ul {
    background: none;
}

header nav {
    margin: 16px auto 0;
    position: relative;
    min-height: 122px;
}

header nav #logo-durex {
   /* background-image: url("/img/logo-durex.png");*/
    background-size: 229px auto;
    top: -102px;
    left: 0;
    height: 227px;
    position: absolute;
    width: 229px;
}

.lt-ie9 #logo-durex {
    background: url(../img/logo-durex-ie.png) no-repeat 0 0;
    width: 229px;
    height: 227px;
    text-indent: -9999px;
}

header nav #logo-durex a {
    border-radius: 30px 30px 30px 30px;
    bottom: 44px;
    display: block;
    height: 52px;
    left: 42px;
    position: absolute;
    text-indent: -9999em;
    width: 127px;
}

.touch .main-nav,
.touch tools {
    display: none;
}

header nav .ios-menu {
    display: block;
}

header #search label {
    display: none;
}

#nav .ios-menu {
    display: block;
    position: absolute;
    top: 32px;
    right: 26px;
    background: rgba(0,0,0,0.3);
    border-radius: 14px;
    color: rgb(255,255,255);
    text-decoration: none;
    font-size: 2.2em;
    padding: 11px 16px 9px 16px;
}

header nav .main-nav p {
    font-size: 2.2em;
}

#nav .ios-menu .ios-menu-text {
    float: left;
}

#nav .ios-menu .line-wrap {
    float: right;
    overflow: hidden;
    margin-top: 7px;
}

#nav .ios-menu .line-wrap span {
    background: rgba(255,255,255,0.8);
    width: 30px;
    height: 3px;
    margin-left: 15px;
    margin-bottom: 4px;
    display: block;
}

/* Show slider on mobile version too
------------------------------------------------------------------------------------------ */

#mobileSlider li img{
    width: auto !important;
    height: 100% !important;
}

.filter_controller{
    font-size: 1em !important;
    margin-top: 5px !important;
}

.anythingSlider:not(.activeSlider){
    display: none !important;
}


/* Navigation - country selection flags
------------------------------------------------------------------------------------------ */
header nav .main-nav #nav-country .country-set a {
    color:rgb(68,68,68);
    display:block;
    padding:0 0 0 26px;
    text-align:left;
    width:134px;
    background-position: 0 5px;
    background-repeat:no-repeat;
}

header nav .main-nav li .country-set a[data-countrycode=en-GB] { background-image:url(/img/flags/gb.png); }
header nav .main-nav li .country-set a[data-countrycode=cy-GB] { background-image:url(/img/flags/gb.png); }
header nav .main-nav li .country-set a[data-countrycode=en-US] { background-image:url(/img/flags/us.png); }
header nav .main-nav li .country-set a[data-countrycode=hr-HR] { background-image:url(/img/flags/hr.png); }
header nav .main-nav li .country-set a[data-countrycode=hr-HR] { background-image:url(/img/flags/hr.png); }
header nav .main-nav li .country-set a[data-countrycode=fr-FR] { background-image:url(/img/flags/fr.png); }
header nav .main-nav li .country-set a[data-countrycode=de-DE] { background-image:url(/img/flags/de.png); }
header nav .main-nav li .country-set a[data-countrycode=it-IT] { background-image:url(/img/flags/it.png); }
header nav .main-nav li .country-set a[data-countrycode=nr-NR] { background-image:url(/img/flags/nr.png); }
header nav .main-nav li .country-set a[data-countrycode=el-GR] { background-image:url(/img/flags/gr.png); }
header nav .main-nav li .country-set a[data-countrycode=ch-CH] { background-image:url(/img/flags/ch.png);}
header nav .main-nav li .country-set a[data-countrycode=pt-PT] { background-image:url(/img/flags/pt.png); }
header nav .main-nav li .country-set a[data-countrycode=es-ES] { background-image:url(/img/flags/es.png); }

header nav .main-nav li .country-set a[data-countrycode=de-AT] { background-image:url(/img/flags/at.png); }
header nav .main-nav li .country-set a[data-countrycode=nl-BE] { background-image:url(/img/flags/be.png); }
header nav .main-nav li .country-set a[data-countrycode=fr-BE] { background-image:url(/img/flags/be.png); }
header nav .main-nav li .country-set a[data-countrycode=da-DK] { background-image:url(/img/flags/dk.png); }
header nav .main-nav li .country-set a[data-countrycode=et-EE] { background-image:url(/img/flags/ee.png); }
header nav .main-nav li .country-set a[data-countrycode=hu-HU] { background-image:url(/img/flags/hu.png); }
header nav .main-nav li .country-set a[data-countrycode=fi-FI] { background-image:url(/img/flags/fi.png); }
header nav .main-nav li .country-set a[data-countrycode=en-IE] { background-image:url(/img/flags/ie.png); }
header nav .main-nav li .country-set a[data-countrycode=lv-LV] { background-image:url(/img/flags/lv.png); }
header nav .main-nav li .country-set a[data-countrycode=lt-LT] { background-image:url(/img/flags/lt.png); }

header nav .main-nav li .country-set a[data-countrycode=nl-NL] { background-image:url(/img/flags/nl.png); }
header nav .main-nav li .country-set a[data-countrycode=nn-NO] { background-image:url(/img/flags/no.png); }
header nav .main-nav li .country-set a[data-countrycode=pl-PL] { background-image:url(/img/flags/pl.png); }
header nav .main-nav li .country-set a[data-countrycode=pt-PT] { background-image:url(/img/flags/pt.png); }
header nav .main-nav li .country-set a[data-countrycode=ru-RU] { background-image:url(/img/flags/ru.png); }
header nav .main-nav li .country-set a[data-countrycode=es-ES] { background-image:url(/img/flags/es.png); }
header nav .main-nav li .country-set a[data-countrycode=sv-SE] { background-image:url(/img/flags/se.png); }
header nav .main-nav li .country-set a[data-countrycode=fr-CH] { background-image:url(/img/flags/ch.png); }
header nav .main-nav li .country-set a[data-countrycode=sk-SK] { background-image:url(/img/flags/sk.png); }
header nav .main-nav li .country-set a[data-countrycode=sl-SI] { background-image:url(/img/flags/si.png); }
header nav .main-nav li .country-set a[data-countrycode=tr-TR] { background-image:url(/img/flags/tr.png); }

header nav .main-nav li .country-set a[data-countrycode=fr-CA] { background-image:url(/img/flags/ca.png); }
header nav .main-nav li .country-set a[data-countrycode=en-CA] { background-image:url(/img/flags/ca.png); }

header nav .main-nav li .country-set a[data-countrycode=en-ZA] { background-image:url(/img/flags/za.png); }

header nav .main-nav li .country-set a[data-countrycode=en-AU] { background-image:url(/img/flags/au.png); }
header nav .main-nav li .country-set a[data-countrycode=en-IN] { background-image:url(/img/flags/in.png); }
header nav .main-nav li .country-set a[data-countrycode=zh-HK] { background-image:url(/img/flags/hk.png); }
header nav .main-nav li .country-set a[data-countrycode=id-ID] { background-image:url(/img/flags/id.png); }
header nav .main-nav li .country-set a[data-countrycode=ja-JP] { background-image:url(/img/flags/jp.png); }
header nav .main-nav li .country-set a[data-countrycode=en-MY] { background-image:url(/img/flags/my.png); }
header nav .main-nav li .country-set a[data-countrycode=en-NZ] { background-image:url(/img/flags/nz.png); }
header nav .main-nav li .country-set a[data-countrycode=en-SG] { background-image:url(/img/flags/sg.png); }
header nav .main-nav li .country-set a[data-countrycode=zh-tw] { background-image:url(/img/flags/tw.png); }
header nav .main-nav li .country-set a[data-countrycode=th-TH] { background-image:url(/img/flags/th.png); }
header nav .main-nav li .country-set a[data-countrycode=zh-CN] { background-image:url(/img/flags/cn.png); }

header nav .main-nav li .country-set a[data-countrycode=es-MX] { background-image:url(/img/flags/mx.png); }

header nav .main-nav li .country-set a[data-countrycode=he-IL] { background-image:url(/img/flags/il.png); }

header nav .main-nav li .country-set a[data-countrycode=zh-TW] { background-image:url(/img/flags/Taiwan.png); }

header nav .main-nav li#nav-country .country-list li li.current img {width:16px; height: 11px; left: 0; position: absolute; top: 5px;}

header nav .main-nav li#nav-country .country-list li li img {width:16px; height: 11px; left: 0; position: absolute; top: 5px;}


/* Content styles
------------------------------------------------------------------------------------------ */
.bespoke-page #content .intro {
    margin: 45px 30px 0;
}

.bespoke-page #content .intro p {
    font-size: 2.4em;
    color: rgb(184,184,184);
}

article.play,
article.watch {
    overflow: hidden;
    margin: 0 30px 30px;
}

#content article.watch iframe {
    margin-right: 9px;
    margin-bottom: 9px;
}

#content article.watch iframe:nth-child(2n+1) {
    margin-right: 0;
}

#content article.play h3,
#content article.watch h3 {
    font-size: 2.4em;
    color: rgb(85,85,85);
    font-weight: normal;
    margin-bottom: 8px;
}

#content {
    margin: 0 auto;
    min-height: 600px;
    overflow: hidden;
    background: rgb(255,255,255);
    clear: both;
}

#content h1 {
    font-family: 'HelveticaNeueLTW20-Bold','HelveticaNeueW15-65Medi','HelveticaNeueW10-65Medi','HelveticaNeueW02-65Medi','HelveticaNeueW01-65Medi', 'Helvetica', 'Arial', sans-serif;
    font-size: 5em;
    margin-bottom: 0.5em;
}

#content h2 {
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Helvetica', 'Arial', sans-serif;
    font-size: 2em;
}

#content h3 {
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5em;
    font-weight: normal;
}

#content p {
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 22px;
    line-height: 1.4em;
    color: rgb(48,48,48);
}

#content .story h3 {
    font-size: 2em;
    margin-bottom: 0;
}

#content .sidebar h2 {
    color: #555;
    margin-bottom: 16px;
    font-weight: normal;
}

#content .btn-backto a {
    text-decoration: none;
    color: rgb(134,134,134);
    padding-left: 12px;
}

#content .btn-backto a span {
    background: url("../img/arrow-left-white-sml.png") no-repeat scroll center center #29ADDF;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 22px;
    margin-top: -1px;
    width: 28px;
}




/* Homepage filter
------------------------------------------------------------------------------------------ */
#homepage-filter-form {
    border-radius: 20px;
    margin: 0 auto 22px;
    width: 992px;
    position: relative;
    z-index: 10;
    clear: both;
    overflow: hidden;
    display: none;
    height: 300px;
}

#filtered-home {
    background: rgb(255,255,255);
    overflow: hidden;
    position: relative;
    z-index: 100;
    padding-top: 36px;
    padding-bottom: 45px;
    border-radius: 20px 20px 0 0;
}

#filtered-home .sidebar .article,
#filtered-home .sidebar .bespoke,
#filtered-home .sidebar .product {
    margin: 0 0 33px 0;
}

#filtered-home #feature-center section {
    margin: 0 0 35px 0;
}


/* feature content */
#content #feature-center {
    float: left;
    width: 460px;
    margin: 0 10px;
    overflow: hidden;
}

#content #feature-center section {
    float: left;
    width: 460px;
    height: 410px;
    border-radius: 0 0 0 10px;
    position: relative;
}

#content #feature-center section .btn-fom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 110;
    margin: 0;
}

#content #feature-center section .btn-fom span,
#content .article .btn-fom span {
    float: right;
    background: rgb(41,173,223) url(../img/arrow-right-white-sml.png) center center no-repeat;
    width: 28px;
    height: 22px;
    border-radius: 3px;
    margin-left: 12px;
    margin-top: -1px;
}

#content #feature-center section img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

#content #feature-center section h1 {
    color: #fff;
    font-size: 2.2em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#content #feature-center .subtitle {
    color: #fff;
    font-size: 1.8em;
    padding: 0;
    margin: 0 0 0 1px;
    font-family: 'HelveticaNeueLTW20-Ligh','HelveticaNeueW15-25UltL','HelveticaNeueW10-25UltL','HelveticaNeueW02-UltLt','HelveticaNeueW01-UltLt','Helvetica', 'Arial', sans-serif;
}

#content #feature-center .underlay {
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
    padding: 12px 18px;
    position: relative;
    z-index: 150;
}

#content #feature-center .initial,
#content #feature-center .hover {
    width: 460px;
    height: 432px;
    position: absolute;
    top: 0;
    left: 0;
}

#content #feature-center .initial {
    z-index: 100;
}

#content #feature-center .hover {
    z-index: 110;
    background: rgb(0,0,0);
    opacity: 0;
    filter: alpha(opacity=0);
}

#content #feature-center section .underlay {
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.6);
}




/* Articles
------------------------------------------------------------------------------------------ */
.story p a {
    color: #00BFF3;
}

#searchResults h3,
#searchResults .sidebar {
    clear: both;
    overflow: hidden;
}

#searchResults .sidebar .product {
    margin: 10px;
}

#content #filtered-articles-title,
#content #unfiltered-articles-title,
#content #searchResults h3 {
    margin-top: 80px;
    margin-left: 25px;
    margin-bottom: 10px;
    color: #8A8A8A !important;
    font-size: 2.2em !important;
}

.search-page #content #searchResults h3 {
    color: #8A8A8A !important;
    font-size: 2.2em !important;
    margin-left: 12px;
    float: left;
    clear: both;
}

#content #searchResults {
    padding-bottom: 60px;
    clear: both;
}

#content #searchResults > p {
    margin: 20px 0 0 12px;
}

#articles-filtered,
#articles-unfiltered {
    overflow: hidden;
    margin-left: 15px;
}

.homepage .article,
.homepage .external,
#articles-filtered .article,
#articles-unfiltered .article,
#related-content .article,
.sidebar .related-products .article,
#searchResults .article {
    background: rgb(235, 235, 235);
    background: none repeat scroll 0 0 rgba(235, 235, 235, 0.6);
    float: left;
    height: 300px;
    margin: 0 10px 35px;
    overflow: hidden;
    position: relative;
    width: 220px;
}

#related-content .article {
    margin-top: 10px;
}

.js .homepage .article,
.js .homepage .external,
.js #articles-filtered .article,
.js #articles-unfiltered .article,
.js #related-content .article,
.js .sidebar .related-products .article,
.js #searchResults .article {
    cursor: pointer;
}

#feature-center .article .initial {
    border: none;
}

.homepage .article .initial,
#articles-filtered .article .initial,
#articles-unfiltered .article .initial,
#related-content .article .initial,
.sidebar .related-products .article .initial,
#searchResults .article .initial {
    border-top: 5px solid #8a8a8a;
    border-bottom: 5px solid #8a8a8a;
    background: #fff;
    z-index: 110;
    height: 290px;
}

.homepage .sidebar .article .hover,
#articles-filtered .article .hover,
#articles-unfiltered .article .hover,
#related-content .article .hover,
.sidebar .related-products .article .hover,
#searchResults .article .hover {
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.1);
    z-index: 100;
    height: 320px;
}

.homepage .sidebar .article .initial,
.homepage .sidebar .article .hover,
#articles-filtered .article .initial,
#articles-filtered .article .hover,
#articles-unfiltered .article .initial,
#articles-unfiltered .article .hover,
#related-content .article .initial,
#related-content .article .hover,
#searchResults .article .initial,
#searchResults .article .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.article .btn-fom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 111;
}

#content .sidebar .title-category {
    font-family: 'Georgia', 'Times New Roman', 'Times', serif;
    font-style: italic;
    color: #a2a2a2;
    font-size: 1.8em;
    font-weight: normal;
    padding: 8px 0 0 0;
}

#content .sidebar h1,
#products-filtered h1,
#articles-filtered h1,
#articles-unfiltered h1,
#related-content h1 {
    font-size: 3.1em;
    padding: 22px 0 0 10px;
    margin: 0;
    letter-spacing: -0.04em;
    font-weight: normal;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}

#content .sidebar .bespoke h1 {
    padding: 0 0 10px 0;
}

#content .product .title-intro {
    font-size: 2.35em;
    line-height: 1em;
    padding-top: 14px;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
}

#content .article .title-intro {
    margin: 22px 0 0 12px;
}

#content .realfeel h1 { color: #a44e2f; }
#content .ribbed h1 { color: #0c4608; }
#content .selectflavours h1 { color: #e48221; }
#content .fetherlite h1 { color: #74070f; }
#content .elite h1 { color: #382151; }
#content .pleasuremax h1 { color: #a40859; }
#content .extrasafe h1 { color: #2a23cf; }
#content .performa h1 { color: #6d7898; }
#content .sensation h1 { color: #ec2d17; }
#content .performaintense h1 { color: #383739; }
#content .pleasuremaxwarming h1 { color: #e21c25; }
#content .comfortxl h1 { color: #261a35; }
#content .avantiultima h1 { color: #a14292; }
#content .tingle h1 { color: #38a6c2; }
#content .deluxe h1 { color: #8e928b; }
#content .fetherliteultra h1 { color: #843131; }




/* Products
------------------------------------------------------------------------------------------ */
 .product {
    width: 221px;
    height: 300px;
    border-radius: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 10px;
}

.js .product {
    cursor: pointer;
}

.sidebar .product {
    border-radius: 0 0 0 11px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 1em 0;
}

.js .sidebar .product {
    cursor: pointer;
}

#content .product-wrap {
    top: 0;
}

#content .product .initial,
#content .product .hover {
    width: 221px;
    min-height: 300px;
    position: relative;
    border: none;
}

#content .product .initial {
    background: url(../img/product-bg.gif) 0 -110px repeat-x;
    border-top: 1px solid rgb(153,153,153);
}

#content .product .initial img:first-child {
    position: absolute;
    bottom: 59px;
    left: 50px;
    transform: rotate(8deg) scale(0.93);
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.7);
    box-shadow: 0px 2px 6px rgba(0,0,0,0.7);
}

#content .product .initial img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 220px;
    height: 300px;
}

#content .product .hover img {
    width: 220px;
    height: 300px;
    left: 0px;
    top: 0px;
    position: absolute;
}

#content .product h1 {
    float: left;
    font-size: 2.35em;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 14px 10px 0 0;
}

#content .btn-fom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin-bottom: 0;
    z-index: 110;
    min-width: 30px;
}

#content .btn-fom a {
    color: rgb(48,48,48);
    display: block;
    text-decoration: none;
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
    font-size: 1.35em;
    text-indent:-9999em;
}

#content .product .btn-fom a {
    color: rgb(255,255,255);
}

#content .btn-fom a span {
    background: url(/img/btn-fom.png) center center no-repeat;
    display: inline-block;
    height: 22px;
    margin-left: 12px;
    margin-top: -1px;
    width: 28px;
    vertical-align: middle;
    float:right;
}

#products-filtered {
    margin-left: 15px;
    width: 973px;
    overflow: hidden;
    float: left;
}

#content .bespoke {
    width: 220px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: 10px;
    float: left;
    background: rgb(235,235,235);
    background: rgba(235,235,235,0.85);
    -web-kit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}

.js #content .bespoke {
    cursor: pointer;
}

#content .play .bespoke {
    margin: 10px 17px 10px 0;
}

#content .play .bespoke:last-child {
    margin-right: 0;
}

#content .promo-module {
    width: 220px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: 10px;
    float: left;
}

.js #content .promo-module {
    cursor: pointer;
}

#content .bespoke .initial,
#content .bespoke .hover {
    position: absolute;
    top: 0;
    left: 0;
    -web-kit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}

#content .bespoke .initial {
    background: none repeat scroll 0 0 rgba(132, 21, 90, 0.85);
    top: 0;
    z-index: 99;
}

#content .bespoke .hover {
    background: rgb(30,30,30);
    background: rgba(0,0,0,0.5);
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    opacity: 0;
    width: 196px;
    z-index: 100;
}

.js #content .bespoke .btn-fom {
    display: block;
}

#content .bespoke .hover h1,
#content .bespoke .hover p {
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,1);
}

.filter-header {
    display: none;
}

.js .filter-header {
    color: #999999;
    display: block;
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma','Helvetica','Arial',sans-serif;
    font-size: 2em;
    margin: 35px 0 12px 35px;
}

.js #content #filter-names {
    margin: 20px;
    overflow: hidden;
    display: block;
}

#content #filter-names {
    display: none;
}

#content #filter-names li {
    float: left;
    border-right: 4px solid rgb(220,220,220);
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 6px;
}

#content #filter-names label {
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
    font-size: 3.2em;
    margin-bottom: 0.5em;
    color: rgb(0,0,0);
    line-height: 1em;
}
#content #filter-names label a:hover {
    color: rgb(202,202,202);
}

#content #filter-names label:hover {
    color: rgb(202,202,202);
}

#content #filter-names label a {
    color: rgb(0,0,0);
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
    text-decoration: none;
}

#content #filter-names .selected label {
    background: rgb(41,173,223);
    color: rgb(255,255,255);
}

#content #filter-names .selected label a {
    color: #fff;
}

/*
IE8 cannot register change event on hidden input
".reader" class added to elements instead
#content #filter-names input {
    visibility:hidden;
    display:none;
}
*/

#related-content {
    float: left;
    width: 973px;
    margin-left: 15px;
    margin-bottom: 22px;
}

#related-content .article .hover {
    width: 220px;
    height: 340px;
}

.js .product {
    cursor: pointer;
}

.product {
    border-radius: 0 0 0 8px;
    float: left;
    height: 300px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 221px;
}

#content .product .initial {
    background: url("../img/product-bg.gif") repeat-x scroll 0 -110px transparent;
    border-top: 1px solid #999999;
}

#content .product .initial, #content .product .hover {
    border: medium none;
    min-height: 300px;
    position: relative;
    width: 221px;
}

#related-content h1 {
    font-size: 3.1em;
    font-weight: normal;
    letter-spacing: -0.04em;
    margin: 0;
    padding: 22px 0 0 0px;
    text-rendering: optimizelegibility;
}

#content .product .initial img {
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 220px;
    border: 0 none;
    vertical-align: middle;
}

#content .product .initial,
#content .product .hover {
    border: medium none;
    min-height: 300px;
    position: relative;
    width: 221px;
}




/* Product - style types
------------------------------------------------------------------------------------------ */
.product.red {
    background: rgb(185,21,32);
    background: -moz-linear-gradient(45deg,  rgb(185,21,32) 0%, rgb(227,6,19) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(185,21,32)), color-stop(100%,rgb(227,6,19)));
    background: -webkit-linear-gradient(45deg,  rgb(185,21,32) 0%,rgb(227,6,19) 100%);
    background: -o-linear-gradient(45deg,  rgb(185,21,32) 0%,rgb(227,6,19) 100%);
    background: -ms-linear-gradient(45deg,  rgb(185,21,32) 0%,rgb(227,6,19) 100%);
    background: linear-gradient(45deg,  rgb(185,21,32) 0%,rgb(227,6,19) 100%);
}
    .product.red h1 {
        color: rgb(185,21,32);
    }

.product.blue {
    background: rgb(0,108,183);
    background: -moz-linear-gradient(45deg,  rgb(0,108,183) 0%, rgb(0,159,227) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(0,108,183)), color-stop(100%,rgb(0,159,227)));
    background: -webkit-linear-gradient(45deg,  rgb(0,108,183) 0%,rgb(0,159,227) 100%);
    background: -o-linear-gradient(45deg,  rgb(0,108,183) 0%,rgb(0,159,227) 100%);
    background: -ms-linear-gradient(45deg,  rgb(0,108,183) 0%,rgb(0,159,227) 100%);
    background: linear-gradient(45deg,  rgb(0,108,183) 0%,rgb(0,159,227) 100%);
}
    .product.blue h1 {
        color: rgb(0,108,183);
    }

.product.yellow {
    background: rgb(248,168,0);
    background: -moz-linear-gradient(45deg,  rgb(248,168,0) 0%, rgb(255,221,0) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(248,168,0)), color-stop(100%,rgb(255,221,0)));
    background: -webkit-linear-gradient(45deg,  rgb(248,168,0) 0%,rgb(255,221,0) 100%);
    background: -o-linear-gradient(45deg,  rgb(248,168,0) 0%,rgb(255,221,0) 100%);
    background: -ms-linear-gradient(45deg,  rgb(248,168,0) 0%,rgb(255,221,0) 100%);
    background: linear-gradient(45deg,  rgb(248,168,0) 0%,rgb(255,221,0) 100%);
}
    .product.yellow h1 {
        color: rgb(248,168,0);
    }

.product.black {
    background: rgb(19,0,5);
    background: -moz-linear-gradient(45deg,  rgb(19,0,5) 0%, rgb(52,0,42) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(19,0,5)), color-stop(100%,rgb(52,0,42)));
    background: -webkit-linear-gradient(45deg,  rgb(19,0,5) 0%,rgb(52,0,42) 100%);
    background: -o-linear-gradient(45deg,  rgb(19,0,5) 0%,rgb(52,0,42) 100%);
    background: -ms-linear-gradient(45deg,  rgb(19,0,5) 0%,rgb(52,0,42) 100%);
    background: linear-gradient(45deg,  rgb(19,0,5) 0%,rgb(52,0,42) 100%);
}
    .product.black h1 {
        color: rgb(19,0,5);
    }

.product.purple,
.product.violet
 {
    background: rgb(107,54,128);
    background: -moz-linear-gradient(45deg,  rgb(107,54,128) 0%, rgb(163,121,168) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(107,54,128)), color-stop(100%,rgb(163,121,168)));
    background: -webkit-linear-gradient(45deg,  rgb(107,54,128) 0%,rgb(163,121,168) 100%);
    background: -o-linear-gradient(45deg,  rgb(107,54,128) 0%,rgb(163,121,168) 100%);
    background: -ms-linear-gradient(45deg,  rgb(107,54,128) 0%,rgb(163,121,168) 100%);
    background: linear-gradient(45deg,  rgb(107,54,128) 0%,rgb(163,121,168) 100%);
}
    .product.purple h1,
    .product.violet h1
     {
        color: rgb(107,54,128);
    }




/* Article hover styles
------------------------------------------------------------------------------------------ */
#content .flipwrap {
	position:relative;
	float:left;
}
.js #content .flipwrap {
	cursor:pointer;
}

#content .flipout,
#content .flipin {
	width:178px;
	height:255px;
	position:absolute;
	top:0;
	left:0;
	text-indent:-200em;
}

#content .flipout {
	background:url(/img/article/flipout.png) 0 0 no-repeat;
	z-index:10;
}

#content .flipin {
	background:url(/img/article/flipin.png) 0 0 no-repeat;
	z-index:9;
}




/* Content styles (article pages, etc)
------------------------------------------------------------------------------------------ */
#content header {
	min-height:0;
	background:none;
	position:relative;
	width:930px;
}

#content header:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#content header {
	display: inline-block;
}


html[xmlns] #content header {
	display: block;
}

* html #content header {
	height: 1%;
}


#content header h1 {
	font-size:7.7em;
	font-weight:normal;
	margin-top:76px;
	margin-left: -46px;
	margin-bottom:0;
    border-left: 46px solid #00bff3;
    display: block;
    line-height: 80%;
    text-decoration: none;
	width:100%;
	float:left;
	position:relative;
	z-index:100;
}

#content header h1 span {
    background: #00bff3;
    color:#fff;
    display: inline-block;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-top: 10px;
	float:left;
	clear:both;
}

#content header h1 span:last-child {
    padding-bottom: 23px;
}


/* product page */
.product-page #content .story h1 {
    margin-left:-46px;
}

.product-page #content .story h1 span {
    padding-right:22px;
}

.product-page #content header h1 span {
    text-transform:capitalize;
}

.js .social-wrap
{
    display:block;
}

.social-wrap {
    display:none;
    clear: both;
    float: left;
    list-style: none;
    margin: 20px 0;
    padding: 0;
    position: relative;
    z-index: 1000;
}

#wrapper #content .social-wrap li {
    display: inline-block;
    font-size: 1em;
    min-width: 100px;
    margin: 0 10px 0 0;
    padding: 0;
}

#content .products header h1 {
	text-transform: lowercase;
}

#content .products header h1 span {
	width:540px;
}

#content header h2
{
    max-width: 500px;
	clear:both;
	background: #fff;
	font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
	font-size:2.7em;
	font-weight:normal;
	line-height:1.2em;
	color:rgb(28,28,28);
	float:left;
	margin-top:22px;
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
	padding: 5px 2px 5px 2px;
}

#content .products header h2 {
	color:rgb(0,0,0);
	color:rgba(0,0,0,0.82);
	width:472px;
}

.product-page .btn-wheretobuy {
    margin-top:15px;
    float:left;
    clear:both;
}

.product-page .btn-wheretobuy a {
    padding:12px 14px;
    border-radius:4px;
    background:rgb(12,47,94);
    color:rgb(255,255,255);
    text-decoration:none;
    display:block;
    overflow:hidden;
}

.product-page .btn-wheretobuy a .text {
    float:left;
}

.product-page .btn-wheretobuy a .arrow {
    background: url("../img/arrow-right-black-sml.png") no-repeat scroll center center #FFF;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: right;
    height: 22px;
    margin-left: 12px;
    width: 28px;
}

#content header img {
	position:absolute;
	top:22px;
	right:0px;
	z-index:99;
}

#content .story {
	float:left;
	margin:0 0 0 25px;
	width:640px;
}

#content .story ol {
    margin:0 0 0 12px;
    padding-left: 10px;
    list-style-type:decimal;
}

#content .story li {
    color: #303030;
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma','Helvetica','Arial',sans-serif;
    font-size: 2.4em;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 22px;
    margin-left:10px;
}

#content .story li span {
    font-size: 0.58em;
}

#content .story li span a {
    color: #00BFF3;
}

.article-page #content,
.product-page #content {
    position:relative;
}

#content .story header {
    min-height:342px;
}

.article-page  #content .btn-backto,
.product-page #content .btn-backto {
    margin:0;
    padding:0;
    position:absolute;
    top:20px;
    left:32px;
    font-size:2.4em;
    z-index:111;
    background: #fff;
    padding-right: 10px;
}

.product-page #content .btn-backto a,
.article-page #content .btn-backto a {
    text-decoration:none;
    color:rgb(153,153,153);
}

.product-page #content .btn-backto span,
.article-page #content .btn-backto span {
    background: url("../img/arrow-left-white-sml.png") no-repeat scroll center center #29ADDF;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    margin-right: 12px;
    margin-top: 6px;
    height: 22px;
    width: 28px;
}

.product-page .content-lower {
    width: 710px;
    float: left;
    clear: both;
    margin-bottom: 80px;
}

.product-page #additional-info {
    background: #23a7d9;
    width: 600px;
    float: left;
    margin-left: -46px;
    padding-left: 14px;
    padding-top: 0;
    margin-bottom: 0px;
}

.product-page #additional-info p {
    margin: 0px;
}

.product-page #additional-info p span {
    color: #fff;
    font-size: 1.5em;
    font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
    padding: 30px 35px 15px 35px;
    display: block;
}


.product-page #additional-info ul
{
    padding: 0px;
    margin: 40px 0;
}

.product-page #additional-info ul li
{
    list-style-type:disc;
    color: #fff;
    font-size: 2em;
    line-height: 1em;
    font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
    margin: 4px 50px;
}

.product-page #pack-marks
{
    background: #dadada;
    width: 595px;
    float: left;
    margin-left: -26px;
}

.product-page #pack-marks p
{
    color: #303030;
    font-size: 1.4em;
    margin-bottom: 15px;
    min-height:60px;
}

.product-page #pack-marks p
{
    background-position:22px 8px;
    background-repeat:no-repeat;
    background-color:#dadada;
    padding: 18px 28px 15px 125px;
}

.product-page #pack-marks #kite-number1
{
    background-image: url(../img/icon-kite-number1.png);
}
.product-page #pack-marks #kite-easyshape
{
    background-image: url(../img/icon-kite-easyshape.png);
}
.product-page #pack-marks #kite-quality
{
    background-image: url(../img/icon-kite-quality.png);
}
.product-page #pack-marks #kite-smellsbetter
{
    background-image: url(../img/icon-kite-smellsbetter.png);
}

#content .title-products
{
    width: 100%;
    float: left;
     color: #8A8A8A !important;
    display: block;
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma','Helvetica','Arial',sans-serif;
    font-size: 2.4em !important;
    font-weight:normal !important;
    margin: 70px 0 5px 10px;
}
#content .products .story {
	width:516px;
}


#content .quote {
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma','Helvetica','Arial',sans-serif;
	font-size:2.4em;
	font-weight:normal;
	line-height:1.2em;
	text-align:left;
	float:left;
	padding:30px 30px 30px 57px;
	margin: 7px 30px 10px -60px;
	color:#fff;
	width:370px;
	background: #00BFF3;
}

#content .chart-pie {
	font-family:'Georgia', 'Times New Roman', 'Times', serif;
	font-size:2.4em;
	font-weight:normal;
	line-height:1.2em;
	text-align:left;
	float:right;
	padding:20px 20px 20px 140px;
	margin: 0px 00px 10px 30px;
	border-radius:16px;
	background:rgb(166,29,64) url(../img/article/chart-pie.png) 12px 12px no-repeat;
	color:#fff;
	width:200px;
}

.homepage .sidebar {
	float: left;
    margin-right: 1em;
    min-height: 300px;
    position: relative;
    width: 220px;
}
#sidebar-left {
	margin-left:26px;
	margin-right:1em;
}

#sidebar-right {
    /*margin-right:3em;*/
    margin-right:0;
    margin-left:1em;
}

.article .sidebar,
.product-page .sidebar
{
    margin:0;
	margin-top:360px;
	float: right;
    min-height: 300px;
    position: relative;
    width: 305px;
    z-index:100;
}

.article .find-useful {
	clear:both;
	overflow:hidden;
}

.article .find-useful p {
	float:left;
	margin-right: 12px;
}

.article .find-useful ul {
	float:left;
}

.article .find-useful li {
	float:left;
	margin:0 12px;
}
.article .find-useful fieldset {
	float:left;
}

.article .find-useful label {
	font-family: 'Verdana','Arial','Helvetica',sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 22px;
    float:left;
}
.article .find-useful input {
	float:left;
	margin-top:5px;
	margin-left:5px;
}

.article .find-useful .x-found-useful {
	margin:0 0 0 12px;
}

.article h1 {
	color:rgb(41,173,223);
}

.story .additional-info {

}

#content .story .additional-info h3 {
	font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
	font-size: 2.6em;
	font-weight: normal;
}
#content .story .additional-info ul {
	margin-top:22px;
	list-style-type: disc;
	margin-left: 16px;
}
#content .story .additional-info li p {
	margin:0;
}

.products .sidebar {
	width:440px;
}

.sidebar h3 {
	font-family:'Georgia', 'Times New Roman', 'Times', serif;
	font-style:italic;
	color:#a2a2a2;
	font-size:1.8em;
	font-weight:normal;
	padding-bottom:0px;
	margin-left:12px;
}

.products .sidebar .product {
	min-height:628px;
	background:purple;
	overflow: hidden;
	padding-top:74px;
	width:400px;
	height:auto;
	min-height:300px;
	padding-bottom:20px;
}

.products .sidebar .product img {
	margin:0 auto;
	padding-left: 20px;
	padding-bottom:100px;
	width:272px;
	height:338px;
	display: block;
}


.products .sidebar .product .btn-wtb {
	float: left;
    left: 50%;
    margin: 0 auto;
    position: relative;
    /*width: 260px;*/
}

.products .sidebar .product .btn-wtb a {
	border-radius: 9px 9px 9px 9px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 1.9em;
    left: -50%;
    padding: 20px;
    position: relative;
    text-decoration: none;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

.products .sidebar .product .btn-wtb a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.products .sidebar .elite .btn-wtb a {
	background:rgb(55,32,78);
}


.products .sidebar .product a span {
	float:right;
	background:rgb(108,67,154) url(../img/arrow-right-sml.png) center center no-repeat;
	width:28px;
	height:22px;
	border-radius:3px;
	margin-left:12px;
	margin-top:-1px;
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

.products .sidebar .product a:hover span {
	background:rgb(0,191,243) url(../img/arrow-right-sml.png) center center no-repeat;
}

.products .sidebar .product a:hover {
	color:rgb(0,191,243);
}

.sidebar .related-links {
	padding: 0 16px 0 48px;
	clear:both;
}

.products .sidebar .related-links {
	margin-top: 20px;
	float: right;
	width: 305px;
}

.sidebar .related-links ul {
	margin:0;
	padding:0;
}

.sidebar .related-links li {
	list-style:none;
	margin:0;
	padding:0;
}

.sidebar .related-links a {
	border-right: 3px solid #CCCCCC;
    color: rgb(28,28,28);
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma','Verdana','Arial',sans-serif;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1.4em;
    padding-right: 14px;
    text-decoration: none;
    text-shadow: none;
}
.sidebar .related-links a:hover {
	color:rgb(0,191,243);
}

.sidebar .related-products {
	margin:30px 22px 30px 38px;
	overflow:hidden;
}

.products .sidebar .related-products {
	background:rgb(6,34,82);
	clear:both;
	width:336px;
	padding:32px;
	margin:10px;
	border-radius:3px;
}

#content .products .sidebar .related-products h3 {
	color:rgb(255,255,255);
	border:none;
	font-size:1.8em;
}

.products .sidebar .related-products li a {
	color:rgb(255,255,255);
	font-size: 3em;
	font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
	text-decoration: none;
	display: block;
	overflow: hidden;
	line-height:1.15em;
}

.products .sidebar .related-products li a span {
	float:right;
	background:rgb(0,191,243) url(../img/arrow-right-sml.png) center center no-repeat;
	width:28px;
	height:22px;
	border-radius:3px;
	margin-top: 11px;
	opacity: 0;
   -webkit-transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   transition: opacity .5s ease-in-out;
}

.products .sidebar .related-products li a:hover span {
	opacity:1;
   -webkit-transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.products .sidebar .related-products li a:hover {
	color:rgb(0,191,243);
}

.bespoke {
	float:left;
	margin:10px;
	width: 221px;
	height:352px;
	overflow:hidden;
	background:red;
}

.bespoke .hover {
    display:none;
}

.js .bespoke .hover {
	background:rgb(132, 21, 90);
	background:rgba(132, 21, 90, 0.85);
	padding:12px;
    display:block;
}

.bespoke .hover a {
	background:url(../img/article/icon-arrow-black-right.png) 0 0 no-repeat;
	padding:2px 0 2px 40px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#content .bespoke h1 {
	font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
	font-weight:normal;
	font-size:3em;
	font-style:normal;
}

#content .bespoke h1 .alt {
	font-family:'Georgia', 'Times New Roman', 'Times', serif;
	font-weight:normal;
	font-size:0.6em;
	color:#fff;
	line-height:1.2em;
	display:block;
	font-style:italic;
}

#content .putiton h1 {
	color:#fff;
}

.sidebar .putiton {
	background:url(../img/article/putiton-bg.png) 0 0 no-repeat;
}

.article .sidebar .product
{
    margin:10px;
}

#content #btn-amc
{
    display:none;
}

.js #content #btn-amc
{
    display:block;
    text-indent:-9999em;
    height:50px;
    margin: 0px 28px 15px;
    background: rgb(127,127,127) center center no-repeat;
    border-radius:3px;
    cursor:pointer;
    clear: both;
    float: left;
    width: 938px;
}

#content #btn-amc span
{
    width:50px;
    height:50px;
    display:block;
    margin:0 auto;
    background: url(/img/icon-reload.png) center center no-repeat;
}



.social-links {
	clear:both;
}

.social-links h3,
.related-links h3 {
    display:none;
}

.product-page .related-links h2
{
    color: #555555;
    display: block;
	padding: 0px;
	margin-top: -9px;
}

.product-page .related-links ul
{
    padding: 0px;
    margin-top: 25px; margin-left: 12px;
}

.product-page .related-links ul li
{
    list-style: none;
}

.product-page .related-links ul li a
{
    color: #000;
    font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
    font-size: 2.3em;
    border-right: 4px solid #d2d1d1;
    padding-right: 12px;
    -webkit-font-smoothing:antialiased;
}

/**** Search page styles ******/

.result-text {
    color: #999999;
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma','Helvetica','Arial',sans-serif;
    font-size: 2em;
    display: block;
    margin: 44px 0px 12px 26px;
}

#searchResults
{
    float: left;
    display: block;
    margin-left:17px;
}

    #search-grey
    {
        background: #e0dedc;
        border-radius: 6px;
        padding: 8px 10px;
        margin-left: 26px;
        float:left;
        clear:both;
    }
        #search-grey input#pageSearchInputField {
            background-color: transparent;
            background-image: url(/img/icon-search-glass.png);
            background-position:right top;
            background-repeat:no-repeat;
            border: medium none;
            color: #000;
            float: left;
            font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma','Verdana','Arial',sans-serif;
            font-size: 2em;
            width:400px;
        }

.lt-ie9 .footer
{
    background: #E6E6E6;
    width: 100%;
    min-height: 60px;
}


footer {
	min-height:60px;
	background:rgb(230,230,230);
	/*overflow: hidden;*/
	position: relative;
}

footer .inner-wrap
{
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

footer #logo-rb {
	float: left;
	margin:45px 45px 45px 0;
}

footer #logo-rb a {
	background: url(/img/logo-rb.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999em;
	width: 100px;
	height: 44px;
}

footer ul {
	float: left;
    left: 50%;
    margin: 45px 0 12px 0;
    position: relative;
}

footer li {
	float: left;
    margin-left: 12px;
    position: relative;
    right: 50%;
}

footer li a {
	color:rgb(48,48,48);
	text-decoration: none;
	font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
	font-size:1.5em;
	margin-bottom:0.5em;
	]border-right:1px solid rgb(48,48,48);
	padding-right:12px;
}
footer li a:hover {
	color:#00BFF3;
}
footer li:nth-last-child(1) a {
    border-right:none;
	padding-right:0px;
}

footer .copyright
{
    clear:both;
    text-align:center;
	font-size:1.5em;
	color:rgb(48,48,48);
	margin-bottom:45px;
}

.footer{
    position:relative;
}
.footer .menu-lingua{
    top:auto;
    bottom:130px;
}
.footer__columns{
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}
.footer__column{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 33.3%;
    left: auto;
}
.footer__column li{
    float: none;
    right: auto;
    margin-left: 0;
}
.footer__column li:nth-last-child(1) a{
    padding-right: 10px;
}
.footer__column a{
    display: block;
    padding: 5px 10px;
}

#loading-div
{
    position: absolute;
    top: 200px;
    left: 45%;
    z-index: 300;
    display: none;
}



/* generic page */
.generic-page #content h1
{
    border-left: 46px solid #00BFF3;
    display: block;
    float: left;
    font-size: 7.7em;
    font-weight: normal;
    line-height: 80%;
    margin-bottom: 15px;
    margin-left: -46px;
    margin-top: 20px;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 100;
}

.generic-page #content h1 span {
    background: none repeat scroll 0 0 #00BFF3;
    clear: both;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-top: 10px;
}

.generic-page #content h2 {
    margin-bottom:12px;
}

#generic-page {
    padding:25px;
    /* added width so error pages can look nicer*/
    width:94%;
}

.generic-page #content a {
    color: #29ADDE;
    text-decoration: none;
}

#error-page {
    padding:25px;
    width:940px;
}

#error-page h2 {
    margin-bottom:12px;
}

#generic-page ul {
    list-style-type:disc;
}

#generic-page ol {
    list-style-type:decimal;
}

#generic-page ul,
#generic-page ol {
    margin:0 0 20px 0;
    padding:0px;
}

#generic-page li {
    padding:0px;
    font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Helvetica', 'Arial', sans-serif;
	font-size:1.4em;
	font-weight:normal;
    margin: 0 0 0px 25px;
}

/**** master your moves *****/

.masteryourmoves-page {height: 774px;}
.masteryourmoves-page #getmeoutofhere {display: none !important;}


/* Buy now - Compre agora
------------------------------------------------------------------------------------------ */
#content.content--overflowing {
    overflow: visible;
}
.buy-now {
    padding-bottom: 64px;
    border-radius: 20px 20px 0 0;
}
#content .buy-now-header {
    padding: 110px 60px 0;
    height: 196px;
    width: auto;
    display: block;

    background-position: center center;
    background-size: cover;
    border-radius: 20px 20px 0 0;
}
#content .buy-now-header-mainline {
    margin: 0;
    padding: 0 0 15px;
    border: 0;
    width: auto;
    position: relative;
    float: left;

    font-size: 63px;
    font-family: 'HelveticaNeueLTW20-Bold','HelveticaNeueW15-75Bold','HelveticaNeueW10-75Bold','HelveticaNeueW02-75Bold','HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
    line-height: 1em;
    background: none;
}
#content .buy-now-header-mainline:after {
    content: "";
    position: absolute;
    left: 110px;
    bottom: 0;
    right: 0;
    height: 0;
    border-bottom: 3px solid rgb(28,28,28);
}
#content .buy-now-header--light .buy-now-header-mainline:after {
    border-color: white;
}

#content .buy-now-header-subline {
    margin: 0 0 0 110px;
    padding: 15px 0;
    border: 0;
    float: left;
    clear: left;

    font-size: 24px;
    font-family: 'HelveticaNeueLTW20-Ligh','HelveticaNeueW15-45Ligh','HelveticaNeueW10-45Ligh','HelveticaNeueW02-45Ligh','HelveticaNeueW01-45Ligh', Helvetica, Arial, sans-serif;
    line-height: 1em;
    background: none;
}

#content .buy-now-header--light .buy-now-header-mainline,
#content .buy-now-header--light .buy-now-header-subline {
    color: white !important;
}

#content .buy-now-filter {
    text-align: right;
    font-size: 21px;
}

#content .buy-now-filter {
    text-align: right;
    padding: 12px 15px;
}

.filter-label {
    display: inline-block;
    margin-right: 10px;

    vertical-align: middle;
    font-family: 'HelveticaNeueLTW20-Ligh','HelveticaNeueW15-45Ligh','HelveticaNeueW10-45Ligh','HelveticaNeueW02-45Ligh','HelveticaNeueW01-45Ligh', Helvetica, Arial, sans-serif;
}
.filter-dropdown {
    display: inline-block;
    position: relative;
    border: 1px solid #2a2a2a;
    border-radius: 3px;

    vertical-align: middle;
    text-align: left;
}
.filter-dropdown--bold {
    font-family: 'HelveticaNeueLTW20-Bold','HelveticaNeueW15-75Bold','HelveticaNeueW10-75Bold','HelveticaNeueW02-75Bold','HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
}
.filter-dropdown-label {
    display: block;
    padding: 10px 30px 10px 15px;
    width: 105px;
    position: relative;

    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filter-dropdown--wide .filter-dropdown-label {
    width: 135px;
}
.filter-dropdown-label:hover {
    background-color: #e2e2e2;
}
.filter-dropdown-label:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    width: 15px;
    height: 9px;

    background: url(/img/buy-now-sprite.png) no-repeat 0 0;
}
.csstransitions .filter-dropdown-label:after {
    -webkit-transition: background-position 200ms;
    -o-transition: background-position 200ms;
    transition: background-position 200ms;
}
.filter-dropdown.open .filter-dropdown-label:after {
    background-position: 0 -15px;
}
.csstransitions .filter-dropdown-label {
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}
.filter-dropdown-options {
    position: absolute;
    z-index: 200;
    top: 100%;
    right: 0;
    min-width: 100%;
    margin: 15px -1px 0;
    border: 1px solid #2a2a2a;
    border-radius: 3px;

    visibility: hidden;
    opacity: 0;
    background: white;
}
.csstransforms .filter-dropdown-options {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.csstransitions .filter-dropdown-options {
    -webkit-transition: opacity 300ms, visibility 300ms, -webkit-transform 300ms;
    -o-transition: opacity 300ms, visibility 300ms, -o-transform 300ms;
    transition: opacity 300ms, visibility 300ms, transform 300ms;
}
.filter-dropdown-options:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #2a2a2a transparent;
}
.filter-dropdown-options:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}
.filter-dropdown.open .filter-dropdown-options {
    visibility: visible;
    opacity: 1;
}
.csstransforms .filter-dropdown.open .filter-dropdown-options {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.filter-dropdown-option {
    border-top: 1px solid #2a2a2a;
}
.filter-dropdown-option:first-child {
    border-top: 0;
}
.filter-dropdown-option a,
.filter-dropdown-option--occupying {
    display: block;
    padding: 10px 18px;

    text-decoration: none;
    color: #2a2a2a;
    cursor: pointer;
}
.filter-dropdown-option a:hover,
.filter-dropdown-option--occupying:hover {
    background-color: #e2e2e2;
}
.csstransitions .filter-dropdown-option a {
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}

.icon--arrow-right-blue,
.icon--arrow-down-blue,
.icon--arrow-left-dark {
    display: inline-block;
    background-image: url(/img/buy-now-sprite.png);
    background-repeat: no-repeat;
}
.icon--arrow-right-blue {
    width: 13px;
    height: 19px;
    background-position: -22px 0;
}
.icon--arrow-down-blue {
    height: 13px;
    width: 19px;
    background-position: -57px 0;
}
.icon--arrow-left-dark {
    width: 12px;
    height: 18px;
    background-position: -40px 0;
}

.ghost-button {
    border: 1px solid white;
    border-radius: 3px;
    padding: 0.8em 2em;
    display: inline-block;

    color: white;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'HelveticaNeueLTW20-Bold','HelveticaNeueW15-75Bold','HelveticaNeueW10-75Bold','HelveticaNeueW02-75Bold','HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
}

.grid {
    position: relative;
}

.grid-category {
    position: absolute;
    width: 50%;

    -moz-transform:  matrix(0.00000000, -1.00000000, 1.00000000, 0.00000000, 0, 0);
    -webkit-transform:  matrix(0.00000000, -1.00000000, 1.00000000, 0.00000000, 0, 0);
    -o-transform:  matrix(0.00000000, -1.00000000, 1.00000000, 0.00000000, 0, 0);

}
.lt-ie9 .grid-category .grid-tile-content {
    left: 0;
    top: 0;
    bottom: 0;
    margin-left: -100px;
    margin-right: 100px;
}
.lt-ie9 .grid-category .grid-tile-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=1.00000000, M21=-1.00000000, M22=0.00000000,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=1.00000000, M21=-1.00000000, M22=0.00000000,sizingMethod='auto expand');
}
.grid-category .grid-tile {
    width: 100%;
    padding-bottom: 100%;
    font-family: 'HelveticaNeueLTW20-Bold','HelveticaNeueW15-75Bold','HelveticaNeueW10-75Bold','HelveticaNeueW02-75Bold','HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
}
.grid-category .grid-tile-content {
    top: -100px;
    height: 100px;
    bottom: auto;
    background: url(/img/buy-now-category-bg.jpg) no-repeat center center;
}
.grid-category a {
    font-size: 30px;
    color: #0c8acb;
    text-decoration: none;
}
.grid-category .grid-tile .icon {
    display: block;
    margin: 10px auto 0;
}
.csstransitions .grid-category .grid-tile .icon {
    -webkit-transition: background-position 300ms;
    -o-transition: background-position 300ms;
    transition: background-position 300ms;
}
.grid-category .grid-tile:hover .icon {
    background-position: -57px -19px;
}
.grid-category .grid-tile:hover {
    color: #2a2a2a;
}
.grid-category-name {
    display: block;
}


.grid-items { }
.grid-items .grid-tile {
    width: 50%;
    padding-bottom: 50%;
}
.grid-items .grid-tile:nth-child(odd) .grid-tile-content {
    left: 0;
}
.grid-items .grid-tile:nth-child(even) .grid-tile-content {
    right: 0;
}
.grid-items .grid-tile-content,
.grid-related .grid-tile-content {
    background-repeat: no-repeat;
    background-position: center center;
}

.grid-related .grid-tile {
    width: 33.333%;
    padding-bottom: 33.333%;
}
.grid-related .grid-tile:nth-child(3n) {
    width: 33.334%;
}
.grid-related .grid-tile:nth-child(3n) .grid-tile-content {
    right: 0;
}
.grid-related .grid-tile:nth-child(3n-2) .grid-tile-content {
    left: 0;
}
.grid-related .grid-tile-headline {
    font-size: 17px;
    margin-bottom: 5px;
}
.grid-related .grid-tile-subline {
    font-size: 13px;
}
.grid-related .ghost-button {
    font-size: 17px;
}
.grid-related .grid-tile-image {
    margin-bottom: 15px;
}

.grid-tile {
    position: relative;
    height: 0;
    float: left;
}
.grid-tile-content {
    position: absolute;
    top: 0px;
    right: 1px;
    bottom: 2px;
    left: 1px;

    background-image: url(/img/buy-now-tile-bg-default.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.grid-tile-content:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.grid-tile-content--hover {
    opacity: 0;
    visibility: hidden;
    background-color: #6fc1d8;
}
.csstransitions .grid-tile-content--hover {
    -webkit-transition: opacity 300ms, visibility 300ms;
    -o-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms;
}
.grid-tile:hover .grid-tile-content--hover {
    opacity: 1;
    visibility: visible;
    background-image: none;
}
.grid-tile-content-inner {
    max-width: 90%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.tile-skyblue .grid-tile-content {
    background-image: url(/img/buy-now-tile-bg-default.jpg);
}
.tile-skyblue .grid-tile-content--hover {
    background-color: #6fc1d8;
}
.tile-blue .grid-tile-content {
    background-image: url(/img/buy-now-tile-bg-blue.jpg);
}
.tile-blue .grid-tile-content--hover {
    background-color: #009de0;
}
.tile-red .grid-tile-content {
    background-image: url(/img/buy-now-tile-bg-red.jpg);
}
.tile-red .grid-tile-content--hover {
    background-color: #cb3535;
}
.tile-yellow .grid-tile-content {
    background-image: url(/img/buy-now-tile-bg-yellow.jpg);
}
.tile-yellow .grid-tile-content--hover {
    background-color: #fdc646;
}
.tile-orange .grid-tile-content {
    background-image: url(/img/buy-now-tile-bg-orange.jpg);
}
.tile-orange .grid-tile-content--hover {
    background-color: #f99e47;
}
.tile-violet .grid-tile-content {
    background-image: url(/img/buy-now-tile-bg-violet.jpg);
}
.tile-violet .grid-tile-content--hover {
    background-color: #803a79;
}

.grid-tile-image {
    display: block;
    margin: 0 auto 25px;
    max-height: 70%;
    max-width: 100%;
}
.grid-tile-headline,
.grid-tile-subline {
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.grid-tile-headline {
    margin-bottom: 7px;

    font-size: 25px;
    font-family: 'HelveticaNeueLTW20-Bold','HelveticaNeueW15-75Bold','HelveticaNeueW10-75Bold','HelveticaNeueW02-75Bold','HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.grid-tile-subline {
    font-size: 19px;
    font-family: 'HelveticaNeueLTW20-Ligh','HelveticaNeueW15-45Ligh','HelveticaNeueW10-45Ligh','HelveticaNeueW02-45Ligh','HelveticaNeueW01-45Ligh', Helvetica, Arial, sans-serif;
}

.buy-now-navigation {
    padding: 25px 30px;

    font-size: 24px;
    font-family: 'HelveticaNeueLTW20-Bold','HelveticaNeueW15-75Bold','HelveticaNeueW10-75Bold','HelveticaNeueW02-75Bold','HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
    background-color: #f8f8f8;
}
.buy-now-navigation,
.buy-now-navigation a {
    color: #2a2a2a;
    text-decoration: none;
}
#content .buy-now-navigation h2 {
    font-size: 24px !important;
    line-height: 1.4;
    font-family: 'HelveticaNeueLTW20-Bold','HelveticaNeueW15-75Bold','HelveticaNeueW10-75Bold','HelveticaNeueW02-75Bold','HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
    font-weight: normal !important;
    color: #2a2a2a !important;
}
.buy-now-navigation .icon {
    margin-right: 20px;
}

.buy-now-product {
    padding: 50px 0 120px;
}
.buy-now-product-left,
.buy-now-product-right {
    float: left;
}
.buy-now-product-left {
    width: 36.842%;
    margin: 0 3%;
}
.buy-now-product-image {
    text-align: center;
}
.buy-now-product-image img {
    max-width: 100%;
    max-height: 100%;
}
.buy-now-product-right {
    width: 50%;
}
#content .buy-now-product-detail h1 {
    font-size: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}
#content .buy-now-product-detail p {
    line-height: 1.73;
    font-size: 15px;
}
#content .buy-now-product-detail p.lead,
#content .buy-now-product-detail p strong,
#content .buy-now-product-detail p b {
    font-family: 'HelveticaNeueLTW20-Bold','HelveticaNeueW15-65Medi','HelveticaNeueW10-65Medi','HelveticaNeueW02-65Medi','HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.buy-now-product-shops {
    margin: 50px 0 30px;
}
.buy-now-product-shop {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;

    text-decoration: none;
}
.buy-now-product-shop img{
    max-height: 50px;
}

.button {
    display: inline-block;
    padding: 11px 30px;
    border-radius: 3px;

    font-family: 'HelveticaNeueLTW20-Bold','HelveticaNeueW15-75Bold','HelveticaNeueW10-75Bold','HelveticaNeueW02-75Bold','HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.csstransitions .button {
    -webkit-transition: color 200ms, background-color 200ms;
    -o-transition: color 200ms, background-color 200ms;
    transition: color 200ms, background-color 200ms;
}
.button.inactive,
.button.inactive:hover,
.button.inactive:active {
    background-color: #d7d7d7;
    cursor: default;
}
.button--blue {
    color: white;
    background-color: #0c94d7;
}
.button--blue:hover {
    background-color: #59aed7;
}
.button--blue:active {
    background-color: #9bc3d7;
}

.no-js .buy-now-product-select {
    display: none;
}
.buy-now-product-select {
    font-size: 20px;
}
.buy-now-product-select .button {
    vertical-align: middle;
}
.buy-now-product-select .button,
.buy-now-product-select .filter-dropdown {
    margin-bottom: 10px;
}

/* Smartphones (non-retina - portrait & landscape)
----------------------------------------------------------------- */
@media only screen
  and (min-device-width : 320px)
  and (max-device-width : 767px)  {

    .touch #cookie-notice .cookie-logo {
        width: auto;
        background-position: 4px 14px;
    }

    /* START nav */
    .touch #nav {
        width: 100%;
        min-height: 62px;
    }

    .touch #nav .ios-menu {
        right: 17px;
        top: 0px;
        padding: 9px 14px 9px 16px;
    }

    .touch nav #logo-durex {
        left: -14px;
        background-repeat: no-repeat;
        background-size: 139px auto;
        top: -67px;
        width: 139px;
        height: 129px;
    }

    .touch header nav li#nav-prod #products,
    .touch header nav li#nav-expl #explore,
    .touch header nav li#nav-country #country,
    .touch header nav li#nav-about p {
        display: block;
        padding: 11px 11px 11px 22px;
        color: rgb(0,0,0);
    }

    .touch header nav li#nav-about p a {
        text-decoration: none;
        color: rgb(0,0,0);
    }

    .touch header nav .main-nav li a {
        min-height: 24px;
    }


    .touch header nav li#nav-prod #products,
    .touch header nav li#nav-expl #explore,
    .touch header nav li#nav-country #country {
        background: url(/img/icon-plus.gif) 289px 12px no-repeat;
        background-size: 20px 20px;
        min-height: 24px;
    }

    .touch header nav li#nav-prod #products.icon-minus,
    .touch header nav li#nav-expl #explore.icon-minus,
    .touch header nav li#nav-country #country.icon-minus,
    .touch header #nav .main-nav li#nav-country .country-list li p.icon-minus {
        background: url(/img/icon-minus.gif) 289px 12px no-repeat;
        background-size: 20px 20px;
        min-height: 24px;
    }

    .touch header nav li#nav-prod ul,
    .touch header nav li#nav-expl ul,
    .touch header nav li#nav-country .country-wrap {
        display: none;
    }

    .touch header nav li#nav-prod ul a,
    .touch header nav li#nav-expl ul a {
        display: block;
        color: rgb(0,0,0);
        padding: 11px 11px 11px 44px;
    }

    .touch #nav-country h3 {
        display: none;
    }

    .touch header nav .main-nav li#nav-country .country-list li p {
        font-size: 2.2em;
        color: rgb(0,0,0);
        padding: 11px 11px 11px 44px;
        background: url(/img/icon-plus.gif) 289px 12px no-repeat;
        background-size: 20px 20px;
    }

    .touch #nav-country li ul {
        display: none;
        font-size: 1.6em;
        color: rgb(0,0,0);
        padding: 11px 11px 11px 88px;
    }

    .touch #nav .tools {
        display: none;
    }

    .touch header nav li#nav-country .country-set {
        padding: 0 0 0 34px;
        height: 100%;
        left: auto;
        overflow: auto;
        position: relative;
        top: auto;
        width: auto;
        clear: both;
    }

    .touch header nav li#nav-country .country-set li {
        font-size: 1em;
        background-image: none;
    }

    .touchh header nav .main-nav li#nav-country .country-list > li a {
        padding: 0;
    }

    .touch header nav .main-nav #nav-country .country-set a {
        width: 100%;
    }

    .touch header #nav .country-list li .country-set,
    .touch header #nav .country-list li.current .country-set {
        display: none;
    }

    .touch header nav li p,
    .touch header nav li p a {
        color: rgb(0,0,0);
    }

    .touch header nav li#nav-prod li {
        float: none;
    }

    .touch header nav li.non-super a {
        padding: 11px 11px 11px 22px;
    }
    /* END nav */


    .touch #homepage-filter-form {
        display: none;
    }

    .touch .filter-header {
        margin: 21px 0 19px 9px;
    }

    /**
     * Somethings are positioned absolute here
     * Tread carefully and keep this in mind when adapting the landscape view
    **/
    .touch .home-page #content {
        min-height: 1940px;
        border-radius: 0;
        min-width: 320px;
    }

        .touch #content #btn-amc {
            position: absolute;
            bottom: 10px;
            left: 10px;
            margin: 0;
            width: 93%
        }

    #content #filtered-home {
        border-radius: 0;
    }

    .touch #panic,
    .touch #getmeoutofhere {
        display: none;
    }

    .touch #content section {
        z-index: 200;
    }

    .touch body.article-page #content section.story {
        width: 290px;
        margin-left: 15px;
    }

    .touch body.article-page #content section.story h1 {
        width: 320px;
        font-size: 3.7em;
        margin-top: 175px;
    }

    .touch body.article-page #content section.story h2 {
        font-size: 2em;
        margin-top: 0;
    }

    #content header h1 span:last-child {
        padding-bottom: 12px;
    }

    .touch body.article-page #content section.story header img {
        width: 100%;
        top: 45px;
    }

    .touch body.article-page #content .quote {
        width: 290px;
    }

    #content .sidebar,
    #content #sidebar-left {
        margin: 0;
    }

    #content .sidebar .product,
    #content .sidebar .article,
    #content .sidebar .bespoke,
    #content #related-content .product,
    #content #related-content .article,
    #content #related-content .bespoke {
        width: 145px;
        height: 232px;
    }

    #content #related-content .article .initial,
    #content #related-content .article .hover {
        height: 232px;
    }

    #content .product .initial,
    #content .product .hover {
        width: 145px;
        height: 232px;
        min-height: 0;
    }

    #content .product .initial {
        background-position: 0 -140px;
    }

    #content .product .initial img {
        top: 28px;
        bottom: auto;
        left: 0;
        width: 145px;
        height: 198px;
    }

    #content .btn-fom {
        right: 8px;
        bottom: 8px;
    }

    #content .btn-fom a {
        font-size: 1.2em;
        vertical-align: middle;
    }

    #content .btn-fom a span {
        margin-top: -4px;
        display: inline-block;
        height: 22px;
        margin-left: 10px;
        margin-top: -1px;
        width: 28px;
        vertical-align: middle;
    }

    #content .product .hover img {
        top: 80px;
        left: 0;
        width: 145px;
        height: 202px;
    }

    #content .article .hover img {
        width: 145px;
        height: 232px;
    }

    #content .sidebar h1 {
        width: 135px;
        font-size: 2em;
        padding-top: 14px;
    }

    #content .btn-fom {
        font-size: 1em;
    }

    #content .product .initial h1 {
        font-size: 1.6em;
    }

    .touch #content .product .title-intro {
        font-size: 1.6em;
    }

    #content #products-filtered {
        width: 320px;
        margin-left: 10px;
    }

    #content #articles-filtered,
    #content #articles-unfiltered {
        margin-left: 5px;
    }

    #content #articles-filtered .article,
    #content #articles-unfiltered .article {
        width: 145px;
        height: 232px;
        margin: 0 5px;
    }

    #content #articles-filtered .article h1,
    #content #articles-unfiltered .article h1 {
        width: 135px;
        font-size: 2em;
        padding-top: 14px;
    }

    #content #articles-filtered .article .title-intro,
    #content #articles-unfiltered .article .title-intro {
        margin: 22px 0 0 12px;
    }

    #content.article .story header {
        min-height: 230px;
    }

    #content.article .sidebar,
    #content.product-page .sidebar {
        min-height: 0;
    }

    #content.article .story li {
        line-height: 0.6em;
        margin-left: 20px;
    }

    #content header {
        width: 290px;
    }

    #content header h2 {
        width: 100%;
    }

    #content #products-filtered section {
        width: 145px;
        height: 232px;
        margin: 0 0 10px 0;
    }

    #content #products-filtered section:nth-child(2n+0) {
        margin-left: 10px;
    }

    #content .related-links ul {
        margin-left: 0;
    }

    #content .related-links ul li {
        float: left;
        margin-right: 9px;
    }

    #content .related-links ul li a {
        font-size: 2.3em;
    }

    #content #related-content {
        width: 100%;
        margin-left: 10px;
    }

    .touch #content #filter-names {
        margin: 10px;
    }

    #content #filter-names li input {
        width: 0;
        height: 0;
    }

    #content #filter-names li label {
        font-size: 2.3em;
    }

    #content #related-content .article h1 {
        font-size: 2.3em;
    }

    #content #related-content .product,
    #content #related-content .article,
    #content #related-content .bespoke {
        margin: 0 0 10px 0;
    }

    #content #related-content section:nth-child(2n+0) {
        margin-right: 10px;
    }

    .touch .product-page #content .sidebar {
        clear: both;
        float: none;
        min-height: 0;
    }

    .touch .product-page #content .sidebar .related-links {
        margin: 0;
        padding: 30px 0 0 12px;
    }

    #content #related-content {
        overflow: hidden;
        clear: both;
    }

    #content #related-content h3.title-products {
        margin: 30px 0 0 0;
    }

    .touch #content {
        position: relative;
        width: 100%;
    }

    #content .product-page .related-links ul {
        margin-left: 0;
    }

    .touch .article-page #content .btn-backto,
    .touch .product-page #content .btn-backto {
        left: 13px;
        top: 10px;
        z-index:9999;
    }


    /* Homepage filtered content
    ------------------------------------------------------------- */
    .touch #content #filtered-home {
        height: 100%;
        overflow: visible;
        margin: 0;
        padding: 0;
        position: static;
    }
    .touch .homepage .sidebar {
        width: 100%;
        margin: 0;
    }
    .touch #content #sidebar-left,
    .touch #content #feature-center {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        overflow: visible;
        float: none;
    }
    .touch #content #sidebar-left section,
    .touch #content #sidebar-right section {
        position: absolute;
        margin: 0;
    }


    /* Homepage sidebar products/bespoke promo positions
    ------------------------------------------------------------- */
    #content #sidebar-left section:nth-child(1) {
        top: 292px;
        left: 0px;
    }
    #content #sidebar-left section:nth-child(2) {
        top: 292px;
        right: 0px;
    }
    #content #sidebar-left section:nth-child(3) {
        top: 824px;
        left: 0px;
    }
    #content #sidebar-left section:nth-child(4) {
        top: 824px;
        right: 0px;
    }
    #content #sidebar-right section:nth-child(1) {
        top: 1366px;
        left: 0px;
    }
    #content #sidebar-right section:nth-child(2) {
        top: 1366px;
        right: 0px;
    }
    #content #sidebar-right section:nth-child(3) {
        top: 1608px;
        left: 0px;
    }
    #content #sidebar-right section:nth-child(4) {
        top: 1608px;
        right: 0px;
    }


    /* Homepage centre position article styles
    ------------------------------------------------------------- */
    #content #feature-center section {
        width: 300px;
        height: 282px;
        position: absolute;
    }
    #content #feature-center section .initial img {
        width: 300px;
        height: 282px;
    }
    #content #feature-center section:nth-child(1) {
        top: 10px;
        left: 10px;
    }
    #content #feature-center section:nth-child(2) {
        top: 544px;
        left: 10px;
    }
    #content #feature-center section:nth-child(3) {
        top: 1075px;
        left: 10px;
    }
    #content #filtered-home #feature-center .article {
        margin: 0;
    }


    /* Product page styles
    ------------------------------------------------------------- */
    .touch .product-page #content .story {
        float: none;
        padding: 0 10px;
        margin: 0;
        width: 95%;
    }

    .touch .product-page #content header {
        width: 100%;
    }

    .touch .product-page #content header img {
        position: absolute;
        top: 52px;
        right: auto;
        z-index: 99;
        left: -50px;
        width: 370px;
    }

    .touch .product-page #content header h1 {
        margin-top: 226px;
        margin-left: 0;
        font-size: 3.7em;
        text-transform: capitalize;
        border-left: 12px solid #00bff3;
    }

    .touch .product-page #content .story h1 span {
        padding-right: 12px;
    }

    .touch .product-page #content header h2 {
        width: 100%;
        font-size: 1.9em !important;
        font-weight: bold;
        line-height: 1.2em;
        margin-top: 10px;
    }

    .touch .product-page #additional-info {
        padding-left: 18px;
    }

    .touch .product-page #additional-info {
        margin-left: -10px;
        padding-left: 0;
        width: 310px;
    }

    .touch .product-page #additional-info ul li {
        margin: 4px 31px;
        font-size: 1.8em;
        line-height: 1.1em;
    }

    .touch .product-page #pack-marks {
        clear: both;
        float: none;
        margin-left: -10px;
        width: 310px;
    }



    #content.content--overflowing {
        overflow: hidden;
    }

    .buy-now, #content .buy-now-header {
        border-radius: 0;
    }


    /* Related content
    ------------------------------------------------------------- */
    .touch #content #sidebar-left,
    .touch #content #sidebar-right {
        float: none;
        margin: 10px;
        clear: both;
        width: 300px;
        min-height: 0;
    }

    .touch #content .sidebar .related-links {
        padding: 0;
    }

    .touch #content #related-content {
        clear: both;
        float: none;
    }

    .touch #content #related-content .title-products {
        margin: 0 0 10px 0;
        padding: 20px 0 0 0;
    }


    /* Bespoke content module overrides
    ------------------------------------------------------------- */
    #content article.play,
    #content article.watch {
        margin: 0 10px;
    }

    #content .play .bespoke {
        width: 145px;
        height: 198px;
        margin: 0 0 10px 0;
    }

    .touch #content .bespoke .hover {
        opacity: 1;
        width: 121px;
        height: 208px;
    }

    #content .bespoke .hover h1 {
        font-size: 2em;
        padding-left: 0px;
    }

    #content .bespoke .hover p {
        line-height: 1em;
    }

    #content .play .bespoke:nth-child(2n+1) {
        margin-left: 10px;
    }

    #content .play .bespoke img {
        width: 145px;
        height: 198px;
    }

    #content .play iframe {
        width: 100%;
        height: 100%;
    }

    .bespoke-page #content .intro {
        margin: 10px;
    }

    .bespoke-page #content .intro p {
        font-size: 1.6em;
        line-height: 1em;
        margin-bottom: 12px;
    }




    /* Generic page styles
    ------------------------------------------------------------- */
    .touch #generic-page {
        height: auto;
        min-height: auto;
        width: 94%;
        padding: 15px;
    }

    .touch #generic-page h1 {
        font-size: 2.8em;
    }
    .touch .generic-page #content h1 {font-size: 2.8em;}

    .touch #generic-page iframe {
        width: 100%;
        height: 100%;
    }


    /* 404/500 error page styles
    ------------------------------------------------------------- */
    .touch #content #error-page {
        padding: 0 25px;
    }
    .touch #content #error-page,
    .touch #content #error-page h1,
    .touch #content #error-page h2,
    .touch #content #error-page p {
        width: auto;
        min-height: 52px;
        height: 100%;
    }
    .touch #content #error-page h1 {
        font-size: 2.8em;
    }




    /* Related content modules
    ------------------------------------------------------------- */
    .touch #related-content .product h1 {
        float: none;
        margin: 0 0 5px;
    }
    .touch #related-content .product .title-intro {
        padding-top: 0;
    }



    /* CSS animation overrides
    ------------------------------------------------------------- */
    @-webkit-keyframes mob-product-initial-up {
        0%,100%{
            -webkit-transform: translateY(0);
        }
        100% {
            -webkit-transform: translateY(-240px);
        }
    }

    @-moz-keyframes mob-product-initial-up {
        0%,100% {
            -moz-transform: translateY(0);
        }
        100% {
            -moz-transform: translateY(-240px);
        }
    }

    @-o-keyframes mob-product-initial-up {
        0%,100% {
            -o-transform: translateY(0);
        }
        100% {
            -o-transform: translateY(-240px);
        }
    }

    @keyframes mob-product-initial-up {
        0%,100% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-240px);
        }
    }

    .touch .product-initial-up {
        -webkit-animation-name: mob-product-initial-up;
        -moz-animation-name: mob-product-initial-up;
        -o-animation-name: mob-product-initial-up;
        animation-name: mob-product-initial-up;
    }

    @-webkit-keyframes mob-product-initial-down {
        0%,100% {
            -webkit-transform: translateY(-240px);
        }
        100% {
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes mob-product-initial-down {
        0%,100% {
            -moz-transform: translateY(-240px);
        }
        100% {
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes mob-product-initial-down {
        0%,100% {
            -o-transform: translateY(-240px);
        }
        100% {
            -o-transform: translateY(0);
        }
    }

    @keyframes mob-product-initial-down {
        0%,100% {
            transform: translateY(-240px);
        }
        100% {
            transform: translateY(0);
        }
    }

    touch .product-initial-down {
        -webkit-animation-name: mob-product-initial-down;
        -moz-animation-name: mob-product-initial-down;
        -o-animation-name: mob-product-initial-down;
        animation-name: mob-product-initial-down;
    }

    @-webkit-keyframes mob-product-hover-up {
        0%,100% {
            -webkit-transform: translateY(0);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(-240px);
            opacity: 1;
        }
    }

    @-moz-keyframes mob-product-hover-up {
        0%,100% {
            -moz-transform: translateY(0);
            opacity: 0;
        }
        100% {
            -moz-transform: translateY(-240px);
            opacity: 1;
        }
    }

    @-o-keyframes mob-product-hover-up {
        0%,100% {
            -o-transform: translateY(0);
            opacity: 0;
        }
        100% {
            -o-transform: translateY(-240px);
            opacity: 1;
        }
    }

    @keyframes mob-product-hover-up {
        0%,100% {
            transform: translateY(0);
            opacity: 0;
        }
        100% {
            transform: translateY(-240px);
            opacity: 1;
        }
    }

    .touch .product-hover-up {
        -webkit-animation-name: mob-product-hover-up;
        -moz-animation-name: mob-product-hover-up;
        -o-animation-name: mob-product-hover-up;
        animation-name: mob-product-hover-up;
    }

    @-webkit-keyframes product-hover-down {
        0%,100% {
            -webkit-transform: translateY(-240px);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateY(0);
            opacity: 0;
        }
    }

    @-moz-keyframes mob-product-hover-down {
        0%,100% {
            -moz-transform: translateY(-240px);
            opacity: 1;
        }
        100% {
            -moz-transform: translateY(0);
            opacity: 0;
        }
    }

    @-o-keyframes mob-product-hover-down {
        0%,100% {
            -o-transform: translateY(-240px);
            opacity: 1;
        }
        100% {
            -o-transform: translateY(0);
            opacity: 0;
        }
    }

    @keyframes mob-product-hover-down {
        0%,100% {
            transform: translateY(-240px);
            opacity: 1;
        }
        100% {
            transform: translateY(0);
            opacity: 0;
        }
    }

    .touch .product-hover-down {
        -webkit-animation-name: mob-product-hover-down;
        -moz-animation-name: mob-product-hover-down;
        -o-animation-name: mob-product-hover-down;
        animation-name: mob-product-hover-down;
    }

}






/* Smartphones (non-retina - portrait)
----------------------------------------------------------------- */
@media only screen
  and (min-device-width : 320px)
  and (max-device-width : 480px)
  and (orientation : portrait)
  {





    /* Footer style resets
    ------------------------------------------------------------- */
    .touch footer .inner-wrap ul {
        float: none;
        margin: 20px auto 20px;
        position: static;
        text-align: center;
    }
    .touch footer .inner-wrap li {
        float: none;
        margin: 0;
        position: static;
        text-align: center;
    }
    .touch footer .copyright {
        margin: 0 0 25px;
        padding: 0 12%;
    }


    /* Social sharing widget
    ------------------------------------------------------------- */
    .touch #wrapper #content .social-wrap {
        margin-top: 0;
    }
    .touch #wrapper #content .social-wrap li {
        display: block;
        font-size: 1em;
        min-width: 100px;
        margin: 0 10px 5px 0;
        padding: 0;
    }

    .touch #content #related-content .article h1 {
        font-size: 2.3em;
        padding-top: 5px;
        padding-left: 10px;
    }

    #content #related-content .article .initial, #content #related-content .article .hover {
        height: 223px;
    }



    .touch .generic-page #content img {width:100%; height:auto; margin-left: -4px;}
    .touch .generic-page #content p img {width:100%; height:auto; margin-left: -4px;}

    /* Footer social media
    ------------------------------------------------------------- */-

    .touch footer #social-links
    {
        width: 100%;
        padding: 0px;
        position: absolute;
        top: 8px;
        left: 129%;
        float: left;
        margin: 0px;
    }

    .touch footer #social-links li
    {
        padding: 0px;
        list-style: none;
    }


    .touch footer #social-links li a {
        text-indent:-9999em;
        width:35px;
        height:35px;
        border-radius:6px;
        display:block;
        background-image:url(/img/logo-social.png);
        background-repeat:no-repeat;
        padding: 0px;
        margin:0px;
    }

    .touch footer #social-links li.link-facebook a { background-position: -5px -2px; }
    .touch footer #social-links li.link-twitter a { background-position: -56px -2px; }
    .touch footer #social-links li.link-youtube a { background-position: -105px -2px; }
    .touch footer #social-links li.link-renren a { background-position: -155px -2px; }
    .touch footer #social-links li.link-googleplus a { background-position: -205px -2px; }


}


/* Smartphones (non-retina - landscape)
------------------------------------------------------------- */
@media only screen
  and (min-device-width : 320px)
  and (max-width : 854px)
  and (orientation : landscape) {


    /* Navigation plus/minus icon positions
    ------------------------------------------------------------- */
    .touch header nav li#nav-prod #products,
    .touch header nav li#nav-expl #explore,
    .touch header nav li#nav-country #country,
    .touch header nav li#nav-prod #products.icon-minus,
    .touch header nav li#nav-expl #explore.icon-minus,
    .touch header nav li#nav-country #country.icon-minus,
    .touch header nav .main-nav li#nav-country .country-list li p {
        background-position: 440px 12px;
    }


    /* Content section fixed height for absolute positioning
    ------------------------------------------------------------- */
    .touch .home-page #content {
        min-height: 2102px;
    }


    /* Sidebar widths fixed to fit 480px max device width
    ------------------------------------------------------------- */
    .touch #content #sidebar-left,
    .touch #content #sidebar-right {
        width: 460px;
    }


    /* Homepage centre position articles
    ------------------------------------------------------------- */
    #content #feature-center section {
        width: 460px;
        height: 280px;
        overflow: hidden;
        position: absolute;
    }
    #content #feature-center section .initial img {
        width: 460px;
        height: auto;
    }
    #content #feature-center section:nth-child(1) {
        top: 10px;
        left: 10px;
    }
    #content #feature-center section:nth-child(2) {
        top: 592px;
        left: 10px;
    }
    #content #feature-center section:nth-child(3) {
        top: 1172px;
        left: 10px;
    }


    /* Homepage sidebar products/bespoke promo positions
    ------------------------------------------------------------- */
    #content #sidebar-left section:nth-child(1),
    #content #sidebar-left section:nth-child(2) {
        top: 292px;
        right: 0;
    }
    #content #sidebar-left section:nth-child(3),
    #content #sidebar-left section:nth-child(4) {
        top: 872px;
        right: 0;
    }
    #content #sidebar-right section:nth-child(1),
    #content #sidebar-right section:nth-child(2) {
        top: 1452px;
        right: 0;
    }
    #content #sidebar-right section:nth-child(3),
    #content #sidebar-right section:nth-child(4) {
        top: 1744px;
        right: 0;
    }


    /* Page content filter container
    ------------------------------------------------------------- */
    #content #articles-filtered,
    #content #products-filtered {
        width: 460px;
    }


    /* Products/bespoke promo dimensions
    ------------------------------------------------------------- */
    .touch #wrapper #content .product,
    .touch .article-page #wrapper #content .article,
    .touch .product-page #wrapper #content .article,
    .touch #wrapper #content .sidebar .article,
    .touch #wrapper #content .bespoke,
    #content #related-content .product,
    #content #related-content .article,
    #content #related-content .bespoke {
        width: 220px;
        height: 280px;
    }
    #content .product .initial,
    #content .product .hover {
        width: 220px;
        height: 280px;
    }
    .touch #content .bespoke .hover {
        width: 220px;
        height: 280px;
    }

    /* Product subtitle clearing */
    .touch #wrapper #content .product .title-intro {
        clear: left;
        padding-top: 0;
    }

    /* Homepage refresh button */
    .touch #content #btn-amc {
        width: 95%
    }

    .touch #content #related-content .article .initial, .touch #content #related-content .article .hover {
        height: 270px;
    }


    /* Article page module dimensions
    ------------------------------------------------------------- */
    #content #articles-filtered .article,
    #content #articles-unfiltered .article {
        width: 220px;
        height: 280px;
        margin: 0 5px;
    }
    #content #articles-filtered .article h1,
    #content #articles-unfiltered .article h1 {
        width: 210px;
    }


    /* Article page container width
    ------------------------------------------------------------- */
    .touch .article-page #wrapper #content .story {
        width: 435px;
    }
    .touch .article .sidebar {
        float: none;
        padding-left: 15px;
        width: auto;
    }

    /* bespoke fix for landscape image
    ------------------------------------------------------------- */
    .touch #content .play .bespoke img {
        width: 220px;
        height: 280px;
    }

    .touch #content .bespoke .hover p {
        width: 200px;
    }

    .touch #content .product .initial img {
        top: -20px;
        bottom: auto;
        left: 0;
        width: 220px;
        height: 300px;
    }

    .touch #content .article .hover img {
        width: 220px;
        height: 300px;
     }

    .touch .generic-page p img {width: 300px; height: auto;}

     /*** Master your moves ***/

    .masteryourmoves {min-height: 250px !important;}

    /* Footer social media
    ------------------------------------------------------------- */-

    .touch footer #social-links
    {
        width: 100%;
        padding: 0px;
        position: absolute;
        top: 8px;
        left: 129%;
        float: left;
        margin: 0px;
    }

    .touch footer #social-links li
    {
        padding: 0px;
        list-style: none;
    }


    .touch footer #social-links li a {
        text-indent:-9999em;
        width:35px;
        height:35px;
        border-radius:6px;
        display:block;
        background-image:url(/img/logo-social.png);
        background-repeat:no-repeat;
        padding: 0px;
        margin:0px;
    }

    .touch footer #social-links li.link-facebook a { background-position: -5px -2px; }
    .touch footer #social-links li.link-twitter a { background-position: -56px -2px; }
    .touch footer #social-links li.link-youtube a { background-position: -105px -2px; }
    .touch footer #social-links li.link-renren a { background-position: -155px -2px; }
    .touch footer #social-links li.link-googleplus a { background-position: -205px -2px; }
}



/* Tablets (non-retina - portrait)
----------------------------------------------------------------- */
@media only screen
  and (min-device-width : 600px)
  and (orientation : portrait) {


    /* Generic style overrides
    ------------------------------------------------------------- */
    body {
        width: 100%;
        background-size: 768px;
        background-size: 100%;
    }
    .touch #panic,
    .touch #getmeoutofhere,
    .touch #homepage-filter-form {
        display: none;
    }

    /* Header
    ------------------------------------------------------------- */
    .touch #logo-durex {
        top: -102px;
        left: 0;
    }


    /* Footer
    ------------------------------------------------------------- */
    #content, footer .inner-wrap {
        width: 768px;
        border-radius: 0;
    }

    #content.content--overflowing {
        overflow: hidden;
    }

    .buy-now, #content .buy-now-header {
        border-radius: 0;
    }


    /* Navigation
    ------------------------------------------------------------- */
/*    .touch #nav .ios-menu {
        display: block;
        position: absolute;
        top: 32px;
        right: 26px;
        background: rgba(0,0,0,0.3);
        border-radius: 14px;
        color: rgb(255,255,255);
        text-decoration: none;
        font-size: 2.2em;
        padding: 11px 16px 9px 16px;
    }*/

    .touch header nav .main-nav p {
        font-size: 2.2em;
    }

    .touch #nav .ios-menu .ios-menu-text {
        float: left;
    }

    .touch #nav .ios-menu .line-wrap {
        float: right;
        overflow: hidden;
        margin-top: 5px;
    }

    .touch #nav .ios-menu .line-wrap span {
        background: rgba(255,255,255,0.8);
        width: 30px;
        height: 3px;
        margin-left: 15px;
        margin-bottom: 4px;
        display: block;
    }

    .touch #nav {
        width: 100%;
    }

    .touch #nav .tools {
        display: none;
    }

    .touch #nav li p a {
        color: rgb(0,0,0);
        height: 25px;
    }

    .touch header nav li#nav-prod #products,
    .touch header nav li#nav-expl #explore,
    .touch header nav li#nav-country #country,
    .touch header nav li#nav-about p {
        display: block;
        padding: 11px 11px 11px 22px;
        color: rgb(0,0,0);
    }

    .touch header nav li.non-super p {
        display: block;
        padding: 11px 11px 11px 22px;
        color: rgb(0,0,0);
    }

    .no-touch header nav .main-nav .non-super a {
        margin-left: 23px;
        padding-top: 7px;
        padding-bottom: 10px;
    }

    .touch header nav li#nav-about p a {
        text-decoration: none;
        color: rgb(0,0,0);
    }

    .touch header nav li#nav-prod #products,
    .touch header nav li#nav-expl #explore,
    .touch header nav li#nav-country #country {
        background: url(/img/icon-plus.gif) 730px 12px no-repeat;
        background-size: 20px 20px;
        min-height: 24px;
    }

    .touch header nav li#nav-prod #products.icon-minus,
    .touch header nav li#nav-expl #explore.icon-minus,
    .touch header nav li#nav-country #country.icon-minus,
    .touch header nav .main-nav li#nav-country .country-list li p.icon-minus {
        background: url(/img/icon-minus.gif) 730px 12px no-repeat;
        background-size: 20px 20px;
    }

    .touch header nav li#nav-prod ul,
    .touch header nav li#nav-expl ul,
    .touch header nav li#nav-country .country-wrap {
        display: none;
    }

    .touch header nav li#nav-prod ul a,
    .touch header nav li#nav-expl ul a {
        display: block;
        color: rgb(0,0,0);
        padding: 11px 11px 11px 44px;
    }

    .touch header nav li#nav-prod li {
        float: none;
    }

    .touch header #nav li#nav-prod li p {
        line-height: 1em;
    }

    .touch #nav-country h3 {
        display: none;
    }

    .touch header nav .main-nav li#nav-country .country-list li p {
        font-size: 2.2em;
        color: rgb(0,0,0);
        padding: 11px 11px 11px 44px;
        background: url(/img/icon-plus.gif) 730px 12px no-repeat;
        background-size: 20px 20px;
    }

    .touch #nav-country li ul {
        display: none;
        font-size: 1.6em;
        color: rgb(0,0,0);
        padding: 11px 11px 11px 88px;
    }

    .touch header nav li#nav-country .country-set {
        padding: 0 0 0 34px;
        height: 100%;
        left: auto;
        overflow: auto;
        position: relative;
        top: auto;
        width: 500px;
        clear: both;
    }

    .touch header nav li#nav-country .country-set li {
        font-size: 1em;
        background-image: none;
    }

    .touch header nav .main-nav li#nav-country .country-list > li a {
        padding: 0 0 0 22px;
        width: 100%;
        text-decoration: none;
        background-position: 0px 5px;
        margin-left: 0px;
    }

    .touch header #nav .country-list li .country-set {
        display: none;
    }

    .touch header #nav .country-list li.current .country-set {
        display: none;
        padding: 0 0 0 46px;
    }


    /* Homepage filtered content
    ------------------------------------------------------------- */
    .touch .home-page #sidebar-left {
        margin-left: 32px;
    }

    .touch .home-page #sidebar-right {
        display: block;
        margin-left: 32px;
        width: 100%;
    }

    .touch .home-page #sidebar-right section {
        margin-right: 20px;
    }

    .touch .home-page #sidebar-right section:last-child {
        display: none;
    }

    .touch #content #btn-amc {
        display: block;
        text-indent: -9999em;
        height: 50px;
        margin: 0px 25px -8px;
        background: rgb(127,127,127) center center no-repeat;
        border-radius: 3px;
        cursor: pointer;
        clear: both;
        float: left;
        width: 701px;
    }


    /* Product pages
    ------------------------------------------------------------- */
    .touch .product-page #content header img {
        right: auto;
        left: 285px;
        z-index: 1;
    }

    .touch .product-page #content header h2 {
        z-index: 100;
        position: relative;
    }

    .touch #products-filtered {
        width: 768px;
    }

    .product-page #content .story {
        margin-left: 25px;
    }

    .product-page #content .sidebar {
        margin: 60px 0 0 0;
        float: left;
        min-height: 0;
        width: 760px;
        clear: both;
    }

    .product-page #content .story #additional-info,
    .touch .product-page #content .story #pack-marks {
        margin-left: -25px;
    }

    .product-page #content .sidebar .related-links {
        padding: 0 16px 0 25px;
    }

    .product-page #content .sidebar .related-links h2 {
        font-size: 2.4em;
    }

    .product-page #content h3 {
        margin-top: 60px;
    }

    .touch #content #pack-marks {
        float: none;
        clear: both;
        margin-left: -46px;
        width: 369px;
    }

    .touch #content #related-content section:last-child {
        display: none;
    }

    .touch #content .filter-header {
        margin-left: 25px;
    }

    .touch #content #filter-names {
        margin-left: 25px;
    }


    /* Article pages
    ------------------------------------------------------------- */
    .touch #articles-filtered,
    .touch #articles-unfiltered {
        margin-left: 15px;
    }

    .touch .article-page #content .story {
        margin-left: 25px;
        width: 720px;
    }

    .touch .article-page #content .story header img {
        right: auto;
        left: 250px;
    }

    .touch .article-page #content .sidebar {
        clear: both;
        float: none;
        margin-top: 0;
    }

    .touch .article-page #content .sidebar .related-links {
        padding-left: 28px;
        margin-bottom: 25px;
    }

    .touch #content header h2 {background: #ffffff;}

    .touch #content .bespoke .hover {
        opacity: 1;
        width: 196px;
        height: 100%;
    }

    .touch #content #error-page {width: 744px;}

    .article .sidebar, .product-page .sidebar {
        margin: 0;
        margin-top: 360px;
        float: right;
        min-height: 100px;
        position: relative;
        width: 305px;
        z-index: 100;
    }

    /* Footer social media */

    .touch footer #social-links
    {
        width: 100%;
        padding: 0px;
        position: absolute;
        top: 8px;
        left: 129%;
        float: none;
        margin: 0px;
    }

    .touch footer #social-links li
    {
        padding: 0px;
        list-style: none;
    }


    .touch footer #social-links li a {
        text-indent:-9999em;
        width:35px;
        height:35px;
        border-radius:6px;
        display:block;
        background-image:url(/img/logo-social.png);
        background-repeat:no-repeat;
        padding: 0px;
        margin:0px;
    }

    .touch footer #social-links li.link-facebook a { background-position: -5px -2px; }
    .touch footer #social-links li.link-twitter a { background-position: -56px -2px; }
    .touch footer #social-links li.link-youtube a { background-position: -105px -2px; }
    .touch footer #social-links li.link-renren a { background-position: -155px -2px; }
    .touch footer #social-links li.link-googleplus a { background-position: -205px -2px; }
}


/* Tablets (non-retina - landscape)
----------------------------------------------------------------- */
@media only screen
  and (min-device-width : 600px)
  and (max-device-width : 1024px)
  and (orientation : landscape) {


    /* Generic style overrides
    ------------------------------------------------------------- */
    .touch body {
        width: 100%;
    }

    .touch #panic,
    .touch #getmeoutofhere,
    .touch #homepage-filter-form {
        display: none;
    }


    #homepage-filter-form{
        padding: 0 14px;
        box-sizing: border-box;
    }

    #slider .panel{
        background-color: transparent;
    }

     #slider .panel img{
        width: 100%;
        height: auto;
     }




    /* Navigation
    ------------------------------------------------------------- */
    .touch #logo-durex {
        top: -102px;
        left: 0;
    }

    .touch #nav .ios-menu {
        display: block;
        position: absolute;
        top: 32px;
        right: 26px;
        background: rgba(0,0,0,0.3);
        border-radius: 14px;
        color: rgb(255,255,255);
        text-decoration: none;
        font-size: 2.2em;
        padding: 11px 16px 9px 16px;
    }

    .touch header #nav .main-nav {
        display: none;
    }

    .touch header nav .main-nav p {
        font-size: 2.2em;
    }

    .touch #nav .ios-menu .ios-menu-text {
        float: left;
    }

    .touch #nav .ios-menu .line-wrap {
        float: right;
        overflow: hidden;
        margin-top: 5px;
    }

    .touch #nav .ios-menu .line-wrap span {
        background: rgba(255,255,255,0.8);
        width: 30px;
        height: 3px;
        margin-left: 15px;
        margin-bottom: 4px;
        display: block;
    }

    .touch #nav {
        width: 100%;
    }

    .touch #nav .tools {
        display: none;
    }

    .touch #nav li p a {
        color: rgb(0,0,0);
    }

    .touch header #nav li#nav-prod #products a {
        display: block;
        padding: 11px 11px 11px 22px;
        color: rgb(0,0,0);
    }

    .touch header #nav li#nav-prod ul li p a {
        display: block;
        padding: 11px 11px 11px 35px;
        color: rgb(0,0,0);
    }

    .touch header #nav li#nav-expl #explore a {
        display: block;
        padding: 11px 11px 11px 22px;
        color: rgb(0,0,0);
    }

    .touch header #nav li#nav-expl ul li p a {
        display: block;
        padding: 11px 11px 11px 35px;
        color: rgb(0,0,0);
    }

    .touch header #nav .main-nav ul .non-super p a {
        text-decoration: none;
        color: rgb(0,0,0);
        padding: 11px 11px 11px 22px;
    }

    .touch header #nav li#nav-country #country a {
        display: block;
        padding: 11px 11px 11px 22px;
        color: rgb(0,0,0);
    }

    .touch header #nav li#nav-about p {
        display: block;
        padding: 11px 11px 11px 22px;
        color: rgb(0,0,0);
    }

    .touch header #nav li#nav-about p a {
        text-decoration: none;
        color: rgb(0,0,0);
    }

    .touch header #nav li#nav-prod #products,
    .touch header #nav li#nav-expl #explore,
    .touch header #nav li#nav-country #country {
        background: url(/img/icon-plus.gif) 980px 12px no-repeat;
        background-size: 20px 20px;
    }

    .touch header #nav li#nav-prod #products.icon-minus,
    .touch header #nav li#nav-expl #explore.icon-minus,
    .touch header #nav li#nav-country #country.icon-minus,
    .touch header #nav .main-nav li#nav-country .country-list li p.icon-minus {
        background: url(/img/icon-minus.gif) 980px 12px no-repeat;
        background-size: 20px 20px;
    }

    .touch header #nav li#nav-prod li {
        float: none;
    }

    .touch header #nav li#nav-prod li p {
        line-height: 1em;
    }

    .touch #nav-country h3 {
        display: none;
    }

    .touch header #nav .main-nav li#nav-country .country-list li p {
        font-size: 2.2em;
        color: rgb(0,0,0);
        padding: 11px 11px 11px 44px;
        background: url(/img/icon-plus.gif) 980px 12px no-repeat;
        background-size: 20px 20px;
    }

    .touch #nav-country li ul {
        display: none;
        font-size: 1.6em;
        color: rgb(0,0,0);
        padding: 11px 11px 11px 88px;
    }

    .touch header #nav li#nav-country .country-set {
        padding: 0 0 0 34px;
        height: 100%;
        left: auto;
        overflow: auto;
        position: relative;
        top: auto;
        width: 500px;
        clear: both;
    }

    .touch header #nav li#nav-country .country-set li {
        font-size: 1em;
        background-image: none;
    }

    .touch header #nav .main-nav li#nav-country .country-list > li a {
        padding: 0 0 0 22px;
        width: 100%;
        text-decoration: none;
        background-position: 0px 5px;
        margin-left: 0px;
    }

    .touch header #nav .country-list li .country-set {
        display: none;
    }



    .touch header #nav .country-list li.current .country-set {
        display: none;
        padding: 0 0 0 46px;
    }

    .touch #wrapper header nav li {
        float: none;
    }

    .touch #wrapper  #nav .main-nav {
        position: relative;
        top: auto;
        left: auto;
        float: left;
        margin-top: 110px;
        display: none;
        width: 100%;
    }

    .touch #wrapper  #nav .main-nav ul,
    .touch #wrapper  #nav .main-nav ul {
        display: block;
        width: 100%;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        position: relative;
        top: auto;
        left: auto;
        min-height: 0;
        background: rgb(191,191,191);
        background: -moz-linear-gradient(45deg, rgb(191,191,191) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(191,191,191)), color-stop(100%,rgb(255,255,255)), color-stop(100%,rgb(255,255,255)), color-stop(100%,rgb(255,255,255)));
        background: -webkit-linear-gradient(45deg, rgb(191,191,191) 0%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(255,255,255) 100%);
        background: -o-linear-gradient(45deg, rgb(191,191,191) 0%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(255,255,255) 100%);
        background: -ms-linear-gradient(45deg, rgb(191,191,191) 0%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(255,255,255) 100%);
        background: linear-gradient(45deg, rgb(191,191,191) 0%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(255,255,255) 100%);
    }

    .touch #wrapper  header nav li#nav-prod li {
        border-radius: 0;
        width: auto;
        min-height: 0;
        margin-right: 0;
        background: none;
        clear: none;
    }

    .touch #wrapper  header #nav li#nav-prod li p {
        margin-top: auto;
        background: none;
        font-size: 2.2em;
        xxline-height: 2.2em;
    }

    .touch #wrapper header nav li#nav-prod li a {
        text-align: left;
        padding: 11px 11px 11px 22px;
    }

    .touch  #wrapper header nav li#nav-prod li img {
        display: none;
    }

    .touch #wrapper header nav li#nav-country .country-list {
        position: static;
    }

    .touch #wrapper header nav li#nav-country .country-list > li {
        position: static;
    }

    .touch #wrapper header nav .main-nav li#nav-country .country-list > li a {
        text-align: left;
        color: #000;
        padding: 3px 0 0 20px;
        font-size: 1em;
    }

    .touch #wrapper header nav .main-nav li#nav-country .country-list > li a:hover {
        text-decoration: none;
    }

    .touch #wrapper header nav .main-nav li#nav-country .country-list li p {
        font-size: 1.6em;
    }

    .touch.js #wrapper header nav .main-nav li#nav-country .country-list li p {
        cursor: pointer;
        border-radius: 0;
        font-size: 2em;
    }

    .touch #wrapper header nav .main-nav li#nav-country .country-list li li {
        font-size: 1.2em;
        padding-left: 30px;
    }

    .touch #wrapper header nav .main-nav li#nav-country .country-list li.current p {
        font-weight: bold;
        font-size: 2em;
    }

        .touch header nav .main-nav li#nav-country .country-list li li.current {position: relative;}

    .touch header nav .main-nav li#nav-country .country-list li li.current img {width:16px; height: 11px; left: 30px; position: absolute; top: 5px;}

    .touch header nav .main-nav li#nav-country .country-list li li {position: relative;}

    .touch header nav .main-nav li#nav-country .country-list li li img {width:16px; height: 11px; left: 30px; position: absolute; top: 5px;}


    .touch.js #wrapper header #nav .country-list li .country-set {
        display: none;
    }

    .touch  #wrapper #nav .main-nav #nav-prod {
        width: 100%;
    }

    .touch  #wrapper #nav .main-nav #nav-expl,
    .touch  #wrapper #nav .main-nav #nav-about {
        clear: both;
    }

    .touch #wrapper header nav li#nav-expl ul {
        background: none;
    }

    .touch #wrapper header nav li#nav-expl li {
        margin: 0;
        margin-left: 15px;
    }

    .touch #wrapper header nav li#nav-expl ul li a {
        background: none;
        padding: 11px 11px 11px 22px;
        width: auto;
        height: auto;
        font-size: 1em;
        text-align: left;
    }

    .touch #wrapper header nav #products,
    .touch #wrapper header nav #explore,
    .touch #wrapper header nav .main-nav li p {
        border-radius: 0;
        color: #000;
    }

    .touch #wrapper header nav .main-nav li a {
        text-align: left;
        display: block;
        height: 100%;
        overflow: hidden;
    }

    .touch #wrapper header nav li a,
    .touch #wrapper header nav li p {
        color: #fff;
        text-decoration: none;
    }

    .touch #wrapper header nav li.current a {
        text-decoration: underline;
    }

    .touch #wrapper header nav li li a:hover {
        text-decoration: underline;
    }

    .touch #wrapper header nav .main-nav li p,
    .touch #wrapper .touch header nav #products,
    .touch #wrapper .touch header nav #explore {
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    .touch #wrapper header #nav .main-nav ul ul {
        background: none;
    }

    .touch #wrapper header nav {
        margin: 16px auto 0;
        position: relative;
        min-height: 122px;
    }

    .touch #wrapper header nav #logo-durex {
        background-image: url("/img/logo-durex.png");
        top: -102px;
        left: 0;
        height: 227px;
        position: absolute;
        width: 229px;
    }

    .touch #wrapper header nav #logo-durex a {
        border-radius: 30px 30px 30px 30px;
        bottom: 38px;
        display: block;
        height: 57px;
        left: 32px;
        position: absolute;
        text-indent: -9999em;
        width: 136px;
    }

    .touch #wrapper header nav .main-nav li p {
        background: none;
    }

    .touch #wrapper .main-nav,
        .touch .tools {
        display: none;
    }

    .touch header nav .ios-menu {
        display: block;
    }

    .touch #nav .ios-menu {
        display: block;
        position: absolute;
        top: 32px;
        right: 26px;
        background: rgba(0,0,0,0.3);
        border-radius: 14px;
        color: rgb(255,255,255);
        text-decoration: none;
        font-size: 2.2em;
        padding: 11px 16px 9px 16px;
    }

    .touch header nav .main-nav p {
        font-size: 2.2em;
    }

    .touch #nav .ios-menu .ios-menu-text {
        float: left;
    }

    .touch #nav .ios-menu .line-wrap {
        float: right;
        overflow: hidden;
        margin-top: 5px;
    }

    .touch #nav .ios-menu .line-wrap span {
        background: rgba(255,255,255,0.8);
        width: 30px;
        height: 3px;
        margin-left: 15px;
        margin-bottom: 4px;
        display: block;
    }

    .touch #content .bespoke .hover {
        opacity: 1;
        width: 196px;
        height: 100%;
    }


    /* Homepage filter refresh button
    ------------------------------------------------------------- */
    .touch #content #btn-amc {
        display: block;
        text-indent: -9999em;
        height: 50px;
        margin: 0px 25px -8px;
        background: rgb(127,127,127);
        border-radius: 3px;
        cursor: pointer;
        clear: both;
        float: left;
        width: 940px;
    }


    /* Reset filtered content font size
    ------------------------------------------------------------- */
    .touch #content .sidebar h1,
    .touch #products-filtered h1,
    .touch #articles-filtered h1,
    .touch #articles-unfiltered h1,
    .touch #related-content h1 {
        font-size: 2.4em;
        line-height: 0.9em;
    }

    .touch .article .sidebar, touch .product-page .sidebar {
        margin: 0;
        margin-top: 360px;
        float: right;
        min-height: 50px;
        position: relative;
        width: 305px;
        z-index: 100;
    }

    /* Ensure nav dropdowns are hidden initially (DO NOT MOVE!)
    ------------------------------------------------------------- */
    .touch #wrapper #nav #nav-prod ul,
    .touch #wrapper #nav #nav-expl ul,
    .touch #wrapper #nav #nav-country .country-wrap {
        display: none;
    }
    .touch.js #wrapper header #nav .country-list li .country-set {
        display: none;
    }
    .touch.js #wrapper header #nav .country-list li.current .country-set {
        display: none;
    }

    /* Footer social media */

    .touch footer #social-links
    {
        width: 100%;
        padding: 0px;
        position: absolute;
        top: 8px;
        left: 129%;
        float: none;
        margin: 0px;
    }

    .touch footer #social-links li
    {
        padding: 0px;
        list-style: none;
    }


    .touch footer #social-links li a {
        text-indent:-9999em;
        width:35px;
        height:35px;
        border-radius:6px;
        display:block;
        background-image:url(/img/logo-social.png);
        background-repeat:no-repeat;
        padding: 0px;
        margin:0px;
    }

    .touch footer #social-links li.link-facebook a { background-position: -5px -2px; }
    .touch footer #social-links li.link-twitter a { background-position: -56px -2px; }
    .touch footer #social-links li.link-youtube a { background-position: -105px -2px; }
    .touch footer #social-links li.link-renren a { background-position: -155px -2px; }
    .touch footer #social-links li.link-googleplus a { background-position: -205px -2px; }
}


/* Max Tablet */
@media screen and (max-device-width : 1024px) {
    /* Buy now - Compre agora
    ------------------------------------------------------------------------------------------ */

    .grid-category {
        position: relative;
        height: 100px;
        width: auto;
        padding-bottom: 2px;

        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
    }
    .grid-category .grid-tile {
        float: none;
        height: auto;
        width: auto;
        padding: 0;
        display: block;
    }
    .grid-category .grid-tile-content {
        position: static;
        background-size: cover;
    }
    .grid-category .grid-tile .icon {
        display: none;
    }
}

@media screen and (min-device-width : 768px) {

}


@media screen and (max-device-width : 767px) {
    /* Buy now - Compre agora
    ------------------------------------------------------------------------------------------ */

    .buy-now {
        margin: 10px;
        padding: 0;
    }
    #content .buy-now-header {
        padding: 0;
    }
    #content .buy-now-header-mainline,
    #content .buy-now-header-subline {
        display: none;
    }
    #content .buy-now-filter {
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
    }

    .grid-category a {
        font-size: 27px;
    }

    .grid-items {
        width: auto;
        float: none;
    }

    .ghost-button {
        font-size: 17px;
        /*padding: 10px;*/
    }
    .grid-tile-image {
        margin-bottom: 10px;
    }

    .grid-tile-headline {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .grid-tile-subline {
        font-size: 13px;
    }

    .buy-now-navigation {
        font-size: 22px;
        padding: 10px 20px;
    }

    .buy-now-product {
        padding: 45px 20px 40px;
    }
    .buy-now-product-left,
    .buy-now-product-right {
        float: none;
        width: auto;
        margin: 0;
    }
    .buy-now-product-image {
        margin-bottom: 40px;
    }
    .buy-now-product-image img {
        max-height: 250px;
    }
    #content .buy-now-product-detail h1 {
        font-size: 33px;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 22px;
    }

    .filter-dropdown--wide {
        display: block;
    }
    .filter-dropdown--wide .filter-dropdown-label {
        display: block;
        width: auto;
    }

    .buy-now-product-shops {
        margin-bottom: 10px;
    }

    .buy-now-product-select .button {
        width: auto;
        display: block;
    }
    .buy-now-product-select {
        font-size: 18px;
        margin-bottom: 50px;
    }
    .buy-now-product-select .filter-dropdown {
        margin-bottom: 10px;
    }

    .grid--mobile-swipe {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .grid-related {
        width: 150%;
    }
}

@media screen and (max-device-width : 480px) {
    /* Buy now - Compre agora
    ------------------------------------------------------------------------------------------ */

    .grid-tile-headline,
    .grid-related .grid-tile-headline {
        font-size: 11px;
        margin-bottom: 2px;
    }
    .grid-tile-subline {
        font-size: 9px;
    }

    .ghost-button {
        font-size: 12px;
        padding: 10px;
    }
    .grid-tile-image,
    .grid-related .grid-tile-image {
        margin-bottom: 5px;
    }

    .footer__columns{
        margin-left: 16px;
    }
    .footer__column{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .footer__column li{
        display: inline-block;
        margin-right: 5px;
    }
}
@media only screen and (max-width : 800px)
 {
    .HideFromMobileClass{
        display:none !important;
    }
    #homepage-filter-form.showinMobile{
    display: block !important;

    /*height: 200px;*/
    width: 100% !important;
    }

}
@media only screen and (max-device-width: 1024px) and (min-device-width: 600px){
    .HideFromMobileClass{
        display:none !important;
    }
    #homepage-filter-form.showinMobile{
    display: block !important;

    height: 300px;
    width: 100% !important;
    }
}
/* Desktop-only styles (DEV: consider revising)
----------------------------------------------------------------- */
@media only screen
  and (min-width : 1024px) {


    #mobileSlider {
        display:none;
    }
    /* Generic style overrides
    ------------------------------------------------------------- */
    #content {
	    width:992px;
	    border-radius: 20px 20px 0 0;
    }

    .js.no-touch #homepage-filter-form,
    .js.no-touch body #getmeoutofhere {
        display: block;
    }


    /* Header
    ------------------------------------------------------------- */
    .no-touch header nav,
    .no-js header nav {
       width:992px;
    }

    .no-touch header nav #logo-durex,
    .no-js header nav #logo-durex {
        top: -94px;
        left: -30px;
    }


    /* Navigation
    ------------------------------------------------------------- */
    .no-touch header nav,
    .no-js header nav {
 	    margin:16px auto 0;
	    position:relative;
	    min-height:122px;
    }

    .no-touch header nav:after,
    .no-js header nav:after {
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0;
    }

    .no-touch #nav .main-nav,
    .no-js #nav .main-nav {
        width:auto;
    }

    html[xmlns] header nav {
	    display: block;
    }

    * html header nav {
	    height: 1%;
    }

    .no-touch .tools,
    .no-js .tools {
        display:block;
    }

    .no-touch .tools .lang-switcher,
    .no-js .tools .lang-switcher {
        float: left;
        margin: 12px 64px 0 0;
    }

    .no-touch .tools .lang-switcher p,
    .no-touch .tools .lang-switcher ul,
    .no-js .tools .lang-switcher p,
    .no-js .tools .lang-switcher ul {
        float:left;
        color:#fff;
        line-height:1.4em;
        font-familt: Arial;
        font-size:1.4em;
    }
    .no-touch .tools .lang-switcher p,
    .no-js .tools .lang-switcher p {
        margin-right:6px;
    }

    .no-touch .tools .lang-switcher li:first-child a,
    .no-js .tools .lang-switcher li:first-child a {
        padding-right:10px;
        border-right:1px solid #fff;
    }

    .no-touch .tools .lang-switcher a,
    .no-js .tools .lang-switcher a {
        color:#fff;
    }

    .no-touch .tools .lang-switcher a:hover,
    .no-js .tools .lang-switcher a:hover {
        color: #00bff3;
    }

    .no-touch header nav li,
    .no-js header nav li {
        margin-left:10px;
        clear:both;
        -webkit-font-smoothing: antialiased;
    }

    .js.no-touch header nav li,
    .no-touch header nav .tools li
    .no-js header nav .tools li {
        float:left;
        clear:none;
    }

    .no-touch header #nav li#nav-prod li {
        float:left;
    }

    .no-touch header nav #products,
    .no-touch header nav #explore,
    .no-js header nav #products,
    .no-js header nav #explore {
        background: none repeat scroll 0 0 rgb(30, 30, 30);
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
        border-radius: 6px 6px 6px 6px;
    }

    .js.no-touch  header nav #products,
    .js.no-touch  header nav #explore,
    .no-js header nav #products,
    .no-js header nav #explore {
        cursor:pointer;
    }

    .no-touch header nav #products a,
    .no-touch header nav #explore a,
    .no-js header nav #products a,
    .no-js header nav #explore a {
        padding:11px;
    }

    .no-touch header #nav .main-nav {
        border:none;
    }

    .js.no-touch  header #nav li#nav-prod li {
        position: relative;
    }

    .js.no-touch  header #nav li#nav-prod li img {
        position:absolute;
        display:block;
        z-index:1;
        width:210px;
        height:242px;
        top:0;
        left:0;
    }

    .no-touch header #nav .main-nav #nav-prod,
    .no-js header #nav .main-nav #nav-prod {
        width:auto;
    }

    .no-touch header nav li li:nth-child(1) {
        display:block;
    }

    .no-touch header nav .other-links:last-child {
        margin:0;
    }

    .no-touch header nav li#nav-country .title-country {
        display:none;
    }

    .no-touch header nav #nav-country #country {
        width:41px;
        min-height: 16px;
        display: block;
        padding: 11px;
        text-align: left;
    }

    .no-touch header nav #nav-country.showme #country {
        padding-bottom:40px;
    }

    .no-touch header nav .other-links #nav-country .country-wrap a {
        width:auto;
    }

    .js.no-touch  header nav li#nav-country .country-set {
        height: 190px;
        left: 2.8em;
        overflow: hidden;
        position: absolute;
        top: 8.2em;
        width: 870px;
    }

    .no-touch header nav #social-links li:nth-child(1) {
        display:block;
    }

    .no-touch header nav #social-links li {
        float:left;
        margin-left:10px;
    }

    .no-touch header nav #social-links li a {
        text-indent:-9999em;
        width:35px;
        height:35px;
        border-radius:6px;
        display:block;
        background-image:url(/img/logo-social.png);
        background-repeat:no-repeat;
    }

    .no-touch header nav #social-links li.link-facebook a { background-position: -5px -2px; }
    .no-touch header nav #social-links li.link-twitter a { background-position: -56px -2px; }
    .no-touch header nav #social-links li.link-youtube a { background-position: -105px -2px; }
    .no-touch header nav #social-links li.link-renren a { background-position: -155px -2px; }
    .no-touch header nav #social-links li.link-googleplus a { background-position: -205px -2px; }

    .no-touch header nav .other-links {
        float:left;
    }

    .no-touch header nav .other-links li:nth-child(1) {
        display:block;
    }

    .no-touch header nav .other-links li {
        float:left;
    }

    .js.no-touch  header #nav li ul {
        display:none;
    }

    .js.no-touch  #nav #nav-prod li,
    .js.no-touch #nav #nav-expl li {
        cursor:pointer;
        position:relative;
    }

    .no-touch header nav li #products a,
    .no-touch header nav li #explore a,
    .no-touch header nav li#nav-about a,
    .no-touch header nav li #country a {
        color:#fff;
    }

    .js.no-touch header #nav li#nav-prod ul,
    .js.no-touch header #nav li#nav-expl ul,
    .js.no-touch header #nav li#nav-country .country-wrap {
        background-color: rgb(255,255,255);
        -webkit-border-radius: 20px;
           -moz-border-radius: 20px;
                border-radius: 20px;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset;
           -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset;
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset;
        color: #000000;
        min-height: 270px;
        padding-left: 23px;
        padding-top: 30px;
        position: absolute;
        top: 62px;
        width: 969px;
        z-index: 112;
    }

    .no-touch header nav li#nav-prod li {
        -webkit-border-radius:8px;
        -moz-border-radius:8px;
        border-radius:8px;
        width:210px;
        min-height:242px;
        margin-right:18px;
        background: #000000;
    }

    .no-touch #nav .main-nav #nav-expl,
    .no-touch #nav .main-nav #nav-about {
        clear:none;
    }

    .js.no-touch header nav li#nav-prod li p {
        padding-top:198px;
        padding-bottom:0px;
        font-size:2.4em;
        border:none;
        position:relative;
        z-index:2;
        line-height:2em;
    }

    .js.no-touch header #nav li#nav-prod li p:hover {
        background: #000000;
        -moz-opacity: .1;
        opacity: 0.1;
    }

    .ie9 .js.no-touch header #nav li#nav-prod li p:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    }

    .js.no-touch header #nav li#nav-prod li img {
        position:absolute;
        display:block;
        z-index:1;
        width:210px;
        height:242px;
        top:0;
        left:0;
    }

    .no-touch header nav li#nav-prod ul li:nth-child(1) {
        background: #7f010f;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjN2YwMTBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IwMTkyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(45deg,  #7f010f 0%, #b0192e 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#7f010f), color-stop(100%,#b0192e));
        background: -webkit-linear-gradient(45deg,  #7f010f 0%,#b0192e 100%);
        background: -o-linear-gradient(45deg,  #7f010f 0%,#b0192e 100%);
        background: -ms-linear-gradient(45deg,  #7f010f 0%,#b0192e 100%);
        background: linear-gradient(45deg,  #7f010f 0%,#b0192e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f010f', endColorstr='#b0192e',GradientType=1 );
    }

    .no-touch header nav li#nav-prod ul li:nth-child(2) {
        background: #f67738;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjY3NzM4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZDE0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(45deg,  #f67738 0%, #f5d148 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#f67738), color-stop(100%,#f5d148));
        background: -webkit-linear-gradient(45deg,  #f67738 0%,#f5d148 100%);
        background: -o-linear-gradient(45deg,  #f67738 0%,#f5d148 100%);
        background: -ms-linear-gradient(45deg,  #f67738 0%,#f5d148 100%);
        background: linear-gradient(45deg,  #f67738 0%,#f5d148 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67738', endColorstr='#f5d148',GradientType=1 );
    }

    .no-touch header nav li#nav-prod ul li:nth-child(3) {
        background: #2d054d;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMmQwNTRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkzMjBhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(45deg,  #2d054d 0%, #9320a8 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2d054d), color-stop(100%,#9320a8));
        background: -webkit-linear-gradient(45deg,  #2d054d 0%,#9320a8 100%);
        background: -o-linear-gradient(45deg,  #2d054d 0%,#9320a8 100%);
        background: -ms-linear-gradient(45deg,  #2d054d 0%,#9320a8 100%);
        background: linear-gradient(45deg,  #2d054d 0%,#9320a8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d054d', endColorstr='#9320a8',GradientType=1 );
    }

    .no-touch header nav li#nav-prod ul li:nth-child(4) {
        background: #f9712b;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjk3MTJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhNDYyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(45deg,  #f9712b 0%, #da4621 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#f9712b), color-stop(100%,#da4621));
        background: -webkit-linear-gradient(45deg,  #f9712b 0%,#da4621 100%);
        background: -o-linear-gradient(45deg,  #f9712b 0%,#da4621 100%);
        background: -ms-linear-gradient(45deg,  #f9712b 0%,#da4621 100%);
        background: linear-gradient(45deg,  #f9712b 0%,#da4621 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9712b', endColorstr='#da4621',GradientType=1 );
    }

    .js.no-touch header nav li#nav-prod li a {
        background: none repeat scroll 0 0 transparent;
        border-radius: 0;
        display: block;
        padding: 0px;
        text-align: center;
        width: auto;
        position:relative;
        z-index:1;
        color:#fff;
    }

    .js.no-touch header #nav li#nav-prod li *:hover {
        background:none;
    }

    .js.no-touch  header nav li#nav-expl ul li a {
        width:407px;
        height:156px;
        display:block;
        text-align:left;
        padding:0;
        color:#fff;
    }

    .js.no-touch  header nav li#nav-prod ul li a:hover,
    .js.no-touch  header nav li#nav-expl ul li a:hover {
        text-decoration:none;
    }

    .js.no-touch header nav li#nav-expl ul li:nth-child(1) a {
        background:#000 url(/img/explore-bg-read.jpg) 0 0 no-repeat;
    }

    .js.no-touch header nav li#nav-expl ul li:nth-child(2) a {
        background:#000 url(/img/explore-bg-play.jpg) 0 0 no-repeat;
    }

    .js.no-touch header nav li#nav-expl ul li a {
        padding-top:84px;
        padding-left:30px;
        font-size:3em;
	    font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
    }

    .js.no-touch header nav li#nav-expl ul li a:hover {
        background-position:left bottom;
    }

    .no-touch #nav-country h3 {
        display:block;
    }

    .js.no-touch header nav li .country-wrap,
    .js.no-touch header nav li .menu-patch,
    .js.no-touch header nav li .menu-patch .patch-left,
    .js.no-touch header nav li .menu-patch .patch-right {
        display: none;
    }

    .js.no-touch header #nav li.showme ul,
    .js.no-touch header #nav li.showme .country-wrap {
        display: block;
    }

    .js.no-touch header nav li.showme .menu-patch {
        background-color:rgb(255,255,255);
        display: block;
        height: 55px;
        position: relative;
        top: -43px;
        z-index: 120;
    }
    .js.no-touch header #nav-country.showme .menu-patch {
        top: -32px;
    }

    .js.no-touch  header nav li.showme .menu-patch .patch-left,
    .js.no-touch  header nav li.showme .menu-patch .patch-right {
        display:block;
        width:50px;
        height:50px;
        position:absolute;
        top:0px;
    }

    .js.no-touch  header nav li.showme .menu-patch .patch-left {
        left:-25px;
        background:url(/img/patch-left.png) 0 0 no-repeat;
    }

    .js.no-touch  header nav li.showme .menu-patch .patch-right {
        right:-25px;
        background:url(/img/patch-right.png) 0 0 no-repeat;
    }

    .js.no-touch header nav li#nav-country.showme .menu-patch .patch-right {
        background:url(/img/patch-right-lang.png) right top repeat-y;
        right:0px;
        height:56px;
    }

    .js.no-touch  header nav li.showme p#products,
    .js.no-touch  header nav li.showme p#country,
    .js.no-touch  header nav li.showme p#explore {
        background:rgb(245,245,245);
        background:rgba(255,255,255,1);
        color:rgb(0,0,0);
        -webkit-border-radius:6px 6px 0 0;
        -moz-border-radius:6px 6px 0 0;
        border-radius:6px 6px 0 0;
        -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
        box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
        padding-bottom:40px;
    }

    .js.no-touch  header nav li.showme p#products a,
    .js.no-touch  header nav li.showme p#country a,
    .js.no-touch  header nav li.showme p#explore a {
        color:#000;
    }

    .no-touch header nav li a,
    .no-touch header nav li p {
        color:rgb(255,255,255);
        text-decoration:none;
    }

    .no-touch .country-wrap h3 {
        color:rgb(68,68,68);
        font-size:3.2em;
        font-weight:normal;
	    font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
	    float:left;
    }

    .no-touch header #nav ul.country-list {
        height:100%;
        width:560px;
        margin-left:40px;
        float:left;
    }

    .no-touch header #nav .main-nav .country-list li p {
        color:#000;
    }

    .no-touch header nav .main-nav li p:hover,
    .no-touch header nav li #products:hover,
    .no-touch header nav li #explore:hover {
        background:rgb(41,173,223);
    }

    .no-touch header #nav .main-nav .country-list li p:hover {
        background:none;
    }

    .no-touch header #nav .main-nav .country-list li.current p:hover {
        border-bottom:none;
    }

    .no-touch header nav .country-list li p:hover {
        border-bottom:1px solid #000;
    }

    .no-touch header nav .main-nav li p {
        background-color:rgb(30, 30, 30);
        background-color:rgba(0, 0, 0, 0.3);
        border-radius: 6px 6px 6px 6px;
    }

    .no-touch header nav .main-nav li li p {
        background-color:transparent;
        border-radius: none;
    }

    .no-touch header nav .main-nav li li p a {
        background:transparent;
    }

    .no-touch header nav .main-nav #nav-about a,
    .no-touch header nav .main-nav .non-super a {
        padding:11px;
        display:block;
        min-width:92px;
        text-align:center;
    }

    .no-touch header nav .main-nav li p {
        font-size:1.6em;
	    font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
        border:none;
    }

    .no-touch header nav li #products,
    .no-touch header nav li #explore,
    .no-touch header nav li #nav-about,
    .no-touch header nav li #country {
        overflow:hidden;
        border:none;
    }

    .no-touch header nav li #products .nav-title,
    .no-touch header nav li #explore .nav-title {
        float:left;
    }

    .no-touch header nav li #products .nav-arrow,
    .no-touch header nav li #country .nav-arrow,
    .no-touch header nav li #explore .nav-arrow {
        display:block;
        float:right;
        margin-top:7px;
        margin-left:12px;
        background:url(/img/menu-updown.png) left bottom no-repeat;
        width:9px;
        height:6px;
    }

    .no-touch header nav li.showme #products span,
    .no-touch header nav li.showme #country span,
    .no-touch header nav li.showme #explore span {
        background-position:left top;
    }

    .no-touch.js header #nav li#nav-prod > ul,
    .no-touch.js header #nav li#nav-expl > ul,
    .no-touch.js header #nav li#nav-country .country-wrap {
        right: 0px;
    }

    .no-touch header #nav .main-nav {
        display:block;
        margin-top:120px;
        float:left;
        clear:both;
    }

    .js.no-touch  header #nav .main-nav {
        position: absolute;
        top: 60px;
        margin-top:0;
        left:auto;
        float:none;
        clear:both;
        right: 0;
    }

    .no-touch header #nav .main-nav ul {
        background:none;
        border-radius:0;
        box-shadow:none;
    }

    .no-touch header #nav .tools {
        position:absolute;
        top:0;
        right:0;
    }

    .no-touch header #nav #search {
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.3);
        border-radius: 6px 6px 6px 6px;
        float: right;
        padding: 7px;
    }

    .no-touch header #nav #search input {
        float:left;
        border:none;
        background-color:transparent;
        color:rgb(255,255,255);
        font-size:1.6em;
	    font-family:'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
    }

    #searchstring {
        padding:4px 11px 5px;
    }

    .no-touch header nav #nav-btn-search {
        background:url(/img/icon-search.png) 0 0 no-repeat;
        overflow:hidden;
        width:18px;
        height:17px;
        padding-top:17px;
        margin-left:4px;
        text-indent:-9999em;
    }

    .no-touch header nav #nav-btn-search:active {
        background-position:left bottom;
    }

    .no-touch header nav .main-nav li.country a {
        width:36px;
        text-align:left;
    }

    header nav #social-links {
        overflow:hidden;
        float:right;
        margin-left:10px;
    }

    header #nav .ios-menu {
        display:none;
    }

    header nav li#nav-expl li {
        margin-left:14px;
        margin-right:26px;
    }


    /* Content iframe styles
    ------------------------------------------------------------- */
    .bespoke-page #content .watch iframe {
        width:458px;
        height:256px;
    }

    .bespoke-page #content .watch iframe:nth-child(2n+1) {
        margin-left:2px;
    }


    /* Additional product info position
    ------------------------------------------------------------- */
    .no-touch .product-page #content .story #additional-info {
        margin-left:-45px;
    }

}



/* Small Desktops and laptops (DEV: really needed?)
--------------------------------------------------------------- */
@media only screen
  and (min-width : 480px) {

    .js .main-nav {
        display:none;
    }

    .no-touch #nav .main-nav ul {
        /*padding-left:12px;*/
    }

    header .main-nav ul li ul li p > a {
        padding:11px 11px 11px 0;
        color:#000;
    }

    header nav li#nav-prod li {
        float:none;
    }

    .tools {
        display:none;
    }

    .country-wrap h3 {
        display:none;
    }

    header nav li a {
        xpadding:11px;
    }

    header nav li #products a,
    header nav li #explore a,
    header nav li#nav-about a,
    header nav li #country a {
        color:#000;
    }

    .js #getmeoutofhere {
        display:none;
    }

}



/* Print styles
--------------------------------------------------------------- */
@media print {

    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

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

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

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

    /* Don't show links for images, or javascript/internal links */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

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

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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

}



/* Loading spinner (where?)
--------------------------------------------------------------- */
#loading-div {
    width:150px;
}



/* CSS animations
--------------------------------------------------------------- */
.circle-g{
    background-color:#FFFFFF;
    float:left;
    height:32px;
    margin-left:8px;
    width:12px;
    -moz-animation-name:bounce_circle-g;
    -moz-animation-duration:1.5s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-border-radius:0;
    -webkit-animation-name:bounce_circle-g;
    -webkit-animation-duration:1.5s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-border-radius:0;
    -ms-animation-name:bounce_circle-g;
    -ms-animation-duration:1.5s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-border-radius:0;
    -o-animation-name:bounce_circle-g;
    -o-animation-duration:1.5s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-border-radius:0;
    animation-name:bounce_circle-g;
    animation-duration:1.5s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    box-shadow:0px 0px 5px rgba(0,0,0,0.3);
}

#circle-g1{
    x-moz-animation-delay:0.3s;
    x-webkit-animation-delay:0.3s;
    x-ms-animation-delay:0.3s;
    x-o-animation-delay:0.3s;
    xanimation-delay:0.3s;
}

#circle-g2{
    -moz-animation-delay:0.15s;
    -webkit-animation-delay:0.15s;
    -ms-animation-delay:0.15s;
    -o-animation-delay:0.15s;
    animation-delay:0.15s;
}

#circle-g3{
    -moz-animation-delay:0.3s;
    -webkit-animation-delay:0.3s;
    -ms-animation-delay:0.3s;
    -o-animation-delay:0.3s;
    animation-delay:0.3s;
}

#circle-g4{
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}

@-moz-keyframes bounce_circle-g {
    0% {}
    50% { background-color:#29ADDF; }
    100% {}
}

@-webkit-keyframes bounce_circle-g {
    0% {}
    50% { background-color:#29ADDF; }
    100% {}
}

@-ms-keyframes bounce_circle-g {
    0% {}
    50% { background-color:#29ADDF; }
    100% {}
}

@-o-keyframes bounce_circle-g {
    0% {}
    50% { background-color:#29ADDF; }
    100% {}
}

@keyframes bounce_circle-g{
    0% {}
    50% { background-color:#29ADDF; }
    100% {}
}

/*
    pre-rolled CSS animation via http://daneden.me/animate/
*/
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}
.animated.product-hover-up,.animated.product-hover-down,.animated.product-initial-up,.animated.product-initial-down{-webkit-animation-duration:0.3s;-moz-animation-duration:0.3s;-ms-animation-duration:0.3s;-o-animation-duration:0.3s;animation-duration:0.3s;}

@-webkit-keyframes product-initial-up{
    0%,100%{-webkit-transform:translateY(0);}
    100%{-webkit-transform:translateY(-300px);}
}
@-moz-keyframes product-initial-up{
    0%,100%{-moz-transform:translateY(0);}
    100%{-moz-transform:translateY(-300px);}
}
@-o-keyframes product-initial-up{
    0%,100%{-o-transform:translateY(0);}
    100%{-o-transform:translateY(-300px);}
}
@keyframes product-initial-up{
    0%,100%{transform:translateY(0);}
    100%{transform:translateY(-300px);}
}
.product-initial-up{-webkit-animation-name:product-initial-up;-moz-animation-name:product-initial-up;-o-animation-name:product-initial-up;animation-name:product-initial-up;}

@-webkit-keyframes product-initial-down{
    0%,100%{-webkit-transform:translateY(-300px);}
    100%{-webkit-transform:translateY(0);}
}
@-moz-keyframes product-initial-down{
    0%,100%{-moz-transform:translateY(-300px);}
    100%{-moz-transform:translateY(0);}
}
@-o-keyframes product-initial-down{
    0%,100%{-o-transform:translateY(-300px);}
    100%{-o-transform:translateY(0);}
}
@keyframes product-initial-down{
    0%,100%{transform:translateY(-300px);}
    100%{transform:translateY(0);}
}
.product-initial-down{-webkit-animation-name:product-initial-down;-moz-animation-name:product-initial-down;-o-animation-name:product-initial-down;animation-name:product-initial-down;}

@-webkit-keyframes product-hover-up{
    0%,100%{-webkit-transform:translateY(0);opacity:0;}
    100%{-webkit-transform:translateY(-300px);opacity:1;}
}
@-moz-keyframes product-hover-up{
    0%,100%{-moz-transform:translateY(0);opacity:0;}
    100%{-moz-transform:translateY(-300px);opacity:1;}
}
@-o-keyframes product-hover-up{
    0%,100%{-o-transform:translateY(0);opacity:0;}
    100%{-o-transform:translateY(-300px);opacity:1;}
}
@keyframes product-hover-up{
    0%,100%{transform:translateY(0);opacity:0;}
    100%{transform:translateY(-300px);opacity:1;}
}
.product-hover-up{-webkit-animation-name:product-hover-up;-moz-animation-name:product-hover-up;-o-animation-name:product-hover-up;animation-name:product-hover-up;}

@-webkit-keyframes product-hover-down{
    0%,100%{-webkit-transform:translateY(-300px);opacity:1;}
    100%{-webkit-transform:translateY(0);opacity:0;}
}
@-moz-keyframes product-hover-down{
    0%,100%{-moz-transform:translateY(-300px);opacity:1;}
    100%{-moz-transform:translateY(0);opacity:0;}
}
@-o-keyframes product-hover-down{
    0%,100%{-o-transform:translateY(-300px);opacity:1;}
    100%{-o-transform:translateY(0);opacity:0;}
}
@keyframes product-hover-down{
    0%,100%{transform:translateY(-300px);opacity:1;}
    100%{transform:translateY(0);opacity:0;}
}
.product-hover-down{-webkit-animation-name:product-hover-down;-moz-animation-name:product-hover-down;-o-animation-name:product-hover-down;animation-name:product-hover-down;}


/* Contact Form */

.contact-form{
	font-size: 1.4em;
}

.contact-form .form-row{
	padding: 10px 0;
}

.contact-form .form-row.form-row--pull{
	padding-left: 200px;
}

.contact-form label{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding-top: 5px;
	margin-right: 2%;
}

.contact-form input[type="text"], .contact-form textarea, .contact-form select{
	padding: 7px;
	border-radius: 6px;
	background-color: #f7f7f7;
	border: 1px solid #eee;
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}
 .contact-form .error.checkbox
 {
     color:#f00;
 }
    .contact-form .error input[type="text"], .contact-form .error textarea, .contact-form .error select {

        border: 1px solid #f00;

    }
.contact-form input[type="submit"]{
	border-radius: 6px;
	padding: 10px 20px;
	color: #fff;
	border: none;
	background-color: #00BFF3;
	font-size: 18px;
}

.contact-form textarea{
	width: 60%;
	height: 150px;
}

.contact-form input[type="checkbox"] + label{
	width: 60%;
	vertical-align: top;
	padding-top: 0;
}

.contact-form .field-required label:after{
	content: '*';
	color: #00BFF3;
}

.contact-form .contact-section{
	padding: 30px 0;
}

 .contact-form h2{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.contact-form .contact-regulatory{
	font-size: 12px;
}

.contact-form .contact-left{
	width: 66%;
}

.contact-form .contact-right{
	width: 33%;
}

.contact-form .contact-col{
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	box-sizing: border-box;
}

.contact-form hr{
	display: block;
	height: 1px;
	width: 100%;
	background-color: #eee;
	border: none;
}

.contact-form .contact-required-info{
	float: right;
	padding-top: 10px;
}

.contact-form .contact-primary{
	color: #00BFF3;
}


/* Durex Russia Certficate */

#durex-russia-certificate{
    width: 87px;
    height: 123px;
    display: block;
    background: url('/img/durex-russia-certificate.png');
    background-size: contain;
    position: absolute;
    right: -12%;
}

.durex-russia-restricted-area-wrapper {
    width: 992px;
    margin: 0px auto;
    position: relative;
    text-align: right;
}

#durex-russia-restricted-area {
    width: 77px;
    height: 40px;
    display: inline-block;
    background: url('/img/durex-russia-restricted-area.png');
    background-size: contain;
    position: fixed;
    bottom: 40px;
    float: right;
    margin-left: 32px;
}

@media only screen and (max-width: 700px) {
	.contact-form .contact-col{
	width: 100%;
	}

	.contact-form label{
	display: block;
	margin-bottom: 10px;
	}

	.contact-form .form-row.form-row--pull{
	padding-left: 0;
	}


	.contact-form input[type="text"], .contact-form textarea, .contact-form select, .contact-form label, .contact-form input[type="checkbox"] + label{
	width: 100%;
	}

}
@media only screen and (max-width: 400px) {
	.content .sitemap .mainCol {
	width: 96%;
	padding-top: 0;
	}

    #durex-russia-certificate{
        display: none;
    }

    #durex-russia-restricted-area {
        display: none;
    }

    #durex-russia-certificate-mobile{
        width: 50px;
        height: 70px;
        display: block;
        background: url('/img/durex-russia-certificate.png');
        background-size: contain;
    }

    #durex-russia-restriction-mobile {
        width: 77px;
        height: 40px;
        display: block;
        background: url('/img/durex-russia-restricted-area.png');
        background-size: contain;
    }

    .certifications-and-restrictions {
        float: left;
        width: 100%;
    }

    .certifications-and-restrictions ul {
        width: 100%;
        float: left;
        display: inline-block;
        text-align: center;
    }

    .certifications-and-restrictions ul li {
        display: inline-block;
        width: 20%;
    }



}

/* Show slider on mobile version too
------------------------------------------------------------------------------------------ */

#mobileSlider li img{
    width: 100% !important;
    height: auto !important;
    display: block;
}

#mobileSlider a{
    display: block;
}

.filter_controller{
    font-size: 1em !important;
    margin-top: 5px !important;
}

.anythingSlider:not(.activeSlider){
    display: none !important;
}

#homepage-filter-form #slider .panel{
    background-color: transparent;
}

 #slider .panel img{
    width: 100%;
    height: auto;
 }

@media only screen and (max-width : 600px)
 {
    .HideFromMobileClass{
        display:none !important;
    }
    #homepage-filter-form.showinMobile{
    display: block !important;

    height: auto;
    width: 100% !important;
    }

}


ul#breadcrumbs {
    max-width: 992px;
    margin: 0px auto;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

ul#breadcrumbs:after {
    clear: both;
    display: table;
    content: '';
}

ul#breadcrumbs li {
    float: left;
}

ul#breadcrumbs li a {
    padding: 0px 10px;
    color: white;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTW20-Roma','HelveticaNeueW15-55Roma','HelveticaNeueW10-55Roma','HelveticaNeueW02-55Roma','HelveticaNeueW01-55Roma', 'Verdana', 'Arial', sans-serif;
}

ul#breadcrumbs li:after {
    content: '/';
    color: white;
}

ul#breadcrumbs li:last-child:after {
    content: '';
}