/*
 * CSS FOR ATG Configurator BY ThinkingCircles.com 10/20/2013
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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

















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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

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


/** Application Start Below***/
html, body{
    width:100%;
    height:100%;
    min-height:100%;
    min-width:100%;
    background: #000; 
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}
.background-img{
    width:100%;
    height:100%;
    min-height:100%;
    max-width:100%;
    background-color:#000;
    background:url("/assets/img/media51/image1.jpg") 0% 50% fixed no-repeat;
    
    -webkit-background-size:100% auto;
       -moz-background-size:100% auto;
         -o-background-size:100% auto;
            background-size:100% auto;
}
.wrapper{
    padding:0 20px;
}

.body .row.well {
    background: rgba(127,127,127, 0.25);
    border: 0;
    border-radius: 25px;
    position: relative;

}
.body .row.well {
    background: rgba(0,0,0, 0.25);
    border: 0;
    border-radius: 0px;
    position: relative;
}
.body .verticleAlignCenter{
    position: absolute;
    height: 24px;
    top: 50%;
    float: none;
}
.body .row.well h3{font-size: 18px; position: absolute; top: 50%; margin:0;} 

@media(max-width:767px){.body .row.well h3{width: 350px; margin-left: 100px; font-size: 18px; margin-top: -18px;} }
@media(max-width:540px){
    .body .verticleAlignCenter{
        position: relative;
        height: auto;
        padding-top: 20px;
    }
    .body .row.well h3{width: 100%; margin-left: 0; text-align: center; position: relative; font-size: 16px; margin-top: 0;} 

}@media(min-width:768px){.body .row.well h3{font-size: 22px; margin-top: -22px;} }
@media(min-width:855px){.body .row.well h3{font-size: 24px; margin-top: -24px;} }
@media(min-width:991px){.body .row.well h3{font-size: 24px; margin-top: -24px;} }
@media(min-width:1045px){.body .row.well h3{font-size: 24px; margin-top: -24px;}}

@media(min-width:1200px){.body .row.well h3{font-size: 22px;}}
@media(min-width:1245px){.body .row.well h3{font-size: 24px;}}
@media(min-width:1600px){.body .row.well h3{font-size: 26px;}}

.body .row.well img{
    padding: 0;
}

@media(max-width:767px){.body .row.well img{height: 90px; width: 90px;} }
@media(max-width:540px){
    .body .row.well img{ margin-left: 35%; width: 30%; height: auto;  }
}
.body .row h2{
    color: #FFF;
}
/* add size */

.push-center{
    /*margin-right:400px;*/
    margin: 0 auto;
    display: block;
    max-width: 200px;
}
 @media(min-width:1600px){ .push-center{} }
.footer{
    padding:20px 20px 15px 20px;
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;
    background:rgba(0,0,0, 0.25);
}
/* IE 6 */
* html .footer{
position:absolute;
top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

.footer.pageFooter{
    background: #404040; /* Old browsers */
    background: -moz-linear-gradient(top,  #404040 0%, #222222 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#222222)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #404040 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #404040 0%,#222222 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #404040 0%,#222222 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #404040 0%,#222222 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#222222',GradientType=0 ); /* IE6-9 */


}

#nav-shades>li {
    display:none;
}

.relative{
    position:relative;
}
.absolute{
    position:absolute;
}
#nav-shades-wrapper{
    bottom:-40px;
    right:0;
    width:0;
    -webkit-border-radius:25px;
       -moz-border-radius:25px;
            border-radius:25px;
    background:rgba(0,0,0, 0.25);
}
#nav-shades{
    display: table;
    width: 100%;
    min-width: 100%;
    padding:10px;
    
}

#nav-shades>li>a img{
    padding: 5px 0;
}
#nav-shades>li>a{
    color: #ffffff;
    background-color: transparent;
    background:transparent;
}

#nav-shades>li>a:hover, 
#nav-shades>li>a:focus {
    color: #ffffff;
    background: url("/assets/img/media/image24.png");
    background-size: 100% auto;
    background-color: transparent;
}

#nav-shades>li.glow>a:hover, 
#nav-shades>li.glow>a:focus {
    color: #ffffff;
   background: url("/assets/img/media/image23.png");
    background-size: 100% auto;
    background-color: transparent;
}

#nav-shades>li.active>a, 
#nav-shades>li.active>a:hover, 
#nav-shades>li.active>a:focus {

    color: #ffffff;
    background: transparent;
    background-size: 100% auto;
    background-color: transparent;
    background: url("/assets/img/media/image24.png");
    background-size: 100% auto;
}

#nav-shades>li.active.glow>a, 
#nav-shades>li.active.glow>a:hover, 
#nav-shades>li.active.glow>a:focus {

    color: #ffffff;
    background: transparent;
    background-size: 100% auto;
    background-color: transparent;
    background: url("/assets/img/media/image23.png");
    background-size: 100% auto;
}


.btn-darkfade {
    color: #fff;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
    background-color: rgba(0,0,0, 0.25);
    border-color: transparent;
}

#atgbar{
    background: url("/assets/img/media/mainmenu-bg.png") center center repeat-x;
    padding: 3px 0;
    margin-top: 40%;
}
@media(max-width:767px){#atgbar{margin-top: 60%;} }
@media(min-width:768px){}
@media(min-width:992px){#atgbar{margin-top: 40%;}}
@media(min-width:1200px){}
#atgbar .container{

}
.pageHeader{
    margin-top: 2%;
    margin-bottom: 1%;
    color: #FFF;
    text-align: right;
    border-bottom: 3px solid;
    padding-left: 0;
    padding-right: 0;
    left: -20px;
    position: relative;
}
@media(max-width:767px){.pageHeader{width: 50%; float: left; display: block;} }

.productListing{
    margin-left: -20px;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 25px;
    background: rgba(0,0,0, 0.45);
}
@media(max-width:767px){ .productListing{ width: 80%; float: left; display: block;} }
.footerOver{
    padding:15px;
    background: rgb(38,38,38);
    position: fixed;
    width: 100%;
    bottom: 68px;
    left:0;

}
a{
    color:#FFF;
    text-decoration: none;
}
.btn:hover,
a:hover{
    color:#FFF;
    text-decoration: none;
}
#atgbar .verticleAlignCenter{
    margin-top: 1%;
}
@media(max-width:991px){ #atgbar .verticleAlignCenter{  margin-top: 1.5%; } }
#atgbar .container{
    max-width: 100%;
    width: 100%;
    padding:30px 0;
}
 #atgbar .loadpage{
    font-size: 18px;
    line-height: 20px;
 }

#effectswitch{
    text-align: right;
    position: absolute;
    top: -175px;
    left: -250px;
    width: 250px;
    color:#FFF;
    font-size: 20px;
}
#effectswitch a.active,
#effectswitch a:hover{
    font-weight: bold;
    color:#428bca;
    text-shadow:none ;
}

#loader {
    height: 100%;
    width: 100%;
    position: relative;
    background: #000;
}
.ajax-loader {
    width:120px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px; /* -1 * image width / 2 */
    margin-top: -60px;  /* -1 * image height / 2 */
    display: block;     
}
.ajax-loader{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.productlogoimg{ height: 90px; }
@media(max-width:767px){ .productlogoimg{ height: 40px; } }
@media(min-width:768px){ .productlogoimg{ height: 50px; } }
@media(min-width:992px){ .productlogoimg{ height: 60px; } }
@media(min-width:1200px){ .productlogoimg{ height: 90px; } }
@media (min-width: 768px) and (max-width: 991px){

    img.col-sm-2{
        width:13.7%;
    }
}