@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4EK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4EJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4ED0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4EOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* ########## Slider Area ########### */
.slider-dark {
	background: url('https://graphic1.ibtimes.co.in/www/css/photos/responsive/images/col-bg.png') repeat;
	font: 400 14px/18px 'Open Sans',sans-serif;
	color: #eee;
}
.photo-title{
	float: left;
	width: 100%;
	padding: 10px 0;
	max-width: 786px;
}
.photo-title .phototags {
  	float: left;
}
.photo-title .phototags span{
	color:#fff;
	margin-right: 1px;
	display: inline-block;
}
.photo-title .phototags span>a{
	font: 300 14px/18px 'Open Sans',sans-serif !important;
	display: block;
	background: #8adb2b;
	text-decoration:none;
	padding: 3px 10px;
	text-transform: capitalize;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.photo-title .phototags span>a:hover{background-color:#e9ad1c; color:#fff;background: #ababab;}

.slider-left{
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	padding: 15px;
}
.slider-left h1{
	font: 400 26px/30px Merriweather,serif;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.time-format, .by {
    color: #979797;
	font: 600 12px/18px 'Open Sans',sans-serif;
    margin-bottom: 10px;
    float: left;
}
.slide-counter{
    color: #fff;
	font: 600 12px/18px 'Open Sans',sans-serif;
    margin-bottom: 10px;
    float: right;
	background: #8adb2b;
	padding: 0 6px;
}
.slide-summary-box{
	background-color: #fff;
	font: 400 14px/20px 'Open Sans',sans-serif;
	color: #2F2F2F;
	padding: 8px 0;
  	display: inline-block;
}
.slide-summary-box .slide-credit{
	font-style: italic;
	color: #8adb2b;
}
.slider-right{
	min-width: 300px;
	float: left;
}
.slider-box{
	float: left;
	position: relative;
	width: 100%;
	max-height: 550px;
	overflow: hidden;
}
.slider-box .img-responsive{
    max-height: 550px;
    margin: 0 auto;
}
/* ######### Controler #########*/
.play-control{
	position: absolute;
	width: auto;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	top: 0px;
	left: 50%;
  	margin-left: -20px;
}
.play-control .btn-play{
	float: left;
	background: url(https://graphic1.ibtimes.co.in/www/css/photos/responsive/images/main-icons.png?1) no-repeat scroll 0px -265px;
	height: 32px;
	width: 32px;
}
.small_pinit_share {
	float: left;
	background: url(https://graphic1.ibtimes.co.in/www/css/photos/responsive/images/main-icons.png?1) no-repeat scroll 0px -296px;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}
.play-control .btn-pause{
	float: left;
	background: url(https://graphic1.ibtimes.co.in/www/css/photos/responsive/images/main-icons.png?1) no-repeat scroll 0px -235px;
	height: 32px;
	width: 32px;
}
/* ######### Controler #########*/
.slider-box a.prev-arr, .slider-box a.next-arr{
	position: absolute;
	top: 45%;
	display: block;
	background: #8adb2b;
	font: 100 36px/18px Verdana, Geneva, sans-serif;
	z-index:1000;
}
.slider-box a:hover.prev-arr, .slider-box a:hover.next-arr{
	background: #000;
}
.slider-box a.prev-arr{
	left: 0px;
}
.slider-box a.next-arr{
	right: 0px;
}
.recommend{
	border-top: 2px solid #8adb2b;
}
.recommend h2 {
    font: 400 20px/26px Merriweather,serif;
    color: #000
}
.recommend ul li{
	color: #8adb2b;
	list-style: square;
	margin-left: 20px;
	margin-top: 5px;
    margin-bottom: 5px;
}
.recommend ul li a{
	color: #2F2F2F;
}
.photosocial {
	float: right;
}
.small_wa_share{
	float: left;
	background: url(https://graphic1.ibtimes.co.in/www/css/photos/responsive/images/main-icons.png?1) no-repeat scroll 0px -144px;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}
.small_fb_share{
	float: left;
	background: url(https://graphic1.ibtimes.co.in/www/css/photos/responsive/images/main-icons.png?1) no-repeat scroll 0px -57px;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}
.small_twitter_share {
	float: left;
	background: url(https://graphic1.ibtimes.co.in/www/css/photos/responsive/images/main-icons.png?1) no-repeat scroll 0px -115px;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}
.small_gplus_share {
	float: left;
	background: url(https://graphic1.ibtimes.co.in/www/css/photos/responsive/images/main-icons.png?1) no-repeat scroll 0px -28px;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}
.small_linkedin_share {
	float: left;
	background: url(https://graphic1.ibtimes.co.in/www/css/photos/responsive/images/main-icons.png?1) no-repeat scroll 0px 1px;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}
.small_comment_share {
	float: left;
	background: url(https://graphic1.ibtimes.co.in/www/css/photos/responsive/images/main-icons.png?1) no-repeat scroll 0px -86px;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}

.latest-photos,.photo-row,.gal-container,.for-ad{padding-right:0px;padding-left:0px;}
.photo-row h4,.showpics h4{text-transform:uppercase;font: 300 22px/22px 'Open Sans', sans-serif; color: #424242;margin-left: 12px;}
.photo-row figure,.showpics figure{margin-bottom: 15px;}
.photo-row figcaption,.showpics figcaption{height: 50px;}
.most-popular{
	border-top: 2px solid #8adb2b;
	max-width: 380px;
  	margin: 0 auto;
}
.most-popular h2 {
	text-transform: uppercase;
	font: 300 22px/22px 'Open Sans', sans-serif;
	color: #424242;
	margin-top: 10px;
	margin-bottom: 10px;
}
.no-padding{padding:0px;}

.thumbimage {
	padding-left: 3px;
  	padding-right: 3px;
	margin-bottom: 5px;
}
.thumbimage .showthumb{
	max-height: 100px;
	overflow: hidden;	
}
.figure-caption {
	background-color: #fff;
	font: 600 13px/16px 'Open Sans',sans-serif;
	color: #4e4e4e;
	padding: 5px;
	height: 40px;
	overflow: hidden;
}
.latest  {
	background-color: #fff;
	font: 600 13px/16px 'Open Sans',sans-serif;
	color: #4e4e4e;
	padding: 5px 0px;
	height: 45px;
	overflow: hidden;
}

@media (max-width:768px){
	.latest{height: 63px;}
}

/* ######## AD Slot ######### */
.ad-1{
	padding-bottom: 15px;
	text-align: center;
	margin: 0 auto;
}
/* ######## For Share Button ######### */
.photosocial{
    float: right;
    width: 50%;
}
.for-icofloat {
    float: right!important;
    width: 100%!important
}
.twitter-profile a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: url(https://graphic1.ibtimes.co.in//www/responsive/latest/share-icons.png) -32px 0 no-repeat
}
.twitter-profile a:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
    text-decoration: none
}
.shared-count {
    float: left;
    font: 600 12px/16px 'Open Sans', sans-serif;
    color: #999;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ddd
}
.small_comment_share,
.small_fb_share,
.small_gplus_share,
.small_linkedin_share,
.small_pinit_share,
.small_redit_share,
.small_twitter_share,
.small_wa_share,
.small_watsapp_share {
    height: 32px;
    width: 32px;
    margin-right: 5px;
    float: left
}
.small_wa_share {
    background: url(https://graphic1.ibtimes.co.in//www/responsive/latest/share-icons.png) 0 -144px no-repeat
}
.small_fb_share {
    background: url(https://graphic1.ibtimes.co.in//www/responsive/latest/share-icons.png) no-repeat
}
.small_twitter_share {
    background: url(https://graphic1.ibtimes.co.in//www/responsive/latest/share-icons.png) 0 -32px no-repeat
}
.small_gplus_share {
    background: url(https://graphic1.ibtimes.co.in//www/responsive/latest/share-icons.png) 0 -64px no-repeat
}
.small_linkedin_share {
    background: url(https://graphic1.ibtimes.co.in//www/responsive/latest/share-icons.png) 0 -96px no-repeat
}
.small_redit_share {
    background: url(https://graphic1.ibtimes.co.in//www/responsive/latest/share-icons.png) 0 -128px no-repeat
}
.small_comment_share {
    background: url(https://graphic1.ibtimes.co.in//www/responsive/latest/share-icons.png) 0 -192px no-repeat;
    margin-right: 0
}
.small_pinit_share {
    background: url(https://graphic1.ibtimes.co.in//www/responsive/latest/share-icons.png) 0 -232px no-repeat
}
.small_watsapp_share {
    background: url(https://graphic1.ibtimes.co.in//www/responsive/latest/share-icons.png) 0 -160px no-repeat;
    display: none
}
.small_comment_share:hover,
.small_fb_share:hover,
.small_gplus_share:hover,
.small_linkedin_share:hover,
.small_pinit_share:hover,
.small_redit_share:hover,
.small_twitter_share:hover,
.small_wa_share:hover,
.small_watsapp_share:hover {
    opacity: .85
}
.sticky {
    display: none
}
.share {
    float: right!important;
    list-style-type: none;
    padding: 0;
}
.fixed-social {
    z-index: 99;
    position: fixed;
    display: block;
    width: 62px;
    top: 70px;
    left: 50%;
    margin-left: -665px;
    background: #fff;
    padding: 8px;
    border-top: 4px solid #8ADB2B;
    box-shadow: 2px 0 5px 0 #ddd
}
.fixed-social li.share {
    background: 0 0;
    list-style: none;
    width: 46px;
    text-align: center
}
.fixed-social li.share .shared-count {
    border-right: none;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px
}
.fixed-social li.share .small_comment_share,
.fixed-social li.share .small_fb_share,
.fixed-social li.share .small_gplus_share,
.fixed-social li.share .small_linkedin_share,
.fixed-social li.share .small_redit_share,
.fixed-social li.share .small_twitter_share,
.fixed-social li.share .small_watsapp_share {
    margin: 8px 6px!important;
    float: none;
    display: inline-flex
}
.fixed-social li.share .small_watsapp_share {
    display: none
}
@media screen and (max-width: 1330px) {
    .fixed-social {
        display: none!important
    }
}
@media only screen and (max-width: 1200px) {
    .fixed-social {
        margin-left: -570px;
        display: block!important
    }
    .icon-sns-article {
        display: none
    }
}
@media only screen and (max-width: 768px) {
    .small_watsapp_share {
        display: inline-flex!important
    }
    .fixed-social {
        width: 100%!important;
        top: 47px;
        left: 0;
        margin: 0 auto;
        padding: 0;
        border: 0!important;
        background: #fff
    }
    .fixed-social ul {
        text-align: center
    }
    .fixed-social li.share {
        width: 100%
    }
    .fixed-social li.share .shared-count {
        display: none
    }
    .fixed-social li.share .small_fb_share,
    .fixed-social li.share .small_linkedin_share,
    .fixed-social li.share .small_redit_share,
    .fixed-social li.share .small_twitter_share,
    .fixed-social li.share .small_watsapp_share .fixed-social li.share .small_gplus_share {
        margin: 0!important;
        display: inline-block;
        float: none
    }
}

#navi-wrap {
    z-index: 1001;
}