@charset "UTF-8";
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display:block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display:inline-block;
    *display:inline;
    *zoom:1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display:none;
    height:0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display:none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family:Arial, Helvetica, sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin:0;
	height:100%;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline:thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline:0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
 
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
}


/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom:1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight:bold;
}

blockquote {
    margin:20px 0;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style:italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background:#ff0;
    color:#000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin:0 0 20px 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family:monospace, serif;
    _font-family:'courier new', monospace;
    font-size:1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space:pre;
    white-space:pre-wrap;
    word-wrap:break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes:none;
}

/* 2 */

q:before,
q:after {
    content:'';
    content:none;
}

small {
    font-size:75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}

sup {
    top:-0.5em;
}

sub {
    bottom:-0.25em;
}

address{
	font-style:normal;
}

/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin:20px 0;
}

ul ul, ol ol{
	margin:3px 0;
}

dt {
	font-weight:bold;
}
dd {
    margin:0 0 0 25px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding:0 0 0 25px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style:none;
    list-style-image:none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border:0; /* 1 */
    -ms-interpolation-mode:bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow:hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin:0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin:0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border:0; /* 1 */
    padding:0;
    white-space:normal; /* 2 */
    *margin-left:-7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size:100%; /* 1 */
    margin:0; /* 2 */
    vertical-align:baseline; /* 3 */
    *vertical-align:middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height:normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor:pointer; /* 1 */
    -webkit-appearance:button; /* 2 */
    *overflow:visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor:default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing:border-box; /* 1 */
    padding:0; /* 2 */
    *height:13px; /* 3 */
    *width:13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance:textfield; /* 1 */
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; /* 2 */
    box-sizing:content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance:none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border:0;
    padding:0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow:auto; /* 1 */
    vertical-align:top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse:collapse;
    border-spacing:0;
}

/*!
 *  Font Awesome 4.2.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.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.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}.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}@-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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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-twitter:before{content:"\f099"}
.fa-facebook:before{content:"\f09a"}
.fa-google-plus:before{content:"\f0d5"}
.fa-youtube:before{content:"\f167"}
.fa-envelope-o:before{content:"\f0e0"}
/*.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-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.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-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-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{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: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-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.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"}*/
@charset "CP850";
html {
  font-size: 10px;
  height: 100%;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

form {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.no-max-width-img img {
    max-width: none;
}

.wrap {
  position: relative;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: none;
  min-width: 300px;
  height: 100%;
  min-height: 100%;
}

.container {
  display: block;
  margin: 0 auto;
  max-width: none;
  padding: 0 15px;
}

.grid, .grid-wide {
  clear: both;
  display: block;
  list-style: none;
  margin: 0 0 0 -20px;
  padding: 0;
  justify-content: initial;
  font-family: "reset";
  font-size: 0;
  line-height: 0;
  text-rendering: optimizespeed;
  -webkit-text-size-adjust: auto;
  -moz-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  text-size-adjust: auto;
}
.grid:after, .grid-wide:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.grid > *, .grid-wide > * {
  padding: 0 0 0 20px;
  width: 100%;
  text-align: left;
  -ms-text-justify: auto;
  text-justify: auto;
  word-wrap: break-word;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

.justify {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.justify:after {
  display: inline-block;
  width: 100%;
}

[class*=push-],
[class*=pull-] {
  position: relative;
}

.span-auto {
  width: auto;
}

.span-1 {
  width: 100%;
}

.span-1-2 {
  width: 50%;
}

.span-1-3 {
  width: 33.33%;
}

.span-2-3 {
  width: 66.66%;
}

.span-1-4 {
  width: 25%;
}

.span-3-4 {
  width: 75%;
}

.span-1-5 {
  width: 20%;
}

.span-2-5 {
  width: 40%;
}

.span-3-5 {
  width: 60%;
}

.span-4-5 {
  width: 80%;
}

.span-1-6 {
  width: 16.66%;
}

.span-5-6 {
  width: 83.33%;
}

.span-1-7 {
  width: 14.28%;
}

.span-2-7 {
  width: 28.57%;
}

.span-3-7 {
  width: 42.85%;
}

.span-4-7 {
  width: 57.14%;
}

.span-5-7 {
  width: 71.42%;
}

.span-6-7 {
  width: 85.71%;
}

.span-1-8 {
  width: 12.5%;
}

.span-3-8 {
  width: 37.5%;
}

.span-5-8 {
  width: 62.5%;
}

.span-7-8 {
  width: 87.5%;
}

.span-1-9 {
  width: 11.11%;
}

.span-2-9 {
  width: 22.22%;
}

.span-4-9 {
  width: 44.44%;
}

.span-5-9 {
  width: 55.55%;
}

.span-7-9 {
  width: 77.77%;
}

.span-8-9 {
  width: 88.88%;
}

.span-1-10 {
  width: 10%;
}

.span-3-10 {
  width: 30%;
}

.span-7-10 {
  width: 70%;
}

.span-9-10 {
  width: 90%;
}

.offset-0 {
  margin-left: 0;
}

.offset-1-2 {
  margin-left: 50%;
}

.offset-1-3 {
  margin-left: 33.33%;
}

.offset-2-3 {
  margin-left: 66.66%;
}

.offset-1-4 {
  margin-left: 25%;
}

.offset-3-4 {
  margin-left: 75%;
}

.offset-1-5 {
  margin-left: 20%;
}

.offset-2-5 {
  margin-left: 40%;
}

.offset-3-5 {
  margin-left: 60%;
}

.offset-4-5 {
  margin-left: 80%;
}

.offset-1-6 {
  margin-left: 16.66%;
}

.offset-5-6 {
  margin-left: 83.33%;
}

.offset-1-7 {
  margin-left: 14.28%;
}

.offset-2-7 {
  margin-left: 28.57%;
}

.offset-3-7 {
  margin-left: 42.85%;
}

.offset-4-7 {
  margin-left: 57.14%;
}

.offset-5-7 {
  margin-left: 71.42%;
}

.offset-6-7 {
  margin-left: 85.71%;
}

.offset-1-8 {
  margin-left: 12.5%;
}

.offset-3-8 {
  margin-left: 37.5%;
}

.offset-5-8 {
  margin-left: 62.5%;
}

.offset-7-8 {
  margin-left: 87.5%;
}

.offset-1-9 {
  margin-left: 11.11%;
}

.offset-2-9 {
  margin-left: 22.22%;
}

.offset-4-9 {
  margin-left: 44.44%;
}

.offset-5-9 {
  margin-left: 55.55%;
}

.offset-7-9 {
  margin-left: 77.77%;
}

.offset-8-9 {
  margin-left: 88.88%;
}

.offset-1-10 {
  margin-left: 10%;
}

.offset-3-10 {
  margin-left: 30%;
}

.offset-7-10 {
  margin-left: 70%;
}

.offset-9-10 {
  margin-left: 90%;
}

.inset-0 {
  margin-right: 0;
}

.inset-1-2 {
  margin-right: 50%;
}

.inset-1-3 {
  margin-right: 33.33%;
}

.inset-2-3 {
  margin-right: 66.66%;
}

.inset-1-4 {
  margin-right: 25%;
}

.inset-3-4 {
  margin-right: 75%;
}

.inset-1-5 {
  margin-right: 20%;
}

.inset-2-5 {
  margin-right: 40%;
}

.inset-3-5 {
  margin-right: 60%;
}

.inset-4-5 {
  margin-right: 80%;
}

.inset-1-6 {
  margin-right: 16.66%;
}

.inset-5-6 {
  margin-right: 83.33%;
}

.inset-1-7 {
  margin-right: 14.28%;
}

.inset-2-7 {
  margin-right: 28.57%;
}

.inset-3-7 {
  margin-right: 42.85%;
}

.inset-4-7 {
  margin-right: 57.14%;
}

.inset-5-7 {
  margin-right: 71.42%;
}

.inset-6-7 {
  margin-right: 85.71%;
}

.inset-1-8 {
  margin-right: 12.5%;
}

.inset-3-8 {
  margin-right: 37.5%;
}

.inset-5-8 {
  margin-right: 62.5%;
}

.inset-7-8 {
  margin-right: 87.5%;
}

.inset-1-9 {
  margin-right: 11.11%;
}

.inset-2-9 {
  margin-right: 22.22%;
}

.inset-4-9 {
  margin-right: 44.44%;
}

.inset-5-9 {
  margin-right: 55.55%;
}

.inset-7-9 {
  margin-right: 77.77%;
}

.inset-8-9 {
  margin-right: 88.88%;
}

.inset-1-10 {
  margin-right: 10%;
}

.inset-3-10 {
  margin-right: 30%;
}

.inset-7-10 {
  margin-right: 70%;
}

.inset-9-10 {
  margin-right: 90%;
}

.push-0 {
  left: 0;
}

.push-1-2 {
  left: 50%;
}

.push-1-3 {
  left: 33.33%;
}

.push-2-3 {
  left: 66.66%;
}

.push-1-4 {
  left: 25%;
}

.push-3-4 {
  left: 75%;
}

.push-1-5 {
  left: 20%;
}

.push-2-5 {
  left: 40%;
}

.push-3-5 {
  left: 60%;
}

.push-4-5 {
  left: 80%;
}

.push-1-6 {
  left: 16.66%;
}

.push-5-6 {
  left: 83.33%;
}

.push-1-7 {
  left: 14.28%;
}

.push-2-7 {
  left: 28.57%;
}

.push-3-7 {
  left: 42.85%;
}

.push-4-7 {
  left: 57.14%;
}

.push-5-7 {
  left: 71.42%;
}

.push-6-7 {
  left: 85.71%;
}

.push-1-8 {
  left: 12.5%;
}

.push-3-8 {
  left: 37.5%;
}

.push-5-8 {
  left: 62.5%;
}

.push-7-8 {
  left: 87.5%;
}

.push-1-9 {
  left: 11.11%;
}

.push-2-9 {
  left: 22.22%;
}

.push-4-9 {
  left: 44.44%;
}

.push-5-9 {
  left: 55.55%;
}

.push-7-9 {
  left: 77.77%;
}

.push-8-9 {
  left: 88.88%;
}

.push-1-10 {
  left: 10%;
}

.push-3-10 {
  left: 30%;
}

.push-7-10 {
  left: 70%;
}

.push-9-10 {
  left: 90%;
}

.pull-0 {
  left: 0;
}

.pull-1-2 {
  left: -50%;
}

.pull-1-3 {
  left: -33.33%;
}

.pull-2-3 {
  left: -66.66%;
}

.pull-1-4 {
  left: -25%;
}

.pull-3-4 {
  left: -75%;
}

.pull-1-5 {
  left: -20%;
}

.pull-2-5 {
  left: -40%;
}

.pull-3-5 {
  left: -60%;
}

.pull-4-5 {
  left: -80%;
}

.pull-1-6 {
  left: -16.66%;
}

.pull-5-6 {
  left: -83.33%;
}

.pull-1-7 {
  left: -14.28%;
}

.pull-2-7 {
  left: -28.57%;
}

.pull-3-7 {
  left: -42.85%;
}

.pull-4-7 {
  left: -57.14%;
}

.pull-5-7 {
  left: -71.42%;
}

.pull-6-7 {
  left: -85.71%;
}

.pull-1-8 {
  left: -12.5%;
}

.pull-3-8 {
  left: -37.5%;
}

.pull-5-8 {
  left: -62.5%;
}

.pull-7-8 {
  left: -87.5%;
}

.pull-1-9 {
  left: -11.11%;
}

.pull-2-9 {
  left: -22.22%;
}

.pull-4-9 {
  left: -44.44%;
}

.pull-5-9 {
  left: -55.55%;
}

.pull-7-9 {
  left: -77.77%;
}

.pull-8-9 {
  left: -88.88%;
}

.pull-1-10 {
  left: -10%;
}

.pull-3-10 {
  left: -30%;
}

.pull-7-10 {
  left: -70%;
}

.pull-9-10 {
  left: -90%;
}

head {
  font-family: false;
}

@media only screen {
  head {
    font-family: mobile;
  }
}
@media only screen and (min-width: 760px) {
  head {
    font-family: tablet;
  }

  .wrap {
    max-width: none;
  }

  .container {
    max-width: 900px;
    padding: 0 20px;
  }

  .grid, .grid-wide {
    margin-left: -20px;
  }

  [class*=span-] {
    padding-left: 20px;
  }

  .tablet-span-auto {
    width: auto;
  }

  .tablet-span-1 {
    width: 100%;
  }

  .tablet-span-1-2 {
    width: 50%;
  }

  .tablet-span-1-3 {
    width: 33.33%;
  }

  .tablet-span-2-3 {
    width: 66.66%;
  }

  .tablet-span-1-4 {
    width: 25%;
  }

  .tablet-span-3-4 {
    width: 75%;
  }

  .tablet-span-1-5 {
    width: 20%;
  }

  .tablet-span-2-5 {
    width: 40%;
  }

  .tablet-span-3-5 {
    width: 60%;
  }

  .tablet-span-4-5 {
    width: 80%;
  }

  .tablet-span-1-6 {
    width: 16.66%;
  }

  .tablet-span-5-6 {
    width: 83.33%;
  }

  .tablet-span-1-7 {
    width: 14.28%;
  }

  .tablet-span-2-7 {
    width: 28.57%;
  }

  .tablet-span-3-7 {
    width: 42.85%;
  }

  .tablet-span-4-7 {
    width: 57.14%;
  }

  .tablet-span-5-7 {
    width: 71.42%;
  }

  .tablet-span-6-7 {
    width: 85.71%;
  }

  .tablet-span-1-8 {
    width: 12.5%;
  }

  .tablet-span-3-8 {
    width: 37.5%;
  }

  .tablet-span-5-8 {
    width: 62.5%;
  }

  .tablet-span-7-8 {
    width: 87.5%;
  }

  .tablet-span-1-9 {
    width: 11.11%;
  }

  .tablet-span-2-9 {
    width: 22.22%;
  }

  .tablet-span-4-9 {
    width: 44.44%;
  }

  .tablet-span-5-9 {
    width: 55.55%;
  }

  .tablet-span-7-9 {
    width: 77.77%;
  }

  .tablet-span-8-9 {
    width: 88.88%;
  }

  .tablet-span-1-10 {
    width: 10%;
  }

  .tablet-span-3-10 {
    width: 30%;
  }

  .tablet-span-7-10 {
    width: 70%;
  }

  .tablet-span-9-10 {
    width: 90%;
  }

  .tablet-offset-0 {
    margin-left: 0;
  }

  .tablet-offset-1-2 {
    margin-left: 50%;
  }

  .tablet-offset-1-3 {
    margin-left: 33.33%;
  }

  .tablet-offset-2-3 {
    margin-left: 66.66%;
  }

  .tablet-offset-1-4 {
    margin-left: 25%;
  }

  .tablet-offset-3-4 {
    margin-left: 75%;
  }

  .tablet-offset-1-5 {
    margin-left: 20%;
  }

  .tablet-offset-2-5 {
    margin-left: 40%;
  }

  .tablet-offset-3-5 {
    margin-left: 60%;
  }

  .tablet-offset-4-5 {
    margin-left: 80%;
  }

  .tablet-offset-1-6 {
    margin-left: 16.66%;
  }

  .tablet-offset-5-6 {
    margin-left: 83.33%;
  }

  .tablet-offset-1-7 {
    margin-left: 14.28%;
  }

  .tablet-offset-2-7 {
    margin-left: 28.57%;
  }

  .tablet-offset-3-7 {
    margin-left: 42.85%;
  }

  .tablet-offset-4-7 {
    margin-left: 57.14%;
  }

  .tablet-offset-5-7 {
    margin-left: 71.42%;
  }

  .tablet-offset-6-7 {
    margin-left: 85.71%;
  }

  .tablet-offset-1-8 {
    margin-left: 12.5%;
  }

  .tablet-offset-3-8 {
    margin-left: 37.5%;
  }

  .tablet-offset-5-8 {
    margin-left: 62.5%;
  }

  .tablet-offset-7-8 {
    margin-left: 87.5%;
  }

  .tablet-offset-1-9 {
    margin-left: 11.11%;
  }

  .tablet-offset-2-9 {
    margin-left: 22.22%;
  }

  .tablet-offset-4-9 {
    margin-left: 44.44%;
  }

  .tablet-offset-5-9 {
    margin-left: 55.55%;
  }

  .tablet-offset-7-9 {
    margin-left: 77.77%;
  }

  .tablet-offset-8-9 {
    margin-left: 88.88%;
  }

  .tablet-offset-1-10 {
    margin-left: 10%;
  }

  .tablet-offset-3-10 {
    margin-left: 30%;
  }

  .tablet-offset-7-10 {
    margin-left: 70%;
  }

  .tablet-offset-9-10 {
    margin-left: 90%;
  }

  .tablet-inset-0 {
    margin-right: 0;
  }

  .tablet-inset-1-2 {
    margin-right: 50%;
  }

  .tablet-inset-1-3 {
    margin-right: 33.33%;
  }

  .tablet-inset-2-3 {
    margin-right: 66.66%;
  }

  .tablet-inset-1-4 {
    margin-right: 25%;
  }

  .tablet-inset-3-4 {
    margin-right: 75%;
  }

  .tablet-inset-1-5 {
    margin-right: 20%;
  }

  .tablet-inset-2-5 {
    margin-right: 40%;
  }

  .tablet-inset-3-5 {
    margin-right: 60%;
  }

  .tablet-inset-4-5 {
    margin-right: 80%;
  }

  .tablet-inset-1-6 {
    margin-right: 16.66%;
  }

  .tablet-inset-5-6 {
    margin-right: 83.33%;
  }

  .tablet-inset-1-7 {
    margin-right: 14.28%;
  }

  .tablet-inset-2-7 {
    margin-right: 28.57%;
  }

  .tablet-inset-3-7 {
    margin-right: 42.85%;
  }

  .tablet-inset-4-7 {
    margin-right: 57.14%;
  }

  .tablet-inset-5-7 {
    margin-right: 71.42%;
  }

  .tablet-inset-6-7 {
    margin-right: 85.71%;
  }

  .tablet-inset-1-8 {
    margin-right: 12.5%;
  }

  .tablet-inset-3-8 {
    margin-right: 37.5%;
  }

  .tablet-inset-5-8 {
    margin-right: 62.5%;
  }

  .tablet-inset-7-8 {
    margin-right: 87.5%;
  }

  .tablet-inset-1-9 {
    margin-right: 11.11%;
  }

  .tablet-inset-2-9 {
    margin-right: 22.22%;
  }

  .tablet-inset-4-9 {
    margin-right: 44.44%;
  }

  .tablet-inset-5-9 {
    margin-right: 55.55%;
  }

  .tablet-inset-7-9 {
    margin-right: 77.77%;
  }

  .tablet-inset-8-9 {
    margin-right: 88.88%;
  }

  .tablet-inset-1-10 {
    margin-right: 10%;
  }

  .tablet-inset-3-10 {
    margin-right: 30%;
  }

  .tablet-inset-7-10 {
    margin-right: 70%;
  }

  .tablet-inset-9-10 {
    margin-right: 90%;
  }

  .tablet-push-0 {
    left: 0;
  }

  .tablet-push-1-2 {
    left: 50%;
  }

  .tablet-push-1-3 {
    left: 33.33%;
  }

  .tablet-push-2-3 {
    left: 66.66%;
  }

  .tablet-push-1-4 {
    left: 25%;
  }

  .tablet-push-3-4 {
    left: 75%;
  }

  .tablet-push-1-5 {
    left: 20%;
  }

  .tablet-push-2-5 {
    left: 40%;
  }

  .tablet-push-3-5 {
    left: 60%;
  }

  .tablet-push-4-5 {
    left: 80%;
  }

  .tablet-push-1-6 {
    left: 16.66%;
  }

  .tablet-push-5-6 {
    left: 83.33%;
  }

  .tablet-push-1-7 {
    left: 14.28%;
  }

  .tablet-push-2-7 {
    left: 28.57%;
  }

  .tablet-push-3-7 {
    left: 42.85%;
  }

  .tablet-push-4-7 {
    left: 57.14%;
  }

  .tablet-push-5-7 {
    left: 71.42%;
  }

  .tablet-push-6-7 {
    left: 85.71%;
  }

  .tablet-push-1-8 {
    left: 12.5%;
  }

  .tablet-push-3-8 {
    left: 37.5%;
  }

  .tablet-push-5-8 {
    left: 62.5%;
  }

  .tablet-push-7-8 {
    left: 87.5%;
  }

  .tablet-push-1-9 {
    left: 11.11%;
  }

  .tablet-push-2-9 {
    left: 22.22%;
  }

  .tablet-push-4-9 {
    left: 44.44%;
  }

  .tablet-push-5-9 {
    left: 55.55%;
  }

  .tablet-push-7-9 {
    left: 77.77%;
  }

  .tablet-push-8-9 {
    left: 88.88%;
  }

  .tablet-push-1-10 {
    left: 10%;
  }

  .tablet-push-3-10 {
    left: 30%;
  }

  .tablet-push-7-10 {
    left: 70%;
  }

  .tablet-push-9-10 {
    left: 90%;
  }

  .tablet-pull-0 {
    left: 0;
  }

  .tablet-pull-1-2 {
    left: -50%;
  }

  .tablet-pull-1-3 {
    left: -33.33%;
  }

  .tablet-pull-2-3 {
    left: -66.66%;
  }

  .tablet-pull-1-4 {
    left: -25%;
  }

  .tablet-pull-3-4 {
    left: -75%;
  }

  .tablet-pull-1-5 {
    left: -20%;
  }

  .tablet-pull-2-5 {
    left: -40%;
  }

  .tablet-pull-3-5 {
    left: -60%;
  }

  .tablet-pull-4-5 {
    left: -80%;
  }

  .tablet-pull-1-6 {
    left: -16.66%;
  }

  .tablet-pull-5-6 {
    left: -83.33%;
  }

  .tablet-pull-1-7 {
    left: -14.28%;
  }

  .tablet-pull-2-7 {
    left: -28.57%;
  }

  .tablet-pull-3-7 {
    left: -42.85%;
  }

  .tablet-pull-4-7 {
    left: -57.14%;
  }

  .tablet-pull-5-7 {
    left: -71.42%;
  }

  .tablet-pull-6-7 {
    left: -85.71%;
  }

  .tablet-pull-1-8 {
    left: -12.5%;
  }

  .tablet-pull-3-8 {
    left: -37.5%;
  }

  .tablet-pull-5-8 {
    left: -62.5%;
  }

  .tablet-pull-7-8 {
    left: -87.5%;
  }

  .tablet-pull-1-9 {
    left: -11.11%;
  }

  .tablet-pull-2-9 {
    left: -22.22%;
  }

  .tablet-pull-4-9 {
    left: -44.44%;
  }

  .tablet-pull-5-9 {
    left: -55.55%;
  }

  .tablet-pull-7-9 {
    left: -77.77%;
  }

  .tablet-pull-8-9 {
    left: -88.88%;
  }

  .tablet-pull-1-10 {
    left: -10%;
  }

  .tablet-pull-3-10 {
    left: -30%;
  }

  .tablet-pull-7-10 {
    left: -70%;
  }

  .tablet-pull-9-10 {
    left: -90%;
  }
}
@media only screen and (min-width: 1100px) {
  head {
    font-family: desktop;
  }

  .wrap {
    max-width: none;
  }

  .container {
    max-width: 1200px;
    padding: 0 20px;
  }

  .grid, .grid-wide {
    margin-left: -20px;
  }

  [class*=span-] {
    padding-left: 20px;
  }

  .desktop-span-auto {
    width: auto;
  }

  .desktop-span-1 {
    width: 100%;
  }

  .desktop-span-1-2 {
    width: 50%;
  }

  .desktop-span-1-3 {
    width: 33.33%;
  }

  .desktop-span-2-3 {
    width: 66.66%;
  }

  .desktop-span-1-4 {
    width: 25%;
  }

  .desktop-span-3-4 {
    width: 75%;
  }

  .desktop-span-1-5 {
    width: 20%;
  }

  .desktop-span-2-5 {
    width: 40%;
  }

  .desktop-span-3-5 {
    width: 60%;
  }

  .desktop-span-4-5 {
    width: 80%;
  }

  .desktop-span-1-6 {
    width: 16.66%;
  }

  .desktop-span-5-6 {
    width: 83.33%;
  }

  .desktop-span-1-7 {
    width: 14.28%;
  }

  .desktop-span-2-7 {
    width: 28.57%;
  }

  .desktop-span-3-7 {
    width: 42.85%;
  }

  .desktop-span-4-7 {
    width: 57.14%;
  }

  .desktop-span-5-7 {
    width: 71.42%;
  }

  .desktop-span-6-7 {
    width: 85.71%;
  }

  .desktop-span-1-8 {
    width: 12.5%;
  }

  .desktop-span-3-8 {
    width: 37.5%;
  }

  .desktop-span-5-8 {
    width: 62.5%;
  }

  .desktop-span-7-8 {
    width: 87.5%;
  }

  .desktop-span-1-9 {
    width: 11.11%;
  }

  .desktop-span-2-9 {
    width: 22.22%;
  }

  .desktop-span-4-9 {
    width: 44.44%;
  }

  .desktop-span-5-9 {
    width: 55.55%;
  }

  .desktop-span-7-9 {
    width: 77.77%;
  }

  .desktop-span-8-9 {
    width: 88.88%;
  }

  .desktop-span-1-10 {
    width: 10%;
  }

  .desktop-span-3-10 {
    width: 30%;
  }

  .desktop-span-7-10 {
    width: 70%;
  }

  .desktop-span-9-10 {
    width: 90%;
  }

  .desktop-offset-0 {
    margin-left: 0;
  }

  .desktop-offset-1-2 {
    margin-left: 50%;
  }

  .desktop-offset-1-3 {
    margin-left: 33.33%;
  }

  .desktop-offset-2-3 {
    margin-left: 66.66%;
  }

  .desktop-offset-1-4 {
    margin-left: 25%;
  }

  .desktop-offset-3-4 {
    margin-left: 75%;
  }

  .desktop-offset-1-5 {
    margin-left: 20%;
  }

  .desktop-offset-2-5 {
    margin-left: 40%;
  }

  .desktop-offset-3-5 {
    margin-left: 60%;
  }

  .desktop-offset-4-5 {
    margin-left: 80%;
  }

  .desktop-offset-1-6 {
    margin-left: 16.66%;
  }

  .desktop-offset-5-6 {
    margin-left: 83.33%;
  }

  .desktop-offset-1-7 {
    margin-left: 14.28%;
  }

  .desktop-offset-2-7 {
    margin-left: 28.57%;
  }

  .desktop-offset-3-7 {
    margin-left: 42.85%;
  }

  .desktop-offset-4-7 {
    margin-left: 57.14%;
  }

  .desktop-offset-5-7 {
    margin-left: 71.42%;
  }

  .desktop-offset-6-7 {
    margin-left: 85.71%;
  }

  .desktop-offset-1-8 {
    margin-left: 12.5%;
  }

  .desktop-offset-3-8 {
    margin-left: 37.5%;
  }

  .desktop-offset-5-8 {
    margin-left: 62.5%;
  }

  .desktop-offset-7-8 {
    margin-left: 87.5%;
  }

  .desktop-offset-1-9 {
    margin-left: 11.11%;
  }

  .desktop-offset-2-9 {
    margin-left: 22.22%;
  }

  .desktop-offset-4-9 {
    margin-left: 44.44%;
  }

  .desktop-offset-5-9 {
    margin-left: 55.55%;
  }

  .desktop-offset-7-9 {
    margin-left: 77.77%;
  }

  .desktop-offset-8-9 {
    margin-left: 88.88%;
  }

  .desktop-offset-1-10 {
    margin-left: 10%;
  }

  .desktop-offset-3-10 {
    margin-left: 30%;
  }

  .desktop-offset-7-10 {
    margin-left: 70%;
  }

  .desktop-offset-9-10 {
    margin-left: 90%;
  }

  .desktop-inset-0 {
    margin-right: 0;
  }

  .desktop-inset-1-2 {
    margin-right: 50%;
  }

  .desktop-inset-1-3 {
    margin-right: 33.33%;
  }

  .desktop-inset-2-3 {
    margin-right: 66.66%;
  }

  .desktop-inset-1-4 {
    margin-right: 25%;
  }

  .desktop-inset-3-4 {
    margin-right: 75%;
  }

  .desktop-inset-1-5 {
    margin-right: 20%;
  }

  .desktop-inset-2-5 {
    margin-right: 40%;
  }

  .desktop-inset-3-5 {
    margin-right: 60%;
  }

  .desktop-inset-4-5 {
    margin-right: 80%;
  }

  .desktop-inset-1-6 {
    margin-right: 16.66%;
  }

  .desktop-inset-5-6 {
    margin-right: 83.33%;
  }

  .desktop-inset-1-7 {
    margin-right: 14.28%;
  }

  .desktop-inset-2-7 {
    margin-right: 28.57%;
  }

  .desktop-inset-3-7 {
    margin-right: 42.85%;
  }

  .desktop-inset-4-7 {
    margin-right: 57.14%;
  }

  .desktop-inset-5-7 {
    margin-right: 71.42%;
  }

  .desktop-inset-6-7 {
    margin-right: 85.71%;
  }

  .desktop-inset-1-8 {
    margin-right: 12.5%;
  }

  .desktop-inset-3-8 {
    margin-right: 37.5%;
  }

  .desktop-inset-5-8 {
    margin-right: 62.5%;
  }

  .desktop-inset-7-8 {
    margin-right: 87.5%;
  }

  .desktop-inset-1-9 {
    margin-right: 11.11%;
  }

  .desktop-inset-2-9 {
    margin-right: 22.22%;
  }

  .desktop-inset-4-9 {
    margin-right: 44.44%;
  }

  .desktop-inset-5-9 {
    margin-right: 55.55%;
  }

  .desktop-inset-7-9 {
    margin-right: 77.77%;
  }

  .desktop-inset-8-9 {
    margin-right: 88.88%;
  }

  .desktop-inset-1-10 {
    margin-right: 10%;
  }

  .desktop-inset-3-10 {
    margin-right: 30%;
  }

  .desktop-inset-7-10 {
    margin-right: 70%;
  }

  .desktop-inset-9-10 {
    margin-right: 90%;
  }

  .desktop-push-0 {
    left: 0;
  }

  .desktop-push-1-2 {
    left: 50%;
  }

  .desktop-push-1-3 {
    left: 33.33%;
  }

  .desktop-push-2-3 {
    left: 66.66%;
  }

  .desktop-push-1-4 {
    left: 25%;
  }

  .desktop-push-3-4 {
    left: 75%;
  }

  .desktop-push-1-5 {
    left: 20%;
  }

  .desktop-push-2-5 {
    left: 40%;
  }

  .desktop-push-3-5 {
    left: 60%;
  }

  .desktop-push-4-5 {
    left: 80%;
  }

  .desktop-push-1-6 {
    left: 16.66%;
  }

  .desktop-push-5-6 {
    left: 83.33%;
  }

  .desktop-push-1-7 {
    left: 14.28%;
  }

  .desktop-push-2-7 {
    left: 28.57%;
  }

  .desktop-push-3-7 {
    left: 42.85%;
  }

  .desktop-push-4-7 {
    left: 57.14%;
  }

  .desktop-push-5-7 {
    left: 71.42%;
  }

  .desktop-push-6-7 {
    left: 85.71%;
  }

  .desktop-push-1-8 {
    left: 12.5%;
  }

  .desktop-push-3-8 {
    left: 37.5%;
  }

  .desktop-push-5-8 {
    left: 62.5%;
  }

  .desktop-push-7-8 {
    left: 87.5%;
  }

  .desktop-push-1-9 {
    left: 11.11%;
  }

  .desktop-push-2-9 {
    left: 22.22%;
  }

  .desktop-push-4-9 {
    left: 44.44%;
  }

  .desktop-push-5-9 {
    left: 55.55%;
  }

  .desktop-push-7-9 {
    left: 77.77%;
  }

  .desktop-push-8-9 {
    left: 88.88%;
  }

  .desktop-push-1-10 {
    left: 10%;
  }

  .desktop-push-3-10 {
    left: 30%;
  }

  .desktop-push-7-10 {
    left: 70%;
  }

  .desktop-push-9-10 {
    left: 90%;
  }

  .desktop-pull-0 {
    left: 0;
  }

  .desktop-pull-1-2 {
    left: -50%;
  }

  .desktop-pull-1-3 {
    left: -33.33%;
  }

  .desktop-pull-2-3 {
    left: -66.66%;
  }

  .desktop-pull-1-4 {
    left: -25%;
  }

  .desktop-pull-3-4 {
    left: -75%;
  }

  .desktop-pull-1-5 {
    left: -20%;
  }

  .desktop-pull-2-5 {
    left: -40%;
  }

  .desktop-pull-3-5 {
    left: -60%;
  }

  .desktop-pull-4-5 {
    left: -80%;
  }

  .desktop-pull-1-6 {
    left: -16.66%;
  }

  .desktop-pull-5-6 {
    left: -83.33%;
  }

  .desktop-pull-1-7 {
    left: -14.28%;
  }

  .desktop-pull-2-7 {
    left: -28.57%;
  }

  .desktop-pull-3-7 {
    left: -42.85%;
  }

  .desktop-pull-4-7 {
    left: -57.14%;
  }

  .desktop-pull-5-7 {
    left: -71.42%;
  }

  .desktop-pull-6-7 {
    left: -85.71%;
  }

  .desktop-pull-1-8 {
    left: -12.5%;
  }

  .desktop-pull-3-8 {
    left: -37.5%;
  }

  .desktop-pull-5-8 {
    left: -62.5%;
  }

  .desktop-pull-7-8 {
    left: -87.5%;
  }

  .desktop-pull-1-9 {
    left: -11.11%;
  }

  .desktop-pull-2-9 {
    left: -22.22%;
  }

  .desktop-pull-4-9 {
    left: -44.44%;
  }

  .desktop-pull-5-9 {
    left: -55.55%;
  }

  .desktop-pull-7-9 {
    left: -77.77%;
  }

  .desktop-pull-8-9 {
    left: -88.88%;
  }

  .desktop-pull-1-10 {
    left: -10%;
  }

  .desktop-pull-3-10 {
    left: -30%;
  }

  .desktop-pull-7-10 {
    left: -70%;
  }

  .desktop-pull-9-10 {
    left: -90%;
  }
}
@font-face {
  font-family: "reset";
  src: url(data:font/ttf;base64,AAEAAAAOAIAAAwBgRkZUTWegLxgAAADsAAAAHEdERUYAMgAEAAABCAAAACBPUy8yAAAGlwAAASgAAABgY21hcJ7qif8AAAGIAAADWmdhc3AAAAAQAAAE5AAAAAhnbHlmKORl/AAABOwAAAAoaGVhZP8hNZMAAAUUAAAANmhoZWEH0v3qAAAFTAAAACRobXR4AfQAAAAABXAAAAAUbG9jYQAYACwAAAWEAAAADG1heHAASAAHAAAFkAAAACBuYW1lDyIsngAABbAAAAD2cG9zdEywn50AAAaoAAAANHdlYmbF2FHnAAAG3AAAAAYAAAABAAAAAMw9os8AAAAAzVUV8gAAAADODXZWAAEAAAAOAAAAGAAAAAAAAgABAAEABAABAAQAAAACAAAAAwH0AZAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAkAAAAAAAAAAAADAAAAAAAAAAAAAAAASEwgIABAAALgAAZm/mYAAAPoACgAAAABAAAAAAAAAAAAAAAgAAEAAAADAAAAAwAAABwAAQAAAAACVAADAAEAAAAcAAQCOAAAAAwACAACAAQAAACtAMAA/+AA//8AAAAAAAIArwDC4AD//wADAAAAAAAAIAQAAQAAAAoBYAGCAAAAAAADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAAAQYAAAMAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAwMDAwADAwADAAMDAAMDAAMAAAMDAAAAAAADAwADAwMDAwAAAAADAwADAwMDAAAAAAAAAAADAAMAAAAAAAAAAAMAAAADAwADAwMDAwMDAwADAwMDAAAAAwAAAAMAAAAAAAABAAH//wAPAAEAAAAAA+gD6AADAAAxESERA+gD6PwYAAEAAAAAAAAAAAAAAAAxAAABAAAAAQAALz+/Wl8PPPUACwgAAAAAAM4NdlcAAAAAzg12VwAAAAAD6APoAAAACAACAAAAAAAAAAEAAAPo/9gAAAH0AAD8GAPoAAEAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAMAAwADAAMABQAAQAAAAUABAABAAAAAAACAAAAAQABAAAAQAAAAAAAAAAAAAgAZgADAAEECQABAAoAAAADAAEECQACAA4ACgADAAEECQADAAoAGAADAAEECQAEABoAIgADAAEECQAFAAQAPAADAAEECQAGAAoAQAADAAEECQDIABYASgADAAEECQDJADAAYABCAGwAYQBuAGsAUgBlAGcAdQBsAGEAcgBCAGwAYQBuAGsAQgBsAGEAbgBrACAAUgBlAGcAdQBsAGEAcgB2ADEAQgBsAGEAbgBrAFcAZQBiAGYAbwBuAHQAIAAxAC4AMABUAGgAdQAgAEoAdQBsACAAMQA4ACAAMAA2ADoAMwA5ADoAMQA5ACAAMgAwADEAMwAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAEAAgADAQIHdW5pRTAwMAABUefF1wAA) format("truetype");
}
@media print {
  @font-face {
    font-family: "reset";
    src: url("") format("truetype");
  }
}
.form-hidden {
  display: none;
}

.form-label {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

.form-message {
  display: block;
  margin: -10px 0 20px 0;
}

.form-element,
.form-search,
.form-file {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 20px 0;
  padding: 10px 14px;
  width: auto;
  max-width: 310px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background: white;
  cursor: text;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-element-small {
  max-width: 160px;
}

.form-grey {
  background: #e6e6e6;
}

.form-element-focus {
  z-index: 100;
}

.form-element input,
.form-element textarea,
.form-element select,
.faux-select-text,
.faux-select-list li,
.form-search input,
.form-file:after {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  outline: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 20px;
  vertical-align: middle;
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-indent: 0;
  color: #4d4d4d;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-element textarea {
  overflow: auto;
  min-height: 81px;
  height: 81px;
}

.form-element select[multiple] {
  overflow: auto;
  min-height: 81px;
  height: 81px;
}

.iOS .form-element input {
  margin-left: -1px;
  width: -webkit-calc(100% + 1px);
  min-width: -webkit-calc(100% + 1px);
  max-width: -webkit-calc(100% + 1px);
}
.iOS .form-element textarea {
  margin-left: -3px;
  width: -webkit-calc(100% + 3px);
  min-width: -webkit-calc(100% + 3px);
  max-width: -webkit-calc(100% + 3px);
}
.iOS .form-element select[multiple] {
  min-height: 0;
  height: auto;
}

.faux-select {
  cursor: pointer;
}
.faux-select select {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.faux-select-mobile select {
  display: block;
  visibility: visible;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
}

.faux-select-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
}
.faux-select-btn:before {
  content: "";
  display: block;
  width: 100%;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 41px;
  text-align: center;
  color: #b3b3b3;
}

.faux-select-text,
.faux-select-text:focus {
  display: block;
  margin: 0 30px 0 0;
  width: auto;
  min-width: 0;
  max-width: none;
  overflow: hidden;
  white-space: nowrap;
  outline: 0 none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faux-select-text::selection,
.faux-select-text:focus::selection {
  background: white;
}
.faux-select-text::-moz-selection,
.faux-select-text:focus::-moz-selection {
  background: white;
}

.faux-select-list {
  display: none;
  position: absolute;
  left: -1px;
  margin: 11px 0 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid #b3b3b3;
  border-top: 0 none;
  border-radius: 0 0 4px 4px;
  background: white;
  overflow: auto;
  width: 100%;
  max-height: 240px;
}
.faux-select-list li {
  margin: 0;
  padding: 5px 10px;
  width: auto;
  min-width: 0;
  max-width: none;
  color: #b3b3b3;
}
.faux-select-list li:first-child {
  border-top: 0 none;
}
.faux-select-list li:hover {
  color: #b3b3b3;
  background: #e9f9ff;
}
.faux-select-list li.selected {
  color: white;
  background: #5eaade;
}

.faux-select-focus {
  z-index: 100;
  border-radius: 4px 4px 0 0;
}
.faux-select-focus .faux-select-list {
  display: block;
}

.form-hidden {
  display: none;
}

.form-search {
  padding-right: 40px;
}
.form-search .btn, .form-search .btn-alt, .form-search .btn-green, .form-search .btn-red, .form-search .btn-red, .form-search .btn-inverted, .form-search .btn-more,
.form-search .btn-less, .form-search .btn-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 30px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
.form-search .btn:before, .form-search .btn-alt:before, .form-search .btn-green:before, .form-search .btn-red:before, .form-search .btn-inverted:before, .form-search .btn-more:before,
.form-search .btn-less:before, .form-search .btn-video:before {
  content: "";
  display: block;
  width: 100%;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  color: white;
}

.form-file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}
.form-file:after {
  content: attr(data-val) "\00a0";
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  min-width: 0;
  max-width: none;
  color: #4d4d4d;
}
.form-file input {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: auto;
  min-width: 0;
  max-width: none;
}

.faux-file input {
  cursor: pointer;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.faux-file .btn, .faux-file .btn-alt, .faux-file .btn-green, .faux-file .btn-red, .faux-file .btn-inverted, .faux-file .btn-more,
.faux-file .btn-less, .faux-file .btn-video {
  float: right;
  display: inline;
  margin: 0;
}

.form-checkbox,
.form-radio {
  position: relative;
  display: block;
  margin: 0 0 12px 0;
  padding: 0 0 0 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.form-checkbox:first-child,
.form-radio:first-child {
  padding-top: 0;
}

.form-checkbox input,
.form-radio input {
  float: left;
  display: inline;
  margin: 0 0 0 -23px;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.faux-checkbox,
.faux-radio {
  position: relative;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 2px 0 3px -23px;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #b3b3b3;
  background: white;
}
.faux-checkbox .faux-inner,
.faux-radio .faux-inner {
  overflow: hidden;
  float: left;
  display: inline;
  text-align: center;
}
.faux-checkbox input,
.faux-radio input {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  margin: 0;
  outline: none;
}

.faux-checkbox .faux-inner {
  width: 14px;
  height: 14px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #f3f3f3;
}

.faux-radio {
  border-radius: 8px;
}
.faux-radio .faux-inner {
  margin: 2px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #f3f3f3;
}

.form-checkbox .checked {
  color: #22b573;
}

.form-checkbox :checked + .faux-inner {
  color: #22b573;
}

.form-radio .checked {
  background: #22b573;
}

.form-radio :checked + .faux-inner {
  background: #22b573;
}

/*.form-error,
 * .field-validation-error,
 * .form-alert,
 * .form-success
 * display: block
 * margin: -12px 0 16px 0
 * padding: 0 0 0 16px
 * text-align: left
 * +font-size(1.4) */
.error,
.form-error,
.field-validation-error,
.success {
  display: block;
  margin: 0 0 5px 0;
  color: red;
}

.success {
  color: #22b573;
}

.error-border {
  border-color: red;
}
.error-border .faux-select-list {
  border-color: red;
}

.error[style*="hidden"],
.success[style*="hidden"] {
  display: none;
}

.error[style*="inline"],
.success[style*="inline"] {
  display: block !important;
}

.error[style*="visible"] + .form-element {
  border: 1px solid red;
}

.btn, .btn-alt, .btn-green, .btn-red, .btn-inverted, .btn-more,
.btn-less, .btn-video {
  margin: 0 16px 10px 0;
  padding: 9px 13px;
  border: 2px solid #fbb03b;
  border-radius: 4px;
  overflow: visible;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  text-shadow: none;
  color: white;
  cursor: pointer;
  background: #fbb03b;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-property: background border;
  -moz-transition-property: background border;
  -ms-transition-property: background border;
  -o-transition-property: background border;
  transition-property: background border;
}
.btn:hover, .btn-alt:hover, .btn-green:hover, .btn-red:hover, .btn-inverted:hover, .btn-more:hover,
.btn-less:hover, .btn-video:hover, .btn:focus, .btn-alt:focus, .btn-green:focus, .btn-red:focus,  .btn-inverted:focus, .btn-more:focus,
.btn-less:focus, .btn-video:focus {
  color: white;
  text-decoration: none;
  border-color: #f7931e;
  background: #f7931e;
}

.btn-alt {
  border-color: #5eaade;
  background: #5eaade;
}
.btn-alt:hover, .btn-alt:focus {
  border-color: #5196bc;
  background: #5196bc;
}

.btn-green {
  border-color: #00a99d;
  background: #00a99d;
}
.btn-green:hover, .btn-green:focus {
  border-color: #00766e;
  background: #00766e;
}

.btn-red {
  border-color: #ff0000;
  background: #ff0000;
}
.btn-red:hover, .btn-red:focus {
  border-color: #ab0000;
  background: #ab0000;
}
.btn-inverted {
  color: #5eaade;
  border-color: #5eaade;
  background: white;
}
.btn-inverted:hover, .btn-inverted:focus {
  color: #5eaade;
  border-color: #5eaade;
  background: #e9f9ff;
}

.btn-more,
.btn-less {
  color: #cccccc;
  border-color: #cccccc;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-more:after,
.btn-less:after {
  content: " +";
}
.btn-more:before,
.btn-less:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 15px;
  right: 15px;
  margin: 10px 0 0 0;
  height: 13px;
  background: url(../images/more-bg.png) 50% 0 no-repeat;
}
.btn-more:hover, .btn-more:focus,
.btn-less:hover,
.btn-less:focus {
  color: #999999;
  border-color: #999999;
  background: #f2f2f2;
}

.btn-less:after {
  content: " -";
}

.no-js .btn-more,
.no-js .btn-less {
  display: none;
}

.btn-video {
  color: white;
  border-color: white;
  background: transparent;
}
.btn-video:before {
  content: "\f0da ";
  margin: 0 6px 0 0;
  font-family: "FontAwesome";
  font-size: 1.7em;
  font-weight: normal;
  line-height: 0.7em;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}
.btn-video:hover, .btn-video:focus {
  color: #999999;
  border-color: white;
  background: white;
}

.form-btn {
  position: relative;
  padding-right: 65px;
}
.form-btn .form-element {
  margin-bottom: 0;
}
.form-btn .btn, .form-btn .btn-alt, .form-btn .btn-green, .form-btn .btn-red, .form-btn .btn-inverted, .form-btn .btn-more,
.form-btn .btn-less, .form-btn .btn-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.form-required {
  position: absolute;
  top: 0;
  right: -12px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

.placeholder {
  color: #b3b3b3 !important;
}

.disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

@media only screen and (min-width: 760px) {
  .form-table {
    display: table;
    border-collapse: collapse;
  }

  .form-row {
    display: table-row;
  }

  .form-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 20px 0;
  }
  .form-cell .form-label {
    text-align: right;
    margin: 0;
  }
  .form-cell .form-element,
  .form-cell .form-message {
    margin: 0;
  }

  .form-cell-before:before,
  .form-cell-after:after {
    content: "";
    display: table-cell;
  }

  .btn-more:before {
    left: 20px;
    right: 20px;
  }
}
/* #TABLES */
.table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.table tr:nth-child(2n) {
  background: #f2f2f2;
}
.table th, .table td {
  border: 0 none;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
.table th {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.bg-lines .table tr:nth-child(2n) {
  background: white;
}

.table-condensed th, .table-condensed td {
  padding: 3px 5px;
}

.table-fixed {
  table-layout: fixed;
}

.table-responsive {
  margin: 0 0 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.table-responsive table {
  margin: 0;
}

/* #COMPARE */
.table-compare th {
  padding-top: 20px;
  padding-bottom: 20px;
}
.table-compare th img {
  max-width: none;
  height: 16px;
  margin: 0 0 10px 0;
  vertical-align: bottom;
  display: -moz-inline-stack;
  display: inline-block;
}
.table-compare td, .table-compare th {
  text-align: center;
  vertical-align: middle;
  color: #5eaade;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.table-compare th:first-child,
.table-compare td:first-child {
  text-align: left;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.table-compare th:first-child + *,
.table-compare th:first-child + * + *,
.table-compare td:first-child + *,
.table-compare td:first-child + * + * {
  color: white;
  border-right: 3px solid white;
  background: #22b573;
}
.table-compare th:first-child + * [class*="rated"],
.table-compare th:first-child + * + * [class*="rated"],
.table-compare td:first-child + * [class*="rated"],
.table-compare td:first-child + * + * [class*="rated"] {
  background-image: url(../images/circles.png);
  background-image: url(../images/circles.svg), none;
}
.table-compare th:first-child + * + *,
.table-compare td:first-child + * + * {
  background: #5eaade;
}
.table-compare tr:nth-child(2n) td:first-child + * {
  background: #139a60;
}
.table-compare tr:nth-child(2n) td:first-child + * + * {
  background: #3591b9;
}
.table-compare .btn, .table-compare .btn-alt, .table-compare .btn-green, .table-compare .btn-red, .table-compare .btn-inverted, .table-compare .btn-more,
.table-compare .btn-less, .table-compare .btn-video {
  margin: 0;
}

.icon-tick {
  overflow: hidden;
  line-height: 18px;
  height: 18px;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}
.icon-tick:before {
  display: block;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  content: "\f00c";
}

[class*="rated"] {
  overflow: hidden;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: url(../images/circles-blue.png) 0 0 repeat-x;
  background-image: url(../images/circles-blue.svg), none;
  -webkit-background-size: 20px 17px;
  -moz-background-size: 20px 17px;
  -o-background-size: 20px 17px;
  background-size: 20px 17px;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}
[class*="rated"]:before {
  content: "";
  display: block;
  height: 18px;
  line-height: 18px;
}

.rated-2 {
  width: 38px;
}

.rated-3 {
  width: 58px;
}

.rated-4 {
  width: 78px;
}

.rated-5 {
  width: 98px;
}

@media only screen and (min-width: 760px) {
  .table th, .table td {
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-compare th img {
    height: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .table-compare th img {
    height: 23px;
  }
}
/* #CAROUSEL */
.carousel {
  position: relative;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-controls {
  position: relative;
  display: block;
  clear: both;
  margin: 0 0 12px 0;
  padding: 0;
  height: 18px;
  border-radius: 12px;
  border: 3px solid #9f8d67;
  background: #9f8d67;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-items {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.carousel-mask {
  overflow: hidden;
}

.carousel-move {
  position: relative;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-family: "reset";
  font-size: 0;
  line-height: 0;
  text-rendering: optimizespeed;
}

.carousel-slide {
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: normal;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  text-rendering: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel-next,
.carousel-prev {
  position: absolute;
  z-index: 300;
  top: 50%;
  left: 40px;
  margin: -22px 0 0 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -500px;
  background: url(../images/arrow-left.png) 0 0 no-repeat;
  background-image: url(../images/arrow-left.svg), none;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.carousel-next {
  left: auto;
  right: 40px;
  background-image: url(../images/arrow-right.png);
  background-image: url(../images/arrow-right.svg), none;
}

.carousel-next.inactive,
.carousel-prev.inactive {
  cursor: default;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

.carousel-pips {
  position: absolute;
  z-index: 300;
  bottom: 20px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-pips li {
  margin: 0 3px;
  padding: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -500px;
  cursor: pointer;
  border-radius: 7px;
  border: 1px solid white;
  background: transparent;
  vertical-align: bottom;
  display: -moz-inline-stack;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-pips li.on {
  cursor: default;
  background: white;
}

@media only screen and (max-width: 1450px) {
  .carousel-next,
  .carousel-prev {
    display: none;
  }
}
/**** GENERAL **** */
body {
  color: #4d4d4d;
  quotes: "“" "”";
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #5eaade;
  text-decoration: none;
  outline: none;
  font-weight: bold;
}
a:hover, a:focus {
  text-decoration: underline;
  outline: none;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  display: block;
  margin: 0 0 20px 0;
  color: #333333;
}
h1 img, h2 img, h3 img, h4 img, h5 img,
.h1 img, .h2 img, .h3 img, .h4 img, .h5 img {
  height: 38px;
  vertical-align: middle;
}

h1, .h1 {
  word-wrap: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}

h2, .h2 {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
}

h3, .h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}

h4, .h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.2;
}

h5, .h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

img {
  box-shadow: black 0em 0em 0em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

hr {
  border: none;
  border-top: 3px solid #e6e6e6;
  height: 0;
  margin: 20px 0;
}

p {
  max-width: 1000px;
}

.text-center p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

p + *,
table + *,
ul + *,
ol + *,
p + [class*="grid"],
ul + [class*="grid"],
ol + [class*="grid"],
table + [class*="grid"] {
  margin-top: 30px;
}

p + p,
p + cite {
  margin-top: 0;
}

[class*="grid"] + * {
  margin-top: 10px;
}

[class*="grid"] + hr + [class*="grid"] {
  margin-top: 30px;
}

.vspace > * {
  margin-bottom: 10px;
}

.intro {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

.synopsis {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 12px;
  margin-bottom: 0px;
}

/* #SECTIONS */
.section-header {
  padding: 10px 0;
  width: 100%;
  /*min-height: 543px */
  color: white;
  background: #333333;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  /*&:after
   * content: ''
   * display: block
   * height: 0
   * max-height: 0
   * overflow: hidden
   * clear: both */
}
.section-header * {
  color: white;
}
.section-header h1 {
  margin-top: 87px;
  max-width: 470px;
}
.section-header .container {
  position: relative;
  z-index: 200;
}

.section-banner {
  position: relative;
  z-index: 100;
  margin-top: -105px;
  background: #333333;
}

.banner-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333333 50% 50% no-repeat;
  background-size: cover;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner-content {
  position: relative;
  z-index: 10;
  max-width: 480px;
  padding: 165px 0 40px 0;
  min-height: 400px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.banner-content * {
  color: white;
}

.section-main {
  display: table-row;
  height: 100%;
  padding: 20px 0;
}

.section-footer {
  padding: 46px 0 0 0;
  border-top: 3px solid #e6e6e6;
}

.footer-bottom {
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
}

/* #LOGO */
.logo {
  float: left;
  width: 130px;
  height: 26px;
  background: url(../images/sharescope-logo.png) 0 50% no-repeat;
  background-image: url(../images/sharescope-logo.svg), none;
  background-size: contain;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  color: white;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  word-wrap: normal;
}

.copyright {
  display: block;
  margin: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/* #REGISTER */
.register .register-label {
  color: #333333;
}

.register-label {
  margin: 0 0 10px 0;
}

.register-field {
  margin: 0 6px 6px 0px;
  width: 160px;
  max-width: 100%;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}

.register-btn {
  margin: 0;
}

.register-callout {
  display: block;
  padding: 10px 15px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  background: #5eaade;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.register-callout:before {
  content: "\f0a1";
  margin: 0 10px 0 0;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  vertical-align: bottom;
  display: -moz-inline-stack;
  display: inline-block;
}
.register-callout:hover {
  text-decoration: none;
  background: #5196bc;
}

/* #FILTER */
.filter {
  margin: 30px 0;
}

.filter-label {
  margin: 0 10px 0 0;
  line-height: 42px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}

.filter-select {
  margin: 0 6px 0 0;
  width: 200px;
  max-width: 100%;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}

/* #ALIGNMENT */
.text-no-wrap {
  white-space: nowrap;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.valign-text-top {
  vertical-align: text-top;
}

.valign-text-bottom {
  vertical-align: text-top;
}

.valign-baseline {
  vertical-align: baseline;
}

/* #LAYOUT */
.clear {
  clear: both;
}

.no-clear {
  clear: none;
}

.inline {
  display: inline;
}

.inline-block {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}

.show,
.block {
  display: block;
}

.hide,
.faux-hide {
  display: none;
}

.js .js-hide,
.no-js .js-show {
  display: none;
}

.js .js-show,
.no-js .js-hide {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.overflow-hidden {
  overflow: hidden;
}

/* #TEXT */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.no-wrap {
  white-space: nowrap;
}

/* #BACKGROUNDS */
.no-bg {
  background: none;
}

/* #IMAGES */
.img-left,
.img-right {
  float: left;
  display: inline;
  margin: 5px 20px 10px 0;
  max-width: 50%;
}

.img-right {
  float: right;
  margin: 0 0 10px 20px;
}

/* #BOX */
.box, .box-shadow {
  display: block;
  margin: 0 0 20px 0;
  padding: 20px;
  background: #b3b3b3;
}

.box-shadow {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto 20px auto;
  padding: 20px;
  max-width: 700px;
  background: white;
  /*&:before
   * content: ''
   * position: absolute
   * z-index: -1
   * top: 0
   * left: 0
   * right: 0
   * bottom: 30px
   * background: #FFF */
}
.box-shadow:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  display: block;
  height: 12px;
  background: url(../images/shadow.png) 50% 100% no-repeat;
  background-size: contain;
}
.box-shadow:after {
  content: "";
  display: block;
  clear: both;
}
.box-shadow hr {
  margin-left: -20px;
  margin-right: -20px;
}

.example {
  margin-bottom: 20px;
  padding: 6px 10px;
  background: #999999;
}

/* #WIDE GRID */
.grid-wide {
  margin-left: -60px;
}
.grid-wide > * {
  padding: 0 0 0 60px;
}

.full {
  position: relative;
  z-index: 0;
  padding: 30px 0;
  background: 50% 50% repeat;
}

.full-img {
  margin: 0 0 -30px 0;
  vertical-align: bottom;
  text-align: center;
}

/* #BACKGROUNDS */
.bg-cover {
  background-size: cover;
}

.bg-lines {
  background: url(../images/lines.png) #e7e7e7;
}

.bg-exchange {
  background: url(../images/background.jpg) #5eaade;
  background-size: cover;
}
.bg-exchange * {
  color: white;
}

.bg-blue, .footer-bottom {
  background: #5eaade;
  color: white;
}
.bg-blue *, .footer-bottom * {
  color: white;
}
.bg-blue .btn-alt, .footer-bottom .btn-alt,
.bg-blue .btn-alt:hover,
.footer-bottom .btn-alt:hover,
.bg-blue .btn-alt:focus,
.footer-bottom .btn-alt:focus,
.bg-blue .form-element,
.footer-bottom .form-element {
  border-color: white;
}

/* #EQUAL */
.equal {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
}
.equal > * {
  padding: 0;
}
.equal > *:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.lines > * {
  padding: 30px 0 32px 0;
  color: white;
}
.lines > *:first-child {
  padding-top: 0;
}
.lines > *:last-child {
  padding-bottom: 0;
}
.lines > *:before {
  margin: -32px 0 0 -32px;
  padding: 32px 0 0 32px;
  border-style: solid;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 2px 0 0 0;
}

/* #STATS */
.stats {
  text-align: center;
}

.stats-percentage {
  margin: 0 0 10px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-size: 120px;
  font-size: 12rem;
  line-height: 0.8;
}
.stats-percentage sup {
  font-size: 0.6em;
  line-height: 1;
}

.stats-quote {
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}

/* #PERSON */
.person-img {
  position: relative;
  float: left;
  display: inline;
  margin: 0 30px 40px 0;
  border-radius: 50%;
  background: #e1f4fb;
  box-shadow: inset 0 0 0 5px white, 0 2px 4px #999999;
}
.person-img:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin: 0 0 0 -29px;
  width: 58px;
  height: 12px;
  background: url(../images/shadow-thumb.png) 0 0 no-repeat;
}
.person-img img {
  display: block;
  border-radius: 50%;
  min-width: 124px;
  overflow: hidden;
  box-shadow: none;
}

.left-no-wrap {
  float: left;
  padding-right: 30px;
  text-align: center;
}
.left-no-wrap + * {
  overflow: hidden;
}
.left-no-wrap > * {
  margin-right: 0;
}
.left-no-wrap br {
  clear: both;
}
.left-no-wrap .person-img {
  margin-right: 0;
}

/* #ARTICLES */
.article-date {
  margin-top: -10px;
  color: #999999;
}

.article-tag {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.icon-link {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.icon-link:before {
  content: " ";
  font-weight: normal;
  font-family: "FontAwesome";
  text-align: left;
  width: 23px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}
.icon-link[href$=".pdf"]:before {
  content: "\f1c1";
}

.js .hide-next,
.js .hide-next ~ * {
  display: none;
}

/* OL STYLE - DC */

ol.number {
  margin: 0 0 0 20px;
  padding: 0;    
}

[class*="number"] li {
  margin: 0 0 16px 0;
  padding: 0 0 0 10px;
}

/* #TICK LIST */
[class*="tick-list"] {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
[class*="tick-list"] li {
  margin: 0 0 16px 0;
  padding: 0 0 0 30px;
}
[class*="tick-list"] li:before {
  content: "";
  font-family: "FontAwesome";
  float: left;
  display: inline;
  margin: 0 0 0 -30px;
  width: 25px;
  color: #5eaade;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
}
[class*="tick-list"] + .btn, [class*="tick-list"] + .btn-alt, [class*="tick-list"] + .btn-green, [class*="tick-list"]  + .btn-red, [class*="tick-list"] + .btn-inverted, [class*="tick-list"] + .btn-more,
[class*="tick-list"] + .btn-less, [class*="tick-list"] + .btn-video {
  margin-left: 30px;
}

.tick-list-condensed li {
  margin-bottom: 0;
}

.tick-list-green li:before,
li.tick-list-green:before {
  color: #22b573;
}

.tick-list-yellow li:before,
li.tick-list-yellow:before {
  color: #fbb03b;
}

.tick-list-alt li:before,
li.tick-list-alt:before {
  color: #005596;
}

.tick-list-white li:before,
li.tick-list-white:before {
  color: white;
}

/* #VIDEOS */
.videos .carousel-pips {
  position: static;
  display: block;
  margin: 15px 0 0 0;
}
.videos .carousel-pips li {
  border-color: #b3b3b3;
}
.videos .carousel-pips li.on {
  background: #b3b3b3;
}
.videos .carousel-items {
  margin-left: -15px;
}
.videos .carousel-slide {
  padding-left: 15px;
}
.videos .carousel-next {
  right: -64px;
  background-image: url(../images/arrow-right-blue.png);
  background-image: url(../images/arrow-right-blue.svg), none;
}
.videos .carousel-prev {
  left: -64px;
  background-image: url(../images/arrow-left-blue.png);
  background-image: url(../images/arrow-left-blue.svg), none;
}
.videos .box, .videos .box-shadow {
  margin-bottom: 0;
}

.video-link {
  position: relative;
  z-index: 0;
  display: block;
  text-align: center;
}
.video-link img {
  position: relative;
  z-index: -1;
}
.video-link:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
  width: 90px;
  height: 90px;
  background: url(../images/play-icon.png) 50% 50% no-repeat;
  background-image: url(../images/play-icon.svg), none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-link:hover:after {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.video-title {
  display: block;
  margin: 16px 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.2;
}

/* #AWARDS */
.awards {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.awards li {
  margin: 20px 40px 0 40px;
  padding: 0;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}

/* #SUPPORT */
.support {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  line-height: 24px;
  line-height: 2.4rem;
}
.support dt {
  float: left;
  clear: both;
  margin: 0 20px 20px 0;
  padding: 0;
  width: 106px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #005596;
}
.support dt:after {
  float: right;
  width: 25px;
  font-weight: normal;
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.support dd {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
.support a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #005596;
}

.support-phone:after {
  content: " \f095";
}

.support-email:after {
  content: " \f0e0";
}

/* #COLOURS */
.text-green {
  color: #22b573;
}

.text-blue {
  color: #5eaade;
}

@media only screen and (max-width: 759px) {
  .section-header {
    position: fixed;
    z-index: 300;
    padding: 2vh 0;
  }
  .section-header + .section-banner:before,
  .section-header + .section-main:before {
    content: "";
    display: block;
    padding: 2vh 0;
    height: 26px;
  }

  .section-banner {
    margin-top: 0;
  }

  .banner-content {
    padding: 30px 0;
    min-height: 380px;
  }
}
@media only screen and (min-width: 760px) {
  .tablet-hide {
    display: none;
  }

  .tablet-show {
    display: block;
  }

  td.tablet-show {
    display: table-cell;
  }

  h2, .h2 {
    margin-bottom: 40px;
  }

  p + *,
  table + *,
  ul + *,
  ol + *,
  p + [class*="grid"],
  ul + [class*="grid"],
  ol + [class*="grid"],
  table + [class*="grid"] {
    margin-top: 40px;
  }

  p + p,
  p + cite {
    margin-top: 0;
  }

  [class*="grid"] + * {
    margin-top: 20px;
  }

  [class*="grid"] + hr + [class*="grid"] {
    margin-top: 40px;
  }

  .vspace > * {
    margin-bottom: 20px;
  }

  .section-header {
    padding: 10px 0;
  }

  .logo {
    margin: 20px 0 -20px 0;
    width: 173px;
    height: 36px;
  }

  .banner-image {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  .register {
    white-space: nowrap;
  }

  .register-label {
    margin: 0 10px 0 0;
    line-height: 42px;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
  }

  .register-field {
    width: 200px;
  }

  .register-callout {
    position: absolute;
    right: 0;
    z-index: 100;
    width: 75px;
    margin: -51px 0 0 0;
    border-radius: 4px 0 0 4px;
  }
  .register-callout:before {
    display: block;
    margin: 0 0 5px 0;
    text-align: center;
  }

  .filter {
    margin: 40px 0;
    white-space: nowrap;
  }

  .full {
    padding: 50px 0;
  }

  .full-img {
    margin: 0 0 -50px 0;
  }

  .lines > * {
    min-height: 333px;
  }

  .stats-percentage {
    font-size: 160px;
    font-size: 16rem;
    line-height: 0.8;
  }

  .videos .carousel-pips {
    display: none;
  }
  .videos .carousel-items {
    margin-left: -20px;
  }
  .videos .carousel-slide {
    padding-left: 20px;
    width: 50%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1100px) {
  .lines > *:nth-child(-n+2) {
    padding-top: 0;
  }
  .lines > *:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
  .lines > *:nth-child(2n) {
    padding-left: 30px;
  }
  .lines > *:nth-child(2n-1) {
    padding-right: 32px;
  }
  .lines > *:nth-child(n):before {
    border-width: 0;
  }
  .lines > *:nth-child(-n+2):before {
    border-width: 0 0 0 2px;
  }
  .lines > *:nth-child(2n-1):before {
    border-width: 2px 0 0 0;
  }
}
@media only screen and (min-width: 1100px) {
  .desktop-hide {
    display: none;
  }

  .desktop-show {
    display: block;
  }

  td.desktop-show {
    display: table-cell;
  }

  .footer-bottom {
    text-align: right;
  }

  .register {
    float: left;
  }

  .copyright {
    margin: 0;
    line-height: 42px;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
  }

  .full {
    padding: 50px 0;
  }

  .lines > *:nth-child(-n+3) {
    padding-top: 0;
  }
  .lines > *:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
  .lines > *:nth-child(n):before {
    border-width: 0;
  }
  .lines > *:nth-child(3n) {
    padding-left: 30px;
  }
  .lines > *:nth-child(3n-2) {
    padding-right: 32px;
  }
  .lines > *:nth-child(3n-1) {
    padding-left: 30px;
    padding-right: 32px;
  }
  .lines > *:nth-child(-n+3):before {
    border-width: 0 0 0 2px;
  }
  .lines > *:nth-child(3n-2):before {
    border-width: 2px 0 0 0;
  }

  .videos .carousel-slide {
    width: 33.33%;
  }
}
@media print {
  .print-hide,
  .section-header,
  .section-banner,
  .section-footer {
    display: none;
  }

  .print-show,
  .section-main {
    display: block;
  }
  
  .wrap {
	  display: block;
  }
}
/* #NAVIGATION */
.nav-top {
  float: right;
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
}
.nav-top li {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.nav-top li a,
.nav-top li label {
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.nav-top li a:hover,
.nav-top li label:hover {
  color: #f7931e;
  text-decoration: none;
}
.nav-top li a:before,
.nav-top li label:before {
  display: block;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
.nav-top .menu-link {
  display: none;
}
.nav-top .basket-link a {
  font-size: 0;
}
.nav-top .basket-link a:before {
  content: "\f07a";
}
.nav-top .basket-link a .basket-items {
  position: absolute;
  top: -2px;
  right: -8px;
  padding: 0 3px;
  min-width: 7px;
  font-size: 10px;
  line-height: 13px;
  border-radius: 6px;
  text-align: center;
  background: #fbb03b;
}

#menu-expand {
  position: fixed;
  top: 0;
  left: -100px;
}

.menu {
  float: right;
  clear: both;
  margin: 0;
}

.nav-main {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}
.nav-main > li {
  display: block;
  margin: 0;
  padding: 0;
}
.nav-main > li > a {
  display: block;
  padding: 11px 15px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.nav-main > li > a:hover {
  color: #fbb03b;
}
.nav-main ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.nav-main ul li a {
  display: block;
  padding: 7px 15px 7px 30px;
  text-decoration: none;
}
.nav-main ul li a:hover {
  color: #5eaade;
}
.nav-main .login-link {
  margin: 0 0 11px 0;
}
.nav-main .login-link a {
  background: #fbb03b;
  color: white;
  -webkit-transition: "background" 0.3s ease 0s;
  -moz-transition: "background" 0.3s ease 0s;
  -ms-transition: "background" 0.3s ease 0s;
  -o-transition: "background" 0.3s ease 0s;
  transition: "background" 0.3s ease 0s;
}
.nav-main .login-link a:hover {
  color: white;
  background: #f7931e;
}
.nav-main .login-link a:after {
  content: none;
  display: none;
}

.iOS .nav-main:before,
.android .nav-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  padding: 0 0 2px 0;
}

.nav-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social li {
  margin: 0 0 5px 25px;
  padding: 0;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}
.nav-social li:first-child {
  margin-left: 0;
}
.nav-social a {
  display: block;
  font-weight: normal;
  height: 22px;
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-social a:hover {
  text-decoration: none;
  color: #333333;
}
.nav-social a:before {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}

.nav-social_share {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social_share li {
  margin: 0 0 5px 25px;
  padding: 0;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}
.nav-social_share li:first-child {
  margin-left: 0;
}
.nav-social_share a {
  display: block;
  font-weight: normal;
  height: 22px;
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-social_share a:hover {
  text-decoration: none;
  color: #333333;
}
.nav-social_share a:before {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
.nav-footer {
  margin-bottom: 26px;
  font-family: "Montserrat", sans-serif;
}
.nav-footer ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
.nav-footer ul li {
  margin: 16px 0 0 0;
  padding: 0;
}
.nav-footer > li > a {
  display: block;
  margin: 0 0 20px 0;
  color: #333333;
}

@media only screen and (max-width: 759px) {
  .nav-top .menu-link {
    display: inline-block;
  }
  .nav-top .menu-link label {
    z-index: 300;
    font-size: 0;
  }
  .nav-top .menu-link label:before {
    content: "\f0c9";
  }
  .nav-top .phone-link a {
    font-size: 0;
  }
  .nav-top .phone-link a:before {
    content: "\f095";
  }

  .menu {
    position: fixed;
    z-index: 200;
    top: 0;
    left: -85%;
    bottom: 0;
    padding: 0;
    width: 85%;
    background: #333333;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-property: left box-shadow;
    -moz-transition-property: left box-shadow;
    -ms-transition-property: left box-shadow;
    -o-transition-property: left box-shadow;
    transition-property: left box-shadow;
  }

  .menu-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background: transparent;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
  }

  #menu-expand:checked ~ * .menu {
    left: 0%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  #menu-expand:checked ~ * .menu-link label {
    color: #fbb03b;
  }

  #menu-expand:checked ~ * .menu-mask {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .nav-main {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    padding: 11px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 760px) {
  .phone-link,
  .basket-link {
    margin-left: 25px;
  }

  .nav-top {
    margin: 4px 0 12px 0;
  }

  .nav-main {
    margin: 0 0 5px 0;
  }
  .nav-main > li {
    position: relative;
    float: left;
  }
  .nav-main > li:hover ul {
    display: block;
  }
  .nav-main > li > a:after {
    content: "";
    display: block;
    margin: 3px auto -5px auto;
    width: 0;
    height: 2px;
    overflow: hidden;
    background: white;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .nav-main > li > a:hover {
    color: white;
  }
  .nav-main > li > a:hover:after, .nav-main > li > a:focus:after, .nav-main > li > a.on:after {
    width: 100%;
  }
  .nav-main .login-link {
    float: right;
    margin: 0 0 0 15px;
  }
  .nav-main .login-link + li {
    margin-left: 0;
  }
  .nav-main ul {
    display: none;
    position: absolute;
    margin: 15px 0 0 -5px;
    padding: 14px 10px;
    background: #1a1a1a;
  }
  .nav-main ul:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background: transparent;
  }
  .nav-main ul:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #1a1a1a;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .nav-main ul li {
    display: block;
    white-space: nowrap;
  }
  .nav-main ul li a {
    padding: 6px 10px;
  }

  .nav-social li {
    margin-left: 40px;
  }
  
  .nav-social_share li {
    margin-left: 40px;
  }  
}
@media only screen and (min-width: 1100px) {
  .nav-top {
    margin: 37px 0 0 0;
  }
  .nav-top li {
    margin: 0 0 0 30px;
  }

  .menu {
    clear: none;
  }

  .nav-main {
    margin: 27px 0 16px 0;
  }
  .nav-main ul {
    margin-top: 26px;
  }
  .nav-main ul:before {
    top: -26px;
    height: 26px;
  }

  .nav-social {
    margin: 0 0 0 60px;
    line-height: 42px;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
  }
  
   .nav-social_share {
    margin: 0 0 0 0px;
    line-height: 42px;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
  } 
  
}
/* #BREADCRUMB */
.breadcrumb {
  position: relative;
  z-index: 100;
  display: block;
  margin: -10px 0 30px 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  margin: 0;
  padding: 0;
}
.breadcrumb li:before {
  content: "\00a0\00a0 › \00a0\00a0";
}
.breadcrumb li:first-child:before {
  content: none;
}

@media only screen and (min-width: 760px) {
  .breadcrumb {
    margin: -30px 0 50px 0;
  }
}
/* #BLOCKQUOTES */
blockquote,
.quote {
  position: relative;
  font-style: normal;
  margin: 0;
  padding: 0 0 1px 0;
  font-family: "Shadows Into Light", cursive;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
}
blockquote:before,
.quote:before {
  content: open-quote;
  margin: -10px 0 0 -5px;
  height: 45px;
  overflow: hidden;
  color: #5eaade;
  font-style: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}
blockquote p,
.quote p {
  margin-top: 0;
}
blockquote p:last-of-type:after,
.quote p:last-of-type:after {
  content: close-quote;
  float: right;
  display: inline;
  height: 45px;
  overflow: hidden;
  color: #5eaade;
  font-style: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
}
blockquote cite,
blockquote .cite,
.quote cite,
.quote .cite {
  display: block;
  padding: 0;
  color: #999999;
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

/* #WWIGHTBOX */
.lightbox {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
}

.lightbox-content {
  position: relative;
  z-index: 700;
  margin: 0;
  padding: 20px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}

.lightbox-resize {
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0;
  padding: 20px;
  width: 100px;
  height: 100px;
  background: white;
}

.lightbox-resize.loading {
  background-image: url(../images/lightbox-loading.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: white;
}

.lightbox-inner {
  float: left;
  display: inline;
}

.lightbox-inner img {
  max-width: none;
}

.lightbox-inner iframe {
  vertical-align: bottom;
}

.lightbox-ghost {
  position: relative;
  margin: 0;
  padding: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  z-index: 800;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}

.lightbox-bg {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightbox-close {
  position: absolute;
  z-index: 900;
  top: -2px;
  right: 20px;
  margin: 0;
  padding: 3px 0 2px 22px;
  height: 16px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
.lightbox-close:before {
  content: "\f00d ";
  margin: 0 3px 0 0;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1em;
  vertical-align: bottom;
  display: -moz-inline-stack;
  display: inline-block;
}

.lightbox-close:hover {
  text-decoration: none;
  color: #8a8a8a;
}

.lightbox-previous,
.lightbox-next {
  position: absolute;
  z-index: 900;
  left: 20px;
  top: 50%;
  display: none;
  margin: -50px 0 0 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  color: white;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  opacity: 0.5;
  outline: none;
  background: url(../images/lightbox-prev.gif) 50% 50% no-repeat;
}

.lightbox-next {
  left: auto;
  right: 20px;
  background: url(../images/lightbox-next.gif) 50% 50% no-repeat;
}

.lightbox-previous:hover,
.lightbox-next:hover {
  opacity: 1;
}

.lightbox-description {
  display: block;
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: 300;
  color: #656565;
}

.lightbox-name {
  display: block;
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #0079a2;
}

.lightbox-location {
  display: block;
  font-size: 12px;
  color: #b2b2b2;
}
