body {
    padding: 0px;
    margin: 0px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1rem;
    background-color: #f2f1f0;
}
wrap {
    max-width: 1220px;
    display: block;
    margin: auto;
}
header, footer {
    width: 100%;
    height: 80px;
    background-color: #cc071e;
}
header {
/*    padding-left: 25px;*/
}
header img {
    height: 80px;
    width: auto;
    margin-left: 25px;
}
main {
		background: #d3dee5;
    padding: 15px;
}
main .content{
    max-width: 1020px;
    min-width: 260px;
    margin: 0 auto;
    padding-bottom:1em;

}
.content img{
width:100%;
}
/*
.shariff {
    margin: 20px 0px;
    background-color: #fff;
    padding: 9px 0 0;
}
.shariff .share_text {
    display: none !important;
}
.shariff .theme-white .shariff-button {
    border: none !important;
    margin-right: 0px;
    width: 50px !important;
    max-width: 25%;
    min-width: 25%;
    text-align: center;
}
.shariff ul li a .fa {
    font-size: 30px !important;
    line-height: 40px;
}
.shariff li, .shariff li a {
    height: 40px !important;
}
.shariff .theme-white .shariff-button a:hover {
    background-color: #fff !important;
}
*/
footer {
    height: 55px;
    text-align: center;
}
footer p {
    margin: 15px 0 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: .8rem;
}
footer p a {
    color: #fff !important;
    display: inline-block;
    float: left;
}
footer img {
    height: 20px;
    width: auto;
}
p#copy {display:none !important;}