
/* 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;
	text-align: right;
}

/* Responsive Menu */

.nav2{
    display: none;
}

.nav{
	width: 940px;
	text-align: right;
}

/* style all links */

.nav a {
	font: 14px;
}

/* topSpan Styles - End */

.slogan {
	width: 1130px;
}

/* contentSpan Styles - Start*/

/* categories */

.featuredCategories {
	width: 1170px;
}

/* main workspace */

.mainContent {
	width: 1170px;
}

.homeCol1 {
	width: 1130px;
}

/* homeCol1 - Main copy and new products */

.homeCol1Copy {
	width: 1130px;
}

/* contentSpan Styles - End */

/* btmSpan Styles - Start */

.footerLinks {
	width: 376px;
}

.footer {
	width: 378px;
}

.footerSocial {
	width: 378px;
}

.copyright {
	width: 378px;
}

.footerLogo {
	width: 376px;
}

/* btmSpan Styles - End */

/* Agent Styles - Start */

.agentsCol1 {
	width: 533px;
}

.agentsCol2 {
	width: 533px;
}

.agentsCol3 {
	width: 533px;
}

.agentsCol4 {
	width: 533px;
}

/* Agent Styles - End */

/* Contact Styles - Start */

.contactCol {
	width: 1110px;
}

/* Contact Styles - End */

/* Links Styles - Start */

.linkCol1 {
	width: 533px;
}

.linkCol2 {
	width: 533px;
}

.linkCol3 {
	width: 533px;
}

.linkCol4 {
	width: 533px;
}

/* Links Styles - End */

/* Product Styles - Start */

.productSubheading {
	width: 1110px;
}

.productGallery {
	width: 1130px;
}

/* Product Styles - End */

/* Video Styles - Start */

.videoCol1 {
	width: 533px;
}

.videoCol2 {
	width: 533px;
}

/* Video 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;
	height: 150px;
}

.slogan {
	top: 60px;
	width: 720px;
	height: 150px;
}

.slogan img {
	width: 350px;
	height: auto;
}

/* sliderSpan Styles - End */

/* topSpan Styles - Start */

.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.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: 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;
    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;
	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*/

/* categories */

.featuredCategories {
	width: 760px;
}

/* main workspace */

.mainContent {

	width: 760px;
}

.homeCol1 {
	width: 720px;
}

/* homeCol1 - Main copy and new products */

.homeCol1Copy {
	width: 720px;
}

/* contentSpan Styles - End */

/* btmSpan Styles - Start */

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

.footerLinks {
	width: 240px;
}

.footer {
	width: 240px;
}

.footerSocial {
	width: 240px;
}

.copyright {
	width: 240px;
}

.footerLogo {
	width: 240px;
}

/* btmSpan Styles - End */

/* Agent Styles - Start */

.agentsCol1 {
	width: 328px;
}

.agentsCol2 {
	width: 328px;
}

.agentsCol3 {
	width: 328px;
}

.agentsCol4 {
	width: 328px;
}

/* Agent Styles - End */

/* Contact Styles - Start */

.contactCol {
	width: 700px;
}

/* Contact Styles - End */

/* Links Styles - Start */

.linkCol1 {
	width: 328px;
	height: 450px;
}

.linkCol2 {
	width: 328px;
	height: 450px;
}

.linkCol3 {
	width: 328px;
	height: 300px;
}

.linkCol4 {
	width: 328px;
	height: 300px;
}

/* Links Styles - End */

/* Product Styles - Start */

.productSubheading {
	width: 700px;
}

.productGallery {
	width: 720px;
}

/* Product Styles - End */

/* Video Styles - Start */

.videoCol1 {
	width: 328px;
}

.videoCol2 {
	width: 328px;
}

/* Video 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 */

.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;
    width: auto;
	line-height: 20px;
    height: 20px;
    padding: 10px 10px;
    text-decoration: none;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
	margin: 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: 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;
	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 {
	height: 150px;
}

.slogan {
	top: 80px;
	width: 100%;
	height: 150px;
}

.slogan img {
	width: 200px;
	height: auto;
}

/* sliderSpan Styles - End */

/* contentSpan Styles - Start*/

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

/* categories */

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

h3 {font-size: 14px;}

/* main workspace */

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

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

/* homeCol1 - Main copy and new products */

.homeCol1Copy {
	width: 100%;
}

.homeCopy p{
	text-align: left;
}

/* contentSpan Styles - End */


/* btmSpan Styles - Start */

.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{
	width: 100%;
	height: auto;
	line-height: auto;
	text-align: center;
	padding-top: 0;
	padding-bottom: 20px;
}

/* btmSpan Styles - End */

/* Agent Styles - Start */

.agentsCol1 {
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0;
	margin-top: 30px;
	margin-bottom: 0;
}

.agentsCol2 {
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
}

.agentsCol3 {
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0;
	margin-top: 20px;
}

.agentsCol4 {
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0;
	margin-top: 20px;
}

.agentsCol1 p {
	padding-left: 10px;
}

.agentsCol1 h1 {
	padding-left: 10px;
}

.agentsCol2 p {
	padding-left: 10px;
}

.agentsCol2 h1 {
	padding-left: 10px;
}

.agentsCol3 p {
	padding-left: 10px;
}

.agentsCol3 h1 {
	padding-left: 10px;
}

.agentsCol4 p {
	padding-left: 10px;
}

.agentsCol4 h1 {
	padding-left: 10px;
}

/* Agent Styles - End */

/* Contact Styles - Start */

.contactCol {
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	border-bottom: dashed 1px #ccc;
}

/* Contact Styles - End */

/* Links Styles - Start */

.linkCol1 {
	width: 100%;
	height: auto;
	padding: 0;
	padding-bottom: 20px;
	margin-right: 0;
	margin-top: 30px;
	margin-bottom: 0;
	border: none;
	border-bottom: dashed 1px #ccc;
}

.linkCol2 {
	width: 100%;
	height: auto;
	padding: 0;
	padding-bottom: 20px;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
	border: none;
	border-bottom: dashed 1px #ccc;
}

.linkCol3 {
	width: 100%;
	height: auto;
	padding: 0;
	padding-bottom: 20px;
	margin-right: 0;
	margin-top: 20px;
	border: none;
	border-bottom: dashed 1px #ccc;
}

.linkCol4 {
	width: 100%;
	height: auto;
	padding: 0;
	padding-bottom: 20px;
	margin-left: 0;
	margin-top: 20px;
	border: none;
}

.linkLogo img {
	width: 200px;
	height: auto;
}

/* Links Styles - End */

/* Product Styles - Start */

.productSubheading {
	width: 100%;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.productGallery {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.productSubheading h2 {
	padding-left: 15px;
}

/* Product Styles - End */

/* Video Styles - Start */

.videoCol1 {
	width: 100%;
	height: auto;
	padding: 0;
	padding-bottom: 20px;
	margin-right: 0;
	margin-top: 30px;
	margin-bottom: 20px;
	border: none;
	border-bottom: dashed 1px #ccc;
}

.videoCol2 {
	width: 100%;
	height: auto;
	padding: 0;
	margin-left: 0;
	margin-top: 30px;
	border: none;
}

.videoPlayer {
	height: auto;
}

.videoInfo p {
	text-align: center;
}

/* Video Styles - End */

}


/* Extra step for small phones */
/* targeting all screen sizes smaller than 300px (Mobiles) */
@media (max-width: 420px){
	
/* sliderSpan Styles - Start */

.slogan {
	display: none;
}

/* sliderSpan Styles - End */

}

