body{
	background-color: #f3f4f4;
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
}
h3{
	font-size: 20px;
	line-height: 30px;
}

h3 a{
	color: #1b1b1b;
}

p{
	color: #535252;
	font-size: 14px;
}

a, a:hover{
	text-decoration: none;
	color: #000000;
}

img{
	width: 100%;
}

ul li, ol li{
	list-style: none;
}

.read{
	color: #666666;
}

.read:hover{
	color: #666666;
}

.dotted {
	border: 1px dotted #dcdcdc; 
	border-style: none none dotted; 
	color: #fff; 
	background-color: #fff; 
}

.site-header{
	height: 65px;
    border-bottom: 1px solid #e1e2e2;
    background-color: #ffffff;
}

.navbar {
    padding-top: 5px;
}
.nav>li>a, nav ul li a, .breadcrumb  li a {
	color: #363636;
}

.navbar-nav>.active>a{
	color: #51b7dd;
}

.social{
	margin: 15px 5px 0 5px;
	color: #b7b6b6;
}

.twt{
	margin-left: 165px;
}

.banner-post{
	width: 31.33333333%;
    float: left;
    margin: 50px 2% 40px 0;
	position: relative;
	height: 290px;
}
.banner-post:nth-child(3n+3){

    margin: 50px 0 40px 0;

}

.banner-image img{
	width: 100%;
	border-bottom: 4px solid #51b7dd;
	height: 290px;
}
.banner-image{
position: relative;
}

.banner-head{
	background-color: rgba(210, 205, 200, 0.5);
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0px 0px !important;
	
}
.banner-post:hover  .banner-head{
padding: 20px 0px !important;
-webkit-transition: all 0.8s ease-out;
	   -moz- transition: all 0.8s ease-out;
	   -o- transition: all 0.8s ease-out;
	   -ms- transition: all 0.8s ease-out;
	    transition: all 0.8s ease-out;
}
.banner-head h3{
color:#000;
font-size:22px
}

.banner-head h3,
.banner-head p{
	margin-left: 30px;
}

#content{
	background-color: #e9eaea;
	margin-bottom:30px
}

.post-details i{
	margin-left: 10px;
	margin-right: 5px;
	color: #c4c4c4;
}
.post_single{
position:relative;
min-height:1000px;
}
.post_main{
position:relative;
min-height:540px;
}
.post_content_single{
	background-color: #ffffff;
    padding: 25px 18px;
    margin: 0 20px 30px;
	position:absolute;
	overflow:hidden;
	top:32%;
}
.post_content_main{
	background-color: #ffffff;
    padding: 25px 18px;
    margin: 0 20px 0px;
	position:absolute;
	overflow:hidden;
	top:40%;
}

.post-cont{
	background-color: #ffffff;
    padding: 25px 18px;
    margin-bottom: 30px;
}

footer{
	background-color: #ffffff;
	padding: 45px 0;
    border-top: 1px solid #e1e2e2;
}

.social-icon ul{
	list-style:none;
	padding-left: 135px;
}
.social-icon ul li{
	display: inline-block;
	margin: 5px;
}
.social-icon ul li:last-child{

	margin-right: 0px;
}
.social-icon .fa{
	color: #777777;
}

.search { 
	position: relative; 
}
.search input { 
	text-indent: 30px;
	width: 100%;
	height: 45px;
}

.search1{
	left: 320px !important;
}

.search .fa-search { 
  	position: absolute;
  	top: 18px;
  	left: 230px;
  	font-size: 15px;
}

.widget{
	margin-top: 20px;
}

.sidebar{
	background-color: #ffffff;
}

.sidebar-content ul li{
	padding: 10px 10px 10px 0;
}

.sidebar-content ul li a{
	padding: 0;
}

.sidebar-content .post-details i{
	margin-left: 0px;
    color: #c4c4c4;
}

.category ul li:first-child{
	padding-top: 18px;
}

.category ul li:last-child{
	padding-bottom: 18px;
}

.top{
	background-color: #e9eaea;
}

.breadcrumb{
	margin-top: 20px;
	background-color: none;
}

#blog-content{
	margin-top: 30px;
}

.reply{
	color: #51b7dd;
}

.children{
	margin: 25px 0;
	background-color: #ffffff;
}

.children .comment{
	padding: 35px 10px 35px 0;
}

.comments-wrap h3{
	margin-left: 25px;
}

#leave-comment{
	margin: 40px 0 0;
	padding: 20px 0 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}

input[type="submit"],
input[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 2px;
	background: rgba(182, 182, 182, 0);

}

input[type="submit"]:hover,
input[type="submit"]:hover{
	outline: none;
	border: none;
	background: rgba(182, 182, 182, 0);
}
/*Comment Area*/

#leave-comment form {
padding-left:25px;
}
#leave-comment form p{
display:inline-block;

}
#leave-comment form p input[type="text"]{
margin-right:20px;
}
#leave-comment form p input[type="text"],
#leave-comment form p input[type="email"]{
width:350px;
height:45px;
}
#leave-comment form p.comment-form-comment,  #leave-comment form pform-submit{
display:block;
}
#leave-comment form p input[type="submit"]{
width:110px;
height:45px;
border:1px solid #c5c5c5;
}



/* For Mobile */
@media only screen and (max-width: 767px) {


.social{
	margin: 15px 5px 0 5px;
	color: #b7b6b6;
}

.twt{
	margin-left: 0px;
}
.navbar-collapse {
background:#E9EAEA;
}
.navbar-toggle .icon-bar{
background:#0f0f0f
}

.mob_post{
z-index:-1111;
}

.banner-post{
	width: 100%;
    float: none;
	margin: 0px 2% 20px 0px;
	height: 250px;
	z-index: -11;
}
.banner-post:nth-child(3n+3){

	margin: 20px 2% 20px 0px;

}

.banner-image{
position: relative;
}

.banner-image img{
	height: 250px;
}

.banner-head{
	background-color: rgba(210, 205, 200, 0.5);
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0px 0px !important;
	
}

.banner-post:hover  .banner-head{
padding: 0px 0px 0px !important;
}
.banner-head h3{
color:#000;
font-size:22px;
}

#content {
    padding-bottom: 15px;
}
.post_single{
position:static;
min-height:auto;
}
.post_main{
position:static;
min-height:auto;
}
.post_content_single{
    margin: 0px 0px 30px;
	position:static;
}
.post_content_main{
    margin: 20px 0px;
	position:static;

}
.sidebar p{
	margin:0px 0px 5px
}

footer ul li a{
	font-size:13px;
}
footer p{
font-size:11px;
}
.social-icon ul{
	padding-left: 0;
text-align: center;
}

.search input { 
	text-indent: 30px;
	width: 100%;
	height: 45px;
}

.search1{
	left: 320px !important;
}

.search .fa-search { 
  	position: absolute;
  	top: 18px;
  	left: 230px;
  	font-size: 15px;
}

.widget{
	margin-top: 20px;
}

.sidebar{
	background-color: #ffffff;
}

.sidebar-content ul li{
	padding: 10px 10px 10px 0;
}

.sidebar-content ul li a{
	padding: 0;
}

.sidebar-content .post-details i{
	margin-left: 0px;
    color: #c4c4c4;
}



.comments-list{
	padding-left:0px;
}

.children{

	background-color: transparent;
	padding-left:0px
}

.children .comment{
	padding: 35px 0px 35px 0;
}

.comments-wrap h3{
	margin-left: 0px;
}

#leave-comment{
	margin: 40px 0 0;
	padding: 20px 0 0;
}

/*Comment Area*/

#leave-comment form {
padding-left:0px;
}

#leave-comment form p input[type="text"]{
margin-right:0px;
}
#leave-comment form p input[type="text"],
#leave-comment form p input[type="email"]{
width:290px;
height:45px;
}

.fa.pull-right {
    margin-left: 1.3em;
    float: none !important;
}
}
/* For Mobile */