
.top-header .social-box{
    text-align: right;
    margin-top: 7px;
}

.top-header .social-box > p {
    font-size: 22px;
    margin-right: 10px;
    font-family: 'Kreon', serif;
    display: inline-block;
    vertical-align: middle;
}

.top-header .social-box a.social {
    width: 45px;
    height: 45px;
    font-size: 26px;
}

@media (max-width: 768px) {
    .top-header .social-box{
        text-align: center;
        margin-top: 10px;
    }

    .top-header .social-box a.social {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

.header-hr {
    height: 15px;
    background: -webkit-linear-gradient(#3372aa, #1d63a0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3372aa, #1d63a0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3372aa, #1d63a0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3372aa, #1d63a0); /* Standard syntax */
}

.blog-box {
    border-bottom: 4px solid #DDDDDD;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.blog-box > h2.title {
    margin-top: 0px;
}

.blog-box > .tag-social {

}

.blog-box > .tag-social > .tag {
    color: #6ab4e0;
}

.blog-box > .tag-social > .tag .icon {
    padding-right: 8px;
    font-size: 17px;
    vertical-align: top;
}

.blog-box > .image {
    text-align: center;
    margin: 20px 0px;
}

.blog-box > .image > img {
    display: inline-block;
}

.blog-box > .image > p {
    font-size: 12px;
    font-style: italic;
    color: #333333;
    margin-top: 8px;
}

.blog-box > p > .read-more {
    margin-left: 5px;
    font-weight: bold;
}

.blog-box > img{
    display:block; 
    height: auto;
}
em{
    display:block;
    margin-top:20px;
    margin-bottom:20px;
}
.dd_button{float:left;margin-right:5px;}
.margin-top-20{margin-top:20px;}

.blog-box > h2.title.margin-top-20{margin-top:20px;}


.blog-box >  h2, h3, h4, h5, h6{
color:black;
}

.featured-thumb {
    margin-top: 20px;
    text-align: center;
}
.featured-thumb img {
    box-shadow: 0px 1px 2px #444;
}
#mainblog article {
	margin-bottom:10px;
}
#mainblog article h2{
	font-size:26px !important;;
}

#mainblog .archive .entry-meta {
    font-size: small;
    color: #918f93;
    margin-top:5px;
}
.archive .entry-meta .posted-on {
    margin-right: 6px;
}
.archive .entry-meta .posted-on a{
	color: #918f93;
}
.blog-content img{
	margin-top:20px;
	margin-bottom:20px;
}
.m-t-10{
	margin-top:10px !important;
}
.m-t-5{
	margin-top:5px !important;
}


div.ads-quote-box {
    border: 1px solid #F0F0F0;
    background-color: #f7f7f7;
    -webkit-box-shadow: 1px 1px 1px #888;
    -moz-box-shadow: 1px 1px 1px #888;
    box-shadow: 1px 1px 1px #888;
    padding: 20px;
    margin-bottom: 20px;
    background-position: center left 20px;
    background-repeat: no-repeat;
    padding-left: 90px;
    background-size: 52px;
}

div.ads-quote-box.fontawesome {
    position: relative;
}

div.ads-quote-box.fontawesome em {
    font-size: 3em;
    color: #59abdc;
    position: absolute;
    top: 28%;
    left: 20px;
}

div.ads-quote-box > h3, div.ads-quote-box > .size-h3 {
    font-weight: 600;
    color: #1c62a0;
    margin: 0;
}

div.ads-quote-box > p {
    margin: 5px 0px 0px 0px !important;
    padding: 0;
}

div.ads-quote-box > a {
    padding: 6px 10px;
    background-image: -webkit-linear-gradient(left, #fe9c19 0%, #e68401 100%);
    background-image: -o-linear-gradient(left, #fe9c19 0%, #e68401 100%);
    background-image: linear-gradient(to right, #fe9c19 0%, #e68401 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFE9C19', endColorstr='#FFE68401', GradientType=1);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
}

div.ads-quote-box > a > img {
    margin-left: 10px;
}

div.ads-quote-box.ver-2 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #41719C;
    text-align: center;
    padding-left: 20px
}

div.ads-quote-box.ver-2 h3, div.ads-quote-box.ver-2 .size-h3 {
    font-weight: normal;
    color: #333333
}

div.ads-quote-box.ver-2 a {
    padding-left: 20px;
    padding-right: 20px
}

div.ads-quote-box.ver-2 img {
    display: none
}

div.ads-quote-box.ver-2.blue {
    border-color: #41719C
}

div.ads-quote-box.ver-2.green {
    border-color: #70AD47
}

div.ads-quote-box.ver-2.orange {
    border-color: #FF6600
}

div.ads-quote-box.ver-2.brown {
    border-color: #993300
}

div.ads-quote-box.ver-2.purple {
    border-color: #A162D0
}