

/* FILE: styles.css */
/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#081C65 url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_body.gif) 50% 0 repeat-y; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#02134B; }
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; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { 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-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.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 { background:#fbfaf6 url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_main1.gif) 50% 0 no-repeat; }
.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_main2.gif) 0 0 no-repeat; text-align:left; }

/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* 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 */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
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 { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible;  border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.right {width:100%}
button.footer {width:100%}
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.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:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea {width:254px;height: 10em;}
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.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 .name-middlename { width:70px; }
.form-list .name-middlename 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 { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.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-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; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.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:11px; font-weight:normal; color:#777; text-align:left; }
.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 { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px;float:left; }
.buttons-set .back-link { float:left; margin:0; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* 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:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.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-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#02134B; }
.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:#e25203; }

/* Pager */
.pager { font-size:11px; background:#fff url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
.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 { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; background:#fff url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.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 .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.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 { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#02134B; white-space:nowrap; vertical-align:middle; }
.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 { background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.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 { background:#fff url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; 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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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;display:block; }
.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 li{list-style: disc inside; clear:both;}

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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 { }

/* 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; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {
    border-bottom:1px solid #edc209; 
    height: 75px;
    background: #081c65;
    min-width: 952px;
}
.header { width:930px; margin:0 auto; text-align:right; position:relative; z-index:10; height:100px; }
.header .logo { float:left; margin:12px 0 10px 24px; text-decoration:none !important; }
.header .logo > img { max-width: 160px; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:690px; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container { background:#081c65 url("https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_header.jpg") no-repeat ; }
#nav { margin:0 auto; font-size:18px; font-family:'Raleway';}

/* 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 { background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#fbce00; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#fff; font-weight:600; }
#nav li.over a,
#nav a:hover { color:#fbce00; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0;background:#ecf3f6 url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_nav1.gif) 0 100% repeat-x; }


#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 {border:1px solid #899ba5; }
#nav div ul { width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }

/* 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 > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#02134B; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:none; border:0px;border-bottom:1px solid #ccc;padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.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-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 {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.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:#bbb; }
.block-account .block-title { background:#fc9d36 url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding: 7px 12px 10px 12px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_block-currency.gif) 0 50% no-repeat; padding: 0px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0;  overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px;  text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.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 { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://www.eoffice.net/skin/frontend/eoffice/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 .btn-remove { float:right; background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.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; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.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 { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_block-list.gif); }
.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 { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_ma-info.gif); }
.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 { border-color:#406a83; background:#618499; }

/* 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; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 20px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548;height:52px; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions {  }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* 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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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; }

/* 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:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* 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; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* 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; }
.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; }
.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; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(https://www.eoffice.net/skin/frontend/eoffice/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:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.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 { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:1px solid #c4c6c8; }

.product-essential { padding:25px; background:#fff url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_product-view.gif) 100% 0 no-repeat; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { background:#faf7ee url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; 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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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 .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 ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.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 Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; 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:98%; }
.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:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; 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:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.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:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.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 { clear:both; 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 { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.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 { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* 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: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.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; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_pipe3.gif) 100% 4px no-repeat; 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 .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#02134B;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.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 .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* 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; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* 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.eoffice.net/skin/frontend/eoffice/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 .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.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; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }


.cart .discount h2 { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.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.eoffice.net/skin/frontend/eoffice/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:12px; font-weight:bold; color:#e87403; }
.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:12px; font-weight:bold; color:#e87403; }
.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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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:#02134B; }
.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 { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#02134B; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.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; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.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.eoffice.net/skin/frontend/eoffice/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 .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#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-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#02134B; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#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; }

/* 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.eoffice.net/skin/frontend/eoffice/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:#02134B; }
.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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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 { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* 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.eoffice.net/skin/frontend/eoffice/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:345px; padding:14px 21px; background:#faf7ee url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create { }

/* 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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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 .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#02134B; }
.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 .box-head h2 { background-image:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/i_ma-tags.gif); }
.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:#02134B; }
.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 h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.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 { background:#fff url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.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 h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#02134B; }
.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; }

.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.eoffice.net/skin/frontend/eoffice/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 td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* 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:125px; }
.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; }
.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; }
.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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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 { border-top:2px solid #ecc108; background-color:#00052e; }
.footer { width:1800px; height:700px; margin:0 auto; padding:10px 10px 50px; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_footer.png) no-repeat; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* 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.eoffice.net/skin/frontend/eoffice/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.eoffice.net/skin/frontend/eoffice/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; }
/* ======================================================================================= */


/* 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;}

/*lightboxes!!*/
.lightboxcontainer{
    background: none repeat scroll 0 0 #fff /*#EEF2F7*/;
    border: 1px solid #536376;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    display: none;
    padding: 14px 22px;
    position: relative;
    width: 100%;
    max-width: 700px;
    }
.lightboxcontainer table, .guidatagliepage table{margin:0px 0px 20px 0px;}
.lightboxcontainer table th, .guidatagliepage table th{padding:3px 7px; border: 1px solid #877;
    border-left:0px;border-bottom:0px;}
.lightboxcontainer table td, .guidatagliepage table td{padding:3px 7px; border: 1px solid #877;
    border-left:0px;border-bottom:0px;}
.lightboxcontainer table tr.odd td, .guidatagliepage table tr.odd td{background-color: #dedede;font-size:14px;}
.lightboxcontainer table tr.even td, .guidatagliepage table tr.even td{background-color: #bcbcbc;font-size:14px;}
.lightboxcontainer .lightboxcontent{overflow: auto;padding-right: 8px;}

.left_col_footer {
	margin:0 auto;
	padding-top:50px;
	width:190px;
}
.left_col_footer .logo{
	padding-bottom:40px;
}


/* FILE: font-awesome.min.css */
/*!
 *  Font Awesome 4.4.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.eoffice.net/skin/frontend/eoffice/default/fonts/fontawesome-webfont.eot?v=4.4.0');src:url('https://www.eoffice.net/skin/frontend/eoffice/default/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('https://www.eoffice.net/skin/frontend/eoffice/default/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('https://www.eoffice.net/skin/frontend/eoffice/default/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('https://www.eoffice.net/skin/frontend/eoffice/default/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('https://www.eoffice.net/skin/frontend/eoffice/default/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{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-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper: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-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}



/* FILE: eoffice.css */
/*** GENERAL   ***/ 
body  {text-align: left;font-family: 'Open Sans', sans-serif;font-size:13px;
        background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/home/bkgpixeled.jpg") repeat scroll 0px 0px #fcfcfc;} 
.main-container , .main{ background: none no-repeat scroll 50% 0 #fcfcfc;}
.main-container{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/css/") repeat-x scroll 0px 0px transparent; /*padding-top:30px;*/}
.customer-account-create .main-container, 
.customer-account-forgotpassword .main-container{ padding-top: 5px; padding-bottom: 30px;}
.main { width:940px; margin:0 auto; min-height:400px; padding: 25px 15px 0px; text-align:left; background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/bg_content.png") repeat scroll 0px 0px #fcfcfc;}
.cms-contact-us .main-container{ padding-top: 13px; background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/contact-us-bg.png") no-repeat center top;}
.customer-account-create .main,
.customer-account-forgotpassword .main{ width: 925px; padding: 25px 0px 0px; }
.sidebar{width:230px;}
/*
.col1-layout .col-main{margin-top: 20px;}
.col2-left-layout .col-main{padding-top:30px;}
.col2-left-layout .minisearchbox{margin-top: -45px;}*/
.page-title h2 {font-size: 26px;}
/*** BUTTONS ***/
button.button span,.cart-table .btn-empty span, 
.cart-table .btn-continue span, .cart-table .btn-update span ,.header .form-search button.button span{border: 0px; display:block; height:32px; line-height: 32px;background:url("https://www.eoffice.net/skin/frontend/eoffice/default/images/pulsanti.png") no-repeat scroll 0 -151px transparent; padding: 0 0 0 19px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span,.cart-table .btn-empty span span, .cart-table .btn-continue span span, 
.cart-table .btn-update span span, .header .form-search button.button span span {font-size: 12px; font-weight: bold; border:0; padding:0  19px 0 0;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/pulsanti.png") no-repeat scroll 100% -151px transparent;  line-height: 32px }
button.button:hover span,.cart-table .btn-empty:hover span, .cart-table .btn-continue:hover span,
.cart-table .btn-update:hover span ,.header .form-search button.button:hover span{ background-position: 0 -184px}
button.button:hover span span,
.cart-table .btn-empty:hover span span, .cart-table .btn-continue:hover span span, 
.cart-table .btn-update:hover span span,.header .form-search button.button:hover span span{ background-position: 100% -184px}
.catalog-category-view .buttons-set button.button span,
.quick-quote .buttons-set button.button span,
#search_mini_form  button.button span,
#smnewsletter  button.button span,
.minisearchbox .searcher button.button span{background-position: 0 -85px;padding: 0 0 0 18px;}
.catalog-category-view .buttons-set button.button span  span,
.quick-quote .buttons-set button.button span span,
#search_mini_form  button.button span span,
#smnewsletter  button.button span span,
.minisearchbox .searcher button.button span span {
    font-size: 16px; font-weight: bold;padding:0  18px 0 0;background-position: 100% -85px;color:#02134B;}
.catalog-category-view .buttons-set button.button:hover span,
.quick-quote .buttons-set button.button:hover span,
#search_mini_form  button.button:hover span ,
#smnewsletter  button.button:hover span ,
.minisearchbox .searcher button.button:hover span{background-position: 0 -118px}
.catalog-category-view .buttons-set button.button:hover span span,
.quick-quote .buttons-set button.button:hover span span,
#search_mini_form  button.button:hover span span,
#smnewsletter  button.button:hover span span,
.minisearchbox .searcher button.button:hover span span{background-position: 100% -118px}
#news span{padding: 0 0 0 10px;}
#news span span{padding:0  10px 0 0;}
button.btn-cart span{background-position: 0 -85px;}
button.btn-cart span span{background-position:  100% -85px;font-size: 16px; font-weight: bold;color:#02134B;}
button.btn-cart:hover span{background-position:  0 -118px}
button.btn-cart:hover span span{background-position:100% -118px}

.account-login button.button span,.account-create button.button span,
.add-to-cart button.button span, .cart button.btn-checkout span,.homesearchbox .searcher button.button span,
#review-buttons-container button.btn-checkout span, button.yellowbutton span,
.customer-account-forgotpassword .col-main button.button span,
.customer-account-resetpassword .col-main .buttons-set button.button span,
 #newsletterpopup button.button span
{background-position: 0 -1px;height:40px;}

#checkout-coupon-discount-load{display:none !important;}


.account-login button.button span span,.account-create button.button span span,
.add-to-cart button.button span span,.cart button.btn-checkout span span, .homesearchbox .searcher button.button span span,
#review-buttons-container button.btn-checkout span span,  button.yellowbutton span span,
.customer-account-forgotpassword .col-main button.button span span,
#newsletterpopup button.button span span,
.customer-account-resetpassword .col-main .buttons-set button.button span span{ 
    background-position: 100% -1px;font-size: 20px; font-weight: bold;
                       color:#02134B; line-height: 40px;}
    
.account-login button.button:hover span, button.yellowbutton:hover span, .account-create button.button:hover span,
.add-to-cart button.button:hover span,.cart button.btn-checkout:hover span,.homesearchbox .searcher button.button:hover span,
#review-buttons-container button.btn-checkout:hover span, 
.customer-account-forgotpassword .col-main button.button:hover span,
.customer-account-resetpassword .col-main .buttons-set button.button:hover span {background-position: 0 -43px;}

.account-login button.button:hover span span, button.yellowbutton:hover span span,.account-create button.button:hover span span,
.add-to-cart button.button:hover span span,.cart button.btn-checkout:hover span span,.homesearchbox .searcher button.button:hover span span,
#review-buttons-container button.btn-checkout:hover span span,
.customer-account-forgotpassword .col-main button.button:hover span span,
.customer-account-resetpassword .col-main .buttons-set button.button:hover span span { background-position: 100% -43px; }
/*more-info*/
.thirdtlev ul li .more-info{margin-top: 0px;}
button span span .img-more-info {padding-left: 2px; padding-top: 9px;}
/*** HEADER ***/
.header-container{ }
.header {width: 100%;
        min-width: 970px; 
        max-width: 1350px;
        height: 75px;
        margin:0 auto; 
        text-align:right; 
        position:relative; 
        z-index:10;  
}
.header .head-right{ float: right; overflow: visible; width: 740px; padding-right: 15px;}

.eoffice_links {float:right;font-size:12px;font-weight: 700;margin: 0 0 0;padding-top: 3px;}
.eoffice_links a {color:#FFF;text-decoration:none;}
.eoffice_links li {display:inline;padding:0 0 0 10px;}
.eoffice_links a:hover, .eoffice_links .current a,.flags .current a:hover,
.container-flag .nocurflag a:hover,.head-right .links li a:hover{color: #f4cc69;}
.eoffice_links a.affiliate {color: #FBCE00;font-size: 14px;}
/*** HEADER - CURRENCY ***/
.header .block-currency{ position: relative; height: auto; float: right;background: none; margin-bottom: 0;padding-top:6px;padding-bottom: 0;}
.header .block-currency .block-title strong{background: none;font-size: 11px;font-family: 'Open Sans', sans-serif;font-weight: 700;padding-top: 4px;}
.header .block-currency .block-title{ float: left; margin-right:10px; margin-bottom: 0; }
.header .block-currency .block-title strong span { float: left; }
.header .block-currency .block-title strong span:hover { color: #f4cc69; cursor: pointer; float: left; }
.header .block-currency .block-title .currency-current{ margin-left: 10px; }
.header .block-currency .block-title, .header .block-currency .block-content{float:left;}
.header .block-currency .block-content{ 
    display: none;
    position:absolute; 
    z-index: 999999;
    width: 120px;
    top: 30px;
    left: -3px;
}
.currencies-container-arrow{
    position: relative;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0,0,0,.95);
    display: block;
}
.currencies-block-items{
    width: 100%; 
    padding: 20px 30px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; 
    border-radius: 3px; 
    float: left;
    background: rgba(0,0,0,.95);
}
.currencies-block-items .currency-item{ padding: 6px 0px; width: 100%; float: left;}
.currencies-block-items .currency-item a{ float: left; color: #fff;text-decoration: none;font-weight: 700;font-size:12px; }
.currencies-block-items .currency-item a:hover { color: #f4cc69; }
.header .block-currency select{background-color: #F2EFEF;    border: 2px solid #DBDBDB;    border-radius: 5px;    color: #666666;}
.header .block-currency select:focus{background-color: #fff;border-color: #fdce04;color:#222222;}
/*** HEADER - LANGUAGE ***/
.header .form-language { float:right;position: relative; padding-top: 5px !important; margin: 0px;}
.header .form-language a {color: #fff; text-decoration: none;font-weight: 700;font-size:12px;}
.header .form-language .flag-item a { color: #2f2f2f; }
.header .form-language a img{padding-right: 5px;padding-top: 2px;}
.header .form-language a > i { margin-left: 7px; float: right;font-size: 16px; margin-top: 2px;}
.header .form-language div.flags {text-align: left;float: left; padding: 5px 2px 0 5px; overflow: auto;}
.curflag, .nocurflag {width: 100%; float: left; text-align: left;  }
.selang {float: left;width: 8px;padding-top: 6px; display: none; }
.selang a {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -11px -770px transparent; display: block; float: right; text-decoration: none; width: 6px;}
.selang-close a{background-position: -11px -800px;}
.flag-content-container{
    display: none;
    position:absolute; 
    z-index: 999999;
    width: 120px;
}
.flag-container-arrow{
    position: relative;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(255,255,255,.97);
    display: block;
}
.container-flag{ 
    width: 100%; 
    padding: 20px 15px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; 
    border-radius: 3px; 
    float: left;
    background: rgba(255,255,255,.97); 
     }
.container-flag .flag-item{ padding: 6px 0px; }
.flags .current a,.container-flag div a{padding-left:25px;}
.flags a{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/flags/sprite_flag.png") no-repeat scroll 0 0px transparent;} 
.flags .en{background-position: 0px 1px;}
.flags .it{background-position: 0px -204px;}
.flags .es{background-position: 0px -122px;}
.flags .fr{background-position: 0px -81px;}
.flags .pt{background-position: 0px -162px;}
.flags .de{background-position: 0px -41px;}
.container-flag a{ /* background: none !important; padding-left: 0px !important; */ }
/*** HEADER - CONTACT ***/
.header .contact{float: right;text-align: right;font-size:16px;margin-left: 25px;width:340px}
.header .contact .phone, .header .contact .email{color: #fff;float:left;}
.header .contact .phone{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/phone.png") no-repeat scroll left 5px transparent;padding-left: 15px;width: 165px;text-align: left;}
.header .contact .email{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/email.png") no-repeat scroll left 6px transparent;margin-left: 10px;padding-left: 18px;}
.header .contact .email a {color:#fff;text-decoration: none;}
/*** HEADER - TOPLINKS ***/
.header .links{ margin: 0 0 0px !important;padding-right: 0px;padding-top: 12px;}
.header .links li{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_pipe2.gif") no-repeat scroll 100% 60% transparent;}
.header .head-right .links a{color:#fff;text-decoration: none;font-weight: 700;}
/***  HEADER - NEWSLETTER / SEARCH MINI***/
#smnewsletter-header,.header-container .header .head-right .search-header {width: 410px;float:right;clear: both;margin: 3px 0 0 10px;}
.header-container .header .head-right .search-header {width: 260px;}
#smnewsletter-header h3,.search-header label{display: inline;color: #fff;font-size: 16px;font-weight: normal;}
#smnewsletter-header #newsletter_email{width: 218px;margin-left: 10px;height: 32px; margin-right: -8px;padding-right: 0;
                                                              background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/bk-news.png") no-repeat scroll left 2px transparent !important;
                                                              border: medium none;padding-right: 0;padding-left:8px;}
#smnewsletter-header button,.search-header button{height: 36px;}
.header-container .header .head-right .search-header .form-search{background: none;padding: 0; position: relative;}
.header .form-search button.button span{padding-left:8px;}
.header .form-search button.button span span{padding-right:8px;}
.header .form-search button.button span span img{margin-top: 5px;}
/***  HEADER - NAV-CONTAINER ***/
.header .head-right .nav-container{clear: both}
.header .head-right .nav-container #nav{display: block;font-weight: normal;font-family: 'Raleway';float: right;
    padding-top: 0px;}

.header .head-right .nav-container ,.header .head-right .nav-container #nav{
    background-color: transparent;
    background-image: none; 
}
#nav li.level0 a.level-top {font-size: 20px;}
#nav li.level0{padding:0px!important;margin:0px!important;}
/*#nav li.level0.first{position:relative;}*/
/*#nav li.level0.nav-1{position:relative;}*/
/* #nav li.level0:nth-child(3){position: relative;left: -255px;} */
#nav li.level0.last a{padding-right:0px !important;}
#nav li.nav-1.last a{padding-right:15px !important;}
#nav a{font-weight: 400;}
/*** FOOTER ***/
.footer .form-list label{color:#fff;}
.footer {height: auto;width: auto;}
#footer_block,#footer_cms,.block-copyright{width:980px; margin:0 auto; overflow: auto; border-bottom: 1px solid #061370;padding-bottom: 20px;}
.left_col_footer,.center_col_footer,.right_col_footer{float:left;}
.left_col_footer{font-size: 16px;}
.left_col_footer{width:200px;padding: 10px 10px 10px 0;}
.left_col_footer ul{padding-left: 18px;border-left: 1px solid #ecc108;margin-bottom:132px;}
.left_col_footer ul li{font-size:15px;line-height: 18px;}
.left_col_footer .search-header #search{margin-left:0px;width:80px;width:135px; margin-right: -8px;height:23px;
 background-color: #000035;color:#fff;border:1px solid #ecc108;background: none;border-radius: 3px;padding-left:3px;}
.center_col_footer{width: 470px;padding:10px;border-left: 1px solid #031070;border-right: 1px solid #031070;
    padding-left:25px;height: 400px;}
.right_col_footer{width:240px;padding: 10px 0 10px 22px;}
/*** FOOTER - LOGHI ***/
.logo-sponsor{overflow: hidden;width: 952px;margin: 0px auto; padding:20px;}
.logo-sponsor .title{text-align: left;margin: 0 0 30px;color:#163390;font-size:20px;}
.logo-sponsor ul{float:left;margin-left:174px;}
.logo-sponsor li{float:left;display: inline;margin: 0 12px;}
.logo-sponsor li img{}
/*** FOOTER - LEFT ***/
.footer .ul.links,.footer .left_col_footer ul{clear:both;display: block;}
.footer ul.links li,.footer .left_col_footer ul li{padding:0px !important;display: block;
                      background-image: none;text-align: left; font-family: "Open Sans";font-weight: 400;}
.footer ul.links li a,.footer .left_col_footer ul li a,.footer .left_col_footer .enet a{color:#e0e0ea;}
.footer .left_col_footer .enet{margin-top:30px;text-align: left;}
.footer .left_col_footer .enet .title{color:#fff;margin-bottom: 0px;}
.footer .left_col_footer .enet a{padding-right:5px;}
/*** FOOTER - CENTER ***/
.center_col_footer .twitter {width: 430px;}
.center_col_footer .twitter .title{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/twitterlogo.png") no-repeat scroll right 0px transparent;
      color:#7297ee;font-size:18px;font-family:'Raleway';line-height: 20px;padding-bottom: 28px;padding-left: 10px;}
.center_col_footer .twitter .twit p{color:#e0e0ea;}
.center_col_footer .newsletter h3{color:#fff;font-size:20px;font-family:'Raleway';font-weight: normal;}
.center_col_footer .newsletter #newsletter_email{height: 30px;line-height: 30px;width: 300px;color:#6e6e6e;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/bk-news.png") no-repeat scroll left 2px transparent;border: medium none;padding-right: 0;}
 #newsletterblock #newsletterblock_email{height: 30px;line-height: 30px;width: 300px;color:#6e6e6e;
                                         background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/bk-news.png") no-repeat scroll left 2px transparent;
                                         border: medium none;padding-right: 0;margin-top:10px; margin-left:40px;}


.center_col_footer .newsletter #smnewsletter #news{height: 32px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/go.png") no-repeat scroll left 0px transparent;margin-left: -3px;}
.center_col_footer .newsletter #smnewsletter #news span,.center_col_footer .newsletter #smnewsletter #news span span{background-color: transparent;border: none;}
#okprivacylabel{color:#e0e0ea;}
#smnewsletter h3{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/newsletterlogo.png") no-repeat scroll right 0px transparent;line-height: 27px; }

.newletter-light{padding:0px;border-color: #6699ff !important;}
#newsletterpopup .topimage{width:492px;height:80px; padding:26px 30px 46px;color:#fff;font-weight: 400;font-size: 23px;
         background:url("https://www.eoffice.net/skin/frontend/eoffice/default/images/lightbox/newsl-popup.jpg") left top no-repeat transparent;}
#newsletterpopup .topimage .toptext{width: 350px;}
#newsletterpopup.fr_FR .topimage .toptext { width: 460px; }
#newsletterpopup.es_ES .topimage .toptext { width: 450px; }
#newsletterpopup h3{background-color: #6699ff;color:#fff;padding:15px 30px;
   font-size: 21px;font-weight: 400;margin-bottom: 0px;}
#newsletterpopup #newsletter-content-form-popup{padding: 20px 30px 33px;background-color:#f4f5ef;}
#newsletterpopup input#newsletter_email_popup{width:305px;padding-left:10px;line-height: 36px;border-color:#b6b6b6;
                                        border-radius: 5px;color:#333;font-size: 14px;}
/*** FOOTER - RIGHT ***/
.right_col_footer .quick-quote,.right_col_footer{color:#e0e0ea;}
.right_col_footer .quick-quote .fieldset ul li{background: none transparent;}
.right_col_footer .quick-quote .title{padding-bottom: 10px;font-family:'Raleway';color:#7297ee;font-size:18px;
      font-weight: normal;line-height: 20px;}
.right_col_footer .quick-quote .fieldset ul,.right_col_footer .quick-quote .fieldset ul li,.right_col_footer  .quick-quote .fieldset .input-box{width: 240px;}
.right_col_footer .quick-quote .fieldset input.input-text,.right_col_footer .quick-quote .fieldset li.wide textarea {width: 220px;}
.right_col_footer .quick-quote .fieldset{padding: 5px 0 0;margin:0px;overflow: hidden;}
.right_col_footer .quick-quote .fieldset input.input-text,.right_col_footer .quick-quote .fieldset li.wide textarea{
    background-color: #000035;color:#fff;border:1px solid #ecc108;}
.right_col_footer .quick-quote .fieldset ul li{padding-left:0px;padding-right:0px;display: block; margin-bottom: 15px;}
.right_col_footer .quick-quote .buttons-set{border: none;margin: 0px;padding:0px;width: 230px}
.right_col_footer .quick-quote .buttons-set .required{color:#fff;}
.right_col_footer .quick-quote .title{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/hourslogo.png") no-repeat scroll right 0px transparent; line-height: 27px; }

/*** FOOTER -CMS ***/
#footer_cms{margin-top:30px;font-family: 'Raleway';padding-bottom: 30px;}
#footer_cms h2{text-align: left;color:#7297ee;padding-bottom: 15px;}
#footer_cms ul{float:left;width: 230px;}
#footer_cms ul li{background-image: none;display: block;float: left;width: 200px;}
#smnewsletter h3{color:#7297ee;font-size: 18px;font-weight: 400;}
#smnewsletter input{height: 23px;border: 0px;border-radius: 2px 2px 2px 2px;padding: 3px 4px;
 background-color: #000035;color:#fff;border:1px solid #ecc108;margin-right:-6px}
#smnewsletter #okprivacylabel{font-size: 10px;color:#fff;display: block;line-height: 10px;}
#smnewsletter #okprivacylabel a{color:#fff;}
#termsblock{padding:0px 18px; color:#717171;overflow:auto;clear:both;}
#termsblock a {color:#fff;}
#termsblock li{padding-left:0px;}
/*** FOOTER - COPYRIGHT ***/
.footer-container .block-copyright, .footer-container .powered-by{color:#fff;border: none;font-family: 'Raleway';
           text-align: left;margin: 15px auto 0px;width:980px;}
.footer-container .powered-by a{ color: #fff; }
.footer-container .block-copyright{padding-bottom: 0px;}
.footer-container .powered-by{margin-top: 0px;}
.footer #search_mini_form{margin-top:40px;}
/*** BREADCRUMBS ***/
.breadcrumbs,.topbot{margin: 0 0 5px; white-space: nowrap; width: 355px; overflow: hidden;}
.breadcrumbs ul li a{text-decoration: none;color:#acacac;font-size:12px;}
.breadcrumbs ul li a:hover{color:#000;}
.breadcrumbs ul li strong{font-weight: normal;}
.breadcrumbs ul li span{color:#acacac;}
.topbot{height: 15px;}
/*** LOCATIONS-FIRSTLEV ***/
.firstlev-locations .page-title h1 {font-size:30px;color: #6699ff;
    font-size: 38px; font-weight: 600;text-decoration: none;}
.firstlev-locations ul{float:left;display: inline-block;}
.firstlev-locations ul li{display: inline;float:left;width: 180px;padding: 10px 8px 10px 0;}
.firstlev-locations ul li a{text-decoration: none;color:#acacac;}
.firstlev-locations ul li a:hover{color:#000;}
.firstlev-locations ul li p{font-size: 18px;margin-bottom:0px; line-height: 22px; }
.firstlev-locations ul li .category-image img {border-radius: 3px 3px 3px 3px;}
.firstlev-locations ul li.first_clear {/* clear: left; */}
.firstlev-locations ul li:nth-child(2n+1) {clear: none;}
/*** LOCATIONS CATEGORY***/
.col2-left-layout .products-grid, .col2-right-layout .products-grid{width:685px;background: none;}
.secondtlev .products-grid li.item{width:149px;}
.secondtlev .page-title h1, .thirdtlev .page-title h1,.catalogsearch-result-index .page-title h1 {color:#02134B;font-family:'Raleway'; font-weight:600;font-size:46px;}
.secondtlev .category-address,.thirdtlev .category-address{color:#02134B;font-size: 22px;font-family:'Raleway';}
.secondtlev .category-description,.thirdtlev .category-description{width: 70%;float:left;color:#02134B;font-size: 13px;font-family:'Raleway';}
.secondtlev .category-image-main , .thirdtlev .category-image-main{width: 30%;float:left;display:block;}
.toolbar{clear:both;}
.secondtlev ul li,.thirdtlev ul li,.catalogsearch-result-index .category-products ul li {overflow: hidden; display: block;padding: 15px 10px 10px;background-color: #f7f7f4;border: 1px solid #e3e3e3;margin-bottom:20px}
.secondtlev ul li a,.thirdtlev  ul li a, .catalogsearch-result-index  .category-products ul li a{text-decoration: none;}
.secondtlev ul li .content-image,.thirdtlev ul li .content-image, .catalogsearch-result-index  .category-products ul li .content-image{float:left;width: 180px;}
.secondtlev ul li .content-info,.secondtlev ul li .content-services,.thirdtlev ul li .content-info,  .catalogsearch-result-index  .category-products ul li .content-info {width:470px;float: left; margin-left: 10px;position: relative;}
.secondtlev ul li .content-info .name,.thirdtlev ul li .content-info .name, .catalogsearch-result-index  .category-products ul li   .content-info .name{font-size:24px;color:#163390;font-family:'Raleway'; font-weight:600;line-height: 24px;}
.secondtlev ul li .content-info .name span {color:#707070;}
.secondtlev ul li .content-info .desc-addr,.thirdtlev ul li .content-info .desc-addr,.catalogsearch-result-index  .category-products ul li .content-info .desc-addr {font-size: 16px;color:#02134B;font-family: 'Open Sans';margin-top: 5px;}
.thirdtlev ul li .content-info .desc-addr{margin-bottom: 0px;}
.thirdtlev ul li .content-info .desc,.secondtlev ul li .content-info .desc, .catalogsearch-result-index  .category-products ul li .content-info .desc{color:#454543;font-size:12px;}
.secondtlev ul li .content-services{float: right;}
.secondtlev .content-services ul li{line-height: 14px;padding: 4px 0;width:140px;border: none;margin: 0 10px 0 0; 
                       padding:0px;float:left;border-bottom:1px dotted #989897; }
.secondtlev .content-services ul li a {padding-bottom: 7px;padding-left: 40px;
                                       padding-top: 7px;display: block;height: 36px;
                                       background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -9px -180px transparent;}
.secondtlev .content-services ul li.company-formation a,
.secondtlev .content-services ul li.formación-de-compañia a,
.secondtlev .content-services ul li.domiciliation a{background-position:-148px -224px;}
.secondtlev .content-services ul li.business-address a,
.secondtlev .content-services ul li.dirección-postal a,
.secondtlev .content-services ul li.gestion-de-courrier a{background-position: 0px -280px;}
.secondtlev .content-services ul li.meeting-rooms a,
.secondtlev .content-services ul li.sala-de-reuniones a,
.secondtlev .content-services ul li.salles-de-réunion a{background-position: -9px -174px;}
.secondtlev .content-services ul li.office-space a,
.secondtlev .content-services ul li.espacio-de-oficina a,
.secondtlev .content-services ul li.bureaux-tout-equipés a{background-position: -6px -334px;}
.secondtlev .content-services ul li.telephone-answering a,
.secondtlev .content-services ul li.atención-telefónica a,
.secondtlev .content-services ul li.gestion-des-appels a{background-position: 0px -226px;}
.secondtlev .content-services ul li.video-conferencing a,
.secondtlev .content-services ul li.videoconferencia a,
.secondtlev .content-services ul li.vidéoconference a{background-position:-148px -171px;}
.secondtlev .content-services ul li.virtual-office a,
.secondtlev .content-services ul li.oficina-virtual a,
.secondtlev .content-services ul li.bureaux-virtuels a{background-position: -3px -386px;}
.secondtlev .content-services ul li a span{width:100px;color:#656565;font-size: 12px;}
.secondtlev .content-services ul li.active a span{color:#d97500;}
.secondtlev .category-image-office img{width:180px;}
.secondtlev #location_map, .thirdtlev #location_map{margin-bottom:20px;}

.secondtlev .location li.active,.thirdtlev ul li.active,.secondtlev ul li.active,
.catalogsearch-result-index .category-products ul li.active {background-color: #ffffff;margin-bottom: 19px;
        border-bottom: 2px solid #D5D5D5; border-right: 1px solid #D5D5D5;box-shadow: 2px 2px 5px #d5d5d5;
        -webkit-box-shadow: 2px 2px 5px #d5d5d5;-moz-box-shadow:2px 2px 5px #d5d5d5;}
.thirdtlev ul li.active,.catalogsearch-result-index .category-products ul li.active{padding-right:9px;}
.secondtlev .location li.active ul li{background-color: #ffffff;}
.secondtlev .location li ul li.active {background-color: #ffffff;margin-bottom: 0px;box-shadow:none;border-right:none; border-bottom:1px dotted #989897;}
.secondtlev .location  li.active .content-services ul li.company-formation a,
.secondtlev .location  li.active .content-services ul li.formación-de-compañia a,
.secondtlev .location  li.active .content-services ul li.domiciliation a{background-position:-148px -2181px;}
.secondtlev .location  li.active .content-services ul li.business-address a,
.secondtlev .location  li.active .content-services ul li.dirección-postal a,
.secondtlev .location  li.active .content-services ul li.gestion-de-courrier a{background-position: 1px -2241px;}
.secondtlev .location  li.active .content-services ul li.meeting-rooms a,
.secondtlev .location  li.active .content-services ul li.sala-de-reuniones a,
.secondtlev .location  li.active .content-services ul li.salles-de-réunion a{background-position: -9px -2134px;}
.secondtlev .location  li.active .content-services ul li.office-space a,
.secondtlev .location  li.active .content-services ul li.espacio-de-oficina a,
.secondtlev .location  li.active .content-services ul li.bureaux-tout-equipés a{background-position: -6px -2294px;}
.secondtlev .location  li.active .content-services ul li.telephone-answering a,
.secondtlev .location  li.active .content-services ul li.atención-telefónica a,
.secondtlev .location  li.active .content-services ul li.gestion-des-appels a{background-position: 1px -2185px;}
.secondtlev .location  li.active .content-services ul li.video-conferencing a,
.secondtlev .location  li.active .content-services ul li.videoconferencia a,
.secondtlev .location  li.active .content-services ul li.vidéoconference a{background-position:-148px -2131px;}
.secondtlev .location  li.active .content-services ul li.virtual-office a,
.secondtlev .location  li.active .content-services ul li.oficina-virtual a,
.secondtlev .location  li.active .content-services ul li.bureaux-virtuels a{background-position: -2px -2347px}

/*** CATEGORY THIRD LEV ***/
.thirdtlev ul li .buy-now ul.info-add li,.secondtlev ul li .buy-now ul.info-add li, .catalogsearch-result-index .category-products  ul li .buy-now ul.info-add li{border:none; margin:7px 0px; padding:0px;background-color: transparent;}
.thirdtlev ul li .buy-now, .secondtlev ul li .buy-now,.catalogsearch-result-index  .category-products ul li .buy-now{width: 120px;}
.thirdtlev ul.product-list-es li .buy-now, 
.secondtlev ul.product-list-es li .buy-now,
.catalogsearch-result-index  .category-products ul.product-list-es li .buy-now{width: 150px;}
.thirdtlev ul li .buy-now ul.info-add,.secondtlev ul li .buy-now ul.info-add,.catalogsearch-result-index  .category-products ul li .buy-now ul.info-add{padding:10px 5px;}
.thirdtlev ul li .buy-now ul.info-add li a, .secondtlev ul li .buy-now ul.info-add li a,.catalogsearch-result-index  .category-products ul li .buy-now ul.info-add li a{color:#d97500;padding-left:21px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -9px -3px transparent;}
.thirdtlev ul li .buy-now ul.info-add li.info a,.secondtlev ul li .buy-now ul.info-add li.info a, .catalogsearch-result-index .category-products  ul li .buy-now ul.info-add li.info a{background-position: -9px -3px;}
.thirdtlev ul li .buy-now ul.info-add li.map a,.secondtlev ul li .buy-now ul.info-add li.map a, .catalogsearch-result-index  .category-products ul li .buy-now ul.info-add li.map a {background-position: -7px -50px;}
.thirdtlev ul li .buy-now ul.info-add li.quick a,.secondtlev ul li .buy-now ul.info-add li.quick a, .catalogsearch-result-index  .category-products ul li .buy-now ul.info-add li.quick a{background-position: -8px -98px;}
.thirdtlev ul li .buy-now ul.info-add li.book a,.secondtlev ul li .buy-now ul.info-add li.book a,.catalogsearch-result-index  .category-products ul li .buy-now ul.info-add li.book a {background-position: -8px -142px;}
.thirdtlev ul li.active .buy-now ul.info-add li,.secondtlev ul li.active .buy-now ul.info-add li,.catalogsearch-result-index  .category-products ul li.active .buy-now ul.info-add li  {border: none;box-shadow:none;}
.thirdtlev ul li .buy-now ul.info-add li a:hover,.secondtlev ul li .buy-now ul.info-add li a:hover,.catalogsearch-result-index .category-products ul li  .buy-now ul.info-add li a:hover{color:#fc8900;}
.map-light {height: 367px; width: 445px;}
.popup-container{width:445px;height:327px;}
.map-map{position: absolute;left: -10000px;}
.map-light .map-map{left: 20px;}
.map-light .map-popup-title, .quick-light .quick-popup-title{font-size: 28px;font-family: 'Raleway';color: #163390; }
.map-light .map-popup-addr{color: #02134B;font-family: 'Open Sans';margin-bottom: 5px;font-size: 14px;}
.pop-up-form{display: none;}
.quick-light{width:250px;}
.quick-light .quick-popup-image{width: 265px;float: left;}
.quick-light .pop-up-form{display: block;margin-left:0px;float: left;}
.quick-light .pop-up-form .quick-quote{width: 215px;}
.quick-light .pop-up-form .quick-quote .fieldset{margin-top: 0px;padding-left: 0;padding-top: 0;}
.quick-light .pop-up-form .quick-quote .wide .field-left, .quick-light .pop-up-form .quick-quote .wide .field-right { margin: 0 0 8px; width: 215px;}
.quick-light .pop-up-form .fieldset .form-list .input-box input,.quick-light .pop-up-form .fieldset .form-list .input-box textarea { background-color: #FDFDFD; border-color: #DFDFDF; color: #9D9D9D; width: 208px; }
/*hover*/

/*** BANNER-CONTACT***/
.banner-contact{color:#fff;width: 100%;float: left;padding-bottom: 120px;margin-top:40px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/bg_banner_find_office.jpg") no-repeat scroll 0px -3px transparent;}
.banner-contact .content{margin-top: 50px;float: right; padding: 10px; width: 450px;}
.banner-contact .content a{display: block;float: left;text-decoration: none;color:#fff;}
.banner-contact .content .link-title{width: 450px;}
.banner-contact .content .link-message{width: 325px;}
.banner-contact .content p{padding:0;margin: 0;}
.banner-contact .content .title{font-family: 'Raleway';font-size:20px;}
.banner-contact .content .message{font-size:16px;}
.banner-contact .content .post-message{font-size:14px;padding-top: 5px;width: 100%;float: left;}
.banner-contact .content .post-message span{margin-left:10px;}
.banner-contact .content .post-message .phone{font-size:16px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -148px -1597px transparent;padding-left: 35px;}
.banner-contact .buttons-set{clear: none;float: right;border-top: none;padding:0px;margin-top: 5px;width: 122px;}
/*** LOCATIONS-THIRDLEV***/
.thirdtlev ul li .content-info,.secondtlev ul li .content-info,.catalogsearch-result-index .category-products ul li  .content-info{padding-right: 10px;width: 335px;}
.thirdtlev ul li .regular-price .price,.secondtlev ul li .regular-price .price, 
.catalogsearch-result-index .category-products ul li .regular-price .price{font-size: 26px;line-height: 18px;}
.thirdtlev .buy-now,.secondtlev .buy-now, .catalogsearch-result-index .category-products ul li  .buy-now{float:right;}

.thirdtlev ul.product-list-es li .content-info,
.secondtlev ul.product-list-es li .content-info,
.catalogsearch-result-index .category-products ul.product-list-es li  .content-info{
    padding-right: 10px;
    width: 305px;
}

/*** CATEGORY - TOOLBAR ***/
.toolbar .pager{text-align: left;background-image: none;background-color: #F7F7F4;border: 1px solid #E3E3E3;margin-bottom: 20px;padding: 0 0 0 8px;}
.toolbar .pager .view-mode{display: block;float:left;line-height: 30px; margin: 0;}
.toolbar .pager .view-mode label,.toolbar .pager .view-mode .list,.toolbar .pager .view-mode .grid,.toolbar .pager .view-mode .map{display: block;float:left;border-right: 1px solid #E3E3E3; }
.toolbar .pager .view-mode label{width: 110px;}
.toolbar .pager .view-mode .list,.toolbar .pager .view-mode .grid,.toolbar .pager .view-mode .map{padding-right: 15px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -3px -473px transparent;padding-left:25px;}
.toolbar .pager .view-mode .map{background-position: -3px -504px}
.toolbar .pager .view-mode .grid{background-position: -3px -442px}
.toolbar .pager .view-mode a,.toolbar .pager .pages ol li a{color:#2F2F2F;text-decoration: none;}
.toolbar .pager .view-mode strong,.toolbar .pager .view-mode a:hover{font-weight: normal;background-color: #eeefe9!important;}
.toolbar .pager .pages , .toolbar .pager .amount{float:right;margin:0px;line-height: 30px;}
.toolbar .pager .pages strong{display: none;}
.toolbar .pager .pages ol,.toolbar .pager .pages ol li{float:left;margin:0px;}
.toolbar .pager .pages ol li a, .toolbar .pager .pages ol li.current{text-align: center; width: 30px;line-height: 30px;display: block;float:left;border-left: 1px solid #E3E3E3;}
.toolbar .pager .pages ol li a:hover,.toolbar .pager .pages ol li.current{background-color: #eeefe9;}
.toolbar .pager .amount{margin-right:10px;}
.toolbar .pager .amount strong{font-weight: normal;}
/*** MESSAGE MAP ***/
.gm-style-iw .catname{text-align: center;font-weight: 600!important;color: #163390; font-family: 'Raleway';font-size:14px !important;}
.gm-style-iw .catimage img{width: 150px;}
.gm-style-iw .catimage{float:left;}
.gm-style-iw .cataddress{float:left;margin-left: 10px; width: 120px;}
.gm-style-iw ul{float:left;width: 120px;}
.gm-style-iw ul li {float:left;margin:0 3px;padding: 0px; background-color: transparent; border: none;}
/*** SOCIAL-RIGHT ***/
.social{position: fixed;right:0px;top:290px;height:272px;background-color: #e8e8e8;width: 40px;border:1px solid #aeaeae;z-index: 5;}
.social a{margin: 5px 0;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -11px -1320px transparent;width:20px;height:20px;display: block;position:relative;}
.social .follow-us-link{height: 183px; padding: 10px 10px 0;}
.social .follow-us{height: 78px;color:#6d6d6d;}
.social .follow-us p{width: 78px;margin-top:20px;margin-left: -20px;display: block;position:absolute;-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);-ms-transform:rotate(-90deg);}
.social .linkedin{background-position: -41px -1320px;margin-top:0px;}
.social .twitter{background-position: -41px -1346px;}
.social .facebook{background-position: -41px -1370px;}
.social .googleplus{background-position: -41px -1396px;}
.social .picasa{background-position: -41px -1422px;}
.social .pinterest{background-position: -41px -1446px;}
.social .istagram{ background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/social-istag.png") no-repeat 1px 2px; }
.social .blog{background-position: -41px -1470px;}
.social .linkedin:hover{background-position: -11px -1320px;}
.social .twitter:hover{background-position: -11px -1346px;}
.social .facebook:hover{background-position: -11px -1370px;}
.social .googleplus:hover{background-position: -11px -1396px;}
.social .picasa:hover{background-position: -11px -1422px;}
.social .pinterest:hover{background-position: -11px -1446px;}
.social .istagram:hover{ background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/social-istag-hover.png") no-repeat 1px 2px; }
.social .blog:hover{background-position: -11px -1470px;}
/*** SIDEBAR RIGHT - CONTACTS-INFO  && SCHEDA PRODOTTO - CONTACTS-INFO***/
.sidebar .contact-info,.product-essential .contact-info {margin-bottom: 50px;}
.sidebar .contact-info p,.product-essential .contact-info p {color:#02134B;font-family:'Raleway'; font-weight:600;font-size:16px;width: 150px;}
.sidebar .contact-info .phone, .sidebar .contact-info .email a, .product-essential .contact-info .phone,.product-essential .contact-info .email a {text-decoration: none;color:#111;}
.sidebar .contact-info .contact div, .product-essential .contact-info .contact div{font-size: 16px;}
.product-essential .contact-info {margin-top: 50px;float: left;width:100%}
.product-essential .contact-info .contact div{width: 30%;float:left;}
.product-essential .contact-info p{width:100%;font-family:'Raleway';font-size:20px;}
.contact-info .phone .phone-icon{float:left;width:35px;height: 23px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -8px -1596px transparent;}
.contact-info .email .email-icon{float:left;width:35px;height: 23px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -10px -1646px transparent;}
.sidebar .block-currency{display: none;}
/*** SIDEBAR LEFT - CONTACT-INFO***/
.col-left .contact-info{margin-bottom: 15px;}
/*** SIDEBAR RIGHT - QUOTE ***/
.sidebar .quick-quote,.sidebar .contact-info {border: 1px solid #e3e3e3;background-color: #f7f7f4; padding:10px;}
.sidebar .quick-quote .title,.sidebar .quick-quote p{font-family:'Raleway'; font-weight:600;color:#02134B;}
.sidebar .quick-quote .title{font-size:16px;}
.sidebar .quick-quote p{font-size:12px;}
.sidebar .quick-quote .fieldset li,.sidebar .quick-quote .fieldset .input-box{width: 200px;}
.sidebar .quick-quote .fieldset input.input-text,.sidebar .quick-quote .fieldset li.wide textarea{width: 200px;background-color: #fff;color:#666666;}
.sidebar .quick-quote .fieldset{padding:0px;margin-top:10px;margin-bottom: 0px;}
.sidebar .quick-quote .fieldset .input-box{margin-bottom: 10px;}
.sidebar .quick-quote .buttons-set .required{font-family:'Open Sans'}
.quick-quote .fieldset {border:none;background: none transparent;}
.quick-quote .fieldset label{display: none;}
.quick-quote .buttons-set{border: none;margin: 0px;padding:0px;}
.quick-quote .messages_view{font-family: 'Open Sans';}
.quick-quote .fieldset input.input-text,.quick-quote .fieldset li.wide textarea{font-family: 'Open Sans'; /*border-radius: 3px 3px 3px 3px; */}
/*** SIDEBAR RIGHT - CART ***/
.sidebar .block-cart{margin-bottom: 50px;}
.cart .totals{width:305px;}
.cart .totals tfoot th strong, .cart .totals tfoot td strong{font-size: 13px;}
/*Navigazione a sinistra*/
.block-layered-nav .block-title{background: none;}
.block-layered-nav .block-title strong{background: none; font-size: 28px;color: #02134B;font-weight: normal;
                   text-transform: none;margin:15px 0px 20px;height:auto;}
.block-layered-nav .block-content{background: transparent;border-color: #ccc;}
.nav-container-left, .block-layered-nav{ clear:both;}
.block-layered-nav dl#narrow-by-list{padding:0px 0px;}
.block-layered-nav dt{background: none;padding:7px 0px 0 0px;font-size: 24px;color: #02134B;font-weight: normal;
    text-transform:none; padding: 0 10px 5px;}
.block-layered-nav dt div{border-bottom:1px solid #CCCCCC;}
.block-layered-nav dd{background: none;border-bottom:1px solid #ccc;padding:0px 0 18px;}
.block-layered-nav dd.last{border-bottom:0px;}
.block-layered-nav dd li{padding:0px 0px 0px 30px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/check_filtri.png") no-repeat scroll 14px -22px transparent;}
.block-layered-nav dd li:hover{background-position: 14px 4px;}
.block-layered-nav dd a{color:#666;padding-left: 3px;padding-top:5px;
                       text-decoration: none;display:block;}
.block-layered-nav dd a:hover{color:#333; }
/*current*/
.block-layered-nav .currently li{background: none;}
.block-layered-nav .currently .label{background: none;padding-left:0px;text-transform: none;color:#02134B;font-weight: 400;}


/*** PRODUCT ***/
.product-view{border:none; position: relative; }
.product-view .product-address h2{font-size: 18px;color:#02134B;font-family:'Raleway';}
#product-details h1{font-size: 32px;color:#02134B;font-family:'Raleway';}
#product-details{float: left;overflow: hidden;width:100%}
.nav-prod{margin-top: 10px; position: absolute; right: 0px;}
.prevprod-container,.nextprod-container{float:right;position: relative;}
.nav-prod a{text-decoration: none;color:#727272;font-size:12px;}
.nav-prod a:hover{text-decoration:underline;}
#prev-product{margin-right:5px;padding-left:15px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/prev-next.png") no-repeat scroll 0 5px transparent;}
#next-product{margin-left:5px;padding-right:17px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/prev-next.png") no-repeat scroll right -34px transparent;}
.product-view .col-left,.product-view .col-right{float:left;overflow: hidden;position: relative;}
.product-view .col-right{width: 480px;}
.product-view .col-left,.addition-info .map{width: 450px;}
.product-view .product-essential{padding:0px;background: none;border:none;}
.col1-layout .product-view .product-shop{width: 480px;}
.product-offer-flag-link { cursor: pointer; font-weight: bold; }
.product-view .product-shop .short-description{background: none;font-size:20px;color:#111111;}
.col1-layout .product-view .product-shop .price-content{margin-left: 0px;margin-top: 0px;overflow: hidden;padding:10px;border:1px solid #e3e3e3;background-color: #fcfcfc}
.col1-layout .product-view .product-shop .notsaleable{margin-left:10px;background-color: transparent;border: medium none;}
.col1-layout .product-view .product-shop .notsaleable .info-add li{margin: 7px 0;}
.col1-layout .product-view .product-shop .notsaleable .info-add .quick a,
.col1-layout .product-view .product-shop .notsaleable .info-add .book a{font-size: 13px;text-decoration: none;color:#d97500;padding-left:21px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -9px -3px transparent;}
.col1-layout .product-view .product-shop .notsaleable .info-add .quick a{background-position: -8px -98px;}
.col1-layout .product-view .product-shop .notsaleable .info-add .book a{background-position: -8px -142px;}
.product-shop .price-content .price-content-header{float:left;}
.product-shop .price-content .add-to-box{float:left;margin-top:0px;width: 100%;}
.product-shop .price-content .add-to-box .add-to-cart .btn-cart span span,.price-content .product-options-bottom  .add-to-cart .btn-cart span span {font-family: 'Raleway'; font-weight:bold;font-size:20px;color:#02134B;}
.product-shop .price-content .price-content-header .price,.product-options-bottom .price-box .price{font-size: 30px;color:#163390;margin-top: 0px;}
.product-shop .price-content .price-content-header .price-box, .product-options-bottom .price-box{line-height: 35px;}

.product-shop .price-content .price-content-header .price-box .note, .product-options-bottom .price-box .note{line-height: 30px;color:#163390;margin-top: 0px;}
.container-price,.container-price div{float:left;position:relative;overflow: hidden;}
.container-price .price-box span, .product-options-bottom .price-box span{display: block;float:left;margin-right: 5px; margin-top: 6px;}
.container-price .price-box .regular-price, .product-options-bottom .price-box .regular-price{margin-top: 0px;}
.price-content .desc-note{clear:both;margin-top:0px;float: left;width: 100%;}
.price-content .desc-note #nmrc{margin-top: -17px;margin-bottom: 15px;}
.price-content .desc-note p{margin-bottom: 0px;font-size:11px;}
.product-shop .tab{overflow: hidden;font-size: 14px;}
.product-shop .tab ul li{float:left; margin: 0px 10px;}
.product-shop .tab ul li.first{margin-left:0px;}
.product-shop .tab ul li a{text-decoration: none;display: block;padding: 5px 15px 5px 5px;color:#121011;}
.product-shop .tab ul li a:hover,.product-shop .tab ul li a.active{background-color: #f1efb4;}
.product-shop .tab ul li a.active{cursor: default;}
.box-description{margin-top: 15px;margin-bottom: 10px;}
.box-description{color:#666666;line-height: 1.5em;}
.product-shop .description, .product-shop .location, .product-shop .offert{clear:both;}
.price-content .product-options-bottom  .add-to-cart{margin-top:0px;float: right !important;}
.product-shop .price-content .add-to-box .add-to-cart,.price-content .product-options-bottom  .add-to-cart, 
.product-shop .price-content .add-to-box .add-to-cart .qty, .price-content .product-options-bottom  .add-to-cart .qty{float:left;}
.product-shop .price-content .add-to-box .add-to-cart{float:right;}
.product-shop .price-content .add-to-box .add-to-cart .qty,.price-content .product-options-bottom  .add-to-cart .qty{margin-right: 130px; }
.product-shop .price-content .add-to-box .add-to-cart .qty label,.price-content .product-options-bottom  .add-to-cart .qty label{font-family: 'Open Sans';font-weight: normal;}
.product-view #product-details .col-left .reviews{clear:both;float:left;}
#product-options-wrapper {padding:0px;margin-top:0px; background-color: #ffffff}
#product-options-wrapper dl,#product-options-wrapper dl dt,#product-options-wrapper dl dd{float: left;}
#product-options-wrapper dl dt{width: 165px;}
#product-options-wrapper dl dd{width: 260px;border: medium none;}
#product-options-wrapper dl dd select{width: auto;}
.product-options-bottom .price-box{float: left!important;}
.price-content .product-options,.price-content .product-options-bottom{background-color:transparent;background: none;border: none;float: left;width: 100%;}
.price-content .product-options .required{font-family: 'Open Sans';font-weight: normal;}
.price-content .product-options p.required{display: none;}
.price-content .product-options-bottom .add-to-links{display: none;}
.price-content .product-options dl dt,.price-content .product-options dl dd{float:left;}
.price-content .product-options-bottom{padding:0px;margin-top: 10px;}
.product-options dt label.required em{display:none;}

.product-view-card .add-to-cart{position: absolute; margin-top: -50px; margin-left: 0px; right: 10px; }

#product360degree{
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#product360degree #product360show{
    width: 100%;
    float: left;
}

#product360degree #product360show img{
    width: 100%;
    float: left;
}

/* immagine */
a.MagicZoomPlus{display: block !important;}
/*** MORE VIEWS ***/
.product-view .product-img-box .more-views ul { margin-left: 0; margin-top: 10px; }
.product-view .product-img-box .more-views li { float: left; margin: 0 4px 8px; }
.product-view .product-img-box .more-views li img.degree360-img { width: 82px; height: 54px; }
.product-view .product-img-box .more-views li a {width: 82px;border: 1px solid #DDDDDD;height: 55px;}
.product-view .product-img-box .more-views li a:hover{border: 1px solid #d98829;}
.product-view .product-img-box .more-views h4{display: none;}
/*** ADDITION-INFO: MAP && CONTATTI VARI***/
.addition-info{margin: 25px 0;}
.addition-info, .addition-info .map,.addition-info .addition-contact,.addition-info .addition-contact .contact-us,.addition-info .addition-contact .prod-quick-quote{float:left;}
.addition-info .addition-contact{width: 480px;float:right;/*background-color: #f9f9f7;border:1px solid #e9e9e9;padding: 15px 15px 7px;*/}
.addition-info .notsaleable{height: 303px;}
.addition-info .addition-contact .contact-us{width: 185px;margin-left: 10px;background-color: #f9f9f7;border:1px solid #e9e9e9;padding: 15px 15px 7px;}
.addition-info .notsaleable .contact-us{margin-right: 0px;}
.addition-info .addition-contact .contact-us .contact-info .message,
.addition-info .addition-contact .prod-quick-quote .title,#contact-popup  .contact-popup-title, .product-view .addition-info .addition-contact .prod-quick-quote .message{font-size: 16px;color:#2e4362;}
.addition-contact .contact-us .contact-info .contact .phone,.addition-contact .contact-us .contact-info .contact .email,.service-addition-contact .phone, .service-addition-contact .email {font-size: 16px;padding-left:0px;margin-bottom: 20px;}
.addition-contact .contact-us .contact-info .contact .phone, .addition-contact .contact-us .contact-info .contact .email{margin-bottom: 0px;}
.addition-contact .contact-us .contact-info .contact .email a,.service-addition-contact .phone, .service-addition-contact .email a{text-decoration: none;font-size: 16px;color:#2F2F2F;}
.addition-info .addition-contact .prod-quick-quote p{display: none;}
.addition-info .addition-contact .prod-quick-quote .pop-up-form{display: block;}
.product-view .addition-info .addition-contact .prod-quick-quote .message{display: block;}
.addition-info .addition-contact .prod-quick-quote{width: 215px;margin-left:5px;background-color: #f9f9f7;border:1px solid #e9e9e9;padding: 15px;}
.addition-info .notsaleable .prod-quick-quote{display: none;}
.addition-info .addition-contact .prod-quick-quote .title{display: none;}
#contact-popup {width:530px;}
#contact-popup .notsaleable,#contact-popup .contact-popup-image{float:left}
#contact-popup .quick-quote{width: 215px;}
#contact-popup .notsaleable{margin-left:30px;}
#contact-popup .notsaleable .message{display: none;}
/*#contact-popup .quick-quote .wide .field-left,#contact-popup .quick-quote .wide .field-right{ margin: 0 0 8px;width: 215px;}*/
.lightboxcontainer .close{color:#fff;cursor: pointer;margin-right: -20px;display: block;font-size: 1px; margin-top: -10px;float:right;height: 30px;width: 30px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/lightbox/icon_close.png") no-repeat scroll -2px -2px transparent;}
#contact-popup .contact-popup-image{width: 265px;}
#contactFormproduct .fieldset{margin:0px;padding: 0px 0 0;}
#contactFormproduct .fieldset .form-list .input-box{width: 215px;}
#contactFormproduct .fieldset .form-list .input-box input,#contactFormproduct .fieldset .form-list .input-box textarea{color:#9d9d9d;width: 208px; border-color: #DFDFDF;background-color: #fdfdfd; border-radius: 0; }
#contactFormproduct .field-left , #contactFormproduct .field-left #city, #contactFormproduct .fieldset .form-list .field-left .input-box{width: 120px;float:left;}
#contactFormproduct .field-right , #contactFormproduct .field-right #zip, #contactFormproduct .fieldset .form-list .field-right .input-box{width: 75px;float:left;}
#contactFormproduct .field-right{margin-left:13px;}
#contactFormproduct .fieldset .form-list li{margin: 0 0 5px;}
.product-view .addition-info .addition-contact .prod-quick-quote {padding-bottom: 20px;}
.addition-contact .parkopedia_cont{
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    width: 217px;
    overflow: hidden;
}
.addition-contact .parkopedia_cont iframe{
    border: none;
}
.addition-contact .parkopedia_cont #map_container #map{
    width: 217px !important;
}
.addition-contact .parkopedia_cont a{
    color:#d97500;
    padding-left: 18px;
    position: relative;
    margin-top: -20px;
    text-decoration: none;
    float: left;
    background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat -10px -48px ;
}
.addition-contact .parkopedia_cont .parkopedia_title{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #2e4362;
    margin-bottom: 0px;
}

/*** CORRELATI PER SERVICE ***/
.block-otherfromcategoryinpage,.block-fromcategoryinpage{border: none;float:left;}
.block-otherfromcategoryinpage .block-content{margin-top:20px;}
.block-otherfromcategoryinpage .block-title,.block-fromcategoryinpage .block-title{background: none;border:none;}
.block-otherfromcategoryinpage .block-title strong,.block-fromcategoryinpage .block-title h2{font-weight: normal;text-transform: none;font-size:20px;color:#02134B;font-family:'Raleway';}
.block-otherfromcategoryinpage .block-title strong,.block-otherfromcategoryinpage .block-title strong span,.block-fromcategoryinpage .block-title h2{display: block;width: 940px;}
.block-otherfromcategoryinpage .block-content,.block-otherfromcategoryinpage .block-content #block-related,
.block-fromcategoryinpage .block-content,.block-fromcategoryinpage .block-content #block-related,
.typeservice .containerservice .services {float: left;width: 940px;}
.block-otherfromcategoryinpage .block-content .main-products-list .item .product .product-details .std ul{padding-left: 0;}
.block-otherfromcategoryinpage .block-content .main-products-list .item .product .product-details .std ul li{list-style: none inside none;}
.block-otherfromcategoryinpage .block-content,.block-fromcategoryinpage .block-content,
.typeservice .containerservice .services .item{border:none;background-color: transparent;float:left;}
.block-otherfromcategoryinpage .block-content #block-related .item,.block-fromcategoryinpage .block-content #block-related .item,
.typeservice .containerservice .services .item{float:left;margin:7px;width:279px;border:1px solid #dddcd8;cursor: pointer;}
.block-otherfromcategoryinpage .block-content #block-related .item,.typeservice .containerservice .services .item{background-color: #f4f5ef;}
.block-otherfromcategoryinpage .block-content,.block-otherfromcategoryinpage .block-content #block-related .item .product{text-align: left;}
.block-otherfromcategoryinpage .block-content .item .product .title,
.typeservice .containerservice .services .item .title{text-align: center;margin-top: 15px;}
.block-otherfromcategoryinpage .block-content .item .product .title { text-align: left; margin-left: 70px; height: 50px; }
.typeservice .containerservice .services .item .title{text-align: left;margin-top: 35px;margin-bottom: 10px;}
.typeservice .containerservice .services .cf .title{ width: 200px; }
.typeservices_fr .containerservice .services .cf .title{ margin-top: 35px; width: 200px; }
.block-otherfromcategoryinpage .block-content .item .product a,.typeservice .containerservice .services .item a{text-decoration: none;}
.block-otherfromcategoryinpage .block-content .item .product .title a,
.typeservice .containerservice .services .item .title a{color:#05134a;font-family: 'Raleway';font-size: 18px;}
.typeservice .containerservice .services .item .title a{color:#6699ff;font-size:18px;}
.block-otherfromcategoryinpage .block-content .item .product .product-details .std,.typeservice .containerservice .services .item .details .summary{color:#444444;height: 65px; overflow: hidden;}
.typeservice .containerservice .services .item .details .summary,.typeservice .containerservice .services .item .details .info-price{color:#000033;font-size:13px;line-height: 18px;width: 242px;}
.typeservice .containerservice .services .item .details .summary{height: 74px; clear: left; }
.typeservice .containerservice .services .item .details .info-price{padding-bottom:10px;}
.typeservice .containerservice .services .item .details .info-price .price{color:#6699ff !important;}
.block-otherfromcategoryinpage .block-content .item .product .more,.typeservice .containerservice .services .item .details .more,
.membership-cards .containermembership .item .details .more{display: block;float:right;color:#d4780b;font-weight: bold; }
.membership-cards .containermembership .formation_es .title{ line-height: 20px; }
.typeservice .containerservice .services .item .details .moredetails{margin-top: 0px;margin-bottom:20px;}
.block-otherfromcategoryinpage .block-content .item .product .more{margin-top: 20px;}
.block-otherfromcategoryinpage .block-content .item .product .more:hover{text-decoration: underline;}
.block-otherfromcategoryinpage .block-content .id_prod{position: absolute;margin-left: -4px;margin-top: -18px;width: 65px;height: 60px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -9px 0px transparent;}
.typeservice .containerservice .services .item .icon-service{position: absolute;margin-left: 210px;margin-top: -7px;width: 66px;height: 66px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -9px 0px transparent;}
.block-otherfromcategoryinpage .block-content #block-related .item .product .product-details .price-box{float:left;margin:0px;color:#444444;font-size: 11px;}
.block-otherfromcategoryinpage .block-content #block-related .item .product .product-details .price-box .regular-price .price,.membership-cards .containermembership .item .price-box .price{color:#12368A;font-size: 14px;}
/*business-address*/
.block-otherfromcategoryinpage .block-content .id_prod_11{background-position: -110px -1759px;}
.typeservice .containerservice .services .ba .icon-service{background-position: -110px -1759px;}
.typeservice .containerservice .services .first{margin-left:0px !important;}
/*meeting-room*/
.block-otherfromcategoryinpage .block-content .id_prod_12{background-position: -110px -1830px;}
.typeservice .containerservice .services .mr .icon-service{background-position: -110px -1829px;}

/*meeting-room*/
.block-otherfromcategoryinpage .block-content .id_prod_713{background-position: -110px -759px;}
.typeservice .containerservice .services .cf .icon-service{background-position: -110px -759px;}
/*office-space*/
.block-otherfromcategoryinpage .block-content .id_prod_13,
.typeservice .containerservice .services .os .icon-service{background-position: -110px -2052px;}
.typeservice .containerservice .services .os .icon-service{background-position:-110px -2052px;}
/*telephone-answering*/
.block-otherfromcategoryinpage .block-content .id_prod_14,
.typeservice .containerservice .services .ta .icon-service{background-position: -110px -1977px;}
.typeservice .containerservice .services .ta .icon-service{background-position: -110px -1977px;}
/*video-conferencing*/
.block-otherfromcategoryinpage .block-content .id_prod_15,
.typeservice .containerservice .services .vc .icon-service{background-position: -110px -1509px;}
.typeservice .containerservice .services .vc .icon-service{background-position: -110px -1509px;}
/*virtual-office*/
.block-otherfromcategoryinpage .block-content  .id_prod_16,
.typeservice .containerservice .services .vo .icon-service{background-position: -110px -1903px;}
.typeservice .containerservice .services .vo .icon-service{background-position: -110px -1903px;}

.block-otherfromcategoryinpage .block-content  .id_prod_889,
.typeservice .containerservice .services .vo .icon-service{background-position: -110px -599px;}

.block-otherfromcategoryinpage .block-content  .id_prod_901,
.typeservice .containerservice .services .vo .icon-service{background-position: -110px -676px;}

.block-otherfromcategoryinpage .product-details{height:88px;}
.block-otherfromcategoryinpage .product-details p{margin:0px;}
.typeservice .containerservice .services .last { margin-right: 0px !important;}

/*** CORRELATI PER COUNTRY ***/
.main-location-list .item{background-color: #F7F7F4;height: 180px;}
.main-location-list .item a{display: block;float:left;overflow: hidden;text-decoration: none;}
.main-location-list .item .location-title{font-size:18px;color:#434341;color:#12368a;width: 270px;height:72px;}
.main-location-list .item .location-title span{font-size:18px;color:#434341;}
.main-location-list .item .location-title .address{display: block;font-size: 14px;color:#00114f;font-family: 'Open Sans';}
.main-location-list .item .location-image {width: 126px;height: 80px;}
.main-location-list .item .location-image img{width:126px;}
.main-location-list .item .service-list{width: 140px;float:left;height: 90px;}
.main-location-list .item .service-list ul{margin-left:4px;float: left;}
.main-location-list .item .service-list ul li a {white-space: nowrap;font-size: 12px;color:#474745;
                      padding-left: 12px;padding-top: 0px;background: none;width:125px; line-height: 18px;}
/*.main-location-list .item .service-list ul li .business-address{background-position: 0px -292px;}
.main-location-list .item .service-list ul li .meeting-rooms{background-position: -9px -180px;}
.main-location-list .item .service-list ul li .office-space{background-position: -6px -342px;}
.main-location-list .item .service-list ul li .telephone-answering{background-position: 0px -228px;}
.main-location-list .item .service-list ul li .video-conferencing{background-position:-148px -170px;}
.main-location-list .item .service-list ul li .virtual-office{background-position: -3px -396px;}*/

/*hover*/
.block-otherfromcategoryinpage .block-content #block-related .item:hover,
.block-fromcategoryinpage .block-content #block-related .item:hover,.typeservice .containerservice .services .item:hover{
    margin-right:6px;margin-bottom: 6px;
      background-color: #ffffff;border-bottom: 2px solid #D5D5D5; border-right: 2px solid #D5D5D5;
      box-shadow: 2px 2px 5px #d5d5d5;-webkit-box-shadow: 2px 2px 5px #d5d5d5;-moz-box-shadow:2px 2px 5px #d5d5d5;}
.main-location-list .item .service-list ul li a:hover{color:#D97500;}
.main-location-list .item:hover .service-list ul li .business-address{background-position: 0 -2252px;}
.main-location-list .item:hover .service-list ul li .meeting-rooms{background-position: -9px -2140px;}
.main-location-list .item:hover .service-list ul li .office-space{background-position: -6px -2302px;}
.main-location-list .item:hover .service-list ul li .telephone-answering{background-position: 0px -2188px;}
.main-location-list .item:hover .service-list ul li .video-conferencing{background-position:-148px -2130px;}
.main-location-list .item:hover .service-list ul li .virtual-office{background-position: -3px -2356px;}
/*** HOME ***/
/*.cms-index-index .image-background {left:0px;margin: 0 auto;z-index: -1;height: 750px;position: absolute; width: 100%;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/home/background/bgHome.png") no-repeat scroll center top transparent;}
.cms-index-index .main-container{background:none;padding-top: 0px;margin:0 auto;}
.item-img{float:left;}
.cms-index-index .main-container .cmdbkg{position: absolute; width:1000px;left:180px;top:550px;}
.cms-index-index .main-container .cmdbkg .bkprev,.cms-index-index .main-container .cmdbkg .bknext{display: block;float:left;}
.cms-index-index .main-container .cmdbkg .bknext{float:right;}*/
/*background*/
.noview{display: none;}
.homesearchbox {position: relative;}
.cmdbkg{width:1000px;top:400px;margin: 0 auto;  position: relative;z-index: 2;position: relative;}
.cmdbkg a{display: block;position: relative;width:30px;height: 55px;font-size:0px;text-decoration: none;}
.cmdbkg .bkprev{float:left;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/arrow_mod.png") no-repeat left -55px scroll transparent ;}
.cmdbkg .bknext{float:right;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/arrow_mod.png") no-repeat left 0px scroll transparent ;}
.cmdbkg .bkprev:hover{background-position: -30px -55px;}
.cmdbkg .bknext:hover{background-position: -30px 0px;}
.homebkg{padding-bottom: 30px;background-position:center 0px;background-repeat: no-repeat;height: 650px;
        margin:0px auto 0px;z-index: -1;padding-top:0px;}
.homebkgcontainer{height: 650px;position:absolute;}
.images_background {position: relative;background-color: transparent;display: block;height: 750px;}
/* fine background*/
/*reviews*/
#eofficereviews{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/whytheyloveourspaces.jpg") -14px 58px transparent no-repeat;
    clear: both;overflow: hidden;}
#eofficereviews h2{margin-bottom: 30px;}
#eofficereviews .singlereview{width:48%;margin: 0 1%;float:left;height: 185px;}
#eofficereviews .singlereview h3, #eofficereviews .singlereview q{  margin-left: 160px;
    text-align: left;  display: block;}
#eofficereviews .singlereview h3{color:#6699ff;font-size: 14px;margin-bottom: 10px;}
#eofficereviews .singlereview q{font-style: italic;font-size: 12px;color:#05124b;}
/**/
.cms-index-index .main-container {background-position:center 0px; background-repeat:  no-repeat;background-color: transparent; margin-top:0px;padding-top:0px;overflow: hidden;}
.cms-index-index .main{padding-top:0px;background: none transparent;}
.cms-index-index .breadcrumbs{display:none;}
.home_box {margin: 30px 0 0; overflow: hidden;}
.home_box h2, .home_box h3{font-weight: 600;display:block;text-align: center;color:#02134B;
    font-family: Raleway, Tahoma, sans-serif;clear: both;float: none;margin:0px;padding:0px;}
.home_box h2{font-size:48px;}
.home_box h3{font-size:32px;margin-bottom: 20px;}
.home_box h4{font-size: 24px;}
.cms-index-index .main { width:960px; margin:0 auto;padding: 30px 0px 0px;}
/*ricerca*/
.homesearchbox{height:485px;}
.searcher_title{width:880px; margin: auto;overflow: auto;margin-top: 35px;margin-bottom: 30px;}

.searcher_title h2, .searcher_title h3{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/whitetrasp.png") left top transparent repeat;
    float:left;clear: both;color:#02134B;font-weight: 400;padding:10px 65px 5px 15px;margin:0px;}
.searcher_title h2{font-size:48px;font-weight: 600;}
.searcher_title h3{font-size:32px;text-align: left;padding-right:20px;}

.searcher{overflow: auto;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/bluetrasp2.png") left top transparent repeat;width:840px;margin:0 auto;padding:20px;}
.searcher .search-field-list{display: block;padding: 0px;overflow: auto;}
.searcher .search-field-list li{float:left;padding:0px; margin-right: 10px;}
.searcher .search-field-list li select{height: 40px;width: 215px;border-radius:5px;line-height: 40px;
                            font-size: 16px;border:2px solid #dbdbdb;background-color: #f2efef;color:#666;
                            padding: 6px 4px;}
.searcher .search-field-list li select:focus{background-color: #fff;border-color: #fdce04;color:#222222;}
.searcher .search-field-list li select.disabled{background: #ddd;}
/*.searcher button{border-radius: 5px;border: 1px solid #f8ca03;background: #f8ca03;
                color: #000e57;font-weight: bold;padding: 0 15px;cursor:pointer;}*/
/*.searcher button span{display: block;height: 34px;font-size: 24px;line-height: 34px;}*/
/*mini searcher*/
.minisearchbox{float:right;margin-top: -45px;margin-right: -12px;width: 600px;}
.minisearchbox .searcher{width:600px;padding:7px 0px 7px 10px;border-radius:0px 0px 0px 3px;}
.minisearchbox .searcher .search-field-list li select{font-size: 12px;height: 32px;
    line-height: 32px;width:150px;padding:5px 4px;}
/*.minisearchbox .searcher button span{display: block;font-size: 16px;height: 22px;line-height: 22px;}*/

.servicesearchbox{clear: both;float:left;margin-bottom: 40px;margin-top: 40px;width:960px;margin-right: 0;}
.servicesearchbox .title {float:left; }
.servicesearchbox .searcher{ margin-top: 0px;margin-top: 10px;padding:15px 95px;width: 685px;}
.servicesearchbox .searcher .search-field-list li select{color:#07124a;font-size: 16px;width: 175px;}
.servicesearchbox .title{font-size: 42px !important;}
.cms-contact-us .std .search-field-list { list-style: none; margin-bottom: 0px; }
.cms-contact-us .std .search-field-list li { list-style: none; clear: none; }

/*quadrati*/
.squaregrid{float:left;}
.squaregrid .text {float:left;width:230px;margin: 10px 0;color:#444;font-size: 14px;width: 220px;}
.squaregrid .image{margin-top: -18px;height: 55px;position: relative;float:left;width: 45px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -9px -1969px  transparent;}
.squaregrid  .mr .image{background-position: -9px -1969px;}
.squaregrid  .vo .image{background-position: -9px -1695px;}
.squaregrid  .nc .image{background-position: -130px -1695px;}
.squaregrid  .os .image{background-position: -9px -2039px;}
.squaregrid .item-box h4{float:left;margin-left:5px;font-size:18px;font-weight: normal;width: 155px;}
.squaregrid .text ul{height: 115px; overflow: hidden;}
.squaregrid .text ul li{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/home/homesprite.png") 0px 6px no-repeat transparent;padding-left:20px;}
.squaregrid .item-box{cursor:pointer;width: 208px;margin: 10px 5px;float:left;padding:10px;background-color: #F4F5EF;border: 1px solid #DDDCD8;}
.squaregrid a.moredetails,a.moredetails{font-size: 16px; color:#d37302;display: block; text-align: right;
            background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/home/homesprite.png") right -151px no-repeat transparent; 
            padding-right:22px;margin-top:20px;margin-right: 10px;display:block;text-decoration: none;cursor: pointer;}
a.moredetails:hover{text-decoration: underline;}
.squaregrid .item-box:hover{background-color: #fff;box-shadow: 2px 2px 5px #d5d5d5;-webkit-box-shadow: 2px 2px 5px #d5d5d5;-moz-box-shadow:2px 2px 5px #d5d5d5;}
/*top locations*/
.top_locations .location{height:188px; width:188px;float:left;margin:0px 3px 3px 0px;}
.top_locations .location img{height:188px; width:188px;}
.top_locations .location span{display: block; width: 168px;padding:10px;text-align: right;font-weight: 700;
                              background: url('https://www.eoffice.net/skin/frontend/eoffice/default/images/yellowtrasp.png') left top repeat transparent;
                              position:absolute; margin-top:-45px;font-size:16px;color:#02134B;}
.top_locations .firstlocation{height:379px; width:379px;float:left;margin:0px 3px 3px 0px;}
.top_locations .firstlocation img{height:379px; width:379px;}
.top_locations .firstlocation span{width:359px;}

/*top offices*/
.top_offices{width:960px;overflow: hidden;margin-top:60px;float: left;}
.top_offices h2{margin-bottom:0px;}
.top_offices h2{color:#6699ff;font-size:38px;font-weight: normal;}
.top_offices .subtitle,.top_offices h3{color:#000033;font-size:24px;line-height:36px;font-weight: normal;width: 100% !important;text-align: center;padding-top:0px;}
.top_offices .cmd{float:right;width:57px;margin-right: 7px;margin-bottom:5px;}
.top_offices .cmd .prev,.top_offices .cmd .next{float:left;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -89px -1391px  transparent; width:26px;height: 25px;}
.top_offices .cmd .prev{margin-right: 5px;}
.top_offices .cmd .prev:hover{background-position: -89px -1425px;}
.top_offices .cmd .next{background-position: -121px -1391px;}
.top_offices .cmd .next:hover{background-position: -121px -1425px;}
.top_offices .containeroffice{width: 3840px;float:left;margin-left: -1920px;height:638px;margin-top:10px;}
.top_offices .vis-office{float:left;}
.top_offices .v-office{float:left;}
.top_offices .office-small{float:left;width:295px;margin-right: 20px;}
.top_offices .office{background-color:#f7f7f4;border:1px solid #e3e3e3;
                     width:277px; height:285px;margin:0px 10px 10px 0px;float:left;padding:10px;}
.top_offices .office img{height:170px;width:277px;}
.top_offices .firstoffice img{height: 268px;width: 306px;}
.top_offices .firstoffice .office_data .office_image img{height:170px;width: 290px;}
.top_offices .office .office_image{overflow: hidden;text-align: center;height:170px;width:277px;float:left;margin-bottom: 15px;}
.top_offices .office .office_data .office_image{height:170px;margin-bottom: 15px;}
.top_offices .firstoffice .office_image{height:268px;width: 306px;}
.top_offices .firstoffice .office_data .office_image{width: 290px;}
.top_offices .office .name{font-family: 'Raleway';color:#6699ff;font-size:18px;display:block;font-weight: normal;clear:both;height: 28px; overflow: hidden;}
.top_offices .office .address{color:#000033; font-size: 14px;display:block; overflow: hidden;height: 40px;line-height: 20px;}
.top_offices .office_data{display: block; width:270px;padding:5px;  height: 90px;background-color:#f7f7f4; 
                          font-size:12px;overflow: hidden;line-height: 15px;}
.top_offices .firstoffice{width: 608px;height: 286px;margin-bottom: 20px; margin-right: 20px;padding:10px;clear:both;}
.top_offices .firstoffice .office_data .name{font-size:18px;height: 28px;color:#6699ff;}
.top_offices .firstoffice .address{font-size:14px;line-height: 20px;height: 50px;color:#000033;}
.top_offices .firstoffice .office_data{display: block; width: 290px;padding:0px 0 0 10px;height: 290px;
                          float:right; position:static;
                          font-size:16px;overflow: hidden;}
.top_offices .firstoffice img{float:left;}
.top_offices .office a.moredetails{line-height: 14px;margin-top:4px;font-size: 16px;
            background-position: right -159px;margin-right: -1px;}
.top_offices .firstoffice  a.moredetails{margin-right: 0;line-height: 14px;margin-top:0px;font-size: 16px;background-position: right -158px;}

/*.top_offices .office3,  .top_offices .office5,.top_offices .office8,  .top_offices .office10{margin-right: 5px;}
.top_offices .office4,  .top_offices .office5,.top_offices .office9,  .top_offices .office10{margin-bottom: 10px;}*/
/*hover*/
.top_offices .office:hover .office_data{/*background-color: #ffffff;*/} 
.top_offices .office:hover {border-bottom: 2px solid #D5D5D5; border-right: 2px solid #D5D5D5;box-shadow: 2px 2px 5px #d5d5d5;-webkit-box-shadow: 2px 2px 5px #d5d5d5;-moz-box-shadow:2px 2px 5px #d5d5d5;}
.top_offices .firstoffice:hover{margin-right:19px;margin-bottom: 19px;}
.top_offices .office-small .office:hover{margin-bottom:9px;}
/*.top_offices .office3:hover,  .top_offices .office5:hover,.top_offices .office8:hover,  .top_offices .office10:hover{margin-right: 4px;}
.top_offices .office2:hover,  .top_offices .office4:hover,.top_offices .office7:hover,  .top_offices .office9:hover{margin-right: 9px;}*/
/*feed*/
.feeds{float:left;width:100%;margin-top: 50px;}
.feeds h3{margin-left: 20px;}
ul.feed-list{list-style: none;clear: both;float: left;padding-left:0px;}
ul.feed-list .feed-item {width:400px;float:left;margin: 0 15px;
    width: 290px;clear:none;list-style: none;height:300px;}
.feed-list .left-feed{font-size: 16px;float: left;padding: 5px 12px 5px 5px;color:#000;clear:both;}
.feed-list .right-feed{float:left;color:#444444;margin-left:5px;margin-bottom:30px;
    font-size: 16px;}

.feed-list .feed-content{font-size: 14px;}
.feed-list .right-feed h4,.feed-list .right-feed h4 a{font-size: 16px;color:#000;text-decoration: none;}
.feed-list .right-feed p{padding-left:0px !important;}
.feeds a.more-link{font-size: 14px; color:#d37302;display: block; text-align: right;
            background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/home/homesprite.png") right -153px no-repeat transparent; clear:both;
            padding-right:22px;margin-right: 10px;display:block;text-decoration: none;cursor: pointer;}
/*search*/
.home_searchbox{margin:40px 0 0;float: left;  background-color: #042b6b;border: 1px solid #ffce07;width:100%;padding:20px;}
.home_searchbox .title{color:#fff;font-size: 42px;line-height: 42px;float:left;}
.home_searchbox ul{margin: 0px;}
.home_searchbox ul li{list-style: none;clear:none;}
.home_searchbox .searcher{background: none;}

/*** SERVICES ***/
.cms-services .main-container,.cms-services-all .main-container{padding-top: 30px;}
.cms-services .main-container,.cms-services-all .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/services/services-bkg.jpg") no-repeat scroll center -40px transparent;}
.cms-services-virtual-office .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/Virtual-Office.jpg") no-repeat scroll center -24px transparent;}
.bigheader .main-container,.cms-services-company-formation .main-container,
.cms-services-video-conferencing .main-container,
.cms-about-partners .main-container,.cms-about-press .main-container,.cms-about-team .main-container{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/services/Video-Conferencing.jpg") no-repeat scroll center -24px transparent;}
.cms-services-telephone-answering .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/Telephone-Answering.jpg") no-repeat scroll center -24px transparent;}
.cms-services-office-space .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/Office-Space.jpg") no-repeat scroll center -24px transparent;}
.cms-services-meeting-rooms .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/Meeting-Rooms.jpg") no-repeat scroll center -24px transparent;}
.cms-services-business-address .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/Business-Address.jpg") no-repeat scroll center -24px transparent;}
.cms-services-membership .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/membership_banner.jpg") no-repeat scroll center top transparent;}
.cms-services-video-conferencing .main-container{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/Video-Conferencing.jpg") no-repeat scroll center -24px transparent;}
.cms-services-company-formation .main-container{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/Company-Formation.jpg") no-repeat scroll center -24px transparent;}
.cms-services-classes-and-workshops .main-container,
.cms-services-classes-et-workshops .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/learning-page-header.jpg") no-repeat scroll center top transparent;}
/*classes and workshops*/
.cms-services-classes-and-workshops .first-row,
.cms-services-classes-et-workshops .first-row{font-size: 16px;padding:15px;color:#02134b;}
.cms-services-classes-and-workshops .monkfeetmember,
.cms-services-classes-et-workshops .monkfeetmember {margin:30px 0px 0px;border-bottom:1px solid #ccc;}
.cms-services-classes-and-workshops .monkfeetmember p,
.cms-services-classes-et-workshops .monkfeetmember p{margin-bottom: 30px;}
.cms-services-classes-and-workshops .monkfeetcontent,
.cms-services-classes-et-workshops .monkfeetcontent{margin:30px 0px 0px;}
.cms-services-classes-and-workshops .monkfeetcontent img,
.cms-services-classes-et-workshops .monkfeetcontent img{margin-top: -6px;margin-left:8px;}
.monkfeet-class,.monkfeet-ccnt,.monkfeet-widget-affiliate-list .monkfeet-cimg{display: block !important;}
.monkfeet-class{float:left;width:275px;margin:10px 10px; border: 1px solid #ccc !important;padding:8px;
    background-color: #f2f2f0;height:420px;}
.monkfeet-ctitle{color:#6990ee;margin-top:5px;font-weight: 400 !important;}
.monkfeet-widget-affiliate-list .monkfeet-csummary{color:#05124b;}
.monkfeet-widget-affiliate-list .monkfeet-cbuttonlabel{border-radius: 3px;
                 background-color: #f3cb32 !important;
                 box-shadow: 1px 1px 1px #05124b;border:1px solid #05124b;
                 color:#05124b !important;text-transform: capitalize !important;}
.monkfeet-widget-affiliate-list .monkfeet-insrating,.monkfeet-widget-affiliate-list .monkfeet-insname{color:#808081;}
.monkfeet-widget-affiliate-list .monkfeet-cbuttonlabel:hover{background-color: #ffe049 !important;}
.monkfeet-ccnt{clear:both;}
/*community*/
.cms-about-community .main,
.cms-a-propos-communaute .main{padding-top: 8px;}
.cms-about-community .main-container,
.cms-a-propos-communaute .main-container{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/community.jpg") no-repeat scroll center top transparent;}
#community-block{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/community-block.jpg") no-repeat scroll -1px 0px transparent;
    height:684px;width: 925px;clear: both;margin-top: 25px;  display: inline-block;}
#community-block h3{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/communitybkg.png") left top repeat transparent;
   color: #7699ef; font-size: 42px;font-weight: 400;padding:15px;float:left;line-height: 40px;}
#community-block h3#cb1{margin-top:320px;margin-right: 113px;width:228px;}
#community-block h3#cb2{margin-top:105px;}
#community-block h3#cb3{margin-top:165px;clear: both;margin-right: 122px;width:218px;}
#community-block h3#cb4{margin-top:165px;margin-right: 102px;width:215px;}
#community-block h3#cb5{margin-top:165px;}
.community-videos{
    margin-bottom: 40px;
}
.community-videos .item-box{
    width: 278px !important;
}
.cms-a-propos-communaute #community-block h3#cb1{margin-top:280px;margin-right: 113px;width:228px;}
.cms-a-propos-communaute #community-block h3#cb2{margin-top:145px;}
.cms-a-propos-communaute #community-block h3#cb3{margin-top:125px;clear: both;margin-right: 123px;width:217px;}
.cms-a-propos-communaute #community-block h3#cb4{margin-top:165px;margin-right: 103px;width:214px;}
.cms-a-propos-communaute #community-block h3#cb5{margin-top:165px; font-size: 36px; width: 170px; }

#community-block.community-block-es h3#cb1{ margin-top: 300px; }
#community-block.community-block-es h3#cb3{ margin-top: 105px; margin-right: 122px; }
#community-block.community-block-es h3#cb4{ margin-top:145px; margin-right: 102px; }
#community-block.community-block-es h3#cb5{ font-size: 38px; padding: 15px 10px; }
    
.community-event{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/communityevent.jpg") 610px 40px no-repeat transparent;
    height: 300px;}
.community-event p{width:540px !important;}

#eofficereviewscommunity{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/communityreviews.jpg") 0px 70px transparent no-repeat;
    clear: both;overflow: hidden;display: inline-block;margin-top: 60px;}
#eofficereviewscommunity h2{margin-bottom: 30px;}
#eofficereviewscommunity .singlereview{width:48%;margin: 0 1%;float:left;height: 340px;}
#eofficereviewscommunity .shortreview{height:300px;}
#eofficereviewscommunity .singlereview h3, #eofficereviewscommunity .singlereview q{  margin-left: 145px;
    text-align: left;  display: block;}
#eofficereviewscommunity .singlereview h3{color:#6699ff;font-size: 14px;margin-bottom: 10px;}
#eofficereviewscommunity .singlereview q{font-style: italic;font-size: 11px;color:#05124b;}

#communitypartners{margin-top: 60px;display: inline-block;clear:both;overflow: auto;}
#communitypartners .item-image {margin-bottom: 10px;}
#communitypartners .commpartners{text-align: center;float:left;width:31%;margin:0 1%;font-size: 13px;
    color:#05124b;}

#communitylinks{padding-top: 50px;margin-bottom: 100px;}
#communitylinks h2{width:750px;margin: auto;margin-bottom: 20px;}
.commlink{background: url(https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/commlink.jpg) 0px 0px no-repeat transparent; display: block;
    height: 130px;width: 96px;float:left;margin:0px 4px;}
#commlink2{background-position: -118px 0px;}
#commlink3{background-position: -237px 0px;}
#commlink4{background-position: -357px 0px;}
#commlink5{background-position: -473px 0px;}
#commlink6{background-position: -592px 0px;}
#commlink7{background-position: -708px 0px;}
#commlink8{background-position: -826px 0px;}
#commlink9{background: url(https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/social-istagram.png) 0px 11px no-repeat;}

.commlink:hover{background-position: 0px -214px;}
#commlink2:hover{background-position: -118px -214px;}
#commlink3:hover{background-position: -237px -214px;}
#commlink4:hover{background-position: -357px -214px;}
#commlink5:hover{background-position: -473px -214px;}
#commlink6:hover{background-position: -592px -214px;}
#commlink7:hover{background-position: -708px -214px;}
#commlink8:hover{background-position: -826px -214px;}
#commlink9:hover{background: url(https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/social-istagram-hover.png) 0px 11px no-repeat;}






.cms-about-team .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/services/E_11.jpg") no-repeat scroll center -40px transparent;}
.cms-about-partners .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/services/E_3.jpg") no-repeat scroll center -40px transparent;}
.cms-about-news .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/services/E_4.jpg") no-repeat scroll center -40px transparent;}
.cms-about-press .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/services/E_6.jpg") no-repeat scroll center -40px transparent;}
.cms-about-join-our-network .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/services/E_8.jpg") no-repeat scroll center -40px transparent;}




.col1-layout-image{width: 940px;}
.col1-layout-image-container .main{background: none;}
.col1-layout-image .page-title, .col1-layout-image .subtitle{margin-bottom: 0px;float: left;}
.col1-layout-image .page-title h1{font-weight: 600;display:block;text-align: left;font-family: Raleway, Tahoma, sans-serif;clear: both;margin:0px;font-size: 48px;}
.col1-layout-image .page-title h1,.col1-layout-image .std p{color: #02134B;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/whitetrasp.png") repeat scroll left top transparent; clear: both;float: left;padding: 10px 5px 5px 15px;}
.col1-layout-image .std{width: 100%}
.col1-layout-image .subtitle p{font-weight: 400;font-size: 32px; margin-bottom: 50px; text-align: left;}
.col1-layout-image .subtitle a{color:#163390;}
.col1-layout-image .std .content{margin-top: 140px;}
.col1-layout-image .std .content, .col1-layout-image .std .content p{float: left;background: none;}
.col1-layout-image .std .content .left {float:left; width:370px;font-size:18px;background: none;}
.col1-layout-image .std .content  img{float:right;padding-top: 13px;}
.col1-layout-image .top_offices {float:left;}
.contentmemb {float: left;margin-top: 140px;background: none;}
.col1-layout-image .contentmemb .content{margin-top: 0px;}
.typeservice{width: 100%;float:left;margin-top: 40px;margin-bottom: 40px;}
.typeservice h2,.servicesearchbox .title{text-align: center;color: #02134B;font-family: Raleway,Tahoma,sans-serif; font-weight: 600;font-size: 48px;}
.typeservice h2{color:#6699ff;font-size:38px;font-weight: normal;}
.typeservice .containerservice .services{margin-top: 30px;}
.typeservice .containerservice .services .item{padding: 7px 11px;}
.cms-page-view div.table{float:left;}
.cms-page-view div.table table{margin: 0 auto;margin-left: 125px; margin-top: 50px; width: 400px;}
.cms-page-view .servicesearchbox{position:absolute; top: 395px;
    padding-left:15px; padding-right: 15px;margin-left:-22px;}
.cms-contact-us .servicesearchbox{position: static; margin-top: 15px; margin-bottom: 26px; }



.service-addition-contact {float:left;width: 960px;clear: both;}
.service-addition-contact .contact-us,.service-addition-contact .cms-quick-quote{
    margin-left: 0px;padding:20px;float:left;background-color: #F4F5EF;border: 1px solid #DDDCD8;}
.service-addition-contact .contact-us{width: 420px;}
.service-addition-contact .cms-quick-quote{margin-left: 25px;width:428px;}
.service-addition-contact .contact-us .message,.service-addition-contact .cms-quick-quote .quick-quote .title{color: #05134A;  font-family: 'Raleway'; font-size: 20px;}
.service-addition-contact .phone, .service-addition-contact .email,.service-addition-contact .quick-quote{font-size:16px;}
.service-addition-contact .cms-quick-quote .quick-quote .fieldset{margin:0px;padding: 0 5px;}
.service-addition-contact .cms-quick-quote .quick-quote .fieldset input.input-text{width: 270px;}
.service-addition-contact .cms-quick-quote .quick-quote .fieldset li.wide textarea,.service-addition-contact .cms-quick-quote .quick-quote .fieldset .form-list li.wide .input-box {width: 380px;}
.form-list li{list-style: none;}
.cms-about-press p{padding-left:0px !important;}
.cms-about-join-our-network p{padding-left:0px !important;}
.cms-about-join-our-network .item-box p.title{line-height: 24px;height:48px !important;}
/*** PAGINE CMS - struttura pagina EMPTY & AFFILIATE***/
.cms-page-view .page-title{border: none;}
.cms-page-view .page-title h1{color:#05134a;font-family: 'Raleway';font-size: 36px;padding-top: 10px;}
.cms-page-view .std h1{color:#05134a;font-family: 'Raleway';font-size: 38px;}
.cms-page-view .std h2{font-family: 'Raleway';font-size: 30px;color:#434d76;}
.cms-page-view .std .paragraph,.cms-page-view .std .paragraph .left{float:left;}
.cms-page-view .std .paragraph{margin:30px 0;text-align: center;}
.cms-page-view .std .paragraph .left,.cms-page-view .std .paragraph .right{width: 450px;}
.cms-page-view .std .paragraph .left{padding-right: 10px;}
.cms-page-view .std .paragraph .right{float:right;}
.cms-page-view .std .paragraph .title{font-size: 22px;color:#444444;margin-bottom: 25px;text-align: left;}
.cms-page-view .std .paragraph .content,.link-paragraph{font-size: 16px;color:#444444!important;text-align: left;}
.cms-page-view .std a, .cms-page-view .std .paragraph .content a,.cms-page-view .std .paragraph .content ul li a,
.cms-page-view .std .download a{text-decoration: none;color:#f6a057;}
.cms-page-view .std .paragraph .content ul{padding-left:0px;}
.cms-page-view .std .paragraph .content h2{overflow: auto; clear: both; padding-top: 15px;}
.cms-page-view .std .download{float:left;margin-bottom: 25px;}
.cms-page-view .std .download a{font-size: 16px;}
/*** NEW SERVICE ***/
.cms-container-service .first-row{margin-top: 200px;width: 940px;border:1px solid #cccccc;background-color: #f4f5ef;}
.cms-container-service .big-col-left{margin-right: 0px;margin-top:7px;margin-bottom:7px;width: 67%;border:none;}
.cms-container-service .small-col-right{width: 31%;border:none;margin:7px 0px;padding: 0px;border-left: 1px solid #ccc;}
.cms-container-service .small-col-right .box{border:none;padding: 0px 7px;}
.cms-container-service .big-col-left p{display: block;width: 94%;font-size:16px;color:#000033;line-height: 24px;padding-left: 5px;}
.cms-container-service p.btext{font-size:18px;color:#6699ff;padding-top: 12px;padding-bottom: 5px;}
.cms-container-service ul{float:left;margin-left:15px;}
.cms-container-service ul li{padding-left:27px;background:url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -126px -1450px  transparent; }
.cms-container-service ul li p{font-size:13px;color:#000033;}
.membership-cards .title{color:#6699ff;font-size:38px;font-weight: normal;text-align:center;font-weight: normal;}
/*** PAGINE CMS - CONTACT - COMPANY FORMATION ***/
.cms-page-view .std .addition-contact,
.cms-services-company-formation .std .addition-contact{ padding: 20px 16px; float:left;background-color: #f7f7f4;border: 1px solid #e3e3e3;width: 898px;}
.cms-contact-us .std .addition-contact { width: 906px; background-color: #f2f2ef; border: 1px solid #dfdfdd; }
.cms-page-view .std .addition-contact .title-block{color:#05134a;font-family: 'Raleway';font-size: 36px;}
.cms-page-view .std .addition-contact .contact-us,.cms-page-view .std .addition-contact .cms-quick-quote{float:left;width:430px;}
.cms-contact-us .std .addition-contact .contact-us,.cms-contact-us .std .addition-contact .cms-quick-quote{float:left;width: auto;}
.cms-page-view .std .addition-contact .contact-us,.cms-page-view .std .addition-contact .contact-us .download_file,
.cms-page-view .std .addition-contact .cms-quick-quote{padding:0px 0;}
.cms-page-view .std .addition-contact .contact-us .title-message{font-size:20px;color:#70706f;margin-bottom: 10px;}
.cms-page-view .std .addition-contact .contact-us .content-message{color:#444444;font-size:14px;}
.cms-page-view .std .addition-contact .contact-us .download_file a{text-decoration: none;color:#f6a057;font-size: 14px;}
.cms-page-view .std .addition-contact .contact-us .contact-info .message{display: none;}
.cms-page-view .std .addition-contact .cms-quick-quote .fieldset{margin-top: 0px; padding-top: 10px;padding-right: 0;}
.cms-page-view .std .addition-contact .cms-quick-quote .fieldset input.input-text{width: 352px;font-size: 14px;}
.cms-page-view .std .addition-contact .cms-quick-quote .fieldset textarea.input-text{width: 390px;font-size: 14px;}
.cms-page-view .std .addition-contact .cms-quick-quote .fieldset ul {list-style:none;padding-left: 0;}
.cms-page-view .std .addition-contact .cms-quick-quote .fieldset .wide .field-left,.cms-page-view .std .addition-contact .cms-quick-quote .fieldset .wide .field-right{float:left;}
.cms-page-view .std .addition-contact .cms-quick-quote .fieldset .wide .field-left,
.cms-page-view .std .addition-contact .cms-quick-quote .fieldset .wide .field-left input,
.cms-page-view .std .addition-contact .cms-quick-quote .fieldset .wide .field-left .input-box,
.cms-page-view .std .addition-contact .cms-quick-quote .fieldset .wide .field-right,
.cms-page-view .std .addition-contact .cms-quick-quote .fieldset .wide .field-right input,
.cms-page-view .std .addition-contact .cms-quick-quote .fieldset .wide .field-right .input-box{width: 180px;font-size: 14px;}
.cms-page-view .std .addition-contact .cms-quick-quote .fieldset .wide .field-right{margin-left: 28px;}
.cms-contact-us .page-title h1{font-weight: 600; display:block;text-align: left;color:#02134B; font-family: Raleway, Tahoma, sans-serif;clear: both;margin:0px;font-size: 48px;}
/*
.cms-contact-us .std .subtitle{margin-bottom: 6px;font-size: 32px;  text-align: left;clear: both; color: #02134B; float: left;  font-weight: 400; padding: 0px; padding-right: 0px; }
.cms-contact-us .std .subtitle p { font-family: 'Open Sans' !important; min-width: 522px; padding: 0px 15px 0px 0px; min-height: 73px; font-size: 22px !important; line-height: 24px; margin-bottom: 0px; }
*/
.cms-contact-us .col1-layout-image .talk-us { margin-top: 35px;  }
.cms-contact-us .col1-layout-image .talk-us p { background: none; color: #ffffff; font-size: 18px; font-weight: 600; padding: 0px; }

.cms-contact-us .block-left,.cms-contact-us .block-right {float:left;width: 100%;}
.cms-contact-us .block-right { margin-top: 50px; }
.cms-contact-us .block-left { width: 906px; padding: 20px 16px; background: #f2f2f0; margin-top: 20px; border: 1px solid #dfdfdd; }
.cms-contact-us #address{ margin-bottom: 0px; color: #70706F; font-size: 16px; float: left; width: 280px; }
.cms-contact-us  img.contact-us{display: block; float: left;margin-right:25px;}
.cms-contact-us #address .title{ color: #6990ee; font-size: 24px; background: none; padding: 0px; line-height: 23px; margin-bottom: 20px; }
.cms-contact-us #address p { width: 205px; background: none;}
.cms-contact-us #address p.street,
.cms-contact-us #address p.contact { padding: 0px; color: #02134b; font-size: 16px; line-height: 23px; }
.cms-contact-us #address p.street { margin-bottom: 20px; }
.cms-contact-us #address p.contact a { color: #eb340a; }
.cms-contact-us #address img.contact-us-img { border-top: 1px solid #dfdfdd; padding-top: 15px; }

.cms-services-company-formation .map { float: left; margin-bottom: 60px; }
.cms-contact-us .map { float: right; border-left: 1px solid #dfdfdd; padding-left: 15px; }
.cms-services-company-formation  .block-right .addition-contact{width: 450px;}
.cms-contact-us .block-right .addition-contact .contact-us .contact,
.cms-services-company-formation .block-right .addition-contact .contact-us .contact{display: none;}
.cms-contact-us .col1-layout-image .block-right .info-block { float: left; width: 250px; margin-right: 50px;}
.cms-contact-us .std .addition-contact .contact-us .content-message { color: #02134b; font-size: 24px; }

.cms-page-view .std .addition-contact .quickcontact{padding-top: 0px;}
.cms-page-view .std .addition-contact .quickcontact .fieldset{margin: 0px; padding:0px 0px 0px 15px;}
.cms-page-view .std .addition-contact .quickcontact .fieldset input.input-text{width: 352px;font-size: 14px;}
.cms-about-join-our-network .std .addition-contact .quickcontact .fieldset input.input-text{width: 387px;font-size: 14px;}
.cms-about-join-our-network .std .addition-contact .quickcontact{margin-top:-50px;}
.cms-page-view .std .addition-contact .quickcontact .fieldset textarea.input-text{width: 390px;font-size: 14px;}
.cms-page-view .std .addition-contact .quickcontact .fieldset ul {list-style:none;padding-left: 0;}
.cms-page-view .std .addition-contact .quickcontact .fieldset .wide .field-left,.cms-page-view .std .addition-contact .quickcontact .fieldset .wide .field-right{float:left;}
.cms-page-view .std .addition-contact .quickcontact .fieldset .wide .field-left,
.cms-page-view .std .addition-contact .quickcontact .fieldset .wide .field-left input,
.cms-page-view .std .addition-contact .quickcontact .fieldset .wide .field-left .input-box,
.cms-page-view .std .addition-contact .quickcontact .fieldset .wide .field-right,
.cms-page-view .std .addition-contact .quickcontact .fieldset .wide .field-right input,
.cms-page-view .std .addition-contact .quickcontact .fieldset .wide .field-right .input-box{width: 180px;font-size: 14px;}
.cms-page-view .std .addition-contact .quickcontact .fieldset .wide .field-right{margin-left: 28px;}
.quickcontact .form-list li{margin-bottom: 0px;}
.quickcontact .fieldset{border:none;background: none;}
.quickcontact .form-list li.wide select{width:396px;font-family: 'Open Sans';border-radius: 3px 3px 3px 3px;margin-top:10px;
    margin-bottom: 10px;font-size: 14px;}
.quickcontact .fieldset label{display: none;font-weight: normal;}
.quickcontact .fieldset .red{}
.quickcontact .buttons-set{border:none; margin:0px;}

.cms-contact-us .block-right .addition-contact .quickcontact { padding: 0px;}
.cms-contact-us .block-right .addition-contact .contact-us  { margin-top: 35px; padding: 0px; }
.cms-contact-us .block-right .addition-contact .contact-us .title-message{ font-size: 24px; color: #02134b; line-height: 30px; margin-bottom: 0px; }
.cms-contact-us .block-right .addition-contact .contact-us .content-message { font-size: 24px; color: #02134b; line-height: 30px; }
.cms-contact-us .block-right .addition-contact .quickcontact { width: 602px; }
.cms-contact-us .block-right .addition-contact .title-block{ font-size: 24px; color: #6990ee; text-align: left; font-weight: 500; line-height: 22px; }
.cms-contact-us .block-right .addition-contact .quickcontact .quick-quote .fieldset{padding-left: 15px;margin-bottom: 0px;}
.quickcontact .fieldset input.input-text,
.quick-quote .fieldset li.wide textarea{font-family: 'Open Sans'; /* border-radius: 3px 3px 3px 3px; */ margin-top:10px;}
.cms-contact-us .std .addition-contact .cms-quick-quote .fieldset { padding: 0px; }
.cms-contact-us .std .addition-contact .cms-quick-quote .fieldset .form-list { float: left; width: 290px; margin-bottom: 0px; }
.cms-contact-us .quickcontact .fieldset input.input-text,
.cms-contact-us .quickcontact .fieldset select,
.cms-contact-us .quickcontact .fieldset li.wide textarea { font-family: 'Open Sans'; border-radius: 3px; margin-top: 0px; margin-bottom: 10px; width: 275px !important; padding: 2px 5px; }
.cms-contact-us .quickcontact .fieldset select { width: 287px !important; }
.cms-contact-us .quickcontact .fieldset li.wide textarea { height: 89px; }
.cms-contact-us .quickcontact .fieldset input::-webkit-input-placeholder,
.cms-contact-us .quickcontact .fieldset input:-moz-placeholder,
.cms-contact-us .quickcontact .fieldset input::-moz-placeholder,
.cms-contact-us .quickcontact .fieldset input:-ms-input-placeholder{ color: #bababa; font-size: 12px !important; }
.cms-contact-us .std .addition-contact .cms-quick-quote .fieldset .form-list2 { float: left; width: 290px; margin-left: 22px; margin-bottom: 0px; }
.cms-contact-us .std .addition-contact .cms-quick-quote .fieldset .form-list2 li { list-style: none; }
.cms-contact-us .std .quickcontact .buttons-set { padding: 0px; }
.cms-contact-us .std .quickcontact .buttons-set p.required { padding: 0px; color: #bababa; margin: 0px; }
.cms-contact-us .std .quickcontact .buttons-set button.button { margin-top: 5px; }
#contactFormcms .buttons-set p.required{
    margin-left: 20px;
    margin-top: -30px;
}
/*** PAGINE CMS - patnership ***/
.cms-page-view .std .unit-with-img {padding: 0 20px 12px; border-bottom: 1px solid #dedede;margin-bottom: 18px;
display: block;}

.cms-page-view .std .unit-with-img img{float:none;}

.col1-layout-image .std .content  .image-holder {text-align: center;overflow: auto;}
.cms-about-team .col1-layout-image .std .content img{float:none;width:268px !important;}
.cms-about-team .col1-layout-image .std .content td{width:295px;border-bottom:1px solid #ccc;}
.cms-about-team .col1-layout-image .std .content td .position{font-weight: 700;}

.cms-about-team h3{text-align: center}
.cms-about-team .std .content img{}


.cms-about-partners .std .unit-with-img{ float:left;clear:none;width:270px;text-align: center;height:380px;}
.cms-about-partners .std .unit-with-img a{display:block; text-align: left;overflow: auto; height:110px;}
.cms-about-partners .std .unit-with-img p{text-align: left;padding:10px 0px 5px 0px;}
.cms-about-partners .std .unit-with-img{border-bottom: 0px;}
/*** PAGINE CMS - membership ***/
.membership-cards{margin-top:20px;}
.membership-cards,.membership-cards .containermembership {padding-top: 20px;width: 940px;clear:both;float:left;}

.membership-cards .containermembership ul {list-style: none outside none;float:left;padding-left: 0px;}
.membership-cards .containermembership .item{background-color: #F4F5EF;float:left;margin:10px;width:292px;
     border:1px solid #dddcd8;padding: 7px 9px;clear:none;list-style: none outside none;}
.membership-cards .containermembership .item .title, .membership-cards .containermembership .item .details{float:left}
.membership-cards .containermembership .item .title,
.cms-services-membership .item .title{
    font-family: Raleway,Tahoma,sans-serif;margin-bottom: 5px;width: 70%;
    font-family: 'Raleway'; color: #05134A;margin-top: 0px; text-align: left;float: left;margin-top: -17px;}
.cms-services-membership .membership_block .item .title{ margin-top: -44px; } 
.cms-container-service .membership_block { font-family: 'Open Sans', sans-serif; }
.cms-container-service .membership_block ul { margin-left: 0px; }
.cms-container-service .membership_block ul li { padding-left: 20px; background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/dot.png") no-repeat 5px 7px transparent; }
.cms-container-service .membership_block .price { font-size: 32px; font-weight: normal; color: #6990ee; font-family: 'Open Sans', sans-serif; }
.cms-container-service .membership_block .info-price { margin-top: 10px; float: left; }
.cms-container-service .membership_block .info-price > span { font-size: 18px; color: #05103b; }
.cms-container-service .membership_block button.button { float: right; }
.membership-cards .containermembership .item .title a,
.cms-services-membership .item .title a {color:#6699ff;display: block; text-decoration: none;}
.membership-cards .containermembership .item .image-item,
.cms-services-membership .item .image-item{display: block; overflow: hidden; float: left;}
.cms-container-service .membership_block .box.item .image-item{
    float: left;
}
.cms-container-service .membership_block .box.item .title{
    float: left;
    color: #6990ee;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 15px;
}
.cms-container-service .membership_block .box.item .details{
    margin-top: 10px;
    float: left;
}
.membership-cards .containermembership .item .summary{color: #444444; height: 110px;overflow: hidden;text-align: left;font-size: 12px;height: 195px;line-height: 16px;}
.membership-cards .containermembership .item .price-box{font-size: 11px;float:left;}
.membership-cards .containermembership .item .button{float: right;}
.membership-cards .containermembership .item ul{padding-top:10px;padding-bottom:20px;}
.membership-cards .containermembership .item ul li{padding-left:27px;background:url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -126px -1450px  transparent; }
.membership-cards .containermembership .item .details .info-price{padding-bottom:20px;}
.membership-cards .containermembership .item .details .info-price .price{color:#6699ff !important;}
/*** FORMATION ***/
.membership-cards .containermembership .formation .item .title{width: 155px;margin-bottom: 10px;font-size: 16px;}
.membership-cards .containermembership .formation .item{width: 205px;margin: 5px;}
.cms-services-company-formation .top_offices{display: none;}
.cms-services-company-formation .contentmemb  .membership-cards .title{color: #6699ff;    font-size: 38px;    margin: 0 0 30px;    text-align: center;}
.cms-services-company-formation .containermembership .formation .item .image-item{overflow: hidden;float: left;display:block;width:66px;height:66px;background:url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -110px -758px  transparent;margin-left:3px;margin-top:-7px;}
.cms-services-company-formation .containermembership .formation .item .title{float:left;width: 127px;height: 80px;overflow: hidden;margin-top: 20px;font-size: 18px;text-align: left;}
.cms-services-company-formation .containermembership .formation .item .details .summary{color:#000033;font-size:13px;line-height: 18px;height: 250px;overflow:hidden;}
.cms-services-company-formation .containermembership .formation .item .details{color:#000033;font-size:13px;}
.cms-services-company-formation .containermembership .formation .item .details .price-box .price{color:#6699ff;font-size:13px;}
/*** CUSTOMER ***/
.account-login .registered-users h2 ,.account-login .new-users h2{background: none;}
.customer-account-login .main-container,.customer-account-create  .main-container, .customer-account-forgotpassword  .main-container,.customer-account-logoutsuccess .main-container{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/account-bkg.jpg") no-repeat scroll center 0px transparent;}
.customer-account-create  .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/account-background.png") no-repeat scroll center 0px transparent;}
.customer-account-forgotpassword  .main-container {background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/pass-forgot-bg.png") no-repeat scroll center 0px transparent;}
.customer-account-login .main-container .main,.customer-account-create .main-container .main,.customer-account-create .main-container .main  ,.customer-account-forgotpassword  .main-container .main,.customer-account-logoutsuccess .main-container .main{background: none;}
.customer-account-login .main-container .main .col-main,.customer-account-create .main-container .main .col-main ,.customer-account-forgotpassword .main-container .main .col-main,.customer-account-logoutsuccess .main-container .main .col-main{padding: 30px 30px 80px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/whitetrasp.png") left top transparent repeat;}
.customer-account-create .main-container .main .col-main,
.customer-account-forgotpassword .main-container .main .col-main{padding:0px; background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/container-background.png") left top transparent repeat;}
.customer-account-forgotpassword .main-container .main .col-main { padding: 9px 15px 20px 15px; width: 895px; float: left;  }
.customer-account-login .account-login .page-title h1,
.customer-account-create .account-create .page-title h1,
.customer-account-forgotpassword  .main-container .page-title h1,
.customer-account-logoutsuccess  .main-container .page-title h1 {font-family: 'Raleway';font-size: 34px;text-align: center;}
.customer-account-create .account-create .page-title { margin-bottom: 40px; border-bottom: 0px; }
.customer-account-forgotpassword .page-title{ margin-bottom: 30px; border-bottom: 0px; }
.customer-account-create .account-create .page-title h1 { float: left; line-height: 37px; font-size: 37px; font-weight: 600; color: #6990ee; font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.customer-account-forgotpassword .main-container .page-title h1{ float: left; line-height: 48px; font-size: 37px; font-weight: 600; color: #6990ee; font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.customer-account-create .account-create .registered-users .content { float: left; width: 100%; }
.customer-account-create .account-create .registered-users .content h2{ color: #d37303; font-size: 24px; font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.customer-account-create .account-create .registered-users .content .form-list { float: left; margin-top: 50px; }
.customer-account-create .account-create .registered-users .content .form-list li { float: left; width: 100%; }
.customer-account-create .account-create .registered-users .content .form-list li > label { color: #02134b; font-size: 14px; width: 110px; font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.customer-account-create .account-create .registered-users .content .form-list li > .input-box { width: 290px; }
.customer-account-create .account-create .registered-users .content .form-list li > .input-box input.input-text { width: 270px; padding: 2px 10px; border-radius: 3px; background-color: #ffffff !important; border: 1px solid #b6b6b6; }
.customer-account-create .account-create .registered-users .content .form-list li > .input-box input:-webkit-autofill { background-color: #ffffff !important; -webkit-box-shadow: 0 0 0px 1000px white inset; }
.customer-account-create .account-create .registered-users .buttons-set { float: left; width: 100%; margin-top: 2px; }
.customer-account-create .account-create .registered-users .buttons-set > a { font-size: 12px; color: #02134b; line-height: 12px; }
.customer-account-create .account-create .registered-users .buttons-set > button.button { margin-top: 15px; }
.customer-account-create .main-container .main .col-main .account-create{ padding: 20px 15px; width: 895px; float: left; }
.customer-account-create .main-container .main .col-main .account-create .fieldset{ background: #f2f2f0; width: 402px; padding: 15px 18px; border: 1px solid #e0e0dd; }
.customer-account-create .main-container .main .col-main .account-create .fieldset-right { margin-left: 15px; }
.customer-account-create .main-container .main .col-main .account-create .fieldset-right > h2 { margin: 0px; padding: 0px; float: left; width: 100%; color: #6990ee; font-size: 24px; line-height: 24px; font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif; font-weight: 400; }
.customer-account-create .main-container .main .col-main .account-create .fieldset-right .register-info { font-size: 14px; color: #02134b; float: left; width: 100%; margin-top: 20px;  }
.customer-account-create .main-container .main .col-main .account-create .fieldset-right .form-list { float: left; margin-top: 20px; }
.customer-account-create .main-container .main .col-main .account-create .fieldset-right .form-list li { float: left; width: 100%; }
.customer-account-create .main-container .main .col-main .account-create .fieldset-right .form-list li .field { width: 100%; }
.customer-account-create .main-container .main .col-main .account-create .fieldset-right .form-list li .field p.required{ text-align: left; color: #d37303; font-size: 12px; margin-top: 10px; margin-bottom: 0px;}
.customer-account-create .main-container .main .col-main .account-create .fieldset-right .form-list li label { color: #02134b; font-size: 14px; width: 130px; font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.customer-account-create .main-container .main .col-main .account-create .fieldset-right .form-list li label em { position: static; margin-left: 2px; float: none; color: #d57b13;  }
.customer-account-create .main-container .main .col-main .account-create .fieldset-right .form-list li .input-box { width: 268px; }
.customer-account-create .main-container .main .col-main .account-create .fieldset-right .form-list li .news-field label { width: auto; float: left; color: #050f3c; }
.customer-account-create .main-container .main .col-main .account-create .fieldset-right .form-list li .news-field .input-box { width: auto; float: left; margin-left: 0px; }
.customer-account-create .main-container .main .col-main .account-create .fieldset-right .form-list li .input-box .input-text { width: 248px; padding: 2px 10px; border-radius: 3px; background-color: #ffffff !important; border: 1px solid #dfdfdd; }
.customer-account-forgotpassword .main-container .main .col-main .fieldset{ background: #f2f2f0; width: 859px; min-height: 380px; padding: 15px 18px; border: 1px solid #e0e0dd; float: left; margin-top: 0px; background-color: #ffffff !important; border: 1px solid #b6b6b6; }
.customer-account-forgotpassword .col-main .fieldset h2 { color: #d37303; font-size: 24px; font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif; margin-bottom: 20px; }
.customer-account-forgotpassword .col-main .fieldset p.info { color: #02134b; font-size: 14px; margin: 0px; font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;}
.customer-account-forgotpassword .main-container .main .col-main .form-list { float: left; margin-top: 20px; }
.customer-account-forgotpassword .main-container .main .col-main .form-list li label { width: 110px; float: left; color: #02134b; font-size: 14px; font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;}
.customer-account-forgotpassword .main-container .main .col-main .form-list li .input-box { width: 290px; float: left; clear: none; }
.customer-account-forgotpassword .main-container .main .col-main .form-list li .input-box .input-text { width: 268px; padding: 4px 10px; border-radius: 3px; }
.customer-account-forgotpassword .main-container .main .col-main .buttons-set { float: left; margin-top: 20px; width: 400px; }
.customer-account-forgotpassword .main-container .main .col-main .buttons-set .back-link { float: left; color: #d37303; font-size: 14px; font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;}
.customer-account-forgotpassword .main-container .main .col-main .buttons-set .back-link a { color: #d37303; }
.customer-account-forgotpassword .main-container .main .col-main .buttons-set button.button { float: right; margin-top: 30px; }
.customer-account-login .account-login .page-title,.customer-account-login .account-login .content,.customer-account-login .account-login .buttons-set,.customer-account-login .account-login .content h2,.customer-account-create .account-create .page-title,.customer-account-forgotpassword  .main-container .page-title,.customer-account-logoutsuccess  .main-container .page-title {border: none;}
.customer-account-login .account-login .content,.customer-account-login .account-login .buttons-set {background: none;}
.customer-account-login .account-login .content{min-height: 200px;}
.customer-account-login .account-login .new-users{float:right;}
.customer-account-login .account-login .registered-users,.customer-account-create .account-create .fieldset-left{border-right:2px solid #d4cdca !important;}
.customer-account-login .account-login .content h2,.customer-account-create .account-create .fieldset .legend,.customer-account-forgotpassword .fieldset .legend {font-size: 20px;font-weight: 600;color:#163390;text-transform: none;font-family: 'Raleway';}
.customer-account-login .account-login .content .form-list label,.customer-account-forgotpassword .form-list label.required {font-weight: normal;display: block;width: 100px;float:left;}
.customer-account-login .account-login .content .form-list label.required em{position: relative;float: none;right: -3px;}
.customer-account-login .account-login .content p.required{text-align: left;}
.customer-account-login .account-login .content .form-list .input-box{clear: none;display: block;  float: left;   width: 250px;}
.customer-account-login .account-login .content .form-list input.input-text,.customer-account-forgotpassword input.input-text {border-radius: 5px 5px 5px 5px;width: 245px;}
.customer-account-create .account-create .fieldset{width: 380px;float: left;margin: 0;border:none;background: none transparent;}
.customer-account-create .account-create .fieldset .form-list .field{width: 380px;margin: 5px 0;}
.customer-account-create .account-create .fieldset .form-list li{margin-bottom: 10px;}
.customer-account-create .account-create .buttons-set,.customer-account-forgotpassword  .buttons-set{border: none;}
.customer-account-create .account-create .fieldset .legend,.customer-account-forgotpassword .fieldset .legend,.customer-account-forgotpassword .fieldset  {border:0px;background: none transparent;}
.customer-account-create .account-create .fieldset .form-list label.required,.customer-account-create .account-create .fieldset .form-list label {font-weight: normal;width: auto;display: block; float: left}
.customer-account-create .account-create .fieldset .form-list .input-box,.customer-account-create .account-create .fieldset .form-list input.input-text, .customer-account-create .account-create .fieldset .form-list .input-box select{float:right;clear: none;border-radius: 5px 5px 5px 5px;}
.customer-account-create .account-create .fieldset .form-list .control .input-box {float:left;}
.customer-account-forgotpassword .form-list label.required {font-weight: normal;}
/*** PRICE ***/
.regular-price .price{color:#163390;}
.special-price{color:#dc4128;}
/*** ALLEGATI ***/
.lanot-attachments{padding:10px;float: left; width: 100%;background-color: #F7F7F4; border: 1px solid #E3E3E3;}
.lanot-attachments-title{background-image: none !important;border:none !important;}
.lanot-attachments-title strong{text-transform: none !important;color: #434D76!important;font-size: 22px!important;font-weight: normal!important;line-height: 44px !important;}
.lanot-attachments-content a{text-decoration: none;color:#F6A057;}
.lanot-attachments-content a:hover{text-decoration: underline;}
/*** CMS PAGE - ABOUT US***/
.aboutgrid{float: left;margin-top: 40px;}
.col1-layout-image .aboutgrid{margin-top: 80px;}
.aboutgrid .aboutrow{float:left;}
.aboutgrid .item-box {width:290px;float:left;margin:10px;}
.col1-layout-image .aboutgrid .item-box p.title{width: 290px;
    padding: 0px;font-size: 20px;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #dedede;
    display: block;height: 60px;}
.aboutgrid .item-box img{display: block;padding: 3px;width: 290px;height: 190px;
    border: 1px solid #dedede;border-radius: 2px 2px 2px 2px;margin-bottom: 12px;}
.cms-about-eoffice .main-container .main .page-title,
.cms-about-eoffice .main-container .main .std .subtitle{margin-left: 15px;margin-right: 15px}
.cms-page-view .main-small .page-title{padding-top:25px;}
.cms-about-eoffice .main-small .page-title{padding-top:0px;margin-top:-10px;}
/***  CATALOGSEARCH-RESULT ***/
.catalogsearch-result-index .sidebar .block-layered-nav{display: none;}
.catalogsearch-result-index .main .col-main .page-title{margin-top: 20px;}

/*checkout*/
.order-products-table tfoot strong{font-size: 12px;}
.checkmo-list{display:none;}
.op_login_area button.button{}

/*cart options*/
.cartspeclabel{float:left; width:270px;clear:both;}
.cartspecprice{float:left; width:60px; text-align: right;}
.cartspecpricetotal{clear:both;float:left;text-align: right;width:330px;border-top:1px solid #2f2f2f;}
.mounth-price{display: none;}
.mounth-price:first-child{display: block;}
#methodlabel_paypointgateway_hosted{padding-right: 44px; padding-bottom:6px;
                                    background: url('https://www.eoffice.net/skin/frontend/eoffice/default/images/credicards.png') right top no-repeat transparent;height: 30px;}

/*** PAGINE CMS 2014 ***/
.cms-page-view .page-title,.cms-page-view .subtitle{margin-left: 0px!important;}
.cms-page-view h1{color:#6699ff!important;font-size: 37px!important;padding-right: 35px!important;}
.cms-page-view .subtitle{width: 750px;}
.cms-page-view .subtitle p{color:#000033!important;font-size:22px!important;padding-right: 25px;}
.cms-container,.first-row,.content-rows,.content-grid,.content-row,.item-box{float:left;}
.home_box .content-rows{
    margin-bottom: 60px;
}
.homepage-videos .item-box{
    width: 278px;
}
.talk-us{float: right;margin-top: 35px;}
.talk-us p{text-align: right;color:#fff;font-weight: 600;font-size: 18px; text-shadow: 2px 2px 2px rgba(0, 0, 0,0.8);}
.item-box a{color:#cc6600;font-size: 13px;text-decoration: none;}
.item-box a:hover{text-decoration: underline;}
/* ABOUT */
.cms-about-eoffice .main-container .cms-container{margin-top: 80px;}
.cms-about-eoffice .main-container .cms-container-es{ margin-top: 50px; }

.first-row{margin-bottom:20px;}
.big-col-left,.small-col-right{border:1px solid #cccccc;float: left;margin-right: 20px;background-color: #f4f5ef;}
.big-col-left{width: 676px;padding:8px 8px;}
.small-col-right{width:183px;margin-right: 0px;padding:0px 20px;}
.small-col-right .box{border-bottom:1px solid #cccccc;}
.small-col-right .box.last{border-bottom:none;}
.small-col-right p{color:#6699ff;margin:0px;}
.small-col-right p.num{font-size: 58px;line-height: 58px;}
.small-col-right p.desc{font-size:16px;padding-bottom:6px;}
.big-col-left img,.big-col-left p{display: block;float:left;}
.big-col-left img{}
.big-col-left p{margin-left: 20px;width:185px;color:#000033;font-size: 16px;margin-bottom: 0px;line-height: 19px;}
.item-box{
    width: 276px;
    margin-right: 24px;
    margin-bottom: 24px;
    border: 1px solid #cccccc;
    background-color: #f4f5ef;
    padding: 10px 10px 10px 9px;
}
.about-us-grid .item-box{
    height: 490px;
}
.item-box.last{margin-right: 0px;}
.item-box p{color:#000033;font-size:13px;display: block;width: 255px;line-height: 17px;margin:0 7px;height: 172px;}
.item-box p.title{color:#6699ff;font-size: 18px;display: block;overflow: hidden;height: 35px;margin:20px 7px;}
/* TEAM */
.cms-about-team .main{padding-top: 8px;}
.cms-about-team .main-container{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/team_2.jpg") no-repeat scroll center top transparent;}
.cms-about-team .main-container .cms-container{float: left;margin-top: 90px;}
.content-row-four { float: left; }
.content-row-four .item-box{margin-right: 30px;margin-bottom: 30px;}
.content-row-four .item-box.last{margin-right:0px}
.content-row-four .item-box,.content-row-four  .item-box p{width: 190px;}
.content-row-four  .item-box p{height: 50px;padding:10px 0px;}
/* STORY */
.cms-about-our-story .main{padding-top: 8px;}
.cms-about-our-story .main-container,
.cms-a-propos-our-story .main-container{ background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/our-story_story.jpg") no-repeat scroll center top transparent;}
.cms-about-our-story .main-container .cms-container,
.cms-a-propos-our-story .main-container .cms-container{margin-top: 110px;}
.content-row-one .item-box{width: 920px;}
.content-row-one .item-box .col-left{width: 628px;padding-bottom:30px;}
.content-row-one .item-box .col-right{width: 289px;}
.content-row-one .item-box .col-left p{padding:10px;width: 608px;height: auto;font-size: 16px;line-height: 20px;}
.content-row-one .item-box .col-right img{display: block;float:right;padding-left:8px;border-left:1px solid #cccccc;margin-bottom: 15px;}
.content-steps{padding: 0 0px 0px 12px;}
.content-steps div.p-blue{font-size:18px;color:#6699ff;padding-left: 5px;}
.content-steps .steps .step{clear: both;}
.content-steps .steps .step p.p-blue{padding-top:0px;padding-bottom:0px;display: block;float:left;width: 118px;color:#6699ff;font-size:13px;line-height: 25px;padding-left:15px;padding-right: 0px;margin-right: 0px;background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/dot.png") no-repeat scroll 0px center transparent;}
.content-steps .steps .step p{padding-left:0px;padding-top:0px;padding-bottom:0px;font-size: 13px;display: block;float: right;width: 450px;position: relative;line-height: 25px;}
/* JOIN OUR NETWORK / PRESS */
.cms-about-join-our-network .main{padding-top: 8px;}
.cms-about-join-our-network .main{padding-top: 8px;}
.cms-about-join-our-network .main-container{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/join-our-network_2.jpg") no-repeat scroll center top transparent;}
.cms-about-join-our-network .subtitle p,.cms-about-press .subtitle p{padding-left:15px !important;}
.cms-about-join-our-network .first-row,.cms-about-press .first-row{border:1px solid #cccccc;background-color: #f4f5ef;}
.cms-about-join-our-network .big-col-left,.cms-about-press .big-col-left{margin-right: 0px;padding:20px 0px;border:none;width:640px}
.cms-about-join-our-network .small-col-right,.cms-about-press .small-col-right{border:0px;border-left: 1px solid #cccccc;}
.cms-about-join-our-network .big-col-left .content,.cms-about-press .big-col-left .content{float:left;width:600px;}
.cms-about-join-our-network .big-col-left .title,.cms-about-join-our-network .addition-contact .title-block,
.cms-about-press .big-col-left .title,.cms-about-press .addition-contact .title-block{color:#6699ff;font-size:24px;padding-bottom:30px;}
.cms-about-join-our-network .big-col-left p,.cms-about-press .big-col-left p{font-size:16px;width:100%;}
.cms-about-join-our-network .small-col-right, .cms-about-press .small-col-right{width: 255px;margin-top:5px;margin-bottom:5px;}
.cms-about-join-our-network .small-col-right p, .cms-about-press .small-col-right p{font-size:16px;}
.cms-about-join-our-network .small-col-right .box, .cms-about-press .small-col-right .box{padding: 15px 0px 20px;}
.cms-about-join-our-network .small-col-right .box.last, .cms-about-press .small-col-right .box.last{border-bottom: none;padding: 20px 0px 15px;}
.citation{font-style: italic;padding-bottom:20px;}
.cms-about-join-our-network .content-trow .item-box a{display: block;padding-top:20px;}
.cms-about-join-our-network .addition-contact{float:left;clear:both;  width: 907px;border:1px solid #cccccc;background-color: #f4f5ef;padding:10px 15px; margin-bottom: 20px; }
.cms-about-join-our-network .contact-us,.cms-about-join-our-network .addition-contact .title-block{float:left;width: 240px;clear: both;}
.cms-about-join-our-network .contact-us span{font-size:24px!important;font-family: 'Open Sans', sans-serif;line-height: 22px;}
.cms-about-join-our-network  .cms-quick-quote{float:right;width: 600px;margin-top: -60px;}
.cms-about-join-our-network  .cms-quick-quote .quickcontact .fieldset{height: 195px;}
.cms-about-join-our-network  .cms-quick-quote .quickcontact .fieldset{margin-top: 0px;margin-bottom: 0px;padding:0px;float:left;}
.cms-about-join-our-network  .cms-quick-quote .quickcontact .fieldset ul{float:left;}
.cms-about-join-our-network  .cms-quick-quote .quickcontact .fieldset li{display: inline-block;float: left;
            clear:none;margin-left: 20px;}
.cms-about-join-our-network  .cms-quick-quote .quickcontact .fieldset li.wide,
.cms-about-join-our-network  .cms-quick-quote .quickcontact .fieldset li.wide .input-box,
.cms-about-join-our-network  .cms-quick-quote .quickcontact .form-list li.wide select,
.cms-about-join-our-network  .cms-quick-quote .quickcontact .form-list li.wide textarea{width: 260px;}
.cms-about-join-our-network  .cms-quick-quote .quickcontact .fieldset li.wide input.input-text{width: 255px;}
.cms-about-join-our-network  .cms-quick-quote .quickcontact .fieldset li.wide {clear: none;float: left;}
.cms-about-join-our-network .cms-quick-quote .quickcontact .fieldset li:nth-child(2){display: block;clear: both;}
.cms-about-join-our-network .cms-quick-quote .quickcontact .fieldset li:nth-child(3){margin-top: -33px;}
.cms-about-join-our-network .cms-quick-quote .quickcontact .fieldset li:nth-child(5),
.cms-about-join-our-network .cms-quick-quote .quickcontact .fieldset li:nth-child(6){clear: both;}
.cms-about-join-our-network .cms-quick-quote .quickcontact .fieldset li.wide:last-child{margin-top: -23px;}
.cms-about-join-our-network  .cms-quick-quote .quickcontact .form-list li.wide textarea{height: 85px;}
.cms-about-join-our-network .addition-contact .quickcontact .fieldset .form-list2 .wide .field-left .input-box select#country{width: 260px;border-radius: 4px;padding: 3px 0px;margin-top: 10px;}
.cms-about-join-our-network .addition-contact .quickcontact .fieldset .form-list2 .wide .field-left .input-box select#country option{width: 260px;}
.cms-about-join-our-network .addition-contact .quickcontact .fieldset .form-list2 .wide:last-child{float: left;margin-left: 300px;margin-top: -90px;}
.cms-about-join-our-network .addition-contact .quickcontact .fieldset .form-list2 .wide:last-child .input-box textarea#comment{height: 84px;width: 254px; border-radius: 4px;}
.cms-about-press .main-container .cms-container{margin-top: 100px;}
.cms-about-join-our-network  .main-container .cms-container{margin-top: 80px;}
/* NEWS */
.cms-about-news .main{padding-top: 8px;}
.cms-about-news .main-container{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/news_news.jpg") no-repeat scroll center top transparent;}
.cms-about-news .main-container .cms-container{margin-top: 80px;}
.cms-about-news .item-box p{height: 125px;}
.cms-about-news .item-box .date{margin-top: 20px;height: auto;color:#6699ff;font-size:18px;}
.cms-about-news .item-box p.title{font-weight: 600;line-height: 18px;height: auto;margin:7px;height:61px;}
.cms-about-news .item-box .lnk{height: auto;float:left;}
.cms-about-news .item-box .lnk a.more-link{font-size: 14px; color:#d37302;display: block; text-align: left;
            background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/home/homesprite.png") 72px -155px no-repeat transparent; clear:both;
            padding-right:22px;margin-right: 10px; text-decoration: none;cursor: pointer;}
.cms-about-news .news-items-grid-es .item-box .lnk a.more-link { background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/home/homesprite.png") 107px -155px no-repeat transparent; }
.item-box p.title.media{font-weight: 400;font-size: 16px;height: 50px; margin-bottom: 10px;}
.cms-about-news .talk-us{}
/* PRESS */
.cms-about-press .main{padding-top: 8px;}
.cms-about-press .main-container{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/press_2.jpg") no-repeat scroll center top transparent;}
.cms-about-press .main-container .cms-container{margin-top: 100px;}
.cms-about-press .big-col-left p{padding:10px 0;}
.cms-about-press .big-col-left a{color:#d37302; text-decoration: none;}
.cms-about-press .big-col-left a:hover{text-decoration: underline;}
/* PARTNERS */
.cms-about-partners .main{padding-top: 8px;}
.cms-about-partners .main-container{background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/partners-banner.png") no-repeat scroll center top transparent;}
.cms-about-partners .main-container .cms-container{margin-top: 40px;}
.cms-about-partners .box-item{float:left;width: 320px;}
.cms-about-partners .box-item.last{width: 300px;}
.content-row .grey,.content-row .white{height: 20px;float:left;}
.content-row .grey{background-color: #f4f5ef;width: 120px;border:1px solid #cccccc;border-bottom: none; }
.content-row .white{background-color: transparent;width: 175px;border-bottom:1px solid #cccccc;  }
.cms-about-partners .item-box{border-top: none;}

.cms-about-partners .cms-container{
    float: left;
    margin: 0px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
.cms-about-partners .cms-container .content-rows{
    width: 100%;
    float: left;
}
.cms-about-partners .partners-block,
.cms-services-membership .partners-block{
    width: 100%;
    float: left;
    border-bottom: 1px solid #dfdfdd;
    padding-bottom: 15px;
    margin-bottom: 70px;
    overflow: hidden;
}
.cms-services-membership .partners-block{
    border-bottom: none;
    margin-top: 75px; 
}
.cms-about-partners .partners-block .partners-group,
.cms-services-membership .partners-block .partners-group{
    width: 100%;
    float: left;
    font-size: 37px;
    color: #6990ee;
    line-height: 46px;
}
.cms-services-membership .partners-block .partners-group{
    text-align: center;
}
.cms-about-partners .partners-block .partner-items,
.cms-services-membership .partners-block .partner-items{                                                        
    float: left;
    margin-top: 23px;
    width: 953px;
}
.cms-about-partners .partners-block .partner-item,
.cms-services-membership .partners-block .partner-item{  
    float: left;       
    margin-bottom: 15px;
    border: 1px solid #e8e8e6;
    padding: 4px;
    width: 164px;
    background: #f2f2f0;
    height: 190px;
    overflow: hidden;
    margin-right: 16px;
}
.cms-services-membership .partners-block .partner-item{
    width: 138px;
    height: 175px;
    margin-right: 10px;
}
.cms-about-partners .partners-block .partner-item .partner-logo,
.cms-services-membership .partners-block .partner-item .partner-logo{
    width: 164px;
    background: #ffffff;
    height: 122px;
    overflow: hidden;
    float: left;
}  
.cms-services-membership .partners-block .partner-item .partner-logo{
    width: 138px;
    height: 110px;
}
.cms-about-partners .partners-block .partner-item .partner-logo > a,
.cms-services-membership .partners-block .partner-item .partner-logo > a{
    width: 164px;
    height: 122px;
    overflow: hidden;
    float: left;
}
.cms-services-membership .partners-block .partner-item .partner-logo > a{
    width: 138px;
    height: 110px;
}
.cms-about-partners .partners-block .partner-item .partner-logo img,
.cms-services-membership .partners-block .partner-item .partner-logo img{
    width: 164px;
    margin: auto 0px;
}
.cms-services-membership .partners-block .partner-item .partner-logo img{
    width: 138px;
}
.cms-about-partners .partners-block .partner-item .partner-name,
.cms-services-membership .partners-block .partner-item .partner-name{
    font-size: 14px;
    float: left;
    margin-top: 5px;
    height: 45px;
    color: #6990ee;
    font-weight: 600;
    line-height: 17px;
}
.cms-about-partners .partners-block .partner-item .partner-more-link,
.cms-services-membership .partners-block .partner-item .partner-more-link{   
    float: left;
    font-size: 12px;
    color: #d37200;
    padding-right: 15px;
    clear: left;
    font-weight: 600;
    text-decoration: none;
    background:  url("https://www.eoffice.net/skin/frontend/eoffice/default/images/partner-arrow.png") no-repeat right 3px;
}
.partner-light{
    border-radius: 0px;
    border: 5px solid #89a3da;
}
.partner-light .partner-popup-container{
    width: 550px;
    height: auto;
}
.partner-light .partner-item{
    width: 550px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 40px;
}
.partner-light .partner-item .partner-logo{
    width: 164px;
    margin: 0px auto;
}
.partner-light .partner-item .partner-name{
    width: 100%;
    color: #6990ee;
    font-size: 24px;
    margin-top: 10px;
}
.partner-light .partner-item .partner-description{
    font-size: 14px;
    margin-top: 10px;
}
.partner-light .close{
    position: absolute;
    right: -1px;
    top: -11px;
    width: 37px;
    height: 37px;
    background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/partner-close.png") no-repeat center center;
}
.cms-services-membership #partnership-block{
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-top: 0px;
    overflow: hidden;
}
.cms-services-membership #partnership-block .partnership-title{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 37px;
    color: #6990ee;
    line-height: 46px;
}
.cms-services-membership #partnership-block .membership-info{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #05103b;
    line-height: 30px;
}
.cms-services-membership #partnership-block .partnership-content{
    width: 100%;
    float: left;
    margin-top: 25px;
    overflow: hidden;
}
.cms-services-membership #partnership-block .membership-item{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.cms-services-membership #partnership-block .membership-item.last{
    margin-right: 0%;
}
.cms-services-membership #partnership-block .membership-item .membership-item-image{
    width: 100%;
    text-align: center;
    float: left;
}
.cms-services-membership #partnership-block .membership-item .membership-item-description{
    text-align: center;
    margin-top: 15px;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #05124b;
}
.factname,.item-box .logo{float:left;}
.item-box .logo img{border:1px solid #cccccc;width: 98px;height: 98px;}
.factname{width: 160px;float:right;text-align: right;}
.factname a{color:#6699ff;font-size:18px;}
.descr{clear: both;float:left;margin-top:12px;border-top:1px solid #cccccc;}
.descr p{height: 225px;line-height: 20px;margin-top:12px;margin-left: 0px;margin-right: 0px;background-color: #fff;padding:20px;width: 235px;}
/* home 2014 */
.homesearchbox{height:400px;}
.homesearchbox .searcher_title h2{
    width: 100%;
    box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 20px 5px;
}
.cms-index-index .talk-us{float: none;margin:0 auto 50px;}
.cms-index-index .talk-us p{text-align: center;font-size: 22px;}
.home_box h2{color:#6699ff;font-size:38px;font-weight: normal;}
.home_box h2 a{color:#6699ff;font-size:38px;font-weight: 600; text-decoration: none;}
.home_box h3{color:#000033;font-size:24px;font-weight: normal;margin-bottom:0px;}
.home_box .typeservice{margin-top: 0px;}

.home_box .typeservice .containerservice .services .item .details .summary{height: 70px;width: 270px;}
.home_box .typeservice .services ul{float:left;margin-left:0px;}
.home_box .typeservice .services ul li{padding-left:16px;background:url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll  -134px -1450px  transparent; }
.home_box .typeservice .services ul li p{font-size:13px;color:#000033;}
.typeservice .containerservice .services .cf .icon-service{background-position:-110px -758px;}
.typeservice .containerservice .services .eo .icon-service{background-position:-110px -673px;}

.cms-index-index  .feeds h3{color:#6699ff;font-size:38px;font-weight: normal;width: 100%;text-align: center;}
.cms-index-index .feeds .feed-list .feed-item .left-feed,.cms-index-index .feeds .feed-list .feed-item .right-feed h4 a{color:#6699ff;font-size:14px;}
.cms-index-index .feeds .feed-list .feed-item .right-feed h4{height:50px;}
.cms-index-index .feeds .feed-list .feed-item .right-feed h4 a{font-weight: normal;}
.cms-index-index .feeds .feed-list .feed-item .right-feed .feed-content{font-size:13px;color:#000033;}

.cms-index-index .main-container{background-position: center -55px; width: 100%;}

.link-cart-header{float:right;padding-left: 4px;padding-top: 4px;}
.link-cart-header img{width: 65%;}
.timedprice-bold{font-weight: bold;line-height: 20px;display: inline !important;float: none !important;}
.timedprice-normal{font-weight: normal;line-height: 20px;margin:10px 0px!important}
.timedprice-normal b{font-size:20px;color:#163390;line-height: 18px;font-weight: bold;}
#product-options-wrapper dl.last{margin-bottom: 5px;}
#product-options-wrapper dl.last dd{padding: 5px 10px 5px;}
.membership-cards .containermembership .formation .item { width: 440px; margin: 0px; }
.membership-cards .containermembership .formation .item:first-child { margin-right: 20px; }
.membership-cards .containermembership .formation .item .title { width: 360px; height: 50px; }
.membership-cards .containermembership .formation .item .details .summary { height: 160px; }

.worldmap-cont{
    float: left;
    position: relative;
}
.worldmap-text{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 18px;
    color: #23358b;
}
.timedprice-normal .product-addtocart-weekends-link{
    padding-left: 21px;
    padding-bottom: 3px;
    color: #2f2f2f;
    background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -8px -98px transparent;
}
.validation-advice .product-addtocart-weekends-link{
    color: #eb340a;
}

.cms-cookies ul li p{display:inline;}
.top-content {width: 940px; margin: 0 auto; text-align: left;}
.top-wrapper {width: 100%; height: 86px; background-size: cover; margin: 0 auto;}
.top-content .minisearchbox {float: none; margin-top: 0; margin-right: 0; padding-top: 20px;}

/*product page map with searcher*/
.product-map-searcher {clear: both; position: relative; width: 100%; min-height: 250px; background-image: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/searcher-bg.jpg"); -webkit-background-size: cover; background-size: cover; margin-bottom: 25px;}
.product-map-searcher .map-searcher-title { font-family: "Raleway", sans-serif; font-size: 38px; font-weight: 600; color: #163390; line-height: normal; text-transform: none; text-align: center; position: relative; bottom: -25px; margin-bottom: 0;}
.product-map-searcher .searcher-wrapper { margin: 0 auto; position: absolute; top: 48%; left: 0; right: 0; width: 700px; }
.product-map-searcher .searcher-wrapper .minisearchbox { width: 100%; margin: 0; float: none; }
.product-map-searcher .searcher-wrapper .minisearchbox .searcher { box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; padding: 10px 10px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: none; background-color: rgba(8, 28, 101, 0.8); }
.product-map-searcher .searcher .search-field-list li { padding: 0 8px; margin-right: 0; width: 27%; box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; }
.product-map-searcher .searcher .search-field-list li select { width: 100%; height: 40px; font-family: "Raleway", sans-serif; font-size: 16px; font-weight: 500; color: #000; line-height: 40px; text-transform: none; }
.product-map-searcher .searcher .search-field-list li:last-child { width: 19%; }
.product-map-searcher .searcher .search-field-list li:last-child .button { width: 100%; height: 40px; background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/search-button-bg.jpg") repeat-x left top; border-radius: 5px; -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47); -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47); box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47); }
.product-map-searcher .searcher .search-field-list li:last-child .button span { background: none; height: 40px; padding: 0px; }
.product-map-searcher .searcher .search-field-list li:last-child .button span span { background: none; font-size: 22px; line-height: 40px; font-family: 'Raleway'; font-weight: 700; color: #05134a; }
.cms-about-news .main-container .cms-container{margin-top: 110px;}

/*Modal*/
.modal{display: none; position: fixed; z-index: 9; left: 0; top: 0; width: 100%;
    height: 100%; overflow: auto; background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); }
.modal-content {background-color: #fefefe; margin: 15% auto; padding: 20px;
    border: 1px solid #888; width: 55%; overflow: auto;}
.modal-form{margin-bottom: 20px;}
#modal-help h2{font-size: 26px; color: #000; text-align: center; font-weight: 700;}
#modal-help .subtitle{font-size: 16px; text-align: center;}
.close-modal{position: relative;}
.close-modal .close {color: #aaa; float: right; font-size: 28px; font-weight: bold;}
.close-modal .close:hover, .close-modal .close:focus {color: black; text-decoration: none; cursor: pointer;}
.close-modal i{position: absolute; right: -10px; top: -15px;}
#modal-help .form-field{width: 50%; float: left; padding: 0px 15px;}
#modal-help label{float: left; font-weight: 700;}
#modal-help label.required{position: relative;}
#modal-help label.required em{float: right; font-style: normal; color: #a94442;
    position: absolute; top: 0; right: -8px;}
#form-help input{width: 100%; margin-bottom: 10px;}
#form-help button{display: block; margin: auto;}
#form-help select{float: left; width: 100%; clear: both;}
#form-help .product-interest{background: #f3f3f3; padding: 22px 15px; overflow: hidden;}
#form-help .product-interest label{margin-bottom: 10px;}
#form-help textarea{margin-top: 20px; width: 100%;}
#form-help .buttons-set{margin-top: 20px; float: left; width: 100%; padding-top: 20px;}


/* FILE: megamenu.css */
#nav ul, #nav div{position: static;border:0px;}
#nav li{border:none;float:left; }

#nav li.last{background-image: none}
li.level0{ padding-left: 15px }
#nav .mm-item-content{position: absolute;border:none;width:950px; z-index: 2000; height: 370px}
#nav .mm-content-base{overflow: hidden;margin:20px;}

#nav .level0 .megamenu-content{display:none; background-color: #fff; border: 1px solid #999; border-top: 0px;}
#nav .level-top .level1 .megamenu-content1{ clear: both; float: left}
#nav .megamenu-content .megamenu-sub-item .ullevel0,
#nav .megamenu-content .megamenu-sub-item{float:left;width:200px; overflow:hidden;}
#nav .megamenu-content .megamenu-content-top{width: 100%;}
#nav .megamenu-content .megamenu-content-right{float:right; width:310px;overflow:hidden;}
#nav .megamenu-content .megamenu-content-left{float:left;}
#nav .megamenu-content .megamenu-content-bottom{width: 100%;clear: both;}

/*MENU'' ALTO*/
#nav a{padding: 0;}
#nav ul li a,#nav ul li a:hover,#nav ul li a,#nav ul li.last{background-color: transparent;}

#nav li ul a{}
#nav li ul a span{font-size:16px;}
#nav li.level0 a.level-top{padding: 0 15px; height: 36px; line-height: 36px}
#nav ul li, #nav ul li.active{float:left;background-color: transparent; }
#nav ul.level0{padding-top:0px; }
#nav ul span{width:165px;}

li.level1 .megamenu-content{}
#nav a.imgspan1{ display: none}
#nav a.linklevel1 {padding: 0px; }
#nav a.linklevel1 span{clear: both; float: left; color: #222222;  font-size: 16px; padding: 0 5px 5px 0; color:#444444}
#nav a.linklevel2 span{  font-size: 14px; color: #444444; font-weight: normal;  padding: 0 5px 5px 10px;}
#nav .nav-1 a.catlinklevel1, #nav .nav-2 a.catlinklevel1{padding-top:8px;height: 43px;}

#nav .level-top a.catlinklevel2{background:none;padding-top:0px;}

#nav .level-top ul li.level1 .megamenu-content li.level3 a span{padding:0px;line-height: 20px;
    font-size: 18px;}
#nav ul.level0{display:none;}
#nav ul.shown-sub{display:block;}
#nav ul.level0{position:absolute;z-index: 1000;
       background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/home/bkgpixeled.jpg") left top repeat transparent;
       margin-top:36px;margin-left:10px;border:1px solid #edc209; border-top:0px;}
#nav .level1{padding: 0px; display:block;}
#nav .level1 a{padding:10px;}
#nav .level1 a:hover{background-color: #edc209;padding:10px;}
#nav .level2{clear: both; float: left}

#nav h3{display: block; overflow:auto;margin:0px 0px 10px;}
#nav h3 span{float:left;padding:0px;}

#nav ul li h3.sottotitoli span{padding:0px 0px 0px 0px ; }
#nav ul li h3.sottotitoli span.inizio{padding:0px 8px 0px 5px ; }

#nav .tipocat3{color:#f441b9 !important;display: inline;}
#nav .tipocat4{color:#11aaf6 !important;display: inline;}

#nav .level-top ul li.level1 .megamenu-content .mm-content-base .megamenu-sub-item{}
#nav h3{width:850px;}
#nav .level-top ul li.level1 .megamenu-content .mm-content-base .megamenu-content-right{float:right;}
#nav .level-top ul li.level1 .megamenu-content .mm-content-base{margin: 20px 0px 20px 20px;}



/* FILE: agile_carousel.css */
/* general styles */

/* reset styles */

.agile_carousel img {border: 0;}

.agile_carousel p, .agile_carousel ul, .agile_carousel ul li {
margin: 0;
padding: 0;
}

/* agile carousel styles */

/* -----------------------------------*/
/*-- outer containers --*/
/* -----------------------------------*/

/*-- the most outer container rendered by JS 
Contains .slides .slide_content_... .persistent_content and controls that have "no_control_set" --*/

.agile_carousel {
position: relative;
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

/*-- container for all slides only --*/

.agile_carousel .slides {
position: absolute;
top: 0;
left: 0;
}

/*-- individual slide --*/

.agile_carousel .slide {
float: left;
}


/* -----------------------------------*/
/*-- default style for controls --*/
/* -----------------------------------*/


/*-- default styles for all control sets --*/

.agile_carousel .control_set {
position: absolute;
z-index: 195;
}

/*-- default styles for all button containers --*/

.agile_carousel .button_container {
z-index: 5000;	
}

/*-- default style for controls whose trigger type is "hover" --*/

.agile_carousel .ac_hover {
cursor:text;	
}

/*-- default style for controls which are currently selected
such as the current slide number --*/

.agile_carousel .ac_selected {
}

/*-- default style for disabled controls 
"previous" and "next" controls may be disabled near the first/last slide --*/

.agile_carousel .ac_disabled {
}

/*-- style applied to all controls --*/

.slide_button {
z-index: 1990;
cursor: pointer;
display: block;
background-position: 0 0;
background-repeat: no-repeat;
position: relative;
}

/*-- previous button --*/

.previous_button {
}

/*-- next button --*/

.next_button {
}

/*-- hover previous button --*/

.hover_previous_button {
}

/*-- hover next button --*/

.hover_next_button {
}

/*-- numbered buttons container --*/

.agile_carousel .numbered_buttons_container {
}

/*-- numbered button --*/

.agile_carousel .numbered_button {
float: left;
}

/*-- grouped numbered buttons container --*/

.agile_carousel .grouped_numbered_buttons_container {
}

/*-- group numbered button --*/

.agile_carousel .grouped_numbered_button {
float: left;
}

/*-- content buttons container --*/

.agile_carousel .content_buttons_container {
}

/*-- content button --*/

.agile_carousel .content_button {
}

/*-- thumbnail buttons container --*/

.agile_carousel .thumbnail_buttons_container {
}

/*-- thumbnail button --*/

.agile_carousel .thumbnail_button {
}


/* -------------------------------------------- */
/*-- "things" that are not slides or controls --*/
/* -------------------------------------------- */

.current_slide_number {
cursor: text;
}

.slide_count {
cursor: text;
}

/* -------------------------------------------- */
/*-- #basic_slideshow styles --*/
/* -------------------------------------------- */

/*-- hide the captions --*/
#basic_slideshow .caption {
display: none;
}


/* -------------------------------------------- */
/*-- #multiple_slides_visible styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

#multiple_slides_visible .agile_carousel {
overflow: hidden;
-moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
background-color: #ededeb;
}

/*-- slide container --*/

#multiple_slides_visible .slides {
margin-top: 28px;
}

/*-- individual slides --*/

#multiple_slides_visible .slide_inner {
text-align: center;	
}
#multiple_slides_visible .slide_inner {
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #cfcece;
background-color: #fff;
text-align: center;
width: 144px;
margin: 0 auto;
}

/*-- large photos --*/

#multiple_slides_visible .photo_link {
width: 129px;
height: 137px;
overflow: hidden;
display: block;
margin: 8px auto 4px;
}
#multiple_slides_visible .photo {
height: 137px;
}

/*-- for the links beneath the photos --*/

#multiple_slides_visible .caption:link, #multiple_slides_visible .caption:visited, #multiple_slides_visible .caption:hover {
color: #333333;
text-decoration: none;
width: 128px;
display: block;
margin: 0 auto;
padding-bottom: 3px;
}
#multiple_slides_visible .caption:hover {
text-decoration: underline;
}
#multiple_slides_visible .persistent_content{
position: absolute;
top: 2px;
left: 12px;
font-size: 14px;
text-shadow: 0px 1px 1px #ccc;
color: #B5B5B5;
}

/*-- .control_set_1 - includes: .previous_next_button --*/

#multiple_slides_visible .control_set_1 {
float: right;
position: relative;
margin: 4px 6px 0;
}
#multiple_slides_visible .previous_next_button {
width: 16px;
height: 16px;
overflow: hidden;
text-indent: 1000px;
background-image: url('https://www.eoffice.net/skin/frontend/eoffice/default/images/agile/sprite_ac_normal.png');
background-color: #ccc;
border: 1px solid #cfcece;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
-moz-box-shadow: 0px 0px 2px #dfdfdf; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 2px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}
#multiple_slides_visible .previous_button {
background-position: 4px 3px;
}
#multiple_slides_visible .next_button {
background-position: -44px 3px;
}
#multiple_slides_visible .previous_next_button:hover {
background-color: #f7f7f7;
}
#multiple_slides_visible .previous_button:hover {
background-image: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/agile/sprite_ac_hover.png");
}
#multiple_slides_visible .next_button:hover {
background-image: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/agile/sprite_ac_hover.png");
}
#multiple_slides_visible .control_set_1 .ac_disabled {
background-image: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/agile/sprite_ac_disabled.png");
}
		
/*-- .control_set_2 - includes: group_numbered_buttons --*/

#multiple_slides_visible .control_set_2 {
float: right;
position: relative;
margin: 8px 0 0 0;
}
#multiple_slides_visible .slide_button {
float: left;
}
#multiple_slides_visible .group_numbered_buttons_container {
float: left;
margin-right: 14px;
}
#multiple_slides_visible .group_numbered_button {
color: #000;
padding: 0 2px;
font-size: 12px;
margin-right: 2px;
background-image: url('https://www.eoffice.net/skin/frontend/eoffice/default/images/agile/sprite_ac_normal.png');
background-position: -95px 0;
width: 10px;
height: 10px;
overflow: hidden;
text-indent: 1000px;
background-color: transparent;
}
#multiple_slides_visible .group_numbered_button:hover, #multiple_slides_visible .group_numbered_buttons_container .ac_selected {
background-image: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/agile/sprite_ac_hover.png");
}


/* -------------------------------------------- */
/*-- #flavor_1 styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

#flavor_1 .agile_carousel {
overflow: hidden;
-moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}

/*-- hide the captions --*/
#flavor_1 .caption {
display: none;
}

/*-- .control_set_1 - includes: numbered_buttons --*/

#flavor_1 .control_set_1 {
float: right;
position: relative;
margin: 6px 2px 0 0;
}
#flavor_1 .numbered_buttons_container {
float: left;
}
#flavor_1 .control_set_1 .slide_button {
float: left;
}
#flavor_1 .numbered_button {
color: #000;
padding: 2px 5px;
font-size: 12px;
margin-right: 4px;
background-color: #d9d9d9;
opacity: .6;
}
#flavor_1 .numbered_buttons_container .ac_selected, #flavor_1 .numbered_buttons_container .numbered_button:hover {
color: #fff;
background-color: #666;
opacity: .9;
}

/*-- "no control set" - includes: .hover_previous_button, .hover_next_button --*/

.hover_previous_next_button {
position: absolute;
top: 30px;
width: 90px;
height: 150px;

}
.hover_previous_next_button .hover_previous_next_button_inner {
position: absolute;
top: 60px;
background-color: #d9d9d9;
opacity: 0.5;
width: 54px;
height: 35px;
display: block;
overflow: hidden;
text-indent: 1000px;
background-image: url('https://www.eoffice.net/skin/frontend/eoffice/default/images/agile/sprite_ac_normal.png');
background-repeat: no-repeat;
}
.hover_previous_button {
left: 0px;
margin-left:12px;
}
.hover_next_button {
right: 0px;
margin-left:-5px;
}
.hover_previous_button .hover_previous_next_button_inner {
left: 0px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background-position: -298px 8px;
}
.hover_next_button .hover_previous_next_button_inner {
right: 0px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
background-position: -351px 8px;
}
#flavor_1 .persistent_content {
top: 100px;
left: 10px;
color: #ccc;
position: absolute;
z-index: 5000;
}


/* -------------------------------------------- */
/*-- #flavor_2 styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

#flavor_2 .agile_carousel {
overflow: hidden;
-moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}

/*-- hide the captions --*/
#flavor_2 .caption {
display: none;
}

/*-- .control_set_1 - includes: numbered_buttons, .previous_next_button, .pause_button --*/

#flavor_2 .control_set_1 {
float: right;
position: relative;
margin: 6px 6px 0 0;
background-color: #d9d9d9;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
opacity: 0.5;
padding: 2px 8px;
}
#flavor_2 .numbered_buttons_container {
float: left;
margin-right: 14px;
}
#flavor_2 .control_set_1 .slide_button {
float: left;
}
#flavor_2 .numbered_button {
color: #000;
padding: 0 2px;
font-size: 12px;
margin-right: 2px;
}
#flavor_2 .numbered_buttons_container .ac_selected, #flavor_2 .numbered_buttons_container .numbered_button:hover {
color: #fff;
background-color: #666;
}
#flavor_2 .previous_next_button,.pause_button {
width: 10px;
height: 18px;
overflow: hidden;
text-indent: 1000px;
background-image: url('https://www.eoffice.net/skin/frontend/eoffice/default/images/agile/sprite_ac_normal.png');
}
#flavor_2 .previous_button {
background-position: 0 3px;
}
#flavor_2 .next_button {
background-position: -48px 3px;
}
#flavor_2 .pause_button {
background-position: -24px 3px;
}
#flavor_2 .control_set_1 .play_button {
background-position: -70px 3px;
}
#flavor_2 .previous_button, #flavor_2 .pause_button {
margin-right: 10px;
}

/*-- .control_set_2 - includes: .conent_button --*/

#flavor_2 .control_set_2 {
left: 0;
bottom: 0;
width: 480px;
height: 112px;
}
#flavor_2 .content_button {
float: left;
width: 96px;
text-align: center;
}
#flavor_2 .content_buttons_container .ac_selected {
background-image: url('https://www.eoffice.net/skin/frontend/eoffice/default/images/agile/sprite_ac_normal.png');
background-position: -124px 0;
}
#flavor_2 .content_button_inner {
background-color: #f4f3f3;
height: 100px;
margin-top: 12px;
border-right: 1px solid #f4f3f3;
border-bottom: 1px solid #f4f3f3;
border-left: 1px solid #f4f3f3;
}
#flavor_2 .ac_selected .content_button_inner  {
background-color: #dfdddd;
border-right: 1px solid #acabab;
border-bottom: 1px solid #acabab;
border-left: 1px solid #acabab;
height: 99px;
width: 94px;
}
#flavor_2 .content_button p {
margin-top: 4px;
width: auto;
line-height: 15px;
}
#flavor_2 .content_button_inner:hover {
background-color: #dfdddd;
}
#flavor_2 .content_button img {
border: 4px solid #fff;
margin: 7px auto 0 auto;
-moz-box-shadow: 1px 1px 1px #bcbbbb; /* FF3.5+ */
-webkit-box-shadow: 1px 1px 1px #bcbbbb; /* Saf3.0+, Chrome */
box-shadow: 1px 1px 1px #bcbbbb; /* Opera 10.5, IE9, Chrome 10+ */
}
#flavor_2 .persistent_content {
top: 100px;
left: 10px;
color: #ccc;
position: absolute;
z-index: 5000;
}

/* -------------------------------------------- */
/*-- #flavor_3 styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

#flavor_3 .agile_carousel {
overflow: hidden;
-moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}

/*-- hide the captions --*/
#flavor_3 .caption {
display: none;
}

/*-- .control_set_1 - includes: content_buttons --*/

#flavor_3 .control_set_1 {
position: absolute;
right: 0;
top: 0;
width: 208px;
height: 224px;
color: #fff;
}
#flavor_3 .content_button {
width: 208px;
height: 44px;
}
#flavor_3 .content_button_inner p {
float: left;
}
#flavor_3 .content_buttons_container .ac_selected {
background-image: url('https://www.eoffice.net/skin/frontend/eoffice/default/images/agile/sprite_ac_normal.png');
background-position: -244px 0;
}
#flavor_3 .content_button p {
opacity: 1;
vertical-align: auto;
float: left;
padding-right: 5px;
width: 138px;
}
#flavor_3 .content_button_inner {
background-color: #333;
width: 189px;
height: 43px;
border-bottom: 1px solid #000;
opacity: 0.8;
float: right;
}
#flavor_3 .ac_selected .content_button_inner, #flavor_3 .ac_selected .content_button_inner:hover  {
opacity: 0.95;
}
#flavor_3 .content_button_inner:hover {
opacity: 0.9;
}
#flavor_3 .content_button img {
opacity: 1;
}
#flavor_3 .content_button .thumb {
width: 37px;
height: 37px;
overflow: hidden;
float: left;
border: 1px solid #000;
margin: 3px 3px 0 3px;
}

div.control_set{margin-left:810px;margin-top:8px;}
div.numbered_buttons_container div{width: 10px; height: 10px;background-color: #bbb;
    font-size: 1px; text-indent: -1000px; margin:5px;}
div.numbered_buttons_container div.ac_selected{background-color: #666;}


/* FILE: widgets.css */
/**
 * 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@magentocommerce.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.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/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.eoffice.net/skin/frontend/eoffice/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */



/* FILE: jquery.fancybox.css */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.eoffice.net/skin/frontend/eoffice/default/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.eoffice.net/skin/frontend/eoffice/default/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.eoffice.net/skin/frontend/eoffice/default/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.eoffice.net/skin/frontend/eoffice/default/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.eoffice.net/skin/frontend/eoffice/default/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.eoffice.net/skin/frontend/eoffice/default/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/* FILE: jquery.fancybox-buttons.css */
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('https://www.eoffice.net/skin/frontend/eoffice/default/fancybox/helpers/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}


/* FILE: new-styles.css */
@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext";
@font-face {
  font-family: "eofficeserviceicon";
  src: url("https://www.eoffice.net/skin/frontend/eoffice/default/fonts/eofficeserviceicon.eot?61323747");
  src: url("https://www.eoffice.net/skin/frontend/eoffice/default/fonts/eofficeserviceicon.eot?61323747#iefix") format("embedded-opentype"), url("https://www.eoffice.net/skin/frontend/eoffice/default/fonts/eofficeserviceicon.woff2?61323747") format("woff2"), url("https://www.eoffice.net/skin/frontend/eoffice/default/fonts/eofficeserviceicon.woff?61323747") format("woff"), url("https://www.eoffice.net/skin/frontend/eoffice/default/fonts/eofficeserviceicon.ttf?61323747") format("truetype"), url("https://www.eoffice.net/skin/frontend/eoffice/default/fonts/eofficeserviceicon.svg?61323747#eoffice") 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: 'eoffice';
    src: url('https://www.eoffice.net/skin/frontend/eoffice/default/fonts/eoffice.svg?61323747#eoffice') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "eofficeserviceicon";
  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%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-1:before {
  content: '\e803'; }

.icon-eoffice_fontello_10:before {
  content: '\e804'; }

.icon-eoffice_fontello_09:before {
  content: '\e808'; }

.icon-eoffice_fontello_11:before {
  content: '\e80c'; }

.icon-eoffice-fontello_pass:before {
  content: '\e810'; }

.icon-3:before {
  content: '\e811'; }

.icon-4:before {
  content: '\e812'; }

.icon-5:before {
  content: '\e813'; }

.icon-6:before {
  content: '\e814'; }

.icon-7:before {
  content: '\e815'; }

.icon-8:before {
  content: '\e816'; }

.icon-9:before {
  content: '\e819'; }

.icon-13:before {
  content: '\e81b'; }

.icon-14:before {
  content: '\e81c'; }

.icon-15:before {
  content: '\e81d'; }

body, html {
  height: 100%;
  width: 100%; }

.page {
  padding-top: 75px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

img.lazy-load {
  background-image: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/loader.gif");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 50%; }
  img.lazy-load.loaded {
    background: none; }

.eo-icon {
  font-size: 50px; }
  .eo-icon:before {
    display: inline-block;
    text-align: center;
    vertical-align: middle; }
  .eo-icon.business-address:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.meeting-rooms:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.video-conferencing:before, .eo-icon.video-conferencing-pro:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.office-space:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.telephone-answering:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.myeoffice:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.virtual-office:before, .eo-icon.virtual-office-pro:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.company-formation:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.membership:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.coworking:before, .eo-icon.hotdesking:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.conference-room:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.desk-space:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.private-office:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.tailored-office:before, .eo-icon.customised-office:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }
  .eo-icon.day-pass:before {
    font-family: "eofficeserviceicon";
    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%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: ""; }

.catalog-product-view {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 14px;
  /* ==== Quick Quote Popup ==== */ }
  .catalog-product-view .calendar {
    z-index: 9999; }
  .catalog-product-view .col1-product {
    width: 100%;
    margin: 0 auto; }
    .catalog-product-view .col1-product .main {
      width: 100%;
      padding: 0;
      min-width: 940px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .catalog-product-view .col-left,
  .catalog-product-view .col-right {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .catalog-product-view .col-left {
    width: 70%; }
  .catalog-product-view .col-right {
    overflow: visible;
    width: 28%;
    margin-left: 2%;
    position: relative; }
    .catalog-product-view .col-right .product-shop {
      margin-top: 0 !important;
      width: auto;
      float: none; }
  .catalog-product-view .addition-info {
    float: none;
    margin-top: 0; }
    .catalog-product-view .addition-info .map {
      width: 100% !important;
      float: none; }
    .catalog-product-view .addition-info.map-block {
      margin-bottom: 0; }
  .catalog-product-view #location_map .gm-style {
    pointer-events: none; }
  .catalog-product-view .other-locations {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 22px;
    padding-right: 22px; }
    .catalog-product-view .other-locations .block-fromcategoryinpage {
      float: none;
      margin: 0; }
    .catalog-product-view .other-locations .block-content,
    .catalog-product-view .other-locations #block-related {
      width: 100%;
      float: none; }
    .catalog-product-view .other-locations .site-centers {
      width: 100%;
      clear: both; }
    .catalog-product-view .other-locations .centre-wrap {
      max-width: 100%;
      margin: 0px auto;
      padding: 40px;
      padding-top: 70px;
      overflow: hidden; }
      .catalog-product-view .other-locations .centre-wrap h3 {
        color: #163390;
        font-family: 'Raleway', sans-serif;
        font-size: 36px;
        margin-bottom: 20px; }
    .catalog-product-view .other-locations .centre-column {
      width: 32%;
      float: left;
      margin-right: 2%;
      overflow: hidden; }
      .catalog-product-view .other-locations .centre-column .centre-icons {
        background: #f7f7f4;
        border: 1px solid #e2e2e2;
        border-radius: 2px 2px 0px 0px;
        padding: 0px 9px; }
        .catalog-product-view .other-locations .centre-column .centre-icons a {
          overflow: hidden;
          display: inline-block; }
          .catalog-product-view .other-locations .centre-column .centre-icons a .eo-icon {
            color: #6699ff; }
      .catalog-product-view .other-locations .centre-column .centre-img {
        position: relative;
        display: block; }
        .catalog-product-view .other-locations .centre-column .centre-img img {
          width: 100%; }
    .catalog-product-view .other-locations .centre-column:last-child {
      margin-right: 0%; }
    .catalog-product-view .other-locations .centre-absolute {
      position: absolute;
      bottom: 0px;
      left: 0px;
      color: #FFF;
      font-family: 'Raleway', sans-serif;
      font-weight: bold;
      text-shadow: 1px 1px #000;
      padding-left: 20px; }
      .catalog-product-view .other-locations .centre-absolute h2 {
        color: #FFF;
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        font-size: 24px; }
      .catalog-product-view .other-locations .centre-absolute p {
        font-size: 16px; }
  .catalog-product-view .right-quick-quote {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    width: 100%;
    position: relative;
    margin-top: -45px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .catalog-product-view .right-quick-quote .pop-up-form {
      display: block; }
    .catalog-product-view .right-quick-quote .title {
      background: #05134a;
      color: #FFF;
      padding: 10px;
      font-size: 20px;
      margin-bottom: 10px;
      line-height: normal;
      font-weight: 500; }
    .catalog-product-view .right-quick-quote .fieldset {
      padding: 0 13px 13px !important;
      margin: 0px;
      border: 0; }
      .catalog-product-view .right-quick-quote .fieldset label {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #666666;
        margin-bottom: 5px;
        font-weight: 600; }
        .catalog-product-view .right-quick-quote .fieldset label em {
          color: #666666;
          line-height: normal;
          font-family: 'Open Sans', sans-serif; }
      .catalog-product-view .right-quick-quote .fieldset .form-list li {
        margin-bottom: 10px !important; }
      .catalog-product-view .right-quick-quote .fieldset .form-list .input-box,
      .catalog-product-view .right-quick-quote .fieldset .form-list select {
        width: 100% !important;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #666666;
        font-weight: normal; }
      .catalog-product-view .right-quick-quote .fieldset .form-list select {
        border-radius: 0px;
        margin-bottom: 0;
        padding: 4px 6px; }
    .catalog-product-view .right-quick-quote .fieldset-img {
      float: left;
      border: 1px solid #aeadad;
    /*  border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      */
      margin-right: -1px;
      padding: 1px 0;
      border-right: none;
      height: 25px; }
    .catalog-product-view .right-quick-quote input,
    .catalog-product-view .right-quick-quote select,
    .catalog-product-view .right-quick-quote img.v-middle {
      height: 30px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    .catalog-product-view .right-quick-quote #start_date,
    .catalog-product-view .right-quick-quote #start_date_product,
    .catalog-product-view .right-quick-quote #numb_of_people,
    .catalog-product-view .right-quick-quote #numb_of_people_right {
      border-color: #aeadad !important;
      float: left;
      width: 198px !important;
      border: 1px solid #aeadad;
      padding: 6px 5px;
      border-radius: 0px;
      border-top-left-radius: 0px !important;
      border-bottom-left-radius: 0px !important; }
    .catalog-product-view .right-quick-quote #numb_of_people,
    .catalog-product-view .right-quick-quote #numb_of_people_right {
      padding: 4px 6px;
      width: 207px !important; }
    .catalog-product-view .right-quick-quote textarea {
      width: 100%;
      max-width: 100%;
      padding: 6px 5px;
      margin-bottom: 10px; }
    .catalog-product-view .right-quick-quote li.wide textarea {
      margin-top: 0px;
      width: 100% !important;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border-color: #aeadad !important;
      color: #666666 !important; }
    .catalog-product-view .right-quick-quote ul li.active {
      background: transparent;
      padding: 0px;
      margin: 0px; }
    .catalog-product-view .right-quick-quote .form-inside {
      padding: 10px; }
    .catalog-product-view .right-quick-quote .form-list input.input-text {
      width: 100%;
      border: 1px solid #aeadad;
      padding: 6px 5px;
      border-radius: 5px;
      margin-bottom: 5px; }
    .catalog-product-view .right-quick-quote .buttons-set {
      padding: 0 13px 10px; }
      .catalog-product-view .right-quick-quote .buttons-set .required {
        padding-top: 20px;
        color: #000000;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        margin-bottom: 0; }
      .catalog-product-view .right-quick-quote .buttons-set .button.product {
        width: auto;
        height: auto;
        background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/search-button-bg.jpg") repeat-x left -1px;
       /* -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
        -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
        box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
        */

        padding: 1px 13px;
        border: 1px solid #bd9600;
        width: 100%}
        .catalog-product-view .right-quick-quote .buttons-set .button.product span {
          background: none;
          height: auto;
          padding: 0px; }
          .catalog-product-view .right-quick-quote .buttons-set .button.product span span {
            background: none;
            font-size: 16px;
            line-height: 30px;
            font-family: 'Raleway';
            font-weight: 700; }
  .catalog-product-view .contact-info .phone {
    width: 100%;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 0;
    font-size: 16px;
    height: auto;
    display: block;
    font-weight: bold; }
    .catalog-product-view .contact-info .phone span {
      line-height: normal;
      color: #05134a;
      font-size: 20px; }
    .catalog-product-view .contact-info .phone .phone-icon {
      background: url(http://eoffice.sintrasviluppo.it/skin/frontend/eoffice/mobile/images/product-contact_phone_dark.png) no-repeat transparent;
      background-size: contain;
      width: 45px;
      height: 35px; }
  .catalog-product-view .contact-info .contact .button {
    background-image: -webkit-linear-gradient(bottom, #ddad00, #f6c201 50%, #fbc800);
    background-image: -moz-linear-gradient(bottom, #ddad00, #f6c201 50%, #fbc800);
    background-image: -o-linear-gradient(bottom, #ddad00, #f6c201 50%, #fbc800);
    background-image: -ms-linear-gradient(bottom, #ddad00, #f6c201 50%, #fbc800);
    background-image: linear-gradient(to top, #ddad00, #f6c201 50%, #fbc800);
    width: 100%;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 0;
    line-height: normal;
    border: solid 1px #c79e00;
    color: #071139;
    font-size: 16px;
    height: auto;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    margin-top: 15px;
    display: block;
    text-decoration: none;
    font-weight: bold; }
  .catalog-product-view .contact-info .contact #popup-contact-open {
    background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/sprite_icone.png") no-repeat scroll -40px -2425px #05134a;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 0;
    line-height: normal;
    border: solid 1px #05134a;
    color: #fff;
    font-size: 21px;
    height: auto;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    margin-top: 15px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize; }
  .catalog-product-view .light .popup {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }
  .catalog-product-view .prod-options-right {
    margin-top: -45px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .catalog-product-view .prod-options-right .product-options {
      border: none;
      background-color: #f7f7f4;
      float: none;
      width: auto; }
      .catalog-product-view .prod-options-right .product-options * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      .catalog-product-view .prod-options-right .product-options .options-title {
        background: #05134a;
        color: #FFF;
        padding: 10px;
        font-size: 20px;
        margin-bottom: 10px;
        line-height: normal;
        font-weight: 500; }
        .catalog-product-view .prod-options-right .product-options .options-title p {
          margin-bottom: 0; }
      .catalog-product-view .prod-options-right .product-options .options-content-wrapper {
        padding: 0 13px; }
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper dl {
          float: none !important; }
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper dt {
          width: auto !important;
          float: none !important;
          display: block;
          padding: 5px 0 0;
          margin-bottom: 5px; }
          .catalog-product-view .prod-options-right .product-options .options-content-wrapper dt label {
            font-family: 'Open Sans', sans-serif;
            color: #666666;
            font-size: 14px;
            font-weight: 600; }
            .catalog-product-view .prod-options-right .product-options .options-content-wrapper dt label.checked {
              font-weight: normal;
              display: inline-block;
              padding-bottom: 5px;
              border-bottom: 1px solid #ddd;
              width: 100%;
              margin-bottom: 15px; }
              .catalog-product-view .prod-options-right .product-options .options-content-wrapper dt label.checked .price-notice {
                float: right; }
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper .price-month {
          width: auto !important;
          float: none !important;
          display: block;
          padding: 5px 0 0;
          margin-bottom: 5px; }
          .catalog-product-view .prod-options-right .product-options .options-content-wrapper .price-month label {
            font-family: 'Open Sans', sans-serif;
            color: #666666;
            font-size: 14px;
            font-weight: normal;
            display: inline-block;
            padding-bottom: 5px;
            border-bottom: 1px solid #ddd;
            width: 100%;
            margin-bottom: 15px; }
            .catalog-product-view .prod-options-right .product-options .options-content-wrapper .price-month label .price-notice {
              float: right; }
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper dd {
          padding: 0 !important;
          width: 100% !important;
          float: none !important;
          margin-bottom: 10px;
          position: relative; }
          .catalog-product-view .prod-options-right .product-options .options-content-wrapper dd img.v-middle {
            position: absolute;
            top: 0px;
            left: 0px;
          /*  border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
          */
            border: 1px solid #aeadad;
            height: 33px; }
          .catalog-product-view .prod-options-right .product-options .options-content-wrapper dd .time-picker-replace select {
            padding-left: 5px; }
          .catalog-product-view .prod-options-right .product-options .options-content-wrapper dd .label-replace {
            font-family: 'Open Sans', sans-serif;
            color: #666666;
            font-size: 14px;
            font-weight: 600;
            padding-top: 5px;
            display: block;
            margin-bottom: 5px; }
          .catalog-product-view .prod-options-right .product-options .options-content-wrapper dd textarea {
            width: 100% !important;
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
            color: #666666;
            font-weight: normal;
            border: 1px solid #aeadad;
            padding: 6px 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px; }
          .catalog-product-view .prod-options-right .product-options .options-content-wrapper dd.last {
            margin-bottom: 0; }
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper input,
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper select,
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper textarea {
          font-family: 'Open Sans', sans-serif;
          font-size: 12px;
          color: #666666;
          font-weight: normal;
          border: 1px solid #aeadad;
          padding: 6px 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper input[type="text"],
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper select,
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper textarea {
          height: 33px;
          width: 100% !important;
          border-radius: 0px; }
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper .datetime-picker {
          padding-left: 40px; }
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper .qty label {
          font-family: 'Open Sans', sans-serif;
          color: #666666;
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 5px; }
        .catalog-product-view .prod-options-right .product-options .options-content-wrapper p.required {
          display: none; }
      .catalog-product-view .prod-options-right .product-options .price-notice {
        padding-left: 5px; }
    .catalog-product-view .prod-options-right .product-options-bottom {
      background-color: #ffffff;
      padding: 15px 13px 13px;
      border: none;
      margin-top: -5px;
      margin-bottom: 0;
      float: none;
      width: auto; }
      .catalog-product-view .prod-options-right .product-options-bottom .add-to-links {
        display: none; }
      .catalog-product-view .prod-options-right .product-options-bottom .add-to-cart {
        float: none;
        margin-bottom: 10px;
        width: 100%; }
        .catalog-product-view .prod-options-right .product-options-bottom .add-to-cart .btn-cart {
          float: right;
          width: 100%;
          height: auto;
          background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/search-button-bg.jpg") repeat-x left -1px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px;
         /* -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
          -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
          box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
          */
          padding: 1px 13px;
          border: 1px solid #bd9600; }
          .catalog-product-view .prod-options-right .product-options-bottom .add-to-cart .btn-cart span {
            background: none;
            height: auto;
            padding: 0px; }
            .catalog-product-view .prod-options-right .product-options-bottom .add-to-cart .btn-cart span span {
              background: none;
              font-size: 16px;
              line-height: 30px;
              font-family: 'Raleway';
              font-weight: 700; }
      .catalog-product-view .prod-options-right .product-options-bottom p.required {
        padding-top: 20px;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        color: #000;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 0; }
      .catalog-product-view .prod-options-right .product-options-bottom .desc-note {
        font-size: 12px; }
      .catalog-product-view .prod-options-right .product-options-bottom .price-box {
        float: none !important;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 20px; }
        .catalog-product-view .prod-options-right .product-options-bottom .price-box:before, .catalog-product-view .prod-options-right .product-options-bottom .price-box:after {
          content: " ";
          display: table; }
        .catalog-product-view .prod-options-right .product-options-bottom .price-box:after {
          clear: both; }
        .catalog-product-view .prod-options-right .product-options-bottom .price-box .timedprice {
          float: left;
          line-height: normal; }
        .catalog-product-view .prod-options-right .product-options-bottom .price-box .regular-price {
          float: right;
          line-height: normal; }
  .catalog-product-view .product-view .breadcrumbs {
    margin-top: 10px;
    font-weight: 500;
    white-space: normal;
    width: auto;
    overflow: visible; }
    .catalog-product-view .product-view .breadcrumbs li:last-child {
      color: #05134a; }
      .catalog-product-view .product-view .breadcrumbs li:last-child a {
        font-weight: 500; }
      .catalog-product-view .product-view .breadcrumbs li:last-child strong {
        color: #05134a;
        font-weight: 500; }
  .catalog-product-view .product-view .product-img-box {
    float: none;
    width: 100%;
    position: relative; }
  .catalog-product-view .product-view .media-wrapper {
    position: relative; }
  .catalog-product-view .product-view #media-slider img {
    width: 100%; }
  .catalog-product-view .product-view #media-slider .owl-wrapper{
    height: 35vh;
    overflow: hidden;
  }
  .catalog-product-view .product-view #media-slider .owl-controls {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0; }
    .catalog-product-view .product-view #media-slider .owl-controls .owl-page span {
      background: #bebebe;
      -webkit-box-shadow: 1px 2px 3px 0px #000;
      -moz-box-shadow: 1px 2px 3px 0px #000;
      box-shadow: 1px 2px 3px 0px #000; }
    .catalog-product-view .product-view #media-slider .owl-controls .owl-page.active span, .catalog-product-view .product-view #media-slider .owl-controls .owl-page:hover span {
      background: #fff; }
  .catalog-product-view .product-view .prev,
  .catalog-product-view .product-view .next {
    position: absolute;
    top: 20%;
    font-size: 8.5em;
    color: #ffffff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    cursor: pointer; }
  .catalog-product-view .product-view .prev {
    left: 60px; }
    .catalog-product-view .product-view .prev:hover {
      text-shadow: 0 0 8px #000; }
  .catalog-product-view .product-view .next {
    right: 60px; }
    .catalog-product-view .product-view .next:hover {
      text-shadow: 0 0 8px #000; }
  .catalog-product-view .product-view .name-address-overlay {
    position: absolute;
    bottom: 80px;
    left: 15%; }
    .catalog-product-view .product-view .name-address-overlay h1 {
      font-size: 46px !important;
      color: #fff !important;
      text-shadow: 1px 1px 3px #000;
      line-height: normal;
      font-weight: bold; }
    .catalog-product-view .product-view .name-address-overlay h2 {
      font-size: 30px;
      color: #fff;
      text-shadow: 1px 1px 3px #000;
      line-height: normal;
      text-align: left;
      font-weight: 600; }
  .catalog-product-view .product-view .product-shop {
    float: none;
    width: auto;
    margin-top: 40px; }
  .catalog-product-view .cntact-info-box {
    float: left;
    width: 100%; }
  .catalog-product-view .childtheme-form li, .catalog-product-view .childtheme-form li.wide {
    display: block;
    width: 100%; }
    .catalog-product-view .childtheme-form li .input-box, .catalog-product-view .childtheme-form li textarea, .catalog-product-view .childtheme-form li.wide .input-box, .catalog-product-view .childtheme-form li.wide textarea {
      width: 100%; }
  .catalog-product-view #product360degree {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -115px;
    right: 0;
    z-index: 1; }
    .catalog-product-view #product360degree #product360show {
      float: none;
      width: auto; }
      .catalog-product-view #product360degree #product360show .degree360-img {
        float: none;
        max-width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6); }
    .catalog-product-view #product360degree.desk-space, .catalog-product-view #product360degree.private-office {
      top: -150px; }
  .catalog-product-view .description-title {
    color: #6699ff;
    font-size: 36px;
    font-weight: 600;
    margin-left: -25px; }
    .catalog-product-view .description-title img {
      max-width: 100%;
      margin-right: 25px;
      vertical-align: middle; }
    .catalog-product-view .description-title .eo-icon {
      margin-right: -13px; }
      .catalog-product-view .description-title .eo-icon:before {
        display: inline-block;
        color: #6699ff;
        font-size: 70px;
        text-align: center;
        vertical-align: middle; }
  .catalog-product-view .description {
    color: #444444;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.7em;
    padding-bottom: 35px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px; }
  .catalog-product-view .product-essential {
    margin-bottom: 50px; }
    .catalog-product-view .product-essential.col-left {
      overflow: visible; }
  .catalog-product-view .offert .offert-title {
    color: #6699ff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px; }
  .catalog-product-view .offert .offert-std ul:before, .catalog-product-view .offert .offert-std ul:after {
    content: " ";
    display: table; }
  .catalog-product-view .offert .offert-std ul:after {
    clear: both; }
  .catalog-product-view .offert .offert-std ul li {
    background-image: url(https://www.eoffice.net/skin/frontend/eoffice/default/images/list.png);
    background-repeat: no-repeat;
    background-position: left 1px;
    margin: 0px;
    padding: 0 0 0 25px;
    font-size: 15px;
    line-height: 20px;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .catalog-product-view .offert .offert-std ul li:nth-child(2n+1) {
      clear: left;
      padding-right: 15px; }
  .catalog-product-view .offert .description {
    line-height: 1.5em;
    padding-bottom: 15px;
    margin-bottom: 10px; }
  .catalog-product-view #media-extra-content {
    margin: 0 -2px; }
    .catalog-product-view #media-extra-content:before, .catalog-product-view #media-extra-content:after {
      content: " ";
      display: table; }
    .catalog-product-view #media-extra-content:after {
      clear: both; }
    .catalog-product-view #media-extra-content img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
    .catalog-product-view #media-extra-content .img-extra {
      float: left;
      padding: 0 2px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      margin-bottom: 4px; }
      .catalog-product-view #media-extra-content .img-extra.last {
        position: relative; }
    .catalog-product-view #media-extra-content .img1,
    .catalog-product-view #media-extra-content .img2 {
      width: 50%; }
    .catalog-product-view #media-extra-content .img3,
    .catalog-product-view #media-extra-content .img4,
    .catalog-product-view #media-extra-content .img5 {
      width: 33.3333%; }
    .catalog-product-view #media-extra-content .img-overlay {
      position: absolute;
      bottom: 30%;
      width: 100%;
      text-align: center;
      font-size: 16px;
      color: #fff;
      font-weight: 600;
      text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8); }
      .catalog-product-view #media-extra-content .img-overlay span {
        cursor: pointer; }
        .catalog-product-view #media-extra-content .img-overlay span:hover {
          text-decoration: underline; }
    .catalog-product-view #media-extra-content.meeting-room .img1,
    .catalog-product-view #media-extra-content.meeting-room .img2,
    .catalog-product-view #media-extra-content.meeting-room .img3 {
      width: 33.3333%; }
  .catalog-product-view .contact-us {
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .catalog-product-view .contact-us p.message {
      font-size: 22px;
      line-height: 26px;
      color: #05134a;
      font-weight: 600; }
    .catalog-product-view .contact-us .phone, .catalog-product-view .contact-us .email {
      display: block;
      overflow: hidden;
      margin-bottom: 3px;
      font-size: 21px;
      color: #05134a;
      border: 1px solid #05134a;
      border-radius: 0; }
      .catalog-product-view .contact-us .phone a, .catalog-product-view .contact-us .email a {
        color: #111111;
        text-decoration: none; }
      .catalog-product-view .contact-us .phone .phone-icon, .catalog-product-view .contact-us .email .phone-icon {
        color: #05134a;
        margin-top: 1px; }
      .catalog-product-view .contact-us .phone .email-icon, .catalog-product-view .contact-us .email .email-icon {
        margin-top: 3px; }
  .catalog-product-view .product-options-bottom .price {
    font-size: 16px;
    color: #333;
    margin-top: 6px;
    margin-right: 0; }
  .catalog-product-view .calendar.popup table {
    font-family: "Open Sans", sans-serif;
    font-size: 14px; }
    .catalog-product-view .calendar.popup table tr td {
      color: #fff; }
    .catalog-product-view .calendar.popup table thead tr:first-child,
    .catalog-product-view .calendar.popup table thead tr:nth-child(2) {
      color: #fff;
      background-color: #05134a; }
    .catalog-product-view .calendar.popup table tbody {
      color: #fff; }
      .catalog-product-view .calendar.popup table tbody tr td {
        background-color: #9aaac0;
        border: 2px solid #ddd; }
        .catalog-product-view .calendar.popup table tbody tr td:hover {
          background-color: #05134a; }
        .catalog-product-view .calendar.popup table tbody tr td.otherDay {
          color: #dadada; }
        .catalog-product-view .calendar.popup table tbody tr td.selected {
          color: #d80b0b; }
  .catalog-product-view .quick-light-getaquote {
    width: 400px; }
    .catalog-product-view .quick-light-getaquote .quick-popup-title {
      text-align: center; }
      .catalog-product-view .quick-light-getaquote .quick-popup-title p:first-child {
        font-size: 30px;
        font-weight: 600;
        color: #6699ff; }
    .catalog-product-view .quick-light-getaquote .pop-up-form {
      float: none; }
      .catalog-product-view .quick-light-getaquote .pop-up-form .quick-quote {
        width: 100%; }
        .catalog-product-view .quick-light-getaquote .pop-up-form .quick-quote .buttons-set button.button {
          width: auto;
          margin-bottom: 10px;
          height: auto;
          background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/search-button-bg.jpg") repeat-x left -1px;
         /* -webkit-border-radius: 22px;
          -moz-border-radius: 22px;
          border-radius: 22px;
          -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
          -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
          box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
          */
          padding: 1px 13px;
          border: 1px solid #bd9600;
          width: 100%; }
          .catalog-product-view .quick-light-getaquote .pop-up-form .quick-quote .buttons-set button.button span {
            background: none;
            height: auto;
            padding: 0px; }
            .catalog-product-view .quick-light-getaquote .pop-up-form .quick-quote .buttons-set button.button span span {
              background: none;
              font-size: 16px;
              line-height: 30px;
              font-family: 'Raleway';
              font-weight: 700; }
        .catalog-product-view .quick-light-getaquote .pop-up-form .quick-quote .buttons-set .required {
          color: #000000;
          font-family: 'Open Sans', sans-serif;
          font-size: 12px; }
      .catalog-product-view .quick-light-getaquote .pop-up-form .fieldset {
        padding-right: 0; }
        .catalog-product-view .quick-light-getaquote .pop-up-form .fieldset label {
          display: block;
          font-family: 'Open Sans', sans-serif;
          font-size: 14px;
          color: #666666;
          margin-bottom: 3px;
          font-weight: 600; }
          .catalog-product-view .quick-light-getaquote .pop-up-form .fieldset label em {
            color: #666666; }
        .catalog-product-view .quick-light-getaquote .pop-up-form .fieldset .form-list li {
          margin-bottom: 10px; }
        .catalog-product-view .quick-light-getaquote .pop-up-form .fieldset .form-list .input-box {
          width: 100%;
          position: relative; }
          .catalog-product-view .quick-light-getaquote .pop-up-form .fieldset .form-list .input-box input,
          .catalog-product-view .quick-light-getaquote .pop-up-form .fieldset .form-list .input-box select {
            width: 100%;
            height: 34px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            background-color: #FDFDFD;
            border-color: #DFDFDF;
            color: #9D9D9D;
            font-family: 'Open Sans', sans-serif; }
          .catalog-product-view .quick-light-getaquote .pop-up-form .fieldset .form-list .input-box textarea {
            width: 100%;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box; }
          .catalog-product-view .quick-light-getaquote .pop-up-form .fieldset .form-list .input-box #numb_of_people,
          .catalog-product-view .quick-light-getaquote .pop-up-form .fieldset .form-list .input-box #start_date {
            padding-left: 33px; }
          .catalog-product-view .quick-light-getaquote .pop-up-form .fieldset .form-list .input-box #date_select_trig,
          .catalog-product-view .quick-light-getaquote .pop-up-form .fieldset .form-list .input-box .fieldset-img {
            position: absolute;
            top: 6px;
            left: 3px; }
      .catalog-product-view .quick-light-getaquote .pop-up-form #messages_view p {
        font-size: 20px;
        color: #333;
        font-weight: 600; }
    .catalog-product-view .quick-light-getaquote .popup-after-btn-info {
      margin-top: 15px;
      font-weight: 600; }
  .catalog-product-view .trustpilot-product {
    width: 970px;
    margin: 40px auto 10px;
    clear: both;
    background: url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bg_content.png) repeat scroll 0px 0px #fcfcfc;
    padding: 13px; }

#product-details {
  float: none; }

.box-sized {
  width: 950px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.box-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #05134a;
  background-color: #05134a;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-size: 12px Arial;
  z-index: 10;
  max-width: 400px; }

.product-box-membership .membership-extras {
  background-color: rgba(22, 51, 144, 0.7);
  width: 100%;
  padding: 50px 0 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.product-box-membership .extras-title {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #FFF;
  line-height: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 35px; }
.product-box-membership .extras-content:before, .product-box-membership .extras-content:after {
  content: " ";
  display: table; }
.product-box-membership .extras-content:after {
  clear: both; }
.product-box-membership .extra-img-bg {
  width: 100%;
  height: 100%; }
.product-box-membership .content-wrapper {
  position: relative;
  height: 100%; }
.product-box-membership .extra-item {
  width: 33.333333%;
  float: left;
  height: 280px; }
  .product-box-membership .extra-item:hover .content-wrapper {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(35, 33, 33, 0.7);
    -moz-box-shadow: 0px 0px 12px 0px rgba(35, 33, 33, 0.7);
    box-shadow: 0px 0px 12px 0px rgba(35, 33, 33, 0.7);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -kthtml-transition: all 0.15s linear;
    transition: all 0.15s linear;
    z-index: 2; }
  .product-box-membership .extra-item:hover .overlay {
    background-color: rgba(22, 51, 144, 0.75); }
  .product-box-membership .extra-item:hover .overlay-content {
    text-shadow: 3px 0px 7px rgba(35, 33, 33, 0.7); }
    .product-box-membership .extra-item:hover .overlay-content .item-subtitle {
      visibility: visible;
      -webkit-transition: visibility 1s linear 100ms;
      -o-transition: visibility 1s linear 100ms;
      -moz-transition: visibility 1s linear 100ms;
      -ms-transition: visibility 1s linear 100ms;
      -kthtml-transition: visibility 1s linear 100ms;
      transition: visibility 1s linear 100ms; }
.product-box-membership .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(22, 51, 144, 0.65);
  width: 100%;
  height: 100%; }
.product-box-membership .overlay-content {
  text-align: center;
  position: relative;
  top: 30%;
  color: #fff;
  text-transform: none;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .product-box-membership .overlay-content .item-icon {
    display: block;
    margin: 0 auto; }
  .product-box-membership .overlay-content .item-title {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding: 15px 25px 3px;
    display: inline-block; }
  .product-box-membership .overlay-content .item-subtitle {
    margin-top: 15px;
    font-size: 16px;
    visibility: hidden; }

/* === MEMBERSHIP === --- Begin ---
 ---- Partners Block ---- */
.partners-container {
  padding: 60px 50px 50px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .partners-container.grey-background {
    background-color: #f7f7f4; }
    .partners-container.grey-background .partner-content {
      background-color: rgba(89, 110, 176, 0.39); }
    .partners-container.grey-background .partner-name {
      color: #fff; }
  .partners-container .partners-title {
    font-family: "Raleway", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #6799ff;
    line-height: normal;
    text-transform: none;
    text-align: center;
    margin-bottom: 25px; }
    .partners-container .partners-title a {
      font-family: "Raleway", sans-serif;
      font-size: 38px;
      font-weight: 600;
      color: #6799ff;
      line-height: normal;
      text-transform: none;
      text-decoration: none; }
  .partners-container .partners-block {
    margin-right: -6px;
    margin-left: -6px; }
    .partners-container .partners-block:before, .partners-container .partners-block:after {
      content: " ";
      display: table; }
    .partners-container .partners-block:after {
      clear: both; }
  .partners-container .partner-item {
    width: 12.5%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 6px;
    margin-bottom: 12px; }
  .partners-container .partner-content {
    padding: 5px;
    border: 1px solid #e2e2e2;
    background-color: #f2f2f0; }
  .partners-container .partner-logo {
    background: #ffffff; }
    .partners-container .partner-logo img {
      max-width: 100%;
      width: 100%;
      display: block;
      margin: 0 auto; }
  .partners-container .partner-name {
    font-size: 14px;
    margin: 10px 0;
    height: 20px;
    color: #6990ee;
    font-weight: 600;
    line-height: 17px; }
  .partners-container .partner-more-link {
    font-size: 12px;
    color: #d37200;
    padding-right: 15px;
    clear: left;
    font-weight: 600;
    text-decoration: none;
    background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/partner-arrow.png") no-repeat right 1px; }

/*  ---- Plans available ---- */
.membership-plans, .coworking-services, .hotdesking-products, .service-small-list {
  background-color: #f7f7f4;
  width: 100%;
  padding: 50px 18px 120px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.membership-title {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #6699ff;
  line-height: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 40px; }

.membership-products, .office-plans .office-products {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  text-transform: none; }
  .membership-products:before, .office-plans .office-products:before, .membership-products:after, .office-plans .office-products:after {
    content: " ";
    display: table; }
  .membership-products:after, .office-plans .office-products:after {
    clear: both; }

.memb-btn {
  margin-top: 20px;
  margin-right: 10px;
  height: 30px;
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/coworking-btn-bg.png") repeat-x left top;
  border-radius: 17px;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
  border: 1px solid #d7b008;
  text-decoration: none;
  background-size: contain; }
  .memb-btn span {
    background: none;
    height: auto;
    padding: 0 10px;
    line-height: 30px; }
    .memb-btn span span {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #05134a;
      line-height: normal;
      text-transform: none;
      background: none;
      line-height: 30px; }
  .memb-btn:hover, .memb-btn:focus {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.47); }

.membership-plans.plans-coworking .product-wrapper, .plans-coworking.coworking-services .product-wrapper, .plans-coworking.hotdesking-products .product-wrapper, .plans-coworking.service-small-list .product-wrapper {
  width: 33.3333%; }
.membership-plans .product-wrapper, .coworking-services .product-wrapper, .hotdesking-products .product-wrapper, .service-small-list .product-wrapper {
  float: left;
  width: 50%;
  padding: 0 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.membership-plans .content-wrapper, .coworking-services .content-wrapper, .hotdesking-products .content-wrapper, .service-small-list .content-wrapper {
  background-color: #fff;
  min-height: 550px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1px; }
  .membership-plans .content-wrapper:hover, .coworking-services .content-wrapper:hover, .hotdesking-products .content-wrapper:hover, .service-small-list .content-wrapper:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -kthtml-transition: all 0.15s linear;
    transition: all 0.15s linear; }
.membership-plans .prod-img, .coworking-services .prod-img, .hotdesking-products .prod-img, .service-small-list .prod-img {
  width: 100%; }
.membership-plans .content-box, .coworking-services .content-box, .hotdesking-products .content-box, .service-small-list .content-box {
  min-height: 160px;
  overflow: hidden;
  padding: 0 23px 15px; }
  .membership-plans .content-box ul, .coworking-services .content-box ul, .hotdesking-products .content-box ul, .service-small-list .content-box ul {
    margin-bottom: 35px;
    overflow-y: hidden;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    line-height: normal;
    text-transform: none; }
  .membership-plans .content-box li, .coworking-services .content-box li, .hotdesking-products .content-box li, .service-small-list .content-box li {
    line-height: 20px;
    font-weight: 500; }
    .membership-plans .content-box li:before, .coworking-services .content-box li:before, .hotdesking-products .content-box li:before, .service-small-list .content-box li:before {
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      font-size: 15px;
      color: #163390;
      vertical-align: middle;
      margin-right: 5px; }
.membership-plans .title-wrapper, .coworking-services .title-wrapper, .hotdesking-products .title-wrapper, .service-small-list .title-wrapper {
  height: 110px;
  margin: 20px 0 0; }
.membership-plans .prod-title, .coworking-services .prod-title, .hotdesking-products .prod-title, .service-small-list .prod-title {
  margin: 0;
  text-align: center;
  color: #163390;
  font-size: 34px;
  font-weight: 600;
  max-height: 50px;
  overflow-y: hidden;
  text-decoration: none;
  display: inherit; }
.membership-plans .price, .coworking-services .price, .hotdesking-products .price, .service-small-list .price {
  color: #163390;
  font-size: 30px;
  text-align: center;
  margin-top: 5px; }
.membership-plans .period, .coworking-services .period, .hotdesking-products .period, .service-small-list .period {
  color: #163390;
  font-size: 16px;
  text-align: center;
  margin-top: 5px; }

/* === MEMBERSHIP === --- End --- */
.opt-info {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #05134a;
  text-align: center;
  color: #fff;
  line-height: 18px;
  border-radius: 50%;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  margin-left: 3px; }

/** Product Contact popup */
#popup-contact {
  width: 100%;
  max-width: 600px;
  border-radius: 0; }
  #popup-contact .popup-container {
    width: auto;
    height: auto; }
  #popup-contact .quick-popup-title h3 {
    color: #6699ff;
    font-size: 36px; }
  #popup-contact .quick-popup-title p {
    color: #444;
    font-size: 15px; }
  #popup-contact .content div {
    clear: left;
    margin-top: 10px; }
  #popup-contact .content .half-contact-width {
    clear: none;
    display: -moz-inline-block;
    margin-bottom: 10px;
    float: left;
    width: 49%; }
    #popup-contact .content .half-contact-width .right {
      float: right; }
  #popup-contact .content label {
    color: #444;
    width: 100%; }
  #popup-contact .content input {
    border-radius: 0;
    border: 1px solid #aeadad;
    box-sizing: border-box;
    padding: 10px;
   /* margin-top: 5px;*/
    height: 32px;
    width: 100%; }
  #popup-contact .content input[type='checkbox'] {
    width: auto !important;
    margin-top: -2px;
  }
  #popup-contact .content textarea {
    border: 1px solid #aeadad;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%; }
  #popup-contact .content .button {
    background-image: -webkit-linear-gradient(bottom, #ddad00, #f6c201 50%, #fbc800);
    background-image: -moz-linear-gradient(bottom, #ddad00, #f6c201 50%, #fbc800);
    background-image: -o-linear-gradient(bottom, #ddad00, #f6c201 50%, #fbc800);
    background-image: -ms-linear-gradient(bottom, #ddad00, #f6c201 50%, #fbc800);
    background-image: linear-gradient(to top, #ddad00, #f6c201 50%, #fbc800);
    width: 100%;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px 0;
    line-height: normal;
    border: solid 1px #c79e00;
    color: #071139;
    font-size: 16px;
    height: auto;
    margin-top: 15px;
    display: block;
    text-decoration: none;
    font-weight: bold; }
  #popup-contact p {
    margin: 0 0 1em; }
    #popup-contact p:last-child {
      margin: 0; }

/** Product Contact popup === END === */
/* Header */
.header-megamenu-wrapper {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  padding-top: 83px;
  left: 4%;
  width: 92%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.header-container {
  height: 75px;
  background: #081c65;
  min-width: 952px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000; }
  .header-container .header {
    width: 100%;
    height: 75px;
    padding: 0 25px;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative; }
    .header-container .header .head-right .nav-container #nav {
      padding-top: 0px; }
  .header-container .logo {
    margin-left: 0; }
    .header-container .logo > img {
      max-width: 160px; }
  .header-container .head-right {
    padding-right: 0; }

#nav li {
  position: static;
  /* Menu Service pages */ }
  #nav li ul.level0 {
    display: none; }
  #nav li.over:not(.megamenu-item) {
    position: relative; }
  #nav li.over ul.level0 {
    display: block; }
  #nav li.service-parent.over {
    position: static; }
  #nav li.service-parent * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  #nav li.service-parent ul.level0 {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 70px;
    margin-top: 0;
    border: none; }
    #nav li.service-parent ul.level0:before, #nav li.service-parent ul.level0:after {
      content: " ";
      display: table; }
    #nav li.service-parent ul.level0:after {
      clear: both; }
    #nav li.service-parent ul.level0 > li {
      display: block;
      float: left;
      width: 20%;
      min-height: 1px;
      border: 2px solid #6799ff;
      border-top: 3px solid #6799ff;
      border-bottom: 3px solid #6799ff;
      background: none;
      text-align: center; }
      #nav li.service-parent ul.level0 > li:nth-child(1) a:before {
        background-image: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/services/menu/menu-item-1.jpg"); }
      #nav li.service-parent ul.level0 > li:nth-child(2) a:before {
        background-image: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/services/menu/menu-item-2.jpg"); }
      #nav li.service-parent ul.level0 > li:nth-child(3) a:before {
        background-image: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/services/menu/menu-item-3.jpg"); }
      #nav li.service-parent ul.level0 > li:nth-child(4) a:before {
        background-image: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/services/menu/menu-item-4.jpg"); }
      #nav li.service-parent ul.level0 > li:nth-child(5) a:before {
        background-image: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/services/menu/menu-item-5.jpg"); }
      #nav li.service-parent ul.level0 > li a {
        padding-top: 44%;
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding-bottom: 7px; }
        #nav li.service-parent ul.level0 > li a:before {
          content: " ";
          position: absolute;
          width: 100%;
          left: 0;
          right: 0;
          top: 0;
          background-position: center 0;
          height: 100%;
          background-repeat: no-repeat;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          overflow: hidden;
          background-size: 100%;
          filter: none;
          -webkit-filter: blur(0px);
          -moz-filter: blur(0px);
          -ms-filter: blur(0px);
          filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); }
        #nav li.service-parent ul.level0 > li a:hover {
          background-color: transparent; }
        #nav li.service-parent ul.level0 > li a span {
          display: block;
          margin: 3px auto 10px;
          line-height: normal;
          width: 100%; }
          #nav li.service-parent ul.level0 > li a span.heading {
            font-weight: 700;
            color: #081c65;
            font-size: 15px;
            margin-bottom: 8px; }
          #nav li.service-parent ul.level0 > li a span.nav-description {
            font-weight: 600;
            font-size: 14px;
            color: #0d1fa0; }
          #nav li.service-parent ul.level0 > li a span.button {
            width: fit-content;
            margin-bottom: 0;
            padding: 4px 8px;
            font-weight: 600;
            font-size: 11px;
            -webkit-border-radius: 35px;
            -moz-border-radius: 35px;
            border-radius: 35px;
            border: 1px solid #cda800;
            position: relative;
            -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
            transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
            overflow: hidden;
            background: #fbce00;
            color: #05134a;
                /*
                &:before {
                  display: block;
                  position: absolute;
                  top: 0;
                  left: 0;
                  height: 100%;
                  width: 0;
                  z-index: -1;
                  content: '';
                  background: #75a3ff;
                  @include transition(all 0.3s cubic-bezier(0.42, 0, 0.58, 1));
                }

                &:after {
                  @include f-a("\f061");
                  position: absolute;
                  opacity: 0;
                  top: 7px;
                  right: -25px;
                  transition: 0.5s;
                  color: #fff;
                  @include transition(all 0.4s ease-in-out);
                } */
            /* &:hover {
              color: #fff;
              background-color: transparent;
              border-color: #5479c0;
              padding: 6px 25px;
              &:before {
                right: 0;
                left: auto;
                width: 100%;
              }
              &:after {
                opacity: 1;
                right: 5px;
              }
            } */ }
            #nav li.service-parent ul.level0 > li a span.button:hover {
              -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
              -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5); }
#nav .level2 {
  float: none; }
#nav .level0 .megamenu-content {
  border: none; }
  #nav .level0 .megamenu-content .close {
    position: absolute;
    color: #fff;
    cursor: pointer;
    margin-right: -20px;
    display: block;
    font-size: 1px;
    margin-top: -10px;
    right: 10px;
    height: 30px;
    width: 30px;
    background: url(https://www.eoffice.net/skin/frontend/eoffice/default/images/lightbox/icon_close.png) no-repeat scroll -2px -2px transparent; }
    #nav .level0 .megamenu-content .close:hover, #nav .level0 .megamenu-content .close:focus {
      background-color: transparent !important; }
#nav .level0 > .megamenu-content {
  display: none; }
  #nav .level0 > .megamenu-content.shown-sub {
    position: absolute;
    left: 4%;
    top: 100%;
    width: 92%;
    padding: 5px 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
    background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/home/bkgpixeled.jpg") left top repeat transparent;
    border: 1px solid #edc209;
    border-top: 0px; }
#nav .megamenu-item a {
  float: none;
  display: block; }
  #nav .megamenu-item a:hover, #nav .megamenu-item a:focus {
    background-color: transparent; }
#nav .megamenu-item span {
  display: inline; }
#nav .megamenu-item .megamenu-content a {
  color: #2f2f2f; }
  #nav .megamenu-item .megamenu-content a:hover, #nav .megamenu-item .megamenu-content a:focus {
    background-color: #fbce00;
    color: #2f2f2f; }
#nav .megamenu-item .megamenu-content .megamenu-sub-item {
  float: none;
  width: auto;
  overflow: visible;
  display: block;
  -ms-flex: 1;
  flex: 1;
  -moz-columns: 9.375rem 6;
  columns: 9.375rem 6;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem; }
#nav .megamenu-item .megamenu-content .parent {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
  page-break-inside: avoid;
  break-inside: avoid; }
  #nav .megamenu-item .megamenu-content .parent > a {
    font-size: 17px;
    font-weight: bold;
    padding: 8px !important; }
  #nav .megamenu-item .megamenu-content .parent .megamenu-content {
    display: block; }
    #nav .megamenu-item .megamenu-content .parent .megamenu-content a {
      font-size: 13px;
      padding: 8px !important; }

#nav ul li {
  float: none; }
  #nav ul li.active {
    float: none; }
#nav ul li.parent > a {
  background: url(https://www.eoffice.net/skin/frontend/eoffice/default/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.parent > ul.level1 li a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px; }
  #nav ul li.parent > ul.level1 li a span {
    font-size: 14px; }
  #nav ul li.parent > ul.level1 li a:hover {
    background-color: #ccc; }

.megamenu-float-container {
  display: none;
  padding: 5px 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  border: 1px solid #edc209;
  border-top: 0px;
  border-top: 1px solid #edc209;
  top: 0px;
  background: #ffffff;
  position: relative;
  width: 100%;
  left: 0px; }
  .megamenu-float-container li {
    position: static; }
    .megamenu-float-container li ul.level0 {
      display: none; }
    .megamenu-float-container li.over:not(.megamenu-item) {
      position: relative; }
    .megamenu-float-container li.over ul.level0 {
      display: block; }
  .megamenu-float-container .level2 {
    float: none; }
  .megamenu-float-container .megamenu-content {
    border: none; }
  .megamenu-float-container .close {
    position: absolute;
    color: #fff;
    cursor: pointer;
    margin-right: -20px;
    display: block;
    font-size: 1px;
    margin-top: -10px;
    right: 10px;
    height: 30px;
    width: 30px;
    background: url(https://www.eoffice.net/skin/frontend/eoffice/default/images/lightbox/icon_close.png) no-repeat scroll -2px -2px transparent; }
    .megamenu-float-container .close:hover, .megamenu-float-container .close:focus {
      background-color: transparent !important; }
  .megamenu-float-container a {
    float: none;
    display: block;
    text-decoration: none;
    color: #2f2f2f; }
    .megamenu-float-container a:hover, .megamenu-float-container a:focus {
      background-color: #fbce00;
      color: #2f2f2f; }
  .megamenu-float-container span {
    display: inline; }
  .megamenu-float-container .megamenu-sub-item {
    float: none;
    width: auto;
    overflow: visible;
    display: block;
    -ms-flex: 1;
    flex: 1;
    -moz-columns: 9.375rem 6;
    columns: 9.375rem 6;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem; }
  .megamenu-float-container .parent {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
    page-break-inside: avoid;
    break-inside: avoid; }
    .megamenu-float-container .parent > a {
      font-size: 17px;
      font-weight: bold;
      padding: 8px !important; }
    .megamenu-float-container .parent .megamenu-content a {
      font-size: 13px;
      padding: 8px !important; }
  .megamenu-float-container .megamenu-content {
    display: block; }

.map-searcher {
  background-color: #fff;
  width: 100%;
  padding: 0 0 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.map-searcher-title {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #163390;
  line-height: normal;
  text-transform: none;
  text-align: center;
  position: relative;
  bottom: -90px;
  margin-bottom: 0; }

.searcher-rounded .minisearchbox, .map-searcher-content .searcher-wrapper .minisearchbox {
  width: 100%;
  margin: 0;
  float: none; }
.searcher-rounded .searcher, .map-searcher-content .searcher-wrapper .searcher {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 20px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 15px;
  background: none;
  background-color: rgba(8, 28, 101, 0.8); }
.searcher-rounded .search-field-list li, .map-searcher-content .searcher-wrapper .search-field-list li {
  padding: 0 8px;
  margin-right: 0;
  width: 40%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .searcher-rounded .search-field-list li.locationli, .map-searcher-content .searcher-wrapper .search-field-list li.locationli {
    display: none; }
  .searcher-rounded .search-field-list li select, .map-searcher-content .searcher-wrapper .search-field-list li select {
    width: 100% !important;
    height: 40px !important;
    font-family: "Raleway", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
    line-height: 40px !important;
    text-transform: none; }
.searcher-rounded .search-field-list .button-item, .map-searcher-content .searcher-wrapper .search-field-list .button-item {
  width: 19%; }
.searcher-rounded .search-field-list .button, .map-searcher-content .searcher-wrapper .search-field-list .button {
  width: 100%;
  height: 40px;
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/search-button-bg.jpg") repeat-x left top;
  border-radius: 17px;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47); }
  .searcher-rounded .search-field-list .button span, .map-searcher-content .searcher-wrapper .search-field-list .button span {
    background: none;
    height: 40px;
    padding: 0px !important; }
    .searcher-rounded .search-field-list .button span span, .map-searcher-content .searcher-wrapper .search-field-list .button span span {
      background: none;
      font-size: 22px !important;
      line-height: 40px;
      font-family: 'Raleway';
      font-weight: 700 !important;
      color: #05134a !important; }

.map-searcher-content {
  position: relative;
  width: 100%;
  min-height: 430px;
  background-image: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/coworking/searcher-bg.jpg");
  -webkit-background-size: contain;
  background-size: contain; }
  .map-searcher-content .searcher-wrapper {
    margin: 0 auto;
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    width: 950px; }

.subtitle {
  font-size: 26px;
  color: #444444;
  font-weight: 400;
  padding-top: 0px; }

.cms-index-index .grow-services {
  background-color: #f7f7f4;
  padding-top: 50px; }
.cms-index-index .meet-community-box {
  padding-top: 50px; }
.cms-index-index .trustpilot-widget {
  margin-top: 50px; }
.cms-index-index .grow-services-title {
  margin-bottom: 40px; }

.homesearchbox {
  position: relative;
  top: 65px; }

.top-searcher {
  width: 660px;
  margin: 0 auto; }

.home-searcher-title {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 80px;
  text-align: center;
  overflow: hidden; }
  .home-searcher-title h2 {
    font-size: 60px;
    padding-bottom: 0;
    color: #fff;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    font-weight: 500; }
  .home-searcher-title h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

.cmdbkg {
  top: 430px; }

.home_box {
  margin: 170px 0 0; }

.top_offices {
  width: 950px;
  margin: 0 auto;
  float: none; }
  .top_offices .subtitle {
    font-size: 26px;
    color: #444444; }
  .top_offices .cmd {
    margin-right: 0;
    float: none;
    width: auto;
    text-align: right;
    padding-right: 12px;
    margin-bottom: 10px; }
    .top_offices .cmd .prev,
    .top_offices .cmd .next {
      float: none;
      display: inline-block; }

.semi-bold {
  font-weight: 600 !important; }

.office-image {
  position: relative; }
  .office-image img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    float: none !important; }

.top-office-overlay {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center; }
  .top-office-overlay span {
    display: block; }

.top-offices-slider .slider-office {
  float: left;
  width: 33.3333%;
  padding: 0 12px;
  margin-bottom: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .top-offices-slider .slider-office img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .top-offices-slider .slider-office.office-big {
    width: 66.6666%; }
.top-offices-slider .office-content-wrapper {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .top-offices-slider .office-content-wrapper:hover, .top-offices-slider .office-content-wrapper:focus {
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.4); }
    .top-offices-slider .office-content-wrapper:hover .office-name span, .top-offices-slider .office-content-wrapper:focus .office-name span {
      text-decoration: underline; }
.top-offices-slider .office-name {
  position: absolute;
  top: 36%;
  width: 100%;
  text-align: center; }
  .top-offices-slider .office-name span {
    display: block;
    font-size: 24px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7); }
    .top-offices-slider .office-name span:last-child {
      font-size: 16px; }

.col1-full-cms {
  width: 100%;
  font-family: 'Raleway';
  margin: 0px auto; }
  .col1-full-cms .main {
    width: 100%;
    max-width: 1920px;
    background: transparent;
    padding: 0; }
    .col1-full-cms .main .social {
      z-index: 3; }
  .col1-full-cms .main-small .page-title {
    padding-top: 98px;
    margin: 0; }

.cms-services-coworking .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/coworking/top-bg.jpg") no-repeat scroll center -24px #fff; }
.cms-services-coworking .main-small .left-block {
  width: 100%; }

.main-small {
  width: 950px;
  margin: 0 auto; }
  .main-small .page-title {
    padding-top: 98px;
    margin: 0; }
  .main-small h1 {
    font-family: 'Raleway';
    color: #fff !important;
    font-weight: 400;
    font-size: 68px !important;
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5); }
  .main-small .subtitle {
    width: auto; }
    .main-small .subtitle p {
      font-family: 'Raleway';
      color: #fff !important;
      font-weight: 600;
      font-size: 24px !important;
      padding: 0;
      text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5); }
  .main-small.top-info {
    margin-top: 112px; }
    .main-small.top-info::after {
      content: "";
      display: table;
      clear: both; }
  .main-small .left-block {
    width: 700px;
    float: left; }
  .main-small .top-text {
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin-top: 30px;
    padding-right: 8px;
    margin-bottom: 30px; }
    .main-small .top-text h2 {
      font-size: 38px;
      font-weight: 400;
      color: #6699ff;
      margin-bottom: 30px;
      line-height: 40px;
      font-family: "Raleway", sans-serif; }
  .main-small .breadcrumbs {
    margin-top: 0; }
    .main-small .breadcrumbs ul li:last-child {
      color: #05134a; }
      .main-small .breadcrumbs ul li:last-child strong {
        color: #05134a; }
  .main-small .right-block {
    width: 240px;
    float: right; }
  .main-small .quick-quote {
    border: 1px solid #e3e3e3;
    position: relative;
    top: -50px;
    background-color: #f7f7f4; }
    .main-small .quick-quote .title {
      background-color: #05134a;
      font-size: 20px;
      padding: 5px 0 5px 12px;
      color: #fff;
      font-weight: 500; }
    .main-small .quick-quote .fieldset {
      padding: 15px 12px 0;
      margin: 0; }
    .main-small .quick-quote .form-list li {
      margin: 0 0 12px; }
    .main-small .quick-quote .input-box {
      width: 100% !important; }
    .main-small .quick-quote input.input-text {
      width: 100%;
      padding: 7px 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px; }
    .main-small .quick-quote textarea {
      margin-top: 0;
      width: 100% !important;
      padding: 7px 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      height: 7.5em; }
    .main-small .quick-quote .select {
      width: 100%;
      padding: 4px 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      background: #fff;
      border: 1px solid #b6b6b6; }
      .main-small .quick-quote .select:focus {
        background-color: #edf7fd; }
    .main-small .quick-quote .buttons-set {
      padding: 0 12px 15px; }
    .main-small .quick-quote .required {
      color: #333;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      margin-top: -13px;
      margin-left: 3px; }

.membership-plans, .coworking-services, .hotdesking-products, .service-small-list {
  background-color: #f7f7f4;
  width: 100%;
  padding: 50px 18px 120px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.membership-title {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #6699ff;
  line-height: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 40px; }

.membership-products, .office-plans .office-products {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  text-transform: none; }
  .membership-products:before, .office-plans .office-products:before, .membership-products:after, .office-plans .office-products:after {
    content: " ";
    display: table; }
  .membership-products:after, .office-plans .office-products:after {
    clear: both; }

.memb-btn {
  margin-top: 20px;
  margin-right: 10px;
  height: 30px;
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/coworking-btn-bg.png") repeat-x left top;
  border-radius: 17px;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
  border: 1px solid #d7b008;
  text-decoration: none;
  background-size: contain; }
  .memb-btn span {
    background: none;
    height: auto;
    padding: 0 10px;
    line-height: 30px; }
    .memb-btn span span {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #05134a;
      line-height: normal;
      text-transform: none;
      background: none;
      line-height: 30px; }
  .memb-btn:hover, .memb-btn:focus {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.47); }

.membership-plans .product-wrapper, .coworking-services .product-wrapper, .hotdesking-products .product-wrapper, .service-small-list .product-wrapper {
  float: left;
  width: 25%;
  padding: 0 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.membership-plans .content-wrapper, .coworking-services .content-wrapper, .hotdesking-products .content-wrapper, .service-small-list .content-wrapper {
  background-color: #fff;
  min-height: 550px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1px; }
  .membership-plans .content-wrapper:hover, .coworking-services .content-wrapper:hover, .hotdesking-products .content-wrapper:hover, .service-small-list .content-wrapper:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -kthtml-transition: all 0.15s linear;
    transition: all 0.15s linear; }
.membership-plans .prod-img, .coworking-services .prod-img, .hotdesking-products .prod-img, .service-small-list .prod-img {
  width: 100%; }
.membership-plans .content-box, .coworking-services .content-box, .hotdesking-products .content-box, .service-small-list .content-box {
  overflow: hidden;
  padding: 0 23px 15px; }
  .membership-plans .content-box ul, .coworking-services .content-box ul, .hotdesking-products .content-box ul, .service-small-list .content-box ul {
    min-height: 160px;
    overflow-y: hidden;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    line-height: normal;
    text-transform: none;
    margin-bottom: 35px; }
  .membership-plans .content-box li, .coworking-services .content-box li, .hotdesking-products .content-box li, .service-small-list .content-box li {
    line-height: 20px;
    font-weight: 500; }
    .membership-plans .content-box li:before, .coworking-services .content-box li:before, .hotdesking-products .content-box li:before, .service-small-list .content-box li:before {
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      font-size: 15px;
      color: #163390;
      vertical-align: middle;
      margin-right: 5px; }
.membership-plans .title-wrapper, .coworking-services .title-wrapper, .hotdesking-products .title-wrapper, .service-small-list .title-wrapper {
  height: 110px;
  margin: 20px 0 0; }
.membership-plans .prod-title, .coworking-services .prod-title, .hotdesking-products .prod-title, .service-small-list .prod-title {
  margin: 0;
  text-align: center;
  color: #163390;
  font-size: 30px;
  font-weight: 600;
  max-height: 50px;
  overflow-y: hidden;
  text-decoration: none;
  display: inherit; }
.membership-plans .price, .coworking-services .price, .hotdesking-products .price, .service-small-list .price {
  color: #163390;
  font-size: 30px;
  text-align: center;
  margin-top: 5px; }
.membership-plans .period, .coworking-services .period, .hotdesking-products .period, .service-small-list .period {
  color: #163390;
  font-size: 16px;
  text-align: center;
  margin-top: 5px; }

.coworking-services .product-wrapper {
  float: left;
  width: 50%;
  padding: 0 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.coworking-services .content-wrapper {
  background-color: #fff;
  min-height: 550px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1px; }
  .coworking-services .content-wrapper:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -kthtml-transition: all 0.15s linear;
    transition: all 0.15s linear; }
.coworking-services .prod-img {
  width: 100%; }
.coworking-services .content-box {
  overflow: hidden;
  padding: 0 23px 15px; }
  .coworking-services .content-box ul {
    min-height: 160px;
    overflow-y: hidden;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    line-height: normal;
    text-transform: none;
    margin-bottom: 35px; }
  .coworking-services .content-box li {
    line-height: 20px;
    font-weight: 500; }
    .coworking-services .content-box li:before {
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      font-size: 15px;
      color: #163390;
      vertical-align: middle;
      margin-right: 5px; }
.coworking-services .title-wrapper {
  height: 70px;
  margin: 20px 0 0; }
.coworking-services .prod-title {
  margin: 0;
  text-align: center;
  color: #163390;
  font-size: 30px;
  font-weight: 600;
  max-height: 50px;
  overflow-y: hidden;
  text-decoration: none;
  display: inherit; }
.coworking-services .price {
  color: #163390;
  font-size: 30px;
  text-align: center;
  margin-top: 5px; }
.coworking-services .period {
  color: #163390;
  font-size: 16px;
  text-align: center;
  margin-top: 5px; }
.coworking-services .description {
  font-size: 17px; }

.membership-extras {
  background-color: rgba(22, 51, 144, 0.7);
  width: 100%;
  padding: 50px 0 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.extras-title {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #FFF;
  line-height: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 35px; }
  .extras-title a {
    font-family: "Raleway", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #FFF;
    line-height: normal;
    text-transform: none;
    text-decoration: none; }

.extras-content:before, .extras-content:after {
  content: " ";
  display: table; }
.extras-content:after {
  clear: both; }

.extra-img-bg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.content-wrapper {
  position: relative;
  height: 100%; }

.extra-item {
  width: 33.333333%;
  float: left;
  height: 280px; }
  .extra-item .content-wrapper {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    overflow: hidden; }
  .extra-item .item-subtitle {
    -webkit-transition: visibility 0.3ms linear;
    transition: visibility 0.3ms linear; }
  .extra-item:hover .content-wrapper {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(35, 33, 33, 0.7);
    -moz-box-shadow: 0px 0px 12px 0px rgba(35, 33, 33, 0.7);
    box-shadow: 0px 0px 12px 0px rgba(35, 33, 33, 0.7);
    z-index: 2; }
  .extra-item:hover .overlay {
    background-color: rgba(22, 51, 144, 0.75); }
  .extra-item:hover .overlay-content {
    text-shadow: 3px 0px 7px rgba(35, 33, 33, 0.7); }
    .extra-item:hover .overlay-content .item-subtitle {
      visibility: visible; }
  .extra-item:hover .extra-img-bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(22, 51, 144, 0.65);
  width: 100%;
  height: 100%; }

.overlay-content {
  text-align: center;
  position: relative;
  top: 30%;
  color: #fff;
  text-transform: none;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .overlay-content .item-icon {
    display: block;
    margin: 0 auto; }
  .overlay-content .item-title {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding: 15px 25px 3px;
    display: inline-block; }
  .overlay-content .item-subtitle {
    margin-top: 15px;
    font-size: 16px;
    visibility: hidden; }

.grow-services {
  background-color: #fff;
  width: 100%;
  padding: 0 18px 50px;
  margin-top: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.grow-services-title {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #6799ff;
  line-height: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 34px; }
  .grow-services-title a {
    font-family: "Raleway", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #6799ff;
    line-height: normal;
    text-transform: none;
    text-decoration: none; }

.grow-services-items:before, .grow-services-items:after {
  content: " ";
  display: table; }
.grow-services-items:after {
  clear: both; }

.grow-services-item {
  float: left;
  width: 20%;
  padding: 0 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .grow-services-item a {
    text-decoration: none; }
  .grow-services-item .item-content {
    background-color: #fff;
    height: 100%;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 1px 1px 15px;
    text-align: left;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden; }
    .grow-services-item .item-content:hover {
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6); }
  .grow-services-item .image-wrapper {
    overflow: hidden; }
  .grow-services-item .item-image {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%; }
  .grow-services-item .item-title {
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #011e57;
    line-height: normal;
    text-transform: uppercase;
    display: inherit;
    margin: 15px 0;
    padding: 0 5px; }
    .grow-services-item .item-title a {
      color: #011e57; }
  .grow-services-item .content-wrap {
    padding: 0 10px; }
  .grow-services-item .options {
    margin: 0 -5px;
    overflow-x: hidden; }
  .grow-services-item .option {
    min-height: 45px;
    background-size: contain;
    cursor: pointer;
    border: 1px solid transparent; }
    .grow-services-item .option p {
      margin: 0; }
    .grow-services-item .option .eo-icon {
      color: #6699ff;
      font-size: 44px;
      vertical-align: middle; }
  .grow-services-item .option-title {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #011e57;
    line-height: normal;
    text-transform: none;
    display: block;
    white-space: nowrap;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .grow-services-item .option-title .text {
      border-bottom: 1px solid transparent;
      -webkit-transition: border-bottom 0.3s linear;
      transition: border-bottom 0.3s linear; }
    .grow-services-item .option-title:hover .text {
      border-bottom: 1px solid #011e57; }
  .grow-services-item .description {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: normal;
    text-transform: none; }
    .grow-services-item .description.option-desc {
      padding-left: 10px;
      margin-top: 5px; }
      .grow-services-item .description.option-desc li {
        list-style-type: disc;
        margin-bottom: 5px; }
        .grow-services-item .description.option-desc li:last-child {
          margin-bottom: 0; }

.trustpilot-widget.trustpilot-cms {
  width: 970px;
  margin: 10px auto 40px;
  clear: both;
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/bg_content.png") repeat scroll 0px 0px #fcfcfc;
  padding: 13px; }

.membership-plans .support-ideas, .coworking-services .support-ideas, .hotdesking-products .support-ideas, .service-small-list .support-ideas {
  font-size: 16px; }
  .membership-plans .support-ideas .membership-title, .coworking-services .support-ideas .membership-title, .hotdesking-products .support-ideas .membership-title, .service-small-list .support-ideas .membership-title {
    margin-bottom: 5px !important; }
  .membership-plans .support-ideas .support-subtitle, .coworking-services .support-ideas .support-subtitle, .hotdesking-products .support-ideas .support-subtitle, .service-small-list .support-ideas .support-subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px !important; }
  .membership-plans .support-ideas .membership-products .membership-item-description, .coworking-services .support-ideas .membership-products .membership-item-description, .hotdesking-products .support-ideas .membership-products .membership-item-description, .service-small-list .support-ideas .membership-products .membership-item-description, .membership-plans .support-ideas .office-plans .office-products .membership-item-description, .office-plans .membership-plans .support-ideas .office-products .membership-item-description, .coworking-services .support-ideas .office-plans .office-products .membership-item-description, .office-plans .coworking-services .support-ideas .office-products .membership-item-description, .hotdesking-products .support-ideas .office-plans .office-products .membership-item-description, .office-plans .hotdesking-products .support-ideas .office-products .membership-item-description, .service-small-list .support-ideas .office-plans .office-products .membership-item-description, .office-plans .service-small-list .support-ideas .office-products .membership-item-description {
    font-size: 14px;
    padding: 0px 20px; }
  .membership-plans .support-ideas .membership-products .membership-item-image, .coworking-services .support-ideas .membership-products .membership-item-image, .hotdesking-products .support-ideas .membership-products .membership-item-image, .service-small-list .support-ideas .membership-products .membership-item-image, .membership-plans .support-ideas .office-plans .office-products .membership-item-image, .office-plans .membership-plans .support-ideas .office-products .membership-item-image, .coworking-services .support-ideas .office-plans .office-products .membership-item-image, .office-plans .coworking-services .support-ideas .office-products .membership-item-image, .hotdesking-products .support-ideas .office-plans .office-products .membership-item-image, .office-plans .hotdesking-products .support-ideas .office-products .membership-item-image, .service-small-list .support-ideas .office-plans .office-products .membership-item-image, .office-plans .service-small-list .support-ideas .office-products .membership-item-image {
    text-align: center;
    margin-bottom: 10px; }

.cms-services-ecard-membership .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/ecard-membership/ecard-membership-bg.jpg") no-repeat scroll center -24px #fff; }
.cms-services-ecard-membership .main-small.top-info {
  margin-top: 112px; }
.cms-services-ecard-membership .breadcrumbs {
  margin-top: 0; }
  .cms-services-ecard-membership .breadcrumbs li:last-child {
    color: #05134a; }
    .cms-services-ecard-membership .breadcrumbs li:last-child strong {
      color: #05134a; }
.cms-services-ecard-membership .top-text {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  margin-top: 30px;
  padding-right: 8px; }
.cms-services-ecard-membership .btn-wrapper {
  margin: 20px 20px 20px 0; }
  .cms-services-ecard-membership .btn-wrapper:before, .cms-services-ecard-membership .btn-wrapper:after {
    content: " ";
    display: table; }
  .cms-services-ecard-membership .btn-wrapper:after {
    clear: both; }
.cms-services-ecard-membership .memb-btn {
  height: 30px;
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/coworking-btn-bg.png") repeat-x left top;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
  border: 1px solid #d7b008;
  background-size: contain; }
  .cms-services-ecard-membership .memb-btn span {
    background: none;
    height: auto;
    padding: 0 10px;
    line-height: 30px; }
    .cms-services-ecard-membership .memb-btn span span {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #05134a;
      line-height: normal;
      text-transform: none;
      background: none;
      line-height: 30px; }
  .cms-services-ecard-membership .memb-btn:hover, .cms-services-ecard-membership .memb-btn:focus {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.47); }
.cms-services-ecard-membership .product-wrapper {
  width: 50%; }

.ecard-products-box {
  margin-top: 70px;
  margin-right: -6px;
  margin-left: -6px; }
  .ecard-products-box:before, .ecard-products-box:after {
    content: " ";
    display: table; }
  .ecard-products-box:after {
    clear: both; }
  .ecard-products-box .product-box {
    width: 50%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 740px;
    margin-bottom: 12px; }
  .ecard-products-box .content-wrapper {
    background-color: #fff;
    height: 100%;
    position: relative;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 1px; }
    .ecard-products-box .content-wrapper:hover {
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      -kthtml-transition: all 0.15s linear;
      transition: all 0.15s linear; }
  .ecard-products-box .prod-img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .ecard-products-box .content-box:before, .ecard-products-box .content-box:after {
    content: " ";
    display: table; }
  .ecard-products-box .content-box:after {
    clear: both; }
  .ecard-products-box .content-box .title-wrapper {
    height: 110px;
    margin: 20px 0 0; }
  .ecard-products-box .content-box .prod-title {
    margin: 0;
    text-align: center;
    color: #163390;
    font-size: 24px;
    font-weight: 600;
    max-height: 50px;
    overflow-y: hidden;
    text-decoration: none;
    display: inherit; }
  .ecard-products-box .content-box .price {
    color: #05134a;
    font-size: 16px;
    text-align: center;
    margin-top: 5px; }
  .ecard-products-box .content-box .description {
    padding: 0 10px;
    margin-bottom: 30px; }
    .ecard-products-box .content-box .description li {
      line-height: 18px;
      font-weight: 500;
      font-size: 14px;
      color: #222;
      position: relative;
      padding-left: 22px;
      margin-top: 10px; }
      .ecard-products-box .content-box .description li:first-child {
        margin-top: 0; }
      .ecard-products-box .content-box .description li:before {
        content: "";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 15px;
        color: #163390;
        vertical-align: middle;
        position: absolute;
        left: -2px;
        top: 1px; }
  .ecard-products-box .content-box .btn-wrapper {
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .ecard-products-box .content-box .memb-btn {
    height: 30px;
    background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/coworking-btn-bg.png") repeat-x left top;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.47);
    border: 1px solid #d7b008;
    background-size: contain; }
    .ecard-products-box .content-box .memb-btn span {
      background: none;
      height: auto;
      padding: 0 10px;
      line-height: 30px; }
      .ecard-products-box .content-box .memb-btn span span {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #05134a;
        line-height: normal;
        text-transform: none;
        background: none;
        line-height: 30px; }
    .ecard-products-box .content-box .memb-btn:hover, .ecard-products-box .content-box .memb-btn:focus {
      -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.47);
      -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.47);
      box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.47); }

.meet-community-box {
  margin-top: 0px;
  background-color: rgba(22, 51, 144, 0.71);
  padding: 30px 0px 50px; }
  .meet-community-box .box-title {
    font-family: "Raleway", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    text-transform: none;
    text-align: center;
    margin-bottom: 25px; }
    .meet-community-box .box-title a {
      font-family: "Raleway", sans-serif;
      font-size: 38px;
      font-weight: 600;
      color: #fff;
      line-height: normal;
      text-transform: none;
      text-decoration: none; }
  .meet-community-box .box-description {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: center; }
  .meet-community-box .community-videos {
    margin-top: 50px; }
    .meet-community-box .community-videos:before, .meet-community-box .community-videos:after {
      content: " ";
      display: table; }
    .meet-community-box .community-videos:after {
      clear: both; }
  .meet-community-box .item-box {
    margin-bottom: 0; }
  .meet-community-box .feedback-row {
    margin-right: -6px;
    margin-left: -6px; }
    .meet-community-box .feedback-row:before, .meet-community-box .feedback-row:after {
      content: " ";
      display: table; }
    .meet-community-box .feedback-row:after {
      clear: both; }
  .meet-community-box .feedback-box {
    width: 50%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .meet-community-box .content-wrapper {
    background-color: #fff;
    height: 175px;
    border: 1px solid #e2e2e2;
    padding: 15px;
    text-align: center; }
    .meet-community-box .content-wrapper img {
      max-width: 100%;
      float: left;
      display: block;
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 30px; }
  .meet-community-box .feedback-box-title {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #163390;
    line-height: 1.5em;
    text-transform: none; }
  .meet-community-box .quote {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #163390;
    line-height: 1.6em;
    text-transform: none;
    font-style: italic;
    margin: 20px 0 13px; }

.partners-container {
  padding: 60px 50px 50px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .partners-container.grey-background {
    background-color: #f7f7f4; }
    .partners-container.grey-background .partner-content {
      background-color: rgba(89, 110, 176, 0.39); }
    .partners-container.grey-background .partner-name {
      color: #fff; }
  .partners-container .partners-title {
    font-family: "Raleway", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #6799ff;
    line-height: normal;
    text-transform: none;
    text-align: center;
    margin-bottom: 25px; }
    .partners-container .partners-title a {
      font-family: "Raleway", sans-serif;
      font-size: 38px;
      font-weight: 600;
      color: #6799ff;
      line-height: normal;
      text-transform: none;
      text-decoration: none; }
  .partners-container .partners-block {
    margin-right: -6px;
    margin-left: -6px; }
    .partners-container .partners-block:before, .partners-container .partners-block:after {
      content: " ";
      display: table; }
    .partners-container .partners-block:after {
      clear: both; }
  .partners-container .partner-item {
    width: 12.5%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 6px;
    margin-bottom: 12px; }
  .partners-container .partner-content {
    padding: 5px;
    border: 1px solid #e2e2e2;
    background-color: #f2f2f0; }
  .partners-container .partner-logo {
    background: #ffffff; }
    .partners-container .partner-logo img {
      max-width: 100%;
      width: 100%;
      display: block;
      margin: 0 auto; }
  .partners-container .partner-name {
    font-size: 14px;
    margin: 10px 0;
    height: 20px;
    color: #6990ee;
    font-weight: 600;
    line-height: 17px; }
  .partners-container .partner-more-link {
    font-size: 12px;
    color: #d37200;
    padding-right: 15px;
    clear: left;
    font-weight: 600;
    text-decoration: none;
    background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/partner-arrow.png") no-repeat right 1px; }

.cms-services-office-space .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/office/top-bg.jpg") no-repeat scroll center -24px #fff; }
.cms-services-office-space .left-block {
  width: 100%; }

.cms-services-office .left-block,
.cms-services-coworking-hotdesking .left-block,
.cms-services-coworking-day-pass .left-block,
.cms-services-office-space-desk-space .left-block,
.cms-services-office-space-private-office .left-block,
.cms-services-office-space-customised-office .left-block,
.cms-services-virtual .left-block,
.cms-services-virtual-business-address .left-block,
.cms-services-virtual-telephone-answering .left-block,
.cms-services-virtual-virtual-office-pro .left-block,
.cms-services-virtual-my-eoffice .left-block,
.cms-services-virtual-company-formation .left-block,
.cms-services-meeting .left-block,
.cms-services-meeting-meeting-room .left-block,
.cms-services-meeting-videoconferencing .left-block,
.cms-services-meeting-conference-room .left-block {
  width: 650px; }
.cms-services-office .right-block,
.cms-services-coworking-hotdesking .right-block,
.cms-services-coworking-day-pass .right-block,
.cms-services-office-space-desk-space .right-block,
.cms-services-office-space-private-office .right-block,
.cms-services-office-space-customised-office .right-block,
.cms-services-virtual .right-block,
.cms-services-virtual-business-address .right-block,
.cms-services-virtual-telephone-answering .right-block,
.cms-services-virtual-virtual-office-pro .right-block,
.cms-services-virtual-my-eoffice .right-block,
.cms-services-virtual-company-formation .right-block,
.cms-services-meeting .right-block,
.cms-services-meeting-meeting-room .right-block,
.cms-services-meeting-videoconferencing .right-block,
.cms-services-meeting-conference-room .right-block {
  width: 290px; }
  .cms-services-office .right-block.is_stuck .block-find-location,
  .cms-services-coworking-hotdesking .right-block.is_stuck .block-find-location,
  .cms-services-coworking-day-pass .right-block.is_stuck .block-find-location,
  .cms-services-office-space-desk-space .right-block.is_stuck .block-find-location,
  .cms-services-office-space-private-office .right-block.is_stuck .block-find-location,
  .cms-services-office-space-customised-office .right-block.is_stuck .block-find-location,
  .cms-services-virtual .right-block.is_stuck .block-find-location,
  .cms-services-virtual-business-address .right-block.is_stuck .block-find-location,
  .cms-services-virtual-telephone-answering .right-block.is_stuck .block-find-location,
  .cms-services-virtual-virtual-office-pro .right-block.is_stuck .block-find-location,
  .cms-services-virtual-my-eoffice .right-block.is_stuck .block-find-location,
  .cms-services-virtual-company-formation .right-block.is_stuck .block-find-location,
  .cms-services-meeting .right-block.is_stuck .block-find-location,
  .cms-services-meeting-meeting-room .right-block.is_stuck .block-find-location,
  .cms-services-meeting-videoconferencing .right-block.is_stuck .block-find-location,
  .cms-services-meeting-conference-room .right-block.is_stuck .block-find-location {
    top: 0; }
.cms-services-office *:not(.item-box),
.cms-services-coworking-hotdesking *:not(.item-box),
.cms-services-coworking-day-pass *:not(.item-box),
.cms-services-office-space-desk-space *:not(.item-box),
.cms-services-office-space-private-office *:not(.item-box),
.cms-services-office-space-customised-office *:not(.item-box),
.cms-services-virtual *:not(.item-box),
.cms-services-virtual-business-address *:not(.item-box),
.cms-services-virtual-telephone-answering *:not(.item-box),
.cms-services-virtual-virtual-office-pro *:not(.item-box),
.cms-services-virtual-my-eoffice *:not(.item-box),
.cms-services-virtual-company-formation *:not(.item-box),
.cms-services-meeting *:not(.item-box),
.cms-services-meeting-meeting-room *:not(.item-box),
.cms-services-meeting-videoconferencing *:not(.item-box),
.cms-services-meeting-conference-room *:not(.item-box) {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.cms-services-office .top-info,
.cms-services-coworking-hotdesking .top-info,
.cms-services-coworking-day-pass .top-info,
.cms-services-office-space-desk-space .top-info,
.cms-services-office-space-private-office .top-info,
.cms-services-office-space-customised-office .top-info,
.cms-services-virtual .top-info,
.cms-services-virtual-business-address .top-info,
.cms-services-virtual-telephone-answering .top-info,
.cms-services-virtual-virtual-office-pro .top-info,
.cms-services-virtual-my-eoffice .top-info,
.cms-services-virtual-company-formation .top-info,
.cms-services-meeting .top-info,
.cms-services-meeting-meeting-room .top-info,
.cms-services-meeting-videoconferencing .top-info,
.cms-services-meeting-conference-room .top-info {
  margin-bottom: 35px; }

.block-find-location {
  border: 1px solid #e3e3e3;
  position: relative;
  top: -50px;
  background-color: #f7f7f4; }
  .block-find-location .title {
    background-color: #203274;
    font-size: 20px;
    padding: 5px 0 5px 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase; }
  .block-find-location .find-location-body-content {
    padding: 15px 12px 0px 12px;
    background: #fbfaf6;
    font-family: "Raleway";
    font-size: 15px;
    font-weight: 600; }
    .block-find-location .find-location-body-content .first {
      margin-bottom: 10px; }
      .block-find-location .find-location-body-content .first:after {
        content: "";
        width: 100%;
        display: block;
        border-bottom: 1px solid lightgrey;
        margin-top: 10px; }
    .block-find-location .find-location-body-content .second .price {
      font-size: 30px;
      text-transform: uppercase; }
  .block-find-location .find-location-content {
    padding: 15px 12px 25px;
    background: #fbfaf6; }
    .block-find-location .find-location-content #locations {
      width: 100%;
      margin-right: 12px;
      padding: 4px 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      background: #fff;
      border: 1px solid #b6b6b6;
      margin-top: 10px;
      margin-bottom: 15px; }
    .block-find-location .find-location-content .btn {
      width: 100%;
      margin-top: 10px;
      margin-right: 0; }
      .block-find-location .find-location-content .btn:hover {
        cursor: pointer; }

/**  Workspace solutions section  */
.office-plans {
  background-color: #7ca7ff;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  padding-bottom: 60px; }
  .office-plans .office-title {
    font-family: "Raleway", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    text-transform: none;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 45px; }
  .office-plans .product-wrapper {
    width: 33%;
    float: left;
    border-right: 6px solid #fff;
    padding-top: 60px;
    padding-bottom: 70px; }
    .office-plans .product-wrapper:last-child {
      border-right: none; }
    .office-plans .product-wrapper.discover .title-wrapper {
      text-transform: none; }
  .office-plans .title-wrapper {
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #fff; }
    .office-plans .title-wrapper .eo-icon {
      font-size: 100px; }
    .office-plans .title-wrapper .price {
      margin-top: 10px;
      font-weight: 500;
      font-size: 22px; }
  .office-plans .prod-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0; }
  .office-plans .content-box {
    padding: 15px 15px 15px 10%;
    text-align: left; }
    .office-plans .content-box ul li {
      font-size: 16px;
      margin: 15px 0; }
      .office-plans .content-box ul li:before {
        content: "";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 15px;
        color: #163390;
        vertical-align: middle;
        display: inline-block;
        margin-right: 8px; }
    .office-plans .content-box p {
      font-size: 18px;
      margin: 0;
      font-weight: 500;
      color: #fff;
      white-space: normal !important; }
      .office-plans .content-box p.price {
        font-size: 32px;
        text-transform: uppercase; }
      .office-plans .content-box p.last {
        margin-bottom: 20px; }
  .office-plans .button {
    margin: 0;
    position: absolute;
    bottom: -35px;
    left: 10%;
    float: none !important; }
    .office-plans .button span {
      padding: 0 20px; }
  .office-plans ul.description {
    color: #fff; }
    .office-plans ul.description li:before {
      color: #fff; }
  .office-plans.two {
    padding-bottom: 60px; }
    .office-plans.two * {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    .office-plans.two .office-title {
      position: static;
      padding-top: 30px;
      margin-bottom: 45px; }
    .office-plans.two .product-wrapper {
      width: 50%;
      padding-top: 50px; }

.cms-services-coworking-hotdesking .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/hotdesking/top-bg.jpg") no-repeat scroll center -24px #fff; }

.hotdesking-products .block-subtitle {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #0A246A;
  font-style: italic; }
.hotdesking-products .membership-title {
  margin-bottom: 15px; }
.hotdesking-products .memb-btn {
  margin: 0;
  position: absolute;
  left: 23px;
  bottom: 25px; }

.hotdesking-products .product-wrapper {
  float: left;
  width: 25%;
  padding: 0 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .hotdesking-products .product-wrapper.discover .title-wrapper {
    min-height: auto;
    margin-bottom: 15px; }
  .hotdesking-products .product-wrapper.discover .links-block {
    text-align: left; }
  .hotdesking-products .product-wrapper.discover a:not(.prod-title) {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    line-height: normal;
    margin: 5px 0 10px;
    text-align: center; }
    .hotdesking-products .product-wrapper.discover a:not(.prod-title) span {
      display: block;
      vertical-align: middle; }
    .hotdesking-products .product-wrapper.discover a:not(.prod-title) .discover-icon {
      font-size: 70px; }
  .hotdesking-products .product-wrapper.discover .prod-title {
    color: #fff; }
  .hotdesking-products .product-wrapper.discover .content-wrapper {
    background-color: #7ca7ff;
    padding-bottom: 0;
    display: flex;
    justify-content: center; }
  .hotdesking-products .product-wrapper.discover .content-box {
    align-self: center; }
.hotdesking-products .content-wrapper {
  background-color: #fff;
  min-height: 550px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1px;
  position: relative;
  padding-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .hotdesking-products .content-wrapper:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); }
.hotdesking-products .prod-img {
  width: 100%; }
.hotdesking-products .content-box {
  overflow: hidden;
  padding: 0 23px 15px; }
  .hotdesking-products .content-box ul {
    min-height: 160px;
    overflow-y: hidden;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    line-height: normal;
    text-transform: none;
    margin-bottom: 35px; }
  .hotdesking-products .content-box li {
    line-height: 20px;
    font-weight: 500;
    margin: 5px 0; }
    .hotdesking-products .content-box li:before {
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      font-size: 15px;
      color: #163390;
      vertical-align: middle;
      margin-right: 5px; }
  .hotdesking-products .content-box .show-description + ul.description {
    display: none; }
.hotdesking-products .title-wrapper {
  height: auto;
  margin: 20px 0 0; }
.hotdesking-products .prod-title {
  margin: 0;
  text-align: center;
  color: #163390;
  font-size: 30px;
  font-weight: 600;
  min-height: 50px;
  overflow-y: hidden;
  text-decoration: none;
  display: inherit;
  max-height: none; }
.hotdesking-products .price {
  color: #163390;
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
  white-space: normal !important; }
.hotdesking-products .period {
  color: #163390;
  font-size: 16px;
  text-align: center;
  margin-top: 5px; }
.hotdesking-products .show-description {
  text-decoration: none;
  font-size: 13px;
  color: #0A246A;
  margin-bottom: 10px;
  display: block; }
  .hotdesking-products .show-description:hover span {
    text-decoration: underline; }
  .hotdesking-products .show-description:after {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 5px; }
  .hotdesking-products .show-description.active:after {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit; }

.block-find-content {
  padding: 40px 18px 60px;
  background: rgba(22, 51, 144, 0.7);
  text-align: center; }
  .block-find-content .title {
    font-family: "Raleway", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    text-transform: none;
    margin-bottom: 25px; }
  .block-find-content .subtitle {
    width: auto;
    padding: 0;
    margin: 0 0 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 26px;
    text-transform: none; }
  .block-find-content .find-location-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(8, 28, 101, 0.8); }
    .block-find-content .find-location-content select {
      float: left;
      width: 77%;
      margin-right: 3%;
      height: 40px;
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #000;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 2px solid #dbdbdb;
      background-color: #f2efef;
      padding: 6px 4px;
      text-transform: none; }
    .block-find-content .find-location-content button {
      margin: 0;
      float: left;
      width: 20%;
      height: 40px;
      -webkit-transition: box-shadow 0.2s ease-in-out;
      transition: box-shadow 0.2s ease-in-out; }
      .block-find-content .find-location-content button span span {
        -webkit-transition: font-weight 0.2s linear;
        transition: font-weight 0.2s linear;
        font-size: 22px; }
      .block-find-content .find-location-content button:hover {
        cursor: pointer;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.7);
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.7); }
        .block-find-content .find-location-content button:hover span span {
          font-weight: bold; }

.cms-services-coworking-day-pass .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/day_pass/top-bg.jpg") no-repeat scroll center -24px #fff; }

.description li.desc-title {
  font-size: 16px;
  font-weight: 700;
  margin: 12px 0; }
  .description li.desc-title:before {
    display: none; }

.cms-services-office-space-desk-space .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/desk_space/top-bg.jpg") no-repeat scroll center -24px #fff; }

.product-list-service .services-list {
  background: #7ca7ff; }
  .product-list-service .services-list:before, .product-list-service .services-list:after {
    content: " ";
    display: table; }
  .product-list-service .services-list:after {
    clear: both; }
.product-list-service .service-wrapper {
  width: 50%;
  float: left;
  padding: 40px 25px;
  color: #fff; }
  .product-list-service .service-wrapper:first-child {
    border-right: 8px solid #fff; }
  .product-list-service .service-wrapper a {
    text-decoration: none; }
  .product-list-service .service-wrapper .title-wrapper {
    text-align: center;
    margin-bottom: 30px; }
    .product-list-service .service-wrapper .title-wrapper .main-service-icon {
      font-size: 120px;
      display: block;
      line-height: normal; }
  .product-list-service .service-wrapper .service-title,
  .product-list-service .service-wrapper .link-title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
  .product-list-service .service-wrapper .link-title {
    font-size: 18px; }
  .product-list-service .service-wrapper .service-subtitle {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: -10px; }
  .product-list-service .service-wrapper .price-block {
    text-align: left; }
    .product-list-service .service-wrapper .price-block .title {
      display: block;
      font-size: 18px;
      font-weight: 500;
      line-height: normal; }
    .product-list-service .service-wrapper .price-block .price-period {
      font-size: 32px;
      font-weight: 500;
      text-transform: uppercase; }
  .product-list-service .service-wrapper .description li {
    font-size: 16px;
    line-height: normal;
    margin: 13px 0; }
    .product-list-service .service-wrapper .description li:before {
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      margin-right: 7px;
      vertical-align: middle; }
  .product-list-service .service-wrapper.discover {
    padding-top: 7%; }
    .product-list-service .service-wrapper.discover .title {
      text-align: center;
      color: #fff;
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 20px; }
    .product-list-service .service-wrapper.discover .content-wrapper.two .service {
      padding: 20px 30px;
      width: 50%;
      float: left;
      text-align: center; }
      .product-list-service .service-wrapper.discover .content-wrapper.two .service:first-child {
        border-right: 2px solid #fff; }
    .product-list-service .service-wrapper.discover .content-wrapper.one .discover-box {
      text-align: center; }
    .product-list-service .service-wrapper.discover .content-wrapper.four .service {
      padding: 20px 15px;
      width: 25%;
      float: left;
      text-align: center;
      border-right: 2px solid #fff; }
      .product-list-service .service-wrapper.discover .content-wrapper.four .service:last-child {
        border-right: none; }
    .product-list-service .service-wrapper.discover .content-wrapper.four .link-title {
      font-size: 20px; }
      @media (max-width: 1300px) {
        .product-list-service .service-wrapper.discover .content-wrapper.four .link-title {
          font-size: 18px; } }
      @media (max-width: 1200px) {
        .product-list-service .service-wrapper.discover .content-wrapper.four .link-title {
          font-size: 15px; } }
    .product-list-service .service-wrapper.discover .content-wrapper.four .discover-icon {
      font-size: 80px; }
    .product-list-service .service-wrapper.discover .content-wrapper.row-2-by-2 .row-2 {
      float: left;
      width: 50%; }
    .product-list-service .service-wrapper.discover .content-wrapper.row-2-by-2 .service {
      padding: 20px 15px;
      text-align: center; }
    .product-list-service .service-wrapper.discover .discover-box {
      margin: 0 auto; }
      .product-list-service .service-wrapper.discover .discover-box:before, .product-list-service .service-wrapper.discover .discover-box:after {
        content: " ";
        display: table; }
      .product-list-service .service-wrapper.discover .discover-box:after {
        clear: both; }
      .product-list-service .service-wrapper.discover .discover-box .link-title span {
        display: block; }
      .product-list-service .service-wrapper.discover .discover-box .link-title .label {
        margin-top: -20px; }
      .product-list-service .service-wrapper.discover .discover-box .discover-icon {
        font-size: 120px;
        line-height: normal; }

.cms-services-office-space-private-office .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/private_office/top-bg.jpg") no-repeat scroll center -24px #fff; }

.cms-services-office-space-customised-office .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/tailored_office/top-bg.jpg") no-repeat scroll center -24px #fff; }
.cms-services-office-space-customised-office .office-plans .product-wrapper {
  width: 50%;
  float: left;
  border-right: 1px solid #ccc; }
  .cms-services-office-space-customised-office .office-plans .product-wrapper:last-child {
    border-right: none; }
.cms-services-office-space-customised-office .office-plans .office-title {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #6699ff;
  line-height: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 0px; }
.cms-services-office-space-customised-office .office-plans .office-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 40px; }

.cms-services-virtual .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/virtual/top-bg.jpg") no-repeat scroll center -24px #fff; }

.office-plans.virtual-plans {
  padding-bottom: 40px; }
  .office-plans.virtual-plans .office-title {
    position: static;
    padding: 30px 0;
    margin: 0; }
  .office-plans.virtual-plans .product-wrapper {
    width: 20%;
    float: left;
    padding-top: 15px;
    padding-bottom: 50px; }
    .office-plans.virtual-plans .product-wrapper:last-child {
      border-right: none; }
  .office-plans.virtual-plans .content-box {
    padding: 15px 10px 15px 20px; }
    @media (max-width: 1300px) {
      .office-plans.virtual-plans .content-box p {
        font-size: 16px; } }
    .office-plans.virtual-plans .content-box p.last {
      margin-bottom: 10px; }
    @media (max-width: 1300px) {
      .office-plans.virtual-plans .content-box p.price {
        font-size: 26px; } }
  .office-plans.virtual-plans .button {
    left: 20px; }
  @media (max-width: 1300px) {
    .office-plans.virtual-plans .prod-title {
      font-size: 20px; } }

.cms-services-virtual-business-address .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/business_address/top-bg.jpg") no-repeat scroll center -24px #fff; }

.business-address-products .service-wrapper.discover {
  padding-top: 3%; }
  .business-address-products .service-wrapper.discover .title {
    margin-bottom: 30px; }

.cms-services-virtual-telephone-answering .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/telephone_answering/top-bg.jpg") no-repeat scroll center -24px #fff; }

.office-plans.telephone-answering-plans {
  padding-bottom: 0; }
  .office-plans.telephone-answering-plans .product-wrapper {
    padding-top: 30px;
    width: 33.3333%; }
  .office-plans.telephone-answering-plans .content-box {
    color: #fff; }
    .office-plans.telephone-answering-plans .content-box ul li:before {
      color: #fff; }
  .office-plans.telephone-answering-plans .discover {
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    justify-content: center;
    display: flex;
    padding-top: 0; }
    .office-plans.telephone-answering-plans .discover a {
      color: #fff;
      text-decoration: none;
      display: block;
      text-align: center;
      margin-bottom: 12px; }
      .office-plans.telephone-answering-plans .discover a span {
        display: block; }
    .office-plans.telephone-answering-plans .discover .discover-icon {
      font-size: 60px; }
    .office-plans.telephone-answering-plans .discover .label {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold; }
  .office-plans.telephone-answering-plans .content-wrapper {
    align-self: center;
    position: static;
    height: auto; }
  .office-plans.telephone-answering-plans .price-period,
  .office-plans.telephone-answering-plans .price-period .price {
    font-size: 30px;
    text-transform: uppercase; }

.links-block a {
  display: block;
  margin: 15px 0;
  font-size: 16px; }

.cms-services-virtual-virtual-office-pro .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/virtual_office_pro/top-bg.jpg") no-repeat scroll center -24px #fff; }
.cms-services-virtual-virtual-office-pro .office-plans .product-wrapper {
  width: 50%; }

.product-list-service.virtual-office-pro-products .service-wrapper.discover {
  padding-top: 4%; }

.cms-services-virtual-my-eoffice .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/my_eoffice/top-bg.jpg") no-repeat scroll center -24px #fff; }

.hotdesking-products.myeoffice-services .product-wrapper {
  width: 33.3333%; }
.hotdesking-products.myeoffice-services .title-wrapper {
  height: auto;
  min-height: 80px;
  margin-bottom: 15px; }

.cms-services-virtual-company-formation .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/company_formation/top-bg.jpg") no-repeat scroll center -24px #fff; }

.hotdesking-products.company_formation-services .product-wrapper {
  width: 33.3333%; }
  .hotdesking-products.company_formation-services .product-wrapper.discover a:not(.prod-title) {
    margin-bottom: 15px;
    font-size: 18px; }
    .hotdesking-products.company_formation-services .product-wrapper.discover a:not(.prod-title) .discover-icon {
      font-size: 90px; }
.hotdesking-products.company_formation-services .title-wrapper {
  height: auto;
  min-height: 80px;
  margin-bottom: 15px; }
.hotdesking-products.company_formation-services .prod-title {
  max-height: none; }

.company_formation-services .office-title {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #6699ff;
  line-height: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 10px; }
.company_formation-services .office-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 40px; }

.cms-services-meeting .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/meeting/top-bg.jpg") no-repeat scroll center -24px #fff; }
.cms-services-meeting .left-block {
  width: 100%; }

.service-small-list .product-wrapper {
  float: left;
  width: 33.3333%;
  padding: 0 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.service-small-list .content-wrapper {
  background-color: #fff;
  min-height: 610px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1px; }
  .service-small-list .content-wrapper:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -kthtml-transition: all 0.15s linear;
    transition: all 0.15s linear; }
.service-small-list .prod-img {
  width: 100%; }
.service-small-list .content-box {
  overflow: hidden;
  padding: 0 23px 15px; }
.service-small-list .title-wrapper {
  height: 70px;
  margin: 20px 0 0; }
.service-small-list .prod-title {
  margin: 0;
  text-align: center;
  color: #163390;
  font-size: 30px;
  font-weight: 600;
  max-height: 50px;
  overflow-y: hidden;
  text-decoration: none;
  display: inherit; }
.service-small-list .description {
  font-size: 17px; }

.cms-services-meeting-meeting-room .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/meeting_room/top-bg.jpg") no-repeat scroll center -24px #fff; }

.office-plans.meeting_room-services .product-wrapper {
  width: 50%; }

.cms-services-meeting-videoconferencing .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/videoconferencing/top-bg.jpg") no-repeat scroll center -24px #fff; }

.cms-services-meeting-conference-room .col1-full-cms {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/conference_room/top-bg.jpg") no-repeat scroll center -24px #fff; }

.cms-about .cms-container {
  float: none; }
  .cms-about .cms-container .content-rows {
    float: none; }
    .cms-about .cms-container .content-rows .cms-about-partners .partners-block {
      float: none;
      border: none; }
      .cms-about .cms-container .content-rows .cms-about-partners .partners-block.startup-content {
        margin-top: 50px; }
      .cms-about .cms-container .content-rows .cms-about-partners .partners-block .partner-items {
        float: none;
        margin: 0 auto; }
        .cms-about .cms-container .content-rows .cms-about-partners .partners-block .partner-items .description {
          margin-bottom: 20px; }

.cms-page-view .messages {
  margin: 20px auto 10px !important;
  display: block;
  max-width: 1300px; }

.cms-about .main-container .cms-container.about-us {
  margin-top: 10px; }

.cms-about .grow-services .grow-services-title {
  margin-bottom: 5px; }
.cms-about .grow-services .description {
  margin-bottom: 10px; }
.cms-about .meet-community-box .titles, .cms-about .meet-community-box .title-big, .cms-about .meet-community-box .description {
  color: white; }
.cms-about .content.background-our-mission {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/our_mission.png") scroll top transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  color: white; }
  .cms-about .content.background-our-mission .mission-content {
    text-shadow: 1px 1px 5px #1e1e1e;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
.cms-about .content.background-independent-workspace {
  background: url("https://www.eoffice.net/skin/frontend/eoffice/default/images/cms/page/inspiring_workspaces/about4.jpg") scroll top transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  color: white; }
  .cms-about .content.background-independent-workspace .mission-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
    .cms-about .content.background-independent-workspace .mission-content .box-description {
      font-size: 16px; }
    .cms-about .content.background-independent-workspace .mission-content .titles {
      font-style: normal; }
    .cms-about .content.background-independent-workspace .mission-content > a {
      color: #fff;
      font-size: 14px;
      margin-top: 25px;
      display: inline-block;
      font-weight: 300; }
.cms-about .content .mission-content, .cms-about .content .inspiring-content, .cms-about .content .grow-content, .cms-about .content .community-content, .cms-about .content .startup-content, .cms-about .content .team-content {
  font-family: Raleway;
  font-weight: 500;
  margin: 0 auto;
  text-align: center; }
  .cms-about .content .mission-content h1, .cms-about .content .inspiring-content h1, .cms-about .content .grow-content h1, .cms-about .content .community-content h1, .cms-about .content .startup-content h1, .cms-about .content .team-content h1 {
    padding-top: 6%;
    color: white !important;
    font-weight: bold;
    font-size: 38px; }
  .cms-about .content .mission-content .header-title, .cms-about .content .inspiring-content .header-title, .cms-about .content .grow-content .header-title, .cms-about .content .community-content .header-title, .cms-about .content .startup-content .header-title, .cms-about .content .team-content .header-title {
    margin-top: 50px;
    font-size: 37px;
    color: #6990ee; }
  .cms-about .content .mission-content .titles, .cms-about .content .inspiring-content .titles, .cms-about .content .grow-content .titles, .cms-about .content .community-content .titles, .cms-about .content .startup-content .titles, .cms-about .content .team-content .titles {
    font-style: italic;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600; }
  .cms-about .content .mission-content .description, .cms-about .content .inspiring-content .description, .cms-about .content .grow-content .description, .cms-about .content .community-content .description, .cms-about .content .startup-content .description, .cms-about .content .team-content .description {
    font-weight: 400;
    line-height: 20px;
    width: 90%;
    margin: 0 auto; }
.cms-about .inspiring-content {
  padding-top: 50px; }
  .cms-about .inspiring-content * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
.cms-about .images-grid-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  width: 950px;
  margin: 0 auto; }
  .cms-about .images-grid-wrapper .grid-item {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 3px solid #fff; }
  .cms-about .images-grid-wrapper .grid-column {
    flex: 0 1 50%; }
  .cms-about .images-grid-wrapper .grid-item-1,
  .cms-about .images-grid-wrapper .grid-item-2,
  .cms-about .images-grid-wrapper .grid-item-3 {
    height: 100%; }
  .cms-about .images-grid-wrapper.grid-2 .grid-item {
    flex: 0 1 33.333%; }

.cms-about .cms-container.about-us.team {
  text-align: center; }
  .cms-about .cms-container.about-us.team .content-rows .content-grid {
    float: none; }
    .cms-about .cms-container.about-us.team .content-rows .content-grid .content-row-three .item-box {
      margin-right: 30px;
      margin-bottom: 30px; }
    .cms-about .cms-container.about-us.team .content-rows .content-grid .content-row-three .item-box.last {
      margin-right: 0px; }
    .cms-about .cms-container.about-us.team .content-rows .content-grid .content-row-three .item-box, .cms-about .cms-container.about-us.team .content-rows .content-grid .content-row-three .item-box p {
      width: 190px; }
    .cms-about .cms-container.about-us.team .content-rows .content-grid .content-row-three .item-box p {
      height: 50px;
      padding: 10px 0px;
      font-size: 16px;
      line-height: 25px; }
    .cms-about .cms-container.about-us.team .content-rows .content-grid .content-row-three {
      display: flex;
      max-width: 925px;
      margin: auto; }
      .cms-about .cms-container.about-us.team .content-rows .content-grid .content-row-three .item-box {
        border: none;
        background-color: transparent; }
        .cms-about .cms-container.about-us.team .content-rows .content-grid .content-row-three .item-box p strong {
          text-transform: uppercase;
          font-size: 18px;
          font-weight: 600; }

.cms-about .mission-content .box-description {
  color: white;
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  font-family: Raleway; }
.cms-about .inspiring-content .box-description, .cms-about .grow-content .box-description, .cms-about .team-content .box-description {
  color: black;
  width: 60%;
  margin: 0 auto 10px auto;
  font-size: 18px;
  font-weight: 400;
  font-family: Raleway; }
.cms-about .inspiring-content .box-description {
  width: 950px; }
.cms-about .startup-content .box-description {
  color: black;
  margin: 0 auto 10px auto;
  font-size: 18px;
  font-weight: 400;
  font-family: Raleway; }
  .cms-about .startup-content .box-description .italic {
    font-weight: 600; }
.cms-about .main-container .cms-container.movement {
  margin-top: 0px; }
  .cms-about .main-container .cms-container.movement .movement-background {
    background-color: #000429;
    color: white;
    padding: 20px 0; }
    .cms-about .main-container .cms-container.movement .movement-background .partner-items .partners-group {
      color: white;
      font-size: 38px;
      font-weight: 600; }
    .cms-about .main-container .cms-container.movement .movement-background .partner-items .description {
      font-size: 18px;
      font-family: Raleway;
      font-weight: 400; }
      .cms-about .main-container .cms-container.movement .movement-background .partner-items .description > p {
        font-size: 16px; }
    .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container #movement-form .input-box {
        width: 45%;
        float: left;
        padding: 0 14px 10px 10px; }
        .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container #movement-form .input-box label {
          display: inherit; }
        .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container #movement-form .input-box input {
          width: 100%;
          padding: 5px;
          border: none;
          border-radius: 2px; }
      .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container #movement-form .button-box {
        width: 100%;
        padding: 10px;
        margin-top: 10px; }
        .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container #movement-form .button-box button {
          width: 95%;
          padding: 10px;
          font-size: 16px;
          font-family: Raleway-Semi Bold;
          background-image: linear-gradient(to top, #ddad00 0%, #f6c201 50%, #fbc800 100%);
          border: none;
          border-radius: 5px; }
      .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .form-list {
        margin: 0 -10px; }
        .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .form-list * {
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -webkit-box-sizing: border-box; }
        .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .form-list > li {
          float: left;
          width: 50%;
          padding: 0 10px;
          margin-bottom: 5px; }
          .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .form-list > li.wide {
            width: 100%; }
        .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .form-list .input-box {
          width: 100%; }
        .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .form-list label {
          font-size: 16px;
          font-weight: normal;
          color: #fff;
          margin-bottom: 3px; }
        .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .form-list input,
        .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .form-list select,
        .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .form-list textarea {
          font-size: 16px;
          padding: 10px 5px;
          width: 100%;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px; }
        .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .form-list textarea {
          height: auto; }
      .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .buttons {
        margin-top: 25px; }
        .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .buttons .button {
          background-image: -webkit-linear-gradient(bottom, #ddad00, #f6c201 50%, #fbc800);
          background-image: -moz-linear-gradient(bottom, #ddad00, #f6c201 50%, #fbc800);
          background-image: -o-linear-gradient(bottom, #ddad00, #f6c201 50%, #fbc800);
          background-image: -ms-linear-gradient(bottom, #ddad00, #f6c201 50%, #fbc800);
          background-image: linear-gradient(to top, #ddad00, #f6c201 50%, #fbc800);
          width: 100%;
          text-align: center;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          padding: 8px 0;
          line-height: normal;
          border: solid 1px #c79e00; }
          .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .buttons .button span {
            background: none;
            height: auto;
            line-height: normal; }
            .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .buttons .button span span {
              background: none;
              color: #071139;
              font-size: 16px;
              height: auto;
              line-height: normal; }
      .cms-about .main-container .cms-container.movement .movement-background .partner-items .bottom-movement .form-container .validation-advice {
        color: #fff;
        background: none;
        padding-left: 0; }
.cms-about .inspiring-content .box-description,
.cms-about .grow-services .box-description,
.cms-about .cms-about-partners .box-description {
  text-align: left;
  line-height: normal; }
  .cms-about .inspiring-content .box-description .title,
  .cms-about .grow-services .box-description .title,
  .cms-about .cms-about-partners .box-description .title {
    color: #6699ff;
    font-size: 38px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 5px;
    line-height: normal; }
  .cms-about .inspiring-content .box-description .subtitle,
  .cms-about .grow-services .box-description .subtitle,
  .cms-about .cms-about-partners .box-description .subtitle {
    font-size: 26px;
    color: #444444;
    line-height: 36px;
    font-family: 'Raleway', sans-serif;
    width: auto;
    margin-bottom: 10px; }
  .cms-about .inspiring-content .box-description > p,
  .cms-about .grow-services .box-description > p,
  .cms-about .cms-about-partners .box-description > p {
    line-height: 1.5em; }
.cms-about .grow-services .box-description {
  text-align: center;
  margin-bottom: 20px; }
.cms-about .grow-services .title {
  padding: 20px 0 5px; }
.cms-about .team-content .title-big {
  color: #6699ff;
  font-size: 38px;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 5px;
  line-height: normal; }
.cms-about .team-content .titles {
  font-size: 26px !important;
  color: #444444;
  line-height: 36px !important;
  font-family: 'Raleway', sans-serif;
  width: auto;
  margin-bottom: 10px;
  font-weight: normal !important;
  font-style: normal !important; }

.italic {
  font-style: italic;
  font-size: 18px; }

.cms-privacy-policy-cookie-restriction-mode .wrapper .page .main .page-title h1, .cms-privacy-policy-cookie-restriction-mode .wrapper .page .main #centertop h1, .cms-cookies .wrapper .page .main .page-title h1, .cms-cookies .wrapper .page .main #centertop h1, .cms-terms-and-conditions .wrapper .page .main .page-title h1, .cms-terms-and-conditions .wrapper .page .main #centertop h1, .cms-conditions-of-use .wrapper .page .main .page-title h1, .cms-conditions-of-use .wrapper .page .main #centertop h1 {
  text-shadow: none;
  color: #6699ff !important;
  font-size: 38px !important;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 5px;
  line-height: normal; }
.cms-privacy-policy-cookie-restriction-mode .wrapper .page .main .std > p:first-child span, .cms-cookies .wrapper .page .main .std > p:first-child span, .cms-terms-and-conditions .wrapper .page .main .std > p:first-child span, .cms-conditions-of-use .wrapper .page .main .std > p:first-child span {
  color: #6699ff;
  font-size: 38px !important;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 5px;
  line-height: normal; }

.news_subscribe_box{
  margin-bottom: 15px;
}
/*# sourceMappingURL=new-styles.css.map */



/* FILE: owl.carousel.css */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.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-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);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://www.eoffice.net/skin/frontend/eoffice/default/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}




/* FILE: owl.theme.css */
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://www.eoffice.net/skin/frontend/eoffice/default/css/AjaxLoader.gif) no-repeat center center
}


/* FILE: cctype.css */
#cryozonic-stripe-accepted-cards img {
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
}
#cryozonic-stripe-accepted-cards.cryozonic-stripe-detected img {
	opacity: 0.3;
}
#cryozonic-stripe-accepted-cards.cryozonic-stripe-detected img.active {
	opacity: 1;
}

input#cryozonic_stripe_cc_number {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-position-x: 80%;
    -moz-transition: background-position-x 0.25s ease-in-out;
    -webkit-transition: background-position-x 0.25s ease-in-out;
    transition: background-position-x 0.25s ease-in-out;
}

input#cryozonic_stripe_cc_number.cctype-detected {
    background-position-x: 99%;
}

.adminhtml-sales-order-create-index #payment_form_cryozonic_stripe input[type="text"]
{
	width: 200px;
}

#three_d_secure_container, #three_d_secure_container iframe {
    width: 100%;
    height: 100%;
}
.dialog_content {
    background-color: #fff;
}
.img-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}


/* FILE: savedcards.css */
/* Customer Account */
.saved-cards label {
    display: inline;
}
#new-card .form-list select {
    width: auto;
}
#new-card .form-list label {
    float: none;
}
#cryozonic_stripe_cc_cid {
    width: 40px;
}

/* Checkout */
ul#payment_form_cryozonic_stripe {
    padding-left: 20px;
}
ul#payment_form_cryozonic_stripe li {
    display: block;
}
ul#payment_form_cryozonic_stripe li.stripe-new {
    display: none;
}
ul#payment_form_cryozonic_stripe.stripe-new li.stripe-new {
    display: block;
}
.sp-methods .saved-cards li label {
    float: none;
}
.saved-cards {
    margin-top: 14px;
}
.saved-cards input.select {
    position: relative;
    top: -1px;
}
.saved-cards span {
    display: inline-block;
}
.saved-cards span.type {
    font-weight: bold;
    margin-left: 3px;
}
.saved-cards span.exp {
    float: right;
}
.saved-cards label {
    display: inline;
}
.saved-cards span.cryozonic-stripe-fade {
    color: #aaa;
    font-weight: normal;
}
.form-list .saved-cards label {
    float: none;
}

/* Card Icons */
#payment_form_cryozonic_stripe span.type.Visa { background: url(https://www.eoffice.net/skin/frontend/base/default/cryozonic_stripe/img/visa.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.American.Express { background: url(https://www.eoffice.net/skin/frontend/base/default/cryozonic_stripe/img/amex.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.MasterCard { background: url(https://www.eoffice.net/skin/frontend/base/default/cryozonic_stripe/img/mastercard.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.Discover { background: url(https://www.eoffice.net/skin/frontend/base/default/cryozonic_stripe/img/discover.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.Diners { background: url(https://www.eoffice.net/skin/frontend/base/default/cryozonic_stripe/img/diners.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.JCB { background: url(https://www.eoffice.net/skin/frontend/base/default/cryozonic_stripe/img/jcb.png) no-repeat; }

#payment_form_cryozonic_stripe span.type.Visa,
#payment_form_cryozonic_stripe span.type.American.Express,
#payment_form_cryozonic_stripe span.type.MasterCard,
#payment_form_cryozonic_stripe span.type.Discover,
#payment_form_cryozonic_stripe span.type.Diners,
#payment_form_cryozonic_stripe span.type.JCB {
    padding-left: 30px;
    background-position-y: -3px;
    background-size: 24px;
}

/* Apple Pay */
ul#payment_form_cryozonic_stripe li#apple-pay-section #apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 24px;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}
ul#payment_form_cryozonic_stripe li#apple-pay-section {
    display: none;
    text-align: center;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported li#apple-pay-section {
    display: block;
}
ul#payment_form_cryozonic_stripe li#apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.form-list #apple-pay-result label {
    display: inline-block;
    float: none;
}
ul#payment_form_cryozonic_stripe li#apple-pay-result {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
#apple-pay-result > div {
    display: block;
    margin: 5px 0;
}
ul#payment_form_cryozonic_stripe.apple-pay-success li#apple-pay-result {
    display: block;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported.apple-pay-success li#apple-pay-section {
    display: none;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported.apple-pay-success.stripe-new li.stripe-new {
    display: none;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported.apple-pay-success.stripe-new li#cryozonic_stripe_cc_save_div.stripe-new {
    display: block;
}
ul#payment_form_cryozonic_stripe.apple-pay-success ul#saved-cards {
    display: none;
}
