/*
Theme Name: Swizzels
Author: Considered Creative
Author URI: http://consideredcreative.com/
*/

/* declare fonts
--------------------------------------------------------------------------
*/

@font-face {
    font-family: 'cookiesregular';
    src: url('fonts/cookies-webfont.woff2') format('woff2'),
         url('fonts/cookies-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'harabararegular';
    src: url('fonts/harabara-webfont.woff2') format('woff2'),
         url('fonts/harabara-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lovehearts';
    src: url('fonts/lovehrts-webfont.woff2') format('woff2'),
         url('fonts/lovehrts-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'washout';
    src: url('fonts/washout-thin-webfont.woff2') format('woff2'),
         url('fonts/washout-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pacifico';
    src: url('fonts/pacifico-webfont.woff2') format('woff2'),
         url('fonts/pacifico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bikerbonesregular';
    src: url('fonts/bikerbones-webfont.woff2') format('woff2'),
         url('fonts/bikerbones-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* resets
--------------------------------------------------------------------------
*/

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

html { font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-y: scroll; box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }

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

img, iframe { border: 0; vertical-align: middle; }

strong { font-weight: bold; }
em { font-style: italic; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

button, input, optgroup, select, textarea { margin: 0; font: inherit; line-height: normal; vertical-align: baseline; color: inherit; outline: 0; border-radius: 0; -webkit-font-smoothing: inherit; }
button, input, textarea { padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
legend { white-space: normal; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
input[type="checkbox"], input[type="radio"] { padding: 0; }
label, button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; }
button[disabled], input[disabled] { cursor: default; }
button { width: auto; overflow: visible; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input[type="search"] { -webkit-appearance: none; border-radius: 0; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

table { border-collapse: collapse; border-spacing: 0; }
th, td { vertical-align: top; }
th { font-weight: normal; text-align: left; }

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

ul, ol { list-style: none; }
li { display: list-item; }

a { color: #000; background: transparent; text-decoration: none; cursor: pointer; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

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

a, span, button { -webkit-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease; transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease; }

/* global
--------------------------------------------------------------------------
*/

.grecaptcha-badge { visibility: hidden; }

body { font: 62.5%/1 Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif; background: #fff; color: #000; position: relative; text-align: center; }

.gen-button { position: relative; font: 24px/120% Pacifico, cursive !important; padding: 11px 30px 10px !important; background: #dd211c !important; color: #fff !important; display: inline-block !important; vertical-align: middle !important; border: 0 !important; border-radius: 3px !important; -webkit-transition: -webkit-transform 0.1s ease; transition: -webkit-transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
.gen-button:hover,
a:hover .gen-button,
.upload-field:hover .gen-button { -webkit-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); }
.gen-button i { margin: 0 0 0 16px; font-size: 18px; line-height: 1; position: relative; top: -4px; display: inline-block; vertical-align: middle; }

.gen-button.purple { background: #cc0b98 !important; }
.gen-button.pink { background: #dd1c6e !important; }
.gen-button.love-hearts { background: #fc8ca8 !important; }
.gen-button.squashies { background: #490658 !important; }
.gen-button.drumstick { background: #00aeef !important; }
.gen-button.refreshers { background: #126a94 !important; }
.gen-button.fun-gums { background: #5c2e91 !important; }
.gen-button.vimto { font-family: 'Yellow Balloon W00 Regular' !important; color: #631037 !important; background: #fbaf54 !important; }
.gen-button.love-calculator { background: #fff !important; color: #fc8ca8 !important; }

.gen-button.reversed { background: #fff !important; color: #dd211c !important; }
.gen-button.reversed.squashies { color: #490658 !important; }
.gen-button.reversed.love-hearts { color: #fc8ca8 !important; }
.gen-button.reversed.drumstick { color: #00aeef !important; }
.gen-button.reversed.swizzels { color: #dd211c!important; }
.gen-button.reversed.refreshers { color: #126a94 !important; }
.gen-button.reversed.parma-violets { color: #8c5cc0 !important; }
.gen-button.reversed.parma-violets-alt { color: #6e5594 !important; }
.gen-button.reversed.fun-gums { color: #5c2e91 !important; }

#mobile-menu { width: 100%; height: 100%; position: fixed; top: 0; left: -100%; background: #dd211c; color: #fff; overflow: auto; display: none; z-index: 99999; -webkit-transition: left 0.4s ease; transition: left 0.4s ease; }
body.menu-open #mobile-menu { left: 0; }
#mobile-menu > header { position: relative; height: 61px; border-bottom: 1px solid #fff; }
#mobile-menu > header h1 { margin: 11px 0 0; position: relative; z-index: 4; }
#mobile-menu > header h1 a { display: inline-block; }
#mobile-menu > header h1 img { width: 104px; height: 39px; -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
#mobile-menu > header h1 a:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
#mobile-menu > header .menu-close { width: 28px; height: 28px; line-height: 0; text-align: center; padding: 0; background: #e31d1a; color: #fff; border: 2px solid #fff; border-radius: 3px; box-shadow: 0 4px 4px rgba(1, 1, 1, 0.46); position: absolute; top: 16px; left: 16px; z-index: 5; }
#mobile-menu > header .menu-close i.fa { font-size: 14px; vertical-align: middle; }
#mobile-menu > nav { padding: 20px 20px 18px; text-align: left; }
#mobile-menu > nav > ul { background: #fff; }
#mobile-menu > nav > ul li { position: relative; border-bottom: 2px solid #dd211c; }
#mobile-menu > nav > ul li a { padding: 14px 15px 11px; background: #e2423e; font-size: 1.3em; line-height: 120%; letter-spacing: 0.12em; font-weight: 900; text-transform: uppercase; color: #fff; display: block; }
#mobile-menu > nav > ul li a:hover { opacity: 0.75; }
#mobile-menu > nav > ul li ul { display: none; }
#mobile-menu > nav > ul li ul li { border-top: 2px solid #333; border-bottom: 0; }
#mobile-menu > nav > ul li ul a { background: #292929; }
#mobile-menu > nav > ul li.current-menu-item > a,
#mobile-menu > nav > ul li.current-menu-parent > a,
#mobile-menu > nav > ul li.current-page-ancestor > a,
body.single-nutritional_database #mobile-menu > nav > ul li.menu-item-73 > a,
body.single-post #mobile-menu > nav > ul li.current_page_parent > a,
body.category #mobile-menu > nav > ul li.current_page_parent > a { background: #fff; color: #333; }
#mobile-menu > nav > ul li i { padding: 14px; position: absolute; top: 0; right: 0; font-size: 14px; color: #fff; cursor: pointer; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
#mobile-menu > nav > ul li.current-menu-item i,
#mobile-menu > nav > ul li.current-menu-parent i,
body.single-nutritional_database #mobile-menu > nav > ul li.menu-item-73 i,
body.category #mobile-menu > nav > ul li.current_page_parent i,
body.single-post #mobile-menu > nav > ul li.current_page_parent i { color: #dd211c; }
#mobile-menu > nav > ul li i.open { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
#mobile-menu > form { padding: 0 20px; position: relative; overflow: hidden; }
#mobile-menu > form label { width: calc(100% - 40px); float: left; }
#mobile-menu > form label span { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#mobile-menu > form label input { width: 100%; padding: 0 15px; font-size: 1.3em; line-height: 40px; height: 40px; color: #333; background: #fff; border: 0; }
#mobile-menu > form label input::-webkit-input-placeholder { font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: #333; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
#mobile-menu > form label input::-moz-placeholder { font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: #333; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
#mobile-menu > form label input:-ms-input-placeholder { font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: #333; -ms-transition: color 0.4s ease; transition: color 0.4s ease; }
#mobile-menu > form label input:-moz-placeholder { font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: #333; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
#mobile-menu > form label input:focus::-webkit-input-placeholder { color: #ccc; }
#mobile-menu > form label input:focus::-moz-placeholder { color: #ccc; }
#mobile-menu > form label input:focus:-ms-input-placeholder { color: #ccc; }
#mobile-menu > form label input:focus:-moz-placeholder { color: #ccc; }
#mobile-menu > form button { width: 40px; height: 40px; line-height: 40px; font-size: 15px; background: #fff; color: #333; border: 0; float: left; }
#mobile-menu > form button:hover { opacity: 0.75; }
#mobile-menu > form button span { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#mobile-menu > footer { padding: 0 0 2em; }
#mobile-menu > footer > nav { margin: 1.8em 0 0; position: relative; }
#mobile-menu > footer > nav ~ nav { margin-top: 1.2em; padding-top: 1.8em; }
#mobile-menu > footer > nav ~ nav:before { width: 80px; height: 1px; background: #fff; position: absolute; top: 0; left: 50%; margin-left: -40px; content: ''; display: block; }
#mobile-menu > footer > nav h2 { font: 2em/120% Pacifico, cursive; }
#mobile-menu > footer > nav ul { margin: 2.4em 0 0; }
#mobile-menu > footer > nav ul li ~ li { margin: 0.6em 0 0; }
#mobile-menu > footer > nav ul li a { color: #fff; font-size: 1.2em; line-height: 120%; font-weight: 900; text-transform: uppercase; letter-spacing: 0.24em; position: relative; display: inline-block; padding: 0 0 2px; }
#mobile-menu > footer > nav ul li a:after { width: 0; height: 2px; background: transparent; margin: 0 auto; content: ''; display: block; -webkit-transition: width 0.2s ease, background-color 0.2s ease; transition: width 0.2s ease, background-color 0.2s ease; }
#mobile-menu > footer > nav ul li a:hover:after { width: 100%; background: #fff; }

@-webkit-keyframes rays-spin {
    0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rays-spin {
    0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
body > header { height: 155px; position: relative; background: url(images/header-bg.jpg) 50% 50% / auto 100% no-repeat #009ddf; overflow: hidden; }
body > header .rays { width: 3148px; height: 3148px; position: absolute; top: -1410px; left: 50%; margin-left: -1574px; background: url(images/header-rays.svg) 50% 50% / cover no-repeat; content: ''; -webkit-animation: rays-spin 100s infinite linear; animation: rays-spin 100s infinite linear; display: block; z-index: 1; }
body > header:after { width: 100%; height: 155px; position: absolute; top: 0; left: 0; background: url(images/header-products.png) 50% 100% / auto 100% repeat; content: ''; z-index: 3; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	body > header:after { background-image: url(images/header-products-retina.png); }

}
body > header h1 { margin: 25px 0 0; position: relative; z-index: 4; }
body > header h1 a { display: inline-block; }
body > header h1 img { width: 240px; height: 90px; -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
body > header h1 a:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
body > header .menu-open { width: 28px; height: 28px; line-height: 0; text-align: center; padding: 0; background: #e31d1a; color: #fff; border: 2px solid #fff; border-radius: 3px; box-shadow: 0 4px 4px rgba(1, 1, 1, 0.46); position: absolute; top: 16px; left: 16px; display: none; z-index: 5; }
body > header .menu-open i.fa { font-size: 14px; vertical-align: middle; }

body > nav { position: relative; z-index: 3; border-bottom: 2px solid #dd211c; }
body > nav > .wrap { position: relative; display: inline-block; }
body > nav > .wrap ul { font-size: 0; border-right: 1px solid #ccc; }
body > nav > .wrap ul > li { font-size: 10px; display: inline-block; vertical-align: middle; border-left: 1px solid #ccc; cursor: pointer; position: relative; }
body > nav > .wrap ul > li > a,
body > nav > .wrap ul > li > i.fa { padding: 0 18px; font-size: 1.3em; line-height: 40px; height: 40px; background: #fff; color: #333; font-weight: 900; text-transform: uppercase; text-indent: 0.12em; letter-spacing: 0.12em; display: inline-block; }
body > nav > .wrap ul > li > i.fa { background: #ededed; }
body > nav > .wrap ul > li.current-menu-item > a,
body > nav > .wrap ul > li.current-menu-parent > a,
body > nav > .wrap ul > li.current-page-ancestor > a,
body.single-nutritional_database > nav > .wrap ul > li.menu-item-73 > a,
body.category > nav > .wrap ul > li.current_page_parent > a,
body.single-post > nav > .wrap ul > li.current_page_parent > a,
body > nav > .wrap ul > li > a:hover,
body > nav.products-open > .wrap ul > li.menu-item-73 > a { color: #fff; background: #e31d1a; }
body > nav > .wrap ul > li.menu-item-object-nutritional_database { display: none; }
body > nav > .wrap ul > li ul { position: absolute; top: 40px; left: 0; text-align: left; display: none; }
body > nav > .wrap ul > li ul > li { display: block; white-space: nowrap; border-left: 0; border-top: 1px solid #ccc; }
body > nav > .wrap ul > li ul > li > a { display: block; }
body > nav > .wrap > form { width: 100%; padding: 8px; position: absolute; top: 42px; left: 0; background: #ededed; display: none; }
body.search > nav > .wrap > form { display: block; }
body > nav > .wrap > form label { width: calc(100% - 40px); float: left; }
body > nav > .wrap > form label span { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
body > nav > .wrap > form label input { width: 100%; padding: 12px; font-size: 1.3em; line-height: 40px; height: 40px; color: #333; background: #fff; border: 0; }
body > nav > .wrap > form label input::-webkit-input-placeholder { font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: #333; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
body > nav > .wrap > form label input::-moz-placeholder { font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: #333; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
body > nav > .wrap > form label input:-ms-input-placeholder { font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: #333; -ms-transition: color 0.4s ease; transition: color 0.4s ease; }
body > nav > .wrap > form label input:-moz-placeholder { font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: #333; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
body > nav > .wrap > form label input:focus::-webkit-input-placeholder { color: #ccc; }
body > nav > .wrap > form label input:focus::-moz-placeholder { color: #ccc; }
body > nav > .wrap > form label input:focus:-ms-input-placeholder { color: #ccc; }
body > nav > .wrap > form label input:focus:-moz-placeholder { color: #ccc; }
body > nav > .wrap > form button { width: 40px; height: 40px; line-height: 40px; font-size: 15px; background: #dd211c; color: #fff; border: 0; float: left; }
body > nav > .wrap > form button:hover { opacity: 0.75; }
body > nav > .wrap > form.shop label input::-webkit-input-placeholder { font-weight: 400; text-transform: none; letter-spacing: 0; font-style: italic; }
body > nav > .wrap > form.shop label input::-moz-placeholder { font-weight: 400; text-transform: none; letter-spacing: 0; font-style: italic; }
body > nav > .wrap > form.shop label input:-ms-input-placeholder { font-weight: 400; text-transform: none; letter-spacing: 0; font-style: italic; }
body > nav > .wrap > form.shop label input:-moz-placeholder { font-weight: 400; text-transform: none; letter-spacing: 0; font-style: italic; }
body > nav > .wrap > form.shop label { width: calc(100% - 160px - 150px); }
body > nav > .wrap > form.shop button { width: 160px; font-size: 13px; background: #cc3333; float: right; }
body > nav > .wrap > form.shop button + button { width: 149px; margin-left: 1px; background: #990000; float: left; }
body > nav > .wrap > form.shop button span { margin: 0 10px 0 0; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; display: inline-block; }
body > nav > .products { width: 992px; background: #fbffff; box-shadow: 0 5px 4px rgba(1, 1, 1, 0.3); position: absolute; top: 40px; left: 50%; margin-left: -496px; text-align: left; max-height: 0; overflow: hidden;-webkit-transition: max-height 0.4s ease, border-width 0.4s ease; transition: max-height 0.4s ease, border-width 0.4s ease; }
body > nav.products-open > .products { max-height: 270px; }
body > nav > .products ul { padding: 5px 234px 9px 5px; border: 2px solid #e31d1a; }
body > nav > .products ul li { width: 120px; margin: 4px 0 0 4px; float: left; }
body > nav > .products ul li a { height: 80px; background: #fafafa; display: block; position: relative; overflow: hidden; }
body > nav > .products ul li a img { width: 120px; height: 60px; }
body > nav > .products ul li a span { padding: 4px 0; width: 100%; line-height: 120%; font-weight: 800; text-transform: uppercase; color: #333; letter-spacing: 0.12em; background: #fafafa; position: absolute; bottom: 0; left: 0; text-align: center; }
body > nav > .products ul li.on a span,
body > nav > .products ul li a:hover span { background: #e31d1a; color: #fff; }
body > nav > .products ul li.share-the-love { width: 226px; position: absolute; top: 7px; right: 9px; }
body > nav > .products ul li.share-the-love a { height: 188px; }
body > nav > .products ul li.share-the-love a img { width: 226px; height: 188px; margin: 0; }
body > nav > .products .gen-button { width: 226px; position: absolute; bottom: 9px; right: 9px; padding-left: 0 !important; padding-right: 0 !important; text-align: center !important; }
body > nav > .products .gen-button i.fa { margin-left: 24px !important; font-size: 18px !important; display: inline-block; vertical-align: middle; }


/* halloween
body > header { background: url(images/halloween/header-bg.jpg) 50% 50% / auto 100% no-repeat #000; }
body > header .rays { display: none; }
body > header:after { display: none; }
body > header .menu-open { background: #ff6c00; }

@media only screen and (max-width: 760px) {
	body > header { border-bottom-color: #ff6c00; }
}

body > nav > .wrap ul > li.menu-item-40009 > a,
body > nav > .wrap ul > li.menu-item-40009 > i.fa { background: #ff6c00; color: #000; }
body > nav > .wrap ul > li.menu-item-40009 > i.fa { background: #cf3600; color: #fff; }
body > nav > .wrap ul > li.menu-item-40009.current-menu-item > a,
body > nav > .wrap ul > li.menu-item-40009.current-menu-parent > a,
body > nav > .wrap ul > li.menu-item-40009.current-page-ancestor > a
body > nav > .wrap ul > li.menu-item-40009 > a:hover { color: #fff; background: #cf3600; } */

/*body > nav { background: #ff6c00; border-bottom-color: #fff; }
body > nav > .wrap ul { border-right-color: #000; }
body > nav > .wrap ul > li { border-left-color: #000; }
body > nav > .wrap ul > li > a,
body > nav > .wrap ul > li > i.fa { background: #ff6c00; color: #000; }
body > nav > .wrap ul > li > i.fa { background: #cf3600; color: #fff; }
body > nav > .wrap ul > li.current-menu-item > a,
body > nav > .wrap ul > li.current-menu-parent > a,
body > nav > .wrap ul > li.current-page-ancestor > a,
body.single-nutritional_database > nav > .wrap ul > li.menu-item-73 > a,
body.category > nav > .wrap ul > li.current_page_parent > a,
body.single-post > nav > .wrap ul > li.current_page_parent > a,
body > nav > .wrap ul > li > a:hover,
body > nav.products-open > .wrap ul > li.menu-item-73 > a { color: #fff; background: #cf3600; }
body > nav > .wrap ul > li ul > li { border-top-color: #000; }
body > nav > .wrap > form { background: #000; }
body > nav > .wrap > form label input { color: #fff; background: #ff6c00; }
body > nav > .wrap > form label input::-webkit-input-placeholder { color: #fff; }
body > nav > .wrap > form label input::-moz-placeholder { color: #fff; }
body > nav > .wrap > form label input:-ms-input-placeholder { color: #fff; }
body > nav > .wrap > form label input:-moz-placeholder { color: #fff; }
body > nav > .wrap > form label input:focus::-webkit-input-placeholder { color: #fff; opacity: 0.5; }
body > nav > .wrap > form label input:focus::-moz-placeholder { color: #fff; opacity: 0.5; }
body > nav > .wrap > form label input:focus:-ms-input-placeholder { color: #fff; opacity: 0.5; }
body > nav > .wrap > form label input:focus:-moz-placeholder { color: #fff; opacity: 0.5; }
body > nav > .wrap > form button { background: #cf3600; }
body > nav > .products { background: #cf3600; }
body > nav > .products ul { border-color: #000; }
body > nav > .products ul li a { background: #fff; }
body > nav > .products ul li a span { color: #fff; background: #ff6c00; }
body > nav > .products ul li.on a span,
body > nav > .products ul li a:hover span { background: #fff; color: #ff6c00; }
body > nav > .products .gen-button { font-family: Pacifico, cursive !important; background: #ff6c00 !important; }
@media only screen and (max-width: 880px) {
	body > nav > .wrap ul > li.search { display: none; }
	body > nav > .wrap ul > li > a, body > nav > .wrap ul > li > i.fa { font-size: 1.1em; }
}*/
/* end halloween */


/* start xmas
body > header { background: #4191cf; }
body > header .rays { display: block; }
body > header:after { background: url(images/xmas/header-bg.png) 50% 50% / auto 100% repeat-x; display: block; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	body > header:after { background: url(images/xmas/header-bg.png) 50% 50% / auto 100% repeat-x; }
}
body > header h1 a { position: relative; }
body > header h1 a:after { width: 97px; height: 105px; background: url(images/xmas/hdr-hat.png) 50% 50% / contain no-repeat; content: ''; position: absolute; top: -28px; left: -22px; display: block; -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
body > header h1 a:hover:after { -webkit-transform: scale(1.1, 1.1) translateX(-10px); -ms-transform: scale(1.1, 1.1) translateX(-10px); transform: scale(1.1, 1.1) translateX(-10px); }
body > header .menu-open { background: #0b8e36; }
#snowflakeContainer { position: absolute; left: 0; top: 0; }
#snowflakeContainer .snowflake { padding-left: 15px; font-family: Cambria, Georgia, serif; font-size: 11px; line-height: 22px; position: fixed; color: #fff; user-select: none; }
#snowflakeContainer .snowflake:hover { cursor: default; }

@media only screen and (max-width: 760px) {
	body > header { border-bottom-color: #0b8e36; }
	body > header:after { background-image: url(images/xmas/header-bg.png); }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
		body > header:after { background-image: images/xmas/header-bg.png; }
	}
	body > header h1 a:after { width: 52px; height: 57px; top: -18px; left: -14px; }
	body > header h1 a:hover:after { -webkit-transform: scale(1.1, 1.1) translateX(-5px); -ms-transform: scale(1.1, 1.1) translateX(-5px); transform: scale(1.1, 1.1) translateX(-5px); }
	#snowflakeContainer { display: none; }
}

body > nav { background: #0b8e36; border-bottom-color: #000; }
body > nav > .wrap ul { border-right-color: #000; }
body > nav > .wrap ul > li { border-left-color: #000; }
body > nav > .wrap ul > li > a,
body > nav > .wrap ul > li > i.fa { background: #0b8e36; color: #fff; }
body > nav > .wrap ul > li > i.fa { background: #e31d1a; }
body > nav > .wrap ul > li.current-menu-item > a,
body > nav > .wrap ul > li.current-menu-parent > a,
body > nav > .wrap ul > li.current-page-ancestor > a,
body.single-nutritional_database > nav > .wrap ul > li.menu-item-73 > a,
body.category > nav > .wrap ul > li.current_page_parent > a,
body.single-post > nav > .wrap ul > li.current_page_parent > a,
body > nav > .wrap ul > li > a:hover,
body > nav.products-open > .wrap ul > li.menu-item-73 > a { color: #fff; background: #e31d1a; }
body > nav > .wrap ul > li ul > li { border-top-color: #000; }
body > nav > .wrap > form { background: #fff; }
body > nav > .wrap > form label input { color: #fff; background: #0b8e36; }
body > nav > .wrap > form label input::-webkit-input-placeholder { color: #fff; }
body > nav > .wrap > form label input::-moz-placeholder { color: #fff; }
body > nav > .wrap > form label input:-ms-input-placeholder { color: #fff; }
body > nav > .wrap > form label input:-moz-placeholder { color: #fff; }
body > nav > .wrap > form label input:focus::-webkit-input-placeholder { color: #fff; opacity: 0.5; }
body > nav > .wrap > form label input:focus::-moz-placeholder { color: #fff; opacity: 0.5; }
body > nav > .wrap > form label input:focus:-ms-input-placeholder { color: #fff; opacity: 0.5; }
body > nav > .wrap > form label input:focus:-moz-placeholder { color: #fff; opacity: 0.5; }
body > nav > .wrap > form button { background: #e31d1a; }
body > nav > .products { background: #e31d1a; }
body > nav > .products ul { border-color: #000; }
body > nav > .products ul li a { background: #fff; }
body > nav > .products ul li a span { color: #fff; background: #0b8e36; }
body > nav > .products ul li.on a span,
body > nav > .products ul li a:hover span { background: #fff; color: #0b8e36; }
body > nav > .products .gen-button { background: #0b8e36 !important; }
@media only screen and (max-width: 880px) {
	body > nav > .wrap ul > li.search { display: none; }
	body > nav > .wrap ul > li > a, body > nav > .wrap ul > li > i.fa { font-size: 1.1em; }
}
end xmas */

body > .banner { height: 402px; position: relative; z-index: 2; border-bottom: 2px solid #dd211c; background-position: 50% 50%; background-size: auto 100%; background-repeat: no-repeat; overflow: hidden; }
body > .banner > a,
body > .banner-slideshow > a { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; z-index: 99; }
body.banner-short > .banner { height: 152px; }

body > .banner-slideshow { position: relative; z-index: 2; border-bottom: 2px solid #dd211c; }
body > .banner-slideshow .slide { width: 100%; height: 400px; position: relative; background-position: 50% 50%; background-size: auto 100%; background-repeat: no-repeat; }
body.banner-short > .banner-slideshow .slide { height: 150px; }
body > .banner-slideshow .slide > a { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; z-index: 2; }

/* rainbow drops */

body > .banner .rainbowdrops { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
body > .banner .rainbowdrops span { display: inline-block; width: 20px; height: 26px; -webkit-animation: fallingLeaves 3s infinite linear; animation: fallingLeaves 3s infinite linear; }
body > .banner .rainbowdrops span:nth-child(4n) { margin: -250px 40px 50px -40px; background: url(images/rainbowdrop-1.png) 50% 50% / cover no-repeat; }
body > .banner .rainbowdrops span:nth-child(4n-1) { margin: -150px 140px 150px -140px; background: url(images/rainbowdrop-2.png) 50% 50% / cover no-repeat; }
body > .banner .rainbowdrops span:nth-child(4n-2) { margin: -200px 40px 100px -40px; background: url(images/rainbowdrop-3.png) 50% 50% / cover no-repeat; }
body > .banner .rainbowdrops span:nth-child(4n-3) { margin: -350px 80px 150px -80px; background: url(images/rainbowdrop-4.png) 50% 50% / cover no-repeat; }
body > .banner .rainbowdrops span:nth-child(5n+5) { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }
body > .banner .rainbowdrops span:nth-child(3n+2) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
body > .banner .rainbowdrops span:nth-child(2n+5) { -webkit-animation-delay: 1.7s; animation-delay: 1.7s; }
body > .banner .rainbowdrops span:nth-child(3n+10) { -webkit-animation-delay: 2.7s; animation-delay: 2.7s; }
body > .banner .rainbowdrops span:nth-child(7n+2) { -webkit-animation-delay: 3.5s; animation-delay: 3.5s; }
body > .banner .rainbowdrops span:nth-child(4n+5) { -webkit-animation-delay: 5.5s; animation-delay: 5.5s; }
body > .banner .rainbowdrops span:nth-child(3n+7) { -webkit-animation-delay: 8s; animation-delay: 8s; }
@-webkit-keyframes fallingLeaves {
  0% { opacity: 1; -webkit-transform: translate(0, 0px) rotateZ(0deg); transform: translate(0, 0px) rotateZ(0deg); }
  75% { opacity: 1; -webkit-transform: translate(100px, 600px) rotateZ(270deg); transform: translate(100px, 600px) rotateZ(270deg); }
  100% { opacity: 0; -webkit-transform: translate(150px, 800px) rotateZ(360deg); transform: translate(150px, 800px) rotateZ(360deg); }
}
@keyframes fallingLeaves {
  0% { opacity: 1; -webkit-transform: translate(0, 0px) rotateZ(0deg); transform: translate(0, 0px) rotateZ(0deg); }
  75% { opacity: 1; -webkit-transform: translate(100px, 600px) rotateZ(270deg); transform: translate(100px, 600px) rotateZ(270deg); }
  100% { opacity: 0; -webkit-transform: translate(150px, 800px) rotateZ(360deg); transform: translate(150px, 800px) rotateZ(360deg); }
}

#swizzels { background-position: 50% 0; background-size: 100% auto; background-repeat: no-repeat; position: relative; overflow: hidden; }
#swizzels:before { width: 100%; height: 1703px; position: absolute; bottom: 0; left: 0; background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(156,228,253,1) 100%); background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(156,228,253,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(156,228,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#9ce4fd',GradientType=0 ); content: ''; display: block; z-index: 1; }
#swizzels:after { width: 3148px; height: 1688px; position: absolute; bottom: 0; left: 50%; margin-left: -1574px; background: url(images/swizzels-rays.svg) 50% 100% / cover no-repeat; content: ''; display: block; z-index: 1; }

#swizzels > main { padding: 0 0 154px; background: url(images/swizzels-main-bg.png) 50% 100% repeat-x; position: relative; z-index: 2; }
#swizzels > main > .gen { padding: 2.4em 0 0; }
#swizzels > main > .gen ~ .gen { padding-top: 0; }
#swizzels > main > .gen h1 { max-width: 980px; margin: 0 auto; padding: 0 20px; font: 3.2em/120% Pacifico, cursive; color: #dd211c; }
#swizzels > main > .gen hr + h1 { margin-top: 26px; }
#swizzels > main > .gen h2 { max-width: 980px; margin: 26px auto 0; padding: 0 20px; font: 3.5em/120% Pacifico, cursive; color: #dd211c; }
#swizzels > main > .gen h3 { max-width: 980px; margin: 26px auto 0; padding: 0 20px; font-size: 2.4em; line-height: 120%; font-weight: 300; }
#swizzels > main > .gen p { max-width: 660px; margin: 26px auto 0; padding: 0 20px; font-size: 1.6em; line-height: 120%; }
#swizzels > main > .gen p ~ p { margin-top: 18px; }
#swizzels > main > .gen p img { max-width: 100%; height: auto; }
#swizzels > main > .gen p img.alignleft { margin: 0 20px 10px 0; float: left; }
#swizzels > main > .gen p img.alignright { margin: 0 0 10px 20px; float: right; }
#swizzels > main > .gen p img.aligncenter { margin: 0 auto 20px; display: block; }
#swizzels > main > .gen ul { max-width: 660px; margin: 26px auto 0; padding: 0 20px 0 40px; font-size: 1.6em; line-height: 120%; list-style: disc; text-align: left; }
#swizzels > main > .gen ul ul { margin-top: 0; font-size: inherit; }
#swizzels > main > .gen ol { max-width: 660px; margin: 26px auto 0; padding: 0 20px 0 40px; font-size: 1.6em; line-height: 120%; list-style: decimal; text-align: left; }
#swizzels > main > .gen.larger-text p,
#swizzels > main > .gen.larger-text ul,
#swizzels > main > .gen.larger-text ol { max-width: 980px; font-size: 2.2em; }
#swizzels > main > .gen a { color: #e31d1a; border-bottom: 1px solid rgba(227,29,26,1); display: inline-block; }
#swizzels > main > .gen a:hover { border-bottom-color: rgba(227,29,26,0); }
#swizzels > main > .gen figure { max-width: 100%; margin: 2em auto 0; padding: 0 20px; display: inline-block; }
#swizzels > main > .gen figure a { border:none; }
#swizzels > main > .gen figure img { max-width: 100%; height: auto; }
#swizzels > main > .gen figure .video { max-width: 100%; width: 940px; position: relative; padding: 0 0 56.25%; height: 0; }
#swizzels > main > .gen figure .video iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
#swizzels > main > .gen figure figcaption { max-width: 940px; padding: 18px 20px; font-size: 1.3em; line-height: 120%; font-weight: 900; text-transform: uppercase; color: #333; letter-spacing: 0.12em; background: #ededed; }
#swizzels > main > .gen blockquote { max-width: 940px; margin: 2.8em auto 2em; padding: 2.2em 0 2.6em; border: 1px solid #ccc; border-width: 1px 0; }
#swizzels > main > .gen blockquote p { /*max-width: 700px;*/ margin: 0 auto; font-size: 2em; font-weight: 300; text-align: center; }
#swizzels > main > .gen blockquote p:before { content: '“'; }
#swizzels > main > .gen blockquote p:after { content: '”'; }
#swizzels > main > .gen blockquote cite { margin: 1em 0 0; font-size: 1.3em; line-height: 120%; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: #333; display: block; }
#swizzels > main > .gen ul.buttons { max-width: 100%; margin: 0 auto; padding: 0; font-size: 1em; line-height: 100%; list-style: none; text-align: center; }
#swizzels > main > .gen ul.buttons li { margin: 18px 5px 0; display: inline-block; }
#swizzels > main > .gen ul.social { max-width: 100%; margin-top: 16px; padding: 0; font-size: 0; line-height: 100%; list-style: none; text-align: center; }
#swizzels > main > .gen ul.social li { margin: 1em 9px 0; font-size: 10px; display: inline-block; vertical-align: middle; }
#swizzels > main > .gen ul.social li a { width: 38px; height: 38px; background: #fff; border: 0; border-radius: 50%; font-size: 10px; display: inline-block; -webkit-transition: -webkit-transform 0.1s ease; transition: -webkit-transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
#swizzels > main > .gen ul.social li a:hover { -webkit-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
#swizzels > main > .gen ul.social li a i { font-size: 26px; line-height: 38px; }
#swizzels > main > .gen ul.social li.facebook a { color: #355794; }
#swizzels > main > .gen ul.social li.twitter a { color: #52adf3; }
#swizzels > main > .gen ul.social li.instagram a { color: #527ea3; }
#swizzels > main > .gen ul.social li.snapchat a { color: #edce00; }
#swizzels > main > .gen ul.social li.youtube a { color: #e62d28; }
#swizzels > main > .gen ul.social li.pinterest a { color: #bd081b; }
#swizzels > main > .gen ul.social li.note { font-size: 16px; color: #00aeef; }
#swizzels > main > .gen .social-share { margin: 2em 0 0; }
#swizzels > main > .gen .social-share h2 { margin: 0; display: inline-block; vertical-align: middle; }
#swizzels > main > .gen .social-share ul.social { margin-top: 0; display: inline-block; vertical-align: middle; }

#swizzels > main > .gen ul.listing { width: 100%; max-width: 960px; margin: 12px auto 0; padding: 0; font-size: 0; line-height: 100%; list-style: none; text-align: center; }
#swizzels > main > .gen ul.listing li { max-width: 50%; width: 240px; font-size: 10px; position: relative; display: inline-block; vertical-align: top; }
#swizzels > main > .gen ul.listing li a,
#swizzels > main > .gen ul.listing li.stockist > .pad { padding: 10px; border: 0; display: block; }
#swizzels > main > .gen ul.listing li img { border: 0; border-radius: 4px; display: block; -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
#swizzels > main > .gen ul.listing li a:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
#swizzels > main > .gen ul.listing li span { padding: 0.615em 0 0; font-size: 1.3em; line-height: 120%; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; color: #333; display: block; position: relative; }
#swizzels > main > .gen ul.listing li span span { font-size: 11px; color: #dd211c; }
#swizzels > main > .gen ul.listing .slick-arrow { position: absolute; top: 50%; font: 18px/120% Pacifico, cursive; color: #dd211c; border: 0; background: transparent; }
#swizzels > main > .gen ul.listing .slick-arrow span { display: block; -webkit-transition: -webkit-transform 0.1s ease; transition: -webkit-transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
#swizzels > main > .gen ul.listing .slick-arrow:hover span { -webkit-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); }
#swizzels > main > .gen ul.listing .slick-prev { margin-top: -48px; left: -62px; text-align: right; }
#swizzels > main > .gen ul.listing .slick-prev span { width: 52px; height: 45px; margin: 0 auto 8px; background: url(images/slideshow-prev.svg) 50% 50% / contain no-repeat; }
#swizzels > main > .gen ul.listing .slick-next { margin-top: -46px; text-align: left; right: -77px; }
#swizzels > main > .gen ul.listing .slick-next span { width: 67px; height: 39px; margin: 0 auto 12px;  background: url(images/slideshow-next.svg) 50% 50% / contain no-repeat; }
#swizzels > main > .gen ul.listing + .gen-button { margin: 18px 5px 0; }

#swizzels > main > .gen > ul.listing .overlay { width: 190%; position: absolute; bottom: 130px; left: 5%; background: #fff; border-radius: 10px; box-shadow: 0 2px 3px rgba(0, 1, 1, 0.5); text-align: left; display: none; }
#swizzels > main > .gen > ul.listing .overlay:after { top: 100%; left: 25%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-top-color: #fff; border-width: 10px; margin-left: -10px; }
#swizzels > main > .gen > ul.listing li.slick-current + li .overlay { left: -95%; }
#swizzels > main > .gen > ul.listing li.slick-current + li .overlay:after { left: 75%; }
#swizzels > main > .gen > ul.listing li.overlay-active { z-index: 1; }
#swizzels > main > .gen > ul.listing li.overlay-active .overlay { display: block; }
#swizzels > main > .gen > ul.listing .overlay h2 { margin: 0; padding: 10px; border-radius: 10px 10px 0 0; font-family: Lato; font-size: 1.2em; background: #dd211c; color: #fff; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; text-shadow: none; }
#swizzels > main > .gen > ul.listing .overlay p { margin: 0; padding: 10px 10px 0; font-size: 1.1em; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; }
#swizzels > main > .gen > ul.listing .overlay ul { margin: 0; padding: 0 5px 10px; line-height: 100%; list-style: none; }
#swizzels > main > .gen > ul.listing .overlay ul li { width: auto; max-width: 100%; padding: 10px 5px 0; float: left; }
#swizzels > main > .gen > ul.listing .overlay ul li img { width: auto; height: 20px; border-radius: 0; }

@media only screen and (min-width: 940px) {
	#swizzels > main > .gen > ul.listing .overlay { width: 290px; left: 50%; margin-left: -150px; bottom: auto; top: 15px; }
	#swizzels > main > .gen > ul.listing .overlay:after { left: 50%; }
	#swizzels > main > .gen > ul.listing li.slick-current + li .overlay { left: 50%; }
	#swizzels > main > .gen > ul.listing li.slick-current + li .overlay:after { left: 50%; }
	#swizzels > main > .gen > ul.listing .overlay h2 { padding: 18px 20px 16px; font-size: 1.6em; }
	#swizzels > main > .gen > ul.listing .overlay p { padding: 18px 20px 0; font-size: 1.2em; }
	#swizzels > main > .gen > ul.listing .overlay ul { padding: 0 15px 20px; }
	#swizzels > main > .gen ul.listing .slick-prev,
	#swizzels > main > .gen ul.listing .slick-next { top: auto; bottom: 65px; margin-top: 0; }
}

#swizzels > main > .gen ul.steps { max-width: 940px; margin: 0 auto; padding: 0; font-size: 0; line-height: 100%; list-style: none; text-align: center; }
#swizzels > main > .gen ul.steps li { max-width: 306px; margin: 2em 10px 0; font-size: 10px; display: inline-block; vertical-align: top; }
#swizzels > main > .gen ul.steps li h3 { margin: 0.583em 0 0; padding: 0; font: 2.4em/120% Pacifico, cursive; color: #dd211c; }
#swizzels > main > .gen ul.steps li p { margin: 0.286em 0 0; padding: 0; }

#swizzels > main > .gen ul.logos { margin: 0 auto; padding: 0; font-size: 0; line-height: 100%; list-style: none; text-align: center; }
#swizzels > main > .gen ul.logos li { margin: 18px 0 0 20px; font-size: 10px; display: inline-block; vertical-align: middle; }
body.page-id-4295 #swizzels > main > .gen ul li.page-item-4295 { display: none; }
#swizzels > main > .gen ul.logos li a { text-decoration:none; border:none; }

#swizzels > main > .gen .gen-select { max-width: 100%; margin: 18px 5px 0; position: relative; display: inline-block; vertical-align: middle; text-align: left; }

#swizzels > main hr { max-width: 940px; width: 100%; height: 1px; margin: 3em auto 0; border: 0; background: #ccc; display: block; }

body.text-left #swizzels > main > .gen p,
body.text-left #swizzels > main > .gen ul,
body.text-left #swizzels > main > .gen ol { max-width: 980px; text-align: left; }
body.text-left #swizzels > main > .gen ul.listing,
body.text-left #swizzels > main > .gen ul.buttons { text-align: center; }
body.text-left #swizzels > main > .gen blockquote p { /*max-width: 700px;*/ text-align: center; }
body.text-left #swizzels > main > .gen p.cats { font-size: 1.3em; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; text-align: center; color: #e31d1a; }
body.text-left #swizzels > main > .gen p.cats a { border-bottom-color: rgba(227, 29, 26, 0); }
body.text-left #swizzels > main > .gen p.cats a:hover { border-bottom-color: #e31d1a; }

body.page-id-61.text-left #swizzels > main > .gen ul.buttons { padding: 0 20px; text-align: left; }
body.page-id-61.text-left #swizzels > main > .gen ul.buttons li { margin-left: 0; }

#swizzels > main > .gen.product { width: 100%; max-width: 980px; margin: 2.4em auto 0; padding: 0 20px; text-align: left; }
#swizzels > main > .gen.product h1 { padding: 0; font: 3em/120% Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #000; }
#swizzels > main > .gen.product > .image { width: 500px; margin: 3em auto 0; float: left; }
#swizzels > main > .gen.product > .image .gen-select { margin: 2em 0 0; }
#swizzels > main > .gen.product > .image .gen-button { margin: 10px 0 0; }
#swizzels > main > .gen.product > .info { width: 420px; margin: 3em auto 0; float: right; }
#swizzels > main > .gen.product > .info h2 { margin: 0; padding: 0; font-size: 3em; }
#swizzels > main > .gen.product > .info h2 ~ h2 { margin-top: 0.467em; }
#swizzels > main > .gen.product > .info p { margin: 0.625em 0 0; padding: 0; }
#swizzels > main > .gen.product > .info p.note { font-size: 1.1em; }
#swizzels > main > .gen.product > .info table { width: 100%; margin: 1.4em 0 0; }
#swizzels > main > .gen.product > .info table th,
#swizzels > main > .gen.product > .info table td { border-left: 1px solid #ccc; }
#swizzels > main > .gen.product > .info table th:nth-of-type(1),
#swizzels > main > .gen.product > .info table td:nth-of-type(1) { border-left: 0; }
#swizzels > main > .gen.product > .info table thead th,
#swizzels > main > .gen.product > .info table thead td { padding: 12px 14px 8px; font-size: 1.3em; line-height: 120%; font-weight: 900; text-transform: uppercase; letter-spacing: 0.16em; color: #333; background: #ededed; }
#swizzels > main > .gen.product > .info table tbody th,
#swizzels > main > .gen.product > .info table tbody td { padding: 8px 14px; font-size: 1.6em; line-height: 120%; background: #fafafa; }
#swizzels > main > .gen.product > .info table tbody tr:nth-of-type(even) th,
#swizzels > main > .gen.product > .info table tbody tr:nth-of-type(even) td { background: #ededed; }

#swizzels > main > .gen .wpcf7 { width: 100%; max-width: 440px; padding: 2.6em 20px 0; margin: 0 auto; }
#swizzels > main > .gen .wpcf7 ul { margin: 0; padding: 0; font-size: 1em !important; line-height: 100%; list-style: none; }
#swizzels > main > .gen .wpcf7 form > h2 { margin: 0; font: 300 2.4em/120% Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif; padding: 0; text-align: left; color: #000; }
#swizzels > main > .gen .wpcf7 form > ul { margin: 0 0 2.4em; }
#swizzels > main > .gen .wpcf7 form > ul > li { padding: 1em 0 0; display: block; position: relative; }
#swizzels > main > .gen .wpcf7 form > ul > li.break { border-top: 1px solid #ccc; margin-top: 1em; }
#swizzels > main > .gen .wpcf7 form > ul > li.contact-type { border-bottom: 1px solid #ccc; padding-bottom: 1em; }
#swizzels > main > .gen .wpcf7 form > ul > li.break-top { border-top: 1px solid #ccc; margin-top: 1em; }
#swizzels > main > .gen .wpcf7 form > ul > li > p { margin: 0; padding: 0; }
#swizzels > main > .gen .wpcf7 form > ul > li.note > p span { font-size: 12px; display: block; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label { display: block; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label > span.label,
#swizzels > main > .gen .wpcf7 form > ul > li.select label > span.label { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label input,
#swizzels > main > .gen .wpcf7 form > ul > li.text label textarea { width: 100%; padding: 20px 19px 16px; font-size: 1.2em; line-height: 120%; color: #000; background: #fafafa; border: 1px solid #ccc; border-radius: 3px; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label input.wpcf7-not-valid,
#swizzels > main > .gen .wpcf7 form > ul > li.text label textarea.wpcf7-not-valid { border-color: #dd211c; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label textarea { height: 200px; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label input::-webkit-input-placeholder,
#swizzels > main > .gen .wpcf7 form > ul > li.text label textarea::-webkit-input-placeholder { color: #000; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label input::-moz-placeholder,
#swizzels > main > .gen .wpcf7 form > ul > li.text label textarea::-moz-placeholder { color: #000; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label input:-ms-input-placeholder,
#swizzels > main > .gen .wpcf7 form > ul > li.text label textarea:-ms-input-placeholder { color: #000; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; -ms-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label input:-moz-placeholder,
#swizzels > main > .gen .wpcf7 form > ul > li.text label textarea:-moz-placeholder { color: #000; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label input:focus::-webkit-input-placeholder,
#swizzels > main > .gen .wpcf7 form > ul > li.text label textarea:focus::-webkit-input-placeholder { color: #ccc; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label input:focus::-moz-placeholder,
#swizzels > main > .gen .wpcf7 form > ul > li.text label textarea:focus::-moz-placeholder { color: #ccc; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label input:focus:-ms-input-placeholder,
#swizzels > main > .gen .wpcf7 form > ul > li.text label textarea:focus:-ms-input-placeholder { color: #ccc; }
#swizzels > main > .gen .wpcf7 form > ul > li.text label input:focus:-moz-placeholder,
#swizzels > main > .gen .wpcf7 form > ul > li.text label textarea:focus:-moz-placeholder { color: #ccc; }
#swizzels > main > .gen .wpcf7 form > ul > li.checkbox { padding-top: 2.4em; }
#swizzels > main > .gen .wpcf7 form > ul > li.checkbox span { margin: 0 !important; display: block; vertical-align: middle; }
#swizzels > main > .gen .wpcf7 form > ul > li.checkbox input { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#swizzels > main > .gen .wpcf7 form > ul > li.checkbox label { font-size: 1.6em; line-height: 120%; display: block; vertical-align: middle; }
#swizzels > main > .gen .wpcf7 form > ul > li.checkbox label .wpcf7-list-item-label:before { margin: 0 12px 2px 4px; font-size: 25px; font-family: 'fontawesome'; content: '\f111'; color: #dd211c; float: left; vertical-align: middle; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .gen .wpcf7 form > ul > li.checkbox input:checked + .wpcf7-list-item-label:before { content: '\f058'; color: #59ac00; }
#swizzels > main > .gen .wpcf7 form > ul > li.checkbox > a { margin: 6px 0 0; font-size: 1.2em; line-height: 120%; }
#swizzels > main > .gen .wpcf7 form > ul > li.checkbox.inline { padding-top: 1em; }
#swizzels > main > .gen .wpcf7 form > ul > li.checkbox.inline span { display: inline-block; }
#swizzels > main > .gen .wpcf7 form > ul > li.checkbox.inline label { margin-right: 20px; display: inline-block; }
#swizzels > main > .gen .wpcf7 form > ul > li.info label { width: calc(100% - 40px); float: left; }
#swizzels > main > .gen .wpcf7 form > ul > li.info:hover { z-index: 2; }
#swizzels > main > .gen .wpcf7 form > ul > li.info i { margin: 12px 0 0; float: right; font-size: 25px; color: #dd211c; cursor: pointer; }
#swizzels > main > .gen .wpcf7 form > ul > li.info img { position: absolute; top: 50px; right: 0; display: none; }
#swizzels > main > .gen .wpcf7 form > ul > li.info i:hover + img { display: block; }
#swizzels > main > .gen .wpcf7 form > ul > li.optional,
#swizzels > main > .gen .wpcf7 form > ul > li.category-product { display: none; }
#swizzels > main > .gen .wpcf7 form > ul > li .wpcf7-not-valid-tip,
#swizzels > main > .gen .wpcf7 form > ul > li .complaint-not-valid { font-size: 1.2em; font-weight: 900; text-transform: uppercase; letter-spacing: 0.24em; margin: 10px 4px 0; color: #dd211c; }
#swizzels > main > .gen .wpcf7 form > ul > li .complaint-not-valid { display: block; }
#swizzels > main > .gen .wpcf7 form > ul > li.checkbox .wpcf7-not-valid-tip { margin: 6px 0 0px 38px !important; }
#swizzels > main > .gen .wpcf7 form > ul > li.upload .wpcf7-not-valid-tip { margin: 0; width: 140px; float: right; text-align: center; line-height: 120%;}
#swizzels > main > .gen .wpcf7 form div.wpcf7-response-output { font-size: 1.6em; }
#swizzels > main > .gen .wpcf7 form div.wpcf7-mail-sent-ok { border: 0; padding: 0; font-size: 24px; line-height: 120%; }
#swizzels > main > .gen .wpcf7 form div.wpcf7-mail-sent-ok:before { padding: 0 0 20px; font: 35px/120% Pacifico, cursive; color: #dd211c; content: 'Thank you'; display: block; }
#swizzels > main > .gen .wpcf7 form div.wpcf7-mail-sent-ok.complaint:after { content: 'The Swizzels Customer Care team will contact you by post shortly.'; display: block; }
#swizzels > main > .gen .wpcf7 form div.wpcf7-validation-errors { border-color: #dd211c !important; padding: 10px 20px !important; display: block !important; }

#swizzels > main > .gen .wpcf7 form > ul > li.upload .upload-field { position: relative; }
#swizzels > main > .gen .wpcf7 form > ul > li.upload .upload-field label { width: 44%; padding: 20px 19px 16px; font-size: 1.2em; line-height: 120%; color: #000; background: #fafafa; border: 1px solid #ccc; border-radius: 3px; float: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
#swizzels > main > .gen .wpcf7 form > ul > li.upload .upload-field input { width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 0; cursor: pointer; opacity: 0; filter: alpha(opacity=0); }
#swizzels > main > .gen .wpcf7 form > ul > li.upload .upload-field span.gen-button { margin-top: 1px; width: 54% !important; float: right !important; padding-left: 0 !important; padding-right: 0 !important; display: block !important; text-align: center !important; }
#swizzels > main > .gen .wpcf7 form > ul > li.upload p { width: 130px; margin: 0; padding: 0; float: right; }
#swizzels > main > .gen .wpcf7 form > ul > li.upload p span { font-size: 12px; display: block; }
#swizzels > main > .gen .wpcf7 .social-share { display: none; }

@media only screen and (min-width: 980px) {
	body.page-id-6492 #swizzels > main > .gen .wpcf7 { max-width: 980px; min-height: 675px; padding: 2.4em 80px 0 500px; background: url(images/sweetest-workplace.png) 20px 0 no-repeat; }
}

#swizzels > main > .products-promo { width: 100%; max-width: 1360px; margin: 3em auto 0; }
#swizzels > main > .products-promo a { padding: 0 0 0 75px; display: block; position: relative; overflow: hidden; text-align: left; }
#swizzels > main > .products-promo a > img { margin: 0 0 0 75px; float: right; }
#swizzels > main > .products-promo a h2 { margin: 50px 0 0; }
#swizzels > main > .products-promo a h3 { margin: 10px 0 22px; font-size: 4em; line-height: 120%; font-weight: 300; color: #fff; }
#swizzels > main > .products-promo a > img + h3 { margin-top: 106px; }
#swizzels > main > .products-promo a p { margin: 0 0 34px; font-size: 2em; line-height: 120%; color: #fff; }
#swizzels > main > .products-promo a .social { margin: 10px 24px; display: inline-block; vertical-align: middle; }
#swizzels > main > .products-promo a .social i { margin: 0 10px; font-size: 30px; color: #fff; display: inline-block; vertical-align: middle; }

#swizzels > main > .products-promo.squashies { background: url(images/products-promo/squashies.png) 50% 50% / cover no-repeat #490658; }
#swizzels > main > .products-promo.love-hearts { background: #fc8ca8; }
#swizzels > main > .products-promo.drumstick { background: #00aeef; }
#swizzels > main > .products-promo.swizzels { background: #dd211c; }
#swizzels > main > .products-promo.refreshers { background: url(images/products-promo/refreshers.png) 50% 50% / cover no-repeat #006289; }
#swizzels > main > .products-promo.rainbow-drops { background: url(images/products-promo/rainbow-drops.jpg) 50% 50% / cover no-repeat #241107; }
#swizzels > main > .products-promo.parma-violets { background: #8c5cc0; }
#swizzels > main > .products-promo.parma-violets-alt { background: #6e5594; }
#swizzels > main > .products-promo.fun-gums { background: url(images/products-promo/fun-gums.png) 50% 50% / cover no-repeat #1f063f; }

#swizzels > main > .did-you-know { width: 100%; max-width: 660px; margin: 3em auto 0; position: relative; }
#swizzels > main > .did-you-know h2 { font: 3.5em/120% Pacifico, cursive; color: #dd211c; }
#swizzels > main > .did-you-know .slick-arrow { position: absolute; border: 0; font-size: 0; z-index: 9999; }
#swizzels > main > .did-you-know .slick-prev { width: 57px; height: 29px; top: 16px; left: 78px; background: url(images/didyouknow-prev.png) 50% 50% / contain no-repeat; }
#swizzels > main > .did-you-know .slick-next { width: 54px; height: 34px; top: 9px; right: 83px; background: url(images/didyouknow-next.png) 50% 50% / contain no-repeat; }
#swizzels > main > .did-you-know .wrap ul { position: relative; z-index: 2; }
#swizzels > main > .did-you-know .wrap ul li { width: 100%; padding: 24px 20px 20px; position: relative; }
#swizzels > main > .did-you-know .wrap ul li > div { height: 226px; padding: 5px 0; background: url(images/didyouknow-wood.png) 50% 50% / cover no-repeat #fcdfcc; box-shadow: 0 7px 4px rgba(1, 1, 1, 0.2); position: relative; }
#swizzels > main > .did-you-know .wrap ul li > div:before { width: 100%; height: 217px; background: url(images/didyouknow-paper-full.png) 0 0 no-repeat; position: absolute; top: 0; left: 0; content: ''; z-index: 1; }
#swizzels > main > .did-you-know .wrap ul li.image > div:before { background-image: url(images/didyouknow-paper.png); }
#swizzels > main > .did-you-know .wrap ul li.image > div:after { width: 253px; height: 261px; position: absolute; bottom: -22px; left: 385px; content: ''; background: url(images/didyouknow-photo.png) no-repeat 0 0; display: block; z-index: 2; }
#swizzels > main > .did-you-know .wrap ul li img { position: absolute; top: 15px; right: 13px; z-index: 3; -moz-transform: rotate(12deg); -webkit-transform: rotate(12deg); -o-transform: rotate(12deg); -ms-transform: rotate(12deg); transform: rotate(12deg); }
#swizzels > main > .did-you-know .wrap ul li p { width: 100%; padding: 0 40px; position: absolute; top: 50%; left: 0; font: 2.6em/120% Pacifico, cursive; z-index: 4; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#swizzels > main > .did-you-know .wrap ul li.image p { max-width: 405px; padding: 0 20px; }

#swizzels > main > .did-you-know:before { position: absolute; content: ''; display: block; z-index: 1; }

body.page-id-15 #swizzels > main > .did-you-know:before { width: 916px; height: 252px; background: url(images/didyouknow/drumstick.png) no-repeat 0 0; bottom: 24px; left: -151px; }
body.page-id-17 #swizzels > main > .did-you-know:before { width: 950px; height: 212px; background: url(images/didyouknow/refreshers.png) no-repeat 0 0; bottom: 24px; left: -167px; }
body.page-id-19 #swizzels > main > .did-you-know:before { width: 924px; height: 293px; background: url(images/didyouknow/bon-bons.png) no-repeat 0 0; bottom: -14px; left: -142px; }
body.page-id-21 #swizzels > main > .did-you-know:before { width: 893px; height: 277px; background: url(images/didyouknow/rainbow-drops.png) no-repeat 0 0; bottom: -9px; left: -130px; }
body.page-id-23 #swizzels > main > .did-you-know:before { width: 991px; height: 273px; background: url(images/didyouknow/parma-violets.png) no-repeat 0 0; bottom: -5px; left: -191px; }
body.page-id-25 #swizzels > main > .did-you-know:before { width: 964px; height: 243px; background: url(images/didyouknow/fizzers.png) no-repeat 0 0; bottom: 19px; left: -170px; }
body.page-id-27 #swizzels > main > .did-you-know:before { width: 955px; height: 309px; background: url(images/didyouknow/fruity-pops.png) no-repeat 0 0; bottom: -18px; left: -160px; }
body.page-id-29 #swizzels > main > .did-you-know:before { width: 924px; height: 231px; background: url(images/didyouknow/double-lollies.png) no-repeat 0 0; bottom: -9px; left: -150px; }

#swizzels > main > .jokes { width: 100%; max-width: 940px; margin: 3em auto 0; }
#swizzels > main > .jokes h2 { font: 3.5em/120% cookiesregular; color: #5a2a82; }
#swizzels > main > .jokes .wrap { margin: 0 0 0.8em; background: url(images/jokes.png) 50% 100% no-repeat; }
#swizzels > main > .jokes ul li blockquote { max-width: 340px; height: 307px; margin: 0 auto; display: block; position: relative; }
#swizzels > main > .jokes ul li blockquote p { padding: 60px 0 0; font: 2.2em/120% cookiesregular; color: #5a2a82; }
#swizzels > main > .jokes ul li blockquote p + p { padding-top: 20px; color: #cc0b98; }
#swizzels > main > .jokes ul li blockquote cite { width: 100%; padding: 20px 0 0; border-top: 1px solid #ccc; font-size: 1.2em; font-weight: 900; text-transform: uppercase; color: #000; letter-spacing: 0.24em; display: block; position: absolute; bottom: 32px; left: 0; }

#swizzels > main > #instafeed { width: 100%; max-width: 1400px; margin: 24px auto 30px; font-size: 0; position: relative; }
#swizzels > main > #instafeed li { font-size: 10px; display: inline-block; vertical-align: top; position: relative; }
#swizzels > main > #instafeed li img { width: 140px; height: 140px; }
#swizzels > main > #instafeed.large li { width: 293px; height: 293px; overflow: hidden; }
#swizzels > main > #instafeed.large li a { width: 293px; height: 293px; display: inline-block; position: relative; }
#swizzels > main > #instafeed.large li img { width: 293px; height: auto; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

#swizzels > main > .pods { max-width: 1400px; margin: 40px auto 0; padding: 0 10px; font-size: 0; }
#swizzels > main > .pods + .pods { margin-top: 20px; }
#swizzels > main > .pods > article { width: 25%; font-size: 10px; padding: 0 10px; position: relative; overflow: hidden; display: inline-block; }
#swizzels > main > .pods > article:first-child:nth-last-child(3),
#swizzels > main > .pods > article:first-child:nth-last-child(3) ~ article { width: 33.3333333333%; }
#swizzels > main > .pods > article:first-child:nth-last-child(2),
#swizzels > main > .pods > article:first-child:nth-last-child(2) ~ article { width: 50%; }
#swizzels > main > .pods > article:first-child:nth-last-child(1),
#swizzels > main > .pods > article:first-child:nth-last-child(1) ~ article { width: 100%; }
#swizzels > main > .pods > article > a { overflow: hidden; position: relative; display: block; }
#swizzels > main > .pods > article img { width: 100%; height: auto; -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
#swizzels > main > .pods > article img + img { display: none; }
#swizzels > main > .pods > article a:hover img { -webkit-transform: scale(1.06, 1.06); -ms-transform: scale(1.06, 1.06); transform: scale(1.06, 1.06); }
#swizzels > main > .pods > article .panel { width: 100%; position: absolute; bottom: 0; left: 0; color: #fff; display: block; }
#swizzels > main > .pods > article:first-child:nth-last-child(2) .panel,
#swizzels > main > .pods > article:first-child:nth-last-child(2) ~ article .panel { width: 286px; left: 50%; margin-left: -143px; }

#swizzels > main > .pods > article .panel h2 { padding: 20px 0 18px; font: 3.2em/120% Pacifico, cursive; }
#swizzels > main > .pods > article .panel .hover { max-height: 0; overflow: hidden; position: relative; display: block; padding: 0; -webkit-transition: max-height 0.2s ease, padding 0.2s ease; transition: max-height 0.2s ease, padding 0.2s ease; }
#swizzels > main > .pods > article .panel .hover:before { width: 80px; height: 1px; background: #fff; content: ''; position: absolute; top: 0; left: 50%; margin-left: -40px; }
#swizzels > main > .pods > article .panel p { max-width: 340px; margin: 0 auto; padding: 0 20px; font-size: 1.6em; line-height: 120%; position: relative; }
#swizzels > main > .pods > article .panel ul { margin: 18px 0 0; font-size: 0; }
#swizzels > main > .pods > article .panel ul li { margin: 0 12px; font-size: 30px; display: inline-block; }
#swizzels > main > .pods > article .panel ul li span { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#swizzels > main > .pods > article:hover .panel .hover { max-height: 200px; padding: 16px 0 30px; }

#swizzels > main > .slideshow { max-width: 1400px; margin: 40px auto 0; padding: 0 10px; font-size: 0; }
#swizzels > main > .slideshow + .slideshow { margin-top: 20px; }
#swizzels > main > .slideshow article { width: 100%; font-size: 10px; padding: 0 10px; position: relative; overflow: hidden; }
#swizzels > main > .slideshow article a { overflow: hidden; position: relative; display: block; }
#swizzels > main > .slideshow article img { width: 100%; height: auto; -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
#swizzels > main > .slideshow article a:hover img { -webkit-transform: scale(1.06, 1.06); -ms-transform: scale(1.06, 1.06); transform: scale(1.06, 1.06); }

#swizzels > main > .gallery { max-width: 1400px; margin: 30px auto 0; padding: 0 20px 0 0; font-size: 0; color: #fff; text-align: center; }
#swizzels > main > .gallery > h2 { padding: 0 20px; font: 35px/120% Pacifico, cursive; color: #dd211c; }
#swizzels > main > .gallery article { max-width: 100%; width: 670px; height: 350px; margin: 20px 0 0 20px; font-size: 10px; overflow: hidden; background: #ec008c; display: inline-block; vertical-align: top; position: relative; text-align: left; }
#swizzels > main > .gallery article.image { width: 670px; }
#swizzels > main > .gallery article.image > .image { width: 330px; height: 350px; position: relative; display: block; background: #000; }
#swizzels > main > .gallery article.image.left > .image { float: left; }
#swizzels > main > .gallery article.image.right > .image { float: right; }
#swizzels > main > .gallery article.image > .image img { position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

#swizzels > main > .gallery article blockquote { padding: 36px 42px 0; }
#swizzels > main > .gallery article blockquote p { font-size: 1.4em; line-height: 120%; }
#swizzels > main > .gallery article blockquote p:before { content: '“'; }
#swizzels > main > .gallery article blockquote p:after { content: '”'; }
#swizzels > main > .gallery article blockquote cite { margin: 26px 0 0; padding: 30px 0 0; font-size: 1.2em; font-weight: 900; text-transform: uppercase; letter-spacing: 0.24em; display: block; position: relative; text-align: center; }
#swizzels > main > .gallery article blockquote cite:before { width: 80px; height: 1px; position: absolute; top: 0; left: 50%; margin-left: -40px; content: ''; display: block; background: #fff; }
#swizzels > main > .gallery article .share { margin: 0; padding: 0 0 20px; text-align: center; }
#swizzels > main > .gallery article .share h3 { margin: 0 9px; font: 3em/120% Pacifico, cursive; display: inline-block; }
#swizzels > main > .gallery article .share ul { font-size: 30px; display: inline-block; }
#swizzels > main > .gallery article .share ul li { margin: 0 9px; display: inline-block; }
#swizzels > main > .gallery article .share ul li a { color: #fff; }
#swizzels > main > .gallery article.image.left blockquote,
#swizzels > main > .gallery article.image.left .share { margin-left: calc(50% - 10px); }
#swizzels > main > .gallery article.image.right blockquote,
#swizzels > main > .gallery article.image.right .share { margin-right: calc(50% - 10px); }

#swizzels > main > .heaven-or-hell { max-width: 980px; margin: 0 auto; font-size: 0; }
#swizzels > main > .heaven-or-hell article { width: 300px; margin: 2em 10px 0; font-size: 10px; display: inline-block; vertical-align: top; }
#swizzels > main > .heaven-or-hell article h2 { font: 2.4em/120% Pacifico, cursive; height: 90px; line-height: 90px; }
#swizzels > main > .heaven-or-hell article.heaven h2 { background: url(images/heaven-or-hell-heaven.png) 50% 50% / cover no-repeat #6a89c3; color: #61259e; }
#swizzels > main > .heaven-or-hell article.hell h2 { background: url(images/heaven-or-hell-hell.png) 50% 50% / cover no-repeat #0c0100; color: #fff; }

.page-id-49 #swizzels > main > .gen h1 { font: 5.4em/120% LoveHearts; text-transform: uppercase; }
#swizzels > main > #love-calculator { max-width: 950px; margin: 1.8em auto 0; }
#swizzels > main > #love-calculator form { padding: 0 20px; position: relative; display: block; }
#swizzels > main > #love-calculator form label { margin: 10px 4px 0; display: inline-block; }
#swizzels > main > #love-calculator form label span { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#swizzels > main > #love-calculator form label input { width: 200px; padding: 10px 12px; font: 2.4em/120% Pacifico, cursive; color: #dd1c6e; background: #fafafa; border: 1px solid #ccc; border-radius: 3px; }
#swizzels > main > #love-calculator form label input::-webkit-input-placeholder { color: #dd1c6e; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > #love-calculator form label input::-moz-placeholder { color: #dd1c6e; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > #love-calculator form label input:-ms-input-placeholder { color: #dd1c6e; -ms-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > #love-calculator form label input:-moz-placeholder { color: #dd1c6e; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > #love-calculator form label input:focus::-webkit-input-placeholder { color: #ccc; }
#swizzels > main > #love-calculator form label input:focus::-moz-placeholder { color: #ccc; }
#swizzels > main > #love-calculator form label input:focus:-ms-input-placeholder { color: #ccc; }
#swizzels > main > #love-calculator form label input:focus:-moz-placeholder { color: #ccc; }
#swizzels > main > #love-calculator form button { margin-top: 20px; }
#swizzels > main > #love-calculator .bar { margin: 2.4em 0 0; height: 18px; background: url(images/lovehearts-bar.png) 50% 0 no-repeat; display: none; }
#swizzels > main > #love-calculator .bar ~ .bar { margin-top: 0.4em; }
#swizzels > main > #love-calculator .results { margin: 0 55px; height: 222px; background: url(images/lovehearts-middle.png) 0 0 repeat-x; position: relative; text-align: left; display: none; }
#swizzels > main > #love-calculator .results:before { width: 55px; height: 222px; background: url(images/lovehearts-left.png) 0 0 no-repeat; position: absolute; top: 0; left: -55px; content: ''; display: block; }
#swizzels > main > #love-calculator .results:after { width: 55px; height: 222px; background: url(images/lovehearts-right.png) 0 0 no-repeat; position: absolute; top: 0; right: -55px; content: ''; display: block; }
#swizzels > main > #love-calculator .results .result { width: 220px; height: 224px; margin: 4px 50px -6px 0; padding: 72px 0 0; background: url(images/lovehearts-heart.png) 0 0 no-repeat; float: left; font: 58px/100% washout; color: #b93e4d; text-shadow: 0 4px 3px rgba(148, 95, 101, 0.5); text-align: center; }
#swizzels > main > #love-calculator .results p { font-size: 2.4em; line-height: 120%; color: #fff; padding: 34px 0 0; }
#swizzels > main > #love-calculator .results ul { margin: 24px 0 0; font-size: 0; }
#swizzels > main > #love-calculator .results ul li { font-size: 10px; display: inline-block; vertical-align: middle; }
#swizzels > main > #love-calculator .results ul li ~ li { margin-left: 20px; font-size: 10px; display: inline-block; vertical-align: middle; }
#swizzels > main > #love-calculator .results ul li i { width: 38px; height: 38px; line-height: 38px; font-size: 26px; background: #fff; color: #fc8ca8; border-radius: 50%; text-align: center; }

#swizzels > main > .gen.drumstick-60 h1,
.page-id-8690 #swizzels > main > .gen h1,
.page-id-8692 #swizzels > main > .gen h1 { /*font: 900 4em/120% 'Montserrat', sans-serif; text-transform: uppercase;*/ color: #369736; }
#swizzels > main > .gen.drumstick-60 .drumstick-60-filter h2 { font: 900 1.6em/120% 'Montserrat', sans-serif; text-transform: uppercase; color: #000; }
#swizzels > main > .gen.drumstick-60 .drumstick-60-post { margin: 4em 0 0; }
#swizzels > main > .gen.drumstick-60 .drumstick-60-post figure { margin-top: 0; }
#swizzels > main > .gen.drumstick-60 .drumstick-60-post .image { margin: 0 auto; position: relative; display: inline-block; }
/*#swizzels > main > .gen.drumstick-60 .drumstick-60-post .image:after { width: 127px; height: 127px; position: absolute; bottom: 40px; right: 40px; background: url(images/drumstick-60.png) 50% 50% / cover no-repeat; content: ''; display: block; }*/
#swizzels > main > .gen.drumstick-60 .drumstick-60-post .image img { max-width: 100%; height: auto; }
#swizzels > main > .gen.drumstick-60 .drumstick-60-post h2 { margin-top: 28px; font: 900 4em/120% 'Montserrat', sans-serif; text-transform: uppercase; }
#swizzels > main > .gen.drumstick-60 .drumstick-60-post h3 { margin-top: 0; font: 900 2.4em/120% 'Montserrat', sans-serif; text-transform: uppercase; }
#swizzels > main > .gen.drumstick-60 .drumstick-60-post p { margin-top: 0; font: 900 1.4em/120% 'Montserrat', sans-serif; text-transform: uppercase; }
#swizzels > main > .gen.drumstick-60 hr + h1 { margin-top: 30px; }
#swizzels > main > .gen.drumstick-60 h1 + h2 { margin-top: 0; font: 900 2.4em/120% 'Montserrat', sans-serif; text-transform: uppercase; }

#swizzels > main > .gen .expand { max-width: 980px; margin: 3em auto 0; padding: 0 20px; }
#swizzels > main > .gen .expand .panel { max-height: 1500px; overflow: hidden; -webkit-transition: max-height 0.4s ease; transition: max-height 0.4s ease; }
#swizzels > main > .gen .expand.closed .panel { max-height: 140px; }
#swizzels > main > .gen .expand .panel:after { width: 100%; height: 0; background: -moz-linear-gradient(top,  rgba(239,251,255,0) 0%, rgba(239,251,255,1) 100%); background: -webkit-linear-gradient(top,  rgba(239,251,255,0) 0%,rgba(239,251,255,1) 100%); background: linear-gradient(to bottom,  rgba(239,251,255,0) 0%,rgba(239,251,255,1) 100%); position: absolute; bottom: 0; left: 0;content: ''; display: block; }
#swizzels > main > .gen .expand.closed .panel:after { height: 50px; }
#swizzels > main > .gen .expand ol { margin: 0; padding: 0; font: 900 1.2em/120% 'Montserrat', sans-serif; text-transform: uppercase; list-style: none; color: #dd211c; counter-reset: expandol; }
#swizzels > main > .gen .expand ol li:before { min-width: 30px; counter-increment: expandol; content: counter(expandol); display: inline-block; }
#swizzels > main > .gen .expand .panel { position: relative; }
#swizzels > main > .gen .expand > .gen-button { margin-top: 20px; }

@media only screen and (min-width: 500px) {
	#swizzels > main > .gen .expand ol { font-size: 2em; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
	#swizzels > main > .gen .expand ol li:before { min-width: 40px; }
}

@media only screen and (min-width: 980px) {
	#swizzels > main > .gen.drumstick-60 .drumstick-60-filter { max-width: 980px; margin: 0 auto; }
	#swizzels > main > .gen.drumstick-60 .drumstick-60-filter h2 { float: left; }
	#swizzels > main > .gen.drumstick-60 .drumstick-60-filter form { float: right; }
}

@media only screen and (max-width: 500px) {
	#swizzels > main > .gen.drumstick-60 h1,
	.page-id-8692 #swizzels > main > .gen h1,
	#swizzels > main > .gen.drumstick-60 .drumstick-60-post h2 { font-size: 2em; }
	#swizzels > main > .gen.drumstick-60 h1 + h2,
	#swizzels > main > .gen.drumstick-60 .drumstick-60-post h3 { font-size: 1.6em; }
	/*#swizzels > main > .gen.drumstick-60 .drumstick-60-post .image:after { width: 60px; height: 60px; bottom: 10px; right: 10px; }*/
}

#swizzels > main > .drumstick-60-intro { max-width: 980px; margin: 0.4em auto 0; }
#swizzels > main > .drumstick-60-intro h1 { padding: 0 20px; font: 900 7.5em/120% 'Montserrat', sans-serif; text-transform: uppercase; color: #ffe000; }
#swizzels > main > .drumstick-60-intro h1 i { font-size: 46px; vertical-align: middle; position: relative; top: -4px; }
#swizzels > main > .drumstick-60-intro h1 i:nth-of-type(1),
#swizzels > main > .drumstick-60-intro h1 i:nth-of-type(3),
#swizzels > main > .drumstick-60-intro h1 i:nth-of-type(4),
#swizzels > main > .drumstick-60-intro h1 i:nth-of-type(6) { color: #e30513; }
#swizzels > main > .drumstick-60-intro h1 i:nth-of-type(3) { margin-right: 22px; }
#swizzels > main > .drumstick-60-intro h1 i:nth-of-type(4) { margin-left: 24px; }
#swizzels > main > .drumstick-60-intro h2 { padding: 0 20px; font: 900 24px/120% 'Montserrat', sans-serif; text-transform: uppercase; color: #3baf29; }
#swizzels > main > .drumstick-60-intro h2 strong { display: block; font-weight: 900; color: #dd211c; font-size: 34px; line-height: 120%; }
#swizzels > main > .drumstick-60-intro .pod { max-width: 428px; margin: 2.2em 28px 60px; padding: 2.4em 10px 134px; display: inline-block; position: relative; vertical-align: top; color: #fff; border: 3px solid #fff; border-radius: 5px; box-shadow: 0 4px 0 7px rgba(0, 0, 0, 0.15); }
#swizzels > main > .drumstick-60-intro .pod.red { background: #dd211c; }
#swizzels > main > .drumstick-60-intro .pod.red:after { width: 458px; height: 207px; background: url(images/drumstick-60-prize-1.png) 0 0 no-repeat; position: absolute; bottom: -84px; left: 50%; margin-left: -229px; content: ''; display: block; }
#swizzels > main > .drumstick-60-intro .pod.green { background: #3baf29; }
#swizzels > main > .drumstick-60-intro .pod.green:after { width: 500px; height: 183px; background: url(images/drumstick-60-prize-2.png) 0 0 no-repeat; position: absolute; bottom: -64px; left: 50%; margin-left: -250px; content: ''; display: block; }
#swizzels > main > .drumstick-60-intro .pod h3 { font: 900 2.2em/120% 'Montserrat', sans-serif; text-transform: uppercase; }
#swizzels > main > .drumstick-60-intro .pod p { font-size: 1.9em; line-height: 120%; }

@media only screen and (max-width: 500px) {
	#swizzels > main > .drumstick-60-intro h1 { font-size: 5em; }
	#swizzels > main > .drumstick-60-intro h1 i { font-size: 25px; }
	#swizzels > main > .drumstick-60-intro h2 { font-size: 20px; line-height: 120%; }
	#swizzels > main > .drumstick-60-intro h2 strong { font-size: 28px; line-height: 120%; }
}

.drumstick-60-button { position: relative; font: 900 24px/120% 'Montserrat', sans-serif; text-transform: uppercase; padding: 12px 39px 10px; background-color: #dd211c; background-image: linear-gradient(to top, rgba(0,0,0,0,0.1) 0%, rgba(255,255,255,255,0.1) 100%); box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15); color: #fff !important; display: inline-block; vertical-align: middle; border: 0 !important; border-radius: 3px; -webkit-transition: -webkit-transform 0.1s ease; transition: -webkit-transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
.drumstick-60-button.alt { background-color: #fe0; color: #dd211c !important; }
.drumstick-60-button:hover { -webkit-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); }

#swizzels > main > .drumstick-60-bucketlist { max-width: 890px; margin: 2.5em auto 0.5em; padding: 1.8em 60px 3em; position: relative; background: #3baf29; color: #fff; border: 3px solid #fff; border-radius: 5px; box-shadow: 0 4px 0 7px rgba(0, 0, 0, 0.15); }
#swizzels > main > .drumstick-60-bucketlist h1 { margin: 0 auto; padding: 0 0 20px; max-width: 620px; border-bottom: 2px solid #252d20; font: 900 3.7em/120% 'Montserrat', sans-serif; text-transform: uppercase; }
#swizzels > main > .drumstick-60-bucketlist ol { margin: 24px 0 0; font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 1.4em; line-height: 120%; text-align: left; counter-reset: expandol; }
#swizzels > main > .drumstick-60-bucketlist ol li { padding: 0 0 0 30px; position: relative; }
#swizzels > main > .drumstick-60-bucketlist ol li:before { position: absolute; top: 0; left: 0; counter-increment: expandol; content: counter(expandol); display: inline-block; }
@media only screen and (max-width: 500px) {
	#swizzels > main > .drumstick-60-bucketlist { padding-left: 20px; padding-right: 20px; }
	#swizzels > main > .drumstick-60-bucketlist h1 { font-size: 2em; }
}
@media only screen and (min-width: 500px) {
	#swizzels > main > .drumstick-60-bucketlist ol { font-size: 1.6em; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
}
@media only screen and (min-width: 890px) {
	#swizzels > main > .drumstick-60-bucketlist:before { width: 236px; height: 207px; background: url(images/drumstick-60-bucketlist-1.png) 0 0 no-repeat; position: absolute; top: -66px; left: -78px; content: ''; display: block; }
	#swizzels > main > .drumstick-60-bucketlist:after { width: 250px; height: 229px; background: url(images/drumstick-60-bucketlist-2.png) 0 0 no-repeat; position: absolute; top: -80px; right: -76px; content: ''; display: block; }
}

.page-id-8692 #swizzels > main > .gen:first-child { max-width: 890px; margin: 2.5em auto 0.5em; padding: 2.4em 20px 75px; position: relative; background: #3baf29; color: #fff; border: 3px solid #fff; border-radius: 5px; box-shadow: 0 4px 0 7px rgba(0, 0, 0, 0.15); }
.page-id-8692 #swizzels > main > .gen:first-child > h1 { font: 900 37px/120% 'Montserrat', sans-serif; text-transform: uppercase; color: #fff; }
.page-id-8692 #swizzels > main > .gen:first-child > p { max-width: 620px; margin: 1em auto 0; padding: 0 20px 28px; font-weight: bold; border-bottom: 2px solid #252d20; }
.page-id-8692 #swizzels > main > .gen .wpcf7 form { text-align: right; position: relative; display: block; }
.page-id-8692 #swizzels > main > .gen .wpcf7 form > span,
.page-id-8692 #swizzels > main > .gen .wpcf7 form > div { text-align: center; }
.page-id-8692 #swizzels > main > .gen .wpcf7 form div.wpcf7-mail-sent-ok { padding-bottom: 90px; }
.page-id-8692 #swizzels > main > .gen .wpcf7 form > ul > li.checkbox label .wpcf7-list-item-label:before,
.page-id-8692 #swizzels > main > .gen .wpcf7 form > ul > li.checkbox input:checked + .wpcf7-list-item-label:before { color: #fff; }
.page-id-8692 #swizzels > main > .gen .wpcf7 form .wpcf7-submit { margin: 0 auto; display: block; }
@media only screen and (max-width: 500px) {
	.page-id-8692 #swizzels > main > .gen:first-child > h1 { font-size: 3em; }
}
@media only screen and (min-width: 890px) {
	.page-id-8692 #swizzels > main > .gen:first-child:before { width: 231px; height: 237px; background: url(images/drumstick-60-submit-1.png) 0 0 no-repeat; position: absolute; top: -24px; left: -82px; content: ''; display: block; }
	.page-id-8692 #swizzels > main > .gen:first-child:after { width: 236px; height: 240px; background: url(images/drumstick-60-submit-2.png) 0 0 no-repeat; position: absolute; top: -26px; right: -82px; content: ''; display: block; }
	.page-id-8692 #swizzels > main > .gen .wpcf7 form .wpcf7-submit { margin: 0 0 0 auto; }
	.page-id-8692 #swizzels > main > .gen .wpcf7 form:after { width: 226px; height: 132px; background: url(images/drumstick-60-submit-note.png) 0 0 no-repeat; position: absolute; bottom: -75px; left: -26px; content: ''; display: block; }
}

.page-id-3418 #swizzels > main > .gen h1,
.page-id-3418 #swizzels > main > .gen h2,
.parent-pageid-3418 #swizzels > main > .gen h1,
.parent-pageid-3418 #swizzels > main > .gen h2 { font: 4em/120% 'Lobster', cursive; }
.page-id-3418 #swizzels > main > .gen h1 span,
.page-id-3418 #swizzels > main > .gen h2 span,
.parent-pageid-3418 #swizzels > main > .gen h1 span,
.parent-pageid-3418 #swizzels > main > .gen h2 span { color: #00aeef; }
.page-id-3418 #swizzels > main > .gen p,
.parent-pageid-3418 #swizzels > main > .gen p { max-width: 940px; }

@media only screen and (max-width: 500px) {
	body.page-id-10812 #swizzels > main > .gen h1 { font-size: 4.2em; }
	body.page-id-10812 #swizzels > main > .gen h2 { font-size: 1.8em; }
	body.page-id-10812 #swizzels > main > .treasure-hunt { padding-bottom: 100px; }
	body.page-id-10812 #swizzels > main > .treasure-hunt > h1 { font-size: 2.6em; }
	body.page-id-10812 #swizzels > main > .treasure-hunt > h2 { font-size: 1.2em; }
	body.page-id-10812 #swizzels > main > .treasure-hunt .clues h3 { font-size: 4em; }
	body.page-id-10812 #swizzels > main > .treasure-hunt .clues .media { width: 100%; padding-bottom: 100%; }
	body.page-id-10812 #swizzels > main > .treasure-hunt .clues .slick-arrow { font-size: 18px; height: 40px; line-height: 40px; }
	body.page-id-10812 #swizzels > main > .treasure-hunt:after { width: 500px; height: 138px; bottom: -30px; margin-left: -250px; }
}

#swizzels > main > .blog { max-width: 960px; margin: 0 auto; padding: 2.4em 0 0; }
#swizzels > main > .did-you-know + .blog { margin-top: 2.4em; }
#swizzels > main > .blog > h1 { font: 3.5em/120% Pacifico, cursive; color: #dd211c; }
#swizzels > main > .blog .posts { font-size: 0; position: relative; }
#swizzels > main > .blog .posts article { width: 320px; margin: 2.4em auto 0; padding: 0 10px; font-size: 10px; display: inline-block; }
#swizzels > main > .blog .posts article a { color: #fff; position: relative; overflow: hidden; display: block; }
#swizzels > main > .blog .posts article a img { -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
#swizzels > main > .blog .posts article a:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
#swizzels > main > .blog .posts article a > span { background: #dd211c; min-height: 170px; display: block; position: relative; }
#swizzels > main > .blog .posts article a > span span { width: 100%; padding: 0 20px; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#swizzels > main > .blog .posts.no-cat article a > span { min-height: 120px; }
#swizzels > main > .blog .posts article a > span h1 { font: 2.4em/120% Pacifico, cursive; }
#swizzels > main > .blog .posts article a > span p { margin: 1.6em 0 0; padding: 2em 0 2px; line-height: 140%; font-weight: 900; text-transform: uppercase; position: relative; letter-spacing: 0.24em; display: inline-block; }
#swizzels > main > .blog .posts article a > span p:before { width: 40px; height: 1px; background: #fff; content: ''; position: absolute; top: 0; left: 50%; margin-left: -20px; }
#swizzels > main > .blog .posts article a > span p:after { width: 0; height: 2px; background: transparent; margin: 0 auto; content: ''; display: block; -webkit-transition: width 0.2s ease, background-color 0.2s ease; transition: width 0.2s ease, background-color 0.2s ease; }
#swizzels > main > .blog .posts article a:hover > span p:after { width: 100%; background: #fff; }
#swizzels > main > .blog nav { padding-top: 2em; font-size: 10px; }
#swizzels > main > .blog #infscr-loading { width: 100%; padding: 0.857em 0 0; font-size: 14px; line-height: 1.429em; font-weight: 700; font-style: italic; text-align: center; float: left; clear: both; position: absolute; bottom: -2em; left: 0; }
#swizzels > main > .blog #infscr-loading img { width: 0; height: 0; font-size: 0; display: none; }

#swizzels > main > .blog .posts article.cat-1 a > span,
#swizzels > main > .pods > article.cat-1 .panel { background: #dd211c; }
#swizzels > main > .blog .posts article.cat-5 a > span,
#swizzels > main > .pods > article.cat-5 .panel { background: #00aeef; }
#swizzels > main > .blog .posts article.lovely-moments a { color: #dd211c; }
#swizzels > main > .blog .posts article.lovely-moments a > span { background: url(images/lovely-moments-listing.jpg) 50% 50% / cover no-repeat #fff; }
#swizzels > main > .blog .posts article.lovely-moments a > span h1 { font: 2.8em/120% 'Lobster', cursive; }

/*
#swizzels > main > .blog .posts article.lovely-moments a { color: #e31d1a; }
#swizzels > main > .blog .posts article.purple span { background: #dd1c6e; }
#swizzels > main > .blog .posts article.mr-swizzel span { background: url(images/blog-mr-swizzel.png) 50% 50% / cover no-repeat #695149; }
#swizzels > main > .blog .posts article.lovely-moments span { background: url(images/blog-lovely-moments.png) 50% 50% / cover no-repeat #fff; }
#swizzels > main > .blog .posts article.lovely-moments span p:before,
#swizzels > main > .blog .posts article.lovely-moments a:hover span p:after { background: #e31d1a; }
*/

#swizzels > main > .gen .blog-categories { max-width: 980px; margin: 0 auto; padding: 0 20px; }
#swizzels > main > .gen .blog-categories > .select { margin-top: 26px; }
#swizzels > main > .gen .blog-categories > ul { display: none; }
#swizzels > main > .gen .blog-categories + h1 { margin-top: 1em; font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight: 100; text-transform: uppercase; color: #000; text-align: center; }

@media only screen and (min-width: 660px) {
	#swizzels > main > .gen .blog-categories > .select { display: none; }
	#swizzels > main > .gen .blog-categories > ul,
	body.text-left #swizzels > main > .gen .blog-categories > ul { max-width: 100%; margin-top: 16px; font-size: 0; text-align: center; display: block; }
	#swizzels > main > .gen .blog-categories:first-child > ul { margin-top: 0; }
	#swizzels > main > .gen .blog-categories > ul li { margin: 10px 2px 0; font-size: 10px; display: inline-block; }
	#swizzels > main > .gen .blog-categories > ul li a { padding: 14px 19px 12px; font-size: 1.2em; line-height: 120%; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; color: #dd211c; border: 0; background: #fff; box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); display: inline-block; }
	#swizzels > main > .gen .blog-categories > ul li.current-cat-parent a,
	#swizzels > main > .gen .blog-categories > ul li.current-cat a { color: rgba(0,0,0,0.3); }
	#swizzels > main > .gen .blog-categories > ul li a:hover { color: #000; }
}

#swizzels > main .blog-listing { max-width: 980px; margin: 0 auto; padding: 0 10px; font-size: 0; position: relative; }
#swizzels > main .blog-listing article { width: 320px; max-width: 50%; margin: 2em 0 0; padding: 0 10px; font-size: 10px; display: inline-block; vertical-align: top; }
#swizzels > main .blog-listing article a { display: block; background: #fff; box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
#swizzels > main .blog-listing article a figure { position: relative; overflow: hidden; }
#swizzels > main .blog-listing article a figure img { width: 100%; height: auto; -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
#swizzels > main .blog-listing article a:hover figure img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
#swizzels > main .blog-listing article a h2 { padding: 22px 20px 17px; font-size: 1.4em; font-weight: 900; line-height: 120%; letter-spacing: 0.18em; text-transform: uppercase; color: #dd211c; }
#swizzels > main .blog-listing article a p { min-height: 75px; padding: 0 20px 20px; font-size: 1.4em; line-height: 120%; color: #000; }
#swizzels > main .blog-listing article a p:before { width: 80px; height: 1px; margin: 0 auto 17px; background: #000; content: ''; display: block; }
#swizzels > main .blog-listing #infscr-loading { width: 100%; padding: 0.857em 0 0; font-size: 14px; line-height: 1.429em; font-weight: 700; font-style: italic; text-align: center; float: left; clear: both; position: absolute; bottom: -2em; left: 0; }
#swizzels > main .blog-listing #infscr-loading img { width: 0; height: 0; font-size: 0; display: none; }

#swizzels > main .blog-listing.recent article { width: 240px; }
#swizzels > main .blog-listing.category article { width: 240px; }
#swizzels > main .blog-listing.category article:nth-of-type(1),
#swizzels > main .blog-listing.category article:nth-of-type(2) { width: 480px; max-width: 100%; }
#swizzels > main .blog-listing.recent article a h2,
#swizzels > main .blog-listing.category article a h2 { padding: 0; font-size: 1.1em; position: relative; height: 70px; }
#swizzels > main .blog-listing.recent article a h2 span,
#swizzels > main .blog-listing.category article a h2 span { width: 100%; padding: 0 10px; position: absolute; top: 50%; left: 0; display: block; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

#swizzels > main > .gen.recent-posts h1:before { width: 140px; height: 1px; margin: 30px auto; background: #ccc; content: ''; display: block; }

@media only screen and (min-width: 660px) {
	#swizzels > main .blog-listing article a img { width: 300px; height: 220px; }
	#swizzels > main .blog-listing.recent article a img { width: 220px; height: 220px; }
	#swizzels > main .blog-listing.category article a img { width: 220px; height: 220px; }
	#swizzels > main .blog-listing.category article:nth-of-type(1) a img,
	#swizzels > main .blog-listing.category article:nth-of-type(2) a img { width: 460px; height: 220px; }
}

@-webkit-keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2)}100%{-webkit-transform:scale(1)}}@-moz-keyframes cd-bounce-1{0%{opacity:0;-moz-transform:scale(.5)}60%{opacity:1;-moz-transform:scale(1.2)}100%{-moz-transform:scale(1)}}@keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}
@-webkit-keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2{0%{opacity:0;-moz-transform:translateX(-100px)}60%{opacity:1;-moz-transform:translateX(20px)}100%{-moz-transform:translateX(0)}}@keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2-inverse{0%{opacity:0;-moz-transform:translateX(100px)}60%{opacity:1;-moz-transform:translateX(-20px)}100%{-moz-transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);transform:translateX(-20px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}

#swizzels > main .cd-wrapper { margin: 2.6em 0 0; position: relative; }
#swizzels > main .cd-wrapper::before { width: 16px; height: 16px; position: absolute; top: 0; left: 32px; background: #e52a27; content: ''; display: block; border-radius: 50%; }
#swizzels > main .cd-wrapper::after { width: 16px; height: 16px; position: absolute; bottom: 0; left: 32px; background: #e52a27; content: ''; display: block; border-radius: 50%; }
#swizzels > main .cd-container { width: 100%; max-width: 980px; margin: 0 auto; padding: 32px 20px 0; position: relative; }
#swizzels > main .cd-container::before { width: 2px; height: 100%; position: absolute; top: 0; left: 39px; background: #e52a27; content: ''; display: block; }
#swizzels > main .cd-container .cd-timeline-block { position: relative; text-align: left; }
#swizzels > main .cd-container .cd-timeline-block + .cd-timeline-block { margin: 2em 0 0; }
#swizzels > main .cd-container .cd-timeline-block .cd-timeline-img { position: absolute; top: 0; left: 0; width: 40px; height: 40px; background: #fff; border: 4px solid #e52a27; border-radius: 50%; }
#swizzels > main .cd-container .cd-timeline-block .cd-timeline-img img { max-width: 80%; max-height: 80%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content { margin: 0 0 0 60px; padding: 1em 20px 2em; position: relative; background: #e52a27; border-radius: 3px; color: #fff; }
#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content::before { width: 0; height: 0; position: absolute; top: 16px; right: 100%; border: 7px solid transparent; border-right-color: #e52a27; content: ''; display: block; }
#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content h2 { padding: 0 0 14px; font-size: 2.5em; line-height: 120%; font-weight: 900; border-bottom: 1px solid #fff; }
#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content p { margin: 1em 0 0; font-size: 1.3em; line-height: 120%; }
#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content p a { color: #fff; text-decoration: underline; }
#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content p a:hover { text-decoration: none; }
#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content img { margin: 20px auto 0; display: block; }

body.page-id-14002 #swizzels > main .cd-wrapper::before,
body.page-id-14002 #swizzels > main .cd-wrapper::after,
body.page-id-14002 #swizzels > main .cd-container::before { background: #fc8ca8; }
/*body.page-id-14002 #swizzels > main .cd-container .cd-timeline-block + .cd-timeline-block { display: none; }*/
body.page-id-14002 #swizzels > main .cd-container .cd-timeline-block .cd-timeline-img { border-color: #dd1c6e; }
body.page-id-14002 #swizzels > main .cd-container .cd-timeline-block .cd-timeline-content { background: #fc8ca8; }
body.page-id-14002 #swizzels > main .cd-container .cd-timeline-block .cd-timeline-content::before { border-right-color: #fc8ca8; }
body.page-id-14002 #swizzels > main .cd-wrapper .gen-button { margin-top: 30px; z-index: 2; }

@media only screen and (min-width: 980px) {
	#swizzels > main .cd-wrapper::before,
	#swizzels > main .cd-wrapper::after { left: 50%; margin-left: -8px; }
	#swizzels > main .cd-container:before { left: 50%; margin-left: -1px; }
	#swizzels > main .cd-wrapper .cd-timeline-block + .cd-timeline-block { margin: -50px 0 0; }
	#swizzels > main .cd-container .cd-timeline-block .cd-timeline-img { width: 74px; height: 74px; left: 50%; margin-left: -37px; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; }
	#swizzels > main .cd-container .cd-timeline-block .cd-timeline-img.is-hidden { visibility: hidden; }
	#swizzels > main .cd-container .cd-timeline-block .cd-timeline-img.bounce-in { visibility: visible; -webkit-animation: cd-bounce-1 0.6s; -moz-animation: cd-bounce-1 0.6s; animation: cd-bounce-1 0.6s; }
	#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content { width: 410px; margin: 0; float: left; }
	#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content::before { top: 30px; }
	#swizzels > main .cd-container .cd-timeline-block:nth-child(odd) .cd-timeline-content::before { right: auto; left: 100%; border-right-color: transparent; border-left-color: #e52a27; }
	#swizzels > main .cd-container .cd-timeline-block:nth-child(even) .cd-timeline-content { float: right; }
	#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content.is-hidden { visibility: hidden; }
	#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content.bounce-in { visibility: visible; -webkit-animation: cd-bounce-2 0.6s; -moz-animation: cd-bounce-2 0.6s; animation: cd-bounce-2 0.6s; }
	#swizzels > main .cd-container .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in { -webkit-animation: cd-bounce-2-inverse 0.6s; -moz-animation: cd-bounce-2-inverse 0.6s; animation: cd-bounce-2-inverse 0.6s; }
	#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content img { margin: 20px 0 0; float: right; }
	#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content img ~ p { margin-right: 160px; }
	#swizzels > main .cd-container .cd-timeline-block:nth-child(even) .cd-timeline-content img { float: left; }
	#swizzels > main .cd-container .cd-timeline-block:nth-child(even) .cd-timeline-content img ~ p { margin-right: 0; margin-left: 160px; }
	#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content h2 { font-size: 3.5em; }
	#swizzels > main .cd-container .cd-timeline-block .cd-timeline-content p { font-size: 1.6em; }
	
	body.page-id-14002 #swizzels > main .cd-container .cd-timeline-block:nth-child(odd) .cd-timeline-content::before { border-right-color: transparent; border-left-color: #fc8ca8; }

}

body.search #swizzels > main > .gen { padding-top: 8.4em; }
#swizzels > main > .search-results { padding: 0 20px; }
#swizzels > main > .search-results article { width: 100%; max-width: 940px; margin: 2em auto 0; padding: 2.6em 0 0; border-top: 1px solid #ccc; text-align: left; }
#swizzels > main > .search-results article h2 { font: 3em/120% Pacifico, cursive; color: #dd211c; }
#swizzels > main > .search-results article h2 a { color: #dd211c; }
#swizzels > main > .search-results article h2 a:hover { text-decoration: underline; }
#swizzels > main > .search-results article h2 a img { margin: 0 20px 10px 0; float: left; }
#swizzels > main > .search-results article h3 { margin: 1.5em 0 0; font-size: 1.2em; line-height: 120%; font-weight: 900; text-transform: uppercase; letter-spacing: 0.24em; color: #000; }
#swizzels > main > .search-results article h3 a { color: #000; }
#swizzels > main > .search-results article h3 a:hover { text-decoration: underline; }
#swizzels > main > .search-results article p { margin: 1.125em 0 0; font-size: 1.6em; line-height: 120%; }

/*
#swizzels > main > .gen .wpcf7 { width: 100%; max-width: 440px; padding: 2.6em 20px 0; margin: 0 auto; }
#swizzels > main > .gen .wpcf7 form > ul { margin: 0 0 2.4em; }
#swizzels > main > .gen .wpcf7 form > ul > li { padding: 1em 0 0; display: block; position: relative; }
*/

.post-type-archive-nutritional_database #swizzels > main > .gen h3 { font-size: 1.6em; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; }
#swizzels > main > .gen form.nutritional-database { max-width: 540px; margin: 0 auto; padding: 0 20px; }
.post-type-archive-nutritional_database #swizzels > main > .gen form.nutritional-database h3 { font-size: 1.2em; margin: 1.231em 0 0; padding: 0; text-align: left; }
#swizzels > main > .gen form.nutritional-database ul { margin: 0.5em 0 0; padding: 0; font-size: 1em; line-height: 100%; list-style: none; }
#swizzels > main > .gen form.nutritional-database ul li.text { margin: 1.5em 0 3em; }
#swizzels > main > .gen form.nutritional-database ul li.text label { display: block; }
#swizzels > main > .gen form.nutritional-database ul li.text label span { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#swizzels > main > .gen form.nutritional-database ul li.text label input { width: 100%; padding: 20px 19px 16px; font-size: 1.2em; line-height: 120%; color: #000; background: #fafafa; border: 1px solid #ccc; border-radius: 3px; }
#swizzels > main > .gen form.nutritional-database ul li.text label input::-webkit-input-placeholder { color: #000; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .gen form.nutritional-database ul li.text label input::-moz-placeholder { color: #000; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .gen form.nutritional-database ul li.text label input:-ms-input-placeholder { color: #000; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; -ms-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .gen form.nutritional-database ul li.text label input:-moz-placeholder { color: #000; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .gen form.nutritional-database ul li.text label input:focus::-webkit-input-placeholder { color: #ccc; }
#swizzels > main > .gen form.nutritional-database ul li.text label input:focus::-moz-placeholder { color: #ccc; }
#swizzels > main > .gen form.nutritional-database ul li.text label input:focus:-ms-input-placeholder { color: #ccc; }
#swizzels > main > .gen form.nutritional-database ul li.text label input:focus:-moz-placeholder { color: #ccc; }
#swizzels > main > .gen form.nutritional-database ul li.checkbox { width: 33.3333333333%; margin: 1em 0 0; float: left; }
#swizzels > main > .gen form.nutritional-database ul li.checkbox label { display: block; }
#swizzels > main > .gen form.nutritional-database ul li.checkbox label input { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#swizzels > main > .gen form.nutritional-database ul li.checkbox label span { font-size: 1.6em; line-height: 120%; display: block; vertical-align: middle; }
#swizzels > main > .gen form.nutritional-database ul li.checkbox label span:before { margin: 0 12px 2px 4px; font-size: 25px; font-family: 'fontawesome'; content: '\f111'; color: #dd211c; float: left; vertical-align: middle; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .gen form.nutritional-database ul li.checkbox label input:checked + span:before { content: '\f058'; color: #59ac00; }

#swizzels > main > .wp-pagenavi { margin: 40px 0 0; padding: 0 20px; font-size: 0; }
#swizzels > main > .wp-pagenavi span { margin: 0 5px; font: 20px/120% Pacifico, cursive; color: #dd211c; display: inline-block; vertical-align: middle; }
#swizzels > main > .wp-pagenavi span.current { width: 34px; height: 34px; font: 30px/30px Pacifico, cursive; background: #ccc; color: #fff; display: inline-block; border-radius: 3px; }
#swizzels > main > .wp-pagenavi a { margin: 0 1px; width: 34px; height: 34px; font: 30px/30px Pacifico, cursive; background: #dd211c; color: #fff; display: inline-block; border-radius: 3px; vertical-align: middle; -webkit-transition: -webkit-transform 0.1s ease; transition: -webkit-transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
#swizzels > main > .wp-pagenavi a:hover { -webkit-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); }
#swizzels > main > .wp-pagenavi a.first,
#swizzels > main > .wp-pagenavi a.last { width: auto; padding: 0 10px; font-size: 20px; }
#swizzels > main > .wp-pagenavi a.nextpostslink,
#swizzels > main > .wp-pagenavi a.previouspostslink { font-size: 20px; }

#swizzels > main > .sharethelove { max-width: 940px; margin: 3.5em auto 0; border: 2px solid #bb8bbe; border-radius: 5px; box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15); overflow: hidden; position: relative; background:#fff; }
#swizzels > main > .sharethelove > iframe { width: 100%; height: 747px; }
#swizzels > main > .sharethelove > img { width: 90%; display:block; margin:10px auto; }

#swizzels > main > .sharethelove.valentines { max-width: 820px; }
#swizzels > main > .sharethelove.valentines > iframe { height: 1150px; }

@media only screen and (max-width: 710px) {
	#swizzels > main > .sharethelove { margin: 3.5em 10px 0; }
	#swizzels > main > .sharethelove > iframe { height: 900px; }
	#swizzels > main > .sharethelove.valentines > iframe { height: 920px; }
}

#swizzels > main > .sharethelove > .sharethelove-share > h1 { padding: 50px 0 0; font-family: pacifico; font-size: 4em; line-height: 100%; color: #bb8abb; }
#swizzels > main > .sharethelove > .sharethelove-share > h1 strong { margin: 0 0 -10px; position: relative; font-family: lovehearts; font-size: 86px; line-height: 100%; text-transform: uppercase; color: #dd211c; display: block; font-weight: 400; }

@media only screen and (max-width: 710px) {
	#swizzels > main > .sharethelove > .sharethelove-share > h1 { padding-top: 20px; font-size: 24px; }
	#swizzels > main > .sharethelove > .sharethelove-share > h1 strong { font-size: 50px; }
}

#swizzels > main > .sharethelove > .sharethelove-share-page { padding: 40px 20px; }
#swizzels > main > .sharethelove > .sharethelove-share-page h1 { font-size: 40px; font-weight: 900; text-transform: uppercase; text-shadow: -1.6px 2.2px 0 #fff, -2.6px 4.2px 0 #ade0f8; color: #e31d1a; letter-spacing: 0.12em; }
#swizzels > main > .sharethelove > .sharethelove-share-page .result p { margin: 22px 0 0; font-size: 1.8em; line-height: 120%; }
#swizzels > main > .sharethelove > .sharethelove-share-page .result p a { color: #e31d1a; border-bottom: 1px solid rgba(227,29,26,1); display: inline-block; }
#swizzels > main > .sharethelove > .sharethelove-share-page .result p a:hover { border-bottom-color: rgba(227,29,26,0); }
#swizzels > main > .sharethelove > .sharethelove-share-page .result img { margin: 18px auto 20px; max-width: 100%; height: auto; display: block; }
#swizzels > main > .sharethelove > .sharethelove-share-page .result > ul { max-width: 700px; margin: 0 auto; }
#swizzels > main > .sharethelove > .sharethelove-share-page .result > ul > li { float: left; }
#swizzels > main > .sharethelove > .sharethelove-share-page .result > ul > li h2 { font: 24px/120% Pacifico, cursive; color: #ba8abd; display: inline-block; vertical-align: middle; }
#swizzels > main > .sharethelove > .sharethelove-share-page .result > ul > li + li { margin: 0 0 0 10px; float: right; }
#swizzels > main > .sharethelove > .sharethelove-share-page .result > ul > li > ul { padding: 6px 0; display: inline-block; vertical-align: middle; }
#swizzels > main > .sharethelove > .sharethelove-share-page .result > ul > li > ul > li { margin: 0 0 0 18px; display: inline-block; vertical-align: middle; }
#swizzels > main > .sharethelove > .sharethelove-share-page .result > ul > li > ul > li a { width: 38px; height: 38px; font-size: 26px; line-height: 38px; background: #ba8abd; color: #fff; text-align: center; display: inline-block; border-radius: 50%; -webkit-transition: -webkit-transform 0.1s ease; transition: -webkit-transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
#swizzels > main > .sharethelove > .sharethelove-share-page .result > ul > li > ul > li a:hover { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

@media only screen and (max-width: 710px) {
	#swizzels > main > .sharethelove > .sharethelove-share-page { padding: 20px; }
	#swizzels > main > .sharethelove > .sharethelove-share-page h1 { font-size: 17px; }
	#swizzels > main > .sharethelove > .sharethelove-share-page .result { padding: 0 5px; }
	#swizzels > main > .sharethelove > .sharethelove-share-page .result p { margin-top: 18px; font-size: 1.4em; }
	#swizzels > main > .sharethelove > .sharethelove-share-page .result img { margin-bottom: 10px; }
	#swizzels > main > .sharethelove > .sharethelove-share-page .result > ul > li + li { display:none; }
	#swizzels > main > .sharethelove > .sharethelove-share-page .result > ul > li + li + li { margin: 10px 0 0; padding-top: 10px; float: left; width: 100%; clear: both; border-top: 1px solid #ccc; display:block; }
}

#swizzels > main > .sharethelove > .sharethelove-share > .result img { margin: 18px auto 12px; max-width: 100%; height: auto; display: block; }
#swizzels > main > .sharethelove > .sharethelove-share > .result > ul { max-width: 700px; margin: 0 auto; }
#swizzels > main > .sharethelove > .sharethelove-share > .result > ul > li { float: left; }
#swizzels > main > .sharethelove > .sharethelove-share > .result > ul > li h2 { font: 24px/120% Pacifico, cursive; color: #ba8abd; display: inline-block; vertical-align: middle; }
#swizzels > main > .sharethelove > .sharethelove-share > .result > ul > li + li { margin: 0 0 0 10px; float: right; }
#swizzels > main > .sharethelove > .sharethelove-share > .result > ul > li > ul { padding: 6px 0; display: inline-block; vertical-align: middle; }
#swizzels > main > .sharethelove > .sharethelove-share > .result > ul > li > ul > li { margin: 0 0 0 18px; display: inline-block; vertical-align: middle; }
#swizzels > main > .sharethelove > .sharethelove-share > .result > ul > li > ul > li a { width: 38px; height: 38px; font-size: 26px; line-height: 38px; background: #ba8abd; color: #fff; text-align: center; display: inline-block; border-radius: 50%; -webkit-transition: -webkit-transform 0.1s ease; transition: -webkit-transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
#swizzels > main > .sharethelove > .sharethelove-share > .result > ul > li > ul > li a:hover { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

@media only screen and (max-width: 710px) {
	#swizzels > main > .sharethelove > .sharethelove-share > .result { padding: 0 5px; }
	#swizzels > main > .sharethelove > .sharethelove-share > .result img { margin-bottom: 10px; }
	#swizzels > main > .sharethelove > .sharethelove-share > .result > ul > li + li { display:none; }
	#swizzels > main > .sharethelove > .sharethelove-share > .result > ul > li + li + li { margin: 10px 0 0; padding-top: 10px; float: left; width: 100%; clear: both; border-top: 1px solid #ccc; display:block; }
}

#swizzels > main > .sharethelove > .sharethelove-share > .result-suggestions { width: 700px; max-width: calc(100% - 40px); margin: 16px auto 0; padding: 28px 0 16px; border-top: 1px solid #ccc; text-align: center; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-suggestions h2 { font-size: 17px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: #bb8abb; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-suggestions ul { margin: 0 -10px; position: relative; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-suggestions ul li { width: 25%; font-size: 1.5em; line-height: 120%; padding: 20px 10px 0; float: left; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-suggestions ul li img { margin: 0 auto 10px; display: block; }

@media only screen and (max-width: 710px) {
	#swizzels > main > .sharethelove > .sharethelove-share > .result-suggestions { padding-top: 18px; }
	#swizzels > main > .sharethelove > .sharethelove-share > .result-suggestions h2 { font-size: 16px; }
	#swizzels > main > .sharethelove > .sharethelove-share > .result-suggestions ul { margin: 0; }
	#swizzels > main > .sharethelove > .sharethelove-share > .result-suggestions ul li { width: 50%; }
}

#swizzels > main > .sharethelove > .sharethelove-share > .result-enter { width: 700px; max-width: calc(100% - 40px); margin: 0 auto 0; padding: 28px 0 0; border-top: 1px solid #ccc; text-align: center; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter h2 { font-family: pacifico; font-size: 35px; color: #ba8abd; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter h2 strong { font-family: lovehearts; font-weight: 400; text-transform: uppercase; color: #dd211c; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter > img { width: 295px; height: auto; margin: 0 -22px; position: relative; float: right; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form { max-width: 400px; padding: 2em 0 4em; display: block; position: relative; text-align: left; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li { padding-top: 1em; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.text label { display: block; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.text label > span.label { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.text label input { width: 100%; padding: 20px 19px 16px; font-size: 1.2em; line-height: 120%; color: #000; background: #fafafa; border: 1px solid #ccc; border-radius: 3px; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.text label input.wpcf7-not-valid { border-color: #dd211c; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.text label input::-webkit-input-placeholder { color: #000; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.text label input::-moz-placeholder { color: #000; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.text label input:-ms-input-placeholder { color: #000; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; -ms-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.text label input:-moz-placeholder { color: #000; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.text label input:focus::-webkit-input-placeholder { color: #ccc; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.text label input:focus::-moz-placeholder { color: #ccc; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.text label input:focus:-ms-input-placeholder { color: #ccc; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.text label input:focus:-moz-placeholder { color: #ccc; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.checkbox span { margin: 0 !important; display: block; vertical-align: middle; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.checkbox input { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.checkbox label { font-size: 1.6em; line-height: 120%; display: block; vertical-align: middle; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.checkbox label .wpcf7-list-item-label:before { margin: 0 12px 2px 4px; font-size: 25px; font-family: 'fontawesome'; content: '\f111'; color: #bb8abb; float: left; vertical-align: middle; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.checkbox input:checked + .wpcf7-list-item-label:before { content: '\f058'; color: #59ac00; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.checkbox > a { margin: 6px 0 0; font-size: 1.2em; line-height: 120%; color: #bb8abb; text-decoration: underline; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.checkbox > a:hover { text-decoration: none; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.checkbox > .note { font-size: 1.2em; margin: 0 0 0 38px !important; display: block; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.captcha { overflow: hidden; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form .gen-button { margin-top: 20px !important; background: #bb8abb !important; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li .wpcf7-not-valid-tip { font-size: 1.2em; font-weight: 900; text-transform: uppercase; letter-spacing: 0.24em; margin: 10px 4px 0; color: #dd211c; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form > ul > li.checkbox .wpcf7-not-valid-tip { margin: 6px 0 0px 38px !important; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form div.wpcf7-response-output { font-size: 1.6em; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form div.wpcf7-mail-sent-ok { border: 0; padding: 0; font-size: 24px; line-height: 120%; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form div.wpcf7-mail-sent-ok:before { padding: 0 0 20px; font: 35px/120% Pacifico, cursive; color: #dd211c; content: 'Thank you'; display: block; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form div.wpcf7-mail-sent-ok.complaint:after { content: 'The Swizzels Customer Care team will contact you by post shortly.'; display: block; }
#swizzels > main > .sharethelove > .sharethelove-share > .result-enter form div.wpcf7-validation-errors { border-color: #dd211c !important; padding: 10px 20px !important; }

@media only screen and (max-width: 710px) {
	#swizzels > main > .sharethelove > .sharethelove-share > .result-enter > img { max-width: 80%; height: auto; margin: 0 auto; display: none; float: none; }
}

#swizzels > main > footer { max-width: 980px; margin: 3em auto 0; }
#swizzels > main > footer h2 { font: 3em/120% Pacifico, cursive; color: #dd211c; }
#swizzels > main > footer form { position: relative; display: block; }
#swizzels > main > footer form label { width: calc(100% - 40px); float: left; }
#swizzels > main > footer form label span { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#swizzels > main > footer form label input { width: 100%; height: 40px; padding: 0 15px; font-size: 1.2em; line-height: 38px; font-weight: 900; background: #fff; border: 1px solid #ccc; border-right: 0; }
#swizzels > main > footer form label input::-webkit-input-placeholder { text-transform: uppercase; letter-spacing: 0.24em; color: #000; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > footer form label input::-moz-placeholder { text-transform: uppercase; letter-spacing: 0.24em; color: #000; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > footer form label input:-ms-input-placeholder { text-transform: uppercase; letter-spacing: 0.24em; color: #000; -ms-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > footer form label input:-moz-placeholder { text-transform: uppercase; letter-spacing: 0.24em; color: #000; -moz-transition: color 0.4s ease; transition: color 0.4s ease; }
#swizzels > main > footer form label input:focus::-webkit-input-placeholder { color: #ccc; }
#swizzels > main > footer form label input:focus::-moz-placeholder { color: #ccc; }
#swizzels > main > footer form label input:focus:-ms-input-placeholder { color: #ccc; }
#swizzels > main > footer form label input:focus:-moz-placeholder { color: #ccc; }
#swizzels > main > footer form button { width: 40px; height: 40px; line-height: 40px; background: #dd211c; border: 0; color: #fff; float: left; }
#swizzels > main > footer form button i { position: relative; font-size: 15px; left: 0; -webkit-transition: left 0.2s ease; transition: left 0.2s ease; }
#swizzels > main > footer form button:hover i { left: 4px; }
#swizzels > main > footer form button span { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#swizzels > main > footer .subscribe-response-one,
#swizzels > main > footer .subscribe-response-two { width: 100%; padding: 16px; position: absolute; top: 50px; left: 0; font-size: 1.2em; line-height: 120%; font-weight: 900; text-transform: uppercase; letter-spacing: 0.24em; color: #000; background: #fff; border: 2px solid #dd211c; text-align: center; }
#swizzels > main > footer > .signup { margin: 0 20px; padding: 2em 0; border: 1px dashed #fff; border-width: 1px 0; background: url(images/footer-signup.png) 100% 100% no-repeat; text-align: left; }
#swizzels > main > footer > .signup h2 { margin-right: 18px; display: inline-block; vertical-align: middle; }
#swizzels > main > footer > .signup form { width: 300px; display: inline-block; vertical-align: middle; }
#swizzels > main > footer > .follow { margin: 0 20px; padding: 3em 0 0; }
#swizzels > main > footer > .follow .col { width: 390px; max-width: 100%; display: inline-block; vertical-align: top; }
#swizzels > main > footer > .follow ul { font-size: 0; }
#swizzels > main > footer > .follow ul li { margin: 1em 9px 0; font-size: 10px; display: inline-block; }
#swizzels > main > footer > .follow ul li a { width: 38px; height: 38px; background: #fff; border-radius: 50%; font-size: 10px; display: inline-block; -webkit-transition: -webkit-transform 0.1s ease; transition: -webkit-transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
#swizzels > main > footer > .follow ul li a:hover { -webkit-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
#swizzels > main > footer > .follow ul li a i { font-size: 26px; line-height: 38px; }
#swizzels > main > footer > .follow ul li.facebook a { color: #355794; }
#swizzels > main > footer > .follow ul li.twitter a { color: #52adf3; }
#swizzels > main > footer > .follow ul li.instagram a { color: #527ea3; }
#swizzels > main > footer > .follow ul li.snapchat a { color: #edce00; }
#swizzels > main > footer > .follow ul li.youtube a { color: #e62d28; }
#swizzels > main > footer > .follow ul li.pinterest a { color: #bd081b; }
#swizzels > main > footer > .follow ul li a span { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#swizzels > main > footer > .follow p { margin: 1em 0 0; line-height: 120%; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; }
#swizzels > main > footer > .nav { margin: 28px 20px 0; font-size: 0; border-top: 1px solid #fff; }
#swizzels > main > footer > .nav nav { width: 100%; max-width: 310px; margin: 2.6em auto 0; padding: 0 10px; font-size: 10px; display: inline-block; vertical-align: top; }
#swizzels > main > footer > .nav nav ul { margin: 2.2em 0 0; }
#swizzels > main > footer > .nav nav ul li ~ li { margin: 0.6em 0 0; }
#swizzels > main > footer > .nav nav ul li a { font-size: 1.2em; line-height: 120%; font-weight: 900; text-transform: uppercase; letter-spacing: 0.24em; position: relative; display: inline-block; padding: 0 0 2px; }
#swizzels > main > footer > .nav nav ul li a:after { width: 0; height: 2px; background: transparent; margin: 0 auto; content: ''; display: block; -webkit-transition: width 0.2s ease, background-color 0.2s ease; transition: width 0.2s ease, background-color 0.2s ease; }
#swizzels > main > footer > .nav nav ul li a:hover:after { width: 100%; background: #000; }
#swizzels > main > footer > .nav nav form { margin: 1.4em 0 0; }

#swizzels > footer { padding: 2.8em 20px; background: #dd211c; color: #fff; position: relative; z-index: 4; }
#swizzels > footer ul li { font-size: 1.1em; font-weight: bold; line-height: 120%; display: inline; }
#swizzels > footer ul li ~ li:before { margin: 0 5px 0 3px; content: '|'; display: inline; }
#swizzels > footer ul li.break { display: block; }
#swizzels > footer ul li.break:before { display: none; }

body > .lightbox { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999; display: none; }
body > .lightbox .overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.6); cursor: pointer; z-index: 1; }
body > .lightbox .content { width: 100%; max-width: 660px; height: 90%; padding: 13px; overflow: hidden; position: absolute; top: 50%; left: 50%; z-index: 2; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
body > .lightbox .content .scroll { width: calc(100% - 13px - 13px); height: calc(100% - 13px - 13px); position: absolute; top: 13px; left: 13px; overflow: scroll; padding: 30px; border: 4px solid #dd211c; background: #fafafa; box-shadow: 0 8px 4px rgba(1, 1, 1, 0.4); text-align: left; }
body > .lightbox .content h1,
body > .lightbox .content h2 { font: 2.5em/30px Pacifico, cursive; color: #dd211c; text-align: center; }
body > .lightbox .content p { margin: 1em 0 0; font-size: 1.6em; line-height: 120%; }
body > .lightbox .content ul { margin: 1em 0 0 2em; font-size: 1.6em; line-height: 120%; list-style: disc; }
body > .lightbox .content ul ul { margin-top: 0; font-size: 1em; }
body > .lightbox .content ol { margin: 1em 0 0 2em; font-size: 1.6em; line-height: 120%; list-style: decimal; }
body > .lightbox .content ol ol { margin-top: 0; font-size: 1em; list-style: lower-alpha; }
body > .lightbox .content ul p,
body > .lightbox .content ol p { margin: 0; font-size: inherit; line-height: inherit; }
body > .lightbox .content a { color: #dd211c; text-decoration: underline; }
body > .lightbox .content a:hover { text-decoration: none; }
body > .lightbox .content a.close { width: 28px; height: 28px; font-size: 25px; line-height: 27px; text-align: center; position: absolute; top: 0; left: 0; text-decoration: none; background: #fff; box-shadow: 0 4px 4px rgba(1, 1, 1, 0.4); border-radius: 50%; }

body > .age-gate { width: 100%; height: calc(100% - 61px); padding: 0 20px; position: absolute; top: 61px; left: 0; background: #dd211c; color: #fff; z-index: 3; }
body > .age-gate h1 { padding: 38px 0 0; font: 3em/120% Pacifico, cursive; }
body > .age-gate p { margin: 18px 0 0; font-size: 1.6em; line-height: 120%; font-weight: 300; }
body > .age-gate p.error { font-weight: 700; display: none; }
body > .age-gate p + p { margin: 0; }
body > .age-gate h2 { max-width: 940px; margin: 1em auto 0; padding: 1em 0 0; font-size: 1.6em; line-height: 120%; font-weight: 300; border-top: 1px solid #fff; }
body > .age-gate br { display: none; }
body > .age-gate .selectric-wrapper { margin: 16px 5px 0; text-align: left; display: inline-block; }
body > .age-gate .gen-button { margin: 20px auto 0 !important; display: block !important; }

@media only screen and (min-width: 560px) {
	body > .age-gate h1 { font-size: 4em; }
	body > .age-gate p,
	body > .age-gate h2 { font-size: 2.4em; }
}

@media only screen and (min-width: 760px) {
	body > .age-gate { height: calc(100% - 197px); top: 197px; }
}

/* page variants */

body.page-id-9 #swizzels:before,
body.page-id-9 #swizzels:after,
body.page-id-19 #swizzels:after,
body.page-id-19 #swizzels:before,
body.page-id-27 #swizzels:after,
body.page-id-27 #swizzels:before,
body.page-id-29 #swizzels:after,
body.page-id-29 #swizzels:before,
body.page-id-37 #swizzels:before,
body.page-id-37 #swizzels:after,
body.page-id-39 #swizzels:before,
body.page-id-39 #swizzels:after,
body.page-id-41 #swizzels:before,
body.page-id-41 #swizzels:after,
body.page-id-57 #swizzels:before,
body.page-id-57 #swizzels:after,
body.page-id-4295 #swizzels:before,
body.page-id-4295 #swizzels:after,
body.page-id-6492 #swizzels:before,
body.page-id-6492 #swizzels:after,
body.post-type-archive-nutritional_database #swizzels:before,
body.post-type-archive-nutritional_database #swizzels:after,
body.single-nutritional_database #swizzels:before,
body.single-nutritional_database #swizzels:after,
body.single-rainbow_drops #swizzels:before,
body.single-rainbow_drops #swizzels:after,
body.blog #swizzels:before,
body.blog #swizzels:after,
body.category #swizzels:before,
body.category #swizzels:after,
body.single-post #swizzels:before,
body.single-post #swizzels:after,
body.page-template-page-xmas #swizzels:before,
body.page-template-page-xmas #swizzels:after,
body.page-id-19400 #swizzels:before,
body.page-id-19400 #swizzels:after,
body.page-id-19406 #swizzels:before,
body.page-id-19406 #swizzels:after,
body.page-id-13480 #swizzels:before,
body.page-id-13480 #swizzels:after { height: 900px; }

body.page-id-53 #swizzels > main > .gen h1,
body.page-id-53 #swizzels > main > .gen h2 { font: 5em/120% 'cookiesregular'; color: #5a2a82; position: relative; }
body.page-id-53 #swizzels > main > .gen h2:before { width: 648px; height: 84px; background: url(images/jokes-header.png) 50% 50% / contain no-repeat; position: absolute; top: 50%; left: 50%; margin: -42px 0 0 -324px; content: ''; display: block; }

/* love hearts special */

/*body.page-id-14002 { background: url(images/lovehearts-bg.jpg) 50% 197px no-repeat; }
body.page-id-14002 > .banner { border-bottom-color: rgba(255,255,255,0); }*/

body.page-id-14002 #swizzels > main > .gen:first-child hr { margin-top: 0; }
body.page-id-14002 #swizzels > main > .love-hearts-intro { max-width: 948px; margin: 0 auto; padding: 2.6em 20px 0; }
body.page-id-14002 #swizzels > main > .love-hearts-intro h1 { font-family: lovehearts; font-size: 5.2em; line-height: 120%; color: #dd211c; text-transform: uppercase; }
body.page-id-14002 #swizzels > main > .love-hearts-intro h1 strong { color: #00aeef; font-weight: normal; }
body.page-id-14002 #swizzels > main > .love-hearts-intro p { max-width: 720px; margin: 0.5em auto 0; font-size: 1.6em; line-height: 120%; color: #e31d1a; position: relative; z-index: 2; }
body.page-id-14002 #swizzels > main > .love-hearts-intro img { width: 100%; height: auto; margin: -10px 0 -50px; position: relative; }

@media only screen and (max-width: 500px) {
	body.page-id-14002 #swizzels > main > .love-hearts-intro h1 { font-size: 4em; }
	body.page-id-14002 #swizzels > main > .love-hearts-intro p { font-size: 1.4em; }
	body.page-id-14002 #swizzels > main > .love-hearts-intro img { margin: 0 0 -20px; }
}

body.page-id-14002 #swizzels > main > .love-hearts-gif-promo { max-width: 980px; margin: 2.9em auto 0; padding: 0 20px; background: url(images/lovehearts-gifpromo.png) 50% 0 no-repeat; text-align: left; }
body.page-id-14002 #swizzels > main > .love-hearts-gif-promo a { padding-top: 118px; display: block; }
body.page-id-14002 #swizzels > main > .love-hearts-gif-promo h1 { font-size: 0; }
body.page-id-14002 #swizzels > main > .love-hearts-gif-promo p { max-width: 310px; font-size: 2.5em; line-height: 120%; color: #e31d1a; }
body.page-id-14002 #swizzels > main > .love-hearts-gif-promo .gen-button { margin-top: 25px !important; background: #00aeef !important; }
body.page-id-14002 #swizzels > main > .love-hearts-gif-promo .videos { clear: both; padding-top: 3em; }
body.page-id-14002 #swizzels > main > .love-hearts-gif-promo .videos figure { width: 25%; padding: 25% 0 0; height: 0; position: relative; float: left; }
body.page-id-14002 #swizzels > main > .love-hearts-gif-promo .videos figure iframe,
body.page-id-14002 #swizzels > main > .love-hearts-gif-promo .videos figure video { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
body.page-id-14002 #swizzels > main > .love-hearts-gif-promo .videos figure button { position: absolute; top: 50%; left: 50%; font-size: 40px; line-height: 40px; margin: -20px 0 0 -20px; color: #fff; background: transparent; border: 0; padding: 0; z-index: 2; opacity: 1; }
body.page-id-14002 #swizzels > main > .love-hearts-gif-promo .videos figure.on button { opacity: 0; }

@media only screen and (max-width: 980px) {
	body.page-id-14002 #swizzels > main > .love-hearts-gif-promo { background-size: 100% auto; }
}

@media only screen and (max-width: 760px) {
	body.page-id-14002 #swizzels > main > .love-hearts-gif-promo a { padding-top: 70px; }
	body.page-id-14002 #swizzels > main > .love-hearts-gif-promo p { max-width: 180px; font-size: 1.6em; }
	body.page-id-14002 #swizzels > main > .love-hearts-gif-promo .videos figure { width: 50%; padding-top: 50%; }
}

@media only screen and (max-width: 500px) {
	body.page-id-14002 #swizzels > main > .love-hearts-gif-promo a { padding-top: 55px; }
	body.page-id-14002 #swizzels > main > .love-hearts-gif-promo p { max-width: 120px; font-size: 1.3em; }
	body.page-id-14002 #swizzels > main > .love-hearts-gif-promo .gen-button { margin-top: 15px !important; }
}
#swizzels > main > .loveheartsglossary { max-width: 980px; margin: 2.9em auto 0; padding: 0 20px; }
#swizzels > main > .loveheartsglossary h1 { font-family: lovehearts; font-size: 5.2em; line-height: 120%; color: #dd211c; text-transform: uppercase; }
#swizzels > main > .loveheartsglossary h1 strong { color: #00aeef; font-weight: normal; }
#swizzels > main > .loveheartsglossary .glossary { padding-top: 3em; }
#swizzels > main > .loveheartsglossary .glossary figure { width: 16.66%; padding: 16.66% 0 0; height: 0; position: relative; float: left; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 0.5s; transition: -webkit-transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; }
#swizzels > main > .loveheartsglossary .glossary figure.open { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }
#swizzels > main > .loveheartsglossary .glossary figure.toggle { cursor: pointer; }
#swizzels > main > .loveheartsglossary .glossary figure img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
#swizzels > main > .loveheartsglossary .glossary figure.open img { z-index: 1; }
#swizzels > main > .loveheartsglossary .glossary figure div { width: 100%; height: 100%; position: absolute; top: 0; left: 0; color: #fff; z-index: 1; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }
#swizzels > main > .loveheartsglossary .glossary figure.open div { z-index: 2; }
#swizzels > main > .loveheartsglossary .glossary figure div p { width: 100%; padding: 0 20px; position: absolute; top: 50%; left: 0; font-size: 1.4em; line-height: 120%; font-weight: 600; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#swizzels > main > .loveheartsglossary .glossary figure.text-black div p { color: #000; }

@media only screen and (max-width: 500px) {
	#swizzels > main > .loveheartsglossary h1 { font-size: 4em; }
}

@media only screen and (max-width: 760px) {
	#swizzels > main > .loveheartsglossary .glossary figure { width: 50%; padding-top: 50%; }
}

/* vimto special */

body.page-id-33 > .banner { border-bottom-color: #fff; }
body.page-id-33 #swizzels { background: rgba(202,0,131,1); background: -moz-linear-gradient(top, rgba(202,0,131,1) 0%, rgba(87,15,113,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(202,0,131,1)), color-stop(100%, rgba(87,15,113,1))); background: -webkit-linear-gradient(top, rgba(202,0,131,1) 0%, rgba(87,15,113,1) 100%); background: -o-linear-gradient(top, rgba(202,0,131,1) 0%, rgba(87,15,113,1) 100%); background: -ms-linear-gradient(top, rgba(202,0,131,1) 0%, rgba(87,15,113,1) 100%); background: linear-gradient(to bottom, rgba(202,0,131,1) 0%, rgba(87,15,113,1) 100%); }
body.page-id-33 #swizzels:before,
body.page-id-33 #swizzels:after { display: none; }

body.page-id-33 #swizzels > main > .gen h1,
body.page-id-33 #swizzels > main > .gen h2,
body.page-id-33 #swizzels > main > .gen p,
body.page-id-33 #swizzels > main > .gen ul.listing li span,
body.page-id-33 #swizzels > main > footer > .signup h2,
body.page-id-33 #swizzels > main > footer h2,
body.page-id-33 #swizzels > main > footer > .follow p,
body.page-id-33 #swizzels > main > footer > .nav nav ul li a { color: #fff; }
body.page-id-33 #swizzels > main > footer > .nav nav ul li a:hover:after { background-color: #fff; }

body.page-id-33 #swizzels > main > .gen h1,
body.page-id-33 #swizzels > main > .gen h2:not(:last-of-type) { font-family: 'Yellow Balloon W00 Regular'; }
body.page-id-33 #swizzels > main > .gen p { font: 2em/120% 'harabararegular'; }
body.page-id-33 #swizzels > main > .gen ul.listing:not(:last-of-type) li a { background: #631037; }
body.page-id-33 #swizzels > main > .gen ul.listing:not(:last-of-type) li a img { background: #fff; }
body.page-id-33 #swizzels > main > .gen ul.listing:not(:last-of-type) li a span { font: 1.6/120% 'harabararegular'; text-transform: none; }
body.page-id-33 #swizzels > main > .gen hr { background: #fff; }

body.page-id-33 #swizzels > main > footer > .follow .col + .col h2 { font-family: 'Yellow Balloon W00 Regular'; }

/* pot of gold */

body.page-id-13489 #swizzels > main > .gen h1 { max-width: 460px; margin: 8px auto 0; font: 900 3.4em/120% Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #00a1e1; text-transform: uppercase; position: relative; z-index: 2; }
body.page-id-13489 #swizzels > main > .gen h2 { max-width: 460px; margin: 0 auto; font: 900 3.4em/120% Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #dd211c; text-transform: uppercase; position: relative; z-index: 2; }

body.page-id-13489 #swizzels > main > .treasure-hunt { max-width: 940px; margin: 3.5em auto 80px; padding: 3.5em 20px; position: relative; background: url(images/potofgoldbg.jpg) 50% 0 repeat #00a1e1; color: #fff; border-radius: 20px; z-index: 1; }
body.page-id-13489 #swizzels > main > .treasure-hunt:after { width: 1007px; height: 191px; background: url(images/potofgoldtop.png) 50% 50% / cover no-repeat; position: absolute; top: -204px; left: 50%; margin-left: -515px; content: ''; display: block; }
body.page-id-13489 #swizzels > main > .treasure-hunt > p { max-width: 640px; margin: 0 auto; font-size: 1.8em; line-height: 120%; position: relative; z-index: 2; }
body.page-id-13489 #swizzels > main > .treasure-hunt > .wpcf7 + p { margin-top: 1em; padding-top: 1em; border-top: 1px solid #fff; }
body.page-id-13489 #swizzels > main > .treasure-hunt > p + p { margin-top: 25px; }
body.page-id-13489 #swizzels > main > .treasure-hunt .clues hr { display: none; }
body.page-id-13489 #swizzels > main > .treasure-hunt .clues .media { width: 55%; margin: 2em auto 0; position: relative; height: 0; padding-bottom: 55%; }
body.page-id-13489 #swizzels > main > .treasure-hunt .clues .media iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
body.page-id-13489 #swizzels > main > .treasure-hunt .clues .media img { max-width: 100%; height: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

body.page-id-13489 #swizzels > main > .gen .wpcf7 form > ul > li.checkbox label .wpcf7-list-item-label:before,
body.page-id-13489 #swizzels > main > .gen .wpcf7 form > ul > li.checkbox input:checked + .wpcf7-list-item-label:before { color: #fff; }

@media only screen and (max-width: 500px) {
	body.page-id-13489 #swizzels > main > .gen h1,
	body.page-id-13489 #swizzels > main > .gen h2 { font-size: 2.2em; }
	body.page-id-10812 #swizzels > main > .treasure-hunt { padding-bottom: 100px; }
	body.page-id-13489 #swizzels > main > .treasure-hunt > p { font-size: 1.4em; }
	body.page-id-13489 #swizzels > main > .treasure-hunt .clues .media { width: 100%; padding-bottom: 100%; }
}

/* pot of gold - old */

body.page-id-10812 #swizzels > main > .gen h1 { font: 900 5.2em/100% Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #e31d1a; text-transform: uppercase; }
body.page-id-10812 #swizzels > main > .gen h2 { margin-top: 0; font: 900 2.8em/120% Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #00a1e1; text-transform: uppercase; }
body.page-id-10812 #swizzels > main > .gen h2 + hr { margin-top: 1.5em; }
body.page-id-10812 #swizzels > main > .gen p { margin-top: 14px; font-size: 2em; }

body.page-id-10812 #swizzels > main > .treasure-hunt { max-width: 940px; margin: 2.5em auto 80px; padding: 3.5em 20px 135px; position: relative; background: url(images/potofgoldbg.png) top center no-repeat #00a1e1; color: #fff; border-radius: 20px; z-index: 1; }
body.page-id-10812 #swizzels > main > .treasure-hunt:after { width: 1047px; height: 290px; background: url(images/potofgoldbtm.png) 50% 50% / cover no-repeat; position: absolute; bottom: -60px; left: 50%; margin-left: -536px; content: ''; display: block; }
body.page-id-10812 #swizzels > main > .treasure-hunt > h1 { font: 900 3.6em/100% Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif; }
body.page-id-10812 #swizzels > main > .treasure-hunt > h2 { margin-top: 10px; font: 900 2.2em/100% Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif; text-transform: uppercase; }
body.page-id-10812 #swizzels > main > .treasure-hunt > p { max-width: 640px; margin: 25px auto 0; font-size: 1.8em; line-height: 120%; position: relative; z-index: 2; }
body.page-id-10812 #swizzels > main > .treasure-hunt > p a { color: #fff; border-bottom: 1px solid #fff; display: inline-block; }
body.page-id-10812 #swizzels > main > .treasure-hunt > p a:hover { border-bottom-color: rgba(255,255,255,0); }
body.page-id-10812 #swizzels > main > .treasure-hunt > h2 + p { padding: 22px 0 0; border-top: 1px solid #fff; }
body.page-id-10812 #swizzels > main > .treasure-hunt ul.social { max-width: 100%; margin-top: 16px; padding: 0; font-size: 0; line-height: 100%; list-style: none; text-align: center; position: relative; z-index: 2; }
body.page-id-10812 #swizzels > main > .treasure-hunt ul.social li { margin: 1em 9px 0; font-size: 10px; display: inline-block; vertical-align: middle; }
body.page-id-10812 #swizzels > main > .treasure-hunt ul.social li a { width: 38px; height: 38px; background: #fff; border: 0; border-radius: 50%; font-size: 10px; display: inline-block; -webkit-transition: -webkit-transform 0.1s ease; transition: -webkit-transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
body.page-id-10812 #swizzels > main > .treasure-hunt ul.social li a:hover { -webkit-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
body.page-id-10812 #swizzels > main > .treasure-hunt ul.social li a i { font-size: 26px; line-height: 38px; }
body.page-id-10812 #swizzels > main > .treasure-hunt ul.social li.facebook a { color: #355794; }
body.page-id-10812 #swizzels > main > .treasure-hunt ul.social li.twitter a { color: #52adf3; }
body.page-id-10812 #swizzels > main > .treasure-hunt ul.social li.instagram a { color: #527ea3; }

body.page-id-10812 #swizzels > main > .treasure-hunt .clues { max-width: 560px; margin: 2.5em auto 0; color: #000; background-color: #fff; background-image: linear-gradient(to top, rgba(117, 111, 97, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%); box-shadow: inset 0 0 43px rgba(255, 255, 255, 0.4); }
body.page-id-10812 #swizzels > main > .treasure-hunt .clues .clue { padding: 2em 30px 100px; outline: 0; }
body.page-id-10812 #swizzels > main > .treasure-hunt .clues h3 { font-size: 5em; color: #e31d1a; font-weight: 900; text-transform: uppercase; }
body.page-id-10812 #swizzels > main > .treasure-hunt .clues hr { margin-top: 1.5em; }
body.page-id-10812 #swizzels > main > .treasure-hunt .clues p { margin: 1em 0 0; font-size: 1.8em; line-height: 120%; font-weight: 900; }
body.page-id-10812 #swizzels > main > .treasure-hunt .clues .media { width: 80%; margin: 2em auto 0; position: relative; height: 0; padding-bottom: 80%; }
body.page-id-10812 #swizzels > main > .treasure-hunt .clues .media iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
body.page-id-10812 #swizzels > main > .treasure-hunt .clues .media img { max-width: 100%; height: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
body.page-id-10812 #swizzels > main > .treasure-hunt .clues .slick-arrow { font: 24px/50px Pacifico, cursive; height: 50px; padding: 0 15px; position: absolute; bottom: 30px; background: #dd211c; color: #fff; border: 0; border-radius: 3px; z-index: 99; -webkit-transition: -webkit-transform 0.1s ease; transition: -webkit-transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
body.page-id-10812 #swizzels > main > .treasure-hunt .clues .slick-arrow:hover { -webkit-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
body.page-id-10812 #swizzels > main > .treasure-hunt .clues .slick-arrow.slick-disabled { background: #b7b7b7; color: #dbdbdb; }
body.page-id-10812 #swizzels > main > .treasure-hunt .clues .slick-prev { left: 30px; }
body.page-id-10812 #swizzels > main > .treasure-hunt .clues .slick-next { right: 30px; }

/* valentines */

body.page-id-19400 #swizzels > main > .gen h1,
body.page-id-19406 #swizzels > main > .gen h1 { max-width: 1300px; padding: 0 180px; font-family: Lato; font-size: 3.9em; font-weight: 900; text-transform: uppercase; letter-spacing: 0.04em; text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0 8px 2px rgba(0, 99, 146, 0.2); color: #e31d1a; }
body.page-id-19400 #swizzels > main > .gen h2 { max-width: 1300px; padding: 0 180px; font-family: Lato; font-size: 2.8em; font-weight: 700; text-align: left; color: #000; }
body.page-id-19400 #swizzels > main > .gen h2 strong { font-family: LoveHearts; font-weight: normal; color: #dd211c; text-transform: uppercase; white-space: nowrap; }
body.page-id-19400 #swizzels > main > .gen h2 img { margin: 0 -20px 0 20px; position: relative; float: right; }
body.page-id-19400 #swizzels > main > .gen p { max-width: 1300px; padding: 0 180px; font-size: 1.6em; font-weight: 300; text-align: left; }
body.page-id-19400 #swizzels > main > .gen p.note { font-size: 1.4em; font-weight: 400; }
body.page-id-19400 #swizzels > main > .gen h3 { max-width: 560px; font-family: Lato; font-size: 3.2em; font-weight: 900; text-transform: uppercase; letter-spacing: 0.04em; text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0 8px 2px rgba(0, 99, 146, 0.2); color: #e31d1a; }
body.page-id-19400 #swizzels > main > .gen h3 img { width: 216px; height: auto; }
body.page-id-19400 #swizzels > main > .gen.local-hero-nomination > a { margin: 3em auto 0; border: 0; }

@media only screen and (max-width: 1100px) {
	body.page-id-19400 #swizzels > main > .gen h1,
	body.page-id-19400 #swizzels > main > .gen h2,
	body.page-id-19400 #swizzels > main > .gen p { padding: 0 150px; }
}

@media only screen and (max-width: 500px) {
	body.page-id-19400 #swizzels > main > .gen h1,
	body.page-id-19406 #swizzels > main > .gen h1 { font-size: 2.6em; padding: 0 50px; }
}

@media only screen and (max-width: 960px) {
	body.page-id-19400 #swizzels > main > .gen h1,
	body.page-id-19400 #swizzels > main > .gen h2,
	body.page-id-19400 #swizzels > main > .gen p { padding: 0 20px; }
	body.page-id-19400 #swizzels > main > .gen h2 img { max-width: 100%; height: auto; margin: 0 auto 20px; float: none; display: block; }
}

/* start xmas footer
#swizzels:before { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(136,206,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(136,206,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(136,206,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#88ceff',GradientType=0 ); }
#swizzels > main { background-image: url(images/xmas/main-bg.png); }
#swizzels > main > footer h2 { text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 3px 3px rgba(0, 1, 1, 0.75); }
#swizzels > main > footer form button { background-color: #0b8e36; }
end xmas footer */


/* clearfix
--------------------------------------------------------------------------
*/

.clearfix:before, .clearfix:after, div:before, div:after, header:before, header:after, main:before, main:after, section:before, section:after, article:before, article:after, nav:before, nav:after, ul:before, ul:after, ol:before, ol:after, footer:before, footer:after, #swizzels > main > .gen .wpcf7 form > ul > li:before, #swizzels > main > .gen .wpcf7 form > ul > li:after { content: " "; display: table; }
.clearfix:after, div:after, header:after, main:after, section:after, article:after, nav:after, ul:after, ol:after, footer:after, #swizzels > main > .gen .wpcf7 form > ul > li:after { clear: both; }

/* responsive
--------------------------------------------------------------------------
*/

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

	body > .banner { height: 552px; }
	body > .banner-slideshow .slide { height: 550px; }
	body.page-id-14002 > .banner { height: 402px; }
	body.banner-short > .banner { height: 302px; }
	body.banner-short > .banner-slideshow .slide { height: 300px; }

}

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

	#swizzels > main > #instafeed { max-width: 700px; }

}

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

	#swizzels > main > .products-promo { max-width: 680px; }
	#swizzels > main > .products-promo a { padding: 0 0 20px; text-align: center; }
	#swizzels > main > .products-promo a > img { max-width: 680px; width: 100%; height: auto; margin: 0 auto; float: none; display: block; }
	#swizzels > main > .products-promo a h2 { margin: 0; padding: 0 20px; }
	#swizzels > main > .products-promo a h2 img { max-width: 100%; height: auto; }
	#swizzels > main > .products-promo a h3 { font-size: 2em; padding: 0 20px; }
	#swizzels > main > .products-promo a > img + h3 { margin-top: 20px; }
	#swizzels > main > .products-promo a p { padding: 0 20px; }
	#swizzels > main > .products-promo a > img + h2,
	#swizzels > main > .products-promo a > img + h3 { margin-top: 0; padding-top: 20px; }
	#swizzels > main > .products-promo a .social { display: block; }

	#swizzels > main > .products-promo img + h2,
	#swizzels > main > .products-promo img + h3 { position: relative; z-index: 1; }
	#swizzels > main > .products-promo img + h2:before,
	#swizzels > main > .products-promo img + h3:before { width: 100%; height: 2000px; position: absolute; top: 0; left: 0; content: ''; display: block; z-index: -1; }
	#swizzels > main > .products-promo h2 img,
	#swizzels > main > .products-promo h3,
	#swizzels > main > .products-promo p,
	#swizzels > main > .products-promo .gen-button { position: relative; z-index: 2; }
	#swizzels > main > .products-promo.squashies img + h2:before,
	#swizzels > main > .products-promo.squashies img + h3:before { background: #490658; }
	#swizzels > main > .products-promo.refreshers img + h2:before,
	#swizzels > main > .products-promo.refreshers img + h3:before { background: #126a94; }
	#swizzels > main > .products-promo.rainbow-drops img + h2:before,
	#swizzels > main > .products-promo.rainbow-drops img + h3:before { background: #00aeef; }
	#swizzels > main > .products-promo.fun-gums img + h2:before,
	#swizzels > main > .products-promo.fun-gums img + h3:before { background: #5c2e91; }

}

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

	#swizzels > main > .gen ul.listing.slideshow { width: 720px; }

}

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

	#swizzels > main > .gen.product > .image { max-width: 500px; width: 100%; float: none; text-align: center; }
	#swizzels > main > .gen.product > .image img { width: 100%; height: auto; }
	#swizzels > main > .gen.product > .info { width: 100%; float: none; }
	#swizzels > main > .gen.product > .info h2 { margin: 0; padding: 0; font-size: 3em; }
	#swizzels > main > .gen.product > .info h2 ~ h2 { margin-top: 0.467em; }
	#swizzels > main > .gen.product > .info p { margin: 0.625em 0 0; padding: 0; }
	#swizzels > main > .gen.product > .info table { width: 100%; margin: 1.4em 0 0; }
	#swizzels > main > .gen.product > .info table th,
	#swizzels > main > .gen.product > .info table td { border-left: 1px solid #ccc; }
	#swizzels > main > .gen.product > .info table th:nth-of-type(1),
	#swizzels > main > .gen.product > .info table td:nth-of-type(1) { border-left: 0; }
	#swizzels > main > .gen.product > .info table thead th,
	#swizzels > main > .gen.product > .info table thead td { padding: 12px 14px 8px; font-size: 1.3em; line-height: 120%; font-weight: 900; text-transform: uppercase; letter-spacing: 0.16em; color: #333; background: #ededed; }
	#swizzels > main > .gen.product > .info table tbody th,
	#swizzels > main > .gen.product > .info table tbody td { padding: 8px 14px; font-size: 1.6em; line-height: 120%; background: #fafafa; }
	#swizzels > main > .gen.product > .info table tbody tr:nth-of-type(even) th,
	#swizzels > main > .gen.product > .info table tbody tr:nth-of-type(even) td { background: #ededed; }

}

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

	#swizzels > main > .pods { margin-top: 10px; padding: 0; }
	#swizzels > main > .pods + .pods { margin-top: 0; }
	#swizzels > main > .pods > article { width: 100%; margin-top: 1em;; }
	#swizzels > main > .pods > article:first-child:nth-last-child(3),
	#swizzels > main > .pods > article:first-child:nth-last-child(3) ~ article,
	#swizzels > main > .pods > article:first-child:nth-last-child(2),
	#swizzels > main > .pods > article:first-child:nth-last-child(2) ~ article,
	#swizzels > main > .pods > article:first-child:nth-last-child(1),
	#swizzels > main > .pods > article:first-child:nth-last-child(1) ~ article { width: 100%; }
	#swizzels > main > .pods > article:first-child:nth-last-child(3),
	#swizzels > main > .pods > article:first-child:nth-last-child(3) ~ article { max-width: 440px; }
	#swizzels > main > .pods > article:first-child:nth-last-child(2),
	#swizzels > main > .pods > article:first-child:nth-last-child(2) ~ article { max-width: 670px; }
	/*#swizzels > main > .pods > article:first-child:nth-last-child(1),
	#swizzels > main > .pods > article:first-child:nth-last-child(1) ~ article { padding: 0; }*/
	#swizzels > main > .pods > article .panel { position: relative; bottom: auto; left: auto; }
	#swizzels > main > .pods > article:first-child:nth-last-child(2) .panel,
	#swizzels > main > .pods > article:first-child:nth-last-child(2) ~ article .panel { width: 100%; left: auto; margin-left: 0; }
	#swizzels > main > .pods > article .panel h2 { padding: 12px 20px 0; font-size: 1.8em; }
	#swizzels > main > .pods > article .panel .hover,
	#swizzels > main > .pods > article:hover .panel .hover { max-height: 100%; padding: 9px 0 14px; }
	#swizzels > main > .pods > article .panel .hover:before { display: none; }
	#swizzels > main > .pods > article .panel p { font-size: 1.2em; }
	#swizzels > main > .pods > article:first-child:nth-last-child(3) .panel p,
	#swizzels > main > .pods > article:first-child:nth-last-child(3) ~ article .panel p { max-width: 220px; }
	#swizzels > main > .pods > article .panel ul { margin-top: 14px; }
	#swizzels > main > .pods > article .panel ul li { margin: 0 7px; font-size: 22px; }

}

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

	#swizzels > main > .gallery article.image { width: 330px; height: auto; }
	#swizzels > main > .gallery article.image > .image { width: auto; height: auto; background: transparent; }
	#swizzels > main > .gallery article.image > .image img { max-width: 100%; height: auto; position: relative; top: auto; left: auto; -webkit-transform: translateX(0) translateY(0); -ms-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); }

	#swizzels > main > .gallery article.image.left > .image img,
	#swizzels > main > .gallery article.image.right > .image img { margin: 0 auto 20px; float: none; display: block; }

	#swizzels > main > .gallery article.image.left blockquote,
	#swizzels > main > .gallery article.image.left .share { margin-left: 0; }
	#swizzels > main > .gallery article.image.right blockquote,
	#swizzels > main > .gallery article.image.right .share { margin-right: 0; }

}

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

	#swizzels > main > .gen ul.listing.slideshow { width: 480px; }

}

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

	#mobile-menu { display: block; }

	body { padding-top: 61px; }
	body > header { width: 100%; position: fixed; top: 0; left: 0; height: 61px; border-bottom: 1px solid #dd2b25; z-index: 9998; }
	body > header .rays { width: 1259px; height: 1259px; top: -560px; margin-left: -629.5px; }
	body > header:after { width: 760px; height: 60px; left: 50%; background-image: url(images/header-products-mob.png); margin-left: -380px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
		body > header:after { background-image: url(images/header-products-mob-retina.png); }
	}
	body > header h1 { margin-top: 11px; }
	body > header h1 img { width: 104px; height: 39px; }
	body > header .menu-open { display: block; }

	body > nav { display: none; }

	body > .banner { height: 201px; }
	body > .banner-slideshow .slide { height: 201px; }

	body.search #swizzels > main > .gen { padding-top: 2.4em; }

	#swizzels > main > #love-calculator .results .result { width: 110px; height: 112px; margin: 48px 20px 0 0; padding-top: 34px; background-size: contain; font-size: 28px; }
	#swizzels > main > #love-calculator .results p { font-size: 1.8em; }
	#swizzels > main > #love-calculator .results ul { display: none; }

	#swizzels > main > .did-you-know:before { display: none; }
	#swizzels > main > .did-you-know .wrap ul li > div:before,
	#swizzels > main > .did-you-know .wrap ul li.image > div:before { width: calc(100% - 10px); background-image: url(images/didyouknow-paper-full.png); }
	#swizzels > main > .did-you-know .wrap ul li.image > div:after { display: none; }
	#swizzels > main > .did-you-know .wrap ul li img { display: none; }
	#swizzels > main > .did-you-know .wrap ul li.image p { max-width: 100%; padding: 0 40px; }

	#swizzels > main > footer h2 { font-size: 2em; }
	#swizzels > main > footer > .signup { margin: 0; background: none; text-align: center; }
	#swizzels > main > footer > .signup h2 { margin: 0; display: block; }
	#swizzels > main > footer > .signup form { margin: 1.6em auto 0; display: block; }
	#swizzels > main > footer > .nav { display: none; }

}

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

	#swizzels > main { padding-bottom: 94px; background-image: url(images/swizzels-main-bg-mob.png); }

	#swizzels > main > #instafeed { width: 400px; }
	#swizzels > main > #instafeed li { display: none; }
	#swizzels > main > #instafeed li:nth-child(-n+10) { display: inline-block; }

}

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

	body > .banner { height: 130px; border-bottom: 0; }
	body.banner-short > .banner { height: 90px; }
	body > .banner-slideshow .slide { height: 130px; }
	body > .banner .rainbowdrops span { width: 10px; height: 13px; }

	#swizzels > main > .gen ul.listing li img { max-width: 100%; width: 220px; height: auto; margin: 0 auto; display: block; }
	#swizzels > main > .gen ul.listing.slideshow { width: 100%; padding-bottom: 20px; background: url(images/swipe-hint.svg) 50% 100% / 12px 13px no-repeat; }
	#swizzels > main > .gen ul.listing.slideshow li { width: 33.3333333333%; padding: 5px; }
	#swizzels > main > .gen ul.listing .slick-arrow { font-size: 0; }
	#swizzels > main > .gen ul.listing .slick-prev { top: auto; bottom: 2px; margin-top: 0; left: 50%; margin-left: -22px; }
	#swizzels > main > .gen ul.listing .slick-next { top: auto; bottom: 2px; margin-top: 0; right: 50%; margin-right: -22px; }
	#swizzels > main > .gen ul.listing .slick-prev span { width: 10px; height: 10px; margin: 0; background-image: url(images/slideshow-prev-mob.svg); }
	#swizzels > main > .gen ul.listing .slick-next span { width: 10px; height: 10px; margin: 0; background-image: url(images/slideshow-next-mob.svg); }

	#swizzels > main > .did-you-know .slick-prev { left: 20px; }
	#swizzels > main > .did-you-know .slick-next { right: 20px; }
	
}

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

	#swizzels > main > .heaven-or-hell { padding-left: 10px; padding-right: 10px; }
	#swizzels > main > .heaven-or-hell article { width: 50%; margin-left: 0; margin-right: 0; padding: 0 10px; }
	#swizzels > main > .heaven-or-hell article img { width: 100%; height: auto; }
	#swizzels > main > .heaven-or-hell article h2 { font-size: 1.8em; height: 60px; line-height: 60px; }

}

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

	#swizzels > main > .gen form.nutritional-database ul li.checkbox { width: auto; padding-right: 20px; }

}

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

	.gen-button { font-size: 1.4em !important; padding: 9px 19px !important; }


	#swizzels > main > .gen h1,
	#swizzels > main > .gen h2,
	#swizzels > main > .gen.product h1,
	#swizzels > main > .gen.product > .info h2,
	.page-id-3418 #swizzels > main > .gen h1,
	.page-id-3418 #swizzels > main > .gen h2,
	.parent-pageid-3418 #swizzels > main > .gen h1,
	.parent-pageid-3418 #swizzels > main > .gen h2 { font-size: 2em; }
	#swizzels > main > .gen h3 { font-size: 1.8em; }
	#swizzels > main > .gen p { font-size: 1.2em; }
	#swizzels > main > .gen.larger-text p,
	#swizzels > main > .gen.larger-text ul,
	#swizzels > main > .gen.larger-text ol { font-size: 1.6em; }

	#swizzels > main > .pods > article img { display: none; }
	#swizzels > main > .pods > article img:last-of-type { display: block; }

	#swizzels > main > .gen.product,
	#swizzels > main > .gen.product > .image { margin-top: 2em; }
	#swizzels > main > .gen.product > .info table thead th,
	#swizzels > main > .gen.product > .info table thead td { font-size: 1.1em; }
	#swizzels > main > .gen.product > .info table tbody th,
	#swizzels > main > .gen.product > .info table tbody td { font-size: 1.3em; }

	#swizzels > main > .did-you-know h2 { font-size: 2em; }
	#swizzels > main > .did-you-know .slick-arrow { top: 8px; }
	#swizzels > main > .did-you-know .slick-prev { width: 29px; height: 15px; }
	#swizzels > main > .did-you-know .slick-next { width: 27px; height: 17px; }
	#swizzels > main > .did-you-know .wrap ul li p { font-size: 2em; }

	#swizzels > main > .jokes h2 { font-size: 2em; }

	.page-id-49 #swizzels > main > .gen h1 { font-size: 3em; }
	#swizzels > main > #love-calculator form { padding: 0 10px; }
	#swizzels > main > #love-calculator form label { width: 50%; margin-left: 0; margin-right: 0; padding: 0 10px; float: left; }
	#swizzels > main > #love-calculator form label input { width: 100%; font-size: 2em; }

	body.page-id-53 #swizzels > main > .gen h1,
	body.page-id-53 #swizzels > main > .gen h2 { font-size: 3em; }

	#swizzels > main > .blog > h1 { font-size: 2em; }
	#swizzels > main > .blog .posts article a > span,
	#swizzels > main > .blog .posts.no-cat article a > span { padding: 13px 20px; min-height: 0; }
	#swizzels > main > .blog .posts article a > span span { width: 100%; position: relative; top: auto; left: auto; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	#swizzels > main > .blog .posts article a > span h1 { font-size: 1.8em; }
	#swizzels > main > .blog .posts article a > span p { margin-top: 13px; padding-top: 0; }
	#swizzels > main > .blog .posts article a > span p:before { display: none; }

	#swizzels > main > .gen .wpcf7 form > ul > li.text label input,
	#swizzels > main > .gen .wpcf7 form > ul > li.text label textarea,
	#swizzels > main > .gen .wpcf7 form > ul > li.upload .upload-field label { font-size: 1em; }
	#swizzels > main > .gen .wpcf7 form > ul > li.upload .upload-field label { padding: 12px 9px; }
	#swizzels > main > .gen .wpcf7 form > ul > li.checkbox label { font-size: 1.4em; }
	#swizzels > main > .gen .wpcf7 form > ul > li.checkbox label .wpcf7-list-item-label:before { font-size: 20px; }
	#swizzels > main > .gen .wpcf7 form > ul > li.checkbox > a { margin: 6px 0 0 38px; font-size: 1.1em; }
	#swizzels > main > .gen .wpcf7 form > ul > li .wpcf7-not-valid-tip,
	#swizzels > main > .gen .wpcf7 form > ul > li .complaint-not-valid { font-size: 1em; }
	#swizzels > main > .gen .wpcf7 form > ul > li.checkbox .wpcf7-not-valid-tip { margin: 6px 0 0px 38px !important; }
	#swizzels > main > .gen .wpcf7 form > ul > li.upload .wpcf7-not-valid-tip { margin: 0; width: 140px; float: right; text-align: center; line-height: 120%;}
	#swizzels > main > .gen .wpcf7 form div.wpcf7-response-output { font-size: 1.4em; }
	#swizzels > main > .gen .wpcf7 form div.wpcf7-mail-sent-ok { font-size: 16px; }
	#swizzels > main > .gen .wpcf7 form div.wpcf7-mail-sent-ok:before { font-size: 20px; }

	#swizzels > main > .gen .wpcf7 form > ul > li.upload p span { font-size: 10px; }

	#swizzels > footer { padding: 1.2em 20px; }

}

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

	#swizzels > main > .gallery { padding-left: 20px; }
	#swizzels > main > .gallery article { margin-left: 0; height: auto; }

}

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

	#swizzels > main > #instafeed { width: 280px; }

}

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

	#swizzels > main > #instafeed { width: 100%; }
	#swizzels > main > #instafeed li { width: 50%; }
	#swizzels > main > #instafeed li img { width: 100%; height: auto; }

}

/* print
--------------------------------------------------------------------------
*/

@media print {
	body > header,
	body > nav,
	body > .banner,
	#swizzels:before,
	#swizzels:after,
	#swizzels > main > .blog ul.buttons,
	#swizzels > main > footer,
	#swizzels > footer { display: none; }
	#swizzels,
	#swizzels > main { background: #fff !important; }
}


/* slick
--------------------------------------------------------------------------
*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #CCCCCC;
  background: #FAFAFA;
  position: relative;
  border-radius: 4px;
}
.selectric-wpcf7-not-valid .selectric {
	border-color: #dd211c;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 60px 0 10px;
  font-size: 24px;
  font-family: Pacifico, cursive;
  line-height: 48px;
  color: #DD211C;
  height: 48px;
}

.wpcf7 .selectric .label,
#age-gate .selectric .label,
.drumstick-60-filter .selectric .label {
	font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	margin-left: 19px;
}
@media only screen and (max-width: 500px) {
	.wpcf7 .selectric .label,
	#age-gate .selectric .label {
		font-size: 1em;
	}
}

.selectric .button {
  background: #DD211C;
  border-radius: 0 4px 4px 0;
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 0;
}

#age-gate .selectric .button {
	background: #999;
}

.selectric .button:after {
  content: "\f107";
  font-family: 'fontawesome';
  font-size: 24px;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 500px) {
	.selectric .label { font-size: 18px; line-height: 38px; height: 40px; }
	.selectric .button { width: 40px; height: 40px; }
	.selectric .button:after { width: 40px; height: 40px; font-size: 18px; line-height: 40px; }
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FAFAFA;
  border: 1px solid #CCCCCC;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

/*.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}*/

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items ul {
	max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    list-style: none !important;
}

.selectric-items li {
  display: block;
  padding: 8px;
  color: #000;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #CCCCCC;
  color: #FFFFFF;
}

.selectric-items li.highlighted {
  background: #CCCCCC;
  color: #FFFFFF;
}

.selectric-items li:hover {
  background: #FFFFFF;
  color: #000;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(images/swipebox/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(images/swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}

/*! jQuery UI - v1.12.1 - 2017-02-03
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=0&bgImgOpacityHighlight=0&bgImgOpacityActive=100&bgImgOpacityHover=0&bgImgOpacityDefault=0&bgImgOpacityContent=100&bgImgOpacityHeader=0&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=20&bgImgOpacityShadow=50&bgTextureShadow=highlight_soft&bgColorShadow=%23aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=40&bgTextureOverlay=highlight_hard&bgColorOverlay=%23aaaaaa&iconColorError=%23ffffff&fcError=%23ffffff&borderColorError=%23990400&bgTextureError=inset_hard&bgColorError=%23990400&iconColorHighlight=%23000000&fcHighlight=%23000000&borderColorHighlight=%23cccccc&bgTextureHighlight=inset_hard&bgColorHighlight=%23cccccc&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23de211d&bgTextureActive=flat&bgColorActive=%23de211d&iconColorHover=%23ffffff&fcHover=%23ffffff&borderColorHover=%23de211d&bgTextureHover=glass&bgColorHover=%23de211d&iconColorDefault=%23999999&fcDefault=%23000000&borderColorDefault=%23cccccc&bgTextureDefault=glass&bgColorDefault=%23eeeeee&iconColorContent=%23222222&fcContent=%23222222&borderColorContent=%23cccccc&bgTextureContent=highlight_hard&bgColorContent=%23f9f9f9&iconColorHeader=%23ffffff&fcHeader=%23ffffff&borderColorHeader=%23de211d&bgTextureHeader=diagonals_thick&bgColorHeader=%23de211d&cornerRadius=3px&fwDefault=normal&fsDefault=1.1em&ffDefault=Lato%2C%20Arial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;color:#000}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Lato,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Lato,Arial,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #ccc}.ui-widget-content{border:1px solid #ccc;background:#f9f9f9 url("images/ui/ui-bg_highlight-hard_100_f9f9f9_1x100.png") 50% top repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #de211d;background:#de211d url("images/ui/ui-bg_diagonals-thick_0_de211d_40x40.png") 50% 50% repeat;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #ccc;background:#eee url("images/ui/ui-bg_glass_0_eeeeee_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#000}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#000;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #de211d;background:#de211d url("images/ui/ui-bg_glass_0_de211d_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#fff}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#fff;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #de211d;background:#de211d;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#de211d;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #ccc;background:#ccc url("images/ui/ui-bg_inset-hard_0_cccccc_1x100.png") 50% bottom repeat-x;color:#000}.ui-state-checked{border:1px solid #ccc;background:#ccc}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#000}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #990400;background:#990400 url("images/ui/ui-bg_inset-hard_0_990400_1x100.png") 50% bottom repeat-x;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui/ui-icons_ffffff_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui/ui-icons_ffffff_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui/ui-icons_000000_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui/ui-icons_ffffff_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui/ui-icons_999999_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa url("images/ui/ui-bg_highlight-hard_40_aaaaaa_1x100.png") 50% top repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:-8px -8px 8px #aaa;box-shadow:-8px -8px 8px #aaa}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}