/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

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

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

body {
    font-size: 1em; background:url(../img/layout_1/bg/blackStripes.png) repeat #101010; color:#919191;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #ed4e00; color:#fff;
    text-shadow: none;
}

::selection {
    background: #ed4e00; color:#fff;
    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 and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Universal classess
   ========================================================================== */
ul.horizontalList {
float:left; width:auto; margin:0; padding:0;
}
ul.horizontalList li {
float:left; width:auto; display:inline; list-style:none; margin:0; padding:0;
}

p, ul li, ol li, dl dd {
line-height:19px;	
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
div.centerMe {
margin:0 auto; width:960px; position:relative;
}

a {
color:#fc9605; text-decoration:underline;	
}
a:hover {
color:#ed4e00;	
}

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

  Nagłówek
  
  ------------- */
div#pageBg {
width:100%; float:left; background:url(../img/layout_1/bg/mainPageLigts_bg.png) top center no-repeat; padding:40px 0 20px 0;
}
div#pageBg header {
float:left; width:960px; background:url(../img/layout_1/bg/hrLine.png) bottom center no-repeat; padding:0 0 30px 0;
}
div#pageBg header h1 {
float:left; width:442px; height:31px; display:block; background:url(../img/layout_1/adds/mainHeader.png) 0 0 no-repeat; text-indent:-5000px; margin:0 0 16px 0; padding:0;
}
div#pageBg header p {
clear:both; float:left; font-family: 'Signika', sans-serif; font-weight:600; margin:0; font-size:24px; text-shadow:-1px 1px 0 #000; color:#fff;
}
div#pageBg header img {
float:right; width:auto; margin:-26px 0 0 0;	
}

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

  Slider
  
  ------------- */
div#slider {
float:left; width:960px; height:380px; position:relative; padding:30px 0 0 0; margin:30px 0 0 0;
}
div#holder div.slide {
width:960px; float:left; position:relative;	
}
div#holder div.textArea {
width:380px; float:left; margin:20px 0 0 0;
}
div#holder div.textArea h2 {
color:#f8dd08; font-family: 'Signika', sans-serif; font-weight:700; margin:0; font-size:30px; text-shadow:-1px 1px 0 #000; 
}
div#holder div.textArea p {
font-family: 'Signika', sans-serif; font-weight:400; color:#fff; font-size:18px; line-height:24px; text-shadow:-1px 1px 0 #000; 
}
div#holder div.textArea a.bigButton {
color:#ed4e00; border-radius:6px; text-shadow:0 1px 0 #fff; padding:14px 24px; text-transform:uppercase; font-size:16px; font-family: 'Signika', sans-serif; font-weight:600; text-decoration:none; margin:20px 0 0 0; float:left;
background: rgb(243,222,17);
background: -moz-linear-gradient(top,  rgba(243,222,17,1) 0%, rgba(255,192,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,222,17,1)), color-stop(100%,rgba(255,192,0,1)));
background: -webkit-linear-gradient(top,  rgba(243,222,17,1) 0%,rgba(255,192,0,1) 100%);
background: -o-linear-gradient(top,  rgba(243,222,17,1) 0%,rgba(255,192,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(243,222,17,1) 0%,rgba(255,192,0,1) 100%);
background: linear-gradient(to bottom,  rgba(243,222,17,1) 0%,rgba(255,192,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3de11', endColorstr='#ffc000',GradientType=0 );
box-shadow:0 3px 0 #ed4e00;
}
div#holder div.textArea a.bigButton:active {
background: rgb(255,192,0); margin:22px 0 0 0; box-shadow:none;
background: -moz-linear-gradient(top,  rgba(255,192,0,1) 0%, rgba(243,222,17,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,192,0,1)), color-stop(100%,rgba(243,222,17,1)));
background: -webkit-linear-gradient(top,  rgba(255,192,0,1) 0%,rgba(243,222,17,1) 100%);
background: -o-linear-gradient(top,  rgba(255,192,0,1) 0%,rgba(243,222,17,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,192,0,1) 0%,rgba(243,222,17,1) 100%);
background: linear-gradient(to bottom,  rgba(255,192,0,1) 0%,rgba(243,222,17,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#f3de11',GradientType=0 );	
}

div#slider p.navSlide {
height:30px; width:92px; position:absolute; bottom:-10px; left:50%; margin:0 0 0 -46px; z-index:600;
}
div#slider p.navSlide a {
width:46px; height:30px; display:block; background:url(../img/layout_1/bg/navButtonz.png) 0 0 no-repeat; float:left; text-indent:-5000px;
}
div#slider p.navSlide a.prevSlide {
background-position:0 0;
}
div#slider p.navSlide a.prevSlide:hover {
background-position:0 -30px;	
}
div#slider p.navSlide a.prevSlide:active {
background-position:0 -60px;	
}
div#slider p.navSlide a.nextSlide {
background-position:-46px 0;
}
div#slider p.navSlide a.nextSlide:hover {
background-position:-46px -30px;	
}
div#slider p.navSlide a.nextSlide:active {
background-position:-46px -60px;	
}

section#infoBoxes {
width:960px; float:left; margin:60px 0 20px 0; overflow-x:hidden;
}
section#infoBoxes header {
background:url(../img/layout_1/bg/boxesHeader_bg.png) 0 7px no-repeat; float:left; width:960px;	
}
section#infoBoxes header h2 {
color:#fff;	 font-family: 'Signika', sans-serif; font-weight:700; text-transform:uppercase; text-align:center; margin:0; padding:0;
}

section#infoBoxes .infoBox {
float:left; width:300px; margin:0 20px 0 0;
}
section#infoBoxes .infoBox h3 {
color:#b5b5b5; font-family: 'Signika', sans-serif; font-weight:400; font-size:18px; margin:0 0 16px 0;
}
section#infoBoxes .infoBox p, section#infoBoxes .infoBox li {
font-size:12px;	
}
section#infoBoxes .infoBox ul {
  margin:0; padding:0;
 }
section#infoBoxes .infoBox ul li {
background:url(../img/layout_1/adds/checkBox.png) 0 0 no-repeat; padding:0 0 0 26px; list-style:none; margin:0 0 10px 0;	
}


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

  Stopka
  
  ------------- */
footer {
float:left; width:960px; background:url(../img/layout_1/bg/hrLine.png) top center no-repeat; padding:20px 0 0 0; margin:30px 0 10px 0;	
}
footer a.motoLogo {
float:left; width:433px; height:45px; display:block; background:url(../img/layout_1/adds/motozbytLogo.png) 0 0 no-repeat; opacity:0.5; text-indent:-5000px;	
-moz-transition:opacity 0.2s linear; -webkit-transition:opacity 0.2s linear; -o-transition:opacity 0.2s linear; transition:opacity 0.2s linear;
}
footer a.motoLogo:hover {
opacity:1;
}
footer p {
float:right; text-align:right; font-size:14px; margin:0 0 10px 0; font-family: 'Signika', sans-serif; font-weight:400;
}
/* ==========================================================================
    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: 100%;
}

/*
 * 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.
   Theses 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 only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* 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;
    }
}
