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

/* Shopping cart total summary row expandable to details */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/AvenirNextLTPro-DemiIt/avenirnextltpro-regular.eot');
    src: url('../fonts/AvenirNextLTPro-DemiIt/avenirnextltpro-regular.eot') format('embedded-opentype'),
         url('../fonts/AvenirNextLTPro-DemiIt/avenirnextltpro-regular.woff2') format('woff2'),
         url('../fonts/AvenirNextLTPro-DemiIt/avenirnextltpro-regular.woff') format('woff'),
         url('../fonts/AvenirNextLTPro-DemiIt/avenirnextltpro-regular.ttf') format('truetype'),
         url('../fonts/AvenirNextLTPro-DemiIt/avenirnextltpro-regular.svg#Lato') format('svg');
}
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products { margin-bottom: 10px; }



/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */

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

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

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

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

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

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

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

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

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

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

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

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

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

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

/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal;}
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/*Splash  Modificado por Angelica*/
#wrapper {
    height: 100%;
}

#splash{
    background-color: #000;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10000;
}
.splash-v-center {
    
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.v-center-table {
    height: 100%;
    width: 100%;
}
.table{
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}
.v-center-table .v-center-td {
    text-align: center;
    vertical-align: middle;
}
.v-center-td .std {
    height: 100%;
    font-family: "Georgia","Serif";
    font-size: 13px;
    line-height: 1.6;
}
#splash-footer {
    background: url("../images/enter-skateboardmag.png") no-repeat scroll center center #000;
    bottom: 0;
    cursor: pointer;
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -999em;
    z-index: 99999; 
}
#content {
    height: 100%;
    overflow: auto;
    position: relative;
}

/* 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 {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */

.cart .cart-collaterals .totals table { margin-bottom: 20px; width: 100%; float: right;}
.cart .cart-collaterals .totals table colgroup {width: 100%;}
.cart .cart-collaterals .totals table tfoot {display: none;}

/* Checkout Types */
.cart .checkout-types { float: right; margin-bottom: 40px; text-align: right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:15px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:630px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table tr{clear: both; float: right;}
.cart .totals table th,
.cart .totals table td { text-transform: uppercase; font-size: 14px; text-align: right!important; padding-right: 5px; vertical-align: middle;}
.cart .totals table th { font-weight:bold; }

.cart .totals table tbody .cart-subtotals span { padding: 0 5px; height: 35px; line-height: 35px; font-family: "Lato"; font-weight: 700;}
.cart .totals table tbody .a-right span {font-family: "Lato"; font-weight: 700; padding-left: 10px;}
.cart .totals table td.value{text-align: right !important;}
.cart .totals table tfoot .cart-grandtotal { font-family: "Lato"; font-size: 12px; text-align: center;font-weight: bold;}
.cart .totals table tfoot .cart-grandtotal .price {display: block; text-align: center;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.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:#fff; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

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

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

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:8px; line-height: 32px;}

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

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

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete {  }

.opc { position:relative; }
.opc li.section { border-bottom:1px solid #dedede; overflow: hidden;}
.opc #opc-review {border: none;}

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f8f8f8; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#fff; cursor:default; border-top: 1px solid	#dedede}
/*.opc .active .step-title a { display:none; }*/

.opc .step { padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {
    margin-bottom: 120px;
    margin-top: 70px;
}
.account-login .new-users { width: 44% !important;}
.account-login .registered-users .buttons-set a.f-left {
    font-family: "Source Code Pro";
    font-size: 11px;
    letter-spacing: 1px;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.account-create {}

.account-login .content h2 {text-align: center; text-transform: uppercase; margin-bottom: 52px; letter-spacing: 1px; } 
.account-login .buttons-set{ margin-top: 38px;}
.account-login .new-users .buttons-set button.button{
    margin-top: 64px;
}
.account-login .buttons-set button.button span {     
    height: 40px;
    padding: 0;
    width: 100%;
    line-height: 40px;
}
.account-login .buttons-set button.button span span {
    letter-spacing: 1px;
}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

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

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

#remember-me-box .link-tip {
    font-family: "Source Code Pro";
    font-size: 10px;
    line-height: 21px;
    padding-left: 10px;
    text-transform: uppercase;
    vertical-align: top;
}
.remember-me label { float:none; margin:0 6px; font-family: "Source Code Pro"; }
.remember-me-popup { background:#fff; border:1px solid #888; border-bottom-color:#777; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #999; -webkit-box-shadow:0 0 6px #999; box-shadow:0 0 6px #999; z-index:1000; }
.remember-me-popup h3 {
    background: none repeat scroll 0 0 #000;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 7px 10px 5px;
    text-transform: uppercase;
}
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { border-top:1px solid #e6e6e6; padding:10px; }
.remember-me-popup .remember-me-popup-body a,
.remember-me-popup .remember-me-popup-body a span { display:inline-block; height:28px; background:transparent url(../images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
.remember-me-popup .remember-me-popup-body a span { background-position:100% 0; padding:0 15px 0 9px; }
/* Remember Me Popup ===================================================================== */



/* My Account ============================================================================= */

.customer-account-index .sidebar .block-title {float: left;}
.customer-account-index .sidebar .block-title span {font-size: 22px; text-align: left;}
.my-account .dashboard {margin-bottom: 40px;}

.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

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

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

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

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

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

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-wrapper {width: 100%; border-top: 3px solid #E6E6E6; margin-top: 45px; position: relative; z-index: 5; }
.footer .footer-top-container {clear: both; background-color: #f2f2f2;}
.footer .footer-bottom-container {clear: both; background-color: #000;}


.footer .footer-roof{overflow: hidden;}

.footer .col-1 {float: left;}
.footer .col-1 li {color: #959595; font-size: 18px; font-family: "Lato"; text-transform: uppercase; text-decoration: none;}
.footer .col-1 p {color: #959595; font-size: 18px; font-family: "Lato"; text-transform: uppercase; text-decoration: none; line-height: 35px;}
.footer .col-1 a {color: #fff; text-decoration: none; font-family: "Lato"; text-transform: uppercase; font-size: 18px; line-height: 35px;}
.footer a:hover{text-decoration: underline;}

.footer .col-1 .copyright {width: 150px; text-align: left;}
.footer .col-1 .some-thing-here {text-align: right;}
.footer .col-1 .footer-image {width: 301px;}
.footer .last {margin-right: 0; float: right;}

.footer-top { width: 730px; margin: 0 auto; padding: 30px 0 10px; overflow: hidden;}
.footer-top .f-left {width: 50%;}
.footer-top .f-right {width: 50%;}
.footer-top h2 {font-family: "Lato"; font-size: 48px; text-transform: uppercase; background: url(../images/h1-line.png) no-repeat left bottom; padding-bottom: 15px;}
.footer-top .row-1 {clear: both; overflow: hidden; margin: 15px 0;}
.footer-top .row-1 .col-img {float: left; width: 33%; margin-right: 2%; height: 75px; overflow: hidden; }
.footer-top .row-1 .col-img .image-placeholder {height: 70px;}
.footer-top .row-1 .col-img .image-placeholder img{ width: 118px; height: 69px; background-color: #fff; border: 1px solid #000; }
.footer-top .row-1 .col-info {float: right; width: 65%; position: relative; height: 71px;}
.footer-top .row-1 .col-info h3 {text-transform: uppercase; font-size: 20px; font-family: "Lato"; font-weight: normal;}
.footer-top .row-1 .col-info h4 {text-transform: uppercase; font-size: 14px; font-family: "Lato"; font-weight: normal;}
.footer-top .row-1 .col-info p {color: #999; text-transform: uppercase; font-size: 12px; font-family: "Lato"; position: absolute; bottom: 0; left: 0; line-height: 10px;}

.footer .footer-top-img {width: 100%;}
.footer .footer-top-img .footer-img {width: 900px; margin: 0 auto; position: relative;}
.footer .footer-top-img .footer-img a { z-index: 1001; cursor: pointer; text-indent: -9999em; position: absolute; background: url(../images/footer-top-img.gif) no-repeat scroll center top; width: 30px; height: 30px; top: -30px; left: 0;}
.stick-disabled .footer-top{ height: auto!important; display: block!important; }

.footer .footer-top-img  #togle-footer.active {background: url(../images/footer-botton-img.gif) no-repeat scroll center top;}

.footer-bottom { width: 100%; max-width: 750px; margin: 0 auto; padding: 60px 0; overflow: hidden;}
.footer address { text-align:right; }
.footer ul {}
.footer-container .bottom-container { text-align:center; }
.footer .links {display: none;}

.footer .footer-basement{clear: both; padding-top: 30px; margin-top: 50px; /*border-top: 1px solid #434343;*/}
.footer .footer-basement ul{float: left;}
.footer .footer-basement li{float: left; margin-right: 50px;}
.footer .footer-basement a {color: #fff; font-family: "Lato"; text-transform: uppercase; font-size: 18px; line-height: 35px; }

.footer .footer-basement .copyright{
	float: right;
	text-align: right;
	color: #8D8D8D;
	font-family: "Lato";
	padding-right: 10px;
}

.header .atributes .search {
    height: 54px !important;
    margin: 0;
    padding: 0 10px!important;
    position: relative;
    min-width: 15px;
}
.header .atributes .search > a{position: absolute; cursor: pointer;}
.header .atributes .search .search-top{padding: 14px 0 0 25px;}
.header .atributes .search .search-top input{
	font-family: "Lato";
    font-size: 12px;
    padding: 3px;
}

.stick{
	position: fixed;
	width: 100%;
	bottom: 0;
}
.stick .footer-top{
	display: none;
}
html.home-html,
html.home-html body{
	height: 100%;
    overflow: hidden; /*M*/
	width: 100%;
}
#fullpage {
	height: 100%;
}
#fullpage > div.section {
	height: 102%;
}

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

/*search autocomplete*/
.search-autocomplete h5{font-weight: normal !important;}
.search-autocomplete .sac-results li{min-height: inherit !important; border: 0 none !important; border-bottom: 1px solid #C4C6C8 !important;}
.search-autocomplete .sac-results li strong,
.search-autocomplete .sac-results li strong .std strong{font-weight: normal !important;}
.search-autocomplete .aw-sas-all-results{background: #000 !important; font-weight: normal !important; color: #FFF;}



.cms-home .list-tags{
	display: none;
}

/***** News Posts **********/
.news-index-index .image-container { border-bottom: 1px solid #ddd; }
.news-index-index .image-wrapper { width: 100%; }
.news-index-index .image-wrapper .main-image { padding-left: 0; }



/*Rate page*/
.rate-page{width: 100%; max-width: 728px; margin: 0 auto; font-family: "Oswald";}
.rate-page .top-image{}
.rate-page .top-image img{}
.rate-page .skaters-list{padding: 30px 15px;}
.rate-page .skaters-list #video-placeholder,
.rate-page .skaters-list #video-placeholder .LimelightEmbeddedPlayerFlash { width: 96%; margin: 0; height: auto; background: #000; }
.rate-page .skaters-list .video,
.rate-page .skaters-list .video .LimelightEmbeddedPlayer,
.rate-page .skaters-list .video object{width: 96%; margin: 0; height: auto;}
.rate-page .skaters-list ul{list-style: none; padding: 0 55px; margin-top: 30px;}
.rate-page .skaters-list ul li{width: 100%; margin-bottom: 17px; font-family: "Oswald"; text-transform: uppercase; font-size: 30px; overflow: hidden;}
.rate-page .skaters-list ul li{ display: block; overflow: hidden; }
.rate-page .skaters-list ul li img{float: left;}
.rate-page .skaters-list ul li span{padding: 15px 0 0 10px; float: left;}
.rate-page .skaters-list ul li .score{float: right;}
.skaters-list .title-vote {
    font-family: "Source Code Pro";
    font-size: 12px;
    margin-left: 65px;
    margin-top: 45px;
}

.rate-page .skaters-list ul li.disable span,
.rate-page .skaters-list ul li.disable .score{color: #939393;}


.rate-page .rate-section{background: #000;padding: 20px 2%; margin-top: 25px; color: #FFF; position: relative;}
.rate-page .rate-section .loader-mask {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    font-size: 19px;
    height: 100%;
    left: 0;
    letter-spacing: 2px;
    line-height: 50px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 100;
}
.rate-page .rate-section .loader-mask p img {
    display: block;
    margin: 35px auto 0;
}

.rate-page .rate-section .tip{
	position: absolute;
	color: #FFF;
	font-size: 30px;
	top: -95px;
	left: 3%;	
	width: 65px;
	text-align: center;
	display: none;
}

.rate-page .rate-section .tip .value{
	background: #000;
	display: block;
	padding: 10px 0 0;
	opacity: 0.7;
}

.rate-page .rate-section .tip .arrow{
	display: block;
	height: 33px;
	width: 100%;
	/*border-top: 32px solid #000;
	border-left: 32px solid #FFF;
	border-right: 32px solid #FFF;*/
	background: url('../images/tip-arrow.png') no-repeat center top;
	opacity: 0.7;
}


.rate-page .rate-section .plus,
.rate-page .rate-section .minus{font-size: 45px; position: absolute; top: 13px; left: 3%; line-height: 11px; cursor: pointer; overflow: hidden; width: 20px; height: 20px; text-align: center;}
.rate-page .rate-section .plus{left: auto; right: 3%; top: 15px;}

.rate-page .rate-section .pointer{
	background: #000;
	width: 65px;
	height: 65px;
	text-align: center;
	color: #FFF;
	font-size: 25px;
	position: absolute;
	top: -85px; 
	left: 0;
	display: none;
}

.rate-page .rate-section #slider{width: 87%; margin: 0 auto; cursor: pointer; position: relative; z-index: 0; }
.rate-page .rate-section #slider .numbers {
    left: -1.4%;
    position: absolute;
    top: 0;
    width: 111%;
    background: url("../images/slider-bck.png") no-repeat scroll 2px 4px rgba(0, 0, 0, 0);
}
.rate-page .rate-section #slider .numbers ul {
    margin: 0;
    padding: 0;
}
.rate-page .rate-section #slider .numbers li {
    color: #fff;
    float: left;
    font-family: "Source Code Pro";
    font-size: 11px;
    margin: 10px 0 0;
    text-align: left;
    width: 9%;
}
.wrapper-rate-video-vote{ height: 0; width: 0; overflow: hidden; }
.wrapper-rate-video-vote.active { width: auto; height: auto; }
.skaters-list .wrapper-rate-video-vote > .main-video {
    background: none repeat scroll 0 0 #000;
    margin: 0;
    overflow: hidden;
    text-align: center;
    width: 96%;
    height: 380px;
    font-family: Georgia;
    font-weight: normal;
}
.skaters-list .wrapper-rate-video-vote > .main-video > img.video-holder {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

.skaters-list .wrapper-rate-video-vote > .main-video object.jwswf{
	left: 0;
	top: 0;
}

.rate-page .score-form{ margin: 20px auto 0; width: 87%; overflow: hidden; position: relative;}
.rate-page .score-form .info{font-family: "Lato";}
.rate-page .score-form .current-score{font-size: 36px; float: left; margin: 0;}
.rate-page .score-form .score-button-set{float: right;}
.rate-page .score-form .score-button-set button,
.rate-page .score-form .score-button-set input[type="submit"]{ cursor: pointer; background: #000; color: #FFF; border: 0 none; font-family: "Oswald"; font-size: 16px; text-align: center; background: url('../images/score-actions.png') no-repeat 22px top; padding-top: 25px; letter-spacing: 1px;}
.rate-page .score-form .score-button-set button{background-position: -60px 0; margin-left: 20px; cursor: pointer;}

.rate-page .score-form .no-logged{font-size: 36px;text-align: center; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; cursor: pointer;}


.vote-login{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(255, 255, 255, .8);
}

.vote-login .frame{
	width: 100%;
	max-width: 455px;
	padding: 2% 8% 1%;
	margin: 10% auto 0;
	border-color: #000;
	border-width: 9px 7px 11px;
	border-style: solid;
	background: #FFF;
	position: relative;
}

.vote-login .close{
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	display: block;
	font-family: "Oswald";
	text-indent: -9999em;
	width: 19px;
	height: 19px;
	background: url('../images/close-x.png') no-repeat center center;	
}

.vote-login h1{text-align: center; letter-spacing: 1px;}

.vote-login .fieldset{
	padding: 0;
	margin: 0;
	border: 0 none;
}

.std .vote-login ul{list-style: none; padding: 0;}

.vote-login input{width: 100%;}

.vote-login .create-acc{
    background: #000;
    color: #fff;
    float: right;
    font-family: "Oswald";
    font-size: 12px;
    height: 18px;
    padding: 12px 18px 10px;
    margin: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.vote-login .create-acc:hover{text-decoration: none;}


.vote-login .other-logins{margin-top: 15px;}
.vote-login h3{text-align: center; margin-bottom: 10px;}
.vote-login .fb-login a{
	background: #000;
	color: #FFF;
	font-family: "Oswald";
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
	width: 100%;
	overflow: hidden;
} 
.vote-login .fb-login a:hover{text-decoration: none;}

.vote-login .fb-login a span.text{
	width: 89%;
	display: block;
	height: 100%;
	float: left;
	padding: 10px 0;
	border-right: 2px solid #FFF;
}

.vote-login .fb-login a span.img{
	padding: 15px 0 8px;
	margin: 0 20px;
	display: block;
	float: right;
	width: 8px;
	height: 15px;
	text-indent: 9999em;
	background: url("../images/header-sprite.gif") no-repeat -1px -3px;
}

.vote-login .terms{
	display: block;
	text-align: right;
	font-family: Georgia;
	font-style: italic;
	margin-top: 15px;
	font-size: 11px;
}

/* Magazine product grid */
.magazine-products{max-width: 770px; margin: 60px auto 0;}
.magazine-products .products-grid .product-image{margin: 0 0 5px;}
.magazine-products .products-grid .product-info{margin: 0 0 35px; padding: 0;}
.magazine-products .products-grid .product-info h5{font-size: 10px; font-weight: bold;}
.magazine-products .products-grid .product-info h2 a{text-transform: uppercase;}
.magazine-products .products-grid .price-box .price{font-size: 14px;}

.catalog-category-view.category-magazines .header-container{margin-bottom: 0;}	
.catalog-category-view.category-magazines .col1-layout .col-main{max-width: inherit; margin: 0 auto;}
.catalog-category-view.category-magazines .breadcrumbs{display: none;}

.magazine-banner{}
.magazine-banner .category-image img{width: 100%;}
.magazine-banner .category-description{position: relative;}
.magazine-banner .category-description p{position: absolute; top: 40%; left: 0; right: 0; text-align: center; color: #FFF; text-transform: uppercase; font-size: 30px;}


.catalog-product-view.magazine-page .header-container{margin-bottom: 0;}
.catalog-product-view.magazine-page .breadcrumbs{display: none;}
.catalog-product-view.magazine-page .col-main{max-width: inherit; width: 100%; margin: 0 auto;}

.slideshow-container {overflow: hidden !important;}

.slideshow {
    overflow: visible !important;
    width: 42%;
    margin-left: 29%;
}

.slideshow img{width: 100%; max-width: 100%;}

.col-main .product-view.product-magazine{margin: 0;}
.col1-layout .product-view.product-magazine .product-shop{float: none; max-width: 770px; width: 100%; margin: 20px auto;}
.col1-layout .product-view.product-magazine .product-shop form #qty{ display: none;}
.col1-layout .product-view.product-magazine .product-shop form #product-addtocart-button{margin-top: 20px;}
.col1-layout .product-view.product-magazine .product-shop form #product-addtocart-button span{padding: 0; border: 0 none; background: none;}
.col1-layout .product-view.product-magazine .product-shop form #product-addtocart-button span span{padding: 0; border: 0 none; background: none; color: #000; text-decoration: underline;}

.product-magazine .left{width: 20%;}
.product-magazine .right{width: 80%;}

.product-magazine .buy-magazine{text-decoration: underline;}

.product-view.product-magazine .product-name h1{margin-top: 3px;}

.product-magazine .product-collateral{float: none; max-width: 770px; width: 100%; margin: 50px auto;}

.product-magazine .slideshow-container a{margin: 0 20px;}

.product-magazine .price-box{display: none;}


/*Related Products*/
.block-related{padding-top: 5px; position: relative;}
.block-related h2{text-align: center; font-size: 14px; font-weight: bold;}
.block-related .related-products{margin-top: 20px;}
.block-related .item{text-align: center;}
.block-related .item img{width: 100%;}
.block-related .item .product-name{ margin-top: 10px;}

.block-related #prev-rel,
.block-related #next-rel{
	top: 5px;
	left: 0;
	width: 29px;
	height: 11px;
	display: block;
	cursor: pointer;
	text-indent: -9999em;
	position: absolute;
	background: url('../images/arrows-rel.png') no-repeat left center;
}
.block-related #next-rel{left: auto; right: 0; background-position: right center;}

/* Smartphones (portrait and landscape) ----------- */
.big-desktop-ads{ display: block; }
.medium-desktop-ads { display: none; }
.small-desktop-ads { display: none; }

@media only screen and (max-width : 1715px) {
    .big-desktop-ads{ display: none; }
    .medium-desktop-ads { display: block; }
    .small-desktop-ads { display: none; }
}

@media only screen and (max-width : 1400px) {
    .big-desktop-ads{ display: none; }
    .medium-desktop-ads { display: none; }
    .small-desktop-ads { display: block; }
}

@media only screen and (max-width : 1200px) {
   /* .home-special-layout .home-full-slider{ width: 40%!important; min-width: 410px!important; }
    .home-special-layout .wrapper,
    .home-special-layout .header-container { width: 60%!important; min-width: 0!important; }*/
    
    .home-special-layout .home-full-slider{ width: 40%!important;}
     .home-special-layout .wrapper,
     .home-special-layout .header-container { width: 60%!important; }
    
    #nav li a{ padding: 0 5px!important; }
    .links li{ margin-left: 5px!important; }
}


.tablet-ads{ display: block; }
.phone-ads{ display: none; }

@media only screen and (max-width : 855px) {
	.tablet-ads{ display: none; }
	.phone-ads{ display: block; }
}




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