/**
 * 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     default_blank
 * @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)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
body { background: url('../images/polytech-bg.jpg') #E5E6E7; width: 100%; font-size: 62.5%; }
img { border:0; vertical-align:top; }
p { font-family: 'Open Sans', sans-serif; font-size: 1.4em; font-weight: 400; color: #383d48; }
p.redtext { color: #ff0000; }
ul li { font-family: 'Open Sans', sans-serif; list-style-type: none; }
a { font-family: 'Open Sans', sans-serif; text-decoration:none; }
p a { font-weight: 600; color: #1174b9; }
a:hover { text-decoration:none; }
:focus { outline:0; }
/* Headings */
h1 { font-size:2em; font-weight:400; line-height:1.15; color: #1174b9; font-family: 'Lato', sans-serif; }
h2 { font-size:1.7em; font-weight:400; line-height:1.25; color: #1174b9; font-family: 'Lato', sans-serif; }
h3 { font-size:1.6em; font-weight:300; line-height:1.25; font-family: 'Lato', sans-serif; }
h4 { font-size: 1.4em; font-weight:300; font-family: 'Lato', sans-serif; }
h5 { font-size:1.2em; font-weight:300; font-family: 'Lato', sans-serif; }
h6 { font-size:1.1em; font-weight:300; font-family: 'Lato', sans-serif; }
/* 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 */
address { font-style:normal; }
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 ================================================================================ */

body.customer-account-login div.col-main { margin: 7.5% 0 0 0; }
body.catalog-product-view .box-description { padding: 1%; margin: 20px 0 0; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; float: right; background: #FFF; width: 240px; }
body.catalog-product-view .box-description ul { padding: 0; }
body.catalog-product-view .box-description ul li { font-size: 1.3em; margin: 10px 0; }
.wrapper { width: 100%; margin: 0 auto; background: url('../images/polytech-bg.jpg') #e5e6e7; overflow: hidden; }
.header-wrap { width: 100%; float: left; clear: both; }
.page, .product-page { width:960px; margin:0 auto; text-align:left; clear: both; }
.product-page-inner { float: left; width: 100%; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container { width: 100%; margin: 0 auto; float: left; clear: both; }
.main { margin: 0; float: left; clear: both; width: 100%; }
/* Base Columns */
.col-left { float:left; width:25%; margin: 3px 0 0 0; }
.col-main { float:left; /* border:1px solid #ddd; padding: 1.5%; background: #fff; */ }
.col-right { float:right; width: 33%; margin: 5% 0 0 0; }
.col-right div.company-info-right { width: 97%; }
/* 1 Column Layout */
.col1-layout .col-main { float:left; width:100%; }
/* 2 Columns Layout */
.col2-left-layout .col-main { float:left; width: 100%; margin: 0 0 1%; }
.col2-right-layout .col-main { width: 96.75%; float: left; clear: both; margin: 0 0 1% 0; }
.col2-left-layout .col-left { float:left; width:25%; }
/* 3 Columns Layout */
.col3-layout .col-main { width: 100%; }
.col3-layout .col-wrapper { float: left; clear: both; width: 100%; }
.col3-layout .col-wrapper .col-main { float:left; width: 100%; }
/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.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 'Open Sans', Helvetica, sans-serif; vertical-align:middle; ; }
input.input-text, textarea { background:#fff; border:none; }
input.input-text, textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; 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 { /* display: none; */ overflow:visible; background: #1174b9; padding: 3% 6%; margin: 3% 0; float: left; clear: both; color: #e7e7e7; outline: none; border: none; cursor: pointer; text-align: center; text-decoration: none; font-size: 1.8em; font-weight: 300; font-family: 'Lato', sans-serif; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; }
button.button:hover { background: #1d6ca3; }
button.button span { font-family: 'Lato', sans-serif; font-weight: 100; color:#fefefe; }
ul.add-to-links { float: left; clear: both; width: 100%; }
ul.add-to-links li { width: 47%; margin: 0 3% 0 0; float: left; text-align: center; }
ul.add-to-links li a { color: #e7e7e7; background: #1174B9; float: left; width: 100%; padding: 8% 2%; }
ul.add-to-links li a i { float: left; margin: 3% 0 0 4%; font-size: 1.9em; }
button.btn-checkout span { }
button.btn-checkout.no-checkout { }
p.control input.checkbox, p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.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:#111; font-weight:100; position:relative; z-index:0; margin: 0 0 5px; font-family: 'Open Sans', sans-serif; }
.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: 99%; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; float: left; clear: both; padding: 4%; margin: 3% 0 1%; border: 1px solid #DDD; width: 88%; }
.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; }
/* 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; }
/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed { }
p.required { font-size:12px; text-align:left; color:#f00; }
/* 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:#f00; font-weight:bold; }
.notice { color:#ccc; }
.messages, .messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg, .success-msg, .note-msg, .notice-msg { }
.error-msg { color: #965656; }
.success-msg { color: #56966A; }
.success-msg span { font-size: 1.5em; font-weight: 300; float: left; }
/* Mattbox */

div.mattbox { display: none; width: 100%; height: auto; position: fixed; top: 15%; left: 0; z-index: 20; }
div.mattbox-messages { width: 100%; height: auto; position: fixed; top: 15%; left: 0; z-index: 10; }
div.mattbox p.h2 { font-size: 1.8em; font-weight: 300; line-height: 1.25; color: #1174B9; font-family: 'Lato', sans-serif; }
div.mattbox p { margin: 0 0 10px 0; }
div.mattbox form { width: 100%; display: block; margin: 0 0 10px 0; }
div.mattbox form fieldset.left { width: 50%; }
div.mattbox form fieldset.left input.text-input { width: 90%; float: left; clear: both; margin: 1% 0; background: #fafafa; padding: 10px; font-weight: 300; font-family: 'Lato', sans-serif; color: #9397A2; font-size: 1.5em; border: none; outline: none; }
div.mattbox form fieldset.left div.text-input { width: 52%; float: left; clear: both; margin: 1% 0; background: #fafafa; padding: 4px 10px; font-weight: 300; font-family: 'Lato', sans-serif; color: #9397A2; font-size: 1.5em; border: none; outline: none; }
div.mattbox form fieldset.left div.text-input a { margin: 5px 20px 0 0; float: left; }
div.mattbox form input#code { width: 31.5%; clear: none; margin: 5px 0 0 10px; }
div.mattbox form a.reset-form { float: left; margin: 16px; font-size: 1.3em; opacity: 0.3; }
div.mattbox form a.selected { opacity: 1; text-shadow: 1px 1px 0 #ECECEC; }
div.mattbox a:hover { color: #117EB9; }
div.mattbox form fieldset.left textarea { width: 95%; height: 159px; float: left; clear: both; margin: 1% 0; background: #fafafa; padding: 10px; font-weight: 300; font-family: 'Lato', sans-serif; color: #9397A2; font-size: 1.5em; border: none; outline: none; }
div.mattbox form input.submit { background: #117EB9; padding: 10px 15px; color: #FAFAFA; float: left; clear: both; outline: none; border: none; font-size: 1.3em; margin: 6px 0 0 0; }
div.mattbox a.mattbox-close { position: absolute; top: 15px; right: 15px; font-size: 1.2em; text-shadow: 1px 1px 0 #ECECEC; }
div#mattbox-hold, div.mattbox-hold { width: 900px; min-height: 350px; margin: 0 auto; background: url('../images/polytech-bg.jpg') #E5E6E7; box-shadow: 0 0 130px 0px #858585, inset 0 0 100px #BDBDBD; padding: 30px; position: relative; }
div.mattbox-cover { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9; background: rgba(0,0,0,0.7); }
div.mattbox iframe { width: 900px; margin: 10px 0 0 0; border: none; height: 350px; }
/* ABOUT US */
div.homepage-content { float: left; clear: both; width: 96.75%; margin: 0 0 20px; background: #fff; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; padding: 1.5%; }
div.homepage-content a { color: #1174B9; }
div.homepage-content a:hover { color: #545454; }
div.homepage-content div.col-wrapper { width: 65%; float: left; }
div.homepage-content div.col-wrap-around { width: 100%; float: left; }
div.homepage-content div.col-wrap-around p { margin: 0 0 1.75%; }
div.homepage-content div.col-wrapper h1 { float: left; width: 100%; margin: 0 0 10px 0; }
div.homepage-content div.col-main-right { margin-top: 0; }
div.homepage-content-lower { border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; padding: 1.5%; width: 62.8%; clear: none; background: #FFF; margin: 0 0 2%; float: left; }
div.homepage-content-lower ul { width: 100%; float: left; }
div.homepage-content ul li { list-style-image: url('../images/list-style-type.png'); line-height: 1.6em; font-family: 'Open Sans', sans-serif; font-size: 1.4em; font-weight: 400; color: #383D48; width: 95%; margin: 0 0 0 10px; }
div.about-us-content { float: left; clear: both; width: 96.75%; margin: 0 0 20px; background: #fff; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; padding: 1.5%; }
div.about-us-content a { color: #1174B9; }
div.about-us-content div.col-wrapper { width: 65%; float: left; }
div.about-us-content div.col-wrapper h1 { float: left; width: 100%; margin: 0 0 10px 0; }
div.about-us-content div.col-main-right { margin-top: 0; }
div.about-content-lower { border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; padding: 1.5%; width: 65.5%; clear: none; background: #FFF; margin: 0 0 2%; float: left; }
div.about-content-lower div.half-column.left { width: 55%; float: left; }
div.about-content-lower div.half-column.left ul { padding: 0 0 0 6%; }
div.about-content-lower div.half-column.right { width: 44%; float: right; }
div.about-content-lower div.half-column h3 { font-size: 1.7em; font-weight: 400; color: #1174B9; margin: 0 0 2.9%; }
div.about-content-lower div.half-column ul { width: 92%; padding: 0 0 0 8%; margin: 2% 0 1%; }
div.about-content-lower div.half-column ul li { list-style-image: url('../images/list-style-type.png'); line-height: 25px; font-family: 'Open Sans', sans-serif; font-size: 1.3em; font-weight: 600; color: #383D48; }
div.about-page-slide { width: 1160px; margin: 0px auto; display: block; position: relative; border-bottom: 30px solid #141414; }
div.about-page-slide #slides { margin: 0 auto; height: 315px; }
div.about-page-slide #slides div.slides_container { margin: 0 auto; height: 315px; }
div.about-page-slide div#slides div.slide-wrap { width: 600px; position: absolute; top: 49.5%; left: 8.7%; }
div.about-page-slide div.title-wrap .slider-h1 { background: rgba(0, 0, 0, 0.8); color: #E7E7E7; font-size: 2em; font-weight: 300; font-family: 'Lato', sans-serif; display: block; padding: 10px; float: left; }
div.about-page-slide p.about-h1 { color: #E7E7E7; font-size: 25px; font-weight: 300; font-family: 'Lato', sans-serif; }
div.about-us { float: left; clear: both; width: 100%; background: #fff; border: 1px solid #ddd; padding: 1.5%; }
div.aboutus-photo { float: right; width: 32%; }
div.aboutus-content { float: left; width: 95%; }
/* Tabs */
div.about-template .page-title { width: 100%; }
div.about-template { margin: 20px 0 0 0; }
div.about-template p.important { }
div.about-us-tabs { width: 100%; float: left; clear: both; }
div.about-us-tabs ul.tab-options { width: 90%; display: block; }
div.about-us-tabs ul.tab-options li, div.about-us-tabs ul.tab-content li { list-style: none; width: auto; }
div.about-us-tabs ul.tab-content { display: block; width: 100%; }
div.about-us-tabs ul.tab-content li { display: none; width: 100%; height: 210px; float: left; }
div.about-us-tabs ul.tab-content li img { width: 31.7%; float: left; margin: 1.5% 2.5% 0 0; }
div.about-us-tabs ul.tab-content li.tab3 img { width: 28.4%; }
div.about-us-tabs ul.tab-content li p { width: 95%; float: left; margin: 15px 0 10px 0; }
div.about-us-tabs ul.tab-options li { display: inline; cursor: pointer; }
div.about-us-tabs ul.tab-options li h2 { padding: 1% 1.5%; background: #989898; color: #e7e7e7; float: left; }
div.about-us-tabs ul.tab-options li.active h2, div.about-us-tabs ul.tab-options li:hover h2 { background: #1174B9; }
div.about-us-tabs ul.tab-content li form { display: block; width: 100%; overflow: hidden; }
div.about-us-tabs ul.tab-content li form input.text-input { width: 90%; float: left; clear: both; margin: 1% 0; background: #ECECEC; padding: 5% 3%; font-weight: 300; font-family: 'Lato', sans-serif; color: #9397A2; font-size: 1.5em; border: none; outline: none; }
div.about-us-tabs ul.tab-content li form div.text-input { width: 90%; float: left; clear: both; margin: 1% 0; background: #ECECEC; padding: 3%; font-weight: 300; font-family: 'Lato', sans-serif; color: #9397A2; font-size: 1.5em; border: none; outline: none; }
div.about-us-tabs ul.tab-content li form div.text-input i { float: left; margin: 8px 0 0 0; color: #545454; }
div.about-us-tabs ul.tab-content li form div.text-input i:hover { color: #1174B9; }
div.about-us-tabs ul.tab-content li form textarea { width: 95%; height: 90px; float: left; clear: both; margin: 10.9% 0 1.2%; background: #ECECEC; padding: 2% 3%; font-weight: 300; font-family: 'Lato', sans-serif; color: #9397A2; font-size: 1.5em; border: none; outline: none; }
div.about-us-tabs ul.tab-content li a.contact-us { background: #1174B9; padding: 1% 1%; margin: 1.7% 0 0 0; width: 25%; float: left; clear: both; color: #E7E7E7; text-decoration: none; font-size: 1.8em; font-weight: 300; font-family: 'Lato', sans-serif; text-align: center; }
div.about-us-tabs ul.tab-content li a.contact-us:hover { background: #1D6CA3; }
div.about-us-tabs div.tabs-content { float: left; width: 65%; }
div.about-us-tabs form fieldset.left { width: 33%; }
div.about-us-tabs form fieldset.last { margin: -30px 0 0 0; }
div.about-us-tabs form p { width: 100% !important; margin: 10px 0 !important; clear: both; }
div.about-us-tabs form img { margin: 0 !important; }
div.about-us-tabs form input.submit { background: #1174B9; padding: 3.1% 4%; margin: 1.1% 0; width: 50%; float: left; clear: both; color: #E7E7E7; text-decoration: none; font-size: 1.8em; font-weight: 300; font-family: 'Lato', sans-serif; border: none; outline: none; cursor: pointer; text-align: center; }
div.about-us-tabs form input.submit:hover { background: #1D6CA3; }
/* ABOUT PAGE NEWSFEED */

div.about-us-lower div.col-wrapper { width: 95%; }
body.wordpress-index-index div.block-recent-posts { float: left; width: 100%; }
div.col-left div.block-recent-posts { width: 100%; float: left; }
div.block-recent-posts { width: 29%; float: right; clear: none; }
div.block-recent-posts h2 a { color: #1174B9; margin: 0 0 10px 0; display: block; }
div.block-recent-posts a.aboutmore { background: #1174B9; padding: 4% 0%; margin: 2.5% 0; width: 50%; float: right; color: #E7E7E7; text-decoration: none; font-size: 1.8em; font-weight: 300; font-family: 'Lato', sans-serif; text-align: center; }
div.block-recent-posts a.aboutmore:hover { background: #1d6ca3; }
div.block-recent-posts p.category { width: 49%; float: left; margin: 8% 0 0 0; }
div.block-recent-posts li { padding: 4px 0 0 0; }
/* 404 */

div.fourohfour-wrap { float: left; clear: both; width: 96.75%; margin: 2% 0 0; background: #fff; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; padding: 1.5%; }
div.fourohfour-wrap ul { margin: 1% 0; }
div.fourohfour-wrap ul li { font-size: 1.3em; color: #545454; list-style: circle; }
div.fourohfour-wrap p { margin: 0 0 1%; }
/* SEARCH PAGE */

div.full { width: 100% !important; }
div.no-result { padding: 0 1% 1% 1%; margin: 1.3% 0 1%; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; float: left; background: #FFF; }
div.search-result { float: right; width: 70%; }
div.search-result div.search-title { width: 100%; }
div.search-result div.search-title a { color: #1174b9; }
div.search-result p.note-msg { float: left; margin: 10px 0 0 0; width: 100%; }
div.search-title h1 { float: left; width: 50%; margin: 2% 0 0 0; }
/* STRAPLINE */

div.about-us-strapline { float: right; margin: 8% 0 0 0; }
div.about-us-strapline p { font-style: italic; font-weight: 500; font-size: 1.8em; text-shadow: 1px 1px 0 #F5F5F5; }
/* CONTACT */

body.contacts-index-index div.col-main-other { width: 100%; float: left; }
body.contacts-index-index div.col-right { margin: 1.4% 0 0 0; }
/* Creare Optimisedcontacts */

.contact_details { width:25%; float:right; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; background: #fff; padding:1%; margin: 2% 0 0 0; }
.contact_details h2 { margin: 0 0 5%; }
.contact_details_box { width:95%; float:left; padding:0; margin: 0 0 5%; }
.contact_details_box p { line-height: 22px; }
div#recaptcha_widget { float: left; width: 99%; margin: 0.5% 0; }
fieldset.buttons-set { float: left; width: 100%; margin: 1% 0 0; }
div#recaptcha_widget #recaptcha_image { border: none; float: left; width: 35% !important; }
div#recaptcha_widget #recaptcha_image img { width: 95%; height: auto; margin: 3.4% 0 0; }
div#recaptcha_widget .col-1 { float: left; width: 99%; background: #FFF; border: 1px solid #CFCECE; margin: 0 0.8%; }
div#recaptcha_widget .col-1 input { float: left; width: 90%; background: none; border: none; border-radius: 0; box-shadow: none; line-height: 24px; color: #545454; font-weight: 600; font-size: 1.15em; margin: 2.5% 0; padding: 0 0 0 4%; height: 38px; border-left: 2px solid #DDD; }
div#recaptcha_widget .col-1 #recatpcha_text { float: left; width: 60%; }
div#recaptcha_widget .col-2 { float: left; width: 100%; }
div#recaptcha_widget .col-2 i { float: left; width: 30px; height: 30px; background: #909090; text-align: center; line-height: 30px; color: #e9e9e9; font-size: 1.7em; margin: 2% 1% 2% 0; }
div#recaptcha_widget .col-2 i:hover { background: #545454; }
fieldset.contact-form { clear: both; width: 69%; margin: 2% 0 0 0; padding: 8px; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; float: left; background: #FFF; }
fieldset.contact-form p { line-height: 20px; margin: 10px 5px; float: left; width: 97%; }
fieldset.contact-form input { float: left; clear: both; width: 94%; padding: 1.5% 2%; margin: 0 5px; border: 1px solid #CFCECE; background: #FFF; }
fieldset.contact-form input:focus, fieldset.contact-form input:active { border: 1px solid #9CCAEB; box-shadow: 0 0 2px #79AFD5; }
fieldset.contact-form textarea:focus, fieldset.contact-form textarea:active { border: 1px solid #9CCAEB; box-shadow: 0 0 2px #79AFD5; }
fieldset.contact-form textarea { float: left; clear: both; width: 94%; max-width: 623px !important; min-width: 623px !important; min-height: 82px; padding: 2%; margin: 0 5px; border: 1px solid #CFCECE; background: #fff; }
fieldset.contact-form label { display: block; margin: 10px 10px 10px 5px; float: left; width: 100%; font-family: 'Open Sans', sans-serif; font-size: 1.4em; }
fieldset.contact-form button { margin: 1% 0 5px 5px; height: 35px; line-height: 35px; padding: 0 3%; }
div#messages_product_view ul.messages { width: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.7); height: 100%; z-index: 51; }
div#messages_product_view ul li.success-msg { width: 960px; margin: 20% auto; background: #FFF; color: #545454; overflow: hidden; position: relative; }
div#messages_product_view ul li.success-msg i { font-size: 1.5em; }
div#messages_product_view ul.messages a.messages-hide { position: absolute; top: 10px; right: 10px; }
div#messages_product_view ul.messages a.messages-hide:hover { color: #1174b9; }
div#messages_product_view ul li ul li span { padding: 2%; }
/* BreadCrumbs */
div.col-left .breadcrumbs { padding:3%; margin: 0 0 10px; width: 94%; }
.breadcrumbs { padding:1%; margin: 1.3% 0 1%; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; float: left; background: #fff; }
.breadcrumbs li { display:inline; font-size: 1.4em; }
.breadcrumbs li a:hover { color: #1174b9; }
/* Page Heading */
.page-title { float: left; width: 65%; }
.page-title h1, .page-title h2 { margin: 0 0 10px 0; float: left; clear: both; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.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; }
/* Pager */
.pager { float: right; margin: 1% 0; }
.pager .amount { display: none; }
.pager .limiter { width: 63%; float:right; margin: 0.2% 0 0 0; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 1.4em; color: #383D48; }
.pager .limiter label { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 1em; color: #383D48; padding: 0 2%; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current { }
/* Sorter */
.sorter { margin: 1% 0; }
.sorter .view-mode { float: left; border-right: 1px solid #E6E7E8; padding: 0 3% 0 0; margin: 0 3% 0 0; }
.sorter .sort-by { display: none; }
.sorter .sort-by label { font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 1.4em; color: #383D48; }
.sorter .link-feed { }
.sorter .view-mode label { display: none; }
.sorter .view-mode strong.grid { display:block; float: left; width: 20px; height: 21px; background: url(../images/grid-list.png) no-repeat 0 0 rgba(0, 0, 0, 0); font-size: 0; text-indent: -9999px; margin: 0 5px 0 0; }
.sorter .view-mode strong.list { display:block; float: left; width: 20px; height: 21px; background: url(../images/grid-list.png) no-repeat -30px 0 rgba(0, 0, 0, 0); font-size: 0; text-indent: -9999px; margin: 0 0 0 5px; }
.sorter .view-mode a.grid { display: block; float: left; width: 20px; height: 21px; background: url(../images/grid-list.png) no-repeat -50px 0 rgba(0, 0, 0, 0); font-size: 0; text-indent: -9999px; }
.sorter .view-mode a.list { display: block; float: left; width: 20px; height: 21px; background: url(../images/grid-list.png) no-repeat -80px 0 rgba(0, 0, 0, 0); font-size: 0; text-indent: -9999px; }
/* Toolbar */
.toolbar { width: 100%; float: left; border-bottom: 1px solid #e6e7e8; border-top: 1px solid #e6e7e8; -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0); }
.toolbar .pager { float: right; width: 25%; }
.toolbar .sorter { float: left; width: 30%; }
.toolbar-bottom { }
/* Data Table */
.data-table { width:100%; float: left; clear: both; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:500; font-family: 'Open Sans', sans-serif; font-size: 1.4em; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; font-weight:500; font-family: 'Open Sans', sans-serif; font-size: 1.3em; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody { }
.data-table tfoot { }
.data-table tr.first { }
.data-table tr.last { }
.data-table tr.odd { }
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd { }
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label, .data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value { }
/* 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(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
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(../images/bkg_collapse.gif) 100% 4px 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% -53px; }
/* 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: 0 0 0 4%; margin: 2% 0 0 1%; float: left; clear: both; }
.std dl dt { font-weight:500; color: #1174b9; margin: 10px 0 0 0; }
.std dl dd { font-size: 1.4em; font-weight: 100; }
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote { margin:0 0 2.5%; padding:0; line-height: 22px; float: left; clear: both; display: block; width: 100%; }
p.shorter { width: 97%; }
.std dl { float: left; clear: both; margin: 0 0 2% 0; font-family: 'Open Sans', sans-serif; }
.std ul { list-style: disc outside; padding-left: 4%; width: 94%; float: left; }
.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; }
strong { font-weight:600; }
.std h2 { float: left; clear: both; margin: 0 0 10px 0; }
.about-us .page-title { float: left; width: auto; }
.about-us .std { width: 65%; float: left; clear: both; margin: 1% 0 0 0; }
.about-us div.images-right { float: right; width: 35%; }
.about-us div.images-right img { float: right; clear: both; margin: 2% 0 0 1%; width: 95%; height: auto; border: 3px solid #e6e7e8; }
.about-us-content ul li { list-style-image: url('../images/list-style-type.png'); line-height: 24px; font-family: 'Open Sans', sans-serif; font-weight: 400; color: #383d48; width: 100%; }
ul.no-ticks li, div.description ul ul li { list-style-image: none; list-style: disc; }
/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }
.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:300; }
.link-reorder { font-weight:300; }
.link-compare { font-weight:300; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.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(../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(../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:#ddd; text-indent:-999em; overflow:hidden; }
/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }
/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
header { padding: 0 0 0.5%; width: 1160px; margin: 0 auto; position: relative; z-index: 50; background: #141414; height: 57px; }
body.cms-home div.header-container, body.cms-about-us div.header-container { background-size: contain; }
div.header-container { z-index: 20; width: 100%; margin: 0 auto; background: url('../images/polytech-headerbg.jpg') #141414; }
div.logo-nav-wrap { display: block; position: relative; z-index: 10; width: 960px; margin: 0 auto; }
header .logo { float:left; width: 18%; padding: 1% 0; }
header .logo img { width: 100%; height: auto; float: left; }
header .welcome-msg { font-weight:bold; text-align:right; }
header .welcome-msg a { }
header .links { margin: 0 0 10px; }
header .form-search { position: absolute; z-index: 20; top: 56px; display: none; right: 68px; width: 250px; background: url('../images/searchbg-point.png') 204px 0px no-repeat; }
header .form-search input.input-text { padding: 5% 10%; width: 75%; margin: 2.9% 5% 0 0; background: #343639; color: #d0d0d0; float:right; }
header .form-search .search-autocomplete { z-index:999; }
header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
header .form-search .search-autocomplete li.amount { float:right; font-weight:bold; }
header .form-search .search-autocomplete li.selected { }
header .form-language { float:right; margin:3.25% 0 0; width: 9%; }
header .form-language a { float:left; margin:0 5% 0 0; width: 45%; }
.header-container .top-container { clear:both; text-align:right; }
/********** < Navigation */
nav { float: right; width: 70%; margin: 0; }
nav.portugal { width: 80%; }
nav.portugal #nav { width: 87.4%; margin: 1% 0 0 3%; }
#nav { float: left; width: 87.2%; margin: 0 0 0 3%; position: relative; z-index: 30; }
#nav li { display: inline-block; float: left; text-align: center; position: relative; }
#nav li a { margin: 0; padding: 24px 10px; float: left; font-weight: 300; color: #E7E7E7; font-size: 1.5em; text-transform: uppercase; font-family: 'Lato', sans-serif; }
#nav li a:hover, #nav li a.active { color:#1174b9; }
#nav li:first-child { margin-left: 0; }
#nav ul.languages { display: inline; }
#nav ul.languages li { display: inline; margin: 0; }
#nav li.languages-list { width: 66px; overflow: hidden; }
#nav li.languages-list img { float: left; margin: 0 10px 0 0; }
#nav li:last-child { margin-right: 0 !important; }
#nav ul.languages li a { margin: 0; }
#nav ul.languages li a img { border: 1px solid #000; }
#nav ul.languages li:last-child a img { margin-right: 0; }
#nav li i { font-size: 1.2em; margin: 0 0 0 -5px; }
#nav li i.icon-search { font-size: 1.2em; }
#nav li.active a { color:#1174b9; }
#nav .submenu { display: none; width: 240px; position: absolute; top: 90%; left: 50%; margin: 0 0 0 -130px; padding: 2.8% 0 0 0; background: url('../images/dropdown-bg.png') 50% 15px no-repeat; z-index: 30; }
#nav .submenu.products { width: 280px; top: 90%; }
#nav .submenu li { float: left; width: 100%; margin: 0 1.9%; }
#nav .submenu li a { float: left; width: 100%; clear: both; padding: 2.5% 2%; color: #E4E4E4; background: #2C2525; border-bottom: 1px solid #313131; margin: -1px 0 0 0; text-align: center; font-size: 1.3em; font-weight: 400; line-height: 22px; }
#nav .submenu li a:hover { background: #181818; color: #FFF; }
/* SLIDER */

div#slides { display: none; margin: 0 auto; width: 1160px; height: 375px; clear: both; position: relative; margin: 0% auto 0; background: #1d1e20; z-index: 5 !important; }
div#slides div.slides_container { width: 100%; height: 375px; box-shadow: 0 0 50px 0px #171717; }
div#slides div.slides_container div.slide { height: 375px; }
div#slides div.slide-wrap { width: 600px; position: absolute; top: 59.5%; left: 8.7%; }
div#slides p.slider-h1 { background: rgba(0, 0, 0, 0.8); color: #E7E7E7; font-size: 2em; font-weight: 300; font-family: 'Lato', sans-serif; display: block; padding: 10px; float: left; }
div#slides a.discover-more { -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; background: rgba(17, 116, 185, 0.8); padding: 10px 20px; color: #FAFAFA; outline: none; border: none; font-size: 1.5em; margin: 10px auto 0; display: block; cursor: pointer; font-weight: 100; float: left; clear: both; text-align: center; }
div#slides a.discover-more:hover { background: #1d6ca3; }
ul.slidesjs-pagination { position: absolute; bottom: 15px; left: 50%; z-index: 11; width: 120px; margin: 0 0 0 -60px; }
ul.slidesjs-pagination li { float: left; position: relative; height: 3px; width: 20px; overflow: hidden; padding: 15px 0 0 0; }
ul.slidesjs-pagination li i { position: absolute; top: 0; left: 0; font-size: 1.6em; }
ul.slidesjs-pagination li a.active i { color: #1174B9; }
ul.slidesjs-pagination li.current a { color: #1174B9; }
ul.slidesjs-pagination li a { height: 20px; width: 20px; overflow: hidden; float: left; text-shadow: 0 0 5px #666; color: #B3B3B3; }
ul.slidesjs-pagination li a:hover { color: #e7e7e7; }
div#slides a.prev, div#slides a.next { display: none; }
/* SECTOR NAMES */

div.sector-names { float: right; width: 29.8%; margin: 0 0 20px; background: #FFF; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; padding: 1.5%; }
div.sector-names p { line-height: 24px; }
div.sector-names h2 { margin: 0 0 10px 0; }
div.sector-names ul { float: left; width: 100%; margin: 4.5% 0 3%; }
div.sector-names ul li { font-size: 1.4em; line-height: 27px; }
div.sector-names ul li p { margin: 0 0 9px 0; font-style: italic; color: #b4b4b4; }
div.sector-names ul li a:hover { color: #1174B9; }
/* PRODUCTS SINGLE */

div.products-single { padding: 4px; margin: 20px 0 0; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; float: left; background: #FFF; width: 99%; }
/* USP BAR */

div.about-usp-bar-wrap { float: left; width: 100%; }
div.about-usp-bar-wrap div.usp-bar { margin: 3% 0 0; }
div.usp-bar { clear: both; width: 1160px; background: #141414; margin: 0 auto; overflow: hidden; padding: 0.3% 0 0 0; }
div.usp-bar ul { width: 960px; margin: 0 auto; }
div.usp-bar ul li.search { float: left; width: 26.5%; margin: 0 0.33% 0 0; }
div.usp-bar ul li.studies { float: right; width: 26.5%; margin: 0; }
div.usp-bar ul li.brochure { float: left; width: 26.5%; margin: 0 9.1% 0 10.5%; }
div.usp-bar ul li p.h2 { float: left; font-size: 2em; color: #fff; font-weight: 100; font-family: 'Lato', sans-serif; margin: 1% 0 0 -4px; }
div.usp-bar ul li p.h2 i { float: left; margin: 1.2% 2% 0 0; }
div.usp-bar ul li p.usp-content { float: right; margin: 2.2% 0 0 0; color: #d0d0d0; font-size: 1.5em; font-weight: 300; line-height: 21px; width: 100%; }
div.usp-bar ul li a { background: #1174b9; padding: 3% 6%; margin: 3% 0 4.3%; float: left; clear: both; width: 68%; text-align: center; color: #e7e7e7; text-decoration: none; font-size: 18.5px; font-weight: 300; font-family: 'Lato', sans-serif; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; }
div.usp-bar ul li a:hover { background: #1d6ca3; }
div.usp-bar ul li i, div.usp-bar ul li em { font-size: 22px; }
/* COL-MAIN RIGHT */

div.col-main-right { float: right; width: 35%; margin: 0; }
div.col-main-right img { float: right; margin: 0 1% 1% 0; }
div.col-main-right ul { float: right; clear: both; width: 93.5%; }
div.col-main-right ul li { float: left; margin: 0 2% 0 0; width: 48%; text-align: center; list-style-image: none; clear: none; }
div.col-main-right ul li a.brochure { background: #1174b9; padding: 5% 0% 5% 4%; margin: 3% 0; width: 98%; float: left; clear: both; color: #e7e7e7; text-decoration: none; font-size: 1.3em; font-weight: 300; font-family: 'Lato', sans-serif; }
div.col-main-right ul li a.brochure:hover { background: #1d6ca3; }
div.col-main-right ul li a.discover { background: #989898; padding: 5% 0% 5% 4%; margin: 3% 0; width: 98%; float: left; clear: both; color: #e7e7e7; text-decoration: none; font-size: 1.3em; font-weight: 300; font-family: 'Lato', sans-serif; }
div.col-main-right ul li a.discover:hover { background: #817f7f; }
/* MAIN CONTACT LEFT */

div.main-contact-left { border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; padding: 1.5%; margin: 0 0 20px 0; background: #fff; float: left; width: 62.8%; }
div.main-contact-left p { margin: 2% 0; }
div.main-contact-left fieldset.left { width: 49%; float: left; }
div.main-contact-left fieldset.right { width: 49%; float: right; margin:0 0 0 0; }
div.main-contact-left fieldset p { margin: 5% 0 3%; float: left; }
div.main-contact-left fieldset input { border: none; outline: none; }
div.main-contact-left fieldset input.text-input { width: 95%; float: left; clear: both; margin: 1% 0; background: #ececec; padding: 4% 3%; font-weight: 300; font-family: 'Lato', sans-serif; color: #9397a2; font-size: 1.5em; }
div.main-contact-left fieldset div.text-input { width: 95%; height: 30px; float: left; clear: both; margin: 1% 0; background: #ececec; padding: 2% 3%; font-weight: 300; font-family: 'Lato', sans-serif; color: #9397a2; }
div.main-contact-left fieldset div.text-input a { text-decoration: none; color: #9397A2; margin: 1% 2%; float: left; font-size: 1.8em; }
div.main-contact-left fieldset div.text-input img { float: left; }
div.main-contact-left fieldset div.text-input input { width: 44%; float: left; clear: none; background: none; margin: -5px 0 0 13px; padding: 4% 3% 4% 4%; border-left: 1px dashed #CCC; }
div.main-contact-left fieldset textarea { width: 95%; height: 72px; float: left; clear: both; margin: 1% 0; background: #ececec; padding: 3%; border: none; outline: none; font-weight: 300; font-family: 'Lato', sans-serif; color: #9397a2; font-size: 1.5em; }
div.main-contact-left fieldset input.submit { cursor: pointer; background: #1174b9; padding: 3%; margin: 1% 0; float: left; clear: both; color: #e7e7e7; text-decoration: none; font-size: 1.8em; font-weight: 300; font-family: 'Lato', sans-serif; }
div.main-contact-left fieldset input.submit:hover { background: #1d6ca3; }
/* COMPANY DEETS RIGHT */

body.cms-home div.company-info-right { border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; padding: 1.5%; background: #fff; float: right; width: 29.8%; }
div.company-info-right p { float: left; clear: both; margin: 3% 0 0; }
div.company-info-right p.address { float: left; width: 35%; }
div.company-info-right ul { float: left; clear: both; margin: 0 0 10px 0; width: 100%; }
div.company-info-right ul li { display: block; margin: 1.15% 0; font-family: 'Open Sans', sans-serif; font-size: 1.4em; font-weight: 300; }
div.company-info-right a.google-map { cursor: pointer; background: #1174B9; padding: 3%; margin: 1% 0; float: left; clear: both; color: #E7E7E7; text-decoration: none; font-size: 1.8em; font-weight: 300; font-family: 'Lato', sans-serif; }
div.company-info-right a.google-map:hover { background: #1D6CA3; }
/* COMPANY DEET ABOUT US */
body.contacts-index-index div.company-info-right { border-bottom: 1px solid #d8d8d8; width: 98%; margin: 0 0 5%; padding: 0 0 5%; float: left; }
body.contacts-index-index div.company-info-right:first-child { margin: 1% 0 5%; }
body.contacts-index-index div.company-info-right:last-child { border-bottom: none; margin: 0; }
span.button { display: none; overflow: visible; background: #1174B9; padding: 3% 6%; margin: 3% 0; position: absolute; top: 42%; left: 22.5%; color: #E7E7E7; outline: none; border: none; cursor: pointer; text-align: center; text-decoration: none; font-size: 1.8em; font-weight: 300; font-family: 'Lato', sans-serif; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; }
span.button:hover { background: #1D6CA3; }
div.company-info-about { width: 25%; float: right; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; background: #FFF; padding: 1%; margin: 2% 0 0 0; }
div.company-info-about div.company-info-right p.address { float: left; width: 100%; }
div.company-info-about div.company-info-right h2 span { color: #1174b9; }
div.company-info-about div.company-info-map { width: 98%; margin: 0.5%; position: relative; }
div.company-info-about div.company-info-map img { width: 100%; height: auto; border: 2px solid #DADADA; margin: 5% 0 0 0; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; }
div.company-info-about div.company-info-map img.fade { opacity: 0.2; }
/* NEWSLETTER */

div.form-subscribe-header { float: left; clear: both; }
div.form-subscribe-header label { font-family: "Open Sans", sans-serif; font-size: 1.4em; font-weight: 100; float: left; margin: 2% 0 1%; }
/* CASE STUDIES - ## BLOG ## */
div.news-title { float: left; width: 100%; margin: 1% 0; }
div.news-title h1 { padding: 0; float: left; width: 100%; }
body.is-blog .pager { display: none; }
div.blog-template { float: left; clear: both; }
div.blog-template .post-view { float: left; }
div.blog-template .post-view ul { width: 100%; padding: 0; border-top: 1px dashed #ddd; margin: 1% 0 0 0; padding: 1% 0 0 0; }
div.blog-template .post-view ul li a { font-weight: normal; color: #1174b9; }
div.blog-template .post-view ul li a:hover { color: #666; }
div.blog-template .post-view ul li { border-right: 1px solid #ddd; padding: 0 1% 0 0; background: none; display: inline; font-size: 1.4em; font-weight: 100; clear: none; float: none; border-top: none; border-left: none; border-bottom: none; }
div.blog-template .post-view div.post-content { width: 96.75%; background: #F4F6F6; border: 1px solid #DDD; padding: 1.5%; float: left; }
div.blog-template .post-view div.post-nav { float: left; clear: both; width: 100%; }
div.blog-template .post-view div.post-nav ul { width: 100%; }
div.blog-template .post-view div.post-nav ul li.prev { float: left; width: 45%; clear: none; margin: 1% 0 0 0; }
div.blog-template .post-view div.post-nav ul li.prev a { float: left; width: 25%; }
div.blog-template .post-view div.post-nav ul li.prev a i { float: left; margin: 3.5% 5% 0 0; }
div.blog-template .post-view div.post-nav ul li.next { float: right; width: 45%; clear: none; margin: 1% 0 0 0; }
div.blog-template .post-view div.post-nav ul li.next a { float: right; width: 18%; }
div.blog-template .post-view div.post-nav ul li.next a i { float: right; margin: 3.5% 5% 0 0; }
div.blog-template .post-view div.post-nav li { float: left; clear: both; margin: 2% 0 0 0; font-size: 1.2em; width: 100%; display: block; border-right: none; }
div.first-page { float: left; margin: 8% 0 0 0; }
div.blog-home div.post-list { float: right; width: 73%; margin: 0; }
body.wordpress-post-category-view div.post-list, body.wordpress-archive-view div.post-list { float: right; width: 73%; }
div.blog-home ul, div.post-list ul { width: 100%; padding: 0; margin: 0; }
div.blog-home ul li, div.post-list ul li.item { float: left; clear: both; margin: 0.5% 0 2% 0; width: 96.7%; background: #F4F6F6; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; padding: 1.5%; }
div.blog-home ul li, div.post-list ul li.item li.even, div.blog-home ul li, div.post-list ul li.item li.odd { box-shadow: none; }
div.blog-home ul li div.post-meta, div.post-list ul li div.post-meta { border-top: 1px dashed #ddd; margin: 1% 0 0 0; padding: 1% 0 0 0; float: left; width: 100%; }
div.blog-home ul li div.post-meta ul, div.post-list ul li div.post-meta ul { width: 100%; float: left; clear: both; }
div.blog-home ul li div.post-meta ul li, div.post-list ul li div.post-meta ul li { border-right: 1px solid #ddd; padding: 0 4% 0 0; background: none; display: inline; font-size: 1.4em; font-weight: 100; width: 50%; clear: none; float: none; border-top: none; border-left: none; border-bottom: none; }
div.blog-home ul li div.post-meta ul li:last-child, div.post-list ul li div.post-meta ul li:last-child { border-right: none; padding: 0 0 0 2%; }
div.blog-home ul li a, div.post-list ul li a { font-weight: normal; color: #1174b9; }
div.blog-home ul li a:hover, div.post-list ul li a:hover { color: #666; }
div.blog-home ul li p, div.post-list ul li p { float: left; width: 100%; margin: 0 0 1% 0; line-height: 22px; }
div.blog-home ul li div.post-entry, div.post-list ul li div.post-entry { float: right; width: 67%; }
div.blog-home ul li div.content, div.post-list ul li div.content { float: left; width: 100%; margin: 2% 0 0 0; }
div.blog-home ul li div.featured-image, div.post-list ul li div.featured-image { float: left; width: 28%; padding: 0 2.5% 0 0; border-right: 1px solid #ddd; }
div.blog-home ul li div.featured-image a img, div.post-list ul li div.featured-image a img { float: left; clear: both; width: 100%; }
div.blog-home ul li div.featured-image a.brochure, div.post-list ul li div.featured-image a.brochure { text-align: center; background: #1174b9; padding: 5% 3%; margin: 3% 0; width: 45%; float: left; clear: both; color: #E7E7E7; text-decoration: none; font-size: 1.8em; font-weight: 300; font-family: 'Lato', sans-serif; }
body.wordpress-post-category-view div.page-title, body.wordpress-archive-view div.page-title { float: left; margin: 2% 0 0 0; }
div.wp-sidebar ul li { font-size: 1.4em; font-weight: 100; }
div.wp-sidebar ul li a:hover { color: #1174b9; }
div.wp-sidebar div.blog-search input.input-text { padding: 5% 25% 5% 5%; border: 1px solid #cacaca; }
/* BLOG SINGLE */

div.post-wrapper div.post-content { float: left; clear: both; background: #FFF; box-shadow: 0 0 3px #CCC; border: 1px solid #CCC; padding: 2%; margin: 1% 0; position: relative; }
div.post-wrapper div.post-content div.post-meta { float: left; width: 100%; border-bottom: 1px dashed #545454; display: block; clear: both; padding: 0 0 1% 0; }
div.post-wrapper div.post-content div.post-meta a { color: #1174B9; }
div.post-wrapper div.post-content div.post-meta a:hover { color: #383D48; }
div.post-wrapper div.post-content div.post-meta ul { display: block; width: 100%; margin: 0; padding: 0 !important; }
div.post-wrapper div.post-content div.post-meta ul li { list-style-image: none !important; display: inline-block; width: auto; padding: 0 10px 0 0; }
div.post-wrapper div.post-content div.post-meta ul li:first-child { border-right: 1px solid #545454; margin: 0 5px 0 0; }
div.post-wrapper div.post-content div.post-nav ul { display: block; width: 100%; clear: both; margin: 0; padding: 0 !important; }
div.post-wrapper div.post-content div.post-nav ul li { display: inline-block; width: 49%; }
div.post-wrapper div.post-content div.post-nav ul li a { color: #1174B9; }
div.post-wrapper div.post-content div.post-nav ul li a:hover { color: #383D48; }
div.post-wrapper div.post-content div.post-nav ul li.prev a { position: absolute; bottom: 10px; left: 10px; }
div.post-wrapper div.post-content div.post-nav ul li.next a { position: absolute; bottom: 10px; right: 10px; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
aside.catalog-sidebar { width: 30%; float: left; margin: 20px 0 0 0; }
aside.catalog-sidebar div.block-layered-nav { max-height: 330px; overflow: hidden; }
aside.catalog-sidebar h2 { display: block; margin: 2% 0 4.2%; cursor: pointer; border-bottom: 1px solid #E9E9E9; padding: 0 0 4% 0; }
aside.catalog-sidebar h2 i { float: right; font-size: 1.4em; }
aside.catalog-sidebar h2.title1 { display: none; }
aside.catalog-sidebar ul li a { font-size: 1.3em; }
aside.catalog-sidebar ul { display: none; border-bottom: 1px solid #E9E9E9; padding: 0 0 4% 0; }
aside.catalog-sidebar ul li { line-height: 24px; }
aside.catalog-sidebar ul li a:hover { color: #1174B9; }
.block { border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; margin: 0 0 10px; background: #fff; float: left; clear: both; width: 100%; }
.block-title { background: #fafafa; border-bottom: 1px solid #DDD; padding: 5px 10px; }
.block .block-title strong { font-size: 1.4em; font-weight:bold; }
.block .block-title strong span { font-family: 'Lato', sans-serif; color: #494949; font-weight: 400; font-size: 1.5em; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:500; float: left; clear: both; }
.block .block-content { padding:10px; float: left; clear: both; width: 90%; }
.block .block-content div.currently ol li { float: left; clear: both; font-size: 1.4em; color: #1174b9; margin: 2% 0 0; }
.block .block-content div.actions a { float: left; clear: both; font-size: 1.4em; color: #666; margin: 0; }
.block .block-content div.actions a:hover { color: #1174b9; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove, .block .btn-edit { float:right; }
.block .actions { text-align:left; margin: 0; float: left; clear: both; width: 100%; }
.block .actions a { float:left; }
.block .empty { }
.block li.odd { }
.block li.even { border-top: 1px solid #f6f6f6; border-bottom: 1px solid #f6f6f6; }
.paypal-logo img { width: 100%; }
/* Related Products */
/* Mini Products List */
.block ol.mini-products-list { float: left; clear: both; width: 100%; }
.block ol.mini-products-list li { display: inline; width: 24%; margin: 2% 2% 0 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { float: left; margin: 0 0 0 2% }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.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 { }
/* Block: Currency Switcher */
.block-currency { }
.block-currency select { width:100%; border:1px solid #888; }
/* Block: Layered Navigation */
.block-layered-nav { font-family: 'Open Sans', sans-serif; }
.block-layered-nav dt { font-weight: 500; float: left; clear: both; margin: 2% 0 1%; width: 93%; border-top: 1px solid #E6E7E8; border-bottom: 1px solid #E6E7E8; padding: 1% 0 1.5%; color: #1174b9; font-size: 1.5em; }
.block-layered-nav dd { font-weight:500; float: left; clear: both; width: 100%; }
.block-layered-nav dd a { float: left; clear: both; }
.block-layered-nav dd ol { float: left; clear: both; width: 100%; }
.block-layered-nav dd li { font-weight:500; color: #1174b9; width: 100%; float: left; clear: both; font-size:13px; line-height: 22px; }
.block-layered-nav dd li a { float: left; margin: 0 2% 0 0; }
.block-layered-nav .currently { float: left; clear: both; }
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
/* Block: Cart */
.block-cart { }
.block-cart .summary { }
.block-cart .amount { }
.block-cart .subtotal { text-align:center; }
.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 5px 0; }
/* Block: Wishlist */
.block-wishlist { }
/* Block: Related */
.block-related { margin: 2% 0 0 0; float: left; clear: both; }
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin: 0; }
/* Block: Compare Products */
.block-compare { }
.block-compare li { padding:5px 0; }
/* Block: Recently Viewed */
.block-viewed { display: none; }
/* Block: Recently Compared */
.block-compared { }
/* Block: Poll */
.block-poll label { }
.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 .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }
/* Block: Tags */
.block-tags ul, .block-tags li { display:inline; }
/* Block: Subscribe */
.block-subscribe { }
/* Block: Reorder */
.block-reorder { }
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
/* Block: Banner */
.block-banner { }
.block-banner .block-content { text-align:center; }
/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */

/* Category Page ========================================================================= */
div.category-img { width: 1160px; margin: 0 auto; position: relative; height: 315px; border-bottom: 35px solid #141414; }
div.category-img div.title-wrap { width: 600px; position: absolute; top: 59.5%; left: 8.7%; }
div.category-img div.title-wrap h1 { background: rgba(0, 0, 0, 0.8); color: #E7E7E7; font-size: 2em; font-weight: 300; font-family: 'Lato', sans-serif; display: block; padding: 10px; float: left; }
div.category-img div.title-wrap a.discover-more { -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; background: rgba(17, 116, 185, 0.8); padding: 10px 20px; color: #FAFAFA; outline: none; border: none; font-size: 1.5em; margin: 10px auto 0; display: block; cursor: pointer; font-weight: 100; float: left; clear: both; text-align: center; }
div.category-img div.title-wrap a.discover-more:hover { background: #1D6CA3; }
.category-page-top { border: 1px solid #CFCECE; margin: 20px 0 0 0; box-shadow: 0 0 3px 0px #CCC; padding: 1.5%; background: #fff; float: right; width: 65%; -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0); }
.category-title { border:0; margin:0 0 7px; float: left; clear: both; }
.category-image { width: 100%; height: 320px; overflow: hidden; margin: 0; text-align: center; float: left; clear: both; }
.category-image img { float: left; width: 100%; height: auto; }
.category-description { margin:0; float: left; width: 100%; }
.category-description h2 { border-bottom: 1px solid #E9E9E9; padding: 0 0 1.7%; width: 100%; float: left; }
.category-description ul li { list-style-image: url('../images/list-style-type.png'); line-height: 25px; font-family: 'Open Sans', sans-serif; font-size: 1.4em; font-weight: 600; color: #383D48; }
.category-description a.contact-us { background: #117EB9; margin: 0; padding: 1% 2%; color: #E7E7E7; float: left; font-family: 'Open Sans', sans-serif; font-size: 1.6em; font-weight: 100; clear: both; }
.category-products-page { float: right; width: 96.75%; border: 1px solid #CFCECE; box-shadow: 0 0 3px 0px #CCC; margin: 0 0 1% 0; padding: 1.5%; background: #fff; -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0); }
.category-products-page h2 { float: left; clear: both; }
.category-products-page button.btn-cart { display: none; }
.category-products-page a.view-product { background: #117EB9; margin: 10px 0 0 0; padding: 3% 4%; color: #E7E7E7; font-family: 'Open Sans', sans-serif; font-size: 1.6em; font-weight: 100; position: absolute; bottom: 10px; left: 0; }
/* View Type: Grid */
.products-grid { border-bottom:1px solid #ddd; position:relative; float: left; clear: both; padding: 0 0 1% 0; width: 100%; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float: left; width: 23.3%; margin: 1% 1% 0 0; border-right: 1px solid #E6E7E8; padding-right: 1%; position: relative; min-height: 240px; }
.products-grid li.item div.featured-image { float: left; width: 100%; height: 135px; overflow: hidden; position: relative; }
.products-grid li.item div.featured-image a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.products-grid li.item div.featured-image a img { width: 100%; height: auto; position: absolute; top: -39px; }
.products-grid li.last { border-right: none; margin: 1% 0 0 0; padding-right: 0; }
.products-grid .product-image { display:block; margin:0 0 10px; }
.products-grid .product-name { margin: 4% 0; float: left; clear: both; width: 100%; }
.products-grid .product-name a { font-family: 'Open Sans', sans-serif; font-size: 1.4em; font-weight: 400; color: #383D48; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { float: left; clear: both; width: 100%; margin: 2% 0; }
.col2-left-layout .products-grid, .col2-right-layout .products-grid { width:100%; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }
/* View Type: List */
.products-list { float: left; clear: both; width: 100%; }
.products-list .featured-image { float: left; width: 15%; }
.products-list a.view-product { font-size: 13px; background: #117EB9; padding: 1.25%; color: #E7E7E7; float: left; font-family: 'Open Sans', sans-serif; font-weight: 100; clear: both; width: 16%; position: relative; text-align: center; }
.products-list li.item { border-bottom:1px solid #ddd; 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: 10px 0 0; font-weight:bold; font-size:13px; width: 100%; }
.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; width: 500px; padding:24px 0 0; margin:0 0 15px; line-height:1.35; font-family: 'Open Sans', sans-serif; font-size: 1.3em; }
.products-list .desc .link-learn { display: none; }
.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:1% 0; float: left; clear: both; width: 100%; }
.no-rating i { float: left; margin: 1.7% 3% 0 0; }
.email-friend i { float: left; margin: 0.3% 1% 0 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(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../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 { float: left; clear: both; margin: 1% 0 0; }
.availability span { font-weight:bold; }
.availability.in-stock span { }
.availability.out-of-stock span { color:#d83820; }
.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { }
.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { }
/* Email to a Friend */
.email-friend { float: left; clear: both; width: 100%; }
/* Alerts */
.alert-price { }
.alert-stock { }
/********** < Product Prices */
.price { white-space:nowrap !important; }
.price-box { float: left; clear: both; margin: 2% 0 0; }
.price-box .price { color: #1174b9; font-weight: 500; font-family: "Open Sans", sans-serif; }
/* Regular price */
.regular-price { float: left; clear: both; }
.regular-price .price { }
/* Old price */
.old-price { }
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }
/* Special price */
.special-price { }
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }
/* Minimal price (as low as) */
.minimal-price { }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }
.minimal-price-link { display:block; }
.minimal-price-link .label { }
.minimal-price-link .price { font-weight:normal; }
/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }
/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }
/* Configured price */
.configured-price { }
.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 { }
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to { }
.price-to .price-label { font-weight:bold; white-space:nowrap; }
/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/* Price as configured */
.price-as-configured { }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
.price-box-bundle { }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit { }
.tier-prices-grouped { }
/* Add to Links */
.add-to-links .separator { display:none; }
/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; 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 { float: left; clear: both; width: 100%; margin: 2% 0 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; width: 50%; }
.product-view { float: left; clear: both; width: 100%; }
.product-essential { float: left; clear: both; width: 100%; }
.product-collateral .box-collateral { margin:0 0 15px; }
/* Product Images */
div.product-slider-wrap { z-index: 20; width: 100%; margin: 0 auto; background: url('../images/polytech-headerbg.jpg') #141414; float: left; }
div.product-slider-wrap .slides_control { height: 268px !important; }
.products-grid li img { width: 100%; height: auto; }
.product-img-box a.creare-button-prev, .product-img-box a.creare-button-next { display: none; }
.product-img-box { margin: 0 auto; width: 1160px; height:268px; overflow:hidden; position: relative; border-bottom: 25px solid #141414; }
.product-img-box div.slider { position: relative; z-index: 5 !important; height: 293px; }
.product-img-box div.slider img { width: 100%; height: auto; }
.product-img-box div.slider ul.slidesjs-pagination { bottom: 32px; }
.product-img-box .slides_container div.slide { width: 940px; }
.product-img-box ul.pagination, a.next, a.prev { display: none; }
.col3-layout .product-img-box { float:left; margin:0 auto; }
.product-img-box .product-image { border:1px solid #ddd; }
.product-img-box .product-image-zoom { position:relative; width:100%; height:265px; overflow:hidden; z-index:9; border: 1px solid #999; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; width: auto; }
.product-img-box .zoom-notice { text-align:left; margin: 1% 0; }
.product-img-box .zoom { display: none; position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-img-box .zoom #track { position:relative; height:18px; }
.product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-img-box .more-views { display: none; }
.product-img-box .more-views ul { margin-left:-4px }
.product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px; }
.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 { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label { }
/* Product Shop */
.product-view .product-shop { float:left; width: 100%; margin: 0; }
.product-view .product-shop a.button, a.read-more-show { background: #117EB9; padding: 10px 15px; color: #FAFAFA; float: left; clear: both; outline: none; border: none; font-size: 1.3em; margin: 0 0 1%; cursoR: pointer; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:right; width:70%; }
.col3-layout .product-view .product-shop h1 { float: left; clear: both; margin: 1% 0; }
.col3-layout .product-view .product-shop p { float: left; clear: both; width: 40%; }
.product-img-box .product-name { position: absolute; bottom: 33%; left: 21%; z-index: 8; margin: 0 0 0 -145px; }
.product-img-box h1 { background: rgba(0, 0, 0, 0.8); color: #E7E7E7; font-size: 2em; font-weight: 300; font-family: 'Lato', sans-serif; display: block; padding: 10px; float: left; }
.product-img-box p.h1 { float: left; color: #E7E7E7; background: rgba(0, 0, 0, 0.7); padding: 10px; font-weight: 100; font-size: 1.6em; clear: both; margin: 10px 0 0 0; }
.product-view div.product-details { float: left; width: 33%; margin: 0 1% 0 0; padding: 0 1% 0 0; border-right: 1px solid #e7e7e7; }
.product-view .short-description { float: left; width: 99%; margin: 0; padding: 0 0 0 1%; font-family: 'Lato', sans-serif; }
.product-view .short-description div.featured-image { float: right; width: 25%; margin: 0 2% 2% 3%; border: 5px solid #E9E9E9; }
.product-view .short-description div.featured-image img { width: 100%; height: auto; }
ul.info-options { width: 99%; display: block; float: left; margin: 0 0 10px 5px; border-top: 1px solid #E7E7E7; padding: 0; }
ul.info-options li { display: inline-block; }
ul.info-options li a { clear: none; background: #989898; padding: 10px 15px; color: #FAFAFA; float: left; outline: none; border: none; font-size: 1.3em; margin: 10px 0 0 0; cursor: pointer; }
ul.info-options li.active a, ul.info-options li a:hover { background: #117EB9; }
.product-view .short-description div.description { float: left; width: 99%; }
.product-view .tents-wrap { float: left; width: 62.5%; margin: 0 0 1%; }
.product-view .gallery { float: right; width: 36%; margin: 0 0 2%; }
.product-view .gallery div { float: left; left: 0; margin: 3% 0 0; width: 98.4%; }
.product-view .short-description div p { margin: 0; }
.product-view .gallery div ul { padding: 0; }
.product-view .gallery div ul li { list-style: none; font-size: 1.2em; font-weight: 600; margin: 0 0 0.5%; }
body.product-tents-and-marquees .product-view .gallery div { display: none; cursor: pointer; }
.product-view .gallery img { width: 100%; height: auto; float: left; margin: 0 0 2%; }
.product-view .gallery.bottom { margin: 0; }
.product-view div.tents-marquees p { float: left; width: 100%; }
.product-view div.tents-marquees a { color: #FFF; font-weight: 200; background: #1174B9; padding: 0; float: left; width: 110px; text-align: center; height: 35px; line-height: 35px; margin: 2% 0 0; }
.product-view div.tents-marquees a:hover { background: #1D6CA3; }
.product-view .short-description ul.tabs { padding: 0; }
.product-view .short-description ul.tabs li { -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; background: #999; float: left; padding: 1% 2%; color: #FAFAFA; outline: none; border: none; font-size: 1.3em; margin: 1% 0.2% 1% 0; cursor: pointer; font-weight: 400; list-style: none; display: inline; width: auto; }
.product-view .short-description ul.tabs li.active { background: #1174b9; }
.product-view .short-description ul.tabs li:hover { background: #4397D1; }
.product-view .short-description div.product-section { float: left; width: 99%; padding: 2% 0 0; border-top: 1px solid #E7E7E7; }
.product-view .short-description div.two, .product-view .short-description div.three { display: none; }
.product-view .product-inner-section { float: left; width: 100%; padding: 2% 0 0; border-top: 2px solid #DDD; margin: 1% 0 0; }
.product-view .product-left { float: left; width: 62.5%; }
.product-view .short-description div.technical, .product-view div.short-description .sector { width: 99%; float: left; }
.product-view .short-description div.technical p { clear: left; }
.product-view div.sector ul { float: left; width: 65%; clear: none; }
.product-view i.icon-ok { color: #1174B9; }
.product-view .short-description div.product-details-left { float: left; width: 100%; }
.product-view .short-description div.product-details-right { float: right; width: 30%; }
.product-view .short-description div.product-details-right img { margin: 10px 0; }
.product-view .short-description ul { padding: 0 0 0 25px; float: left; clear: both; width: 95%; }
.product-view .short-description ul ul { padding: 0 0 0 20px; float: left; margin: 0 0 2% 0; }
.product-view .short-description ul li { float: left; list-style-image: url('../images/list-style-type.png'); width: 95%; line-height: 1.6em; font-family: 'Open Sans', sans-serif; font-size: 1.4em; font-weight: 400; color: #383D48; margin: 0 0 15px; }
.product-view .short-description ul li.no-tick { list-style-image: none; margin: 0; }
.product-view .short-description ul ul li { list-style-image: none; list-style: disc; margin: 0; font-size: 1em; line-height: 25px; }
.product-view .short-description div h2 { margin: 0; padding: 0 0 2%; }
.product-view .short-description div p { margin: 0 0 15px 0; }
.product-view br { display: none; }
.product-details ul.ctas { width: 100%; float: left; }
.product-details ul.ctas li { display: inline; float: left; margin: 0 2% 0 0; }
/* Product jQuery */
div.addthis_toolbox { float: left; width: 100%; margin: 1% 0; }
div.addthis_toolbox p.share { font-weight: 400; }
div.read-more-hide { display: none; }
div.order-now { float: left; clear: both; width: 100%; margin: 0 0 0 5px; }
div.order-now p.h1 { font-size: 2em; font-weight: 400; line-height: 1.25; color: #1174B9; font-family: 'Lato', sans-serif; float: left; width: 50%; }
div.order-now p.callnow { float: right; width: 18%; text-align: right; margin: 1.35% 2% 0 0; }
div.order-now p { font-size: 1.4em; font-weight: 300; font-family: 'Lato', sans-serif; display: block; margin: 5px 05px 10px; }
div.order-now a { color: #117EB9; }
div.order-now a:hover { color: #666; }
div.product-img-box div.product-name a.mattbox-show { -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; background: rgba(17, 116, 185, 0.8); clear: both; float: left; padding: 10px; color: #FAFAFA; outline: none; border: none; font-size: 1.5em; margin: 10px 0 0 0; cursor: pointer; font-weight: 100; }
div.product-img-box div.product-name a.mattbox-show:hover { background: rgba(17, 116, 185, 1); }
ul.product-page-options { float: left; clear: both; }
ul.product-page-options li { float: left; clear: both; }
/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last { }
.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:100%; }
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }
.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }
/* Grouped Product */
.product-view .grouped-items-table { }
/* Block: Description */
.product-view .box-description { float: left; clear: both; width: 100%; border-top: 1px solid #E6E7E8; padding: 0; margin: 0; }
.product-view .box-description h2 { margin: 2% 0 1%; float: left; clear: both; }
.product-view .box-description p { float: left; clear: both; width: 90%; margin: 1% 0 0; }
.product-view .box-description ul { float: left; clear: both; width: 90%; margin: 1% 2.5% 0; }
/* Block: Additional */
.product-view .box-additional { }
/* Block: Upsell */
.product-view .box-up-sell { }
.product-view .box-up-sell .products-grid td { width:25%; }
/* Block: Tags */
.product-view .box-tags { }
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }
/* Block: Reviews */
.product-view .box-reviews { }
.product-view .box-reviews .form-add { }
/* Send a Friend */
.send-friend { }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a { }
/* Product Tags */
.tags-list li { display:inline; }
/* Advanced Search */
.advanced-search { }
.advanced-search-amount { }
.advanced-search-summary { }
/* CMS Home Page */
.cms-home .subtitle { }
.cms-index-index .subtitle { }
/* Sitemap */
/* Creare DynamicSitemap :); */

.sitempan { width: 100%; float: left; }
.smh2 { padding: 2% 0; display: block; color: #545454; }
.siteul, .sitecatul { margin: 5px; padding: 0 0 0 10px; float: left; width: 45%; }
.siteul li { font-size:13px; }
.sitecatul { margin: 0 5px; padding: 0; float: left; width: 100%; }
.sitecatul li.cat a { color: #545454; font-size: 1.7em; font-weight: 400; padding: 2% 0; }
.sitecatul li.cat ul li a { color: #1174B9; }
.sitecatul li.cat { list-style:none; font-size:1em!important; display: block; float: left; width: 45%; margin: 0 0 10px 0; }
.sitecatul li.cat ul { margin: 0 5px; padding: 0 0 0 10px; }
.sitecatul li.cat ul li a { font-size: 13px; }
.two-column { width: 50%; float: left; display: block; }
/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart { }
/* Checkout Types */
.cart .checkout-types { float:right; text-align: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:3px 55px 8px 0; line-height:1.0; font-size:11px; }
/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }
.cart .crosssell { }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping { }
/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th, .cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th { }
/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.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:30px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; 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 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }
/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../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 { }
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { }
.gift-messages-form .whole-order { }
.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; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { }
.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row { }
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }
/* Checkout Agreements */
.checkout-agreements { }
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding: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; }
/* Generic Info Set */
.info-set { }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { }
.block-progress dt { font-weight:bold; }
.block-progress dt.complete, .block-progress dd.complete { background-color:#f6f6f6; }
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }
.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active { }
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review { }
.opc .order-review .authentication { }
.opc .order-review .warning-message { }
/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }
.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big { }
.multiple-checkout .grand-total .price { }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login { }
.account-login .new-users { }
.account-login .registered-users { }
.account-create { }
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note { }
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image { }
#checkout-step-login .captcha-image { }
.captcha-reload { 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(../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 { }
.remember-me-popup { }
.remember-me-popup h3 { }
.remember-me-popup .remember-me-popup-head { }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { }
.remember-me-popup .remember-me-popup-body { }
.remember-me-popup .remember-me-popup-body a { }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
/********** < Dashboard */
.dashboard { }
.dashboard .welcome-msg { }
/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }
/* Block: Account Information */
.dashboard .box-info { }
/* Block: Reviews */
.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:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }
/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list { }
.addresses-list-additional li.item { }
/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt, .order-info dd, .order-info ul, .order-info li { display:inline; }
.order-info dt { font-weight:bold; }
.order-date { margin:10px 0; }
.order-info-box { }
.order-items { width:100%; overflow-x:auto; }
.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 { }
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* 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 Reviews */
.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:1.6em; font-weight:bold; margin:0 0 10px; }
.product-review h3 { }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-wrap { width: 100%; float: left; }
.footer-pages { width: 960px; margin: 0 auto; }
.footer-pages ul li { float: left; margin: 1% 1% 0 0; }
.footer-pages ul li a { color: #1174b9; font-size: 1.4em; }
.footer-pages ul li a:hover { color: #171717; }
footer { width: 960px; margin: 0 auto; }
footer p { text-align:left; color: #e7e7e7; margin: 1% 0; }
footer address { text-align:right; float: left; margin: 0.5% 0 0; }
footer div.addthis_toolbox { width: 15%; float: right; margin: 1% 0; }
.footer-wrap { clear: both; }
.footer-container .bottom-container { text-align:center; float: left; }
/* ======================================================================================= */


/* 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, .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 .product-shop .short-description:after, .product-view .box-description:after, .product-view .box-tags .form-add: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; }
/* ======================================================================================= */

a { color: #555; }
.links li { padding: 0 0 0 3px; }
.quick-access { float: right; }
.quick-access ul li a { color: #e7e7e7; text-decoration: none; font-weight: 100; font-size: 1.4em; -webkit-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; }
.quick-access ul li a:hover { color: #1174b9; }
.tinynav { display: none; }
.block-subscribe input.input-text, textarea { width: 90%; }
.selectcategory { display: none; }
#mediaquery { width: 10px; height: 10px; background: #9C0; position: absolute; top: 0; left: 0; }
.footer-container { width: 100%; margin: 1% auto 0; background: #1d1e20; float: left; clear: both; }
 @media screen and (max-width:768px) {
}
 @media screen and (max-width:480px) {
}
