
/* Responsive Styles  */

/* Step one */
/* targeting all screen sizes wider than 1240px (HD Screen) */
@media (min-width: 1240px){
	
.container{
    width: 1170px;
}

/* topSpan Styles - Start */

.menu {
	width: 940px;
}

/* Responsive Menu */

.nav2{
    display: none;
}

.nav{
	width: 940px;
}

/* style all links */

/* topSpan Styles - End */




/* contentSpan Styles - Start*/

/* categories */

.featuredCategories {
	width: 1170px;
}

/* main workspace */

.mainContent {
	width: 1170px;
}

.homeCol1 {
	width: 1130px;
}

.homeCol2 {
	width: 1130px;
}

/* homeCol1 - Main copy and new products */

.homeCol1Copy {
	width: 746px;
	padding-right: 21px;
}

.homeCol1NP {
	width: 363px;
}

/* homeCol2 - 3 buttons */

.feature1 {
   width: 363px;
   padding-right: 20px;
}

.feature2 {
   width: 363px;
   padding-right: 21px;
}

.feature3 {
   width: 363px;
}

.featureImg{
	width: 363px;
}

.featureImg img{
	width: 363px;
}

.featureBtn{
    width: 333px;
}

.featureCopy {
	width: 303px;
}

/* contentSpan Styles - End */

/* btmSpan Styles - Start */

.footerLinks {
	width: 376px;
}

.footer {
	width: 378px;
}

.footerSocial {
	width: 378px;
}

.copyright {
	width: 378px;
}

.footerLogo {
	width: 376px;
}

/* btmSpan Styles - End */

}

/* Step three */
/* targeting all screen sizes within 801px and 1023px (tablet) */
@media (min-width: 801px) and (max-width: 1023px){

.container{
    width: 760px;
} 

/* sliderSpan Styles - Start */

.sliderSpan {
	position: relative;
	top: 0;
}

/* sliderSpan Styles - End */

/* topSpan Styles - Start */

.topSpan {
	top: 0;
	background-color: #000000;
    background-color: rgba(0,0,0,1);
} 

.menu {
	width: 530px;
}

.menuBtn{
	display: block;
	z-index: 60;
	float: left;
	position: relative;
	width: 530px;
	height: 135px;
	line-height: 135px;
	font-size: 44px;
	color: #babcc0;
	color: rgba(186,188,192,0.7);		
	padding: 0;
	margin: 0;
	text-align: right;
}

.menuBtn:hover{
	color: #ec1c23;
	color: rgba(236,28,35,0.9);
}

.nav{
	display: none;
}

/* Responsive Navigation */

.nav2{
	display: block;
	overflow: hidden;
	position: relative;
	height: 0;
	z-index: 200;
	width: 530px;
    float: none; 
    padding: 0;
    margin: 0;
	margin-top: 4px;
    right: 0px !important;
	background-color: #000000;
    background-color: rgba(0,0,0,0.78); 
	-webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    -ms-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease;
}

.nav2.imopen{
    height: auto;
}


.nav2 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav2 ul li{
	float: left;
    position: relative;
    width: 100%;
}

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

.nav2 ul:after {
    clear: both;
}

.nav2 ul {
    *zoom: 1;
}

.nav2 ul li a{
	display: block;
	position: relative;
	font-size: 12px;
	font-family: Arial, Helvattica, sans-serif;
    width: auto;
	line-height: 18px;
    height: 18px;
    padding: 10px 10px;
    text-decoration: none;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
	margin: 0;
	border-left: 0;
    border-top: 1px solid #ffffff;
	border-top: 1px solid rgba(255,255,255,0.3);
	-webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.nav2 ul li a:hover{
	background-color: #ec1c23;
	color: #ffffff; 
}

.nav2 ul li:nth-child(1) a{
     border-top: 1px solid #ffffff;
	 border-top: 1px solid rgba(255,255,255,0.3); 
}
	
/* Resposive navigation Sub-menu */

.nav2 ul li.subMenuHold2{
    position: relative;
}

.nav2 ul li.subMenuHold2 ul.subMenu2{
    display: none;
    position: relative;
    height: auto;
    list-style: none;
}

.nav2 ul li.subMenuHold2 ul.subMenu2 li{
    float: left;
	position: relative;
    width: 50%;
	margin: 0;
}

.nav2 ul li.subMenuHold2 ul.subMenu2 li a{
    display: block;
	position: relative;
	width: auto;
	line-height: 15px;
    height: auto;
	padding: 8px 8px;
    margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
    color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvattica, sans-serif;
	border-top: 1px solid #ffffff;
	border-top: 1px solid rgba(255,255,255,0.3); 
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.nav2 ul li.subMenuHold2 ul.subMenu2 li a:hover{
     background-color: #ec1c23;
     color: #ffffff;
}

/* topSpan Styles - End */


/* contentSpan Styles - Start*/

.contentSpan {
	position: relative;
	top: 0;
}

/* categories */

.featuredCategories {
	top: 0;
	width: 760px;
}

/* main workspace */

.mainContent {
	top: 0;
	width: 760px;
}

.homeCol1 {
	width: 720px;
}

.homeCol2 {
	width: 720px;
	height: auto;
}

/* main workspace */

.mainContent {
	top: 0;
	width: 760px;
}

.homeCol1 {
	width: 720px;
}

.homeCol2 {
	width: 720px;
}

/* homeCol1 - Main copy and new products */

.homeCol1Copy {
	width: 475px;
	padding-right: 15px;
}

.homeCol1NP {
	width: 230px;
}

/* homeCol2 - 3 buttons */

.feature1 {
   width: 230px;
   padding-right: 15px;
}

.feature2 {
   width: 230px;
   padding-right: 15px;
}

.feature3 {
   width: 230px;
}

.featureImg{
	width: 230px;
}

.featureImg img{
	width: 230px;
}

.featureBtn{
    width: 200px;
}

.featureCopy {
	width: 170px;
}

.featureCopy p{
	text-align: right;
}

/* contentSpan Styles - End */

/* btmSpan Styles - Start */

.btmSpan {
	top: 0;
	background-color: #000000;
}

.footerLogo{
	display: none;
}

.footerLogo2{
	display: block;
	float: left;
    position: relative;
	width: 240px;
	height: 60px;
	line-height: 60px;
	text-align: right;
	padding-top:20px;
}

.footerLinks {
	width: 240px;
}

.footer {
	width: 240px;
}

.footerSocial {
	width: 240px;
}

.copyright {
	width: 240px;
}

.footerLogo {
	width: 240px;
}

/* btmSpan Styles - End */

}

/* Step four */
/* targeting all screen sizes smaller than 800px (Mobiles) */
@media (max-width: 800px){
	
body {
	background-color: #ffffff;
	font-size: 12px;
}
	
.container{
    width: 100%;
    margin: 0 auto;
}

p {
	font-size: 12px;
	text-align: left;
}

/* topSpan Styles - Start */

.topSpan {
	top: 0;
	background-color: #000000;
    background-color: rgba(0,0,0,1);
} 

.topLeft {
	display: none;
}

.logo {
	z-index: 999;
	float: left;
	height: 135px;
	width: 190px;
	padding-left: 15px;
}

.menu {
	float: none;
	width: auto;
	height: auto;
	text-align: right;
}

.topRight {
	display: none;
}

/* Responsive Menu */

.menuBtn {
	display: block;
	z-index: 60;
	float: left;
	position: absolute;
	top: 20px;
	right: 15px;
	width: auto;
	height: 135px;
	font-size: 40px;
	color: #babcc0;
	color: rgba(186,188,192,0.7);		
	padding: 0;
	margin: 0;
	text-align: right;
}

.menuBtn:hover {
	color: #ec1c23;
	color: rgba(236,28,35,0.9);
}

.nav {
	display: none;
}

/* Responsive Navigation */

.nav2{
	display: block;
	overflow: hidden;
	position: relative;
	height: 0;
	z-index: 200;
	width: 100%;
    float: none; 
    padding: 0;
    margin: 0;
	margin-top: 4px;
    right: 0px !important;
	background-color: #000000;
    background-color: rgba(0,0,0,0.8); 
	-webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    -ms-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease;
}

.nav2.imopen{
    height: auto;
}

.nav2 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav2 ul li{
	float: none;
    position: relative;
    width: 100%;
}

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

.nav2 ul:after {
    clear: both;
}

.nav2 ul {
    *zoom: 1;
}

.nav2 ul li a{
	display: block;
	position: relative;
	font-size: 12px;
	font-family: Arial, Helvattica, sans-serif;
    width: auto;
	line-height: 20px;
    height: 20px;
    padding: 10px 10px;
    text-decoration: none;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
	margin: 0;
	border-left: 0;
    border-bottom: 1px solid #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.3); 
	-webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.nav2 ul li a:hover{
	background-color: #ec1c23;
	color: #ffffff; 
}

/* Resposive navigation Sub-menu */

.nav2 ul li.subMenuHold2{
    position: relative;
}

.nav2 ul li.subMenuHold2 ul.subMenu2{
    display: none;
    position: relative;
    height: auto;
    list-style: none;
}

.nav2 ul li.subMenuHold2 ul.subMenu2 li{
    float: left;
	position: relative;
    width: 100%;
	margin: 0;
}

.nav2 ul li.subMenuHold2 ul.subMenu2 li a{
    display: block;
	position: relative;
	width: auto;
	line-height: 15px;
    height: auto;
	padding: 8px 8px;
    margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
    color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvattica, sans-serif;
	border-bottom: 1px solid #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.3); 
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.nav2 ul li.subMenuHold2 ul.subMenu2 li a:hover{
     background-color: #ec1c23;
     color: #ffffff;
}

/* sliderSpan Styles - Start */

.sliderSpan {
	display: none;
}

.sliderSpan2 {
	display: block;
	position: relative;
	top: 0;
}

/* sliderSpan Styles - End */

/* contentSpan Styles - Start*/

.contentSpan {
	position: relative;
	top: 0;
}

.indent {
	width: auto;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* categories */

.featuredCategories {
	top: 0;
	width: 100%;
	padding: 20px 0;
}

h3 {font-size: 14px;}

.categorySpace {
	top: 0;
	width: 100%;
}

.cat {
	float: left;
	width: 20%;
}

.catImg {
	width: 85%;
}

.catImg img{
	width: 100%;
}

.catCopy {
	width: 85%;	
	font-size: 10px;
	padding-bottom: 20px;
}

/* main workspace */

.mainContent {
	top: 0;
	width: 100%;
}

.homeCol1 {
	width: 100%;
	padding-bottom: 20px;
}

.homeCol2 {
	width: 100%;
	padding-top: 20px;
    padding-bottom: 30px;
}

/* homeCol1 - Main copy and new products */

.homeCol1Copy {
	width: 100%;
	padding-right: 0;
}

.homeCol1NP {
	width: 100%;
	padding-top: 20px;
}

.homeCopy p{
	text-align: left;
}

/* homeCol2 - 3 buttons */

.feature1 {
   float: none;
   width: 100%;
   padding-right: 0;
   padding-bottom: 30px;
}

.feature2 {
   float: none;
   width: 100%;
   padding-right: 0;
   padding-bottom: 30px;
}

.feature3 {
   float: none;
   width: 100%;
}

.featureImg{
	width: 100%;
}

.featureImg img{
	width: 100%;
}

.featureBtn{
	float: none;
    width: auto;
	background-color: #ec1c23;
}

.featureCopy{
	float: none;
	width: 100%;
}

.featureCopy p{
	text-align: right;
}

.featureArrow{
    display: none;
}

/* contentSpan Styles - End */


/* btmSpan Styles - Start */

.btmSpan {
	top: 0;
	background-color: #000000;
}

.footerLinks {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.footer {
	width: 100%;
	text-align: center;
}

.footerSocial {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.copyright {
	width: 100%;
	padding-bottom: 20px;
}

.footerLogo{
	display: none;
}

.footerLogo2{
	display: block;
	float: left;
    position: relative;
	width: 100%;
	height: auto;
	line-height: auto;
	text-align: center;
	padding-top: 0;
	padding-bottom: 20px;
}

/* btmSpan Styles - End */

}


/* Extra step for small phones */
/* targeting all screen sizes within 450px and 800px (mob) */
@media (min-width: 450px) and (max-width: 800px){
	
.cat {
	float: left;
	width: 25%;
}

}

