/*footer*/
.footer{
    height:100px;
    line-height: 100px;
    background: #ea5921;
    clear: left;
    color:#fff;
}
.footer .divider {
    width: 1px;
    background-color: #fff;
    height: 15px;
    margin-top: 45px;
}
.footer-content-sm{
    display: none;
}

@media (max-width: 1025px) {
    .footer{
        height:auto;
        padding:10px;
    }
    .footer-content{
        display: none;
    }
    .footer-content-sm{
        display: block;
        font-size: 12px;
    }
    .footer .divider {
        width: 1px;
        background-color: #fff;
        height: 15px;
        margin-top: 2px;
    }
    .footer-content-sm div{
        line-height: 20px;
    }
}

@media (max-width: 639px) {
    .footer{
        height:auto;
        padding:10px;
    }
    .footer-content{
        display: none;
    }
    .footer-content-sm{
        display: block;
        font-size: 12px;
    }
    .footer .divider {
        width: 1px;
        background-color: #fff;
        height: 15px;
        margin-top: 2px;
    }
    .footer-content-sm div{
        line-height: 20px;
    }
}

@media (max-width: 812px) {
	@media all and (orientation : landscape) { 
	 .main-content{
		 display:none;
	 }
	 .main-landscape{
		 width:100%;
		 display:block!important;
		 text-align:center;
		 color:red;
	 }

	} 
}