/* Minification failed. Returning unminified contents.
(2309,1): run-time error CSS1019: Unexpected token, found '@import'
(2309,9): run-time error CSS1019: Unexpected token, found 'url("http://fast.fonts.com/t/1.css?apiType=css&projectid=81310fd3-7b08-48d2-b35b-6e1b1cefee50")'
(2458,1): run-time error CSS1019: Unexpected token, found '@import'
(2458,9): run-time error CSS1019: Unexpected token, found 'url('layout.css')'
(2459,1): run-time error CSS1019: Unexpected token, found '@import'
(2459,9): run-time error CSS1019: Unexpected token, found 'url('color.css')'
(2530,33): run-time error CSS1036: Expected expression, found ';'
(2544,196): run-time error CSS1036: Expected expression, found ';'
(2561,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2562,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2566,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(2567,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2576,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2577,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2583,122): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2627,143): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

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

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/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. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

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

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve 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 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve 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;
}

html
{
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body
{
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a
{
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:link, a:visited, a:active, a:hover
{
    color: #333;
}

/*
a:hover
{
	background-color: #c7d1d6;
}
*/

header, footer, hgroup, nav, section
{
    display: block;
}

mark
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

section h1, section h2, h3, h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active
{
    padding: 0;
    text-decoration: none;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    margin: 0 auto;
    max-width: 960px;
}

#body
{
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content
{
    /* background: url("../Images/accent.png") no-repeat; */
    padding-left: 10px;
    padding-top: 14px;
}

.featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper
{
    padding-top: 20px;
}

footer
{
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title
{
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New" , Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active
{
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

.site-title a.lvlogo
{
    background: url('/Content/LV_Logo.png') no-repeat top left;
    display: block;
    width: 300px;
    height: 50px;
    text-indent: -9999px; /* hides the link text */
}

/* login
----------------------------------------------------------*/
#login
{
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

#login a
{
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username
{
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul
{
    margin: 0;
}

#login li
{
    display: inline;
    list-style: none;
}


/* menu
----------------------------------------------------------*/
ul#menu
{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#menu li a
{
    background: none;
    color: #999;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: #333;
    text-decoration: none;
}

.sub-nav
{
    padding-left:100px !important;
}


.file_menu {
    display:none;
    position:absolute;
    width:220px;
    padding-top: 10px !important;
}


.file_menu li {
    background-color: #ffffff;
    width:200px;
    display:inline;
    padding:0px 0px 0px 10px;   
}

.file_menu li a
{
    display:inline !important;   
}


/* page elements
----------------------------------------------------------*/
/* featured */
.featured
{
    background-color: #fff;
}

.featured .content-wrapper
{
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 20px 40px 30px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2
{
    color: #fff;
}

.featured p
{
    font-size: 1.1em;
}

/* page titles */
hgroup.title
{
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2
{
    display: inline;
}

hgroup.title h2
{
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

ol.round li
{
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero
{
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one
{
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two
{
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three
{
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four
{
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five
{
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six
{
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven
{
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight
{
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine
{
    background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article
{
    float: left;
    width: 70%;
}

aside
{
    float: right;
    width: 25%;
}

aside ul
{
    list-style: none;
    padding: 0;
}

aside ul li
{
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label
{
    font-weight: 700;
}

/* login page */
#loginForm
{
 /*   border-right: solid 2px #c8c8c8;*/
    float: left;
    width: 55%;
}

#loginForm .validation-error
{
    display: block;
   margin-left: 15px;
}

#loginForm .validation-summary-errors ul
{
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li
{
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input
{
    width: 250px;
}

#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button
{
    width: auto;
}

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2
{
    margin-bottom: 5px;
}

#socialLoginList button
{
    margin-bottom: 12px;
}

#logoutForm
{
    display: inline;
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend
{
    display: none;
}

fieldset ol
{
    padding: 0;
    list-style: none;
}

fieldset ol li
{
    padding-bottom: 5px;
}

label
{
    display: inline-block;
    font-size: 1.0em;
    font-weight: 500;
   /* width: 140px;*/
}

label.checkbox
{
    display: inline;
}

input, textarea, select
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.0em;
    margin: 0;
    padding: 2px;
    max-width: 300px;
}

input[type="button"], input[type="submit"]{
    max-width:500px;
} 

textarea
{
    font-family: inherit;
    width: 500px;
}

input:focus, textarea:focus
{
    border: 1px solid #7ac0da;
}

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

/*input[type="submit"], input[type="button"], button
{
	background-color: #4BBAEB;
	border: 1px solid #787878;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 600;
	padding: 7px;
	margin-right: 8px;
	width: auto;
}
*/

td input[type="submit"], td input[type="button"], td button
{
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    background: none repeat scroll 0 0 #FBE3E4;
    margin: 0.5em 0 0.5em 2px;
    border: 1px solid #FBC2C4;
    padding: 2px 5px 2px 5px;
    color: #8a1f11;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}

/**********************************************************************
  Table styles
**********************************************************************/
table
{
    border-collapse: collapse;
    border-spacing: 0;
  /*  margin-top: 0.75em;*/
    border: 0 none;
}

th
{
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

th a
{
    display: block;
    position: relative;
}

th a:link, th a:visited, th a:active, th a:hover
{
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
}

th a:hover
{
    color: #000;
}

th.asc a, th.desc a
{
    margin-right: .75em;
}

th.asc a:after, th.desc a:after
{
    display: block;
    position: absolute;
    right: 0em;
    top: 0;
    font-size: 0.75em;
}

th.asc a:after
{
    content: '▲';
}

th.desc a:after
{
    content: '▼';
}

td
{
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td
{
    padding: 0 0.25em 0 0;
}


/* Generic css table class style formatting */
.table
{
    display: table;
}
.tr
{
    display: table-row;
}
.thead
{
    display: table-header-group;
}
.tbody
{
    display: table-row-group;
}
.tfoot
{
    display: table-footer-group;
}
.col
{
    display: table-column;
}
.colgroup
{
    display: table-column-group;
}
.td, .th
{
    display: table-cell;
}
.caption
{
    display: table-caption;
}
/*--------------------------------------------------------------------*/


/**********************************************************************
  Message Box styles
**********************************************************************/

.error-message, .informational-message, .warning-message, .success-message
{
    border: 1px solid;
    padding: 8px 8px 8px 56px;
    margin: 0.5em 0;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-weight: 600;
}

.error-message
{
    color: #8a1f11;
    background-color: #FBE3E4;
    border-color: #8a1f11;
    background-image: url('error.png');
}

.success-message
{
    color: #1E621A;
    border-color: #7AC475;
    background-color: #D0F9CD;
    background-image: url('success.png');
}

.informational-message
{
    color: #013C71;
    border-color: #77B8D8;
    background-color: #DAE8EF;
    background-image: url('info.png');
}

.warning-message
{
    color: #9F6000;
    border-color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('warning.png');
}

.warning-message .distributor-info
{
    font-weight: normal;
}
.error-message .error-id
{
    font-weight: normal;
}

/*---------------------------------------------------------*/

.attendee-block
{
    border-bottom: 1px Solid Silver;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 12px;
}
.attendee-summary .distributorid
{
    display: inline-block;
    width: 140px;
}
.attendee-summary .badgename
{
    display: inline-block;
    width: 200px;
}
.event-summary .title
{
    font-weight: 600;
}
.cost-summary 
{
   
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom:10px;
}



.messages .message
{
    padding-left: 4px;
}
.buttons
{
    border-top: 1px solid silver;
    padding-top: 12px;
    margin-top: 12px;
}
.attendee.buttons
{
    border-top: none;
    padding-top: 0px;
}

nav.primary
{
    margin-top: 14px;
}
nav.primary li a
{
    line-height: 3em;
}
nav.primary .sub-nav
{
    font-size: 12px;
    float: right;
    margin: 0 12px 8px 0;
}
nav.primary .sub-nav li
{
    border-right: 1px solid Silver;
}
nav.primary .sub-nav li.last
{
    border-right: none;
}
nav.primary .sub-nav li a
{
    line-height: 2em;
}

.complete-summary .order-number-label
{
    width: 140px;
    margin-top: 12px;
    font-weight: 600;
}

.btn
{
    padding: 4px !important;
    border: 1px solid #787878;
    background: none;
    background-color: #d3dce0;
    text-decoration: none;
}

.linkbtn
{
    padding-left:40px !important;
    padding-right:40px!important;

}

.btn:hover
{
    padding: 4px;
    border: 1px solid #787878;
    background: none;
    background-color: #4BBAEB;
    color: White;
    text-decoration: none;
}
.btn.blue
{
    background-color: #4BBAEB;
    color: White;
}
h3
{
    text-decoration: none;
}
p
{
    margin-top: 2px;
    margin-bottom: 2px;
}

/* Fancy table design #1 */
.f1 a:link, .f1 a:visited
{
    color: #666;
    text-decoration: none;
    text-decoration: underline;
}
.f1 a:active, .f1 a:hover
{
    color: #4BBAEB;
    text-decoration: underline;
}
.f1
{
    color: #666; /*text-shadow: 1px 1px 0px #fff;*/
    background: #eaebec;
    margin: 20px 0;
    border: #ccc 1px solid;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
.f1 th
{
    font-weight: 600;
    padding: 12px 25px 12px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.f1 th:first-child
{
    text-align: left;
    padding-left: 12px;
}
.f1 tr:first-child th:first-child
{
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
.f1 tr:first-child th:last-child
{
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.f1 tr
{
    text-align: center;
    padding-left: 20px;
}
.f1 td:first-child
{
    text-align: left;
    padding-left: 12px;
    border-left: 0;
}
.f1 td
{
    padding: 12px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.f1 tr.even td
{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.f1 tr:last-child td
{
    border-bottom: 0;
}
.f1 tr:last-child td:first-child
{
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.f1 tr:last-child td:last-child
{
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.f1 tr:hover td
{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
/***********************************/





/*
Styles for the delete button
*/

div label input
{
    margin-right: 100px;
}

.buttons
{
    padding-top: 12px;
}
#addbutton
{
    float: left;
}
#registerbutton
{
    float: right;
    margin-right: 0px;
}

.ck-button
{
    margin: -30px 4px 4px 4px;
    background-color: #d3dce0;
    border: 1px solid #787878;
    overflow: auto;
    float: right;
    color: #222;
}

.ck-button:hover
{
    background: red;
    color: #8a1f11;
    background-color: #FBC2C4;
    cursor: pointer;
}

.ck-button label
{
    float: left;
    padding: 0 8px 0 8px;
    width: auto;
}

.ck-button label:hover
{
    cursor: pointer;
}

.ck-button label span
{
    text-align: center;
    padding: 3px 0px;
    display: block;
}

.ck-button label input
{
    position: absolute;
    top: -50px;
}

.ck-button input:checked + span
{
    background-color: #911;
    color: #fff;
}

nav.primary
{
    margin-top: 14px;
}
nav.primary li a
{
    line-height: 3em;
}

/* Table specific formatting: History table 
-----------------------------------------------------------*/
#history-table .event-name
{
    width: 320px;
}
#history-table .event-date
{
    width: 120px;
}
#history-table .order-number
{
    width: 80px;
}
#history-table span.distributor-id
{
    display: inline-block;
    width: 80px;
}
#history-table span.badge-name
{
    display: inline-block;
}
#history-table td.event-name
{
    font-weight: 600;
}
#history-table td.event-date
{
    font-weight: 600;
}
#history-table td.order-number
{
    font-weight: 600;
}
#history-table th.event-date
{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
#history-table th.order-number
{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
/*********************************/

/********************
*   Kiosk Mode      *
/********************/
body.kiosk nav.primary .main-nav
{
    display: none;
}
body.kiosk nav.primary .sub-nav
{
    display: inline;
}
body.kiosk header .logo
{
    margin-top: 6px;
}


/************************
*   Setup Styles        *
/***********************/

.setup
{
    font-family: "Proxima N W01 Reg" , "Helvetica Neue" , Helvetica, Arial;
    font-size: 0.9em;
}
.setup h2
{
    font-size: 1.4em;
}
.setup h4
{
    border-bottom: 1px Solid Silver;
    margin-bottom: 6px;
    margin-top: 36px;
    font-size: 1.2em;
}
.setup fieldset
{
    width: 100%;
}
.setup a
{
    padding: 0;
}

.setup header .logo
{
    margin: 8px 0 0 0;
}

.setup .main-panel
{
    padding-bottom: 8px;
}
.setup .sub-panel
{
    padding-top: 8px;
}
.setup .tab-panel
{
    margin: 20px;
}
.setup .sub-item
{
    margin-bottom: 12px;
    border-bottom: 1px solid silver;
    padding-bottom: 12px;
}

.setup .editor label
{
    font-weight: 600;
    color: #555555;
    width: 160px;
}
.setup .editor input, .setup .editor select
{
    margin-bottom: 6px;
    font-size: 0.8em;
    margin-bottom: 6px;
}
.setup .editor textarea
{
    width: 420px;
    margin-bottom: 6px;
}
.setup .editor textarea.wide
{
    width: 560px;
}
.setup .editor-field.wide input
{
    width: 420px;
}

.setup .display
{
    overflow: hidden;
}

.setup .display-label, .setup .display-field
{
    float: left;
}
.setup .display-label
{
    font-weight: 600;
    color: #555555;
    width: 160px;
}
.setup .display
{
    padding-bottom: 6px;
}

.setup ul
{
    background-image: none !important;
}

.setup .buttons
{
    margin-top: 46px;
}
.setup .buttons .left
{
    float: left !important;
}
.setup .buttons.sub
{
    margin-top: 0;
    padding-top: 0;
    border: none !important;
    padding-bottom: 2px;
}
.setup .buttons.top
{
    border: 0px;
    margin-bottom: 0;
    margin-top: -16px;
    padding-bottom: 24px;
}
.setup .buttons .btn
{
    float: right;
    min-width: 120px;
    text-align: center;
    vertical-align: middle;
}
.setup .buttons.sub .btn
{
    padding: 2px;
    float: left;
}
.setup .buttons input[type="submit"], .setup .buttons input[type="button"]
{
    width: auto;
    min-height: 27px;
}
.setup .buttons a.btn
{
    padding: 3px !important;
}

.setup .sub-note
{
    font-style: italic;
    display: block;
    padding-left: 164px;
}

.setup .first
{
    margin-top: 12px;
    padding-top: 0;
}

.setup /** Tabs **/ .setup .ui-tabs-vertical
{
    width: 800px;
}
.setup .ui-tabs-vertical .ui-tabs-nav
{
    padding: .2em .1em .2em .2em;
    float: left;
    width: 160px;
}
/*.ui-tabs-nav
{
	height: 500px;
}*/
.setup .ui-tabs-vertical .ui-tabs-nav li
{
    clear: left;
    width: 100%;
    border-bottom-width: 3px !important;
    border-right-width: 0 !important;
    margin: 0 -1px .2em 0;
}
.setup .ui-tabs-vertical .ui-tabs-nav li a
{
    display: block;
}
.setup .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected
{
    padding-right: .1em;
    border-right-width: 1px;
    border-right-width: 1px;
}
.setup .ui-tabs-vertical .ui-tabs-panel
{
    padding: 1em;
    float: left;
    width: 600px;
}
.setup .ui-widget
{
    font-size: 1.0em;
    font-family: "Proxima N W01 Reg" , "Helvetica Neue" , Helvetica, Arial !important;
}
.setup .ui-tabs-panel
{
    border-top: 1px solid #aaaaaa;
}
.setup .ui-tabs-nav
{
    border-top-right-radius: 0 !important;
}
.setup .ui-tabs-nav
{
    border-bottom-right-radius: 0 !important;
}

#EventDetails div, #EventLanguages div div, #EventCosts div div, #EventMessages div div, #EventCustomFields div div
{
    overflow: hidden;
}


@media only screen and (max-width: 960px)
{
    body
    {
        width:960px;
    }
}



    @media all and (max-width: 1200px) { /* screen size until 1200px */
    body {
        font-size: 1.5em; /* 1.5x default size */
    }
}
@media all and (max-width: 1000px) { /* screen size until 1000px */
    body {
        font-size: 1.2em; /* 1.2x default size */
        }
    }
@media all and (max-width: 60em) { /* screen size until 500px */
    body {
        font-size:2em; /* 0.8x default size */
        }
    input[type='checkbox'] { 
        min-height:40px;
        min-width:40px;
    }
   .btn{font-size: 1.1em }
   h2{font-size:1.5em;}
   .f_l.logo{width:100%;}
  nav.primary .sub-nav{
      font-size:1.5em;
      width:100%;
     
  }

  nav.primary .main-nav{
      font-size:1.7em;
      width:100%;
      margin-top:5px;
  }

  nav.primary{
       padding-left:15px;
  }

  div.m-bottomline
  {
      border-bottom:1px solid;
      margin-top:10px;
      padding-bottom:5px;
  }

  div.m-highrow{
      padding: 10px;
  }

  .hoverli img{
      height:30px;
  }


    }


.border_1 {border:1px solid #AAA;}
.border_1_t {border-top:1px solid #AAA;}
.border_1_r {border-right:1px solid #AAA;}
.border_1_b {border-bottom:1px solid #AAA;}
.border_1_l {border-left:1px solid #AAA;}

.border_2 {border:1px solid #DDD;}
.border_2_t {border-top:1px solid #DDD;}
.border_2_r {border-right:1px solid #DDD;}
.border_2_b {border-bottom:1px solid #DDD;}
.border_2_l {border-left:1px solid #DDD;}

/* Text Color Styles */
 .text_white,
a.text_white,
a.text_white:hover {color:#fff;}
 .text_red,
a.text_red,
a.text_red:hover {color:#ab2e22;}

 .text_gray_1,
a.text_gray_1,
a.text_gray_1:hover {color:#585659;}
 .text_gray_2,
a.text_gray_2,
a.text_gray_2:hover {color:#939597;}
 .text_gray_3,
a.text_gray_3,
a.text_gray_3:hover {color:#D1D2D4;}

 .text_berry_1,
a.text_berry_1,
a.text_berry_1:hover {color:#62003F;}
 .text_berry_2,
a.text_berry_2,
a.text_berry_2:hover {color:#BB1654;}
 .text_berry_3,
a.text_berry_3,
a.text_berry_3:hover {color:#F0DAE3;}

 .text_tangerine_1,
a.text_tangerine_1,
a.text_tangerine_1:hover {color:#F47E1F;}
 .text_tangerine_2,
a.text_tangerine_2,
a.text_tangerine_2:hover {color:#FDB813;}
 .text_tangerine_3,
a.text_tangerine_3,
a.text_tangerine_3:hover {color:#FFDF86;}

 .text_lime_1,
a.text_lime_1,
a.text_lime_1:hover {color:#6E9933;}
 .text_lime_2,
a.text_lime_2,
a.text_lime_2:hover {color:#C2D840;}
 .text_lime_3,
a.text_lime_3,
a.text_lime_3:hover {color:#E9EC92;}

 .text_blue_1,
a.text_blue_1,
a.text_blue_1:hover {color:#005C8F;}
 .text_blue_2,
a.text_blue_2,
a.text_blue_2:hover {color:#4BBAEB;}
 .text_blue_3,
a.text_blue_3,
a.text_blue_3:hover {color:#BCE2F5;}

/* Transparent PNG Styles */
.trans_b_1 {background-image:url('../img/trans_black_10.png');}
.trans_b_2 {background-image:url('../img/trans_black_20.png');}
.trans_b_3 {background-image:url('../img/trans_black_30.png');}
.trans_b_4 {background-image:url('../img/trans_black_40.png');}
.trans_b_5 {background-image:url('../img/trans_black_50.png');}
.trans_b_6 {background-image:url('../img/trans_black_60.png');}
.trans_b_7 {background-image:url('../img/trans_black_70.png');}
.trans_b_8 {background-image:url('../img/trans_black_80.png');}
.trans_b_9 {background-image:url('../img/trans_black_90.png');}
/* Inverted Trans Styles */
.trans_w_1 {background-image:url('../img/trans_white_10.png');}
.trans_w_2 {background-image:url('../img/trans_white_20.png');}
.trans_w_3 {background-image:url('../img/trans_white_30.png');}
.trans_w_4 {background-image:url('../img/trans_white_40.png');}
.trans_w_5 {background-image:url('../img/trans_white_50.png');}
.trans_w_6 {background-image:url('../img/trans_white_60.png');}
.trans_w_7 {background-image:url('../img/trans_white_70.png');}
.trans_w_8 {background-image:url('../img/trans_white_80.png');}
.trans_w_9 {background-image:url('../img/trans_white_90.png');}

/* background colors */
.bg_yellow_1 {background-color:#fffff0;}
.bg_yellow_2 {background-color:#fffce2;}
.bg_blue_1 {background-color:#e9eff5;}
.bg_blue_2 {background-color:#e5eff9;}
.bg_blue_3 {background-color:#003366;}

/* background gradients */
.bg_gradient_1 {zoom:1; background:#f7f7f7; background: -moz-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ebebeb)); background: -webkit-linear-gradient(top, #fcfcfc 0%,#ebebeb 100%); background: -o-linear-gradient(top, #fcfcfc 0%,#ebebeb 100%); background: -ms-linear-gradient(top, #fcfcfc 0%,#ebebeb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebebeb',GradientType=0 ); background: linear-gradient(top, #fcfcfc 0%,#ebebeb 100%);}
.bg_gradient_2 {zoom:1; background:#f1f1f1; background: -moz-linear-gradient(top, #ebebeb 0%, #d9d9d9 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#d9d9d9)); background: -webkit-linear-gradient(top, #ebebeb 0%,#d9d9d9 100%); background: -o-linear-gradient(top, #ebebeb 0%,#d9d9d9 100%); background: -ms-linear-gradient(top, #ebebeb 0%,#d9d9d9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d9d9d9',GradientType=0 ); background: linear-gradient(top, #ebebeb 0%,#d9d9d9 100%);}
.bg_gradient_3 {zoom:1; background:#e9eff5; background: -moz-linear-gradient(top, #e9eff5 0%, #d5e1ed 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9eff5), color-stop(100%,#d5e1ed)); background: -webkit-linear-gradient(top, #e9eff5 0%,#d5e1ed 100%); background: -o-linear-gradient(top, #e9eff5 0%,#d5e1ed 100%); background: -ms-linear-gradient(top, #e9eff5 0%,#d5e1ed 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eff5', endColorstr='#d5e1ed',GradientType=0 ); background: linear-gradient(top, #e9eff5 0%,#d5e1ed 100%);}
.bg_gradient_4 {zoom:1; background:#262626; background: -moz-linear-gradient(top, #262626 0%, #0d0d0d 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262626), color-stop(100%,#0d0d0d)); background: -webkit-linear-gradient(top, #262626 0%,#0d0d0d 100%); background: -o-linear-gradient(top, #262626 0%,#0d0d0d 100%); background: -ms-linear-gradient(top, #262626 0%,#0d0d0d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#0d0d0d',GradientType=0 ); background: linear-gradient(top, #262626 0%,#0d0d0d 100%);}

.site_width {width:960px; margin-right:auto; margin-left:auto;}

/* Page Content columns - Always use these for layout consistency */
.col_1_4 {width:240px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *behavior:url('/js/vendor/boxsizing.htc'); /* polyfill for IE */} /* one fourth */
.col_1_3 {width:320px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *behavior:url('/js/vendor/boxsizing.htc'); /* polyfill for IE */} /* one third */
.col_2_3 {width:640px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *behavior:url('/js/vendor/boxsizing.htc'); /* polyfill for IE */} /* two thirds */
.col_1_2 {width:480px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *behavior:url('/js/vendor/boxsizing.htc'); /* polyfill for IE */} /* one half */

.col_1_4.left {padding-right:10px;}
.col_1_4.middle_l {padding-right:10px; padding-left:5px;}
.col_1_4.middle_r {padding-right:5px; padding-left:10px;}
.col_1_4.right {padding-left:10px;}

.col_1_3.left {padding-right:20px;}
.col_1_3.middle {padding-right:10px; padding-left:10px;}
.col_1_3.right {padding-left:20px;}

.col_1_2.left {padding-right:15px;}
.col_1_2.right {padding-left:15px;}

/* Float Styles */
.f_l {float:left;}
.f_r {float:right;}

/* Margin Styles */
.m_auto {margin:auto;}

.m_all_0 {margin:0;}
.m_all_1 {margin:5px;}
.m_all_2 {margin:10px;}
.m_all_3 {margin:15px;}
.m_all_4 {margin:20px;}
.m_all_5 {margin:30px;}
.m_all_6 {margin:40px;}
.m_all_7 {margin:50px;}

.m_t_0 {margin-top:0;}
.m_t_1 {margin-top:5px;}
.m_t_2 {margin-top:10px;}
.m_t_3 {margin-top:15px;}
.m_t_4 {margin-top:20px;}
.m_t_5 {margin-top:30px;}
.m_t_6 {margin-top:40px;}
.m_t_7 {margin-top:50px;}

.m_r_0 {margin-right:0;}
.m_r_1 {margin-right:5px;}
.m_r_2 {margin-right:10px;}
.m_r_3 {margin-right:15px;}
.m_r_4 {margin-right:20px;}
.m_r_5 {margin-right:30px;}
.m_r_6 {margin-right:40px;}
.m_r_7 {margin-right:50px;}

.m_b_0 {margin-bottom:0;}
.m_b_1 {margin-bottom:5px;}
.m_b_2 {margin-bottom:10px;}
.m_b_3 {margin-bottom:15px;}
.m_b_4 {margin-bottom:20px;}
.m_b_5 {margin-bottom:30px;}
.m_b_6 {margin-bottom:40px;}
.m_b_7 {margin-bottom:50px;}

.m_l_0 {margin-left:0;}
.m_l_1 {margin-left:5px;}
.m_l_2 {margin-left:10px;}
.m_l_3 {margin-left:15px;}
.m_l_4 {margin-left:20px;}
.m_l_5 {margin-left:30px;}
.m_l_6 {margin-left:40px;}
.m_l_7 {margin-left:50px;}

/* Padding Styles */
.p_all_0 {padding:0;}
.p_all_1 {padding:5px;}
.p_all_2 {padding:10px;}
.p_all_3 {padding:15px;}
.p_all_4 {padding:20px;}
.p_all_5 {padding:30px;}
.p_all_6 {padding:40px;}
.p_all_7 {padding:50px;}

.p_t_0 {padding-top:0;}
.p_t_1 {padding-top:5px;}
.p_t_2 {padding-top:10px;}
.p_t_3 {padding-top:15px;}
.p_t_4 {padding-top:20px;}
.p_t_5 {padding-top:30px;}
.p_t_6 {padding-top:40px;}
.p_t_7 {padding-top:50px;}

.p_r_0 {padding-right:0;}
.p_r_1 {padding-right:5px;}
.p_r_2 {padding-right:10px;}
.p_r_3 {padding-right:15px;}
.p_r_4 {padding-right:20px;}
.p_r_5 {padding-right:30px;}
.p_r_6 {padding-right:40px;}
.p_r_7 {padding-right:50px;}

.p_b_0 {padding-bottom:0;}
.p_b_1 {padding-bottom:5px;}
.p_b_2 {padding-bottom:10px;}
.p_b_3 {padding-bottom:15px;}
.p_b_4 {padding-bottom:20px;}
.p_b_5 {padding-bottom:30px;}
.p_b_6 {padding-bottom:40px;}
.p_b_7 {padding-bottom:50px;}

.p_l_0 {padding-left:0;}
.p_l_1 {padding-left:5px;}
.p_l_2 {padding-left:10px;}
.p_l_3 {padding-left:15px;}
.p_l_4 {padding-left:20px;}
.p_l_5 {padding-left:30px;}
.p_l_6 {padding-left:40px;}
.p_l_7 {padding-left:50px;}

/* Text Align Styles */
.text_l, td[align="right"] {text-align:left;}
.text_r, td[align="left"] {text-align:right;}
.text_c, td[align="center"] {text-align:center;}

/* Corner Radii Styles */
.radius_1 {-webkit-border-radius:2px; border-radius:2px;}
.radius_2 {-webkit-border-radius:3px; border-radius:3px;}
.radius_3 {-webkit-border-radius:5px; border-radius:5px;}
.radius_4 {-webkit-border-radius:10px; border-radius:10px;}
.radius_5 {-webkit-border-radius:15px; border-radius:15px;}
/* top only */
.radius_1_t {-webkit-border-radius:2px 2px 0 0; border-radius:2px 2px 0 0;}
.radius_2_t {-webkit-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0;}
.radius_3_t {-webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
.radius_4_t {-webkit-border-radius:10px 10px 0 0; border-radius:10px 10px 0 0;}
.radius_5_t {-webkit-border-radius:15px 15px 0 0; border-radius:15px 15px 0 0;}
/* right only */
.radius_1_r {-webkit-border-radius:0 2px 2px 0; border-radius:0 2px 2px 0;}
.radius_2_r {-webkit-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0;}
.radius_3_r {-webkit-border-radius:0 5px 5px 0; border-radius:0 5px 5px 0;}
.radius_4_r {-webkit-border-radius:0 10px 10px 0; border-radius:0 10px 10px 0;}
.radius_5_r {-webkit-border-radius:0 15px 15px 0; border-radius:0 15px 15px 0;}
/* bottom only */
.radius_1_b {-webkit-border-radius:0 0 2px 2px; border-radius:0 0 2px 2px;}
.radius_2_b {-webkit-border-radius:0 0 3px 3px; border-radius:0 0 3px 3px;}
.radius_3_b {-webkit-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px;}
.radius_4_b {-webkit-border-radius:0 0 10px 10px; border-radius:0 0 10px 10px;}
.radius_5_b {-webkit-border-radius:0 0 15px 15px; border-radius:0 0 15px 15px;}
/* left only */
.radius_1_l {-webkit-border-radius:2px 0 0 2px; border-radius:2px 0 0 2px;}
.radius_2_l {-webkit-border-radius:3px 0 0 3px; border-radius:3px 0 0 3px;}
.radius_3_l {-webkit-border-radius:5px 0 0 5px; border-radius:5px 0 0 5px;}
.radius_4_l {-webkit-border-radius:10px 0 0 10px; border-radius:10px 0 0 10px;}
.radius_5_l {-webkit-border-radius:15px 0 0 15px; border-radius:15px 0 0 15px;}

/* Box Shadow */
.box_shadow_1 {-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5); box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
.box_shadow_2 {-webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.5); box-shadow:0px 1px 5px rgba(0,0,0,0.5);}/* Used for navigation dropdowns and other hover-over windows */

.block {display:block;}
.inline_block {display:inline-block;}

/* =========== */
/* Text Styles */
/* =========== */
.font_10 {font-size:10px;}
.font_12 {font-size:12px;}
.font_14 {font-size:14px;}
.font_16 {font-size:16px;}
.font_18 {font-size:18px;}
.font_20 {font-size:20px;}
.font_24 {font-size:24px;}
.font_32 {font-size:32px;}
.font_48 {font-size:48px;}
.font_48 {font-size:48px;}
.font_60 {font-size:60px;}
.font_72 {font-size:72px;}

.font_normal {font-weight:normal;}

.text_uppercase {text-transform:uppercase;}
.text_underline {text-decoration:underline;}

/* FONTS */
.font_title {font-family:'HelveticaNeueW15-57Cn', "Proxima N W01 Reg", "Helvetica Neue", Helvetica;}
.font_title_lt {font-family:'HelveticaNeueW15-57Cn', "Proxima N W01 Reg", "Helvetica Neue", Helvetica; font-weight:100;}
.font_lt {font-weight:100;}

/* Font tracking URL - MUST HAVE for legal reasons */
@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=81310fd3-7b08-48d2-b35b-6e1b1cefee50");

/* TITLES - Helvetica Neue Condensed */
@font-face{
	font-family:"HelveticaNeueW15-57Cn";
	/*font-family:"HelveticaNeueW15-47LtCn 777348";*/
	src:url("Fonts/1344b7a2-4f5d-49c4-9d89-93e6dac29992.eot?#iefix");
	src:url("Fonts/1344b7a2-4f5d-49c4-9d89-93e6dac29992.eot?#iefix") format("eot"),
	url("Fonts/e1488caa-6328-42e8-aca4-e26411f9f80a.woff") format("woff"),
	url("Fonts/409ec097-3050-432b-9ad6-65c443dd2a23.ttf") format("truetype"),
	url("Fonts/c44aa3d7-7b0e-4b44-9359-4eec541f857d.svg#c44aa3d7-7b0e-4b44-9359-4eec541f857d") format("svg");
	font-weight:100;
}
@font-face{
	font-family:"HelveticaNeueW15-57Cn";
	src:url("Fonts/073d23b9-d4e0-4da0-8424-2e5a756a1a14.eot?#iefix");
	src:url("Fonts/073d23b9-d4e0-4da0-8424-2e5a756a1a14.eot?#iefix") format("eot"),
	url("Fonts/b825fbbf-088d-40e5-8678-a5e7c1ccdef5.woff") format("woff"),
	url("Fonts/3f6b5611-fddc-405a-997a-abb072eb8bba.ttf") format("truetype"),
	url("Fonts/d77064df-7c68-4714-8f68-c47b8360c5bb.svg#d77064df-7c68-4714-8f68-c47b8360c5bb") format("svg");
	font-weight:400, normal;
}
@font-face{
	font-family:"HelveticaNeueW15-57Cn";
	/*font-family:"HelveticaNeueW15-77BdCn 777384";*/
	src:url("Fonts/7275cf01-9df4-4fee-9e6a-f4d2b6130a27.eot?#iefix");
	src:url("Fonts/7275cf01-9df4-4fee-9e6a-f4d2b6130a27.eot?#iefix") format("eot"),
	url("Fonts/f217fef3-3994-42c3-a4e3-5e9f20f71b3e.woff") format("woff"),
	url("Fonts/3c5f791d-54da-423d-a7f7-3b641ed0fb5e.ttf") format("truetype"),
	url("Fonts/43ba48b5-a4fa-4c33-95ed-b8da94b86637.svg#43ba48b5-a4fa-4c33-95ed-b8da94b86637") format("svg");
	font-weight:bold;
}
/* BODY - Proxima Nova */
@font-face{
	font-family:"Proxima N W01 Reg";
	/*font-family:"Proxima N W01 Light";*/
	src:url("Fonts/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix");
	src:url("Fonts/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix") format("eot"),
	url("Fonts/2fa30669-9bbd-4ced-912f-db94a367ed6c.woff") format("woff"),
	url("Fonts/c12b3ebb-3771-483f-a84a-ac63d615c28e.ttf") format("truetype"),
	url("Fonts/2a961063-ea56-4a4b-8cea-bdae32edb0e2.svg#2a961063-ea56-4a4b-8cea-bdae32edb0e2") format("svg");
	font-weight:100;
}
@font-face{
	font-family:"Proxima N W01 Reg";
	src:url("Fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix");
	src:url("Fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix") format("eot"),
	url("Fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff") format("woff"),
	url("Fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf") format("truetype"),
	url("Fonts/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235") format("svg");
	font-weight:400, normal;
}
@font-face{
	font-family:"Proxima N W01 Reg";
	/*font-family:"Proxima N W01 Bold";*/
	src:url("Fonts/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix");
	src:url("Fonts/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix") format("eot"),
	url("Fonts/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff") format("woff"),
	url("Fonts/4d4a75f5-d32a-4a09-8665-133afd39cc37.ttf") format("truetype"),
	url("Fonts/8152bc4e-d700-4c78-b6be-326893e6f53f.svg#8152bc4e-d700-4c78-b6be-326893e6f53f") format("svg");
	font-weight:bold;
}

/* Pictos Font */
/* Copyright © 2010 Drew Wilson */
/* http://www.drewwilson.com  -  http://pictos.drewwilson.com */
/*@font-face {
	font-family:'Pictos'; 
	src:url('/skin/frontend/enterprise_daz/default/css/fontface/pictos-web.eot'); 
	src:local('☺'), url('/skin/frontend/enterprise_daz/default/css/fontface/pictos-web.woff') format('woff'), url('/skin/frontend/enterprise_daz/default/css/fontface/pictos-web.ttf') format('truetype'), url('/skin/frontend/enterprise_daz/default/css/fontface/pictos-web.svg#webfontIyfZbseF') format('svg'); 
	font-weight:normal; 
	font-style:normal; 
}
.pictos_icon {font-family:'Pictos'; font-weight:normal !important; text-transform:none !important;}
*/
ul.disc {list-style-type:disc;}
ul.disc li {margin-left:15px;}
ul.numbered {list-style-type:decimal;}
ul.numbered li {margin-left:15px;}

/* ==========================================================================
   Helper classes - HTML5 Boilerplate
========================================================================== */

/* Image replacement
 */

.ir {background-color:transparent; border:0; overflow:hidden; *text-indent:-9999px; /* IE 6/7 fallback */}
.ir:before {content:""; display:block; width:0; height:150%;}
/*
* Hide from both screenreaders and browsers:h5bp.com/u
*/
.hidden {display:none !important; visibility:hidden;}
/*
* Hide only visually,but have it available for screenreaders:h5bp.com/v
*/
.visuallyhidden {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard:h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {clip:auto; height:auto; margin:0; overflow:visible; position:static; width:auto;}
/*
* Hide visually and from screenreaders,but maintain layout
*/
.invisible {visibility:hidden;}
/*
* Clearfix:contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {content:" "; /* 1 */ display:table; /* 2 */}
.clearfix:after {clear:both;}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {*zoom:1;}

/* Clear Styles */
html body#lfvn * span.clear,
html body#lfvn * div.clear,
html body#lfvn * li.clear,
html body#lfvn * dd.clear
{
	background:none; 
	border:0; 
	clear:both; 
	display:block; 
	float:none; 
	font-size:0; 
	list-style:none; 
	margin:0; 
	padding:0; 
	overflow:hidden; 
	visibility:hidden; 
	width:0; 
	height:0; 
	line-height:0; 
}

@import url('layout.css');
@import url('color.css');

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles:opinionated defaults
========================================================================== */

html,
button,
input,
select,
textarea {color:#222;}

html{height:100%;}
body {height:100%; /*font-size:14px;*/ line-height:1.4; color:#6b6b6b; font-family:"Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial; background-color:#eee;}
body.home {overflow:hidden;}

/* Remove text-shadow in selection highlight:h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
 ::-moz-selection {background:#4fc8e9; color:#fff; text-shadow:none;}
::selection {background:#4fc8e9; color:#fff; text-shadow:none;}

/* A better looking default horizontal rule */
hr {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}

/* Remove the gap between images and the bottom of their containers:h5bp.com/i/440 */
img {vertical-align:middle;}

/* Remove default fieldset styles. */
fieldset {border:0; margin:0; padding:0;}

/* Allow only vertical resizing of textareas. */
textarea {resize:vertical;}

/* Chrome Frame prompt */
.chromeframe {margin:0.2em 0; background:#ccc; color:#000; padding:0.2em 0;}

/* ==========================================================================
   Custom styles
========================================================================== */
/* Common header/footer navigation styles */
header img, footer img {vertical-align:baseline;}
nav.primary ul, footer ul {margin:0; padding:0; font-weight:bold; list-style-type:none;}
nav.primary li, footer li {float:left;}
nav.primary li a, footer li a {display:block; padding:0 13px; color:#888; text-decoration:none; -webkit-transition:color 0.3s;}
nav.primary li.first a, footer li.first a {padding-left:0px;}
nav.primary li.last a, footer li.last a {padding-right:0px;}
nav.primary li a:hover, footer li a:hover {color:#4BBAEB; -webkit-transition:color 0.1s;}

/* Header and navigation */
header {position:relative; z-index:10; width:100%; border-bottom:1px solid rgba(0,0,0,0.2); background-color:#fff; box-shadow:0 1px 20px rgba(0,0,0,0.1);}
.home header {position:fixed;}
header .site_width {position:relative;}
header .logo {margin-top:22px; margin-right:120px;}

nav.primary {font-size:16px; margin-top:14px; }
nav.primary ul {padding:0;}
nav.primary li {margin-bottom:-1px;}
nav.primary li a {line-height:3em;}
nav.primary li a.login {color:#CCC;}
nav.primary li a.login:hover {color:#4BBAEB;}
/* Primary navigation dropdown/menu */
nav.primary li.parent {position:; display:block;}
nav.primary li.parent .menu {display:none; position:absolute; left:0; top:100%; z-index:-1; width:960px; margin-top:1px; background:#fff; background:rgba(255,255,255,0.9);}
nav.primary li.parent .menu li.col_1_3 {min-height:152px; margin:20px 0; padding:15px 20px 0px 120px;}
nav.primary li.parent .menu .protan {background:url('../img/protandim.png') 30px 10px no-repeat;}
nav.primary li.parent .menu .truesc {background:url('../img/truescience.png') 40px 0 no-repeat; border:1px solid rgba(0,0,0,0.07); border-width:0 1px;}
nav.primary li.parent .menu .canine {background:url('../img/canine_health.png') 21px 10px no-repeat;}
nav.primary li.parent .menu h3 {margin:0 0 5px 0; font-size:14px;}
nav.primary li.parent .menu .subnav {}
nav.primary li.parent .menu .subnav li {float:none;}
nav.primary li.parent .menu .subnav a {padding:0; font-weight:normal; line-height:1.6; font-size:12px;}
nav.primary li.parent .menu .subnav a.buy:hover {color:#4BBAEB;}
nav.primary li.parent .active {color:#4BBAEB;}
/* Country dropdown */
nav.primary li.country {position:relative; display:block;}
nav.primary li.country ul {display:none; position:absolute; left:50%; top:100%; z-index:-1; width:120px; margin:0 0 0 -75px; padding:10px 15px; font-size:12px; font-weight:normal; text-transform:; background:#fff; background:rgba(255,255,255,0.9);}
nav.primary li.country li {display:block; float:none; padding:0 0 0 24px;}
nav.primary li.country li.usa {background:url('/Images/img/icon-usa-flag-3.gif') no-repeat left center;}
nav.primary li.country li.jap {background:url('/Images/img/icon-usa-flag-3.gif') no-repeat left center;}
nav.primary li.country li.aus {background:url('/Images/img/icon-usa-flag-3.gif') no-repeat left center;}
nav.primary li.country li a {padding:0; line-height:2em;}

/* Homepage slideshow */
.loading {position:absolute; left:50%; top:50%;}
.loading .pulse {
	border:3px solid #999; height:24px; width:24px; position:absolute; left:-15px; top:-15px;
	-webkit-animation:pulsate 1s ease-out; -moz-animation:pulsate 1s ease-out; -o-animation:pulsate 1s ease-out; animation:pulsate 1s ease-out;
	-webkit-animation-iteration-count:infinite; -moz-animation-iteration-count:infinite; -o-animation-iteration-count:infinite; animation-iteration-count:infinite;
	-webkit-border-radius:30px; -moz-border-radius:30px; -ms-border-radius:30px; -o-border-radius:30px; border-radius:30px;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@-moz-keyframes pulsate {
    0% {-moz-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-moz-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@-o-keyframes pulsate {
    0% {-o-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-o-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@keyframes pulsate {
    0% {transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {transform: scale(1.2, 1.2); opacity: 0.0;}
}
#slides {position:relative;}
#slides .slides-container {display:none;}
#slides .scrollable {*zoom:1; position:relative; height:100%; -webkit-background-size:cover; -moz-background-size:cover; -0-background-size:cover; background-size:cover;}
#slides .site_width {position:relative; height:100%;}
#slides .slides-navigation {display:none; position:absolute; z-index:11; top:50%; width:100%; margin:0 auto;}
#slides .slides-navigation a {position:absolute; display:block; margin-top:-2em; padding:0 20px; line-height:4em; color:#fff; font-weight:bold; text-decoration:none; background:#4BBAEB;}
#slides .slides-navigation .prev {left:0;}
#slides .slides-navigation .next {right:0;}
.slide_content {display:none; position:absolute; bottom:50%; margin-bottom:-2em; font-size:60px; line-height:1em; color:#fff;}
.slide_content.top_3 {margin-bottom:3em;}
.slide_content.top_25 {margin-bottom:2.5em;}
.slide_content.top_2 {margin-bottom:2em;}
.slide_content.top_15 {margin-bottom:1.5em;}
.slide_content.top_1 {margin-bottom:1em;}
.slide_content.bottom_0 {margin-bottom:0;}
.slide_content.bottom_1 {margin-bottom:-1em;}
.slide_content.bottom_15 {margin-bottom:-1.5em;}
.slide_content.bottom_25 {margin-bottom:-2.5em;}
.slide_content.bottom_3 {margin-bottom:-3em;}
.slide_content.bottom_35 {margin-bottom:-3.5em;}
.slide_content.bottom_4 {margin-bottom:-4em;}
.slide_content.left {left:0;}
.slide_content.right {right:0;}
.slide_content .primary {margin:0 0 15px 0; letter-spacing:-1px; font-weight:bold; text-shadow:0 1px 40px rgba(0,0,0,0.9), 0 1px 10px rgba(0,0,0,0.9);}
.slide_content .secondary {font-size:14px; line-height:1.4em;}

/* Common Page Elements */
.page_headline {font-size:60px; color:#fff; line-height:0.9em; text-transform:uppercase; text-shadow:0px 1px 60px rgba(0,0,0,0.5);}
.slider_sub {position:relative; height:500px; overflow:hidden;}
.feature_list {margin:0; padding:20px 20px 10px 35px; color:#444; font-size:16px; font-weight:bold; background:#BCE2F5;}
.feature_list li {margin-bottom:10px;}
nav.content_nav {z-index:3000; width:100%; font-size:16px; text-transform:uppercase;}
nav.content_nav ul {width:100%; margin:0; padding:0; text-align:center; font-weight:bold; background:#005C8F;}
nav.content_nav li {display:inline-block;}
nav.content_nav li a {display:block; padding:0 30px; color:#fff; line-height:3em; text-decoration:none;}
nav.content_nav li a.btn {line-height:2em; /*box-shadow:inset 0 1px 10px rgba(0,0,0,0.5);*/}
nav.content_nav li a:hover {color:#4BBAEB;}

/* Sections */
section {padding:50px 0;}
section h2 {margin:12px 0 16px; border-bottom:1px solid Silver; }
section h3 {margin:0 0 5px; font-size:14px; }
section h4 {margin:0; color:#555;}
section.action {background:#48bcec;}

/* Protandim */
.slider_sub.protandim {background:url('../img/sub-protandim-1.png') center center; -webkit-background-size:cover; -moz-background-size:cover; -0-background-size:cover; background-size:cover;}
.slider_sub.protandim .page_headline {margin-top:140px;}
#protandim {padding-top:0; background:#fff;}
#oxidative {color:#fff; color:rgba(255,255,255,0.9); /*text-shadow:0 0 30px rgba(0,0,0,1), 0 0 30px rgba(0,0,0,1), 0 0 40px rgba(0,0,0,1), 0 0 40px rgba(0,0,0,1);*/ background:url('../img/oxidative-bg.png') center center no-repeat; background-size:cover;}
#oxidative h2 {text-shadow:0 0 30px rgba(0,0,0,0.7), 0 0 40px rgba(0,0,0,0.7), 0 0 60px rgba(0,0,0,0.8);}
#oxidative h3 {position:relative; z-index:1; color:#fff; text-shadow:0 1px 10px rgba(0,0,0,0.8);}
/*#oxidative .feature_list {color:#fff; text-shadow:0 1px 2px rgba(0,0,0,0.9), 0 0 30px rgba(0,0,0,1), 0 0 40px rgba(0,0,0,1); background:rgba(255,255,255,0.2);}
*/#nrf2 {background:#d7e6f6;}
#ingredients {background:#fff;}
#ingredients h4 {font-size:14px; color:#fff;}
.carousel {width:960px; margin:0 auto;}
.holest-carousel {width:960px; height:610px; font-size:14px; color:#fff;}
.holest-carousel-item {position:absolute; cursor:pointer;}
.holest-carousel-info-panel {position:relative; left:0px; bottom:-400px; width:960px; margin:0 auto;}
.holest-carousel-info-panel-content {margin:0; overflow:visible !important; background:#005C8F; border-radius:3px;}
.holest-carousel-info-panel-content .info {position:relative; width:920px !important; padding:20px;}
.holest-carousel-info-panel-content .info:before {content:""; position:absolute; left:50%; top:-14px; width:44px; height:14px; margin-left:-25px; background:url('../img/ingredient_pointer.png') center center no-repeat;}
.holest-carousel-info-panel-content .info p {margin-top:5px; margin-bottom:0; color:rgba(255,255,255,0.7);}
.holest-carousel-info-panel-content .info .col_1_2 {width:50%;}

/* Footer */
footer {position:static; width:100%; font-size:12px; background-color:#fff;}
.home footer {position:absolute; left:0; bottom:0; z-index:10;}
footer ul {padding:10px 0;}
footer li a {padding:0 10px; line-height:2em;}
footer li a.btn {padding:0 10px; line-height:2em; box-shadow:none;}
footer .copyright {padding:10px 60px 10px 0px; color:#888; line-height:12px; font-size:9px; text-align:right; background:url('../img/dsa-logo.png') right center no-repeat;}
footer .social li a {width:24px; height:24px; margin:0 3px; padding:0; text-indent:-99999px; background:url('../img/social-icons.png') 0 0 no-repeat;}
footer .social li.fb a {background-position:0 0;}
footer .social li.fb a:hover {background-position:0 -24px;}
footer .social li.tw a {background-position:-24px 0;}
footer .social li.tw a:hover {background-position:-24px -24px;}
footer .social li.yt a {background-position:-48px 0;}
footer .social li.yt a:hover {background-position:-48px -24px;}


/* Button Styles */
/*.btn {position:relative; display:inline-block; padding:1px 1em 0 1em; line-height:2em; font-weight:bold; text-decoration:none; text-shadow:0 1px 0 rgba(0,0,0,0); border-radius:3px; box-shadow:inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 1px rgba(0,0,0,0.3); -webkit-transition:all 0.3s; -webkit-transition:top 0;} */
/*.btn:hover {-webkit-transition:all 0.1s; -webkit-transition:top 0;} */
.btn:active {top:1px; box-shadow:0 1px 1px rgba(255,255,255,0.3), inset 0 1px 1px rgba(0,0,0,0.3), inset 0 2px 7px rgba(0,0,0,0.1);}




.btn.gray_1 {color:#fff; background-color:#585659;}
.btn.gray_1:hover {background-color:#656366;}
.btn.gray_2 {color:#fff; background-color:#939597;}
.btn.gray_2:hover {background-color:#585659;}
.btn.gray_3 {background-color:#D1D2D4;}
.btn.gray_3:hover {background-color:#585659;}

.btn.berry_1 {color:#fff; background-color:#62003F;}
.btn.berry_1:hover {background-color:#62003F;}
.btn.berry_2 {color:#fff; background-color:#BB1654;}
.btn.berry_2:hover {background-color:#BB1654;}
.btn.berry_3 {background-color:#F0DAE3;}
.btn.berry_3:hover {background-color:#F0DAE3;}

.btn.tangerine_1 {color:#fff; background-color:#F47E1F;}
.btn.tangerine_1:hover {color:#fff; background-color:#F47E1F;}
.btn.tangerine_2 {color:#fff; background-color:#FDB813;}
.btn.tangerine_2:hover {color:#fff; background-color:#FDB813;}
.btn.tangerine_3 {background-color:#FFDF86;}
.btn.tangerine_3:hover {background-color:#FFDF86;}

.btn.lime_1 {color:#fff; background-color:#6E9933;}
.btn.lime_1:hover {color:#fff; background-color:#6E9933;}
.btn.lime_2 {color:#fff; background-color:#C2D840;}
.btn.lime_2:hover {color:#fff; background-color:#C2D840;}
.btn.lime_3 {background-color:#E9EC92;}
.btn.lime_3:hover {background-color:#E9EC92;}

.btn.blue_1 {color:#fff; background-color:#005C8F;}
.btn.blue_1:hover {color:#fff; background-color:#005C8F;}
.btn.blue_2 {color:#fff; background-color:#4BBAEB;}
.btn.blue_2:hover {color:#fff; background-color:#4BBAEB;}
.btn.blue_3 {background-color:#BCE2F5;}
.btn.blue_3:hover {background-color:#BCE2F5;}





/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
========================================================================== */

@media only screen and (max-width:1175px) {
	#slides .slides-navigation {top:180px;}
}

@media print,
       (-o-min-device-pixel-ratio:5/4),
       (-webkit-min-device-pixel-ratio:1.25),
       (min-resolution:120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection:h5bp.com/r
========================================================================== */

@media print {
    * {
        background:transparent !important;
        color:#000 !important; /* Black prints faster:h5bp.com/s */
        box-shadow:none !important;
        text-shadow:none !important;
   }

    a,
    a:visited {text-decoration:underline;}

    a[href]:after {content:" (" attr(href) ")";}

    abbr[title]:after {content:" (" attr(title) ")";}

    /* Don't show links for images, or javascript/internal links */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {content:"";}

    pre,
    blockquote {border:1px solid #999; page-break-inside:avoid;}

thead {display:table-header-group; /* h5bp.com/t */}

    tr,
    img {page-break-inside:avoid;}

    img {max-width:100% !important;}

    @page {margin:0.5cm;}

    p,
    h2,
    h3 {orphans:3; widows:3;}

    h2,
    h3 {page-break-after:avoid;}
}

