/* Overrides to Shopatron CSS */
p { padding:0; }
.top_nav_sub { font-size:11px; }
#collection { position:relative; top:19px; }
#footerContainer { margin-top:35px; }
#footer #legal ul { display:none; }
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
#collection *,
#collection *:before,
#collection *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
body {
    /*font-size: 14px;
    line-height: 26px;
    font-family: sans-serif;
    color: #fff; */
    background: #000;
    -webkit-font-smoothing: antialiased;
}
::-moz-selection {
    background: #e42d24;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background: #e42d24;
    color: #FFF;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   BEGIN::General Styles
   ========================================================================== */
#wrapper {
    position: relative;
    overflow: hidden;
    min-width: 960px;
    margin: 0 auto;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, a.cta, a.button {
    margin-top: 0;
}
h1, h2, h3, h4, h5 { margin-bottom: 15px; }
h1 {
    font-size: 67px;
    font-weight: 700;
    letter-spacing: -0.0125em;
    line-height: 1.04em;
}
h2, h3 {
    font-size: 26px;
    line-height: 1.2em;
}
h2 { font-weight: 900; }
h3 { font-weight: 700; }
h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35em;
}
h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25em;
}
p {
    margin: 0 0 20px;
}
.noshow { display: none; }
a.button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 30px;
    line-height: 28px;
    padding: 0 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 2px solid #fff;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: opacity 0.25s linear;
       -moz-transition: opacity 0.25s linear;
        -ms-transition: opacity 0.25s linear;
         -o-transition: opacity 0.25s linear;
            transition: opacity 0.25s linear;
}
a.button:hover {
    opacity: 0.8;
}
.moduel-light a.button {
    color: #000;
    border: 2px solid #000;
}

a.cta {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 900;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 2px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    clear: both;
}
a.cta:after {
    position: relative;
    display: inline-block;
    content: '';
    margin-left: 5px;
    width: 15px;
    height: 12px;
    background: url('/img/gitzo/icon_sprite.png') 0 0 no-repeat;
    opacity: 1;
    -webkit-transition: opacity 0.25s linear;
       -moz-transition: opacity 0.25s linear;
        -ms-transition: opacity 0.25s linear;
         -o-transition: opacity 0.25s linear;
            transition: opacity 0.25s linear;
}
a.cta:hover { 
    opacity: 0.7;
}
.module-light a.cta {
    color: #000;
    border-color: #000;
}
.module-light a.cta:after {
    background-position: 0 -12px;
}

div.custom-html-block { display: none; }
.caption {
    font-size: 12px;
    color: #7d7d7d;
    line-height: 28px;
}

.media-wrapper {
    position: relative;
}
.media-wrapper .media-frame {
    border: 5px solid #393939;
    border: 5px solid rgba(57,57,57,0.7);
}
.media-wrapper .media-frame a {
    position: relative;
    display: block;
}
.media-wrapper .media-frame img {
    max-width: 100%;
}
.media-wrapper .media-frame .jqzoom img {
    max-width: none;
}

.video-thumbs {
    position: relative;
    overflow: hidden;
}
.video-thumb {
    position: relative;
    overflow: hidden;
    text-align: center;
    clear: both;
    width: 170px;
}
.video-thumb a {
    display: block;
    text-decoration: none;
}
.video-thumb img {
    border: 5px solid #393939;
    border: 5px solid rgba(57,57,57,0.7);
}
a.play-icon, .media-wrapper a.play-icon {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.video-thumb a.play-icon {
    height: 108px;
    bottom: auto;
}
a.play-icon span {
    position: absolute;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    width: 34px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -21px;
    background: url('/img/gitzo/icon_sprite.png') -1px -227px no-repeat;
    opacity: 1;
    -webkit-transition: opacity 0.25s linear;
       -moz-transition: opacity 0.25s linear;
        -ms-transition: opacity 0.25s linear;
         -o-transition: opacity 0.25s linear;
            transition: opacity 0.25s linear;
}
a.play-icon:hover span {
    opacity: 0.8;
}
.video-thumb img {
    max-width: 100%;
}
.video-thumb span.caption {
    display: block;
    position: relative;
    color: #7d7d7d;
    font-size: 12px;
    text-align: center;
}

.feature-nav {
    position: relative;
    height: 16px;
    text-align: center;
    margin: 0 auto;
}
.feature-nav a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 48px;
    height: 0;
    padding-top: 6px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #fff;
}
.feature-nav a:hover {
    background: #000;
}
.feature-nav a:active {
    background: #000;
}
.feature-nav a.activeSlide {
    background: #000;
}


.fade-slider .css-slider .slide {
    min-height: 510px;
    top: 0 !important;
    left: 0 !important;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s linear, visibility 0s linear  0.25s !important;
       -moz-transition: opacity 0.5s linear, visibility 0s linear  0.5s !important;
        -ms-transition: opacity 0.5s linear, visibility 0s linear  0.5s !important;
         -o-transition: opacity 0.5s linear, visibility 0s linear  0.5s !important;
            transition: opacity 0.5s linear, visibility 0s linear  0.5s !important;
}
.fade-slider .css-slider .slide.active {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s linear, visibility 0s linear !important;
       -moz-transition: opacity 0.5s linear, visibility 0s linear !important;
        -ms-transition: opacity 0.5s linear, visibility 0s linear !important;
         -o-transition: opacity 0.5s linear, visibility 0s linear !important;
            transition: opacity 0.5s linear, visibility 0s linear !important;
}
.css-slider-wrapper {
    position: relative;
    overflow: hidden;
}
.css-slider {
    position: relative;
    width: 560px;
    min-height: 510px;
    padding: 0;
    margin: 0 0 30px;
    text-align: center;
}
.css-slider:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #393939;
    z-index: 200;
}
.css-slider .media-frame {
    border-width: 0;
}
.css-slider .slide {
    width: 100%;
}
.css-slider span {
    display: block;
    position: relative;
    width: 100%;
}
.css-slider img {
    display: block;
    position: relative;
}
.css-slider span.caption {
    font-size: 1.15em;
    font-weight: 600;
    color: #fff;
}
.module-light .css-slider span.caption {
    color: #000;
}
.css-slider-wrapper .slider-navigation {
    text-align: center;
}
.css-slider-wrapper .slider-navigation a {
    display: inline-block;
    overflow: hidden;
    width: 48px;
    height: 7px;
    margin: 0 3px;
    text-indent: -100%;
    border: 1px solid #fff;
    background: #fff;
}
.css-slider-wrapper .slider-navigation a:hover,
.css-slider-wrapper .slider-navigation a.active {
    background: #000;
}
.module-light .css-slider-wrapper .slider-navigation a {
    display: inline-block;
    overflow: hidden;
    width: 48px;
    height: 7px;
    margin: 0 3px;
    text-indent: -100%;
    border: 1px solid #000;
    background: #000;
}
.module-light .css-slider-wrapper .slider-navigation a:hover,
.module-light .css-slider-wrapper .slider-navigation a.active {
    background: #fff;
}

.css-slider-wrapper.featured {
    width: 920px;
    margin: 0 0 20px 0;
    overflow: visible;
}
.css-slider-wrapper.featured .css-slider {
    width: 920px;
    min-height: 470px;
    margin-bottom: 0;
}
.css-slider-wrapper.featured .css-slider:after {
    display: none;
}
.css-slider-wrapper.featured .css-slider .media-frame {
    border-width: 5px;
}
.css-slider-wrapper.featured .css-slider .slide {
    padding: 0 40px;
    opacity: 0.3;
    -webkit-transition: opacity 0.25s linear;
       -moz-transition: opacity 0.25s linear;
        -ms-transition: opacity 0.25s linear;
         -o-transition: opacity 0.25s linear;
            transition: opacity 0.25s linear;
}
.css-slider-wrapper.featured .css-slider .slide.active {
    opacity: 1;
}
.css-slider-wrapper.featured .css-slider span.caption {
    position: relative;
}

.media-wrapper a.fancy-video:after {
    position: absolute;
    display: block;
    content: '';
    width: 34px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -21px;
    background: url('/img/gitzo/icon_sprite.png') -1px -227px no-repeat;
    opacity: 1;
    -webkit-transition: opacity 0.25s linear;
       -moz-transition: opacity 0.25s linear;
        -ms-transition: opacity 0.25s linear;
         -o-transition: opacity 0.25s linear;
            transition: opacity 0.25s linear;
}
.media-wrapper a.fancy-video:hover:after {
    opacity: 0.8;
}

.media-wrapper a.fancy-video.large-icon:after {
    width: 59px;
    height: 53px;
    margin-left: -29px;
    margin-top: -22px;
    background-position: 0 -25px;
}
.media-wrapper a.fancy-video.tagline:after { margin-top: -10px; }
.media-wrapper a.fancy-video.large-icon.tagline:after { margin-top: -10px; }

.media-wrapper a.fancy-video.tagline > span {
    position: absolute;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    top: 35%;
    left: 10%;
    right: 10%;
    text-align: center;
}
.media-wrapper a.fancy-video.tagline > span span {
    border-bottom: 1px solid #fff;
    padding: 0 15px;
}

/*Generic style for interim integration*/
a.fancy-image {
    position: relative;
    display: inline-block;
}
a.fancy-image:after {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 27px;
    top: 0px;
    right: 0px;
    background: url('/img/gitzo/icon_sprite.png') -1px -132px no-repeat;
}
a.fancy-image.large-icon:after {
    width: 41px;
    height: 41px;
    top: 0px;
    right: auto;
    left: 0px;
    background-position: -35px -132px;
}

/*.media-wrapper a.fancy-image:after {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 27px;
    top: -5px;
    right: -5px;
    background: url('/img/gitzo/icon_sprite.png') -1px -132px no-repeat;
}
.media-wrapper a.fancy-image.large-icon:after {
    width: 41px;
    height: 41px;
    top: -5px;
    right: auto;
    left: -5px;
    background-position: -35px -132px;
}*/

div.bgimg-wrapper {
    position: absolute; 
    top: -50%; 
    left: -50%; 
    width: 200%; 
    height: 200%;
}
div.bgimg-wrapper img {
    position: absolute; 
    top: 0;     
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 50%;
    min-height: 50%;
}
.module { overflow: hidden; }


/* ==========================================================================
   END::General Styles
   ========================================================================== */


/* ==========================================================================
   BEGIN::Header
   ========================================================================== */
/* JUNK STYLES - REMOVE */
#global-header {
    position: relative;
    min-width: 960px; 
    height: 110px;
    line-height: 110px;
    text-align: center;
    background: #2a2a2a;
    z-index: 500;
}

/* ==========================================================================
   END::Header
   ========================================================================== */

/* ==========================================================================
   BEGIN::Content General Styling
   ========================================================================== */
#content {
    position: relative;
    min-width: 960px;
    z-index: 50;
}
section.marquee,
section.module {
    position: relative;
    overflow: hidden;
    min-width: 960px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.module {
    border-top: 1px solid #000;
    border-bottom: 1px solid #333333;
}
section.module h2 {
    padding-top: 35px;
    padding-bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
section.module.module-light h2 {
    border-color: #000;
}
div.bgimg-wrapper {
    position: absolute; 
    top: -50%; 
    left: -50%; 
    width: 200%; 
    height: 200%;
}
div.bgimg-wrapper img {
    position: absolute; 
    top: 0;     
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 50%;
    min-height: 50%;
}
section.marquee .section-wrapper,
section.module .section-wrapper {
    position: relative;
    width: 990px;
    min-height: 328px;
    padding-right: 10px;
    padding-left: 0px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 80px;
}
section.module.module-light {
    background-color: #fff;
    color: #000;
}
.content-wrapper ol {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
    counter-reset: item;
}
.content-wrapper ol li {
    position: relative;
    display: block;
    padding-left: 40px;
    text-indent: -20px;
}
.content-wrapper ol li:before {
    padding-right: 7px;
    content: counter(item) ".";
    counter-increment: item;
}
.content-wrapper ul {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}
.content-wrapper ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    text-indent: -20px;
}
.content-wrapper ul li:before {
    padding-right: 10px;
    content: '\002022';
}
/* ==========================================================================
   END::Content General Styling
   ========================================================================== */


/* ==========================================================================
   BEGIN::Marquee Section Defaults
   ========================================================================== */
.marquee .section-wrapper {
    padding-bottom: 40px !important;
}
.marquee .content-wrapper {
    position: relative;
    width: 460px;
    float: left;
}
.marquee hgroup {
    padding-top: 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.marquee hgroup h1 { margin-bottom: 5px; }
.marquee hgroup h4 {
    margin-bottom: 10px;
}
.marquee .content-wrapper img.logo {
    display: block;
}
.marquee .content-wrapper .social-share {
    position: relative;
    margin-bottom: 30px;
}
.marquee .content-wrapper .social-share .share-icons {
    position: relative;
}
.marquee .content-wrapper .social-share .share-icons a {
    margin-right: 5px;
}

/* ==========================================================================
   END::Marquee Section Defaults
   ========================================================================== */
  
  
/* ==========================================================================
   BEGIN::Product Nav Defaults
   ========================================================================== */
#product-nav {
    position: relative;
    width: 100%;
    height: 53px;
    min-width: 960px;
}
#product-nav.sticky {
    z-index: 1000;
}
#product-nav.sticky > div {
    position: fixed;
    top: 0;
    left: 0;
}
#product-nav > div {
    position: relative;
    width: 100%;
    height: 53px;
    min-width: 990px;
    border-top: 3px solid #01a4e6;
    z-index: 10;
    overflow: hidden;
}
#product-nav > div > div {
    position: relative;
    width: 990px;
    height: 53px;
    margin: 0 auto;
    background-image: url('/img/gitzo/nav_bg.png');
    background-repeat: repeat-x;
    background-position: 25px 0;
    -webkit-transition: background-position 0.25s ease-in-out;
    -moz-transition: background-position 0.25s ease-in-out;
    -ms-transition: background-position 0.25s ease-in-out;
    -o-transition: background-position 0.25s ease-in-out;
    transition: background-position 0.25s ease-in-out;
}
#product-nav > div > div:before,
#product-nav > div > div:after {
    position: absolute;
    display: block;
    content: '';
    height: 52px;
    background: url('/img/gitzo/nav_repeat.png') 0 0 repeat;
    top: 0;
    width: 1500px;
}
#product-nav > div > div:before {
    left: -1500px;
}
#product-nav > div > div:after {
    right: -1500px;
}
#product-nav ul,
#product-nav li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 50px;
}
#product-nav li {
    float: left;
    line-height: 50px;
    margin: 0 20px;
}
#product-nav li.shop-now {
    float: right;
    padding-top: 10px;
    margin-right: 10px;
    margin-left: 0;
    height: 40px;
    line-height: 14px;
}
#product-nav li.shop-now a {
    color: #000;
    border: 2px solid #000;
}
#product-nav li.module-nav a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #474d5a;
    font-size: 1em;
    font-weight: 500;
    outline: none;
}
#product-nav li.module-nav a:hover {
    color: #000;
}
#product-nav li.module-nav a:active {
    font-weight: 700;
}
#product-nav li.module-nav a:active,
#product-nav li.module-nav.active a {
    color: #000;
    font-weight: 700;
}
#product-nav .nav-arrow {
    position: absolute;
    /*display: block;*/
    display: none;
    width: 18px;
    height: 9px;
    padding: 0;
    margin: 0 0 0 20px;
    left: 0px;
    bottom: 1px;
    background: url('/img/gitzo/nav_arrow.png') 0 0 no-repeat;
    
    -webkit-transition: left 250ms ease-in-out;
    -moz-transition: left 250ms ease-in-out;
    -o-transition: left 250ms ease-in-out;
    transition: left 250ms ease-in-out;
}
/* ==========================================================================
   END::Product Nav Defaults
   ========================================================================== */


/* ==========================================================================
   BEGIN::Product Overview Section Defaults
   ========================================================================== */
section.product-overview {
    margin-top: -10px;
    background: #212121 url('/img/gitzo/product_overview_flare.png') 0 0 no-repeat;
    -webkit-background-size: none;
    -moz-background-size: none;
    -ms-background-size: none;
    -o-background-size: none;
    background-size: none;
}
.product-overview > div {
}
.product-overview.module .section-wrapper {
    padding-top: 80px;
}
.product-overview .media-wrapper {
    width: 440px;
    float: left;
    text-align: center;
}
.product-overview .content-wrapper {
    position: relative;
    width: 460px;
    margin-right: -10px;
    float: right;
    padding-top: 20px;
}
section.product-overview h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    padding: 0;
}
.product-overview .content-wrapper div.features {
    padding-top: 10px;
}
.product-overview .content-wrapper div.features > div {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.product-overview .content-wrapper div.features .media-wrapper {
    position: relative;
    width: 170px;
    float: left;
}
.product-overview .content-wrapper div.features .text {
    position: relative;
    float: right;
    width: 270px;
    min-height: 111px;
    display: table;
    margin-bottom: 5px;
}
.product-overview .content-wrapper div.features .text > div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.product-overview .content-wrapper div.features h5 {
    font-size: 1em;
    margin-bottom: 0;
}
.product-overview .content-wrapper div.features h5:before {
    position: relative;
    display: inline-block;
    content: attr(data-order) '.';
    color: #acacac;
    font-size: 22px;
    font-weight: 700;
    margin-right: 3px;
}
.product-overview .content-wrapper div.features p {
    font-size: 0.85em;
    margin-bottom: 0;
}
.product-overview .content-wrapper div.features .text div a {
    font-size: 0.85em;
    font-weight: 700;
    color: #fff;
}
/* ==========================================================================
   END::Product Overview Section Defaults
   ========================================================================== */


/* ==========================================================================
   BEGIN::Feature Block Section Defaults
   ========================================================================== */
.feature-block div.media-wrapper {
    width: 560px;
    position: relative;
    float: left;
    margin:0 0 10px 0;
}
.feature-block.feature-right div.media-wrapper {
    float: right;
    margin:0 0 10px 0;
    z-index: 20;
}
.feature-block div.content-wrapper {
    position: relative;
    width: 330px;
    padding-top: 150px;
    float: right;
}
.feature-block.feature-right div.content-wrapper {
    float: left;
}

.feature-block .gallery {
    min-height: 510px;
    width: 560px;
}
.feature-block .gallery > span {
    width: 560px;
    display: block;
}
.feature-block .gallery > span > span {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 5px;
}
.feature-block .feature-nav {
    padding-top: 35px;
}


/* ==========================================================================
   END::Feature Block Section Defaults
   ========================================================================== */


/* ==========================================================================
   BEGIN::Single Image w/ Text Section Defaults
   ========================================================================== */
.single-image-text div.media-wrapper {
    position: relative;
    float: left;
    margin: 0 0 10px 0;
}
.single-image-text article > div.media-wrapper:before,
.single-image-text.img-right article > div.media-wrapper:before {
    position: absolute;
    display: block;
    content: '';
    width: 862px;
    height: 593px;
    z-index: -1
}
.module-light.single-image-text article > div.media-wrapper:before,
.module-light.single-image-text.img-right article > div.media-wrapper:before {
    opacity: 0.3;
}
.single-image-text div.media-wrapper:before {
    top: -70px;
    left: -200px;
    background: url('/img/gitzo/media_flare_left.png') center center no-repeat;
}
.single-image-text.img-right article > div.media-wrapper {
    float: right;
    margin: 0 0 10px 0;
    z-index: 20;
}
.single-image-text.img-right article > div.media-wrapper:before {
    top: -70px;
    right: -200px;
    left: auto;
    background: url('/img/gitzo/media_flare_right.png') center center no-repeat;
}
.single-image-text .video-thumbs .media-wrapper,
.single-image-text.img-right .video-thumbs .media-wrapper {
    float: none;
}
.single-image-text div.content-wrapper {
    position: relative;
    display: table;
    width: 340px;
    margin-left: 10px;
    float: right;
    min-height: 390px;
}
.single-image-text.img-right div.content-wrapper {
    margin-left: 0;
    margin-right: 10px;
    float: left;
}
.single-image-text div.content-wrapper > div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

/* ==========================================================================
   END::Single Image w/ Text Section Defaults
   ========================================================================== */


/* ==========================================================================
   BEGIN::Full Column Image Section Defaults
   ========================================================================== */
section.full-column-image h2 {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: none;
    border-bottom: none;
}
.full-column-image .section-wrapper {
    text-align: center;
}
.full-column-image article > .copy {
    padding: 0 120px;
    margin-bottom: 40px;
}
.full-column-image article a.cta {
    margin-bottom: 40px;
}
.full-column-image .media-wrapper {
    display: inline-block;
}
.full-column-image .media-wrapper:before {
    position: absolute;
    display: block;
    content: '';
    width: 1352px;
    height: 497px;
    top: -188px;
    left: 50%;
    margin-left: -676px;
    background: url('/img/gitzo/full_col_flare.png') center top no-repeat;
}
.full-column-image .media-wrapper .media-frame {
    position: relative;
    z-index: 50;
}

/* ==========================================================================
   END::Full Column Image Section Defaults
   ========================================================================== */


/* ==========================================================================
   BEGIN::Double Image Section Defaults
   ========================================================================== */
.double-image .row {
    position: relative;
    overflow: hidden;
}
.double-image ol.image-index {
    position: relative;
    padding: 30px 0 10px 25px;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
}
.double-image ol.image-index li {
    text-indent: -10px;
    margin: 0 0 3px;
}
.double-image ol.image-index h5 {
    position: relative;
    font-size: 14px;
    margin: 0;
}
.double-image article {
    position: relative;
    width: 440px;
    float: right;
}
.double-image .section-wrapper .row article:first-child {
    float: left;
}

/* ==========================================================================
   END::Double Image Section Defaults
   ========================================================================== */


/* ==========================================================================
   BEGIN::Double Image w/ Text Section Defaults
   ========================================================================== */
.double-image-text .row {
    position: relative;
    overflow: hidden;
}
.double-image-text .row article {
    position: relative;
    width: 440px;
    float: right;
}
.double-image-text .section-wrapper .row article:first-child {
    float: left;
}
.double-image-text div.media-wrapper {
    position: relative;
    float: left;
    margin:0 20px 10px 0;
    z-index: 20;
}
.double-image-text div.media-frame {
    z-index: 10;
}
.double-image-text div.content-wrapper {
    position: relative;
    float: left;
    width: 195px;
    z-index: 30;
    min-height: 255px;
    display: table;
}
.double-image-text div.content-wrapper > div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

/* ==========================================================================
   END::Double Image w/ Text Section Defaults
   ========================================================================== */


/* ==========================================================================
   BEGIN::Shop Section Default
   ========================================================================== */
.shop.module {
    padding-bottom: 60px;
}
.shop.module .section-wrapper {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 10px;
}
.shop .media-wrapper {
    float: left;
}
.shop .content-wrapper {
    float: right;
    width: 300px;
    min-height: 510px;
    display: table;
}
.shop .content-wrapper > div {
    display: table-cell;
    vertical-align: middle;
}
.shop h3 {
    font-weight: 300;
    font-size: 34px;
    text-transform: uppercase;
}
.shop .css-slider:after {
    display: none;
}

/* ==========================================================================
   END::Shop Section Defaults
   ========================================================================== */


/* ==========================================================================
   BEGIN::Footer
   ========================================================================== */
#global-footer {
    position: relative;
    overflow: hidden;
}
#global-footer .imagine {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 960px;
    background: #000;
    font-family: 'Open Sans', sans-serif;
}
#global-footer .imagine .section-wrapper {
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}
#global-footer .imagine img {
    float: left;
    height: 67px;
    border-right: 1px solid #fff;
    margin-right: 40px;
    padding-right: 36px;
}
#global-footer .imagine h4 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 5px;
}
#global-footer .imagine a {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
#global-footer .imagine a:after {
    position: relative;
    display: inline-block;
    content: '';
    margin-left: 5px;
    width: 15px;
    height: 12px;
    background: url('/img/gitzo/icon_sprite.png') 0 0 no-repeat;
}
#global-footer > nav {
    position: relative;
    height: 146px;
    min-width: 960px;
    background: #1a171b;
}
/* ==========================================================================
   END::Footer
   ========================================================================== */

/* ==========================================================================
   BEGIN::Hotspots
   ========================================================================== */
.hotspot {
    position: absolute;
    display: block;
    height: 36px;
    width: 36px;
    left: 50%;
    z-index: 200;
}
.hotspot.show {
    z-index: 500;
}
.hotspot.show.current {
    z-index: 550;
}
.hotspot-button {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border: 2px solid #01a4e6;
    border-radius: 30px;
    z-index: 100;
    cursor: pointer;
    background: #fff;
    background: rgba(255,255,255,0.4);
    opacity: 1;
    -webkit-transition: opacity 0.25s linear;
       -moz-transition: opacity 0.25s linear;
        -ms-transition: opacity 0.25s linear;
         -o-transition: opacity 0.25s linear;
            transition: opacity 0.25s linear;
}
.hotspot:hover .hotspot-button {
    opacity: 0.6;
}
.hotspot-button span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}
.hotspot-button span:after {
    position: absolute;
    display: block;
    content: '+';
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 50%;
    left: 50%;
    color: #01a4e6;
    font-size: 35px;
    font-weight: 300;
    margin-top: -13px;
    margin-left: -11px;
}

.hotspot .hotspot-content {
    display: block;
    position: absolute;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 210px;
    height: 210px;
    border: 3px solid #01a4e6;
    background-color: #fff;
    border-radius: 50%;
    margin-left: -106px;
    margin-top: -106px;
    z-index: 300;
    cursor: pointer;
    background-repeat: no-repeat;
    
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
       
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    opacity: 0;
    filter: alpha(opacity = 0);
    
    -moz-transform: scale(0.18);
    -webkit-transform: scale(0.18);
    -o-transform: scale(0.18);
    -ms-transform: scale(0.18);
    transform: scale(0.18);
   
    -moz-transition: -moz-transform 250ms ease-in-out, opacity 250ms ease-in-out; 
    -webkit-transition: -webkit-transform 250ms ease-in-out, opacity 250ms ease-in-out; 
    -o-transition: -o-transform 250ms ease-in-out, opacity 250ms ease-in-out; 
    -ms-transition: -ms-transform 250ms ease-in-out, opacity 250ms ease-in-out; 
    transition: transform 250ms ease-in-out, opacity 250ms ease-in-out; 
}
.hotspot.show .hotspot-content {
    opacity: 1;
    filter: alpha(opacity = 100);
    
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hotspot .hotspot-content h5 {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 10px;
}
.hotspot .hotspot-content p {
    font-size: 0.85em;
    line-height: 1.5em; 
}
.hotspot .hotspot-content.large {
    width: 280px;
    height: 280px;
    margin-left: -140px;
    margin-top: -140px;
}

/* ==========================================================================
   END::Hotspots
   ========================================================================== */
  


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

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

/*
 * jQuery Reel special styles
 */

body .reeler:after {
    content: '';
    display: block;
    position: absolute;
    width: 27px;
    height: 34px;
    top: 5px;
    left: 5px;
    background: url('/img/gitzo/jq_reel_swipe_icon.png') 0 0 no-repeat;
}


/* Overrides to DT CSS */
.social-share { overflow:hidden; }
#collection { font-size: 14px; line-height: 26px; font-family: sans-serif; color: #fff; }
.full-column-image .feature-block div.media-wrapper { width:100%; }
.full-column-image .feature-block .gallery { width:100%; }
.full-column-image .feature-block .gallery > span { width:100%; }
.feature-block .gallery > span > h5, .feature-block .gallery > span > p {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 0px;
    margin-bottom:5px;
    line-height:1;
}
.feature-block .gallery > span > span { line-height:1;}

@import url(http://fonts.googleapis.com/css?family=Lato:300,900|Cabin:400,500,600,700);

/* General Global Overrides */
.module h1, .module h2 { font-family: 'Cabin', sans-serif; }

/* Marquee */
#mtn-marquee h1 {
  font-family: 'Cabin', sans-serif;
  font-size: 46px;
  line-height: 1em;
  margin-bottom: 15px;
}
#mtn-marquee .video-thumb { width: 137px; }
#mtn-marquee .video-thumb span a.play-icon { height: 78px; }

/* Navigation */
nav#product-nav > div { border-top: none; }
nav#product-nav li { margin: 0 10px; }
nav#product-nav li.gitzo-ident { margin: 0; }
nav#product-nav ul li.module-nav a {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/* Navigation shop now override */
#product-nav ul > li.shop-now > a {
  background: url('http://services.manfrotto.com/dt/gitzo/img/mountaineer/button_bg.jpg') 0 0 repeat-x;
  color: #fff;
}

/* Product Overview */
#mtn-product-overview.product-overview .content-wrapper { padding-top: 0; }
#mtn-product-overview.product-overview .content-wrapper h2 { letter-spacing: 1px; }
#mtn-product-overview.product-overview .content-wrapper > div { padding-top: 10px; }
#mtn-product-overview.product-overview .content-wrapper > div > div {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
#mtn-product-overview.product-overview .content-wrapper > div a.fancy-video {
    position: relative;
    display: inline-block;
    float: left;
}
#mtn-product-overview.product-overview .content-wrapper > div img {
    position: relative;
    width: 170px;
    float: left;
    border: 5px solid #393939;
    border: 5px solid rgba(57,57,57,0.7);
}
#mtn-product-overview.product-overview .content-wrapper > div > div > div {
    position: relative;
    float: right;
    width: 270px;
    min-height: 111px;
    margin-bottom: 5px;
}
#mtn-product-overview.product-overview .content-wrapper > div h5 {
    font-size: 1em;
    margin-bottom: 0;
}
#mtn-product-overview.product-overview .content-wrapper > div p {
    font-size: 0.85em;
    margin-bottom: 0;
}
#mtn-product-overview .custom-html-block {
    position: relative;
    display: block;
    width: 440px;
    float: left;
}
#mtn-product-overview .custom-html-block .media-frame {
    border: 5px solid #393939;
    border: 5px solid rgba(57,57,57,0.7);
}
#mtn-product-overview .custom-html-block .media-frame a {
    position: relative;
    display: block;
}
#mtn-product-overview .custom-html-block .media-frame img { max-width: 100%; }
#mtn-product-overview .custom-html-block .media-frame .jqzoom img { max-width: none; }

/* Ground Level Set */
#mtn-ground-level-set.feature-block div.content-wrapper { padding-top: 60px; }
#mtn-ground-level-set .media-wrapper { overflow: visible; }
#mtn-ground-level-set .media-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  width: 830px;
  height: 530px;
  top: -70px;
  left: -104px;
  background: url('http://mediacdn.shopatron.com/media/mfg/2747/media_image/dev_1/mountaineer_gls_flare.png?1393472179');
  z-index: -1;
}

/* Product in use */
#mtn-product-in-use .custom-html-block { display: block; }
#mtn-product-in-use .css-slider-wrapper.featured .css-slider { min-height: 550px; }

/* Additional Features */
#mtn-additional-features {
  background: rgb(219,219,219);
  background: -moz-linear-gradient(left,  rgba(219,219,219,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(219,219,219,1)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left,  rgba(219,219,219,1) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left,  rgba(219,219,219,1) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left,  rgba(219,219,219,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(219,219,219,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=1 );
}
#mtn-additional-features.feature-block div.media-wrapper { float: left; }
#mtn-additional-features.feature-block div.content-wrapper {
  padding-top: 60px;
  float: right;
}
#mtn-additional-features .css-slider-wrapper { overflow: visible; }
#mtn-additional-features .css-slider-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  width: 852px;
  height: 542px;
  top: -70px;
  left: -101px;
  background: url('http://mediacdn.shopatron.com/media/mfg/2747/media_image/dev_1/whitelefthighlight.png?1393644728');
}
#mtn-additional-features .css-slider-wrapper .slider-navigation {
  position: relative;
  z-index: 900;
}
#mtn-additional-features .css-slider { min-height: 389px; }
#mtn-additional-features .css-slider:after { border: 0; }
#mtn-additional-features .fade-slider .css-slider .slide {
  min-height: 389px;
  width: auto;
  margin: 0 auto;
}
#mtn-additional-features .fade-slider .css-slider .slide .caption { font-weight: 400; }
#mtn-additional-features .css-slider .media-frame {
  border: 5px solid rgba(255,255,255,0.2);
  display: inline-block;
  width: auto;
}
#mtn-additional-features .css-slider img { margin: 0 auto; }

/* Faux module-light for Additional Features */
#mtn-additional-features.module .css-slider span.caption { color: #000; }
#mtn-additional-features.module .css-slider-wrapper .slider-navigation a {
    display: inline-block;
    overflow: hidden;
    width: 48px;
    height: 7px;
    margin: 0 3px;
    text-indent: -100%;
    border: 1px solid #000;
    background: #000;
}
#mtn-additional-features.module .css-slider-wrapper .slider-navigation a:hover,
#mtn-additional-features.module .css-slider-wrapper .slider-navigation a.active { background: #fff; }
#mtn-additional-features.module h2 { border-color: #000; }
#mtn-additional-features.module { color: #000; }
#mtn-additional-features.module a.cta {
    color: #000;
    border-color: #000;
}
#mtn-additional-features.module a.cta:after { background-position: 0 -12px; }

/* Product Range */
#mtn-range { height: 792px; }
#mtn-range.shop .section-wrapper {
  padding-top: 60px;
  padding-bottom: 80px;
}
#mtn-range.shop .content-wrapper {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  width: 340px;
  position: relative;
}
#mtn-range a.button {
  display: inline-block;
  min-width: 250px;
}
#mtn-range a.cta.alt {
  background: #fff;
  color: #1a171b;
}
#mtn-range a.cta.alt:after { background-position: 0 -12px; }

/* Shop overrides */
#mtn-range.shop h3 {
  padding-top: 35px;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: 'Cabin', sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.2em;
  text-transform: none;
}
#mtn-range.shop h4 {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 26px;
  font-family: sans-serif;
  font-weight: 400;
}
#mtn-range.shop a.button {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1.2em;
  font-weight: 900;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 2px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  clear: both;
  height: auto;
}
#mtn-range.shop a.button:after {
  position: relative;
  display: inline-block;
  content: '';
  margin-left: 5px;
  width: 15px;
  height: 12px;
  background: url('http://mediacdn.shopatron.com/media/mfg/2747/media_image/dev_1/icon_sprite.png?1393651692') 0 0 no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.25s linear;
     -moz-transition: opacity 0.25s linear;
      -ms-transition: opacity 0.25s linear;
       -o-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}
#mtn-range.shop a.button:hover {  opacity: 0.7; }

/* Brand Video */
#mtn-brand-video { margin-bottom: 18px; }
#mtn-brand-video .custom-html-block { display: block; }
#mtn-brand-video .video-thumb {
  width: 472px;
  margin: 0 auto;
}
#mtn-brand-video .video-thumb a:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
}
#mtn-brand-video a.fancy-video:after {
  position: absolute;
  display: block;
  content: '';
  width: 34px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -21px;
  background: url('http://mediacdn.shopatron.com/media/mfg/2747/media_image/dev_1/icon_sprite.png?1393651692') -1px -227px no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.25s linear;
     -moz-transition: opacity 0.25s linear;
      -ms-transition: opacity 0.25s linear;
       -o-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}
#mtn-brand-video a.fancy-video:hover:after { opacity: 0.8; }
footer#global-footer { display: none; }