/*
 *
 * 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.newblueeyes.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: 3px 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: #EE5786;
    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: 0px;background:#fff;border:1px solid #e0e0e0;}
button.btn-link > span {padding:4px 14px;color: #fff;background: #EE5786;}
button.btn-link:hover {background-color: #fff; border-color:#000;text-decoration: none;}
button.btn-grey {background-color: #EE5786;}
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.newblueeyes.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 2px;padding: 5px 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;display: none;}
.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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: #222222;color:#fff;}
.header-top-container a {color:#fff;}
.header-top {font-size: 0.92em;padding-top: 5px;padding-bottom: 5px;}
.header-top-left {float: left;}
.header-top-right {float: left;}
.header-top-left > div,
.header-top-right > div {margin-right:24px;}
.header-top-left > div:last-child,
.header-top-right > div:last-child {margin-left: 0;}
.header-top .dropdown {display: inline-block;}

.header-main {padding: 5px 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: #EE5786;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: 35px;padding:0 20px;border-left: 0px solid #393939;color: #fff;}
.header-nav-container .elegento-menu .level-top > a:hover {color: #cda85c;}
.header-nav-container .elegento-menu .level-top:last-child > a {border-right: 0px solid #393939;}
.header-nav-container .elegento-menu .level0-wrapper {top: 35px;}
.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: left !important;}
.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: #EE5786;
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    line-height: 33px;
    border-radius: 2px;
    -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: 1px solid #E6E6E6;
    width: 350px;
    right: 0;
    top: 55px;
    padding: 5px;
    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: 15px;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: 0px;border: 1px solid #E7E7E7;}
.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: 4px 0 4px;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;display: none;}
.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 solid #EE5786;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: 17px;color: #222;padding: 0 6px;line-height: 15px;display: block;text-align: center;/* background: #EE5786; */border-radius: 4px;position: absolute;top: 11px;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: 10px 0 10px;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.newblueeyes.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;padding-bottom: 10px;}
.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: 2px;display:block;margin-bottom: 8px;width: 35px;height: 25px;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: 0px solid #fff;border-width: 0px 0;display: inline-block;padding: 3px 0;font-size: 10px;margin-top: -1px;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 */
.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; color:#c7c7c7; position: relative; font-family: "royal"; letter-spacing: 5px; margin:0 auto; width:91px; height:22px; overflow:hidden; }
.ratings .rating-box:before {content:'\e602\e602\e602\e602\e602';}
.ratings .rating-box .rating { position: absolute; top: 0; left: 0; height:14px; overflow: hidden; }
.ratings .rating-box .rating:before {content:'\e602\e602\e602\e602\e602';}

.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 { font-size:14px; white-space: nowrap; color:#c7c7c7; position: relative; font-family: "royal"; letter-spacing: 5px; margin:0 auto; width:91px; height:22px; overflow:hidden; }
.ratings-table .rating-box:before {content:'\e602\e602\e602\e602\e602';}
.ratings-table .rating-box .rating { font-size:14px; position: absolute; top: 0; left: 0; height:20px; overflow: hidden; }
.ratings-table .rating-box .rating:before {content:'\e602\e602\e602\e602\e602';}

/* 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.newblueeyes.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.newblueeyes.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 5px;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.newblueeyes.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.newblueeyes.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.newblueeyes.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 .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: 2px !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: 1px solid #EE5786;position: absolute;top: -11px;left: 0;right:0;top:auto;bottom: -10px;}
.product-view .tab-content {margin-top: 10px !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: 5px;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: 15px;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: 10px 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: 105px ! important;float: left;margin-left: 5px;font-size: 13px;line-height: 35px;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: 5px 0;border-top: 1px solid #eee;border-bottom: 1px solid #eee;margin-bottom: 0px;}
.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: 2px;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: 0px 0 20px;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: -29px;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: 20px;
    height: 20px;
    border: 1px solid #EE5786;
    border-radius: 2px;
    color:#252525;
    text-align: center;
    font-size: 17px;
    line-height: 16px;
    -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 5px;font-size:1.17em;font-weight:normal;text-align: center;text-transform: capitalize;}

/* 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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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; }
/* ======================================================================================= */


/* 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.newblueeyes.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.newblueeyes.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: 0px;padding-bottom: 0px;}
.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: #E7E7E7;color:#787878;}
.footer-main-container > .container {padding-top: 0px;}
.footer-main-container .footer-main {padding-bottom: 10px;}
.footer-main-container a {color:#787878;}
.footer-main-container a:hover {color: #EE5786;}
.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: 0px;padding-bottom: 0px;border-top: 1px 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: #EE5786;padding: 0 0 10px;border-bottom: 1px solid #cececf;text-transform: uppercase;margin-bottom: 5px;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: 40px;height: 40px;border-radius: 2px;line-height:23px;background-color:#464646;line-height: 42px;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: #EE5786;
    width:45px;
    height:45px;
    bottom: 55px;
    right:35px;
    z-index:9999;
    border-radius: 2px;
    color: #fff;
    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;}

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

/* 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.newblueeyes.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.newblueeyes.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: 100%;padding: 0 0px;}
.newsletter-block-form #subscribe-validate-detail {float: right;width: 100%;}
.newsletter-block-form input#subscribe {width:70%;height:38px;float: left;width: 65%;height: 38px;float: left;}
.newsletter-block-form button.button {width:25%;height: 38px;float:right;padding:6px 14px;letter-spacing: 2px;width: 35%;height: 38px;/* float: right; */padding: 2px 10px;/* letter-spacing: 2px; */}
/* ======================================================================================= */

/* QR Link================================================================================ */
.qr-link {font-size: 0;width: 85px;height: 118px;display: block;margin-top: -41px;background-image: url(https://www.newblueeyes.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;}

button.button.btn-cart:hover {
    background: #000 !important;
}









.elegento-menu .level0-wrapper:before {content: "";display: block;width: 100%;height: 50px;position: absolute;top: 20px !important;left: 0;}







.elegento-menu li.level1:first-child > a {
    padding-bottom: 0px !important;
}
.elegento-menu .level0-wrapper .column {
   
    width: 100% !important;
}
.elegento-menu li.level1:first-child {
    padding-top: 0 !important;
}
.header-nav-container .elegento-menu .level0-wrapper {
    width: 200px !important;
	left: auto !important;
  
}
.elegento-menu li.level1 {
    padding-top: 0px !important;
}


.egmenu .elegento-menu .level1 > a {
    text-transform: uppercase;
    padding: 10px 5px;
    width: 100%;
    color: #767676;
    font-size: 1em;
}


.grid-container .review.rating-only {
    display: none;
}
/**
 * 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-2020 Magento, Inc. (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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 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.newblueeyes.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.newblueeyes.com/skin/frontend/base/default/images/elegento/ajax/ajax-loader(').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: 14px;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 {color: white;font-family: "FontAwesome";content:"\f107";display: inline;padding-left: 3px;}.elegento-menu .level-top > a {display:block; padding:5px 15px 0;text-decoration:none;}.elegento-menu .level-top > a > span {display: inline-block;color: #fff;}.elegento-menu .level0-wrapper {display: none;position: absolute;top:100px;left: 0;z-index: 999;width:100%;padding: 15px 20px;background: #fff;border: 1px 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:#fff;margin: 14px 19px 0 0;line-height: 17px;display:none;}.elegento-mobile li > .opener > .icon-royal:hover {border: 1px solid #ddd;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;}}
.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;}
}
.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.newblueeyes.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.newblueeyes.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;}

#magegiant-sociallogin-container {

}

#magegiant-sociallogin-container input, #magegiant-sociallogin-container select, #magegiant-sociallogin-container textarea {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.magegiant-sociallogin-popup {
    width: 100%;
    max-width: 500px;
    background-color: white;
    z-index: 200;
    overflow: hidden;
    height: auto !important;
    text-align: left;
    top: 10%;
}

#magegiant-sociallogin-container .sociallogin-title {
    margin: 0 -12px 12px -12px;
    padding: 5px 10px 2px 40px;
    background-position: 12px center;
    background-repeat: no-repeat;
}

#magegiant-sociallogin-container .sociallogin-title h2 {
    color: #fff;
    font-size: 18px;
}

#magegiant-sociallogin-container .sociallogin-title.create-account-title {
    background-image: url(https://www.newblueeyes.com/skin/frontend/base/default/css/magegiant/sociallogin/images/create-account-title.png);
}

#magegiant-sociallogin-container .sociallogin-title.login-title {
    background-image: url(https://www.newblueeyes.com/skin/frontend/base/default/css/magegiant/sociallogin/images/login-title.png);
}

#magegiant-sociallogin-container .sociallogin-title.forgot-pass-title {
    background-image: url(https://www.newblueeyes.com/skin/frontend/base/default/css/magegiant/sociallogin/images/forgot-pass-title.png);
}

#magegiant-sociallogin-container .form-list .input-box {
    width: auto;
}

#magegiant-sociallogin-container .input-text {
    width: 100%;
    min-height: 30px;
    margin-bottom: 10px;
    padding: 0 5px;
}

#magegiant-sociallogin-container .button {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#magegiant-sociallogin-container button.button span {
    border: none;
    background: none;
}

.giant-sociallogin-auth-form-block {
    display: block;
    padding: 0 3px;
}

#magegiant-sociallogin-container .giant-sociallogin-auth-form-block.last {
    padding: 10px 10px;
}

.giant-sociallogin-auth-form-block .button {
    float: right;
    min-height: 30px;
    min-width: 80px;
}

.giant-sociallogin-auth-form-block .button:hover {
    opacity: 0.6;
}

#magegiant-sociallogin-authentication, #magegiant-socialogin-create-user, #sociallogin-forgot {
    padding: 0 12px 10px 10px;
}

.ajax-login-image {
    background: url(https://www.newblueeyes.com/skin/frontend/base/default/css/magegiant/sociallogin/images/ajax-loader.gif) no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.magegiant-invalid-email {
    color: red;
}

.magegiant-success-email {
    color: green;
}

/*Social button*/
#social-button-container {
    padding: 10px 0;
}

#social-button-container .social-button-wapper {
    display: block;
}

#social-button-container .social-button-wapper ul {
    padding: 10px 20px;
}

#social-button-container .social-button-wapper ul li {
    float: left;
    margin-bottom: 20px;
}

#social-button-container .social-button-wapper ul li button {
    padding: 5px 5px;
    width: 100%;
}

#social-button-container .social-button-wapper ul li button img {
    width: 25px;
    float: left;
}

#social-button-container .social-button-wapper ul li button span {
    float: left;
    margin-left: 10px;
}

	.row-mg{
		min-height:1px;
		margin:0 -10px;
	}

	.col-mg{
		-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;
		float:left;
		padding:0 10px;
	}

    @media (min-width: 1200px) {
        .mg-lg-1 {
            width:8.33333333333%;
        }
        .mg-lg-2 {
            width:16.6666666667%;
        }
        .mg-lg-3 {
            width:25.0%;
        }
        .mg-lg-4 {
            width:33.3333333333%;
        }
        .mg-lg-5 {
            width:41.6666666667%;
        }
        .mg-lg-6 {
            width:50.0%;
        }
        .mg-lg-7 {
            width:58.3333333333%;
        }
        .mg-lg-8 {
            width:66.6666666667%;
        }
        .mg-lg-9 {
            width:75.0%;
        }
        .mg-lg-10 {
            width:83.3333333333%;
        }
        .mg-lg-11 {
            width:91.6666666667%;
        }
        .mg-lg-12 {
            margin-left:0;
            width:100%;
        }
    }
	
	@media (min-width: 992px) and (max-width: 1199px) {
		.mg-md-1 {
            width:8.33333333333%;
        }
        .mg-md-2 {
            width:16.6666666667%;
        }
        .mg-md-3 {
            width:25.0%;
        }
        .mg-md-4 {
            width:33.3333333333%;
        }
        .mg-md-5 {
            width:41.6666666667%;
        }
        .mg-md-6 {
            width:50.0%;
        }
        .mg-md-7 {
            width:58.3333333333%;
        }
        .mg-md-8 {
            width:66.6666666667%;
        }
        .mg-md-9 {
            width:75.0%;
        }
        .mg-md-10 {
            width:83.3333333333%;
        }
        .mg-md-11 {
            width:91.6666666667%;
        }
        .mg-md-12 {
            margin-left:0;
            width:100%;
        }
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		.mg-sm-1 {
            width:8.33333333333%;
        }
        .mg-sm-2 {
            width:16.6666666667%;
        }
        .mg-sm-3 {
            width:25.0%;
        }
        .mg-sm-4 {
            width:33.3333333333%;
        }
        .mg-sm-5 {
            width:41.6666666667%;
        }
        .mg-sm-6 {
            width:50.0%;
        }
        .mg-sm-7 {
            width:58.3333333333%;
        }
        .mg-sm-8 {
            width:66.6666666667%;
        }
        .mg-sm-9 {
            width:75.0%;
        }
        .mg-sm-10 {
            width:83.3333333333%;
        }
        .mg-sm-11 {
            width:91.6666666667%;
        }
        .mg-sm-12 {
            margin-left:0;
            width:100%;
        }
	}
	
	@media (min-width: 481px) and (max-width: 767px) {
		.mg-xs-1 {
            width:8.33333333333%;
        }
        .mg-xs-2 {
            width:16.6666666667%;
        }
        .mg-xs-3 {
            width:25.0%;
        }
        .mg-xs-4 {
            width:33.3333333333%;
        }
        .mg-xs-5 {
            width:41.6666666667%;
        }
        .mg-xs-6 {
            width:50.0%;
        }
        .mg-xs-7 {
            width:58.3333333333%;
        }
        .mg-xs-8 {
            width:66.6666666667%;
        }
        .mg-xs-9 {
            width:75.0%;
        }
        .mg-xs-10 {
            width:83.3333333333%;
        }
        .mg-xs-11 {
            width:91.6666666667%;
        }
        .mg-xs-12 {
            margin-left:0;
            width:100%;
        }
	}
	
	@media (max-width: 480px) {
		.col-mg{
			width:100%;
		}
	}




.tbox {
    position: absolute;
    display: none;
    padding: 14px 17px;
    z-index: 99999
}

.tinner {
    /*padding: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    background: #fff url(https://www.newblueeyes.com/skin/frontend/base/default/css/magegiant/sociallogin/tinybox2/images/preload.gif) no-repeat 50% 50%;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.tmask {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9999
}

.tclose {
    background: url("https://www.newblueeyes.com/skin/frontend/base/default/css/magegiant/sociallogin/tinybox2/images/close-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 26px;
    width: 20px;
}

.tclose:hover {
    _background-position: 0 -30px
}

#error {
    background: #ff6969;
    color: #fff;
    text-shadow: 1px 1px #cf5454;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0
}

#error .tcontent {
    padding: 10px 14px 11px;
    border: 1px solid #ffb8b8;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#success {
    background: #2ea125;
    color: #fff;
    text-shadow: 1px 1px #1b6116;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10;
    -moz-border-radius: 0;
    border-radius: 0
}

#bluemask {
    background: #4195aa
}

#frameless {
    padding: 0
}

#frameless .tclose {
    left: 6px
}




.account-login .fb-login h2 {
	background-image:url("https://www.newblueeyes.com/skin/frontend/base/default/images/magestore/fblogin/fb.png");
	background-repeat: no-repeat;
	/* padding-left: 40px; */
	padding-bottom: 5px
}
button.fb_button.fb_button_medium span {
    min-width: 140px;
}
span.fb_button_text {
	display: block;      
	height: 35px;      
	text-align: center;      
	padding-left: 40px;      
	padding-right: 10px;      
	line-height: 33px;      
	color: white;
	background: url("https://www.newblueeyes.com/skin/frontend/base/default/css/magestore/fblogin/fb.png") no-repeat;
	min-width:140px;
	}
.col-1.new-users li.button {
	min-width: 80px;
	background: none;
	display: block;
	text-align: left;
}	
.fb-seprate{
	margin-top:30px;
}

#connected{
	text-align:center; 
	margin-top:60px;
}

#connected #image{
	margin-bottom:10px;
}

.trackorder-index-index .page-title ,.trackorder-index-viewtrackorder .page-title {border: 0 none; height: 25px;}
.trackorder-index-index .continue-shopping,.trackorder-index-viewtrackorder .continue-shopping {padding-bottom: 4px; text-align: right;}
.table-your-order {border: 4px solid #E8E7E3; width: 100%;font-size: 11px;margin-bottom: 20px;}	
.tr-info-order td {border-bottom: 2px solid #E8E7E3;}
.trackorder-index-index .field {margin-bottom: 15px;}
.trackorder-index-index .input-box {float: none;}
.trackorder-index-index .dv-track-order input {width: 190px;}
.dv-track-order .continue-shopping a {color: #FF6666;font-size: 11px;}
.dv-track-order .continue-shopping img {margin-bottom: 0; padding: 0; vertical-align: middle;}
.trackorder-index-index  .messages .error-msg {border-top: none !important;}
.table-your-order span.bold-text {font-weight: bold;}
.col1-tbl td {padding: 20px 0 30px 0;}
.table-your-order .nm-text {font-weight: normal; text-transform: capitalize;}
.table-your-order .red-text {color: #FF6666; font-weight: bold; text-transform: uppercase;}
.table-your-order .col3-tbl td {padding: 15px 0;}
.table-your-order td.td-firts, .data-table td.td-firts, .data-table .th-only-fix {padding-left: 30px;}
.table-your-order .border-tbl-bt td {border-bottom: 2px solid #EFEFEF; padding-bottom: 5px;}
.trackorder-index-viewtrackorder .data-table img {float: left; padding-right: 20px;}
.trackorder-index-viewtrackorder #my-orders-table { 
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E8E7E3;
    border-style: solid;
    border-width: 4px 4px 0;
    margin-bottom: 0;
}
.trackorder-index-viewtrackorder #my-orders-table tbody tr td {padding-top: 10px; border-bottom: 2px solid #E8E7E3;}
.trackorder-index-viewtrackorder #my-orders-table thead th.th-only-fix {padding-left:30px !important; width: 139px;}
.hs-wit {width: 165px;}
td.td-fixed {padding-top: 5px !important;}
.sales-order-view #my-orders-table tbody tr td {padding-top: 10px;}	
.track-order {margin-top:10px !important;/*background-color: #000000 !important; border-color: #000000 !important; border-radius: 14px; color: #FFFFFF !important; height: 25px !important; line-height: 25px !important; width: 100px;*/}

.orderResultFalse {margin-top: 30px; border-top: 1px solid #CCCCCC; padding: 20px 0; display: none;}
.orderResult {margin-top: 30px; border-top: 1px solid #CCCCCC; padding: 20px 0; display: none;}
.orderResult .rsStatus1 {margin: 10px 0;}
.orderResult .rsStatus1 ul li {display: inline-block; padding: 10px; border: 1px solid;}
.orderResult .rsStatus1 ul li.active {background-color: #000000; color: #ffffff; border: 1px solid #000000;}
.orderResult .rsCarrier, .orderResult .rsTraking, .orderResult .rsShipped {display: none;}
.orderResult .orderLinks {margin-top: 10px;}
.orderResult .orderLinks button.button span {background-color: transparent; color: #000000; text-decoration: underline; border: none; padding: 0;}
.divLoading {margin-top: 10px; display: none;}
.loadingAjax {background: url("https://www.newblueeyes.com/skin/frontend/base/default/images/order-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); padding-left: 23px;}
.orderResult .dataImage {float: left; padding-right: 20px;}
.orderResult .dataTotal {text-align: right;}
.orderResult .detailTitle {color: #0A263C; font-size: 20px; margin: 20px 0;}
.orderResult .order-info-address {margin-top: 15px;}
.orderResult .detailSummary {padding: 5px 15px; background: none repeat scroll 0 0 #DEE5E8; border: 1px solid #BEBCB7;}
.orderResult .detailSummary table {width: 100%;}
.orderResult .detailSummary td {text-align: right;}
.orderResult .detailSummary td.s-text {width: 90%;}
.orderResult .detailSummary td.sTotal {font-weight: bold; font-size: 15px;}
.orderResult .detailSummary td strong {font-size: 15px;}
.orderResult .detailSummary td.sPayment {font-style: italic;}
.orderResult .trakingTitle {color: #0A263C; font-size: 20px; margin: 20px 0;}
.orderResult .trackCarrier {color: #0000FF; font-size: 14px; font-weight: bold;}
#track-order-form .field label {float:left; width:150px;padding-top: 6px;}
#track-order .field label {float:left; width:165px;padding-top: 6px;}
#track-order-forgotorder .field label {float:left; width:160px;padding-top: 6px;}
.status2Value,.carrierValue,.billedValue,.shippedValue{font-weight:bold;}
.trackorder-notajax .orderResult {display: block; margin-top: 0; padding: 0; margin-bottom: 15px;}
.trackorder-notajax .orderResult .rsNo {margin-top: 15px;}
.orderResult #orderdetail-html .dataStyle{padding:0 0 0 4px;float: left;}
.orderResult .dataName{margin:0 0 0 0 !important;}
#error_status{color:#ff0000;font-size: 14px;}
#track-order-form .input-box{padding-bottom:11px; margin-top:5px;float:left;}
#track-order .input-box{padding-bottom:11px; margin-top:5px;float:left;}
#track-order-form .input-text{width:300px;}
#track-order-forgotorder .input-text{width:300px;}
.forgotOrderNumber{margin-top:10px !important;/*background-color: #000000 !important; border-color: #000000 !important; border-radius: 14px; color: #FFFFFF !important; height: 25px !important; line-height: 25px !important; width: 100px;*/}
.content-trackorder{width:500px;}

@media only screen and (max-width: 480px) {
    .orderResult .rsStatus1 ul li {display: block;}
    .trackorder-index-index .dv-track-order input {width: 100%;}
    .orderResult .data-table {width: 100%;}
    .orderResult .data-table td {padding: 2px;}
    .orderResult .data-table th {padding: 0;}
    .orderResult .dataImage {padding-right: 10px;}
    .orderResult .dataName {font-size: 12px; float: left;}
}

/* * * Royal Theme * *//* General */p {font-family: 'Open Sans', Arial;}.price-box p {font-family: inherit;}/* Header */.top-links a {font-family: 'Open Sans', Arial;font-size: 15px;}.mini-cart .cart-label {font-family: 'Open Sans', Arial;}.mini-cart .block-subtitle {font-family: 'Open Sans', Arial;}.welcome-content {font-family: 'Open Sans', Arial;}/* Breadcrumbs */.breadcrumbs h2 {font-family: 'Bodoni MT', Arial;}.breadcrumbs li a {font-family: 'Open Sans', 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: 'Open Sans', Arial;}/* Home Page Static Block */.eg-cmsblock .eg-cmsblock-content p {font-family: 'Open Sans', Arial;}.about-royal-section p {font-family: 'Open Sans', Arial;}/* Form List */.form-list p {font-family: 'Open Sans', Arial;}.form-list li.control label {font-family: 'Open Sans', Arial;}/* Product Page */.no-rating {font-family: 'Open Sans', Arial;}.short-description {font-family: 'Open Sans', Arial;}.qty-wrapper .qty {font-family: 'Roboto', sans-serif;}.add-to-links a {font-family: 'Open Sans', Arial;}.product-collateral .tab-content .panel-body .std {font-family: 'Open Sans', Arial;}.box-tags h3,.box-tags .note {font-family: 'Open Sans', Arial;}.product-view .box-reviews .reviews-list .detail .review-detail {font-family: 'Open Sans', Arial;}.product-view .box-reviews .reviews-list .detail .date {font-family: 'Open Sans', Arial;}/* Category Page */.toolbar {font-family: 'Open Sans', Arial;}.toolbar .pager {font-family: 'Roboto', sans-serif;}.products-list .desc {font-family: 'Open Sans', Arial;}/* Newsletter Section */.block-subscribe .block-title h4 {}/* Sidebar */.layers-container dd {font-family: 'Open Sans', Arial;}.block .block-content {font-family: 'Open Sans', 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: 'Open Sans', Arial;}/* My Account */.block-account .block-content {font-family: 'Open Sans', Arial;}.my-wishlist .description {font-family: 'Open Sans', Arial;}.box-account .box-content {font-family: 'Open Sans', Arial;}.account-login .content p {font-family: 'Open Sans', Arial;}.account-login .buttons-set a {font-family: 'Open Sans', Arial;}/* Blog Pages */.post-title div {font-family: 'Open Sans', Arial;}.post-content {font-family: 'Open Sans', Arial;}.post-user-section {font-family: 'Open Sans', Arial;}.comment-content {font-family: 'Open Sans', Arial;}.comment-user-section {font-family: 'Open Sans', Arial;}.comment-date {font-family: 'Open Sans', Arial;}.block-blog-categories .blog-categories {font-family: 'Open Sans', Arial;}/* Footer Container *//**** Twitter Feed */#feed_container {font-family: 'Open Sans', Arial, Helvetica, sans-serif;}/** Footer Main */.footer-main-container .cms-block-content {font-family: 'Open Sans', 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: 'Open Sans', Arial;}.eg-accordion .block-content {font-family: 'Open Sans', Arial;}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.newblueeyes.com/skin/frontend/royal/default/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('https://www.newblueeyes.com/skin/frontend/royal/default/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('https://www.newblueeyes.com/skin/frontend/royal/default/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('https://www.newblueeyes.com/skin/frontend/royal/default/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('https://www.newblueeyes.com/skin/frontend/royal/default/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('https://www.newblueeyes.com/skin/frontend/royal/default/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/* 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.newblueeyes.com/skin/frontend/royal/default/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.newblueeyes.com/skin/frontend/royal/default/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.newblueeyes.com/skin/frontend/royal/default/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.newblueeyes.com/skin/frontend/royal/default/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.newblueeyes.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: 0px;
  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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.com/skin/frontend/royal/default/images/jqueryui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(https://www.newblueeyes.com/skin/frontend/royal/default/images/jqueryui/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(https://www.newblueeyes.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.newblueeyes.com/skin/frontend/royal/default/images/jqueryui/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(https://www.newblueeyes.com/skin/frontend/royal/default/images/jqueryui/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(https://www.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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/animateLicensed under the MIT licenseCopyright (c) 2013 Daniel EdenPermission 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.*/@charset "UTF-8";.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: 26px;font-size: 24px;width: 30px;height: 30px;-webkit-border-radius: 2px;-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: #ED1D24;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.newblueeyes.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.newblueeyes.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: 0px;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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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.newblueeyes.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%;background-image:url("https://www.newblueeyes.com/skin/frontend/royal/default/css/elegento/jquery/plugins/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("https://www.newblueeyes.com/skin/frontend/royal/default/css/elegento/jquery/plugins/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-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.newblueeyes.com/skin/frontend/royal/default/fonts/royal.eot?pkb40a');
	src: url('https://www.newblueeyes.com/skin/frontend/royal/default/fonts/royal.eot?#iefixpkb40a') format('embedded-opentype'),
		 url('https://www.newblueeyes.com/skin/frontend/royal/default/fonts/royal.woff?pkb40a') format('woff'),
		 url('https://www.newblueeyes.com/skin/frontend/royal/default/fonts/royal.ttf?pkb40a') format('truetype'),
		 url('https://www.newblueeyes.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.newblueeyes.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: 0px;}
.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: 23px;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.newblueeyes.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.newblueeyes.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.newblueeyes.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: 2px dotted #ddd;border-width:1px 0;border-color: #ddd transparent #ddd;margin-bottom: 10px;}
.tabbable .tab-content {margin-bottom: 23px;}
.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: 10px 0 10px;}
.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: 5px 0;float:none;display: inline-block;}
.nav-tabs > li > a {color:#252525;font-size: 20px;padding: 0;margin-left: 20px;margin-right: 20px;border:none;text-transform: uppercase;}
.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.newblueeyes.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: 48%;border: 1px solid #E7E7E7;}

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

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

    #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;}
}
.home-egslideshow-wrapper {font-size: 13px;}
.home-egslideshow-wrapper.container {padding-left: 15px;padding-right: 15px;}

.block-slide {position: relative;overflow: hidden;}
.block-slide .block-banner {padding: 10px;margin: 5px;left: 0;right: 0;bottom: 0;top: 0;position: absolute;z-index: 2;}
.block-slide .block-banner .banner-inner {position: absolute;top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.block-slide .block-banner h1,
.block-slide .block-banner h2,
.block-slide .block-banner h3,
.block-slide .block-banner h4,
.block-slide .block-banner h5,
.block-slide .block-banner h6 {margin-bottom: 0;}
.block-slide .block-banner h1 {line-height:85px;font-size:100px;}
.block-slide .block-banner h2 {line-height:70px;font-size:85px;}
.block-slide .block-banner h3 {line-height:45px;font-size:60px;}
.block-slide .block-banner h4 {}
.block-slide .block-banner h5 {}
.block-slide .block-banner h6 {}

.block-slide .block-banner .buttons-set {margin-top:40px;}

@media only screen and (max-width: 1199px) {
    .block-slide .block-banner h1 {line-height:70px;font-size:85px;}
	.block-slide .block-banner h2 {line-height:55px;font-size:70px;}
	.block-slide .block-banner h3 {line-height:30px;font-size:45px;}
	.block-slide .block-banner h4 {}
	.block-slide .block-banner h5 {}
	.block-slide .block-banner h6 {}

	.block-slide .block-banner .buttons-set {margin-top:20px;}
}

@media only screen and (max-width: 991px) {
    .block-slide .block-banner h1 {line-height:55px;font-size:70px;}
	.block-slide .block-banner h2 {line-height:45px;font-size:55px;}
	.block-slide .block-banner h3 {line-height:20px;font-size:30px;}
	.block-slide .block-banner h4 {}
	.block-slide .block-banner h5 {}
	.block-slide .block-banner h6 {}

	.block-slide .block-banner .buttons-set {margin-top:15px;}
}

@media only screen and (max-width: 767px) { 
    .block-slide .block-banner h1 {line-height:55px;font-size:60px;}
	.block-slide .block-banner h2 {line-height:45px;font-size:50px;}
	.block-slide .block-banner h3 {line-height:20px;font-size:30px;}
	.block-slide .block-banner h4 {}
	.block-slide .block-banner h5 {}
	.block-slide .block-banner h6 {}
	.block-slide .block-banner a {font-size: 11px;}

	.block-slide .block-banner .buttons-set {margin-top:15px;}
}

@media only screen and (max-width: 599px) {
    .block-slide .block-banner h1 {line-height:35px;font-size:40px;}
	.block-slide .block-banner h2 {line-height:25px;font-size:30px;}
	.block-slide .block-banner h3 {line-height:15px;font-size:20px;}
	.block-slide .block-banner h4 {display: none;}
	.block-slide .block-banner h5 {display: none;}
	.block-slide .block-banner h6 {display: none;}
	.block-slide .block-banner p {display: none;}
	.block-slide .block-banner a {font-size: 10px;}

	.block-slide .block-banner .buttons-set {margin-top:15px;}
}
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


@font-face {
  font-family: 'revicons';
  src: url('https://www.newblueeyes.com/skin/frontend/base/default/css/nwdthemes/revslider/font/revicons.eot?5510888');
  src: url('https://www.newblueeyes.com/skin/frontend/base/default/css/nwdthemes/revslider/font/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('https://www.newblueeyes.com/skin/frontend/base/default/css/nwdthemes/revslider/font/revicons.woff?5510888') format('woff'),
       url('https://www.newblueeyes.com/skin/frontend/base/default/css/nwdthemes/revslider/font/revicons.ttf?5510888') format('truetype'),
       url('https://www.newblueeyes.com/skin/frontend/base/default/css/nwdthemes/revslider/font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('https://www.newblueeyes.com/skin/frontend/base/default/css/nwdthemes/revslider/font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.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'; } /* '' */


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	position:absolute; z-index:505; top:0px;left:0px}


.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}
                                    
.tp-layer-inner-rotation            {    position: relative !important;}        


/***********************************************
    -    SPECIAL ALTERNATIVE IMAGE SETTINGS    -
***********************************************/

img.tp-slider-alternative-image    {    width:100%; height:auto;}


                            

/******************************
	-	WRAPPER STYLES		-
******************************/



.rev_slider_wrapper{
	position:relative;
}

.rev_slider_wrapper >ul	{
	visibility:hidden;
}

.rev_slider{
	position:relative;
	overflow:visible;
}


.rev_slider img{
	max-width:none !important;
	-moz-transition: none 0;
	-webkit-transition: none 0;
	-o-transition: none 0;
	transition: none 0;
	margin:0px;
	padding:0px;
	border-width:0px;
	border:none;

}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul{
	margin:0px;
	padding:0px;
	list-style: none !important;
	list-style-type: none;
	background-position:0px 0px;
}

.rev_slider >ul >li,
.rev_slider >ul >li:before{
	display: block;
	list-style:none !important;
	position:absolute;
	visibility:hidden;
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
}

.tp-revslider-slidesli,
.tp-revslider-mainul    {    padding:0 !important; margin:0 !important; list-style:none !important;}

.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image:none
}


.tp-simpleresponsive >ul li{
    list-style:none;
    position:absolute;
    visibility:hidden;
}


.rev_slider .tp-caption,
.rev_slider .caption { position:absolute;  visibility:hidden; white-space: nowrap}

.tp-simpleresponsive img	{	max-width:none}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption { z-index:1}



.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {max-width: none !important}

/******************************
	-	WRAPPER STYLES END	-
******************************/

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}
/******************************
	-	IE8 HACKS ENDS	-
*******************************/

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;

							}
.tp-caption:hover .tp-video-play-button    {    opacity: 1;}
.html5vid .tp-revstop                            {    width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position: relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.html5vid .tp-revstop                            {    display:none}
.html5vid.videoisplaying .revicon-right-dir        {    display:none}
.html5vid.videoisplaying .tp-revstop            {    display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button             { display:block}

.fullcoveredvideo .tp-video-play-button	{	display:none !important}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.13, rgb(0,0,0)),
        color-stop(1, rgb(50,50,50))
    );
    
    display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {
    opacity: .9;
}

.tp-video-button {
    background: rgba(0,0,0,.5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
    line-height:12px;
    font-size:12px;
    color:#fff;
    padding:0px;
    margin:0px;
    outline: none;
    }
.tp-video-button:hover {
    cursor: pointer;
}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap     { padding:0px 5px;display:table-cell; }

.tp-video-seek-bar-wrap    {    width:80%}
.tp-video-vol-bar-wrap    {    width:20%}

.tp-volume-bar,
.tp-seek-bar        {    width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/



/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/gridtile_3x3_white.png)}

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/



/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}


/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ 	/*-webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;*/
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;
	-webkit-font-smoothing: antialiased !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:30px; bottom:-30px}
.tp-bannershadow.tp-shadow2 {	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}


/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
			padding:6px 13px 5px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			height:30px;
			cursor:pointer;
			color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
			background:url(https://www.newblueeyes.com/skin/frontend/base/default/css/nwdthemes/revslider/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
			text-decoration:none;
		}

.tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(https://www.newblueeyes.com/skin/frontend/base/default/css/nwdthemes/revslider/images/gradient/g40.png) repeat-x top}


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover		{	background-position:bottom, 15px 11px}


	/*@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}*/


/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}


.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear								{	clear:both}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
												-webkit-transform: translateZ(5px);
										}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
										}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/bullet.png) no-repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/bullets.png) no-repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet				{	cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/bullet_boxed.png) no-repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px}

.tp-bullets.simplebullets.navbar .bullet.first			{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar .bullet.last			{	margin-right:0px !important}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/navigdots.png) no-repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
															-webkit-transform: translateZ(1000px);
															-webkit-transform-style: preserve-3d;

														}


.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}

.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/large_left.png) no-repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/large_right.png) no-repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/small_left.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/small_right.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/arrow_left.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/arrow_right.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/small_left_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/small_right_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/arrowleft.png) no-repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/arrowright.png) no-repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/large_left.png) no-repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/large_right.png) no-repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
												vertical-align: top;
											}
.tp-bullets.tp-thumbs img					{	vertical-align: top}


.fullwidthbanner-container .tp-thumbs		{  padding:3px}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }




/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; /*background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}





/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }

.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa; }

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
.tparrows.preview1 .tp-arr-iwrapper            {      -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper    {      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}

	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
    }

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 						{ 	height: 21px; }
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.15) !important;
											    /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 5px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: #aaa !important;
												width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(255, 255, 255, 1) !important;
}




/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;

												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px; }
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px; }


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
											}

.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:300px}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
													transform: translateX(0px);
													visibility: visible;
													position: absolute;
											}

/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 						{ 	height: 17px; }
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tp-arr-titleholder.alwayshidden			{	display:none !important}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
							}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
   		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
    }



/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat; }
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
.tparrows.preview3:hover:after					{	color:#000; }
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }


.tparrows.preview3 .tp-arr-iwrapper			{
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:90px;top:-10px}

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;
											}

.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
												position:relative;top:0px; }

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}

.tparrows.preview3:hover .tp-arr-iwrapper	{
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);

											}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 						{ 	height: 17px; }
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px; }



	}

    @media only screen  and (max-width: 767px) {

		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
	}





/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
												-webkit-transition: all 0.2s ease-in-out;
											    -moz-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}

.tp-rightarrow.preview4:after				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}

.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}

.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
												position:relative;top:0px;

												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;



											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
												position:absolute;top:0px; left:180px;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;

											}

.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}




.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 700;
												font-size: 11px;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;


}



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}




@media only screen and (min-width: 768px)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

														}
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 17px; }
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


    @media only screen  and (max-width: 767px) {
   		 .tparrows.preview4 						{	width:20px; height:80px}
   		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}

   		 .tparrows.preview1 .tp-arr-allwrapper,
   		 .tparrows.preview2 .tp-arr-allwrapper,
   		 .tparrows.preview3 .tp-arr-allwrapper,
   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
    }


/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}

.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}



/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/coloredbg.png) repeat}

.tp-caption.slidelink a span	{	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/coloredbg.png) repeat}






/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:url(https://www.newblueeyes.com/skin/frontend/base/default/images/nwdthemes/revslider/assets/loader.gif) no-repeat 10px 10px;
							background-color:#fff;
							margin:-22px -22px;
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -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: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s 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%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.tp-caption.medium_grey{position:absolute;color:#fff;text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);font-weight:700;font-size:20px;line-height:20px;font-family:Arial;padding:2px 4px;margin:0px;border-width:0px;border-style:none;background-color:#888;white-space:nowrap;}.tp-caption.small_text{position:absolute;color:#fff;text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);font-weight:700;font-size:14px;line-height:20px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.medium_text{position:absolute;color:#fff;text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);font-weight:700;font-size:20px;line-height:20px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.large_text{position:absolute;color:#fff;text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);font-weight:700;font-size:40px;line-height:40px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.very_large_text{position:absolute;color:#fff;text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);font-weight:700;font-size:60px;line-height:60px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;letter-spacing:-2px;}.tp-caption.very_big_white{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:60px;line-height:60px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;padding:0px 4px;padding-top:1px;background-color:#000;}.tp-caption.very_big_black{position:absolute;color:#000;text-shadow:none;font-weight:700;font-size:60px;line-height:60px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;padding:0px 4px;padding-top:1px;background-color:#fff;}.tp-caption.modern_medium_fat{position:absolute;color:#000;text-shadow:none;font-weight:800;font-size:24px;line-height:20px;font-family:'Open Sans', sans-serif;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.modern_medium_fat_white{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:24px;line-height:20px;font-family:'Open Sans', sans-serif;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.modern_medium_light{position:absolute;color:#000;text-shadow:none;font-weight:300;font-size:24px;line-height:20px;font-family:'Open Sans', sans-serif;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.modern_big_bluebg{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:30px;line-height:36px;font-family:'Open Sans', sans-serif;padding:3px 10px;margin:0px;border-width:0px;border-style:none;background-color:#4e5b6c;letter-spacing:0;}.tp-caption.modern_big_redbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:30px;line-height:36px;font-family:'Open Sans', sans-serif;padding:3px 10px;padding-top:1px;margin:0px;border-width:0px;border-style:none;background-color:#de543e;letter-spacing:0;}.tp-caption.modern_small_text_dark{position:absolute;color:#555;text-shadow:none;font-size:14px;line-height:22px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.boxshadow{-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);}.tp-caption.black{color:#000;text-shadow:none;}.tp-caption.noshadow{text-shadow:none;}.tp-caption.thinheadline_dark{position:absolute;color:rgba(0,0,0,0.85);text-shadow:none;font-weight:300;font-size:30px;line-height:30px;font-family:'Open Sans';background-color:transparent;}.tp-caption.thintext_dark{position:absolute;color:rgba(0,0,0,0.85);text-shadow:none;font-weight:300;font-size:16px;line-height:26px;font-family:'Open Sans';background-color:transparent;}.tp-caption.largeblackbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:'Open Sans';background-color:#000;padding:0px 20px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.tp-caption.largepinkbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:'Open Sans';background-color:#db4360;padding:0px 20px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.tp-caption.largewhitebg{position:absolute;color:#000;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:'Open Sans';background-color:#fff;padding:0px 20px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.tp-caption.largegreenbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:'Open Sans';background-color:#67ae73;padding:0px 20px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.tp-caption.excerpt{font-size:36px;line-height:36px;font-weight:700;font-family:Arial;color:#ffffff;text-decoration:none;background-color:rgba(0, 0, 0, 1);text-shadow:none;margin:0px;letter-spacing:-1.5px;padding:1px 4px 0px 4px;width:150px;white-space:normal !important;height:auto;border-width:0px;border-color:rgb(255, 255, 255);border-style:none;}.tp-caption.large_bold_grey{font-size:60px;line-height:60px;font-weight:800;font-family:'Open Sans';color:rgb(102, 102, 102);text-decoration:none;background-color:transparent;text-shadow:none;margin:0px;padding:1px 4px 0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_thin_grey{font-size:34px;line-height:30px;font-weight:300;font-family:'Open Sans';color:rgb(102, 102, 102);text-decoration:none;background-color:transparent;padding:1px 4px 0px;text-shadow:none;margin:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.small_thin_grey{font-size:18px;line-height:26px;font-weight:300;font-family:'Open Sans';color:rgb(117, 117, 117);text-decoration:none;background-color:transparent;padding:1px 4px 0px;text-shadow:none;margin:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.lightgrey_divider{text-decoration:none;background-color:rgba(235, 235, 235, 1);width:370px;height:3px;background-position:initial initial;background-repeat:initial initial;border-width:0px;border-color:rgb(34, 34, 34);border-style:none;}.tp-caption.large_bold_darkblue{font-size:58px;line-height:60px;font-weight:800;font-family:'Open Sans';color:rgb(52, 73, 94);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_bg_darkblue{font-size:20px;line-height:20px;font-weight:800;font-family:'Open Sans';color:rgb(255, 255, 255);text-decoration:none;background-color:rgb(52, 73, 94);padding:10px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_bold_red{font-size:24px;line-height:30px;font-weight:800;font-family:'Open Sans';color:rgb(227, 58, 12);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_light_red{font-size:21px;line-height:26px;font-weight:300;font-family:'Open Sans';color:rgb(227, 58, 12);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_bg_red{font-size:20px;line-height:20px;font-weight:800;font-family:'Open Sans';color:rgb(255, 255, 255);text-decoration:none;background-color:rgb(227, 58, 12);padding:10px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_bold_orange{font-size:24px;line-height:30px;font-weight:800;font-family:'Open Sans';color:rgb(243, 156, 18);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_bg_orange{font-size:20px;line-height:20px;font-weight:800;font-family:'Open Sans';color:rgb(255, 255, 255);text-decoration:none;background-color:rgb(243, 156, 18);padding:10px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.grassfloor{text-decoration:none;background-color:rgba(160, 179, 151, 1);width:4000px;height:150px;border-width:0px;border-color:rgb(34, 34, 34);border-style:none;}.tp-caption.large_bold_white{font-size:58px;line-height:60px;font-weight:800;font-family:'Open Sans';color:rgb(255, 255, 255);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_light_white{font-size:30px;line-height:36px;font-weight:300;font-family:'Open Sans';color:rgb(255, 255, 255);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.mediumlarge_light_white{font-size:34px;line-height:40px;font-weight:300;font-family:'Open Sans';color:rgb(255, 255, 255);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.mediumlarge_light_white_center{font-size:34px;line-height:40px;font-weight:300;font-family:'Open Sans';color:#ffffff;text-decoration:none;background-color:transparent;padding:0px 0px 0px 0px;text-align:center;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_bg_asbestos{font-size:20px;line-height:20px;font-weight:800;font-family:'Open Sans';color:rgb(255, 255, 255);text-decoration:none;background-color:rgb(127, 140, 141);padding:10px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_light_black{font-size:30px;line-height:36px;font-weight:300;font-family:'Open Sans';color:rgb(0, 0, 0);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.large_bold_black{font-size:58px;line-height:60px;font-weight:800;font-family:'Open Sans';color:rgb(0, 0, 0);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.mediumlarge_light_darkblue{font-size:34px;line-height:40px;font-weight:300;font-family:'Open Sans';color:rgb(52, 73, 94);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.small_light_white{font-size:17px;line-height:28px;font-weight:300;font-family:'Open Sans';color:rgb(255, 255, 255);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.roundedimage{border-width:0px;border-color:rgb(34, 34, 34);border-style:none;}.tp-caption.large_bg_black{font-size:40px;line-height:40px;font-weight:800;font-family:'Open Sans';color:rgb(255, 255, 255);text-decoration:none;background-color:rgb(0, 0, 0);padding:10px 20px 15px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.mediumwhitebg{font-size:30px;line-height:30px;font-weight:300;font-family:'Open Sans';color:rgb(0, 0, 0);text-decoration:none;background-color:rgb(255, 255, 255);padding:5px 15px 10px;text-shadow:none;border-width:0px;border-color:rgb(0, 0, 0);border-style:none;}
.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}
.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}


.tp-caption.big_caption_3,
.tp-caption.big_caption_2,
.tp-caption.big_caption_4,
.tp-caption.big_caption_5,
.tp-caption.big_caption_6,
.tp-caption.big_caption_7,
.tp-caption.big_caption_8,
.tp-caption.big_caption_9,
.tp-caption.big_caption_10,
.tp-caption.big_caption_11,
.tp-caption.big_caption_12,
.tp-caption.big_caption_13,
.tp-caption.big_caption_3_white,
.tp-caption.big_caption_2_white,
.tp-caption.big_caption_4_white{
            position: absolute; 
			color: #e14f4f; 
			text-shadow: none; 
			
			font-size: 80px; 
			line-height: 80px; 
			 font-family: "Oswald";
			border-width: 0px; 
			border-style: none; 
 
								
		}
    .tp-caption.big_caption_2, .tp-caption.big_caption_2_white {font-size:48px;}
.tp-caption.big_caption_4, .tp-caption.big_caption_4_white {font-size:124px; color:#fff;}
.tp-caption.big_caption_5  {font-size:120px;color:#94BB54;font-weight:800;}
.tp-caption.big_caption_6 {font-size:84px;color:#94BB54;font-weight:800;}
.tp-caption.big_caption_7 {font-size:50px;color:#333;font-weight:800;}
.tp-caption.big_caption_8  {font-size:24px;color:#fff;font-family: "Open Sans";}
.tp-caption.big_caption_9  {font-size:100px;color:#fff !important;}
.tp-caption.big_caption_10  {font-size:55px;color:#2a2b2c;font-weight:bold;}
.tp-caption.big_caption_11  {font-size:100px;color:#fff;}
.tp-caption.big_caption_12  {font-size:200px;color:#94BB54;font-weight:800;}
.tp-caption.big_caption_13 {font-size:24px;color:#aaa;font-family: "Open Sans";}
.tp-caption.handwriting, .tp-caption.handwriting_white{
            position: absolute; 
			color: #fff; 
			text-shadow: none; 
			 
			font-size: 144px; 
			line-height: 44px; 
			 font-family: "Dancing Script";
			padding:15px 40px 15px 40px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
  
								
		}

.tp-caption.store_button a {
            position: absolute; 
			color: #fff; 
			text-shadow: none; 
			
			font-size: 18px; 
			line-height: 18px; 
            font-weight:bold;
			 font-family: "Open Sans";
			padding:20px 35px 20px 35px !important;
			margin: 0px; 
  			cursor:pointer;
      		background:#1ABC9C;
  	        border-radius:5px;
            border-bottom:4px solid #16A085;
 						
}
.tp-caption.store_button_white a{position: absolute; 
			color: #fff; 
			text-shadow: none;
            font-size:14px;
    		font-weight:normal;
    		padding:10px 20px !important;
            background:#379BDE;
      		border-bottom:4px solid #2980B9;
      		border-radius:5px ;
    }
.tp-caption.store_button_white a:hover{
  	    background:#2980B9;
        border-bottom:4px solid #379BDE;
      }
.tp-caption.store_button a, .tp-caption.store_button_white a {
	color: #fff !important; 
}
.tp-caption.store_button_white a {color:#fff !important;}


.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.tp-caption.big_caption_3_white,
.tp-caption.big_caption_2_white,
.tp-caption.big_caption_4_white,
.tp-caption.handwriting_white{
    color:#fff;
    
    }
.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}
.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}
/**
 * WARNING: Do not edit this file. Your changes will be lost.
 * 2019-02-18 13:55:20 */

a:hover, 
a:focus,
.header-main-center-top a:hover,
.header-main-center-top a:focus,
.header-nav-container .elegento-menu .level-top > a:hover,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.breadcrumbs li a:hover,
.breadcrumbs li strong,
.breadcrumbs.bctype1 li a:hover,
.toolbar .sort-by a:hover,
.toolbar .view-mode a .fa:hover,
.category-list-slider .details-section > span,
.product-list-slider .product-category a,
.category-accordion li.level1 a:hover,
.compare-table tr.product-availability-row td .availability.in-stock span,
.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,
.product-view .product-shop .availability.in-stock span,
.product-view .product-shop .add-to-links a:hover,
.product-view .product-shop .supplement-detail p span,
.prevnext-section .prev-container .price-box .price,
.prevnext-section .next-container .price-box .price,
.header-nav-container .lang-container a:hover,
.header-nav-container .crnc-container a:hover,
.cart .cart-collaterals .reference a,
.opc .forgotpassword,
.dashboard a,
.footer-container .regular-price .price,
.footer-container .special-price .price,
.footer-container .price-from .price,
.footer-container .price-to .price,
.eg-switch-window,
.block-categories li.current > a,
.block-categories li.level1 a:hover,
.layers-container .category-filter span.current-category,
.post-categories,
.post-categories a,
.post-user-tags p a:hover,
.elegento-menu li a:hover,
.elegento-menu li.menu.active > a,
.elegento-mobile a:hover,
#feed_container .user a span,
#feed_container .tweet a,
#nav li.over a,
#nav li.active a,
#nav a:hover,
.category-vmenu li a:hover {color:#EE5786;}

a.btn-grey:hover,
.separator-5,
.eg-hover,
.hover-section .hover-links-wrapper > div:hover,
.block-title h2:after,
.block-subscribe .btn-subscribe,
.product-labels > span.new-product,
.product-view .product-shop .btn-cart:hover,
.layers-container button.button:hover,
.layers-container .price_slider > div,
.layers-container .price_slider > a,
.post-date-image .post-date,
.eg-accordion .block-opener:before,
.egnewsletter-frame .block-subscribe .btn-subscribe {background-color:#EE5786;}

.theme-color {color:#EE5786 !important;}
.theme-hover-color:hover {color:#EE5786 !important;}
.theme-bg-color {background-color:#EE5786 !important;}
.theme-hover-bg-color:hover {background-color:#EE5786 !important;}
.theme-bd-color {border-color:#EE5786 !important;}
.theme-hover-bd-color:hover {border-color:#EE5786 !important;}

.validation-failed,
.layers-container .price_slider > a,
.post-date-image .post-date {border-color:#EE5786;}


@media only screen and (max-width: 991px) {
    .search-wrapper #search_mini_form button.button:hover {background-color:#EE5786;}
}
@media only screen and (min-width: 992px) {
    .eg-headervertical .cart-icon {color: #EE5786;}
}

body {
				font-size: 12px;
			font-family: "Roboto", georgia, sans-serif;
		}

h1,h2,h3,h4,h5,h6 {	
				}

a {
	}
a:hover {
		}
a:focus {
		}

.container {
	}

button.button span {
		}
button.button:hover span {
		}
button.button:active span {
		}

.header-container, body.boxed .header-container {
			}
.header-container .container {	
	}

.header-top-container {
	}
.header-top-container .container {
				text-transform: uppercase;
	}
.header-top-container .container a {
	}
.header-top-container .container a:hover {
		}
.header-top-container .container a:hover span {
	}

.header-main-container {
	}
.header-main-container .container {
			}
.header-main-container .container a {
	}
.header-main-container .container a:hover {
		}

.header-nav-container {
				}
.header-nav-container .container {
			}
.eg-headerstyle6 .header-nav-container .container {
	text-align: center;
}
.header-nav-container .container a {
	}
.header-nav-container .container a:hover {
		}

.eg-stickyheader {
	}
.eg-stickyheader .container {
	}

.header .form-search input#search {
			
	}
.header .form-search input#search:hover {
			}

.header .dropdown {
	}
.header .dropdown-toggle span {
	}
.header .dropdown-toggle a {
	}
.header .dropdown-toggle a:hover {
	}

.egmenu .elegento-menu .level-top > a {
					text-transform: uppercase;
				}
.egmenu .elegento-menu .level-top:last-child > a {
			}
.egmenu .elegento-menu .level-top:hover > a {
		}
.egmenu .elegento-menu .level-top.active > a {
		}

.egmenu .elegento-menu .level1 > a {
					text-transform: uppercase;
	}
.egmenu .elegento-menu .level1 > a:hover {
		}
.egmenu .elegento-menu .level1.active > a,
.egmenu .elegento-menu .level1.current > a {
		}

.egmenu .elegento-menu .level2 > a {
					text-transform: uppercase;
	}
.egmenu .elegento-menu .level2 > a:hover {
		}
.egmenu .elegento-menu .level2.active > a,
.egmenu .elegento-menu .level2.current > a {
		}

.elegento-mobile li > a {
					text-transform: none;
	}
.elegento-mobile li > a:hover {
		}
.elegento-mobile li.active > a,
.elegento-mobile li.current > a {
		}

.elegento-menu .category-label-label1::after {
	}
.elegento-menu .category-label-label1 {
		}
.elegento-menu .category-label-label2::after {
	}
.elegento-menu .category-label-label2 {
		}
.elegento-menu .category-label-label3::after {
	}
.elegento-menu .category-label-label3 {
		}

.breadcrumbs {
		}

.products-grid li {
	}
.products-grid li:hover {
	}

.products-list li {
	}
.products-list li:hover {
	}

.product-labels > .out-of-stock {
		}
.product-labels > .out-of-stock > span > span {
	}
.product-labels > .out-of-stock > span {
		
}
.product-labels > .new-product {
		}
.product-labels > .new-product > span {
	}
.product-labels > .discount-code {
			}
.product-labels > .discount-code > span {
	}

.footer-container, body.boxed .footer-container {
			}
.footer-container .container {
	}
.footer-container #scroll-to-top span,
.footer-container #scroll-to-top .fa {
			}
.footer-container #scroll-to-top span:hover,
.footer-container #scroll-to-top .fa:hover {
			}

.footer-top-container {
		}
.footer-top-container .container {
	}
.footer-top-container .cms-block-title h6,
.footer-top-container .block-title h6 {
	}
.footer-top-container .cms-block-title h6 {
	}
.footer-top-container .block-title h6:after {
	}
.footer-top-container .block-title h6 span {
	}
.footer-top-container .container a {
	}
.footer-top-container .container a:hover {
	}
.footer-top-container .container button.button span {
		}
.footer-top-container .container button.button:hover span {
		}
.footer-top-container .container ul li {	
	}
.footer-top-container .container .owl-carousel .column-item .item {	
	}

.footer-top-after-container {
		}
.footer-top-after-container:hover {
	}
.footer-top-after-container .container {
	}
.footer-top-after-container .container a {
	}
.footer-top-after-container .container a:hover {
	}
.footer-top-after-container .container button.button span {
		}
.footer-top-after-container .container button.button:hover span {
		}

.footer-main-container {
		}
.footer-main-container .container {
	}
.footer-main-container .cms-block-title h6,
.footer-main-container .block-title h6 {
	}
.footer-main-container .cms-block-title h6 {
	}
.footer-main-container .block-title h6:after {
	}
.footer-main-container .block-title h6 span {
	}
.footer-main-container .container a,
.footer-main-container .container .cms-block a {
		}
.footer-main-container .container a:hover,
.footer-main-container .container .cms-block a:hover {
		}
.footer-main-container .container button.button span {
		}
.footer-main-container .container button.button:hover span {
		}
.footer-main-container .container ul li {	
	}
.footer-main-container .container .owl-carousel .column-item .item {	
	}

.footer-bottom-container {
		}
.footer-bottom-container .container {
	}
.footer-bottom-container .container a,
.footer-bottom-container .container .links a {
	}
.footer-bottom-container .container a:hover,
.footer-bottom-container .container .links a:hover {
	}
.footer-bottom-container .container button.button span {
		}
.footer-bottom-container .container button.button:hover span {
		}
.footer-bottom-container .footer-bottom > div {	
	}

