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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
#fastorder {
    margin-bottom: 35px;
} */
.featherlight .featherlight-content{
    min-width:90%;
}

#fastorder #fastorder_form ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#fastorder .price-subtotal{float:right;margin-right: 20px;}

#fastorder .fastorder-row .input-box .input-text::-webkit-input-placeholder {
   font-style: italic;
}
#fastorder .fastorder-row .input-box .input-text:-moz-placeholder {
   font-style: italic;  
}
#fastorder .fastorder-row .input-box .input-text::-moz-placeholder {
   font-style: italic;  
}
#fastorder .fastorder-row .input-box .input-text:-ms-input-placeholder {  
   font-style: italic; 
}

#fastorder .fastorder-multiple-form{
    width: 100%;
}

#fastorder  .fastorder-multiple-form tbody > tr:nth-child(odd) {
    background: #E8EAEB;
}

#fastorder .fastorder-multiple-form {
    border: 1px solid #d3d3d3;
    margin-bottom:10px;
}

#fastorder .no-display {
    display: none;
}

#fastorder .add-messages-success, #fastorder .add-messages-error{
    margin-top: 15px;
}

#fastorder .add-messages-success span{
    border: 1px solid #95a486;
    color: #3d6611;
    background: #eff5ea;
    padding: 10px;
}

#fastorder .add-messages-error span{
    /*border: 1px solid #95a486;*/
    color: red;
/*    background: #eff5ea;
    padding: 10px;*/
}

#fastorder .validation-advice {
    display: none;
}
.fastorder-thumbnail-container {
    display: none;
}

#fastorder_form #fastorder-0 {
    background-color: #4679BD;height:28px;
}

.fastorder-actions {
    border-bottom: 1px #A0B3C3 solid;
    font-size: 12px;
    height: 31px;
}
.fastorder-actions a {
    color: #212121;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
}
.fastorder-actions a.active {
    font-weight: bold;
    background: #E7F1F4;
    border-top: 1px #A0B3C3 solid;
    border-left: 1px #A0B3C3 solid;
    border-right: 1px #A0B3C3 solid;
}
.fastorder-row {
    background: #fefefe;
    /*border-bottom: 1px #d3d3d3 solid;*/
    /* position: relative; */
    /*height: 64px;*/
}
#fastorder .messages .error-msg{
    margin: 10px 0;
    color: #df280a;
}
#fastorder .messages .success-msg{
    margin: 10px 0;
    color: #3d6611;
}
.fastorder-row-name .row-loader {
    background: url(http://www.elmetools.com/int/../skin/frontend/base/default/images/bss/fastorder/ajax-loader.gif) no-repeat center center;
    height: 64px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:2;
    display: none;
    border-left: 1px #A0B3C3 solid;
    border-right: 1px #A0B3C3 solid;
}
.fastorder-row-ref .height-tr{
    /*min-height: 64px;*/
    padding: 4%;
}
.fastorder-row-ref {
    /*float: left;*/
    /*height: 64px;*/
    /*padding-top: 13px;*/
    /*padding-left: 2%;*/
    /*padding-right:2%;*/
    width: 27%;
    position: relative;
    border-right: 1px #d3d3d3 solid;
    /*border-left: 1px #A0B3C3 solid;*/
}
.fastorder-row-ref label {
    float: left;
    line-height: 20px;
    margin-right: 5px;
    font-size: 11px;
}
/*.fastorder-row-ref .input-box {
    float: left;
    position: relative;
    width:100%;
}*/
.fastorder-row-ref .input-text {
    width: 78%;
}
.fastorder-row-ref button {
    /*position: absolute;
    right: 0px;
    top: 0px;*/
    /*float: right;*/
    width:18%;
    /*height: 100%;*/
}
.fastorder-row-ref button span,.fastorder-row-add button span{
 /*display:block;*/
 /*height:19px;*/
 /*border:1px solid #0082E1;*/
 /*background:#0082E1;*/
 /*padding:8px 18px;*/
 font:bold 12px/19px Arial, Helvetica, sans-serif; 
 /*text-align:center;*/
 /*white-space:nowrap;*/
 color:#fff;
 /*padding: 7px 10px;*/
}




.fastorder-row-image {
    /*float: left;*/
    width: 7%;
    /*height: 64px;*/
    border-right: 1px #d3d3d3 solid;
    position: relative;
    overflow:hidden;
    /*background-color: #fff;*/
}
.fastorder-img{
    /* background: #ffffff; */
}
.fastorder-row-image div.animation {
    display: block;
    /*width: 64px;*/
    text-align: center;
    /*background: #ffffff;*/
    /*position: absolute;*/
    /*left: -64px;*/
    /*top: 0;*/
}

.fastorder-row-image div.animation img {
    width:auto;
    height:65px;
    cursor:pointer;
    margin: auto;
}

.fastorder-row-name {
    padding-left: 10px;
    /*float: left;*/
    /*margin-left: 2%;*/
    padding-right: 2%;
    width: 31%;
    /*height: 64px;*/
    /*padding-top: 18px;*/
    font-weight: normal;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 11px;
    border-right: 1px #d3d3d3 solid;
    position: relative;
}
.fastorder-row-name .animation {
    /*display: block;*/
    /*position: absolute;*/
    /*left: -420px;*/
    /*top: 18px;*/
    text-decoration: none;
}
.fastorder-row-name .price {
    /*float: right;*/
    color: red;
    /*margin-top: -15px;*/
/*    position: absolute;
    top: 0px;
    right: 10px;*/
}
.fastorder-row-price {
    /*float: left;*/
    color: red;
    width: 8%;
    border-right: 1px #d3d3d3 solid;
    /*height: 64px;*/
    /*padding-top: 18px;*/
    font-weight: normal;
    text-align: center;
}
.fastorder-row-name .reference {
    text-transform: none;
/*    font-weight: bold;
*/}
.fastorder-row-qty {
    /*float: left;*/
    width: 7%;
    /*padding-left: 25px;*/
    /*height: 64px;*/
    /*padding-top: 13px;*/
    border-right: 1px #d3d3d3 solid;
    text-align: center;
}
.fastorder-row-qty  .qty {
    /*width : 4em !important;*/
}
.fastorder-row-add {
    /*float: left;*/
    /*height: 64px;*/
    /*padding-top: 20px;*/
    width: 5%;
    text-align: center;
    margin-left: 1%;
    /*border-right: 1px #A0B3C3 solid;*/
}
.fastorder-row-edit{
    /*float: left;*/
    /*height: 64px;*/
    /*padding-top: 15px;*/
    width: 5%;
    text-align: center;
    /*margin-left: 1%;*/
    border-right: 1px #d3d3d3 solid;
}
/*.fastorder-row-add .button {
    padding : 0;
    }*/
/*autocomplete*/
.fastorder_autocomplete {
    border: 1px #6D6D6D solid;
    background: #fff;
    position: absolute;
    top: 57px;
    display: none;
    left: -1px;
    width: 100%;
    z-index: 1;
    border-top:1px #6D6D6D solid;
}
.fastorder_autocomplete ul {

}
.fastorder_autocomplete li {
    border-bottom: 1px #A0B3C3 solid;
}
.fastorder_autocomplete li .product-price {
    display: none;
}
.fastorder_autocomplete li.loader {
    background: url(http://www.elmetools.com/int/../skin/frontend/base/default/images/bss/fastorder/ajax-loader.gif) no-repeat center center;
    height: 16px;
    padding: 5px;
    border-bottom: 0;
}
.fastorder_autocomplete li a {
    display: block;
    text-decoration: none;
    padding: 5px;
    height: 48px;
}
/*.fastorder_autocomplete li a .product-name {*/
.fastorder_autocomplete li a .product-info {
    color: #1d1d1d;
    white-space: nowrap;
    font-size: 11px;
    font-weight: normal;
    float: left;
    display: block;
    height: 34px;
    width: 75%;
    line-height: 140%;
    overflow:hidden;
    padding-left: 10px;
}
/*.fastorder_autocomplete li a .product-name .ref-part {*/
.fastorder_autocomplete li a .product-info .ref-part {
    font-weight: bold;
    /*color: #AB8552;*/
    color: #fff;
    background-color: #000;
}
.fastorder_autocomplete li a .product-name .reference {
    font-size: 11px;
}
.fastorder_autocomplete li a .product-name .reference .ref-part {
    font-weight: bold;
    color: #AB8552;
}
.fastorder_autocomplete li a .product-image {
    float: left;
    display: block;
    width: 18%;
    height: 32px;
    text-align: center;
    background: #ffffff;
    border: none;
    overflow: hidden;
}
.fastorder_autocomplete li a .product-image img {
    height: 32px;
    width: auto;
}
.fastorder_autocomplete li.selected a {
    background-color: #D1D1D1;
    /*background: #E7F1F4 url(http://www.elmetools.com/int/../skin/frontend/base/default/images/advisa/fastorder/selected.jpg) no-repeat right center;*/
}
.fastorder_autocomplete li.selected a .product-image {
    border: 1px #A0B3C3 solid;
}
.fastorder-no-results
{
    font-style: italic;
    font-size: 11px;
    color: #1d1d1d;
    text-align: center;
    height: 33px;
    padding: 5px;
    border-bottom: 0;
}
.fastorder-wrap-close {
    position: relative;
    height: 26px;
    background: #0082E1;
}
.fastorder-close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000000;
    height: 15px;
    display: block;
    font-size:10px;
    text-decoration: none;
    background: url(http://www.elmetools.com/int/../skin/frontend/base/default/images/bss/fastorder/btn_window_close.gif) no-repeat right center;
    padding-right: 19px;
    line-height: 15px;
}
.fastorder-close:hover {
    color: #000000;
}
.cart {
    position: relative;
}
.cart .fastorder-cart-loader-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
}
.cart .fastorder-cart-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url(http://www.elmetools.com/int/../skin/frontend/base/default/images/bss/fastorder/ajax-loader.gif) no-repeat 50% 13px;
    z-index: 11;
}

#fastorder-0 .fastorder-row-ref,#fastorder-0 .fastorder-row-image,#fastorder-0 .fastorder-row-name,#fastorder-0 .fastorder-row-qty,#fastorder-0 .fastorder-row-price,#fastorder-0 .fastorder-row-add,#fastorder-0 .fastorder-row-edit
{
    border-right:none;
    border-left: none;
    color:white;
    font-size: 13px;
    padding-top:2px;
    text-transform: none;
    height: 27px;
    text-align: center;
    font-size: 14px;
}

#fastorder #file, #fastorder .download_csv{
    width: 20%;
    display: block;
}

#fastorder .add-rows {
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
/*    padding: 4px 12px;
    border:0;
    background-color: #d3d3d3;
    cursor: pointer;
    font-weight: bold;*/
}

#fastorder_form .submit {
    float: right;
    margin-top: 10px;
}
#fastorder table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
#fastorder tr:nth-of-type(odd) { 
  background: #eee; 
}
/*th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}*/
#fastorder td, #fastorder th { 
  /*padding: 6px; */
  border: 1px solid #ccc; 
  vertical-align: middle;
  /*text-align: left; */
}
@media 
only screen and (max-width: 760px),
(min-device-width: 320px) and (max-device-width: 800px)  {

    /* Force table to not be like tables anymore */
    #fastorder table, #fastorder thead, #fastorder tbody, #fastorder th, #fastorder td, #fastorder tr { 
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    #fastorder thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    #fastorder tr { border: 1px solid #ccc; }
    
    #fastorder td, #fastorder td.fastorder-row-name { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 25%; 
        text-align:center;
    }
    
    #fastorder td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        /*top: 6px;*/
        left: 6px;
        width: 25%; 
        padding-right: 10px; 
        white-space: nowrap;
        line-height: 55px;
    }
    
    /*
    Label the data
    */
    #fastorder td:nth-of-type(1):before { content: "Search";}
    #fastorder td:nth-of-type(2):before { content: "Photo";}
    #fastorder td:nth-of-type(3):before { content: "Product"; }
    #fastorder td:nth-of-type(4):before { content: "Qty";}
    #fastorder td:nth-of-type(5):before { content: "Total Price"; }
    #fastorder td:nth-of-type(6):before { content: "Edit"; }
    #fastorder td:nth-of-type(7):before { content: "Action"; }

    #fastorder tr#fastorder-0{
        display: none;
    }
    #fastorder .fastorder-row td{
        width: 100%;
        min-height: 55px;
    }
    #fastorder .fastorder-row .fastorder-row-price .price{
        min-height: 55px;
        line-height: 55px;
    }
    #fastorder .fastorder-row-ref .height-tr{
        min-height: auto;
    }
    #fastorder .fastorder-row-ref .height-tr .input-text{
        vertical-align: middle;
        width: 70%;
    }
    #fastorder .fastorder-row-ref .height-tr .btn-ok{
        width: 27%;
    }
    #fastorder .fastorder-row-edit button, #fastorder .fastorder-row-add button, #fastorder .fastorder-row-qty input{
        margin-top: 10px;
    }
    #fastorder .add-rows{
        margin-bottom: 10px;
        float:left;
    }
    #fastorder #data{
        margin-top: 49px;
    }
    #fastorder #data #file{
        width:57%;
    }
}

/* css loading */
#fountainTextG{
    width:134px;
    margin:auto;
}

.fountainTextG{
    color:rgb(0,0,0);
    font-family:Arial;
    font-size:24px;
    text-decoration:none;
    font-weight:normal;
    font-style:normal;
    float:left;
    animation-name:bounce_fountainTextG;
        -o-animation-name:bounce_fountainTextG;
        -ms-animation-name:bounce_fountainTextG;
        -webkit-animation-name:bounce_fountainTextG;
        -moz-animation-name:bounce_fountainTextG;
    animation-duration:2.09s;
        -o-animation-duration:2.09s;
        -ms-animation-duration:2.09s;
        -webkit-animation-duration:2.09s;
        -moz-animation-duration:2.09s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
    transform:scale(.5);
        -o-transform:scale(.5);
        -ms-transform:scale(.5);
        -webkit-transform:scale(.5);
        -moz-transform:scale(.5);
}#fountainTextG_1{
    animation-delay:0.75s;
        -o-animation-delay:0.75s;
        -ms-animation-delay:0.75s;
        -webkit-animation-delay:0.75s;
        -moz-animation-delay:0.75s;
}
#fountainTextG_2{
    animation-delay:0.9s;
        -o-animation-delay:0.9s;
        -ms-animation-delay:0.9s;
        -webkit-animation-delay:0.9s;
        -moz-animation-delay:0.9s;
}
#fountainTextG_3{
    animation-delay:1.05s;
        -o-animation-delay:1.05s;
        -ms-animation-delay:1.05s;
        -webkit-animation-delay:1.05s;
        -moz-animation-delay:1.05s;
}
#fountainTextG_4{
    animation-delay:1.2s;
        -o-animation-delay:1.2s;
        -ms-animation-delay:1.2s;
        -webkit-animation-delay:1.2s;
        -moz-animation-delay:1.2s;
}
#fountainTextG_5{
    animation-delay:1.35s;
        -o-animation-delay:1.35s;
        -ms-animation-delay:1.35s;
        -webkit-animation-delay:1.35s;
        -moz-animation-delay:1.35s;
}
#fountainTextG_6{
    animation-delay:1.5s;
        -o-animation-delay:1.5s;
        -ms-animation-delay:1.5s;
        -webkit-animation-delay:1.5s;
        -moz-animation-delay:1.5s;
}
#fountainTextG_7{
    animation-delay:1.64s;
        -o-animation-delay:1.64s;
        -ms-animation-delay:1.64s;
        -webkit-animation-delay:1.64s;
        -moz-animation-delay:1.64s;
}




@keyframes bounce_fountainTextG{
    0%{
        transform:scale(1);
        color:rgb(0,0,0);
    }

    100%{
        transform:scale(.5);
        color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainTextG{
    0%{
        -o-transform:scale(1);
        color:rgb(0,0,0);
    }

    100%{
        -o-transform:scale(.5);
        color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainTextG{
    0%{
        -ms-transform:scale(1);
        color:rgb(0,0,0);
    }

    100%{
        -ms-transform:scale(.5);
        color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainTextG{
    0%{
        -webkit-transform:scale(1);
        color:rgb(0,0,0);
    }

    100%{
        -webkit-transform:scale(.5);
        color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainTextG{
    0%{
        -moz-transform:scale(1);
        color:rgb(0,0,0);
    }

    100%{
        -moz-transform:scale(.5);
        color:rgb(255,255,255);
    }
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('http://www.elmetools.com/int/../skin/frontend/base/default/js/bss/fancybox/fancybox_sprite.png');
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('http://www.elmetools.com/int/../skin/frontend/base/default/js/bss/fancybox/fancybox_loading.gif') center center no-repeat;
}

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8000;
	background: url('http://www.elmetools.com/int/../skin/frontend/base/default/js/bss/fancybox/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

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

/* fancybox-thumbs */

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:8000;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}/* .featherlight .featherlight-inner{display:block} */.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}
/* CONTAINER */
.cookienotice-container {font: inherit;background: #ddd;z-index: 9999;padding: 10px;}
.cookienotice-content {margin: 0 auto;display: block;clear: both;overflow: auto;}

/* MESSAGE */
.cookienotice-message {float: left;}
.cookienotice-page-link {}
.cookienotice-page-link:hover {}

/* BUTTON */
.cookienotice-button-container { float: right; margin: 10px 10px 10px 0; }
.cookienotice-button { display: block; text-align: center; cursor: pointer; }
.cookienotice-container .cookienotice-button:hover {}
.cookienotice-container a.cookienotice-button:active {}

/* BAR */
.cookienotice-bar {clear: both;width: 100%;}
.cookienotice-bar-top {position: absolute;top: 0;left: 0;}
.cookienotice-bar-bottom {position: fixed;top: auto;bottom: 0;left: 0;}
.cookienotice-bar .cookienotice-content {width: 960px;}

/* BOX */
.cookienotice-box {position: fixed;top: 0;left: 0;width: 240px;border-radius: 4px;top: auto;bottom: auto;left: auto;right: auto;}
.cookienotice-box-top-left {left: 30px;top: 30px;}
.cookienotice-box-top-right {right: 30px;top: 30px;}
.cookienotice-box-bottom-right {right: 30px;bottom: 30px;}
.cookienotice-box-bottom-left {left: 30px;bottom: 30px;}
.cookienotice-box .cookienotice-content {}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#fff;color:#222;padding:0;margin:0;font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1;position:relative;cursor:default}a:hover{cursor:pointer}a:focus{outline:none}img,object,embed{max-width:100%;height:auto}object,embed{height:100%}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}.hide{display:none}.antialiased{-webkit-font-smoothing:antialiased}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;*zoom:1}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse .column,.row.collapse .columns{position:relative;padding-left:0;padding-right:0;float:left}.row .row{width:auto;margin-left:-0.9375em;margin-right:-0.9375em;margin-top:0;margin-bottom:0;max-width:none;*zoom:1}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none;*zoom:1}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{position:relative;padding-left:0.9375em;padding-right:0.9375em;width:100%;float:left}

@media only screen{

    .column,
    .columns {
        position:relative;
        padding-left:0.9375em;
        padding-right:0.9375em;
        float:left
    }

    .social.last {
        min-height: 72px;
    }

    .small-1{position:relative;width:8.33333%}.small-2{position:relative;width:16.66667%}.small-3{position:relative;width:25%}.small-4{position:relative;width:33.33333%}.small-5{position:relative;width:41.66667%}.small-6{position:relative;width:50%}.small-7{position:relative;width:58.33333%}.small-8{position:relative;width:66.66667%}.small-9{position:relative;width:75%}.small-10{position:relative;width:83.33333%}.small-11{position:relative;width:91.66667%}.small-12{position:relative;width:100%}.small-offset-0{position:relative;margin-left:0%}.small-offset-1{position:relative;margin-left:8.33333%}.small-offset-2{position:relative;margin-left:16.66667%}.small-offset-3{position:relative;margin-left:25%}.small-offset-4{position:relative;margin-left:33.33333%}.small-offset-5{position:relative;margin-left:41.66667%}.small-offset-6{position:relative;margin-left:50%}.small-offset-7{position:relative;margin-left:58.33333%}.small-offset-8{position:relative;margin-left:66.66667%}.small-offset-9{position:relative;margin-left:75%}.small-offset-10{position:relative;margin-left:83.33333%}[class*="column"]+[class*="column"]:last-child{float:right}[class*="column"]+[class*="column"].end{float:left}.column.small-centered,.columns.small-centered{position:relative;margin-left:auto;margin-right:auto;float:none !important}}@media only screen and (min-width: 768px){.large-1{position:relative;width:8.33333%}.large-2{position:relative;width:16.66667%}.large-3{position:relative;width:25%}.large-4{position:relative;width:33.33333%}.large-5{position:relative;width:41.66667%}.large-6{position:relative;width:50%}.large-7{position:relative;width:58.33333%}.large-8{position:relative;width:66.66667%}.large-9{position:relative;width:75%}.large-10{position:relative;width:83.33333%}.large-11{position:relative;width:91.66667%}.large-12{position:relative;width:100%}.row .large-offset-0{position:relative;margin-left:0%}.row .large-offset-1{position:relative;margin-left:8.33333%}.row .large-offset-2{position:relative;margin-left:16.66667%}.row .large-offset-3{position:relative;margin-left:25%}.row .large-offset-4{position:relative;margin-left:33.33333%}.row .large-offset-5{position:relative;margin-left:41.66667%}.row .large-offset-6{position:relative;margin-left:50%}.row .large-offset-7{position:relative;margin-left:58.33333%}.row .large-offset-8{position:relative;margin-left:66.66667%}.row .large-offset-9{position:relative;margin-left:75%}.row .large-offset-10{position:relative;margin-left:83.33333%}.row .large-offset-11{position:relative;margin-left:91.66667%}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}.column.large-centered,.columns.large-centered{position:relative;margin-left:auto;margin-right:auto;float:none !important}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left !important}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right !important}}.show-for-small,.show-for-medium-down,.show-for-large-down{display:inherit !important}.show-for-medium,.show-for-medium-up,.show-for-large,.show-for-large-up,.show-for-xlarge{display:none !important}.hide-for-medium,.hide-for-medium-up,.hide-for-large,.hide-for-large-up,.hide-for-xlarge{display:inherit !important}.hide-for-small,.hide-for-medium-down,.hide-for-large-down{display:none !important}table.show-for-small,table.show-for-medium-down,table.show-for-large-down,table.hide-for-medium,table.hide-for-medium-up,table.hide-for-large,table.hide-for-large-up,table.hide-for-xlarge{display:table}thead.show-for-small,thead.show-for-medium-down,thead.show-for-large-down,thead.hide-for-medium,thead.hide-for-medium-up,thead.hide-for-large,thead.hide-for-large-up,thead.hide-for-xlarge{display:table-header-group !important}tbody.show-for-small,tbody.show-for-medium-down,tbody.show-for-large-down,tbody.hide-for-medium,tbody.hide-for-medium-up,tbody.hide-for-large,tbody.hide-for-large-up,tbody.hide-for-xlarge{display:table-row-group !important}tr.show-for-small,tr.show-for-medium-down,tr.show-for-large-down,tr.hide-for-medium,tr.hide-for-medium-up,tr.hide-for-large,tr.hide-for-large-up,tr.hide-for-xlarge{display:table-row !important}td.show-for-small,td.show-for-medium-down,td.show-for-large-down,td.hide-for-medium,td.hide-for-medium-up,td.hide-for-large,td.hide-for-large-up,td.hide-for-xlarge,th.show-for-small,th.show-for-medium-down,th.show-for-large-down,th.hide-for-medium,th.hide-for-medium-up,th.hide-for-large,th.hide-for-large-up,th.hide-for-xlarge{display:table-cell !important}@media only screen and (min-width: 768px){.show-for-medium,.show-for-medium-up{display:inherit !important}.show-for-small{display:none !important}.hide-for-small{display:inherit !important}.hide-for-medium,.hide-for-medium-up{display:none !important}table.show-for-medium,table.show-for-medium-up,table.hide-for-small{display:table}thead.show-for-medium,thead.show-for-medium-up,thead.hide-for-small{display:table-header-group !important}tbody.show-for-medium,tbody.show-for-medium-up,tbody.hide-for-small{display:table-row-group !important}tr.show-for-medium,tr.show-for-medium-up,tr.hide-for-small{display:table-row !important}td.show-for-medium,td.show-for-medium-up,td.hide-for-small,th.show-for-medium,th.show-for-medium-up,th.hide-for-small{display:table-cell !important}}@media only screen and (min-width: 1280px){.show-for-large,.show-for-large-up{display:inherit !important}.show-for-medium,.show-for-medium-down{display:none !important}.hide-for-medium,.hide-for-medium-down{display:inherit !important}.hide-for-large,.hide-for-large-up{display:none !important}table.show-for-large,table.show-for-large-up,table.hide-for-medium,table.hide-for-medium-down{display:table}thead.show-for-large,thead.show-for-large-up,thead.hide-for-medium,thead.hide-for-medium-down{display:table-header-group !important}tbody.show-for-large,tbody.show-for-large-up,tbody.hide-for-medium,tbody.hide-for-medium-down{display:table-row-group !important}tr.show-for-large,tr.show-for-large-up,tr.hide-for-medium,tr.hide-for-medium-down{display:table-row !important}td.show-for-large,td.show-for-large-up,td.hide-for-medium,td.hide-for-medium-down,th.show-for-large,th.show-for-large-up,th.hide-for-medium,th.hide-for-medium-down{display:table-cell !important}}@media only screen and (min-width: 1440px){.show-for-xlarge{display:inherit !important}.show-for-large,.show-for-large-down{display:none !important}.hide-for-large,.hide-for-large-down{display:inherit !important}.hide-for-xlarge{display:none !important}table.show-for-xlarge,table.hide-for-large,table.hide-for-large-down{display:table}thead.show-for-xlarge,thead.hide-for-large,thead.hide-for-large-down{display:table-header-group !important}tbody.show-for-xlarge,tbody.hide-for-large,tbody.hide-for-large-down{display:table-row-group !important}tr.show-for-xlarge,tr.hide-for-large,tr.hide-for-large-down{display:table-row !important}td.show-for-xlarge,td.hide-for-large,td.hide-for-large-down,th.show-for-xlarge,th.hide-for-large,th.hide-for-large-down{display:table-cell !important}}.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.hide-for-landscape,table.show-for-portrait{display:table}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group !important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group !important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row !important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell !important}@media only screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.show-for-landscape,table.hide-for-portrait{display:table}thead.show-for-landscape,thead.hide-for-portrait{display:table-header-group !important}tbody.show-for-landscape,tbody.hide-for-portrait{display:table-row-group !important}tr.show-for-landscape,tr.hide-for-portrait{display:table-row !important}td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait{display:table-cell !important}}@media only screen and (orientation: portrait){.show-for-portrait,.hide-for-landscape{display:inherit !important}.hide-for-portrait,.show-for-landscape{display:none !important}table.show-for-portrait,table.hide-for-landscape{display:table}thead.show-for-portrait,thead.hide-for-landscape{display:table-header-group !important}tbody.show-for-portrait,tbody.hide-for-landscape{display:table-row-group !important}tr.show-for-portrait,tr.hide-for-landscape{display:table-row !important}td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape{display:table-cell !important}}.show-for-touch{display:none !important}.hide-for-touch{display:inherit !important}.touch .show-for-touch{display:inherit !important}.touch .hide-for-touch{display:none !important}table.hide-for-touch{display:table}.touch table.show-for-touch{display:table}thead.hide-for-touch{display:table-header-group !important}.touch thead.show-for-touch{display:table-header-group !important}tbody.hide-for-touch{display:table-row-group !important}.touch tbody.show-for-touch{display:table-row-group !important}tr.hide-for-touch{display:table-row !important}.touch tr.show-for-touch{display:table-row !important}td.hide-for-touch{display:table-cell !important}.touch td.show-for-touch{display:table-cell !important}th.hide-for-touch{display:table-cell !important}.touch th.show-for-touch{display:table-cell !important}@media only screen{[class*="block-grid-"]{display:block;padding:0;margin:0 -0.625em;*zoom:1}[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table}[class*="block-grid-"]:after{clear:both}[class*="block-grid-"]>li{display:inline;height:auto;float:left;padding:0 0.625em 1.25em}.small-block-grid-1>li{width:100%;padding:0 0.625em 1.25em}.small-block-grid-1>li:nth-of-type(n){clear:none}.small-block-grid-1>li:nth-of-type(1n+1){clear:both}.small-block-grid-2>li{width:50%;padding:0 0.625em 1.25em}.small-block-grid-2>li:nth-of-type(n){clear:none}.small-block-grid-2>li:nth-of-type(2n+1){clear:both}.small-block-grid-3>li{width:33.33333%;padding:0 0.625em 1.25em}.small-block-grid-3>li:nth-of-type(n){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:both}.small-block-grid-4>li{width:25%;padding:0 0.625em 1.25em}.small-block-grid-4>li:nth-of-type(n){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:both}.small-block-grid-5>li{width:20%;padding:0 0.625em 1.25em}.small-block-grid-5>li:nth-of-type(n){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:both}.small-block-grid-6>li{width:16.66667%;padding:0 0.625em 1.25em}.small-block-grid-6>li:nth-of-type(n){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:both}.small-block-grid-7>li{width:14.28571%;padding:0 0.625em 1.25em}.small-block-grid-7>li:nth-of-type(n){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:both}.small-block-grid-8>li{width:12.5%;padding:0 0.625em 1.25em}.small-block-grid-8>li:nth-of-type(n){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:both}.small-block-grid-9>li{width:11.11111%;padding:0 0.625em 1.25em}.small-block-grid-9>li:nth-of-type(n){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:both}.small-block-grid-10>li{width:10%;padding:0 0.625em 1.25em}.small-block-grid-10>li:nth-of-type(n){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:both}.small-block-grid-11>li{width:9.09091%;padding:0 0.625em 1.25em}.small-block-grid-11>li:nth-of-type(n){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:both}.small-block-grid-12>li{width:8.33333%;padding:0 0.625em 1.25em}.small-block-grid-12>li:nth-of-type(n){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width: 768px){.small-block-grid-1>li:nth-of-type(1n+1){clear:none}.small-block-grid-2>li:nth-of-type(2n+1){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:none}.large-block-grid-1>li{width:100%;padding:0 0.625em 1.25em}.large-block-grid-1>li:nth-of-type(n){clear:none}.large-block-grid-1>li:nth-of-type(1n+1){clear:both}.large-block-grid-2>li{width:50%;padding:0 0.625em 1.25em}.large-block-grid-2>li:nth-of-type(n){clear:none}.large-block-grid-2>li:nth-of-type(2n+1){clear:both}.large-block-grid-3>li{width:33.33333%;padding:0 0.625em 1.25em}.large-block-grid-3>li:nth-of-type(n){clear:none}.large-block-grid-3>li:nth-of-type(3n+1){clear:both}.large-block-grid-4>li{width:25%;padding:0 0.625em 1.25em}.large-block-grid-4>li:nth-of-type(n){clear:none}.large-block-grid-4>li:nth-of-type(4n+1){clear:both}.large-block-grid-5>li{width:20%;padding:0 0.625em 1.25em}.large-block-grid-5>li:nth-of-type(n){clear:none}.large-block-grid-5>li:nth-of-type(5n+1){clear:both}.large-block-grid-6>li{width:16.66667%;padding:0 0.625em 1.25em}.large-block-grid-6>li:nth-of-type(n){clear:none}.large-block-grid-6>li:nth-of-type(6n+1){clear:both}.large-block-grid-7>li{width:14.28571%;padding:0 0.625em 1.25em}.large-block-grid-7>li:nth-of-type(n){clear:none}.large-block-grid-7>li:nth-of-type(7n+1){clear:both}.large-block-grid-8>li{width:12.5%;padding:0 0.625em 1.25em}.large-block-grid-8>li:nth-of-type(n){clear:none}.large-block-grid-8>li:nth-of-type(8n+1){clear:both}.large-block-grid-9>li{width:11.11111%;padding:0 0.625em 1.25em}.large-block-grid-9>li:nth-of-type(n){clear:none}.large-block-grid-9>li:nth-of-type(9n+1){clear:both}.large-block-grid-10>li{width:10%;padding:0 0.625em 1.25em}.large-block-grid-10>li:nth-of-type(n){clear:none}.large-block-grid-10>li:nth-of-type(10n+1){clear:both}.large-block-grid-11>li{width:9.09091%;padding:0 0.625em 1.25em}.large-block-grid-11>li:nth-of-type(n){clear:none}.large-block-grid-11>li:nth-of-type(11n+1){clear:both}.large-block-grid-12>li{width:8.33333%;padding:0 0.625em 1.25em}.large-block-grid-12>li:nth-of-type(n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1){clear:both}}p.lead{font-size:1.21875em;line-height:1.6}.subheader{line-height:1.4;color:#6f6f6f;font-weight:300;margin-top:0.2em;margin-bottom:0.5em}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr}a{color:#2ba6cb;text-decoration:none;line-height:inherit}a:hover,a:focus{color:#2795b6}a img{border:none}p{font-family:inherit;font-weight:normal;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}p aside{font-size:0.875em;line-height:1.35;font-style:italic}h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:bold;font-style:normal;color:#222;text-rendering:optimizeLegibility;margin-top:0.2em;margin-bottom:0.5em;line-height:1.2125em}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:60%;color:#6f6f6f;line-height:0}h1{font-size:2.125em}h2{font-size:1.6875em}h3{font-size:1.375em}h4{font-size:1.125em}h5{font-size:1.125em}h6{font-size:1em}hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:bold;color:#7f0a0c}ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}ul,ol{margin-left:0}ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}ul.square{list-style-type:square}ul.circle{list-style-type:circle}ul.disc{list-style-type:disc}ul.no-bullet{list-style:none}ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}dl dt{margin-bottom:0.3em;font-weight:bold}dl dd{margin-bottom:0.75em}abbr,acronym{text-transform:uppercase;font-size:90%;color:#222;border-bottom:1px dotted #ddd;cursor:help}abbr{text-transform:none}blockquote{margin:0 0 1.25em;padding:0.5625em 1.25em 0 1.1875em;border-left:1px solid #ddd}blockquote cite{display:block;font-size:0.8125em;color:#555}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited{color:#555}blockquote,blockquote p{line-height:1.6;color:#6f6f6f}.vcard{display:inline-block;margin:0 0 1.25em 0;border:1px solid #ddd;padding:0.625em 0.75em}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:0.9375em}.vevent .summary{font-weight:bold}.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:none;padding:0 0.0625em}@media only screen and (min-width: 768px){h1,h2,h3,h4,h5,h6{line-height:1.4}h1{font-size:2.75em}h2{font-size:2.3125em}h3{font-size:1.6875em}h4{font-size:1.4375em}}.print-only{display:none !important}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}button,.button{border-style:solid;border-width:1px;cursor:pointer;font-family:inherit;font-weight:bold;line-height:1;margin:0 0 1.25em;position:relative;text-decoration:none;text-align:center;display:inline-block;padding-top:0.75em;padding-right:1.5em;padding-bottom:0.8125em;padding-left:1.5em;font-size:1em;background-color:#2ba6cb;border-color:#2284a1;color:#fff}button:hover,button:focus,.button:hover,.button:focus{background-color:#2284a1}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#e9e9e9;border-color:#d0d0d0;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#d0d0d0}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#5da423;border-color:#457a1a;color:#fff}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{background-color:#457a1a}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{color:#fff}button.alert,.button.alert{background-color:#c60f13;border-color:#970b0e;color:#fff}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{background-color:#970b0e}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{color:#fff}button.large,.button.large{padding-top:1em;padding-right:2em;padding-bottom:1.0625em;padding-left:2em;font-size:1.25em}button.small,.button.small{padding-top:0.5625em;padding-right:1.125em;padding-bottom:0.625em;padding-left:1.125em;font-size:0.8125em}button.tiny,.button.tiny{padding-top:0.4375em;padding-right:0.875em;padding-bottom:0.5em;padding-left:0.875em;font-size:0.6875em}button.expand,.button.expand{padding-right:0px;padding-left:0px;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:0.75em}button.right-align,.button.right-align{text-align:right;padding-right:0.75em}button.disabled,button[disabled],.button.disabled,.button[disabled]{background-color:#2ba6cb;border-color:#2284a1;color:#fff;cursor:default;opacity:0.6;-webkit-box-shadow:none;box-shadow:none}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#2284a1}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{color:#fff}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#2ba6cb}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#e9e9e9;border-color:#d0d0d0;color:#333;cursor:default;opacity:0.6;-webkit-box-shadow:none;box-shadow:none}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#d0d0d0}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{color:#333}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#e9e9e9}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#5da423;border-color:#457a1a;color:#fff;cursor:default;opacity:0.6;-webkit-box-shadow:none;box-shadow:none}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#457a1a}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{color:#fff}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#5da423}button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert{background-color:#c60f13;border-color:#970b0e;color:#fff;cursor:default;opacity:0.6;-webkit-box-shadow:none;box-shadow:none}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#970b0e}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{color:#fff}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#c60f13}button,.button{padding-top:0.8125em;padding-bottom:0.75em;-webkit-appearance:none}button.tiny,.button.tiny{padding-top:0.5em;padding-bottom:0.4375em;-webkit-appearance:none}button.small,.button.small{padding-top:0.625em;padding-bottom:0.5625em;-webkit-appearance:none}button.large,.button.large{padding-top:1.03125em;padding-bottom:1.03125em;-webkit-appearance:none}@media only screen{button,.button{-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;-webkit-transition:background-color 300ms ease-out;-moz-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out}button:active,.button:active{-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2) inset;box-shadow:0 1px 0 rgba(0,0,0,0.2) inset}button.radius,.button.radius{-webkit-border-radius:3px;border-radius:3px}button.round,.button.round{-webkit-border-radius:1000px;border-radius:1000px}}@media only screen and (min-width: 768px){button,.button{display:inline-block}}form{margin:0 0 1em}form .row .row{margin:0 -0.5em}form .row .row .column,form .row .row .columns{padding:0 0.5em}form .row .row.collapse{margin:0}form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:0.5em}label{font-size:0.875em;color:#4d4d4d;cursor:pointer;display:block;font-weight:500;margin-bottom:0.1875em}label.right{float:none;text-align:right}label.inline{margin:0 0 1em 0;padding:0.625em 0}label small{text-transform:capitalize;color:#666}.prefix,.postfix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;border-style:solid;border-width:1px;overflow:hidden;font-size:0.875em;height:2.3125em;line-height:2.3125em}.postfix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125em}.prefix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125em}.prefix.button.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.postfix.button.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.prefix.button.round{-webkit-border-radius:0;border-radius:0;-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.postfix.button.round{-webkit-border-radius:0;border-radius:0;-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}span.prefix,label.prefix{background:#f2f2f2;border-color:#d9d9d9;border-right:none;color:#333}span.prefix.radius,label.prefix.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}span.postfix,label.postfix{background:#f2f2f2;border-color:#ccc;border-left:none;color:#333}span.postfix.radius,label.postfix.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.input-group.radius>*:first-child,.input-group.radius>*:first-child *{-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.input-group.radius>*:last-child,.input-group.radius>*:last-child *{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.input-group.round>*:first-child,.input-group.round>*:first-child *{-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.input-group.round>*:last-child,.input-group.round>*:last-child *{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{background-color:#fff;font-family:inherit;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);color:rgba(0,0,0,0.75);display:block;font-size:0.875em;margin:0 0 1em 0;padding:0.5em;height:2.3125em;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:-webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;-moz-transition:-moz-box-shadow 0.45s,border-color 0.45s ease-in-out;transition:box-shadow 0.45s,border-color 0.45s ease-in-out}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{-webkit-box-shadow:0 0 5px #999;-moz-box-shadow:0 0 5px #999;box-shadow:0 0 5px #999;border-color:#999}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{background:#fafafa;border-color:#999;outline:none}input[type="text"][disabled],input[type="password"][disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="month"][disabled],input[type="week"][disabled],input[type="email"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="time"][disabled],input[type="url"][disabled],textarea[disabled]{background-color:#ddd}input[type="file"],input[type="checkbox"],input[type="radio"],select{margin:0 0 1em 0}input[type="file"]{width:100%}fieldset{border:solid 1px #ddd;padding:1.25em;margin:1.125em 0}fieldset legend{font-weight:bold;background:#fff;padding:0 0.1875em;margin:0;margin-left:-0.1875em}[data-abide] .error small.error,[data-abide] span.error,[data-abide] small.error{display:block;padding:0.375em 0.25em;margin-top:-1.3125em;margin-bottom:1em;font-size:0.75em;font-weight:bold;background:#c60f13;color:#fff;margin-top:0}[data-abide] span.error,[data-abide] small.error{display:none}span.error,small.error{display:block;padding:0.375em 0.25em;margin-top:-1.3125em;margin-bottom:1em;font-size:0.75em;font-weight:bold;background:#c60f13;color:#fff}.error input,.error textarea,.error select{border-color:#c60f13;background-color:rgba(198,15,19,0.1);margin-bottom:0}.error input:focus,.error textarea:focus,.error select:focus{background:#fafafa;border-color:#999}.error label,.error label.error{color:#c60f13}.error small.error{display:block;padding:0.375em 0.25em;margin-top:-1.3125em;margin-bottom:1em;font-size:0.75em;font-weight:bold;background:#c60f13;color:#fff}.error span.error-message{display:block}input.error,textarea.error{border-color:#c60f13;background-color:rgba(198,15,19,0.1)}input.error:focus,textarea.error:focus{background:#fafafa;border-color:#999}.error select{border-color:#c60f13;background-color:rgba(198,15,19,0.1)}.error select:focus{background:#fafafa;border-color:#999}label.error{color:#c60f13}.button-group{list-style:none;margin:0;*zoom:1}.button-group:before,.button-group:after{content:" ";display:table}.button-group:after{clear:both}.button-group>*{margin:0 0 0 -1px;float:left}.button-group>*:first-child{margin-left:0}.button-group.radius>*:first-child,.button-group.radius>*:first-child>a,.button-group.radius>*:first-child>button,.button-group.radius>*:first-child>.button{-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius>*:last-child,.button-group.radius>*:last-child>a,.button-group.radius>*:last-child>button,.button-group.radius>*:last-child>.button{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group.round>*:first-child,.button-group.round>*:first-child>a,.button-group.round>*:first-child>button,.button-group.round>*:first-child>.button{-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round>*:last-child,.button-group.round>*:last-child>a,.button-group.round>*:last-child>button,.button-group.round>*:last-child>.button{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}.button-group.even-2 li{width:50%}.button-group.even-2 li button,.button-group.even-2 li .button{width:100%}.button-group.even-3 li{width:33.33333%}.button-group.even-3 li button,.button-group.even-3 li .button{width:100%}.button-group.even-4 li{width:25%}.button-group.even-4 li button,.button-group.even-4 li .button{width:100%}.button-group.even-5 li{width:20%}.button-group.even-5 li button,.button-group.even-5 li .button{width:100%}.button-group.even-6 li{width:16.66667%}.button-group.even-6 li button,.button-group.even-6 li .button{width:100%}.button-group.even-7 li{width:14.28571%}.button-group.even-7 li button,.button-group.even-7 li .button{width:100%}.button-group.even-8 li{width:12.5%}.button-group.even-8 li button,.button-group.even-8 li .button{width:100%}.button-bar{*zoom:1}.button-bar:before,.button-bar:after{content:" ";display:table}.button-bar:after{clear:both}.button-bar .button-group{float:left;margin-right:0.625em}.button-bar .button-group div{overflow:hidden}.dropdown.button{position:relative;padding-right:3.1875em}.dropdown.button:before{position:absolute;content:"";width:0;height:0;display:block;border-style:solid;border-color:#fff transparent transparent transparent;top:50%}.dropdown.button:before{border-width:0.5625em;right:1.5em;margin-top:-0.25em}.dropdown.button:before{border-color:#fff transparent transparent transparent}.dropdown.button.tiny{padding-right:2.1875em}.dropdown.button.tiny:before{border-width:0.4375em;right:0.875em;margin-top:-0.15625em}.dropdown.button.tiny:before{border-color:#fff transparent transparent transparent}.dropdown.button.small{padding-right:2.8125em}.dropdown.button.small:before{border-width:0.5625em;right:1.125em;margin-top:-0.21875em}.dropdown.button.small:before{border-color:#fff transparent transparent transparent}.dropdown.button.large{padding-right:4em}.dropdown.button.large:before{border-width:0.625em;right:1.75em;margin-top:-0.3125em}.dropdown.button.large:before{border-color:#fff transparent transparent transparent}.dropdown.button.secondary:before{border-color:#333 transparent transparent transparent}.split.button{position:relative;padding-right:4.8em}.split.button span{display:block;height:100%;position:absolute;right:0;top:0;border-left:solid 1px}.split.button span:before{position:absolute;content:"";width:0;height:0;display:block;border-style:inset;left:50%}.split.button span:active{background-color:rgba(0,0,0,0.1)}.split.button span{border-left-color:#1e728c}.split.button span{width:3em}.split.button span:before{border-top-style:solid;border-width:0.5625em;top:1.125em;margin-left:-0.5625em}.split.button span:before{border-color:#fff transparent transparent transparent}.split.button.secondary span{border-left-color:#c3c3c3}.split.button.secondary span:before{border-color:#fff transparent transparent transparent}.split.button.alert span{border-left-color:#7f0a0c}.split.button.success span{border-left-color:#396516}.split.button.tiny{padding-right:3.9375em}.split.button.tiny span{width:2.84375em}.split.button.tiny span:before{border-top-style:solid;border-width:0.4375em;top:0.875em;margin-left:-0.3125em}.split.button.small{padding-right:3.9375em}.split.button.small span{width:2.8125em}.split.button.small span:before{border-top-style:solid;border-width:0.5625em;top:0.84375em;margin-left:-0.5625em}.split.button.large{padding-right:6em}.split.button.large span{width:3.75em}.split.button.large span:before{border-top-style:solid;border-width:0.625em;top:1.3125em;margin-left:-0.5625em}.split.button.expand{padding-left:2em}.split.button.secondary span:before{border-color:#333 transparent transparent transparent}.split.button.radius span{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button.round span{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}.flex-video{position:relative;padding-top:1.5625em;padding-bottom:67.5%;height:0;margin-bottom:1em;overflow:hidden}.flex-video.widescreen{padding-bottom:57.25%}.flex-video.vimeo{padding-top:0}.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}[data-section=''],[data-section='auto'],.section-container.auto,[data-section='vertical-tabs'],.section-container.vertical-tabs,[data-section='vertical-nav'],.section-container.vertical-nav,[data-section='horizontal-nav'],.section-container.horizontal-nav,[data-section='accordion'],.section-container.accordion{width:100%;position:relative;display:block;margin-bottom:1.25em}[data-section=''][data-section-small-style],[data-section='auto'][data-section-small-style],.section-container.auto[data-section-small-style],[data-section='vertical-tabs'][data-section-small-style],.section-container.vertical-tabs[data-section-small-style],[data-section='vertical-nav'][data-section-small-style],.section-container.vertical-nav[data-section-small-style],[data-section='horizontal-nav'][data-section-small-style],.section-container.horizontal-nav[data-section-small-style],[data-section='accordion'][data-section-small-style],.section-container.accordion[data-section-small-style]{width:100% !important}[data-section=''][data-section-small-style]>[data-section-region],[data-section=''][data-section-small-style]>section,[data-section=''][data-section-small-style]>.section,[data-section='auto'][data-section-small-style]>[data-section-region],[data-section='auto'][data-section-small-style]>section,[data-section='auto'][data-section-small-style]>.section,.section-container.auto[data-section-small-style]>[data-section-region],.section-container.auto[data-section-small-style]>section,.section-container.auto[data-section-small-style]>.section,[data-section='vertical-tabs'][data-section-small-style]>[data-section-region],[data-section='vertical-tabs'][data-section-small-style]>section,[data-section='vertical-tabs'][data-section-small-style]>.section,.section-container.vertical-tabs[data-section-small-style]>[data-section-region],.section-container.vertical-tabs[data-section-small-style]>section,.section-container.vertical-tabs[data-section-small-style]>.section,[data-section='vertical-nav'][data-section-small-style]>[data-section-region],[data-section='vertical-nav'][data-section-small-style]>section,[data-section='vertical-nav'][data-section-small-style]>.section,.section-container.vertical-nav[data-section-small-style]>[data-section-region],.section-container.vertical-nav[data-section-small-style]>section,.section-container.vertical-nav[data-section-small-style]>.section,[data-section='horizontal-nav'][data-section-small-style]>[data-section-region],[data-section='horizontal-nav'][data-section-small-style]>section,[data-section='horizontal-nav'][data-section-small-style]>.section,.section-container.horizontal-nav[data-section-small-style]>[data-section-region],.section-container.horizontal-nav[data-section-small-style]>section,.section-container.horizontal-nav[data-section-small-style]>.section,[data-section='accordion'][data-section-small-style]>[data-section-region],[data-section='accordion'][data-section-small-style]>section,[data-section='accordion'][data-section-small-style]>.section,.section-container.accordion[data-section-small-style]>[data-section-region],.section-container.accordion[data-section-small-style]>section,.section-container.accordion[data-section-small-style]>.section{padding:0 !important;margin:0 !important}[data-section=''][data-section-small-style]>[data-section-region]>[data-section-title],[data-section=''][data-section-small-style]>[data-section-region]>.title,[data-section=''][data-section-small-style]>section>[data-section-title],[data-section=''][data-section-small-style]>section>.title,[data-section=''][data-section-small-style]>.section>[data-section-title],[data-section=''][data-section-small-style]>.section>.title,[data-section='auto'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='auto'][data-section-small-style]>[data-section-region]>.title,[data-section='auto'][data-section-small-style]>section>[data-section-title],[data-section='auto'][data-section-small-style]>section>.title,[data-section='auto'][data-section-small-style]>.section>[data-section-title],[data-section='auto'][data-section-small-style]>.section>.title,.section-container.auto[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.auto[data-section-small-style]>[data-section-region]>.title,.section-container.auto[data-section-small-style]>section>[data-section-title],.section-container.auto[data-section-small-style]>section>.title,.section-container.auto[data-section-small-style]>.section>[data-section-title],.section-container.auto[data-section-small-style]>.section>.title,[data-section='vertical-tabs'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='vertical-tabs'][data-section-small-style]>[data-section-region]>.title,[data-section='vertical-tabs'][data-section-small-style]>section>[data-section-title],[data-section='vertical-tabs'][data-section-small-style]>section>.title,[data-section='vertical-tabs'][data-section-small-style]>.section>[data-section-title],[data-section='vertical-tabs'][data-section-small-style]>.section>.title,.section-container.vertical-tabs[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.vertical-tabs[data-section-small-style]>[data-section-region]>.title,.section-container.vertical-tabs[data-section-small-style]>section>[data-section-title],.section-container.vertical-tabs[data-section-small-style]>section>.title,.section-container.vertical-tabs[data-section-small-style]>.section>[data-section-title],.section-container.vertical-tabs[data-section-small-style]>.section>.title,[data-section='vertical-nav'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='vertical-nav'][data-section-small-style]>[data-section-region]>.title,[data-section='vertical-nav'][data-section-small-style]>section>[data-section-title],[data-section='vertical-nav'][data-section-small-style]>section>.title,[data-section='vertical-nav'][data-section-small-style]>.section>[data-section-title],[data-section='vertical-nav'][data-section-small-style]>.section>.title,.section-container.vertical-nav[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.vertical-nav[data-section-small-style]>[data-section-region]>.title,.section-container.vertical-nav[data-section-small-style]>section>[data-section-title],.section-container.vertical-nav[data-section-small-style]>section>.title,.section-container.vertical-nav[data-section-small-style]>.section>[data-section-title],.section-container.vertical-nav[data-section-small-style]>.section>.title,[data-section='horizontal-nav'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='horizontal-nav'][data-section-small-style]>[data-section-region]>.title,[data-section='horizontal-nav'][data-section-small-style]>section>[data-section-title],[data-section='horizontal-nav'][data-section-small-style]>section>.title,[data-section='horizontal-nav'][data-section-small-style]>.section>[data-section-title],[data-section='horizontal-nav'][data-section-small-style]>.section>.title,.section-container.horizontal-nav[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.horizontal-nav[data-section-small-style]>[data-section-region]>.title,.section-container.horizontal-nav[data-section-small-style]>section>[data-section-title],.section-container.horizontal-nav[data-section-small-style]>section>.title,.section-container.horizontal-nav[data-section-small-style]>.section>[data-section-title],.section-container.horizontal-nav[data-section-small-style]>.section>.title,[data-section='accordion'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='accordion'][data-section-small-style]>[data-section-region]>.title,[data-section='accordion'][data-section-small-style]>section>[data-section-title],[data-section='accordion'][data-section-small-style]>section>.title,[data-section='accordion'][data-section-small-style]>.section>[data-section-title],[data-section='accordion'][data-section-small-style]>.section>.title,.section-container.accordion[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.accordion[data-section-small-style]>[data-section-region]>.title,.section-container.accordion[data-section-small-style]>section>[data-section-title],.section-container.accordion[data-section-small-style]>section>.title,.section-container.accordion[data-section-small-style]>.section>[data-section-title],.section-container.accordion[data-section-small-style]>.section>.title{width:100% !important}[data-section='']>section,[data-section='']>.section,[data-section='']>[data-section-region],[data-section='auto']>section,[data-section='auto']>.section,[data-section='auto']>[data-section-region],.section-container.auto>section,.section-container.auto>.section,.section-container.auto>[data-section-region],[data-section='vertical-tabs']>section,[data-section='vertical-tabs']>.section,[data-section='vertical-tabs']>[data-section-region],.section-container.vertical-tabs>section,.section-container.vertical-tabs>.section,.section-container.vertical-tabs>[data-section-region],[data-section='vertical-nav']>section,[data-section='vertical-nav']>.section,[data-section='vertical-nav']>[data-section-region],.section-container.vertical-nav>section,.section-container.vertical-nav>.section,.section-container.vertical-nav>[data-section-region],[data-section='horizontal-nav']>section,[data-section='horizontal-nav']>.section,[data-section='horizontal-nav']>[data-section-region],.section-container.horizontal-nav>section,.section-container.horizontal-nav>.section,.section-container.horizontal-nav>[data-section-region],[data-section='accordion']>section,[data-section='accordion']>.section,[data-section='accordion']>[data-section-region],.section-container.accordion>section,.section-container.accordion>.section,.section-container.accordion>[data-section-region]{margin:0}[data-section='']>section>[data-section-title],[data-section='']>section>.title,[data-section='']>.section>[data-section-title],[data-section='']>.section>.title,[data-section='']>[data-section-region]>[data-section-title],[data-section='']>[data-section-region]>.title,[data-section='auto']>section>[data-section-title],[data-section='auto']>section>.title,[data-section='auto']>.section>[data-section-title],[data-section='auto']>.section>.title,[data-section='auto']>[data-section-region]>[data-section-title],[data-section='auto']>[data-section-region]>.title,.section-container.auto>section>[data-section-title],.section-container.auto>section>.title,.section-container.auto>.section>[data-section-title],.section-container.auto>.section>.title,.section-container.auto>[data-section-region]>[data-section-title],.section-container.auto>[data-section-region]>.title,[data-section='vertical-tabs']>section>[data-section-title],[data-section='vertical-tabs']>section>.title,[data-section='vertical-tabs']>.section>[data-section-title],[data-section='vertical-tabs']>.section>.title,[data-section='vertical-tabs']>[data-section-region]>[data-section-title],[data-section='vertical-tabs']>[data-section-region]>.title,.section-container.vertical-tabs>section>[data-section-title],.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>[data-section-title],.section-container.vertical-tabs>.section>.title,.section-container.vertical-tabs>[data-section-region]>[data-section-title],.section-container.vertical-tabs>[data-section-region]>.title,[data-section='vertical-nav']>section>[data-section-title],[data-section='vertical-nav']>section>.title,[data-section='vertical-nav']>.section>[data-section-title],[data-section='vertical-nav']>.section>.title,[data-section='vertical-nav']>[data-section-region]>[data-section-title],[data-section='vertical-nav']>[data-section-region]>.title,.section-container.vertical-nav>section>[data-section-title],.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>[data-section-title],.section-container.vertical-nav>.section>.title,.section-container.vertical-nav>[data-section-region]>[data-section-title],.section-container.vertical-nav>[data-section-region]>.title,[data-section='horizontal-nav']>section>[data-section-title],[data-section='horizontal-nav']>section>.title,[data-section='horizontal-nav']>.section>[data-section-title],[data-section='horizontal-nav']>.section>.title,[data-section='horizontal-nav']>[data-section-region]>[data-section-title],[data-section='horizontal-nav']>[data-section-region]>.title,.section-container.horizontal-nav>section>[data-section-title],.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>[data-section-title],.section-container.horizontal-nav>.section>.title,.section-container.horizontal-nav>[data-section-region]>[data-section-title],.section-container.horizontal-nav>[data-section-region]>.title,[data-section='accordion']>section>[data-section-title],[data-section='accordion']>section>.title,[data-section='accordion']>.section>[data-section-title],[data-section='accordion']>.section>.title,[data-section='accordion']>[data-section-region]>[data-section-title],[data-section='accordion']>[data-section-region]>.title,.section-container.accordion>section>[data-section-title],.section-container.accordion>section>.title,.section-container.accordion>.section>[data-section-title],.section-container.accordion>.section>.title,.section-container.accordion>[data-section-region]>[data-section-title],.section-container.accordion>[data-section-region]>.title{margin-bottom:0}[data-section='']>section>[data-section-title] a,[data-section='']>section>.title a,[data-section='']>.section>[data-section-title] a,[data-section='']>.section>.title a,[data-section='']>[data-section-region]>[data-section-title] a,[data-section='']>[data-section-region]>.title a,[data-section='auto']>section>[data-section-title] a,[data-section='auto']>section>.title a,[data-section='auto']>.section>[data-section-title] a,[data-section='auto']>.section>.title a,[data-section='auto']>[data-section-region]>[data-section-title] a,[data-section='auto']>[data-section-region]>.title a,.section-container.auto>section>[data-section-title] a,.section-container.auto>section>.title a,.section-container.auto>.section>[data-section-title] a,.section-container.auto>.section>.title a,.section-container.auto>[data-section-region]>[data-section-title] a,.section-container.auto>[data-section-region]>.title a,[data-section='vertical-tabs']>section>[data-section-title] a,[data-section='vertical-tabs']>section>.title a,[data-section='vertical-tabs']>.section>[data-section-title] a,[data-section='vertical-tabs']>.section>.title a,[data-section='vertical-tabs']>[data-section-region]>[data-section-title] a,[data-section='vertical-tabs']>[data-section-region]>.title a,.section-container.vertical-tabs>section>[data-section-title] a,.section-container.vertical-tabs>section>.title a,.section-container.vertical-tabs>.section>[data-section-title] a,.section-container.vertical-tabs>.section>.title a,.section-container.vertical-tabs>[data-section-region]>[data-section-title] a,.section-container.vertical-tabs>[data-section-region]>.title a,[data-section='vertical-nav']>section>[data-section-title] a,[data-section='vertical-nav']>section>.title a,[data-section='vertical-nav']>.section>[data-section-title] a,[data-section='vertical-nav']>.section>.title a,[data-section='vertical-nav']>[data-section-region]>[data-section-title] a,[data-section='vertical-nav']>[data-section-region]>.title a,.section-container.vertical-nav>section>[data-section-title] a,.section-container.vertical-nav>section>.title a,.section-container.vertical-nav>.section>[data-section-title] a,.section-container.vertical-nav>.section>.title a,.section-container.vertical-nav>[data-section-region]>[data-section-title] a,.section-container.vertical-nav>[data-section-region]>.title a,[data-section='horizontal-nav']>section>[data-section-title] a,[data-section='horizontal-nav']>section>.title a,[data-section='horizontal-nav']>.section>[data-section-title] a,[data-section='horizontal-nav']>.section>.title a,[data-section='horizontal-nav']>[data-section-region]>[data-section-title] a,[data-section='horizontal-nav']>[data-section-region]>.title a,.section-container.horizontal-nav>section>[data-section-title] a,.section-container.horizontal-nav>section>.title a,.section-container.horizontal-nav>.section>[data-section-title] a,.section-container.horizontal-nav>.section>.title a,.section-container.horizontal-nav>[data-section-region]>[data-section-title] a,.section-container.horizontal-nav>[data-section-region]>.title a,[data-section='accordion']>section>[data-section-title] a,[data-section='accordion']>section>.title a,[data-section='accordion']>.section>[data-section-title] a,[data-section='accordion']>.section>.title a,[data-section='accordion']>[data-section-region]>[data-section-title] a,[data-section='accordion']>[data-section-region]>.title a,.section-container.accordion>section>[data-section-title] a,.section-container.accordion>section>.title a,.section-container.accordion>.section>[data-section-title] a,.section-container.accordion>.section>.title a,.section-container.accordion>[data-section-region]>[data-section-title] a,.section-container.accordion>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}[data-section='']>section>[data-section-content],[data-section='']>section>.content,[data-section='']>.section>[data-section-content],[data-section='']>.section>.content,[data-section='']>[data-section-region]>[data-section-content],[data-section='']>[data-section-region]>.content,[data-section='auto']>section>[data-section-content],[data-section='auto']>section>.content,[data-section='auto']>.section>[data-section-content],[data-section='auto']>.section>.content,[data-section='auto']>[data-section-region]>[data-section-content],[data-section='auto']>[data-section-region]>.content,.section-container.auto>section>[data-section-content],.section-container.auto>section>.content,.section-container.auto>.section>[data-section-content],.section-container.auto>.section>.content,.section-container.auto>[data-section-region]>[data-section-content],.section-container.auto>[data-section-region]>.content,[data-section='vertical-tabs']>section>[data-section-content],[data-section='vertical-tabs']>section>.content,[data-section='vertical-tabs']>.section>[data-section-content],[data-section='vertical-tabs']>.section>.content,[data-section='vertical-tabs']>[data-section-region]>[data-section-content],[data-section='vertical-tabs']>[data-section-region]>.content,.section-container.vertical-tabs>section>[data-section-content],.section-container.vertical-tabs>section>.content,.section-container.vertical-tabs>.section>[data-section-content],.section-container.vertical-tabs>.section>.content,.section-container.vertical-tabs>[data-section-region]>[data-section-content],.section-container.vertical-tabs>[data-section-region]>.content,[data-section='vertical-nav']>section>[data-section-content],[data-section='vertical-nav']>section>.content,[data-section='vertical-nav']>.section>[data-section-content],[data-section='vertical-nav']>.section>.content,[data-section='vertical-nav']>[data-section-region]>[data-section-content],[data-section='vertical-nav']>[data-section-region]>.content,.section-container.vertical-nav>section>[data-section-content],.section-container.vertical-nav>section>.content,.section-container.vertical-nav>.section>[data-section-content],.section-container.vertical-nav>.section>.content,.section-container.vertical-nav>[data-section-region]>[data-section-content],.section-container.vertical-nav>[data-section-region]>.content,[data-section='horizontal-nav']>section>[data-section-content],[data-section='horizontal-nav']>section>.content,[data-section='horizontal-nav']>.section>[data-section-content],[data-section='horizontal-nav']>.section>.content,[data-section='horizontal-nav']>[data-section-region]>[data-section-content],[data-section='horizontal-nav']>[data-section-region]>.content,.section-container.horizontal-nav>section>[data-section-content],.section-container.horizontal-nav>section>.content,.section-container.horizontal-nav>.section>[data-section-content],.section-container.horizontal-nav>.section>.content,.section-container.horizontal-nav>[data-section-region]>[data-section-content],.section-container.horizontal-nav>[data-section-region]>.content,[data-section='accordion']>section>[data-section-content],[data-section='accordion']>section>.content,[data-section='accordion']>.section>[data-section-content],[data-section='accordion']>.section>.content,[data-section='accordion']>[data-section-region]>[data-section-content],[data-section='accordion']>[data-section-region]>.content,.section-container.accordion>section>[data-section-content],.section-container.accordion>section>.content,.section-container.accordion>.section>[data-section-content],.section-container.accordion>.section>.content,.section-container.accordion>[data-section-region]>[data-section-content],.section-container.accordion>[data-section-region]>.content{display:none}[data-section='']>section.active>[data-section-content],[data-section='']>section.active>.content,[data-section='']>.section.active>[data-section-content],[data-section='']>.section.active>.content,[data-section='']>[data-section-region].active>[data-section-content],[data-section='']>[data-section-region].active>.content,[data-section='auto']>section.active>[data-section-content],[data-section='auto']>section.active>.content,[data-section='auto']>.section.active>[data-section-content],[data-section='auto']>.section.active>.content,[data-section='auto']>[data-section-region].active>[data-section-content],[data-section='auto']>[data-section-region].active>.content,.section-container.auto>section.active>[data-section-content],.section-container.auto>section.active>.content,.section-container.auto>.section.active>[data-section-content],.section-container.auto>.section.active>.content,.section-container.auto>[data-section-region].active>[data-section-content],.section-container.auto>[data-section-region].active>.content,[data-section='vertical-tabs']>section.active>[data-section-content],[data-section='vertical-tabs']>section.active>.content,[data-section='vertical-tabs']>.section.active>[data-section-content],[data-section='vertical-tabs']>.section.active>.content,[data-section='vertical-tabs']>[data-section-region].active>[data-section-content],[data-section='vertical-tabs']>[data-section-region].active>.content,.section-container.vertical-tabs>section.active>[data-section-content],.section-container.vertical-tabs>section.active>.content,.section-container.vertical-tabs>.section.active>[data-section-content],.section-container.vertical-tabs>.section.active>.content,.section-container.vertical-tabs>[data-section-region].active>[data-section-content],.section-container.vertical-tabs>[data-section-region].active>.content,[data-section='vertical-nav']>section.active>[data-section-content],[data-section='vertical-nav']>section.active>.content,[data-section='vertical-nav']>.section.active>[data-section-content],[data-section='vertical-nav']>.section.active>.content,[data-section='vertical-nav']>[data-section-region].active>[data-section-content],[data-section='vertical-nav']>[data-section-region].active>.content,.section-container.vertical-nav>section.active>[data-section-content],.section-container.vertical-nav>section.active>.content,.section-container.vertical-nav>.section.active>[data-section-content],.section-container.vertical-nav>.section.active>.content,.section-container.vertical-nav>[data-section-region].active>[data-section-content],.section-container.vertical-nav>[data-section-region].active>.content,[data-section='horizontal-nav']>section.active>[data-section-content],[data-section='horizontal-nav']>section.active>.content,[data-section='horizontal-nav']>.section.active>[data-section-content],[data-section='horizontal-nav']>.section.active>.content,[data-section='horizontal-nav']>[data-section-region].active>[data-section-content],[data-section='horizontal-nav']>[data-section-region].active>.content,.section-container.horizontal-nav>section.active>[data-section-content],.section-container.horizontal-nav>section.active>.content,.section-container.horizontal-nav>.section.active>[data-section-content],.section-container.horizontal-nav>.section.active>.content,.section-container.horizontal-nav>[data-section-region].active>[data-section-content],.section-container.horizontal-nav>[data-section-region].active>.content,[data-section='accordion']>section.active>[data-section-content],[data-section='accordion']>section.active>.content,[data-section='accordion']>.section.active>[data-section-content],[data-section='accordion']>.section.active>.content,[data-section='accordion']>[data-section-region].active>[data-section-content],[data-section='accordion']>[data-section-region].active>.content,.section-container.accordion>section.active>[data-section-content],.section-container.accordion>section.active>.content,.section-container.accordion>.section.active>[data-section-content],.section-container.accordion>.section.active>.content,.section-container.accordion>[data-section-region].active>[data-section-content],.section-container.accordion>[data-section-region].active>.content{display:block}[data-section='']>section:not(.active),[data-section='']>.section:not(.active),[data-section='']>[data-section-region]:not(.active),[data-section='auto']>section:not(.active),[data-section='auto']>.section:not(.active),[data-section='auto']>[data-section-region]:not(.active),.section-container.auto>section:not(.active),.section-container.auto>.section:not(.active),.section-container.auto>[data-section-region]:not(.active),[data-section='vertical-tabs']>section:not(.active),[data-section='vertical-tabs']>.section:not(.active),[data-section='vertical-tabs']>[data-section-region]:not(.active),.section-container.vertical-tabs>section:not(.active),.section-container.vertical-tabs>.section:not(.active),.section-container.vertical-tabs>[data-section-region]:not(.active),[data-section='vertical-nav']>section:not(.active),[data-section='vertical-nav']>.section:not(.active),[data-section='vertical-nav']>[data-section-region]:not(.active),.section-container.vertical-nav>section:not(.active),.section-container.vertical-nav>.section:not(.active),.section-container.vertical-nav>[data-section-region]:not(.active),[data-section='horizontal-nav']>section:not(.active),[data-section='horizontal-nav']>.section:not(.active),[data-section='horizontal-nav']>[data-section-region]:not(.active),.section-container.horizontal-nav>section:not(.active),.section-container.horizontal-nav>.section:not(.active),.section-container.horizontal-nav>[data-section-region]:not(.active),[data-section='accordion']>section:not(.active),[data-section='accordion']>.section:not(.active),[data-section='accordion']>[data-section-region]:not(.active),.section-container.accordion>section:not(.active),.section-container.accordion>.section:not(.active),.section-container.accordion>[data-section-region]:not(.active){padding:0 !important}[data-section='']>section>[data-section-title],[data-section='']>section>.title,[data-section='']>.section>[data-section-title],[data-section='']>.section>.title,[data-section='']>[data-section-region]>[data-section-title],[data-section='']>[data-section-region]>.title,[data-section='auto']>section>[data-section-title],[data-section='auto']>section>.title,[data-section='auto']>.section>[data-section-title],[data-section='auto']>.section>.title,[data-section='auto']>[data-section-region]>[data-section-title],[data-section='auto']>[data-section-region]>.title,.section-container.auto>section>[data-section-title],.section-container.auto>section>.title,.section-container.auto>.section>[data-section-title],.section-container.auto>.section>.title,.section-container.auto>[data-section-region]>[data-section-title],.section-container.auto>[data-section-region]>.title,[data-section='vertical-tabs']>section>[data-section-title],[data-section='vertical-tabs']>section>.title,[data-section='vertical-tabs']>.section>[data-section-title],[data-section='vertical-tabs']>.section>.title,[data-section='vertical-tabs']>[data-section-region]>[data-section-title],[data-section='vertical-tabs']>[data-section-region]>.title,.section-container.vertical-tabs>section>[data-section-title],.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>[data-section-title],.section-container.vertical-tabs>.section>.title,.section-container.vertical-tabs>[data-section-region]>[data-section-title],.section-container.vertical-tabs>[data-section-region]>.title,[data-section='vertical-nav']>section>[data-section-title],[data-section='vertical-nav']>section>.title,[data-section='vertical-nav']>.section>[data-section-title],[data-section='vertical-nav']>.section>.title,[data-section='vertical-nav']>[data-section-region]>[data-section-title],[data-section='vertical-nav']>[data-section-region]>.title,.section-container.vertical-nav>section>[data-section-title],.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>[data-section-title],.section-container.vertical-nav>.section>.title,.section-container.vertical-nav>[data-section-region]>[data-section-title],.section-container.vertical-nav>[data-section-region]>.title,[data-section='horizontal-nav']>section>[data-section-title],[data-section='horizontal-nav']>section>.title,[data-section='horizontal-nav']>.section>[data-section-title],[data-section='horizontal-nav']>.section>.title,[data-section='horizontal-nav']>[data-section-region]>[data-section-title],[data-section='horizontal-nav']>[data-section-region]>.title,.section-container.horizontal-nav>section>[data-section-title],.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>[data-section-title],.section-container.horizontal-nav>.section>.title,.section-container.horizontal-nav>[data-section-region]>[data-section-title],.section-container.horizontal-nav>[data-section-region]>.title,[data-section='accordion']>section>[data-section-title],[data-section='accordion']>section>.title,[data-section='accordion']>.section>[data-section-title],[data-section='accordion']>.section>.title,[data-section='accordion']>[data-section-region]>[data-section-title],[data-section='accordion']>[data-section-region]>.title,.section-container.accordion>section>[data-section-title],.section-container.accordion>section>.title,.section-container.accordion>.section>[data-section-title],.section-container.accordion>.section>.title,.section-container.accordion>[data-section-region]>[data-section-title],.section-container.accordion>[data-section-region]>.title{width:100%}.section-container.auto,.section-container.vertical-tabs,.section-container.vertical-nav,.section-container.horizontal-nav,.section-container.accordion{border-top:1px solid #ccc}.section-container.auto>section>.title,.section-container.auto>.section>.title,.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>.title,.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>.title,.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>.title,.section-container.accordion>section>.title,.section-container.accordion>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.section-container.auto>section>.title a,.section-container.auto>.section>.title a,.section-container.vertical-tabs>section>.title a,.section-container.vertical-tabs>.section>.title a,.section-container.vertical-nav>section>.title a,.section-container.vertical-nav>.section>.title a,.section-container.horizontal-nav>section>.title a,.section-container.horizontal-nav>.section>.title a,.section-container.accordion>section>.title a,.section-container.accordion>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.section-container.auto>section>.title:hover,.section-container.auto>.section>.title:hover,.section-container.vertical-tabs>section>.title:hover,.section-container.vertical-tabs>.section>.title:hover,.section-container.vertical-nav>section>.title:hover,.section-container.vertical-nav>.section>.title:hover,.section-container.horizontal-nav>section>.title:hover,.section-container.horizontal-nav>.section>.title:hover,.section-container.accordion>section>.title:hover,.section-container.accordion>.section>.title:hover{background-color:#e2e2e2}.section-container.auto>section>.content,.section-container.auto>.section>.content,.section-container.vertical-tabs>section>.content,.section-container.vertical-tabs>.section>.content,.section-container.vertical-nav>section>.content,.section-container.vertical-nav>.section>.content,.section-container.horizontal-nav>section>.content,.section-container.horizontal-nav>.section>.content,.section-container.accordion>section>.content,.section-container.accordion>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.section-container.auto>section>.content>*:last-child,.section-container.auto>.section>.content>*:last-child,.section-container.vertical-tabs>section>.content>*:last-child,.section-container.vertical-tabs>.section>.content>*:last-child,.section-container.vertical-nav>section>.content>*:last-child,.section-container.vertical-nav>.section>.content>*:last-child,.section-container.horizontal-nav>section>.content>*:last-child,.section-container.horizontal-nav>.section>.content>*:last-child,.section-container.accordion>section>.content>*:last-child,.section-container.accordion>.section>.content>*:last-child{margin-bottom:0}.section-container.auto>section>.content>*:first-child,.section-container.auto>.section>.content>*:first-child,.section-container.vertical-tabs>section>.content>*:first-child,.section-container.vertical-tabs>.section>.content>*:first-child,.section-container.vertical-nav>section>.content>*:first-child,.section-container.vertical-nav>.section>.content>*:first-child,.section-container.horizontal-nav>section>.content>*:first-child,.section-container.horizontal-nav>.section>.content>*:first-child,.section-container.accordion>section>.content>*:first-child,.section-container.accordion>.section>.content>*:first-child{padding-top:0}.section-container.auto>section>.content>*:last-child:not(.flex-video),.section-container.auto>.section>.content>*:last-child:not(.flex-video),.section-container.vertical-tabs>section>.content>*:last-child:not(.flex-video),.section-container.vertical-tabs>.section>.content>*:last-child:not(.flex-video),.section-container.vertical-nav>section>.content>*:last-child:not(.flex-video),.section-container.vertical-nav>.section>.content>*:last-child:not(.flex-video),.section-container.horizontal-nav>section>.content>*:last-child:not(.flex-video),.section-container.horizontal-nav>.section>.content>*:last-child:not(.flex-video),.section-container.accordion>section>.content>*:last-child:not(.flex-video),.section-container.accordion>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.section-container.auto>section.active>.title,.section-container.auto>.section.active>.title,.section-container.vertical-tabs>section.active>.title,.section-container.vertical-tabs>.section.active>.title,.section-container.vertical-nav>section.active>.title,.section-container.vertical-nav>.section.active>.title,.section-container.horizontal-nav>section.active>.title,.section-container.horizontal-nav>.section.active>.title,.section-container.accordion>section.active>.title,.section-container.accordion>.section.active>.title{background:#d5d5d5}.section-container.auto>section.active>.title a,.section-container.auto>.section.active>.title a,.section-container.vertical-tabs>section.active>.title a,.section-container.vertical-tabs>.section.active>.title a,.section-container.vertical-nav>section.active>.title a,.section-container.vertical-nav>.section.active>.title a,.section-container.horizontal-nav>section.active>.title a,.section-container.horizontal-nav>.section.active>.title a,.section-container.accordion>section.active>.title a,.section-container.accordion>.section.active>.title a{color:#333}.section-container.auto>section:not(.active),.section-container.auto>.section:not(.active),.section-container.vertical-tabs>section:not(.active),.section-container.vertical-tabs>.section:not(.active),.section-container.vertical-nav>section:not(.active),.section-container.vertical-nav>.section:not(.active),.section-container.horizontal-nav>section:not(.active),.section-container.horizontal-nav>.section:not(.active),.section-container.accordion>section:not(.active),.section-container.accordion>.section:not(.active){padding:0 !important}.section-container.auto>section>.title,.section-container.auto>.section>.title,.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>.title,.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>.title,.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>.title,.section-container.accordion>section>.title,.section-container.accordion>.section>.title{border-top:none}[data-section='tabs'],.section-container.tabs{width:100%;position:relative;display:block;margin-bottom:1.25em}[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]),.section-container.tabs:not([data-section-resized]):not([data-section-small-style]){visibility:hidden}[data-section='tabs']>section>[data-section-title],[data-section='tabs']>section>.title,[data-section='tabs']>.section>[data-section-title],[data-section='tabs']>.section>.title,[data-section='tabs']>[data-section-region]>[data-section-title],[data-section='tabs']>[data-section-region]>.title,.section-container.tabs>section>[data-section-title],.section-container.tabs>section>.title,.section-container.tabs>.section>[data-section-title],.section-container.tabs>.section>.title,.section-container.tabs>[data-section-region]>[data-section-title],.section-container.tabs>[data-section-region]>.title{margin-bottom:0}[data-section='tabs']>section>[data-section-title] a,[data-section='tabs']>section>.title a,[data-section='tabs']>.section>[data-section-title] a,[data-section='tabs']>.section>.title a,[data-section='tabs']>[data-section-region]>[data-section-title] a,[data-section='tabs']>[data-section-region]>.title a,.section-container.tabs>section>[data-section-title] a,.section-container.tabs>section>.title a,.section-container.tabs>.section>[data-section-title] a,.section-container.tabs>.section>.title a,.section-container.tabs>[data-section-region]>[data-section-title] a,.section-container.tabs>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}[data-section='tabs']>section>[data-section-content],[data-section='tabs']>section>.content,[data-section='tabs']>.section>[data-section-content],[data-section='tabs']>.section>.content,[data-section='tabs']>[data-section-region]>[data-section-content],[data-section='tabs']>[data-section-region]>.content,.section-container.tabs>section>[data-section-content],.section-container.tabs>section>.content,.section-container.tabs>.section>[data-section-content],.section-container.tabs>.section>.content,.section-container.tabs>[data-section-region]>[data-section-content],.section-container.tabs>[data-section-region]>.content{display:none}[data-section='tabs']>section.active>[data-section-content],[data-section='tabs']>section.active>.content,[data-section='tabs']>.section.active>[data-section-content],[data-section='tabs']>.section.active>.content,[data-section='tabs']>[data-section-region].active>[data-section-content],[data-section='tabs']>[data-section-region].active>.content,.section-container.tabs>section.active>[data-section-content],.section-container.tabs>section.active>.content,.section-container.tabs>.section.active>[data-section-content],.section-container.tabs>.section.active>.content,.section-container.tabs>[data-section-region].active>[data-section-content],.section-container.tabs>[data-section-region].active>.content{display:block}[data-section='tabs']>section:not(.active),[data-section='tabs']>.section:not(.active),[data-section='tabs']>[data-section-region]:not(.active),.section-container.tabs>section:not(.active),.section-container.tabs>.section:not(.active),.section-container.tabs>[data-section-region]:not(.active){padding:0 !important}[data-section='tabs']>section>[data-section-title],[data-section='tabs']>section>.title,[data-section='tabs']>.section>[data-section-title],[data-section='tabs']>.section>.title,[data-section='tabs']>[data-section-region]>[data-section-title],[data-section='tabs']>[data-section-region]>.title,.section-container.tabs>section>[data-section-title],.section-container.tabs>section>.title,.section-container.tabs>.section>[data-section-title],.section-container.tabs>.section>.title,.section-container.tabs>[data-section-region]>[data-section-title],.section-container.tabs>[data-section-region]>.title{width:auto;position:absolute;top:0;left:0}.section-container.tabs{border:none}.section-container.tabs>section>.title,.section-container.tabs>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.section-container.tabs>section>.title a,.section-container.tabs>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.section-container.tabs>section>.title:hover,.section-container.tabs>.section>.title:hover{background-color:#e2e2e2}.section-container.tabs>section>.content,.section-container.tabs>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.section-container.tabs>section>.content>*:last-child,.section-container.tabs>.section>.content>*:last-child{margin-bottom:0}.section-container.tabs>section>.content>*:first-child,.section-container.tabs>.section>.content>*:first-child{padding-top:0}.section-container.tabs>section>.content>*:last-child:not(.flex-video),.section-container.tabs>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.section-container.tabs>section.active>.title,.section-container.tabs>.section.active>.title{background:#fff}.section-container.tabs>section.active>.title a,.section-container.tabs>.section.active>.title a{color:#333}.section-container.tabs>section:not(.active),.section-container.tabs>.section:not(.active){padding:0 !important}.section-container.tabs>section.active>.title,.section-container.tabs>.section.active>.title{border-bottom:0}@media only screen and (min-width: 768px){[data-section=''],[data-section='auto'],.section-container.auto{width:100%;position:relative;display:block;margin-bottom:1.25em}[data-section='']:not([data-section-resized]):not([data-section-small-style]),[data-section='auto']:not([data-section-resized]):not([data-section-small-style]),.section-container.auto:not([data-section-resized]):not([data-section-small-style]){visibility:hidden}[data-section='']>section>[data-section-title],[data-section='']>section>.title,[data-section='']>.section>[data-section-title],[data-section='']>.section>.title,[data-section='']>[data-section-region]>[data-section-title],[data-section='']>[data-section-region]>.title,[data-section='auto']>section>[data-section-title],[data-section='auto']>section>.title,[data-section='auto']>.section>[data-section-title],[data-section='auto']>.section>.title,[data-section='auto']>[data-section-region]>[data-section-title],[data-section='auto']>[data-section-region]>.title,.section-container.auto>section>[data-section-title],.section-container.auto>section>.title,.section-container.auto>.section>[data-section-title],.section-container.auto>.section>.title,.section-container.auto>[data-section-region]>[data-section-title],.section-container.auto>[data-section-region]>.title{margin-bottom:0}[data-section='']>section>[data-section-title] a,[data-section='']>section>.title a,[data-section='']>.section>[data-section-title] a,[data-section='']>.section>.title a,[data-section='']>[data-section-region]>[data-section-title] a,[data-section='']>[data-section-region]>.title a,[data-section='auto']>section>[data-section-title] a,[data-section='auto']>section>.title a,[data-section='auto']>.section>[data-section-title] a,[data-section='auto']>.section>.title a,[data-section='auto']>[data-section-region]>[data-section-title] a,[data-section='auto']>[data-section-region]>.title a,.section-container.auto>section>[data-section-title] a,.section-container.auto>section>.title a,.section-container.auto>.section>[data-section-title] a,.section-container.auto>.section>.title a,.section-container.auto>[data-section-region]>[data-section-title] a,.section-container.auto>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}[data-section='']>section>[data-section-content],[data-section='']>section>.content,[data-section='']>.section>[data-section-content],[data-section='']>.section>.content,[data-section='']>[data-section-region]>[data-section-content],[data-section='']>[data-section-region]>.content,[data-section='auto']>section>[data-section-content],[data-section='auto']>section>.content,[data-section='auto']>.section>[data-section-content],[data-section='auto']>.section>.content,[data-section='auto']>[data-section-region]>[data-section-content],[data-section='auto']>[data-section-region]>.content,.section-container.auto>section>[data-section-content],.section-container.auto>section>.content,.section-container.auto>.section>[data-section-content],.section-container.auto>.section>.content,.section-container.auto>[data-section-region]>[data-section-content],.section-container.auto>[data-section-region]>.content{display:none}[data-section='']>section.active>[data-section-content],[data-section='']>section.active>.content,[data-section='']>.section.active>[data-section-content],[data-section='']>.section.active>.content,[data-section='']>[data-section-region].active>[data-section-content],[data-section='']>[data-section-region].active>.content,[data-section='auto']>section.active>[data-section-content],[data-section='auto']>section.active>.content,[data-section='auto']>.section.active>[data-section-content],[data-section='auto']>.section.active>.content,[data-section='auto']>[data-section-region].active>[data-section-content],[data-section='auto']>[data-section-region].active>.content,.section-container.auto>section.active>[data-section-content],.section-container.auto>section.active>.content,.section-container.auto>.section.active>[data-section-content],.section-container.auto>.section.active>.content,.section-container.auto>[data-section-region].active>[data-section-content],.section-container.auto>[data-section-region].active>.content{display:block}[data-section='']>section:not(.active),[data-section='']>.section:not(.active),[data-section='']>[data-section-region]:not(.active),[data-section='auto']>section:not(.active),[data-section='auto']>.section:not(.active),[data-section='auto']>[data-section-region]:not(.active),.section-container.auto>section:not(.active),.section-container.auto>.section:not(.active),.section-container.auto>[data-section-region]:not(.active){padding:0 !important}[data-section='']>section>[data-section-title],[data-section='']>section>.title,[data-section='']>.section>[data-section-title],[data-section='']>.section>.title,[data-section='']>[data-section-region]>[data-section-title],[data-section='']>[data-section-region]>.title,[data-section='auto']>section>[data-section-title],[data-section='auto']>section>.title,[data-section='auto']>.section>[data-section-title],[data-section='auto']>.section>.title,[data-section='auto']>[data-section-region]>[data-section-title],[data-section='auto']>[data-section-region]>.title,.section-container.auto>section>[data-section-title],.section-container.auto>section>.title,.section-container.auto>.section>[data-section-title],.section-container.auto>.section>.title,.section-container.auto>[data-section-region]>[data-section-title],.section-container.auto>[data-section-region]>.title{width:auto;position:absolute;top:0;left:0}.section-container.auto{border:none}.section-container.auto>section>.title,.section-container.auto>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.section-container.auto>section>.title a,.section-container.auto>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.section-container.auto>section>.title:hover,.section-container.auto>.section>.title:hover{background-color:#e2e2e2}.section-container.auto>section>.content,.section-container.auto>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.section-container.auto>section>.content>*:last-child,.section-container.auto>.section>.content>*:last-child{margin-bottom:0}.section-container.auto>section>.content>*:first-child,.section-container.auto>.section>.content>*:first-child{padding-top:0}.section-container.auto>section>.content>*:last-child:not(.flex-video),.section-container.auto>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.section-container.auto>section.active>.title,.section-container.auto>.section.active>.title{background:#fff}.section-container.auto>section.active>.title a,.section-container.auto>.section.active>.title a{color:#333}.section-container.auto>section:not(.active),.section-container.auto>.section:not(.active){padding:0 !important}.section-container.auto>section.active>.title,.section-container.auto>.section.active>.title{border-bottom:0}[data-section='vertical-tabs'],.section-container.vertical-tabs{width:100%;position:relative;display:block;margin-bottom:1.25em}[data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]),.section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]){visibility:hidden}[data-section='vertical-tabs'][data-section-small-style],.section-container.vertical-tabs[data-section-small-style]{width:100% !important}[data-section='vertical-tabs'][data-section-small-style]>[data-section-region],[data-section='vertical-tabs'][data-section-small-style]>section,[data-section='vertical-tabs'][data-section-small-style]>.section,.section-container.vertical-tabs[data-section-small-style]>[data-section-region],.section-container.vertical-tabs[data-section-small-style]>section,.section-container.vertical-tabs[data-section-small-style]>.section{padding:0 !important;margin:0 !important}[data-section='vertical-tabs'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='vertical-tabs'][data-section-small-style]>[data-section-region]>.title,[data-section='vertical-tabs'][data-section-small-style]>section>[data-section-title],[data-section='vertical-tabs'][data-section-small-style]>section>.title,[data-section='vertical-tabs'][data-section-small-style]>.section>[data-section-title],[data-section='vertical-tabs'][data-section-small-style]>.section>.title,.section-container.vertical-tabs[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.vertical-tabs[data-section-small-style]>[data-section-region]>.title,.section-container.vertical-tabs[data-section-small-style]>section>[data-section-title],.section-container.vertical-tabs[data-section-small-style]>section>.title,.section-container.vertical-tabs[data-section-small-style]>.section>[data-section-title],.section-container.vertical-tabs[data-section-small-style]>.section>.title{width:100% !important}[data-section='vertical-tabs']>section>[data-section-title],[data-section='vertical-tabs']>section>.title,[data-section='vertical-tabs']>.section>[data-section-title],[data-section='vertical-tabs']>.section>.title,[data-section='vertical-tabs']>[data-section-region]>[data-section-title],[data-section='vertical-tabs']>[data-section-region]>.title,.section-container.vertical-tabs>section>[data-section-title],.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>[data-section-title],.section-container.vertical-tabs>.section>.title,.section-container.vertical-tabs>[data-section-region]>[data-section-title],.section-container.vertical-tabs>[data-section-region]>.title{margin-bottom:0}[data-section='vertical-tabs']>section>[data-section-title] a,[data-section='vertical-tabs']>section>.title a,[data-section='vertical-tabs']>.section>[data-section-title] a,[data-section='vertical-tabs']>.section>.title a,[data-section='vertical-tabs']>[data-section-region]>[data-section-title] a,[data-section='vertical-tabs']>[data-section-region]>.title a,.section-container.vertical-tabs>section>[data-section-title] a,.section-container.vertical-tabs>section>.title a,.section-container.vertical-tabs>.section>[data-section-title] a,.section-container.vertical-tabs>.section>.title a,.section-container.vertical-tabs>[data-section-region]>[data-section-title] a,.section-container.vertical-tabs>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}[data-section='vertical-tabs']>section>[data-section-content],[data-section='vertical-tabs']>section>.content,[data-section='vertical-tabs']>.section>[data-section-content],[data-section='vertical-tabs']>.section>.content,[data-section='vertical-tabs']>[data-section-region]>[data-section-content],[data-section='vertical-tabs']>[data-section-region]>.content,.section-container.vertical-tabs>section>[data-section-content],.section-container.vertical-tabs>section>.content,.section-container.vertical-tabs>.section>[data-section-content],.section-container.vertical-tabs>.section>.content,.section-container.vertical-tabs>[data-section-region]>[data-section-content],.section-container.vertical-tabs>[data-section-region]>.content{display:none}[data-section='vertical-tabs']>section.active>[data-section-content],[data-section='vertical-tabs']>section.active>.content,[data-section='vertical-tabs']>.section.active>[data-section-content],[data-section='vertical-tabs']>.section.active>.content,[data-section='vertical-tabs']>[data-section-region].active>[data-section-content],[data-section='vertical-tabs']>[data-section-region].active>.content,.section-container.vertical-tabs>section.active>[data-section-content],.section-container.vertical-tabs>section.active>.content,.section-container.vertical-tabs>.section.active>[data-section-content],.section-container.vertical-tabs>.section.active>.content,.section-container.vertical-tabs>[data-section-region].active>[data-section-content],.section-container.vertical-tabs>[data-section-region].active>.content{display:block}[data-section='vertical-tabs']>section:not(.active),[data-section='vertical-tabs']>.section:not(.active),[data-section='vertical-tabs']>[data-section-region]:not(.active),.section-container.vertical-tabs>section:not(.active),.section-container.vertical-tabs>.section:not(.active),.section-container.vertical-tabs>[data-section-region]:not(.active){padding:0 !important}[data-section='vertical-tabs']>section>[data-section-title],[data-section='vertical-tabs']>section>.title,[data-section='vertical-tabs']>.section>[data-section-title],[data-section='vertical-tabs']>.section>.title,[data-section='vertical-tabs']>[data-section-region]>[data-section-title],[data-section='vertical-tabs']>[data-section-region]>.title,.section-container.vertical-tabs>section>[data-section-title],.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>[data-section-title],.section-container.vertical-tabs>.section>.title,.section-container.vertical-tabs>[data-section-region]>[data-section-title],.section-container.vertical-tabs>[data-section-region]>.title{position:absolute;top:0;left:0;width:12.5em}[data-section='vertical-tabs']>section.active,[data-section='vertical-tabs']>.section.active,[data-section='vertical-tabs']>[data-section-region].active,.section-container.vertical-tabs>section.active,.section-container.vertical-tabs>.section.active,.section-container.vertical-tabs>[data-section-region].active{padding-left:12.5em}[data-section='vertical-tabs']>section.active>[data-section-title],[data-section='vertical-tabs']>section.active>.title,[data-section='vertical-tabs']>.section.active>[data-section-title],[data-section='vertical-tabs']>.section.active>.title,[data-section='vertical-tabs']>[data-section-region].active>[data-section-title],[data-section='vertical-tabs']>[data-section-region].active>.title,.section-container.vertical-tabs>section.active>[data-section-title],.section-container.vertical-tabs>section.active>.title,.section-container.vertical-tabs>.section.active>[data-section-title],.section-container.vertical-tabs>.section.active>.title,.section-container.vertical-tabs>[data-section-region].active>[data-section-title],.section-container.vertical-tabs>[data-section-region].active>.title{width:12.5em}.section-container.vertical-tabs{border:none}.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.section-container.vertical-tabs>section>.title a,.section-container.vertical-tabs>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.section-container.vertical-tabs>section>.title:hover,.section-container.vertical-tabs>.section>.title:hover{background-color:#e2e2e2}.section-container.vertical-tabs>section>.content,.section-container.vertical-tabs>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.section-container.vertical-tabs>section>.content>*:last-child,.section-container.vertical-tabs>.section>.content>*:last-child{margin-bottom:0}.section-container.vertical-tabs>section>.content>*:first-child,.section-container.vertical-tabs>.section>.content>*:first-child{padding-top:0}.section-container.vertical-tabs>section>.content>*:last-child:not(.flex-video),.section-container.vertical-tabs>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.section-container.vertical-tabs>section.active>.title,.section-container.vertical-tabs>.section.active>.title{background:#d5d5d5}.section-container.vertical-tabs>section.active>.title a,.section-container.vertical-tabs>.section.active>.title a{color:#333}.section-container.vertical-tabs>section:not(.active),.section-container.vertical-tabs>.section:not(.active){padding:0 !important}.section-container.vertical-tabs>section.active,.section-container.vertical-tabs>.section.active{padding-left:12.4375em}.section-container.vertical-tabs>section.active>.title,.section-container.vertical-tabs>.section.active>.title{background-color:#d5d5d5}[data-section='vertical-nav'],.section-container.vertical-nav{width:100%;position:relative;display:block;margin-bottom:1.25em}[data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]),.section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]){visibility:hidden}[data-section='vertical-nav'][data-section-small-style],.section-container.vertical-nav[data-section-small-style]{width:100% !important}[data-section='vertical-nav'][data-section-small-style]>[data-section-region],[data-section='vertical-nav'][data-section-small-style]>section,[data-section='vertical-nav'][data-section-small-style]>.section,.section-container.vertical-nav[data-section-small-style]>[data-section-region],.section-container.vertical-nav[data-section-small-style]>section,.section-container.vertical-nav[data-section-small-style]>.section{padding:0 !important;margin:0 !important}[data-section='vertical-nav'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='vertical-nav'][data-section-small-style]>[data-section-region]>.title,[data-section='vertical-nav'][data-section-small-style]>section>[data-section-title],[data-section='vertical-nav'][data-section-small-style]>section>.title,[data-section='vertical-nav'][data-section-small-style]>.section>[data-section-title],[data-section='vertical-nav'][data-section-small-style]>.section>.title,.section-container.vertical-nav[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.vertical-nav[data-section-small-style]>[data-section-region]>.title,.section-container.vertical-nav[data-section-small-style]>section>[data-section-title],.section-container.vertical-nav[data-section-small-style]>section>.title,.section-container.vertical-nav[data-section-small-style]>.section>[data-section-title],.section-container.vertical-nav[data-section-small-style]>.section>.title{width:100% !important}[data-section='vertical-nav']>section,[data-section='vertical-nav']>.section,[data-section='vertical-nav']>[data-section-region],.section-container.vertical-nav>section,.section-container.vertical-nav>.section,.section-container.vertical-nav>[data-section-region]{position:relative;display:inline-block}[data-section='vertical-nav']>section>[data-section-title],[data-section='vertical-nav']>section>.title,[data-section='vertical-nav']>.section>[data-section-title],[data-section='vertical-nav']>.section>.title,[data-section='vertical-nav']>[data-section-region]>[data-section-title],[data-section='vertical-nav']>[data-section-region]>.title,.section-container.vertical-nav>section>[data-section-title],.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>[data-section-title],.section-container.vertical-nav>.section>.title,.section-container.vertical-nav>[data-section-region]>[data-section-title],.section-container.vertical-nav>[data-section-region]>.title{margin-bottom:0}[data-section='vertical-nav']>section>[data-section-title] a,[data-section='vertical-nav']>section>.title a,[data-section='vertical-nav']>.section>[data-section-title] a,[data-section='vertical-nav']>.section>.title a,[data-section='vertical-nav']>[data-section-region]>[data-section-title] a,[data-section='vertical-nav']>[data-section-region]>.title a,.section-container.vertical-nav>section>[data-section-title] a,.section-container.vertical-nav>section>.title a,.section-container.vertical-nav>.section>[data-section-title] a,.section-container.vertical-nav>.section>.title a,.section-container.vertical-nav>[data-section-region]>[data-section-title] a,.section-container.vertical-nav>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}[data-section='vertical-nav']>section>[data-section-content],[data-section='vertical-nav']>section>.content,[data-section='vertical-nav']>.section>[data-section-content],[data-section='vertical-nav']>.section>.content,[data-section='vertical-nav']>[data-section-region]>[data-section-content],[data-section='vertical-nav']>[data-section-region]>.content,.section-container.vertical-nav>section>[data-section-content],.section-container.vertical-nav>section>.content,.section-container.vertical-nav>.section>[data-section-content],.section-container.vertical-nav>.section>.content,.section-container.vertical-nav>[data-section-region]>[data-section-content],.section-container.vertical-nav>[data-section-region]>.content{display:none}[data-section='vertical-nav']>section.active>[data-section-content],[data-section='vertical-nav']>section.active>.content,[data-section='vertical-nav']>.section.active>[data-section-content],[data-section='vertical-nav']>.section.active>.content,[data-section='vertical-nav']>[data-section-region].active>[data-section-content],[data-section='vertical-nav']>[data-section-region].active>.content,.section-container.vertical-nav>section.active>[data-section-content],.section-container.vertical-nav>section.active>.content,.section-container.vertical-nav>.section.active>[data-section-content],.section-container.vertical-nav>.section.active>.content,.section-container.vertical-nav>[data-section-region].active>[data-section-content],.section-container.vertical-nav>[data-section-region].active>.content{display:block}[data-section='vertical-nav']>section:not(.active),[data-section='vertical-nav']>.section:not(.active),[data-section='vertical-nav']>[data-section-region]:not(.active),.section-container.vertical-nav>section:not(.active),.section-container.vertical-nav>.section:not(.active),.section-container.vertical-nav>[data-section-region]:not(.active){padding:0 !important}[data-section='vertical-nav']>section>[data-section-title],[data-section='vertical-nav']>section>.title,[data-section='vertical-nav']>.section>[data-section-title],[data-section='vertical-nav']>.section>.title,[data-section='vertical-nav']>[data-section-region]>[data-section-title],[data-section='vertical-nav']>[data-section-region]>.title,.section-container.vertical-nav>section>[data-section-title],.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>[data-section-title],.section-container.vertical-nav>.section>.title,.section-container.vertical-nav>[data-section-region]>[data-section-title],.section-container.vertical-nav>[data-section-region]>.title{position:static;width:auto}[data-section='vertical-nav']>section>[data-section-title] a,[data-section='vertical-nav']>section>.title a,[data-section='vertical-nav']>.section>[data-section-title] a,[data-section='vertical-nav']>.section>.title a,[data-section='vertical-nav']>[data-section-region]>[data-section-title] a,[data-section='vertical-nav']>[data-section-region]>.title a,.section-container.vertical-nav>section>[data-section-title] a,.section-container.vertical-nav>section>.title a,.section-container.vertical-nav>.section>[data-section-title] a,.section-container.vertical-nav>.section>.title a,.section-container.vertical-nav>[data-section-region]>[data-section-title] a,.section-container.vertical-nav>[data-section-region]>.title a{display:block}[data-section='vertical-nav']>section>[data-section-content],[data-section='vertical-nav']>section>.content,[data-section='vertical-nav']>.section>[data-section-content],[data-section='vertical-nav']>.section>.content,[data-section='vertical-nav']>[data-section-region]>[data-section-content],[data-section='vertical-nav']>[data-section-region]>.content,.section-container.vertical-nav>section>[data-section-content],.section-container.vertical-nav>section>.content,.section-container.vertical-nav>.section>[data-section-content],.section-container.vertical-nav>.section>.content,.section-container.vertical-nav>[data-section-region]>[data-section-content],.section-container.vertical-nav>[data-section-region]>.content{position:absolute;top:0;left:0;z-index:999;min-width:12.5em}.section-container.vertical-nav{border:none}.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.section-container.vertical-nav>section>.title a,.section-container.vertical-nav>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.section-container.vertical-nav>section>.title:hover,.section-container.vertical-nav>.section>.title:hover{background-color:#e2e2e2}.section-container.vertical-nav>section>.content,.section-container.vertical-nav>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.section-container.vertical-nav>section>.content>*:last-child,.section-container.vertical-nav>.section>.content>*:last-child{margin-bottom:0}.section-container.vertical-nav>section>.content>*:first-child,.section-container.vertical-nav>.section>.content>*:first-child{padding-top:0}.section-container.vertical-nav>section>.content>*:last-child:not(.flex-video),.section-container.vertical-nav>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.section-container.vertical-nav>section.active>.title,.section-container.vertical-nav>.section.active>.title{background:#d5d5d5}.section-container.vertical-nav>section.active>.title a,.section-container.vertical-nav>.section.active>.title a{color:#333}.section-container.vertical-nav>section:not(.active),.section-container.vertical-nav>.section:not(.active){padding:0 !important}[data-section='horizontal-nav'],.section-container.horizontal-nav{width:100%;position:relative;display:block;margin-bottom:1.25em}[data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]),.section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]){visibility:hidden}[data-section='horizontal-nav'][data-section-small-style],.section-container.horizontal-nav[data-section-small-style]{width:100% !important}[data-section='horizontal-nav'][data-section-small-style]>[data-section-region],[data-section='horizontal-nav'][data-section-small-style]>section,[data-section='horizontal-nav'][data-section-small-style]>.section,.section-container.horizontal-nav[data-section-small-style]>[data-section-region],.section-container.horizontal-nav[data-section-small-style]>section,.section-container.horizontal-nav[data-section-small-style]>.section{padding:0 !important;margin:0 !important}[data-section='horizontal-nav'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='horizontal-nav'][data-section-small-style]>[data-section-region]>.title,[data-section='horizontal-nav'][data-section-small-style]>section>[data-section-title],[data-section='horizontal-nav'][data-section-small-style]>section>.title,[data-section='horizontal-nav'][data-section-small-style]>.section>[data-section-title],[data-section='horizontal-nav'][data-section-small-style]>.section>.title,.section-container.horizontal-nav[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.horizontal-nav[data-section-small-style]>[data-section-region]>.title,.section-container.horizontal-nav[data-section-small-style]>section>[data-section-title],.section-container.horizontal-nav[data-section-small-style]>section>.title,.section-container.horizontal-nav[data-section-small-style]>.section>[data-section-title],.section-container.horizontal-nav[data-section-small-style]>.section>.title{width:100% !important}[data-section='horizontal-nav']>section,[data-section='horizontal-nav']>.section,[data-section='horizontal-nav']>[data-section-region],.section-container.horizontal-nav>section,.section-container.horizontal-nav>.section,.section-container.horizontal-nav>[data-section-region]{position:relative;float:left}[data-section='horizontal-nav']>section>[data-section-title],[data-section='horizontal-nav']>section>.title,[data-section='horizontal-nav']>.section>[data-section-title],[data-section='horizontal-nav']>.section>.title,[data-section='horizontal-nav']>[data-section-region]>[data-section-title],[data-section='horizontal-nav']>[data-section-region]>.title,.section-container.horizontal-nav>section>[data-section-title],.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>[data-section-title],.section-container.horizontal-nav>.section>.title,.section-container.horizontal-nav>[data-section-region]>[data-section-title],.section-container.horizontal-nav>[data-section-region]>.title{margin-bottom:0}[data-section='horizontal-nav']>section>[data-section-title] a,[data-section='horizontal-nav']>section>.title a,[data-section='horizontal-nav']>.section>[data-section-title] a,[data-section='horizontal-nav']>.section>.title a,[data-section='horizontal-nav']>[data-section-region]>[data-section-title] a,[data-section='horizontal-nav']>[data-section-region]>.title a,.section-container.horizontal-nav>section>[data-section-title] a,.section-container.horizontal-nav>section>.title a,.section-container.horizontal-nav>.section>[data-section-title] a,.section-container.horizontal-nav>.section>.title a,.section-container.horizontal-nav>[data-section-region]>[data-section-title] a,.section-container.horizontal-nav>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}[data-section='horizontal-nav']>section>[data-section-content],[data-section='horizontal-nav']>section>.content,[data-section='horizontal-nav']>.section>[data-section-content],[data-section='horizontal-nav']>.section>.content,[data-section='horizontal-nav']>[data-section-region]>[data-section-content],[data-section='horizontal-nav']>[data-section-region]>.content,.section-container.horizontal-nav>section>[data-section-content],.section-container.horizontal-nav>section>.content,.section-container.horizontal-nav>.section>[data-section-content],.section-container.horizontal-nav>.section>.content,.section-container.horizontal-nav>[data-section-region]>[data-section-content],.section-container.horizontal-nav>[data-section-region]>.content{display:none}[data-section='horizontal-nav']>section.active>[data-section-content],[data-section='horizontal-nav']>section.active>.content,[data-section='horizontal-nav']>.section.active>[data-section-content],[data-section='horizontal-nav']>.section.active>.content,[data-section='horizontal-nav']>[data-section-region].active>[data-section-content],[data-section='horizontal-nav']>[data-section-region].active>.content,.section-container.horizontal-nav>section.active>[data-section-content],.section-container.horizontal-nav>section.active>.content,.section-container.horizontal-nav>.section.active>[data-section-content],.section-container.horizontal-nav>.section.active>.content,.section-container.horizontal-nav>[data-section-region].active>[data-section-content],.section-container.horizontal-nav>[data-section-region].active>.content{display:block}[data-section='horizontal-nav']>section:not(.active),[data-section='horizontal-nav']>.section:not(.active),[data-section='horizontal-nav']>[data-section-region]:not(.active),.section-container.horizontal-nav>section:not(.active),.section-container.horizontal-nav>.section:not(.active),.section-container.horizontal-nav>[data-section-region]:not(.active){padding:0 !important}[data-section='horizontal-nav']>section>[data-section-title],[data-section='horizontal-nav']>section>.title,[data-section='horizontal-nav']>.section>[data-section-title],[data-section='horizontal-nav']>.section>.title,[data-section='horizontal-nav']>[data-section-region]>[data-section-title],[data-section='horizontal-nav']>[data-section-region]>.title,.section-container.horizontal-nav>section>[data-section-title],.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>[data-section-title],.section-container.horizontal-nav>.section>.title,.section-container.horizontal-nav>[data-section-region]>[data-section-title],.section-container.horizontal-nav>[data-section-region]>.title{position:static;width:auto}[data-section='horizontal-nav']>section>[data-section-title] a,[data-section='horizontal-nav']>section>.title a,[data-section='horizontal-nav']>.section>[data-section-title] a,[data-section='horizontal-nav']>.section>.title a,[data-section='horizontal-nav']>[data-section-region]>[data-section-title] a,[data-section='horizontal-nav']>[data-section-region]>.title a,.section-container.horizontal-nav>section>[data-section-title] a,.section-container.horizontal-nav>section>.title a,.section-container.horizontal-nav>.section>[data-section-title] a,.section-container.horizontal-nav>.section>.title a,.section-container.horizontal-nav>[data-section-region]>[data-section-title] a,.section-container.horizontal-nav>[data-section-region]>.title a{display:block}[data-section='horizontal-nav']>section>[data-section-content],[data-section='horizontal-nav']>section>.content,[data-section='horizontal-nav']>.section>[data-section-content],[data-section='horizontal-nav']>.section>.content,[data-section='horizontal-nav']>[data-section-region]>[data-section-content],[data-section='horizontal-nav']>[data-section-region]>.content,.section-container.horizontal-nav>section>[data-section-content],.section-container.horizontal-nav>section>.content,.section-container.horizontal-nav>.section>[data-section-content],.section-container.horizontal-nav>.section>.content,.section-container.horizontal-nav>[data-section-region]>[data-section-content],.section-container.horizontal-nav>[data-section-region]>.content{width:auto;position:absolute;top:0;left:0;z-index:999;min-width:12.5em}.section-container.horizontal-nav{background:#efefef;border:1px solid #ccc}.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.section-container.horizontal-nav>section>.title a,.section-container.horizontal-nav>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.section-container.horizontal-nav>section>.title:hover,.section-container.horizontal-nav>.section>.title:hover{background-color:#e2e2e2}.section-container.horizontal-nav>section>.content,.section-container.horizontal-nav>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.section-container.horizontal-nav>section>.content>*:last-child,.section-container.horizontal-nav>.section>.content>*:last-child{margin-bottom:0}.section-container.horizontal-nav>section>.content>*:first-child,.section-container.horizontal-nav>.section>.content>*:first-child{padding-top:0}.section-container.horizontal-nav>section>.content>*:last-child:not(.flex-video),.section-container.horizontal-nav>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.section-container.horizontal-nav>section.active>.title,.section-container.horizontal-nav>.section.active>.title{background:#d5d5d5}.section-container.horizontal-nav>section.active>.title a,.section-container.horizontal-nav>.section.active>.title a{color:#333}.section-container.horizontal-nav>section:not(.active),.section-container.horizontal-nav>.section:not(.active){padding:0 !important}}.no-js [data-section],.no-js .section-container{width:100%;position:relative;display:block;margin-bottom:1.25em}.no-js [data-section][data-section-small-style],.no-js .section-container[data-section-small-style]{width:100% !important}.no-js [data-section][data-section-small-style]>[data-section-region],.no-js [data-section][data-section-small-style]>section,.no-js [data-section][data-section-small-style]>.section,.no-js .section-container[data-section-small-style]>[data-section-region],.no-js .section-container[data-section-small-style]>section,.no-js .section-container[data-section-small-style]>.section{padding:0 !important;margin:0 !important}.no-js [data-section][data-section-small-style]>[data-section-region]>[data-section-title],.no-js [data-section][data-section-small-style]>[data-section-region]>.title,.no-js [data-section][data-section-small-style]>section>[data-section-title],.no-js [data-section][data-section-small-style]>section>.title,.no-js [data-section][data-section-small-style]>.section>[data-section-title],.no-js [data-section][data-section-small-style]>.section>.title,.no-js .section-container[data-section-small-style]>[data-section-region]>[data-section-title],.no-js .section-container[data-section-small-style]>[data-section-region]>.title,.no-js .section-container[data-section-small-style]>section>[data-section-title],.no-js .section-container[data-section-small-style]>section>.title,.no-js .section-container[data-section-small-style]>.section>[data-section-title],.no-js .section-container[data-section-small-style]>.section>.title{width:100% !important}.no-js [data-section]>section,.no-js [data-section]>.section,.no-js [data-section]>[data-section-region],.no-js .section-container>section,.no-js .section-container>.section,.no-js .section-container>[data-section-region]{margin:0}.no-js [data-section]>section>[data-section-title],.no-js [data-section]>section>.title,.no-js [data-section]>.section>[data-section-title],.no-js [data-section]>.section>.title,.no-js [data-section]>[data-section-region]>[data-section-title],.no-js [data-section]>[data-section-region]>.title,.no-js .section-container>section>[data-section-title],.no-js .section-container>section>.title,.no-js .section-container>.section>[data-section-title],.no-js .section-container>.section>.title,.no-js .section-container>[data-section-region]>[data-section-title],.no-js .section-container>[data-section-region]>.title{margin-bottom:0}.no-js [data-section]>section>[data-section-title] a,.no-js [data-section]>section>.title a,.no-js [data-section]>.section>[data-section-title] a,.no-js [data-section]>.section>.title a,.no-js [data-section]>[data-section-region]>[data-section-title] a,.no-js [data-section]>[data-section-region]>.title a,.no-js .section-container>section>[data-section-title] a,.no-js .section-container>section>.title a,.no-js .section-container>.section>[data-section-title] a,.no-js .section-container>.section>.title a,.no-js .section-container>[data-section-region]>[data-section-title] a,.no-js .section-container>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}.no-js [data-section]>section>[data-section-content],.no-js [data-section]>section>.content,.no-js [data-section]>.section>[data-section-content],.no-js [data-section]>.section>.content,.no-js [data-section]>[data-section-region]>[data-section-content],.no-js [data-section]>[data-section-region]>.content,.no-js .section-container>section>[data-section-content],.no-js .section-container>section>.content,.no-js .section-container>.section>[data-section-content],.no-js .section-container>.section>.content,.no-js .section-container>[data-section-region]>[data-section-content],.no-js .section-container>[data-section-region]>.content{display:none}.no-js [data-section]>section.active>[data-section-content],.no-js [data-section]>section.active>.content,.no-js [data-section]>.section.active>[data-section-content],.no-js [data-section]>.section.active>.content,.no-js [data-section]>[data-section-region].active>[data-section-content],.no-js [data-section]>[data-section-region].active>.content,.no-js .section-container>section.active>[data-section-content],.no-js .section-container>section.active>.content,.no-js .section-container>.section.active>[data-section-content],.no-js .section-container>.section.active>.content,.no-js .section-container>[data-section-region].active>[data-section-content],.no-js .section-container>[data-section-region].active>.content{display:block}.no-js [data-section]>section:not(.active),.no-js [data-section]>.section:not(.active),.no-js [data-section]>[data-section-region]:not(.active),.no-js .section-container>section:not(.active),.no-js .section-container>.section:not(.active),.no-js .section-container>[data-section-region]:not(.active){padding:0 !important}.no-js [data-section]>section>[data-section-title],.no-js [data-section]>section>.title,.no-js [data-section]>.section>[data-section-title],.no-js [data-section]>.section>.title,.no-js [data-section]>[data-section-region]>[data-section-title],.no-js [data-section]>[data-section-region]>.title,.no-js .section-container>section>[data-section-title],.no-js .section-container>section>.title,.no-js .section-container>.section>[data-section-title],.no-js .section-container>.section>.title,.no-js .section-container>[data-section-region]>[data-section-title],.no-js .section-container>[data-section-region]>.title{width:100%}.no-js .section-container{border-top:1px solid #ccc}.no-js .section-container>section>.title,.no-js .section-container>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.no-js .section-container>section>.title a,.no-js .section-container>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.no-js .section-container>section>.title:hover,.no-js .section-container>.section>.title:hover{background-color:#e2e2e2}.no-js .section-container>section>.content,.no-js .section-container>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.no-js .section-container>section>.content>*:last-child,.no-js .section-container>.section>.content>*:last-child{margin-bottom:0}.no-js .section-container>section>.content>*:first-child,.no-js .section-container>.section>.content>*:first-child{padding-top:0}.no-js .section-container>section>.content>*:last-child:not(.flex-video),.no-js .section-container>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.no-js .section-container>section.active>.title,.no-js .section-container>.section.active>.title{background:#d5d5d5}.no-js .section-container>section.active>.title a,.no-js .section-container>.section.active>.title a{color:#333}.no-js .section-container>section:not(.active),.no-js .section-container>.section:not(.active){padding:0 !important}.no-js .section-container>section>.title,.no-js .section-container>.section>.title{border-top:none}.contain-to-grid{width:100%;background:#111}.contain-to-grid .top-bar{margin-bottom:1.875em}.fixed{width:100%;left:0;position:fixed;top:0;z-index:99}.top-bar{overflow:hidden;height:45px;line-height:45px;position:relative;background:#111;margin-bottom:1.875em}.top-bar ul{margin-bottom:0;list-style:none}.top-bar .row{max-width:none}.top-bar form,.top-bar input{margin-bottom:0}.top-bar input{height:2.45em}.top-bar .button{padding-top:.5em;padding-bottom:.5em;margin-bottom:0}.top-bar .title-area{position:relative;margin:0}.top-bar .name{height:45px;margin:0;font-size:16}.top-bar .name h1{line-height:45px;font-size:1.0625em;margin:0}.top-bar .name h1 a{font-weight:bold;color:#fff;width:50%;display:block;padding:0 15px}.top-bar .toggle-topbar{position:absolute;right:0;top:0}.top-bar .toggle-topbar a{color:#fff;text-transform:uppercase;font-size:0.8125em;font-weight:bold;position:relative;display:block;padding:0 15px;height:45px;line-height:45px}.top-bar .toggle-topbar.menu-icon{right:15px;top:50%;margin-top:-16px;padding-left:40px}.top-bar .toggle-topbar.menu-icon a{text-indent:-48px;width:34px;height:34px;line-height:33px;padding:0;color:#fff}.top-bar .toggle-topbar.menu-icon a span{position:absolute;right:0;display:block;width:16px;height:0;-webkit-box-shadow:0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff;box-shadow:0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff}.top-bar.expanded{height:auto;background:transparent}.top-bar.expanded .title-area{background:#111}.top-bar.expanded .toggle-topbar a{color:#888}.top-bar.expanded .toggle-topbar a span{-webkit-box-shadow:0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888;box-shadow:0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888}.top-bar-section{left:0;position:relative;width:auto;-webkit-transition:left 300ms ease-out;-moz-transition:left 300ms ease-out;transition:left 300ms ease-out}.top-bar-section ul{width:100%;height:auto;display:block;background:#222;font-size:16;margin:0}.top-bar-section .divider,.top-bar-section [role="separator"]{border-bottom:solid 1px #2b2b2b;border-top:solid 1px #000;clear:both;height:1px;width:100%}.top-bar-section ul li>a{display:block;width:100%;color:#fff;padding:12px 0 12px 0;padding-left:15px;font-size:0.8125em;font-weight:bold;background:#222}.top-bar-section ul li>a.button{background:#2ba6cb;font-size:0.8125em}.top-bar-section ul li>a.button.hover{background:#2284a1}.top-bar-section ul li>a.button.secondary{background:#e9e9e9}.top-bar-section ul li>a.button.secondary.hover{background:#d0d0d0}.top-bar-section ul li>a.button.success{background:#5da423}.top-bar-section ul li>a.button.success.hover{background:#457a1a}.top-bar-section ul li>a.button.alert{background:#c60f13}.top-bar-section ul li>a.button.alert.hover{background:#970b0e}.top-bar-section ul li.hover>a{background:#090909;color:#fff}.top-bar-section ul li.active>a{background:#090909;color:#fff}.top-bar-section .has-form{padding:15px}.top-bar-section .has-dropdown{position:relative}.top-bar-section .has-dropdown>a:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:transparent transparent transparent rgba(255,255,255,0.5);border-left-style:solid;margin-right:15px;margin-top:-4.5px;position:absolute;top:50%;right:0}.top-bar-section .has-dropdown.moved{position:static}.top-bar-section .has-dropdown.moved>.dropdown{visibility:visible}.top-bar-section .dropdown{position:absolute;left:100%;top:0;visibility:hidden;z-index:99}.top-bar-section .dropdown li{width:100%;height:auto}.top-bar-section .dropdown li a{font-weight:normal;padding:8px 15px}.top-bar-section .dropdown li a.parent-link{font-weight:bold}.top-bar-section .dropdown li.title h5{margin-bottom:0}.top-bar-section .dropdown li.title h5 a{color:#fff;line-height:22.5px;display:block}.top-bar-section .dropdown label{padding:8px 15px 2px;margin-bottom:0;text-transform:uppercase;color:#555;font-weight:bold;font-size:0.625em}.top-bar-js-breakpoint{width:58.75em !important;visibility:hidden}.js-generated{display:block}@media only screen and (min-width: 58.75em){.top-bar{background:#111;*zoom:1;overflow:visible}.top-bar:before,.top-bar:after{content:" ";display:table}.top-bar:after{clear:both}.top-bar .toggle-topbar{display:none}.top-bar .title-area{float:left}.top-bar .name h1 a{width:auto}.top-bar input,.top-bar .button{line-height:2em;font-size:0.875em;height:2em;padding:0 10px;position:relative;top:8px}.top-bar.expanded{background:#111}.contain-to-grid .top-bar{max-width:62.5em;margin:0 auto;margin-bottom:1.875em}.top-bar-section{-webkit-transition:none 0 0;-moz-transition:none 0 0;transition:none 0 0;left:0 !important}.top-bar-section ul{width:auto;height:auto !important;display:inline}.top-bar-section ul li{float:left}.top-bar-section ul li .js-generated{display:none}.top-bar-section li a:not(.button){padding:0 15px;line-height:45px;background:#111}.top-bar-section li a:not(.button).hover{background:#000}.top-bar-section .has-dropdown>a{padding-right:35px !important}.top-bar-section .has-dropdown>a:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:rgba(255,255,255,0.5) transparent transparent transparent;border-top-style:solid;margin-top:-2.5px;top:22.5px}.top-bar-section .has-dropdown.moved{position:relative}.top-bar-section .has-dropdown.moved>.dropdown{visibility:hidden}.top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown{visibility:visible}.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after{border:none;content:"\00bb";margin-top:-16px;right:5px}.top-bar-section .dropdown{left:0;top:auto;background:transparent;min-width:100%}.top-bar-section .dropdown li a{color:#fff;line-height:1;white-space:nowrap;padding:7px 15px;background:#1e1e1e}.top-bar-section .dropdown li label{white-space:nowrap;background:#1e1e1e}.top-bar-section .dropdown li .dropdown{left:100%;top:0}.top-bar-section>ul>.divider,.top-bar-section>ul>[role="separator"]{border-bottom:none;border-top:none;border-right:solid 1px #2b2b2b;border-left:solid 1px #000;clear:none;height:45px;width:0px}.top-bar-section .has-form{background:#111;padding:0 15px;height:45px}.top-bar-section ul.right li .dropdown{left:auto;right:0}.top-bar-section ul.right li .dropdown li .dropdown{right:100%}.no-js .top-bar-section ul li:hover>a{background:#090909;color:#fff}.no-js .top-bar-section ul li:active>a{background:#090909;color:#fff}.no-js .top-bar-section .has-dropdown:hover>.dropdown{visibility:visible}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-o-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.slideshow-wrapper{position:relative}.slideshow-wrapper ul{list-style-type:none;margin:0}.slideshow-wrapper ul li,.slideshow-wrapper ul li .orbit-caption{display:none}.slideshow-wrapper ul li:first-child{display:block}.slideshow-wrapper .orbit-container{background-color:transparent}.slideshow-wrapper .orbit-container li{display:block}.slideshow-wrapper .orbit-container li .orbit-caption{display:block}.preloader{display:block;width:40px;height:40px;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px;border:solid 3px;border-color:#555 #fff;-webkit-border-radius:1000px;border-radius:1000px;-webkit-animation-name:rotate;-webkit-animation-duration:1.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotate;-moz-animation-duration:1.5s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-o-animation-name:rotate;-o-animation-duration:1.5s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear;animation-name:rotate;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear}.orbit-container{overflow:hidden;width:100%;position:relative;background:#f5f5f5}.orbit-container .orbit-slides-container{list-style:none;margin:0;padding:0;position:relative}.orbit-container .orbit-slides-container img{display:block;max-width:100%}.orbit-container .orbit-slides-container>*{position:absolute;top:0;width:100%;margin-left:100%}.orbit-container .orbit-slides-container>*:first-child{margin-left:0%}.orbit-container .orbit-slides-container>* .orbit-caption{position:absolute;bottom:0;background-color:#000;background-color:rgba(0,0,0,0.6);color:#fff;width:100%;padding:10px 14px;font-size:0.875em}.orbit-container .orbit-slide-number{position:absolute;top:10px;left:10px;font-size:12px;color:#fff;background:rgba(0,0,0,0);z-index:10}.orbit-container .orbit-slide-number span{font-weight:700;padding:0.3125em}.orbit-container .orbit-timer{position:absolute;top:10px;right:10px;height:6px;width:100px;z-index:10}.orbit-container .orbit-timer .orbit-progress{height:100%;background-color:#000;background-color:rgba(0,0,0,0.6);display:block;width:0%}.orbit-container .orbit-timer>span{display:none;position:absolute;top:10px;right:0px;width:11px;height:14px;border:solid 4px #000;border-top:none;border-bottom:none}.orbit-container .orbit-timer.paused>span{right:-6px;top:9px;width:11px;height:14px;border:inset 8px;border-right-style:solid;border-color:transparent transparent transparent #000}.orbit-container:hover .orbit-timer>span{display:block}.orbit-container .orbit-prev,.orbit-container .orbit-next{position:absolute;top:50%;margin-top:-25px;background-color:#000;background-color:rgba(0,0,0,0.6);width:50px;height:60px;line-height:50px;color:white;text-indent:-9999px !important;z-index:10}.orbit-container .orbit-prev>span,.orbit-container .orbit-next>span{position:absolute;top:50%;margin-top:-16px;display:block;width:0;height:0;border:inset 16px}.orbit-container .orbit-prev{left:0}.orbit-container .orbit-prev>span{border-right-style:solid;border-color:transparent;border-right-color:#fff}.orbit-container .orbit-prev:hover>span{border-right-color:#ccc}.orbit-container .orbit-next{right:0}.orbit-container .orbit-next>span{border-color:transparent;border-left-style:solid;border-left-color:#fff;left:50%;margin-left:-8px}.orbit-container .orbit-next:hover>span{border-left-color:#ccc}.orbit-bullets{margin:0 auto 30px auto;overflow:hidden;position:relative;top:10px}.orbit-bullets li{display:block;width:10px;height:10px;background:#999;float:left;margin-right:6px;border:solid 1px #555;-webkit-border-radius:1000px;border-radius:1000px}.orbit-bullets li.active{background:#555}.orbit-bullets li:last-child{margin-right:0}.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next{display:none}.touch .orbit-bullets{display:none}@media only screen and (min-width: 768px){.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next{display:inherit}.touch .orbit-bullets{display:block}}@media only screen and (max-width: 768px){.orbit-stack-on-small .orbit-slides-container{height:auto !important}.orbit-stack-on-small .orbit-slides-container>*{position:relative;margin-left:0% !important}.orbit-stack-on-small .orbit-timer,.orbit-stack-on-small .orbit-next,.orbit-stack-on-small .orbit-prev,.orbit-stack-on-small .orbit-bullets{display:none}}.reveal-modal-bg{position:fixed;height:100%;width:100%;background:#000;background:rgba(0,0,0,0.45);z-index:98;display:none;top:0;left:0}.reveal-modal{visibility:hidden;display:none;position:absolute;left:50%;z-index:99;height:auto;margin-left:-40%;width:80%;background-color:#fff;padding:1.25em;border:solid 1px #666;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);box-shadow:0 0 10px rgba(0,0,0,0.4);top:50px}.reveal-modal .column,.reveal-modal .columns{min-width:0}.reveal-modal>:first-child{margin-top:0}.reveal-modal>:last-child{margin-bottom:0}.reveal-modal .close-reveal-modal{font-size:1.375em;line-height:1;position:absolute;top:0.5em;right:0.6875em;color:#aaa;font-weight:bold;cursor:pointer}@media only screen and (min-width: 768px){.reveal-modal{padding:1.875em;top:6.25em}.reveal-modal.tiny{margin-left:-15%;width:30%}.reveal-modal.small{margin-left:-20%;width:40%}.reveal-modal.medium{margin-left:-30%;width:60%}.reveal-modal.large{margin-left:-35%;width:70%}.reveal-modal.xlarge{margin-left:-47.5%;width:95%}}@media print{.reveal-modal{background:#fff !important}}.joyride-list{display:none}.joyride-tip-guide{display:none;position:absolute;background:#000;color:#fff;z-index:101;top:0;left:2.5%;font-family:inherit;font-weight:normal;width:95%}.lt-ie9 .joyride-tip-guide{max-width:800px;left:50%;margin-left:-400px}.joyride-content-wrapper{width:100%;padding:1.125em 1.25em 1.5em}.joyride-content-wrapper .button{margin-bottom:0 !important}.joyride-tip-guide .joyride-nub{display:block;position:absolute;left:22px;width:0;height:0;border:inset 14px}.joyride-tip-guide .joyride-nub.top{border-top-style:solid;border-color:#000;border-top-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;top:-28px}.joyride-tip-guide .joyride-nub.bottom{border-bottom-style:solid;border-color:#000 !important;border-bottom-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;bottom:-28px}.joyride-tip-guide .joyride-nub.right{right:-28px}.joyride-tip-guide .joyride-nub.left{left:-28px}.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6{line-height:1.25;margin:0;font-weight:bold;color:#fff}.joyride-tip-guide p{margin:0 0 1.125em 0;font-size:0.875em;line-height:1.3}.joyride-timer-indicator-wrap{width:50px;height:3px;border:solid 1px #555;position:absolute;right:1.0625em;bottom:1em}.joyride-timer-indicator{display:block;width:0;height:inherit;background:#666}.joyride-close-tip{position:absolute;right:12px;top:10px;color:#777 !important;text-decoration:none;font-size:30px;font-weight:normal;line-height:0.5 !important}.joyride-close-tip:hover,.joyride-close-tip:focus{color:#eee !important}.joyride-modal-bg{position:fixed;height:100%;width:100%;background:transparent;background:rgba(0,0,0,0.5);z-index:100;display:none;top:0;left:0;cursor:pointer}.joyride-expose-wrapper{background-color:#ffffff;position:absolute;border-radius:3px;z-index:102;-moz-box-shadow:0px 0px 30px #fff;-webkit-box-shadow:0px 0px 15px #fff;box-shadow:0px 0px 15px #fff}.joyride-expose-cover{background:transparent;border-radius:3px;position:absolute;z-index:9999;top:0px;left:0px}@media only screen and (min-width: 768px){.joyride-tip-guide{width:300px;left:inherit}.joyride-tip-guide .joyride-nub.bottom{border-color:#000 !important;border-bottom-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;bottom:-28px}.joyride-tip-guide .joyride-nub.right{border-color:#000 !important;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;top:22px;left:auto;right:-28px}.joyride-tip-guide .joyride-nub.left{border-color:#000 !important;border-top-color:transparent !important;border-left-color:transparent !important;border-bottom-color:transparent !important;top:22px;left:-28px;right:auto}}[data-clearing]{*zoom:1;margin-bottom:0;margin-left:0;list-style:none}[data-clearing]:before,[data-clearing]:after{content:" ";display:table}[data-clearing]:after{clear:both}[data-clearing] li{float:left;margin-right:10px}.clearing-blackout{background:#111;position:fixed;width:100%;height:100%;top:0;left:0;z-index:998}.clearing-blackout .clearing-close{display:block}.clearing-container{position:relative;z-index:998;height:100%;overflow:hidden;margin:0}.visible-img{height:95%;position:relative}.visible-img img{position:absolute;left:50%;top:50%;margin-left:-50%;max-height:100%;max-width:100%}.clearing-caption{color:#fff;line-height:1.3;margin-bottom:0;text-align:center;bottom:0;background:#111;width:100%;padding:10px 30px;position:absolute;left:0}.clearing-close{z-index:999;padding-left:20px;padding-top:10px;font-size:40px;line-height:1;color:#fff;display:none}.clearing-close:hover,.clearing-close:focus{color:#ccc}.clearing-assembled .clearing-container{height:100%}.clearing-assembled .clearing-container .carousel>ul{display:none}.clearing-feature li{display:none}.clearing-feature li.clearing-featured-img{display:block}@media only screen and (min-width: 768px){.clearing-main-prev,.clearing-main-next{position:absolute;height:100%;width:40px;top:0}.clearing-main-prev>span,.clearing-main-next>span{position:absolute;top:50%;display:block;width:0;height:0;border:solid 16px}.clearing-main-prev{left:0}.clearing-main-prev>span{left:5px;border-color:transparent;border-right-color:#fff}.clearing-main-next{right:0}.clearing-main-next>span{border-color:transparent;border-left-color:#fff}.clearing-main-prev.disabled,.clearing-main-next.disabled{opacity:0.5}.clearing-assembled .clearing-container .carousel{background:#111;height:150px;margin-top:5px}.clearing-assembled .clearing-container .carousel>ul{display:block;z-index:999;width:200%;height:100%;margin-left:0;position:relative;left:0}.clearing-assembled .clearing-container .carousel>ul li{display:block;width:175px;height:inherit;padding:0;float:left;overflow:hidden;margin-right:1px;position:relative;cursor:pointer;opacity:0.4}.clearing-assembled .clearing-container .carousel>ul li.fix-height img{min-height:100%;height:100%;max-width:none}.clearing-assembled .clearing-container .carousel>ul li a.th{border:none;-webkit-box-shadow:none;box-shadow:none;display:block}.clearing-assembled .clearing-container .carousel>ul li img{cursor:pointer !important;min-width:100% !important}.clearing-assembled .clearing-container .carousel>ul li.visible{opacity:1}.clearing-assembled .clearing-container .visible-img{background:#111;overflow:hidden;height:75%}.clearing-close{position:absolute;top:10px;right:20px;padding-left:0;padding-top:0}}.alert-box{border-style:solid;border-width:1px;display:block;font-weight:bold;margin-bottom:1.25em;position:relative;padding:0.6875em 1.3125em 0.75em 0.6875em;font-size:0.875em;background-color:#2ba6cb;border-color:#2284a1;color:#fff}.alert-box .close{font-size:1.375em;padding:5px 4px 4px;line-height:0;position:absolute;top:0.4375em;right:0.3125em;color:#333;opacity:0.3}.alert-box .close:hover,.alert-box .close:focus{opacity:0.5}.alert-box.radius{-webkit-border-radius:3px;border-radius:3px}.alert-box.round{-webkit-border-radius:1000px;border-radius:1000px}.alert-box.success{background-color:#5da423;border-color:#457a1a;color:#fff}.alert-box.alert{background-color:#c60f13;border-color:#970b0e;color:#fff}.alert-box.secondary{background-color:#e9e9e9;border-color:#d0d0d0;color:#505050}.breadcrumbs{display:block;padding:0.5625em 0.875em 0.5625em;overflow:hidden;margin-left:0;list-style:none;border-style:solid;border-width:1px;background-color:#f6f6f6;border-color:#dcdcdc;-webkit-border-radius:3px;border-radius:3px}.breadcrumbs>*{margin:0;float:left;font-size:0.6875em;text-transform:uppercase}.breadcrumbs>*:hover a,.breadcrumbs>*:focus a{text-decoration:underline}.breadcrumbs>* a,.breadcrumbs>* span{text-transform:uppercase;color:#2ba6cb}.breadcrumbs>*.current{cursor:default;color:#333}.breadcrumbs>*.current a{cursor:default;color:#333}.breadcrumbs>*.current:hover,.breadcrumbs>*.current:hover a,.breadcrumbs>*.current:focus,.breadcrumbs>*.current:focus a{text-decoration:none}.breadcrumbs>*.unavailable{color:#999}.breadcrumbs>*.unavailable a{color:#999}.breadcrumbs>*.unavailable:hover,.breadcrumbs>*.unavailable:hover a,.breadcrumbs>*.unavailable:focus,.breadcrumbs>*.unavailable a:focus{text-decoration:none;color:#999;cursor:default}.breadcrumbs>*:before{content:"/";color:#aaa;margin:0 0.75em;position:relative;top:1px}.breadcrumbs>*:first-child:before{content:" ";margin:0}form.custom .hidden-field{margin-left:-99999px;position:absolute;visibility:hidden}form.custom .custom{display:inline-block;width:16px;height:16px;position:relative;top:-1px;vertical-align:middle;border:solid 1px #ccc;background:#fff}form.custom .custom.checkbox{-webkit-border-radius:0px;border-radius:0px;padding:-1px}form.custom .custom.radio{-webkit-border-radius:1000px;border-radius:1000px;padding:3px}form.custom .custom.checkbox:before{content:"";display:block;font-size:16px;color:#fff}form.custom .custom.radio.checked:before{content:"";display:block;width:8px;height:8px;-webkit-border-radius:1000px;border-radius:1000px;background:#222;position:relative}form.custom .custom.checkbox.checked:before{content:"\00d7";color:#222;position:absolute;top:-50%;left:50%;margin-top:4px;margin-left:-5px}form.custom .custom.dropdown{display:block;position:relative;top:0;height:2.3125em;margin-bottom:1.25em;margin-top:0px;padding:0px;width:100%;background:#fff;background:-moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);background:-webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);-webkit-box-shadow:none;background:linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);box-shadow:none;font-size:0.875em;vertical-align:top}form.custom .custom.dropdown ul{overflow-y:auto;max-height:200px}form.custom .custom.dropdown .current{cursor:default;white-space:nowrap;line-height:2.25em;color:rgba(0,0,0,0.75);text-decoration:none;overflow:hidden;display:block;margin-left:0.5em;margin-right:2.3125em}form.custom .custom.dropdown .selector{cursor:default;position:absolute;width:2.5em;height:2.3125em;display:block;right:0;top:0}form.custom .custom.dropdown .selector:after{content:"";display:block;content:"";display:block;width:0;height:0;border:inset 5px;border-color:#aaa transparent transparent transparent;border-top-style:solid;position:absolute;left:0.9375em;top:50%;margin-top:-3px}form.custom .custom.dropdown:hover a.selector:after,form.custom .custom.dropdown.open a.selector:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:#222 transparent transparent transparent;border-top-style:solid}form.custom .custom.dropdown .disabled{color:#888}form.custom .custom.dropdown .disabled:hover{background:transparent;color:#888}form.custom .custom.dropdown .disabled:hover:after{display:none}form.custom .custom.dropdown.open ul{display:block;z-index:10;min-width:100%;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}form.custom .custom.dropdown.small{max-width:134px}form.custom .custom.dropdown.medium{max-width:254px}form.custom .custom.dropdown.large{max-width:434px}form.custom .custom.dropdown.expand{width:100% !important}form.custom .custom.dropdown.open.small ul{min-width:134px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}form.custom .custom.dropdown.open.medium ul{min-width:254px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}form.custom .custom.dropdown.open.large ul{min-width:434px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}form.custom .error .custom.dropdown{border-color:#c60f13;background-color:rgba(198,15,19,0.1);background:rgba(198,15,19,0.1);margin-bottom:0}form.custom .error .custom.dropdown:focus{background:#fafafa;border-color:#999}form.custom .error .custom.dropdown+small.error{margin-top:0}form.custom .custom.dropdown ul{position:absolute;width:auto;display:none;margin:0;left:-1px;top:auto;-webkit-box-shadow:0 2px 2px 0px rgba(0,0,0,0.1);box-shadow:0 2px 2px 0px rgba(0,0,0,0.1);margin:0;padding:0;background:#fff;border:solid 1px #ccc;font-size:16}form.custom .custom.dropdown ul li{color:#555;font-size:0.875em;cursor:default;padding-top:0.25em;padding-bottom:0.25em;padding-left:0.375em;padding-right:2.375em;min-height:1.5em;line-height:1.5em;margin:0;white-space:nowrap;list-style:none}form.custom .custom.dropdown ul li.selected{background:#eee;color:#000}form.custom .custom.dropdown ul li:hover{background-color:#e4e4e4;color:#000}form.custom .custom.dropdown ul li.selected:hover{background:#eee;cursor:default;color:#000}form.custom .custom.dropdown ul.show{display:block}form.custom .custom.disabled{background:#ddd}.keystroke,kbd{background-color:#ededed;border-color:#dbdbdb;color:#222;border-style:solid;border-width:1px;margin:0;font-family:"Consolas","Menlo","Courier",monospace;font-size:0.875em;padding:0.125em 0.25em 0;-webkit-border-radius:3px;border-radius:3px}.label{font-weight:bold;text-align:center;text-decoration:none;line-height:1;white-space:nowrap;display:inline-block;position:relative;padding:0.1875em 0.625em 0.25em;font-size:0.875em;background-color:#2ba6cb;color:#fff}.label.radius{-webkit-border-radius:3px;border-radius:3px}.label.round{-webkit-border-radius:1000px;border-radius:1000px}.label.alert{background-color:#c60f13;color:#fff}.label.success{background-color:#5da423;color:#fff}.label.secondary{background-color:#e9e9e9;color:#333}.inline-list{margin:0 auto 1.0625em auto;margin-left:-1.375em;margin-right:0;padding:0;list-style:none;overflow:hidden}.inline-list>li{list-style:none;float:left;margin-left:1.375em;display:block}.inline-list>li>*{display:block}ul.pagination{display:block;height:1.5em;margin-left:-0.3125em}ul.pagination li{height:1.5em;color:#222;font-size:0.875em;margin-left:0.3125em}ul.pagination li a{display:block;padding:0.0625em 0.4375em 0.0625em;color:#999}ul.pagination li:hover a,ul.pagination li a:focus{background:#e6e6e6}ul.pagination li.unavailable a{cursor:default;color:#999}ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus{background:transparent}ul.pagination li.current a{background:#2ba6cb;color:#fff;font-weight:bold;cursor:default}ul.pagination li.current a:hover,ul.pagination li.current a:focus{background:#2ba6cb}ul.pagination li{float:left;display:block}.pagination-centered{text-align:center}.pagination-centered ul.pagination li{float:none;display:inline-block}.panel{border-style:solid;border-width:1px;border-color:#d9d9d9;margin-bottom:1.25em;padding:1.25em;background:#f2f2f2}.panel>:first-child{margin-top:0}.panel>:last-child{margin-bottom:0}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p{color:#333}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{line-height:1;margin-bottom:0.625em}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{line-height:1.4}.panel.callout{border-style:solid;border-width:1px;border-color:#2284a1;margin-bottom:1.25em;padding:1.25em;background:#2ba6cb;-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset}.panel.callout>:first-child{margin-top:0}.panel.callout>:last-child{margin-bottom:0}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6,.panel.callout p{color:#fff}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6{line-height:1;margin-bottom:0.625em}.panel.callout h1.subheader,.panel.callout h2.subheader,.panel.callout h3.subheader,.panel.callout h4.subheader,.panel.callout h5.subheader,.panel.callout h6.subheader{line-height:1.4}.panel.radius{-webkit-border-radius:3px;border-radius:3px}.pricing-table{border:solid 1px #ddd;margin-left:0;margin-bottom:1.25em}.pricing-table *{list-style:none;line-height:1}.pricing-table .title{background-color:#ddd;padding:0.9375em 1.25em;text-align:center;color:#333;font-weight:bold;font-size:1em}.pricing-table .price{background-color:#eee;padding:0.9375em 1.25em;text-align:center;color:#333;font-weight:normal;font-size:1.25em}.pricing-table .description{background-color:#fff;padding:0.9375em;text-align:center;color:#777;font-size:0.75em;font-weight:normal;line-height:1.4;border-bottom:dotted 1px #ddd}.pricing-table .bullet-item{background-color:#fff;padding:0.9375em;text-align:center;color:#333;font-size:0.875em;font-weight:normal;border-bottom:dotted 1px #ddd}.pricing-table .cta-button{background-color:#f5f5f5;text-align:center;padding:1.25em 1.25em 0}.progress{background-color:transparent;height:1.5625em;border:1px solid #ccc;padding:0.125em;margin-bottom:0.625em}.progress .meter{background:#2ba6cb;height:100%;display:block}.progress.secondary .meter{background:#e9e9e9;height:100%;display:block}.progress.success .meter{background:#5da423;height:100%;display:block}.progress.alert .meter{background:#c60f13;height:100%;display:block}.progress.radius{-webkit-border-radius:3px;border-radius:3px}.progress.radius .meter{-webkit-border-radius:2px;border-radius:2px}.progress.round{-webkit-border-radius:1000px;border-radius:1000px}.progress.round .meter{-webkit-border-radius:999px;border-radius:999px}.side-nav{display:block;margin:0;padding:0.875em 0;list-style-type:none;list-style-position:inside}.side-nav li{margin:0 0 0.4375em 0;font-size:0.875em}.side-nav li a{display:block;color:#2ba6cb}.side-nav li.active>a:first-child{color:#4d4d4d;font-weight:bold}.side-nav li.divider{border-top:1px solid;height:0;padding:0;list-style:none;border-top-color:#e6e6e6}.sub-nav{display:block;width:auto;overflow:hidden;margin:-0.25em 0 1.125em;padding-top:0.25em;margin-right:0;margin-left:-0.5625em}.sub-nav dt,.sub-nav dd{float:left;display:inline;margin-left:0.5625em;margin-bottom:0.625em;font-weight:normal;font-size:0.875em}.sub-nav dt a,.sub-nav dd a{color:#999;text-decoration:none}.sub-nav dt.active a,.sub-nav dd.active a{-webkit-border-radius:1000px;border-radius:1000px;font-weight:bold;background:#2ba6cb;padding:0.1875em 0.5625em;cursor:default;color:#fff}@media only screen{div.switch{position:relative;width:100%;padding:0;display:block;overflow:hidden;border-style:solid;border-width:1px;margin-bottom:1.25em;-webkit-animation:webkitSiblingBugfix infinite 1s;height:36px;background:#fff;border-color:#ccc}div.switch label{position:relative;left:0;z-index:2;float:left;width:50%;height:100%;margin:0;font-weight:bold;text-align:left;-webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;transition:all 0.1s ease-out}div.switch input{position:absolute;z-index:3;opacity:0;width:100%;height:100%;-moz-appearance:none}div.switch input:hover,div.switch input:focus{cursor:pointer}div.switch span:last-child{position:absolute;top:-1px;left:-1px;z-index:1;display:block;padding:0;border-width:1px;border-style:solid;-webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;transition:all 0.1s ease-out}div.switch input:not(:checked)+label{opacity:0}div.switch input:checked{display:none !important}div.switch input{left:0;display:block !important}div.switch input:first-of-type+label,div.switch input:first-of-type+span+label{left:-50%}div.switch input:first-of-type:checked+label,div.switch input:first-of-type:checked+span+label{left:0%}div.switch input:last-of-type+label,div.switch input:last-of-type+span+label{right:-50%;left:auto;text-align:right}div.switch input:last-of-type:checked+label,div.switch input:last-of-type:checked+span+label{right:0%;left:auto}div.switch span.custom{display:none !important}form.custom div.switch .hidden-field{margin-left:auto;position:absolute;visibility:visible}div.switch label{padding:0 0.375em;line-height:2.3em;font-size:0.875em}div.switch input:first-of-type:checked ~ span:last-child{left:100%;margin-left:-2.1875em}div.switch span:last-child{width:2.25em;height:2.25em}div.switch span:last-child{border-color:#b3b3b3;background:#fff;background:-moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);background:-webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);background:linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);-webkit-box-shadow:2px 0 10px 0 rgba(0,0,0,0.07),1000px 0 0 1000px #e1f5d1,-2px 0 10px 0 rgba(0,0,0,0.07),-1000px 0 0 1000px #f5f5f5;box-shadow:2px 0 10px 0 rgba(0,0,0,0.07),1000px 0 0 980px #e1f5d1,-2px 0 10px 0 rgba(0,0,0,0.07),-1000px 0 0 1000px #f5f5f5}div.switch:hover span:last-child,div.switch:focus span:last-child{background:#fff;background:-moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);background:-webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);background:linear-gradient(to bottom, #fff 0%, #e6e6e6 100%)}div.switch:active{background:transparent}div.switch.large{height:44px}div.switch.large label{padding:0 0.375em;line-height:2.3em;font-size:1.0625em}div.switch.large input:first-of-type:checked ~ span:last-child{left:100%;margin-left:-2.6875em}div.switch.large span:last-child{width:2.75em;height:2.75em}div.switch.small{height:28px}div.switch.small label{padding:0 0.375em;line-height:2.1em;font-size:0.75em}div.switch.small input:first-of-type:checked ~ span:last-child{left:100%;margin-left:-1.6875em}div.switch.small span:last-child{width:1.75em;height:1.75em}div.switch.tiny{height:22px}div.switch.tiny label{padding:0 0.375em;line-height:1.9em;font-size:0.6875em}div.switch.tiny input:first-of-type:checked ~ span:last-child{left:100%;margin-left:-1.3125em}div.switch.tiny span:last-child{width:1.375em;height:1.375em}div.switch.radius{-webkit-border-radius:4px;border-radius:4px}div.switch.radius span:last-child{-webkit-border-radius:3px;border-radius:3px}div.switch.round{-webkit-border-radius:1000px;border-radius:1000px}div.switch.round span:last-child{-webkit-border-radius:999px;border-radius:999px}div.switch.round label{padding:0 0.5625em}@-webkit-keyframes webkitSiblingBugfix{from{position:relative}to{position:relative}}}[data-magellan-expedition]{background:#fff;z-index:50;min-width:100%;padding:10px}[data-magellan-expedition] .sub-nav{margin-bottom:0}[data-magellan-expedition] .sub-nav dd{margin-bottom:0}table{background:#fff;margin-bottom:1.25em;border:solid 1px #ddd}table thead,table tfoot{background:#f5f5f5;font-weight:bold}table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:0.5em 0.625em 0.625em;font-size:0.875em;color:#222;text-align:left}table tr th,table tr td{padding:0.5625em 0.625em;font-size:0.875em;color:#222}table tr.even,table tr.alt,table tr:nth-of-type(even){background:#f9f9f9}table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.125em}.th{line-height:0;display:inline-block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.2);box-shadow:0 0 0 1px rgba(0,0,0,0.2);-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;transition:all 200ms ease-out}.th:hover,.th:focus{-webkit-box-shadow:0 0 6px 1px rgba(43,166,203,0.5);box-shadow:0 0 6px 1px rgba(43,166,203,0.5)}.th.radius{-webkit-border-radius:3px;border-radius:3px}a.th{display:inline-block}.has-tip{border-bottom:dotted 1px #ccc;cursor:help;font-weight:bold;color:#333}.has-tip:hover,.has-tip:focus{border-bottom:dotted 1px #196177;color:#2ba6cb}.has-tip.tip-left,.has-tip.tip-right{float:none !important}.tooltip{display:none;position:absolute;z-index:999;font-weight:bold;font-size:0.9375em;line-height:1.3;padding:0.5em;max-width:85%;left:50%;width:100%;color:#fff;background:#000;-webkit-border-radius:3px;border-radius:3px}.tooltip>.nub{display:block;left:5px;position:absolute;width:0;height:0;border:solid 5px;border-color:transparent transparent #000 transparent;top:-10px}.tooltip.opened{color:#2ba6cb !important;border-bottom:dotted 1px #196177 !important}.tap-to-close{display:block;font-size:0.625em;color:#888;font-weight:normal}@media only screen and (min-width: 768px){.tooltip>.nub{border-color:transparent transparent #000 transparent;top:-10px}.tooltip.tip-top>.nub{border-color:#000 transparent transparent transparent;top:auto;bottom:-10px}.tooltip.tip-left,.tooltip.tip-right{float:none !important}.tooltip.tip-left>.nub{border-color:transparent transparent transparent #000;right:-10px;left:auto;top:50%;margin-top:-5px}.tooltip.tip-right>.nub{border-color:transparent #000 transparent transparent;right:auto;left:-10px;top:50%;margin-top:-5px}}@media only screen and (max-width: 767px){.f-dropdown{max-width:100%;left:0}}.f-dropdown{position:absolute;top:-9999px;list-style:none;margin-left:0;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:16;z-index:99;margin-top:2px;max-width:200px}.f-dropdown>*:first-child{margin-top:0}.f-dropdown>*:last-child{margin-bottom:0}.f-dropdown:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent #fff transparent;border-bottom-style:solid;position:absolute;top:-12px;left:10px;z-index:99}.f-dropdown:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent #ccc transparent;border-bottom-style:solid;position:absolute;top:-14px;left:9px;z-index:98}.f-dropdown.right:before{left:auto;right:10px}.f-dropdown.right:after{left:auto;right:9px}.f-dropdown li{font-size:0.875em;cursor:pointer;line-height:1.125em;margin:0}.f-dropdown li:hover,.f-dropdown li:focus{background:#eee}.f-dropdown li a{display:block;padding:0.3125em 0.625em;color:#555}.f-dropdown.content{position:absolute;top:-9999px;list-style:none;margin-left:0;padding:1.25em;width:100%;height:auto;max-height:none;background:#fff;border:solid 1px #ccc;font-size:16;z-index:99;max-width:200px}.f-dropdown.content>*:first-child{margin-top:0}.f-dropdown.content>*:last-child{margin-bottom:0}.f-dropdown.tiny{max-width:200px}.f-dropdown.small{max-width:300px}.f-dropdown.medium{max-width:500px}.f-dropdown.large{max-width:800px}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('http://www.elmetools.com/int/../skin/frontend/emphasis/default/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('http://www.elmetools.com/int/../skin/frontend/emphasis/default/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('http://www.elmetools.com/int/../skin/frontend/emphasis/default/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('http://www.elmetools.com/int/../skin/frontend/emphasis/default/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('http://www.elmetools.com/int/../skin/frontend/emphasis/default/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

/**
 * 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.
 *
 *
 * @author    	MooMoothemes http://www.moomoothemes.com <info@moomoothemes.com>
 * @copyright 	Copyright (C) 2013 MooMoothemes
 * @theme 		Emphasis
 * @version 	1.3
 * @updated 	Sept 17, 2013
 *
 */

/* Reset ================================================================================= */

* { margin: 0; padding: 0; }

a.over{
	width: 109%!important;
}

.ocu, .ocu a{display:none;}

body { font: 12px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #595959; text-align: left; background: #fff; /* background: url("http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/patterns/dimension.png") repeat scroll 0 0 transparent !important */}

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td, table tr th, table tr td { font-size: 13px; }
table tr { background:none !important }
table td { border-bottom:1px solid #efefef; }

/* Layout ================================================================================ */
.row { max-width: 1010px; float: none; padding:0 30px}
.row .row { padding:inherit }
.block-row { clear: both; margin-bottom: 30px !important; overflow: hidden; }

.wrapper {}
.wrapper.layout_boxed { background: #FFFFFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.23); margin:20px auto !important; max-width: 1040px; display: block; overflow: hidden; }
.wrapper.layout_boxed .row { max-width:100% }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 { font-size: 32px; margin-top: 0; margin-bottom: 30px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h3.title { border-bottom: 1px solid #F5F5F5; clear: both; font-size: 20px; margin-bottom: 10px; padding-bottom: 10px; text-align: left; }
h3.title span { background: none repeat scroll 0 0 #FFFFFF; display: inline-block; padding: 0 15px 0 0; position: relative; }
h3.title.center { text-align: center; }
h3.title.center span { padding: 0 20px; }
h4 { font-size: 14px; font-weight: 700; }
h5 { font-size: 12px; font-weight: 700; }
h6 { font-size: 11px; font-weight: 700; }
hr { background: none repeat scroll 0 0 #F4F4F4; border: 0 none; height: 4px; margin: 30px 0; }


/* Sprite */
body div .products-grid li.item .product-image span, body div .sorter .view-mode .grid, body div .sorter .view-mode .list { background-image: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/sprite.png); background-repeat: no-repeat; background-color: #BB0E32;}
body div .products-grid li.item .product-image span:hover, body div .sorter .view-mode a.grid:hover, body div .sorter .view-mode a.list:hover{ background-image: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/sprite.png); background-repeat: no-repeat; background-color: #333;}
/* border-radius 0px */
.breadcrumbs { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }

/* border-radius 2px */
.products-grid li.item .product-image span, .products-grid .availability,.add-to-cart .qty,.add-to-box .add-to-cart, .product-sidebar,.product-options-bottom, .caption-title, .caption-subtitle, .caption-button,.opc .step-title,.map-popup-close, #catalogo .box img, .bx-wrapper .bx-pager.bx-default-pager a, button, .button, .panel, .toolbar, .sorter .view-mode .grid, .sorter .view-mode .list, #top-header a, header .top-cart .block-content, header .form-search .search-autocomplete, header .top-cart .subtotal, .category-title h1, .category-description { border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -webkit-border-radius: 2px; }

/* border-radius 100px */
.nav-container .toggle-sub, .block-left-menu ul li span, .label-new, .label-sale, .tparrows,.home-message i, .opc .step-title .number, .prefooter .social a, .bx-wrapper .bx-controls-direction a, .nav-container .toggle-sub,  .pager .pages li, header .form-search, header .form-search button.button, .nav-container .menu-mobile .toggle-icon, .footer h4 i, .caption-button   { border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px; -o-border-radius: 100px; }

#brands { background: #fff; padding: 30px 0 15px}
#brands a { text-align:center; display:block}
.cms-block { padding: 20px; border: 2px dashed #ddd; }
table { width: 100%; border:0}
.label { background-color: inherit; color: inherit; display: inherit; font-size: inherit; font-weight: 700; line-height: inherit; padding: inherit; position: inherit; text-align: inherit; text-decoration: inherit; white-space: inherit; }
form { margin: 0; }
input, select, textarea { background: none repeat scroll 0 0 #fff; border: 1px solid #DDDDDD; color: #606060; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: 200; padding: 8px; }
select { padding: 5px; }
fieldset { margin: 0; padding: 0; border: 0; }
ol li ul, ol li ol { margin: 0; }
label { font-size: inherit; font-weight: inherit; }
button, .button { color: #FFFFFF; font-weight:normal; cursor: pointer; display: inline-block; margin: 0 0 1.25em; padding: 10px 10px 10px; position: relative; text-align: center; text-decoration: none; 	border: 1px solid rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset; }
button i, .button i { float: right; padding-left: 20px; }
button:hover, button:focus, .button:hover, .button:focus {}
#checkoutSteps button, .btn-proceed-checkout, .add-to-cart button.button { background-color: #5BAD40; font-size: 14px; float:right }
.add-to-cart button:hover, button:active { background-color: #5BAD40; }
.cart .discount button.button, .cart .shipping button.button, /*button.button.btn-continue,*/ button.button.btn-update, button.button.btn-empty { background: #999 !important; color: #fff; margin:10px;}
.btn-continue { float: left; }
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea { font-size: 12px; background: none repeat scroll 0 0 #FFF; border: 1px solid #DDD; border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; width: 255px; }
.f-dropdown { background: none repeat scroll 0 0 #FFFFFF; border: 0 none; box-shadow: 0 0 3px rgba(0, 0, 0, 0.33); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.33); -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.33); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.33); font-size: 14px; height: auto; list-style: none outside none; margin-left: 0; margin-top: 2px; max-height: none; max-width: 220px  !important; padding: 15px; position: absolute; top: -9999px; width: 100px !important; z-index: 99; } .f-dropdown li a { color: #555555 !important; display: block; padding: 10px !important; }
img { border: 0; vertical-align: top; }
a { color: #333; text-decoration: none; -o-transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }
a:hover, a:focus { text-decoration: none; }
:focus { outline: 0; }

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

/* Lists */
ul, ol { list-style: none; }
ul.disc { list-style-position: inside; list-style-type: disc; margin-left: 5px; }

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

/* ======================================================================================= */
/* As Grid Framework ================================================================================ */
.as_reference, header, footer, .page { clear: both; width: 100%; float: left; text-align: left; }
#as_after_content {}
#as_after_header { background: none repeat scroll 0 0 #d00836; }
.panel { background: none repeat scroll 0 0 #FFF; border: 0 none; box-shadow: 0 0 5px #CFCFCF; -moz-box-shadow: 0 0 5px #CFCFCF; -webkit-box-shadow: 0 0 5px #CFCFCF; margin-bottom: 30px; }
#newsletter-validate-detail .validation-advice { display: none !important}
.newsletter-signup .button { font-size: 14px; font-weight: 400; padding: 15px 0; position: relative; top: -6px; width: 100%; }


.page { background: none repeat scroll 0 0 #fff; }
.page-print { background: #fff; padding: 25px 30px; text-align: left; }
.page-empty { background: #fff; padding: 20px; text-align: left; }
.page-popup { background: #fff; padding: 25px 30px; text-align: left; }
.main-container { clear: both; padding: 0; background: #fff; }
.main { padding: 30px 0 0; }

/* Flags */
.flags-dropdown a { background-position: 3px center; background-repeat: no-repeat; padding-left:23px !important}
.flags-dropdown  .f-dropdown li  a { margin: 0 5px; padding:5px 10px 5px 8px !important }

/* Base Columns */
.col-main { min-height: 400px; }
.category-page { padding-bottom: 20px; }

/* 1 Column Layout */
.col1-layout {}
.col1-layout .col-main {}

/* 2 Columns Layout */
.col-main {}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main {}
.col3-layout .col-wrapper {}
.col3-layout .col-wrapper .col-main {}

/* Content Columns */
.col2-set .col-1 { float: left; width: 48.5%; }
.col2-set .col-2 { float: right; width: 48.5%; }
.col2-set .col-narrow { width: 32%; }
.col2-set .col-wide { width: 65%; }
.col3-set .col-1 { float: left; width: 32%; }
.col3-set .col-2 { float: left; width: 32%; margin-left: 2%; }
.col3-set .col-3 { float: right; width: 32%; }
.col4-set .col-1 { float: left; width: 23.5%; }
.col4-set .col-2 { float: left; width: 23.5%; margin: 0 2%; }
.col4-set .col-3 { float: left; width: 23.5%; }
.col4-set .col-4 { float: right; width: 23.5%; }

/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus { background: #fff !important; box-shadow: none !important; -moz-box-shadow: none !important; -o-box-shadow: none !important; -webkit-box-shadow: none !important; border-color: #ddd; }

/*.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 { color: #999; float: left; font-size: 12px; /*font-weight: 600;*/ margin: 0 0 2px; position: relative; z-index: 0; text-align:left}
.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; display: inline; }
.form-list li.control input.radio, .form-list li.control input.checkbox { margin-right: 6px; display: inline; }
.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; }
.form-list .field { float: left; margin-bottom: 5px; width: 275px; }
.form-list input.input-text {}
.form-list textarea {}
.form-list select {}
.form-list li.wide .input-box {}
.form-list li.wide input.input-text {}
.form-list li.wide textarea {}
.form-list li.wide select {}
.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: 254px; }
.form-list-narrow li { margin-bottom: 0; }
.form-list-narrow li .input-box { margin-bottom: 6px; }
.form-list-narrow li.wide .input-box {}
.form-list-narrow li.wide input.input-text, .form-list-narrow li.wide textarea {}
.form-list-narrow li.wide select {}

/* 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: 400; color: #888; }
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month { width: 60px; }
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text { width: 46px; }
.form-list .customer-dob .dob-year { width: 140px; }
.form-list .customer-dob .dob-year input.input-text { width: 134px; }

/* Independent fields */
.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control { }
.form-list label { float:left; padding:2px 10px 0 0; text-align:left; }
.form-list label.required { font-weight:normal; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }

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

.buttons-set { clear: both; margin: 10px 0 0; padding: 10px 0 0; border-top: 1px solid #e4e4e4; text-align: right; }
.buttons-set p.required { margin: 0 0 10px; }
.buttons-set .back-link { float: left; margin: 0; }
.buttons-set button.button { float: right; margin-left: 5px; }
.new-users .buttons-set button.button { float: left; }
.buttons-set-order { margin: 10px 0 0; }
.buttons-set-order .please-wait { padding: 12px 7px 0 0; }
.fieldset { border-top: 1px solid #EAEAEA; clear: both; margin-top: 25px;}
.fieldset .legend { background: none repeat scroll 0 0 #FFF; display: inline-block; margin-bottom: 0; padding-right: 20px; position: relative; top: -18px; }

/* Form Validation */
.validation-advice { /* clear: both; min-height: 13px; margin: 3px 0 0; padding-left: 17px; font-size: 11px; font-weight: 700; line-height: 13px; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color: #eb340a; */
    background: none repeat scroll 0 0 #ED0000; clear: both; color: #FFFFFF; font-size: 11px; font-weight: 700; line-height: 13px; margin: 3px 0 0; min-height: 13px; padding: 3px 10px; position: absolute; top: 30px; display: none !important}
.validation-failed { border: 1px dashed #eb340a!important; background: #faebe7!important; }
.validation-passed {}
p.required { font-size: 11px; text-align: right; color: #EB340A; }

/* Expiration date and CVV number validation fix */
.v-fix { float: left; }
.v-fix .validation-advice { display: block; width: 12em; margin-right: -12em; position: relative; }

/* Global Messages  */
.success { color: #3d6611; font-weight: 700; }
.error { color: #df280a; font-weight: 700; }
.notice { color: #e26703; }
.messages, .messages ul { list-style: none!important; margin: 0!important; padding: 0!important; }
.messages { width: 100%; overflow: hidden; }
.messages li { margin: 0 0 10px!important; }
.messages li li { margin: 0 0 3px!important; }
.error-msg, .success-msg, .note-msg, .notice-msg { background-position: 15px 15px!important; background-repeat: no-repeat!important; border-style: solid!important; border-width: 0!important; font-size: 13px!important; font-weight: 400!important; min-height: 24px!important; padding: 11px 8px 11px 42px!important; }
.error-msg { border-color: #f16048; background-color: #faebe7; background-image: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/i_msg-error.gif); color: #df280a; }
.success-msg { border-color: #446423; background-color: #eff5ea; background-image: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/i_msg-success.gif); color: #3d6611; }
.note-msg, .notice-msg { border-color: #fcd344; background-color: #fafaec; background-image: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/i_msg-note.gif); color: #3d6611; }

/* BreadCrumbs */
.breadcrumbs { border: 0 none; clear: both; line-height: 1.25; margin: 0; padding: 10px 0 0; color:#999; font-size: 12px; background:#fff }
.breadcrumbs > * { margin: 0 auto; }
.breadcrumbs > * a, .breadcrumbs > * span { color:#333}
.breadcrumbs ul { margin: 0; padding-bottom: 10px; }
.breadcrumbs a {  font-size: 12px; text-transform: none; color:#999}
.breadcrumbs li { display: inline; }
.breadcrumbs li strong {
    font-weight: 400;
    font-size: 12px;
    text-transform:none;
}

/* Page Heading */
.page-title { margin: 0; overflow: hidden; width: 100%; float: none; }
.page-title h1 { font-size: 26px; line-height: normal; margin: 0 0 20px;}
.page-title .separator { margin: 0 3px; }
.page-title .link-rss { float: right; margin: 7px 0 0; }
.title-buttons {}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 { float: left; }
.subtitle, .sub-title { clear: both; padding: 15px 0 0; font-size: 15px; font-weight: 700; margin: 0 0 6px; color: #e25203; }

/* Toolbar. Pager and sorter inside toolbar
-------------------------------------------------------------- */
.toolbar { background: none repeat scroll 0 0 #F7F7F7; color: #A6A6A6; font-size: 12px; padding: 3px 10px; position: relative; z-index: 1; margin-bottom:15px; } .toolbar strong { font-weight: 400; }
.toolbar p { margin: 0; font-size: 12px}
.toolbar label { float: left; color: #A6A6A6; font-size: 12px; font-weight: 400; margin-right: 5px; }

/* Pager inside toolbar - align center */
.toolbar .pager { margin: 0 10px 0 0; border-bottom: none; text-align: center; float: left; }
.toolbar .pager .pages { display: inline-block; float: right; padding-top: 4px; }
.toolbar select { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #DDDDDD; color: #666666; height: 25px; margin: 0; width: auto; padding:3px}
.toolbar .sort-by select { float: left; }

/* Bottom toolbar */
.toolbar-bottom { margin-top: 10px; }
.toolbar-bottom .toolbar { border-bottom: none; }
.toolbar-bottom .toolbar .pager { border-top: none; }
.toolbar-bottom .sorter {}

/* Sorter
-------------------------------------------------------------- */
.sorter { padding: 0; }
.sorter .view-mode, .sorter .pager, .sorter .limiter, .sorter p { line-height: 30px; border-right: 1px solid #DDD; float: left; margin-right: 10px; padding-right: 10px; }
.sorter .view-mode label { float: left; margin-right: 5px; }
.sorter .view-mode .grid, .sorter .view-mode .list { display: block; float: left; height: 22px; margin: 5px 0 0 1px; overflow: hidden; text-indent: -9999px; width: 22px; background-color: #DDD;}
.sorter .view-mode .grid { background-position: 4px 6px; }
.sorter .view-mode .list { background-position: -22px 6px; }
.sorter .view-mode a.grid:hover, .sorter .view-mode a.list:hover {}
.sorter .view-mode a:hover {}
.sorter .sort-by {
    float: right;
    line-height: 26px;
    margin-left: 10px;
    padding-right: 3px;
    padding-top: 3px;
}
.sorter .sort-by .category-asc, .sorter .sort-by .category-desc { display: block; float: right; height: 25px; overflow: hidden; text-indent: -9999px; width: 25px; }
.sorter .sort-by .category-asc { background: url("http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/sprite.png") no-repeat scroll -3px -90px transparent; }
.sorter .sort-by .category-desc { background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/sprite.png) -30px -90px no-repeat transparent; }
.sorter .sort-by .category-asc:hover { background-color: #ccc !important}
.sorter .sort-by .category-desc:hover { background-color: #ccc !important}
.sorter .link-feed {}

/* Pager
-------------------------------------------------------------- */
.pager {}
.pager .pages { float: right; vertical-align: middle; /* Vertical align to fix positionning issue */}
.pager .pages strong, .pager .pages span { float: left; margin-right: 5px; line-height: 20px; }
.pager .pages ol { display: inline; }
.pager .pages li { color: #FFF; font-weight: 700; height: 20px; line-height: 20px; padding: 0 5px; text-align: center; width: 20px; float: left; }
.pager .pages li a { background: none repeat scroll 0 0 #FFF; color: #333; width: 20px; height: 20px; display: block; height: 100%; padding: 0 5px; }
.pager .pages li a:hover { color: #333; }
.pager .pages li.current { background: none repeat scroll 0 0 #DDD; }
.pager .pages li a.previous, .pager .pages li a.next {}
.pager .pages li a.previous {}
.pager .pages li:hover a.previous {}
.pager .pages li a.next {}
.pager .pages li:hover a.next {}

/* Generic Info Box */
.info-box { background: #fff url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_block-title.gif) 0 0 repeat-x; border: 1px solid #d0cbc1; padding: 12px 15px; margin: 0 0 15px; }
.info-box h2 { font-weight: 700; font-size: 13px; }
.info-table th { font-weight: 700; padding: 2px 15px 2px 0; }
.info-table td { padding: 2px 0; }

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

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

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding: 0; }
.std ol.ol { list-style: decimal outside; padding-left: 1.5em; }
.std ul.disc { list-style: disc outside; padding-left: 18px; margin: 0 0 10px; }
.std dl dt { font-weight: 700; }
.std dl dd { margin: 0 0 10px; }
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote { margin: 0; padding: 0; }

/* .std ul { list-style:disc outside; padding-left:1.5em; }  */
.std ul { list-style: none; padding-left: 0; }
.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: 700; }
.std dd { padding: 0 0 0 1.5em; }
.std blockquote { font-style: italic; padding: 0 0 0 1.5em; }
.std address { font-style: normal; }
.std b, .std strong { font-weight: 700; }
.std i, .std em { font-style: italic; }
.std span[class^="icon-"], .std span[class*=" icon-"] { border-radius: 100px 100px 100px 100px; color: #FFFFFF; display: block; float: left; font-size: 18px; font-weight: normal; height: 50px; line-height: 50px; margin-bottom: 110px; margin-right: 15px; padding: 0 0 0 3px; text-align: center; width: 50px; font-style:normal}
.btn-remove { display: block; width: 13px; height: 13px; font-size: 0; line-height: 0; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/btn_remove.gif) 0 0 no-repeat; text-indent: -999em; overflow: hidden; }
.btn-previous { display: block; width: 11px; height: 11px; font-size: 0; line-height: 0; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/btn_previous.gif) 0 0 no-repeat; text-indent: -999em; overflow: hidden; }
.btn-remove2 { display: block; width: 16px; height: 16px; font-size: 0; line-height: 0; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/btn_trash.gif) 0 0 no-repeat; text-indent: -999em; overflow: hidden; }
.btn-edit { display: block; width: 11px; height: 11px; font-size: 0; line-height: 0; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/btn_edit.gif) 0 0 no-repeat; text-indent: -999em; overflow: hidden; }
.cards-list dt { margin: 5px 0 0; }
.cards-list .offset { padding: 2px 0 2px 20px; }
.separator { margin: 0 3px; }
.divider { clear: both; display: block; font-size: 0; line-height: 0; height: 1px; margin: 10px 0; /* background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_divider1.gif) 0 50% repeat-x; */ text-indent: -999em; overflow: hidden; }

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

/* Cookie Notice */
.notice-cookie { background-color: #161616; color: #FFF; display: none; font-size: 12px; width: 100%; }

/* Noscript Notice */
.noscript {}

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

/* ======================================================================================= */
/* Top Header ================================================================================ */
#top-header { background: none repeat scroll 0 0 #F7F7F7; font-size: 11px; padding: 5px 0 0px; border-bottom:1px solid #EFEFEF}
#top-header a { display: inline-block; padding: 2px 5px; display:block; margin:0; }
#top-header a:hover {}
#top-header i { padding-left: 10px; }
#top-header .welcome { float: right; margin-right: 10px; padding: 2px 10px 2px 0 !important; }
#top-header .links { margin: 0 0 6px; text-align: right; float: right}
#top-header .links li { border-right:1px solid rgba(255, 255, 255, 0.19); display: inline-block; margin-left: 5px; margin-right: 0; padding-right: 5px; }
#top-header .links li a { }
#top-header .links li a i { padding-left:0; padding-right:10px; }
#top-header .links li.last { border-right: 0; }
#top-header .links li:hover a { color: #fff; }

#top-header.dark {/* border-bottom:1px solid rgba(0,0,0,0.3); */}
#top-header.dark a, #top-header .welcome { /*color:rgba(255, 255, 255, 0.48);*/ color: white; }

/* Header ================================================================================ */
header { padding: 0; background: #fff; }
header.dark { background:#333; }
.header-container { background: #fff; }
header .logo { display: block; font-size: 30px; text-align: left; line-height: 30px; min-height: 30px; padding: 20px 0; color: #000; }
header .logo a { display:block}
header .logo-description { font-size: 12px; text-transform: uppercase; font-weight: 400; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header .logo strong {}

/* Logo Color for Dark Style Header */
header.dark .logo a { color:#fff; }
header.dark .logo-description { color:#fff;}
header.dark .logo strong  { color:#fff;}

header h1 { margin: 0; padding: 0; }
header .quick-access { clear: both; }
header .facebook-block { height: 30px; overflow: hidden; }
header .top-cart {  background: none repeat scroll 0 0 #F5F5F5; border: 0 none; cursor: pointer; overflow: hidden; margin:30px 0}
header .top-cart .block-cart { margin:0}
header .top-cart .block-title { height: 46px; background: none repeat scroll 0 0 #F5F5F5; cursor: pointer; overflow: hidden; padding: 3px; margin:0; border:0}
header .top-cart.full { background:none}
header .top-cart.full .amount { color:#D50637; }
header .top-cart.full .block-title:hover a { color:#fff}
header .top-cart .block-title .content { font-size:12px; }
header .top-cart .amount { display: block; line-height: 40px; margin: 0; padding: 0 45px 0 15px; text-align: left; color:#333; }
header .top-cart .block-title i { color: #FFFFFF; display: block; float: right; font-size: 17px; height: 40px; line-height: 40px; margin-right: 0; text-align: center; top: 0; width: 40px; }
header .top-cart .block-title .carTitle { display: block; float: left; height: 40px; line-height: 40px; padding-left: 20px; position: relative; top: 0; }
header .top-cart .block-title strong span { font-weight: 400; }
header .top-cart .block-content, header .form-search .search-autocomplete { background: none repeat scroll 0 0 #FFFFFF; box-shadow: 0 0 3px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35); left: 0 !important; margin: 11px 2% 0; padding: 15px; position: absolute; width: 96% !important; z-index: 99; }
header .top-cart .block-content .actions a { font-size: 11px; float: right; }
header .top-cart .block-content li { clear: both; margin-bottom: 10px; position: relative; overflow: hidden; }
header .top-cart .block-content .btn-edit { display: none; }
header .top-cart .block-subtitle { text-transform: uppercase; font-weight: 700; border-bottom: 1px solid #eee; padding-bottom: 10px; }
header .top-cart .block-subtitle .close-btn { text-decoration: underline; color: #333; float: right; text-transform: none; }
header .top-cart .cart-empty { color: #ccc; }
header .top-cart .subtotal { background: none repeat scroll 0 0 #EFEFEF; margin: 0 0 10px; padding: 3px 0; text-align: center; }
header .top-cart .subtotal .label { background: none; color: #333; }
header .top-cart.full .block-title a, header .top-cart.full .block-title .price { color:#D50637 !important; }
header .welcome-msg { float: left; font-size: 11px; font-weight: 700; line-height: 21px; margin: 0 15px 0 0; }
header .welcome-msg a { color: #ebbc58; }
header #search_mini_form { display: block; margin-bottom: 10px; overflow: hidden; }
header .form-search { background: none repeat scroll 0 0 #F5F5F5; border: 0 none; box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; -moz-box-shadow: none; clear: both; color: #9C9C9C; float: right; font-size: 12px; height: 46px; margin: 30px 0 0; padding: 3px; }
header .form-search label { float: left; width: 24px; height: 21px; text-align: left; text-indent: -999em; overflow: hidden; }
header .form-search input {  background: none repeat scroll 0 0 transparent; border: 0 none; color: #8f8c8c; text-transform: uppercase!important; display: block; float: left; height: 40px; line-height: 40px; margin: 0; padding: 0; width: 0; }
header .form-search input:focus { background: none !important; }
header .form-search button.button { color: #FFFFFF; display: block; float: right; font-size: 14px; height: 40px; margin-right: 0; text-align: center; top: 0; width: 40px; }
header .form-search button.button i { padding: 0; float: none}
header .form-search button.button span {}
header .form-search button.button span span {}


header .form-search .search-autocomplete { text-transform: uppercase!important; color: #8f8c8c!important; }
header .form-search .search-autocomplete ul {  margin:0}
header .form-search .search-autocomplete li {cursor: pointer;}
header .form-search .search-autocomplete li .amount {display:none;}
header .form-search .search-autocomplete li.odd { }
header .form-search .search-autocomplete li.selected { }

.form-search{
	background: transparent!important;
	border-radius: 0px!important;
	border-top-style: none!important;
    border-right-style: none!important;
    border-bottom-style: solid!important;
    border-left-style: none!important;
    border-color: #dddddd!important;
    border-width: 2px!important;
    padding-bottom: -15px!important;
}

header .form-search button.button{
	background: none!important;
	border: none!important;
	color: #8f8c8c!important;
}

header .top-cart .block-title{
	background: white!important;
	border-radius: 0%!important;
	border-top-style: none!important;
    border-right-style: none!important;
    border-bottom-style: solid!important;
    border-left-style: none!important;
    border-color: #dddddd!important;
    border-width: 2px!important;
    padding-bottom: -15px!important;
}

header .top-cart .block-title i{
	background: none!important;
	border: none!important;
	color: #8f8c8c!important;
}

body .products-grid li.item .button{
	background-color: #5bad40!important;
	background-image: none!important;
}

body .products-grid li.item .button:hover{
	background-color: #559b3d!important;
}

body .price-box .price{
	font-size: 20px!important;
}

body .price-box{
	margin-top: 10px!important;
}

body .in-stock{
	color: #5bad40!important;
	margin-top: 15px!important;
}

body .out-of-stock{
	color: #D50637!important;
}

body .btn-cart{
	background-color: #5bad40!important;
	background-image: none!important;
}

body .btn-cart:hover{
	background-color: #559b3d!important;
}

.filter-content .price{
	color: #D50637;
}

header .form-language { clear: both; padding: 5px 0 0; text-align: right; }
header .form-language label { font-weight: 700; padding-right: 5px; color: #a7c6dd; vertical-align: middle; }
header .form-language select { padding: 0; }
header .form-language select.flags option { background-position: 4px 50%; background-repeat: no-repeat; padding-left: 25px; }
.header-container .top-container { clear: both; padding: 5px 10px 0 12px; text-align: right; }
.header-container .top-container a { font-size: 11px; color: #ebbc58; }

/********** < Navigation */
.nav-container { float: left; width: 100%; padding-top: 5px; border-bottom: 3px solid #FFFFFF; }
.nav-container ul { padding: 0; margin: 0; }
.nav-container .menu-mobile { display: block; height: 50px; padding: 5px 0; cursor:pointer; display:none}
.nav-container .menu-mobile > a { color: #fff; font-weight: 700; text-transform: uppercase; padding:0; display:block; width:100%}
.nav-container .menu-mobile .toggle-icon { background: none repeat scroll 0 0 #FFF; display: inline-block; float: left; height: 40px; margin-bottom: 10px; padding: 10px; width: 40px; margin-right: 10px; }
.nav-container .menu-mobile em { display: block; float: left; font-size: 22px; font-style: normal; font-weight: normal; padding-top: 15px; }
.nav-container .menu-mobile .toggle-icon span { height: 3px; background: #000; margin: 3px 0; display: block; clear: both; }
.nav-container .toggle-sub { color: #FFFFFF; display: inline-block; float: right; font-size: 9px; height: 15px; line-height: 15px; padding: 0 !important; position: relative; right: -10px; text-align: center; top: 1px; width: 15px; background:rgba(0,0,0,0.2) }
.nav-container ul li.parent.over .toggle-sub, .nav-container ul li.level0.active.level-top.parent .toggle-sub { background-position: center right; }
.nav-container ul li#nav-home-link i { padding-right:10px; }

/* All Levels */
/* Style consistent throughout all nav levels */
.nav-container li, #nav div a { border-right: 1px solid rgba(255,255,255,0.14); float: left; position: relative; }
.nav-container li.last, #nav div a.last { border:0; }
.nav-container li.over { z-index: 998; }
.nav-container a, .nav-container a:hover { display: block; line-height: 1.3em; text-decoration: none; }
.nav-container span { white-space: nowrap; }
.nav-container li ul span { white-space: normal; }
.nav-container ul li.parent li { padding:0}
.nav-container ul li.parent li a { background-image: none; padding:10px 10px; display:block; float:none; color:#333; background:#fff}
.nav-container ul li.parent.over > a {}
.nav-container li.level0.parent > a.level-top i { padding-top:2px; margin-right:5px !important; }
/* 0 Level */
.nav-container ul li { float: left; }
.nav-container ul.level0 > li a, .nav-container div a { color: #FFF; float: left; padding: 12px 13px; border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -o-border-radius: 3px 3px 0 0; }
.nav-container ul li.over > a, .nav-container ul a:hover { background: #fff; color: #333; }
.nav-container li.active a { background: #fff; color: #333; }

/* 1st Level */
.nav-container ul ul li, .nav-container ul ul li.active { background: none repeat scroll 0 0 transparent; border-bottom: 1px solid #F1F1F1; float: none; font-size: 12px; margin: 0;  width: 100%; }
.nav-container ul ul li.last { border-bottom: 0; }
.nav-container ul ul a, .nav-container ul ul a:hover { float: none; padding: 0; background: none; }
.nav-container ul ul li a { font-weight: 400!important; text-transform: none;}
.nav-container ul ul li:hover a { color: #333; }

/* 2nd Level */
.nav-container ul ul { box-shadow: 0 3px 3px rgba(0,0,0,0.28); -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.28); -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.28); background: none repeat scroll 0 0 #FFF; border: 0 none; left: -9999px; padding: 0; position: absolute; width: 200px; z-index: 99; }
.nav-container ul.level0 { border: 0 none; left: -99999px; margin: 0; padding: 2px 13px; position: absolute; top: 41px; width: 180px; }
.nav-container div ul { position: static; width: auto; border: none; }
#nav div { float:right }

/* Show menu */
.nav-container li ul.shown-sub { left:auto}
.nav-container li .shown-sub ul.shown-sub, .nav-container li .shown-sub li div.shown-sub {}

/* 3rd+ Level */
.nav-container ul ul ul { left:166px !important; padding: 1px 13px; position: absolute; top: 0; width: 200px; display:none}
.nav-container ul.level0 li.parent:hover ul { display:block; }

.nav-container ul li a:hover { color:#333 !important }
.nav-container ul span, .nav-container ul li.last li span { }
.nav-container ul.level-mega { }

/********** Navigation > */

/* Sidebar =============================================================================== */
.block { margin: 0 0 20px; clear:both}
.block .block-title {  border-bottom: 1px solid #EFEFEF; font-size: 16px; margin-bottom: 15px; padding: 5px 0;}
.block .block-title strong { font-size: 13px; font-weight: normal; text-transform: uppercase;}
.block .block-title strong span {}
.block .block-title a { text-decoration: none!important; }
.block .block-subtitle { background: none repeat scroll 0 0 #FFFFFF; line-height: 12px; padding: 10px; text-align: center;}
.block .block-content { }
.block .block-content li.item { list-style-type: none; margin-left: 0; margin-bottom: 5px; position:relative;}
.block .block-content .product-name {}
.block .btn-remove, .block .btn-edit { float: right; margin: 1px 0 2px 5px; }
.block .actions { padding: 0; text-align: left; }
.block .actions a {
    float: left;
    padding-left: 25px;
    line-height: 33px;
}
.block .actions button.button { float: left; }
.block .empty {}
.block li.odd {}
.block li.even {}

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

/* Mini Products List */
.mini-products-list .product-image { float: left; padding: 3px; width: 50px; }
.mini-products-list .product-details { line-height: 15px; margin-left: 55px; }
.mini-products-list .product-details .btn-remove { background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/btn_remove.gif) no-repeat scroll 0 0 transparent; font-size: 8px; height: 13px; position: absolute; right: 0; text-align: center; text-transform: uppercase; top: 5px; white-space: normal; width: 13px; }
.mini-products-list .actions a { float: right; }
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small { word-wrap: break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space: normal!important; }

/* Block: Account */
.block-account { border-color: #bbb; }
.block-account .block-title {}
.block-account .block-title strong {}
.block-account .block-content {}
.block-account .block-content li a { display: block; border-bottom: 1px solid #ddd; padding: 3px 0; text-decoration: none!important; }
.block-account .block-content li a:hover { }
.block-account .block-content li.last a { border-bottom: 0; }
.block-account .block-content li.current { border-bottom: 1px solid #ddd; padding: 3px 0; color: #333; }
.block-account .block-content li.current.last { border-bottom: 0; }

/* Block: Currency Switcher */
.block-currency, .flags-dropdown { display: inline-block; position: relative; margin-right:10px;}
.block-currency .block-title {}
.block-currency .block-title strong {}
.block-currency .block-content {}
.block-currency .block-content select {}

/* Block: Layered Navigation */
.block-layered-nav { padding: 0; }
.block-layered-nav .block-title {}
.block-layered-nav .block-subtitle { line-height: 1.35; padding: 3px 9px; text-transform: uppercase; border-bottom: 1px solid #ccc; display: none; }
.block-layered-nav .block-content { display:block}
.block-layered-nav select { padding: 4px; width: 100%; }
.block-layered-nav .filter-name { }
.block-layered-nav dt { font-weight: 400; margin: 0; padding: 0 0 10px; }
.block-layered-nav dd { border-bottom: 1px solid #EEE; margin: 0; padding: 0 10px 10px; font-size: 12px; }
.block-layered-nav dd a { color: #737373; }
.block-layered-nav dd.last { background: none; border: 0; }
.block-layered-nav .currently li { position: relative; z-index: 1; line-height: 1.5; }
.block-layered-nav dd ol { list-style-type: disc; margin: 0; padding-left: 5px; }
.block-layered-nav .currently .label { font-weight: 700; padding-left: 15px; text-transform: uppercase; display: inline-block; vertical-align: top; }
.block-layered-nav .currently .value { display: inline-block; vertical-align: top; }
.block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove { position: absolute; right: 4px; top: 3px; margin: 0; }
.block-layered-nav .currently .btn-previous { right: 17px; }
.block-layered-nav .actions {  background: none repeat scroll 0 0 #FFFFFF; border: 0 none; padding: 4px 5px 4px 9px; text-align: center; }
.block-layered-nav .actions a { float: none; }

/* Block: Layered Navigation */
.block-left-menu { border: 0; }
.block-left-menu .block-content { padding-right: 0; display:block}
.block-left-menu .block-title {}
.block-left-menu ul li {  margin: 0; position: relative; }
.block-left-menu ul li:last-child { border-bottom: 0; }
.block-left-menu ul li a { display: block; padding: 4px 30px 4px 0; }
.block-left-menu ul li.category.active { }
.block-left-menu ul li.active > a { font-weight: 700; font-size: 14px; }
.block-left-menu ul li span { background: none repeat scroll 0 0 #E3E3E3; cursor: pointer; display: block; font-weight: 700; height: 20px; line-height: 20px; position: absolute; right: 10px; text-align: center; top: 3px; width: 20px; z-index: 9; }
.block-left-menu ul li.active span { color: #fff; top: 16px; }
.block-left-menu ul li span:hover { color: #fff; background: #333; }
.block-left-menu ul { padding-bottom: 10px; }
.block-left-menu ul { margin: 0; }
.block-left-menu ul ul li { border-bottom: 0; list-style-type: none; }
.block-left-menu ul ul li a:hover { }
.block-left-menu ul ul li.active1 a {}

/* Block: Cart */
.block-cart .block-title  {
    /*border-bottom:0; */}
.block-cart .block-title strong {}
.block-cart .summary {}
.block-cart .amount { }
.block-cart .amount a {}
.block-cart .subtotal { }
.block-cart .subtotal .price { }
.block-cart .actions {}
.block-cart .actions .paypal-logo {}
.block-cart .actions .paypal-logo .paypal-or { }

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

/* Block: Related */
.block-related .block-title strong { background-position: 0 1px; }
.block-related input.checkbox { float: right; }
.block-related .product { margin-left: 0; }

/* Block: Compare Products */
.block-compare .block-title strong { background-position: 0 1px; }
.block-compare button.button span {}
.page-popup .link-print { padding: 2px 0 2px 25px; font-weight: 700; }
.compare-table { border: 0; }
.compare-table thead tr.first th, .compare-table thead tr.first td { border: 0; background: none; padding: 0; font-size: 0; line-height: 0; }
.compare-table .btn-remove { float: right; background-image: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/btn_remove2.gif); width: 72px; height: 15px; }
.compare-table tbody th { background: #ddd; }
.compare-table tbody th, .compare-table tbody td { padding: 10px; border: 0; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.compare-table tbody td.last { border-right: 1px solid #ccc; }
.compare-table tbody tr.last th, .compare-table tbody tr.last td { border-bottom: 1px solid #ccc!important; }
.compare-table tr.add-to-row td { background: #efefef; text-align: center; }
.compare-table tr.first td { text-align: center; }
.compare-table tr.first td .product-name { font-size: 13px; font-weight: 700; margin: 0 0 5px; color: #203548; }
.compare-table tr.first td .product-name a { color: #203548; }
.compare-table tr.first td .ratings { width: 69px; margin: 0 auto; }
.compare-table tr.first td p, .compare-table tr.add-to-row td p { margin: 0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong {}
.block-viewed li a i, .footer ul li a i {  padding-right:10px; }
/* Block: Recently Compared */
.block-compared .block-title strong {}

/* Block: Poll */
.block-poll .block-title strong {}
.block-poll .block-subtitle {}
.block-poll label { margin: 0; }
.block-poll .poll-answers { background:#efefef}
.block-poll input.radio { float: left; margin: 1px -18px 0 0; }
.block-poll .label { display: block; font-size: 12px; font-weight: 400; margin-left: 21px; padding: 0; }
.block-poll li { padding: 3px 9px; }
.block-poll .actions { margin: 5px 0 0; }
.block-poll button.button span { }
.block-poll .answer { font-weight: 700; }
.block-poll .votes { float: right; margin-left: 10px; }

/* Block: Tags */
.block-tags .block-title strong {}
.block-tags .block-content .tags-list { background: none; border: 0; font-size: 12px; padding:0}
.block-tags .block-content a { background: none repeat scroll 0 0 #EFEFEF; color: #1B2D3B; display: inline-block; margin: 2px; padding: 3px; }
.block-tags .actions { text-align: right; }
.block-tags .actions a {}

/* Block: Subscribe */
.block-subscribe { padding-right:20px; }
.block-subscribe .block-title strong {}
.block-subscribe input.input-text { width: 69%; float: left; background: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; border: 0; margin: 0; }
.block-subscribe .input-box { background: none repeat scroll 0 0 #FFF; border: 1px solid #DDD; overflow: hidden; padding: 5px; margin: 0; }
.block-subscribe button { float: right; margin: 0; width: 30%; }

/* Block: Reorder */
.block-reorder .block-title strong {/* background-image: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/i_block-list.gif); */}
.block-reorder input.checkbox { float: left; margin: 2px -20px 0 0; }
.block-reorder .product-name { margin-left: 20px; }
.block-reorder .validation-advice { margin: 3px 9px 7px; }

/* Block: Banner */
.block-banner { border: 0; }
.block-banner .block-content {}

/* Block: Login */
.block-login .block-title strong { background-image: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/i_ma-info.gif); }
.block-login .block-content { padding: 5px 10px; }
.block-login label { font-weight: 700; }
.block-login input.input-text { display: block; width: 167px; margin: 3px 0; }
.block-login .actions { background: none; padding: 0; margin: 3px 0 0; }
.block-login .actions button.button span {}

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

/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title { border: 0 none; margin: 0; min-height: 55px; padding-top: 40px; padding: 10px; }
.category-image { text-align: right; }
.category-image img {}
.category-description {  color: #FFFFFF; font-size: 16px; margin: 0; padding: 10px; width: 45%; }
.category-products { clear: both; }

/* View Type: Grid */
.label-new, .label-sale { border: 4px solid #FFFFFF; color: #FFFFFF; font-size: 11px; height: 55px; left: 2px; line-height: 48px; position: absolute; text-align: center; text-transform: uppercase; top: 8px; width: 55px; z-index: 98; }
.label-sale { top:50px;}
.products-grid.row { clear: both; max-width: 110%; padding: 10px 0 !important; position: relative; }
.products-grid .price-label { font-size: 11px; display: none; }
.products-grid.last { border-bottom: 0; }
.products-grid li.item { float: left!important; word-wrap: break-word; }
.products-grid li.item .inner,.products-grid li .item-inner  {}
.products-grid li .item-inner { margin:3px 11px; }
.products-grid li.item button { border: 0 none; color: #fff; float: left; font-size: 12px; font-weight: 400; padding: 9px; float: right; height: 40px; }
.products-grid li.item button:hover { background: none repeat scroll 0 0 #5BAD40; }
.products-grid li.item button span { display: inline-block; float: left; }
.products-grid li.item button em { background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/sprite-icons.png) no-repeat scroll -363px -85px transparent; border-left: 1px solid rgba(255,255,255,0.36); display: inline-block; float: right; height: 20px; margin-left: 10px; padding-left: 10px; width: 27px; }
.products-grid li:hover .product-image { position: relative; z-index: 9; }
.products-grid .product-image { margin: 0 0 10px;}
.products-grid .product-image a { display: block; }
.products-grid li.item .product-image span { display: block; position: absolute; left: 60px; top: 60px; height: 30px; width: 30px; background-position: 6px -13px; display: none; }
.products-grid .product-image img { transition-duration: .3s; }
.products-grid li:hover .product-image img { transform: scale(1.2); }
.products-grid li:hover .product-image span { display: block; }
.products-grid .product-name { /*min-height:2.7em; */
    overflow: hidden; text-align: center; }
.products-grid .product-name h3 { margin: 0 0 5px; font-weight: 700; color: #203548; font-size: 13px; }
.products-grid .product-name a { display: block; font-weight: 400;}
.products-grid .price-box { text-align: center; margin-bottom: 10px; font-size: 16px;}
.price{
	color: #575757!important;
}
.products-grid .price-box p { display: inline; }
.products-grid .price-box .special-price { margin-left: 10px; }
.products-grid .availability {
    /*border: 2px solid #FF2B6C; float: right; */
    height: 55px;
    /*line-height: 36px;*/
    padding: 0 14px;
}
.products-grid .actions { float: none; padding: 0; }
.products-grid .add-to-links { float: left; list-style-type: none; margin: 0}
.products-grid .ratings { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8); bottom: 0; left: 0; margin: 0; padding: 10px 15px 15px; position: absolute; width: 100%; z-index: 9; }
.col2-left-layout .products-grid, .col2-right-layout .products-grid {}
.col1-layout .products-grid {}

/* View Type: List */
.products-list li.item { padding: 10px 0; position:relative}
.products-list li.item.last { border-bottom: 0; }
.products-list li.item button:hover { background: none repeat scroll 0 0 #5BAD40; !important }
.products-list .product-image {
    float: left;
    /*height: 200px; width: 200px;*/
    margin: 0 0 10px;
}
.products-list .product-shop {
    margin-left: 110px;

    padding: 0px 0 0;
    /*padding: 20px 0 0;*/

}
.products-list .product-name { }
.products-list .product-name a { color: #203548; }
.products-list .price-box { /* float: left; */ margin: 3px 13px 5px 0; }
.products-list .availability { float: left; margin: 3px 0 0; }
.products-list .desc { clear: both; padding: 6px 0 0; margin: 0 0 15px; line-height: 1.35; }
.products-list .desc .link-learn { font-size: 11px; }
.products-list .add-to-links { clear: both; }
.products-list .add-to-links li { display: inline; }
.products-list .add-to-links .separator {}

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating { background: url("http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_rating.png") no-repeat scroll 0 6px transparent; margin: 0; padding-left: 20px; }
.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; font-size: 12px; }
.ratings .rating-links .separator { margin: 0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { background: url("http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_rating.png") repeat-x scroll 0 0 transparent; font-size: 0; height: 10px; line-height: 0; margin-top: 4px; overflow: hidden; text-indent: -999em; width: 69px; }
.rating-box .rating { float: left; height: 10px; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float: left; margin-right: 3px; }
.ratings .amount { background: none repeat scroll 0 0 transparent !important; color: #FFFFFF !important; display: block !important; float: right !important; height: auto !important; position: static !important; right: 0 !important; top: 0 !important; width: auto !important; }
.ratings .amount a  {
    color: #FFFFFF !important; padding: 3px 5px; }
.ratings-table th, .ratings-table td { font-size: 11px; line-height: 1.15; padding: 3px 0; }
.ratings-table th { font-weight: 700; padding-right: 8px; }

/* Availability */
.availability { margin: 0; }
.availability span {}
.availability.in-stock span  {
    /* color:#5BAD40 */}
.availability.out-of-stock span  {
    /* color:#d83820 */}
.availability-only { margin: 10px 0 7px; line-height: 16px; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left: 15px; }
.availability-only span, .availability-only a { border-bottom: 1px dashed #751d02; color: #000; }
.availability-only a { background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor: pointer; padding-right: 15px; text-decoration: none; }
.availability-only .expanded { background-position: 100% -15px; }
.availability-only strong { color: #be2c00; }
.availability-only-details { margin: 0 0 7px; }
.availability-only-details th { background: #d2d6d9; font-size: 10px; padding: 0 8px; }
.availability-only-details td { background: #ebf0f3; border-bottom: 1px solid #fff; font-size: 11px; padding: 2px 8px 1px; }
.availability-only-details tr.odd td.last { color: #d95e00; font-weight: 700; }

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

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

/* Regular price */
.regular-price { display:inline}
.regular-price .price { color: #999; }
.block .regular-price, .block .regular-price .price { color: #2f2f2f; }

/* Old price */
.old-price { margin: 0; font-size: 13px; }
.old-price .price-label { white-space: nowrap; color: #999; }
.old-price .price {  font-weight: 400; text-decoration: line-through; }

/* Special price */
.special-price { margin: 0; }
.special-price .price-label { white-space: nowrap; }
.special-price .price { font-weight: 700; color:#000;}

/* Minimal price (as low as) */
.minimal-price { margin: 0; }
.minimal-price .price-label { font-weight: 700; white-space: nowrap; }
.minimal-price-link { display: inline; }
.minimal-price-link .label { background: none repeat scroll 0 0 transparent; font-size: inherit; padding: 0; display:inline }
.minimal-price-link .price { font-weight: 400; display:inline}

/* Excluding tax */
.price-excluding-tax { display: block; color: #999; }
.price-excluding-tax .label { white-space: nowrap; color: #999; }
.price-excluding-tax .price { font-size: 13px; font-weight: 400; color: #FF1D65; }

/* Including tax */
.price-including-tax { display: block; color: #999; }
.price-including-tax .label { white-space: nowrap; color: #999; }
.price-including-tax .price { font-size: 13px; font-weight: 700; color: #FF1D65; }

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

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

/* 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: 700; }

/* Price range */
.price-from { margin: 0; display: block; }
.price-from .price-label { white-space: nowrap; display: inline-block; }
.price-to { margin: 0; display: block; }
.price-to .price-label { white-space: nowrap; display: inline-block; }

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

/* Price as configured */
.price-as-configured { margin: 0; }
.price-as-configured .price-label { font-weight: 700; white-space: nowrap; }
.price-box-bundle { padding: 0 0 10px; }
.price-box-bundle .price-box { margin: 0!important; padding: 0!important; }
.price-box-bundle .price { color: #555; }

/********** Product Prices > */
/* Tier Prices */
.product-pricing, .tier-prices { margin: 10px 0; padding: 10px; background-color: #f7f7f7; }
.tier-prices li { line-height: 1.4; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/i_tier.gif) no-repeat 0 3px; padding: 2px 0 2px 10px; }
.tier-prices .benefit { font-style: italic; font-weight: 700; color: #2f2f2f; }
.tier-prices .price { font-weight: 700; color: #2f2f2f; }
.tier-prices-grouped li { padding: 2px 0; color: #e26703; }
.tier-prices-grouped li .price { font-weight: 700; }

/* Add to Links */
.add-to-links { font-size: 11px; float: left}
.add-to-links .separator { display: none!important; }
.add-to-links li { margin-right: 5px; }
.add-to-links a { font-weight:normal}
.add-to-links a:hover { }
.add-to-links a.link-wishlist { }
.add-to-links a.link-wishlist:hover { }

/* Email to a Friend */
.email-friend i { padding-right:5px; }

/* Add to Cart */
.add-to-cart label { float: left; font-weight: 700; margin-right: 5px; padding-top: 10px; }
.add-to-cart .qty {  float: left; font-size: 13px; height: 34px; margin-right: 0; text-align: center; width: 48px; margin-bottom: 0; }
.add-to-cart button.button { float: right; font-weight: normal; margin: 0; padding: 15px 10px; text-align: left; }
.add-to-cart #ajax_loader { display:none; float: right; padding: 15px 0 0 10px; }
.add-to-cart .paypal-logo { clear: left; margin: 0; text-align: right; }
.add-to-cart .paypal-logo .paypal-or { clear: both; display: block; margin: 5px 60px 5px 0; }
.quantity { padding-top:6px;}
.quantity input { float: left; }
.quantity input.minus, .quantity input.plus {
    height: 34px;
    line-height: 16px;
    border: 0;
    cursor: pointer;
    /*width: 28px;*/
    background:none;}
.product-view .add-to-cart .paypal-logo { margin: 0; }

/* Add to Links + Add to Cart */
.add-to-box { clear: both; margin: 0; padding-top: 20px; margin-bottom:20px;}
.add-to-box .add-to-cart { background: none repeat scroll 0 0 #F7F7F7; padding: 10px 0;}
.add-to-box .or { float: left; font-weight: 700; margin: 0 7px; }
.add-to-box .add-to-links { float: left; margin: 0; font-size: 12px!important; line-height: 1.25!important; text-align: left!important; }
.add-to-box .add-to-links li { display: block!important; }
.add-to-box .add-to-links li .separator { display: none!important; }
.product-view {}
.product-essential { /*border-bottom: 2px solid #EEEEEE;*/ margin-bottom: 20px; padding-bottom: 0; position: relative;}
.product-essential h2 {}
.product-sidebar {  background: none repeat scroll 0 0 #F4F4F4; margin-bottom: 20px; padding: 15px; }
.product-sidebar .block .block-title { font-size: 15px; font-weight: normal; padding: 5px 0; } .product-sidebar .block .block-title strong  { display: block; font-weight: normal; }
.product-collateral { clear: both; padding-top:10px;}
.product-collateral h2 { font-weight: 700; font-size: 15px; border-bottom: 1px solid #e5dcc3; padding: 0 0 1px; margin: 0 0 15px; display: none; }
#product-attribute-specs-table { padding: 0; border: 0; }
.features_groups_list > li { border-bottom: 1px dotted #CCC; clear: both; font-weight: 700; margin-bottom: 10px; overflow: hidden; padding-bottom: 10px; color: #222; }
.features_groups_list li ul { float: right; font-weight: 400; margin: 0; width: 490px; color: #222; }
.product-view special-price .price { font-size:24px; }

/* Product Images */
.product-image { background: none repeat scroll 0 0 #FFFFFF; border-radius: 3px 3px 3px 3px;-moz-border-radius: 3px 3px 3px 3px;-webkit-border-radius: 3px 3px 3px 3px; box-shadow: 0 0 2px rgba(51, 51, 51, 0.2) !important; -moz-box-shadow: 0 0 2px rgba(51, 51, 51, 0.2) !important; -webkit-box-shadow: 0 0 2px rgba(51, 51, 51, 0.2) !important; display: block;  overflow: hidden; padding: 3px; position: relative; text-align: center; }
.product-view .product-img-box { margin-bottom: 20px; position:relative}
.product-image-wrapper .bx-wrapper { margin:0 auto !important; max-width: 270px !important; }

#zoom-target { clear: both; display: block; margin-bottom: 20px; padding: 0; padding: 10px; }
.more-views li a { border: 1px solid #DDDDDD; display: block; }

/* Media */
.more-views { position: relative; top: 0; left: 0; overflow: hidden; width: 100%; height: 70px; margin: auto 0 15px; }
.more-views .slider { width: 300px; margin: 0 auto; }
.more-views .slide { width: 70px; float: left; }
.more-views-arrow.prev, .more-views-arrow.next { display: block; position: absolute; z-index: 25; width: 15px; height: 26px; bottom: 26px; cursor: pointer; background: #000!important; }

/*
.more-views-arrow.prev { background: transparent url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/product_prew.png) no-repeat 0 0; }

.more-views-arrow.next { background: transparent url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/product_next.png) no-repeat 0 0; }

.more-views-arrow.prev:hover,
.more-views-arrow.prev:focus,
.more-views-arrow.next:hover,
.more-views-arrow.next:focus { background-position: -15px 0; }

.more-views-arrow.prev:active,
.more-views-arrow.next:active { background-position: -30px 0;} */
/* left arrow */
.more-views-arrow.prev { left: 0; }

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

/* Product Shop */
.product-view .product-shop { margin-bottom: 30px; }
.col1-layout .product-view .product-shop {}
.col3-layout .product-view .product-shop {}
.product-view .product-shop .product-name { border-bottom: 1px solid #EFEFEF; padding-bottom: 15px; }
#socialbar { height: 30px; padding: 7px 0 0; }
#socialbar ul { margin: 0; }
#socialbar ul li { float: right; }
.product-view .product-shop .product-name h1 { font-weight: 400; margin: 0; padding-bottom: 0; text-transform:uppercase}
.product-view .product-prevnext { position:absolute; top:-60px; right:20px;  }
.product-view .product-prevnext a.product-next { margin-left:20px; }
.product-view .product-prevnext i {}
.product-view .product-sidebar a {}
.product-view .product-shop .availability { margin: 0; float: right; color: #999}
.product-view .product-shop .short-description { border-bottom: 1px solid #EFEFEF; clear: both; margin-bottom: 20px; padding-bottom: 20px; padding-top: 15px; }
.product-view .product-shop .price-box { margin: 0; padding: 0; }
.product-view .product-shop .price-box .regular-price .price { color: #333; font-size: 34px; font-weight: bold; }
.product-view .product-shop .add-to-links { float: left; }
.product-view .product-shop .add-to-links { font-size: 12px; text-align: right; }
.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator { display: inline; margin-right:10px;}
.product-view .product-shop .add-to-links a { font-weight: 400!important;}
.product-view .product-shop .add-to-links a i { padding-right:5px; }
.section-container > section, .section-container > .section, .section-container.auto > section, .section-container.auto > .section, .section-container { border:0 !important; margin-bottom:5px !important; }
.product-view .section-container > section > .title, .section-container > .section > .title, .section-container > section:last-child .title, .section-container.tabs > .section:last-child .title { border: 0 !important; height:48px; background:none }
.section-container > section.active > .title, .section-container > .section.active > .title { border:0; }
.section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content { border:0 !important}
.section-container.auto > section > .content, .section-container.auto > .section > .content, .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content, .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content, .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content, .section-container.accordion > section > .content, .section-container.accordion > .section > .content { border:0 !important }
.section-container > section > .title a, .section-container > .section > .title a { color:#fff !important; display: inline-block; font-size: 14px !important; white-space: nowrap; }
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a { font-size: 13px; padding:15px; }
.section-container > section.active > .title a, .section-container > .section.active > .title a { color:#fff !important;}
.section-container > section > .title a:hover, .section-container > .section > .title a:hover { color:#333 !important;}
.section-container > section.active > .title a:hover, .section-container > .section.active > .title a:hover { color:#fff !important;}
[data-section="tabs"]:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) { visibility:visible}
.section-container.tabs > section, .section-container.tabs > .section { margin:0; }
.section-container { clear: both; border:0;}

#product-review-table { width:50%; float:left; }
#review-form ul { width:40%; float:right; }
/* Product Options */
.product-options { position: relative; }
.product-options dt { padding: 10px 0 0; font-weight: 400; }
.product-options dt label { font-weight: 700; color: #2f2f2f; display: inline-block}
.product-options dt label.required em { color: #eb340a; margin-left: 5px; float: right}
.product-options dd .qty-holder { display: block; padding: 10px 0 0; }
.product-options dd .qty-holder label { vertical-align: middle; }
.product-options dt .qty-disabled { background: none; border: 0; padding: 3px; color: #2f2f2f; }
.product-options dd { margin: 0; }
.product-options dl.last dd.last { border-bottom: 0; padding-bottom: 5px; margin-bottom: 0; }
.product-options dd input.input-text { width: 98%; }
.product-options dd input.datetime-picker { width: 150px; }
.product-options dd .time-picker { display: inline-block; padding: 2px 0; vertical-align: middle; }
.product-options dd textarea { width: 98%; height: 8em; }
.product-options dd select { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #DDDDDD; padding: 7px; width: 99%; }
.product-options dd .multiselect option { border-bottom: 1px dotted #d9e5ee; padding: 2px 4px; }
.product-options ul.options-list { margin-right: 5px; }
.product-options ul.options-list li { line-height: 1.5; padding: 2px 0; }
.product-options ul.options-list input.radio { float: left; margin-top: 3px; margin-bottom: 0}
.product-options ul.options-list input.checkbox { float: left; margin-top: 3px; }
.product-options ul.options-list .label { display: block; padding: 0; margin-left: 18px; }
.product-options ul.options-list label { font-weight: 400; }
.product-options ul.validation-failed { padding: 0 7px; }
.product-options p.note { margin: 0; font-size: 11px; }
.product-options p.required { position: absolute; right: 0; top: 0; }
.product-options-bottom { background: none repeat scroll 0 0 #F7F7F7; margin: 0 0 10px; padding: 15px 10px;}
.product-options-bottom .product-pricing, .product-options-bottom .tier-prices { margin: 0; padding: 0 0 10px; border: 0; background: 0; }
.product-options-bottom .tier-prices li { background: 0; padding: 2px 0; }
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {}
.product-options-bottom .price-box { display: none; }
.product-options-bottom .add-to-links { clear: both; padding: 5px 0 0; text-align: right; }
.col3-layout .product-options-bottom .price-box { float: none; padding: 0 0 5px; }
.product-options-bottom .price-label { float: left; padding-right: 5px; }
.product-options-bottom .price-tax { float: left; }
.product-options-bottom .add-to-cart {}
.product-shop .product-options-bottom { margin: 0 0 10px; }
.product-shop .product-options-bottom .price-box { float: none; margin: 0 0 5px; }
.product-shop .product-options-bottom .price-label { float: none; padding-right: 0; }
.product-shop .product-options-bottom .price-tax { float: none; }
.product-shop .product-options-bottom .add-to-cart-box { clear: both; float: left; padding-top: 12px; }
.product-shop .product-options-bottom .add-to-links { display: none}

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin: 0; padding: 0; }

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

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

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom: 0; padding: 0; margin: 0 0 8px; }
.product-view .box-up-sell .products-grid td { width: 25%; background: #f6f2e7; border-right: 1px solid #e5dcc3; border-bottom: 1px solid #e5dcc3; padding: 15px 10px 12px; line-height: 1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom: 0; }
.product-view .box-up-sell .products-grid td.last { border-right: 0; }
.product-view .box-up-sell .products-grid td img { border: 1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align: center; }
.product-view .box-up-sell .products-grid td.empty { border-right: 0; background: #f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float: none; display: block; margin: 0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin: 0; }
.product-view .box-tags h3 { font-size: 13px; }
.product-view .box-tags .product-tags { display: block; margin: 0 0 15px; }
.product-view .box-tags .product-tags li { display: inline; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding: 0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left: 0; }
.product-view .box-tags .product-tags li.last { background: none; padding-right: 0; }
.product-view .box-tags .form-add label { display: block; font-size: 13px; font-weight: 700; margin: 0 0 5px; color: #0a263c; }
.product-view .box-tags .form-add .input-box { float: left; width: 305px; margin: 0 5px 0 0; }
.product-view .box-tags .form-add input.input-text { width: 299px; }
.product-view .box-tags .form-add button.button span {}
.product-view .box-tags .note { margin: 3px 0 0; font-size: 11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin: 15px 0; }
.product-view .box-reviews dt a, .product-view .box-reviews dt span { font-weight: 700; }
.product-view .box-reviews dd { margin: 0 0 15px; }
.product-view .box-reviews dd small { font-style: italic; }
.product-view .box-reviews .form-add { margin: 15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size: 13px; font-weight: 400; }
.product-view .box-reviews .form-add h3 span { font-weight: 700; }
.product-view .box-reviews .form-add h4 { font-size: 12px; }
.product-view .box-reviews .form-add .data-table td { text-align: center; }
.product-view .box-reviews .form-add .form-list { margin: 15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width: 360px; }
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea { width: 354px; }

/* Tabs */
.section-container.tabs > section .content, .section-container.tabs > .section .content { border: 0; border-top: 1px solid #efefef}

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

/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name { margin: 0; font-weight: 400; }
.product-name a {}

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

/* Advanced Search */
.advanced-search .form-list label { width: 160px; padding-right: 10px; }
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range { float: left; clear: none; }
.advanced-search-amount { margin: 0 0 10px; }
.advanced-search-summary { margin: 10px 0; border: 1px solid #e9d7c9; background: #fff6f1; padding: 10px; }
.advanced-search-summary ul { float: left; width: 49%; }
.advanced-search-summary strong { color: #E17C24; padding-left: 15px; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear: both; font-weight: 700; margin: 0; }

/* CMS Home Page */
.cms-index-index .subtitle {}
.cms-home .col-main { min-height: 0; }
.cms-home .block-left-menu ul li span { display: none!important; }
.cms-home .block-left-menu .block-title {}
.cms-home .main-container {}

.checkout-onepage-index #as_after_header { display:none}
.cms-home .breadcrumbs { display: none; }

/* Contacts */
.contacts-index-index #as_after_header iframe { width:100%; height:250px; border:0 }

/* Slide Home */
#slides { padding: 0; position: relative; z-index: 1; overflow: hidden; margin:0 auto; }
#slides .tp-caption { color:#fff; }
#slides .tp-caption a:hover { color:#fff; }
#slides .tparrows { display:none; opacity:0.5; top:50% !important }
#slides:hover .tparrows { display:block }
#slides .tparrows:hover { background-color:#333 !important; }
#slides .caption-title, .caption-subtitle, .caption-button { }
#slides .caption-title { font-size: 38px; line-height: 42px; padding: 10px; }
#slides .caption-subtitle { display: inline-block; font-size: 23px; line-height: 25px; padding: 10px; white-space: normal }
#slides .caption-button { margin-left: 15px; /*background: none repeat scroll 0 0 #F7F7F7;*/ border: 2px solid #F7F7F7; color: inherit; font-size: 14px; font-weight: bold; margin-top: 30px; padding: 6px 20px; }
#slides .caption-button a { color:#F7F7F7 !important; }
#slides .caption-button:hover { background: none repeat scroll 0 0 #F7F7F7;}
#slides .caption-button:hover a { color:#D50637!important }

.home-message { line-height: 30px; margin: 0; padding: 25px 0; position: absolute; text-align: left; bottom: -200px; width: 100%; z-index: 99999; color: #fff; box-shadow:0 0 30px  #000}
.home-message h3 { color: #FFF; font-size: 18px; margin: 3px 0 0; }
.home-message p { margin:0; }
.home-message i { font-size:20px;
    cursor: pointer; float: left; height: 50px; line-height: 50px; margin-right: 10px; padding: 0; text-align: center; box-shadow: 0 0 0 3px rgba(255,255,255,0.3); -moz-box-shadow:  0 0 0 3px rgba(255,255,255,0.3); -webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.3); -o-box-shadow:  0 0 0 3px rgba(255,255,255,0.3); width: 50px; -webkit-transition: background-color 0.3s ease-ins; -moz-transition: background-color 0.3s ease-in; transition: background-color 0.3s ease-in; }
.home-message i:hover { }
.fullwidthbanner-container { width:100% !important; position:relative; padding:0; max-height:500px !important; overflow:hidden; }

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

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

/* ======================================================================================= */
/* Checkout Types */
.cart .page-title .checkout-types li { margin: 0 0 5px; }
.cart .title-buttons .checkout-types { margin: 0; }
.cart .title-buttons .checkout-types li { margin: 0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin: 0 8px; line-height: 2.3; }
.cart .totals .checkout-types .paypal-or {}
.cart-table { width: 100%; }
.cart-table .product-image { display:block; width:75px; height:75px; }

/* Shopping Cart Table */
.cart-table { border:0}
.cart-table th { padding:15px 10px; }
.cart-table td { padding:10px; vertical-align:top}
.cart-table .product-name { font-size:14px; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }
.cart-table .qty { text-align:center }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding: 25px 0 0; }
.cart .cart-collaterals .col2-set { float: left; width: 605px; }
.cart .cart-collaterals .col2-set .col-2 { width: 294px; }
.cart .crosssell { }
.cart .crosssell h2 { }
.cart .crosssell .product-image {}
.cart .crosssell .product-details { }
.cart .crosssell .product-name { }
.cart .crosssell li.item { }
.cart .crosssell .link-compare {}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping { margin: 0 0 18px; }
.cart .discount h2, .cart .shipping h2 {}
.cart .discount button span, .cart .shipping button span {}
.cart .discount .buttons-set, .cart .shipping .buttons-set { margin: 10px 0 0; border: 0; padding: 0; text-align: left; }
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button { float: none; margin-left: 0; }
.cart .discount h2 {}
.cart .discount .input-box { margin: 8px 0 0; width: 260px; }
.cart .discount input.input-text { width: 254px; }
.cart .shipping h2 {}
.cart .shipping .sp-methods { margin: 10px 0 0; padding: 5px 0 0; /* background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_divider1.gif) 0 0 repeat-x; */}

/* Shopping Cart Totals */
.cart .totals {}
.cart .totals table { width: 100%; margin: 0; }
.cart .totals td { padding: 1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding: 5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top: 5px; padding-bottom: 5px; }
.cart .totals tfoot th strong, .cart .totals tfoot td strong { display: block; font-size: 21px; padding: 15px 0; }
.cart .totals .checkout-types { font-size: 13px; padding: 8px 0 15px; text-align: right; }
.cart .totals .checkout-types li { clear: both; margin: 10px 0; }

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

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin: 0 0 8px; }
.sp-methods dt { display: table; font-size: 16px; font-weight: 700; margin: 12px 0 5px; width: 100%; }
.sp-methods dd {}
.sp-methods dd li { display: table; margin: 5px 0; width: 100%; }
.sp-methods input { display: block; float: left; margin: 5px 10px 0 0; }
.sp-methods label { display: block; float: left; line-height: 20px; width: 90%; }
.sp-methods .price { font-weight: 700; }
.sp-methods .form-list { padding-left: 20px; }
.sp-methods #payment_form_hosted_pro { background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/cards.gif) no-repeat scroll 0 0 transparent; line-height: 25px; padding-left: 130px; }
.sp-methods .form-list li { margin: 0 0 8px; }
.sp-methods select.month { width: 154px; margin-right: 10px; }
.sp-methods select.year { width: 96px; }
.sp-methods input.cvv { width: 3em!important; }
.sp-methods .checkmo-list li { margin: 0 0 5px; }
.sp-methods .checkmo-list label {
    width: 100%;
    padding-right: 10px;
    text-align: left;
}
.sp-methods .checkmo-list address {
    float: left;
    margin-top: 8px;
}
.sp-methods .centinel-logos a { margin-right: 3px; }
.sp-methods .centinel-logos img { vertical-align: middle; }
.sp-methods .release-amounts { margin: .5em 0; }
.sp-methods .release-amounts button { float: left; margin: 5px 10px 0 0; }
.please-wait { float: right; }
.please-wait img { vertical-align: middle; }
.cvv-what-is-this { font-size: 11px; cursor: help; margin-left: 10px; }

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

/* Gift Messages */
.gift-messages h3 { font-size: 12px; font-weight: 700; color: #e87403; }
.gift-messages p.control { color: #8e8d8b; }
.gift-messages-form { position: relative; }
.gift-messages-form label { float: none!important; position: static!important; }
.gift-messages-form h4 { font-size: 12px; font-weight: 700; color: #e87403; }
.gift-messages-form .whole-order { margin: 0 0 25px; }
.gift-messages-form .item { margin: 0 0 10px; }
.gift-messages-form .item .product-img-box { float: left; width: 75px; }
.gift-messages-form .item .product-image { margin: 0 0 7px; }
.gift-messages-form .item .number { margin: 0; font-weight: 700; text-align: center; color: #8a8987; }
.gift-messages-form .item .details { margin-left: 90px; }
.gift-messages-form .item .details .product-name { font-size: 13px; font-weight: 700; margin: 0 0 10px; }
.gift-messages-form .item .details .form-list .field { width: 255px; }
.gift-messages-form .item .details .form-list .input-box { width: 240px; }
.gift-messages-form .item .details .form-list input.input-text { width: 234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width: 500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width: 494px; }
.gift-message-link { font-size: 11px; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right: 7px; }
.gift-message-link.expanded { background-position: 100% -40px; }
.gift-message-row { background: #f2efe9; }
.gift-message-row .btn-close { float: right; width: 16px; height: 16px; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size: 0; line-height: 0; text-indent: -999em; overflow: hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin: 30px 0; }
.checkout-agreements .agreement-content { background: none repeat scroll 0 0 transparent; border: 0 none; height: 12em; overflow: auto; padding: 10px; }
.checkout-agreements .agree { margin: 0; padding: 10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right: 6px; }
.checkout-agreements .agree label { font-weight: 700;}
.opc .checkout-agreements { border: 0; }
.opc .checkout-agreements li { margin: 20px 0 0; }
.opc .checkout-agreements .agreement-content { padding: 0; }
.opc .checkout-agreements .agree { padding-left: 6px; }

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

/* Generic Info Set */
.info-set { background: #fbfaf6 url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_checkout.gif) 0 0 repeat-x; border: 1px solid #bbb6a5; margin: 0 0 25px; padding: 20px; }
.info-set h2 { font-size: 13px; font-weight: 700; margin: 0 0 10px; }
.info-set h3, .info-set h4 { font-size: 13px; font-weight: 700; }
.info-set h2 a, .info-set h3 a, .info-set h4 a { font-weight: 400; }
.info-set h2.legend { margin: -20px -20px 15px; padding: 5px 10px; background: #f9f3e3; border-bottom: 1px solid #bbafa0; position: relative; }
.info-set h3.legend { margin: 0 0 10px; color: #0a263c; }
.info-set .divider { margin: 0 -20px; padding: 25px 0; position: relative; }
.info-set .box { margin: 0 0 15px; }
.info-set .box h2 {}
.info-set .data-table .product-name { font-size: 1em !important; font-weight: 700 !important; }
.info-set .data-table .product-name a { font-weight: 700 !important; }
.info-set .data-table .item-options { margin: 5px 0 0; }

/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress { border: 0; margin: 0; }
.block-progress .block-title {}
.block-progress .block-title strong {}
.block-progress .block-content { background: none; }
.block-progress dt { font-size: 13px; font-weight: normal; line-height: 1.35; margin: 0 0 6px; padding: 2px 0 0; }
.block-progress dd { background: none repeat scroll 0 0 transparent; border-bottom: 1px solid #DDD; margin: 0 0 10px; padding: 8px 0; }
.block-progress dt.complete { margin: 0; color: #333; }
.block-progress dt.complete .separator { font-weight: 400; color: #ccc; }
.block-progress dt.complete a { font-weight: 400; font-size: 11px; }
.block-progress dd.complete {}
.block-progress p { margin: 0; }
.block-progress .cards-list dt { background: none; border: 0 none; color: inherit; font-size: 12px; margin: 5px 0; padding: 0; }
.block-progress .cards-list dd { border: 0 none; margin: 0; padding: 0; }
.block-progress .cards-list .info-table th { font-weight: 400; }
.opc .buttons-set { margin-top: 0; padding-top: 2em; }
.opc .buttons-set p.required { margin: 0; padding: 0 0 10px; }
.opc .buttons-set .back-link small { display: none; }
.opc .buttons-set .back-link a { background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left: 16px; }
.opc .buttons-set.disabled button.button { display: none; }
.opc .buttons-set .please-wait { height: 21px; line-height: 21px; }
.opc .ul { list-style: disc outside; padding-left: 18px; }
.opc { position: relative; }
.opc li.section {}
.opc .step-title {   background: none repeat scroll 0 0 #EFEFEF; border:0; padding: 10px; text-align: right; margin-bottom:10px; }
.opc .step-title .number { background: none repeat scroll 0 0 #FFF; color: #999; float: left; font-weight: 700; height: 25px; line-height: 25px; margin: 0 5px 0 0; padding: 0; text-align: center; width: 25px; }
.opc .step-title h2  { float: left; font-size: 14px; margin: 0; padding-left: 6px; padding-top: 4px; }
.opc .step-title a { display: none; float: right; font-size: 11px; line-height: 16px; }

.opc .allow .step-title { background: none repeat scroll 0 0 #EFEFEF; border-bottom: 0; color: #a4b3b9; cursor: pointer; }
.opc .allow .step-title .number { background: none repeat scroll 0 0 #FFF; color: #333; }
.opc .allow .step-title h2 { }

/*.opc .allow .step-title a { display:block; } */
.opc .active .step-title { background: #333; color: #A4B3B9; cursor: pointer; margin-bottom:10px}
.opc .active .step-title .number { background: #fff; color: #333; }
.opc .active .step-title h2 { color: #fff; }

/*.opc .active .step-title a { display:none; } */
.opc .step {  background: none repeat scroll 0 0 #FFFFFF; padding: 15px 10px 25px 10px; position: relative; }
.opc .step .tool-tip { right: 30px; }
#opc-login .buttons-set { border-top: 0; }
#opc-login h3 { font-size: 13px; border-bottom: 1px solid #e4e4e4; padding-bottom: 2px; text-transform: uppercase; }
#opc-login h4 { font-size: 1em; font-weight: 700; margin: 0; color: #2f2f2f; }
#opc-shipping_method .buttons-set { border-top: 0; }
.opc .gift-messages-form { margin: 0 -30px; background: #f6f1eb; border: 1px solid #e9e4de; border-width: 1px 0; padding: 22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding: 5px; height: 260px; overflow: auto; }
#opc-review .step { border: 0; padding: 0; }
#opc-review .product-name { font-weight: 400; color: #0a263c; }
#opc-review .item-options { margin: 5px 0 0; }
#opc-review .buttons-set { padding: 0; border: 0; }
#opc-review .buttons-set p { margin: 0; line-height: 40px; }
#opc-review .buttons-set .please-wait { height: 40px; line-height: 40px; }
#opc-review .warning-message { font-size: 12px; font-weight: 700; padding: 6px 5px 15px; }
#opc-review .authentication iframe { width: 100%; }

/* Multiple Addresses Checkout */
.checkout-progress { padding: 0 90px; margin: 0 0 20px; }
.checkout-progress li { float: left; width: 19%; margin: 0 3px 0 0; border-top: 10px solid #999; padding: 2px 0 0; font-weight: 700; text-align: center; color: #abb5ba; }
.checkout-progress li.active { border-top-color: #e96200; color: #e96200; }
.multiple-checkout h2 { font-size: 13px; font-weight: 700; margin: 0 0 10px; }
.multiple-checkout h3, .multiple-checkout h4 { font-size: 13px; font-weight: 700; color: #E26703; }
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a { font-weight: 400; }
.multiple-checkout .data-table .product-name { font-size: 1em!important; font-weight: 700!important; }
.multiple-checkout .data-table .product-name a { font-weight: 700!important; }
.multiple-checkout .data-table .item-options { margin: 5px 0 0; }
.multiple-checkout .gift-messages { margin: 15px 0 0; }
.multiple-checkout .tool-tip { top: 50%; margin-top: -120px; right: 20px; }
.multiple-checkout .col2-set, .multiple-checkout .col3-set { background: #fbfaf6 url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_checkout.gif) 0 0 repeat-x; border: 1px solid #bbb6a5; margin: 0 0 25px; padding: 20px; }
.multiple-checkout .col2-set h2.legend { margin: -20px -20px 15px; padding: 5px 10px; background: #f9f3e3; border-bottom: 1px solid #bbafa0; position: relative; }
.multiple-checkout .col2-set h3.legend { margin: 0 0 10px; color: #0a263c; }
.multiple-checkout .col2-set .divider { margin: 0 -20px; padding: 25px 0; position: relative; }
.multiple-checkout .box { margin: 0 0 15px; }
.multiple-checkout .box h2 { color: #e26703; }
.multiple-checkout .place-order .please-wait { float: right; padding: 27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float: right; height: 71px; font-size: 1.5em; padding: 0 0 0 21px; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_grand-total.gif) 0 0 no-repeat; overflow: hidden; }
.multiple-checkout .place-order .grand-total .inner { float: left; height: 57px; padding: 14px 21px 0 0; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display: inline; }
.multiple-checkout .place-order .grand-total big { display: inline; margin-right: 12px; }
.multiple-checkout .place-order .grand-total .price { color: #E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size: 16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding: 0 45px 0 36px; }

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

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

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

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content { height:225px;}
.account-login .content h2 {}
.account-login .new-users h2 {}
.account-login .registered-users h2 {}
.account-login .buttons-set {}
.account-create {}

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

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

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float: none; margin: 0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin: 0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin: 0; }
.dashboard .col2-set { margin: 0 0 15px; }

/* General Box */
.box-account {  background: none repeat scroll 0 0 #F5F5F5; border: 1px solid #E7E7E7; margin: 0 0 20px; padding: 25px; }
.box-account .box-head { border-bottom: 1px solid #D9DDE3; margin: 0 0 30px; padding-bottom: 10px; text-align: right; }
.box-account .box-head h2 { float: left; font-weight: 700; margin: 0; text-transform: uppercase; }
.dashboard .box .box-title { border-bottom: 1px solid #DDDDDD; margin: 0 0 8px; padding: 0 0 8px; text-align: right; }
.dashboard .box .box-title h3, .dashboard .box .box-title h4 { float: left; font-size: 13px; font-weight: 700; margin: 0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}
.dashboard .box-info h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; }

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

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

/********** Dashboard > */
/* Address Book */
.addresses-list h2 { font-weight: 700; font-size: 13px; color: #e26703; text-transform: uppercase; }
.addresses-list h3 { font-weight: 700; font-size: 13px; }
.addresses-list address { margin: 0 0 3px; }
.addresses-list p { margin: 0; }
.addresses-list a { font-weight: 700; }
.addresses-list .link-remove { color: #646464; }
.addresses-list .separator { margin: 0 3px; }
.addresses-list li.item { background: #fff url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_account_box.gif) 0 0 repeat-x; border: 1px solid #ccc; padding: 10px 13px; margin: 0 0 10px; }
.addresses-list li.empty { background: none; border: 0; padding: 0; }
.addresses-list li.empty p { font-weight: 700; }
.addresses-list .addresses-additional li.item { background: none; border: 0; padding: 0; }

/* Order View */
.order-info { background: #dee5e8; border: 1px solid #d0cbc1; padding: 4px 8px; margin: 0 0 8px; }
.order-info dt, .order-info dd, .order-info ul, .order-info li { display: inline; }
.order-info .current { font-weight: 700; }
.order-info li { margin: 0 3px; }
.order-date { margin: 10px 0; }
.order-info-box { background: #fff url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_block-title.gif) 0 0 repeat-x; border: 1px solid #d0cbc1; padding: 12px 15px; margin: 0 0 15px; }
.order-info-box h2 { font-weight: 700; font-size: 13px; }
.order-info-box .box-payment p { margin: 0 0 3px; }
.order-info-box .box-payment th { font-weight: 700; padding-right: 7px; }
.order-items { width: 100%; overflow-x: auto; }
.order-items h2, .order-items h3 { clear: none; font-weight: 700; font-size: 13px; padding: 0; margin: 0 0 5px; color: #0a263c; }
.order-items .product-name { font-size: 1em!important; font-weight: 700!important; }
.order-items .link-print { font-weight: 400; }
.order-items .order-links { text-align: right; }
.order-additional { margin: 15px 0; }

/* Order Gift Message */
.gift-message dt strong { }
.gift-message dd { font-size: 13px; margin: 5px 0 0; }

/* Order Comments */
.order-about dt { font-weight: 700; }
.order-about dd { font-size: 13px; margin: 0 0 7px; }
.tracking-table { margin: 0 0 15px; }
.tracking-table th { font-weight: 700; white-space: nowrap; }
.tracking-table-popup { width: 100%; }
.tracking-table-popup th { font-weight: 700; white-space: nowrap; }
.tracking-table-popup th, .tracking-table-popup td { padding: 1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin: 0 0 15px; }
.page-print .print-head .logo { float: left; }
.page-print .print-head address { float: left; margin-left: 15px; }
.page-print h1 { font-size: 16px; font-weight: 700; }
.page-print h2, .page-print h3 { font-size: 13px; font-weight: 700; }
.page-print h2.h2 { font-size: 16px; font-weight: 700; }
.page-print .order-date {/* background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bkg_divider1.gif) 0 100% repeat-x; */ padding: 0 0 10px; margin: 0 0 10px; }
.page-print .col2-set { margin: 0 0 10px; }

/* Price Rewrites */
.page-print .gift-message-link { display: none; }
.page-print .price-excl-tax, .page-print .price-incl-tax { display: block; white-space: nowrap; }
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price { display: inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding: 10px; }
.my-wishlist .product-image { display: block; width: 113px; height: 113px; margin: 0 0 5px; }
.my-wishlist textarea { display: block; width: 97%; height: 109px; }
.my-wishlist .buttons-set { margin-top: 2em; }
.my-wishlist .buttons-set button.button { float: none; }
/*.my-wishlist .buttons-set .btn-add span, .my-wishlist .buttons-set .btn-share span { border-color: #406a83; background: #618499; }*/
#wishlist-table .add-to-links { white-space: nowrap; }

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

/* My Reviews */
#my-reviews-table td { padding: 10px; }
.product-review .product-img-box { float: left; width: 140px; }
.product-review .product-img-box .product-image { display: block; width: 125px; height: 125px; }
.product-review .product-img-box .label { font-size: 11px; margin: 0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float: none; display: block; margin: 0 0 3px; }
.product-review .product-details { margin-left: 150px; }
.product-review .product-name { font-size: 16px; font-weight: 700; margin: 0 0 10px; }
.product-review h3 { font-size: 12px; margin: 0 0 3px; color: #2f2f2f; }
.product-review .ratings-table { margin: 0 0 10px; }
.product-review dt { font-weight: 700; }
.product-review dd { font-size: 13px; margin: 5px 0 0; }

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

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

/* ======================================================================================= */
.linkbottom .row { border-top: 1px solid #ddd; padding: 10px; }

/* Prefooter */
.prefooter { background: #f1f1f1; padding: 30px 0; clear:both; margin-top:20px;}
.prefooter .social {}
body div .prefooter .social a { display: block; float: left; width: 40px; height: 40px; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/sprite-icons-social.png) no-repeat 0 0 #BB0E32; -webkit-transition: background .3s ease; -moz-transition: background .3s ease; -o-transition: background .3s ease; transition: background .3s ease; margin-right: 5px; text-indent: -99999px; margin-bottom:5px}
body div .prefooter .social li.last a { margin: 0}
body div .prefooter .social a:hover {background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/sprite-icons-social.png) no-repeat 0 0 #333;}
body div .prefooter .social a.twitter { background-position: 11px -41px; }
body div .prefooter .social a.facebook { background-position: -37px -41px; }
body div .prefooter .social a.google { background-position: -87px -41px; }
body div .prefooter .social a.youtube { background-position: -137px -41px; }
body div .prefooter .social a.vimeo { background-position: -188px -41px; }
body div .prefooter .social a.instagram { background-position: -238px -41px; }
body div .prefooter .social a.pinterest { background-position: -288px -41px; }
body div .prefooter .social a.linkedin { background-position: -337px -41px; }
.btt{
	margin-bottom: 42px; 
	margin-right: 10px; 
	bottom: 0; 
	display: none; 
	height: 40px; 
	position: fixed; 
	right: 0; 
	width: 40px; 
	color:#fff !important; 
	text-align:center; 
	line-height:40px;
	border-radius: 5px 5px 5px 5px;
}

.btt:hover { 

}

/* Footer ================================================================================ */
.footer-container .row { border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 20px; }
.footer-banner .panel { height: 200px; margin-bottom: 30px; }
.footer-banner .block-title { border-bottom: 5px solid #ccc; }
.footer-container { color: #fff; color: rgba(255,255,255,0.75); text-align: left; font-size: 12px; }
.footer-bottom { color: rgba(255,255,255,0.50); font-size: 12px; padding: 15px 0; clear: both}
.footer-bottom a { color: rgba(255, 255, 255, 0.50); color:#fff;}
.footer-bottom a:hover { color:#fff; text-decoration: underline;}
.footer-bottom .links li { border-right: 1px solid rgba(255, 255, 255, 0.12); display: inline-block; line-height: 13px; margin-right: 4px; padding-right: 5px; }
.footer-bottom .links li.last { border-right: 0; padding-right: 0; }
.footer hr { border-color: #fff; border-color: rgba(255,255,255,0.0); }
.footer { padding: 30px 0 0; }
.footer .store-switcher { display: inline; margin: 0 5px 0 0; color: #fff; }
.footer .store-switcher label { font-weight: 700; vertical-align: middle; }
.footer .store-switcher select { padding: 0; vertical-align: middle; }
.footer a, .footer p { font-size: 12px; }
.footer a {color: rgba(255,255,255,0.75); text-decoration: none; color:#fff;}
.footer h4 { color: #FFF; font-size: 16px; font-weight: 400; margin-bottom:20px;}
.footer h4.accord.active { cursor: pointer; }
.footer h4.accord.unactive { background: none; cursor: pointer; }
.footer-col-content { display: block; }
.footer-col-content.closed { display: none; }
.footer a:hover { text-decoration: underline; color: #fff!important; }
.footer .bugs { margin: 13px 0 0; color: #ecf3f6; }
.footer .bugs a { color: #ecf3f6; text-decoration: underline; }
.footer .bugs a:hover { text-decoration: none; }
.footer address { margin: 0 0 20px; color: #ecf3f6; }
.footer address a { color: #ecf3f6; text-decoration: underline; }
.footer address a:hover { text-decoration: none; }
.footer ul { padding-left: 0; }
.footer li { padding: 0; color:#fff;}
.footer-container .bottom-container { margin: 0 0 5px; }
.credits{color:#fff;}

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

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

/* ======================================================================================= */
.guest-select { width: 300px!important; }


/* widget home */
.widget-new-products .products-grid .product-image, .widget-new-products .products-list .product-image { display: block; height: auto; margin-bottom: 10px; width: auto; }
#slider-newproducts { height: 300px; }

/* Catalogo */
#catalogo { clear: both; overflow: hidden; margin-bottom: 30px; }
#catalogo h1 { margin-bottom: 20px; margin-top: 20px; text-align: center; }
#catalogo .box { height: 165px; position: relative; webkit-transition: box-shadow .3s ease-in; -moz-transition: box-shadow .3s ease-in; -o-transition: box-shadow .3s ease-in; transition: box-shadow .3s ease-in; height: 200px; margin-bottom: 20px; position: relative; text-align: center; }
#catalogo .box:hover { box-shadow: 0 0 5px #ccc; -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; -o-box-shadow: 0 0 5px #ccc; }
#catalogo .box img { border: 1px solid #DDD; padding: 10px; transition-duration: .3s; }
#catalogo .box:hover img { transform: scale(1.1); }
#catalogo .box h3 { font-size: 14px; font-weight: 400; }
#catalogo .box:hover a { color: red; }
#catalogo .box.last { margin-right: 0; }
#catalogo .box a { color: #999; }
#catalogo .cat-image { padding: 10px; }
#catalogo .box.box-104 { display: none; }
.fb-like { float: right; height: 32px; overflow: hidden; }
#fb-root { display: none; }

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.cms-index-index #nav-home-link a, .cms-home #nav-home-link a, .cms-azienda a.azienda, .cms-punti-vendita a.punti-vendita, .cms-offerte-volantino-elettromestici-kyndes-roma a.volantino, .contacts-index-index a.contatti, .contacts-index-index a.contatti { color: #333!important; background: #fff; font-weight: 700; }
#shipping-estimation-form { border: 0 none!important; float: left; width: 220px; }
.block-shipping-estimate .block-content li label { margin-right: 10px; }
.block-shipping-estimate select, .block-shipping-estimate input { width: 100px; }
.block-shipping-estimate .block-content li.last { border: 0 none !important; padding-bottom: 0 !important; }

/** RESET AND LAYOUT
===================================*/
.bx-wrapper { clear: both; margin: 0 !important; padding: 0; position: relative; text-align: left; max-width:1280px !important}
.bx-wrapper img { max-width: 100%; display: inline-block; }

/** THEME
===================================*/

.bx-wrapper .bx-viewport { left: -5px; background: #fff; }
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; bottom: -30px; width: 100%; }

/* LOADER */

.bx-wrapper .bx-loading { min-height: 50px; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }

/* PAGER */

.bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; padding-top: 20px; }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a { height: 32px; margin-top: 0; outline: 0 none; position: absolute; text-indent: -9999px; top: -50px; width: 32px; z-index: 9; background: url("http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/arrows.png") no-repeat scroll -9px -8px #efefef;}
.bx-wrapper .bx-controls-direction a:hover {}
.bx-wrapper .bx-controls-direction .bx-prev { right: 38px; background-position: -9px -8px; }
.bx-wrapper .bx-controls-direction .bx-next { right: 5px; background-position: -59px -8px; }
.bx-wrapper .bx-controls-direction .bx-prev:hover { background-position: -9px -58px; }
.bx-wrapper .bx-controls-direction .bx-next:hover { background-position: -59px -58px; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }

/* Exceptions for product more views */
.product-img-box .bx-wrapper .bx-controls-direction .bx-next { background-position: -59px -8px; right: -40px; }
.product-img-box .bx-wrapper .bx-controls-direction .bx-prev { background-position: -9px -8px; left: -44px; }
.product-img-box .bx-wrapper .bx-controls-direction a { top: 12px; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/controls.png) -86px -11px no-repeat; margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/controls.png) -86px -44px no-repeat; margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666; background: rgba(80, 80, 80, 0.75); width: 100%; }
.bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; }


/*	OPTIMIZACIÓN	*/

#top-header .flags-dropdown ul#flags li a:hover{
	color:#fff !important;
}
#top-header .links li.link-acceder a{
	background-color: #FFFFFF;
	color: #D50637;
}
#top-header .links li.link-acceder a:hover, #top-header .links li a:active{
	color: #FFFFFF;
	background: #b60631;
}
header .form-search {
	width: 100% !important;
}
header .form-search input {
	padding-left: 10px !important;
	width: 75% !important;
}

/* ------------------------------------------------ */
/*	Media Queries
/* -------------------------------------------------- */


/* Standard 960 or larger (browsers) */
@media screen and (min-width: 1280px)  {
    .row, .wrapper.layout_boxed  { }
}

/* Standard 960 or larger (browsers) */
@media screen and (max-width: 1000px)  {
    .wrapper.layout_boxed { max-width:960px;}
    .row { padding:0 30px }
    .row .row { padding:inherit}
    #wrapper { padding: 0 20px; max-width: 95% !important; box-shadow: 0 0 3px #333; -moz-box-shadow: 0 0 3px #333; -webkit-box-shadow: 0 0 3px #333; -o-box-shadow: 0 0 3px #333;}
}
@media screen and (max-width: 940px)  {
    .wrapper.layout_boxed { max-width:900px;}
    /* Main Menu menu */
    #nav { display:none;margin-top: 15px;}
    .menu-mobile { display:block !important }
    #nav a { float: none; padding: 7px 12px; }
    #nav li { border-bottom: 1px solid rgba(255,255,255,0.22); float: none; position: relative; border: 0 none; width: 100%; }
    #nav ul.level0 { border: 0 none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; left: auto; position: inherit; top: auto; width: 100%; display: none; }
    #nav ul li a { color: #000000; border-bottom: 1px solid #DDDDDD}
    #nav ul li, #nav ul li.active { border-bottom: 1px solid rgba(255,255,255,0.30); }
    .nav-container li { border-right: 0;}
    .nav-container .toggle-sub { display: inline-block; float: right; font-size: 12px; height: 30px; line-height: 31px; padding: 0 !important; position: relative; right: -10px; text-align: center; top: -4px; width: 30px; padding-top:2px; margin-right:5px !important; color:#fff}
    #nav li { border: 0}
    #nav a { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; float: none; font-size: 17px; padding: 12px; border-bottom:1px solid rgba(255, 255, 255, 0.27)}
    #nav li.last a { border:0}
    #nav a:hover ul { background:#fff; }
    #nav li.active { background: rgbaa(255, 255, 255, 0.3); }
    .nav-container ul.level0 > li.parent > a i.icon-angle-right {  display:none !important}
    /* Sub menu */
    .nav-container ul.level0 li.parent:hover ul { left:0; }
    #nav ul.level0 > li { padding: 0; }
    #nav ul.level0 > li.last { border: 0}
    #nav li.level0.active {}
    .nav-container ul ul ul {  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.09); box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; left: 0 !important; margin-left: 0; padding-bottom: inherit; padding-right: inherit; padding-top: inherit; position: relative; top: 0; width: auto; display:none}
    .nav-container ul li.parent li a { background:#fff;}
    #nav div, #nav div a { float:none; clear:both; border:0 }
    #nav div { border-top: 1px solid rgba(255,255,255,0.30) }
    #nav div a { border-bottom: 1px solid rgba(255,255,255,0.30) !important }
    .tparrows { display:none !important }
}
/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 767px) {
	/*MOVIL*/
    .wrapper.layout_boxed { max-width:100%;}
    .nav-container ul.level0 > li a, .nav-container div a { padding:10px}
    .block-subscribe button { width:100%; float:none; }
    body { padding:0; }
    .row { padding:0 0px; } .row .row { padding:inherit}
    .page { margin: 0 auto; }
    .banner { display:block; widows:100%; text-align:center; margin-bottom:10px; }

    /* header */
    .header-banner { display: none; }
    header .logo { clear: both; display: block; float: none; margin: 0 auto; text-align: center; padding:10px 0}
    header .logo img { max-width:80% }
    header .logo a { padding:0 10px; }

    #top-header {font-size: 12px;padding: 5px 0 5px;}
    #top-header .links { display:none;text-align: center;width: 100%;}
    #top-header .links li a { padding: 5px; }
    #top-header i { padding-left:5px; }
    #top-header .linksmobile { position:relative; float:left; margin-right:10px; }
    header .top-cart { margin:0 0 10px; clear:both}
    header .top-cart .amount {}
    header .top-cart .block-content { }
    .fb_button_ps, .demo-notice { display: none; }
    .breadcrumbs { }
    header .links { float: none; margin: 0 0 6px; text-align: center; width: auto; }

    header .form-search { width:100% !important; margin-top:0 }
    header .form-search input { padding-left: 10px !important; width: 75% !important; }
    header .top-cart .block-title .carTitle { display: none}
    .col2-left-layout .main { }
    .sidebar { display: none; }
    .products-grid .product-image { border: 0; text-align: center; }
    #checkoutSteps button, .btn-proceed-checkout { background-color: #5BAD40; font-size: 1.5em; padding: 20px; text-align: left}

    .category-description { width: auto}
    .footer-col-content { display: none; }

    /* Product View */
    .product-view .section-container.tabs > section > .title, .section-container.tabs > .section > .title, .section-container.tabs > section:last-child .title, .section-container.tabs > .section:last-child .title { border: 0 none; clear: both; margin-bottom: 10px; padding: 0 !important; position: static !important; width: 100% !important; }
    .section-container.tabs > section, .section-container.tabs > .section { padding:0 !important }
    .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title { margin:0}

    /* Footer */
    .footer-bottom { text-align: center}
    .prefooter .social a { margin-right: 2px}
    .footer h4 { border-bottom: 1px solid rgba(255, 255, 255, 0.20); color: #FFFFFF; font-size: 18px; font-weight: 400; line-height: 30px; margin-bottom: 10px; margin-top: 0; padding-bottom: 10px; }
    .footer h4 i { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.40); display: inline-block; float: right; font-size: 12px; height: 30px; line-height: 31px; position: relative; text-align: center; width: 31px; }
    .footer-bottom .credits { text-align: center !important; }
    .footer-container .row { border: 0; }

    /* Products Grid */
    .products-grid .product-image img { width: 100%; }



    .products-grid li.item { width: 100%; }

    /* Hide back to top button */
    .btt, .tparrows, .tp-bullets { display: none !important}
	
	#top-header .links li.link-acceder a {background-color: transparent;}

}
@media screen and (max-width: 480px) {
    .wrapper.layout_boxed { max-width:100%;}
    .products-slider .bx-wrapper { max-width:240px !important; margin:0 auto !important }
    .account-login{margin-left: 20px!important;}
	body .caption-button { font-size: 11px!important; padding: 5px!important;}
	#slides .caption-title { font-size: 44px; line-height: 22px; padding: 10px; }
	#slides .caption-subtitle { display: inline-block; font-size: 35px; line-height: 10px!important; padding: 10px; white-space: normal }

}

/* Customize */
.nav-container li.nav-1 ul.level0 {
    width: 688px;
}
.nav-container li.nav-1 ul.level0 li.level1 {
    width: 110px;
    float:left;
}

.nav-container li.nav-2 ul.level0 {
    width: 500px;
}

.nav-container li.nav-2 ul.level0 li.level1 {
    width: 50%;
    float:left;
}

.products-grid .product-name {
    min-height: 60px;
    margin-bottom: 5px;
}
.products-grid .add-to-links {
    text-align: center;
    width: 100%;
}
.products-grid .actions {
    text-align: center;
}
.products-grid li.item button {
    float: none;
}

.pager .pages li {
    font-weight: normal;
}
.email-friend {
    float: left;

}

.sku_list {
    float: left;
    margin: 3px 0 0;
    width: 100%;
    text-align: left;
}
.product-sku {
    color: #D50637;
    font-weight: bold;
    font-size: 16px;
}
.products-grid .product-sku {
    text-align: center;
}
#products-list .product-sku {
    text-align: left;
}
#shopping-cart-table .product-sku,
#checkout-review-table .product-sku {
    text-align: left;
    font-size: smaller;
}
#products-list button.button {
    padding: 4px;
}

div.info-links {
    float: right;
}

.post-date span.by-author, .post-meta span.by-author{display:none;}

.tabladescargas {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #b7b7b7;
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}.tabladescargas table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tabladescargas tr:last-child td:last-child {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
.tabladescargas table tr:first-child td:first-child {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}
.tabladescargas table tr:first-child td:last-child {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}.tabladescargas tr:last-child td:first-child{
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}.tabladescargas tr:hover td{
	
}
.tabladescargas tr:nth-child(odd){ background-color:#e2dedf; }
.tabladescargas tr:nth-child(even)    { background-color:#ffffff; }.tabladescargas td{
	vertical-align:middle;
	
	
	border:1px solid #b7b7b7;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:15px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.tabladescargas tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tabladescargas tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tabladescargas tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tabladescargas tr:first-child td{
		background:-o-linear-gradient(bottom, #FFFFFF 5%, #b2032c 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #b2032c) );
	background:-moz-linear-gradient( center top, #FFFFFF 5%, #b2032c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#b2032c");	background: -o-linear-gradient(top,#FFFFFF,b2032c);

	background-color:#FFFFFF;
	border:0px solid #b7b7b7;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.tabladescargas tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #FFFFFF 5%, #b2032c 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #b2032c) );
	background:-moz-linear-gradient( center top, #FFFFFF 5%, #b2032c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#b2032c");	background: -o-linear-gradient(top,#FFFFFF,b2032c);

	background-color:#FFFFFF;
}
.tabladescargas tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tabladescargas tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
#top-header .links .li-top-link-blog{display:none;}

.tiempodeenvio{margin-left: 40px;margin-top: 25px;}
.tiempodeenvio i{margin-right: 10px;}

#topCartContent .actions{text-align:center;}
#topCartContent .actions button{display:none;}
header .top-cart #topCartContent.block-content .actions a{float:none;}
.products-grid .availability.out-of-stock{/*height: 82px;*/}
.product-view .product-shop .availability{float:none;}

/*body .category-title h1,*/
body #top-header, 
body .sorter .view-mode a.grid:hover, 
body .sorter .view-mode a.list:hover, 
body header .top-cart .block-title i, 
body header .form-search button.button, 
body .category-description, 
body .label-new, 
body .products-grid li.item button, 
body .bx-wrapper .bx-controls-direction a:hover, 
body .prefooter .social a:hover, 
body .opc .active .step-title, 
body .top-cart.full .block-title:hover, 
body button, 
body .button, 
body header .top-cart.full i, 
body .section-container > section > .title, 
body .section-container > .section > .title, 
body .section-container.tabs > section, 
body .section-container.tabs > .section, 
body footer, 
body header.dark, 
body .home-message, 
/*body .caption-title, */
body .color2{
	background-image: -webkit-linear-gradient(top, #D50637 0%,#BB0E32 100%);
	background-image: -moz-linear-gradient(top, #D50637 0%,#BB0E32 100%);
    background-image: -o-linear-gradient(top, #D50637 0%,#BB0E32 100%);
    background-image: linear-gradient(top, #D50637 0%,#BB0E32 100%);
}

body .category-title h1{
	color: #FFFFFF; 
	display: inline-block; 
	font-weight: lighter; 
	margin: 20px 0 0 !important; 
	padding: 0px;
	background-color: none!important;
	background: none!important;
	font-size: 32px!important;
}

body .caption-title{
	background-image: none!important;
	background: none!important;
	font-size: 38px;
}

body .caption-subtitle{
	background-image: none!important;
	background: none!important;
	font-size: 28px;
	line-height: 32px!important;
}

.buttons-set .button{
	background-color: #5BAD40!important;
	background-image: none!important;
}

.buttons-set .button:hover{
	background-color: #559b3d!important;
	background-image: none!important;
}

.checkout-types .button{
	background-color: #5BAD40!important;
	background-image: none!important;
}

.checkout-types .button:hover{
	background-color: #559b3d!important;
	background-image: none!important;
}

.a-right .button{
	margin-top: 10px;
	background-color: #5BAD40!important;
	background-image: none!important;
}

.add-to-cart-alt .button:hover{
	background-color: #559b3d!important;
	background-image: none!important;
}

.add-to-cart-alt .button:hover{
	background-color: #559b3d!important;
	background-image: none!important;
}


body .prefooter .social a:hover{background: url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/sprite-icons-social.png) no-repeat 0 0 #333;}
body .products-grid li.item .product-image span, 
body .sorter .view-mode .grid, 
body .sorter .view-mode .list, 
body .sorter .view-mode span, 
body .nav-container, 
body .block-left-menu ul li.active span, 
body .icons-round:hover span, 
body .slidesjs-pagination li a.active, 
body .slidesjs-pagination li a:hover.active, 
body .prefooter .social a, 
body .btt, 
body header .top-cart.full .block-title, 
body header .top-cart .block-title:hover i, 
body .label-sale, button:hover, 
body button:focus, 
body .button:hover, 
body .button:focus, 
body .section-container > section.active > .title, 
body .section-container > .section.active > .title, 
body .section-container > section.active > .title:hover, 
body #top-header a:hover, 
/*body .caption-subtitle, */
body .caption-button:hover, 
body .home-message i, 
body .std span[class^="icon-"], 
body .std span[class*=" icon-"], 
body .color1, 
body .section-container > section.active > .title a, 
body .section-container > .section.active > .title a{
	background-image: -webkit-linear-gradient(top, #989898 0%,#7c7c7c 100%);
    background-image: -moz-linear-gradient(top, #989898 0%,#7c7c7c 100%);
    background-image: -o-linear-gradient(top, #989898 0%,#7c7c7c 100%);
    background-image: linear-gradient(top, #989898 0%,#7c7c7c 100%);
    background-color: #333;
	/*	background-color: #CCCBCB;	*/
}






body .sorter .view-mode span.grid{}
.pedrabut a.button{margin:0;}
/*div.large-3.columns.col-left.sidebar{border: 1px solid #EFEFEF;}*/
.block .block-title strong span{font-size: 18px;}
.block-layered-nav .block-title{margin-top: 16px; padding-bottom: 10px;}
div.large-3.columns.col-left.sidebar #narrow-by-list > div,
div.block-compare, div.block-reorder, div.block-viewed{
	padding: 15px 20px;
    border: 1px solid #EFEFEF;
    margin-bottom: 25px;
    padding-bottom: 0px;
    background-color: #F7F7F7;
}
.block-layered-nav .filter-name{    
	border-bottom: 1px solid #EFEFEF;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 5px 0;
}
.sequoia-b2b-form-register .main-container #form_register .fieldset .inside-register-form,
.sequoia-b2b-form-register .main-container #form_register .fieldset ul.form-list.last{display:none;}
label[for="p_method_paypal_standard"] > a{display: none;}
/*
#p_method_ccsave,
label[for="p_method_ccsave"]{display: none;}
*/
/* Custom Css */

/*-----------------------------------------------------------------------------

	-	Revolution Slider 1.5.3 -

		Screen Stylesheet

version:   	2.1
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------

	-	Revolution Slider 2.0 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}

.tp-caption { z-index:1;}
.tp-caption.big_white{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			padding: 3px 4px;
			padding-top: 1px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#000;
			letter-spacing: 0px;
		}

.tp-caption.big_orange{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 36px;
			line-height: 36px;
			padding: 0px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#fb7354;
			letter-spacing: -1.5px;
		}

.tp-caption.big_black{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 800;
			font-size: 36px;
			line-height: 36px;
			padding: 0px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#fff;
			letter-spacing: -1.5px;
		}

.tp-caption.medium_grey{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 20px;
			line-height: 20px;
			font-family: Arial;
			padding: 2px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#888;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.small_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 14px;
			line-height: 20px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.medium_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 300;
			font-size: 20px;
			line-height: 20px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.large_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 36px;
			line-height: 36px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}
.tp-caption.large_black_text{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 300;
			font-size: 42px;
			line-height: 42px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}

.tp-caption.very_large_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 60px;
			line-height: 60px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
			letter-spacing: 0px;
		}
.tp-caption.very_large_black_text{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 800;
			font-size: 72px;
			line-height: 72px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
.tp-caption.bold_red_text{
			position: absolute;
			color: #d31e00;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
.tp-caption.bold_brown_text{
			position: absolute;
			color: #a04606;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
    .tp-caption.bold_green_text{
			position: absolute;
			color: #5b9830;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}

.tp-caption.very_big_white{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 36px;
			line-height: 36px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			padding: 3px 4px;
			padding-top: 1px;
			background-color:#7e8e96;
					}

.tp-caption.very_big_black{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 700;
			font-size: 60px;
			line-height: 60px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			padding: 0px 4px;
			padding-top: 1px;
			background-color:#fff;
					}
					
					
.tp-caption.modern_medium_fat{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 24px; 
			line-height: 20px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}
.tp-caption.modern_medium_fat_white{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 24px; 
			line-height: 20px; 
			
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}
.tp-caption.modern_medium_light{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 300; 
			font-size: 24px; 
			line-height: 20px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}
.tp-caption.modern_big_bluebg{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 30px; 
			line-height: 36px; 
			
			padding: 3px 10px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#4e5b6c;	
			letter-spacing: 0;										
		}
.tp-caption.modern_big_redbg{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 300; 
			font-size: 30px; 
			line-height: 36px; 
			
			padding: 3px 10px; 
  			padding-top: 1px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#de543e;	
			letter-spacing: 0;										
		}
.tp-caption.modern_small_text_dark{
			position: absolute; 
			color: #555; 
			text-shadow: none; 
			font-size: 14px; 
			line-height: 22px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}

					
					
					

.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
  font-weight: 300;
			font-size: 19px;
			line-height: 19px;
			font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}

.tp-caption a {
	color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
	color: #ffa902;
}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}


/******************************
	-	BUTTONS	-
******************************

.button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
						cursor:pointer;
						color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
						background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
					}

.button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.button:hover,
.button.big:hover		{	background-position:bottom, 15px 11px;}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}


.button.green, .button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.button.blue, .button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.button.red, .button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.button.orange, .button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.button.darkgrey,.button.grey,
.button:hover.darkgrey,.button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.button.lightgrey, .button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}

*/

/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute; visibility: hidden;

}

.tp-simpleresponsive img	{	max-width:none;}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:60px; bottom:-60px;}
.tp-bannershadow.tp-shadow2 {	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;} 


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:-10px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:-7px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:-7px;}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url("http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/arrows.png") no-repeat scroll -6px -5px #EFEFEF;	width:40px;	height:40px;}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url("http://www.elmetools.com/int/../skin/frontend/emphasis/default/images/arrows.png") no-repeat scroll -54px -5px #EFEFEF;	width:40px;	height:40px;}



.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }


.tp-leftarrow.default:hover									{	background-position:-6px -55px;	}
.tp-rightarrow.default:hover								{	background-position:-54px -55px;}





/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/timer.png);position:absolute; z-index:200;top:0px;}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}

	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}


.tp-transparentimg {	content:"url(http://www.elmetools.com/int/../skin/frontend/emphasis/default/rs-plugin/assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}


