@charset "utf-8";
/* CSS Document */


p {
    line-height: 20px;
    margin-bottom: 10px;
	color: #454545;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
}
h5 {
    color: #454545;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
#news-single{
    background-color: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.block-header-single {
    background-color: #2d9ef1;
}
h3.block-header-title-single {
    color: #FFFFFF;
    font-family: Oswald;
    font-size: 25px;
    padding: 8px 0 8px 20px;
    text-transform: uppercase;
}
#divider {
	margin-top: 15px;
	padding-bottom: 5px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/title-pattern.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

h2 {
    color: #111111;
    font: 400 22px/24px 'Oswald',sans-serif;
    margin-bottom: 10px;
	margin-top: 10px;
    letter-spacing: 0;
}

.entry-item {
    margin-top: 5px;
    padding-bottom: 10px;
}


.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix {
}
.clear {  
    clear: both;  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0;  height: 0;
}
.about-author {
	margin: 0 0 15px;
}
.about-author .author-avatar {
	float: left;
    margin-right: 15px;
    text-align: center;
    width: 25%;
}
.about-team .baner-avatar {
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 25%;
}
.about-team .baner-avatar .baner-thumb {
    display: block;
    margin-bottom: 18px;
    position: relative;
    width: 100%;
    z-index: 0;
}
.about-team .baner-avatar .baner-thumb img {
    display: block;
    position: relative;
    width: 90%;
    z-index: 0;
	}
.about-team .baner-avatar-02 {
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 100%;
}
.about-team .baner-avatar-02 .baner-thumb-02 {
    display: block;
    margin-bottom: 18px;
    position: relative;
    width: 100%;
    z-index: 0;
}
.about-team .baner-avatar-02 .baner-thumb-02 img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
	}
.about-author .author-avatar .avatar-thumb {
    background-color: #E6E6E6;
    border-radius: 10% 10% 10% 10%;
    display: block;
    margin-bottom: 18px;
    position: relative;
    width: 100%;
    z-index: 0;
	margin-top: 15px;
}
.entry-link {
    color: #666666;
    font-family: open sans;
    font-size: 13px;
    line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.entry-link:hover {
    color: #2d9ef1;
    text-decoration: none;
	font-weight: bold;
}
.about-author .author-avatar .avatar-thumb{
    transition: all 0.3s ease-in-out 0s;
}
.about-author .author-avatar .avatar-thumb:hover {
    background-color: #0369b4;
}
.about-author .author-avatar .avatar-thumb img {
    border-radius: 10% 10% 10% 10%;
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
}
about-author .author-avatar a {
    color: #0369b4;
    font-weight: 700;
}
.about-author .author-content {
    border-left: 1px dotted #C6C6C6;
    color: #444444;
    margin-left: 30%;
    margin-top: 15px;
}
about-author .social-link {
    font-size: 14px;
    margin: 0;
}
.about-author .social-link li {
    float: left;
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    list-style: none outside none;
    margin: 0 10px 0 0;
}
.about-author .social-link li.facebook-icon a, .about-author .social-link li.twitter-icon a {
    color: #0369b4;

}
.about-author .social-link li.facebook-icon a:hover, .about-author .social-link li.twitter-icon a:hover {
    color: #666666;

}
.about-author .social-link li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
a{ 	text-decoration: none;
    transition: color 0.3s ease-in-out 0s;
}