/*
Theme Name: Richard Shucksmith
Theme URI: https://google.com
Author: Taufiq Ahmed
Date: 20.11.2015
*/


@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.f-w{
	float: left;
	width: 100%;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

ul {
	padding: 0;
	margin: 0
}

ul li{
	list-style: none;
	float: left;
}

a{
  color: #374155;
}

a:hover{
	text-decoration: none;
}

p{
	margin-top: 0
}

img{
	border:none;
	max-width: 100%;
	display: inline-block;
}

h1, h2, h3, h4, h5, h6, body{
	font-family: 'Open Sans', sans-serif;
}

.container{
	width: 1024px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

body{
	margin: 0;
	padding: 0;
	background: url(images/footer-bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.animation{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
    transition:  all .3s;
}


.main-slide-area{
	background: #d7d7d7;
	position: relative;
	height: 400px;
}

.video-layer{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	bottom:0;
	background: #000
}


.header-video{
	float: left;
	width: 100%;
	height: 100%;
}

.text-layer{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index:20;
	bottom:0;
	background: url(images/video-poster.jpg) no-repeat left top;
	background-size: cover; 
}

.login-area{
	position:absolute;
	right: 0;
	top: 0;
	z-index: 100
}

.login-area li{
	float: left;
	display: inline-block;
	background: #1c95b8;
	color: #fff;
}

.login-area li span{
	display: inline-block;
	color: #fff;
	padding:15px 20px;
}

.login-area li a{
	display: inline-block;
	color: #b5d5de;
	padding:15px 20px;
	background: #006d8c;
	float: right;
}

.login-area li a:hover{
	color: #fff;
	background: #00587c
}

.login-drop-down{
	display: inline-block;
	position: absolute;
	top: 55px;
	right: 0;
	z-index: 100;
	width: 200px;
	background: #fff;
	border:1px solid #cacaca;
	padding: 15px;
	display: none;
}

.login-drop-down.active{
	display: inline-block;
}

.login-drop-down:after{
	content: "";
	position: absolute;
	z-index: 102;
	width: auto;
	height: auto;
	border-bottom:7px solid #fff;
	border-left:7px solid transparent;
	border-right:7px solid  transparent;
	top: -7px;
	right: 16px;
}

.login-drop-down input[type="text"], .login-drop-down input[type="password"]{
	float: left;
	width: 100%;
	height: 28px;
	border:1px solid #dddddd;
	padding: 10px;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}

.login-drop-down input[type="text"]:focus, .login-drop-down input[type="password"]:focus{
	outline: none;
}

.login-drop-down label{
	float: left;
	width: 100%;
	color: #8d8c8c;
	font-size: 12px;
}

.login-drop-down label input{
	vertical-align: middle;
}

.login-drop-down input[type="submit"]{
	clear: both;
	width: 100%;
	float: left;
	background: #00a0ce;
	color: #fff;
	padding: 10px;
	text-align: center;
	color: #fff;
	border:1px solid #188bac;
	margin-top: 10px;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
}

.login-drop-down input[type="submit"]:hover{
	background: #0081d3
}

.login-drop-down p{
	font-size: 12px;
	color: #8d8c8c;
	margin-bottom: 0;
	margin-top:12px;
	float: left;
	width: 100%;
}


.login-drop-down .sing-up{
	clear: both;
	width: 100%;
	float: left;
	background: #ffa200;
	color: #fff;
	padding: 10px;
	text-align: center;
	color: #fff;
	border:1px solid #188bac;
	margin-top:5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.login-drop-down .sing-up:hover{
	background: #ff9600;
	border:1px solid #188bac;
}

.home-slide-area{
	padding-top: 100px;
	height: 100%;
	float: left;
	width: 100%;
}

.home-slide-area ul li{
	float: left;
	width: 100%;
	text-align: center;
}

.home-slide-area ul li h4{
	font-weight: bold;
	font-size: 55px;
	color: #fff;
	text-shadow:1px 1px #333;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
}

.home-slide-area ul li a{
	padding: 10px;
	background: rgba(37, 148, 14, 0.56);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
}

.home-slide-area ul li a:hover{
	background: #25940e
}

.text-layer .container{
	height: 100%;
}

.slide-arrow{
	position: absolute;
	right: 0;
	bottom:0;
	z-index: 150;
}

.slide-arrow a{
	width: 40px;
	height: 40px;
	display: inline-block;
	border:1px solid #508695;
	color: #fff;
	background: rgba(133, 169, 189, 0.60);
	margin:0 -2px;
	padding: 0;
	text-align: center;
	line-height: 40px;
}

.slide-arrow a:hover{
	background: #75a1b1
}

.navbar{
	background: #e6eeef;
	border-top:1px solid #96b1bd;
	border-bottom:1px solid #96b1bd;
	padding:15px 0;
}

.nav-border{
	float: left;
	width: 100%;
	height: 1px;
	background: #bfd5dd;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo-area{
	position: absolute;
	left: 0;
	right: 0;
	top: 2px;
	text-align: center;
	z-index:50;
}

.logo-area a{
	display: inline-block;
	padding: 0 15px;
	background: #e4ecef
}

.navbar ul li a{
	font-size: 16px;
	font-weight: 300;
	color: #363636;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 20px;
}

.navbar ul li:hover a{
	color: #00aee6;
}

.navbar ul{
	position: relative;
	z-index: 100;
	float: left;
}

.navbar ul:last-child{
	float: right;
}

.navbar ul:last-child li a{
	margin-left:20px;
	margin-right: 0
}

.box{
	padding-top: 55px;
	padding-bottom: 75px;
}

h3{
	font-size: 45px;
	font-weight: 300;
	color: #434343;
	text-align: center;
	clear: both;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	width: 100%
}

.ecological-photography img{
	float: left;
	border:1px solid #2e9a9e;
	margin-right: 25px;
	margin-bottom: 10px;
}

.ecological-photography p{
	font-size: 14px;
	font-weight: 300;
	color: #868686;
	margin-bottom: 25px;
}

.news{
	background: url(images/new-bg.jpg) no-repeat;
	background-size: cover;
	min-height: 300px;
}

.news-half{
	float: left;
	width: 50%;
	text-align: right;
	color: #fff;
	padding-right:25px;
}




.news-half h4{
	float: left;
	width:100%;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}

.news-half.events{
	border-left: 1px solid #335aa8
}

.news-half .news-img{
	float: right;
	display: inline-block;
	margin-left: -100%;
}

.news-half .details{
	float: right;
	display: inline-block;
	padding-right:60px;
}

.news-half .details h5{
	margin: 0;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600
}

.news-half .details h5 .time{
	float: left;
	font-size: 11px;
}
.news-half .details a{
    color: #fff;
    text-decoration: none;
}
.news-half .jqDnR{
    margin-bottom: 14px;
    font-size: 14px;
    
}


.news-half ul{
	float: left;
	width:100%;
}

.news-half ul li{
	float: left;
	width:100%;
	padding-top: 20px;
	border-bottom: 1px solid #335aa8
}

.news-half .view-more{
	font-size: 15px;
	text-transform: capitalize;
	color: #fff;
	padding: 20px 0;
	display: inline-block;
	text-decoration: none;
}

.news-half .view-more:hover{
	text-decoration: underline;
}

.news-half.events .news-img {
	float: left;
	display: inline-block;
	margin-right: -100%;
	margin-left: 0
}

.news-half.events {
	padding-left: 25px;
	padding-right: 0;
	text-align: left;
}

.news-half.events .details h5 .time{
	float: right;
	display: inline-block;
}

.news-half.events .details h5{
	text-align: left;
}

.news-half.events .details{
	padding-right: 0;
	padding-left: 60px;
}

.news-half.events .details p{
	text-align: left;
}

.box.news{
	padding: 80px 0
}

.video-section{
	margin-top: 20px;
}

.main-video{
	float: left;
	width: 700px;
	min-height: 200px;
	border:1px solid #d7d7d7;
	border-radius: 4px;
	padding:10px;
}

.video-thumb{
	float: right;
	width: 300px;
	border:1px solid #d7d7d7;
	border-radius: 4px;
	min-height: 200px;
}

.video-thumb h4{ 
	float: left;
	width: 100%;
	padding:15px 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	background: #ececec;
	margin: 0;
	margin-bottom: 10px;
}

.video-thumb ul li{ 
	display: inline-block;
	width: 40%;
	margin: 5px 12px;
	text-align: center;
}

.video-thumb ul li p{ 
	display: inline-block;
	margin:5px 0 0 0;

}

.video-thumb ul li a img{ 
	display: inline-block;
	width: 100%;
}

.video-thumb .more-video{ 
	padding: 10px 15px;
	color: #ffa200;
	text-transform: uppercase;
	font-size: 16px;
	border:1px solid #d7d7d7;
	border-radius: 4px;
	float: right;
	margin:5px 0;
	text-decoration: none;
	margin: 9px 24px;
}

.video-thumb .more-video:hover{ 
	color: #fff;
	background: #ffa200;
}

.main-video iframe{
	width: 100%;
	float: left;
	height: 410px;
}


.box.img-library{
	background: url(images/img-libary-bg.jpg) no-repeat;
	background-size: cover;
}

.my-img-library{
	margin-top: 20px;
	float: left;
	width: 100%;
}

.my-img-library li{
	display: inline-table;
	margin: 5px;
	float: none;
}

.img-library .view-more{
	display: inline-block;
	border:1px solid #d7d7d7;
	border-radius: 4px;
	padding: 10px 25px;
	color: #ffa200;
	text-decoration: none;
	margin-top: 45px;
}

.img-library .view-more:hover{
	background: #ffa200;
	color: #fff;
}

.admin-pic{
	float: left;
	width: 315px;
}

.admin-pic img{
	float: left;
	max-width: 100%;
	border:1px solid #d7d7d7;
}

.admin-pic img{
	float: left;
	max-width: 100%;
	border:1px solid #d7d7d7;
}

.admin-details{
	float: right;
	width: 690px;
}

.admin-details h4{
	margin: 0;
	font-size: 20px;
	color: #00a0ce;
	font-weight: 600
}

.admin-details h6{
	margin: 0;
	font-size: 16px;
	color: #868686;
	font-weight: 400;
	margin-top: 5px;
}

.about-me-description{
	border:1px solid #d7d7d7;
	border-radius: 4px;
	margin-top: 15px;
	background: #f9f9f9;
	padding: 20px;
	font-size: 15px;
	min-height: 300px;
/*	overflow: auto;
	overflow-x: hidden;*/
	color: #868686
}

.about-me-description p{
	line-height: 19px;
	font-weight: 300
}
.abt_link{
    padding-top: 10px;
}
.abt_link a{
    color: #ffa200;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 10px;
}
.abt_link a:hover{
    color: #fff;
    background-color: #ffa200;
}
.download-file{
	padding: 20px;
	border:1px solid #d7d7d7;
        border-top: none;
	border-radius:0 0 2px 2px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
}

.download-file ul{
	float: left;
	width: 100%;
	margin-top: 25px;
}

.download-file ul li{
	float: left;
	width: 100%;
	background: url(images/pdf.jpg) no-repeat left center;
	font-size: 14px;
	color: #00aee6;
	padding:5px 0 5px 25px;
	border-top:1px solid #d7d7d7;
}

.download-file .download_now a{
	float: right;
	padding-left: 25px;
	background: url(images/download.png) no-repeat left center;
	font-size: 14px;
	color: #82e521;
}

.download-file ul li time{
	color: #7b7b7b;
	display: inline-block;
	margin-left: 10px;
}

footer{
	margin-top: 170px;
	margin-bottom: 50px;
	float: left;
	width: 100%;
}

.footer-nav{
	background: #003190;
	color: #fff;
	text-align: center;
}
.footer-nav ul li{
	float: none;
	display: inline-block;
}

.footer-nav ul li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
}

.footer-nav ul li:hover a{
	color: #003190;
	background: #fff
}

.social-links{
	display: inline-block;
	margin-left: 15px;
}

.copyright{
	text-align: center;
	font-size: 12px;
	color: #003190;
	margin-top: 20px;
	float:left;
	width: 100%;
}

.social-links a{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #74a3af;
	margin: 0 2px;
	border:1px solid #74a3af;
}

.social-links a:hover{
    color: #003190
}
//pagination
.pagination a{
	
	padding:5px 15px;
	border:1px solid #d7d7d7;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	margin: 0 5px;
}
.pagination .prev{
    border:0;
    color: #22add5
}
.pagination .next{
    border:0;
    color: #22add5
}
.pagination a:hover{
	color: #22add5;
	border-color: #22add5;
}
.pagination .current{
    padding:5px 15px;
    border:1px solid #22add5;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    margin: 0 5px;
}
.menu-handel{
	display: none;
}
.wmle_post_meta{
    display: none;
}
.wmle_post_title{
    display: none;
}
.wmle_post_excerpt{
    display: none;
}
.wmle_container .wmle_item{
    border: none !important;
}
.wmle_loadmore .wmle_loadmore_btn{
    color: #ffa200 !important;
    padding: 10px 25px !important;
}
.wmle_loadmore a:hover{
    color: #ffffff !important;
    background-color: #ffa200;
}
.breadcrumb a{
    text-decoration: none;
    font-size: 14px;
}
.breadcrumb .current-item{
    color: #f49308;
}
#comment_style #comment{
    width:100%;
}
#comment_style .comment-form-comment label{
    display: none;
}
.ldc-ul_cont img{display: none}
/*.comment-meta{display: none}*/

.events_heading .blog-share-area{
    height:auto;
    font-size: 12px;
}
.events_heading h4{
    font-size: 20px;
    padding-left: 12px;
    padding-bottom: 10px;
    color: #000;
    margin-bottom: 0;
}
.events_heading .blog-share-area i {
    font-size: 12px;
}
.events_heading .events_content{
    padding: 20px 15px;
    color: #868686;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}

.events_link a{
    text-decoration: none;
    color: #05a2cf;
    font-size: 14px;
}
.events_link a:hover{
    color: #f49308;
}
.clearfix{
    display: none !important;
}
.form-submit #submit{
    border: 1px solid #9ddaec;
    border-radius: 4px;
    padding: 10px 25px;
    color: #ffa200;
    font-size: 15px;
    background: transparent;
    float: left;
    margin-top: 15px;
    cursor: pointer;
}
#comment{
    float: left;
    width: 100%;
    height: 100px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 10px;
    color: #333;
    text-align: left;
    margin-top: 15px;
}
.like-area .ldc-ul_cont{
    background: none;
    border: none;
    margin: 0;
}
.like-area span{
    margin: 0;
    padding: 0 1px;
}
.printer-size .right .ldc-ul_cont{
    background: none;
    border: none;
    margin: 0;
}
.video-title .ldc-ul_cont{
    background: none;
    border: none;
    margin: 0;
}
.like .ldc-ul_cont{
    background: none;
    border: none;
    margin: 0;
    padding: 10px 0;
}
.heart_pad .ldc-ul_cont{
    padding-top: 13px;
}
.article_style a{
    float: left;
    text-decoration: none;
    background: none;
    color: #00aee6;
    padding-left: 0;
}

.time{
    padding-left: 13px;
    color: #05a2cf;
}

.story-share-area {
    background: #eef3f5;
    padding: 0 10px;
    font-size: 14px;
    color: #919191;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    height: auto;
/*    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;*/
    overflow: hidden;
}
.story-area-img img{
    width: 100%;
    height: auto;
}
.story-share-area img{
    height: auto;
}
.news-img img{
    width: 45px;
    height: 30px;
}
.taufiq p,
.taufiq h4,
.taufiq h5{
    width: 700px !important;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
.taufiq h4{
    padding: 20px 0;
}
.story-share-area .blog-area-details p{
font-size: 22px;
line-height: 1.55;
}
.story-share-area .blog-area-details p:first-of-type::first-letter {
    font-weight: 700;
    float: left;
    font-size: 350%;
    height: 0.7em;
    line-height: 0.92em;
    margin: 5px 0 -5px;
    padding: 0 0.12em 0 0;}
/*-----------------------------------------wp default css-------------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
/*responsive----------------------------------------------------------------------------*/
@media(max-width: 1199px){
	.container{
		width: 960px;
	}

	.navbar ul:last-child li a{
		margin-left: 15px;
	}

	h3{
		font-size: 40px;
	}

	.main-video{
		width: 640px;
	}

	.admin-details{
		width: 620px;
	}

	.content-left {
    	float: left;
    	width: 695px;
	}

	.printer-area img{
		height: 235px;
	}

	.blog-area-img img{
		height: 215px;
	}

}


@media(max-width: 1000px){
	.container{
		width: 720px;
	}

	.home-slide-area ul li h4{
		font-size: 40px;
	}

	.main-slide-area{
		height: 325px;
	}

	.navbar ul li a {
		font-size: 12px;
		margin-right: 12px;
	}

	.logo-area a img{
		width: 200px;
	}

	.nav-border{
		margin-bottom: 5px;
	}

	h3{
		font-size: 30px;
	}

	.box {
		padding-top: 30px;
		padding-bottom: 35px;
	}

	.news-half .details h5 {
		margin: 0;
		font-size: 15px;
		margin-bottom: 10px;
	}

	.news-half .details p{
		font-size: 12px;
	}

	.main-video{
		width: 400px;
	}

	.video-thumb ul li {
		margin: 0px 12px;
	}

	.my-img-library li{
		width: 33.33333%
	}

	.admin-details {
		width: 500px;
	}

	.admin-pic {
		float: left;
		width: 200px;
	}

	.content-left {
	    float: left;
	    width: 455px;
	}

	.blog-thumb-column{
		width: 50%
	}

	.video-thumb ul li {
    	margin: 5px 12px;
	}

	.col-4{
		width: 50%
	}

	.video-thumb{
		height: auto;
	}

	.printer-area img{
/*		height: 345px;*/
	}
}

@media(max-width: 766px){
	.container{
		padding: 0 15px;
		max-width: 100%;
	}
        .about-me-description{height: auto}
        .admin-details{
            margin-top:0;
        }
	.login-area{
		right: 10px;
	}

	.home-slide-area ul li h4{
		font-size: 35px;
	}

	.menu-handel{
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 0;
		border: 1px solid #333;
		padding:5px 10px;
	}

	.navbar ul li{
		float: left;
		width: 100%;
		text-align: center;
		border-bottom:1px solid #333;
	}

	.navbar ul li a{
		font-size: 18px;
		padding:8px 0;
		margin: 0;
		display: inline-block;
	}

	.navbar ul{
		float: left;
		width: 100%;
	}

	.nav-border{
		display: none;
	}

	.logo-area {
		position: relative;
		left: 0;
		right: auto;
		top: 5px;
		text-align: center;
		z-index: 50;
		float: left;
		display: inline-block;
	}

	.navbar ul li {
		float: left;
		width: 100%;
		text-align: center;
		border-top: 1px solid #333;
		border-bottom: 0;
	}

	.logo-area{
		margin-bottom: 10px;
	}

	.navbar{
		padding-bottom: 0
	}

	.menu-handel:hover{
		color: #25940e;
		border:1px solid #25940e;
	}
	
	.navbar ul{
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-ms-transition: all .3s;
	    transition:  all .3s;
	    height: 0;
	    overflow: hidden;
	}

	.navbar ul.active{
	    height: auto;
	    overflow: visible;
	}

	.ecological-photography img{
		float: none;
		display: inline-block;
	}

	.box{
		text-align: center;
	}

	.news-half{
		width: 100%
	}

	.news-half.events {
		padding-left: 0;
		padding-right: 25px;
		text-align: right;
		margin-top: 41px;
		border: 0;
	}

	.news-half.events .details {
		padding-right: 60px;
		padding-left: 0;
	}

	.news-half.events .details h5,
	.news-half.events .details p{
		text-align: right;
	}

	.news-half.events .news-img {
		float: right;
		display: inline-block;
		margin-right: 0;
		margin-left: -100%;
	}

	.video-thumb {
		float: none;
		width: 300px;
		border: 1px solid #d7d7d7;
		border-radius: 4px;
		min-height: 200px;
		display: inline-block;
		margin: 20px auto;
	}

	.main-video {
		width: 100%;
		margin-bottom: 15px;
	}

	.my-img-library li {
		width: 20.33333%;
	}

	.admin-pic img{
		float: none;
	}

	.admin-pic{
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}

	.admin-details{
		width: 100%;
/*		margin-top: 25px;*/
	}

	.download-file ul li {
		float: left;
		width: 100%;
		background: url(http://ecologicalphotography.co.uk/wp-content/themes/images/pdf.jpg) no-repeat left 4px;
		text-align: left;
	}

	footer{
		margin-top: 120px;
	}

	.footer-nav ul li a{
		font-size: 13px;
	}

	.content-left, .content-area aside{
		width: 100%
	}

	.blog-thumb-column{
   		width: 285px;
   		margin: 0 auto;
   		display: block;
   		float: none;
   		margin-bottom: 20px;
   }

   .pagination {
	    float: none;
	    margin: 20px auto;
	    text-align: center;
	    display: table;
	   margin-bottom: 50px;
	}

	.widget h4{
		text-align: center;
	}

	.widget ul li a p, .widget ul li a h5{
		    padding-left: 0;
		}

	.widget ul li a img {
	    float: none;
	    margin-right: 0;
	}

	.widget ul li{
		   text-align: center;
		}

	.blog-share-area span.time{
		margin-left: 0
	}


	.video-area .video-thumb{
		width: 100%;
		float: left;
		margin: 0;
		height: 210px;
	}

	.col-4 {
	    width: 285px;
	    margin: 20px auto;
	    display: table;
	    float: none;
	}

	.printer-area img{
		height: 130px;
	}

	.blog-area-img img{
		height: 215px;
	}
	.video-thumb{
		height:auto;
		min-height:inherit;
	}
	header.f-w,
	section.f-w,
	footer.f-w{overflow:hidden}	
}

@media(max-width: 470px){

	.footer-nav ul li a {
		color: #fff;
		text-transform: uppercase;
		font-size: 10px;
		display: inline-block;
		padding: 5px 0;
		text-decoration: none;
	}

	footer{
		margin-top: 30px;
	}

	.download-file ul li{
		font-size: 12px;
	}

	.main-video iframe{
		height: 300px;
	}

	.video-thumb{
		width: 270px;
	}

	.video-thumb ul li {
		margin: 0px 7px;
	}

	h3{
		font-size: 22px;
	}

	.home-slide-area ul li h4{
		font-size: 25px;
	}

	.my-img-library li{
		width: auto;
	}

	
   .home-slide-area ul li h4{
   	font-size: 18px;
   }

   .pagination li a {
	    float: left;
	    padding: 2px 5px;
	    border: 1px solid #d7d7d7;
	    color: #333;
	    text-decoration: none;
	    /* font-weight: 600; */
	    font-size: 11px;
	    margin: 0 5px;
	}

	.blog-share-area .share{
		display: none;
	}

	.blog-share-area span{
		font-size: 11px;
	}

	.blog-share-area span.time{
		margin-right:10px;
	}

	.blog-share-area span{
		margin-left: 5px;
	}

	.blog-area-details p{
		font-size: 14px;
		line-height: 22px;
	}

	.blog-writer-area a{
		font-size: 13px;
	}

	.like-area{
		position: relative;
	}

	.view-comments{
		padding-right: 0
	}

	.center-pagination {
	    margin-bottom: 150px;
	    margin-top: -10px;
	    text-align: center;
	}
	.ecological-photography img{margin-right:0}
	.news-half{padding-right:0 !important}
}