﻿/*Common*/
body{
    margin:0;
    padding:0;
	font-family: 'Open Sans', sans-serif;
    overflow-x:hidden;
    line-height:normal;
}
.ShellLogin{
    display:none;
}
.ShellMain {
    overflow: hidden;
}
.ShellMainContent {
max-width: 1024px;
margin: 0 auto;
min-height:450px;
padding: 15px 5px;
}
.Center{
    max-width:1200px;
    width:100%;
    margin:0 auto;
    padding:0 5px;
}
.Iamhidden{
     opacity:0;
}
.Iamvisible{
     opacity:1;
}

.AbsoluteHidden
{
	display:none !important;
}

/*Header*/
header{
    width:100%;
    clear:both;

}
.ShellHeader {
    position: relative;
    display: table;
    width: 100%;
    box-shadow: 0px 0px 5px #a0a0a0;
}
div#at4-follow {
    /* margin-top: 30px !important; */
    /* background-color: #fff; */
    color: #FFF;
}
.HeaderTop {
    background-color: #2A4C33;
    text-align: right;
    width: 100%;
    padding: 5px 0px;
    position: relative;
    min-height: 40px;
}
.HeaderTop .Center {
    position: relative;
}
.ToLeft {
    width: 880px;
    right: 0;
    position: absolute;
    z-index: 1000;
}
ul#MiniNav {
    margin: 0;
}
ul#MiniNav li {
    display: inline-block;
}

.HeaderSearchIcon a, .HeaderSearchIcon a:hover, ul#MiniNav li a, ul#MiniNav li a:hover{
    padding: 5px;
    color:#FFF;
    text-decoration: none;
    font-size: 12px;
}
.Logo {
    width: 100%;
    max-width: 291px;
    position: relative;
    float: left;
}
.Logo img {
    width: 100%;
    max-width: 220px;
}
.Logo a.Header1LogoLink, a.FooterLogoLink{
    color: red;
    font-family: Nirmala UI;
    text-decoration: none;
    position: absolute;
    top: 16px;
    left: 98px;
    font-size: 16px;
    font-weight: bold;
    font-style:italic;
}
.ShellTabBar {
    float: right;
    /* margin-top: 30px; */
    /* margin-right: 15px; */
}
span.CartItemCount {
    font-family: sans-serif;
}
.HeaderIcons,.HeaderLinks {
    display: none;
}
/*Navigation*/
.ShellTabBar nav ul.topnav li a,
.ShellTabBar nav ul.topnav li a:after,
.ShellTabBar nav ul.topnav li a:before {
  transition: all .5s;
}
.ShellTabBar nav.shift ul li a {
  position:relative;
  z-index: 1;
}
.ShellTabBar nav ul.topnav li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #2A4C33;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
.ShellTabBar nav ul.topnav li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

/*End Navigation*/
.ShellTabBar ul.topnav li > a, .ShellTabBar ul.topnav li > a:visited{
    padding: 28px 10px;
    font-size: 14px;
    color:#5a5a5a;
}
.DropDown ul.topnav li > a:hover{
    color:#FFF;
}
/*Subnavs*/
/*Mini Cart*/
.ShellMiniCart .ButtonStyleLink{
   margin-top: -30px;
}
.ShellMiniCartTotal {
    margin-top: 5px;
}
.ShellMiniCartFooter > div {
    float: left !important;
	clear:both;
}
/*End mini cart*/
.Corner {
    background-image: url(/Static/images/corner.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: 11px;
    position: absolute;
    top: 19px;
    width: 20px;
    right: 12px;
}
div#MiniCardSubnav, div#LoginSubnav {
    width: 230px;
    margin-left: 375px;
    margin-top: 5px !important;
}
.subnav .SubnavWrap {
    width: 200px;
    background-color: #FFF;
    padding: 15px;
    padding-top: 30px;
    z-index: 88;
    box-shadow: 0px 0px 5px #2a4c33;
    display: table;
    margin-top:30px;
}

div#LoginSubnav input[type=text], div#LoginSubnav input[type=password], div#SearchSubnav input[type=text]{
    outline: none;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 1.1;
    text-transform: none;
    color: #646464;
    width: 90%;
    margin: 5px 0;
    height: 25px;
    border-radius: 0;
    padding: 5px;
    background-color: #fff;
}
div#SearchSubnav input[type=text]{
	width: 75%;
	float:left;
}
div#ctl00_LoginTitle {
    font-size: 20px;
}
.HasSubnav .Expanded{
    opacity: 0.6;
    color:#d80f0f;
}.HasSubnav .Expandeda:link{
    color:#d80f0f;
}
div#MiniCardSubnav{
    margin-left: 300px;
}
div#SearchSubnav{
    margin-left: 320px;
    width:230px;
}
input.SearchTextBox {
    float: left;
    width: 374px;
    height: 30px;
    /* width: 100%; */
    padding: 0 5px;
    margin-left: 5px;
    border: solid 1px #2a4c33;
}
.SearchButton {
    /* background: url("/Static/images/icons/search-icon.png") no-repeat top left; */
    width: 75px;
    height: 29px;
    margin: 1px 0 0 -1px;
    cursor: pointer;
    float: right;
    background-color: #ff1700;
    /* vertical-align: middle; */
    padding: 7px 1px 1px 1px;
    color: #ffffff;
    font-size: 12px;
    /* border: 1px solid #2a4c33; */
    text-align: center;
}
.SearchButton:hover {
background-color:red;
}
input#HeaderSearchButton {
    display: none;
}
.ButtonStyleLink{
	    padding: 8px 10px;
}
/*End Header*/
/*Default*/
section {
    height: calc(100vh - 80px);
    width: 33.33333%;
    float: left;
    position:relative;
    min-height:250px;
}
.PgContent
{
    padding: 3% 15%;
	min-height: 150px;
	border-bottom:#F00 thin solid
}
.PgContent h1
{
    background-color: #2a4c33;
	color: #fff;
	    padding: 3% 0%;
		text-align:center;
		text-transform:uppercase;
}
.PgContentImage {
    max-width: 230px;
    float: left;
   margin:10px 0;
}

.PgContent img
{ width:100%}
.PgContentTetx {
    padding: 0 10px;
    display:table;
}

@media only screen and (max-width :1200px) {
     .ShellTabBar{
    max-width: 614px !important;
    width: 100%;
    }
	.PgContentImage {
        max-width: 300px;
    }
    }
@media only screen and (min-width :967px){
    .ShellTabBar {
        max-width: 722px;
        width: 100%;
    }
}
@media only screen and (max-width :935px) {

    .Logo img {
    max-width: 200px;
}
   .ToLeft {
        width: 610px;
    }
    input.SearchTextBox {
        float: left;
        width: 279px;
    }
    div#LoginSubnav{
        margin-left:280px;
    }
    div#MiniCardSubnav {
    margin-left: 210px;
}

    .MenuButton {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #5a5a5a;
    position: absolute;
    margin-top: -50px;
    right: 0;
    margin-right: 50px;
}
    .DropDown.Small ul.topnav{
        margin-top:10px;
    }
    .DropDown ul.topnav li > a, .DropDown ul.topnav li > a:visited {
        padding: 2px;
    }
    .Logo a.Header1LogoLink, a.FooterLogoLink{
        top:20px;
        left:90px;
    }
    .ShellTabBar{
        margin: 5px;
    }
    .ShellTabBar #HasIcon{
        display:none;
    }
  
     section{
        float:none;
        width:100%;
    }
   section .Wrapper {
    max-width: 350px;
    position: relative;
}
    section.ShellSecondSection, section.ShellThirdSection{
        height:100vh !important;
    }
section.ShellSecondSection .Wrapper{
       position:absolute;
       right:0;
   }
div#CompanyInfo {
    border: none;
    margin-top: 0;
	display:table;
}
a.FooterLogoLink{
    margin-left:0px !important;
    left:0;
}
.PgContentTetx{
        clear:both;
    }
    .PgContent{
       padding: 3% 5%;
    }
}
@media only screen and (max-height:800px) {
    section .ShellText{
        top:0 !important;
    }
	
}

@media only screen and (max-height:500px) {
    section {
        height: calc(100vh - 65px);
    }
    .ShellText ul li {
        display: inline-block;
        min-width: 200px;
        float: left;
        padding:5px !important;
    }

    .ShopNowButton {
        margin-top: 10%;
    }
    .ShellText ul li, .ShellText a, .ShellText a:visited{
        font-size:18px !important;
    }
    .ShellText h1{
        font-size:22px !important;
    }

}

@media only screen and (max-width :627px) {

 .HeaderIcons{ 
       display:block;
       float:right;
       margin-right:20px;
      }
   .HeaderSearchIcon {
    float: left;
    /* margin: 0 7px; */
}
   .HeaderSearchIcon img {
    margin-top: 3px;
}
   }
@media only screen and (max-width :500px){
    section .ShellText{
        top:0 !important;
    }
    .ShellText h1 a{
        font-size:30px !important;
    }
    .ShellText a, .ShellText a:visited{
        font-size:18px !important;
    }

    section .Wrapper {
        max-width: 500px;
    }
    div#FooterNavigation{
        display:none;
    }
    .FooterPart{
        margin:0px !important;
        padding:0px !important;
        min-width:100px !important;
    }
}
@media only screen and (max-width :430px){
    
    .DropDown.Small .MenuButton{
        position:relative;
        margin:0 !important;
        width:100%;
        text-align:center;
    }
}
section .Wrapper{
    background-color:rgba(0, 0, 0, 0.40);
    width:100%;
    height:100%;
}
    section.ShellFirstSection{
background-image:url(/Static/images/Section1.jpg);
background-size:cover;
background-position:59% 30%;
    }
    section.ShellSecondSection{
background-image:url(/Static/images/Section2.jpg);
background-size:cover;
background-position:25% 30%

    }
    section.ShellThirdSection {
    background-image:url(/Static/images/Section3.jpg);
    background-size:cover;
    
    }
   
section .ShellText {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
    color:#FFF;
}
.ShellText ul {
    padding-left: 20%;
}
.ShellText ul li{
    text-align:left;
    padding:10px;
    list-style-image:url(/Static/images/homepage/list.png);
    font-size:25px;
   
}
.ShellText h1, .ShellText h1 a {
    color: #FFF;
    font-size:40px;
    line-height:normal;
}
.ShellText a, .ShellText a:visited{
    color:#FFF;
    text-decoration:none;
    font-size:25px
}
.ShellText a:hover{
    text-decoration:underline;
}
.ShopNowButton {
    background: #ff0000;
    background-image: url(/Static/images/homepage/ShopNow.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    width: 130px;
    text-align: left;
    display: table;
    padding-right: 15px;
	margin: 0 auto;
}
.ShopNowButton:hover{
    background: #d82b2b;
    background-image:url(/Static/images/homepage/ShopNow.png);
    background-repeat:no-repeat;
    background-position:center right 10px;
}
.ApplyButton {
    background: #ff0000;
    width: 120px;
    text-align: left;
    display: table;
    margin: 0 auto;
}
.ApplyButton:hover{
    background: #d82b2b;
}
a.ShopNowLink {
    font-size: 15px !important;
    padding: 10px;
    display: inline-block;
}
a.ShopNowLink:hover {
text-decoration:none;
}

/*End Default*/
/*Footer*/
.ShellFooter {
    clear: both;
    background-color: #2a4c33;
    text-align: center;
    border-top: #2A4C33 solid 15px;
}

.FooterWrapper {
    display: inline-block;
    color: #FFF;
}
.FooterPart{
    border-left: 1px solid #a0a0a0;
    min-width:300px;
    width: 100%;
    height: 270px;
    float: left;
    margin: 10px 0;
    padding: 0 20px;
    text-align:left;
}
div#ShellFooterLogo{
    border-left: none;
}
.FooterLogo img {
    border: 5px solid #5b8266;
    max-width: 286px;
}

.FooterLogo {}

.FooterPart nav ul li {text-align: center;}

.FooterPart nav ul {
    padding: 0;
}
.FooterPart nav ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
div#FooterNavigation ul a:hover{
    color:red;
    text-decoration:underline;
}
.Info {
    display: table;
    margin: 7px 0;
}
.FooterLogo{
    position:relative;
}
a.FooterLogoLink{
    margin-top: 170px;
    margin-left: 30px;
}
.CompanyInfoIcon {
    float: left;
    width: 23px;
    margin: 0 10px;
}

.CompanyInfoIcon img{
    width:100%
}
.Copyright {
    clear: both;
    text-align: center;
    padding: 5px;
    font-family:Roboto;
    margin-top:15px;
    color:#FFF;
}
.Copyright a{
    color:#808080 !important;

}
/*End Footer*/
.at4-recommended-outer.at4-recommended-right {
    background-color: #2a4c33 !important;
}
.addthis-smartlayers .at4-recommended .at-h3.at-recommended-label{
    color:#FFF !important;
}

.ShellStoreMainContent.cart
{
padding-bottom:20px;
}

.ShellMiniCartItem .MiniCartItemTotal
{
	display:none;
}