﻿Í@charset "utf-8";
/* CSS Document */

/************************ CSS-RESET **************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;f
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height:normal;
    font-family: 'Roboto', sans-serif;
    padding:0px;
    margin:0px;
    text-align:left;
    text-transform:none;
    color:#FFF;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
  text-decoration:none;
  color:inherit;
}
* {
	margin:0px;
	padding:0px;   
	}
.spacer {
  clear:both;
  height:10px;
	}
/************************ Container **************************/
h1 {
    text-transform:uppercase;
	font-family: 'superstar';
	color:#FFF;
}
h2 {
	font-family: 'superstar';
    text-transform:uppercase;
	font-size:24px;
	}
#prodimg {
    float:left;
	width:60px;
    padding-top:7px;
	text-align:center;
	padding-top:7px;
  	}
.boxhead {
    width:274px;
    height:40px;
    margin-top:8px;
    margin-left:13px;
	}
/* ------ Footer -------*/
@media only screen and (max-width: 10000px) and (min-device-width : 1280px) { 

.footer-right{ 
   padding-right:16%;
   }
    
}

@media only screen and (max-width: 1058px) and (min-device-width : 741px) {
        
#new-footer
    {
    height: 100%;
    width: 100%;
    text-align: center;
    }
.footer-right{ 
   float: none !important;
   margin: 0 auto;
   margin-top: 1%;
   width: 100%; 
   padding: 0 !important;    
   }
.footer-right img{ 
   width: 100%;
   max-width: 345px;
   margin-top: 2px !important;        
   }
.footer-left img{
    width: 100%;
    max-width: 450px;    
    } 
.footer-left{
    float: none !important;
    margin: 0 auto;
    margin-top: 1%;
    width: 90%;
    padding: 0 !important;       
    }       
    } 
@media only screen and (max-width: 990px) and (min-device-width : 741px) {

#container 
    {
    background-position: -100px 0;
    height: 100%;
  	}
body
    {
        height: auto;
    }  
  } 
	
@media only screen and (max-width: 740px) and (min-device-width : 300px) {

body 
   {
   background-image:none !important;
   height: auto; 
   background-color: #333 !important;
   }
#container 
    {
    background-position:center;
    background-position:top;
    background-color: #000;
    height: 100%;
  }   
header 
    {
	height:10%;
 	}
#new-footer{
    width: 100%;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1.4%;
    position: relative;
    }
.footer-right{ 
   float: none !important;
   margin: 0 auto;
   margin-top: 2%;
   width: 90%; 
   padding: 0 !important;    
   }
.footer-right img{ 
   width: 90%;
   max-width: 280px !important;
   margin-top: 2px !important;     
   }
.footer-left img{
    width: 90%;
    max-width: 360px !important;
    } 
.footer-left{
    float: none !important;
    margin: 0 auto;
    margin-top: 2.8% !important;
    width: 90%;
    padding: 0 !important;       
    } 
}


/* CSS Document */

