.ubuntu {
	font-family: 'Ubuntu';
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #3b3b3b;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x:hidden;
		/* background: #2b2b2b; */
}
#headnew {
	background: radial-gradient(ellipse at center, #e6f0a3 0%,#ffffff 71%);
	min-height: 78px;
	margin-bottom: 0;
	margin-top:10px;
}
#panelmain {
/*	border-color: #91a51d; */
	border-color: darkolivegreen;
}

#panelheader {
/*	background-color: #91a51d; */
	background-color: darkolivegreen;
	border-color: #FFFFFF;
	padding: 8px 15px;
	display:none;
}
.headericon {
	color: orange;
}
.bigtext {
	font-size:25px;
}
.classhead {
	border-radius: 5px;
	color: darkolivegreen;
	background-color: #f6f4f4;
	box-shadow: -1px -4px 17px 1px rgba(0, 0, 0, 0.2);
}
#pgxtron {
	padding-top:35px;
	padding-bottom:25px;
}
#lift {
	box-shadow: -3px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
#lift:hover {
	box-shadow: -10px 10px 20px 5px rgba(0, 0, 0, 0.2);
	-ms-transform: scale(1.005); /* IE 9 */
	-webkit-transform: scale(1.005); /* Safari 3-8 */
	transform: scale(1.005); 
	opacity: 0.85;
	filter: alpha(opacity=85);
	transition-duration: 0.5s;
}

.disclaimer{
	max-width:600px;
	width:100%;
	margin: auto;
}
.clickbox table td{text-align:left}
.clickbox table td:first-child {
 width: 350px;
}
.clickbox table td:last-child {
    text-align: right;
}
@media only screen and (max-width: 600px) {
	
	.bigtext{font-size:15px;}
	a{word-wrap: break-word;}
}



.td-image-wrap img{border-radius: 50px;}
.td-module-meta-info h3{
	font-size: 18px;
    line-height: 21px;
	font-weight: 700!important;
	margin: 0 0 6px;
	font-family: roboto,sans-serif;
	color:#000
}
.td-module-meta-info h3 a{ color:#000}
 
 .td-editor-date {
    color: #767676;
    position: relative;
    top: 2px;
	font-size: 11px;
}


.td-module-meta-info h3 a:hover{
	color:#4db2ec;text-decoration:none;
}

.card-body .td-module-meta-info{
	padding:0;
	margin:10px 0;
}
.card{padding:0 10px}
.card img{
	    border-radius: 50px;
}

.navbar-nav>li>a{
	font-size: 15px;
    font-weight: 600;
	margin:0 5px;
}

.nav>li>a:focus, .nav>li>a:hover{
	    border-bottom: 1px solid #e2cda2;
    border-radius: 5px;
}





.td-block-title {
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 29px;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.td-block-title>* {
    position: relative;
    padding-right: 20px;
    color: #000;
}
.td-block-title>*:before {
    left: 100%;
}

.td-block-title>*:before, .td-block-title>*:after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 2000px;
    background-color: #f5f5f5;
}
.td-block-title>*:after {
    right: 100%;
}
.td-block-span12 {
    width: 100%;
}


.td_module_8 {
    padding-bottom: 25px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 16px;
}
.td_module_8 .td-module-title {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
	
}
.td_module_8 .td-module-title a{
	color:#000;
}
.td_module_8 {
    border-bottom: 2px solid #000000;
}
.td_module_8 .td-module-meta-info {
    margin-bottom: 0;
}

.td-module-meta-info {
    font-family: open sans,open sans regular,sans-serif;
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
}


.td-block-title-wrap h4 {
    font-weight: 900;
}

.td-post-author-name{color: #444;
float: left;
display: inline-block;
    position: relative;
    top: 2px;}
	.td-post-author-name a {
    color: #000;
}
.td-post-author-name div {
    display: inline;
    margin-right: 2px;
}
.td-post-title .td-post-date {
    margin-right: 22px;
}
header .td-post-date {
    margin-left: 4px;
    color: #767676;
    float: left;
}
.td-post-content h2 {
    font-size: 25px;
	line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.td-post-content p, .td-post-content {
    font-size: 17px;
}
.td-post-content p {
    word-wrap: break-word;
}

.tagdiv-type p {
    margin-bottom: 26px;
}
.tagdiv-type {
    font-size: 15px;
    line-height: 1.74;
    color: #222;
}
.entry-title {
    font-size: 30px;
    line-height: 39px;
    font-weight: 600;
}


a:focus {
        outline: none;
}