/* =================================== */
/*	Basic Style 
/* =================================== */
body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	font-size: 13px;
    color: #6a737b;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
figure, p {
    margin: 0;
}
a {
    color: #3B4244;	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #6CB670;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}


/*Coming soon*/
.rss-page-error {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
    .rss-page-error-cell {
        display: table-cell;
        vertical-align: middle;
    }
    .rss-page-error-soon {
        margin: 40px 0 0 0;
    }
    .rss-page-error h1 {
        margin: 0 0 20px 0;
        font-size: 40px;
    }
    .rss-page-error h2 {
        font-size: 50px;
        font-weight: 700;
    }
        .rss-page-error h2 span {
            font-size: 30px;
            font-weight: 300;
        }
    .rss-page-error h3 {
        font-size: 20px;
    }
    .rss-page-error-logo-svg {
        width: 305px;
        margin: 20px 0 0 0;
    }
/**/      