/*begin footer*/
 .tygh-footer {
    background-color: #5f5f5f;
    background: -webkit-gradient(linear,left top,left bottom,from(#5f5f5f),to(#5f5f5f));
    background: -webkit-linear-gradient(top,#5f5f5f,#5f5f5f);
    background: -moz-linear-gradient(top,#5f5f5f,#5f5f5f);
    background: -ms-linear-gradient(top,#5f5f5f,#5f5f5f);
    background: -o-linear-gradient(top,#5f5f5f,#5f5f5f);
    overflow: hidden; 
}
 .tygh-footer .contain{}
.footer-menu {
    margin-top: 30px;
    padding-bottom: 20px;
     border-bottom: 1px solid #484848;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.3);
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.3);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.3);   
}
.footer-3{
	width:calc(25% - 25px);
	margin-left: 15px;
	float: left;
}
.footer-cr .footer-3{
	width:25%;
	float: left;
	margin:0px;
}
.footer-9{
	width:75%;
	float: left;
}
p.bottom-copyright{
	margin-top: 19px;padding: 6px 0;
	color: #bcbcbc;font-size: 12px;
}
.footer-container{
	width:1200px;
	overflow: hidden;	
	margin:0 auto;
}
.footer-menu{
	padding-top:30px;
	overflow: hidden;
	margin:0 auto;
}
.footer-menu p{
	margin:0px;
	padding:0px;
}
.footer-menu p span {
    font-size:18px;
       color: #bcbcbc; 
}
.footer-menu ul {
    margin-top: 10px;
    line-height: 18px;
}
.footer-account ul a {
    color: #ffffff !important;
    font-size: 13px;
    text-decoration: none;
}
.footer-thestore ul a {
       color: #ffb20c;
    font-size: 13px;
    text-decoration: none;
}
.footer-thestore ul a:hover,.footer-custserv ul a:hover{
	color: #ffffff !important;
}
.footer-custserv ul a {
   color: #EC008C;
    font-size: 13px;
    text-decoration: none;
}
.payment-icon{
    display: inline-block;
    margin-left: 10px;
    width: 51px;
    height: 32px;
    background: url(../images/payments.png) no-repeat;
}
.payment-icons {
    margin: 15px 0;
}
.payment-icon.paypal {
    background-position: -100px -100px;
}
.payment-icon.mastercard{
	    background-position: 0px -100px;
}
.payment-icon.visa{
	    background-position: -200px 0px;
}
.bottom-copyright a{
     color: #bcbcbc!important;
     text-decoration: none;
}



@media only screen and (orientation:portrait) {
.footer-3,.footer-container,.footer-cr .footer-3,.footer-9{
    width:100%;
}



}
/*end footer*/