@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Lato");

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

.ol_tag {
    list-style-type: decimal;
}

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

caption,th,td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    display: block;
}

.styleguide>div {
    padding: 30px;
    *zoom: 1;
}

.styleguide>div:after {
    content: "";
    display: table;
    clear: both;
}

.styleguide aside {
    margin-top: 1em;
}

.styleguide aside+aside {
    margin-top: 0;
}

.aqua {
    background: #30b6ae;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

body {
    font-family: 'Lato', 'Trebuchet MS', 'Lucida Grande', sans-serif;
}

h1 {
    font-weight: bold;
    color: #fff;
    font-size: 42px;
    line-height: 1.25;
}

h2 {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
}

h3 {
    font-weight: bold;
    color: #666;
    font-size: 26px;
    line-height: 1.25;
}

aside,code {
    font-size: 14px;
    line-height: 1.25;
    color: rgba(102,102,102,0.5);
}

code {
    white-space: nowrap;
    font-family: monospace;
}

.aqua aside,.aqua code {
    color: rgba(255,255,255,0.5);
}

.label {
    color: #677372;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.detail {
    color: #39403f;
    line-height: 1.5;
    font-size: 16px;
}

.logo {
    width: 210px;
    height: auto;
}

.logo-consult-sheet {
    width: 350px;
    height: auto;
}

.button {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding: 10px 30px 12px;
    border-radius: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    background: #30b6ae;
    color: #fff;
    font-family: 'Lato', 'Trebuchet MS', 'Lucida Grande', sans-serif;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.button-consult-sheet {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding: 5px 15px 7px;
    border-radius: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    background: #30b6ae;
    color: #fff;
    font-family: 'Lato', 'Trebuchet MS', 'Lucida Grande', sans-serif;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.button.large {
    font-size: 21px;
    padding: 14px 40px 16px;
}

.button.inverted {
    color: #30b6ae;
    background: #fff;
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Lato", "Lucida Grande", "Trebuchet MS", sans-serif;
}

b,strong {
    font-weight: bold;
}

i,em {
    font-style: italic;
}

.wrapper,.home #hero .form form {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 990px;
    *zoom: 1;
}

.wrapper:after,.home #hero .form form:after {
    content: "";
    display: table;
    clear: both;
}

main {
    display: block;
    padding-top: 100px;
}

@media screen and (max-width: 768px) {
    main {
        padding-top: 60px;
    }
}

.ios main {
    padding-top: 60px;
}

.cta {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.555;
    padding: 0 40px 2px;
    z-index: 1;
    border-radius: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cta.placeholder {
    padding-top: 2px;
}

.cta:-moz-placeholder {
    padding-top: 2px;
}

.cta::-moz-placeholder {
    padding-top: 2px;
}

.cta:-ms-input-placeholder {
    padding-top: 2px;
}

.cta::-webkit-input-placeholder {
    padding-top: 2px;
}

.cta.small {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.555;
    padding: 0 40px 2px;
    z-index: 1;
    border-radius: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 2.222em;
    height: 2.222em;
    padding: 0 30px 2px;
}

.cta.small.placeholder {
    padding-top: 2px;
}

.cta.small:-moz-placeholder {
    padding-top: 2px;
}

.cta.small::-moz-placeholder {
    padding-top: 2px;
}

.cta.small:-ms-input-placeholder {
    padding-top: 2px;
}

.cta.small::-webkit-input-placeholder {
    padding-top: 2px;
}

.cta.aqua {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.555;
    padding: 0 40px 2px;
    z-index: 1;
    border-radius: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #30b6ae;
    color: #fff;
}

.cta.aqua.placeholder {
    padding-top: 2px;
}

.cta.aqua:-moz-placeholder {
    padding-top: 2px;
}

.cta.aqua::-moz-placeholder {
    padding-top: 2px;
}

.cta.aqua:-ms-input-placeholder {
    padding-top: 2px;
}

.cta.aqua::-webkit-input-placeholder {
    padding-top: 2px;
}

.cta.white {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.555;
    padding: 0 40px 2px;
    z-index: 1;
    border-radius: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    color: #30b6ae;
}

.cta.white.placeholder {
    padding-top: 2px;
}

.cta.white:-moz-placeholder {
    padding-top: 2px;
}

.cta.white::-moz-placeholder {
    padding-top: 2px;
}

.cta.white:-ms-input-placeholder {
    padding-top: 2px;
}

.cta.white::-webkit-input-placeholder {
    padding-top: 2px;
}

@font-face {
    font-family:'social';src:url("../../fonts/social.eot?87243754");src:url("../../fonts/social.eot?87243754#iefix") format("embedded-opentype"),url("../../fonts/social.woff?87243754") format("woff"),url("../../fonts/social.ttf?87243754") format("truetype"),url("../../fonts/social.svg?87243754#social") format("svg");font-weight:normal;font-style:normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'social';
        src: url("../../fonts/social.svg?87243754#social") format("svg");
    }
}

.social a,.social a:before {
    font-family: "social";
    font-style: normal;
    font-weight: normal;
    speak: none;
    position: relative;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
}

.social a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.social a[href*="vimeo"]:before {
    content: '\e802';
}

.social a[href*="instagram"]:before {
    content: '\e805';
}

.social a[href*="youtube"]:before {
    content: '\e806';
}

.social a[href*="linkedin"]:before {
    content: '\e807';
}

.social a[href*="twitter"]:before {
    content: '\e808';
}

.social a[href*="facebook"]:before {
    content: '\e809';
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

#masthead.delay-transition *,#masthead.delay-transition:before {
    transition-delay: 0.7s !important;
}

#masthead:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: #fafafa;
    z-index: 0;
    content: "";
    display: block;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 768px) {
    #masthead:before {
        z-index: 1;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
}

.home #masthead:before {
    opacity: 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

[data-scrolled] #masthead:before {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

@media screen and (max-width: 768px) {
    #masthead.active nav {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

#masthead>.wrapper,.home #hero .form #masthead>form {
    position: relative;
    height: 60px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(22px);
    -moz-transform: translateY(22px);
    -ms-transform: translateY(22px);
    -o-transform: translateY(22px);
    transform: translateY(22px);
}

@media screen and (max-width: 768px) {
    #masthead>.wrapper,.home #hero .form #masthead>form {
        z-index: 2;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#masthead .logo {
    position: relative;
    display: block;
    width: 210px;
    height: 40px;
    font-size: 0;
    float: left;
    height: 100%;
    white-space: nowrap;
}

#masthead .logo>* {
    white-space: normal;
}

#masthead .logo:before {
    width: 0;
    height: 100%;
    content: "";
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

#masthead .logo a {
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    text-decoration: none;
}

.home #masthead .logo {
    background: url("../../images/brand/logo-light.svg") no-repeat 0 50%;
    background-size: 210px 40px;
}

.home #masthead .logo img {
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#masthead nav {
    position: relative;
    height: 100%;
    float: right;
    color: #39403f;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    #masthead nav {
        display: block;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: auto;
        float: none;
        white-space: normal;
        opacity: 0;
        z-index: 0;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -ms-perspective: 1000px;
        -o-perspective: 1000px;
        perspective: 1000px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}

#masthead nav>* {
    white-space: normal;
}

#masthead nav:before {
    width: 0;
    height: 100%;
    content: "";
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    #masthead nav:before {
        display: none;
    }
}

#masthead nav ul {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

@media screen and (max-width: 768px) {
    #masthead nav ul {
        display: block;
        overflow: hidden;
        background: #fff;
        max-height: 100vh;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

#masthead nav ul li {
    font-size: 15px;
    line-height: 2;
    display: inline-block;
    margin-left: 32px;
}

#masthead nav ul li a {
    text-decoration: none;
    color: #39403f;
}

@media screen and (max-width: 768px) {
    #masthead nav ul li a {
        font-size: 14px;
        font-weight: bold;
        padding: 6px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(0,0,0,0.05) !important;
    }
}

#masthead nav ul li.contact a {
    display: inline-block;
    padding: 0 20px;
    border: 2px solid #999d9c;
    border-radius: 2em;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #masthead nav ul li,#masthead nav ul li a,#masthead nav ul li.contact,#masthead nav ul li.contact a {
        margin: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        text-align: center;
        border: 0;
        border-radius: 0;
        font-weight: normal;
    }
}

.home #masthead>.wrapper,.home #hero .form #masthead>form {
    -webkit-transform: translateY(42px);
    -moz-transform: translateY(42px);
    -ms-transform: translateY(42px);
    -o-transform: translateY(42px);
    transform: translateY(42px);
}

@media screen and (max-width: 768px) {
    .home #masthead>.wrapper,.home #hero .form #masthead>form {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.home #masthead nav ul li a {
    color: #fff;
}

.home #masthead nav ul li.contact a {
    border: 2px solid #fff;
}

.exposed #masthead:before,.ios #masthead:before,[data-scrolled] #masthead:before,#masthead.active:before {
    opacity: 1;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

.exposed #masthead>.wrapper,.exposed .home #hero .form #masthead>form,.home #hero .form .exposed #masthead>form,.ios #masthead>.wrapper,.ios .home #hero .form #masthead>form,.home #hero .form .ios #masthead>form,[data-scrolled] #masthead>.wrapper,[data-scrolled] .home #hero .form #masthead>form,.home #hero .form [data-scrolled] #masthead>form,#masthead.active>.wrapper,.home #hero .form #masthead.active>form {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.exposed #masthead .logo img,.ios #masthead .logo img,[data-scrolled] #masthead .logo img,#masthead.active .logo img {
    opacity: 1;
}

.exposed #masthead nav ul li a,.ios #masthead nav ul li a,[data-scrolled] #masthead nav ul li a,#masthead.active nav ul li a {
    color: #39403f;
}

.exposed #masthead nav ul li.contact a,.ios #masthead nav ul li.contact a,[data-scrolled] #masthead nav ul li.contact a,#masthead.active nav ul li.contact a {
    border: 2px solid #999d9c;
}

#masthead .responsive-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    left: auto;
    z-index: 6;
    padding: 15px;
    outline: 0;
    text-indent: -999em;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#masthead .responsive-menu:before,#masthead .responsive-menu:after,#masthead .responsive-menu>span {
    display: block;
    width: 30px;
    height: 4px;
    background: gray;
    position: absolute;
    content: "";
    overflow: hidden;
    border-radius: 1px;
    -webkit-transition-delay: 0 !important;
    -moz-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#masthead .responsive-menu:before {
    top: 18px;
    left: 15px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

#masthead .responsive-menu:after {
    bottom: 18px;
    right: 15px;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

#masthead .responsive-menu>span {
    top: 50%;
    left: 15px;
    margin-top: -2px;
}

#masthead .responsive-menu:hover:before,#masthead .responsive-menu:hover:after,#masthead .responsive-menu:hover>span {
    background: #ccc;
}

#masthead .responsive-menu.active:before {
    -webkit-transform: translateX(5px) rotate(45deg);
    -moz-transform: translateX(5px) rotate(45deg);
    -ms-transform: translateX(5px) rotate(45deg);
    -o-transform: translateX(5px) rotate(45deg);
    transform: translateX(5px) rotate(45deg);
}

#masthead .responsive-menu.active:after {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
}

#masthead .responsive-menu.active>span {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}

@media screen and (max-width: 768px) {
    #masthead .responsive-menu {
        display: block;
    }
}

html:not([data-scrolled]):not(.ios) .home:not(.exposed) #masthead:not(.active) .responsive-menu:before,html:not([data-scrolled]):not(.ios) .home:not(.exposed) #masthead:not(.active) .responsive-menu:after,html:not([data-scrolled]):not(.ios) .home:not(.exposed) #masthead:not(.active) .responsive-menu>span {
    background: rgba(255,255,255,0.7);
}

html:not([data-scrolled]):not(.ios) .home:not(.exposed) #masthead:not(.active) .responsive-menu:hover:before,html:not([data-scrolled]):not(.ios) .home:not(.exposed) #masthead:not(.active) .responsive-menu:hover:after,html:not([data-scrolled]):not(.ios) .home:not(.exposed) #masthead:not(.active) .responsive-menu:hover>span {
    background: rgba(255,255,255,0.9);
}

.dd {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.dd:before {
    display: block;
    content: attr(data-selected);
    color: #666666;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 39px;
    padding-left: 20px;
    z-index: 0;
    font-size: 18px;
}

.dd:after {
    content: "";
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background: transparent url("../../images/modules/form/arrow.svg") no-repeat 50% 50%;
    background-size: 12px auto;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 1;
}

.dd>select {
    opacity: 0;
    height: 100%;
    position: relative;
    z-index: 2;
    background: transparent;
    margin: 0;
    color: #666666;
    border: 0;
    outline: 0;
    display: block;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding-right: 5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#sort {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 30px;
    *zoom: 1;
}

#sort:after {
    content: "";
    display: table;
    clear: both;
}

#sort .dd {
    border: 1px solid #e1e4e6;
}

#sort .dd:before {
    font-size: 14px;
}

#sort .sort-by {
    float: left;
}

#sort .sort-by>* {
    display: inline-block;
    vertical-align: middle;
}

#sort .sort-by>label {
    font-size: 14px;
    font-weight: bold;
    color: #677372;
    margin-right: 16px;
    text-transform: uppercase;
}

.meter {
    height: 20px;
    background: url("../../images/modules/meter/sprite.svg") repeat-x 0 0;
    background-size: 20px auto;
    position: relative;
}

.meter[data-size="8"] {
    width: 160px;
}

.meter[data-size="16"] {
    width: 320px;
}

.meter>span {
    background: url("../../images/modules/meter/sprite.svg") repeat-x 0 0;
    background-size: 20px auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    white-space: pre;
    overflow: hidden;
    text-indent: -999em;
}

.meter.thc>span {
    background-position: 0 50%;
}

.meter.cbd>span {
    background-position: 0 100%;
}

.rating {
    height: 12px;
    background: url("../../images/modules/rating/sprite.svg") repeat-x 0 0;
    background-size: 16px auto;
    position: relative;
}

.rating[data-size="5"] {
    width: 80px;
}

.rating>span {
    background: url("../../images/modules/rating/sprite.svg") repeat-x 0 100%;
    background-size: 16px auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    display: block;
    white-space: pre;
    overflow: hidden;
    text-indent: -999em;
}

.rating-control {
    height: 19px;
    width: 122px;
    margin-right: 76px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

.rating-control,.rating-control>span {
    background: url("../../images/modules/rating/sprite.svg") repeat-x 0 0;
    background-size: auto 38px;
}

.rating-control>span {
    background-position: 0 -19px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    display: block;
    white-space: pre;
    overflow: hidden;
    text-indent: -999em;
    z-index: 1;
    -webkit-transition: 0.075s;
    -moz-transition: 0.075s;
    -o-transition: 0.075s;
    transition: 0.075s;
}

.rating-control>label {
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    text-align: right;
    font-size: 14px;
    color: #677372;
}

.rating-control>input {
    cursor: pointer;
    opacity: 0.01;
    display: block;
    width: 20%;
    height: 19px;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rating-control>input:nth-child(1):checked ~ span,.rating-control>input:nth-child(1):hover ~ span {
    width: 20%;
}

.rating-control>input:nth-child(1):checked ~ label:after,.rating-control>input:nth-child(1):hover ~ label:after {
    content: "1 out of 5";
}

.rating-control>input:nth-child(2):checked ~ span,.rating-control>input:nth-child(2):hover ~ span {
    width: 40%;
}

.rating-control>input:nth-child(2):checked ~ label:after,.rating-control>input:nth-child(2):hover ~ label:after {
    content: "2 out of 5";
}

.rating-control>input:nth-child(3):checked ~ span,.rating-control>input:nth-child(3):hover ~ span {
    width: 60%;
}

.rating-control>input:nth-child(3):checked ~ label:after,.rating-control>input:nth-child(3):hover ~ label:after {
    content: "3 out of 5";
}

.rating-control>input:nth-child(4):checked ~ span,.rating-control>input:nth-child(4):hover ~ span {
    width: 80%;
}

.rating-control>input:nth-child(4):checked ~ label:after,.rating-control>input:nth-child(4):hover ~ label:after {
    content: "4 out of 5";
}

.rating-control>input:nth-child(5):checked ~ span,.rating-control>input:nth-child(5):hover ~ span {
    width: 100%;
}

.rating-control>input:nth-child(5):checked ~ label:after,.rating-control>input:nth-child(5):hover ~ label:after {
    content: "5 out of 5";
}

.type>div>span {
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    position: relative;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    width: 19px;
    height: 22px;
    background: #30b6ae url("../../images/modules/card/sprite.svg") no-repeat 50% 0;
    background-size: 25px 22px;
    overflow: hidden;
}

.cards {
    font-size: 0;
    *zoom: 1;
}

.cards:after {
    content: "";
    display: table;
    clear: both;
}

.cards>li {
    min-width: 290px;
    font-weight: bold;
    border-radius: 5px;
    color: #39403f;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    display: inline-block;
    vertical-align: top;
    width: 31.3333%;
    margin: 0 1% 30px;
}

.cards>li.balanced>.brand {
    background: #f53357;
}

.cards>li.high-thc>.brand {
    background: #3f585f;
}

.cards>li.high-cbd>.brand {
    background: #65a683;
}

.cards>li>.brand {
    display: block;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    position: relative;
    height: 50px;
    padding: 0 9px;
    border-radius: 5px 5px 0 0;
}

.cards>li>.brand:before {
    content: "";
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    -webkit-transition: 0.175s;
    -moz-transition: 0.175s;
    -o-transition: 0.175s;
    transition: 0.175s;
}

.no-touch .cards>li>.brand:hover:before {
    background: rgba(0,0,0,0.1);
}

.cards>li>.brand>* {
    position: relative;
    z-index: 1;
    color: #fff;
}

.cards>li>.brand h3,.cards>li>.brand figure {
    height: 100%;
    white-space: nowrap;
}

.cards>li>.brand h3:before,.cards>li>.brand figure:before {
    width: 0;
    height: 100%;
    content: "";
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.cards>li>.brand h3>*,.cards>li>.brand figure>* {
    white-space: normal;
}

.cards>li>.brand>h3 {
    font-size: 18px;
    float: left;
    line-height: 1;
}

.cards>li>.brand>h3>span {
    display: inline-block;
    vertical-align: middle;
}

.cards>li>.brand>figure {
    float: right;
}

.cards>li>.brand>figure>img {
    display: inline-block;
    vertical-align: middle;
    max-height: 36px;
    max-width: 100px;
}

.cards>li>.composition,.cards>li>.stats {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.cards>li .stats {
    font-size: 0;
    padding: 0 7px 10px;
}

.cards>li .stats>li>ul {
    display: table;
    width: 100%;
}

.cards>li .stats>li>ul li {
    display: table-cell;
    vertical-align: top;
    width: 62%;
    font-size: 16px;
    line-height: 2;
    padding-right: 6%;
}

.cards>li .stats>li>ul li:nth-child(2n) {
    width: 38%;
    padding: 0;
}

.cards>li .stats>li>ul li label {
    color: #677372;
    font-size: 12px;
    line-height: 2.1666;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #cccccc;
}

.cards>li .name div {
    height: 2em;
    overflow: hidden;
    position: relative;
}

.cards>li .name div:after,.cards>li .name div:before {
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    content: "";
    transition: 0.25s;
}

.cards>li .name div:before {
    left: 0;
    opacity: 0;
    background: -webkit-gradient(linear, to left, to right, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(to left, rgba(255,255,255,0),#ffffff);
    background: -moz-linear-gradient(to left, rgba(255,255,255,0),#ffffff);
    background: -o-linear-gradient(to left, rgba(255,255,255,0),#ffffff);
    background: linear-gradient(to left, rgba(255,255,255,0),#ffffff);
}

.cards>li .name div:after {
    right: 0;
    opacity: 1;
    background: -webkit-gradient(linear, to right, to left, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(to right, rgba(255,255,255,0),#ffffff);
    background: -moz-linear-gradient(to right, rgba(255,255,255,0),#ffffff);
    background: -o-linear-gradient(to right, rgba(255,255,255,0),#ffffff);
    background: linear-gradient(to right, rgba(255,255,255,0),#ffffff);
}

.cards>li .name div>span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 0%;
    top: 0;
    transition: 1s;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

.cards>li .name div:hover:before {
    opacity: 1;
}

.cards>li .name div:hover:after {
    opacity: 0;
}

.cards>li .name div:hover>span {
    left: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
}

.cards>li .rating {
    display: inline-block;
    margin-left: 5px;
}

.cards>li .type>div>span {
    margin-top: -3px;
    margin-right: 3px;
}

.cards>li .price span {
    font-weight: normal;
    color: #677372;
}

.cards>li>a:last-of-type {
    border-radius: 0 0 5px 5px;
    display: block;
    background: #fafafa;
    border: 1px solid #ccc;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #677372;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.175s;
    -moz-transition: 0.175s;
    -o-transition: 0.175s;
    transition: 0.175s;
}

.cards>li>a:last-of-type:hover {
    background: #f0f0f0;
}

.composition {
    overflow: hidden;
    padding: 18px 7px;
    text-align: center;
}

.composition>ul {
    display: inline-block;
    text-align: left;
}

.composition>ul>li {
    font-size: 0;
    line-height: 20px;
    height: 20px;
    display: block;
    white-space: nowrap;
}

.composition>ul>li:first-child .meter {
    margin: 2px 13px 0 10px;
}

.composition>ul>li:last-child .meter {
    margin: -1px 23px 0 0;
}

.composition>ul label,.composition>ul .meter,.composition>ul span {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.composition>ul label {
    width: 45px;
}

.filter {
    color: #677372;
    font-size: 14px;
    width: 266px;
    padding: 20px 0 0;
    position: relative;
    vertical-align: top;
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .filter {
        overflow: hidden;
        height: auto;
        max-height: 40px;
        display: block;
        width: 100%;
        background: #fafafa;
        padding: 0;
        border-bottom: 1px solid #e1e4e6;
    }

    [data-filters-visible] .filter {
        max-height: 100%;
    }

    [data-filters-visible] .filter>a {
        border-bottom: 1px solid #e1e4e6;
    }
}

.filter>a {
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #677372;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .filter>a {
        display: block;
    }
}

.filter>a:before {
    display: inline;
    content: attr(data-text);
}

.filter>ul {
    position: relative;
    overflow: hidden;
}

.filter>ul>li {
    padding: 0 20px;
}

.filter>ul>li:first-child h3 {
    border-top: 0;
}

.filter>ul>li>ul {
    overflow: hidden;
    height: auto;
    max-height: 100vh;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.filter>ul>li>ul>li:last-child {
    padding-bottom: 1.25em;
}

.filter>ul>li.hidden>ul {
    max-height: 0 !important;
}

.filter>ul>li.hidden h3:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    padding: 1.25em 0;
    border-top: 1px solid #e1e4e6;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.filter h3:after {
    content: "";
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    background: transparent url("../../images/modules/form/arrow.svg") no-repeat 50% 50%;
    background-size: 12px auto;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.filter h3 em {
    text-transform: none;
    color: #b0b6b6;
    font-weight: normal;
}

.filter .slider {
    margin-top: 0.75em;
}

.legend {
    font-size: 26px;
    font-weight: bold;
    *zoom: 1;
}

.legend:after {
    content: "";
    display: table;
    clear: both;
}

.legend h2 {
    font-size: 1em;
    line-height: 1em;
    color: #666666;
    float: left;
}

.legend ul {
    float: right;
}

.legend li {
    display: inline-block;
    font-size: 0.54em;
    line-height: 2em;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 20px;
    color: #677372;
}

.legend li:before {
    margin-top: -0.2em;
    display: inline-block;
    width: 0.86em;
    height: 0.86em;
    border-radius: 0.2em;
    background: #555;
    content: "";
    vertical-align: middle;
    margin-right: 5px;
}

.legend li.balanced:before {
    background: #f53357;
}

.legend li.high-thc:before {
    background: #3f585f;
}

.legend li.high-cbd:before {
    background: #65a683;
}

.legend li:first-child {
    margin-left: 0;
}

.noUi-target {
    position: relative;
    margin: 0 8px;
}

.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target.noUi-state-tap .noUi-base {
    cursor: url("../../cursors/closedhand.cur"),move;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: url("../../cursors/openhand.cur"),move;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-stacking+.noUi-origin {
    *z-index: -1;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.2s,top 0.2s;
    -moz-transition: left 0.2s,top 0.2s;
    -o-transition: left 0.2s,top 0.2s;
    transition: left 0.2s,top 0.2s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 6px;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    left: -8px;
    top: -5px;
}

.noUi-background {
    background: #e1e4e6;
    border-radius: 3px;
}

.noUi-connect {
    margin: 0 1px;
    background: #30b6ae;
    border-radius: 3px;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
}

.noUi-origin {
    border-radius: 3px;
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    background: #FFF;
    cursor: url("../../cursors/openhand.cur"),move;
}

.noUi-handle.noUi-active {
    cursor: url("../../cursors/closedhand.cur"),move;
}

[disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle {
    opacity: 0.5;
    cursor: not-allowed;
}

.range {
    font-size: 0;
    margin-top: 25px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

.range>li {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 14px;
}

.range>li.to {
    text-transform: uppercase;
    font-weight: bold;
    width: 46px;
    text-align: center;
    width: calc(100% - 180px);
}

.range>li.input {
    width: 90px;
    height: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 15px;
    white-space: nowrap;
}

.range>li.input,.range>li.input *,.range>li.input:before {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #666;
}

.range>li.input.currency:before {
    display: inline-block;
    color: #30b6ae;
    content: "";
    margin-left: 9px;
    margin-right: 4px;
}

.range>li.input.currency input.number {
    margin-left: 0;
}

.range>li.input.usd:before,.range>li.input.cad:before {
    content: "$";
}

.range>li.input.gbp:before {
    content: "┬ú";
}

.range>li.input.eur:before {
    content: "Γé¼";
}

input.number {
    width: calc(100% + 20px);
    border: 0;
    background: transparent;
    position: relative;
    display: inline-block;
    z-index: 0;
    height: 100%;
    margin-left: 11px;
}

input.number:focus {
    outline: 0;
}

input.number+div {
    position: absolute;
    z-index: 1;
    right: 7px;
    top: 50%;
    width: 18px;
    height: 20px;
    margin-top: -10px;
}

input.number+div button {
    display: block;
    position: relative;
    height: 50%;
    width: 100%;
    border: 0;
    text-indent: -999em;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input.number+div button:before {
    position: absolute;
    display: block;
    background: #fff url("../../images/modules/form/arrow.svg") no-repeat 50% 50%;
    background-size: 12px 6px !important;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
    -webkit-transform-origin: 50% 50% 50%;
    -moz-transform-origin: 50% 50% 50%;
    -ms-transform-origin: 50% 50% 50%;
    -o-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

input.number+div button:hover:before {
    opacity: 0.75;
}

input.number+div button[data-action="+"]:before {
    content: "Increment";
    background: #fff url("../../images/modules/form/arrow-up.svg") no-repeat 50% 50%;
}

input.number+div button[data-action="-"]:before {
    content: "Decrement";
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 300px;
    border: 0;
    background: #fff;
    font-size: 15px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 12px;
    border: 1px solid #e1e4e6;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    height: auto;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 40px;
    background-color: #fff;
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    font-size: 15px;
    margin: 5px 10px 5px 0;
    white-space: nowrap;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.chosen-container-multi .chosen-choices li:last-child {
    margin-right: 0;
}

.chosen-container-multi .chosen-choices li.search-field {
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 15px;
    height: 2em;
    line-height: 1em;
    outline: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #a1a1a1;
    font-family: 'Lato', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"]:focus {
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    padding: 0 12px 0 15px;
    background: #2eaea6;
    color: #fff;
    border-radius: 1em;
    font-size: 15px;
    line-height: 1.9em;
    height: 2em;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice>* {
    vertical-align: top;
}

.chosen-container-multi .chosen-choices li.search-choice>span {
    display: inline-block;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: relative;
    display: inline-block;
    height: 2em;
    overflow: hidden;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    display: inline-block;
    content: "\00d7";
    font-size: 20px;
    line-height: 1.4;
    overflow: hidden;
    font-weight: bold;
    margin-left: 16px;
    color: rgba(233,240,244,0.5);
    -webkit-transition: color 0.175s;
    -moz-transition: color 0.175s;
    -o-transition: color 0.175s;
    transition: color 0.175s;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
    color: #fff;
}

.chosen-container-multi .chosen-choices li .search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666;
}

.chosen-container-multi .chosen-choices li .search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    opacity: 0.5;
}

.chosen-results li {
    display: block;
    vertical-align: middle;
    list-style: none;
    font-size: 15px;
    background: #fff;
    position: relative;
    padding: 0 15px;
    color: #666;
    font-size: 15px;
    line-height: 2em;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.chosen-results li.highlighted {
    background: #2eaea6;
    color: #fff;
}

.chosen-disabled {
    opacity: 0.5;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.checkboxes li {
    position: relative;
    padding: 5px 0;
}

.checkboxes li:first-child {
    padding-top: 0;
}

.checkboxes input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.checkboxes input[type="checkbox"]:checked+label[for]:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.no-csstransforms .checkboxes input[type="checkbox"]:checked+label[for]:after {
    opacity: 1;
}

.checkboxes input[type="checkbox"][disabled] {
    cursor: default;
}

.checkboxes input[type="checkbox"][disabled]+label[for]:before {
    border: 1px solid #c4c8ca !important;
}

.checkboxes input[type="checkbox"][disabled] ~ label {
    cursor: default;
    opacity: 0.5;
}

.checkboxes label[for] {
    position: relative;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.checkboxes label[for]:before {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border: 1px solid #e1e4e6;
    border-radius: 2px;
    background: #fff;
    content: "";
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.checkboxes label[for]:after {
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    content: "";
    background: url("../../images/modules/filter/check.svg") no-repeat 50% 50%;
    background-size: 14px auto;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55),opacity 0.25s linear;
    -moz-transition: 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55),opacity 0.25s linear;
    -o-transition: 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55),opacity 0.25s linear;
    transition: 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55),opacity 0.25s linear;
}

.no-csstransforms .checkboxes label[for]:after {
    opacity: 0;
}

.checkboxes label[for]:hover:before {
    border-color: #c4c8ca;
}

.checkboxes label[for][for^="rating"] {
    font-size: 17px;
}

.checkboxes label[for] .rating {
    display: inline-block;
}

.checkboxes label[for] .rating,.checkboxes label[for] .rating>span {
    height: 1em;
    background-size: auto 200%;
}

.checkboxes label[for] .rating[data-size="5"] {
    width: 110px;
}

#pagination {
    margin: 0 30px 30px;
    overflow: hidden;
    border: 1px solid #e1e4e6;
    background: #fafafa;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

#pagination h4 {
    float: left;
    line-height: 58px;
    font-size: 14px;
    padding-left: 20px;
    color: #677372;
}

@media screen and (max-width: 568px) {
    #pagination h4 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        padding-left: 0;
        z-index: 0;
    }
}

@media screen and (max-width: 400px) {
    #pagination h4 {
        display: none;
    }
}

#pagination ul {
    float: right;
    font-size: 0;
    display: block;
    white-space: normal;
}

@media screen and (max-width: 568px) {
    #pagination ul {
        width: 100%;
        float: none;
        position: relative;
        z-index: 1;
    }
}

#pagination ul li {
    line-height: 58px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #e1e4e6;
    color: #b0b6b6;
    position: relative;
    min-width: 32px;
}

@media screen and (max-width: 960px) {
    #pagination ul li {
        display: none;
    }
}

#pagination ul li a {
    color: #b0b6b6;
    text-decoration: none;
    display: block;
    width: 100%;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

#pagination ul li a:hover {
    color: #fff;
    background: #30b6ae;
}

#pagination ul li.active a,#pagination ul li.active a:hover {
    color: #30b6ae;
    background: transparent;
    cursor: default;
}

#pagination ul li.prev,#pagination ul li.next {
    width: auto;
}

#pagination ul li.prev a,#pagination ul li.next a {
    padding: 0 18px;
}

@media screen and (max-width: 960px) {
    #pagination ul li.prev,#pagination ul li.next {
        display: inline-block;
    }
}

@media screen and (max-width: 568px) {
    #pagination ul li.prev {
        border-left: 0;
        border-right: 1px solid #e1e4e6;
        float: left;
    }
}

@media screen and (max-width: 568px) {
    #pagination ul li.next {
        float: right;
    }
}

#mailing-list {
    background: #30b6ae;
    color: #fff;
    padding: 30px 0;
    *zoom: 1;

    display:block;
    clear:both;
}

#mailing-list:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 1023px) {
    #mailing-list {
        padding: 25px 15px 20px;
        text-align: center;
    }
}

#mailing-list h4 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.9em;
    letter-spacing: 0.75px;
    white-space: nowrap;
    float: left;
}

@media screen and (max-width: 1024px) {
    #mailing-list h4 {
        white-space: normal;
        line-height: 1.4em;
        float: none;
        margin: 0 0 15px;
    }
}

#mailing-list form {
    float: right;
    font-size: 0;
}

@media screen and (max-width: 1023px) {
    #mailing-list form {
        max-width: 100%;
        float: none;
        display: inline-block;
        position: relative;
    }
}

#mailing-list input {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.555;
    padding: 0 40px 2px;
    z-index: 1;
    border-radius: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 40px;
    line-height: 1;
    color: #fff;
    font-family: 'Lato', sans-serif;
    vertical-align: middle;
    border: 0;
    -webkit-appearance: none;
}

#mailing-list input.placeholder {
    padding-top: 2px;
}

#mailing-list input:-moz-placeholder {
    padding-top: 2px;
}

#mailing-list input::-moz-placeholder {
    padding-top: 2px;
}

#mailing-list input:-ms-input-placeholder {
    padding-top: 2px;
}

#mailing-list input::-webkit-input-placeholder {
    padding-top: 2px;
}

#mailing-list input:focus {
    border: 0;
    outline: 0;
}

@media screen and (max-width: 1023px) {
    #mailing-list input {
        display: block;
        width: 100%;
        clear: both;
        margin: 0 0 10px !important;
    }
}

#mailing-list input[type="email"],#mailing-list input[type="text"], #mailing-list div.msg {
    text-align: left;
    background: #1b6661;
    font-weight: normal;
    padding: 0 20px;
    width: 390px;
}

@media screen and (max-width: 1023px) {
    #mailing-list input[type="email"],#mailing-list input[type="text"] {
        width: 100%;
    }
}

#mailing-list input[type="email"].placeholder,#mailing-list input[type="text"].placeholder {
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#mailing-list input[type="email"]:-moz-placeholder,#mailing-list input[type="text"]:-moz-placeholder {
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#mailing-list input[type="email"]::-moz-placeholder,#mailing-list input[type="text"]::-moz-placeholder {
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#mailing-list input[type="email"]:-ms-input-placeholder,#mailing-list input[type="text"]:-ms-input-placeholder {
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#mailing-list input[type="email"]::-webkit-input-placeholder,#mailing-list input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#mailing-list input[type="email"]::-webkit-input-placeholder,#mailing-list input[type="text"]::-webkit-input-placeholder {
    padding-top: 2px;
}

#mailing-list input[type="email"]:focus.placeholder,#mailing-list input[type="text"]:focus.placeholder {
    color: rgba(255,255,255,0);
}

#mailing-list input[type="email"]:focus:-moz-placeholder,#mailing-list input[type="text"]:focus:-moz-placeholder {
    color: rgba(255,255,255,0);
}

#mailing-list input[type="email"]:focus::-moz-placeholder,#mailing-list input[type="text"]:focus::-moz-placeholder {
    color: rgba(255,255,255,0);
}

#mailing-list input[type="email"]:focus:-ms-input-placeholder,#mailing-list input[type="text"]:focus:-ms-input-placeholder {
    color: rgba(255,255,255,0);
}

#mailing-list input[type="email"]:focus::-webkit-input-placeholder,#mailing-list input[type="text"]:focus::-webkit-input-placeholder {
    color: rgba(255,255,255,0);
}

#mailing-list input[type="submit"], #mailing-list input[type="button"] {
    background: #333;
    font-weight: bold;
    padding: 0 50px;
    margin-left: 8px;
    cursor: pointer;
}

footer {
    background: #333333;
    padding: 40px 0;
}

footer,footer a {
    font-size: 13px;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
}

footer h3 {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: #adadad;
    margin: 0 0 10px;
}

footer>ul {
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    footer>ul {
        display: block;
    }
}

footer>ul>li {
    display: table-cell;
    padding: 0 30px 0 0;
}

@media screen and (max-width: 768px) {
    footer>ul>li {
        display: block;
        padding: 0 0 30px !important;
        width: 100% !important;
    }
}

footer>ul>li:first-child {
    width: 370px;
    padding: 0 60px 0 0;
}

footer>ul>li:last-child {
    width: 270px;
    padding: 0 0 0 60px;
}

footer>ul>li:last-child ul {
    width: auto;
}

footer>ul ul {
    width: 290px;
}

@media screen and (max-width: 768px) {
    footer>ul ul {
        width: auto;
    }
}

footer>ul ul>li {
    display: inline-block;
    min-width: 100px;
}

@media screen and (max-width: 768px) {
    footer>ul ul>li {
        min-width: 0;
        padding-right: 20px;
        position: relative;
        margin: 0 0 10px;
    }

    footer>ul ul>li:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 7px;
        background: rgba(255,255,255,0.3);
        width: 4px;
        height: 4px;
        display: block;
        border-radius: 50%;
        margin-top: -2px;
    }

    footer>ul ul>li:last-child:after {
        display: none;
    }
}

footer>ul ul.social {
    padding-top: 20px;
}

footer>ul ul.social>li {
    min-width: 0;
    padding-right: 1em;
}

footer>ul ul.social>li:after {
    display: none;
}

footer>ul ul.social>li a {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 1;
}

footer>ul ul.social>li a:before {
    color: #fff;
    text-indent: 0;
}

[data-gets-modal] #modal {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.2s, z-index 0s 0.2s;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

[data-gets-modal] #modal>* {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
}

[data-gets-modal] #modal:before {
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: "";
    overflow: hidden;
}

[data-gets-modal].modal {
    overflow: hidden;
}

[data-gets-modal].modal #modal {
    z-index: 99;
    opacity: 1;
    transition: opacity 0.2s;
}

#modal-inner {
    position: relative;
    overflow: hidden;
    max-width: 620px;
    width: 90%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    border-radius: 6px;
    transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin: 20px 0;
}

.modal #modal-inner {
    z-index: 100;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s, transform 0.2s;
}

a[rel="modal:close"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    display: block;
    line-height: 43px;
    text-align: center;
    text-indent: 100%;
    overflow: hidden;
    font-size: 32px;
    color: #e1e4e6;
    text-decoration: none;
    z-index: 9;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a[rel="modal:close"]:before {
    content: '\00d7';
    text-indent: 0;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
}

a[rel="modal:close"]:hover {
    color: #fff;
}

.pika-prev,.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev,.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0;
}

.pika-next,.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0;
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    *zoom: 1;
}

.pika-single,.pika-single * {
    box-sizing: content-box;
}

.pika-single:before {
    content: " ";
    display: table;
}

.pika-single:after {
    content: " ";
    display: table;
    clear: both;
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}

.pika-prev:hover {
    opacity: 1;
}

.pika-prev.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-next:hover {
    opacity: 1;
}

.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th {
    width: 14.285714285714286%;
    padding: 0;
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.home.exposed main {
    -webkit-transform: translateY(460px);
    -moz-transform: translateY(460px);
    -ms-transform: translateY(460px);
    -o-transform: translateY(460px);
    transform: translateY(460px);
}

.home.exposed footer, .home.exposed #mailing-list {
    -webkit-transform: translateY(460px);
    -moz-transform: translateY(460px);
    -ms-transform: translateY(460px);
    -o-transform: translateY(460px);
    transform: translateY(460px);
}

.home main {
    padding-top: 0;
    position: relative;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    display:block;
    clear:both;

}

.home h3 {
    color: #fff;
}

.home #how-it-works {
    background: #30b6ae;
    color: #fff;
    height: 400px;
    position: absolute;
    left: 0;
    top: -400px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    *zoom: 1;
}

.home #how-it-works:after {
    content: "";
    display: table;
    clear: both;
}

.home #how-it-works .close {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 25px;
    background: url("../../images/modules/how-it-works/close.svg") no-repeat 50% 50%;
    background-size: 14px 14px;
    overflow: hidden;
    text-indent: -999em;
    opacity: 0.4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.home #how-it-works .close:hover {
    opacity: 0.6;
}

.home #how-it-works ul {
    font-size: 0;
    padding: 70px 0 24px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .home #how-it-works ul {
        padding: 50px 0 24px;
    }
}

.home #how-it-works ul>li {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.7;
    letter-spacing: 0.25px;
}

@media screen and (max-width: 768px) {
    .home #how-it-works ul>li {
        margin: 20px 0 0;
        width: 100%;
        line-height: 1.25;
        text-align: left;
        *zoom: 1;
    }

    .home #how-it-works ul>li:after {
        content: "";
        display: table;
        clear: both;
    }

    .home #how-it-works ul>li:first-child {
        margin: 0;
    }
}

@media screen and (max-width: 420px) {
    .home #how-it-works ul>li {
        display: table-row;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .home #how-it-works ul p {
        padding: 0 0 0 80px;
    }
}

@media screen and (max-width: 420px) {
    .home #how-it-works ul p {
        display: none;
    }
}

.home #how-it-works img {
    width: 90px;
    height: 90px;
}

@media screen and (max-width: 768px) {
    .home #how-it-works img {
        width: 60px;
        height: 60px;
        float: left;
        clear: left;
    }
}

@media screen and (max-width: 420px) {
    .home #how-it-works img {
        float: none;
        clear: none;
        height: auto;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0 0 20px;
    }
}

.home #how-it-works h4 {
    font-size: 24px;
    padding: 28px 0 10px;
}

@media screen and (max-width: 768px) {
    .home #how-it-works h4 {
        padding: 0 0 0 80px;
    }
}

@media screen and (max-width: 420px) {
    .home #how-it-works h4 {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 20px 20px;
    }
}

.home #how-it-works .wrapper>p,.home #how-it-works #hero .form form>p,.home #hero .form #how-it-works form>p {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .home #how-it-works .wrapper>p,.home #how-it-works #hero .form form>p,.home #hero .form #how-it-works form>p {
        line-height: 1.25;
    }
}

.home #how-it-works .wrapper>p a,.home #how-it-works #hero .form form>p a,.home #hero .form #how-it-works form>p a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.home #hero {
    position: relative;
    color: #fff;
    *zoom: 1;
}

.home #hero:after {
    content: "";
    display: table;
    clear: both;
}

.home #hero>* {
    position: relative;
    z-index: 1;
}

.home #hero #video {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #666 url("../../images/modules/hero/hero.jpg") no-repeat 50% 50%;
    background-size: cover;
}

.home #hero #video video {
    position: relative;
    height: 100% !important;
    width: auto !important;
}

@media screen and (orientation: landscape) and (min-width: 960px) {
    .home #hero #video video {
        width: 100% !important;
        height: auto !important;
    }
}

.home #hero #video:after {
    display: block;
    position: absolute;
    z-index: 0;
    content: "";
    background: rgba(51,51,51,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home #hero>.wrapper,.home #hero .form #hero>form {
    height: auto;
    min-height: 475px;
    padding-top: 90px;
    position: relative;
    white-space: nowrap;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .home #hero>.wrapper,.home #hero .form #hero>form {
        min-height: 0;
        padding: 110px 15px 70px;
    }
}

.home #hero>.wrapper:before,.home #hero .form #hero>form:before {
    width: 0;
    height: 100%;
    content: "";
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    min-height: 475px;
}

@media screen and (max-width: 768px) {
    .home #hero>.wrapper:before,.home #hero .form #hero>form:before {
        display: none;
    }
}

.home #hero>.wrapper>*,.home #hero .form #hero>form>* {
    white-space: normal;
}

.home #hero>.wrapper>div,.home #hero .form #hero>form>div {
    display: inline-block;
    vertical-align: middle;
}

.home #hero>.wrapper>div>a,.home #hero .form #hero>form>div>a {
    display: inline-block;
    background: #30b6ae;
    font-size: 21px;
    line-height: 2.36em;
    color: #fff;
    text-decoration: none;
    padding: 0 1.9em 2px;
    border-radius: 1.2em;
}

.home #hero>.wrapper h2,.home #hero .form #hero>form h2,.home #hero>.wrapper h3,.home #hero .form #hero>form h3 {
    line-height: 1.25;
    font-weight: bold;
}

.home #hero>.wrapper h2,.home #hero .form #hero>form h2 {
    font-size: 42px;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
    .home #hero>.wrapper h2,.home #hero .form #hero>form h2 {
        font-size: 32px;
    }
}

.home #hero>.wrapper h3,.home #hero .form #hero>form h3 {
    font-size: 24px;
    margin-bottom: 1.4em;
}

@media screen and (max-width: 768px) {
    .home #hero>.wrapper h3,.home #hero .form #hero>form h3 {
        font-size: 20px;
    }
}

.home #hero>.wrapper:after,.home #hero .form #hero>form:after {
    display: none;
}

.home #hero .form {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 135px;
    padding-top: 30px;
    background: rgba(34,34,34,0.75);
    text-align: center;
}

.home #hero .form form {
    *zoom: 1;
}

.home #hero .form form:after {
    content: "";
    display: table;
    clear: both;
}

.home #hero .form form ul {
    font-size: 0;
}

.home #hero .form form li {
    vertical-align: top;
    margin-left: 10px;
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .home #hero .form form li {
        margin: 0 0 10px;
        display: block;
    }

    .home #hero .form form li select,.home #hero .form form li button {
        width: 100%;
    }
}

.home #hero .form form li:first-child {
    margin-left: 0;
}

.home #hero .form form button {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.555;
    padding: 0 40px 2px;
    z-index: 1;
    border-radius: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #30b6ae;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 0;
    cursor: pointer;
}

.home #hero .form form button.placeholder {
    padding-top: 2px;
}

.home #hero .form form button:-moz-placeholder {
    padding-top: 2px;
}

.home #hero .form form button::-moz-placeholder {
    padding-top: 2px;
}

.home #hero .form form button:-ms-input-placeholder {
    padding-top: 2px;
}

.home #hero .form form button::-webkit-input-placeholder {
    padding-top: 2px;
}

.home #hero .form>a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
    *zoom: 1;
}

.home #hero .form>a:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 768px) {
    .home #hero .form>a {
        margin: 0 0 25px;
    }
}

.home #popular-strains>.wrapper,.home #hero .form #popular-strains>form {
    max-width: 980px;
}

@media screen and (max-width: 321px) {
    .home #popular-strains>.wrapper,.home #hero .form #popular-strains>form {
        padding: 0;
    }
}

.home #popular-strains .legend {
    margin: 58px 0 36px;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .home #popular-strains .legend {
        margin: 40px 0 30px;
        text-align: center;
    }

    .home #popular-strains .legend h2 {
        float: none;
        margin: 0 0 0.5em;
    }

    .home #popular-strains .legend ul {
        display: inline-block;
        float: none;
    }

    .home #popular-strains .legend ul li {
        margin: 0 10px 10px;
    }
}

.home #popular-strains .cards {
    *zoom: 1;
}

.home #popular-strains .cards:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 990px) {
    .home #popular-strains .cards>li {
        width: 48%;
        margin: 0 1% 30px;
    }
}

@media screen and (max-width: 680px) {
    .home #popular-strains .cards>li {
        width: 98%;
        margin: 0 1% 30px;
    }
}

@media screen and (max-width: 480px) {
    .home #popular-strains .cards>li {
        width: 94%;
        margin: 0 3% 30px;
    }
}

.home #popular-strains .view-all {
    overflow: hidden;
    position: relative;
    margin: 20px 10px 50px;
    text-align: center;
}

.home #popular-strains .view-all:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    top: 50%;
    left: 0;
    background: #e5e5e5;
    z-index: 0;
}

.home #popular-strains .view-all>a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.555;
    padding: 0 40px 2px;
    z-index: 1;
    border-radius: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #30b6ae;
    color: #fff;
    padding: 0 60px 2px;
}

.home #popular-strains .view-all>a.placeholder {
    padding-top: 2px;
}

.home #popular-strains .view-all>a:-moz-placeholder {
    padding-top: 2px;
}

.home #popular-strains .view-all>a::-moz-placeholder {
    padding-top: 2px;
}

.home #popular-strains .view-all>a:-ms-input-placeholder {
    padding-top: 2px;
}

.home #popular-strains .view-all>a::-webkit-input-placeholder {
    padding-top: 2px;
}

.home #popular-strains .view-all>a:before,.home #popular-strains .view-all>a:after {
    width: 18px;
    height: 100%;
    content: "";
    display: block;
    top: 0;
    background: #fff;
    position: absolute;
}

.home #popular-strains .view-all>a:before {
    left: -18px;
}

.home #popular-strains .view-all>a:after {
    right: -18px;
}

.home #get-started {
    position: relative;
    background: url("../../images/modules/get-started/bg.jpg") no-repeat 50% 0;
    background-size: cover;
    *zoom: 1;
}

.home #get-started:after {
    content: "";
    display: table;
    clear: both;
}

.home #get-started:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(41,41,41,0.4);
    z-index: 0;
}

.home #get-started>.wrapper,.home #hero .form #get-started>form {
    position: relative;
    min-height: 500px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .home #get-started>.wrapper,.home #hero .form #get-started>form {
        min-height: 0;
        padding: 50px 15px 60px;
    }
}

.home #get-started>.wrapper:before,.home #hero .form #get-started>form:before {
    width: 0;
    height: 100%;
    content: "";
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    min-height: 500px;
}

@media screen and (max-width: 768px) {
    .home #get-started>.wrapper:before,.home #hero .form #get-started>form:before {
        display: none;
    }
}

.home #get-started>.wrapper>*,.home #hero .form #get-started>form>* {
    white-space: normal;
}

.home #get-started>.wrapper>div,.home #hero .form #get-started>form>div {
    display: inline-block;
    vertical-align: middle;
}

.home #get-started>.wrapper h2,.home #hero .form #get-started>form h2 {
    font-size: 42px;
    line-height: 1.25;
    margin-bottom: 0.4em;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .home #get-started>.wrapper h2,.home #hero .form #get-started>form h2 {
        font-size: 32px;
    }
}

.home #get-started>.wrapper h3,.home #hero .form #get-started>form h3 {
    max-width: 750px;
    font-size: 18px;
    line-height: 1.667;
    margin-bottom: 2em;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .home #get-started>.wrapper h3,.home #hero .form #get-started>form h3 {
        font-size: 16px;
        line-height: 1.5;
    }
}

.home #get-started>.wrapper ul,.home #hero .form #get-started>form ul {
    font-size: 0;
}

.home #get-started>.wrapper ul li,.home #hero .form #get-started>form ul li {
    display: inline-block;
    margin: 0 14px;
}

@media screen and (max-width: 768px) {
    .home #get-started>.wrapper ul li,.home #hero .form #get-started>form ul li {
        *zoom: 1;
        margin: 14px 14px 0;
        line-height: 1;
    }

    .home #get-started>.wrapper ul li:after,.home #hero .form #get-started>form ul li:after {
        content: "";
        display: table;
        clear: both;
    }

    .home #get-started>.wrapper ul li:first-child,.home #hero .form #get-started>form ul li:first-child {
        margin-top: 0;
    }
}

.home #get-started>.wrapper ul li a,.home #hero .form #get-started>form ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.555;
    padding: 0 40px 2px;
    z-index: 1;
    border-radius: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    color: #30b6ae;
}

.home #get-started>.wrapper ul li a.placeholder,.home #hero .form #get-started>form ul li a.placeholder {
    padding-top: 2px;
}

.home #get-started>.wrapper ul li a:-moz-placeholder,.home #hero .form #get-started>form ul li a:-moz-placeholder {
    padding-top: 2px;
}

.home #get-started>.wrapper ul li a::-moz-placeholder,.home #hero .form #get-started>form ul li a::-moz-placeholder {
    padding-top: 2px;
}

.home #get-started>.wrapper ul li a:-ms-input-placeholder,.home #hero .form #get-started>form ul li a:-ms-input-placeholder {
    padding-top: 2px;
}

.home #get-started>.wrapper ul li a::-webkit-input-placeholder,.home #hero .form #get-started>form ul li a::-webkit-input-placeholder {
    padding-top: 2px;
}

@media screen and (max-width: 768px) {
    .home #get-started>.wrapper ul li a,.home #hero .form #get-started>form ul li a {
        min-width: 200px;
        padding: 0 14px;
        white-space: nowrap;
    }
}

.strains .wrapper,.strains .home #hero .form form,.home #hero .form .strains form {
    max-width: 1250px;
}

.strains main {
    position: relative;
    background: #2daba3;
    overflow: hidden;
    *zoom: 1;
}

.strains main:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 768px) {
    .strains main {
        background: #fff;
    }
}

.strains main:before {
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 266px;
    top: 100px;
    left: 0;
    background: #fafafa;
    border-right: 1px solid #e1e4e6;
}

@media screen and (max-width: 768px) {
    .strains main:before {
        display: none;
    }
}

.strains #pagination {
    margin: 0 20px 30px;
}

.strains #browse {
    height: 85px;
    padding: 22px 20px 23px;
    background: #2daba3;
    width: 100%;
    position: relative;
    z-index: 1;
    *zoom: 1;
}

.strains #browse:after {
    content: "";
    display: table;
    clear: both;
}

.strains #browse h1 {
    float: left;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    font-size: 26px;
}

@media screen and (max-width: 768px) {
    .strains #browse h1 {
        display: none;
    }
}

.strains #browse form {
    float: right;
}

@media screen and (max-width: 768px) {
    .strains #browse form {
        float: none;
    }
}

.strains #browse form ul {
    font-size: 0;
}

.strains #browse form li {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .strains #browse form li {
        width: 33%;
        padding-left: 10px;
    }
}

.strains #browse form li:first-child {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .strains #browse form li:first-child {
        margin: 0;
        padding-left: 0;
        width: 67%;
    }
}

.strains #browse input,.strains #browse button {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.555;
    padding: 0 40px 2px;
    z-index: 1;
    border-radius: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 2.222em;
    height: 2.222em;
    padding: 0 30px 2px;
    vertical-align: top;
}

.strains #browse input.placeholder,.strains #browse button.placeholder {
    padding-top: 2px;
}

.strains #browse input:-moz-placeholder,.strains #browse button:-moz-placeholder {
    padding-top: 2px;
}

.strains #browse input::-moz-placeholder,.strains #browse button::-moz-placeholder {
    padding-top: 2px;
}

.strains #browse input:-ms-input-placeholder,.strains #browse button:-ms-input-placeholder {
    padding-top: 2px;
}

.strains #browse input::-webkit-input-placeholder,.strains #browse button::-webkit-input-placeholder {
    padding-top: 2px;
}

.strains #browse input[type="text"] {
    text-align: left;
    line-height: 1;
    padding: 0 18px;
    font-weight: normal;
    width: 320px;
}

@media screen and (max-width: 768px) {
    .strains #browse input[type="text"] {
        width: 100%;
    }
}

.strains #browse button {
    background: #30b6ae;
    color: #fff;
    cursor: pointer;
}

.strains #browse button:after {
    /* content: " Strains"; */
    content: "";
}

@media screen and (max-width: 568px) {
    .strains #browse button:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .strains #browse button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .strains #browse button {
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .strains #sort {
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .strains #sort .sort-by {
        float: none;
        text-align: center;
        margin: 0 0 30px;
    }

    .strains #sort .sort-by>label {
        display: block;
        width: 100%;
    }

    .strains #sort .sort-by .dd {
        margin: 15px 0 0;
        text-align: left;
    }
}

.strains #sort .legend {
    float: right;
}

@media screen and (max-width: 768px) {
    .strains #sort .legend {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .strains #sort .legend>ul {
        float: none;
    }
}

@media screen and (max-width: 568px) {
    .strains #sort .legend>ul {
        font-size: 0;
    }
}

@media screen and (max-width: 568px) {
    .strains #sort .legend li {
        margin: 0 6px;
        font-size: 13px;
    }

    .strains #sort .legend li:first-child {
        margin-left: 0;
    }

    .strains #sort .legend li:last-child {
        margin-right: 0;
    }
}

.strains #strains-list {
    background: #fff;
    vertical-align: top;
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .strains #strains-list {
        display: block;
        width: 100%;
    }
}

.strains #strains-list .cards {
    display: block;
    overflow: hidden;
    padding: 0 15px;
}

@media screen and (max-width: 360px) {
    .strains #strains-list .cards {
        padding: 0 !important;
    }
}

@media screen and (min-width: 1680px) {
    .strains #strains-list .cards>li {
        width: 23% !important;
        margin: 0 1% 30px;
    }
}

@media screen and (max-width: 1280px) {
    .strains #strains-list .cards>li {
        width: 48%;
        margin: 0 1% 30px;
    }
}

@media screen and (max-width: 767px) {
    .strains #strains-list .cards>li {
        width: 98%;
        margin: 0 1% 30px;
    }
}

@media screen and (max-width: 480px) {
    .strains #strains-list .cards>li {
        width: 94%;
        margin: 0 3% 30px;
    }
}

.strains #tags {
    width: 100%;
    min-height: 60px;
    padding: 10px 30px 12px 130px;
    border-bottom: 1px solid #e1e4e6;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
    *zoom: 1;
}

.strains #tags:after {
    content: "";
    display: table;
    clear: both;
}

.strains #tags:before {
    content: "Symptoms:";
    display: block;
    position: absolute;
    height: 60px;
    padding: 10px 0 12px 28px;
    line-height: 1;
    width: 120px;
    left: 0;
    top: 0;
    color: #677372;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.strains #tags .tags {
    position: relative;
    width: 100%;
}

.mobile .strains #tags,.tablet .strains #tags {
    padding-left: 30px;
}

.mobile .strains #tags:before,.tablet .strains #tags:before {
    position: relative;
    padding: 0;
    height: auto;
    vertical-align: middle;
    width: 100%;
    display: block;
    content: "Select Symptoms";
    text-align: center;
    line-height: 1;
    margin: 2px 0 12px;
}

.mobile .strains #tags select,.tablet .strains #tags select {
    width: 100%;
    position: relative;
    display: block;
    vertical-align: middle;
}

.detail .wrapper,.detail .home #hero .form form,.home #hero .form .detail form {
    max-width: 1250px;
}

.detail main {
    padding-top: 156px;
}

@media screen and (max-width: 768px) {
    .detail main {
        padding-top: 116px;
    }
}

.ios .detail main {
    padding-top: 116px;
}

.detail main>section {
    border-top: 1px solid #e1e4e6;
}

.detail main>section:first-child {
    border-top: 0;
}

.detail main h2 {
    color: #666666;
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    margin: 48px 0 44px;
}

.detail main h3 {
    color: #677372;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 26px;
}

.detail #information {
    padding: 30px 0 0;
    border-top: 0;
}

.detail #information>.wrapper,.detail .home #hero .form #information>form,.home #hero .form .detail #information>form {
    display: table;
}

.detail .last-updated {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #aeb0b0;
}

.detail #attributes {
    padding-bottom: 50px;
    *zoom: 1;
}

.detail #attributes:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 1024px) {
    .detail #attributes>.wrapper>.wrapper,.detail .home #hero .form #attributes>form>.wrapper,.home #hero .form .detail #attributes>form>.wrapper,.detail .home #hero .form #attributes>.wrapper>form,.home #hero .form .detail #attributes>.wrapper>form,.detail .home #hero .form #attributes>form>form,.home #hero .form .detail #attributes>form>form {
        padding-left: 0;
        padding-right: 0;
    }
}

.detail #subnav {
    width: 100%;
    height: 156px;
    padding-top: 100px;
    background: #30b6ae;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

[data-scrolled] .detail #subnav,.ios .detail #subnav {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

@media screen and (max-width: 768px) {
    .detail #subnav {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

.detail #subnav h1 {
    color: #fff;
    font-size: 26px;
    line-height: 56px;
    float: left;
}

.detail #subnav h1 a {
    color: #fff;
    padding-left: 23px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.detail #subnav h1 a:before {
    display: inline-block;
    background: url("../../images/modules/subnav/arrow.svg") no-repeat 0 50%;
    background-size: 11px 17px;
    width: 11px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.detail #subnav h1 a:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);
}

.detail #subnav ul {
    float: right;
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .detail #subnav ul {
        display: none;
    }
}

.detail #subnav ul li {
    display: inline-block;
    margin-left: 30px;
}

.detail #subnav ul li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 56px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.detail #subnav ul li a:after {
    position: absolute;
    border: 5px solid transparent;
    border-bottom: 6px solid #fff;
    display: block;
    width: 0;
    height: 0;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    content: "";
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.detail #subnav ul li:first-child {
    margin-left: 0;
}

.detail #subnav ul li.active a:after {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.detail #subnav ul:hover li a:after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.detail #subnav ul:hover li a:hover:after {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.detail #carousel {
    width: 65%;
    display: table-cell;
    vertical-align: top;
    padding: 0 30px 35px 0;
}

@media screen and (max-width: 1024px) {
    .detail #carousel {
        width: 100%;
        padding-right: 0;
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .detail #carousel {
        padding-bottom: 20px;
    }
}

.detail #carousel #closeup {
    width: 100%;
    height: 500px;
    display: block;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 768px) {
    .detail #carousel #closeup {
        height: 400px;
    }
}

@media screen and (max-width: 568px) {
    .detail #carousel #closeup {
        height: 300px;
    }
}

@media screen and (max-width: 320px) {
    .detail #carousel #closeup {
        height: 180px;
    }
}

.detail #carousel #closeup:before,.detail #carousel #closeup:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.detail #carousel #closeup:before {
    content: "Loading";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 120px;
    color: #fff;
    z-index: 3;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1em;
    padding: 10px;
    background: rgba(20,20,20,0.8);
    margin: -0.5em 0 0 -60px;
    border-radius: 1em;
    text-align: center;
    opacity: 0;
}

.detail #carousel #closeup:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 2;
    position: absolute;
    opacity: 0;
}

.detail #carousel #closeup.loading:before,.detail #carousel #closeup.loading:after {
    opacity: 1;
}

.detail #carousel #closeup>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: #fafafa;
    text-align: center;
    opacity: 1;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e1e4e6;
    z-index: 0;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
    -moz-transition: opacity 0.3s,-moz-transform 0.3s;
    -o-transition: opacity 0.3s,-o-transform 0.3s;
    transition: opacity 0.3s,transform 0.3s;
}

.detail #carousel #closeup>div.current {
    z-index: 1;
}

.detail #carousel #closeup>div.old {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.detail #carousel #closeup>div:before {
    width: 0;
    height: 100%;
    content: "";
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.detail #carousel #closeup>div,.detail #carousel #closeup>div img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.detail #carousel #closeup img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.detail #carousel #thumbnails {
    margin: 10px 0 0 -10px;
    font-size: 0;
    display: inline-block;
    *zoom: 1;
}

.detail #carousel #thumbnails:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 1024px) {
    .detail #carousel #thumbnails {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .detail #carousel #thumbnails {
        margin-left: 0;
    }
}

.detail #carousel #thumbnails li {
    display: inline-block;
    margin: 0 10px 15px;
    border: 1px solid #e1e4e6;
    overflow: hidden;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .detail #carousel #thumbnails li {
        margin: 0;
        padding: 0 5px 10px;
        border: 0;
        width: 25%;
    }

    .detail #carousel #thumbnails li a {
        width: 100%;
        border-radius: 5px;
        opacity: 1 !important;
    }
}

@media screen and (max-width: 568px) {
    .detail #carousel #thumbnails li {
        width: 33%;
    }
}

.detail #carousel #thumbnails a {
    display: inline-block;
    width: 140px;
    height: 92px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: -999em;
    -webkit-transition: 0.175s;
    -moz-transition: 0.175s;
    -o-transition: 0.175s;
    transition: 0.175s;
}

.detail #carousel #thumbnails:hover a {
    opacity: 0.75;
}

.detail #carousel #thumbnails:hover a:hover {
    opacity: 1;
}

.detail #details {
    display: table-cell;
    vertical-align: top;
    color: #39403f;
    width: 35%;
    padding: 0 0 50px;
}

@media screen and (max-width: 1024px) {
    .detail #details {
        display: block;
        width: 100%;
    }
}

.detail #details>ul>li {
    *zoom: 1;
}

.detail #details>ul>li:after {
    content: "";
    display: table;
    clear: both;
}

.detail #details h3 {
    font-size: 12px;
    line-height: 2;
    border-bottom: 1px solid #ccc;
    margin: 3.5em 0 1.5em;
}

.detail #details ul {
    display: block;
}

.detail #details #price {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    display: inline-block;
    line-height: 40px;
}

.detail #details #price>span {
    font-weight: normal;
    text-transform: none;
    color: #677372;
}

@media screen and (max-width: 380px) {
    .detail #details #price {
        float: none;
        width: 100%;
        *zoom: 1;
    }

    .detail #details #price:after {
        content: "";
        display: table;
        clear: both;
    }
}

@media screen and (max-width: 380px) {
    .detail #details .buy {
        text-align: center;
    }
}

.detail #details .buy .cta {
    line-height: 2em;
    float: right;
    padding: 0 35px;
}

@media screen and (max-width: 380px) {
    .detail #details .buy .cta {
        float: none;
        *zoom: 1;
    }

    .detail #details .buy .cta:after {
        content: "";
        display: table;
        clear: both;
    }
}

.detail #details .description {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1.7em;
}

.detail #details .composition {
    padding: 0;
}

.detail #details .composition>ul {
    display: inline-block;
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .detail #details .composition>ul {
        text-align: center;
    }
}

.detail #details .composition label,.detail #details .composition span {
    font-weight: bold;
}

@media screen and (max-width: 568px) {
    .detail #details .composition .meter {
        width: 160px;
    }
}

.detail #details .details ul {
    font-size: 0;
}

.detail #details .details li {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    margin-bottom: 0.8em;
}

@media screen and (max-width: 568px) {
    .detail #details .details li {
        display: block;
        width: 100%;
    }
}

.detail #details .details b {
    margin-left: 8px;
}

.detail #details .producer figure {
    display: table;
    width: 100%;
}

.detail #details .producer img,.detail #details .producer figcaption {
    display: table-cell;
    vertical-align: top;
}

.detail #details .producer figcaption {
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.5;
}

.detail #symptoms .charts {
    font-size: 0;
    white-space: nowrap;
    border: 1px solid #e1e4e6;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 74px;
    *zoom: 1;
}

.detail #symptoms .charts:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 640px) {
    .detail #symptoms .charts {
        border: 0;
        border-radius: 0;
    }
}

.detail #symptoms .charts>* {
    white-space: normal;
    font-size: 15px;
}

@media screen and (max-width: 1024px) {
    .detail #symptoms .charts:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 45%;
        top: 0;
        background: #e1e4e6;
        z-index: -1;
    }
}

@media screen and (max-width: 640px) {
    .detail #symptoms .charts:after {
        display: none;
    }
}

.detail #symptoms #chart-selection,.detail #symptoms #chart-draw {
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 640px) {
    .detail #symptoms #chart-selection,.detail #symptoms #chart-draw {
        width: 100% !important;
        display: block;
    }
}

.detail #symptoms #chart-selection {
    width: 45%;
    border-right: 1px solid #e1e4e6;
}
.detail #symptoms #chart-selection.not-enough-data li a {
    background: #fff !important;
    color: #e0e0e0 !important;
    cursor: default !important;
}

.detail #symptoms #chart-selection.not-enough-data li a:after {
    border-left-color: #e0e0e0 !important;
}

.detail #symptoms #chart-selection.not-enough-data li.active a {
    background: #e0e0e0 !important;
    color: #fff !important;
}

@media screen and (max-width: 1024px) {
    .detail #symptoms #chart-selection {
        border-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .detail #symptoms #chart-selection {
        border: 1px solid #e1e4e6;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 30px;
        *zoom: 1;
    }

    .detail #symptoms #chart-selection:after {
        content: "";
        display: table;
        clear: both;
    }
}

.detail #symptoms #chart-selection li a {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 60px;
    color: #39403f;
    background: #fff;
    padding: 0 16px;
    width: 100%;
    float: left;
    clear: both;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    *zoom: 1;
}

.detail #symptoms #chart-selection li a:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 1024px) {
    .detail #symptoms #chart-selection li a {
        font-size: 15px;
    }
}

@media screen and (max-width: 640px) {
    .detail #symptoms #chart-selection li a {
        line-height: 3em;
        font-size: 14px;
    }
}

.detail #symptoms #chart-selection li a h5 {
    font-weight: bold;
    float: left;
}

.detail #symptoms #chart-selection li a span {
    float: right;
    font-size: 14px;
}

.detail #symptoms #chart-selection li a:after {
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-left: 12px solid #30b6ae;
    position: absolute;
    display: block;
    right: -42px;
    top: 0;
    opacity: 0;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.detail #symptoms #chart-selection li:nth-child(2n) a {
    background: #fafafa;
}

.detail #symptoms #chart-selection li.active a {
    background: #30b6ae;
    color: #fff;
}

.detail #symptoms #chart-selection li.active a:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.detail #symptoms #chart-draw {
    width: 55%;
}

.detail #symptoms #chart-draw.not-enough-data:after {
    content: "Not Enough Data";
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #bcc1c0;
}

.detail #symptoms #chart-draw.not-enough-data>.abs {
    display: inline-block;
    position: relative;
}

.detail #symptoms #chart-draw.not-enough-data #chart-container {
    height: 300px;
    display: inline-block;
    background: url(../../images/modules/detail/pie-empty.png) no-repeat 15% 50%;
    background-size: auto 100%;
}

@media screen and (max-width: 1280px) {
    .detail #symptoms #chart-draw {
        text-align: center;
    }
}

.detail #symptoms #chart-draw>.abs {
    font-size: 0;
    position: absolute;
    height: 100%;
    white-space: nowrap;
}

@media screen and (max-width: 1280px) {
    .detail #symptoms #chart-draw>.abs {
        display: inline-block;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
}

.detail #symptoms #chart-draw>.abs>* {
    white-space: normal;
}

.detail #symptoms #chart-draw>.abs:before {
    width: 0;
    height: 100%;
    content: "";
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.detail #symptoms #chart-draw>.abs>.last-updated {
    right: 25px;
    bottom: 15px;
}

@media screen and (max-width: 1024px) {
    .detail #symptoms #chart-draw>.abs>.last-updated {
        display: block;
        position: relative;
        text-align: center;
        margin-top: 10px;
    }
}

.detail #symptoms #chart-container {
    width: 280px;
    height: 280px;
    margin-left: 65px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1280px) {
    .detail #symptoms #chart-container {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .detail #symptoms #chart-container {
        display: block;
        clear: both;
        *zoom: 1;
    }

    .detail #symptoms #chart-container:after {
        content: "";
        display: table;
        clear: both;
    }
}

.detail #symptoms #chart-legend {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 280px;
    margin-left: 45px;
    text-align: left;
}

@media screen and (max-width: 1280px) {
    .detail #symptoms #chart-legend {
        width: auto;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .detail #symptoms #chart-legend {
        clear: both;
        margin: 0 auto 20px;
        *zoom: 1;
    }

    .detail #symptoms #chart-legend:after {
        content: "";
        display: table;
        clear: both;
    }
}

.detail #symptoms #chart-legend ul {
    display: none;
    color: #39403f;
}

.detail #symptoms #chart-legend ul.active {
    display: block;
}

.detail #symptoms #chart-legend ul li {
    margin-top: 25px;
    cursor: help;
}

.detail #symptoms #chart-legend ul li:first-child {
    margin-top: 0;
}

.detail #symptoms #chart-legend ul li>span {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    content: "";
    border-radius: 3px;
    margin-right: 10px;
}

.detail #symptoms #chart-legend ul li>h5 {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}

.detail #symptoms #chart-legend ul li>h5>em {
    margin-top: 4px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    clear: both;
}

.detail #side-effects {
    float: left;
    clear: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    padding: 0 35px 45px 0;
}

.detail #side-effects .not-enough-data:after {
    content: "Not Enough Data";
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #bcc1c0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.detail #side-effects .not-enough-data li {
    opacity: 0.2 !important;
}

.detail #side-effects .not-enough-data li>div>span {
    background: #ccc !important;
}

.detail #side-effects .not-enough-data+.last-updated {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .detail #side-effects {
        float: none;
        width: 100%;
        padding-right: 0;
        *zoom: 1;
    }

    .detail #side-effects:after {
        content: "";
        display: table;
        clear: both;
    }
}

.detail #side-effects>.last-updated {
    right: 50px;
}

@media screen and (max-width: 1024px) {
    .detail #side-effects>.last-updated {
        right: 130px;
        bottom: 15px;
    }
}

.detail #side-effects h3 {
    margin-bottom: 36px;
}

@media screen and (max-width: 1024px) {
    .detail #side-effects ul {
        width: 100%;
    }
}

.detail #side-effects li {
    margin-top: 25px;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    .detail #side-effects li {
        display: table;
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {
    .detail #side-effects li {
        display: block;
        width: 100%;
        margin-top: 0;
    }
}

.detail #side-effects li:first-child {
    margin-top: 0;
}

.detail #side-effects li>* {
    display: inline-block;
    vertical-align: middle;
    color: #39403f;
}

.detail #side-effects li>h4 {
    width: 115px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
}

@media screen and (max-width: 480px) {
    .detail #side-effects li>h4 {
        text-align: left;
        margin-bottom: 5px;
    }
}

.detail #side-effects li>span {
    color: #aeb0b0;
    font-size: 14px;
    line-height: 1;
    padding-left: 20px;
}

@media screen and (max-width: 480px) {
    .detail #side-effects li>span {
        padding: 0;
        text-align: right;
        margin-top: 5px;
    }
}

@media screen and (max-width: 1024px) {
    .detail #side-effects li>h4,.detail #side-effects li>span {
        display: table-cell;
        width: 130px;
    }
}

@media screen and (max-width: 480px) {
    .detail #side-effects li>h4,.detail #side-effects li>span {
        display: block;
        width: 100%;
    }
}

.detail #side-effects .meter {
    width: 315px;
    background: #e1e4e6;
}

@media screen and (max-width: 1024px) {
    .detail #side-effects .meter {
        display: table-cell;
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .detail #side-effects .meter {
        display: block;
        width: 100%;
    }
}

.detail #side-effects .meter>span {
    background: #f97e76;
    max-width: 0;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}

[data-breakpoints~="side-effects"] .detail #side-effects .meter>span {
    max-width: 100%;
}

@media screen and (max-width: 1280px) {
    .detail #side-effects .meter>span {
        max-width: 100% !important;
    }
}

.detail #taste {
    float: right;
    clear: right;
    width: 50%;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 35px;
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
    .detail #taste {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 50px;
        margin-bottom: 0;
        *zoom: 1;
    }

    .detail #taste:after {
        content: "";
        display: table;
        clear: both;
    }
}

.detail #taste>.last-updated {
    right: 50px;
}

@media screen and (max-width: 1024px) {
    .detail #taste>.last-updated {
        right: 130px;
        bottom: 15px;
    }
}

.detail #taste h3 {
    margin-bottom: 36px;
}

@media screen and (max-width: 1024px) {
    .detail #taste ul {
        width: 100%;
    }
}

.detail #taste>div {
    margin-top: 25px;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    .detail #taste>div {
        display: table;
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {
    .detail #taste>div {
        display: block;
        width: 100%;
        margin-top: 0;
    }
}

.detail #taste>div:first-child {
    margin-top: 0;
}

.detail #taste>div>* {
    display: inline-block;
    vertical-align: middle;
    color: #39403f;
}

.detail #taste>div>h4 {
    width: 115px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
}

@media screen and (max-width: 480px) {
    .detail #taste>div>h4 {
        text-align: left;
        margin-bottom: 5px;
    }
}

.detail #taste>div>span {
    color: #aeb0b0;
    font-size: 14px;
    line-height: 1;
    padding-left: 20px;
}

@media screen and (max-width: 480px) {
    .detail #taste>div>span {
        padding: 0;
        text-align: right;
        margin-top: 5px;
    }
}

@media screen and (max-width: 1024px) {
    .detail #taste>div>h4,.detail #taste>div>span {
        display: table-cell;
        width: 130px;
    }
}

@media screen and (max-width: 480px) {
    .detail #taste>div>h4,.detail #taste>div>span {
        display: block;
        width: 100%;
    }
}

.detail #taste .meter {
    width: 315px;
    background: #e1e4e6;
}

@media screen and (max-width: 1024px) {
    .detail #taste .meter {
        display: table-cell;
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .detail #taste .meter {
        display: block;
        width: 100%;
    }
}

.detail #taste .meter>span {
    background: #45b9d4;
    max-width: 0;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}

[data-breakpoints~="side-effects"] .detail #taste .meter>span {
    max-width: 100%;
}

@media screen and (max-width: 1280px) {
    .detail #taste .meter>span {
        max-width: 100% !important;
    }
}

.detail #taste.not-enough-data:after {
    content: "Not Enough Data";
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #bcc1c0;
    padding: 0 0 0 35px;
    position: absolute;
    z-index: 1;
    top: 54px;
    left: 0;
    width: 100%;
    text-align: center;
}

.detail #would-buy-again {
    float: right;
    clear: right;
    width: 50%;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 35px;
    text-align: center;
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
    .detail #taste.not-enough-data:after {
        padding: 0;
    }
}

.detail #taste.not-enough-data>div {
    opacity: 0.2;
}

.detail #taste.not-enough-data .meter>span {
    background: #c0c0c0;
}

.detail #would-buy-again {
    float: right;
    clear: right;
    width: 50%;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 35px;
    text-align: center;
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
    .detail #would-buy-again {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 50px;
        margin-bottom: 0;
        *zoom: 1;
    }

    .detail #would-buy-again:after {
        content: "";
        display: table;
        clear: both;
    }
}

.detail #would-buy-again h3 {
    text-align: left;
}

.detail #would-buy-again #pie {
    display: inline-block;
}

.detail #would-buy-again.not-enough-data:after {
    content: "Not Enough Data";
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #bcc1c0;
    padding: 0 0 0 35px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .detail #would-buy-again.not-enough-data:after {
        padding: 0;
    }
}

.detail #would-buy-again.not-enough-data #pie {
    width: 190px;
    height: 190px;
    background: url("../../images/modules/detail/buyagain-empty.png") no-repeat 50% 50%;
    background-size: auto 190px;
    opacity: 0.15;
}

.detail #popularity {
    float: right;
    clear: right;
    width: 50%;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 35px;
}

@media screen and (max-width: 1024px) {
    .detail #popularity {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 50px;
        *zoom: 1;
    }

    .detail #popularity:after {
        content: "";
        display: table;
        clear: both;
    }
}

.detail #popularity h3 {
    margin-bottom: 35px;
}

@media screen and (max-width: 400px) {
    .detail #popularity h3 {
        margin-bottom: 20px;
    }
}

.detail #popularity #line {
    width: 100%;
}

.detail #popularity #line>svg {
    width: 100%;
    height: auto;
    max-height: 250px;
}

.detail #popularity #graph-legend {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    color: #39403f;
}

@media screen and (max-width: 400px) {
    .detail #popularity #graph-legend {
        position: relative;
        margin-bottom: 20px;
    }
}

.detail #popularity #graph-legend li {
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    font-weight: bold;
    margin-left: 30px;
}

.detail #popularity #graph-legend li:first-child {
    margin-left: 0;
}

.detail #popularity #graph-legend li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    border-radius: 2px;
    margin-right: 5px;
}

.detail .c3 svg {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.detail .c3 path {
    fill: none;
    stroke: #f0f1f2;
}

.detail .c3 line {
    fill: none;
    stroke: #f0f1f2;
}

.detail .c3 text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.detail .c3-axis-x text,.detail .c3-axis-y text {
    fill: #bcc1c0;
    font-size: 12px;
}

.detail .c3-legend-item-tile {
    shape-rendering: crispEdges;
}

.detail .c3-xgrid-focus {
    shape-rendering: crispEdges;
}

.detail .c3-ygrid {
    shape-rendering: crispEdges;
}

.detail .c3-event-rect {
    shape-rendering: crispEdges;
}

.detail .c3-chart-arc path {
    stroke-width: 0;
}

.detail .c3-chart-arc text {
    fill: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-shadow: 0 0 1px rgba(0,0,0,0.15);
}

.detail .c3-chart-arc .c3-gauge-value {
    fill: #000;
    font-size: 28px;
}

.detail .c3-chart-arc .c3-arcs-Somewhat-Effective+text {
    fill: #999;
}

.detail .c3-grid line {
    stroke: #f0f1f2;
}

.detail .c3-grid text {
    fill: #aaa;
}

.detail .c3-line {
    stroke-width: 2px;
}

.detail .c3-bar {
    stroke-width: 0;
}

.detail .c3-bar._expanded_ {
    fill-opacity: 0.75;
}

.detail .c3-chart-arcs-title {
    font-size: 1.3em;
}

.detail .c3-region {
    fill: steelblue;
    fill-opacity: .1;
}

.detail .c3-legend-item {
    font-size: 12px;
}

.detail .c3-legend-background {
    opacity: 0.75;
    fill: white;
    stroke: lightgray;
    stroke-width: 1;
}

.detail .c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background: rgba(255,255,255,0.9);
    empty-cells: show;
    font-family: 'Lato', sans-serif;
}

.detail .c3-tooltip th {
    background-color: #aaa;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #FFF;
}

.detail .c3-tooltip td {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    padding: 3px 6px;
    background-color: #fff;
}

.detail .c3-tooltip td.value {
    text-align: right;
}

.detail .c3-tooltip td>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
}

.detail .c3-area {
    stroke-width: 0;
    opacity: 0.2;
    fill: transparent !important;
}

.detail .c3-chart-line:nth-child(2) .c3-area {
    fill: url(#line-gradient) !important;
}

.detail .c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: none;
}

.detail .c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 16px;
}

.detail .c3-chart-arcs .c3-chart-arcs-gauge-max {
    fill: #777;
}

.detail .c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777;
}

.detail .c3-bars path {
    shape-rendering: crispEdges;
}

@media screen and (max-width: 480px) {
    .detail .c3-axis-x .tick:nth-child(2n+1) {
        display: none;
    }
}

.detail .c3-text.c3-empty {
    fill: #808080;
    font-size: 2em;
}

.detail .c3-circle._expanded_ {
    stroke-width: 0;
    stroke: white;
}

.detail .c3-target.c3-focused path.c3-line {
    stroke-width: 2px;
}

.detail .c3-target.c3-focused path.c3-step {
    stroke-width: 2px;
}

.detail .c3-brush .extent {
    fill-opacity: .1;
}

.detail #ratings-reviews {
    background: #fafafa;
    padding-top: 40px;
    *zoom: 1;
}

.detail #ratings-reviews:after {
    content: "";
    display: table;
    clear: both;
}

.detail #ratings-reviews header {
    margin: 0 0 20px;
    *zoom: 1;
}

.detail #ratings-reviews header:after {
    content: "";
    display: table;
    clear: both;
}

.detail #ratings-reviews h2 {
    margin: 0;
    line-height: 40px;
    float: left;
}

.detail #ratings-reviews #sort {
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .detail #ratings-reviews #sort {
        float: none;
        clear: both;
        padding-top: 15px;
        *zoom: 1;
    }

    .detail #ratings-reviews #sort:after {
        content: "";
        display: table;
        clear: both;
    }
}

@media screen and (max-width: 400px) {
    .detail #ratings-reviews #sort .sort-by {
        width: 100%;
    }

    .detail #ratings-reviews #sort .sort-by>label {
        display: none;
    }

    .detail #ratings-reviews #sort .sort-by .dd,.detail #ratings-reviews #sort .sort-by select {
        width: 100%;
    }
}

.detail #ratings-reviews #pagination {
    margin: 0;
}

.detail #ratings-reviews #review-sidebar {
    width: 350px;
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .detail #ratings-reviews #review-sidebar {
        display: block;
        width: 100%;
    }
}

.detail #ratings-reviews #review-sidebar>div {
    border: 1px solid #e1e4e6;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
    *zoom: 1;
}

.detail #ratings-reviews #review-sidebar>div:after {
    content: "";
    display: table;
    clear: both;
}

.detail #ratings-reviews #review-sidebar>div>header {
    background: #fcfcfc;
    border-bottom: 1px solid #e1e4e6;
    text-align: center;
}

.detail #reviews {
    display: table-cell;
    vertical-align: top;
    padding: 0 30px 30px 0;
}

@media screen and (max-width: 768px) {
    .detail #reviews {
        display: block;
        width: 100%;
        padding: 0 0 30px;
    }
}

.detail #reviews .meta {
    padding-bottom: 20px;
    *zoom: 1;
}

.detail #reviews .meta:after {
    content: "";
    display: table;
    clear: both;
}

.detail #reviews #user-reviews>article,.detail #reviews #user-reviews>div {
    padding: 30px;
    border-top: 1px solid #e1e4e6;
}

.detail #reviews article {
    color: #39403f;
}

.detail #reviews article:first-child {
    border-top: 0 !important;
}

.detail #reviews article h4,.detail #reviews article date {
    text-transform: uppercase;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
}

.detail #reviews article h4 {
    color: #677372;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}

.detail #reviews article date {
    color: #bcc1c0;
    margin-left: 15px;
    font-size: 12px;
}

.detail #reviews article .user-rating {
    float: right;
}

.detail #reviews article .user-rating>* {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .detail #reviews article .user-rating {
        margin-top: 10px;
        float: none;
    }
}

.detail #reviews article .rating {
    width: 122px;
    display: inline-block;
}

.detail #reviews article .rating,.detail #reviews article .rating>span {
    height: 19px;
    background-size: auto 38px;
}

.detail #reviews article .text-rating {
    color: #677372;
    font-size: 14px;
    margin-left: 8px;
}

.detail #reviews article .review-text {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 24px;
    *zoom: 1;
}

.detail #reviews article .review-text:after {
    content: "";
    display: table;
    clear: both;
}

.detail #reviews article .uses {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .detail #reviews article .uses {
        display: block;
        line-height: 1.5;
    }
}

@media screen and (max-width: 768px) {
    .detail #reviews article .uses>div {
        display: block;
    }
}

.detail #reviews article .uses * {
    display: inline-block;
}

.detail #reviews article .uses>div:first-child {
    margin-right: 24px;
}

.detail #reviews article .uses ul {
    font-weight: bold;
}

.detail #reviews article .uses li {
    display: inline;
}

.detail #reviews article .uses li:after {
    display: inline;
    content: ", ";
}

.detail #reviews article .uses li:last-child:after {
    content: "";
}

.detail #user-reviews {
    background: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .detail #rating-aggregate {
        text-align: center;
    }
}

.detail #rating-aggregate>ul {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .detail #rating-aggregate>ul {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 5px;
        text-align: left;
    }
}

.detail #rating-aggregate>ul li {
    display: block;
    white-space: nowrap;
    margin: 0 0 15px;
    color: #39403f;
    line-height: 1;
    font-size: 0;
}

.detail #rating-aggregate>ul li>* {
    display: inline-block;
    vertical-align: middle;
}

.detail #rating-aggregate>ul li>h5 {
    width: 86px;
    font-size: 16px;
    padding-right: 20px;
    text-align: right;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .detail #rating-aggregate>ul li>h5 {
        width: 60px;
        text-align: left;
        padding-right: 0;
    }
}

.detail #rating-aggregate>ul li>.meter {
    width: 210px;
    background: #f0f1f2;
    border-radius: 2px;
    overflow: hidden;
}

@media screen and (max-width: 400px) {
    .detail #rating-aggregate>ul li>.meter {
        width: 120px;
    }
}

.detail #rating-aggregate>ul li>.meter>span {
    background: #f5b733;
}

.detail #rating-aggregate>ul li>span {
    color: #aeb0b0;
    font-size: 14px;
    padding-left: 10px;
}

.detail #rating-aggregate header>.rating {
    width: 206px;
    display: inline-block;
    margin: 26px 0 12px;
}

.detail #rating-aggregate header>.rating,.detail #rating-aggregate header>.rating>span {
    height: 32px;
    background-size: auto 64px;
}

.detail #review-form h3 {
    margin: 30px 0;
}

.detail #review-form ul {
    display: block;
    color: #666666;
}

.detail #review-form ul li {
    display: block;
    padding: 0 20px 10px;
    *zoom: 1;
}

.detail #review-form ul li:after {
    content: "";
    display: table;
    clear: both;
}

.detail #review-form input,.detail #review-form textarea {
    font-family: "Lato", sans-serif;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.detail #review-form input[type="text"],.detail #review-form textarea {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border: 1px solid #e1e4e6;
    resize: none;
    outline: 0;
    border-radius: 3px;
    -webkit-transition: 0.175s;
    -moz-transition: 0.175s;
    -o-transition: 0.175s;
    transition: 0.175s;
}

.detail #review-form input[type="text"]:hover,.detail #review-form textarea:hover {
    border-color: #a9b2b8;
}

.detail #review-form input[type="text"]:focus,.detail #review-form textarea:focus {
    border-color: #30b6ae;
}

.detail #review-form input[type="text"].placeholder,.detail #review-form textarea.placeholder {
    text-transform: uppercase;
}

.detail #review-form input[type="text"]:-moz-placeholder,.detail #review-form textarea:-moz-placeholder {
    text-transform: uppercase;
}

.detail #review-form input[type="text"]::-moz-placeholder,.detail #review-form textarea::-moz-placeholder {
    text-transform: uppercase;
}

.detail #review-form input[type="text"]:-ms-input-placeholder,.detail #review-form textarea:-ms-input-placeholder {
    text-transform: uppercase;
}

.detail #review-form input[type="text"]::-webkit-input-placeholder,.detail #review-form textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}

.detail #review-form textarea {
    height: 160px;
}

.detail #review-form .dd {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e1e4e6;
    -webkit-transition: 0.175s;
    -moz-transition: 0.175s;
    -o-transition: 0.175s;
    transition: 0.175s;
}

.detail #review-form .dd:hover {
    border-color: #a9b2b8;
}

.detail #review-form .dd[data-focused] {
    border-color: #30b6ae;
}

.detail #review-form .dd[data-focused]:after {
    opacity: 1;
}

.detail #review-form .dd:before {
    color: #666666;
    font-size: 14px;
    padding-left: 9px;
    text-transform: uppercase;
}

.detail #review-form .dd:after {
    background-position: 50% 55%;
    background-size: 11px auto;
    width: 36px;
    opacity: 0.5;
    -webkit-transition: 0.175s;
    -moz-transition: 0.175s;
    -o-transition: 0.175s;
    transition: 0.175s;
}

.detail #review-form .dd>select {
    width: 100%;
}

.detail #review-form #review-form-rating {
    padding: 8px 20px 20px 28px;
}

.detail #review-form #review-form-rating>label {
    float: left;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
}

@media screen and (max-width: 400px) {
    .detail #review-form #review-form-rating>label {
        float: none;
        clear: both;
        *zoom: 1;
    }

    .detail #review-form #review-form-rating>label:after {
        content: "";
        display: table;
        clear: both;
    }
}

.detail #review-form #review-form-rating .rating-control {
    float: right;
}

@media screen and (max-width: 768px) {
    .detail #review-form #review-form-rating .rating-control {
        float: none;
        margin-left: 1em;
    }
}

@media screen and (max-width: 400px) {
    .detail #review-form #review-form-rating .rating-control {
        margin: 10px 0 0 0;
        clear: both;
        *zoom: 1;
    }

    .detail #review-form #review-form-rating .rating-control:after {
        content: "";
        display: table;
        clear: both;
    }
}

.detail #review-form #review-form-submit {
    padding: 0;
    margin-top: 10px;
}

.detail #review-form #review-form-submit>input {
    margin: 0;
    border: 0;
    background: #30b6ae;
    display: block;
    width: 100%;
    height: 52px;
    border-radius: 0 0 5px 5px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.detail #order-modal {
    height: 0;
    width: 90%;
    max-width: 620px;
    overflow: hidden;
}

.detail #order-modal iframe {
    width: 100%;
}

.detail #modal iframe {
    width: 100%;
    border-radius: 6px;
}

.order {
    width: 100%;
}

.order main {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #666666;
}

.order main a {
    text-decoration: none;
    color: #30b6ae;
}

.order main a:hover {
    text-decoration: underline;
}

.order article {
    padding: 20px 30px 30px;
}

.order h1 {
    width: 100%;
    background: #30b6ae;
    margin: 0;
    padding: 0 30px;
    line-height: 2.5;
    font-size: 18px;
    text-transform: uppercase;
}

.order h2 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    line-height: 2.25;
}

.order p {
    font-size: 15px;
    line-height: 1.75;
}

.order form ul {
    font-size: 0;
    padding: 0 20px;
}

.order form .checkboxes {
    padding-top: 10px;
}

.order form .checkboxes li {
    width: 100%;
    color: #677372;
    padding-top: 10px;
}

.order form .checkboxes li label p {
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
    padding-left: 6px;
    font-size: 12px;
}

.order form li {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    position: relative;
    padding: 0 10px 10px;
    vertical-align: top;
}

.order form li.double {
    width: 100%;
    padding-top: 3em;
}

@media screen and (max-width: 568px) {
    .order form li {
        width: 100%;
        clear: both;
    }
}

.order form li>label {
    display: block;
    width: 100%;
    line-height: 2;
    overflow: hidden;
}

.order form li input,.order form li .dd,.order form li .dd select {
    width: 100%;
}

.order form li input[type="text"],.order form li input[type="email"],.order form li input[type="date"] {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #999;
    padding: 11px;
    border: 1px solid #e1e4e6;
    outline: 0;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.order form li input[type="text"]:focus,.order form li input[type="email"]:focus,.order form li input[type="date"]:focus {
    border-color: #30b6ae;
    color: #666;
}

.order form li .dd {
    color: #999;
    border: 1px solid #e1e4e6;
    outline: 0;
    border-radius: 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.order form li .dd:before {
    font-size: 16px;
    padding-left: 11px;
}

.order form li .dd[data-focused] {
    border-color: #30b6ae;
    color: #666;
}

.order #envelope {
    text-align: center;
    padding: 20px 30px 40px;
}

.order #envelope img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.order .buttons {
    margin-top: 20px;
    padding: 10px 10px 0;
    background: #fafafa;
    text-align: center;
    border-top: 1px solid #e1e4e6;
}

.order .buttons>* {
    margin: 0 7px 10px;
}

.page-content h1, .page-content h2 {
    color: #30b6ae !important;
}

.page-content h2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.page-content h3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 20px !important;
}

.page-content {
    margin-bottom: 20px;
}

.page-content ol, .page-content ul {
    list-style: initial;
}

.page-content ol li, .page-content ul li {
    margin-left: 25px;
}

.page-content .learning-center-links {
    float: left;
    width: 20%;
    padding: 20px;
    text-align: center;
}

.page-content .learning-center-links a {
    color: #7dcbeb;
    font-size: 20px;
}

#mailing-list input[type="email"]::-moz-placeholder, #mailing-list input[type="text"]::-moz-placeholder {
    line-height: 2.1 !important;
}

#habla_window_div #habla_topbar_div {
    background: none repeat scroll 0 0 #30b6ae !important;
}

.ddd .search-strains {
    border: 0 none;
    display: inline;
    height: 100%;
    padding-left: 10px;
    width: 100%;
    min-width: 270px;
    color: #666666;
    font-size: 18px;
}

.ui-autocomplete {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}

footer a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

#contact_err, #contact_succ {
    padding: 5px;
    margin-bottom: 20px;
}

#contact_err {
    color: #AA0000;
}

#contact_succ {
    color: #30b6ae;
    font-weight: bold;
}

#submit-contact-form-btn {
    background: #30b6ae;
    border: 1px solid #369690;
}

#loading_strains {
    margin:0;
    padding:0;
    left:inherit;
    top:inherit;
    width:100%;
    background-image: url('../../../images/loader-browse.gif');
    background-position: center center;
    background-repeat: no-repeat;
    z-index:9999999;
    position:absolute;
    display:none;
    height:50px;
}

a.tab-links {
    cursor:pointer;
}

/* For element without arrow */
.ddd {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.ddd:before {
    display: block;
    content: attr(data-selected);
    color: #666666;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 39px;
    padding-left: 20px;
    z-index: 0;
    font-size: 18px;
}

.ddd:after {
    content: "";
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    /* background: transparent url("../../images/modules/form/arrow.svg") no-repeat 50% 50%; */
    background-size: 12px auto;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 1;
}

.ddd>select {
    opacity: 0;
    height: 100%;
    position: relative;
    z-index: 2;
    background: transparent;
    margin: 0;
    color: #666666;
    border: 0;
    outline: 0;
    display: block;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding-right: 5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#mailing-list div.msg {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.555;
    padding: 0 40px 2px;
    z-index: 1;
    border-radius: 1.3em;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 40px;
    line-height: 1;
    color: #fff;
    font-family: 'Lato', sans-serif;
    vertical-align: middle;
    border: 0;
    -webkit-appearance: none;
    background:#FFFFFF !important;
    color:red !important;
    padding:10px !important;
}

.order_error {
    color:#aa0000;
    display:none;
    margin-left:30px;
    margin-bottom:15px;
}
.order_success {
    color:#30b6ae;
    display:none;
    margin-left:30px;
    margin-bottom:15px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
#dob {
    height: 40px !important;
}
/*
.strains #browse select {
    text-align: left;
    line-height: 1;
    padding: 0 18px;
    font-weight: normal;
    width: 320px;
    height:25px;
}
*/

.tab-content h2, .tab-content h3 {
    color:#666666;
    margin-bottom:15px;
    margin-top:15px;
}

.tab-content p {
    padding-bottom:15px;
}

#masthead nav ul.dropdown-menu {
    display: none;
}
#masthead nav .open > ul.dropdown-menu {
    display: block;
}
#masthead nav ul.dropdown-menu li {
    display: block;
    margin-left: 0;
}
.home #masthead nav ul.dropdown-menu li a {
    color: #39403f;
}