/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
	padding-top: 0;
}
body.cms-home .slideshow-container {
	margin: 0;
}
.slideshow .banner-msg {
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	top: 30%;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.slideshow .banner-msg h2 {
	color: #FFFFFF;
	font-size: 24px;
	text-shadow: 1px 1px 3px #555555;
}
.slideshow .banner-msg h2 strong {
	font-weight: bold;
	display: block;
	font-size: 36px;
}
 @media only screen and (max-width: 770px) {
 .slideshow .banner-msg h2 {
 font-size: 20px;
}
 .slideshow .banner-msg h2 strong {
 font-size: 24px;
}
}
@media only screen and (max-width: 479px) {
 .slideshow .banner-msg {
 top: 20%;
}
 .slideshow .banner-msg h2 {
 font-size: 14px;
}
 .slideshow .banner-msg h2 strong {
 font-size: 16px;
}
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
.promos:after {
	content: '';
	display: table;
	clear: both;
}
/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
	margin: 0 0 10px 0;
	list-style: none;
	text-align: center;
	position: relative;
}
.promos > li:last-child {
	margin-right: 0;
}
.promos img {
	max-width: 100%;
/*	width: 100%;
*/}
.promos a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: block;
}
.promos span {
	color: #FFFFFF;
	text-transform: uppercase;
	position: absolute;
	display: block;
	width: 100%;
	top: 10%;
	font-weight: 500;
	font-size: 20px;
	font-family: "NirmalaUI";
	text-shadow: 1px 1px 3px #555555;
}
.promos strong {
	font-weight: 600;
	font-size: 26px;
	display: block;
}
 @media only screen and (min-width: 771px) {
 .promos span {
 font-size: 16px;
}
 .promos strong {
 font-size: 17px;
}

  /* Config: Three columns + flexible gutter */
  body .promos > li {
 /*   float: left;
    width: 31.74603%;
    margin-right: 2.38095%;*/
	float: left;
 margin-right: 1.75%;
 width: 18.6%;
}
 .promos > li:nth-child(3n) {
/*    margin-right: 0;*/
  }
}
@media only screen and (min-width: 880px) {
 .promos span {
 font-size: 18px;
}
 .promos strong {
 font-size: 24px;
}
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings, .cms-index-index .products-grid .actions, .cms-index-noroute .products-grid .ratings, .cms-index-noroute .products-grid .actions {
	display: none;
}
.cms-index-index h2.subtitle {
	padding: 6px 0;
	text-align: center;
	color: #566a21;
	font-weight: 600;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.cms-index-noroute h2.subtitle {
	display: none;
}
/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
	position: relative;
}
.categorylandingMainblock {
	border: 1px solid #E2E2E2;
	padding: 7px;
}
.catblocks {
	float: left;
	padding: 0 0 20px 0;
	width: 100%;
}
.catblocks li {
	position: relative;
	float: left !important;
	width: 23% !important;
	margin-right: 2.66667% !important;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	padding: 10px;
}
.catblocks li:hover {
	border-color: #566a21;
}
 @media only screen and (max-width: 770px) {
 .catblocks li {
 width: 49% !important;
 margin-right: 2% !important;
}
 .catblocks li:nth-child(even) {
 margin-right: 0 !important;
}
}
@media only screen and (max-width: 479px) {
 .catblocks li {
 width: 100% !important;
 margin-right: 0 !important;
 float: none;
}
}
.catblocks li:last-child {
	margin-right: 0 !important;
}
.catblocks li img {
	width: 100%;
	max-width: 100%;
}
.catblocks li a span {
	color: #FFFFFF;
	position: absolute;
	background-color: #7B7C7B;
	font-family: "NirmalaUI";
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 5px 10px;
	margin-right: 10px;
}
.catblocklinks a {
	color: #FFFFFF;
	text-decoration: none;
}
.catlandingbottomPromoblock {
	float: left;
	width: 100%;
	border: 1px solid #E2E2E2;
	margin-bottom: 100px;
}
.catalog-category-view div.categoryland-caption {
	display: block;
	margin: 0;
	position: absolute;
	color: #000000;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}
.catalog-category-view div.categoryland-caption span.blue-big-text {
	color: #3399CC;
	font-size: 50px;
	font-weight: 800;
	padding: 0 0 0 8px;
}
.catalog-category-view div.categoryland-caption span.blue-big-text {
	padding: 0 !important;
}
.catalog-category-view div.categoryland-caption span.three-dots {
	background: url(../images/bg_threeDots.png) no-repeat center center;
	display: block;
	height: 20px;
}
.catalog-category-view div.categoryland-caption p.desc {
	font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
	color: #656565;
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover, .cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
	text-decoration: underline;
	color: #1189C5;
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text, .catalog-category-view div.categoryland-caption span.blue-big-text {
	color: #3399CC;
	font-size: 50px;
	font-weight: 800;
	padding: 0 0 0 8px;
}
.catalog-category-view div.categoryland-caption span.blue-big-text {
	padding: 0 !important;
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots, .catalog-category-view div.categoryland-caption span.three-dots {
	background: url(../images/bg_threeDots.png) no-repeat center center;
	display: block;
	height: 20px;
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc, .catalog-category-view div.categoryland-caption p.desc {
	font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
	color: #656565;
}
.contact-details {
	float: right;
	position: absolute;
	right: 0;
	top: 57%;
	width: 70%;
}
.contact-details .first {
	text-align: right;
	height:45px;
}
.contact-details .first a {
	color:#333333;
	font-size:24px;
	text-decoration:none;
}
.contact-details .first img {
	float:right;
	padding:0 0 0 15px;
}
.contact-details .second {
	clear: both;
	display: inline;
	float: right;
	width:100%;
}
.contact-details .second a {
	color:#333333;
	font-size:32px;
	font-weight:bold;
	padding:0 0 0 20px;
	float:left;
	text-decoration:none;
	margin-top:-5px;
}
.contact-details .second span.green {
	color:#566a21;
}
.contact-details .second img {
	float:left;
	padding:0 0 0 10px;
}
#nav-search {
	min-height:60px;
	background:#ececec;
}
.nav-search-bar {
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 30px;
}
.nav-search-bar #search_mini_form {
	float: right;
	padding: 15px 0;
	width: 20%;
}
.footer-area {
	background: url(../images/footer_bg.png) repeat-y;
}
.footer-area .links.map {
	width:5%;
	margin-left:0;
}
.footer-area .links.contact-detail {
	width:18%;
}
.footer-area .links.contact-detail2 {
	width:15%;
}
.footer-area .links.contact-detail2 p {
	margin:0 0 15px 0;
}
.footer-area .links.icons-part {
	width:27%;
	border:none;
}
.footer-area .links.icons-part ul li:last-child {
	padding:0;
}
.footer-area .links.scroll-top {
	width:4%;
	border:none;
}
.footer-area .links.logo-img {
	border:none;
	float: right;
	margin: 0;
	text-align: right;
}
.footer-area h2 {
	font-size: 12px;
	padding: 0;
	text-align: left;
	color:#333333;
}
.footer-area p {
	color:#000000;
	font-size: 12px;
}
.footer-area p span {
	font-weight:bold;
	color:#566a21;
}
.content-section {
	clear:both;
	display:table;
}
.content-section .new-button {
	background:#f1e321;
	color:#333333;
	padding:10px;
	font-size:20px;
	text-align: center;
	display:inline-block;
	text-transform: uppercase;
	font-family:"NirmalaUI-Bold";
	text-decoration:none;
}

.content-section .new-button:hover{
/*background-color:#ffe202;*/
opacity:0.8;
}

.content-section .content-left {
	float:left;
	width:44%;
	background:#eee9e4;
	padding:25px;
}
.content-section .content-left h2 {
	color:#000;
	font-size:18px;
	margin:0 0 20px 0;
}
.content-section .content-left p {
	color:#000;
	font-size:12px;
	margin:0 0 5px 0;
}
.content-section .content-left .new-button {
	float:right;
}
.content-section .content-left img {
    max-width: 100%;
}
.content-section .content-right {
	float:right;
	width:53%;
}
.content-section .content-right .upper-1 {
	text-align:center;
	display:table;
	margin:0 0 35px;
}
.content-section .content-right h2 {
	color:#fff;
	font-size:24px;
	margin:10px 0;
}
.content-section .content-right p {
	color:#fff;
	font-size:16px;
	margin:0 0 20px;
}
.content-section .content-right .upper-1 .up-left {
	float:left;
	width:44%;
	background:#333333;
	padding:35px 30px;
	min-height: 300px;
}
.content-section .content-right .upper-1 .up-right {
	float:right;
	width:44%;
	padding:35px 30px;
	background:#eee9e4;
	min-height: 300px;
}
.content-section .content-right .upper-1 .up-right h2 {
	color:#1a1a1a;
}
.content-section .content-right .upper-1 .up-right p {
	color:#1a1a1a;
}
.content-section .content-right .upper-2 {
}
.content-section .content-right .upper-2 .up-left {
	float: left;
	width: 48%;
}
.content-section .content-right .upper-2 .up-right {
	float: right;
	text-align:right;
	width: 48%;
}
.content-section .content-right .upper-2 img {
	max-width:100%;
}
.content-section .content-right .upper-2 img:hover{opacity:0.8;}
.top-new-links {
	display:inline-block;
}
.top-new-links ul li {
	float:left;
	padding:0 10px;
	background:url(../images/line-border.png) no-repeat 0 4px;
	position: relative;
	top: 4px;
}
.top-new-links ul li a {
	color:#1a1a1a;
}
.footer.responsive-view {
	display:none;
}
/* Menu CSS*/
 @media only screen and (max-width: 1050px) {
.footer.responsive-view {
display:block;
}
 .footer.non-responsive {
display:none;
}
.footer.responsive-view li a{font-size:14px; font-weight:bold;}
.footer.responsive-view h2{margin:10px 0;}
.footer.responsive-view p{font-size:14px; text-align:left;}
.footer.responsive-view img{max-width:100%;}
}
@media only screen and (min-width: 771px) and (max-width: 820px) {
 .nav-primary a.level0 {
 font-size: 11px;
 padding: 10px 5px;
}
}

@media only screen and (min-width: 821px) and (max-width: 1180px) {
.nav-primary a.level0 {
 font-size: 13px;
 padding: 10px 4px;
}
}
 @media only screen and (max-width: 1279px) {/* .contact-details{width:100%; position:relative; top:-20px;}
 .contact-details .first a{font-size:20px;}
 .contact-details .second a{font-size:20px;margin-top: 5px;}
 .contact-details .second{width:78%;}*/
 .contact-details {
display:none;
}
}
 @media only screen and (min-width: 771px) and (max-width: 960px) {
.logo img {
width:75%;
}
}
 @media only screen and (min-width: 770px) {
#header-search {
display:none;
}
.account-cart-wrapper .skip-account {
display:none;
}
.account-cart-wrapper .header-minicart .skip-link {
background:none;
float:none;
height:auto;
}
}
 @media only screen and (max-width: 770px) {
.top-new-links {
display:none
}
 .logo img {
max-width:100%;
}
 .logo {
float:none;
width:100%;
}
 #nav-search {
display:none;
}
.content-section {
display:block;
}
 .contact-details {
display:none;
}
 .content-section .content-left {
float:none;
width:100%;
padding:10px;
display:inline-block;
}
 .content-section .content-left img {
max-width:100%;
}
 .content-section .content-left .new-button {
/*float:left;*/
}
.content-section .content-right {
float:none;
width:100%;
margin:20px 0 0 0;
}
.content-section .content-right .upper-1 .up-left {
float: none;
 min-height: 100%;
 padding: 20px;
 width: 100%;
}
.content-section .content-right .upper-1 .up-right {
float: none;
 min-height: 100%;
 padding: 20px;
 width: 100%;
}
.content-section .content-right .upper-1 {
display:block;
}
.content-section .content-right .upper-2 img {
 width: 100%;
}
}
 @media only screen and (min-width: 640px) {
.content-section .content-left .new-button {
 float: right;
}
}
@media only screen and (min-width: 900px) and (max-width: 1205px) {
	.content-section .content-left .new-button{float:left;}
}
@media only screen and (min-width: 500px) and (max-width: 780px) {
body .promos > li {
    float: left;
    margin-right: 1.75%;
    width: 18.6%;
}
}