html body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-size:1em;
	font-family: 'Roboto', sans-serif;
}
html section {
    float: left;
    width: 100%;
}
body h1{
	font-size:3em;
	color:#313b45;
	font-family: 'Roboto', sans-serif;
	margin:0;
	padding:0;
	font-weight:normal;
}
body h2{
	font-size:2em;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	margin:0;
	padding:0;
	font-weight:normal;
}
body h3{
	font-size:1.6em;
	color:#222222;
	font-family: 'Roboto', sans-serif;
	margin:0;
	padding:0;
	font-weight:normal;
}
body h4{
	font-size:1.5em;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	margin:0;
	padding:0;
	font-weight:normal;
}
body h5{
	font-size:1.2em;
	color:#383737;
	font-family: 'Roboto', sans-serif;
	margin:0;
	padding:0;
	font-weight:normal;
}
body h6{
	font-size:1em;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	margin:0;
	padding:0;
	font-weight:normal;
}
body ul{
	margin:0;
	padding:0;
}
body li{
	list-style:none;
}
body a{
	text-decoration:none;
	color:#71a60f;
}
body a:hover{
	text-decoration:none;
}
body p{
	font-size:1em;
	color:#191919;
	line-height:22px;
}
*{
	-ms-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
header{
	float: left;
	width: 100%;
	/*padding: 10px 0;*/
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	position: fixed;
}
.menu-box{
	float: left;
	width: auto;
	/*float: right;margin: 27px 60px 0 0;*/
	margin: 17px 0 12px;
	text-align: right;
}
.menu-box ul{
	display: inline-table;
}
.menu-box ul li{
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
.menu-box ul li:first-child{
	margin-left: 0;
}
.menu-box ul li a{
	/*font-size:1em;
	color: #000;
	padding:10px 15px;
	float:left;
	text-transform: uppercase;
	font-weight: 700;*/
	color: #000000;
    float: left;
    font-size: 1em;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    text-transform: uppercase;
}
.menu-box li a img {
    float: right;
    margin: 5px 0 0 10px;
}
.menu-box ul li a:before{
	content: "";
	position: absolute;
	border-top:2px solid #F8EF24;
	width:100%;
	top:0;
	left: 0;
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}
.menu-box ul li a:after{
	content: "";
	position: absolute;
	border-top:2px solid #F8EF24;
	width:100%;
	bottom:0;
	left: 0;
	transform: translateY(-20px);
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}
.menu-box ul li a:hover:before,.menu-box ul li.active a:before,.menu-box ul li.current-menu-item a:before{
	opacity: 1;
    transform: translateY(0px);
}
.menu-box ul li a:hover:after,.menu-box ul li.active a:after,.menu-box ul li.current-menu-item a:after{
	opacity: 1;
    transform: translateY(0px);
}
.social-ul-top {
    display: inline-table;
    float: left;
    left: 8%;
    margin-top: 18px;
    position: relative;
    width: auto;
}
.social-ul-top li {
    border-bottom: medium none;
    display:inline-block;
    float: none;
    margin:0 5px;
    padding-bottom: 0;
}
.social-ul-top li a {
    background-color: #f8ef24;
    border-color: #000000;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    color: #000000;
    display: inline-block;
    font-size: 22px;
    height: 46px;
    line-height: 47px;
    overflow: hidden;
    text-align: center;
    width: 46px;
}
.social-ul-top li:last-child a {
	line-height: 49px;
}
.social-ul-top li a:hover{
	background-color:#000;
	color: #F8EF24;
}
.banner{
	float: left;
	width: 100%;
	margin-top: 70px;
}
.parallax.bg1 {
    background-image: url("../images/bg.jpg");
}
.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% ;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    height: 37em;
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-width: 100%;
}
.bnr-box{
	float: left;
	width: 100%;
	text-align: center;
}
.banner img{
	margin-top: 3%;
	margin-left: 0;
	float: none;
}
/*.banner span{
	float: left;
	width: 100%;
	margin-top: 15%;
	margin-left: 20px;
	color: #F8EF24;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 900;
}
.banner span + span{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-left: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
}*/
.product-box {
    float: left;
    width: 100%;
}
.product-box .col-md-4.col-sm-4.col-xs-12{
	padding: 0;
}
.product-content-box{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.prdct-img-box{
	float: left;
	width: 100%;
	z-index: 0;
	position: relative;
}
.prdct-img-box::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.15;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease-out 0s;
    width: 100%;
}
.product-content-box:hover .prdct-img-box::after {
    opacity: 0.4;
}
.product-content-box:hover .prdct-img-box img{
	transform: scale(1.1);
}
.prdct-text-box{
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
	-webkit-transform:translateY(-81px);
  	-moz-transform:translateY(-81px);
  	-ms-transform:translateY(-81px);
  	-o-transform:translateY(-81px);
 	 transform:translateY(-81px);

	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.prdct-text-box h3{
	float:left;
	width: 100%;
	font-size: 1.2em;
	background-color:rgba(0,0,0,0.5);
	color: #F8EF24;
	padding:30px 15px;
	min-height: 102px;
}
.prdct-text-box p{
	float: left;
	width: 100%;
	background-color: #F8EF24;
	color: #000;
	padding:18px 15px;
	text-align: justify;
	margin: 0;
}
.product-content-box:hover  .prdct-text-box {
    -webkit-transform:translateY(0px);
  	-moz-transform:translateY(0px);
  	-ms-transform:translateY(0px);
  	-o-transform:translateY(0px);
 	 transform:translateY(0px);

}
.product-content-box:hover .prdct-text-box h3 {
	background-color:rgba(0,0,0,1);
}
.prdct-main-box{
	float: left;
	width: 100%;
}
.prdct-blog-head:before,.prdct-podcast-head:before,.prdct-books-head:before {
    /*background-color: rgba(248, 239, 36, 0.7);*/
    background-color: rgba(0, 0, 0, 1);
    content: "";
    float: left;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.prdct-blog-head{
	float: left;
	width: 100%;
	/*background-image: url("../images/blog-bg.jpg");
	background-repeat: no-repeat;
	padding-bottom: 400px;*/
	position: relative;
}
#home { 
	background: url(../images/blog-bg.jpg) 50% 0 fixed no-repeat ; 
	height: auto;  
	margin: 0 auto; 
    width: 100%; 
    position: relative; 
    background-size: 100%;
}
.blog-head-box h2 span {
    float: left;
    margin: 15px 15px 0 0;
}
#prdct-home{
	float: left;
	width: 100%;
	/*padding-bottom: 400px;*/
	position: relative;
}
#prdct-home { 
	background: url(../images/podcast-bg.jpg) 50% 0 fixed no-repeat ; 
	height: auto;  
	margin: 0 auto; 
    width: 100%; 
    position: relative; 
    background-size: 100%;
}
.prdct-books-head{
	float: left;
	width: 100%;
	/*padding-bottom: 400px;*/ 
	position: relative;
}
#prdct-books-home { 
	background: url(../images/books-bg.jpg) 50% 0 fixed no-repeat ; 
	height: auto;  
	margin: 0 auto; 
    width: 100%; 
    position: relative; 
    background-size: 100%;
}
.blog-head-box{
	float: left;
	width: 100%;
	padding:10px 25px;
	text-align: left;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 9;
	position: relative;
}
.blog-head-box h2{
	border-right: 2px solid #f8ef24;
    color: #f8ef24;
    float: left;
    font-weight: 900;
    margin-bottom: 0;
    margin-right: 15px;
    padding: 15px 15px 15px 0;
    text-transform: uppercase;
    width: auto;
}
.blog-head-box a{
	color: #ffffff;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 35px;
}
.blog-head-box a:hover{
	color:#F8EF24;
}
/*.blog-head{
	float: left;
	width: 100%;
	background-color: #fff;
}

.blog-head p{
	float:left;
	width: 100%;
	text-align: justify;
	color: #000;
	margin: 25px 0 0 ;
	padding-right: 10px;
}*/
.prdct-audio-btn{
	/*width: 75px;
	position: absolute;
	top: 120px;
	transform: translateY(-120px);
    transition: all 0.8s ease-out 0s;
    opacity: 0;
    right: 0px;
    left: 0;
    margin: 0 auto;*/
    bottom: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: translateY(150px);
    transition: all 0.8s ease-out 0s;
    width: 75px;
}
.product-content-box:hover  .prdct-audio-btn {
    transform: translateY(0px);
    opacity: 1;
}
footer{
	float: left;
	width: 100%;
	background-color: #191919;
	padding: 65px 0;
}
.foo-box,
.foo-social-links{
	float: left;
	width: 100%;
}
.foo-box h4,
.foo-social-links h4{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 900;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
}
.foo-box h4 i,
.foo-social-links h4 i{
	float:left;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #F8EF24;
	font-size:1.3em;
	background-color: #000;
	line-height: 46px;
}
.foo-box h4 span,
.foo-social-links h4 span{
	color: #F8EF24;
    float: left;
    margin: 10px 15px 0;
}
.foo-box ul{
	float: left;
	width: 100%;
}
.foo-box ul li{
	float: left;
}
.foo-box ul li .adrs-box{
	float: left;
	width: 100%;
}
.foo-box ul li .adrs-box h5{
	float: left;
	width: 100%;
	color: #F8EF24;
	font-weight: bold;
	margin-bottom: 5px;
}
.foo-box ul li .adrs-box p{
	float: left;
	width: 100%;
	color: #fff;
	margin-bottom: 0;
}
.foo-box ul li .time-box{
	float: left;
	width: 100%;
}
.foo-box ul li .time-box h5{
	float: left;
	width: 100%;
	color: #F8EF24;
	font-weight: bold;
	margin-bottom: 5px;
}
.foo-box ul li .time-box p{
	float: left;
	width: 100%;
	color: #fff;
	margin-bottom: 0;
}
.foo-box ul li .time-box + .time-box{
	margin-top:5px;
}
.soc-news-box{
	float: left;
	width: 100%;
	/*border-width: 2px 0;
	border-style: solid;
	border-color: #000;*/
	margin-top: 25px;
}
.news_letter {
    /*border-right: 2px solid #000;
    padding:25px 0;*/
    float: left;
    width: 100%;
}
/*.news_letter h4 {
    color: #ffffff;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    margin: 12px 35px 0 0;
}*/
.news_letter h4{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 900;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
}
.news_letter h4 i{
	float:left;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #F8EF24;
	font-size:1.3em;
	background-color: #000;
	line-height: 50px;
}
.news_letter h4 span{
	color: #F8EF24;
    float: left;
    margin: 10px 15px 0;
}
#nwsemail {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    float: left;
    font-size: 1em;
    padding: 15px;
    width: 75%;
    border-radius: 2px;
    margin-bottom:0;
}
#nwssubmit {
    background: #f8ef24 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #000000;
    float: right;
    font-size: 1em;
    /*margin-top: 15px;*/
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 22%;
    font-weight: bold;
}
#nwssubmit:hover {
	background-color: #000;
	color: #f8ef24;
}
.foo-social-links{
    padding:25px 0 0px;
    float: left;
    width: 100%;
}
foo-social-links ul {
    float: left;
	width:100%;
	display:inline-table;
}
.foo-social-links ul li {
    border-bottom: medium none;
    display:inline-block;
    float: none;
    margin:5px 5px 0;
    padding-bottom: 0;
}
.foo-social-links ul li:last-child {
	margin-right: 0;
}
.foo-social-links ul li a {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #f8ef24;
    border-radius: 2px;
    color: #000000;
    display: inline-block;
    height: 40px;
    line-height: 43px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}
.foo-social-links ul li a:hover {
    background-color: #f8ef24;
    border-color: #f8ef24;
    color: #000000;
}
.foo-social-links ul li i {
    border-radius: 2px;
    color: #f8ef24;
    float: none;
    font-size: 20px;
    margin-left: 0;
}
.foo-social-links ul li a:hover i{
	color: #000;

}
.foo-social-links p{
	float: left;
	width: 100%;
	color: #fff;
	margin: 0 0 22px;
	text-align: justify;
	font-size: 1em;
}
.copyrights {
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
	padding: 35px 0;
	background-color: #000;
}
.copyrights p{
	float: left;
	width: 100%;
	margin: 0 0 10px;
	color: #fff;
}
.copyrights a {
    color: #E0D50D;
}
.copyrights a:hover {
    color: #fff;
}
/***********************************4-11-15*************************/
.content-area {
    float: left;
    margin-top: 75px;
    width: 100%;
    background-color: #f1f1f1;
}
header.entry-header {
    background-color: #f8ef24;
    box-shadow: none;
    z-index: 9;
    padding: 30px 0;
    position: relative;
    border-bottom: 5px solid #e8e9ea;
}
header.entry-header h1.entry-title{
	color:#000;
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	font-weight: 700;
}
.page .entry-content,.page .entry-summary,.single  .entry-content,.entry-content{
	float: left;
	width: 100%;
	padding: 20px 0;
}
.page .entry-content p{
	float: left;
	width: 100%;
	text-align: justify;
	margin: 10px 0;
}
.page .entry-content h2,.page .entry-content h3,.page .entry-content h4,.page .entry-content h5,.page .entry-content h6,
.single .entry-content h2,.single .entry-content h3,.single .entry-content h4,.single .entry-content h5,.single .entry-content h6,
.search .entry-content h2,.search .entry-content h3,.search .entry-content h4,.search .entry-content h5,.search .entry-content h6{
	float: left;
	width: 100%;
	margin: 15px 0;
	padding:0;
}
.page .entry-content h2{
	font-size: 2em;
	color: #000;
	font-weight: 700;
}
.page .entry-content h3,.single .entry-content h3,.search .entry-content h3{
	font-size: 1.7em;
	color: #000;
	font-weight: 700;
}
.page .entry-content h4{
	font-size: 1.5em;
	color: #000;
	font-weight: 700;
}
.page .entry-content h5{
	font-size: 1.2em;
	color: #000;
	font-weight: 700;
}
.page .entry-content h6{
	font-size: 1em;
	color: #000;
	font-weight: 700;
}
/*****************************************sidebar***********************************/
.widget:before {
    background-color: #fff;
    border-bottom: 1px solid #d3d5d7;
    bottom: 2px;
    box-shadow: 0 0 5px 0 #e2e3e4;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.widget:after {
    background-color: #fff;
    border-bottom: 1px solid #d3d5d7;
    bottom: 5px;
    box-shadow: 0 0 5px 0 #e2e3e4;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.widget-about{
    background-color: #fff;
	float:left;
	width:100%;
	padding:27px 20px 15px;	
    margin-bottom: 30px;
    box-shadow: 0 0 5px 0 #e2e3e4;
	text-align:center; 
}
.widget-about .social-ul {
    float: left;
	width:100%;
	display:inline-table;
}
.widget-about .social-ul li {
    border-bottom: medium none;
    display:inline-block;
    float: none;
    margin:0 8px;
    padding-bottom: 0;
}
/*.widget-about .social-ul li:nth-child(1) a{
	background-color:#5d82d1;
}
.widget-about .social-ul li:nth-child(2) a{
	background-color:#40bff5;
}
.widget-about .social-ul li:nth-child(3) a{
	background-color:#eb5e4c;
}
.widget-about .social-ul li:nth-child(4) a{
	background-color:#0077B5;
}
.widget-about .social-ul li:nth-child(5) a{
	background-color:#BD081C;
}
.widget-about .social-ul li:nth-child(6) a{
	background-color:#000;
}*/
.widget-about .social-ul li a {
    background-color: #000000;
    /*border: 1px solid #f8ef24;*/
    color: #f8ef24;
    display: inline-block;
    font-size: 1em;
    height:35px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    width: 35px;
	border-radius:2px;
}
.widget-about .social-ul li a:hover{
	background-color:#F8EF24;
	color: #000;
}
.widget.widget-about li i.fa {
    float: none;
    font-size: 14px;
    margin-left: 0;
	color:#fff;
	border-radius:2px;
}
.widget {
    background-color: #fff;
    border-bottom: 1px solid #d3d5d7;
    box-shadow: 0 0 5px 0 #e2e3e4;
    margin-bottom: 20px;
    padding:20px 20px 25px;
    position: relative;
	float:left;
	width:100%;
}
.widget-title::before, .post-title::before, .block-box-title::before {
    background-color: #000;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 28px;
}
.widget-title, .post-title, .block-box-title {
    border-bottom: 2px solid #ecedee;
    font-size: 1em;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
	color: #000;
	font-family:'Roboto', serif;
}
.widget-title > i, .post-title > i {
    background-color: #000;
    font-size: 0.850em;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    text-align: center;
    width: 28px;
	color:#f8ef24;
	border-radius:2px;
}
.widget-search{
	float:left;
	width:100%;
}
.post-img-podcast audio {
float: left;
width: 100%;
}
.audioPost {
float: left;
padding: 10px 0;
width: 100%;
}
.page .entry-content .audioPost > p {
float: left;
margin: 0;
padding: 0;
width: 100%;
}
.widget_search input[type="search"] {
    background-color: #f6f6f6;
    border: 1px solid #e4e6e8;
    box-sizing: border-box;
    font-size: 0.750em;
    margin-bottom: 10px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
	color: #9ba1a8;
	float:left;
	padding: 12px 10px;
}
.widget .button, .widget .search-submit {
    width: 100%;
	float:left;
    background-color: #000;
	color: #fff;
	border-radius: 2px;
	padding:10px;
	font-size:0.850em;
	border:none;
}
.widget .widget-search form input[type="submit"]:hover {
    background-color: #F8EF24;
    color: #000;
}
.widget-adv {
    text-align: center;
	float:left;
	width:100%;
}
.widget-posts{
	float:left;
	width:100%;
}
.widget-posts ul{
	float:left;
	width:100%;
}
.widget li {
    border-bottom: 1px solid #ecedee;
    color: #4b525c;
    height: 100%;
    list-style: outside none none;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
	float:left;
	width:100%;
	overflow: hidden;
}
.widget li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.widget-posts-image {
    height: 100%;
    overflow: hidden;
}
.widget-posts-img, .widget-comments-img {
    float: left;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 70px;
    border-radius: 2px;
}
.widget-posts-img > a:before {
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.widget-posts-img a {
    display: block;
	background-color: #e74c3c;
}
.widget-posts-img a i.fa {
    display: none;
    float: none;
    font-size: 1.625em;
    height: 100%;
    left: 0;
    line-height: 70px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.widget-posts-img:hover a::before, .widget .widget-posts-img:hover i.fa{
    display: block;
	color: #d82425;
}
.widget-posts-img:hover a:hover i {
    background-color: #e74c3c;
}
.widget-posts-content{
    height: 100%;
    overflow: hidden;
}
.widget-posts-content a{
    color: #000;
	float:left;
	width:auto;
	display: block;
    font-size: 0.938em;
    margin-bottom: 5px;
    text-transform: uppercase;
	font-family:'Roboto', serif;
}
.widget-posts-content span {
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
	clear:both;
	color: #9ba1a8;
	float:left;
}
.widget-posts-content span label{
	margin:0;
	float:left;
	font-size:0.750em;
	font-weight:normal;
}
.widget .widget-posts-content span i.fa {
    float: left;
    font-size: 0.850em;
    margin: 2px 10px 0 0;
}
.widget-posts-content span a{
	margin:0;
	float:left;
	font-size:0.750em;
	font-weight:normal;
	color:#e74c3c;
}
.widget-comments-content {
    overflow: hidden;
	float:right;
	width:75%;
}
.widget-comments-content > a {
    display: block;
    font-size: 0.750em;
    margin-bottom: 5px;
    text-transform: uppercase;
	color: #e74c3c;
}
.widget-comments-content > a:hover{
    color: #000;
}
.page .widget-comments-content > p {
    float: left;
    margin: 0;
    width: 100%;
}
.widget-comments-content > p a {
    font-size: 0.813em;
    line-height: 20px;
	color: #6d7683;
	text-align:justify;
	float:left;
	width:100%;
}
.widget-comments-content > p a:hover{
    color: #e74c3c;
}
.widget-video{
	float: left;
    width: 100%;
}
.widget-video iframe {
    margin: 0;
}
/*******************************************blog-list************************************/
.blog-list{
	float: left;
	width: 100%;
}
.blog-list ul{
	float: left;
	width: 100%;
}
.blog-list ul li{
	float: left;
	width: 100%;
}
.post {
    display: block;
    position: relative;
	float:left;
	width:100%;
}
.post-head:before,.post-wrap:before {
    background-color: #fff;
    border-bottom: 1px solid #d3d5d7;
    bottom: 2px;
    box-shadow: 0 0 5px 0 #e2e3e4;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.post-head, .post-wrap, .block-box {
    background-color: #fff;
    border-bottom: 1px solid #d3d5d7;
    box-shadow: 0 0 5px 0 #e2e3e4;
    padding: 10px 20px 15px;
    position: relative;
	float:left;
	width:100%;
}
.post-head h3 {
    font-size:1.850em;
    font-weight: normal;
    line-height: 35px;
    text-transform: capitalize;
	float:left;
	width:100%;
	font-family: 'Roboto', serif;
	margin-bottom:20px;
}
.post-head h3 a{
    color: #000;
}
.post-head h3 a:hover{
	color:#F8EF24;
}
.post-meta{
	float:left;
	width:100%;
}
.post-meta ul{
	float:left;
	width:100%;
}
.post-meta ul li {
    background-color: #f6f6f6;
    border: 1px solid #e4e6e8;
    float: left;
    margin-right: 10px;
    padding:0 10px;
    text-transform: uppercase;
	border-radius: 2px;
	margin-bottom: 10px;
	width: auto;
}
.post-meta ul li i {
    font-size: 0.938em;
    margin-right: 10px;
	color: #a3a9b0;
}
.post-meta ul li label{
    font-size: 0.750em;
	color: #9ba1a8;
	margin:0;
	font-weight:normal;
}
.post-meta ul li a{
    color: #e74c3c;
    font-size: 0.750em;
}
.post-meta ul li a:hover{
    color: #000;
}
.post-wrap:after {
    background-color: #fff;
    border-bottom: 1px solid #d3d5d7;
    bottom: 5px;
    box-shadow: 0 0 5px 0 #e2e3e4;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.post-wrap {
    margin-bottom:30px;
    padding: 0;
}
.post-img-podcast{
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 20px;
    background-color: #F7EC24;
}
.post-img-podcast iframe{
	margin: 0;
}
.post-img {
    float: left;
    margin: 15px 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.post-img img {
	border: medium none;
    height: auto;
    float: none;
    width: auto;
}
 .post-img iframe {
    border: medium none;
    display: block;
    width: 100%;
}
.post-inner {
    padding:10px 20px 30px;
	float:left;
	width:100%;
}
.post-inner p {
    /* color: #6d7683; */
    color: #000;
    font-size: 1em;
    line-height: 22px;
    margin: 0 0 20px;
	float:left;
	width:100%;
	text-align:justify;
}
.post-share-view {
    border-top: 1px solid #ecedee;
    padding-top: 20px;
	float:left;
	width:100%;
}
.post-meta ul li label span{
    color: #e74c3c;
}
.post-inner .post-meta ul li{
	margin-bottom:0;
}
.post-inner .post-meta ul li:last-child{
	padding:0;
	float:right;
	margin:0;
	border:none;
}
.post-inner .post-meta ul li a.post-more{
    background-color: #000000;
    border-radius: 2px;
    color: #f8ef24;
    float: right;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 15px;
    text-transform: uppercase;
}
.post-inner .post-meta ul li a.post-more:hover{
	background-color:#f8ef24;
	color: #000000;
}
.post-meta-share ul{
	float:right;
	width:auto;
	margin-left:10px;
}
.post-share-view .post-meta li.post-meta-share{
	background: transparent none repeat scroll 0 0;
    border: medium none;
    line-height: 35px;
    padding: 3px 0 0;
}
.post-meta-share ul li{
	float:left;
	padding:0;
	border:none;
	background-color: transparent;
}
/*.post-inner .post-meta-share ul li:nth-child(1) a{
	background-color:#5d82d1;
}
.post-inner .post-meta-share ul li:nth-child(2) a{
	background-color:#40bff5;
}
.post-inner .post-meta-share ul li:nth-child(3) a{
	background-color:#eb5e4c;
}
.post-inner .post-meta-share ul li:nth-child(4) a{
	background-color:#0077B5;
}
.post-inner .post-meta-share ul li:nth-child(5) a{
	background-color:#BD081C;
}
.post-inner .post-meta-share ul li:nth-child(6) a{
	background-color:#000;
}*/
.post-meta-share ul li a{
	background-color: #000;
	/*border: 1px solid #f8ef24;*/
    color: #fff;
    display: inline-block;
    font-size: 1em;
    height:35px;
    line-height: 39px;
    overflow: hidden;
    text-align: center;
    width: 35px;
	border-radius:2px;
}
.post-meta-share ul li a i{
	margin:0;
	font-size:1.2em;
	color:#f8ef24;
}
.post-meta-share ul li a:hover{
	background-color: #f8ef24;
	color: #000;
	}
.post-meta-share ul li a:hover i{
color:#000;
}
/****************   add by nilesh   ***************/

.wsmenucontainer.clearfix {
    display: none;
    float: left;
    width: auto;
}



#navToggle > label {
    color: #ffffff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    left: 60px;
    margin: 0;
    position: absolute;
    top: 10px;
}
[data-sidebar] {
 display: none;
 position: fixed;
 height: 100%;
 z-index:10009;
 overflow-y:scroll;
 width:60%;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
  right: 0;
}
 [data-sidebar-overlay] {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 opacity: 0;
 width: 100%;
 min-height: inherit;
 height: 100%;
 z-index: 102;
  cursor: pointer;
}

[data-sidebar2] {
 display: none;
 position: fixed;
 height: 100%;
 z-index:10009;
 overflow-y:scroll;
 width:100%;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
  top: 0;
  background: rgba(248, 239, 36, 0.8) none repeat scroll 0 0;
}
 [data-sidebar-overlay2] {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 opacity: 0;
 width: 100%;
 min-height: inherit;
 height: 100%;
 z-index: 102;
  cursor: pointer;
}



aside { background-color: #f8ef24;}
aside  a { color:#fff; text-decoration:none;}
.overlay { background-color: #fff; }

.appdrawer {
    float: right;
    font-size: 2em;
    margin: 10px;
}
.appdrawer a.menu-link {
    color: #000;
}
aside .menu-box {
    display: block;
    margin: 0;
}
.appdrawer a.menu-link{

	border-radius: 3px;
    border: 2px solid #000;
    color: #000;
    float: right;
    height: 50px;
    line-height: 30px;
    padding: 8px 0;
    text-align: center;
    width: 50px;
}
.hide_sidebar_btn {
    float: left;
    margin: 35px 0;
    text-align: center;
    width: 100%;
}
.hide_sidebar_btn > a {
    border: 2px solid #000;
    border-radius:0px;
    color: #000;
    border-radius: 3px;
    font-size: 1.2em;
    font-weight: 500;
    padding: 10px 15px;

	backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;

}

.hide_sidebar_btn a:before
{
	background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}


.hide_sidebar_btn a:hover::before{
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hide_sidebar_btn a:hover
{
	color: #f8ef24;
	border-color: #000;
}
.search-bt-head-box {
    display: none;
    float: right;
    width: auto;
}
.search-btn-bx {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
     padding: 250px 0 50px;
}
.sb-search-txt {
    border: 1px solid #e4e6e8;
    border-radius: 5px;
    clear: both;
    font-size: 1.2em;
    padding: 15px;
    width: 80%;
}
.drw-search span {	
    float: left;
    line-height: 20px;
    width: 100%;
}
input.sb-search-submit.drw-search {
background-color: #000000;
border: medium none;
border-radius: 5px;
clear: both;
color: #f8ef24;
cursor: pointer;
height: auto;
line-height: inherit;
margin: 15px auto 0;
opacity: 1;
position: relative;
text-align: center;
z-index: 99;
width: auto;
padding: 10px 15px;
}
.hide_search_btn {
    float: left;
    text-align: center;
    width: 100%;
}
.hide_search_btn a {
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #fff;
    font-size: 1.6em;
    line-height: 15px;
    padding: 8px 13px;
}
.hide_search_btn a:hover {
    border: 2px solid #000;
    color: #000;
}
.menu-link label{
	color: #000;
    float: left;
    font-size: 16px;
    font-weight: bold;
    left: 80px;
    margin: 0;
    position: absolute;
    top: 18px;
}



/*************  section bg images *************/
.bg2.parallax2
{
	background-image:url("../images/blog-bg.jpg") ;
}
.parallax2 {
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% ;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-width: 100%;
}
.bg3.parallax2
{
	background-image:url("../images/podcast-bg.jpg");
}
.bg4.parallax2
{
	background-image:url("../images/books-bg.jpg");
}


.post-recnt li::before {
    /*color: #000000;
    content: "";
    font-family: ionicons;
    font-size: 1.2em;
    left: 0;
    margin-right: 10px;
    margin-top: -2px;
    position: absolute;
    top: 0;*/
    color: #000000;
    content: "";
    font-size: 1.2em;
    left: 0;
    margin-right: 10px;
    margin-top: 4px;
    position: absolute;
    top: 0;
    background-image: url("../images/sml-logo.png");
    background-size: 20px 20px;
    width: 18px;
    height: 18px;
    border-radius: 50px;
}
.post-recnt li {
    float: left;
    margin: 0 0 4px;
    padding: 0 0 5px 24px;
    position: relative;
}
.post-recnt li a:hover, .post-recnt li a:focus {
    color: #000000;
    text-decoration: none;
}
.post-recnt li a {
    color: #000;
}
.post-recnt li span a {
    color: #6d7683;
}
.post-inner p a {
    color: blue;
    text-decoration: underline;
}
.post-inner p a:hover, .post-inner p a:focus {
    color: #000;
    
}
.entry-content .post-inner h2 {
    font-size: 1.5em;
}
.content-area .comments-area {
    float: left;
    width: 100%;
}
.content-area nav.navigation {
    float: left;
    width: 100%;
}
.entry-content .col-md-8.col-sm-8.col-xs-12 .post.adcmnts .post-inner {
    padding-top: 20px;
}
.comment-form .form-input {
	float: left;
    position: relative;
    width: 100%;
}
.comment-form .form-input i {
	position: absolute;
	top: 13px;
	left: 10px;
	font-size: 15px;
	z-index: 1;
}
.contact-form .form-input i {
	top: 35px;
}
.comment-form .form-input input,.comment-form .form-input textarea {
	padding-left: 30px;
	margin-bottom: 20px;
	width: 45%;
}
.comment-form .form-input textarea {
	height: 160px;
	width: 100%;
	line-height: 22px;
}
textarea {
	font-size: 12px;
}
.required-error,.logger_error p {
	font-size: 13px;
	color: #F00;
	line-height: 22px;
	margin-bottom: 20px;
	display: block;
}
label.required span {
	margin-left: 3px;
	color: #F00;
}
.signup_form p {
	margin-bottom: 0;
}
.logger_captcha_p input[type="text"] {
	margin-right: 20px;
}
.logger_captcha_img {
	cursor: pointer;
}
.logger_captcha_span {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
div.wpcf7-response-output {
	margin-right: 0;
	margin-left: 0;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea, select {
    background-color: #f6f6f6;
    border: 1px solid #e4e6e8;
    font-size: 12px;
    margin-bottom: 20px;
    padding:13px 11px;
    text-transform: none;
    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
    width: 100%;
    border-radius: 2px;
}
.form-input textarea{
    background-color: #f6f6f6;
    border: 1px solid #e4e6e8;
    font-size: 12px;
    margin-bottom: 20px;
    padding:13px  10px;
    text-transform: normal;
    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
    width: 100%;
    border-radius: 2px;
}
.post-meta div i, .post-gallery .post-img .bx-controls-direction a, .widget-dribbble .bx-controls-direction a, .related-posts .bx-controls-direction a, .page-navigation a, .widget .widget-posts-content span i.fa, .widget_tag_cloud a, .widget .widget-twitter li .tweet_time a, .comment-form .form-input i, .accordion .accordion-title a, .pagination a, .pagination, .pagination span, .block-box-1 li .block-box-content span i.fa, .carousel-box-1 li .block-box-content span i.fa, .block-box .tabs li a, .carousel-box-2 li .block-box-content span i.fa, .box-slideshow-content span i.fa, .box-slideshow .bx-controls-direction a, .news-ticker-content .bx-controls-direction a {
    color: #a3a9b0;
}
input[type="submit"], input[type="button"] {
    background-color: #000;
    border: medium none;
    border-radius: 2px;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 8px 10px;
    text-transform: uppercase;
}
.commentlist li {
    list-style: outside none none;
}
.commentlist li.comment, .commentlist li.comment ul.children li.comment {
    border-bottom: 1px solid #ecedee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.commentlist li.comment li.comment, .commentlist > li.comment:last-child, .commentlist > li.comment:last-child .comment-body, .commentlist li.comment ul.children li.comment:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.commentlist li.comment .comment-body {
    margin-bottom: 20px;
}
.commentlist li.comment .comment-body p {
    margin-bottom: 0;
}
.commentlist ol.children {
    border-top: 1px solid #ecedee;
    margin-top: 20px;
    padding-left: 100px;
    padding-top: 20px;
}
.commentlist li.comment .comment-body .avatar {
    float: left;
    height: 70px;
    margin-right: 20px;
    overflow: hidden;
    width: 70px;
}
.commentlist li.comment .comment-body .comment-text {
    height: 100%;
    overflow: hidden;
}
.commentlist li.comment .comment-body .comment-text .author {
    margin-bottom: 20px;
}
.commentlist li.comment .comment-body .comment-text .author span {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.commentlist li.comment .comment-body .comment-text .author div.date {
    font-size: 12px;
    text-transform: uppercase;
}
.comment-meta {
    float: left;
}
.comment-reply.button, .comment-edit-link, .comment-reply-link {
    float: right;
    font-size: 13px;
    margin-left: 10px;
    padding: 5px 20px;
    color: #ffffff;
    background-color: #000;
    border-radius: 2px;
}
.cancel-comment-reply a {
    margin-bottom: 20px;
}
.button:hover, .widget .search-submit:hover, .comment-edit-link:hover, .comment-reply-link:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #F8EF24;
    color: #000;
}
.comment-text .author .comment-meta a{
    color: #000;
}
.comment-text .author .comment-meta a:hover{
	color: #e74c3c;
}
.post.adcmnts .post-wrap {
    margin-bottom: 0;
}

.prdct-podcast-head
{
	float: left;
    height: 100%;
    /*padding-bottom: 400px;*/
    position: relative;
    width: 100%;
}

/*----------------------------------------------Umesh------------------------------------------------*/
.prdct-img-box img {
    height: 350px;
    width: 100%;
}
h3.comment-reply-title {
    font-size: inherit;
    padding: 20px 20px 0;
}
.no_icon_widget ul li:before{display:none}
.no_icon_widget ul li {
    margin: 0 0 10px;
    padding: 0 0 10px;
}
ol.commentlist {
    padding: 0;
}
.post-sml-logo {
    /*position: absolute;
    right: -15px;
    top: -15px;*/
    float: left;
    position: relative;
    text-align: center;
    top: 15px;
    width: 100%;
}
.foo-logo-slogn-box{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.foo-lg-box {
    float: left;
    width: 100%;
}
.foo-lg-cntnt-box {
    float: left;
    width: 100%;
}
.foo-lg-cntnt-box > h2, .foo-lg-cntnt-box > h3, .foo-lg-cntnt-box > h4 {
    color: #ffffff;
    float: left;
    font-weight: bold;
    margin: 5px 0;
    width: 100%;
}
.foo-lg-cntnt-box > h2{
	font-size: 1.5em;
	color: #F8EF24;
}
.foo-lg-cntnt-box > h3{
	font-size: 1.3em;
}
.foo-lg-cntnt-box > h4{
	font-size: 1.1em;
	margin-top: 8px;
}
.foo-cntct-list{
    float: left;
    width: 100%;
}
.foo-cntct-list ul{
    float: left;
    width: 100%;
}
.foo-cntct-list ul li{
    float: left;
    margin: 0;
}
.cntnt_auto {
    float: left;
    height: auto;
    margin: 5px 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.cntct_icn_1 {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #f8ef24;
    border-radius: 3px;
    box-shadow: 0 0 0 0 #f8ef24 inset;
    display: inline-table;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    outline-offset: 0;
    position: relative;
    text-align: center;
    transition: all 0.6s ease-in-out 0s;
    width: 40px;
}
.foo-cntct-list li:hover .cntct_icn_1 {
    box-shadow: 0 0 50px 30px #f8ef24 inset;
    color: #000;
}
.foo-cntct-list li:hover .cntnt_auto i {
    color: #000;
}
.foo-cntct-list .cntnt_auto .cntct_icn_1 i {
    color: #f8ef24;
    display: table-cell;
    padding: 0;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
.cntct_loc_txt {
    color: #a05903;
    display: inline-table;
    float: left;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 78%;
}
.cntct_loc_txt span {
    display: table-cell;
    line-height: 24px;
    text-align: justify;
    vertical-align: middle;
}
.cntct_loc_txt span a {
    color: #a05903;
}
.foo-cntct-list .cntnt_auto .cntct_loc_txt > a {
    border: medium none;
    color: #ffffff;
    display: inline-block;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: auto;
    height: auto;
}
.foo-cntct-list .cntnt_auto .cntct_loc_txt > a:hover {
	background-color:transparent;
	color:#F8EF24;
}
.post-wrap.pgns{
	text-align: center;
}
.post-wrap.pgns ul{
	float: left;
	width:100% ;
	padding: 15px;
	display: inline-table;
}
.post-wrap.pgns ul li{
	float: none;
	display: inline-block;
	width:auto;
	margin:0 5px;
}
.post-wrap.pgns ul li a{
	border-radius: 3px;
    float: left;
    padding: 5px;
    text-align: center;
    width: 30px;
    background-color: #000;
	color:#F8EF24;
}
.post-wrap.pgns ul li:first-child a,
.post-wrap.pgns ul li:last-child a{
	width: auto;
	padding: 5px 10px;
}
.post-wrap.pgns ul li a:hover,.post-wrap.pgns ul li.active a{
	color: #000;
	background-color:#F8EF24;
}
/*********   addbynilesh   **************/

h5.menu-title {
    background-color: #000000;
    color: #f8ef24;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    padding: 15px 15px;
    width: 100%;
}
.menu-social {
    float: left;
    width: 100%;
}
.mobi-menu-bx .hide_search_btn.a {
    margin: 50px 0;
}
.post-wrap h2.header2 {
    color: #000;
    font-size: 1em;
}
.abt-sldr {
    float: left;
    margin: 10px 0 45px;
    width: 100%;
}
.globe-astn-box {
    float: left;
    margin: 5px 0;
    width: 100%;
}

.abt-us-head:before {    
    background-color: rgba(0, 0, 0, 1);
    content: "";
    float: left;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.abt-us-head{
	float: left;
	width: 100%;
	position: relative;
}
.abt-us-head-box{
    float: left;
    width: 100%;
    padding:10px;
    text-align: left;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
    position: relative;
}
.page .entry-content .abt-us-head-box h2{
    border-right: 2px solid #f8ef24;
    color: #f8ef24;
    float: left;
    font-weight: 900;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
    padding: 15px 10px 15px 0;
    text-transform: uppercase;
    width: auto;
    font-size: 1.2em;
}
.abt-us-head-box h2 span {
    float: left;
    margin: 10px 10px 0 0;
}
.abt-us-head-box img {
    float: right;
    width: 40px;
}
.abt-us-head-cntnt{
	display: inline-table;
    float: left;
    height: 70px;
    line-height: 70px;
    text-align: justify;
    width: 68%;
}
.page .entry-content .abt-us-head-box a{
    color: #ffffff;
    font-size: 1em;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
}
.page .entry-content .abt-us-head-box a:hover{
    color:#F8EF24;
}
.abt-us-head-img{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.news_letter > p {
    color: #ffffff;
    float: left;
    font-size: 1.3em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
}
.news_letter > a {
    background-color: #f8ef24;
    border-radius: 3px;
    color: #000000;
    float: left;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.news_letter > a:hover {
	color: #f8ef24;
	background-color: #000000;
}

.dwnld-ebook {
    float: left;
    width: 100%;
}
.dwnld-ebook > a {
    background-color: #f8ef24;
    border-radius: 3px;
    color: #000000;
    float: right;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px 25px;
}
.dwnld-ebook > a:hover {
    color: #f8ef24;
    background-color: #000000;
}

iframe html body table{
	width: 100%!important;
}
iframe html body table img{
	width: 100%!important;
}
.pg-inner-img {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.author-box {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    float: left;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.author-box.no-bor {
    border-bottom: none;
    padding-bottom: 0px;
}
.page .entry-content .author-box > p {
    color: #f8ef24;
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 10px;
    width: 100%;
}
.author-cntct {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.author-cntct > span {
    color: #ffffff;
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin-right: 10px;
    line-height: 35px;
}

.author-cntct >  a {
    background-color: #f8ef24;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 1em;
    height: 35px;
    line-height: 39px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    width: 35px;
}
.author-cntct > a i {
    color: #000;
    font-size: 1.2em;
    margin: 0;
}
.author-cntct > a:hover {
    color: #f8ef24;
    background-color: #000000;
}
.author-cntct > a:hover i {
    color: #f8ef24;
}

.blog-pg-head:before {    
    background-color: rgba(0, 0, 0, 1);
    content: "";
    float: left;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.blog-pg-head{
	float: left;
	width: 100%;
	position: relative;
}
.blog-pg-head-box{
    float: left;
    width: 100%;
    padding:10px;
    text-align: left;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
    position: relative;
}
.page .entry-content .blog-pg-head-box h2{
    border-right: 2px solid #f8ef24;
    color: #f8ef24;
    float: left;
    font-weight: 900;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
    padding: 15px 10px 15px 0;
    text-transform: uppercase;
    width: auto;
    font-size: 1.2em;
}
.ablog-pg-head-box img {
    float: right;
    width: 40px;
}
.blog-pg-head-cntnt{
	display: inline-table;
    float: left;
    height: 80px;
    line-height: 80px;
    text-align: justify;
    width:90%;
}
.page .entry-content .blog-pg-head-box p{
    color: #ffffff;
    font-size: 1em;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.blog-pg-head-img{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
div.error_msg {
    float: left;
    width: 100%;
    padding: 26px 10px;
    border: 1px dotted #FF0000;
    background-color: #F6CECE;
    color: #FF0000;
}
.post-img-podcast img {
    width: 100%;
}
.post-share-view.pdcst-hed {
	border: medium none;
	padding-top: 0;
}
.post-share-view.pdcst-hed .soc-box > li {
margin-bottom: 0;
}
.post-share-view.pdcst-hed ul.soc-box {
margin: 0;
}
.post-inner p span a {
    color: blue !important;
}
/*****************/ 


.shr-pst {
    float: right;
    margin-right: 15px;
    margin-top: -25px;
    transform: translateX(67px) rotate(360deg);
    width: auto;
}
.product-content-box:hover .shr-pst {
    transform: translateX(0px) rotate(0deg);
}
.shr-pst a {
    background-color: #F8EF24;
    color: #000;
    height: 50px;
    width: 50px;
    float: right;
    font-size: 1.3rem;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #000;
}
.shr-pst a:hover {
    background-color: #000;
    border-color: #f8ef24;
    color: #f8ef24;
}
.prdct-text-box h3 a {
    color: #f8ef24;
    float: left;
    height: 45px;
    overflow: hidden;
    width: 100%;
}

/*.fbcounters {
    float: left;
    margin-top: 10px;
    width: 100%;
}*/

.fbcounters {
    float: right;
    margin-top: -5px;
    width: auto;
}
