/*
 *
 * Royal Theme
 *
 */

* { 
    margin: 0; 
    padding: 0; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

body          { font:12px/1.55 Arial, Helvetica, sans-serif; }
body.boxed    { background:url('https://www.brain-effect.com/skin/frontend/royal/default/images/page-background.jpg') left top;background-attachment: fixed; }

img           { border:0; vertical-align:top; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { line-height:1.35; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }

/* Lists */
ul,ol,li      { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none !important; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

/* Layout ================================================================================ */
.mobile-nav-wrapper {position: fixed;top: 0;left: 0;z-index: 30;background-color: #1a1a1a;color: #fff;width: 250px;height: 100%;overflow-y: scroll;overflow-x:hidden;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mobile-nav-opened .mobile-nav-wrapper.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cat-sidebar-popup {position: fixed;top: 0;left: 0;z-index: 30;width: 350px;height: 100%;overflow-y: scroll;overflow-x:hidden;
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -o-transform: translateX(-350px);
    transform: translateX(-350px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cat-sidebar-opened .cat-sidebar-popup.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#root-wrapper { overflow-x: hidden; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#root-wrapper:after { position: absolute;top: 0;right: 0;width: 0;height: 0;z-index: 10000;background: rgba(0, 0, 0, 0.5);content: '';opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.mobile-nav-opened #root-wrapper {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px); 
}
.mobile-nav-opened #root-wrapper:after { width: 100%;height: 100%;opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.cat-sidebar-opened #root-wrapper {
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -ms-transform: translateX(350px);
    -o-transform: translateX(350px);
    transform: translateX(350px); 
}
.cat-sidebar-opened #root-wrapper:after { width: 100%;height: 100%;opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.wrapper {}
.page {position: relative;overflow: hidden;}
body.boxed .page {max-width: 1180px;margin-left: auto;margin-right: auto;}
body.boxed .header-container {background-color: #fff}
body.boxed .main-container {background-color: #fff}
body.boxed .footer-container {background-color: #fff}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {padding-bottom: 20px;}
.main { margin:0 auto; min-height:400px; padding:25px; text-align:left; padding-top:0; }
.main .breadcrumbs ul {margin-bottom:0;}
.preface:before {content:"";display: block;clear:both;}

/* Base Columns */
.col-left { float:left; width:25%;padding:30px 15px; }
.col-main { float:left; width:100%;padding:30px 15px; }
.col-right { float:right; width:25%;padding:30px 15px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }
.col1-layout .sidebar-popup-trigger {display: none;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right;width:75%; }
.col2-right-layout .col-main { width:75%; }

/* 3 Columns Layout */
.col3-layout .col-main { width:66.67%;margin-right: 0; }
.col3-layout .col-wrapper { float:left; width:75%;}
.col3-layout .col-wrapper .col-main { float:right;width:66.67%; }
.col3-layout .col-wrapper .col-left { width:33.33%; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
select { padding:5px;height:35px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty {text-align:center;display:inline-block; }
button.button::-moz-focus-inner { padding:0; } /* FF Fix */
button.button { -webkit-border-fit:border; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; padding:3px 8px; margin:0; background:#000; cursor:pointer;border:none;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
button.button > span { display:block; padding:5px 8px;text-align:center; white-space:nowrap; color:#fff;}
button.button:hover {background-color: #444;}
button.button span span { padding:0; border:0; text-transform: uppercase; }
button.btn-link { padding:0; background:#fff; border:1px solid #e0e0e0;}
button.btn-link > span { padding:4px 14px; color:#000;}
button.btn-link:hover {background-color: #fff; border-color:#000;text-decoration: none;}
button.btn-grey {background-color: #bcbcbc;}
button.btn-grey:hover {background-color: #a3a3a3;}
button.disabled span { background:#bbb !important; }

button.btn-empty.btn-remove {border:none;}
button.btn-checkout > span {padding:8px;}
button.btn-checkout span span {}
button.btn-checkout.no-checkout span {}
button.btn-checkout.no-checkout span span {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#fff; }
/*.highlight { background:#efefef; }*/

.product-list-slider .item {margin-left: 15px;margin-right: 15px;}

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list { margin-top: 10px; }
.form-list li { margin:0 0 15px; }
.form-list label { vertical-align: middle; float:left; color:#767676; margin-bottom: 5px; font-weight:normal; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:red; position:absolute; top:0; right:-8px; }
.form-list li.control label { float: none;margin-bottom: 0; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px;vertical-align: middle; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:50%; }
.form-list .field { float:left; width:60%; }
.form-list input.input-text { width:50%; }
.form-list textarea { width:50%; height:10em; }
.form-list select { width:50%; color:#767676; }
.form-list li.wide .input-box { width:100%; }
.form-list li.wide input.input-text { width:100%; }
.form-list li.wide textarea { width:100%; }
.form-list li.wide select { width:100%; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set {}
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { padding:30px 25px 12px 25px; margin:43px 0; }
.fieldset .legend { float:left; text-transform: uppercase; font-size:13px; border:1px solid #ccc; color:#252525; margin:-48px 0 0 -6px; padding:10px 15px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px !important; font-size:11px; font-weight:bold; line-height:13px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/validation_advice_bg.gif) 0px 5px no-repeat; color:#cf4647; }
.validation-failed { border:1px dashed #cda85c !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:13px !important; text-align:right; color:#ff0000 !important; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#ff0000; font-weight:bold; }
.notice { color:#e26703; }

.welcome-msg {margin: 0 10px; display: inline-block;}
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background:none !important; background-color: transparent !important; min-height:24px !important; padding:14px !important; font-size:14px !important; font-weight:bold !important; text-align: center !important; }
.error-msg { border-color:#cf4647; color:#cf4647; }
.success-msg { border-color:#446423; color:#3d6611; }
.note-msg,
.notice-msg { border-color:#999; color:#333; }

/* BreadCrumbs */
.breadcrumbs { font-size:13px; line-height:16px; margin:0 0 30px; padding: 20px 0; color: #fff; z-index: 9; }
.main-container .breadcrumbs {margin-left: 15px;margin-right: 15px;}
.top-container .breadcrumbs .breadcrumbs-inner {margin-left: -15px;margin-right: -15px;}
.breadcrumbs .container {padding-left: 30px;padding-right: 30px;}
.breadcrumbs h2 {font-size: 44px;text-transform: uppercase;}
.breadcrumbs li { display:inline; }
.breadcrumbs li a { color:#fff; }
.breadcrumbs li a:hover { color: #cda85c; }
.breadcrumbs li strong { font-weight:normal;color:#cda85c; }
.breadcrumbs.bctype1 {border-top: 1px solid #ddd;border-bottom: 1px solid #ddd; color: #252525;background-color: #f8f8f8;}
.breadcrumbs.bctype1 li a { color: #252525; }
.breadcrumbs.bctype1 li a:hover { color: #cda85c; }
.breadcrumbs.bctype2 {padding-top: 50px;padding-bottom: 50px;background-attachment: fixed !important;}
.main-container .breadcrumbs.bctype2 .container {margin-left: -15px;}
.breadcrumbs.bctype3 {position: relative;overflow: hidden;padding-top: 0;padding-bottom: 0;}
.breadcrumbs.bctype3 > .container {position: absolute;top: 50%;left:50%;z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.breadcrumbs.bctype3 .bc-image-slider .owl-controls .owl-buttons span {color: #fff;border-color: #fff;border-width: 2px;line-height: 42px;z-index: 999;}
.breadcrumbs.bctype3 .bc-image-slider .owl-controls .owl-buttons span:hover {color: #252525;background-color: #fff;}

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; display: none; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c;padding: 10px 0;text-transform: uppercase; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color: #222;text-transform: uppercase;margin: 0 0 25px }

/* Pager */
.pager { font-size:11px;padding:4px 8px;text-align:center;margin:0 !important;float:right !important; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages {}
.pager .pages strong {display: none;}
.pager .pages ol { float:right; }
.pager .pages li { display:inline-block;overflow: hidden;float:left; }
.pager .pages li:hover a {background-color: #000;color: #fff;}
.pager .pages li > a {border-radius: initial;border-width:0;}
.pager .previous > a {font-size:0 !important;line-height: 0px !important;font-weight: bold;}
.pager .previous > a:before {font-family:"FontAwesome";content:"\f100";font-size:13px;}
.pager .next > a {font-size:0 !important;line-height: 0px !important;font-weight: bold;}
.pager .next > a:after {font-family:"FontAwesome";content:"\f101";font-size:13px;}

/* Sorter */
.sorter { font-size:11px;padding:3px 8px; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .toolbar-upside { height:64px;padding-top:15px;margin-bottom: 30px;border-top: 1px solid #000;border-bottom: 1px solid #DDD; }
.toolbar .sidebar-popup-trigger {float:left;cursor:pointer;margin-right: 30px;}
.toolbar .sorter { float:left; }
.toolbar .sort-by { float:left; margin-right:30px;}
.toolbar .sort-by a {margin:0 0 0 5px;color:#000;vertical-align: middle;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.toolbar .sort-by a:hover {color:#CDA85C;}
.toolbar .sort-by select { width: 153px;background-position: 94% 50%; }
.toolbar .view-mode { float:left;}
.toolbar .view-mode .fa {font-size:16px;width:33px;height:33px;text-align: center;line-height: 2;}
.toolbar .view-mode a .fa {border:1px solid #c1c1c1;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.toolbar .view-mode a .fa:hover {color:#CDA85C;;}
.toolbar .view-mode strong .fa {border:1px solid #c1c1c1;}
.toolbar .limiter { float:right;}
.toolbar .pager { float:right; padding:0; }
.toolbar .pager li {display: inline-block;padding: 0 3px;border-right: 1px solid #D5D5D5;}
.toolbar .pager li.current {padding: 6px 10px;font-size: 14px;line-height: 15px;font-weight: 500;color: #FFF;background-color: #000;}
.toolbar .pager li a {padding: 6px 10px;font-size: 14px;line-height: 15px;font-weight: 500;color: #000;}
.toolbar .pager li a.previous,
.toolbar .pager li a.next {padding: 13px 10px 9px;}
.toolbar-bottom .toolbar-upside {display: none;}
.toolbar-bottom .toolbar-downside {display: block !important; height:64px;padding-top:15px;margin-bottom: 30px;border-top: 1px solid #ddd; }
.toolbar-bottom .total-count {float:left;}
.toolbar select {height:33px;vertical-align: middle;line-height: 15px;}
.toolbar label {display: inline-block;vertical-align: middle;margin-bottom: 0;margin-right:5px;font-size: 13px;}

/* Data Table */
.data-table { width:100%; border:1px solid #ddd; }
.data-table .odd  {}
.data-table .even {}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td {}
.data-table th { padding:15px; font-weight:500; }
.data-table td { padding:25px 16px; }

.data-table thead tr th:last-child {border-right: 0;}
.data-table thead th { border:0px solid #ddd; border-width:1px 1px 1px 0; color:#000; white-space:nowrap; vertical-align:middle;font-size: 15px;text-transform: uppercase;font-weight: 500;}
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th {}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot {}
.data-table tfoot tr.first td {padding:20px 0;}
.data-table tfoot tr {}
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #ddd; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border:0px solid #ddd; border-width:0 1px 1px 0; }
/* Bundle products tables */
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #ddd; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { border:1px solid #ddd; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
/*tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }*/
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; /*padding-left:1.5em;*/ }
.std ol { list-style:decimal outside; /*padding-left:1.5em;*/ }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std i.fa,
.std em.fa { font-style:normal; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart {}
.link-wishlist {}
.link-reorder {}
.link-compare {}
.link-print { float: right; font-size: 16px; margin-top: 30px; padding: 10px 15px !important;text-transform: uppercase; }
.link-rss { background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { margin:0 auto;display:block; color: #000 !important; width:27px; height:27px; overflow:hidden; line-height: 25px; text-align: center; background-color: rgba(255,255,255, 0); 
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.btn-remove:before {display: inline-block;font-size: 12px;font-family:"royal";content:"\e620";}
.btn-remove:hover {border: 1px solid #000 !important;}
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { margin:0 auto; text-align: center; display:block; color:#000; line-height: 26px; text-align: center; width:27px; height:27px; border: 1px solid #000; overflow:hidden; background-color: rgba(255,255,255, 0); }
.btn-remove2:before {display: inline-block;font-size: 10px;font-family:"royal";content:"\e620";}
.btn-remove2:hover {background-color: #000;color: #fff !important;}
.btn-edit    { display:none; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* 404 Page */
.cms-no-route .main-container {}
.cms-no-route .main {border:none;}

/* ======================================================================================= */

/* Header ================================================================================ */
.header-container {position: relative;}
.header.container {padding-left: 15px;padding-right:15px;}

.header-top-container {background-color: #222;color:#fff;}
.header-top-container a {color:#fff;}
.header-top {font-size: 0.92em;padding-top:7px;padding-bottom:7px;}
.header-top-left {float: left;}
.header-top-right {float: right;}
.header-top-left > div,
.header-top-right > div {margin-right:24px;}
.header-top-left > div:last-child,
.header-top-right > div:last-child {margin-right: 0;}
.header-top .dropdown {display: inline-block;}

.header-main {padding: 30px 0;}
.header-main-left {display: table-cell; text-align: left;vertical-align: middle;}
.header-main-center {display: table-cell; vertical-align: middle;}
.header-main-center-top {border-bottom: 1px solid #ededed;text-transform: uppercase;}
.header-main-center-top a {color: #999;}
.header-main-center-top a:hover,
.header-main-center-top a:focus {color: #cda85c;}
.header-main-center-top li.current a {color: #000;}
.header-main-center-top-left {padding-right: 30px;}
.header-main-right {display: table-cell; vertical-align: middle;text-align: right;white-space: nowrap;}
.header-main-right .mini-cart {white-space: normal;}

.header-nav-container {background-color: #252525;border: 1px solid #ebebeb;border-width: 1px 0;}
.header-nav-container .container > div {vertical-align: middle;}
.header-nav-container .elegento-menu {padding-top: 0;}
.header-nav-container .elegento-menu .level-top > a {line-height: 57px;padding:0 20px;border-left:1px solid #393939;color:#aeaeae;}
.header-nav-container .elegento-menu .level-top > a:hover {color: #cda85c;}
.header-nav-container .elegento-menu .level-top:last-child > a {border-right: 1px solid #393939;}
.header-nav-container .elegento-menu .level0-wrapper {top:58px;}
.header-nav-container .lang-container {margin-top: 21px;padding-left: 21px;}
.header-nav-container .crnc-container {margin-top: 21px;padding-left: 21px;}
.header-nav-container .lang-container a,
.header-nav-container .crnc-container a {color: #fff;}
.header-nav-container .lang-container a:hover,
.header-nav-container .crnc-container a:hover {color: #cda85c;}

.eg-headerstyle1 .header-main-right {/*min-width: 170px;*/}

.eg-headerstyle2 .welcome-container {padding: 6px;}
.eg-headerstyle2 .elegento-menu {padding-top: 0;}
.eg-headerstyle2 .elegento-menu .level-top > a {padding-top: 10px;}
.eg-headerstyle2 .elegento-menu .level-top:last-child > a {padding-right: 0;}
.eg-headerstyle2 .elegento-menu .level0-wrapper {top: 115px;}

.eg-headerstyle3 .header-top-container {display: none;}
.eg-headerstyle3 .header-top-container,
.eg-headerstyle3 .header-main-container {background-color: rgba(255, 255, 255, 0);}
.eg-headerstyle3 .header-top-container a {color: #000;}
.eg-headerstyle3 .search-wrapper .eg-search-trigger {color: #000;}
.eg-headerstyle3 .elegento-menu .level0-wrapper {top: 85px;}
.cms-index-index .eg-headerstyle3 {position: absolute;z-index: 50;width: 100%;}

.eg-headerstyle4 .header-top-container {text-align: center;}
.eg-headerstyle4 .welcome-container {padding: 6px;}

.eg-headerstyle5 .header-main {padding-top: 0;padding-bottom: 0;}
.eg-headerstyle5 .header-main-left {vertical-align: middle;}
.eg-headerstyle5 .header-main-right {float: right;border-left: 1px solid #ebebeb;}
.eg-headerstyle5 .header-main-right .elegento-menu {padding-top: 0;border:1px solid #ebebeb;border-width: 1px 0;}
.eg-headerstyle5 .header-main-right .elegento-menu .level0-wrapper {top: 125px;}
.eg-headerstyle5 .header-main-right .elegento-menu .level-top > a {line-height: 62px;border-right: 1px solid #ebebeb;padding: 0 25px;}

.eg-headerstyle6 .header-main-left,
.eg-headerstyle6 .header-main-center,
.eg-headerstyle6 .header-main-right {width: 33%;vertical-align: middle;}
.eg-headerstyle6 .header-main-center {text-align: center;}
.eg-headerstyle6 .header-nav-container .container {text-align: center;}
.eg-headerstyle6 .header-nav-container .container .nav-container {display: inline-block;}
.eg-headerstyle6 .header-nav-container .container .nav-container .egmenu {text-align: left;}

.top-container {}
.top-container:after {display: block;content:"";clear:both;}

.nav-trigger-container {width: 0;}
.nav-trigger {display: none;font-size: 26px;}
.header-opener {cursor: pointer;padding-left: 20px;}
.welcome-content {border: 1px dashed #dfdfdf;position: relative;padding: 10px 15px;float: left;}
.welcome-content .comment-icon {position: absolute;top: -10px;left: 10px;font-size: 17px;text-align: center;width: 26px;height:21px;background-color: #fff;}

.icons .eg-label {display: none;}
.text .eg-icon {display: none;}
.language-list li a,
.currency-list li a {margin-right: 12px;}
.language-list .current a,
.currency-list .current a {text-decoration: underline;font-weight: bold;}
.language-icon {padding: 6px 13px;}
.lang-switcher li a span,
.currency-switcher li a span {display: inline-block;}
.currency-switcher .icons-text .eg-label {padding-left: 5px;}
.top-links {display: inline-block;}
.top-links .links {display: inline-block;}
.top-links a {padding-right: 20px;}
.top-links li.last a {padding-right:0;}

/* Navigation */
.nav-container { width:auto; display: table-cell; vertical-align: middle; }
#nav { width:auto; font-size:13px; text-transform: uppercase; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a {}
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#cda85c; }
#nav a { float:left; padding:5px 25px 6px 25px; color:#000; font-weight:bold; }
#nav > li.last a {padding-right:0px;}
#nav li.over a,
#nav a:hover { color:#cda85c; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#fff; }
#nav ul li a:hover { background:#f6f6f6; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */

/* Top Search */
.search-wrapper {position: relative;display: inline-block;text-align: left;}
.search-wrapper .eg-search-trigger {cursor: pointer;width: 33px;height: 33px;background: #c1c1c1;text-align: center;color: #fff;font-size: 12px;cursor: pointer;line-height: 33px;border-radius: 30px;
    -webkit-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    transition: background 0.25s ease;}
.search-wrapper #search_mini_form:before {display: block; position: absolute; top: -15px; right: 9px; border: 6px solid transparent; content: " "; height: 0; width: 0; border-bottom-color: #E6E6E6;}
.search-wrapper #search_mini_form { position: absolute; border: 3px solid #E6E6E6; width: 350px; right: 0; top: 55px; padding: 20px; visibility: hidden; opacity: 0; z-index: 1000; background-color: #FFF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search-wrapper:hover #search_mini_form {visibility: visible;opacity: 1;top:45px;}
.search-wrapper #search_mini_form input {width: 70%;float: left;margin-right: 5%;}
.search-wrapper #search_mini_form button.button {height: 39px;width: 25%;}

.search-wrapper #search_mini_form_sticky:before {display: block; position: absolute; top: -15px; right: 9px; border: 6px solid transparent; content: " "; height: 0; width: 0; border-bottom-color: #E6E6E6;}
.search-wrapper #search_mini_form_sticky { position: absolute; border: 3px solid #E6E6E6; width: 350px; right: 0; top: 55px; padding: 20px; visibility: hidden; opacity: 0; z-index: 1000; background-color: #FFF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search-wrapper:hover #search_mini_form_sticky {visibility: visible;opacity: 1;top:45px;}
.search-wrapper #search_mini_form_sticky input {width: 70%;float: left;margin-right: 5%;}
.search-wrapper #search_mini_form_sticky button.button {height: 39px;width: 25%;}

.search-wrapper #search_mini_form_mobile:before {display: block; position: absolute; top: -15px; right: 9px; border: 6px solid transparent; content: " "; height: 0; width: 0; border-bottom-color: #E6E6E6;}
.search-wrapper #search_mini_form_mobile { position: absolute; border: 3px solid #E6E6E6; width: 350px; right: 0; top: 55px; padding: 20px; visibility: hidden; opacity: 0; z-index: 1000; background-color: #FFF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search-wrapper:hover #search_mini_form_mobile {visibility: visible;opacity: 1;top:45px;}
.search-wrapper #search_mini_form_mobile input {width: 70%;float: left;margin-right: 5%;}
.search-wrapper #search_mini_form_mobile button.button {height: 39px;width: 25%;}

.search-wrapper .eg-search-trigger.trigger-type2 {background:none;color:#999;width:auto;padding-left:30px;}
.search-wrapper .eg-search-trigger.trigger-type3 {background:none;}
.search-wrapper .eg-search-trigger.trigger-type4 {background:none;color:#808080;}

.search-wrapper .search-form-wrapper {display: none;}
.search-form-wrapper {width: 600px; height: auto; margin: 0 auto;position: relative;background-color: #fff;text-align:center;max-width: 80%;padding: 36px 10px 33px;}
.search-form-wrapper .search-description {margin-bottom: 40px;}
.search-form-wrapper .input-text {margin: 0 auto;margin-bottom: 15px;width: 80%;}
/********** Top Search > */

/* ======================================================================================= */

/* CMS Content =========================================================================== */

/* Home Banner Section */
.banner-section {position: relative;}
.banner-section img {width: 100%;}
.banner-section .banner {position: relative;overflow: hidden;margin-bottom: 30px;cursor:pointer;}
.banner-section .banner-content {padding: 10px;margin: 5px;left: 0;right: 0;bottom: 0;top: 0;color: white;position: absolute;z-index: 2;font-size: 13px;}
.banner-section .banner-inner {position: absolute;top: 50%;width: 100%;left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-section .banner-item > a {display: block;overflow: hidden;}
.banner .banner-content h1,
.banner .banner-content h2,
.banner .banner-content h3,
.banner .banner-content h4,
.banner .banner-content h5,
.banner .banner-content h6 {margin-bottom: 0;}
/********** Banner Section > */

/* CMS Block */
.cms-block {margin-bottom: 30px;}
/********** CMS Block > */

/* CMS Home Page General */
.block-title {}
.block-title h1 {}
.block-title h2 {font-size: 30px;margin-bottom: 43px;font-weight: normal;position: relative;}
.block-title h2:after {content:" ";width:50px;height:3px;margin:20px auto;position: absolute;left: 50%;top: 33px;background-color: #cda85c;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.block-title h3 {font-size: 16px;letter-spacing:1px;padding-top:20px;padding-bottom: 20px;margin-bottom:30px;margin-top:0;border:1px solid #ddd;border-width:1px 0;border-top-color:#000;}
.block-title h4 {}
.block-title h5 {}
.block-title p {font-size: 13px;margin-bottom: 30px;}

.block-title h6 {font-size: 16px;line-height: 20px;color: #000;position: relative;text-align: center;margin-bottom: 10px;line-height: 1em;font-weight: normal;}
.block-title h6:after {content: '';display: block;width: 100%;height: 1px;top: 8px;left: 0;position: absolute;background: #000;z-index: 1;}
.block-title h6 span {background: #fff;position: relative;z-index: 2;text-transform: uppercase;padding: 0 5px;}

.eg-homeblock .tweet a {color: #fff;}
.eg-homeblock .tweet a:hover {color: #fff;text-decoration: underline;}

.sidebar .block-title h1,
.sidebar .block-title h2,
.sidebar .block-title h3,
.sidebar .block-title h4,
.sidebar .block-title h5,
.sidebar .block-title h6 {text-transform: uppercase;letter-spacing: 0;}
.sidebar .block-title h3 {margin-bottom: 10px;}

.sidebar-content .block-title h1,
.sidebar-content .block-title h2,
.sidebar-content .block-title h3,
.sidebar-content .block-title h4,
.sidebar-content .block-title h5,
.sidebar-content .block-title h6 {}
.sidebar-content .block-title h3 {margin-bottom: 10px;}

.category-list-slider .item {position:relative;min-height: 300px;border:1px solid #E5E5E5;background-color:#FAFAF9;}
.category-list-slider .details-section {background-color:#fff;opacity:0.75;position: absolute;bottom:35px;left:0;right:0;width:100%;height:123px;padding:15px;text-align: center;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.category-list-slider .details-section:hover {opacity:0.95;}
.category-list-slider .details-section > span {color:#cda85c;margin-bottom: 5px;}
.category-list-slider .details-section .category-name {font-size: 2.1em;line-height: 1.3;margin:10px 0;}
.category-list-slider .details-section .category-name a {color:#000;}
.category-list-slider .details-section .category-link {margin-top:10px;}
.category-list-slider .details-section .horizontal-separator {margin-bottom: 10px;}
.category-list-slider .owl-controls .owl-buttons .owl-prev .fa { left:-60px !important; }
.category-list-slider .owl-controls .owl-buttons .owl-next .fa { right:-60px !important; }

/********** CMS Home General > */

/* Home Video Section */
.home-video-section {position: relative;}
.home-video-section .home-video {overflow: hidden;}
.home-video-section .video-controls {position:absolute;bottom:50px;right:50px;z-index: 3;cursor: pointer;}
.home-video-section .video-controls .fa {border: 3px solid #fff;border-radius: 200px;padding: 10px;width: 50px;height: 50px;text-align: center;line-height: 26px;}
.home-video-content {position: absolute;top:30px;width:100%;}
/********** Home Video Section > */

/* Home Static Block Section */
.eg-cmsblock {position: relative;}
.eg-cmsblock > img {width: 100%;}
.eg-cmsblock .eg-cmsblock-content {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%}
.eg-cmsblock .eg-cmsblock-content .container {position: relative;top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.eg-cmsblock .eg-cmsblock-content p {font-size: 13px;line-height: 1.8;}
.eg-cmsblock .eg-cmsblock-content a {padding: 9px 28px;}
.eg-cmsblock .eg-cmsblock-content ul li {padding: 5px 0 5px 5px;font-size: 13px;}
.eg-cmsblock .eg-cmsblock-content ul li:before {content: "\f105";float: left;font-family: "FontAwesome";font-size: 12px;color: #de2833;font-style: normal;font-weight: normal;line-height: 18px;margin-right: 10px;}
.about-royal-section p {color: #767676;font-size: 13px;}
.gaming-block-section a.button {background-color: #f2951d;}
.gaming-block-section a.button:hover {background-color: #f2951d;opacity: 0.9;}

.recentblog-section .top-right-nav .owl-controls .owl-buttons .owl-prev .fa {right: 37px;top:-15px !important;}
.recentblog-section .top-right-nav .owl-controls .owl-buttons .owl-next .fa {right: 15px;top:-15px !important;}
.recentblog-section.recentblog-style2 {}
.recentblog-section.recentblog-style2 .post-title {font-size: 16px;margin-bottom: 10px;}
.recentblog-section.recentblog-style2 .post-detail {/*border: 1px solid #e5e5e5;padding: 20px;*/padding: 0 10px 20px 30px;overflow: hidden;font-size: 13px;color: #767676;}
.recentblog-section.recentblog-style2 .post-categories {margin-bottom: 10px;}
.recentblog-section.recentblog-style2 .horizontal-separator {margin: 9px 0;}

.blog-slider-wrapper .post-title {font-size: 16px;margin-bottom: 10px;}
.blog-slider-wrapper .post-categories {margin-top: 20px;}
.blog-slider-wrapper .post-date,
.blog-slider-wrapper .post-comments {margin-bottom: 20px;}

.pricing-block {}
.pricing-block .column-content {
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.pricing-block .column-content:hover {box-shadow: 0 0 20px rgba(167,167,167,0.5);}
.pricing-block .column-content > div {width: 100%;position: relative;}
.pricing-block .column-content .column-pricing {border-bottom: 4px double #dcdcdc;}
.pricing-block .column-content .column-pricing > div {margin:10px auto;}
.pricing-block .column-content .link-buy {position: absolute;right: -8px;bottom: -12px;border-radius: 3px;padding:7px;}
.pricing-block .column-content .link-buy:after {content: ""; display: block; position: absolute; width: 0; height: 0; bottom: -8px; right: 0; border-bottom: 8px solid rgba(0,0,0,0); border-left: 8px solid #BEBEBE;}
.pricing-block .column-content .column-description {padding: 15px;}
.pricing-block .column-content p {font-size: 13px;}
.pricing-block .column-content ul {font-size: 13px;}
.pricing-block .column-content ul li {border-bottom: 1px dashed #999; line-height: 2em; margin-left: 30px; margin-right: 30px; padding: 8px 0;}
.pricing-block .column-content ul li:last-child {border-bottom: none;}
/********** Home Static Block Section > */

/* Product List Slider */
.product-list-slider {}
.product-list-slider .column-item .item {margin-bottom: 30px;}
.product-list-slider .product-category {text-align: center;margin: 14px;}
.product-list-slider.eg-slidertype3 .product-category {text-align: left;  margin-left:0;}
.product-list-slider .product-category a {color: #cda85c;font: 12px;line-height: 15px;font-weight: 700;text-transform: uppercase;letter-spacing: 2px;}
.product-list-slider .product-category a:hover {color: #767676;}
.eg-slidertype3 .media-section {margin-bottom: 10px;}
.eg-slidertype3 .details-section {padding-left: 30px;}
.eg-slidertype3 .ratings .rating-box {margin-left: 0;}
.eg-slidertype3 .short-description {font-size: 13px;margin-bottom: 15px;}
.eg-slidertype3 .price-box {text-align: left;}
/********** Product List Slider > */

/* Home Sidebar Section */
.home-sidecategory {border-width: 2px;border-style: solid;}
.home-sidecategory .block-title h4 {color: #fff;font-size: 16px;margin-bottom: 10px;padding: 20px 15px;}
.category-accordion {margin-bottom: 0 !important;}
.category-accordion li {border-bottom: 1px solid #e9e9e9;}
.category-accordion li.level1:first-child,
.category-accordion li.level2:first-child {border-top: 1px solid #e9e9e9;}
.category-accordion li.level1:last-child,
.category-accordion li.level2:last-child {border-bottom: none;}
.category-accordion a {margin-left: 19px;line-height: 52px;}
.category-accordion li.level0 a {font-size: 13px;}
.category-accordion li.level1 a {color: #767676;}
.category-accordion li.level1 a:hover {color: #cda85c;}
.category-accordion li.level2 a {margin-left: 40px;}
.category-accordion li > .opener > .icon-royal {text-align:center;cursor: pointer;float:right;width: 20px;height: 20px;margin: 14px 19px 0 0;line-height: 17px;display:none;}
.category-accordion li.parent > .opener > .icon-plus {display: inline-block;}
.category-accordion li.parent.active > .opener > .icon-plus {display: none;}
.category-accordion li.parent.active > .opener > .icon-minus {display: inline-block;}

.home-sidecategory.sidecategory2 .block-title {background-color: #f6f6f6;}
.home-sidecategory.sidecategory2 .block-title h4 {color: #666;}
.category-vmenu {margin-bottom: 0 !important;}
.category-vmenu li {border-bottom: 1px solid #e9e9e9;position: relative;}
.category-vmenu li ul {visibility: hidden;opacity: 0;position: absolute;left: 100%;top: 0;width: 100%;z-index: 102;background-color: #fff;border: 2px solid #ddd;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.category-vmenu li:hover > ul {visibility: visible;opacity: 1;}
.category-vmenu li:last-child {border-bottom: none;}
.category-vmenu a {margin-left: 19px;line-height: 52px;}
.category-vmenu li.level0 a {font-size: 13px;}
.category-vmenu li a {color: #666;}
.category-vmenu li a:hover {color: #cda85c;}
.category-vmenu li > .opener > .fa {text-align:center;cursor: pointer;float:right;width: 20px;height: 20px;margin: 17px 8px 0 0;line-height: 17px;}
/********** Home Sidebar Section > */

/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block { margin:0 0 35px; }
.block .block-title { border-top: 1px solid #000;border-bottom: 1px solid #ddd;margin: 0 0 22px;padding: 20px 0 20px;text-align: left;}
.block .block-title strong { display:block;text-transform:uppercase;font-size: 16px;font-weight: normal; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:10px 0; font-size:14px; font-weight:normal; color:#252525; text-transform: uppercase; }
.block .block-content {font-size:1.09em;}
.block .block-content li.item { padding:7px 0; }
.block .block-content .product-name { color:#767676;text-align: left;font-size: 13px; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { text-align:right; border:none;height:auto;margin-top:10px;line-height:normal;font-size: 12px; }
.block .actions a { float:left; text-transform: uppercase; }
.block .actions button.button { float:right;margin:0 0 10px; }
.block .actions button.button > span {padding:1px 8px;line-height: 21px;}
.block .empty { margin:0; }
.block .label {text-align: left;}
.block .checkbox, .block .radio { margin: 0 5px 0 0;}

.block li.odd { /*background-color:#f4f3f3;*/ }
.block li.even { /*background-color:#fafafa;*/ }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {}

/* Top Mini Cart */

.mini-cart {position: relative;display: inline-block;margin-left:13px;text-align: left;}
.mini-cart .cart-label {color:#292929;}
.mini-cart:hover .mini-cart-content {opacity: 1;visibility: visible;top:55px;}
.mini-cart-trigger {position: relative;text-transform: uppercase;padding: 10px 15px;border: 1px dashed #DFDFDF;font-size: 14px;}
.mini-cart-trigger .price {font-weight: 500;}
.mini-cart-trigger .cart-badge {position: absolute; top: -28px;right: 10px;padding: 12px 12px 0;font-size: 22px;}
.mini-cart-trigger .cart-badge .badge-number {font-size: 13px;color: #000;padding: 0 6px;line-height: 21px;display: block;text-align: center;background: #E4E4E4;border-radius: 10px;position: absolute;top: 2px;right: -6px;}
.mini-cart-trigger .cart-icon {position:relative;font-size: 33px;}
.mini-cart-trigger .cart-icon .cart-qty {position: absolute; top: 11px;left: 0;font-size: 14px;width: 100%;text-align: center;font-weight: bold;}
.mini-cart-content:before {display: block; position: absolute; top: -15px; right: 9px; border: 6px solid transparent; content: " "; height: 0; width: 0; border-bottom-color: #E6E6E6;}
.mini-cart-content {font-size: 1.08em;z-index: 1000;visibility: hidden;opacity: 0;padding: 20px 25px 25px;width: 300px;background: #fff;border: 3px solid #E6E6E6;position: absolute;top: 65px;right: 0;
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0.25s;
    -ms-transition: all 0.3s ease 0.25s;
    -o-transition: all 0.3s ease 0.25s;
    transition: all 0.3s ease 0.25s;
}
.mini-cart-content .empty {color: #767676;font-size: 14px;padding-bottom: 8px;border-bottom: 1px solid #e6e6e6;}
.mini-cart-content .block-subtitle {color:#767676;font-size: 14px;margin: 0;padding-bottom: 8px;border-bottom: 1px solid #e6e6e6;}
.mini-cart-content .mini-products-list {margin-bottom: 15px;}
.mini-cart-content .mini-products-list .item {margin-bottom:0;width: 100%;border-bottom: 1px solid #E4E4E4;padding: 10px 0 10px;position: relative;}
.mini-cart-content .mini-products-list .media-section {float:left;min-height: 50px;margin-bottom: 0;}
.mini-cart-content .mini-products-list .btn-remove {float:right;}
.mini-cart-content .mini-products-list .product-name {text-align: left;font-size: 13px;margin: 0 0 5px;color: #252525;line-height: 15px;}
.mini-cart-content .mini-products-list span {font-weight: 500;font-size: 13px;}
.mini-cart-content .mini-products-list .mini-qty {font-weight: normal;font-size: 12px;}
.mini-cart-content .mini-products-list .mini-product-options dt {margin-top:0;}
.mini-cart-content .subtotal-wrapper {display:block;width: 100%;margin-bottom:20px;}
.mini-cart-content .subtotal-wrapper .subtotal-title {text-align: left;font-size: 14px;letter-spacing: 1px;color: #252525;line-height: 25px;text-transform: uppercase;border-bottom: none;}
.mini-cart-content .subtotal-wrapper .subtotal {text-align: right;font-weight: 500;font-size: 16px;}
.mini-cart-content .subtotal-wrapper .summary {float:right;}
.mini-cart-content .buttons-set a.button {width:100%;text-transform: uppercase;}
.mini-cart-content .buttons-set a.btn-cart {margin-bottom: 10px;}

.mini-cart-type2:hover .mini-cart-content {top:85px;}

.mini-cart-type3 .mini-cart-trigger {border:none;padding:0;}
.mini-cart-type3 .cart-icon {display: inline-block;vertical-align: middle;font-size: 14px;margin-top:-5px;margin-right: 2px;}
.mini-cart-type3:hover .mini-cart-content {top:37px;}

.mini-cart-type4 {margin-left: 25px;}
.mini-cart-type4 .mini-cart-trigger {border: none;padding: 20px 30px;}
.mini-cart-type4 .mini-cart-trigger:after { content: " "; display: block; position: absolute; left: 0; top: 0; height: 100%; width: 1000%; background: #BA1717; z-index: -1;}
.mini-cart-type4 .mini-cart-trigger .cart-icon {font-size: 22px;vertical-align: middle;margin-right: 5px;color: #fff;}
.mini-cart-type4 .mini-cart-trigger .cart-label {vertical-align: middle;color: #F2B3B3;}
.mini-cart-type4 .mini-cart-trigger .subtotal {vertical-align: middle;}
.mini-cart-type4 .mini-cart-trigger .subtotal .price {color: #fff;}
.mini-cart-type4 .mini-cart-trigger .cart-total-number {display: inline-block;vertical-align: middle;margin-left: 11px;}
.mini-cart-type4 .mini-cart-trigger .cart-total-number span {background: #E12D2D;border-radius: 10px;color: #fff;display: block;font-size: 13px;line-height: 20px;padding: 0 6px;text-align: center;}

/* Mini Products List */
.mini-products-list li {margin-bottom:20px;clear:both;}
.mini-products-list .product-image { float:left; width:80px; }
.mini-products-list .product-image img {width:100%;height: auto;}
.mini-products-list .product-details { margin-left:90px; }
.mini-products-list .product-details .price-box {float:none;}
.mini-products-list .product-details .link-cart {float:right;text-decoration: underline;}
.mini-products-list .btn-remove {width:18px;height: 18px;line-height: 14px;color:#000;border-radius: 100px;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
}
.mini-products-list .btn-remove:before {font-size: 8px;}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#ccc; }
.block-account .block-title {}
.block-account .block-title strong {}
.block-account .block-content {}
.block-account .block-content li a { font-size: 14px; display:block; border-bottom:1px solid #ddd; color:#767676; text-decoration:none !important; padding:15px 0; }
.block-account .block-content li strong {padding:5px 0;font-weight: normal;}
.block-account .block-content li a:hover { color:#000; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { padding: 15px 0; border-bottom:1px solid #ddd; font-weight: normal; color:#000; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; text-indent:-999em; display: none; overflow:hidden; }
.block-layered-nav .block-subtitle { display:none; line-height:1.35; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content {padding:0;}
.block-layered-nav dl {margin-bottom: 0;}
.block-layered-nav dt { font-weight: normal;text-transform: uppercase;font-size: 16px; border-top: 1px solid #000;border-bottom: 1px solid #ddd;margin: 0 0 22px;padding: 20px 0 20px;text-align: left; }
.block-layered-nav dd {margin-bottom: 30px;}
.block-layered-nav dd.last { background:none; }
.block-layered-nav dd li {line-height: 22px;}
.block-layered-nav .currently li { padding:5px 0px 5px 0; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { color:#555; font-size: 15px; font-weight:normal; padding:5px 0; text-transform:uppercase; display:inline-block; vertical-align:middle; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:middle; }
.block-layered-nav .currently .btn-previous { position:absolute; right:17px; top:5px; margin:0; }
.block-layered-nav .actions { font-size:12px; padding:4px 0px 25px 9px;/* border:1px solid #dee5e8; border-width:1px 0;*/ text-align:right; text-transform: uppercase; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav .btn-remove {/*display:none;*/}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong {}
.block-cart .block-content .mini-products-list li {margin-bottom: 0;}
.block-cart .block-content .media-section {float: left;min-height: 80px;}
.block-cart .summary { position:relative; z-index:1; font-size: 13px; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:right; }
.block-cart .subtotal .label {color:#767676;font-size: inherit;text-transform: uppercase;font-weight: normal;}
.block-cart .subtotal .price { font-weight:bold; font-size: 20px; }
.block-cart .actions {}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {}
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong {}
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong {}
.block-compare .block-content .actions a {padding: 6px 14px;}
.block-compare .block-content .product-name a {line-height: 25px;}
.block-compare button.button span {}
.page-popup .link-print { background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table tbody th,
.compare-table tbody td { padding:14px; border:0; border-top:1px solid #ddd; color:#767676; }
.compare-table tbody th {color:#252525;font-size: 15px;text-transform: uppercase;text-align: center;vertical-align: middle;}
.compare-table tbody td {font-size: 13px;text-align: center; border-left:1px solid #ddd;}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ddd !important; }
.compare-table tr.add-to-row td { text-align:center; }
.compare-table tr.first th { padding:25px 14px; }
.compare-table tr.first td { text-align:center; padding:25px 14px; }
.compare-table tr.first td .product-image {display: block;width:150px;margin:0 auto;}
.compare-table tr.first td .product-image img {width:100%;height: auto;}
.compare-table tr.first td .product-name { font-size:13px; margin:35px 0 0; color:#252525; }
.compare-table tr.first td .product-name a { font-size: 15px; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table tr.product-price-row td .price-box {float:none;margin-bottom: 0;}
.compare-table tr.product-price-row td .price-box p {margin-bottom: 0;}
.compare-table tr.product-availability-row td .availability span {font-weight: normal;color:#767676;}
.compare-table tr.product-availability-row td .availability.in-stock span {color: #cda85c;}
.compare-table tr.product-rating-row td .ratings {margin-bottom: 0;}
.compare-table tr.product-rating-row td .ratings .rating-box {float:none;margin:0 auto;}
.compare-table button.button {margin:10px 0 15px;}
.compare-table button.button > span {padding:9px 28px;}
.compare-table ul.add-to-links {display: none;}
.compare-table .std,
.compare-table .std p,
.compare-table .std div {line-height: 20px !important;}
.compare-table .std .read-more span.more-button,
.compare-table .std .read-more span.hide-button {font-size: 12px;}
.compare-table .std .more-content {display: none;}
.compare-table .std .more-content.open {display: block;}
.compare-table .std .read-more {text-transform: uppercase;}
.compare-table .std .read-more .hide-button {display: none;}
.compare-table .std .read-more .more-button {display: inline;}
.compare-table .std .read-more.open .hide-button {display: inline;}
.compare-table .std .read-more.open .more-button {display: none;}
#product_comparison_mobile {display: none;}

/* Block: Recently Viewed */
.block-viewed .block-title strong {}

/* Block: Recently Compared */
.block-compared .block-title strong {}

/* Block: Poll */
.block-poll .block-title strong {}
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#767676; line-height: 19px;font-size: 12px; margin-bottom:0; }
.block-poll input.radio {/*margin:1px -18px 0 0;*/ }
.block-poll .label { margin-left:10px; }
.block-poll li { padding:5px 0px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {}
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span {}

/* Block: Tags */
.block-tags .block-title strong {}
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#000; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; text-transform: uppercase; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:10px; }
.block-subscribe .block-title strong {}
.block-subscribe label { color:#222; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span {}
.block-subscribe {position:relative;width:100%;background-color:#ffffff !important;}
.block-subscribe .block-title {padding-bottom:10px;}
.block-subscribe .block-title h4 {margin-bottom: 16px;margin-top:10px;font-size: 2.2em;line-height: 1.2;color:#252525;}
.block-subscribe .input-box {width:auto;position:relative;}
.block-subscribe .form-list li {text-align: center;margin: 0 0 12px;}
.block-subscribe .form-list label {display: none;}
.block-subscribe input[type="text"],
.block-subscribe select {width:85%;height:40px;display: inline-block;}
.block-subscribe .newsletter-description {font-size: 1.2em;line-height: 1.54;}
.block-subscribe .btn-subscribe {color: #fff;border: none;background-color: #cda85c;text-transform: uppercase;border-radius: 0;font-size: 12px;padding: 9px 28px;line-height: 15px;display: inline-block;margin-bottom: 0;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;
    -webkit-apearance: none;
    -moz-apearance: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.block-subscribe .btn-subscribe:hover {opacity:0.7;}

/* Block: Reorder */
.block-reorder .block-title strong {}
.block-reorder input.checkbox { float:left;/* margin:2px -20px 0 0;*/ }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong {}
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span {}

/* Block: Contact Details */
.block-contacts-details {}
.block-contacts-details h2 {color: #000; font-size: 16px; padding: 0 0 20px; text-transform: uppercase;}
.block-contacts-details .r-separator:after {top:22%;}

/* Contact Form */
#contacts-gmap {height:450px;margin-bottom: 40px;}

.contact-form .fieldset {background: none;margin:0;padding:0;}
.contact-form .fieldset h2 {text-transform:uppercase; font-size: 16px;color:#000;padding:0 0 20px 0;}
.contact-form .fieldset .r-separator:after {top:22%;}
.contact-form .fieldset .fields {float:left;position: relative;}
.contact-form .fieldset .fields.no-left-gutter {margin-right:1%;}
.contact-form .fieldset .fields.no-right-gutter {margin-left:1%;}
.contact-form .fieldset .fields input, .contact-form .fieldset .fields textarea, .contact-form .fieldset .fields .input-box {width:100%;}
.contact-form .fieldset .fields label {font-size: 13px;color:#767676;}
.contact-form .fieldset .fields button.button {margin:20px 0;}
.contact-form .fieldset .fields p {font-size: 13px;}
.contact-form .fieldset .fields span.required {color:#cf4647;}
.contact-form .fieldset .fields .field {float:none;width:100%;position: relative;margin-bottom: 12px;}

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; display: none; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {width: 100%;height:auto;}
.category-description { margin:0 0 10px; }
.category-products {}
.category-products .product-category {text-align: center;margin: 14px;}
.category-products .products-list .product-category {text-align: left; margin: 1px 0 2px 0;}
.category-products .product-category a {color: #cda85c;font: 12px;line-height: 15px;font-weight: 700;text-transform: uppercase;letter-spacing: 2px;}
.category-products .product-category a:hover {color: #767676;}

.actions > div {text-align: center;}
.actions a {display: inline-block;line-height: 16px;border: 1px solid #e0e0e0;padding:4px 14px;color:#000;letter-spacing: 1px;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.actions a:hover {border-color:#000;color:#000;}
.media-section {position: relative;overflow: hidden;min-height: 150px;margin-bottom:14px;}
.media-section img {height:auto;}
.hover-section {visibility: hidden;position: absolute;color:#fff;font-size:13px;text-transform:uppercase;width:100%;height: 35px;bottom:-35px;z-index: 9;
    transition:         all 500ms ease-in-out;
    -moz-transition:    all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition:      all 500ms ease-in-out;
}
.hover-section .hover-links-wrapper {white-space: nowrap;}
.hover-section .hover-links-wrapper > div {padding:8px 12px;display: inline-block;background-color: rgba(26, 26, 26, 0.85);
    transition:         all 500ms ease-in-out;
    -moz-transition:    all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition:      all 500ms ease-in-out;
}
.hover-section .hover-links-wrapper > div:hover {background-color: #cda85c;}
.hover-section a, .hover-section a:hover {color:#fff;}
.hover-section .no-link a {display: none;}
.hover-section .link-both .link-ico {padding-right: 5px;}
.hover-section .link-text .link-ico {display: none;}
.hover-section .link-icon .link-label {display: none;}
.media-section:hover .hover-section {visibility: visible;bottom: 10px;}

/* View Type: Grid */
.category-products .grid-container { margin-left: -5px; margin-right: -5px; }
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li {margin-bottom:30px;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.products-grid li.item { float:left; }
.products-grid li.grid-columns { position: relative; margin-left: 1%; margin-right: 1%; }
.products-grid li.cols-3 { width: 31.33%; }
.products-grid li.cols-4 { width: 23%; }
.products-grid li.cols-5 { width: 18%; }
.products-grid li.cols-6 { width: 14.66%; }
.products-grid li.cols-7 { width: 12.28%; }
.products-grid li.cols-8 { width: 10.5%; }
.products-grid li.cols-5 .hover-section .link-label,
.products-grid li.cols-6 .hover-section .link-label,
.products-grid li.cols-7 .hover-section .link-label,
.products-grid li.cols-8 .hover-section .link-label { display: none; }
.products-grid li.cols-5 .hover-section .link-ico,
.products-grid li.cols-6 .hover-section .link-ico,
.products-grid li.cols-7 .hover-section .link-ico,
.products-grid li.cols-8 .hover-section .link-ico { display: inline-block;padding: 0; }
.products-grid li.cols-7 .hover-section .hover-links-wrapper > div,
.products-grid li.cols-8 .hover-section .hover-links-wrapper > div {padding: 6px 7px;}
.products-grid .product-image { display:block; }
.products-grid .product-image img {width:100%;height:auto;}
.products-grid .product-name { margin-top: 15px; }
.products-grid .product-name a {font-size: 13px;color:#444;line-height: 19px; }
.products-grid .availability { line-height:26px;text-align: center; }
.products-grid .hover-section .actions > div {line-height: 26px;}
.products-grid .product-details {min-height: 100px;}
.products-grid .actions {}
.products-grid li:hover .hover-section {visibility:visible;z-index: 999;}
.products-grid .add-to-links > div > a {font-size: 13px;color:#333;}
.products-grid .add-to-links > div:hover > a {text-decoration: underline;}
.products-grid .add-to-links .link-wishlist {color:#333;}
.products-grid .product-media .hover-image {
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    filter:alpha(opacity=0);
    transition:         opacity 300ms ease-in-out;
    -moz-transition:    opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition:      opacity 300ms ease-in-out;
}
.products-grid li:hover .product-media .hover-image {
    opacity:1;
    filter:alpha(opacity=100);
}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:100%; }
.col1-layout .products-grid { width:100%; }

/* View Type: List */
.products-list li {    
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.products-list li.item { padding:20px 0px;border-bottom: 1px solid #ddd; }
.products-list li.item.last {border-bottom: 0;}
.products-list .media-section { float:left;margin-right:4%;width:35%;margin-bottom: 0; }
.products-list .product-image {display: block;position: relative; }
.products-list .product-image img {width:100%;height:auto;}
.products-list .product-shop {margin: 5px 0 0;width:60%;float:left;}
.products-list .product-shop .f-fix {float:none;}
.products-list .product-name {font-size:13px;text-align: left;margin-bottom: 10px; }
.products-list .product-name a { font-size:23px;line-height: 19px; }
.products-list .price-box { margin:20px 0 25px;text-align: left; }
.products-list .price-box p {padding:0;display:inline-block;margin-bottom: 0;}
.products-list .price-box .price {font-size: 25px;}
.products-list .old-price .price {font-size: 20px;}
.products-list .ratings {margin-bottom: 10px;}
.products-list .ratings .rating-box {margin-left: 0;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .btn-cart span {padding:4px 10px;}
.products-list .desc { padding:0 0 26px; line-height:22px; font-size: 13px; color:#767676; }
.products-list .desc * {line-height: 22px !important;}
.products-list .desc .link-learn { font-size:11px;display:none; }
.products-list .actions {margin-bottom: 30px;}
.products-list .add-to-bag {text-align: left;}
.products-list .add-to-links {margin:0;}
.products-list .add-to-links li { display:inline;margin-right: 30px;}
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

/* Sidebar Banner */
.category-banner-sidebar .item {position: relative;}
.category-banner-sidebar .item .item-text {position:absolute;top:30%;left:17%;width:83%;}
.category-banner-sidebar .bottom-right-nav .owl-controls .owl-buttons .fa {bottom:3% !important;color:#444;width:26px;height:26px;line-height: 22px;border-color:#444;}
.category-banner-sidebar .bottom-right-nav .owl-controls .owl-buttons .fa:hover {color:#fff;background-color:#444;}
.category-banner-sidebar .bottom-right-nav .owl-controls .owl-buttons .owl-prev .fa {right:40px;}
.category-banner-sidebar .bottom-right-nav .owl-controls .owl-buttons .owl-next .fa {right:10px;}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Product Labels such as New, Out of Stock, etc */
.product-labels {}
.product-labels > span {display:inline-block;position: absolute;color:#fff;border-radius:70px;display:block;margin-bottom:10px;width:68px;height:68px;padding:5px;text-align: center;line-height:12px;}
.product-labels > span.new-product {background:#cda85c;top:10px;right:10px;}
.product-labels > span.discount-code {background:#797979;top:10px;left:10px;}
.product-labels > span > span {border:1px solid #fff;border-width:1px 0;display: inline-block;padding: 3px 0;margin-top: 18px;text-transform: uppercase;font-weight: normal;}
.product-labels > span.out-of-stock {width:88px;height:88px;color:#515151;background:#fafafa;top:50%;left:50%;/*margin-left:-44px;margin-top:-44px;*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-labels > span.out-of-stock > span {border-color:#000;}
.product-labels > span.out-of-stock > span > span {color:#000;font-size: 2em;display:block;line-height: 21px;}

/* Rating */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:14px; line-height:1; margin-bottom:10px; text-align: left; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings .rating-box {white-space: nowrap; position: relative; margin:0 auto; width:91px; height:22px; overflow:hidden;}
.ratings .rating-box:before {content:' ';background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/rating-grey.svg);width: 92px;position: absolute;height: 22px;background-size: contain;background-repeat: no-repeat;}
.ratings .rating-box .rating { position: absolute; top: 0; left: 0; height:16px; overflow: hidden; }
.ratings .rating-box .rating:before {content:' ';background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/rating-yellow.svg);width: 100%;width: 92px;position: absolute;height: 22px;background-size: contain;background-repeat: no-repeat;}

.ratings-table { font-size:14px; line-height:1; margin-bottom:10px; text-align: left; }
.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { padding:5px 8px 5px 0;font-size: 13px; }
.ratings-table strong { float:left; margin:1px 3px 0 0; }
.ratings-table .rating-links { margin:0; }
.ratings-table .rating-links .separator { margin:0 2px; }
.ratings-table .rating-box {white-space: nowrap; position: relative; margin:0 auto; width:91px; height:22px; overflow:hidden;}
.ratings-table .rating-box:before {content:' ';background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/rating-grey.svg);width: 92px;position: absolute;height: 22px;background-size: contain;background-repeat: no-repeat;}
.ratings-table .rating-box .rating { position: absolute; top: 0; left: 0; height:16px; overflow: hidden; }
.ratings-table .rating-box .rating:before {content:' ';background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/rating-yellow.svg);width: 100%;width: 92px;position: absolute;height: 22px;background-size: contain;background-repeat: no-repeat;}
 
/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }
.product-view .product-shop > p span {color:#666;}

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:0 0 11px; text-align: center; }
.price-box .price-label, .price-box .label {color:#999 !important;display: none;}
.price-box .price { font-weight:500; color:#000; font-size:1.5em; line-height: 1.11; }

/* Regular price */
.regular-price {}
.regular-price .price-label { white-space:nowrap; }

/* Special price */
.special-price { display: inline-block; }
.special-price .price-label { white-space:nowrap; }

/* Old price */
.old-price { display: inline-block; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-size: 1.25em; font-weight:500; text-decoration:line-through; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; margin-right: 20px !important; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; position: relative; top: -5px; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; display: none; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
.bundle-price h2 {font-size: 14px;text-transform: uppercase;color: #666;margin-top: 13px;}
.bundle-price .price-box {padding-left:0;margin:0 !important;}
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0 0; padding:10px; background-color:#ddd; border:1px solid #dadddd; color:#424242; font-size: 13px; }
.tier-prices li { line-height:1.4; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:18px 0 0; }
.add-to-links .separator { display:none; }
.add-to-links > div {margin-right: 10px;}
.add-to-links > div:before {font-family: "FontAwesome";font-size: 16px;color: #252525;display: inline-block;vertical-align: middle;}
.add-to-links .wishlist-link:before {content:"\f08a";}
.add-to-links .compare-link:before {content:"\f0ec";}
.add-to-links .email-friend:before {content:"\f003";}
.add-to-links a {display: inline-block;margin-left: 5px;vertical-align: middle;}

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666;display: none; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { padding: 20px 0 15px;border-top: 1px solid #eee;border-bottom: 1px solid #eee;margin-bottom: 20px !important; }

.product-view {}

.product-essential {}
.product-essential h2 {}

.product-collateral {margin:90px 0 0;}
.product-collateral h2 { color:#000; padding:0 0 1px;text-transform: uppercase; }
.product-collateral .product-name {font-size: 16px;font-weight: normal;}
.product-collateral .block-related .block-title {border:none;}
.product-collateral .box-collateral { margin:0 0 25px;clear:both; }

/* Product Images */
.product-view .product-img-box { float:left; position:relative; margin-bottom: 30px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 20px; }
.product-view .product-img-box .product-image .owl-buttons > div {position: absolute;z-index: 999;top: 0;width: 30px;height: 100%;display: block;cursor: pointer;-webkit-border-radius: 0;border-radius: 0;border: none;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-view .product-img-box .product-image .owl-buttons > div:hover {background: rgba(0, 0, 0, 0.05);}
.product-view .product-img-box .product-image .owl-buttons > div.owl-prev {left: 0;}
.product-view .product-img-box .product-image .owl-buttons > div.owl-next {right: 0;}
.product-view .product-img-box .product-image .owl-buttons .icon-royal {opacity: 1;border:none;border-radius:0;color:#3a3a3a;}
.product-view .product-img-box .product-image img {width:100%;height:100%;}
.product-view .product-img-box .product-image-zoom { position:relative; width:100%; height:100%; overflow:hidden; }
.product-view .product-img-box .product-image-zoom a {  }
.product-view .product-img-box .product-image-zoom img { cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .product-image-colorbox {position: absolute;font-family:"FontAwesome";bottom: 15px;text-decoration:none;left: 15px;z-index: 9990;text-align:center;line-height: 38px;width: 40px;height: 40px;border: 1px solid #3a3a3a;border-radius:9999px;font-size: 0;color:#3a3a3a;}
.product-view .product-img-box .product-image-colorbox:hover {color:#444;border-color: #444;}
/* .product-view .product-img-box .product-image-colorbox:before {content:"\f065";font-size: 15px;} */
.product-view .product-img-box .product-image-colorbox:before {content: "";background: url("/skin/frontend/royal/default/images/arrows-expand.svg") center center no-repeat;width: 15px;height: 38px;background-size: contain;background-size: 13px 13px;display: inline-block;} 
.product-view .product-img-box .more-views {width:300px;margin:0 auto; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views .owl-item {padding:0 6px;text-align: center;}
.product-view .product-img-box .more-views a {padding: 4px;display: inline-block;border: 1px solid #D5D5D5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-view .product-img-box .more-views a:hover,
.product-view .product-img-box .more-views .owl-item.active-thumbnail a{border-color:#8d8d8d;}
.product-view .product-img-box .more-views .owl-buttons > div {position: absolute;top: 0;width: 35px;height: 100%;display: block;cursor: pointer;-webkit-border-radius: 0;border-radius: 0;border: none;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-view .product-img-box .more-views .owl-buttons > div:hover {background: rgba(0, 0, 0, 0.05);}
.product-view .product-img-box .more-views .owl-buttons > div.owl-prev {left: -34px;}
.product-view .product-img-box .more-views .owl-buttons > div.owl-next {right: -34px;}
.product-view .product-img-box .more-views .owl-buttons .icon-royal {color: #444;opacity: 1;position: absolute;border-radius:0;border:none;}
.product-view .product-img-box .owl-controls .owl-buttons .icon-royal {font-size:25px;width:auto;height:auto;position: absolute;margin-top: -20px;margin-left: -6px;top:50%;left:50%;}
.product-view .product-img-box .owl-controls .owl-buttons .icon-royal:hover {background-color: rgba(0, 0, 0, 0);color:#3a3a3a;}

.product-view .tabbable {padding: 0 15px;}
.product-view .nav-tabs-container {margin-bottom:20px !important;border:1px solid #ddd !important;border-width:1px 0 !important;margin-left:0 !important;margin-right: 0 !important;text-align: left !important;}
.product-view .nav-tabs > li {padding: 0 !important;}
.product-view .nav-tabs > li > a {margin:10px 30px 10px 0;font-size: 15px;line-height: 15px;text-transform: uppercase;}
.product-view .nav-tabs > li > a:after {display: none;}
.product-view .nav-tabs > li.active a:before {display: block;bottom: -18px;left: 50%;margin-left: -4px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(136, 183, 213, 0);border-top-color: #000;border-width: 4px;}
.product-view .nav-tabs > li.active a:after {content: '';display: block;width: 100%;height:3px;border-bottom: 3px solid #3d3d3d;position: absolute;top: -11px;left: 0;right:0;top:auto;bottom: -10px;}
.product-view .tab-content {margin-top:35px !important;}
.product-view .tab-content .panel-body {padding: 0;font-size: 13px;line-height: 24px;color:#767676;}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

.product-view .sidebar-content .regular-price .price,
.product-view .sidebar-content .special-price .price,
.product-view .sidebar-content .price-from .price,
.product-view .sidebar-content .price-to .price {color: #cda85c;}
/*.product-view .sidebar-content .manufacturer {text-align: center;}
.product-view .sidebar-content .manufacturer a {display: inline-block;}*/

/* Product Shop */
.product-view .product-shop { float:right; margin-bottom: 30px; }
.col1-layout .product-view .product-shop { float:right; }
.col3-layout .product-view .product-shop { float:none; }
.product-view .product-shop .product-name { text-align: left; padding: 15px 0;margin: 0; }
.product-view .product-shop .product-name h1 { margin:0;margin-bottom: 15px;font-size: 16px;font-weight: 400;color:#252525; }
.product-view .product-shop .availability { margin-bottom:20px;font-size: 13px; }
.product-view .product-shop .availability.in-stock span {color: #cda85c;}
.product-view .product-shop .short-description { margin-bottom: 25px;color: #767676;font-size: 13px;line-height: 24px;width: 100%; }
.product-view .product-shop .price-rating {}
.product-view .product-shop .price-box {text-align:left;margin: 25px 0;}
.product-view .product-shop .price-box > p {display: inline-block;padding:0;margin: 0px !important;}
.product-view .product-shop .price-box .price {font-size: 30px;font-weight: normal;}
.product-view .product-shop .old-price .price {font-size: 20px;}
.product-view .product-shop .ratings {margin-bottom: 0px;}
.product-view .product-shop .no-rating {}
.product-view .product-shop .no-rating a { color: #767676; font-size: 13px; }
.product-view .product-shop .no-rating a:hover {color: #252525;}
.product-view .product-shop .ratings > p {font-size: 13px;color:#767676;}
.product-view .product-shop .ratings > p a {color:#767676;}
.product-view .product-shop .ratings > p a:hover {color: #252525;}
.product-view .product-shop .ratings .rating-box {display: inline-block;vertical-align: middle;}
.product-view .product-shop .ratings .rating-links {display: inline-block;vertical-align: middle;margin-bottom: 5px !important;margin-left: 15px;}
.product-view .product-shop .add-to-cart {}
.product-view .product-shop .qty-wrapper {float: left;}
.product-view .product-shop .btn-cart {text-align: center;width: 300px;float: right;margin-left: 15px;font-size: 13px;line-height: 40px;padding: 0 18px}
.product-view .product-shop .btn-cart:hover {background-color: #cda85c;}
.product-view .product-shop .btn-cart > span {padding: 0 !important;}
.product-view .product-shop .add-to-box {margin:20px 0 10px;}
.product-view .product-shop .add-to-box button.button > span {padding: 0 !important;}
.product-view .product-shop .add-to-links {}
.product-view .product-shop .add-to-links { font-size:12px; text-align:left; }
.product-view .product-shop .add-to-links > div {display: inline-block;}
.product-view .product-shop .add-to-links a { font-weight:normal !important;font-size: 13px; }
.product-view .product-shop .add-to-links a:hover {color:#cda85c;}
.product-view .product-shop .back-link {display: none;}
.product-view .product-shop .supplement-detail {margin-bottom: 20px;font-size: 13px;}
.product-view .product-shop .supplement-detail p span {color: #cda85c;}
.product-view .product-shop .supplement-detail p a:hover span {color: #767676;}
.product-view .product-shop .share-links-wrapper {padding:20px 0;border-top: 1px solid #eee;border-bottom: 1px solid #eee;margin-bottom: 20px;}
.product-view .product-shop .share-links-wrapper h2 {font-size: 15px;font-weight: 500;text-transform: uppercase;color:#000;float:left;margin-top:3px;margin-bottom: 0;margin-right: 10px;}
.product-view .product-shop .share-links-wrapper ul {line-height: 0;float:right;}
.product-view .product-shop .share-links-wrapper .share-links li {display: inline-block;margin-right: 14px;position: relative;}
.product-view .product-shop .share-links-wrapper .share-links li:last-child {margin-right: 0;}
.product-view .product-shop .share-links-wrapper .share-links li .fa {width:28px;height:28px;border-radius: 100px;font-size: 16px;line-height: 28px;text-align: center;background-color: #252525;color: #FFF;}
.product-view .product-shop .share-links-wrapper .share-links li svg.circle {opacity:0;position: absolute;top: -5px;left: -5px;z-index: 1;
    -webkit-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-view .product-shop .share-links-wrapper .share-links li:hover svg.circle {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* Product Options */
.product-options { position:relative; }
.product-options dt { font-weight:normal; }
.product-options dt label { font-weight:500; color:#000;text-transform: uppercase;margin:0 0 14px 0;font-size: 15px; }
.product-options dt label.required em { color:#ff0000;float:right; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; display: none; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { margin:0 0 25px; /*border-bottom:1px solid #e4e4e4;*/ }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:100%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:100%; height:8em; }
.product-options dd select { width:100%;background-position: 97% 50%; }
.product-options dd select.bundle-option-select {display:inline-block; position: static;}
.product-options dd .multiselect option { padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:0px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:0px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:0px; }

.product-options-bottom {padding: 20px 0 7px;border-top: 1px solid #eee;border-bottom: 1px solid #eee;margin-bottom: 20px;}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {}
.product-options-bottom .add-to-cart button.button > span {padding:5px 22px;}
.product-shop .product-options-bottom { margin:0 0 20px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { padding:0; text-align:left; }

/* Prev/Next Product Section */
.prevnext-section {position: absolute;top: 0;right: 0;padding-left: 5px;}
.prevnext-section .prev-wrapper,
.prevnext-section .next-wrapper {position:relative;display: inline-block;}
.prevnext-section .prev-wrapper {margin-right: 5px;}
.prevnext-section .fa {background: none;width: 31px;height: 31px;border: 1px solid #eee;border-radius: 100px;color:#252525;text-align: center;font-size: 20px;line-height: 29px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.prevnext-section .fa:hover {background-color: #252525;cursor: pointer;border-color: #252525;color:#fff;}
.prevnext-section .prev-container,
.prevnext-section .next-container {position: absolute;bottom: 40px;left:-58px;width: 280px;background-color: #FFF;border: 1px solid #eee;z-index: 100;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.prevnext-section .prev-container {left: -160px;}
.prevnext-section .prev-container > img {float: left;max-height: 80px;width: auto;}
.prevnext-section .prev-container > div {float: left;width: 175px;padding: 5px 0 5px 10px;}
.prevnext-section .next-container > img {float: right;max-height: 80px;width: auto;}
.prevnext-section .next-container > div {float: left;width: 175px;padding: 5px 0 5px 10px;}
.prevnext-section .prev-container .details-name,
.prevnext-section .next-container .details-name {text-transform: uppercase;font-size: 14px;line-height: 14px;width: auto;margin-top: 10px;-ms-text-overflow: clip;text-overflow: clip;}
.prevnext-section .prev-container .price-box,
.prevnext-section .next-container .price-box {text-align: left;width: 100%;clear: both;margin-top: 2px;margin-bottom: 0;font-weight: 500;}
.prevnext-section .prev-container .price-box .price,
.prevnext-section .next-container .price-box .price {font-size: 14px;color: #cda85c;}

/* Ajax Options Box */
.elegento-ajaxcart-index-options .product-view .product-shop {float:none;width:100%;}
.elegento-ajaxcart-index-options .product-view .product-shop .product-name h1 {margin:10px 0;font-size: 17px;}
.elegento-ajaxcart-index-options .product-view .product-options {margin:10px 0 0;}
.elegento-ajaxcart-index-options .product-view .product-options-bottom .price-box {float:right;}
.elegento-ajaxcart-index-options .product-view .product-options-bottom .ajaxcart_loading {position: static;float:left;width:auto;height:auto;background-color: transparent;margin:2px 0 1px 10px;}
.elegento-ajaxcart-index-options .product-view .product-options-bottom .ajaxcart_loading img {position: static;float: left;background-color: transparent;}

/* Grouped Product */
.product-view .grouped-items-table-wrapper {/*overflow-x: scroll;*/margin: 20px 0;}
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
.product-view .grouped-items-table .price-box .price {font-size: 20px;}
.product-view .grouped-items-table tbody tr td {vertical-align: middle;}
.product-view .grouped-items-table tbody tr td:first-child {font-size: 13px;text-transform: uppercase;}
.product-view .grouped-items-table tbody .availability {margin-bottom: 0;}
.product-view .grouped-items-table tbody .input-text.qty {width: 39px;}
.product-view .product-shop .add-to-cart.grouped .btn-cart {width: 100%;}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Related */
.product-view .box-related {position: relative;margin-top:90px;}
.product-view .box-related h2 { text-align: center; }
.product-view .box-related .media-section .related-checkbox {position:absolute;top:10px;left:10px;z-index: 100;}
.product-view .box-related .price-section .price-box {float:none; text-align: center;}
.product-view .box-related .price-section .price-box p {display: inline-block;}
.product-view .box-related .ratings .rating-box {float:none; margin:0 auto;}

/* Block: Upsell */
.product-view .box-up-sell {position: relative;margin-top:90px;}
.product-view .box-up-sell h2 { border-bottom:0; padding:0; text-align: center; }
.product-view .box-up-sell .price-section .price-box {float:none; text-align: center;}
.product-view .box-up-sell .price-section .price-box p {display: inline-block;}
.product-view .box-up-sell .ratings .rating-box {float:none; margin:0 auto;}

/* Additional Infos */
.product-view #product-attribute-specs-table th {display: table-cell; padding: 7px 8px; color:#444; text-align: left; line-height: 18px; font-size: 14px;}
.product-view #product-attribute-specs-table td {padding: 7px 8px;}

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h2 { margin: 3px 0 20px; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .product-tags li > a {}
.product-view .box-tags .form-add label { display:block; font-size:15px; margin:0 0 5px; color:#444;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button > span {padding:5px 13px;}
.product-view .box-tags .note { margin:5px 0 0; font-size:12px; }

/* Block: Reviews */
.product-view .box-reviews dl { float:left;width:470px; }
.product-view .box-reviews .reviews-list {}
.product-view .box-reviews .reviews-list > h2 {color:#444;font-size: 17px;line-height:23px;font-weight: normal;padding: 0 0 10px;margin: 0;border-bottom: 1px solid #eaeaea;margin-top:3px;}
.product-view .box-reviews .reviews-list > h2 > span {text-transform:none;font-size: 14px;}
.product-view .box-reviews .reviews-list .item { padding: 41px 21px 34px;position: relative;border: 1px solid #E5E5E5;margin:20px 0 23px; }
.product-view .box-reviews .reviews-list .user-avatar { width: 75px; height:75px; border-radius: 9999px;overflow: hidden; float:left;}
.product-view .box-reviews .reviews-list .user-avatar img {width: 100%;height: 100%;}
.product-view .box-reviews .reviews-list .detail {}
.product-view .box-reviews .reviews-list .detail.avatar { margin-left: 95px; }
.product-view .box-reviews .reviews-list .detail .review-title {margin:0 0 10px;font-size: 14px;text-transform: uppercase;}
.product-view .box-reviews .reviews-list .detail .ratings {margin-bottom: 5px;}
.product-view .box-reviews .reviews-list .detail .ratings:after {content: none;}
.product-view .box-reviews .reviews-list .detail .ratings .rating-box {float: none;margin-left: 0;}
.product-view .box-reviews .reviews-list .detail .review-detail {margin:10px 0;font-size: 13px;color:#767676;}
.product-view .box-reviews .reviews-list .detail .date { font-size: 12px;color:#767676; position: relative; margin-bottom: 20px; }
.product-view .box-reviews .reviews-list .detail .date:after { content: ''; display: block; width: 70px; height: 3px; background: #E5E5E5; position: absolute; bottom: -12px; left: 0;}
.product-view .box-reviews .reviews-list .detail .date span {}
.product-view .box-reviews .form-add {}
.product-view .box-reviews .form-add em { color:red; }
.product-view .box-reviews .form-add h2 {margin:0;font-size: 18px;line-height:20px;letter-spacing:1px;color:#000;font-weight: normal;padding: 0 0 15px;}
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .buttons-set {border:none;margin:0;}
.product-view .box-reviews .form-add .buttons-set button.button > span {padding:4px 8px;}
.product-view .box-reviews .form-add .data-table {margin-top: 25px;}
.product-view .box-reviews .form-add .data-table thead {border-bottom:1px solid #d3d3d3;text-align: center;}
.product-view .box-reviews .form-add .data-table thead th {text-align: center;}
.product-view .box-reviews .form-add .data-table .even {background: none;}
.product-view .box-reviews .form-add .data-table .odd {background: none;}
.product-view .box-reviews .form-add .data-table th {background: none;}
.product-view .box-reviews .form-add .data-table td { text-align:center;padding:15px; }
.product-view .box-reviews .form-add .data-table tbody th {font-weight: normal;text-transform: uppercase;padding:15px;}
.product-view .box-reviews .form-add .form-list { margin:25px 0 0; }
.product-view .box-reviews .form-add .form-list li { font-size: 13px; font-weight: normal; margin: 0 0 15px; }
.product-view .box-reviews .form-add .form-list li label { font-size: 14px; line-height: 22px; font-weight: normal; }
.product-view .box-reviews .form-add .form-list .input-box { width:100%; }
.product-view .box-reviews .form-add .form-list .input-box * { padding:6px 8px; }
.product-view .box-reviews .form-add .form-list input.input-text { width:60%; }
.product-view .box-reviews .form-add .form-list textarea { width:100%; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0 0 15px; font-size:1.17em; font-weight:normal; text-align: center; text-transform: uppercase; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search.fieldset {margin:0; padding: 10px 25px 12px 25px;}
.advanced-search h2 {margin:10px 0 30px;font-size: 18px;font-weight: normal;text-transform: uppercase;color: #222;}
.advanced-search .form-list label { float:none;margin-bottom:0;width:210px; padding-right:10px; text-transform: uppercase;color: #767676;font-size: 14px;font-weight: normal; }
.advanced-search .form-list select {width:418px;}
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:none; clear:none; }
.advanced-search .form-list .input-box input.input-text {width:418px;}
.advanced-search .form-list .input-range input.input-text {width:200px;}
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; background:#f7f7f7; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary ul li {font-weight: bold;}
.advanced-search-summary strong { color:#cf4647; padding-left:15px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:normal; margin:0; }
.advanced-search-summary p a { font-weight: bold; }

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .button {letter-spacing: 1px;}
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right;margin:0; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
.cart-empty {text-align: center;font-size: 13px;}
.cart-empty h2 {text-transform: uppercase;margin-bottom: 30px;}

/* Shopping Cart Table */
.cart-table {border:none;}
.cart-table .product-name {text-align: left;}
.cart-table .cart-price {font-size: 20px;font-weight: bold;}
.cart-table .qty-wrapper {margin: 0 auto;}
.cart-table .btn-update {margin-left: 10px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:20px 0 0; }
.cart .cart-collaterals h2 {font-size: 15px;line-height: 16px;color: #000;margin: 0 0 20px;text-transform: uppercase;letter-spacing: 1px;border-bottom: 2px solid #000;padding-bottom: 10px;text-decoration: none;}
.cart .cart-collaterals select {color: #767676;}
.cart .cart-collaterals .reference {color: #767676;}
.cart .cart-collaterals .reference a {color: #cda85c;}
.cart .cart-collaterals .reference a:hover {color: #767676;}
.cart .cart-collaterals .shipping-form .input-text {color: #767676;}

.cart .crosssell {margin-bottom: 35px;}
/*.cart .crosssell .crosssell-list {visibility: hidden;max-height: 0px;height:0;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.cart .crosssell .crosssell-list.opened {visibility: visible;max-height: 9999px;height:auto;}*/
.cart .crosssell .crosssell-list {margin-top:12px;}
.cart .crosssell .product-image {display: block; width:100px;margin: 0 auto;font-size: 1em;}
.cart .crosssell .product-image img {width:100%;height:auto;}
.cart .crosssell .product-details {text-align: center;margin-top: 10px;}
.cart .crosssell .product-name { font-weight:normal;line-height: 16px;margin:0;font-size: 1em; }
.cart .crosssell .price-box {float:none;margin:10px 0;}
.cart .crosssell .price-box > span {display:block;}
.cart .crosssell .price-box .price {font-size: 1.3em;}
.cart .crosssell .add-to-links {margin:10px 0;}
.cart .crosssell .item { padding:0 15px; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {margin-bottom: 35px;}
.cart .discount h2,
.cart .shipping h2 {}
.cart .discount button span,
.cart .shipping button span {line-height: 19px;}
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:20px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { margin-left:0; }

.cart .discount h2 {}
.cart .discount .input-box { margin:8px 0 0; }
.cart .discount input.input-text { width:100%; }
.cart .discount .buttons-set button.button { height:40px; }

.cart .shipping h2 {}
.cart .shipping #co-shipping-method-form .buttons-set {margin-left:0;}
.cart .shipping select {background-position: 98% 50%;}
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/bkg_divider1.gif) 0 0 repeat-x; }
.cart .shipping .sp-methods dt {font-size: 16px;font-weight: normal;}
.cart .shipping .sp-methods li {margin:10px 0;}
.cart .shipping .sp-methods .radio {margin:0 5px 0 0;display: inline-block;vertical-align: middle;}
.cart .shipping .sp-methods label {font-weight: normal;margin-bottom: 0;vertical-align: middle;font-size: 14px;}


/* Shopping Cart Totals */
.cart .totals {}
.cart .totals table { width:100%; }
.cart .totals td { padding:30px 0 8px;border-bottom:1px solid #ddd;font-size: 14px; }
.cart .totals tr td:first-child {color:#767676;text-transform: uppercase;text-align: left !important;font-weight: 500;}
.cart .totals tr td:last-child {vertical-align: middle;}
.cart .totals tr.last td {}
.cart .totals tbody .price {font-size: 16px;}
.cart .totals tfoot th { padding:30px 0 8px; }
.cart .totals tfoot td { padding:30px 0 8px; }
.cart .totals tfoot td:first-child {text-align: left !important;padding-top: 40px;font-weight: 500;}
.cart .totals tfoot .price {font-size: 24px;font-weight: bold;}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-weight: 500; }
.cart .totals .checkout-types { font-size:13px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }
.cart .totals .checkout-types li button.btn-proceed-checkout {margin-top:30px;}

/* Options Tool Tip */
.item-options {margin-bottom: 0;}
.item-options dt { font-weight:normal; font-size: 12px; float:left; margin-right: 10px; color: #767676; margin-top: 1px; }
.item-options dd { padding-left:10px; margin:0; font-size: 13px; color:#555; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:14px; font-weight:normal; color:#252525;text-transform: uppercase;margin-top: 25px; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:13px; font-weight:normal; color:#252525;text-transform: uppercase; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://www.brain-effect.com/skin/frontend/royal/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { display:none; background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:17px; font-weight:normal; margin:0 0 20px; padding:5px 0 20px; color:#555;border-bottom: 1px solid #ccc; }
.block-progress dd { padding:10px 0; }
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0;border:none; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .buttons-set button.button {margin-left:0;letter-spacing: 1px;padding:5px 10px;}
.opc .buttons-set button.button > span {padding:5px 18px;}
.opc .buttons-set button.btn-checkout {float:right;}
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {padding-bottom: 10px;}
.opc h2 {font-size: 15px;color: #252525;font-weight: normal;text-transform: uppercase;margin: 25px 0;}
.opc .back-link {display: none;}
.opc .inner-box label {margin-bottom: 0;}

.opc .step-title { padding:15px 8px;  font-size: 15px;text-transform: uppercase; border: 1px solid #ddd; border-width: 1px 0; }
.opc .step-title .number { display: inline-block; vertical-align: middle; padding:0 4px; margin:0 5px 0 0; color:#252525; line-height: 17px; }
.opc .step-title h2 { display: inline-block;vertical-align: middle; margin:0; color:#252525; font-size: 15px; }
.opc .step-title a { display:none; float:right; font-size:13px; line-height:16px; }

.opc .allow .step-title { color:#252525; cursor:pointer; }
.opc .allow .step-title .number { color:#252525; }
.opc .allow .step-title h2 { color:#252525; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { color:#252525; cursor:default;border-color:#000;position: relative; }
.opc .active .step-title:after {display: block;bottom: -9px;left: 50%;margin-left: -4px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(136, 183, 213, 0);border-top-color: #000;border-width: 4px 4px;}
.opc .active .step-title .number { color:#252525; }
.opc .active .step-title h2 { color:#252525; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { padding:15px 20px; position:relative; }
.opc .step .tool-tip { right:30px; }

.opc .form-list .input-box {width:100%;margin-bottom:15px;}
.opc .form-list > li.wide label {font-size: 15px;color:#252525;font-weight: normal;text-transform: uppercase;margin: 5px 0 25px;}
.opc .form-list li.wide select {width:100%;}
.opc .form-list h2 {font-size: 15px;color:#252525;font-weight: normal;text-transform: uppercase;margin:25px 0;}
.opc .form-list input.input-text {width:100%;border-color:#d3d3d3;}
.opc .form-list input.input-text::-webkit-input-placeholder {color: #767676;font-size: 14px;}
.opc .form-list input.input-text:-moz-placeholder {color: #767676;font-size: 14px;}
.opc .form-list input.input-text::-moz-placeholder {color: #767676;font-size: 14px;}
.opc .form-list input.input-text:-ms-input-placeholder {color: #767676;font-size: 14px;}
.opc .form-list .fields {font-size: 14px;font-weight: normal;margin:0;position: relative;}
.opc .form-list .fields .field {float:none;position: relative;width:100%;}
.opc .form-list .fields label {color:#767676;font-size: 14px;font-weight: normal;}
.opc .form-list li.control {margin-bottom:10px;}
.opc .form-list li.control input.radio {display: inline-block;margin:0 10px 0 0;}
.opc .form-list li.control input.checkbox {display: inline-block;margin:0 10px 0 0;}
.opc .form-list li.control label {display: inline-block;text-transform:none;line-height: 17px;font-size:14px;color:#767676; }
.opc .form-list .select-box {font-size: 14px;width:100%;height:35px;border-color:#d3d3d3;}
.opc .form-list .select-box:before {padding:6px 10px;}
.opc .form-list .select-box .validation-advice {display: none;}
.opc .form-list .select-box .selected-value {padding:6px 0 0 10px;color:#767676;}
.opc .form-list input,
.opc .form-list select,
.opc .form-list textarea {color:#767676;}
.opc .form-list select {width: 100%;background-position: 98% 50%;}
.opc .form-list .r-separator:after {top:50%;}

.opc .login-desc {color: #767676;font-size:13px;}
.opc .forgotpassword {color: #cda85c;font-size: 13px;}
.opc .forgotpassword:hover {color: #767676;}

.opc .sp-methods dt {font-weight: normal;font-size: 14px; text-transform: uppercase;margin:25px 0 10px;}
.opc .sp-methods input.radio {display: inline-block;margin:0 10px 0 0;}
.opc .sp-methods label {display: inline-block;margin:0;text-transform: none;font-weight: normal;font-size: 14px;line-height: 17px;}

.opc .data-table {border:none;}
.opc .data-table .product-name { font-weight:normal; margin:8px 0; color:#000;font-size: 14px;text-align: left; }
.opc .data-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#555; }
.opc .data-table .cart-price {font-size: 20px;}
.opc .data-table .cart-price .price {color:#000;font-weight: bold;}

.opc .opc-totals-table { width:100%; }
.opc .opc-totals-table td { padding:20px 0;border-bottom:1px solid #ddd;font-size: 14px; }
.opc .opc-totals-table td .price {font-size: 16px;}
.opc .opc-totals-table tr td:first-child {color:#767676;text-transform: uppercase;text-align: left !important;}
.opc .opc-totals-table tr td:last-child {color:#333;vertical-align: middle;}
.opc .opc-totals-table tr:last-child td:first-child {padding: 30px 0 0;}
.opc .opc-totals-table tr:last-child td:last-child .price {font-size: 24px;}

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
#opc-login #login-form a {margin-bottom:15px;}

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages {}
.opc .gift-messages h3 {}
.opc .gift-messages label {margin-bottom: 0;}
.opc .gift-messages-form {padding:15px 0;}
.opc .gift-messages-form .inner-box { overflow:auto; }

#opc-review {border:none;}
#opc-review .step { border:0; padding:0; }
#opc-review .data-table {border:1px solid #eaeaea;border-width:0 1px;}
#opc-review .data-table img {max-width: none;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set {border:0; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
#opc-review #checkout-review-table-wrapper {margin:20px 0;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://www.brain-effect.com/skin/frontend/royal/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span {}
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span {}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:270px; padding:50px 0 10px; }
.account-login .content h2 { font-size:16px; padding:0 0 15px; text-transform:uppercase; color:#252525; }
.account-login .content p {color:#767676;font-size: 13px;}
.account-login .new-users h2 {}
.account-login .registered-users h2 {}
.account-login .registered-users .form-list li label {color:#767676;font-weight: normal;font-size: 14px;cursor:text;}
.account-login .registered-users .form-list li .input-box {width:100%;}
.account-login .registered-users .form-list li input.input-text {width:100%; font-size: 13px;}
.account-login .registered-users .form-list li input.input-text::-webkit-input-placeholder {}
.account-login .registered-users .form-list li input.input-text::-moz-placeholder {}
.account-login .registered-users .form-list li input.input-text:-moz-placeholder {}
.account-login .registered-users .form-list li input.input-text:-ms-input-placeholder {}
.account-login .buttons-set { margin:0; padding:30px 0; }
.account-login .buttons-set button.button > span {padding:5px 20px;}

.account-create {}
.account-create .fieldset h2 {font-size: 16px;padding: 0 0 15px;border: none;text-transform: uppercase;color: #252525;}
.account-create .fieldset .form-list li {margin-bottom:0;}
.account-create .fieldset .form-list li label {color:#767676;font-weight: normal;font-size: 14px;cursor:text;}
.account-create .fieldset .form-list li.control label {position: static;}
.account-create .fieldset .fields .field {width:100%;}
.account-create .fieldset .input-box {width:100%;margin-bottom:25px;}
.account-create .fieldset input.input-text {width:100%;color:#767676;}
.account-create .buttons-set button.button > span {padding:5px 20px;}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account h2 { border-bottom: 1px solid #ddd;border-top: 1px solid #000;margin: 0 0 30px;padding: 22px 0; font-size:16px; font-weight:normal; text-transform:uppercase; }
.my-account p.back-link {display: none;}
.my-account p {font-size: 13px;line-height: 20px;}

.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .fieldset {margin:0 0 20px;padding:0;}
.my-account .fieldset .legend {float:none;position: static;border:none;margin:0 0 25px;font-size: 16px;}
.my-account .product-name {font-size: 16px;}
.my-account .form-list li {margin-bottom:0;}
.my-account .input-box {margin-bottom:20px;width:100%;}
.my-account .fields input.input-text {width:100%;}
.my-account .fields select {width:100%;background-position: 97% 50%;}
.my-account input.input-text {width:60%;}
.my-account input.checkbox {display: inline-block;margin-top: 0;}
.my-account .buttons-set {margin:20px 0;}
.my-account .buttons-set button.button {letter-spacing: 1px;float:left;margin-left: 0;}
.my-account .buttons-set button.button > span {padding:5px 20px;}
.my-account .pager {float:none !important;padding-right: 0;}
.my-account .pager .amount {margin:8px 10px;}
.my-account .pager .per-page {display: none;}
.my-account p.required {float:right;}

/********** < Dashboard */
.dashboard a {color: #cda85c;}
.dashboard a:hover {color: #767676;}
.dashboard .welcome-msg { margin:0 0 12px; display: none; }
.dashboard .welcome-msg p { margin:0;padding:5px 0; }
.dashboard .welcome-msg p strong {font-weight: normal;font-size: 18px;}
.dashboard .col2-set,
.dashboard .col-1,
.dashboard .col-2 { margin:0 0 40px; }
.dashboard .box .box-title { margin:0 0 20px;position: relative; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { font-size:16px; font-weight:normal; margin:0; }
.dashboard .box .box-title a {position: absolute;top:0px;right:0;padding-left: 10px;z-index: 1;color: #333;background-color: #fff;}
.dashboard .box .box-content h3,
.dashboard .box .box-content h4 {font-size: 14px;font-weight: normal;text-transform: none;}
.dashboard .box .box-content address {font-size: 13px;}

.dashboard .box-info {  }

.dashboard .box-recent {margin-bottom: 50px;}

/* Block: Recent Orders */

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; margin:2px 0 0; font-weight:bold; line-height:1; color:#fff; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h3 { font-size: 14px;font-weight: normal;margin-top:10px; }
.addresses-list address { margin:0 0 3px;font-size: 13px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:normal; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 30px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:normal;font-size: 13px; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

#my-orders-table thead {border-bottom:1px solid #d3d3d3;}
#my-orders-table tfoot {border-top:1px solid #d3d3d3;}
#my-orders-table tfoot td {padding:3px 8px;}
#my-orders-table .item-options dt {float:none;display: inline-block;}
#my-orders-table .item-options dd {display: inline-block;}

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table th {text-align: center;}
.my-wishlist .data-table td { padding:10px;border-top:1px solid #d3d3d3; }
.my-wishlist .product-image { display:block; margin:0 0 5px; }
.my-wishlist .product-image img {height:auto;max-width: none;}
.my-wishlist textarea { display:block; width:100%; height:109px;font-size: 13px;color:#767676; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none;height: 40px;letter-spacing: 1px; }
.my-wishlist .buttons-set button.button:first-child {margin-left: 0;}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}
.my-wishlist .price-box {float:none;text-align:center;}
.my-wishlist .qty-wrapper {margin:0 auto;margin-bottom: 10px;}
.my-wishlist .cart-cell .fa {cursor:pointer;vertical-align: top;margin-top:9px;}
.my-wishlist button.btn-cart > span {padding:5px 8px;}
.my-wishlist .add-to-cart-alt {margin-bottom: 10px;text-align: center;}
.my-wishlist .product-name {margin-bottom:10px;text-align: left;}
.my-wishlist .description {margin-bottom:10px;font-size: 13px;color:#767676;font-style: italic;}
.my-wishlist .cart-cell p {text-align: center;font-size: 13px;text-transform: uppercase;}
.my-wishlist .cart-cell .truncated {text-align:center;}
.my-wishlist .cart-cell .truncated .show .item-options {left:0; top:20px;}
.my-wishlist .cart-cell .truncated .truncated_full_value .item-options {width:200px;}
.my-wishlist .cart-cell .truncated .truncated_full_value .item-options p {text-align: left;display: none;}
.my-wishlist .cart-cell .truncated .truncated_full_value .item-options dl {margin:0;}
#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table button.btn-cart {margin-bottom:10px;}

/* About Us */
.cms-about-us {margin-top:30px;}

.cms-about-us .buy-theme {text-align: center;padding:10px 0;border-top: 1px solid #e9e9e9;border-bottom: 1px solid #e9e9e9;}
.cms-about-us .buy-theme h1 {text-transform: uppercase;font-weight: bold;font-size: 20px;}
.cms-about-us .buy-theme p {font-size: 13px;}

.cms-about-us .theme-features {margin-bottom:65px;margin-top:30px;}
.cms-about-us .theme-features .theme-features-left,
.cms-about-us .theme-features .theme-features-right {}
.cms-about-us .theme-features .theme-features-left-top,
.cms-about-us .theme-features .theme-features-right-top {margin:60px 0;}
.cms-about-us .theme-features .feature-icon {float:left;}
.cms-about-us .theme-features span {display: block;text-indent: -99999px;background: url('https://www.brain-effect.com/skin/frontend/royal/default/images/feature-icons.png');background-repeat: no-repeat;border: 1px solid #999;width: 70px;height: 70px;margin-right: 26px}
.cms-about-us .theme-features span.screen {background-position:-85% 178%;}
.cms-about-us .theme-features span.retina {background-position: -84% -89%;}
.cms-about-us .theme-features span.graph {background-position: 182% 182%;}
.cms-about-us .theme-features span.setting {background-position: 182% -82%;}
.cms-about-us .theme-features h2 {font-size: 17px;font-weight: bold;text-transform: uppercase;}
.cms-about-us .theme-features p {font-size: 13px;}

.cms-about-us .brand-slider-section {margin-top:60px;margin-bottom: 40px;}
.cms-about-us .brand-slider-section .brands-title {font-size: 17px;padding-bottom: 20px;border-bottom:1px solid #dadada;}
.cms-about-us .brand-slider-section .brand-slider-wrapper {margin-top:30px;}
.cms-about-us .brand-slider-section .brands-slider .owl-item .item {padding: 0 15px;}
.cms-about-us .brand-slider-section .owl-controls .owl-buttons .fa {top: -75% !important;}
.cms-about-us .brand-slider-section .owl-controls .owl-buttons .fa:hover {color:#f0f0f0;background-color: #767676;}
.cms-about-us .brand-slider-section .owl-controls .owl-buttons .owl-prev .fa {right:28px;}
.cms-about-us .brand-slider-section .owl-controls .owl-buttons .owl-next .fa {right:0;}

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:auto; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; text-align: left; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; text-transform: uppercase; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }

/* Blog */
#magazine-single .post-bookmarks .share-links .link-facebook {background-color: #fff; background-image: url(/skin/frontend/royal/default/images/social-facebook.svg)}
#magazine-single .post-bookmarks .share-links .link-twitter {background-color: #fff; background-image: url(/skin/frontend/royal/default/images/social-twitter.svg)}
#magazine-single .post-bookmarks .share-links .link-email-friend {background-color: #fff; background-image: url(/skin/frontend/royal/default/images/social-mail-friend.svg)}
#magazine-single .post-bookmarks .share-links .link-linkedin {background-color: #fff; background-image: url(/skin/frontend/royal/default/images/social-linkedin.svg)}



/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {text-align: left; color:#888;/*margin-top: 80px;*/}
.footer-container .container > div {width: 100%;}
.footer-top-container {background-color: #ffffff;}
.footer-container .footer-top {padding-top:20px;padding-bottom: 20px;}
.footer-top-after-container {background-color:#2E2E2E;cursor:pointer;}
.footer-top-after-container > .container {padding:40px 0;}
.footer-top-after-container:hover {background-color: #4f4f4f; }
.footer-main-container {background-color: #222;color:#787878;}
.footer-main-container > .container {padding-top:60px;}
.footer-main-container .footer-main {padding-bottom: 20px;}
.footer-main-container a {color:#787878;}
.footer-main-container a:hover {color:#ffffff;}
.footer-bottom-container {background-color: #222;}
.footer-bottom-container > .container {/*padding-top: 20px;*/}
.footer-bottom-container .footer-bottom {padding-left: 15px;padding-right: 15px;}
.footer-bottom-container .footer-bottom > div {padding-top: 30px;padding-bottom: 30px;border-top: 3px solid #2B2B2B;}
.footer-bottom-container .footer-copyright {font-size:11px;line-height: 18px;}
.footer-bottom-container .footer-copyright span a:hover {text-decoration: underline;}

.footer-container .cms-block-title h6 {font-size: 1.5em;line-height: 1.11;color: #fff;padding: 0 0 14px;border-bottom: 1px solid #3F3F3F;text-transform: uppercase;margin-bottom: 16px;text-align: left;}
.footer-container .aboutus-img span {z-index: 1;position: relative;
    box-shadow: 4px 4px 0px #404141;
    -moz-box-shadow: 4px 4px 0px #404141; 
    -webkit-box-shadow: 4px 4px 0px #404141;
}
.footer-container .aboutus-img span:after {display: block; content: " "; position: absolute; top: 2px; left: 0; width: 100%; height: 97%; background: white; z-index: -1;}
.footer-container .social-icons {margin-top:10px;}
.footer-container .social-icons li {display:inline-block;margin:0 5px;}
.footer-container .social-icons li .fa {width:23px;height:23px;border-radius:23px;line-height:23px;background-color:#464646;line-height: 23px;color:#fff;}
.footer-container .social-icons li .fa:hover {background-color:#3E3E3E;color:#bbb;}
.footer-container .blog-vlistslider .item {padding: 14px 0 14px;border-bottom: 1px solid #3F3F3F;}
.footer-container .blog-vlistslider .item:last-child {/*border:none;*/}
.footer-container .post-date-image {margin-right: 21px;}
.footer-container .post-date-image .post-date {font-size:13px;line-height:15px;color: #fff;padding: 11px 7px;border: 4px solid #3B3B3B;outline: 1px solid #626262;outline-offset: -4px;background: #3B3B3B;text-align: center;text-transform: uppercase;}
.footer-container .post-date-image .post-date .date {font-size: 21px;padding-bottom: 5px;border-bottom: 2px solid #fff;display: block;}
.footer-container .post-body {font-size: 1.08em;line-height: 20px;color: #6e6e6e;}
.footer-container .post-body h4 {margin: 0 0 12px;text-transform: uppercase;}
.footer-container .post-body h4 a {font-size: 12px;color: #fff;line-height: 0.9em;font-weight: 500;}
.footer-container .post-body h4 a:hover {color:#bbb;}
.footer-container .block-title h6 span {padding: 0 5px;}

.footer-container .regular-price .price,
.footer-container .special-price .price,
.footer-container .price-from .price,
.footer-container .price-to .price {color: #cda85c;}

.footer-container .footer-blocks {padding-bottom: 14px;}
.footer-container .footer-blocks .footer-blocks-top {text-align: center;}
.footer-blocks .newsletter {padding-top: 14px; display: inline-block;vertical-align: middle; margin: 0 15px;}
.footer-blocks .newsletter input.input-text {display: inline-block;vertical-align: middle;margin-right: 10px;width: 265px;}
.footer-blocks .newsletter button.button {display: inline-block;vertical-align: middle;}
.footer-blocks .newsletter button.button > span {padding: 8px; letter-spacing: 2px;}
.footer-blocks .store_switcher {padding-top: 14px; display: inline-block;vertical-align: middle; margin: 0 15px;}
.footer-blocks .store_switcher select {width: 265px;background-position: 96% 50%;height: 39px;}
.footer_links {padding: 14px 15px 0px;}
.footer_links .links {text-align: center;}
.footer_links .links li {display:inline-block;padding:6px 20px !important;}
.footer_links .links li a {color:#888;font-size: 13px;}
.footer_links .links li a:hover {color:#ffffff;}
#scroll-to-top span.fa {
    display:none;
    position:fixed;
    background-color: #565656;
    width:45px;
    height:45px;
    bottom:40px;
    right:35px;
    z-index:9999;
    border-radius:9999px;
    /* color: #fff; */
    color: transparent;
    font-size: 30px;
    text-align: center;
    line-height: 42px;
    transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;

}

#scroll-to-top span.fa:hover {background-color:#252525;}
.fa-angle-up:before {content: ''; background-image: url(/skin/frontend/royal/default/images/scroll-to-top.svg); width: 30px; height: 20px}


/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://www.brain-effect.com/skin/frontend/royal/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.brain-effect.com/skin/frontend/royal/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */

/* Our Skills============================================================================= */
.our-skills .skills-chart {width: 100%;}
.our-skills .skills-chart .chart {display: inline-block;vertical-align: middle;padding: 7px 0;font-size: 12px;color: #fff;height: 30px;}
.our-skills .skills-chart .right-angle {margin-left: -4px;display: inline-block;vertical-align: middle;width: 8px;height: 10px;border: 10px solid #cda85c;border-width: 5px 0 5px 8px;border-color: transparent #cda85c;}
.our-skills .skills-chart .skills-item {display: inline-block;vertical-align: middle;margin-right: 10px;}
.our-skills .skills-chart .skills-percent {display: inline-block;vertical-align: middle;font-size: 12px;font-weight: 500;}

.our-skills2 .skills-chart {width: 100%;}
.our-skills2 .skills-chart .chart-bar .chart {position: relative;height: 100%;}
.our-skills2 .skills-chart .skills-percent {position: absolute;right: 0;bottom: 15px;font-size: 14px;font-weight: 500;}
/* ======================================================================================= */

/* Newsletter Form======================================================================== */
.newsletter-block-title {display: inline-block;vertical-align: middle;width: 50%;padding: 0 15px;}
.newsletter-block-form {display: inline-block;vertical-align: middle;width: 49%;padding: 0 15px;}
.newsletter-block-form #subscribe-validate-detail {float: right;width: 100%;}
.newsletter-block-form input#subscribe {width:70%;height:38px;float: left;}
.newsletter-block-form button.button {width:25%;height: 38px;float:right;padding:6px 14px;letter-spacing: 2px;}
/* ======================================================================================= */

/* QR Link================================================================================ */
.qr-link {font-size: 0;width: 85px;height: 118px;display: block;margin-top: -41px;background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/elegento/royal/qr-bg.png);opacity: 0.6;-webkit-background-size: 100%;-o-background-size: 100%;background-size: 100%;background-repeat: no-repeat;background-position: 0 0;}
/* ======================================================================================= */

/* Countdown Timer======================================================================== */
.countdown-timer {}
.countdown-timer .countdown-amount {color: rgb(255, 255, 255); font-size: 48px; border: 1px solid rgba(9, 4, 3, 0.498039); border-radius: 200px; padding: 20px; background: rgba(9, 4, 3, 0.498039);}
.countdown-timer .countdown-period {font-size: 14px; color: rgb(204, 204, 204);}
/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}
.global-site-notice.demo-notice {display: none!important;}

/* START FRIENDBUY */
.friendbuy-header {
   /*text-align: center;*/
   text-align: left;
   background-color: inherit; 
   /*float:left;*/
   /*border-right:2px solid #a6a6a6;*/
   margin-right:5px;
   color: #fff;
}

button.friendbuy-btn-success, button.friendbuy-btn-success:hover {
  background: #a6ce39;
}
/* END FRIENDBUY */

/* Blog Fulltext Search Input Field ====================================================== */
#blog_search_id_any {
    border: 2px solid #ccc;
    width: 100%;
    padding-left: 40px;
    background:url(https://www.brain-effect.com/skin/frontend/royal/default/images/magnifying_glass_r0.png) no-repeat left top;
    background-position-x: 5px;
    background-position-y: 4px;
    background-color: #d8d8d8;
    background-size: 30px 30px;
}
/* ======================================================================================= */

.fa-align-justify:before {
    content: "" !important;
    background: url(/skin/frontend/royal/default/images/hamburger.svg) no-repeat center center;
    height: 27px;
    width: 24px;
    display: inline-block;
}

.icon-plus:before {
    content: "+" !important;
    height: 11px;
    width: 11px;
    display: inline-block;
    color: #fff;
    font-family: Muli, sans-serif;
    font-size: 20px;
}

.icon-minus:before {
    content: "-" !important;
    height: 11px;
    width: 11px;
    display: inline-block;
    color: #fff;
    font-family: Muli, sans-serif;
    font-size: 20px;
}

.icon-less:before {
    content: "" !important;
    background: url(/skin/frontend/royal/default/images/less.svg) no-repeat center center;
    height: 43px;
    width: 12px;
    display: inline-block;
}

.icon-greater:before {
    content: "" !important;
    background: url(/skin/frontend/royal/default/images/more.svg) no-repeat center center;
    height: 43px;
    width: 11px;
    display: inline-block;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.brain-effect.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.brain-effect.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.brain-effect.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.brain-effect.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.brain-effect.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.brain-effect.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.brain-effect.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.brain-effect.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.brain-effect.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.swapped-image-wrapper {position: absolute;top: 0;left: 0;}
.swapped-image-wrapper.active {z-index: 1;}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  zoom: 1;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  display: inline-block;
  zoom: 1;
}
.products-grid .configurable-swatch-list {
  text-align: center;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 5px 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #08c;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #08c;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #08c;
  padding-left: 5px;
}

#ampromo-items-add {
  border: 1px solid #ededed;
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
}
#ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
#ampromo-overlay {
  direction: ltr;
}
#ampromo-overlay.mode-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  overflow: scroll;
}
#ampromo-overlay.mode-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url(https://www.brain-effect.com/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  opacity: .8;
}
#ampromo-overlay.mode-popup .close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#ampromo-overlay.mode-inline #ampromo-items {
  width: 100%;
  margin: 20px 0 40px;
  border: 0;
  padding: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .products {
  margin: 0 -20px 25px;
  align-items: stretch;
}
#ampromo-overlay.mode-inline #ampromo-items .products .product {
  margin-bottom: 20px;
}
#ampromo-overlay.mode-inline #ampromo-items #ampromo-carousel-wrapper {
  margin: 0 -15px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item {
  margin: 0 20px 20px;
  height: 100%;
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-items-form {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-item-buttons {
  margin-top: 20px;
  text-align: center;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config .ampromo-item-options {
  margin-bottom: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options {
  display: flex;
  align-items: flex-start;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options {
  margin-left: 12px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options input,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options select {
  max-width: 160px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple {
  margin: -20px -20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-image-wrap {
  padding: 20px 20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title {
  position: relative;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title .ampromo-item-title {
  padding: 12px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title:hover .ampromo-item-title {
  display: flex;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 {
  color: white;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 a {
  color: white;
  line-height: initial;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-add-all {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
#ampromo-overlay.mode-inline .ampromo-slide {
  margin: 10px 0;
}
#ampromo-overlay.mode-inline #ampromo-carousel-content {
  display: flex;
  flex-wrap: wrap;
}
#ampromo-overlay .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://www.brain-effect.com/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.next {
  background-position: -46px 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
#ampromo-overlay .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
#ampromo-overlay .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
#ampromo-overlay .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
#ampromo-overlay #ampromo-items {
  border: 1px solid #ededed;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#ampromo-overlay #ampromo-items.amcarousel {
  display: block;
  width: 950px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper {
  width: 780px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
#ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
}
#ampromo-overlay #ampromo-items .ampromo-item {
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px;
  width: 250px;
  border: 1px solid #ededed;
  position: relative;
  margin-right: 12px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard {
  width: 400px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard .ampromo-item-options {
  overflow-y: scroll;
  max-height: 300px;
}
#ampromo-overlay #ampromo-items .ampromo-item-options {
  margin-bottom: 12px;
  text-align: left;
}
#ampromo-overlay #ampromo-items .ampromo-item-image {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
  content: '▲';
  margin-left: 12px;
  color: #919191;
}
#ampromo-overlay #ampromo-items .rule .products {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px;
}
#ampromo-overlay #ampromo-items .rule .products .product {
  margin-left: 10px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple {
  margin: -20px -20px -40px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .product-title {
  position: static;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .ampromo-item-image-wrap {
  padding: 20px;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
  box-shadow: none;
  border: 1px solid #d8dae4;
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item.checked {
  outline: 1px solid #d8dae4;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .ampromo-item-title {
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .mark input {
  position: absolute;
  left: -25px;
  top: 0;
}
#ampromo-overlay #ampromo-items .rule.collapsed .ampromo-rule-header:after {
  content: '▼';
}
#ampromo-overlay #ampromo-items .rule.collapsed .products {
  display: none;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 400px;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control {
    z-index: 10001;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.next {
    right: 0;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.prev {
    left: 0;
  }
}
@media only screen and (max-width: 340px) {
  #ampromo-overlay.mode-popup #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  #ampromo-overlay.mode-popup #ampromo-items {
    padding-top: 0;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items > h4 {
    display: none;
  }
}
#ampromo-carousel-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
#ampromo-carousel-content .ampromo-slide {
  float: left;
}
.ampromo-item .qty-holder {
  display: none;
}
.ampromo-item .giftcard-send-form {
  padding: 0;
  margin: 0;
}
.ampromo-item-options select,
.ampromo-item-options input {
  max-width: 210px;
}
.ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}
.ampromo-items-form h4 {
  line-height: 50px;
}
.ampromo-items-form h4 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.ampromo-label {
  float: right;
  position: absolute;
  z-index: 500;
}
.ampromo-gift .product-image {
  float: left;
}
.ampromo-gift li {
  margin: 10px 10px;
  float: left;
}
.ampromo-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
  position: absolute;
  z-index: 10001;
}
.ampromo-product-name {
  font-weight: bold;
}

.calendar {
  z-index:10001;
}

.customweb-warning {
	background: url(https://www.brain-effect.com/skin/frontend/base/default/customweb/subscription/warning.png) no-repeat right 10px center;
}

.subscription-agreement-totals {
	border-top: 1px solid #e4e4e4;
	margin: 20px 0 5px 0;
	padding: 10px 15px 0 0;
	width: 100%;
}

.subscription-agreement-totals td {
	padding: 2px 0;
}

.subscription-agreement-totals th {
	padding: 2px 30px 2px 0;
}
.eg-ajax-loader {opacity: 0.6;z-index:9999;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #000 url('https://www.brain-effect.com/skin/frontend/base/default/images/elegento/ajax/ajax-loader.gif') center center no-repeat;}
.eg-ajax-bglayer {position: fixed;width: 100%;background-color: rgba(0,0,0,0.6);height: 1000%;left: 0;top: 0;z-index: 9999;display: none;}

.eg-ajax-success-msg {color: #767676;padding: 10px !important;position: fixed;top: 34%;left: 50%;z-index: 9999;display: none;border-width: 1px !important;border-color: #ccc !important;background-color: #fff;text-align: center;padding:20px;
	box-shadow: 0 0 0 27px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 0 27px rgba(0, 0, 0, 0.6);
	-webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.eg-ajax-success-msg .success-msg-container {padding: 10px;border: 1px solid #efefef;}
.eg-ajax-success-msg .msg-content {font-size: 18px;margin-bottom: 10px;}
.eg-ajax-success-msg .timer {font-size: 18px;margin-bottom: 10px;}
.eg-ajax-success-msg .button > span {padding:5px 8px;letter-spacing: 1px;}
.eg-ajax-success-msg .btn-continue {margin-right:5px;}

.egajax-quickview-index {padding:0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.egajax-quickview-index .product-view .product-img-box .product-image {margin-bottom: 0;}
.egajax-quickview-index .product-options-bottom {padding:15px 0 20px;margin-bottom: 0;}
.egajax-quickview-index .product-options-bottom .price-box {text-align: left;margin-bottom: 10px;}
.egajax-quickview-index .product-view .product-shop .btn-cart {width: 60%;}

.egajax-index-options .product-view .product-shop {float:none;}
.egajax-index-options .product-options-bottom {padding:15px 0 20px;margin-bottom: 0;}
.egajax-index-options .product-options-bottom .price-box {text-align: left;}

.quickview .mfp-iframe-holder .mfp-content {max-width: 800px; }
.quickview .mfp-iframe-scaler {padding-top: 64.25%;}
.productoptions .mfp-iframe-holder .mfp-content {max-width: 465px; }
.productoptions .mfp-iframe-scaler {padding-top: 100%;}
.quickview .mfp-iframe-scaler iframe,
.productoptions .mfp-iframe-scaler iframe {box-shadow: 0 0 0 27px rgba(0, 0, 0, 0.2);opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.quickview.mfp-ready .mfp-iframe-scaler iframe,
.productoptions.mfp-ready .mfp-iframe-scaler iframe {opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}
.quickview .mfp-iframe-holder .mfp-close,
.productoptions .mfp-iframe-holder .mfp-close {top:-58px;right:-26px;background: rgba(255,255,255,0.2);width:26px;height:25px;text-align: center;line-height: 28px;padding-right: 0;}
.quickview .mfp-iframe-holder .mfp-close:hover,
.productoptions .mfp-iframe-holder .mfp-close:hover {background: rgba(255,255,255,0.8);}

@media only screen and (max-width: 991px) {
	.quickview .mfp-iframe-holder .mfp-close, .productoptions .mfp-iframe-holder .mfp-close {top: 5px;right: auto;left: 5px;background: rgba(0,0,0,0.6);width: 24px;height: 25px;text-align: center;line-height: 25px;}
	.quickview:hover .mfp-iframe-holder .mfp-close, .productoptions:hover .mfp-iframe-holder .mfp-close {background:rgba(0,0,0,0.8);}
}
.header-ajaxlr-container { 
    position:absolute; 
    display: none;
    top: 0; 
    left: 0; 
    width: 300px;
    background: #fff;
    padding: 20px 25px 10px;
    border: 2px solid #E6E6E6;
    color: #767676;
    -webkit-transition: all 0.3s ease 0.25s;
    -ms-transition: all 0.3s ease 0.25s;
    -o-transition: all 0.3s ease 0.25s;
    transition: all 0.3s ease 0.25s;
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07);
    z-index: 100; 
}

.eg-window-outside { position:relative; }
.eg-window-outside .close { cursor:pointer; text-align:center; width: 40px;
    float:right; display: block; color: #636363; text-decoration:none;
    font-weight:normal; font-size:30px; position:absolute;  top:-13px;
    right:-10px;
}
.eg-window-title h2 { font-size: 15px;color: #252525;text-transform: uppercase; }
.eg-window-title .r-separator:after {top:45%;}
.eg-switch-window {cursor:pointer; color:#cda85c;font-size: 13px;font-style: italic;line-height: 22px; text-align:right; padding:5px;margin-top: 10px;}
.eg-switch-window:hover {color: #767676;}
.eg-window-subtitle p {
    margin:20px 0 5px 0; width:100%; font-size:14px; font-weight:bold; color:#888;
    border-bottom:1px solid #3399cc;
}
.eg-ajaxlogin-error { color:#eb340a; }
.eg-window-box { margin-top:15px; }
.eg-window-box .input-box {margin-bottom: 10px;}
.eg-window-box .input-box label {margin-bottom: 5px;}
.eg-window-box .input-box input.input-text {width: 100%;}
.eg-window-box .input-checkbox label {margin-bottom: 0;}
.eg-window-box .button {width: 100%;}
.eg-window-box .eg-forgot-password { margin-top:10px; }
.eg-window-box .eg-forgot-password a { text-align:left;line-height: 22px; }
.eg-register-window,
.eg-login-window {display: none; z-index:9998; padding:0;}

.eg-ajaxlogin-loader {
    display:none; position:absolute; top:50%; left:50%; margin-left:-20px;
    margin-top:-15px; height:31px; width:40px; z-index:9999;
    background: url('https://www.brain-effect.com/skin/frontend/base/default/images/elegento/ajax/ajax-loader-3.gif') no-repeat center center;
}

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

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

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

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

.elegento-menu {padding-top:0px;}
.elegento-menu li {display: block;}
.elegento-menu li a {font-size: 1.08em;display:inline-block;}
.elegento-menu li a:hover {color: #cda85c;}
.elegento-menu li.menu.active > a {color: #cda85c;}
.elegento-menu .level-top {float:left;}
.elegento-menu .level-top.parent > a > span:after {background: url(/skin/frontend/royal/default/images/arrow-down.svg) no-repeat center right;display: inline-block;padding-left: 3px;width: 12px;height: 9px;content: ' ';background-size: 10px 24px;}
.elegento-menu .level-top > a {display:block; padding:5px 15px 0;text-decoration:none;}
.elegento-menu .level-top > a > span {display: inline-block;}
.elegento-menu .level0-wrapper {display: none; position: absolute;top:100px;left: 0;z-index: 999;width:100%;padding:25px 20px;background: #fff;border:3px solid #e6e6e6;}
.elegento-menu .level0-wrapper:before {content: "";display: block;width: 100%;height: 50px;position: absolute;top: -20px;left: 0;}
.elegento-menu .level0-wrapper.classic {padding: 0;}
.elegento-menu .level0-wrapper.classic ul {padding: 11px 0;}
.elegento-menu .level0-wrapper.classic li {position: relative;}
.elegento-menu .level0-wrapper.classic li.level1 {padding-top: 0;}
.elegento-menu .level0-wrapper.classic li > a {padding: 10px 20px;width:100%;color:#767676;font-size: 1em;}
.elegento-menu .level0-wrapper.classic li.level1:last-child > a {padding-bottom: 10px;}
.elegento-menu .level0-wrapper.classic li > ul {display: none;position: absolute;left: 100%;top: 0;width: auto;background: #fff;border:3px solid #e6e6e6;}
.elegento-menu .level0-wrapper.classic li.parent > a:after {content: "\f105";font-family: FontAwesome;font-size: 13px;color: #b9b9b9;position: absolute;right: 12px;top: 50%;margin-top: -10px;}
.elegento-menu .level0-wrapper .menu-top-block {margin-bottom: 25px;}
.elegento-menu .level0-wrapper .menu-main-block {margin-bottom: 25px;}
.elegento-menu .level0-wrapper .column {float: left;padding-right: 15px;}
.elegento-menu .level0-wrapper .category-block {padding: 0;}
.elegento-menu li.level1 {padding-top:10px;}
.elegento-menu li.level1:first-child {padding-top:0;}
.elegento-menu li.level1 > a {padding-bottom: 10px;}
.elegento-menu li.level1:last-child > a {padding-bottom: 0;}
.elegento-menu li.level1:first-child > a {padding-bottom: 10px;}
.elegento-menu li.level2 {/*border-bottom: 1px solid #eee;*/}
.elegento-menu li.level2:last-child {border-bottom: none;}
.elegento-menu li.level2 > a {}
.elegento-menu li.level2 a {color:#767676;font-size: 1em;padding:8px 0;}

.elegento-menu .category-label {font-size:0.8em;margin-left: 7px;margin-top: -12px;color: #fff;position: absolute;line-height: 1.3;padding:2px;}
.elegento-menu .category-label:after {border-bottom: 6px solid transparent;border-left: 5px solid #000;border-top: 6px solid transparent;content: "";display: block;height: 0;width: 0;left: -4px;position: absolute;top: 7px;;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.elegento-menu .category-label-label1 {background:#49B951;}
.elegento-menu .category-label-label1:after {border-left-color:#49B951;}
.elegento-menu .category-label-label2 {background:#E6992B;}
.elegento-menu .category-label-label2:after {border-left-color:#E6992B;}
.elegento-menu .category-label-label3 {background:#EC3E3E;}
.elegento-menu .category-label-label3:after {border-left-color:#EC3E3E;}

.elegento-menu .menu-tooltip {position: relative;}
.elegento-menu .menu-tooltip > .item-tooltip {position: absolute;display: none;left: 100%;margin-left: 20px;width: 240px;background-color: #252525;padding: 5px;z-index: 100;top: 0;}
.elegento-menu .menu-tooltip:hover > .item-tooltip {display: block;}

#elegento-mobile {display:none; padding:15px 0;}
#elegento-mobile a {color:#767676;font-size: 16px;}
.elegento-mobile {
    height: auto;
    margin: 0;
    margin-top: 23px;
    width: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    max-height: 0px;
    transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.elegento-mobile.show {max-height: 9999px;}
.elegento-mobile li > .opener:hover {border-color: #767676;}
.elegento-mobile li.level0 {background: #000;/*border: 1px solid #ddd;*/border-bottom: none;}
.elegento-mobile li.level0:last-child {border-bottom: 1px solid #ddd;}
.elegento-mobile li.level1 {background: #000;margin: 2px 0;}
.elegento-mobile a {color:#fff;margin-left: 19px;line-height: 50px;}
.elegento-mobile a:hover {color:#cda85c;}
.elegento-mobile li.level0 > a {font-size: 14px;}
.elegento-mobile li.level1 > a {font-size: 14px;padding-left:10px;}
.elegento-mobile li.level2 a {font-size: 14px;padding-left:20px;}
.elegento-mobile li > .opener > .icon-royal {text-align:center;cursor: pointer;float:right;width: 20px;height: 20px;color:transparent;margin: 14px 19px 0 0;line-height: 17px;display:none;}
.elegento-mobile li > .opener > .icon-royal:hover {border: 1px solid transparent;border-radius:100px;-moz-border-radius:100px; -webkit-border-radius:100px;}.elegento-mobile li.parent > .opener > .icon-plus {display: inline-block;}
.elegento-mobile li.parent.active > .opener > .icon-plus {display: none;}
.elegento-mobile li.parent.active > .opener > .icon-minus {display: inline-block;}

.header-vertical .elegento-menu .level-top {float:none;position: relative;}
.header-vertical .elegento-menu .level-top.parent > a > span::after {content: "\f0da";padding-left: 10px;position: absolute;right: 0;}
.header-vertical .elegento-menu .level0-wrapper {top: 0;left: 245px !important;}
.header-vertical .elegento-menu .level0-wrapper:before {top: 0;left: -30px;height:100%;}
.header-vertical .elegento-menu .level0-wrapper.grouped {/*display: block;visibility: hidden;opacity: 0;filter:alpha(opacity=0);*/}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elegento-menu .level0-wrapper {top:133px;}
}

@media only screen and (max-width: 991px) {
    .elegento-menu {display: none;}
    #elegento-mobile {display: block;}
}
.brand-slider-section .item {margin-left:15px;margin-right:15px;border:1px solid #e8e8e8;}
.vlist-slider-wrapper .item {
	padding: 20px 0 15px;
	border-bottom: 1px solid #ddd;
}
.vlist-slider-wrapper a.product-image {
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ddd;
	display: block;
	float: left;
}
.vlist-slider-wrapper .details-section {}
.vlist-slider-wrapper .product-name {text-align: left;margin-bottom: 13px;}
.vlist-slider-wrapper .price-box {text-align: left;margin-bottom: 0;}
.vlist-slider-wrapper .price-box .regular-price {margin-bottom: 10px;display: inline-block;}
.vlist-slider-wrapper .price-box .price {font-size: 14px;font-weight: normal;}
.vlist-slider-wrapper .old-price .price { font-size: 14px; font-weight:500; text-decoration:line-through; }
.vlist-slider-wrapper .ratings {margin-bottom: 0;}
.vlist-slider-wrapper .ratings .rating-box {margin-left: 0;}

.vlist-wrapper .item {
	padding: 20px 0 15px;
	border-bottom: 1px solid #ddd;
}
.vlist-wrapper a.product-image {
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ddd;
	display: block;
	float: left;
}
.vlist-wrapper .details-section {}
.vlist-wrapper .product-name {text-align: left;margin-bottom: 13px;}
.vlist-wrapper .price-box {text-align: left;margin-bottom: 0;}
.vlist-wrapper .price-box .regular-price {margin-bottom: 10px;display: inline-block;}
.vlist-wrapper .price-box .price {font-size: 14px;font-weight: normal;}
.vlist-wrapper .old-price .price { font-size: 14px; font-weight:500; text-decoration:line-through; }
.vlist-wrapper .ratings {margin-bottom: 0;}
.vlist-wrapper .ratings .rating-box {margin-left: 0;}

.tag-item {display:inline-block;}
.tag-item a.tag {display: inline-block;font-size: 13px !important;line-height: 15px;margin: 0 7px 11px 0;padding: 6px 12px;border: 1px solid #3F3F3F;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.tag-item a.tag:hover {border-color:#fff;}

.hover-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
}
.media-section:hover .hover-image {
	opacity: 1;
  	filter: alpha(opacity=100);
}
#tip {position: absolute;border: 1px solid #CCCCCC;background: #A7C2E8;padding: 4px;display: none;}
.egtestimonial-entry {padding: 20px;margin-bottom: 20px;}
.egtestimonial-entry.odd {background: #F8F8F8;border-top: 1px dashed #E0E0E0;border-bottom: 1px dashed #E0E0E0;}

.egtestimonial-tagline {font-size: 16px !important;	margin: 0 !important;}

.egtestimonial-content {}
.egtestimonial-content-avatar {float: left; margin: 4px 10px 0 0;}
.egtestimonial-content p {color:#808080;font-size:11px !important;line-height:18px;margin:8px 0 !important;}
.egtestimonial-source {}
.egtestimonial-author {font-size: 14px;}
.egtestimonial-www {font-style: normal;}
.egtestimonial-date {font-size: 12px;}

.customer-testimonials .page-title {margin: 0 0 10px;display: block;}
.customer-testimonials .page-title h1 { margin: 15px 0; color: #464646; float: left; font-size: 17px; font-weight: bold; text-transform: uppercase;}
.customer-testimonials .page-title button {float: right;margin:15px 0;}
.customer-testimonials .page-title button > span {padding:5px 8px;}

.customer-testimonials .pager {float:none !important;clear:both;padding:0;font-size: 14px;}
.customer-testimonials .pager .amount {font-size: 14px;padding: 9px 0;float:left;}
.customer-testimonials .pager .amount strong {font-weight:normal;}
.customer-testimonials .pager .limiter label {font-weight:normal;}
.customer-testimonials .pager .limiter label:after {display: inline-block;content:":";}
.customer-testimonials .pager .limiter .per-page {display: none;}

.block-egtestimonial .egtestimonial-entry {padding: 0;}
.block-egtestimonial .egtestimonial-content { margin: 0 !important; font-style: italic; padding-bottom: 5px;}
.block-egtestimonial .egtestimonial-container {padding: 8px;}

.block-egtestimonial .pagination { padding: 5px 8px 10px; margin-bottom: 15px;}
.block-egtestimonial .pagination .btn-prev { background: url("https://www.brain-effect.com/skin/frontend/base/default/css/images/elegento/testimonial/navigation-left.png") no-repeat scroll left top transparent; float: left;}
.block-egtestimonial .pagination .btn-next { background: url("https://www.brain-effect.com/skin/frontend/base/default/css/images/elegento/testimonial/navigation-right.png") no-repeat scroll left top transparent;	float: right;}
.block-egtestimonial .pagination a { height: 0; overflow: hidden; padding-top: 18px; width: 18px; display: block;}

.egtestimonial-submit {float: left; width: 685px;}
.egtestimonial-submit .page-title h1 {color: #464646; font-weight: bold; font-size: 17px; text-transform: uppercase; }
.egtestimonial-submit .form-list {float: left; width: 100%;}
.egtestimonial-submit .form-list li {float: left; width: 255px; margin: 0 20px 7px 0;}
.egtestimonial-submit .form-list li label {margin-top:10px;margin-bottom: 5px;}
.egtestimonial-submit .form-list li .input-text {float: left; width: 255px; }
.egtestimonial-submit .form-list li .std-input-box { width: 535px !important;clear: both; display: block;}
.egtestimonial-submit .form-list li.required-std {float: left; width: 100% !important;}
.egtestimonial-submit .form-list li.required-std .std-input-box .required-entry {width: 530px !important;}
.egtestimonial-submit .form-list li.required-std {margin: 0 !important;}
.egtestimonial-submit .input-box-captcha {float: left; width: 100%; margin: 10px 0 0 0;}
.egtestimonial-submit .input-box-captcha #captcha {float: left; margin: 0 10px 0 0; }
.egtestimonial-submit .input-box-captcha .required-entry {float: left; height: 30px;font-size: 17px; margin: 0 7px 0 0;}
.egtestimonial-submit .input-box-captcha p {float: left; width: 100%; }
.egtestimonial-submit .input-box-captcha a.refresh-captcha {float: left;padding: 10px 0 0;}
.egtestimonial-submit #egtestimonial-form button.button > span {padding:5px 8px;}

.block-egtestimonial-sidebar .block-content {/*padding: 5px 9px;*/}
.block-egtestimonial-sidebar .block-content .egtestimonial-sidebar-content {padding: 0 0 25px;}
.block-egtestimonial-sidebar .block-content .std {width: 100%;padding:0 0 10px;}
.block-egtestimonial-sidebar .block-content .std a {text-transform: uppercase;}
.block-egtestimonial-sidebar .block-content .std .tooltip {font-size: 11px;}
.block-egtestimonial-sidebar .block-content .name-date-egtestimonial { width: 100%; text-align: right;}
.block-egtestimonial-sidebar .block-content .name-date-egtestimonial h6 {margin: 0;}
.block-egtestimonial-sidebar .block-content .name-date-egtestimonial .name {font-size: 14px;}

.customer-testimonials .customer-testimonials-content {float: left; margin: 20px 0 0;padding: 10px;border: 1px solid #dfdfdf; width: 100%;}
.customer-testimonials .customer-testimonials-content.last { margin: 20px 0;}

/* Testimonial Section */
.customer-testimonials .egtestimonial-wrapper {margin: 0 15px;}
.customer-testimonials .egtestimonial-wrapper .egtestimonial-avatar {float:left;}
.customer-testimonials .egtestimonial-wrapper .egtestimonial-avatar {margin:0 30px 10px 0;width:70px;height:70px;}
.customer-testimonials .egtestimonial-wrapper .customer-egtestimonial-content.without-avatar {padding:0;width:100%;text-align: center;margin-top:0 !important;border:none;}
.customer-testimonials .egtestimonial-wrapper .customer-egtestimonial-content.without-avatar:before {display: none;}
.customer-testimonials .egtestimonial-wrapper .customer-egtestimonial-content.without-avatar .egtestimonial-title {margin-bottom:30px;}
.customer-testimonials .egtestimonial-wrapper .customer-egtestimonial-content.without-avatar .egtestimonial-content {font-size: 15px;line-height: 26px;}

.customer-testimonials .egtestimonial-wrapper .customer-egtestimonial-content.without-avatar .egtestimonial-source {margin-top:30px;}
.customer-testimonials .egtestimonial-wrapper .customer-egtestimonial-content.without-avatar .egtestimonial-author {font-size: 16px;}
.customer-testimonials .egtestimonial-wrapper .egtestimonial-content {font-size: 13px;line-height: 22px;}
.customer-testimonials .egtestimonial-wrapper .egtestimonial-source {margin-top:15px;font-size: 14px;line-height: 25px;color: #808080;}
.customer-testimonials .egtestimonial-wrapper .egtestimonial-source .egtestimonial-author {color: #252525;}
.customer-testimonials .egtestimonial-wrapper .customer-egtestimonial-content.without-avatar {padding:0 90px;}

/**
 * This file is part of a FireGento e.V. module.
 *
 * This FireGento e.V. module is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This script is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * @category  FireGento
 * @package   FireGento_MageSetup
 * @author    FireGento Team <team@firegento.com>
 * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
 * @license   http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
 */

/* Left empty on purpose, only needed in rwd theme */

.mbdialog *, .mbdialog *:before, .mbdialog *:after{
  box-sizing:content-box;
}

.mbdialog th, .mbdialog td{
  vertical-align:top;                      
}

.mbdialog img{
  display:inline;         
}

.dialogBg{
  background: rgba(255, 255, 255, 0.90);  
  position:fixed;
  overflow-x: auto;
  overflow-y: scroll;
  z-index:99999999;
  left:0;
  top:0;
  bottom:0;
  right:0; 
  /*visibility:hidden;*/
  display:none;
  cursor:pointer;   
}           

.dialogBody{
  overflow:hidden;   
  text-align:left; 
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);         
}
              
.mbdialog{  
  display:none;
  cursor:default;
  margin: 0px auto;        
  position:absolute;
  z-index:99999998;  
  -webkit-backface-visibility: hidden;
} 

@media (max-width: 500px) {
  .mbdialog,.dialogBody{
    -webkit-transform:translate3d(0, 0, 0);
  }
}

.dialogTool{
  position:relative;          
}    

.dialogClose{
  position:absolute; 
  top:-20px; 
  right:-26px; 
  background:url(https://www.brain-effect.com/skin/frontend/base/default/images/magebird_popup/close_dark.png); 
  background-position:5px 5px;
  background-repeat:no-repeat;
  height:26px;
  width:26px;    
  cursor:pointer; 
  z-index:99999995;  
}

.dialogCloseCustom{ 
  cursor:pointer;  
}

.dialogClose.overlay2{
  background:url(https://www.brain-effect.com/skin/frontend/base/default/images/magebird_popup/close_white.png); 
  background-position:5px 5px;
  background-repeat:no-repeat;     
}

.dialogClose.style2{
  background:url(https://www.brain-effect.com/skin/frontend/base/default/images/magebird_popup/close_big.png);  
  height:29px;
  width:29px; 
  top:-15px; 
  right:-15px;       
} 

.dialogClose.style2:hover{
  background-position:0 -29px;     
}

.dialogClose.style4,.dialogClose.style3{
  background:url(https://www.brain-effect.com/skin/frontend/base/default/images/magebird_popup/close_simple_white.png) no-repeat 4px 4px;   
  height:25px;
  width:25px;      
}

.dialogClose.style3{
  background:url(https://www.brain-effect.com/skin/frontend/base/default/images/magebird_popup/close_simple_dark.png) no-repeat 4px 4px;          
}

.dialogClose.style6{
  background:url(https://www.brain-effect.com/skin/frontend/base/default/images/magebird_popup/close_big_x.png) no-repeat;   
  top:7px; 
  right:8px;            
  width:20px;
  height:20px;
}

.dialogClose.style6{
  background:url(https://www.brain-effect.com/skin/frontend/base/default/images/magebird_popup/close_big_x_d.png) no-repeat;              
}

.dialogClose.style7{
  background:url(https://www.brain-effect.com/skin/frontend/base/default/images/magebird_popup/close_transparent.png) no-repeat;   
}

.dialogClose.style8{
  background:url(https://www.brain-effect.com/skin/frontend/base/default/images/magebird_popup/close_big_x.png) no-repeat;   
}

.dialogClose.style9{
  background:url(https://www.brain-effect.com/skin/frontend/base/default/images/magebird_popup/close_big_x_bold.png) no-repeat;              
}

.dialogClose.style10{
  background:url(https://www.brain-effect.com/skin/frontend/base/default/images/magebird_popup/close_big_x_bold_d.png) no-repeat;              
}

.dialogClose.style11{
  background:url(https://www.brain-effect.com/skin/frontend/base/default/images/magebird_popup/white_circle.png) no-repeat;              
}

.dialogClose.style6,.dialogClose.style7,.dialogClose.style8,.dialogClose.style9,.dialogClose.style10,.dialogClose.style11{
  width:30px;
  height:30px;
  background-position:center;
}

.dialogClose.style7,.dialogClose.style11{
  width:35px;
  height:35px;
}

.dialogClose.style4:hover,.dialogClose.style3:hover{  
  background-position:4px -17px;   
}

.dialogClose.style1:hover{      
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.imgType img{
  display:block;        
}

.error, .warning{  
  border:1px solid #EED2D8;
  color:#B94A4A;
  font-size:12px;
  font-weight:normal;
  text-shadow:1px 1px #FFFFFF;
  background-color:#F2DDDE;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  margin:0 15px 15px 0;
  padding:2px 5px;
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);   
  position:absolute;
  z-index:999999;
}

.error p, .warning p{
  margin:4px 0;
}

.transform-rotate-zoom1{
   -moz-transition: all 0.7s ease-in-out;
   -webkit-transition: all 0.7s ease-in-out;     
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;  
   
  -moz-transform:rotate(0deg) scale(0.001);
  -webkit-transform:rotate(0deg) scale(0.001);
  -o-transform:rotate(0deg) scale(0.001);
  -moz-transform:rotate(0deg) scale(0.001);
  -ms-transform: rotate(0deg) scale(0.001);  
}

.transform-rotate-zoom2{
 -webkit-transform: rotate(360deg) scale(1); 
 -moz-transform: rotate(360deg) scale(1); 
 -o-transform: rotate(360deg) scale(1); 
 -ms-transform: rotate(360deg) scale(1); 
 transform: rotate(360deg) scale(1);  
}   


.popuptransition{
   -moz-transition: all 0.9s ease-in-out;
   -webkit-transition: all 0.9s ease-in-out;     
   -o-transition: all 0.9s ease-in-out;
   -ms-transition: all 0.9s ease-in-out;
   transition: all 0.9s ease-in-out;      
}

.transform-elastic1, .moctoddribegam{
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;     
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;  
   
  -moz-transform:scale(0.001);
  -webkit-transform:scale(0.001);
  -o-transform:scale(0.001);
  -moz-transform:scale(0.001);
  -ms-transform:scale(0.001);   
}
 
.transform-elastic2{
 -webkit-transform: scale(1.2); 
 -moz-transform: scale(1.2); 
 -o-transform: scale(1.2); 
 -ms-transform: scale(1.2); 
 transform: scale(1.2);   
}

.transform-elastic3{
 -webkit-transform: scale(1); 
 -moz-transform: scale(1); 
 -o-transform: scale(1); 
 -ms-transform:scale(1); 
 transform: scale(1);   
}

.mbdialog table {              
    border-spacing:0;
    border-collapse:separate;
} 

/*FOLLOW WIDGET*/
.followPopup{
  line-height:1;            
}

.followPopup ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.followPopup li{
  float:left;
  margin-right:10px;
  height:62px;
  overflow:hidden;
  width:63px;
  text-align:center;
}  

.followPopup li img{
  width:auto;
}  

.followPopup.tp2 li{
  height:20px;                   
}     

.followPopup li.twitterFollow img,.followPopup li.pinFollow img{
  margin-bottom:3px;
  margin-left:5px;
}

.followPopup.tp3 li.twitterFollow img,li.twitterTweet img, .followPopup.tp3 li.pinFollow img{
  margin-bottom:3px;
  margin-left:0px;
}

.followPopup .fbLike{
  min-width:48px;
  margin-right:2px;
  margin-left:-3px;
}

.followPopup.tp3 .fbLike{
  margin-left:0px;
}

.followPopup .twitterTweet{
  /*width:58px;*/  
}

.followPopup .twitterTweet{
  visibility:visible !important;
}

.followPopup .gplusRecommend{
  width:50px;
}

.gplusRecommend div{
  vertical-align:top !important;
}

.followPopup .pinFollow{
  min-width:59px;
}

.followPopup.tp3 li{
  float:none;
  width:63px !important;
  margin-right:0;
  text-align:center;
  margin-bottom:10px;                   
}


/*FB like bugfix for ie*/
.fb-like.fb_iframe_widget iframe{
  min-width:49px !important;
  min-height:61px !important;  
  left:0;                              
}
/*END FOLLOW WIDGET*/

/**
 * Mageplaza_Kb extension
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the MIT License
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/mit-license.php
 * 
 * @category       Mageplaza
 * @package        Mageplaza_Kb
 * @copyright      Copyright (c) 2015
 * @license        http://opensource.org/licenses/mit-license.php MIT License
 */

.col-mc,div[class^=mageplaza-kb] .field{float:left}.mp-copyright .mp-ft,.mp-copyright .mp-store{display:none!important}.mp-copyright .mp-store,.mp-footer,.mp-footer h3{font-size:8px!important;text-transform:inherit;float:right}.mp-copyright .mp-store,.mp-footer-links-light,.mp-footer-links-light a,.mp-footer-links-light a:hover,.mp-footer-links-light a:visited,.mp-footer-links-light h3{color:#E8E8E8!important}.row-mc{min-height:1px;margin:0 -10px}.col-mc{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-background-clip:padding-box!important;-webkit-background-clip:padding-box!important;background-clip:padding-box!important;padding:0 10px}@media (min-width:1200px){div[class^=mageplaza-kb] .field{width:50%}.mc-lg-1{width:8.33333333333%}.mc-lg-2{width:16.6666666667%}.mc-lg-3{width:25%}.mc-lg-4{width:33.3333333333%}.mc-lg-5{width:41.6666666667%}.mc-lg-6{width:50%}.mc-lg-7{width:58.3333333333%}.mc-lg-8{width:66.6666666667%}.mc-lg-9{width:75%}.mc-lg-10{width:83.3333333333%}.mc-lg-11{width:91.6666666667%}.mc-lg-12{margin-left:0;width:100%}}@media (min-width:992px) and (max-width:1199px){div[class^=mageplaza-kb] .field{width:50%}.mc-md-1{width:8.33333333333%}.mc-md-2{width:16.6666666667%}.mc-md-3{width:25%}.mc-md-4{width:33.3333333333%}.mc-md-5{width:41.6666666667%}.mc-md-6{width:50%}.mc-md-7{width:58.3333333333%}.mc-md-8{width:66.6666666667%}.mc-md-9{width:75%}.mc-md-10{width:83.3333333333%}.mc-md-11{width:91.6666666667%}.mc-md-12{margin-left:0;width:100%}}@media (min-width:768px) and (max-width:991px){.affiliate-account-create .field{width:50%}.mc-sm-1{width:8.33333333333%}.mc-sm-2{width:16.6666666667%}.mc-sm-3{width:25%}.mc-sm-4{width:33.3333333333%}.mc-sm-5{width:41.6666666667%}.mc-sm-6{width:50%}.mc-sm-7{width:58.3333333333%}.mc-sm-8{width:66.6666666667%}.mc-sm-9{width:75%}.mc-sm-10{width:83.3333333333%}.mc-sm-11{width:91.6666666667%}.mc-sm-12{margin-left:0;width:100%}}@media (min-width:481px) and (max-width:767px){.mc-xs-1{width:8.33333333333%}.mc-xs-2{width:16.6666666667%}.mc-xs-3{width:25%}.mc-xs-4{width:33.3333333333%}.mc-xs-5{width:41.6666666667%}.mc-xs-6{width:50%}.mc-xs-7{width:58.3333333333%}.mc-xs-8{width:66.6666666667%}.mc-xs-9{width:75%}.mc-xs-10{width:83.3333333333%}.mc-xs-11{width:91.6666666667%}.mc-xs-12{margin-left:0;width:100%}}@media (max-width:480px){.col-mc{width:100%}}.mp-copyright .mp-logo{background:url(//cdn.mageplaza.com/images/mageplaza-100.jpg) no-repeat}.mp-copyright .mp-ft{visibility:hidden!important;width:20px}.mp-footer,.mp-footer h3{margin-top:50px;display:block;clear:both}.mp-footer-links-dark,.mp-footer-links-dark a,.mp-footer-links-dark a:hover,.mp-footer-links-dark a:visited,.mp-footer-links-dark h3{color:#D2D2D2!important}.kb-articles-listing{list-style:disc!important;margin-left:1em}.kb-category-title{box-sizing:border-box;color:#444;display:block;font-family:Raleway,sans-serif;font-size:18px;font-weight:600;height:27px;line-height:27px;margin:0 0 30px}#categories-list .articles-box{margin-left:2em}.faq-search-form-container{padding-top:20px;padding-bottom:20px;width:70%;margin-left:15%;margin-right:15%}.faq-search-form{border:1px solid #ccc}.faq-search-result .article-list-container ul{list-style-type:disc}ul.kb-articles-listing{list-style-type:decimal}#categories-list{margin-top:20px}.category-list-item{margin-top:1em}.faq-content{min-height:400px}.faq-heading .link-rss{float:right}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seo-content {
  color: #333;
  width: 600px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-top: -50px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
    display:none;
 }

/*seo-info*/

/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}

/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family:Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family:Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family:Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform:none;
}
.seo-info .seo-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
}

/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width:100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label, .seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  box-shadow: none;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label, .seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width:100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}

/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}

/*link*/
.seo-info .seo-additional-info-link-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}

/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}

/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}

.seo-info .m-seo-info-scroll-hide {
  display: none;
}

/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display:table;
  width:100%;
  padding-top: 3px;
}

.seo-info .m-seo-info-template-table-row {
  display:table-row;
}

.seo-info .m-seo-info-template-table-cell {
  display:table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}

.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-table-cell:nth-child(3) {
   border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}

.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell{
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-id-width {
  width: 30px;
}

.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}

.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}

.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}

.seo-info .m-seo-info-status-width {
  width: auto;
}

/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}

@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 100%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display:none;
 }
.seositemap-index-index div.seositemap-map table {
  width:100%;
}
.seositemap-index-index div.seositemap-map table tbody tr td {
  vertical-align: top;
}
/*
 *
 * Royal Theme
 *
 */

/* General */
p {font-family: 'Muli', Arial;}
.price-box p {font-family: inherit;}


/* Header */
.top-links a {font-family: 'Muli', Arial;}
.mini-cart .cart-label {font-family: 'Muli', Arial;}
.mini-cart .block-subtitle {font-family: 'Muli', Arial;}
.welcome-content {font-family: 'Muli', Arial;}


/* Breadcrumbs */
.breadcrumbs h2 {font-family: 'Bodoni MT', Arial;}
.breadcrumbs li a {font-family: 'Muli', Arial;}


/* Home Page Slideshow */
.block-slide .block-banner h1 {font-family: 'Bodoni MT';}
.block-slide .block-banner h2 {font-family: 'Bodoni MT';}
.block-slide .block-banner h3 {font-family: 'Bodoni MT';}
.block-slide .block-banner h4 {}
.block-slide .block-banner h5 {}
.block-slide .block-banner h6 {}
.block-slide .block-banner p {font-family: 'Muli', Arial;}


/* Home Page Static Block */
.eg-cmsblock .eg-cmsblock-content p {font-family: 'Muli', Arial;}
.about-royal-section p {font-family: 'Muli', Arial;}


/* Form List */
.form-list p {font-family: 'Muli', Arial;}
.form-list li.control label {font-family: 'Muli', Arial;}


/* Product Page */
.no-rating {font-family: 'Muli', Arial;}
.short-description {font-family: 'Muli', Arial;}
.qty-wrapper .qty {font-family: 'Roboto', sans-serif;}
.add-to-links a {font-family: 'Muli', Arial;}

.product-collateral .tab-content .panel-body .std {font-family: 'Muli', Arial;}
.box-tags h3,
.box-tags .note {font-family: 'Muli', Arial;}
.product-view .box-reviews .reviews-list .detail .review-detail {font-family: 'Muli', Arial;}
.product-view .box-reviews .reviews-list .detail .date {font-family: 'Muli', Arial;}


/* Category Page */
.toolbar {font-family: 'Muli', Arial;}
.toolbar .pager {font-family: 'Roboto', sans-serif;}

.products-list .desc {font-family: 'Muli', Arial;}


/* Newsletter Section */
.block-subscribe .block-title h4 {}


/* Sidebar */
.layers-container dd {font-family: 'Muli', Arial;}
.block .block-content {font-family: 'Muli', Arial;}
.sidebar .block-title h1,
.sidebar .block-title h2,
.sidebar .block-title h3,
.sidebar .block-title h4,
.sidebar .block-title h5,
.sidebar .block-title h6 {font-family: inherit;}


/* Checkout Page */
.opc .inner-box label {font-family: 'Muli', Arial;}


/* My Account */
.block-account .block-content {font-family: 'Muli', Arial;}
.my-wishlist .description {font-family: 'Muli', Arial;}
.box-account .box-content {font-family: 'Muli', Arial;}

.account-login .content p {font-family: 'Muli', Arial;}
.account-login .buttons-set a {font-family: 'Muli', Arial;}


/* Blog Pages */
.post-title div {font-family: 'Muli', Arial;}
.post-content {font-family: 'Muli', Arial;}
.post-user-section {font-family: 'Muli', Arial;}
.comment-content {font-family: 'Muli', Arial;}
.comment-user-section {font-family: 'Muli', Arial;}
.comment-date {font-family: 'Muli', Arial;}
.block-blog-categories .blog-categories {font-family: 'Muli', Arial;}


/* Footer Container */

/**** Twitter Feed */
#feed_container {font-family: 'Muli', Arial, Helvetica, sans-serif;}

/** Footer Main */
.footer-main-container .cms-block-content {font-family: 'Muli', Arial;}
.footer-main-container .cms-block-content .aboutus-content {font-family: 'Roboto', sans-serif;}
.summer-collection h1 {font-family: 'Bodoni MT', Arial;}


/* Other */
.item-options dt {font-family: 'Muli', Arial;}
.eg-accordion .block-content {font-family: 'Muli', Arial;}

.fa-angle-left:before {
    content: "";
    background-image: url('/skin/frontend/royal/default/images/angle-left.svg');
    height: 20px;
    width: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.fa-angle-right:before {
    content: "";
    background-image: url('/skin/frontend/royal/default/images/angle-right.svg');
    height: 20px;
    width: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
       
/* Position of bullets on unordered lists */

[dir=rtl] .fa-ul {
	margin-left: inherit;
	padding-left: inherit;
	margin-right: 2.14286em;
	padding-right: 0;
}

[dir=ltr] .fa-ul {
	margin-left: 2.14286em;
	padding-left: 0;
	margin-right: inherit;
	padding-right: inherit;
}

[dir=rtl] .fa-li {
	left: inherit;
	right: -2.14286em;
}

[dir=ltr] .fa-li {
	left: -2.14286em;
	right: inherit;
}

/* Reversible icons */

[dir=rtl] .fa-hand-o-up,
[dir=rtl] .fa-hand-o-down,
[dir=rtl] .fa-adjust,
[dir=rtl] .fa-ban,
[dir=rtl] .fa-barcode,
[dir=rtl] .fa-bed,
[dir=rtl] .fa-beer,
[dir=rtl] .fa-bell-slash,
[dir=rtl] .fa-bell-slash-o,
[dir=rtl] .fa-bicycle,
[dir=rtl] .fa-bolt,
[dir=rtl] .fa-bomb,
[dir=rtl] .fa-book,
[dir=rtl] .fa-area-chart,
[dir=rtl] .fa-bar-chart,
[dir=rtl] .fa-bar-chart-o,
[dir=rtl] .fa-line-chart,
[dir=rtl] .fa-pie-chart,
[dir=rtl] .fa-backward,
[dir=rtl] .fa-fast-backward,
[dir=rtl] .fa-step-backward,
[dir=rtl] .fa-forward,
[dir=rtl] .fa-fast-forward,
[dir=rtl] .fa-step-forward,
[dir=rtl] .fa-expand,
[dir=rtl] .fa-compress,
[dir=rtl] .fa-play,
[dir=rtl] .fa-play-circle,
[dir=rtl] .fa-play-circle-o,
[dir=rtl] .fa-bullhorn,
[dir=rtl] .fa-spinner,
[dir=rtl] .fa-star-half,
[dir=rtl] .fa-star-half-empty,
[dir=rtl] .fa-star-half-full,
[dir=rtl] .fa-star-half-o {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); /* IE8 */
	transform: scale(-1,1);
}

[dir=ltr] .fa-hand-o-up,
[dir=ltr] .fa-hand-o-down,
[dir=ltr] .fa-adjust,
[dir=ltr] .fa-ban,
[dir=ltr] .fa-barcode,
[dir=ltr] .fa-bed,
[dir=ltr] .fa-beer,
[dir=ltr] .fa-bell-slash,
[dir=ltr] .fa-bell-slash-o,
[dir=ltr] .fa-bicycle,
[dir=ltr] .fa-bolt,
[dir=ltr] .fa-bomb,
[dir=ltr] .fa-book,
[dir=ltr] .fa-area-chart,
[dir=ltr] .fa-bar-chart,
[dir=ltr] .fa-bar-chart-o,
[dir=ltr] .fa-line-chart,
[dir=ltr] .fa-pie-chart,
[dir=ltr] .fa-backward,
[dir=ltr] .fa-fast-backward,
[dir=ltr] .fa-step-backward,
[dir=ltr] .fa-forward,
[dir=ltr] .fa-fast-forward,
[dir=ltr] .fa-step-forward,
[dir=ltr] .fa-expand,
[dir=ltr] .fa-compress,
[dir=ltr] .fa-play,
[dir=ltr] .fa-play-circle,
[dir=ltr] .fa-play-circle-o,
[dir=ltr] .fa-bullhorn,
[dir=ltr] .fa-spinner,
[dir=ltr] .fa-star-half,
[dir=ltr] .fa-star-half-empty,
[dir=ltr] .fa-star-half-full,
[dir=ltr] .fa-star-half-o {
	transform: none;
}

/* Reverse direction of spin */

[dir=rtl] .fa-spin {
	animation-direction: reverse;
}

[dir=ltr] .fa-spin {
	animation-direction: normal;
}

/* angle-start/end */

.fa-angle-start:before {
	content: "\f104";
}
.fa-angle-end:before {
	content: "\f105";
}
[dir=rtl] .fa-angle-start:before {
	content: "\f105";
}
[dir=rtl] .fa-angle-end:before {
	content: "\f104";
}
[dir=ltr] .fa-angle-start:before {
	content: "\f104";
}
[dir=ltr] .fa-angle-end:before {
	content: "\f105";
}

/* angle-double-start/end */

.fa-angle-double-start:before {
	content: "\f100";
}
.fa-angle-double-end:before {
	content: "\f101";
}
[dir=rtl] .fa-angle-double-start:before {
	content: "\f101";
}
[dir=rtl] .fa-angle-double-end:before {
	content: "\f100";
}
[dir=ltr] .fa-angle-double-start:before {
	content: "\f100";
}
[dir=ltr] .fa-angle-double-end:before {
	content: "\f101";
}

/* arrow-circle-start/end */

.fa-arrow-circle-start:before {
	content: "\f0a8";
}
.fa-arrow-circle-end:before {
	content: "\f0a9";
}
[dir=rtl] .fa-arrow-circle-start:before {
	content: "\f0a9";
}
[dir=rtl] .fa-arrow-circle-end:before {
	content: "\f0a8";
}
[dir=ltr] .fa-arrow-circle-start:before {
	content: "\f0a8";
}
[dir=ltr] .fa-arrow-circle-end:before {
	content: "\f0a9";
}

/* arrow-circle-o-start/end */

.fa-arrow-circle-o-start:before {
	content: "\f190";
}
.fa-arrow-circle-o-end:before {
	content: "\f18e";
}
[dir=rtl] .fa-arrow-circle-o-start:before {
	content: "\f18e";
}
[dir=rtl] .fa-arrow-circle-o-end:before {
	content: "\f190";
}
[dir=ltr] .fa-arrow-circle-o-start:before {
	content: "\f190";
}
[dir=ltr] .fa-arrow-circle-o-end:before {
	content: "\f18e";
}

/* arrow-start/end */

.fa-arrow-start:before {
	content: "\f060";
}
.fa-arrow-end:before {
	content: "\f061";
}
[dir=rtl] .fa-arrow-start:before {
	content: "\f061";
}
[dir=rtl] .fa-arrow-end:before {
	content: "\f060";
}
[dir=rtl] .fa-arrow-start:before {
	content: "\f060";
}
[dir=rtl] .fa-arrow-end:before {
	content: "\f061";
}

/* caret-start/end */

.fa-caret-start:before {
	content: "\f0d9";
}
.fa-caret-end:before {
	content: "\f0da";
}
[dir=rtl] .fa-caret-start:before {
	content: "\f0da";
}
[dir=rtl] .fa-caret-end:before {
	content: "\f0d9";
}
[dir=ltr] .fa-caret-start:before {
	content: "\f0d9";
}
[dir=ltr] .fa-caret-end:before {
	content: "\f0da";
}

/* caret-square-o-start/end */
/* toggle-start/end*/

.fa-toggle-start:before,
.fa-caret-square-o-start:before {
	content: "\f191";
}
.fa-toggle-end:before,
.fa-caret-square-o-end:before {
	content: "\f152";
}
[dir=rtl] .fa-toggle-start:before,
[dir=rtl] .fa-caret-square-o-start:before {
	content: "\f152";
}
[dir=rtl] .fa-toggle-end:before,
[dir=rtl] .fa-caret-square-o-end:before {
	content: "\f191";
}
[dir=ltr] .fa-toggle-start:before,
[dir=ltr] .fa-caret-square-o-start:before {
	content: "\f191";
}
[dir=ltr] .fa-toggle-end:before,
[dir=ltr] .fa-caret-square-o-end:before {
	content: "\f152";
}

/* chevron-circle-start/end */

.fa-chevron-circle-start:before {
	content: "\f137";
}
.fa-chevron-circle-end:before {
	content: "\f138";
}
[dir=rtl] .fa-chevron-circle-start:before {
	content: "\f138";
}
[dir=rtl] .fa-chevron-circle-end:before {
	content: "\f137";
}
[dir=ltr] .fa-chevron-circle-start:before {
	content: "\f137";
}
[dir=ltr] .fa-chevron-circle-end:before {
	content: "\f138";
}

/* chevron-start/end */

.fa-chevron-start:before {
	content: "\f053";
}
.fa-chevron-end:before {
	content: "\f054";
}
[dir=rtl] .fa-chevron-start:before {
	content: "\f054";
}
[dir=rtl] .fa-chevron-end:before {
	content: "\f053";
}
[dir=ltr] .fa-chevron-start:before {
	content: "\f053";
}
[dir=ltr] .fa-chevron-end:before {
	content: "\f054";
}

/* hand-o-start/end */

.fa-hand-o-start:before {
	content: "\f0a5";
}
.fa-hand-o-end:before {
	content: "\f0a4";
}
[dir=rtl] .fa-hand-o-start:before {
	content: "\f0a4";
}
[dir=rtl] .fa-hand-o-end:before {
	content: "\f0a5";
}
[dir=ltr] .fa-hand-o-start:before {
	content: "\f0a5";
}
[dir=ltr] .fa-hand-o-end:before {
	content: "\f0a4";
}

/* long-arrow-start/end */

.fa-long-arrow-start:before {
	content: "\f177";
}
.fa-long-arrow-end:before {
	content: "\f178";
}
[dir=rtl] .fa-long-arrow-start:before {
	content: "\f178";
}
[dir=rtl] .fa-long-arrow-end:before {
	content: "\f177";
}
[dir=ltr] .fa-long-arrow-start:before {
	content: "\f177";
}
[dir=ltr] .fa-long-arrow-end:before {
	content: "\f178";
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('https://www.brain-effect.com/skin/frontend/royal/default/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.brain-effect.com/skin/frontend/royal/default/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.brain-effect.com/skin/frontend/royal/default/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.brain-effect.com/skin/frontend/royal/default/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.brain-effect.com/skin/frontend/royal/default/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(https://www.brain-effect.com/skin/frontend/royal/default/images/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}

/**
 * Owl Carausel
 */
.owl-carousel .owl-controls .owl-buttons span{position:absolute;display:block;color:#000;text-align:center;border:1px solid #555;background-color:transparent;border-radius:9999px;line-height:43px;font-size:29px;width:44px;height:44px;-webkit-border-radius:9999px;-moz-border-radius:9999px;-o-border-radius:9999px;opacity:0;filter:alpha(opacity=0);transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out}.owl-carousel:hover .owl-controls .owl-buttons span{opacity:1;filter:alpha(opacity=100)}.owl-carousel .owl-controls .owl-buttons span:hover{background-color:#252525;color:#fff}.owl-carousel .owl-controls .owl-buttons .owl-prev span{left:40px;top:44%}.owl-carousel .owl-controls .owl-buttons .owl-next span{right:40px;top:44%}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-carousel .owl-item p{margin:0}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(https://www.brain-effect.com/skin/frontend/royal/default/images/elegento/royal/grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{position:relative}.owl-carousel .owl-item img{width:100%}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}.owl-item.loading{min-height:60px;background:url(https://www.brain-effect.com/skin/frontend/royal/default/css/images/elegento/royal/ajax-loader.gif) no-repeat center center}.owl-carousel .owl-controls .owl-page{display:inline-block;vertical-align:middle;zoom:1;*display:inline}.owl-carousel .owl-controls .owl-page span{display:block;border:1px solid #fff;width:12px;height:12px;margin:7px;-webkit-border-radius:9999px;-moz-border-radius:9999px;border-radius:9999px;background-color:rgba(0,0,0,0);transition:background-color 300ms ease-in-out;-moz-transition:background-color 300ms ease-in-out;-webkit-transition:background-color 300ms ease-in-out;-o-transition:background-color 300ms ease-in-out}.owl-carousel .owl-controls.clickable .owl-page:hover span{background-color:#fff}.owl-carousel .owl-controls .owl-page.active span{background-color:#fff}.owl-pagination{text-align:center;z-index:1;width:100%;position:absolute;bottom:20px}.itemslider{margin-bottom:20px}.itemslider .owl-item.loading{background-position:center 40px}.itemslider .owl-item.loading .product-image{min-height:70px}.home-egslideshow .owl-controls .owl-buttons span{line-height:38px;font-size:29px;width:44px;height:44px;border-color:#fff;border-width:2px;color:#fff}.home-egslideshow:hover .owl-controls .owl-buttons span{opacity:1;filter:alpha(opacity=100)}.home-egslideshow .owl-controls .owl-buttons span:hover{background-color:#fff;color:#252525}.home-egslideshow .owl-controls .owl-buttons .owl-prev span{left:40px;top:44%}.home-egslideshow .owl-controls .owl-buttons .owl-next span{right:40px;top:44%}.owlcarousel-slider .owl-controls .owl-buttons span{width:45px;height:45px;font-size:30px;line-height:41px;color:#252525}.owlcarousel-slider:hover .owl-controls .owl-buttons span{opacity:1;filter:alpha(opacity=100)}.owlcarousel-slider .owl-controls .owl-buttons span:hover{background-color:#252525;color:#fff}.owlcarousel-slider .owl-controls .owl-buttons .owl-prev span{left:-55px;top:30%}.owlcarousel-slider .owl-controls .owl-buttons .owl-next span{right:-55px;top:30%}.top-right-nav .owl-controls{position:absolute;right:0;top:-55px;z-index:999;background-color:#fff;padding-left:10px}.top-right-nav .owl-controls .owl-buttons{position:relative}.top-right-nav .owl-controls .owl-buttons span{top:0!important;background-color:#fff;border:1px solid #eee;border-radius:100px;color:#252525;font-size:20px;width:31px;height:31px;line-height:30px;text-align:center;opacity:1;filter:alpha(opacity=100);transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.top-right-nav .owl-controls .owl-buttons span:hover{background-color:#252525;border-color:#252525;color:#fff;cursor:pointer}.top-right-nav .owl-controls .owl-buttons .owl-prev span{left:auto;right:40px}.top-right-nav .owl-controls .owl-buttons .owl-next span{right:0}.top-right-nav2 .owl-controls .owl-buttons span{border:none;width:auto;height:auto;font-size:12px;top:-15px!important}.top-right-nav2 .owl-controls .owl-buttons span:hover{background-color:rgba(255,255,255,0);color:#000}.top-right-nav2 .owl-controls .owl-buttons .owl-prev span{left:auto;right:40px}.top-right-nav2 .owl-controls .owl-buttons .owl-next span{right:15px}.product-list-slider .owl-controls .owl-buttons .owl-prev span{top:30%}.product-list-slider .owl-controls .owl-buttons .owl-next span{top:30%}.col1-layout .product-list-slider .owl-controls .owl-buttons .owl-prev span{left:-55px;top:30%}.col1-layout .product-list-slider .owl-controls .owl-buttons .owl-next span{right:-55px;top:30%}.vlist-slider-wrapper .owl-item img{width:auto}.owl-controls-default .owl-controls .owl-buttons .owl-prev span {left:40px !important;}.owl-controls-default .owl-controls .owl-buttons .owl-next span {right:40px !important;}

/**
 * Tooltipster
 */
.tooltipster-default{border-radius:4px;border:none;background:#4c4c4c;color:#fff}.tooltipster-default .tooltipster-content{font-family:Arial,sans-serif;font-size:12px;line-height:1.4;padding:3px 8px;overflow:hidden}.tooltipster-icon{cursor:help;margin-left:4px}.tooltipster-base{padding:0;font-size:0;line-height:0;position:absolute;left:0;top:0;z-index:9999999;pointer-events:none;width:auto;overflow:visible}.tooltipster-base .tooltipster-content{overflow:hidden}.tooltipster-arrow{display:block;text-align:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.tooltipster-arrow span,.tooltipster-arrow-border{display:block;width:0;height:0;position:absolute}.tooltipster-arrow-top span,.tooltipster-arrow-top-right span,.tooltipster-arrow-top-left span{border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-top:8px solid;bottom:-7px}.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border{border-left:9px solid transparent!important;border-right:9px solid transparent!important;border-top:9px solid;bottom:-7px}.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-right span,.tooltipster-arrow-bottom-left span{border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-bottom:8px solid;top:-7px}.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{border-left:9px solid transparent!important;border-right:9px solid transparent!important;border-bottom:9px solid;top:-7px}.tooltipster-arrow-top span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom .tooltipster-arrow-border{left:0;right:0;margin:0 auto}.tooltipster-arrow-top-left span,.tooltipster-arrow-bottom-left span{left:6px}.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{left:5px}.tooltipster-arrow-top-right span,.tooltipster-arrow-bottom-right span{right:6px}.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border{right:5px}.tooltipster-arrow-left span,.tooltipster-arrow-left .tooltipster-arrow-border{border-top:8px solid transparent!important;border-bottom:8px solid transparent!important;border-left:8px solid;top:50%;margin-top:-7px;right:-7px}.tooltipster-arrow-left .tooltipster-arrow-border{border-top:9px solid transparent!important;border-bottom:9px solid transparent!important;border-left:9px solid;margin-top:-8px}.tooltipster-arrow-right span,.tooltipster-arrow-right .tooltipster-arrow-border{border-top:8px solid transparent!important;border-bottom:8px solid transparent!important;border-right:8px solid;top:50%;margin-top:-7px;left:-7px}.tooltipster-arrow-right .tooltipster-arrow-border{border-top:9px solid transparent!important;border-bottom:9px solid transparent!important;border-right:9px solid;margin-top:-8px}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing-show{opacity:1;-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);transform:rotateZ(0deg);-webkit-transition-timing-function:cubic-bezier(0.230,0.635,0.495,1);-webkit-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);-moz-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);-ms-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);-o-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4)}.tooltipster-fall{top:0;-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15)}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{left:-40px;-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15)}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}.tooltipster-content-changing{opacity:.5;-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}

/**
 * Magnific Popup
 */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.7;filter:alpha(opacity=70)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:14px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}

/**
 * Progres JS
 */
.progressjs-inner{width:0}.progressjs-progress{z-index:9999999}.progressjs-theme-blue .progressjs-inner{height:2px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;background-color:#3498db}.progressjs-theme-blue.progressjs-end{-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}.progressjs-theme-blue .progressjs-percent{display:none}.progressjs-theme-blueOverlay{background-color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.progressjs-theme-blueOverlay .progressjs-inner{height:100%;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;background-color:#3498db}.progressjs-theme-blueOverlay.progressjs-end{opacity:0!important}.progressjs-theme-blueOverlay .progressjs-percent{display:none}.progressjs-theme-blueOverlay{background-color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.progressjs-theme-blueOverlay .progressjs-inner{height:100%;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;background-color:#3498db}.progressjs-theme-blueOverlay.progressjs-end{opacity:0!important}.progressjs-theme-blueOverlay .progressjs-percent{display:none}.progressjs-theme-blueOverlayRadius{background-color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;border-radius:5px}.progressjs-theme-blueOverlayRadius .progressjs-inner{height:100%;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;background-color:#3498db;border-radius:5px}.progressjs-theme-blueOverlayRadius.progressjs-end{opacity:0!important}.progressjs-theme-blueOverlayRadius .progressjs-percent{display:none}.progressjs-theme-blueOverlayRadiusHalfOpacity{background-color:#fff;opacity:.5;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;border-radius:5px}.progressjs-theme-blueOverlayRadiusHalfOpacity .progressjs-inner{height:100%;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;background-color:#3498db;border-radius:5px}.progressjs-theme-blueOverlayRadiusHalfOpacity.progressjs-end{opacity:0!important}.progressjs-theme-blueOverlayRadiusHalfOpacity .progressjs-percent{display:none}.progressjs-theme-blueOverlayRadiusWithPercentBar{background-color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;border-radius:5px}.progressjs-theme-blueOverlayRadiusWithPercentBar .progressjs-inner{height:100%;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;background-color:#3498db;border-radius:5px}.progressjs-theme-blueOverlayRadiusWithPercentBar.progressjs-end{opacity:0!important}.progressjs-theme-blueOverlayRadiusWithPercentBar .progressjs-percent{width:70px;text-align:center;height:40px;position:absolute;right:50%;margin-right:-35px;top:50%;margin-top:-20px;font-size:30px;opacity:.5}.progressjs-theme-blackRadiusInputs{height:10px;border-radius:10px;overflow:hidden}.progressjs-theme-blackRadiusInputs .progressjs-inner{height:2px;-webkit-transition:all 1s ease-out;-moz-transition:all 1s ease-out;-o-transition:all 1s ease-out;transition:all 1s ease-out;background-color:#34495e}.progressjs-theme-blackRadiusInputs.progressjs-end{-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}.progressjs-theme-blackRadiusInputs .progressjs-percent{display:none}

/**
 * Nano Scrollbar
 */
/*.nano{position:relative;width:260px;height:100%;overflow:hidden}.nano > .nano-content{position:absolute;overflow:scroll;overflow-x:hidden;top:0;right:0;bottom:0;left:0}.nano > .nano-content:focus{outline:thin dotted}.nano > .nano-content::-webkit-scrollbar{display:none}.has-scrollbar > .nano-content::-webkit-scrollbar{display:block}.nano > .nano-pane{background:rgba(0,0,0,.25);position:absolute;width:10px;right:0;top:0;bottom:0;visibility:hidden\9;opacity:.01;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.nano > .nano-pane > .nano-slider{background:#444;background:rgba(0,0,0,.5);position:relative;margin:0 1px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.nano:hover > .nano-pane,.nano-pane.active,.nano-pane.flashed{visibility:visible\9;opacity:.99}*/

/**
 * Swiper 3.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 27, 2015
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-fles-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("https://www.brain-effect.com/skin/frontend/royal/default/css/elegento/jquery/plugins/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("https://www.brain-effect.com/skin/frontend/royal/default/css/elegento/jquery/plugins/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("https://www.brain-effect.com/skin/frontend/royal/default/css/elegento/jquery/plugins/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("https://www.brain-effect.com/skin/frontend/royal/default/css/elegento/jquery/plugins/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("https://www.brain-effect.com/skin/frontend/royal/default/css/elegento/jquery/plugins/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("https://www.brain-effect.com/skin/frontend/royal/default/css/elegento/jquery/plugins/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow{z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end)infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end)infinite;animation:swiper-preloader-spin 1s steps(12,end)infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}

/**
 *
 * Grid System - 12 Columns
 * @author       Elegento Team
 * @mail         elegento@soaptheme.net
 * @copyright    Copyright 2015 Elegento
 *
 */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
@media (max-width: 767px) {
    .container {
        width: 98%;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* Grid units */
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid-full
{ 
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.grid12-1   { width:8.33333333%; }
.grid12-2   { width:16.66666667%; }
.grid12-3   { width:25%; }
.grid12-4   { width:33.33333333%; }
.grid12-5   { width:41.66666667%; }
.grid12-6   { width:50%; }
.grid12-7   { width:58.33333333%; }
.grid12-8   { width:66.66666667%; }
.grid12-9   { width:75%; }
.grid12-10  { width:83.33333333%; }
.grid12-11  { width:91.66666667%; }
.grid12-12,
.grid-full  { width:100%; }

.no-padding       { padding: 0 !important; }
.no-margin        { margin: 0 !important; }
.no-border        { border: 0 !important; }
.no-padding-right { padding-right: 0 !important; }
.no-margin-right  { margin-right: 0 !important; }
.no-border-right  { border-right: 0 !important; }
.no-padding-left  { padding-left: 0 !important; }
.no-margin-left   { margin-left: 0 !important; }
.no-border-left   { border-left: 0 !important; }

/*  Grid units on different screen devices */
@media (max-width: 767px) {
    .grid12-xs-1,
    .grid12-xs-2,
    .grid12-xs-3,
    .grid12-xs-4,
    .grid12-xs-5,
    .grid12-xs-6,
    .grid12-xs-7,
    .grid12-xs-8,
    .grid12-xs-9,
    .grid12-xs-10,
    .grid12-xs-11,
    .grid12-xs-12,
    .grid-xs-full {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
    .grid12-xs-12, 
    .grid-xs-full { width: 100%; }
    .grid12-xs-11 { width: 91.66666667%; }
    .grid12-xs-10 { width: 83.33333333%; }
    .grid12-xs-9 { width: 75%; }
    .grid12-xs-8 { width: 66.66666667%; }
    .grid12-xs-7 { width: 58.33333333%; }
    .grid12-xs-6 { width: 50%; }
    .grid12-xs-5 { width: 41.66666667%; }
    .grid12-xs-4 { width: 33.33333333%; }
    .grid12-xs-3 { width: 25%; }
    .grid12-xs-2 { width: 16.66666667%; }
    .grid12-xs-1 { width: 8.33333333%; }
    .grid12-xs-pull-12 { right: 100%; }
    .grid12-xs-pull-11 { right: 91.66666667%; }
    .grid12-xs-pull-10 { right: 83.33333333%; }
    .grid12-xs-pull-9 { right: 75%; }
    .grid12-xs-pull-8 { right: 66.66666667%; }
    .grid12-xs-pull-7 { right: 58.33333333%; }
    .grid12-xs-pull-6 { right: 50%; }
    .grid12-xs-pull-5 { right: 41.66666667%; }
    .grid12-xs-pull-4 { right: 33.33333333%; }
    .grid12-xs-pull-3 { right: 25%; }
    .grid12-xs-pull-2 { right: 16.66666667%; }
    .grid12-xs-pull-1 { right: 8.33333333%; }
    .grid12-xs-pull-0 { right: auto; }
    .grid12-xs-push-12 { left: 100%; }
    .grid12-xs-push-11 { left: 91.66666667%; }
    .grid12-xs-push-10 { left: 83.33333333%; }
    .grid12-xs-push-9 { left: 75%; }
    .grid12-xs-push-8 { left: 66.66666667%; }
    .grid12-xs-push-7 { left: 58.33333333%; }
    .grid12-xs-push-6 { left: 50%; }
    .grid12-xs-push-5 { left: 41.66666667%; }
    .grid12-xs-push-4 { left: 33.33333333%; }
    .grid12-xs-push-3 { left: 25%; }
    .grid12-xs-push-2 { left: 16.66666667%; }
    .grid12-xs-push-1 { left: 8.33333333%; }
    .grid12-xs-push-0 { left: auto; }
    .grid12-xs-offset-12 { margin-left: 100%; }
    .grid12-xs-offset-11 { margin-left: 91.66666667%; }
    .grid12-xs-offset-10 { margin-left: 83.33333333%; }
    .grid12-xs-offset-9 { margin-left: 75%; }
    .grid12-xs-offset-8 { margin-left: 66.66666667%; }
    .grid12-xs-offset-7 { margin-left: 58.33333333%; }
    .grid12-xs-offset-6 { margin-left: 50%; }
    .grid12-xs-offset-5 { margin-left: 41.66666667%; }
    .grid12-xs-offset-4 { margin-left: 33.33333333%; }
    .grid12-xs-offset-3 { margin-left: 25%; }
    .grid12-xs-offset-2 { margin-left: 16.66666667%; }
    .grid12-xs-offset-1 { margin-left: 8.33333333%; }
    .grid12-xs-offset-0 { margin-left: 0%; }
    .grid12-xs-hide,
    .grid-xs-hide { display: none; }
    .grid12-xs-show,
    .grid-xs-show { display: block; }
    .no-padding-xs       { padding: 0 !important; }
    .no-margin-xs        { margin: 0 !important; }
    .no-border-xs        { border: 0 !important; }
    .no-padding-right-xs { padding-right: 0 !important; }
    .no-margin-right-xs  { margin-right: 0 !important; }
    .no-border-right-xs  { border-right: 0 !important; }
    .no-padding-left-xs  { padding-left: 0 !important; }
    .no-margin-left-xs   { margin-left: 0 !important; }
    .no-border-left-xs   { border-left: 0 !important; }
}
@media (max-width: 480px) {
    .grid12-sxs-1,
    .grid12-sxs-2,
    .grid12-sxs-3,
    .grid12-sxs-4,
    .grid12-sxs-5,
    .grid12-sxs-6,
    .grid12-sxs-7,
    .grid12-sxs-8,
    .grid12-sxs-9,
    .grid12-sxs-10,
    .grid12-sxs-11,
    .grid12-sxs-12,
    .grid-sxs-full {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
    .grid12-sxs-12, 
    .grid-sxs-full { width: 100%; }
    .grid12-sxs-11 { width: 91.66666667%; }
    .grid12-sxs-10 { width: 83.33333333%; }
    .grid12-sxs-9 { width: 75%; }
    .grid12-sxs-8 { width: 66.66666667%; }
    .grid12-sxs-7 { width: 58.33333333%; }
    .grid12-sxs-6 { width: 50%; }
    .grid12-sxs-5 { width: 41.66666667%; }
    .grid12-sxs-4 { width: 33.33333333%; }
    .grid12-sxs-3 { width: 25%; }
    .grid12-sxs-2 { width: 16.66666667%; }
    .grid12-sxs-1 { width: 8.33333333%; }
    .grid12-sxs-pull-12 { right: 100%; }
    .grid12-sxs-pull-11 { right: 91.66666667%; }
    .grid12-sxs-pull-10 { right: 83.33333333%; }
    .grid12-sxs-pull-9 { right: 75%; }
    .grid12-sxs-pull-8 { right: 66.66666667%; }
    .grid12-sxs-pull-7 { right: 58.33333333%; }
    .grid12-sxs-pull-6 { right: 50%; }
    .grid12-sxs-pull-5 { right: 41.66666667%; }
    .grid12-sxs-pull-4 { right: 33.33333333%; }
    .grid12-sxs-pull-3 { right: 25%; }
    .grid12-sxs-pull-2 { right: 16.66666667%; }
    .grid12-sxs-pull-1 { right: 8.33333333%; }
    .grid12-sxs-pull-0 { right: auto; }
    .grid12-sxs-push-12 { left: 100%; }
    .grid12-sxs-push-11 { left: 91.66666667%; }
    .grid12-sxs-push-10 { left: 83.33333333%; }
    .grid12-sxs-push-9 { left: 75%; }
    .grid12-sxs-push-8 { left: 66.66666667%; }
    .grid12-sxs-push-7 { left: 58.33333333%; }
    .grid12-sxs-push-6 { left: 50%; }
    .grid12-sxs-push-5 { left: 41.66666667%; }
    .grid12-sxs-push-4 { left: 33.33333333%; }
    .grid12-sxs-push-3 { left: 25%; }
    .grid12-sxs-push-2 { left: 16.66666667%; }
    .grid12-sxs-push-1 { left: 8.33333333%; }
    .grid12-sxs-push-0 { left: auto; }
    .grid12-sxs-offset-12 { margin-left: 100%; }
    .grid12-sxs-offset-11 { margin-left: 91.66666667%; }
    .grid12-sxs-offset-10 { margin-left: 83.33333333%; }
    .grid12-sxs-offset-9 { margin-left: 75%; }
    .grid12-sxs-offset-8 { margin-left: 66.66666667%; }
    .grid12-sxs-offset-7 { margin-left: 58.33333333%; }
    .grid12-sxs-offset-6 { margin-left: 50%; }
    .grid12-sxs-offset-5 { margin-left: 41.66666667%; }
    .grid12-sxs-offset-4 { margin-left: 33.33333333%; }
    .grid12-sxs-offset-3 { margin-left: 25%; }
    .grid12-sxs-offset-2 { margin-left: 16.66666667%; }
    .grid12-sxs-offset-1 { margin-left: 8.33333333%; }
    .grid12-sxs-offset-0 { margin-left: 0%; }
    .grid12-sxs-hide,
    .grid-sxs-hide { display: none; }
    .grid12-sxs-show,
    .grid-sxs-show { display: block; }
    .no-padding-sxs       { padding: 0 !important; }
    .no-margin-sxs        { margin: 0 !important; }
    .no-border-sxs        { border: 0 !important; }
    .no-padding-right-sxs { padding-right: 0 !important; }
    .no-margin-right-sxs  { margin-right: 0 !important; }
    .no-border-right-sxs  { border-right: 0 !important; }
    .no-padding-left-sxs  { padding-left: 0 !important; }
    .no-margin-left-sxs   { margin-left: 0 !important; }
    .no-border-left-sxs   { border-left: 0 !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .grid12-sm-1,
    .grid12-sm-2,
    .grid12-sm-3,
    .grid12-sm-4,
    .grid12-sm-5,
    .grid12-sm-6,
    .grid12-sm-7,
    .grid12-sm-8,
    .grid12-sm-9,
    .grid12-sm-10,
    .grid12-sm-11,
    .grid12-sm-12,
    .grid-sm-full {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
    .grid12-sm-12,
    .grid-sm-full { width: 100%; }
    .grid12-sm-11 { width: 91.66666667%; }
    .grid12-sm-10 { width: 83.33333333%; }
    .grid12-sm-9 { width: 75%; }
    .grid12-sm-8 { width: 66.66666667%; }
    .grid12-sm-7 { width: 58.33333333%; }
    .grid12-sm-6 { width: 50%; }
    .grid12-sm-5 { width: 41.66666667%; }
    .grid12-sm-4 { width: 33.33333333%; }
    .grid12-sm-3 { width: 25%; }
    .grid12-sm-2 { width: 16.66666667%; }
    .grid12-sm-1 { width: 8.33333333%; }
    .grid12-sm-pull-12 { right: 100%; }
    .grid12-sm-pull-11 { right: 91.66666667%; }
    .grid12-sm-pull-10 { right: 83.33333333%; }
    .grid12-sm-pull-9 { right: 75%; }
    .grid12-sm-pull-8 { right: 66.66666667%; }
    .grid12-sm-pull-7 { right: 58.33333333%; }
    .grid12-sm-pull-6 { right: 50%; }
    .grid12-sm-pull-5 { right: 41.66666667%; }
    .grid12-sm-pull-4 { right: 33.33333333%; }
    .grid12-sm-pull-3 { right: 25%; }
    .grid12-sm-pull-2 { right: 16.66666667%; }
    .grid12-sm-pull-1 { right: 8.33333333%; }
    .grid12-sm-pull-0 { right: auto; }
    .grid12-sm-push-12 { left: 100%; }
    .grid12-sm-push-11 { left: 91.66666667%; }
    .grid12-sm-push-10 { left: 83.33333333%; }
    .grid12-sm-push-9 { left: 75%; }
    .grid12-sm-push-8 { left: 66.66666667%; }
    .grid12-sm-push-7 { left: 58.33333333%; }
    .grid12-sm-push-6 { left: 50%; }
    .grid12-sm-push-5 { left: 41.66666667%; }
    .grid12-sm-push-4 { left: 33.33333333%; }
    .grid12-sm-push-3 { left: 25%; }
    .grid12-sm-push-2 { left: 16.66666667%; }
    .grid12-sm-push-1 { left: 8.33333333%; }
    .grid12-sm-push-0 { left: auto; }
    .grid12-sm-offset-12 { margin-left: 100%; }
    .grid12-sm-offset-11 { margin-left: 91.66666667%; }
    .grid12-sm-offset-10 { margin-left: 83.33333333%; }
    .grid12-sm-offset-9 { margin-left: 75%; }
    .grid12-sm-offset-8 { margin-left: 66.66666667%; }
    .grid12-sm-offset-7 { margin-left: 58.33333333%; }
    .grid12-sm-offset-6 { margin-left: 50%; }
    .grid12-sm-offset-5 { margin-left: 41.66666667%; }
    .grid12-sm-offset-4 { margin-left: 33.33333333%; }
    .grid12-sm-offset-3 { margin-left: 25%; }
    .grid12-sm-offset-2 { margin-left: 16.66666667%; }
    .grid12-sm-offset-1 { margin-left: 8.33333333%; }
    .grid12-sm-offset-0 { margin-left: 0%; }
    .grid12-sm-hide,
    .grid-sm-hide { display: none; }
    .grid12-sm-show,
    .grid-sm-show { display: block; }
    .no-padding-sm       { padding: 0 !important; }
    .no-margin-sm        { margin: 0 !important; }
    .no-border-sm        { border: 0 !important; }
    .no-padding-right-sm { padding-right: 0 !important; }
    .no-margin-right-sm  { margin-right: 0 !important; }
    .no-border-right-sm  { border-right: 0 !important; }
    .no-padding-left-sm  { padding-left: 0 !important; }
    .no-margin-left-sm   { margin-left: 0 !important; }
    .no-border-left-sm   { border-left: 0 !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .grid12-md-1,
    .grid12-md-2,
    .grid12-md-3,
    .grid12-md-4,
    .grid12-md-5,
    .grid12-md-6,
    .grid12-md-7,
    .grid12-md-8,
    .grid12-md-9,
    .grid12-md-10,
    .grid12-md-11,
    .grid12-md-12,
    .grid-md-full {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
    .grid12-md-12,
    .grid-md-full { width: 100%; }
    .grid12-md-11 { width: 91.66666667%; }
    .grid12-md-10 { width: 83.33333333%; }
    .grid12-md-9 { width: 75%; }
    .grid12-md-8 { width: 66.66666667%; }
    .grid12-md-7 { width: 58.33333333%; }
    .grid12-md-6 { width: 50%; }
    .grid12-md-5 { width: 41.66666667%; }
    .grid12-md-4 { width: 33.33333333%; }
    .grid12-md-3 { width: 25%; }
    .grid12-md-2 { width: 16.66666667%; }
    .grid12-md-1 { width: 8.33333333%; }
    .grid12-md-pull-12 { right: 100%; }
    .grid12-md-pull-11 { right: 91.66666667%; }
    .grid12-md-pull-10 { right: 83.33333333%; }
    .grid12-md-pull-9 { right: 75%; }
    .grid12-md-pull-8 { right: 66.66666667%; }
    .grid12-md-pull-7 { right: 58.33333333%; }
    .grid12-md-pull-6 { right: 50%; }
    .grid12-md-pull-5 { right: 41.66666667%; }
    .grid12-md-pull-4 { right: 33.33333333%; }
    .grid12-md-pull-3 { right: 25%; }
    .grid12-md-pull-2 { right: 16.66666667%; }
    .grid12-md-pull-1 { right: 8.33333333%; }
    .grid12-md-pull-0 { right: auto; }
    .grid12-md-push-12 { left: 100%; }
    .grid12-md-push-11 { left: 91.66666667%; }
    .grid12-md-push-10 { left: 83.33333333%; }
    .grid12-md-push-9 { left: 75%; }
    .grid12-md-push-8 { left: 66.66666667%; }
    .grid12-md-push-7 { left: 58.33333333%; }
    .grid12-md-push-6 { left: 50%; }
    .grid12-md-push-5 { left: 41.66666667%; }
    .grid12-md-push-4 { left: 33.33333333%; }
    .grid12-md-push-3 { left: 25%; }
    .grid12-md-push-2 { left: 16.66666667%; }
    .grid12-md-push-1 { left: 8.33333333%; }
    .grid12-md-push-0 { left: auto; }
    .grid12-md-offset-12 { margin-left: 100%; }
    .grid12-md-offset-11 { margin-left: 91.66666667%; }
    .grid12-md-offset-10 { margin-left: 83.33333333%; }
    .grid12-md-offset-9 { margin-left: 75%; }
    .grid12-md-offset-8 { margin-left: 66.66666667%; }
    .grid12-md-offset-7 { margin-left: 58.33333333%; }
    .grid12-md-offset-6 { margin-left: 50%; }
    .grid12-md-offset-5 { margin-left: 41.66666667%; }
    .grid12-md-offset-4 { margin-left: 33.33333333%; }
    .grid12-md-offset-3 { margin-left: 25%; }
    .grid12-md-offset-2 { margin-left: 16.66666667%; }
    .grid12-md-offset-1 { margin-left: 8.33333333%; }
    .grid12-md-offset-0 { margin-left: 0%; }
    .grid12-md-hide,
    .grid-md-hide { display: none; }
    .grid12-md-show,
    .grid-md-show { display: block; }
    .no-padding-md       { padding: 0 !important; }
    .no-margin-md        { margin: 0 !important; }
    .no-border-md        { border: 0 !important; }
    .no-padding-right-md { padding-right: 0 !important; }
    .no-margin-right-md  { margin-right: 0 !important; }
    .no-border-right-md  { border-right: 0 !important; }
    .no-padding-left-md  { padding-left: 0 !important; }
    .no-margin-left-md   { margin-left: 0 !important; }
    .no-border-left-md   { border-left: 0 !important; }
}
@media (min-width: 1200px) {
    .grid12-lg-1,
    .grid12-lg-2,
    .grid12-lg-3,
    .grid12-lg-4,
    .grid12-lg-5,
    .grid12-lg-6,
    .grid12-lg-7,
    .grid12-lg-8,
    .grid12-lg-9,
    .grid12-lg-10,
    .grid12-lg-11,
    .grid12-lg-12,
    .grid-lg-full {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
    .grid12-lg-12,
    .grid-lg-full { width: 100%; }
    .grid12-lg-11 { width: 91.66666667%; }
    .grid12-lg-10 { width: 83.33333333%; }
    .grid12-lg-9 { width: 75%; }
    .grid12-lg-8 { width: 66.66666667%; }
    .grid12-lg-7 { width: 58.33333333%; }
    .grid12-lg-6 { width: 50%; }
    .grid12-lg-5 { width: 41.66666667%; }
    .grid12-lg-4 { width: 33.33333333%; }
    .grid12-lg-3 { width: 25%; }
    .grid12-lg-2 { width: 16.66666667%; }
    .grid12-lg-1 { width: 8.33333333%; }
    .grid12-lg-pull-12 { right: 100%; }
    .grid12-lg-pull-11 { right: 91.66666667%; }
    .grid12-lg-pull-10 { right: 83.33333333%; }
    .grid12-lg-pull-9 { right: 75%; }
    .grid12-lg-pull-8 { right: 66.66666667%; }
    .grid12-lg-pull-7 { right: 58.33333333%; }
    .grid12-lg-pull-6 { right: 50%; }
    .grid12-lg-pull-5 { right: 41.66666667%; }
    .grid12-lg-pull-4 { right: 33.33333333%; }
    .grid12-lg-pull-3 { right: 25%; }
    .grid12-lg-pull-2 { right: 16.66666667%; }
    .grid12-lg-pull-1 { right: 8.33333333%; }
    .grid12-lg-pull-0 { right: auto; }
    .grid12-lg-push-12 { left: 100%; }
    .grid12-lg-push-11 { left: 91.66666667%; }
    .grid12-lg-push-10 { left: 83.33333333%; }
    .grid12-lg-push-9 { left: 75%; }
    .grid12-lg-push-8 { left: 66.66666667%; }
    .grid12-lg-push-7 { left: 58.33333333%; }
    .grid12-lg-push-6 { left: 50%; }
    .grid12-lg-push-5 { left: 41.66666667%; }
    .grid12-lg-push-4 { left: 33.33333333%; }
    .grid12-lg-push-3 { left: 25%; }
    .grid12-lg-push-2 { left: 16.66666667%; }
    .grid12-lg-push-1 { left: 8.33333333%; }
    .grid12-lg-push-0 { left: auto; }
    .grid12-lg-offset-12 { margin-left: 100%; }
    .grid12-lg-offset-11 { margin-left: 91.66666667%; }
    .grid12-lg-offset-10 { margin-left: 83.33333333%; }
    .grid12-lg-offset-9 { margin-left: 75%; }
    .grid12-lg-offset-8 { margin-left: 66.66666667%; }
    .grid12-lg-offset-7 { margin-left: 58.33333333%; }
    .grid12-lg-offset-6 { margin-left: 50%; }
    .grid12-lg-offset-5 { margin-left: 41.66666667%; }
    .grid12-lg-offset-4 { margin-left: 33.33333333%; }
    .grid12-lg-offset-3 { margin-left: 25%; }
    .grid12-lg-offset-2 { margin-left: 16.66666667%; }
    .grid12-lg-offset-1 { margin-left: 8.33333333%; }
    .grid12-lg-offset-0 { margin-left: 0%; }
    .grid12-lg-hide,
    .grid-lg-hide { display: none; }
    .grid12-lg-show,
    .grid-lg-show { display: block; }
    .no-padding-lg       { padding: 0 !important; }
    .no-margin-lg        { margin: 0 !important; }
    .no-border-lg        { border: 0 !important; }
    .no-padding-right-lg { padding-right: 0 !important; }
    .no-margin-right-lg  { margin-right: 0 !important; }
    .no-border-right-lg  { border-right: 0 !important; }
    .no-padding-left-lg  { padding-left: 0 !important; }
    .no-margin-left-lg   { margin-left: 0 !important; }
    .no-border-left-lg   { border-left: 0 !important; }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.grid-container {
    margin-left: -15px;
    margin-right: -15px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.grid-container:before,
.grid-container:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.grid-container:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}

@media only screen and (max-width: 600px) {
    .grid-full-below-600 {width: 100%;padding-left: 15px !important; padding-right: 15px !important;}
}

/**
 *
 * Royal specific Icon fonts
 *
 */
@font-face {
 	font-family: 'royal';
 	src: url('https://www.brain-effect.com/skin/frontend/royal/default/fonts/royal.eot?pkb40a');
	src: url('https://www.brain-effect.com/skin/frontend/royal/default/fonts/royal.eot?#iefixpkb40a') format('embedded-opentype'),
		 url('https://www.brain-effect.com/skin/frontend/royal/default/fonts/royal.woff?pkb40a') format('woff'),
		 url('https://www.brain-effect.com/skin/frontend/royal/default/fonts/royal.ttf?pkb40a') format('truetype'),
		 url('https://www.brain-effect.com/skin/frontend/royal/default/fonts/royal.svg?pkb40a#royal') format('svg');
 	font-weight: normal;
 	font-style: normal;
 }

.icon-royal {
	font-family: 'royal';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-upper:before {
	content: "\e623";
}

.icon-lower:before {
	content: "\e624";
}

.icon-checkbox:before {
	content: "\e61e";
}

.icon-check:before {
	content: "\e61f";
}

.icon-cross:before {
	content: "\e620";
}

.icon-minus:before {
	content: "\e621";
}

.icon-plus:before {
	content: "\e622";
}

.icon-greater:before {
	content: "\e626";
}

.icon-less:before {
	content: "\e627";
}

.icon-shoppingbag-o:before {
	content: "\e625";
}

.icon-a:before {
	content: "\e604";
}

.icon-b:before {
	content: "\e605";
}

.icon-c:before {
	content: "\e606";
}

.icon-d:before {
	content: "\e607";
}

.icon-e:before {
	content: "\e608";
}

.icon-f:before {
	content: "\e609";
}

.icon-g:before {
	content: "\e60a";
}

.icon-h:before {
	content: "\e60b";
}

.icon-i:before {
	content: "\e60c";
}

.icon-j:before {
	content: "\e60d";
}

.icon-k:before {
	content: "\e60e";
}

.icon-l:before {
	content: "\e60f";
}

.icon-m:before {
	content: "\e610";
}

.icon-n:before {
	content: "\e611";
}

.icon-o:before {
	content: "\e612";
}

.icon-p:before {
	content: "\e613";
}

.icon-q:before {
	content: "\e614";
}

.icon-r:before {
	content: "\e615";
}

.icon-s:before {
	content: "\e616";
}

.icon-t:before {
	content: "\e617";
}

.icon-u:before {
	content: "\e618";
}

.icon-v:before {
	content: "\e619";
}

.icon-w:before {
	content: "\e61a";
}

.icon-x:before {
	content: "\e61b";
}

.icon-y:before {
	content: "\e61c";
}

.icon-z:before {
	content: "\e61d";
}

.icon-message:before {
	content: "\e600";
}

.icon-star:before {
	content: "\e602";
}

.icon-soppingbag:before {
	content: "\e603";
}

.icon-message-large:before {
	content: "\e601";
}

.icon-star-large:before {
	content: "\e642";
}

.icon-soppingbag-large:before {
	content: "\e643";
}

.icon-plus,.icon-minus {font-size: 11px;}

/**
 *
 * Royal Additional Style
 *
 **/

/* Global Settings =================================================================================== */
html.mobile-nav-opened body {width:100%;height:100%;overflow: hidden;}
html.cat-sidebar-opened body {width:100%;height:100%;overflow: hidden;}
body    { color:#333;-webkit-font-smoothing: antialiased;-ms-overflow-x: hidden !important;overflow-x: hidden !important; }
a       { color:#000; text-decoration:none; }
a:hover, 
a:focus { text-decoration: none; color: #cda85c;}
:focus  { outline: 0 none !important; }
::-moz-focus-inner {border:0;}

ul,ol   { margin-bottom:0; }
h1, h2, h3, h4, h5, h6 {margin-top:0; font-weight:normal;}

a.button { padding: 10px 6px; display: inline-block; text-align: center;background-color: #262626; color: #fff;
    transition:         all 500ms ease-in-out;
    -moz-transition:    all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition:      all 500ms ease-in-out;
}
a.button:hover { background: #000;color:#fff; }
a.btn-grey {background-color: #b8b8b8;}
a.btn-grey:hover {background-color: #cda85c;}
a.btn-link {background-color: rgba(255,255,255,0);border: 2px solid rgba(255,255,255,0.6);;text-decoration: none;padding:6px 24px;}
a.btn-link:hover {background-color: rgba(255,255,255,1);color: #000;text-decoration: none;}
img {max-width: 100%;height:auto;-webkit-backface-visibility: hidden;}
label {font-weight: normal;vertical-align: middle;display: inline-block;}
label, .label {color: inherit;margin-bottom: 0;font-size: inherit;text-align: inherit;}
input[type="radio"], 
input[type="checkbox"] {
    display: inline-block;
    line-height: normal;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
input, textarea {
    transition:         all 0.25s ease-in-out;
    -moz-transition:    all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition:      all 0.25s ease-in-out;
}
input.input-text,
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="tel"] {font-size:13px;display: block;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;padding: 10px;border: 1px solid #d5d5d5;height: 39px;}
textarea {display: block;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;padding: 10px;border: 1px solid #d5d5d5;}
input.input-text:focus,
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
input[type="tel"]:focus,
textarea:focus {border-color: #000;}
select {
    -webkit-appearance: none; 
    -moz-appearance: none;
    display: inline-block;
    color: #333;
    font-size: 13px;
    height: 38px;
    width: 100px;
    padding: 7px 9px;
    background: #fff;
    background-image: url(https://www.brain-effect.com/skin/frontend/royal/default/images/select-arrow.jpg);
    overflow: hidden;
    line-height: 22px;
    font-size: 13px;
    -webkit-border-radius: 0;
    border-radius: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border: 1px solid #D5D5D5;
    background-position: 90% 50%;
    background-repeat: no-repeat;
}
*[data-hover-color],
*[data-hover-bg-color] {
    transition:         all 0.25s ease-in-out;
    -moz-transition:    all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition:      all 0.25s ease-in-out;
}
.inline-fields input.input-text,
.inline-fields input[type="text"], 
.inline-fields input[type="email"], 
.inline-fields input[type="password"], 
.inline-fields input[type="tel"] {display: inline-block;}

.theme-color {color:#cda85c !important;}
.theme-bg-color {background-color:#cda85c !important;}
#eg-loading-mask { display: none; text-align: center; width: 100%; height: 100%; position: fixed; left: 0; top: 0; opacity: 1; overflow: hidden; background-color: #000000; z-index: 999999;}
#eg-loading-mask img, #eg-loading-mask span { margin-top: 50px; display: inline-block; }

/* Other */
.inline { display: inline; }
.inline-block { display: inline-block; }
.f-left, .left { float:left !important; }
.f-right, .right { float:right !important; }
.f-none { float:none !important; }
.table {display: table; margin-bottom: 0 !important;}
.table-row {display: table-row;}
.table-cell {display: table-cell;vertical-align: middle;}
.dropdown-menu {margin-top:0px;font-size: 12px;right:0;left:auto;top:15px;min-width: 80px;}
.dropdown-menu > li > a {padding: 3px 14px;}
.r-separator {position: relative;width: 100%;}
.r-separator span {padding-right:6px;background: #fff;position: relative;z-index: 2;}
.r-separator:after {content: '';display: block;width: 100%;height: 1px;background: #000;position: absolute;top: 30%;left: 0;z-index: 1;}
.r-separator-1:after {top:22%;}
.r-separator-2:after {top:50%;}
.tb-border {border-top: 1px solid #000;border-bottom: 1px solid #ddd;margin: 0 0 22px;padding: 20px 0;}
.tb-border:after {height:0 !important;}
.ajaxcart_loading {width: 100%;height: 1000%;background-color: #000;z-index: 1042;opacity: 0.6;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);position: fixed;top: 0;left: 0;}
.ajaxcart_loading img {left: 48%;top: 45%;display: block;position: fixed;z-index: 1002;}
.qty-wrapper {position: relative;width: 75px;border: 1px solid #000;}
.qty-wrapper .qty {height: 38px;width: 46px !important;line-height: 38px;text-align: center;font-size: 18px;line-height: 30px;font-weight: 500;display: block;border: none;border-right: 1px solid #000;}
.qty-wrapper .qty-btn {cursor:pointer;text-align:center;position: absolute;right: 0;width: 27px;height: 19px;padding: 0;color: #000;background-color: #FFF;}
.qty-wrapper .qty-up-btn {top: 0;border-bottom: 1px solid #000;}
.qty-wrapper .qty-down-btn {bottom: 0;}
.reference {padding: 30px 20px;border: 1px solid #D5D5D5;font-size: 13px;line-height: 22px;position: relative;text-align: center;}
.reference:before,
.reference:after {bottom: 100%;left: 7%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.reference:before {border-color: rgba(213, 213, 213, 0);border-bottom-color: #D5D5D5;border-width: 11px;margin-left: -11px;}
.reference:after {border-color: rgba(255, 255, 255, 0);border-bottom-color: #ffffff;border-width: 10px;margin-left: -10px;}
.eg-fullwidth {position: relative;left: 0;right: 0;width: 100%;}
.eg-posfixed {position: fixed;top: 0;left: 0;}
.eg-video-popup {color: #fff;}
.eg-video-popup:hover {color: #ce5456;}
.eg-homeblock {margin-bottom:50px;}
.eg-homeblock .item {margin-left:15px;margin-right:15px;}
.horizontal-separator {background: #fff; position: relative; margin-left: auto;margin-right:auto;}
.separator-1 {width: 45px;height: 3px;}
.separator-2 {width: 70px;height: 6px;}
.separator-3 {width: 25px;height: 2px;background: #a6a5a4;}
.separator-4 {width: 50px;height: 3px;background: #e6e6e6;}
.separator-5 {width: 64px;height: 3px;background: #cda85c;}
.separator-6 {width: 50px;height: 2px;background: #4e4e4e;}
.separator-7 {width: 50px;height: 3px;background: #cccccc;}
.border-block {padding: 30px 30px 27px;border: 15px solid #eeeeee;color: #767676;line-height: 24px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.border-style-1 {background-color: #fff;}
.border-style-1:hover {border-color: #ddd;}
.circled-bg {min-width: 30px;min-height: 30px;background-color: #000;
    border-radius: 9999px;
    -moz-border-radius: 9999px;
    -webkit-border-radius: 9999px;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.circled-bg-wrapper:hover .circled-bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.circled-icon {min-height: 30px;min-width: 30px;border: 2px solid #4e4e4e;text-align: center;line-height: 28px;
    border-radius: 9999px;
    -moz-border-radius: 9999px;
    -webkit-border-radius: 9999px;
}
.eg-block {padding: 30px 30px 27px;color: #767676;line-height: 24px;border: 15px solid rgba(238,238,238, 0.7);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.eg-block.block-style-1 {border-color:rgba(221,221,221, 0.7);}
.eg-block h3 {font-size: 25px;}
.eg-arrow {position: absolute;z-index: 3;text-align:center;font-size: 0;width: 30px;height: 100%;display: none;cursor: pointer;-webkit-border-radius: 0;border-radius: 0;border: none;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.eg-arrow span {font-size: 20px;position: absolute;top:48%;left:11px;}
.arrow-right {right:0;}
.arrow-right:hover,
.arrow-left:hover {background-color: rgba(0, 0, 0, 0.05);}
.arrow-left {left:0;}
.media-section:hover .eg-arrow {display: block;}
.eg-accordion {padding-bottom: 15px;}
.eg-accordion .block-opener {font-size: 14px;line-height: 15px;font-weight: 500;color: #010101;display: block;padding: 10px 25px 10px 30px;border: 1px solid #D5D5D5;position: relative;}
.eg-accordion .block-opener:before {content: '';display: inline-block;position: absolute;top: 50%;width: 7px;height: 7px;background-color: #cda85c;margin-top: -4px;left: 12px;}
.eg-accordion .block-opener .status {width: 9px;height: 9px;display: block;position: absolute;right: 12px;top: 50%;margin-top: -8px;}
.eg-accordion .block-content {margin-top: 15px;margin-bottom: 20px;padding: 15px 22px;font-size: 13px;line-height: 24px;color: #767676;border: 1px solid #d5d5d5;}
.eg-stickyheader {position:fixed;visibility:hidden;border-bottom: 1px solid #ddd;top:-105px;left:0;min-height:85px;z-index: 1041;background-color: #fff;width:100%;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.eg-stickyheader .table {min-height:85px;}
.eg-stickyheader .container {padding: 0 15px;}
.eg-stickyheader.shown {visibility: visible;top:0;}
.eg-stickyheader .sticky-left,
.eg-stickyheader .sticky-main,
.eg-stickyheader .sticky-right {vertical-align: middle;padding:10px 0;}
.eg-stickyheader .sticky-right {text-align: right;}
.eg-stickyheader .elegento-menu .level0-wrapper {top:85px;}
.eg-stickyheader .mini-cart .cart-badge .badge-number {top: 7px;font-size: 11px;line-height: 18px;}
.eg-popup-content {visibility: hidden;opacity: 0;}
.eg-show-content {visibility: visible;opacity: 1;}
.eg-mfp-popup .mfp-content > div {opacity: 0; margin: 0 auto;position: relative;max-width: 80%;
    box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.eg-mfp-popup.mfp-ready .mfp-content > div { opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}
.eg-mfp-popup .mfp-close {width: 26px;height: 25px;top: -60px;right: -27px;line-height:27px;background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}
.eg-mfp-popup .mfp-close:hover {background-color: rgba(255, 255, 255, 0.8);}
.social-icons {text-align: center;}
.social-icons li {position: relative;display: inline-block;list-style: none;margin-right: 10px;padding:0 !important;}
.social-icons li:last-child {margin-right: 0;}
.social-icons li:before {display: none !important;}
.social-icons li a {padding: 0 !important;}
.social-icons li .fa {width:28px;height:28px;border-radius: 100px;font-size: 16px;line-height: 28px;text-align: center;background-color: #252525;color: #FFF;}
.social-icons li svg.circle {opacity:0;position: absolute;top: -5px;left: -5px;z-index: 1;
    -webkit-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.social-icons li:hover svg.circle {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.pagination {margin: 0;}
.swiper-slide {opacity: 0.4;}
.swiper-slide.swiper-slide-active {opacity: 1;}

.eg-ttu {text-transform: uppercase !important;}
.eg-ttl {text-transform: lowercase !important;}
.eg-ttn {text-transform: none !important;}
.eg-tac {text-align: center !important;}
.eg-tal {text-align: left !important;}
.eg-tar {text-align: right !important;}

.eg-fsi {font-style: italic !important;}
.eg-fwb {font-weight: bold !important;}
.eg-fwn {font-weight: normal !important;}

.eg-fs14 {font-size: 14px;}

.eg-fcf {color: #ffffff;}
.eg-fc0 {color: #000000;}

.eg-fhc1:hover {color:#cc3333;}
.eg-fhc2:hover {color:#cf4647;}
.eg-fhc3:hover {color:#d32912;}

.eg-bc25 {background-color:#252525;}
.eg-hs1:hover {color:#222;background-color: #fff;border-color:#fff;}
.eg-hs2:hover {color:#fff;background-color: #222;border-color:#222;}

.eg-noafter:after {display:none !important;}
.eg-nobefore:before {display:none !important;}

.eg-pinterest {width:36px;height:36px;background: url('https://www.brain-effect.com/skin/frontend/royal/default/css/elegento/images/social-home4.png') 50% 0 no-repeat;display:inline-block;}
.eg-facebook {width:36px;height:36px;background: url('https://www.brain-effect.com/skin/frontend/royal/default/css/elegento/images/social-home4.png') 50% 50% no-repeat;display:inline-block;}
.eg-twitter {width:36px;height:36px;background: url('https://www.brain-effect.com/skin/frontend/royal/default/css/elegento/images/social-home4.png') 50% 100% no-repeat;display:inline-block;}

.eg-hover {
    display: block;
    position: relative;
    overflow: hidden;
    background: #cda85c;
    cursor: pointer;
}
.eg-hover img {
    transition:         all 500ms ease-in-out;
    -moz-transition:    all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition:      all 500ms ease-in-out;
    opacity: 1;
}
.eg-hover1 {
    display: block;
    position: relative;
    background: #000;
    overflow: hidden;
    cursor: pointer;
}
.eg-hover1 img {
    transition:         all 500ms ease-in-out;
    -moz-transition:    all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition:      all 500ms ease-in-out;
    opacity: 1;
}
.eg-hover-nobg {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    cursor: pointer;
}
.eg-hover-nobg img {
    transition:         all 500ms ease-in-out;
    -moz-transition:    all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition:      all 500ms ease-in-out;
    opacity: 1;
}
.eg-hoverflip:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.eg-hoveropacity:hover img {
    opacity: 0.75;
}
.eg-hoverzoom:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.eg-hoverzoomout img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.eg-hoverzoomout:hover img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.eg-animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.eg-animation.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.eg-animation.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.eg-animation.bounceIn,
.eg-animation.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.eg-animation.flipOutX,
.eg-animation.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
.eg-animation.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
/* ======================================================================================= */

/* General Tabs (Extend Bootstrap Tabs) */
.tabs-left {border: 1px solid #eaeaea;border-width: 1px 0;}
.tabs-left .nav-tabs-container {float:left;}
.tabs-left .nav-tabs {}
.tabs-left .nav-tabs, .tabs-below .nav-tabs, .tabs-right .nav-tabs {border-bottom: 0 none;}
.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {float: none;text-align: left;}
.tabs-left .nav-tabs > li {padding:15px;border: 1px solid #eaeaea;border-width: 1px 0;}
.tabs-left .nav-tabs > li.active {border-right: 2px solid #666;}
.tabs-left .nav-tabs > li:first-child {border-top: none;}
.tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {margin: 0;padding: 0;min-width: 200px;text-transform: uppercase;}
.tabs-left .nav-tabs > li.active > a, .tabs-left .nav-tabs > li.active > a:hover, .tabs-left .nav-tabs > li.active > a:focus {border: none;}
.tabs-left .tab-content {float:left; width:938px;border-left:1px solid #eaeaea;min-height:310px;padding:15px 0 15px 30px;}
.tabs-left .tab-content .panel {margin-bottom:0;}

/* Home Product Tabs */
.tabbable .nav-tabs-container {margin-left:15px;margin-right:15px;text-align: center;border:solid #ddd;border-width:1px 0;border-color:#000 transparent #ddd;margin-bottom: 30px;}
.tabbable .tab-content {margin-bottom: 35px;}
.tabbable .tab-content .panel {box-shadow: none;}
.tabbable .tab-content .panel-default {box-shadow: none;margin-bottom:0px;border-radius: 0;border: 0;}
.tabbable .tab-content .panel-heading {position:relative;border:none;box-shadow: none;display: none;background-color: transparent;padding: 0;margin: 0;border-radius: 0;}
.tabbable .tab-content .panel-collapse {margin: 35px 0 30px;}
.tabbable .tab-content .panel-heading a {text-transform: uppercase;padding:13px 0;display:block;margin: 0;margin-top: -1px;border: 1px solid #000;border-width:1px 0;font-size: 14px;width: 100%;}
.tabbable .tab-content .panel-heading a:after {display: block;bottom: -8px;left: 50%;margin-left: -4px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(136, 183, 213, 0);border-top-color: #000;border-width: 4px 4px;}
.tabbable .tab-content .panel-heading a.collapsed {border-color: #d5d5d5;}
.tabbable .tab-content .panel-heading a.collapsed:after {display: none;}
.nav-tabs {border-bottom: none;margin-bottom: 0 !important;}
.nav-tabs > li {padding: 20px 0;float:none;display: inline-block;}
.nav-tabs > li > a {color:#252525;font-size: 16px;padding: 0;margin-left: 20px;margin-right: 20px;border:none;}
.nav-tabs > li > a:after {content: '';border: none;display: block;width: 5px;height: 5px;position: absolute;top: 8px;right: -22px;left: auto !important;background-color: #000;}
.nav-tabs > li:last-child > a:after {width:0;}
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus {background: none;border: none;}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {color: #cda85c;border:none;}
.nav-tabs.align-left > li {float:left;}

/*
 * Twitter Feed
 */
.twitter-feed {}
.twitter-feed .cms-block-title {position: relative;}
.twitter-feed .follow-button {font-size:12px;line-height: 20px;width: 70px;height: 22px;display: block;border: 1px solid #b5b5b5;background: transparent;text-transform: uppercase;text-align: center;color: #b5b5b5;position: absolute;top: -5px;right: 0;
    transition:         background-color 300ms ease-in-out;
    -moz-transition:    background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition:      background-color 300ms ease-in-out;
}
.twitter-feed .follow-button:hover {background: #b5b5b5;color: #1f1f1f;}
#feed_container {}
#feed_container ul li {overflow: hidden;padding:20px 0;border-bottom:1px solid #ddd;}
#feed_container .user {clear: both;}
#feed_container .user a img {float: left;width: 32px;height: 32px;margin-right: 15px;}
#feed_container .user a span {display: block;color: #cda85c;font-size: 13px;}
#feed_container .user a span span {color: #b1b1b1;font-size: 17px;line-height: 18px;margin-bottom: 3px;display:none;}
#feed_container .tweet {color: #6E6E6E;}
#feed_container .tweet a {color: #cda85c;}
#feed_container .tweet a:hover {color:#767676;}
#feed_container .timePosted {color: #666666;width: 50%;float: left;font-size: 13px;display:none;}
#feed_container .interact {width: 50%;float: right;font-size: 13px;display:none;}
#feed_container .interact .twitter_reply_icon {padding-left: 17px;margin-right: 20px;color: #666;}
#feed_container .interact .twitter_reply_icon:hover {color: #fff;}
#feed_container .interact .twitter_retweet_icon {padding-left: 22px;color: #666;}
#feed_container .interact .twitter_retweet_icon:hover {color: #fff;}
#feed_container .interact .twitter_fav_icon {display: none;}

#twitter_container .user {/*display: none;*/margin-bottom: 15px;}
#twitter_container .user a {color: #fff;}
#twitter_container .user a:hover {color: #fff;}
#twitter_container .user a span span {display: none;}
#twitter_container .user img {display: none;}
#twitter_container .tweet {margin: 0 auto 15px; width: 40%;}
#twitter_container .timePosted {font-size: 14px;}
#twitter_container .interact {display: none;}
/*
 * Facebook Like
 */
.facebook-like {}
.facebook-like .cms-block-title {position: relative;}
.facebook-like .like-button {font-size: 12px;line-height: 20px;width: 60px;height: 22px;display: block;border: 1px solid #b5b5b5;background: transparent;text-transform: uppercase;text-align: center;color: #b5b5b5;position: absolute;top: -5px;right: 0;
    transition:         background-color 300ms ease-in-out;
    -moz-transition:    background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition:      background-color 300ms ease-in-out;
}
.facebook-like .like-button:hover {background: #b5b5b5;color: #1f1f1f;}
.facebook-like p {margin-bottom: 20px;line-height: 18px;}
.facebook-like p a {color: #cccccc !important;}
.facebook-like p a:hover {color: #ffffff !important;}
.facebook-like .fb-persons {}
.facebook-like .fb-person {border: 5px solid #2F2F2F;float: left;height: 70px;margin-bottom: 20px;margin-right: 19px;width: 70px;}
.facebook-like .fb-person a {}
.facebook-like .fb-person img {width: 100%;height: 100%;}
/*
 * Social Icons
 */
.social-links {float:right;}
.social-links a {display: inline-block;height: 40px;margin-right: 3px;width: 40px;}
.social-links a span {width: 40px;height: 40px;display: inline-block;border: 2px solid #999999;background-color: transparent;background-image: url("https://www.brain-effect.com/skin/frontend/royal/default/images/social-icons.png");transition: background-color 300ms ease-in-out 0s, background-image 300ms ease-in-out 0s, border-color 300ms ease-in-out 0s;}

/*
 * Vertical list slider
 */
.vlist-slider-wrapper a.product-image {max-width: 55px;height: auto;}

/*
 * Vertical list non-slider
 */
.vlist-wrapper a.product-image {max-width: 55px;height: auto;}

/*
 * Magnific Popup
 */
.translucent-border .mfp-img {padding: 0;}
.translucent-border .mfp-close {background-color: rgba(255, 255, 255, 0.2);width: 26px !important;height:26px;line-height: 28px;text-align:center !important;top: -60px;right: -27px;overflow: visible;border: 0;display: block;outline: none;padding: 0;}
.translucent-border .mfp-close:hover,
.translucent-border .mfp-close:focus {background-color: rgba(255, 255, 255, 0.8);}
.translucent-border .mfp-figure figure {margin: 0;
    -webkit-box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.2);
}

.popup-animation .mfp-content {
    width: auto;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.popup-animation.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.mfp-close {font-family: 'royal';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mfp-close:before {content: "\e620";}

/* Responsive Setting */
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1199px) {
    .egajaxcart-trigger {border:none;}
    .egajaxcart-trigger .cart-badge {font-size:23px;top:-8px;}
    .eg-headerstyle1 .mini-cart .cart-label,
    .eg-headerstyle2 .mini-cart .cart-label,
    .eg-headerstyle3 .mini-cart .cart-label,
    .eg-headerstyle4 .mini-cart .cart-label,
    .eg-headerstyle5 .mini-cart .cart-label,
    .eg-headerstyle6 .mini-cart .cart-label,
    .eg-stickyheaderstyle3 .mini-cart .cart-label {font-size: 0;}
    .eg-headerstyle2 .mini-cart.mini-cart-type2 .subtotal {font-size: 13px;}
    .eg-headerstyle2 .header-main-center-top-left {padding: 0;}

    .elegento-menu .level-top > a {padding: 0 5px;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .eg-headerstyle1 .header-main-right {/*min-width: 125px;*/}
    .eg-headerstyle2 .header-main-center-top-left {padding-right: 15px;}
    .eg-headerstyle2 .eg-search-trigger.trigger-type2 {padding-left: 15px;}
    .eg-headerstyle2 .eg-search-trigger.trigger-type2 .eg-search-label {display: none;}
    .eg-headerstyle5 .header-main-right .elegento-menu .level-top > a {padding: 0 10px;}
    .product-view .product-shop .btn-cart {width: 230px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .products-grid li.grid-columns.grid12-sm-4 {width: 31.33333333%;}

    .category-accordion a {margin-left: 10px;}
    .category-accordion li > .opener > .icon-royal {margin-right: 3px;}

    .category-vmenu a {margin-left: 10px;}
    .category-vmenu li > .opener > .fa {margin-right: 3px;}
}

@media only screen and (min-width: 992px) {
    .eg-headerstyle6 .welcome-container {display: none;}

    .header-vertical .top-container {margin-left: 260px;}
    .header-vertical .main-container {margin-left: 260px;}
    .header-vertical .footer-container {margin-left: 260px;}
    .eg-headervertical {position: absolute;border-right: 1px solid #f0f0f0;background-color: #fff;left: 0;top: 0;width: 260px;min-height:100vh;z-index: 990;}
    .eg-headervertical .container {padding: 0;padding-bottom: 162px;width: 100%;position: static;}
    .eg-headervertical .table {display: block;}
    .eg-headervertical .table-row {display: block;}
    .eg-headervertical .table-cell {display: block;}
    .eg-headervertical .header-logo {max-width: 100%;padding: 0 15px;margin: 30px 0 40px;}
    .eg-headervertical .links-wrapper {}
    .eg-headervertical .nav-container {display: block;padding: 0 15px;}
    .eg-headervertical .nav-container .elegento-menu .level0-wrapper.grouped {}
    .eg-headervertical .nav-container .elegento-menu .level-top > a {line-height: 53px;padding: 0 15px;}
    .eg-headervertical .top-links {display: block;padding: 0 15px;}
    .eg-headervertical .top-links li {display: block;}
    .eg-headervertical .top-links li a {display: block;line-height: 53px;padding: 0 15px;text-decoration: none;}
    .eg-headervertical .header-cart-search {text-align: center;padding: 5px 0;border: 1px solid #f0f0f0;border-width: 1px 0;}
    .eg-headervertical .search-wrapper:hover #search_mini_form {opacity: 0;visibility: hidden;top:auto;}
    .eg-headervertical .mini-cart:hover .mini-cart-content {opacity: 0;visibility: hidden;top: auto;}
    .eg-headervertical .search-wrapper,
    .eg-headervertical .mini-cart {text-align: left;padding:10px 0;}
    .eg-headervertical .search-wrapper .eg-search-trigger .fa {margin-right: 10px;font-size: 16px;}
    .eg-headervertical .mini-cart {margin-left: 0;margin-right:30px;}
    .eg-headervertical .mini-cart .mini-cart-trigger {border: none;padding:0;}
    .eg-headervertical .cart-icon {font-size: 20px;color: #cda85c;margin-right: 10px;top:1px;}
    .eg-headervertical .additional-welcome {background-color: #cda85c;color: #fff;padding: 5px 0;text-align: center;}
    .eg-headervertical .header-currency-language {padding: 8px 0;text-align: center;}
    .eg-headervertical .header-currency-language > div:first-child {margin-right: 15px;}
    .eg-headervertical .header-currency-language li:last-child > a {margin-right: 0px;}
    .eg-headervertical .header-bottom {padding: 30px;position: absolute;bottom: 0;}
    .eg-headervertical.eg-headerfixed {position: fixed;top: auto;bottom: 0;}
}

@media only screen and (max-width: 991px) {
    a.btn-link {padding: 5px 10px;}
    
    /*.mobile-nav-wrapper:before {content: "\f0c9 Navigation";display: block;padding: 17px 0 15px 25px;font-size: 18px;font-family: FontAwesome, sans-serif;text-transform: uppercase;background-color: #1e1e1e;}*/
    .mobile-nav-wrapper .elegento-mobile {overflow: visible;max-height: 9999px;position: static;}
    .mobile-nav-wrapper .elegento-mobile > li {background-color: rgba(255, 255, 255, 0);/*border: 1px solid #ddd;border-width:1px 0;margin-bottom: 10px;*/}
    .mobile-nav-wrapper .elegento-mobile li.level1 {background-color: rgba(255, 255, 255, 0);}
    .mobile-nav-wrapper .elegento-mobile li.first.eg-top-links {border-top: 1px solid #262626;padding-top:10px;margin-top:10px;}
    .mobile-nav-wrapper .elegento-mobile li.last.eg-top-links {border-bottom: 1px solid #262626;padding-bottom:10px;margin-bottom:20px;}

    .header-top-left {text-align: center; width: 100%;}
    .header-top-right {text-align: center; width: 100%;}
    .header-top-left > div, 
    .header-top-right > div {margin-right: 0;}
    .header .top-links {display: none;}
    .nav-trigger-container {width: 25%;vertical-align: middle;}
    .nav-trigger-container .fa {cursor: pointer;vertical-align: middle;}
    .header-main-left {text-align: center;}
    .nav-container {display: none !important;}
    .header-main-right {width: 25%;min-width: initial !important;}
    .header-main .lang-switcher,
    .header-main .currency-switcher,
    .header-nav .lang-switcher,
    .header-nav .currency-switcher {display: none;}
    .eg-headerstyle1 .header-main-right {/*min-width: initial;*/}
    .eg-headerstyle3 .mini-cart-trigger .cart-icon {font-size: 25px;}
    .eg-headerstyle3 .mini-cart-trigger .subtotal {display: none;}
    .eg-headerstyle3 .header-opener {padding-left: 10px;}
    .eg-headerstyle3 .header-opener .icon-royal {font-size: 15px;padding-top:5px;}
    .eg-headerstyle5 .header-main-right {border-left:none;float:none;}
    .eg-headerstyle6 .header-main-left {width:0;display: none;}
    .eg-headerstyle6 .header-main-center {width: 50%;}
    .eg-headerstyle6 .header-main-right {width: 25%;}
    .mini-cart-type4 {margin-left:0;}
    .mini-cart-type4 .mini-cart-trigger {padding: 22px 10px;}
    .mini-cart-type4 .mini-cart-trigger::after {background-color: rgba(255,255,255,0);}
    .mini-cart-type4 .mini-cart-trigger .cart-icon {color: #333;font-size: 15px;}
    .mini-cart-type4 .mini-cart-trigger .subtotal .price {color: #333;}
    .mini-cart-type4 .mini-cart-trigger .cart-total-number {position: absolute;top:0;right:0;}

    .eg-stickyheader .sticky-left {text-align: center;}
    .eg-stickyheader .sticky-right {width: 25%;}
    .eg-stickyheader .egmenu {display: none;}
    .eg-stickyheader .search-wrapper {display: none;}

    .eg-headervertical .nav-trigger-container {width: 25%;vertical-align: middle;display: table-cell;}
    .eg-headervertical .header-logo {width: 75%;vertical-align: middle;display: table-cell;text-align: center;}
    .eg-headervertical .header-logo .logo {display: inline-block;}
    .eg-headervertical .header-cart-search {width: 25%;vertical-align: middle;display: table-cell;}
    .eg-headervertical .mini-cart:hover .mini-cart-content {top: 75px;}
    .eg-headervertical .mini-cart-trigger {padding: 5px;}
    .eg-headervertical .mini-cart-trigger .cart-icon {font-size: 28px;}
    .eg-headervertical .header-cart-search .search-wrapper {display: none;}

    .search-wrapper {width: 100%;margin-top: 10px;margin-bottom: 10px;}
    .search-wrapper .eg-search-trigger {width:25px;height:25px;line-height:25px;display: none;}
    .search-wrapper #search_mini_form {position: static;opacity: 1;visibility: visible;background-color: rgba(0,0,0,0);border-width: 0;box-shadow: none;-webkit-box-shadow:none;-moz-box-shadow:none;padding: 0;width: auto;}
    .search-wrapper #search_mini_form:before {display: none;}
    .search-wrapper #search_mini_form input {background-color: #000;margin-right: 2%;width: 73%;}
    .search-wrapper #search_mini_form input:focus {border-color: #fff;}
    .search-wrapper #search_mini_form button.button {background-color: #767676;}
    .search-wrapper #search_mini_form button.button:hover {background-color: #cda85c;}
    .search-wrapper #search_mini_form_mobile {position: static;opacity: 1;visibility: visible;background-color: rgba(0,0,0,0);border-width: 0;box-shadow: none;-webkit-box-shadow:none;-moz-box-shadow:none;padding: 0;width: auto;}
    .search-wrapper #search_mini_form_mobile:before {display: none;}
    .search-wrapper #search_mini_form_mobile input {background-color: #000;margin-right: 2%;width: 73%;}
    .search-wrapper #search_mini_form_mobile input:focus {border-color: #fff;}
    .search-wrapper #search_mini_form_mobile button.button {background-color: #767676;}
    .search-wrapper #search_mini_form_mobile button.button:hover {background-color: #cda85c;}
    .header .search-wrapper {display: none;}

    .banner .banner-content h1 {font-size: 50px !important;}
    .banner .banner-content h2 {font-size: 40px !important;}
    .banner .banner-content h3 {}
    .banner .banner-content h4 {}
    .banner .banner-content h5 {}
    .banner .banner-content h6 {}
    .banner .banner-content p {font-size: 11px !important;}
    .banner .banner-content .horizontal-separator {margin-top: 5px !important;margin-bottom: 5px !important;}

    .media-section .hover-section {visibility: visible;bottom: 10px;}

    .my-account .my-orders-table-wrapper {overflow-x:scroll;}
    .my-wishlist thead th {display: none;}
    .my-wishlist tbody td {text-align: center;border: 0;display: block;width: 100%;}
    .my-wishlist tbody td:first-child {border-top:1px solid #ddd;}
    .my-wishlist tbody tr:first-child td:first-child {/*border-top: 0;*/}
    .my-wishlist .data-table td {border-top-width: 0px;}
    .my-wishlist .product-name {text-align: center;}
    .my-wishlist .buttons-set button.button {letter-spacing: 0;margin-left: 0;margin-bottom: 5px;width: 100%;}

    .prevnext-section .eg-popup-content {display: none;}

    #product_comparison {display: none;}
    #product_comparison_mobile {display: table;margin: 0 auto;border: 1px solid #eaeaea;border-collapse: separate;border-top: none;}
    #product_comparison_mobile tbody td {border-top: 0;border-left: 0;}
    #product_comparison_mobile tbody tr.last td {border-bottom: 0 !important;}
    #product_comparison_mobile .product-image img {width: 100%;}
    #product_comparison_mobile .product-name {margin-top: 10px;}
    .mobile-compare-wrapper {width:100%;}

    .mfp-iframe-holder .mfp-content {width: 90%;}
}

@media only screen and (min-width: 768px) { 
    .tabbable .tab-content .panel-default .panel-collapse {display: block !important;height: auto !important;}

    .catalog-category-view.cat-sidebar-popup-enabled .col-wrapper,
    .catalog-category-view.cat-sidebar-popup-enabled .col-main,
    .catalog-category-view.cat-sidebar-popup-enabled .col-right,
    .catalog-category-view.cat-sidebar-popup-enabled .col-left {width: 100%;}
}

@media only screen and (max-width: 767px) {
    .col-left { width:100%; }
    .col-right { width:100%; }
    .col2-left-layout .col-main { width:100%; }
    .col2-right-layout .col-main { width:100%; }
    .col3-layout .col-wrapper { width:100%;}
    .col3-layout .col-wrapper .col-main { width:100%;}

    .col2-set .col-1 {width: 100%;}
    .col2-set .col-2 {width: 100%;}

    .footer-blocks .newsletter {margin: 0px;}
    .footer-blocks .store_switcher {margin: 0px;}

    .tabbable .nav-tabs-container {display: none;}
    .tabbable .tab-content .panel-heading {display: block;}
    .tabbable .tab-content .panel-default {display: block;}
    .nav-tabs > li {display: block;border:1px solid #ddd;margin-bottom: 20px;padding:10px;}
    .nav-tabs > li.active {border-color: #000;}
    .nav-tabs > li > a:after {display: none;}

    .cart > form {display: block;overflow-x: scroll;}

    .my-account .field {width:100%;}
    .my-account input.input-text {width:100%;}

    .products-grid li.grid-columns.grid12-xs-6 {width: 48%;}

    #twitter_container .tweet {width: 95%;}
}

@media only screen and (max-width: 599px) {
    .toolbar label {display: none;}
    .cart .discount-form > div {width: 100%;}
    .cart .discount-form .input-box {margin-bottom: 5px !important;}
    .cart .discount-form button.button {width: 100%;}
    .cart .shipping button.button {width: 100%;}
    .cart .totals button.button {width: 100%;}
    .newsletter-block-form button.button {width: auto;letter-spacing: 0;padding: 6px 10px;}
}

@media only screen and (min-width: 481px) and (max-width: 599px) {
    .newsletter-block-form input#subscribe {width: 320px;}
}

@media only screen and (max-width: 480px) {
    .footer-blocks .newsletter input.input-text {margin-right: 3px;width: 175px;}
    .footer-blocks .newsletter button.button > span {padding: 8px 3px; letter-spacing: 0px;}

    .logo img {width: 100%;}
    .mobile-compare-wrapper {overflow-x: scroll;}
    .products-grid li {width: 100%;}
    .toolbar .sort-by {margin-right: 0;}
    .toolbar .view-mode {display: none;}

    .products-grid li.grid-columns.grid12-sxs-12 {width: 98%;}

    .newsletter-block-form input#subscribe {width: 100%;margin-bottom: 10px;}

    .product-view .product-shop .btn-cart {width: 180px;}

    #twitter_container .tweet {width: 100%;}

    .recentblog-section.recentblog-style2 .post-detail {padding: 0;}
    .recentblog-section.recentblog-style2 .post-categories {margin-bottom: 0;margin-top: 20px;}
}

@media only screen and (max-width: 319px) {
    .toolbar {text-align: center;}
    .toolbar .toolbar-upside {height: auto;}
    .toolbar .sort-by {float: none;display: inline-block;}
    .toolbar .limiter {float: none;display: inline-block;}
    .toolbar-bottom .total-count {float: none; display: inline-block;}
    .toolbar-bottom .pager {float: none !important; display: inline-block;}
}
#eg-ajaxcart-success .success-msg-container .timer , #eg-ajaxcart-continue , #eg-ajaxcart-checkout { display: none; }

.product-view .product-shop .add-to-box {
    padding: 0;
    border-bottom: 0;
    padding-top: 5px;
    margin-top: 10px!important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .product-view .product-shop .add-to-box {
    margin-bottom: 20px !important;
    padding: 10px 0 0;
  }
}
.col1-layout .product-view .product-shop { margin-bottom:0;}

body{background:#fff!important;font-family:'Muli';font-size:15px;line-height:25px;color:#000}

.grid12-xs-12, .grid-xs-full {padding:0;}
.grid12-6.grid-xs-full{padding:0 0 0 15px;}
.grid12-6.grid-xs-full:nth-child(odd){padding:0 15px 0 0;}
.grid12-6.grid-xs-full:nth-child(odd) .blog-bg-image,
.grid12-6.grid-xs-full:nth-child(odd) .post-wrap { right:15px}

.grid12-6.grid-xs-full:nth-child(even) .blog-bg-image,
.grid12-6.grid-xs-full:nth-child(even) .post-wrap { left:15px}

@media (max-width: 767px){
  .grid12-xs-12,.grid-xs-full{width:100%;float:none;clear:both;height:auto!important}
  .grid12-xs-12:before,.grid-xs-full:before,.grid12-xs-12:after,.grid-xs-full:after{content:'';clear:both;display:table;overflow:hidden}
  .grid12-6.grid-xs-full{padding:0;}
  .grid12-6.grid-xs-full:nth-child(odd){padding:0;}
}

/* header */
.header-main-right, .sticky-right {
  min-width: 100px !important; 
}

.header.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px){
  .header.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-top-container a:hover, .header-top-container a:active{
  color:#fff;
}

.elegento-menu .level-top > a {
  padding: 5px 20px 0;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .elegento-menu .level-top > a {
      padding: 5px 9px 0;
  }
}

.eg-window-title p {
    font-size: 15px;
    color: #252525;
    text-transform: uppercase;
}

.ds-service-nav {
  text-align: right;
  display: inline-block;
}
.ds-service-nav li {
  display: inline-block;
  vertical-align: middle;
}
.ds-service-nav li:first-child {
 margin-right: 30px; 
}
@media (max-width: 767px) {
  .ds-service-nav li:first-child {
      margin-right: 10px;
  }
}
.ds-service-nav li:last-child a{position:relative;display:block}
.ds-service-nav li.basket-filled a:before{content:'';position:absolute;border:1px solid #a5ce39;border-radius:25px;height:50px;width:50px;top:-12px;left:-9px}
.basket-amount{font-size:13px;color:#fff;display:block;text-align:center;background:#a6ce39;border-radius:10px;position:absolute;top:-11px;right:-16px;height:21px;width:21px;line-height:21px}

.custom-block-headertop-container {
    padding-top: 7px;
    padding-bottom: 7px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.custom-block-headertop-container p {margin:0;text-align:center;}
.custom-block-headertop-container a:hover, .custom-block-headertop-container a {color:#fff}

@media only screen and (max-width: 480px){
  .custom-block-headertop-container {
      margin-left: 0;
      right: 0;
      left: auto;
      width: 240px;
    }
}
@media only screen and (max-width: 340px){
  .custom-block-headertop-container {
      display:none
    }
}

a.tp-caption.smallwhite{
  background-color: transparent;
  transition: all 0.5s ease!important
}
a.tp-caption.smallwhite:hover {
  background-color: #fff;
  color: #000 !important;
}

@media (max-width: 991px) {
  .basket-amount{top:-11px;right:-13px}
  .ds-service-nav li.basket-filled a:before{border-radius:19px;height:37px;width:37px;top:-8px;left:-6px}
  .ds-service-nav li img, .header-main-left img{height:22px!important;width:auto!important;max-width:none}
  /*.ds-service-nav li:last-child img{height:19px!important;margin-top:3px}*/
  .ds-service-nav li:first-child{margin-right:15px}
  .ds-service-nav{width:auto;position:absolute;right:20px;top:50%;transform:translateY(-50%)}
  .nav-trigger-container{width:auto;position:absolute;left:0;top:50%;transform:translateY(-50%)}
  .header-main.header.container > .table {display:block}
  .header-main.header.container > .table  > .table-row {display:block;text-align:center;position:relative;padding:0}
  .header-main-left{display:inline-block}
  .header.container{padding-left:0;padding-right:0}
  .header-main{padding:18px 0 20px 0!important}
  .nav-trigger{height:23px;line-height:23px;font-size:22.5px;text-align:center}
  .header-top-left{font-size:11px;line-height:18px;margin-left:20px}
  .language-list li a,.currency-list li a{margin-right:8px;font-size:13px;line-height:18px}
  .logo img{display:none}
  .logo{background:url(/skin/frontend/royal/default/images/braineffect_logo.png) center center no-repeat;width:103.04px;height:19px;background-size:103.04px 19px;display:inline-block;vertical-align:bottom;margin-top:2px}
  
  .sticky-header .table, .sticky-header .table-row, .sticky-header .table-cell{display:block}
  .sticky-header .table-cell.sticky-main{display:none}
  .sticky-header .table-row{text-align:center}
  .eg-stickyheader, .eg-stickyheader .table{min-height:0}
  .eg-stickyheader{top:-1px}
  .eg-stickyheader .sticky-right{position:absolute;right:0;top: 50%;transform: translateY(-50%);}
  .eg-stickyheader .sticky-left{display:inline-block;padding:20px 0!important}

  #shopping-cart-table tbody a.product-image {display:none}
}

@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){ 
  .logo{background-image:url(/skin/frontend/royal/default/images/braineffect_logo_2x.png)}
}

/* actions */

.actions a{font-size:16px;border:2px solid #000;font-weight:700}
.category-products .products-grid .actions a,.product-list-slider .actions a{padding:10px 0;width:80%;max-width:230px;margin-bottom:6px;text-align:center}
.category-products .products-grid .actions a:hover,.category-products .products-grid .actions a:focus,.product-list-slider .actions a:hover, .product-list-slider .actions a:focus{background:#000;color:#fff}

.product-list-slider.single-product-teaser .actions a{margin-bottom:0}
.product-list-slider.single-product-teaser .actions a:focus,.product-list-slider.single-product-teaser .actions a:hover{background:transparent;color:#000}

/* catalog product view */

.ratings .rating-box .rating { color: #ffda00!important; }

.product-list-slider{margin-bottom:31px}
.product-list-slider .column-item .item{margin-bottom:0}

.products-grid .tax-details,
.product-list-slider .tax-details { display: none }
.category-description {
 margin: 20px 0 15px 0;
 border-top: 2px solid black;
 padding: 40px 0 0 0;
 font-size: 12px;
 line-height: 20px !important;
}
.category-description h3 { font-size: 18px;}
.category-description .cat-button-readless, .category-description .cat-button-readmore {text-transform:uppercase; display: block;font-size: 12px;text-decoration:underline;cursor: pointer;color:#000}
.category-description .cat-button-readless:hover, .category-description .cat-button-readmore:hover { color:#a6ce39 }
.category-description .cat-button-readless, .category-description .cat-readmore {display:none;}

.category-products .product-category a,
.product-list-slider .product-category a { color: #a6ce39; font-size: 12px;}
.products-grid .product-name a,
.product-list-slider .product-name a{font-size: 20px;font-weight:400;color: #000;line-height: 26px;}
.std .product-list-slider ul {font-size:14px}
@media (max-width: 767px) {
 .std .product-list-slider ul {line-height: 21px;}
}
.products-grid li {margin-bottom: 35px;}

.product-labels > span.out-of-stock { display:none;}
.product-labels > span.discount-code {display:none;}
.products-grid .product-name, .product-name, .product-list-slider .product-name{margin: 0 0 5px;}
.block .block-content .product-list-slider .product-name { text-align: center; }
.block .block-content .product-list-slider .actions a { float: none; }
.block .block-content .product-list-slider { margin-bottom: 20px;}

.products-grid .price-box .price,
.products-grid .price-box p,
.product-list-slider .price-box p,
.product-list-slider .price-box .price,
.small-slider .price-box .price{
  /*color: #7c7c7c;*/
  color: #000;
  font-size:13px;
}
.products-grid .price-box p, .product-list-slider .price-box p {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  line-height: 18px;
  margin-bottom:5px;
}
.products-grid .price-box .price, .product-list-slider .price-box .price {
  font-weight:bold;
  font-size:16px;
}
.products-grid .price-box .minimal-price-link, .product-list-slider .price-box .minimal-price-link {
  display:none;
}

.products-grid p.baseprice_text, .product-list-slider p.baseprice_text {
  margin: -11px 0 11px 0;
  font-size: 11px;
  text-align: center;
  line-height: 12px;
  margin-bottom: 14px;
}
.products-grid .review.rating-only,
.product-list-slider .review.rating-only {
  margin-bottom:0;
  min-height:22px;
}
.products-grid .ratings,
.product-list-slider .ratings{
  margin-bottom: 0; 
}
.products-grid .product-shortdesc,
.product-list-slider .product-shortdesc {
  margin: 0 auto 20px auto;
  max-width:190px;
}
.products-grid .product-image,
.product-list-slider .product-image {
 text-align:center; 
}
.product-view .product-img-box .product-image {
 margin-bottom:0;
}
.product-view .product-img-box {
margin-bottom:33px;
}
.products-grid .product-image img, 
.product-list-slider .product-image img {
width:auto;
}
.products-grid .product-shortdesc,
.product-list-slider .product-shortdesc {
 font-size: 12px; line-height:20px;
}
.products-grid .product-shortdesc ul, .products-grid .product-shortdesc p, .products-grid .product-shortdesc li,
.product-list-slider .product-shortdesc ul, .product-list-slider .product-shortdesc p, .product-list-slider .product-shortdesc li { margin:0; padding:0;}

.product-list-slider .product-image {
 display: block; 
}

.category-products .product-category,
.product-list-slider .product-category{ color:#a6ce39; margin:14px 0 7px 0; }

.products-grid .product-shortdesc,.product-list-slider .product-shortdesc{display:none}
.product-list-slider.single-product-teaser .product-shortdesc, .product-list-slider.cart-eg-slider .product-shortdesc{display:block}

/* Float unset for category grids */
.category-products .products-grid{display:flex;flex-wrap:wrap}
.category-products .products-grid li.item{float:none}

/* Single Product View */

.product-view .product-shop > p.product-categories {color:#a6ce39;font-size:13px;line-height:27px;text-transform:uppercase; margin-bottom: 0;}
.product-view .product-shop .product-name{padding:0;}
.product-view .product-shop .product-name h1 {font-size:22px;line-height:23px;margin:11px 0;}
.product-view .product-shop .price-box{margin:0;}
.product-view .product-shop .price-box .price {font-size:16px;line-height:normal;font-weight:700;}
.product-view .product-shop .price-box .old-price .price{color:#a8a8a8;}
.product-view .product-shop .price-box .special-price .price{color:#f00;}
.product-view .product-shop .short-description {color:#000;font-size: 15px;margin-bottom:0;}
.product-view .product-shop .price-from, .products-grid .price-box p.price-from, .product-list-slider .price-box p.price-from,
.product-view .product-shop .bundle-price { display: none !important; }

.product-collateral {margin: 0;}

.ds-custom-options{float:left;}
.ds-custom-options select{display: block!important;margin: 0;border: 1px solid #000;width: 160px; font-size: 11px;background:url(/media/wysiwyg/cart/choose-arrow.png) no-repeat 135px center;height:44px;line-height:28px}
.product-options, .ds-custom-options em{display:none;}

.product-view p.product-categories {margin-bottom: 0px;}

.product-options-bottom{padding:0;border-bottom:0;padding-top:5px;margin-top:10px!important}
@media only screen and (max-width: 767px) {
  .product-view .product-shop .qty-wrapper:before,.product-view .product-shop .qty-wrapper:after{content:'';display:table;clear:both}
  .product-view .product-shop .qty-wrapper{float:none}
}

.product-view .product-shop .share-links-wrapper h2, .product-view .product-shop .share-links-wrapper ul{margin:0;}

.tax-details, .delivery-time {color: #8e8e8e;font-size:11px;line-height:19px;}

.tax-details{display:block;margin-top:4px;}
.delivery-time{display:inline-block}

.product-view .delivery-time { margin-bottom:0;line-height:16px;}
.product-view .delivery-time span.green {
  color: #a6ce39;
  display: block;
}
.green a {
  color: #a6ce39;
  text-decoration:underline;
}
.green a:hover, .green a:focus {
 text-decoration:none;
}

.plus-shipping{font-size:11px;line-height:19px}

.product-view .tabbable{padding:0;margin:0;}
.nav-tabs.align-left > li{width:20%;}
.product-view .nav-tabs > li > a{margin:0;text-align:center;line-height:40px;}
.nav-tabs > li.active{background:#000;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{color:#fff!important;background:transparent;}
.product-view .nav-tabs > li.active a:before,.product-view .nav-tabs > li.active a:after{content:none;display:none;}
.tabbable .tab-content {margin-bottom:31px;}
.tabbable .tab-content .panel-collapse { margin:31px 0;}
.tabbable .tab-content .panel-heading a:before{content:'-';position:absolute;right:10px;top:13px;font-size:20px}
.tabbable .tab-content .panel-heading a.collapsed:before{content:'+';right:12px}

.product-view .product-shop .share-links-wrapper{margin-top: -21px;border-bottom:0;}

.moneyback{display:inline-block;clear:right;float: right;width: 300px;text-align: center;font-size: 13px;color: #8e8e8e;font-weight: 700;margin-top: 5px;}

.qty-wrapper{border: 0;width:95px;}
.add-to-cart label {display: block; margin: 0; font-size:11px; color: #000;width:100%;height:26px;line-height:26px;}
.add-to-links{margin:0;}
.qty-wrapper .qty{border: 1px solid #000;float: left;font-size:11px;padding:0;height:44px}
.qty-choose {display:block;height:44px;width:35px;border:solid #000;border-width:1px 1px 1px 0;float: left;background:url(/media/wysiwyg/cart/choose-arrow.png) no-repeat center center;}
.qty-choose ul{display:none;position: absolute;top: 69px;left: 0;right: 14px;border: 1px solid #000;z-index: 55;}
.qty-choose.open ul{display:block;}
.qty-choose ul li{background:#fff; padding:0 7px;cursor:default;font-size:11px;text-align:left;line-height:25px;}
.qty-choose ul li:hover{background:#a6ce39}
.product-view .product-shop .add-to-cart .btn-cart {margin-top:26px;background:#a6ce39;font-size:17px;position:relative;overflow:hidden}
button.button.btn-cart .added-to-cart{position:absolute;top:0;bottom:0;left:0;right:0;background:#a6ce39!important;transition:opacity .5s;opacity:0}
button.button.btn-cart .added-to-cart:before,#temp-addtocart-runner{content:'';position:absolute;width:30px;height:30px;background:url(/skin/frontend/royal/default/images/listicon-check.png) no-repeat center center;border-radius:15px;top:50%;left:50%;transform:translate(-50%, -50%);}
button.button.btn-cart.clicked .added-to-cart{opacity:1}
#temp-addtocart-runner{content:inherit;position:fixed;transform:none;background-color:#a6ce39;z-index:9999}

.product-view .product-shop .add-to-cart{position:relative}
.adding-to-cart-spinner{display:none;position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(255,255,255,0.8) url('/skin/frontend/base/default/images/elegento/ajax/ajax-loader-1.gif') no-repeat center center;z-index:3}

.abo-wrapper{border: 0;width:200px; position: relative;float:left;}
.abo-wrapper .qty {height: 38px;width: 46px !important;line-height: 38px;text-align: center;font-size: 18px;line-height: 30px;font-weight: 500;display: block;border: none;border-right: 1px solid #000}
.abo-wrapper .abo-select{border:1px solid #000;float:left;font-size:11px;line-height:30px;font-weight:500;display:block;text-align:left;height:44px;width:165px!important;font-weight:700;cursor: default}
.abo-choose {display:block;height:44px;width:35px;border:solid #000;border-width:1px 1px 1px 0;float: left;background:url(/media/wysiwyg/cart/choose-arrow.png) no-repeat center center;cursor: pointer;}
.abo-choose ul{display:none;position:absolute;top:69px;left:0;right:0;border:1px solid #000;z-index:55;}
.abo-choose.open ul{display:block;}
.abo-choose ul li{background:#fff;padding:3px 14px;cursor:default;text-align:left;border-bottom:1px solid #000;font-size:11px;line-height:30px;font-weight:700}
.abo-choose ul li:last-child{border-bottom:0}
.abo-choose ul li:hover{background:#a6ce39}

#radio-abo-products-or-not{position:relative}
#radio-abo-products-or-not fieldset{position:absolute;right:0;top:-76px;width:300px}
#radio-abo-products-or-not input[type="radio"].custom-radio + label{line-height:23px;padding-left:30px;height:30px;}
#radio-abo-products-or-not input[type="radio"].custom-radio + label:before{width:23px;height:23px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
#radio-abo-products-or-not input[type="radio"].custom-radio:checked + label:before{background:#afca0b}
#radio-abo-products-or-not label[for="subscription"]{font-weight:bold}

@media screen and (max-width: 650px){
  #radio-abo-products-or-not fieldset{position:relative;right:inherit;top:inherit;width:auto;padding:4px 0 3px;border-bottom:0;margin-bottom:0}
  .product-view .product-shop .add-to-cart .btn-cart,.moneyback{float:none;clear:left;margin-left:0;width:100%}
}

@media only screen and (max-width: 480px){
  .product-view .product-shop .btn-cart, .moneyback {
  width: 100%;
  }
  .moneyback {
    line-height: 13px;
    padding-top: 6px;
  }
  .header-main {
    padding: 10px 0;
  }
  
  .product-view .product-shop .short-description { margin-bottom: 0;}
  
}
@media only screen and  (max-width: 767px) {
  .price-rating.clearfix { min-height: 22px; }
}


.col1-layout .product-list-slider .owl-controls .owl-buttons .owl-next span {
  right: 5px;
}

.col1-layout .product-list-slider .owl-controls .owl-buttons .owl-prev span {
  left: 5px;
}

.owl-carousel .owl-controls .owl-buttons span{
  opacity:1!important;
  background:transparent!important;
  color:#000!important;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.product-view #details2-accordion h3{text-transform: uppercase;font-weight: 700;color: #000;font-family: 'Muli';}

@media (max-width: 767px) { 
 .catalog-product-view .product-shop {padding:0 25px;}
 .product-view #description-accordion .std > ul,
 .product-view #description-accordion .std h2,
 .product-view #description-accordion .std h3,
 .product-view #description-accordion .std h4,
 .product-view #description-accordion .std p,
 .product-view #details2-accordion h2,
 .product-view #details2-accordion h3,
 .product-view #details2-accordion h4,
 .product-view #details2-accordion p,
 .product-view #details3-accordion h2,
 .product-view #details3-accordion h3,
 .product-view #details3-accordion h4,
 .product-view #details3-accordion p,
 .product-view #customer-reviews,
 .product-view #details4-accordion .faq-article
  { padding-left: 25px; padding-right: 25px;}

  .product-view #details2-accordion table,
  .product-view #details3-accordion table,
  .product-view #description-accordion .std table {
    margin-left: 25px;
  }
  
  #review-form .data-table th{padding:3px;font-size:10px;text-align:center;vertical-align:middle;line-height:14px;}
}

@media (max-width: 480px) {
  #review-form .data-table th{padding:1px;font-size:8px;}
}


/* std article */

.std{
  line-height:25px;
}
.std.linetop {
    border-top: 1px solid #777;
    margin: 60px 30px 30px;
    padding: 30px 0 0;
}

.std .grid-container{margin-left:0;margin-right:0;}

.std h2, .std h1{
  font-size:23px;
  line-height:27px;
  margin-bottom:13px;
}
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
  margin-bottom:10px;
}

.std ul{
  font-size: 15px;
}

.std.linetop small {
    font-size: 10px;
    line-height: 20px;
    color: #aaa;
}

.nonephone-center{text-align:center}
.complement-header {
  text-transform: uppercase !important;
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 13px;
  text-align:center;
}
@media (max-width: 767px) {.complement-header {font-size:19px;line-height:24px}}

@media (max-width: 767px) {
  .std h2, .std h1{font-size:19px;line-height:24px}
  .nonephone-center{text-align:inherit}
}

@media (max-width: 767px) { 
 .cms-page-view .std p {padding:0 25px;}
 .cms-page-view .std h2,.cms-page-view .std h1 {padding:0 25px;}
 .cms-page-view .std ul {padding:0 25px;}
 #magazine-single .post-content  p {padding:0 25px;}
 #magazine-single .post-content h2,#magazine-single .post-content h1 {padding:0 25px;}
  #magazine-single .post-content  ul {padding:0 25px;}
 .mobile-more-space {margin-bottom:24px!important}
}

/* faq */

.faq{margin:30px 0;border:1px solid #000;border-width:1px 0;cursor:pointer;}
.faq.open{border: 0;}
#details4-accordion h2, .faq h2{font-weight:400!important;font-size:18px;line-height:51px;padding:0 20px;margin:0;cursor:pointer;position:relative;text-transform:uppercase;}
.faq.open h2{color:#fff;background:#000;margin-bottom:20px;text-transform: uppercase;}

.faq-items{padding:0 30px;}
.faq-article h3{font-size:20px;line-height:28px;position: relative;font-family:'Muli';text-transform:uppercase;font-weight:700;cursor:pointer;color:#000;padding-right: 20px}
#details4-accordion .faq-article h3 {
    font-size: 16px;
    line-height: 24px;
}

.faq .faq-article{display:none}
.faq.open .faq-article{display:block;margin-bottom: 25px;}
#details4-accordion .faq-article p, .faq .faq-article p{display:none;font-family:'Muli'}
#details4-accordion .faq-article.open p,.faq .faq-article.open p{display:block;padding:0;}
#details4-accordion .faq-article.open, .faq .faq-article.open{margin-bottom:30px;}

#details4-accordion h2 .toggler, .faq h2 .toggler, .faq-article h3 .toggler{position:absolute;right:40px;top:12px;display:block;}
.faq-article h3 .toggler{right:10px;}
#details4-accordion h2 .toggler span, .faq h2 .toggler span, .faq-article h3 .toggler span{display:block;width:12px;height:2px;background:#000;position:absolute;top:13px;}
.faq-article h3 .toggler span{top: 2px;}
#details4-accordion h2 .toggler span:last-child, .faq h2 .toggler span:last-child, .faq-article h3 .toggler span:last-child{transform:rotate(90deg);}

.faq.open h2 .toggler span{background:#fff;}
.faq.open h2 .toggler span:first-child, .faq-article.open h3 .toggler span:first-child{transform:rotate(45deg);}
.faq.open h2 .toggler span:last-child, .faq-article.open h3 .toggler span:last-child{transform:rotate(135deg);}

/* Blog List */

.blog-article{position:relative;}
.blog-list .blog-article{margin-bottom:30px;}
.blog-bg-image{background-size:cover;background-position:center center;position:absolute;top:0;bottom:0;left:0;right:0;}
.blog-list .post-wrap{background: rgba(0,0,0,0.4);position: absolute;z-index: 2;bottom: 0;left: 0;right: 0;padding: 20px 30px 20px 30px;}
.blog-list .post-body + .post-readmore { margin-top: 4px;}
.grid-container .blog-article{height:556px!important;}
.blog-list .post-wrap{color:#fff; line-height:22px;}
.blog-list a, .blog-list .post-categories a, .blog-list .post-readmore a{color:#fff;background-color:transparent;transition: all 0.5s ease!important;}
.blog-list a:hover, .blog-list .post-categories a:hover, .blog-list .post-readmore a:hover{background-color: #fff;color: #000;}
.blog-list .post-title{font-size: 21px;line-height: 24px;min-height:60px;}
.blog-list .post-meta{color: #fdb913;font-size: 10px;line-height: 10px;margin-bottom: 17px;}
@media (max-width: 767px) { .blog-list .post-meta { margin-top: 3px; margin-bottom:15px }}
.blog-list .post-categories{margin-bottom:0;font-size:11px;line-height:25px;}
.blog-list .post-readmore a{border:2px solid #fff;padding:2px 15px;display:inline-block;}
.blog-list .post-body p{line-height: normal;}
#category_filter {
      margin: 0 0 30px 0;
    border-bottom: 2px solid #000;
    padding: 0 0 15px 0;
    position: relative;
}
@media (max-width: 767px) {#category_filter {padding-bottom:30px;}}
#category_filter label {
      font-weight: bold;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
#category_filter label { font-size:13px; }
}
#category_filter select { width: 130px; }
#category_filter a {
    position: absolute;
    right: 0;
    top:50%;
    text-decoration:underline;
    color: #000;
}
@media (max-width: 767px) {
  #category_filter a {
    top: 37%;
  }
}


@media (max-width: 480px){
  .blog-list .post-wrap{padding:10px;}
  .blog-list .post-title{font-size:22px;}
}

/* Blog Magazine */

#magazine{}
#magazine .blog-article{height:357px;}
#magazine .post-title{margin:0;min-height:30px;}
#magazine .post-title:after{content:none;width:0;height:0;}

/* Blog Magazine Single */
#magazine-single .post-head{height:375px;position: relative;margin-bottom:30px;}
#magazine-single .post-title{margin:0;min-height:30px;position:absolute;top:45%;left:50%;margin-left:-350px;width:700px;font-size:37px;line-height:42px;text-align:center;color:#fff}
#magazine-single .post-title{font-family: Oswald;font-size: 39px;
    line-height: 46px;
    font-weight: 700;top: 32%;}
#magazine-single .post-title:after{content:none;width:0;height:0;}
#magazine-single .blog-bg-image{left:0;right: 0;}
#magazine-single .post-categories{margin:10px 0;font-size:15px;line-height:25px;}
#magazine-single .post-meta{margin-bottom: 30px;}
#magazine-single iframe{border:0 none;}

/* Podcast List */
#podcast-list .blog-article{height:278px;}
#podcast-list .post-title{margin:0;min-height:30px;font-size:20.74px;line-height:18.07px}
#podcast-list .post-title:after{content:none;width:0;height:0;}
#podcast-list .post-categories a{font-size:10.37px;line-height:25.46px}
#podcast-list .post-meta{font-size:8.3px;line-height:11.91px}
#podcast-list .post-readmore a{font-size:11.79px;line-height:21px;height:29px}
#podcast-list .post-categories{margin:0}
#podcast-list .post-wrap{padding:8px 30px 16px 50px;}
#podcast-list .post-number{font-family:'Oswald';position:absolute;top:10px;right:10px;width:69px;height:66px;line-height:60px;padding-top:6px;font-size:24px;color:#fff;text-align:center;background:url(/media/wysiwyg/postcast/podcast-polygon.png)}

.block .block-subtitle {
    margin: 0;
    padding: 10px 0;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    text-transform: none;
}

#magazine-single .post-content{font-size:15px;line-height:25px;color:#000}
#magazine-single .post-content p{margin-bottom:20px;}
#magazine-single .post-content ul{margin-bottom:20px;list-style-type:initial;margin-left:26px;}
#magazine-single .post-content li{list-style-type:initial;}
#magazine-single .post-content ol{margin-bottom:20px;list-style-type: decimal;margin-left:26px;}
#magazine-single .post-content ol li {list-style-type: decimal;}
#magazine-single .products-grid .product-shortdesc li, #magazine-single .product-list-slider .product-shortdesc li { list-style-type:none}


.tab-content ul{margin-bottom:20px;list-style-type:initial;margin-left:26px;}
.tab-content li{list-style-type:initial;}
.tab-content .product-list-slider ul.iconlist-check li, .tab-content .product-list-slider ul.iconlist-check { list-style-type:none;}
.tab-content ul.form-list li, .tab-content ul.form-list {list-style-type:none}
.tab-content ol{margin-bottom:20px;list-style-type: decimal;margin-left:26px;}
.tab-content ol li {list-style-type: decimal;}
.tab-content .products-grid .product-shortdesc li,tab-content .product-list-slider .product-shortdesc li { list-style-type:none}

.block{margin: 0;}

#magazine-single h2{font-size:23px;font-weight:bold;line-height:27px;text-transform:uppercase;color:#000;}
#magazine-single h3{font-size:18px;font-weight:bold;line-height:22px;}
#magazine-single h4{font-size:15px;font-weight:bold;line-height:19px;}
#magazine-single .post-user{text-align: center;font-size:15px;line-height:25px;}
#magazine-single .post-user h2, #magazine-single .post-user h3, #magazine-single .post-bookmarks h2{font-size:17px;line-height:28px;text-transform:uppercase;margin:0;}
#magazine-single .post-user img{width:190px;height:190px;margin:50px 0;}

#magazine-single .post-bookmarks{border:0;text-align:center;float:none;}
#magazine-single .post-bookmarks .share-links li{border:0;margin:31px 10px;}
#magazine-single .post-bookmarks .share-links li a{color:#fff;background:#000;border-radius:21px;}
#magazine-single.post-wrapper {padding-bottom: 0}
.blog-post-view .comment-note {display:none;}

#magazin-related .owl-wrapper-outer, #magazin-related .owl-item{height:357px;}
#magazin-related.owl-carousel .owl-controls .owl-buttons span, #magazin-comments.owl-carousel .owl-controls .owl-buttons span{opacity:1;}
#magazin-related.owl-carousel .owl-controls .owl-buttons .owl-prev span, #magazin-comments.owl-carousel .owl-controls .owl-buttons .owl-prev span{right:70px;top:-60px;left:inherit;}
#magazin-related.owl-carousel .owl-controls .owl-buttons .owl-next span, #magazin-comments.owl-carousel .owl-controls .owl-buttons .owl-next span{right:20px;top:-60px;}

.col2-left-layout .col-main .product-list-slider .owl-carousel .owl-controls .owl-buttons .owl-prev span{left:-17px}
.col2-left-layout .col-main .product-list-slider .owl-carousel .owl-controls .owl-buttons .owl-next span{right:-17px}

#magazin-related .blog-bg-image, .blog-list #magazin-related .post-wrap{left:0;right:0;}

.related-posts {overflow: hidden; clear: both;margin-bottom: 0!important;}
.related-posts h2{font-size:18px;line-height:56px;text-transform:uppercase;position:relative;margin-right:140px;}
.related-posts h2:after{content:'';display:block;position:absolute;left:0;right:0;height:2px;background:#000;top:50%;z-index:2;}
.related-posts h2 span{background:#fff;z-index:3;position:relative;padding:0 10px;}

.small-slider .product-image img {height: auto !important;width: auto !important;max-width: 100px;max-height: 100px;display: block;float: right;}
.small-slider .media-section {min-height:0;float:left;width:100px;height:100px;margin-right:10px}
.small-slider .details-section .product-name,.small-slider .details-section .price-box,.small-slider .details-section .ratings .rating-box .rating{text-align: left;}
.small-slider .details-section .ratings .rating-box{margin:0;}
#magazine-single .small-slider .details-section h2.product-name{font-size: 18px; margin: 3px 0 0 0;}

.list-single-product .owl-wrapper{width: 100%!important;}
.list-single-product .owl-item{margin:0 auto;float:none;}

@media (max-width: 767px) {
  #magazine-single .post-title{width: 100%;
    left: 0;
    margin: 0;
    top: 31%;}
    
  .small-slider .media-section{float:none;width:100%;}
  .small-slider .product-image img{float: none; margin: 0 10px;}
  
  .clearfix{height:0!important;}
  .column-item.clearfix, .item.clearfix, .post-wrapper.clearfix, .form-list.clearfix, .post-bookmarks.clearfix, .comments-section.clearfix,
  .elegento-mobile .level0.clearfix, .panel-body.clearfix, .product-view .tabbable.clearfix, .footer-top-after.footer.container .clearfix {
    height: auto!important;
  }
}
@media (max-width: 480px) {
  #magazine-single .post-title{font-size: 38px;line-height: 46px;}
  .related-posts h2{font-size:13px;margin-right:0;}
  .related-posts h2 span {padding-left:0;}
  #magazine-single .post-bookmarks .share-links li{margin: 50px 5px;}
  #magazin-related .owl-wrapper-outer, #magazin-related .owl-item {height: 553px;}
}

#comment-form input.input-text, #comment-form input[type="text"], #comment-form input[type="email"], #comment-form input[type="password"], #comment-form input[type="tel"], #comment-form textarea{border:2px solid #000;}
#comment-form .input-box label{display:none;}
#comment-form .input-box.blog-comment-area label{display:block;}
.comments-section{margin-bottom: 0;}
.comments-wrapper{padding:20px 0;border-top:1px solid #ddd;}
  
/* general */

.egmenu .elegento-menu .level-top.active > a{color: #a6ce39;}

.col-main{padding:0;}
.col-left {padding-top:0;}
.header-main.header.container, .main.container, .footer-top-after.footer.container{background:#fff;}
.footer-top-after-container > .container {padding: 0 0 40px 0;}
.main-container{padding:0;}

button.button span, button.button:hover span{background:transparent!important;color:#fff!important;}
.eg-window-box .eg-forgot-password a{color:#000;width:152px;display:inline-block;margin:0;padding:0;font-size:13px;font-style:italic;line-height:22px;font-family:'Open Sans';}
.eg-window-box .eg-forgot-password a:hover{color:#000;}
.r-separator:after{content:none;display:none;}
.eg-window-box .input-checkbox label[for=eg-licence] { display:inline; }

.product-view .product-shop .add-to-cart button.button.btn-cart{border:2px solid #a6ce39}
.product-view .product-shop .add-to-cart button.button.btn-cart:hover, .product-view .product-shop .add-to-cart button.button.btn-cart:hover span{background:transparent;color:#a6ce39!important}

/* list icons */

[class^="listicon-"],[class^="listiconpk-"] {padding: 9px 27px 9px 83px;position:relative;min-height:70px;display:block;font-size:15px;}
[class^="listicon-"]:before,[class^="listiconpk-"]:before{content:'';position:absolute;left:0;top:50%;display:block;width:53px;height:52px;background-repeat:no-repeat;background-position:0 0;margin-top:-26px}
.listicons{overflow:hidden;clear:both;}
[class^="listiconpk-"]:before{background-size: cover;height:53px;}
.listicons{overflow:hidden;clear:both;background-size: cover;}

.listicon-melatonin:before{background-image:url(/skin/frontend/royal/default/images/listicon-melatonin.png);}
.listicon-caffeine:before{background-image:url(/skin/frontend/royal/default/images/listicon-caffeine.png);}
.listicon-nocaffeine:before{background-image:url(/skin/frontend/royal/default/images/listicon-nocaffeine.png);}
.listicon-energie:before{background-image:url(/skin/frontend/royal/default/images/listicon-energie.png);}
.listicon-nojetlag:before{background-image:url(/skin/frontend/royal/default/images/listicon-nojetlag.png);}
.listicon-happy:before{background-image:url(/skin/frontend/royal/default/images/listicon-happy.png);}
.listicon-vegan-2:before{background-image:url(/skin/frontend/royal/default/images/listicon-vegan-2.svg);}
.listicon-spray:before{background-image:url(/skin/frontend/royal/default/images/listicon-spray.png);}
.listicon-wachheit:before{background-image:url(/skin/frontend/royal/default/images/listicon-wachheit.png);}
.listicon-kognitiveperformance:before{background-image:url(/skin/frontend/royal/default/images/listicon-kognitiveperformance.png);}
.listicon-wohlfuhlen:before{background-image:url(/skin/frontend/royal/default/images/listicon-wohlfuhlen.png);}
.listicon-konzentrationsbooster:before{background-image:url(/skin/frontend/royal/default/images/listicon-konzentrationsbooster.png);}
.listicon-zuckerfrei:before{background-image:url(/skin/frontend/royal/default/images/listicon-zuckerfrei.png);}
.listicon-mctfette:before{background-image:url(/skin/frontend/royal/default/images/listicon-mctfette.png);}
.listicon-ship:before{background-image:url(/skin/frontend/royal/default/images/listicon-ship.png);}
.listicon-smacksneutral:before{background-image:url(/skin/frontend/royal/default/images/listicon-smacksneutral.png);}
.listicon-sundrops:before{background-image:url(/skin/frontend/royal/default/images/listicon-sundrops.png);}
.listicon-dosiering:before{background-image:url(/skin/frontend/royal/default/images/listicon-dosiering.png);}
.listicon-dk-vitamin:before{background-image:url(/skin/frontend/royal/default/images/listicon-dk-vitamin.png);}
.listicon-gut:before{background-image:url(/skin/frontend/royal/default/images/listicon-gut.png);}
.listicon-bacteria:before{background-image:url(/skin/frontend/royal/default/images/listicon-bacteria.png);}
.listicon-bessereschlafqualitaet:before{background-image:url(/skin/frontend/royal/default/images/listicon-bessereschlafqualitaet.png)}
.listicon-aromablack:before {background-image:url(/skin/frontend/royal/default/images/listicon-aromablack.png);}
.listicon-frenchpressblack:before {background-image:url(/skin/frontend/royal/default/images/listicon-frenchpressblack.png);}
.listicon-singleestateblack:before {background-image:url(/skin/frontend/royal/default/images/listicon-singleestateblack.png);}
.listicon-cotton:before {background-image:url(/skin/frontend/royal/default/images/listicon-cotton.png);}
.listicon-fair-trade:before {background-image:url(/skin/frontend/royal/default/images/listicon-fair-trade.png);}
.listicon-limited-edition:before {background-image:url(/skin/frontend/royal/default/images/listicon-limited-edition.png);}
.listicon-slimfit:before {background-image:url(/skin/frontend/royal/default/images/listicon-slimfit.png);}
.listicon-einfache-zubereitung:before {background-image:url(/skin/frontend/royal/default/images/listicon-einfache-zubereitung.png);}
.listicon-erhoehter-koffein:before {background-image:url(/skin/frontend/royal/default/images/listicon-erhoehter-koffein.png);}
.listicon-mini-dragees:before {background-image:url(/skin/frontend/royal/default/images/listicon-mini-dragees.png);}
.listicon-powertip:before {background-image:url(/skin/frontend/royal/default/images/listicon-powertip.png);}
.listicon-single-estate:before {background-image:url(/skin/frontend/royal/default/images/listicon-single-estate.png);}
.listicon-limited-edition-svg:before {background-image:url(/skin/frontend/royal/default/images/listicon-limited-edition.svg);}
.listicon-lemon-strawberry:before {background-image:url(/skin/frontend/royal/default/images/listicon-lemon-strawberry.svg);}

.listiconpk-studies:before,.listicon-studies:before {background-image:url(/skin/frontend/royal/default/images/listicon-studies-pk.svg);}
.listiconpk-madeingermany:before, .listicon-madeingermany:before {background-image:url(/skin/frontend/royal/default/images/listicon-madeingermany-pk.svg);}
.listiconpk-vegan:before, .listicon-vegan:before{background-image:url(/skin/frontend/royal/default/images/listicon-vegan-pk.svg);}
.listiconpk-ingredients:before,.listicon-ingredients:before {background-image:url(/skin/frontend/royal/default/images/listicon-ingredients-pk.svg);}
.listiconpk-bioverfugbarheit:before,.listicon-bioverfugbarheit:before {background-image:url(/skin/frontend/royal/default/images/listicon-bioverfugbarheit-pk.svg);}
.listiconpk-quality:before,.listicon-quality:before {background-image:url(/skin/frontend/royal/default/images/listicon-quality-pk.svg);}

.listicon-tenpercent:before {background-image:url(/skin/frontend/royal/default/images/listicon-tenpercent.svg);background-size:contain;}
.listicon-e:before {background-image:url(/skin/frontend/royal/default/images/listicon-e.svg);background-size:contain;}
.listicon-thc:before {background-image:url(/skin/frontend/royal/default/images/listicon-thc.svg);background-size:contain;}
.listicon-vitamin-b:before {background-image:url(/skin/frontend/royal/default/images/listicon-vitamin-b.svg);background-size:contain;}
.listicon-magnesium:before {background-image:url(/skin/frontend/royal/default/images/listicon-magnesium.svg);background-size:contain;}
.listicon-lemon:before {background-image:url(/skin/frontend/royal/default/images/listicon-lemon.svg);background-size:contain;}
.listicon-froboese:before {background-image:url(/skin/frontend/royal/default/images/listicon-froboese.svg);background-size:contain;}

.listicon-3x:before {background-image:url(/skin/frontend/royal/default/images/listicon-3x.svg);background-size:contain;}
.listicon-6x:before {background-image:url(/skin/frontend/royal/default/images/listicon-6x.svg);background-size:contain;}
.listicon-metabolism:before {background-image:url(/skin/frontend/royal/default/images/listicon-metabolism.svg);background-size:contain;}
.listicon-mix:before {background-image:url(/skin/frontend/royal/default/images/listicon-mix.svg);background-size:contain;}
.listicon-nuts:before {background-image:url(/skin/frontend/royal/default/images/listicon-nuts.svg);background-size:contain;}
.listicon-protein:before {background-image:url(/skin/frontend/royal/default/images/listicon-protein.svg);background-size:contain;}
.listicon-riegel:before {background-image:url(/skin/frontend/royal/default/images/listicon-riegel.svg);background-size:contain;}
.listicon-snack:before {background-image:url(/skin/frontend/royal/default/images/listicon-snack.svg);background-size:contain;}
.listicon-to-go:before {background-image:url(/skin/frontend/royal/default/images/listicon-to-go.svg);background-size:contain;}

.listicon-surprise:before {background-image:url(/skin/frontend/royal/default/images/listicon-surprise.svg);background-size:contain;}
.listicon-best-version:before {background-image:url(/skin/frontend/royal/default/images/listicon-best-version.svg);background-size:contain;}
.listicon-biohacking-tools:before {background-image:url(/skin/frontend/royal/default/images/listicon-biohacking-tools.svg);background-size:contain;}
.listicon-limited-sale:before {background-image:url(/skin/frontend/royal/default/images/listicon-limited-sale.svg);background-size:contain;}

.listicon-b:before {background-image:url(/skin/frontend/royal/default/images/listicon-b.svg);background-size:contain;}
.listicon-brainpower:before {background-image:url(/skin/frontend/royal/default/images/listicon-brainpower.svg);background-size:contain;}
.listicon-ginseng:before {background-image:url(/skin/frontend/royal/default/images/listicon-ginseng.svg);background-size:contain;}
.listicon-mix-it:before {background-image:url(/skin/frontend/royal/default/images/listicon-mix-it.svg);background-size:contain;}
.listicon-theanin-koffein:before {background-image:url(/skin/frontend/royal/default/images/listicon-theanin-koffein.svg);background-size:contain;}
.listicon-winterlicher-gewuerz-mix:before {background-image:url(/skin/frontend/royal/default/images/listicon-winterlicher-gewuerz-mix.svg);background-size:contain;}
.listicon-exotische-pilzextrakte:before {background-image:url(/skin/frontend/royal/default/images/listicon-exotische-pilzextrakte.svg);background-size:contain;}

.listicon-sleeptracking:before {background-image:url(/skin/frontend/royal/default/images/listicon-sleeptracking.svg);background-size:contain;}
.listicon-performancefood:before {background-image:url(/skin/frontend/royal/default/images/listicon-performancefood.svg);background-size:contain;}
.listicon-kalender:before {background-image:url(/skin/frontend/royal/default/images/listicon-kalender.svg);background-size:contain;}
.listicon-blaulichtbrille:before {background-image:url(/skin/frontend/royal/default/images/listicon-blaulichtbrille.svg);background-size:contain;}
.listicon-coachings:before {background-image:url(/skin/frontend/royal/default/images/listicon-coachings.svg);background-size:contain;}
.listicon-oura-ring:before {background-image:url(/skin/frontend/royal/default/images/listicon-oura-ring.svg);background-size:contain;}
.listicon-journal:before {background-image:url(/skin/frontend/royal/default/images/listicon-journal.svg);background-size:contain;}

.listicon-energy-metabolism:before {background-image:url(/skin/frontend/royal/default/images/listicon-energy-metabolism.svg);background-size:contain;}
.listicon-immune-support:before {background-image:url(/skin/frontend/royal/default/images/listicon-immune-support.svg);background-size:contain;}
.listicon-money-back-guarantee:before {background-image:url(/skin/frontend/royal/default/images/listicon-money-back-guarantee.svg);background-size:contain;}
.listicon-psychiche-health:before {background-image:url(/skin/frontend/royal/default/images/listicon-psychiche-health.svg);background-size:contain;}
.listicon-essentialline:before {background-image:url(/skin/frontend/royal/default/images/listicon-essentialline.svg);background-size:contain;}

.listicon-vegan-shake:before {background-image:url(/skin/frontend/royal/default/images/listicon-vegan-shake.svg);background-size:contain;}
.listicon-no-sugar:before {background-image:url(/skin/frontend/royal/default/images/listicon-no-sugar.svg);background-size:contain;}
.listicon-night-blend:before {background-image:url(/skin/frontend/royal/default/images/listicon-night-blend.svg);background-size:contain;}
.listicon-fast-meal:before {background-image:url(/skin/frontend/royal/default/images/listicon-fast-meal.svg);background-size:contain;}
.listicon-chocolate-coconut:before {background-image:url(/skin/frontend/royal/default/images/listicon-chocolate-coconut.svg);background-size:contain;}

.listicon-biohacking:before {background-image:url(/skin/frontend/royal/default/images/listicon-biohacking.svg);background-size:contain;}
.listicon-reflekt:before {background-image:url(/skin/frontend/royal/default/images/listicon-reflekt.svg);background-size:contain;}
.listicon-produktivitaetsplaner:before {background-image:url(/skin/frontend/royal/default/images/listicon-produktivitaetsplaner.svg);background-size:contain;}
.listicon-ziele-im-blick:before {background-image:url(/skin/frontend/royal/default/images/listicon-ziele-im-blick.svg);background-size:contain;}

.listicon-smart-kombiniert:before {background-image:url(/skin/frontend/royal/default/images/listicon-smart-kombiniert.svg);background-size:contain;}
.listicon-vitamin-c:before {background-image:url(/skin/frontend/royal/default/images/listicon-vitamin-c.svg);background-size:contain;}

.listicon-mineralien-meer:before {background-image:url(/skin/frontend/royal/default/images/listicon-mineralien-meer.svg);background-size:contain;}
.listicon-bausteinen:before {background-image:url(/skin/frontend/royal/default/images/listicon-bausteinen.svg);background-size:contain;}

.listicon-team-01:before {background-image:url(/skin/frontend/royal/default/images/listicon-team-01.svg);background-size:contain;}
.listicon-team-02:before {background-image:url(/skin/frontend/royal/default/images/listicon-team-02.svg);background-size:contain;}
.listicon-team-03:before {background-image:url(/skin/frontend/royal/default/images/listicon-team-03.svg);background-size:contain;}
.listicon-team-04:before {background-image:url(/skin/frontend/royal/default/images/listicon-team-04.svg);background-size:contain;}
.listicon-career-01:before {background-image:url(/skin/frontend/royal/default/images/listicon-career-01.svg);background-size:contain;}
.listicon-career-02:before {background-image:url(/skin/frontend/royal/default/images/listicon-career-02.svg);background-size:contain;}
.listicon-career-03:before {background-image:url(/skin/frontend/royal/default/images/listicon-career-03.svg);background-size:contain;}
.listicon-career-04:before {background-image:url(/skin/frontend/royal/default/images/listicon-career-04.svg);background-size:contain;}

.listicon-focus:before {background-image:url(/skin/frontend/royal/default/images/listicon-focus.svg);background-size:contain;}
.listicon-game:before {background-image:url(/skin/frontend/royal/default/images/listicon-game.svg);background-size:contain;}
.listicon-mind:before {background-image:url(/skin/frontend/royal/default/images/listicon-mind.svg);background-size:contain;}
.listicon-muscle:before {background-image:url(/skin/frontend/royal/default/images/listicon-muscle.svg);background-size:contain;}

.listicon-home:before {background-image:url(/skin/frontend/royal/default/images/listicon-home.svg);background-size:contain;}
.listicon-online:before {background-image:url(/skin/frontend/royal/default/images/listicon-online.svg);background-size:contain;}

.listicon-all-in-one:before {background-image:url(/skin/frontend/royal/default/images/listicon-all-in-one.svg);background-size:contain;}
.listicon-regeneration:before {background-image:url(/skin/frontend/royal/default/images/listicon-regeneration.svg);background-size:contain;}
.listicon-eha:before {background-image:url(/skin/frontend/royal/default/images/listicon-eha.svg);background-size:contain;}
.listicon-dha:before {background-image:url(/skin/frontend/royal/default/images/listicon-dha.svg);background-size:contain;}
.listicon-algen:before {background-image:url(/skin/frontend/royal/default/images/listicon-algen.svg);background-size:contain;}
.listicon-hohe-qualitaet:before {background-image:url(/skin/frontend/royal/default/images/listicon-hohe-qualitaet.svg);background-size:contain;}

.listicon-vitamin-minerals-vegan:before {background-image:url(/skin/frontend/royal/default/images/listicon-vitamin-minerals-vegan.svg);background-size:contain;}

.listicon-bake-it:before {background-image:url(/skin/frontend/royal/default/images/listicon-bake-it.svg);background-size:contain;}
.listicon-energy:before {background-image:url(/skin/frontend/royal/default/images/listicon-energy.svg);background-size:contain;}
.listicon-kokonuss:before {background-image:url(/skin/frontend/royal/default/images/listicon-kokonuss.svg);background-size:contain;}

.listicon-energy2:before {background-image:url(/skin/frontend/royal/default/images/listicon-energy2.svg);background-size:contain;}
.listicon-mixing-bowl:before {background-image:url(/skin/frontend/royal/default/images/listicon-mixing-bowl.svg);background-size:contain;}
.listicon-coffee:before {background-image:url(/skin/frontend/royal/default/images/listicon-coffee.svg);background-size:contain;}

.listicon-aminosauren:before {background-image:url(/skin/frontend/royal/default/images/listicon-aminosauren.svg);background-size:contain;}
.listicon-ananas:before {background-image:url(/skin/frontend/royal/default/images/listicon-ananas.svg);background-size:contain;}
.listicon-ananas-mango:before {background-image:url(/skin/frontend/royal/default/images/listicon-ananas-mango.svg);background-size:contain;}

.listicon-ohne-zugesetzten-zucker:before {background-image:url(/skin/frontend/royal/default/images/listicon-ohne-zugesetzten-zucker.svg);background-size:contain;}

.listicon-lifestyle:before {background-image:url(/skin/frontend/royal/default/images/listicon-lifestyle.svg);background-size:contain;}
.listicon-ashwagandha:before {background-image:url(/skin/frontend/royal/default/images/listicon-ashwagandha.svg);background-size:contain;}
.listicon-0-withanolide:before {background-image:url(/skin/frontend/royal/default/images/listicon-0-withanolide.svg);background-size:contain;}

.listicon-allrounder-supplement:before {background-image:url(/skin/frontend/royal/default/images/listicon-allrounder-supplement.svg);background-size:contain;}

.product-view #description-accordion .std > ul { margin-top: -9px; margin-bottom: 22px; }

@media (min-width: 992px) {

/*.product-view #description-accordion .std > ul { overflow: hidden; }*/

[class^="listicon-"],[class^="listiconpk-"] {float:left;width:50%}
[class^="listicon-"]:nth-child(odd),[class^="listiconpk-"]:nth-child(odd){clear:left}
[class^="listicon-"]:nth-child(even),[class^="listiconpk-"]:nth-child(even){margin-left:4%;width:46%;padding-right:0}
.list-fullwidth [class^="listicon-"],.list-fullwidth [class^="listiconpk-"]{margin-left:0;padding:9px 27px 9px 83px;width:100%;float:none}

.std ul:before,.std ul:after{content:'';clear:both;display:table}

}


#topfacts{margin:-30px 0 5px 0;display:block;overflow:hidden;clear:both;}
@media (max-width: 767px) { 
  #topfacts{margin-bottom: 30px;}
}

#topfacts li{border:1px solid #666;border-right:0;display:block;float:left;width:390px;margin:0;padding:10px 0 10px 60px;font-size:14px;line-height:17px;position:relative;}
#topfacts li:last-child{border-right:1px solid #666;}
#topfacts li:before{content:'';position:absolute;display:block;}
.listicon-euro:before{background-image:url(/skin/frontend/royal/default/images/listicon-euro.png);width:29px;height:28px;top:13px;left:16px;}
.listicon-germany:before{background-image:url(/skin/frontend/royal/default/images/listicon-germany.png);width:22px;height:29px;top:12px;left:20px;}
.listicon-pharmacy:before{background-image:url(/skin/frontend/royal/default/images/listicon-pharmacy.png);width:25px;height:33px;top:8px;left:20px;}

.std .iconlist-check, .products-grid .product-shortdesc ul.iconlist-check {margin-left: 23px;}
.iconlist-check li{position:relative;}
.iconlist-check li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -23px;
    width: 12px;
    height: 12px;
    background: url(/skin/frontend/royal/default/images/listicon-check.png) no-repeat 0 0;
}

@media only screen and (max-width: 1200px) {
  #topfacts li{width:323px;}
  #topfacts li:last-child{width:324px;}
}
@media only screen and (max-width: 991px) {
  #topfacts li{width:250px;}
  #topfacts li:last-child{width:250px;}
}
@media (max-width: 767px) {
  #topfacts li{width:33.333333%;padding:60px 10px 10px 10px;height:123px;text-align:center;}
  #topfacts li:last-child{width:33.333333%;}
  .listicon-euro:before{left:50%;margin-left:-14px;}
  .listicon-germany:before{left:50%;margin-left:-11px;}
  .listicon-pharmacy:before{left:50%;margin-left:-12px;}
}
@media (max-width: 480px) {
  #topfacts li{font-size:12px;line-height:15px;}
}

/* newsletter */

.newsletter-box{margin:0;padding:30px;background:#f5f5f5;text-align:center;color:#fff;}
.nlb-inner{background:url(/media/wysiwyg/img/newsletterbox/bg-newsletter.jpg) center center;background-size:cover;padding:70px 0 80px 0;}
.nlb-headline h3{font-size:31px;line-height:37px;text-transform:uppercase;text-shadow:0px 0px 21px rgba(0, 0, 0, 0.46);}
.nlb-headline h3 span{color:#fdb913;display:block;}
.nlb-info p{text-shadow:0px 0px 21px rgba(0, 0, 0, 0.46);font-family:"Muli", georgia, sans-serif;max-width:350px;display:inline-block;margin-bottom: 26px;}
/*#newsletter{display:inline-block;border:3px solid #fff;background:transparent;padding:10px 20px 10px 70px;margin-bottom: 26px;font-size:17px;height:52px;line-height:37px;background:url(/media/wysiwyg/img/newsletterbox/nlb-mail-icon.png) no-repeat 10px 0;}*/
#newsletter{display:inline-block;border:3px solid #fff;background:transparent;padding:10px 20px 10px 70px;margin-bottom: 26px;font-size:17px;height:52px;line-height:37px;background:url(/media/wysiwyg/img/newsletterbox/nlb-mail-icon.svg) no-repeat 6px 0;}
.newsletter-box .button{border:3px solid #fff;background:transparent;padding:5px 30px; text-transform: uppercase;}
.newsletter-box .validation-advice {width: 150px;margin: -20px auto 10px auto;}

@media(max-width: 767px){
  .newsletter-box {
    padding: 30px 0;
  }
  .nlb-headline h3 {
    font-size: 21px;
    line-height: 27px;
  }
  .nlb-info p {
    font-size: 12px;
    line-height: 18px;
  }
  #newsletter {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 17px;
  }
}
/* alles fÃ¼r den footer */
.footer-top-after-container:hover, .footer-top-after-container { background: #fff; cursor: auto; font-size:15px; line-height:21px;}
.footer-main-container { background: #000; color: #fff; }
.footer-main-container a { color: #fff;}
.footer-container .social-icons { margin-top: 20px; }
.footer-container .social-icons li { margin: 0 10px; }
.footer-container .social-icons li .fa {
 transition: all 0.25s ease-in-out;
 -moz-transition: all 0.25s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
 -o-transition: all 0.25s ease-in-out;
 width: 49px;
 height: 49px;
 border-radius: 49px;
 background-color: #000;
 line-height: 49px;
 font-size: 33px;
}
.footer-container .social-icons li .fa:hover {
 color: #fff;
 background: #afca0b;
}
.certified-title h5, .social-title h5 {
 text-align: center;
 color: #000;
 margin: 31px 0 0 0;
 font-weight: 700 !important;
 font-size: 15px;
}
.footer-container .cms-block-title h6 {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    padding: 0 0 35px 0;
    border-bottom: 0px none;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    font-weight: 700 !important;
}

.footer-container .contact-block p strong {
    font-weight: 400;
    color: #000;
}

/* Additonal Revolution Slider */
.tp-leftarrow.default, .tp-rightarrow.default {
    position: relative;
    background: url(/skin/frontend/royal/default/images/revslide-nav-arrows.png) no-repeat;
    width: 40px;
    height: 40px;
}
.tp-leftarrow.default, .tp-leftarrow:hover{
    background-position:0 0;
}
.tp-rightarrow.default, .tp-rightarrow:hover{
    background-position:0 -40px;
}

.header-main-left {
    width: 25%;
    padding: 0 15px 0 0;
}
@media only screen and (max-width: 991px) {
  .header-main-left {
    padding: 0;
    width: auto;
    text-align:left;  
  }
  .nav-trigger-container {
    width: 60px;
  }
  .header-top-left {
    width: auto;
  }
  .custom-block-headertop-container{
  padding-top: 5px;
    padding-bottom: 6px;
  }
  .header-top {
    padding-top: 5px;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .logo img {
    width: 100%;
    max-width: 183px;
  }
  .custom-block-headertop-container p {
    text-align: right;
    padding-right: 15px;
  }
}

/*@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;

  }
}*/

/* footer */

.contact-block{text-align:center;max-width:500px;margin:0 auto 25px}
.contact-block-checkout{text-align:center;margin:15px auto 30px}
.contact-block p{font-family:'Muli'}
.contact-block-checkout p{font-family:'Muli';font-weight:700}
.contact-block a:link,.contact-block a:visited{display:inline-block;border:2px solid #000;font-size:16px;line-height:16px;width:230px;text-align:center;margin:6px 5px;padding:10px 0;text-transform:uppercase;font-weight:700;transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out}
.contact-block a:hover,.contact-block a:focus{background:#000;color:#fff}
@media only screen and (max-width: 480px){
  .contact-block a:link,.contact-block a:visited{display:block;margin:6px auto}
}
  
a.trans-button:link, a.trans-button:visited {
  width: auto;
  padding: 5px 10px;
}


a:hover, a:focus {color:#a6ce39}

@media (max-width: 767px) {
.footer-main.footer.container { text-align:center; padding-top:20px; }
  .footer-main.footer.container div, .footer-main-container .cms-block-content ul, .footer-main-container .cms-block-content li  {
  display: inline;    width: auto;
    padding: 0;
    float: none;
  }
  .footer-main.footer.container a { display: none;}
  .footer-main.footer.container a.show-mobile { display: inline; padding: 0 5px;} 
  .footer-main.footer.container .cms-block-title { display: none;}

}

.cart-empty{margin-top:60px}
@media (max-width:648px){.cart-empty h2{font-size:20px}}

.checkout-cart-index .footer-main.footer.container { text-align:center; }
.checkout-cart-index .footer-main.footer.container div, .footer-main-container .cms-block-content ul, .footer-main-container .cms-block-content li  { display: inline;    width: auto;
    padding: 0;
    float: none;
  }
.checkout-cart-index .footer-main.footer.container a { display: none;}
.checkout-cart-index .footer-main.footer.container a.show-mobile { display: inline; } 
.checkout-cart-index .footer-main.footer.container .cms-block-title { display: none;}
.checkout-cart-index .footer-top-after-container.section-container { display: none;}

#shopping-cart-table thead td {padding: 0;}

.cart .page-title {
    margin: 0 0 12px 0;
    display: block;
}
.cart .totals td{
    font-size: 13px;
    line-height: 24px;
    font-family: 'Muli';
    color: #000!important;
    border: 0;
    padding: 0 5px;
    font-weight: inherit!important;
}
.cart .totals tbody .price {
    font-size: 13px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong{font-weight: 700!important;}
.cart .totals tr:last-child td{
  padding-bottom:20px;
}
.cart .totals tfoot td{
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-top: 20px!important;
    border-top: 0;
    padding: 30px 5px 8px 5px;
    font-size: 13px;
    line-height: 26px;
    font-weight: 700!important;
}
.cart .totals tfoot .price {
    font-size: 13px;
    line-height: 26px;
}
#shopping-cart-totals-table {margin-top: 1px; background:#f5f5f5;}

.firecheckout-index-index .footer-main.footer.container { text-align:center; }
.firecheckout-index-index .footer-main.footer.container div, .footer-main-container .cms-block-content ul, .footer-main-container .cms-block-content li  { display: inline;    width: auto;
    padding: 0;
    float: none;
  }


input[type="checkbox"].custom-checkbox + label.firecheckout-agreement-1, input[type="checkbox"].custom-checkbox + label.firecheckout-agreement-3, input[type="checkbox"].custom-checkbox + label.firecheckout-agreement-4 { line-height: 18px;}

@media only screen and (min-width: 768px){
  .firecheckout-index-index .footer-main.footer.container div, .footer-main-container .cms-block-content ul, .footer-main-container .cms-block-content li {
      display: block;
    }
}

.firecheckout-index-index .footer-main.footer.container a { display: none;}
.firecheckout-index-index .footer-main.footer.container a.show-mobile { display: inline; } 
.firecheckout-index-index .footer-main.footer.container .cms-block-title { display: none;}
.firecheckout-index-index .footer-top-after-container.section-container { display: none;}
.firecheckout-index-index .contact-block, .checkout-cart-index .contact-block { display: none;}
.contact-block-checkout { display: none;}
.firecheckout-index-index .contact-block-checkout, .checkout-cart-index .contact-block-checkout { display: block;}

.firecheckout-index-index .grid12-6.grid-xs-full:nth-child(even), .checkout-cart-index .grid12-6.grid-xs-full:nth-child(odd) { display:none }
.firecheckout-index-index .grid12-6.grid-xs-full, .checkout-cart-index .grid12-6.grid-xs-full { width:100% }
.firecheckout-index-index .certified-title h5, .firecheckout-index-index .social-title h5, .checkout-cart-index .certified-title h5, .checkout-cart-index .social-title h5 {
  margin-top:0
}

  

/* Firecheckout */

#firecheckout-form{margin: 0 15px;display: block; font-size:13px;border-bottom: 1px solid #000; padding-bottom: 10px;}
#firecheckout-form .firecheckout-section {border: 0;-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0; background: transparent;}
#firecheckout-form .firecheckout-section .block-title {background: transparent;-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;margin: 0 0 20px 0;}
#firecheckout-form .firecheckout-set #checkout-review .block-title{margin: 0 0 20px 0 !important;}
#firecheckout-form .firecheckout-section .block-title .num {background: transparent; border: 0;-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;}
#firecheckout-form .firecheckout-section #shipping-method-reset, #firecheckout-form .firecheckout-section #payment-method-reset { display: none; }
#firecheckout-form #checkout-additional, #payment-method .block-title { display: none; }

#firecheckout-form .login-checkout { margin: 15px 0 35px; display: block; font-weight: bold; text-transform: uppercase; padding-left: 10px; }

#firecheckout-form .firecheckout-set input.input-text, #firecheckout-form .firecheckout-set select, #firecheckout-form .firecheckout-set textarea{border: 1px solid #000;-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;margin:0 0 2px;}
#firecheckout-form .firecheckout-set #review-buttons-container{text-align:center;padding: 8px 0 6px 0;}

#firecheckout-form .firecheckout-set select{font-size:10px;}
#firecheckout-form .firecheckout-set input.input-text{font-size:11px;}
.firecheckout-index-index .buttons-set button.button {width: 100%;background: #a6ce39;margin-left: 0;}

#firecheckout-form input[type="radio"].custom-radio + label:before{width:18px;height:18px;margin-top:3px;}
.firecheckout-set .discount-form label { color: #666 ;}
li.wide.shipping_differs {margin-bottom: 0;}

.firecheckout-items-after .buttons-set {margin-top:0!important;}
.firecheckout-set #checkout-review .firecheckout-items-after { padding: 0 0 7px 16px!important;}
.firecheckout-items-after .mailchimp-general-list label span { display: block; padding-left: 34px; color: #666;}


/* Coach */

#coach-step1 p, #coach-step2 p{margin:30px 0;}
#coach-step2 .coach-question p{margin: 0 0 15px 0;}
.coach-choose{margin-bottom: 20px;}

@media (max-width: 767px) {
  .coach-choose .grid12-xs-6{padding-left: 13px;padding-right: 13px;}
}

input[type="checkbox"].custom-checkbox, input[type="radio"].custom-radio{
  position:absolute;
  left:-99999px;
}
input[type="checkbox"].custom-checkbox + label:before,  input[type="radio"].custom-radio + label:before{
  content:'';
  display:block;
  width:24px;
  height:24px;
  border:1px solid #000;
  background:transparent;
}
input[type="checkbox"].custom-checkbox + label {line-height:24px}
input[type="checkbox"].custom-checkbox:checked + label:before{
  background:#a6ce39 url(/media/wysiwyg/img/custom/custom-checkbox.png) no-repeat center center;
  background-size: contain;
}
 input[type="radio"].custom-radio:checked + label:before{
  background:#a6ce39 url(/media/wysiwyg/img/custom/custom-radio.png) no-repeat center center;
  background-size: contain;
}
input[type="radio"].custom-radio + label:before{
  -webkit-border-radius:12px;
  -moz-border-radius:12px;
  border-radius:12px;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
  position: absolute;
  left: 0;
  top: 0;
}
input[type="radio"].custom-radio + label{
  line-height: 24px;
  margin-right: 10px;
  padding-left: 34px;
  position: relative;
  font-weight: normal;
}
label[for="sex_male"], label[for="sex_female"] {
    margin-top: 8px;
}
.coach-choose input[type="checkbox"].custom-checkbox + label:before{
  position:absolute;
  bottom:-40px;
  left:50%;
  margin-left:-13px;
}
.coach-choose div {
  text-align: center;
  margin-bottom: 40px;
}
.coach-choose label {
  cursor: pointer;
  margin: 27px 0;
  width:100%;
  width: 100%;
  min-height: 192px;
  position: relative;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position:  center center ;
  background-size: cover;
  text-transform: uppercase;

}
.label-area_0 {
  background-image: url('/media/wysiwyg/img/coach/mehr-wohlbefinden.jpg');
}
.label-area_1 {
  background-image: url('/media/wysiwyg/img/coach/besser-schlafen.jpg');
}
.label-area_2 {
  background-image: url('/media/wysiwyg/img/coach/mehr-konzentration.jpg');
}
.label-area_3 {
  background-image: url('/media/wysiwyg/img/coach/mehr-energie.jpg');
}

.coach-form .grid12-3, .coach-form .grid12-6{
  padding:0 30px;
}
.coach-form legend, .coach-form .txtlabel {
    border: 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.coach-form input[type="text"] {
    border:1px solid #000;
}
#magazine-single a.coach-button, .coach-button{
    background: #a6ce39;
    border: 2px solid #a6ce39;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}
#magazine-single a.coach-button {
  font-weight:normal;
  text-decoration:none
}
#magazine-single a.coach-button:hover, .coach-button:hover, .coach-button:active, .coach-button:focus{
  color:#a6ce39;
  background:transparent;
  text-decoration:none
}

#coaco-to-step-2 { margin-top: 30px; }
#coach-step1, #coach-step2 { padding-bottom: 30px; }

.coach-question h3{font-size: 17px; line-height: 24px;  text-transform: uppercase; margin-bottom: 15px;}

#coach-overlay .coach-button{
  margin: 20px auto;
}
#coach-overlay .coach-button.no-button {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: underline;
    border: 0;
    color: #000;
    background: transparent;
    margin: 0 auto;
}

#coach-overlay .overlay-spinner {display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.6);}
#coach-overlay .overlay-spinner.spin{display:block;}
.overlay-spinner .fa-spinner{color: #fff;}

.coach-choose label span {
  position: absolute;
  bottom: 0;
  left:0;
  display:block;
  width:100%;
  background: rgba(0,0,0,0.6);
  text-align:center;
  color: #fff;
  font-size: 17px;
  padding: 6px 0;
}
.coach-question {
    padding: 15px 30px;
}
#coach-step3 .coach-question {
    padding: 15px 0 0;
}
#coach-step3 h2.eg-tac {
  font-size:16px;
  text-transform:uppercase;
  color:#000;
  margin:40px 0 8px 0;
}
#coach-step3 p.eg-tac {
  margin-bottom:0;
}
#coach-overlay {
  text-align:center;
}
#coach-overlay h2 {
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #000;
    font-size: 36px;
    line-height: 48px;
}
#coach-overlay .eg-block.block-style-1 {
    width: 412px;
}

#coach-overlay ul{
    margin:10px 0;
}

#coach-overlay li {
    display: block;
    width: 170px;
    margin: 0 auto;
    text-align: left;
}

#coach-overlay #email{
  border: 3px solid #000;
  display: inline-block;
  height: 50px;
  margin: 30px 0;
}
#coach-overlay #emaillabel{
    margin: 30px 0;
    display: inline-block;
    text-indent: -99999px;
    width: 50px;
    height: 50px;
    border: 3px solid #000;
    border-right-width: 0;
    vertical-align: top;
    background:url(/skin/frontend/royal/default/images/email-black.png) no-repeat center center;
}

#coach-overlay .abbort{
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

@media (max-width: 767px){
  .coach-form .grid12-xs-12{margin-bottom:20px;}
  #coach-overlay h2{font-size:20px;line-height:28px;margin-top: 20px;}
}

@media (max-width: 480px) {
  #coach-overlay .abbort{padding: 0 50px;}
}

.overlay-spinner .fa-spinner {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -1px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

h2.headline-area_0 {
  color: #fff;
  text-align: center;
  min-height: 227px;
  line-height: 227px;
  text-transform: uppercase;
  background: no-repeat url('/media/wysiwyg/img/coach/headline-wohlbefinden-steigern.jpg') 50% 50% black;
  background-size: cover;
  margin: 30px 0;
  font-family: 'Oswald';
}
h2.headline-area_1 {
  color: #fff;
  text-align: center;
  min-height: 227px;
  line-height: 227px;
  text-transform: uppercase;
  background: no-repeat url('/media/wysiwyg/img/coach/headline-besser-schlafen.jpg') 50% 50% black;
  background-size: cover;
  margin: 30px 0;
  font-family: 'Oswald';
}
h2.headline-area_2 {
  color: #fff;
  text-align: center;
  min-height: 227px;
  line-height: 227px;
  text-transform: uppercase;
  background: no-repeat url('/media/wysiwyg/img/coach/headline-besser-konzentrieren.jpg') 50% 50% black;
  background-size: cover;
  margin: 30px 0;
  font-family: 'Oswald';
}
h2.headline-area_3 {
  color: #fff;
  text-align: center;
  min-height: 227px;
  line-height: 227px;
  text-transform: uppercase;
  background: no-repeat url('/media/wysiwyg/img/coach/headline-mehr-energie.jpg') 50% 50% black;
  background-size: cover;
  margin: 30px 0;
  font-family: 'Oswald';
}
@media (max-width: 480px) {
  h2.headline-area_0, h2.headline-area_1, h2.headline-area_2, h2.headline-area_3 {line-height: normal;padding-top: 24%;}
}

.main-container .std h2.headline-area_studies {
  background: no-repeat 50% 50%;
  background-color:#000;
  color: #fff;
  text-align: center;
  min-height: 227px;
  line-height: 227px;
  text-transform: uppercase;
  background-size: cover;
  margin: 30px 0;
  font-family: 'Oswald';
  font-size:42px;
}


#acetyl-l-carnitin h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-acetyl-l-carnitin.jpg');
}
#brahmi h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-brahmi.jpg');
}
#cdp-cholin h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-cdp-cholin.jpg');
}
#co-q10 h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-co-q10.jpg');
}
#curcumin h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-curcumin.jpg');
}
#ginkgo h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-ginkgo.jpg');
}
#ginseng h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-ginseng.jpg');
}
#gruener-tee h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-gruener-tee.jpg');
}
#krill h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-krill.jpg');
}
#leinsamenoel h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-leinsamenoel.jpg');
}
#mct-oel h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-mct-oel.jpg');
}
#melatonin h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-melatonin.jpg');
}
#mineralstoffe h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-mineralstoffe.jpg');
}
#passionsblume h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-passionsblume.jpg');
}
#raupenpilz h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-raupenpilz.jpg');
}
#rosenwurz h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-rosenwurz.jpg');
}
#schwarzer-pfeffer h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-schwarzer-pfeffer.jpg');
}
#tryptophan h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-tryptophan.jpg');
}
#vitamine h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-vitamine.jpg');
}
#zitronenmelisse h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-zitronenmelisse.jpg');
}
#energie h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-energie.jpg');
}
#konzentration h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-konzentration.jpg');
}
#wohlbefinden h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-wohlbefinden.jpg');
}
#schlaf h2.headline-area_studies{
  background-image:url('/media/wysiwyg/img/studies/headline-area-schlaf.jpg');
}

@media (max-width: 520px) {
  .main-container .std h2.headline-area_studies {font-size:19px;line-height:23px}
}

@media only screen and (max-width: 1200px) {
  .coach-choose label span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .coach-choose label span {
    font-size: 12px;
  }
  .coach-choose label {
    min-height: 115px;
  }
}
@media (max-width: 767px) {
  .coach-choose label span {
    font-size: 17px;
    text-align:left;
    padding-left: 3%;
  }
  .coach-choose label {
    min-height:174px;
  }
}
@media (max-width: 480px) {
  .coach-choose label span {
    font-size: 14px;
    text-align:left;
    padding-left: 3%;
  }
  .coach-choose label {
    min-height: 115px;
  }
}

/* Cart */

.cart form{margin: 0;display: block;}
.cart .data-table thead{display:none;}
.cart .data-table tbody th, .data-table tbody td{border: 0px solid #000;border-width: 0 0 1px 0;}
.cart .grid-container,#discount-coupon-form{margin:0;}
.cart .cart-collaterals{padding:0;}

#review-form td.value{border: 0px solid #ddd;border-width: 0 1px 1px 0;}

#shopping-cart-table .field-label{display:block;font-weight:700;font-size:14px;line-height:33px;white-space: nowrap;}
#shopping-cart-table .product-name {margin-top: 30px;margin-bottom: 0;font-size: 17px;line-height: 22px;margin-top: 10px;  display: block;}
#shopping-cart-table .price, .cart-table .cart-price{font-size:17px;line-height:36px;color:#8e8e8e;}
#shopping-cart-table .product-image img{height:90px;width:auto;}
#shopping-cart-table .bigcolumn{width:60%;}
#shopping-cart-table .qty-choose ul {top: 37px;}

.cart-remove-item {display:block;width:30px;height:30px;margin:30px 0 0 0;background:url(/media/wysiwyg/cart/cart-delete-item.png) no-repeat center center;}
.cart button.button.btn-checkout{background: #a6ce39;}
.cart .totals .checkout-types li button.btn-proceed-checkout {margin: 30px 0;}
.cart button.button.btn-update{background:#bcbcbc;display:none;}
.cart button.button.btn-update:hover{background-color: #a3a3a3;}
button.btn-checkout span span{font-size: 20px;line-height: 30px;}

@media only screen and (max-width: 480px) {
  #shopping-cart-table .product-name{font-size:12px;line-height:16px;}
  #shopping-cart-table .price{font-size:12px;line-height:16px;}
  #shopping-cart-table td{padding:6px;}
}
@media (max-width: 767px) {
  .cart-table .btn-update, .cart-table .btn-continue{width:100%;margin:5px 0;}
}

/* Checkout */

#checkout-review-table.data-table tbody td, #checkout-review-table.data-table .product-name{font-size: 13px;line-height: 16px;font-weight: 700;padding:5px 16px;}
#checkout-review-table.data-table .product-name{padding:0;}
#checkout-review-table.data-table thead th{width:100px;font-size:13px; padding:10px 0;text-align:center;border:0;font-weight:700;}
#checkout-review-table thead th.a-right{padding-right:16px;}
.firecheckout-set #checkout-review #checkout-review-table tr th:first-child { text-align: left; padding-left: 16px; }
.firecheckout-set #checkout-review #checkout-review-table{border: 0!important; border-width: 0!important;margin-bottom:20px;}
.opc-totals-table tr.summary-total + tr td{padding-top:20px;}
#agreements-wrapper{margin-left: 10px;margin-right: 10px; padding: 0 10px 7px 10px;border: 1px solid #000 !important;border-top:0 !important;margin-bottom:10px;}
#checkout-review-border{padding: 7px 10px;border:1px solid #000!important;margin-left: 10px;margin-right: 10px;}
#checkout-review-border .opc-totals-table .summary-total {display: none;}
#checkout-review-load{margin-top:10px;}
.firecheckout-set .sp-methods .form-list ul{padding:10px;border:1px solid #000;}
.opc-totals-table td {width: 274px;padding: 5px 16px;font-size: 13px;line-height: 16px;font-weight: 700;}
.opc-totals-table tr td:first-child {text-align:left!important;}
.opc-totals-table td:last-child {width: 136px;}
.firecheckout-set .checkout-agreements .agree {clear: both;overflow: hidden;}
.checkout-agreements .agree label{color:#000;font-size: 13px;line-height: 16px; font-family: 'Muli';}
.checkout-agreements .agree label a{text-decoration: underline;}
.checkout-agreements .agree label a:hover{text-decoration: none;}
.firecheckout-set #checkout-review-submit{padding:0!important;}
#firecheckout-form div.agreement-content {display:none}
#tm-fc-use-same-address{padding:0 10px;}
#firecheckout-form input[type="checkbox"].custom-checkbox + label:before, #firecheckout-form input[type="radio"].custom-radio + label:before{float: left; margin-right: 10px;}
#firecheckout-form label[for=magemonkey-trigger]:before { margin-bottom:10px; }
.mailchimp-multisubscribe li.listdata {margin-bottom:0}
@media only screen and (max-width: 800px) {
#firecheckout-form label[for=magemonkey-trigger]:before { margin-bottom:0}
}
@media only screen and (max-width: 430px) {
#firecheckout-form label[for=magemonkey-trigger]:before { margin-bottom:10px}
}
/*#firecheckout-form #agreements-wrapper input[type="checkbox"].custom-checkbox + label:before{float:right;margin-right:0;margin-left:10px;}*/
#firecheckout-form #agreements-wrapper input[type="checkbox"].custom-checkbox + label:before{ margin-left: 15px;}
#firecheckout-form #billing-new-address-form, #firecheckout-form .billing-additional{margin:0;}
#billing-address .billing-additional .buttons-set { margin-top: 7px;}
#billing-address { margin-bottom: 2px; }
#coupon-cancel, #coupon-apply, #giftcard-add {width: 170px;font-size: 11px;line-height: 12px;vertical-align: sub;}
#giftcard_code, #rewardponts .input-text {width:140px!important;}
#discount-code .input-box{margin-top:5px;}
.firecheckout-set #checkout-payment-method-load { padding: 0 10px 3px !important }

#billing-new-address-form li.control{margin-bottom:0;}
.monkey-general-list li.listdata{margin-bottom:0;}
#register-customer-password{margin:15px 0;}

.form-list li.control label {font-family: 'Muli';}
@media only screen and (max-width: 991px) { 
#checkout-review-table.data-table tbody td, #checkout-review-table.data-table .product-name, .opc-totals-table td, #checkout-review-table.data-table thead th,.firecheckout-custom-agreements, .firecheckout-items-after .mailchimp-general-list label{font-size: 10px;}

}

#p_method_paypalcw_paypal + label,
#p_method_payonecw_mastercard + label,
#p_method_payonecw_visa + label,
#p_method_payonecw_sofortueberweisung +label {display:block}

#p_method_paypalcw_paypal + label:after {content: ' '; width: 37px; height:24px; float:right; background:no-repeat 50% 50% url(/skin/frontend/royal/default/images/checkout-paypal.jpg); }
#p_method_payonecw_visa + label:after {content: ' '; width: 34px; height:24px; float:right; background:no-repeat 50% 50% url(/skin/frontend/royal/default/images/checkout-visa.jpg); }
#p_method_payonecw_mastercard + label:after {content: ' '; width: 20px; height:24px; float:right; background:no-repeat 50% 50% url(/skin/frontend/royal/default/images/checkout-mastercard.jpg); }
#p_method_payonecw_sofortueberweisung + label:after {content: ' '; width: 38px; height:24px; float:right; background:no-repeat 50% 50% url(/skin/frontend/royal/default/images/checkout-sofotueberweisung.jpg); }

#payment_description_paypalcw_paypal img, #payment_description_paypalcw_paypal img + br,
#payment_description_payonecw_mastercard img, #payment_description_payonecw_mastercard img + br,
#payment_description_payonecw_visa img, #payment_description_payonecw_visa img + br,
#payment_description_payonecw_sofortueberweisung img, #payment_description_payonecw_sofortueberweisung img +br {display:none}

@media only screen and (max-width: 480px) {
  #giftcard_code, #rewardponts .input-text{width:100%!important;}
  #coupon-cancel, #giftcard-add{display: block; margin-top: -20px; width: 100%;}
}

.discount-form .input-field-wrapper, .giftcard-form .input-field-wrapper{float:none!important;}
.discount-form .input-field-wrapper{width:inherit!important;margin-bottom:0;}
 
 
#firecheckout-form #coupon-code {width:33%;float:left;height:28px;}
#firecheckout-form #coupon-apply{width:64%;float:right;height:28px;}

@media only screen and (max-width:991px) and (min-width:800px){
  .discount-form .input-field-wrapper{margin-bottom:-15px;}
  #firecheckout-form #coupon-code, #firecheckout-form #coupon-apply{width:100%;float:none;}
}


.icon-cross:before{color: #fff;}
/*
.product-list-slider .product-name,
.product-list-slider .price-box,
.product-list-slider .review,
.product-list-slider .product-category,
.product-list-slider .rating-box {
  width:200px;
  margin-left: auto;
  margin-right: auto;
  text-align:left;
}
.product-list-slider .product-shortdesc ul {
    margin-left: 20px;
}*/

/* mobile menu */
.elegento-mobile{margin:52px 0 0 0!important;}
.elegento-mobile.eg-mob-additional{margin:0!important;}
.mobile-nav-wrapper .search-wrapper + .elegento-mobile.eg-mob-additional,
.elegento-mobile.eg-mob-additional + .elegento-mobile.eg-mob-additional{display:none!important;}
.mobile-nav-wrapper{background:#000;}
.mobile-nav-wrapper .search-wrapper {display: none;}
.elegento-mobile li.level0:last-child{border:0;}

.lang-class-de .mobile-nav-wrapper .elegento-mobile > li:nth-child(4), .lang-class-de .elegento-mobile.eg-mob-additional .level1:nth-child(4),
.lang-class-en .mobile-nav-wrapper .elegento-mobile > li:nth-child(4), .lang-class-en .elegento-mobile.eg-mob-additional .level1:nth-child(4),
.lang-class-fr .mobile-nav-wrapper .elegento-mobile > li:nth-child(3), .lang-class-fr .mobile-nav-wrapper .elegento-mobile > li:nth-child(2),
.lang-class-es .mobile-nav-wrapper .elegento-mobile > li:nth-child(3), .lang-class-es .elegento-mobile.eg-mob-additional .level1:nth-child(3) {display:none}


ul.level0.parent.clearfix {
    background: #2d2d2d;
    position: relative;
}
ul.level0.parent.clearfix:before{
  position: absolute;
  display:block;
  width:20px;
  height:9px;
  background:url(/media/wysiwyg/img/mobile-nav-arrow.png) no-repeat 0 0;
  top: -9px;
  left: 26px;
}
.elegento-mobile li.active > a, .elegento-mobile li.current > a {
    color: #a6ce39!important;
}
.elegento-mobile a {
    color: #fff!important;
    font-weight: 700;
}
.elegento-mobile li.level0 > a {text-transform: uppercase;}
.mobile-nav-header {
    background: #1e1e1e;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.mobile-nav-header span {
    text-transform: uppercase;
    margin-left: 19px;
    padding-left: 33px;
    vertical-align: bottom;
    line-height: 52px;
}
.mobile-nav-header span:before{
  content:url(/media/wysiwyg/img/mobile-nav-header.png);
  display:inline-block;
  position: absolute;
  top: 2px;
  left: 19px;
}
.elegento-mobile li > .opener > .icon-royal:hover {
     border: 0;
     border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.elegento-mobile.eg-mob-additional li.level0.parent ul.level0 {
    display: none;
}

/* Nav Sub */
.elegento-menu li a:hover {
  color: #a6ce39;
}
.elegento-menu li:first-child.level-top > a {
    padding-left: 0;
}
.cms-about-us {
  margin-top: 0;
}

/* Ã¼bernahme popup tool */

.egnewsletter-popup-container {position:fixed;left:0;top:0;right:0;bottom:0;z-index:1042;max-width:100%;overflow-y: auto;-webkit-overflow-scrolling: touch;background-color:rgba(0,0,0,0.6);}
.egnewsletter-container .egnewsletter-frame {position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.egnewsletter-frame {width:750px;margin:0 auto;position: absolute;left: 50%;top: 50%;background-color:#fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.2);
}
.egnewsletter-frame .egnewsletter-close {position: absolute;text-align:center;top: -70px;right: -42px;width: 25px;height: 25px;line-height: 17px;background-color: rgba(255,255,255,0.2);}
.egnewsletter-frame .egnewsletter-close:hover {background-color: rgba(255,255,255,0.8);}
.egnewsletter-frame .egnewsletter-close span {line-height: 24px;color:#3a3a3a;}
.egnewsletter-frame .block-subscribe {position:relative;width:100%;background-color:rgba(255,255,255,0) !important;margin-bottom: 0;}
.egnewsletter-frame .block-subscribe .block-title {padding-bottom:10px;}
.egnewsletter-frame .block-subscribe .block-title h4 {margin-bottom: 20px;}
.egnewsletter-frame .block-subscribe .input-box {width:85%;position:relative;margin: 0 auto;}
.egnewsletter-frame .block-subscribe .form-list li {text-align: center;}
.egnewsletter-frame .block-subscribe .form-list label {display: none;}
.egnewsletter-frame .block-subscribe input[type="text"],
.egnewsletter-frame .block-subscribe select {width:100%;height:40px;display: inline-block;background-color: rgba(255,255,255,0);}
.egnewsletter-frame .block-subscribe .newsletter-description {font-size: 1.08em;}
.egnewsletter-frame .block-subscribe .btn-subscribe {color: #fff;border: none;background-color: #cda85c;text-transform: uppercase;border-radius: 0;font-size: 12px;padding: 9px 28px;line-height: 15px;display: inline-block;margin-bottom: 0;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;
    -webkit-apearance: none;
    -moz-apearance: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.egnewsletter-frame .block-subscribe .btn-subscribe:hover {opacity:0.7;}
.egnewsletter-frame .block-subscribe .disable-popup {width: auto;font-size: 11px;margin-bottom: 0;text-transform: uppercase;}
.egnewsletter-frame .block-subscribe #disable_popup {
    -webkit-appearance: none;
    display: inline-block;
    border: 1px solid #d5d5d5;
    width: 12px !important;
    height: 12px !important;
    border-radius: 0 !important;
    padding: 0 !important;
    position: relative;
    margin-right: 5px;
    margin-top: -2px;
    cursor: pointer;
}
.egnewsletter-frame .block-subscribe #disable_popup:checked:before {
    position: absolute;
    left: 0px;
    top: -4px;
    font-family: royal;
    content: "\e61f";
    font-size: 15px;
    color: #000;
}
#eg_dob_picker {position: absolute;right: 12px;top: 12px;width: 20px;height: 20px;cursor:pointer;}
#eg_dob_calendar {position: absolute;top:50px;right:0;z-index: 999;}
.calendar {z-index:9999;}

@media only screen and (min-width: 768px) and (max-width: 830px) {
    .egnewsletter-popup-container .egnewsletter-frame {width: 690px !important;}
}

@media only screen and (max-width: 767px) {
    .egnewsletter-popup-container .egnewsletter-frame {width: 80% !important;padding: 0 0 20px;}
    .egnewsletter-popup-container .egnewsletter-frame .block-subscribe .block-content {padding: 10px 5px;}
    .egnewsletter-frame .egnewsletter-close {right: 5px;top:5px;background-color: rgba(0,0,0,0.2);z-index: 99999;}
    .egnewsletter-frame .egnewsletter-close:hover {background-color: rgba(0,0,0,0.8);}
    .egnewsletter-frame .egnewsletter-close span {color: #fff;}

.product-view .tab-content .panel-heading a:hover, .product-view .tab-content .panel-heading a:focus { color: #a6ce39;}
}
.product-view .tab-content {  margin-top: 31px !important; }
.product-view .tab-content .panel-body{font-size: 15px;color:#000}

/* trusted shops rich snippets */
.trusted-schema {text-align: center;}


/* new single product teaser */


.single-product-teaser .ratings .rating-links {
    display: none;
    vertical-align: middle;
    margin-bottom: 5px !important;
    margin-left: 15px;
}
.single-product-teaser .product-shortdesc, .single-product-teaser .price-box p {
    font-size: 13px;
    line-height: 22px;
}
.single-product-teaser .product-shortdesc, .single-product-teaser .price-box p { max-width: 250px;}
  .single-product-teaser .product-shortdesc ul { margin-left:23px}
@media (min-width: 991px) {
  .single-product-teaser .product-category, .single-product-teaser .product-name, .single-product-teaser .price-box,  .single-product-teaser .price-box p, .single-product-teaser.product-list-slider p.baseprice_text  {
    text-align:left;
  }

  .single-product-teaser .product-shortdesc p {    margin: 0 0 1em;}
  .single-product-teaser .product-shortdesc, .single-product-teaser .price-box p {
    font-size: 15px;
    line-height: 24px;
    color: #000;}
  .single-product-teaser .ratings .rating-box { display:inline-block;vertical-align: middle;}
  .single-product-teaser .ratings .rating-links {display:inline-block;}
  .single-product-teaser .product-shortdesc, .single-product-teaser .price-box p {
    margin: 0 0 20px 0;
    max-width: none;
}
  
  .single-product-teaser .price-box .price {
      font-size: 16px;
    line-height: normal;
    font-weight: 700;
    color:#000;
  }
  .single-product-teaser  .actions > div {
    text-align: left;
}
  
}

/* studies */
.list-ingredients li {
  margin-bottom: 17px;
}

.list-ingredients a {
  text-decoration: underline;
  padding-left: 42px;
  position: relative;
  display: block;
  line-height: 32px;
}

.list-ingredients a img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.std ul.list-lifehacks{
  margin-bottom: 40px;
  text-align: center;
}

.list-lifehacks li{
  position: relative;
  display:inline-block;
  margin-right:67px;
  margin-bottom:30px;
  background:#000;
  border:1px solid #000
}
.list-lifehacks li:nth-child(4){margin-right:0;}

@media (max-width: 1199px) {
  .list-lifehacks li{margin-right:3px;}
}

@media (max-width: 991px) {
  .list-lifehacks li:nth-child(1),
  .list-lifehacks li:nth-child(3){margin-right:35px;}
  .list-lifehacks li:nth-child(2){margin-right:0;}
}

@media (max-width: 591px) {
  .list-lifehacks li {
    margin: 0 10px 15px 10px!important;
  }
}

.list-lifehacks a img{
  opacity: 0.3;
  display: block;
  position: relative;
}

.list-lifehacks a:hover img, .list-lifehacks a.active img{
  opacity: 0.8;
}

.list-lifehacks a span{
  display: block;
  width: 100%;
  line-height: 237px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.subcols{
  overflow: hidden;
  clear: both;
}
.c25l{
  float: left;
  width: 25%;
}
.c25r{
  float: right;
  width: 25%;
}
@media (max-width: 767px) {
  .c25l:nth-child(3){
    clear:left;
  }
  .c25l, .c25r{width:50%;}
}

@media (max-width: 470px) {
  .c25l, .c25r{width:auto;float:none;}
}

.std ul.hack-legende {
  margin-bottom: 30px;
}

.hack-legende li {
  display: inline-block;
  width: 370px;
}

.std .ingredients h2 {
  font-size: 15px;
  margin: 0;
  font-weight: bold;
}

.std .ingredients article {
  /*border-bottom:1px solid #000;
  margin-bottom: 40px;*/
  padding-bottom: 40px;
  min-height: 207px;
}
.std .ingredients article img{
  float: right;
  margin-left:50px;
}
@media (max-width: 767px) {
  .std .ingredients article img{
    float: none;
    margin: 0 0 10px 25px;
    max-width: calc(100% - 50px);
  }
}

.std .study h2 {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.study h2 span:first-child{
  display: inline-block;
  background: #c8ec2e;
  color: #fff;
  font-size: 10px;
  line-height: 23px;
  padding: 0 5px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top;
}

.study {
  margin-bottom: 30px;
}

.std .study p.author {
  display: block;
  font-size: 10px;
  line-height: normal;
  margin: -5px 0 30px;
}

.study h2 img {
  margin: -4px 0 0 4px;
}

.std h2.semibigheadline{
  font-size:15px;
  line-height:24px;
  margin: 31px 0 35px 0;
  font-weight:bold;
}

a.makegreenonhover:hover{color:#a6ce38!important}

/* fluid width video for embedding youtube and vimeo */
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; margin-bottom: 30px; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.magazin-sub-nav{
/*  margin-left:-15px;
  max-width:224px;*/
  max-width:209px;
}
.custom-block-footerbottom-container > .magazin-sub-nav{
  display:none;
}
.magazin-sub-nav h3{
  font-weight:700;
  font-size:14px;
  text-transform:uppercase;
  margin-bottom:0;
  padding-bottom:10px;
  border-bottom:1px solid #9f9f9f
}
.magazin-sub-nav > div > ul{
  margin-bottom:40px;
}
.magazin-sub-nav > div > ul > li{
  border-bottom:1px solid #9f9f9f
}
.magazin-sub-nav ul a{
  display:block;
  padding:10px 0;
  position:relative;
}
.magazin-sub-nav ul a:focus{
  color:#000;
}
.magazin-sub-nav ul a:hover:focus{
  color:#a6ce39;
}
.magazin-sub-nav ul ul a{
  padding: 0;
  margin:0 0 10px 0;
}
.magazin-sub-nav ul ul li.active a{
  color:#a6ce39
}
.magazin-sub-nav ul li ul{
  display:none;
}
.magazin-sub-nav ul li.active ul{
  display:block;
}
.magazin-sub-nav > div > ul > li.active > a{
  padding-bottom: 7px;
  color: #a6ce39;
}
.magazin-sub-nav .toggler, .mobile-nav-wrapper ul.level0 .toggler {
  position:absolute;
  right:13px;
  top:17px;
  display:block;
  width:12px;
  height:12px;
}
.magazin-sub-nav .toggler span, .mobile-nav-wrapper ul.level0 .toggler span {
  display:block;
  width:12px;
  height:2px;
  background:#000;
  position:absolute;
  top:2px;
}
.magazin-sub-nav .toggler span:last-child, .mobile-nav-wrapper ul.level0 .toggler span:last-child{
  transform:rotate(90deg);
}
.magazin-sub-nav li.active .toggler span:last-child {
  display:none;
}
.mobile-nav-wrapper ul.level0 li.active .toggler span:last-child{
  display:none;
}
.mobile-nav-wrapper ul.level0 .toggler span {
  right: 10px;
  top: 7px;
  background: #fff;
  width: 11px;
  height: 1px;
}
.mobile-nav-wrapper a.open-magazin-submenu{
  display:block;
}
.mobile-nav-wrapper ul.level0 ul {
  padding-left: 15px;
  background: #3e3e3e;
  font-size: 12px;
  display:none;
  height:auto!important;
}
.mobile-nav-wrapper ul.level0 li.active ul{
  display: block;
}
.mobile-nav-wrapper a.open-magazin-submenu{
  display: block;
  position:relative;
}
.elegento-mobile ul li a{
  margin-left: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
  display: block;
}
.elegento-mobile ul li.parent a {
    width: 80%;
    display: inline-block;
}

.custom-magazin-search {
/*  margin: 0 0 24px -15px;
  max-width: 224px;*/
  margin: 0 0 24px 0;
  max-width: 209px;
  overflow:hidden;
  clear:both;
}
.custom-magazin-search h2{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.custom-magazin-search #blog_search_id_any{
  background:transparent;
  border:1px solid #000;
  width: calc(100% - 40px);
  float: left;
  border-right: 0;
  padding: 8px;
  height: 32px;
}
.custom-magazin-search #blog_search_id_button_go {
  float: left;
  display: block;
  width: 40px;
  height: 32px;
  border: 1px solid #000;
  border-left: 0;
  text-indent: -99999px;
  background: transparent url(/skin/frontend/royal/default/images/magazin-search-icon.png) no-repeat center center;
  outline:0;
}
@media only screen and (max-width:767px){
  .custom-magazin-search, .col-left .magazin-sub-nav{
    display:none;
  }
  .col-left.sidebar { padding:0}
}


/* magazin link style */
#magazine-single a  { 
  color: #afca0b; text-decoration: underline; font-weight: 600;
}
#magazine-single a:hover { 
  color: #000; text-decoration: underline;
}
/* magazin fix for product slider */
#magazine-single .product-list-slider a {
  font-weight: 400;
    color: #000;
    text-decoration: none;
}
#magazine-single .product-list-slider .actions a { 
  font-weight: 700;
}
#magazine-single .product-list-slider .actions a:hover,
#magazine-single .product-list-slider .actions a:focus { 
  font-weight: 700;
  background: #000;
  color: #fff;
}

    


/* hide fr store view switcher 
div.header-top-left > div > ul > li:nth-child(3) > a > span.language-code.eg-label { display: none; } */

/* hide es store view switcher 
div.header-top-left > div > ul > li:nth-child(4) > a > span.language-code.eg-label { display: none; } */

/* hide nl store view switcher */
div.header-top-left > div > ul > li:nth-child(5) > a > span.language-code.eg-label { display: none; }

/* paul (3s): Change Customers Account */
.my-account .order-info, .order-info + .order-info-box {display:none;}
.my-account .col2-set.order-info-box h2 { border-top: 1px solid #ddd;}
.my-account .order-items.order-details h2, .box-account.box-info h2 { border-top:0;}
.order-info-box {border:0;    padding: 12px 0px;}
#my-orders-table, #my-orders-table thead th {    border-width: 0; }
#my-orders-table.data-table tbody.odd tr.border td, #my-orders-table.data-table tbody.even tr.border td { border-bottom:0;}
#my-orders-table tfoot {border-top:0;}
.dashboard .box .box-title a, .dashboard a, .my-account a{ color: #a6ce39;}
.dashboard .box .box-title a:hover, .dashboard a:hover, .my-account a:hover {color: #000;}
.col-left.sidebar { padding-left:0}
.dashboard .cart .data-table tbody th, .dashboard  .data-table tbody td {
  border-bottom:0;
}

#cookie-informations{position:fixed;bottom:0;left:0;right:0;z-index:9999999999;background:rgba(0,0,0,0.8);padding:10px 0}
#cookie-informations .wrap{color:#fff;max-width:1170px;margin:0 auto;padding:0 15px;overflow:hidden;clear:both;position:relative}
#cookie-informations .wrap a{color:#a6ce39}
#cookie-informations .wrap p{float:left;width:calc(100% - 65px);margin:0}
#close-cookie-informations{position:absolute;top:50%;right:15px;transform: translateY(-50%);border:1px solid #fff;background:0;padding:0;margin:0;width:50px;border-radius:3px;line-height:24px;}

#slider-known-from.clearfix{overflow:hidden;height:39px!important;position:relative;text-align:center;margin-bottom:31px}
#slider-known-from-inner{overflow:hidden;display:inline-block;height:100%}
#slider-known-from-puller{overflow:hidden;height:100%}
#slider-known-from .slide{float:left;width:160px;text-align:center;padding:0;line-height:38px;vertical-align:middle;font-size:14px}
#slider-known-from .slide img{vertical-align:middle}
#slider-known-from-prev,#slider-known-from-next{display:none;border:0;background:transparent;text-indent:-99999px;width:40px;height:41px;position:relative;vertical-align:top;transition:.3s all}
.scollable #slider-known-from-prev,.scollable #slider-known-from-next{display:inline-block}
#slider-known-from-prev.off,#slider-known-from-next.off{opacity:.2;cursor:default}
#slider-known-from-prev:before,#slider-known-from-next:before{content:'';display:block;width:12px;height:12px;border:solid #000;border-width:1px 0 0 1px;transform:rotate(-45deg);position:absolute;top:15px;left:15px}
#slider-known-from-next:before{transform:rotate(135deg);left:3px}
#slider-known-from + h2{margin-top:-5px}

.footer-newsletter,  .intext-newsletter{border:25px solid #afca0b;background:#000;color:#fff;padding:40px 0}
.footer-newsletter .c50, .intext-newsletter .c50{width:50%;padding:0 50px;float:left}
.fnl-headline h3, .intext-newsletter h3{font-size:30px;line-height:37px;text-transform:uppercase}
.intext-newsletter h3{font-size: 20px;line-height:27px;}
.fnl-headline h3 span, .intext-newsletter h3 span{display:block;color:#afca0b}
.footer-newsletter #newsletter, .intext-newsletter #newsletter{width:100%;max-width:400px}
.footer-newsletter #mc-embedded-subscribe, .intext-newsletter #mc-embedded-subscribe{background:#c1da08;border:2px solid #c1da08;line-height:33px;height:37px;width:143px;text-transform:uppercase}
.footer-newsletter #mc-embedded-subscribe:hover, .intext-newsletter #mc-embedded-subscribe:hover{background:transparent}
.intext-newsletter > .c50 > p{line-height:18px;font-size:12px;}
@media (max-width: 767px){
  .footer-newsletter, .intext-newsletter{padding:33px 0 40px}
  .footer-newsletter .c50, .intext-newsletter  .c50{width:100%;float:none}
  .fnl-headline h3, .inl-headline h3{font-size:21px;line-height:28px;margin-bottom:4px}
  .intext-newsletter > .c50 > p{padding:0}
  #slider-known-from .slide{width:120px;font-size:15px}
  #slider-known-from .slide:nth-child(1),#slider-known-from .slide:nth-child(2){display:none}
  #slider-known-from .slide:nth-child(2){padding:0 20px;line-height:20.5px;text-align:left;}
  #slider-known-from .slide:nth-child(2){padding:0 7px;line-height:20.5px;}
  #slider-known-from .slide:nth-child(2) img {float:left;margin-right:4px;}
  #slider-known-from-title{font-size:19px;line-height:23px;text-align:inherit;margin-bottom:10px;text-transform:uppercase;font-weight:400;margin-top:-3px;text-align:center;font-size:15px;line-height: 25px;}
}
#ds-mailchimp-form .mc-gdpr{display:none}
.mc-gdpr + label{margin:0 auto 16px;text-align:left;max-width:400px;min-height:52px;padding-left:46px;position:relative;cursor:pointer}
.mc-gdpr + label:before{content:'';position:absolute;left:0;top:-5px;border:3px solid #fff;width: 30px;height:30px}
.mc-gdpr:checked + label:after{content:'';position:absolute;left:12px;top:1px;border:solid #afca09;border-width:0 3px 3px 0;width:8px;height:15px;transform:rotate(40deg)}
.mc-gdpr + label a,#ds-response a{color:#afca09}
#ds-response .ds-error{margin-bottom:16px;color:#ca0909;min-height:26px}
#ds-response .ds-success{margin-bottom:16px;color:#afca09;min-height:26px}

/* royal slider special cases for spacing */
h2 + p + .rev_slider_wrapper{margin-top:26px!important}
p + p + .rev_slider_wrapper{margin-top:24px!important}
 .rev_slider_wrapper + p + h2,  .rev_slider_wrapper + p + h1{margin-top: -5px}
.main.container .rev_slider_wrapper + p:last-child{margin-top:-30px!important}
 .rev_slider_wrapper + p + p{margin-top: -7px}
/* spcial overwrite for slider followed by a slider */
 .rev_slider_wrapper + p + p + .rev_slider_wrapper{margin-top:38px!important}

.ingredients-pill{position:relative;margin-bottom: 33px;margin-top: 40px;}
.ingredients-pill ul{position: absolute;z-index:3;left:50%;top:0;margin:0;list-style-type:none;}
.ingredients-pill ul li{position:absolute;width:250px;list-style-type:none;}
.ingredients-pill ul li:nth-child(even){left:129px}
.ingredients-pill ul li:nth-child(odd){left:-380px;text-align:right}
.ingredients-pill ul li:nth-child(odd):after{content:'';position:absolute;width:50px;height:1px;background:#000;top:19px;right:-64px}
.ingredients-pill ul li:nth-child(even):before{content:'';position:absolute;width:50px;height:1px;background:#000;top:19px;left:-64px}
.ingredients-pill ul li:nth-child(odd) a:before,.ingredients-pill ul li:nth-child(even) a:after{content:'i';display:inline-block;width:16px;height:16px;border:1px solid;font-size:14px;line-height:14px;text-align:center;border-radius:8px;vertical-align:text-top}
.ingredients-pill ul li:nth-child(odd) a:before{margin-right:8px}
.ingredients-pill ul li:nth-child(even) a:after{margin-left:8px}
.ingredients-pill ul li:nth-child(1),.ingredients-pill ul li:nth-child(2){top:120px}
.ingredients-pill ul li:nth-child(3),.ingredients-pill ul li:nth-child(4){top:230px}
.ingredients-pill ul li:nth-child(5),.ingredients-pill ul li:nth-child(6){top:340px}
.ingredients-pill ul a{text-decoration:underline;font-weight:700}
.bg-pill{position:absolute;bottom:0;left:50%;transform:translateX(-50%);overflow:hidden;z-index:2}
.bg-ingredients{text-align:center}
.pill-swap{width:360px;height:36px;position:absolute;left:50%;transform:translateX(-50%);background:transparent;cursor:pointer;z-index:4;border:0;padding:0;margin:0;outline:0}
.pill-swap:before{content:'';width:100%;height:4px;background:#a5ce39;margin-top:16px;display:block}
.pill-swap:after{content:'';width:37px;height:37px;background:#a5ce39 url(/skin/frontend/royal/default/images/pillswap.png) center center no-repeat;display:block;position:absolute;top:0;right:-30px;border-radius:19px}

@media only screen and (max-width:767px){
  .ingredients-pill{width: 128px; margin-left: calc(100% - 150px)}
  .bg-pill{width:100%}
  .pill-swap {width:110px}
  .std .ingredients-pill ul {font-size:11px;line-height:18px}
  .ingredients-pill ul li:nth-child(odd):after,.ingredients-pill ul li:nth-child(even):after{content:'';position:absolute;width:20px;height:1px;background:#000;top:19px;right:-30px}
  .ingredients-pill ul li:nth-child(odd):before,.ingredients-pill ul li:nth-child(even):before{content:none}
  .ingredients-pill ul li:nth-child(odd),.ingredients-pill ul li:nth-child(even){left:-256px;text-align:left;width:164px;right:inherit}
  .ingredients-pill ul li:nth-child(1){top:30px}
  .ingredients-pill ul li:nth-child(2){top:94px}
  .ingredients-pill ul li:nth-child(3){top:158px}
  .ingredients-pill ul li:nth-child(4){top:222px}
  .ingredients-pill ul li:nth-child(5){top:286px}
  .ingredients-pill ul li:nth-child(6){top:350px}
  .ingredients-pill ul li a:before{content:none!important}
  .ingredients-pill ul li a:after{content:'i';display:inline-block;width:16px;height:16px;border:1px solid;font-size:14px;line-height:14px;text-align:center;border-radius:8px;vertical-align:text-top;margin-left:8px}
}

.std h1.proteam,.std h2.proteam{font-size:47px;line-height:49px;margin-bottom:23px;text-transform:uppercase;font-family:'Oswald'}
.std h1.proteam{margin-bottom:27px}
.std h3.proteam{font-size:29px;line-height:49px;text-transform:uppercase;font-weight:normal;margin-bottom:11px;position:relative;margin-top:-13px;}
@media (max-width: 767px) {
.std h3.proteam {
    line-height: 46px;
    margin-bottom: 14px;
}
}
.std h3.proteam span{background:#fff;position:relative;display:inline-block;padding:0 12px;z-index:2}
.std h3.proteam:before{content:'';display:block;position:absolute;top:25px;width:100%;height:1px;background:#000;z-index:1}
.std .social-icons li .fa{width:41px;height:41px;font-size:23px;line-height:41px}
.std ul.social-icons{margin-bottom:31px}
.achievements {    text-align: center;
    font-family: 'Oswald';
    margin-bottom: 5px !important;
    margin-top: 31px; }
@media (max-width: 767px) {
.achievements-grid img {margin-top:26px}}
.std .pro-team-products-head {
    text-align: center;
    font-family: 'Oswald';
    font-size: 39px;
    font-weight: 700;
    line-height: 42px;
}

.pro-team-member{float:left;width:270px;text-align:center;margin-bottom:30px;margin-right:30px}
.pro-team-member:nth-child(4n){margin-right:0}
.pro-team-name-link{font-size:24px;line-height:34px;font-family:'Oswald';text-transform:uppercase;margin-top:15px;margin-bottom:11px;display:block}
.pro-team-more-link{display:block;border:1px solid;line-height:48px;height:50px;text-transform:uppercase}

.pro-team-member-video{position: relative;
    padding: 31px 0;
    margin-top: 31px;
    min-height: 585px;}
.pro-team-member-video:before{content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    border-left: 585px solid transparent;
    border-right: 585px solid transparent;
    border-top: 585px solid #000;
    z-index: 0;}
.pro-team-member-video h2 {color: #fff;
    z-index: 2;
    position: relative;
    margin-top: 0;
    margin-bottom: 31px !important;
   font-size:24px;}
/*.pro-team-member-video iframe{width:720px;height:405px;margin:0 auto;display:block;position:relative;z-index:2;border:3px solid #fff;outline: 31px #000 solid;}*/
.pro-team-member-video .hesperiden .tp-tab-title { color: rgba(255, 255, 255, 1) !important;}
.pro-team-member-video .hesperiden .tp-tab-date { color:rgba(255,255,255,0.5) !important;}
@media only screen and (max-width:767px){
  .pro-team-member{margin-right:0;margin-left:calc(50% - 135px)}
  .pro-team-member-video iframe {width:366px;height:205px;border: 1px solid #fff;outline: 10px #000 solid;}
  .pro-team-member-video:before{border-left:183px solid transparent;border-right:183px solid transparent;border-top:404px solid #000}
  .pro-team-member-video {padding:31px 0 0 0;min-height: 404px;}

  .rev_slider_wrapper + p +.rev_slider_wrapper, .rev_slider_wrapper + p + p +.rev_slider_wrapper{margin-top: -29px!important}
  .grid-container > div > .rev_slider_wrapper:last-child{margin-bottom:2px!important}
  .grid-container + .grid-container > .grid-xs-full + .grid-xs-full > .rev_slider_wrapper:last-child {margin-bottom: 1px!important;}
}

#popup-link-popup{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.66);z-index:99999}
#popup-link-popup-inner{position:absolute;background:#fff;border:3px solid #000;padding:10px;width:230px}
#popup-link-popup-inner p{margin:0;font-size:13px;line-height:22px}
#popup-link-popup-closer{position:absolute;top:5px;right:5px;width:20px;height:20px;border:0;outline:0;background:transparent}
#popup-link-popup-closer:before{content:'x';color:#000;line-height:18px;height:18px;position:absolute;top:0;left:5px;font-size:18px;font-weight:700}

#show_modal_discount_info{display:inline-block;width:14px;height:14px;background:#fff url(/skin/frontend/royal/default/images/info_bubble.svg) no-repeat 0 0;background-size: contain;color:#fff;transform:translateY(-5px);cursor:pointer}
#modal_discount_info{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:rgba(0,0,0,0.75)}
#modal_discount_info.show{display:block}
#modal_discount_info_inner{background:#fff;position:absolute;top:50%;left:50%;max-width:500px;padding:10px 20px;transform:translateY(-50%) translateX(-50%)}
#modal_discount_info_inner h2{font-size:36px;font-family:Oswald;color:#000;line-height:normal;width:calc(100% - 35px)}
#modal_discount_info_inner p{font-size:14px;font-family:Muli;color:#000;line-height:normal}
#close_modal_discount_info{display:block;position:absolute;top:11px;right:11px;width:40px;height:40px;background:transparent;border:0;cursor:pointer}
#close_modal_discount_info span{display:block;background:#000;width:18px;height:1px;position:absolute}
#close_modal_discount_info span:first-child{transform:rotate(45deg);left:10px;top:20px}
#close_modal_discount_info span:last-child{transform:rotate(-45deg);left:10px;top:20px}

@media screen and (max-width: 767px){
  #modal_discount_info_inner{top:50%;left:10px;right:10px;transform:translateY(-50%) translateX(0)}
}

.discount-info{display: inline-block;line-height: 25px;height:25px}
.discount-original{text-decoration:line-through;color:#8e8e8e;font-size:11px;display:inline-block;}
.discount-percentage{display:none;margin-left:10px;background:red;padding:0 6px;color:#fff;font-size:11px;line-height:20px;transform:translateY(-1px)}
.regular-price {display: inline-block;line-height: 25px;}
span.discount-info + span.regular-price .price { color: red;}

.clear{margin:20px 0}
.clear:before,.clear:after{content:'';clear:both;display:table}
.c33,.c50{float:left;padding:0 15px;text-align:center}
.c33{width:33.333%}
.c50{width:50%}
@media screen and (max-width: 767px){
  .c33,.c50{width:100%;margin-bottom:7px;padding:0 6px}
  .c33:last-child,.c50:last-child{margin-bottom:0}
}
.coach-button.cropped{display:inline-block;padding:6px 22px}

@media screen and (min-width: 768px){
  .block-account .block-content li.current a{border:0;padding:0;font-weight:700;color:#222}
}
.customer-account-forgotpassword .fieldset .legend{float:none;border:0;padding:0;margin:0 0 10px;font-size:23px;line-height:27px;margin-bottom:13px}
.account-login .content{min-height:300px}

.product-labels > span{line-height:inherit;height:inherit;margin:0;border:0;border-radius:0}

.product-new .product-special-text{display:block;height:70px;width:70px;position:absolute;padding-top:37px;text-align:center;top:-4px;left:-8px;color:#fff;text-transform:uppercase;transform:rotate(-45deg);font-size:26px;font-weight:700;z-index:2}
.product-new .product-image:before{content:'';display:block;position:absolute;width:100%;left:0;height:100%;border:2px solid #ffda00;z-index:1}
.product-new .product-special-text:after{content:'';display:block;width:0;height:0;border-style:solid;border-width:0 80px 80px;border-color:transparent transparent #ffda00;position:absolute;top:-7px;left:-45px;z-index:-1}

.product-list-slider-card .actions .more-info a{color:#fff;border:2px solid #bcbcbc;background:#bcbcbc;padding:10px 0;width:80%;max-width:230px;font-weight:400;}
.product-list-slider-card .actions .more-info a:hover,.product-list-slider-card .actions .add-to-card a:focus{background:#a3a3a3;border:2px solid #a3a3a3}
.product-list-slider-card .actions .add-to-card a, .actions .custom-action a{color:#fff;border:2px solid #a6ce39;background:#a6ce39;padding:10px 0;width:80%;max-width:230px;margin-bottom:6px;font-weight:400;}
.product-list-slider-card .actions .add-to-card a:hover,.product-list-slider-card .actions .more-info a:focus,.actions .custom-action a:hover,.actions .custom-action a:focus{color:#a6ce39;background:#fff}

@media screen and (max-width: 991px){
  .blog-list .post-body{height:40px;overflow:hidden;position:relative;padding-right:20px}
  .blog-list .post-body:after{content:'...';position:absolute;bottom:0;right:10px}
}

.button.eg-ajaxlogin-button{background:#a6ce39;border:2px solid #a6ce39;font-size:16px;line-height:28px;color:#fff;padding:3px 10px;text-transform:uppercase;margin:0 auto;display:block;transition:none}
.button.eg-ajaxlogin-button:hover,.button.eg-ajaxlogin-button:hover span, .button.eg-ajaxlogin-button:focus{color:#a6ce39!important;background:transparent}

.button.eg-ajaxlogin-button:focus span {color:#a6ce39!important;}

.page #payone-mandate,.page #payone-checkBoxGroup,.page #payone-checkBoxText{width:auto}
.page #payone-submitForm,.page #payone-cancelForm{float:none}
.page #payone-cancelForm{top:inherit;left:inherit;transform:translate(120px,-50px)}
.page #payone-checkBoxGroup{margin:30px 0 0}
.page #payone-checkBoxGroup input{float:left;margin-top:6px;margin-right:10px}
.page #payone-checkBoxText{font-weight:700;font-size:18px}

.block-account .block-content li.current{padding:0;border-bottom:0}
.block-account .block-content li.current a{border-bottom-color:#a6ce39}
.subscriptions table .nobr{white-space:normal!important}
.subscriptions table th, .subscriptions table td{width:16.666666%}
.subscriptions table th:last-child, .subscriptions table td:last-child{display:none}
.subscriptions table tr td{border-bottom-color:#ddd}

.my-account .subscriptions .action-button,.my-account .order-page .action-button{width:100%;display:block;background:#a6ce39;color:#fff;text-align:center;padding:0;border:2px solid #a6ce39;transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out}
.my-account .subscriptions .action-button:hover,.my-account .subscriptions .action-button:focus,.my-account .order-page .action-button:hover,.my-account .order-page .action-button:focus{background:#fff;color:#a6ce39}
.my-account .order-page button.button.action-button span{transition: all #300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out}
.my-account .order-page button.button.action-button:hover span,.my-account .order-page button.button.action-button:focus span{color:#a6ce39!important;transition: all #300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out}
.my-account .order-page .action-button{width:inherit;display:inline-block;margin-right:10px;padding:4px;width:229px;text-transform:uppercase}
.my-account .order-page .action-button.cancel-subscription{background:#fd0005;border-color:#fd0005}
.my-account .order-page .action-button.cancel-subscription:hover,.my-account .order-page .action-button.cancel-subscription:focus{background:#fff;color:#fd0005}
.my-account .change-subscription .separator { display:none;}
.my-account .order-page button.button.action-button > span{padding:0}
.my-account h2 {border-top:0}
.my-account .order-info-box {padding: 0 0 12px 0px}
@media screen and (max-width: 991px){
  .cart > form{overflow:scroll}
  .my-account .subscriptions{overflow-y:scroll}
  .my-account .subscriptions .buttons-set{margin:0}
  .my-account .order-page .action-button{width:100%;display:block;margin:0 0 10px}
}

.slider-social-icons a .fa{transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out}
.slider-social-icons a:hover .fa{color:#fff;background:#afca0b}

.firecheckout-custom-agreements, .firecheckout-custom-agreements a {
    color: #666;
}

.firecheckout-custom-agreements a:hover, .firecheckout-custom-agreements a:focus {
    color: #a6ce39;
}

.firecheckout-custom-agreements {
    padding:0 16px;
    line-height:20px;
}
/* fuer abo box */
#agreements-wrapper {
    margin-top: -8px;
    background: #fff;
}
/* nl box im Checkout ausblenden */
.firecheckout-index-index .footer-newsletter, .firecheckout-index-index .footer-newsletter + div {
display: none;
}

 /* Menü Desktop neu */

#root-wrapper .level0-wrapper.wide {
    width: 100%!important;
    left: 0!important;
    border: 1px solid #000;
    top: 93px;
    padding:23px 25px;
}
#root-wrapper .eg-stickyheader .elegento-menu .level0-wrapper {top:85px}
#root-wrapper .elegento-menu li.level1 > a {font-weight: bold;font-size: 1em;text-transform:uppercase;}
#root-wrapper .elegento-menu li.level2 a {padding: 1px 0;color: #000;}
#root-wrapper .elegento-menu li.level2 a:hover{color: #a6ce39}

a#menu-filter-trigger:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/media/wysiwyg/menue/filter.svg) no-repeat 0 0;
    background-size:contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.mobile-filter {display:none;font-size:14px;overflow: hidden;padding: 0 20px;text-transform: uppercase;font-weight: bold;}
.mobile-filter a:first-child{float:left;}
.mobile-filter a:last-child{float:right;}
.mobile-filter a {color:#000;}
@media (max-width: 767px) {
  .mobile-filter {display:block;}
}
.grid12-2.no-padding-left li.level1 {
  padding-top: 0; 
}
.menu-main-block .grid12-3.no-padding {
  text-align:center;
}
.only-mobil {display:none;}
.mobile-nav-wrapper a.level1, .mobile-nav-wrapper a.level2 {
    text-transform: uppercase;
}

body.firecheckout-index-index .nav-container{display:none!important}
body.firecheckout-index-index .firecheckout-nav-replacer{position:absolute;left:50%;top:50%;transform:translate(-100px, -4px);width:460px}
body.firecheckout-index-index .firecheckout-nav-replacer h2{display:inline-block;margin:0;line-height:47px;vertical-align:top;margin-right:120px;text-transform:uppercase}
body.firecheckout-index-index .firecheckout-nav-replacer > .social-icons{display:inline-block}
@media (max-width: 991px){.firecheckout-nav-replacer{display:none}}
#after-total-information{font-size:11px;line-height:normal;margin-top:10px;padding-left:6px;color:#8e8e8e}

/* product view: hide not existing simple product options of configurable products super attributes for "recharge | geschmack basilikum-erdbeer" */
.super-attribute-select option[data-label='erdbeer-basilikum'][disabled='disabled'] {
  display: none;
}

.kims-superclass .qty-choose {background: none;}
.kims-superclass .qty-choose.open ul {display: none;}

/* new mobile category view! */
@media only screen and (max-width: 767px) {
.products-grid .product-name a {
font-size: 16px;
line-height: 20px;
}
.category-products .product-category {
margin: 10px 0 5px 0;
font-size: 12px;
line-height: 16px;
}
.category-products .products-grid .actions a {
padding: 10px 0;
width: 100%;
font-size: 14px;
}
.products-grid .price-box .price {
font-size: 14px;
}
.products-grid .price-box p {
font-size: 12px;
line-height: 16px;
}
.grid12-sxs-6 {
padding-left: 10px;
padding-right: 10px;
}
/* adjust new label */
.product-new .product-special-text {
  font-size: 16px;
  padding-top: 20px;
  top: -8px;
  height: 50px;
  width: 50px;
}
.product-new .product-special-text:after {
  border-width: 0 60px 60px;
  top: -12px;
}

}
@CHARSET "UTF-8";

label.control-label {
	display:block;
}

.control-group > .controls {
	margin-left: 0px;
	display:inline-block;
	width: 100%;
}

.form-list .control label {
float: none;
}

.description {
	margin-left: 0px;
}

.checkoutcontainer .payment-methods .expiration-date .multi-control .input-box { 
	width: auto !important;
	display: inline-block;
}

.form-list .multi-control .input-box{
	display: inline-block;
	width: auto !important;
}

.control-group.date-of-birth .select-field {
	display: inline-block;
}
.control-group.date-of-birth .select-field select {
	width: 81px;
	margin-right: 5px;
}
.control-group .option input[type=checkbox],
.control-group .option input[type=radio] {
	margin-right: 5px;
}

.multi-control {
	overflow: auto;
}

.required {
	color: #ff5000;
	padding-left: 2px;
}

.form-list .card-cvc .input-box input.input-text {
	width: 48px;
}

.multi-control div select{
	width: 75px;
}

.checkoutcontainer .payment-methods .card-cvc .input-box .input-text{
	width: 48px !important;
}

.checkoutcontainer .payment-methods .input-box .input-box select{
	width: 75px !important;
}

.paypalcw-iframe{
	height: 550px;
	width: 100%;
	border: none;
}

.payment-methods .form-list select{
	width: 100%;
	max-width: 260px;
}


.sp-methods .card-brand-image-box,
.payment-methods .card-brand-image-box,
.payment-block .card-brand-image-box {
	display: inline-block;
}


.sp-methods .card-brand-image-color.brand-is-deselected,
.payment-methods .card-brand-image-color.brand-is-deselected,
.payment-block .card-brand-image-color.brand-is-deselected {
	display:none;
}

.sp-methods .card-brand-image-grey.brand-is-selected,
.payment-methods .card-brand-image-grey.brand-is-selected,
.payment-block .card-brand-image-grey.brand-is-selected {
	display:none;
}

.sp-methods .card-brand-image-selection,
.payment-methods .card-brand-image-selection,
.payment-block .card-brand-image-selection {
	margin: 5px 0;
}

.sp-methods .card-brand-image-selection img,
.payment-methods .card-brand-image-selection img,
.payment-block .card-brand-image-selection img {
	width:auto;
	height: 20px;
	margin-right: 3px;
}

.sp-methods .invalid-card-number,
.sp-methods .invalid-cvc-number,
.payment-methods .invalid-card-number,
.payment-methods .invalid-cvc-number,
.payment-block .invalid-card-number,
.payment-block .invalid-cvc-number {
	border-color: #fb7f88 !important;
	background-image: url(https://www.brain-effect.com/skin/frontend/base/default/customweb/paypalcw/images/invalid.png) !important;
	background-position: 242px center;
	background-repeat: no-repeat !important;
}

.sp-methods .valid-card-number,
.sp-methods .valid-cvc-number,
.payment-methods .valid-card-number,
.payment-methods .valid-cvc-number,
.payment-block .valid-card-number,
.payment-block .valid-cvc-number {
	background-image: url(https://www.brain-effect.com/skin/frontend/base/default/customweb/paypalcw/images/valid.png) !important;
	background-position: 242px center;
	background-repeat: no-repeat !important;
}

.sp-methods .invalid-cvc-number,
.sp-methods .valid-cvc-number,
.payment-methods .invalid-cvc-number,
.payment-methods .valid-cvc-number,
.payment-block .invalid-cvc-number,
.payment-block .valid-cvc-number {
	background-position: 36px center;
}

.sp-methods .expiration-date select,
.payment-methods .expiration-date select,
.payment-block .expiration-date select {
	margin-right: 5px;
}

.payment-methods .invalid-card-number,
.payment-methods .valid-card-number {
	background-position: 206px center;
}

#aw-onestepcheckout-payment-method .sp-methods .invalid-card-number,
#aw-onestepcheckout-payment-method .sp-methods .valid-card-number {
	background-position: 212px center;
}

#aw-onestepcheckout-payment-method .expiration-date select {
	width: 100px;
}

#aw-onestepcheckout-payment-method .card-cvc input.input-text {
	width: 48px;
}

#gcheckout-payment-methods .sp-methods .invalid-card-number,
#gcheckout-payment-methods .sp-methods .valid-card-number {
	background-position: 182px center;
}

#gcheckout-payment-methods .sp-methods .invalid-cvc-number,
#gcheckout-payment-methods .sp-methods .valid-cvc-number {
	background-position: 34px center;
}

#gcheckout-payment-methods .card-number input.input-text {
	width: 200px;
}

#gcheckout-payment-methods .card-cvc input.input-text {
	width: 52px;
}

.opc-wrapper-opc .payment-block .card-holder-name input[type="text"].input-text,
.opc-wrapper-opc .payment-block .card-number input[type="text"].input-text {
	width: 260px;
}

.opc-wrapper-opc .payment-block .expiration-date select.select {
	width: 130px;
}

.opc-wrapper-opc .payment-block .card-cvc input[type="text"].input-text {
	width: 55px;
}


.paypalcw-external-checkout-widget {
	line-height: 34px;
}

.klarna-link {
	float: none !important;
	margin: 0 !important;
}
@CHARSET "UTF-8";

label.control-label {
	display:block;
}

.control-group > .controls {
	margin-left: 0px;
	display:inline-block;
	width: 100%;
}

.form-list .control label {
float: none;
}

.description {
	margin-left: 0px;
}

.control-group  > .input-box > .option > label > a {
        float: unset;
        margin: 0px;
}

.checkoutcontainer .payment-methods .expiration-date .multi-control .input-box { 
	width: auto !important;
	display: inline-block;
}

.form-list .multi-control .input-box{
	display: inline-block;
	width: auto !important;
}

.control-group.date-of-birth .select-field {
	display: inline-block;
}
.control-group.date-of-birth .select-field select {
	width: 81px;
	margin-right: 5px;
}
.control-group .option input[type=checkbox],
.control-group .option input[type=radio] {
	margin-right: 5px;
}

.multi-control {
	overflow: auto;
}

.required {
	color: #ff5000;
	padding-left: 2px;
}

.form-list .card-cvc .input-box input.input-text {
	width: 48px;
}

.multi-control div select{
	width: 75px;
}

.checkoutcontainer .payment-methods .card-cvc .input-box .input-text{
	width: 48px !important;
}

.checkoutcontainer .payment-methods .input-box .input-box select{
	width: 75px !important;
}

.payonecw-iframe{
	height: 550px;
	width: 100%;
	border: none;
}

.payment-methods .form-list select{
	width: 100%;
	max-width: 260px;
}


.sp-methods .card-brand-image-box,
.payment-methods .card-brand-image-box,
.payment-block .card-brand-image-box,
.iwd_opc_payment_method_forms .card-brand-image-box {
	display: inline-block;
}


.sp-methods .card-brand-image-color.brand-is-deselected,
.payment-methods .card-brand-image-color.brand-is-deselected,
.payment-block .card-brand-image-color.brand-is-deselected,
.iwd_opc_payment_method_forms .card-brand-image-color.brand-is-deselected {
	display:none;
}

.sp-methods .card-brand-image-grey.brand-is-selected,
.payment-methods .card-brand-image-grey.brand-is-selected,
.payment-block .card-brand-image-grey.brand-is-selected,
.iwd_opc_payment_method_forms .card-brand-image-grey.brand-is-selected {
	display:none;
}

.sp-methods .card-brand-image-selection,
.payment-methods .card-brand-image-selection,
.payment-block .card-brand-image-selection,
.iwd_opc_payment_method_forms .card-brand-image-selection {
	margin: 5px 0;
}

.sp-methods .card-brand-image-selection img,
.payment-methods .card-brand-image-selection img,
.payment-block .card-brand-image-selection img,
.iwd_opc_payment_method_forms .card-brand-image-selection img {
	width:auto;
	height: 20px;
	margin-right: 3px;
}

.sp-methods .invalid-card-number,
.sp-methods .invalid-cvc-number,
.payment-methods .invalid-card-number,
.payment-methods .invalid-cvc-number,
.payment-block .invalid-card-number,
.payment-block .invalid-cvc-number,
.iwd_opc_payment_method_forms .invalid-card-number,
.iwd_opc_payment_method_forms .invalid-cvc-number {
	border-color: #fb7f88 !important;
	background-image: url(https://www.brain-effect.com/skin/frontend/base/default/customweb/payonecw/images/invalid.png) !important;
	background-position: 242px center;
	background-repeat: no-repeat !important;
}

.sp-methods .valid-card-number,
.sp-methods .valid-cvc-number,
.payment-methods .valid-card-number,
.payment-methods .valid-cvc-number,
.payment-block .valid-card-number,
.payment-block .valid-cvc-number,
.iwd_opc_payment_method_forms .valid-card-number,
.iwd_opc_payment_method_forms .valid-cvc-number {
	background-image: url(https://www.brain-effect.com/skin/frontend/base/default/customweb/payonecw/images/valid.png) !important;
	background-position: 242px center;
	background-repeat: no-repeat !important;
}

.sp-methods .invalid-cvc-number,
.sp-methods .valid-cvc-number,
.payment-methods .invalid-cvc-number,
.payment-methods .valid-cvc-number,
.payment-block .invalid-cvc-number,
.payment-block .valid-cvc-number {
	background-position: 36px center;
}

.sp-methods .expiration-date select,
.payment-methods .expiration-date select,
.payment-block .expiration-date select,
.iwd_opc_payment_method_forms .expiration-date select {
	margin-right: 5px;
}

.payment-methods .invalid-card-number,
.payment-methods .valid-card-number {
	background-position: 206px center;
}

#aw-onestepcheckout-payment-method .sp-methods .invalid-card-number,
#aw-onestepcheckout-payment-method .sp-methods .valid-card-number {
	background-position: 212px center;
}

#aw-onestepcheckout-payment-method .expiration-date select {
	width: 100px;
}

#aw-onestepcheckout-payment-method .card-cvc input.input-text {
	width: 48px;
}

#gcheckout-payment-methods .sp-methods .invalid-card-number,
#gcheckout-payment-methods .sp-methods .valid-card-number {
	background-position: 182px center;
}

#gcheckout-payment-methods .sp-methods .invalid-cvc-number,
#gcheckout-payment-methods .sp-methods .valid-cvc-number {
	background-position: 34px center;
}

#gcheckout-payment-methods .card-number input.input-text {
	width: 200px;
}

#gcheckout-payment-methods .card-cvc input.input-text {
	width: 52px;
}

.opc-wrapper-opc .payment-block .card-holder-name input[type="text"].input-text,
.opc-wrapper-opc .payment-block .card-number input[type="text"].input-text {
	width: 260px;
}

.opc-wrapper-opc .payment-block .expiration-date select.select {
	width: 130px;
}

.opc-wrapper-opc .payment-block .card-cvc input[type="text"].input-text {
	width: 55px;
}


.payonecw-external-checkout-widget {
	line-height: 34px;
}

.klarna-link {
	float: none !important;
	margin: 0 !important;
}


.iwd_opc_payment_method_forms .payonecw_payment_form {
	text-align: left;
}

.iwd_opc_payment_method_forms .payonecw_payment_form .cw_payment_description {
	margin-bottom: 20px;
}

.iwd_opc_payment_method_forms .payonecw_payment_form .card-cvc .input-box input.input-text {
	width: 100px;
}

.iwd_opc_payment_method_forms .control-group.card-number .input-box {
	display: block;
}

.iwd_opc_payment_method_forms .invalid-card-number,
.iwd_opc_payment_method_forms .valid-card-number {
	background-position: 265px center !important;
}

.iwd_opc_payment_method_forms .invalid-cvc-number,
.iwd_opc_payment_method_forms .valid-cvc-number {
	background-position: 76px center !important;
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(https://www.brain-effect.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}
