/*  1 Common Css 
	2 Header 
		2.1  Top Bar  
		2.2  Menu Bar  
		
	3 Sections	
		3.1  Staff picked videos
		3.2  Popular Video
		3.3  Blog Section
		3.4  Banners Sections
		3.5  Grid style popular posts
		3.6  Sidebar Section
		3.7  Pagination
		3.8  Sub Category Page
		3.9  Page title
		3.10 channels page
		3.11 upload videos page
		3.12 Detail page
		3.13 Blog page
		3.14 Detail page with side bar
		3.15 Blog detail page
		3.16 Popup Section
		3.17 Report form
		3.18 login page
		3.19 contact us page
		3.20 index style 4
		3.21 sly plugin
		3.22 404 Page
		3.23 ToolTip
		3.24 Post List View
	4 Footer
		
*/
/* Raleway font */
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/raleway/Raleway-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/raleway/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/raleway/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* opensans font */
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: url('../fonts/opensans/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url('../fonts/opensans/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: url('../fonts/opensans/OpenSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/opensans/OpenSans-Light.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-LightItalic';
  src: url('../fonts/opensans/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/opensans/OpenSans-Semibold.ttf') format('truetype');
  font-weight:500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-SemiboldItalic';
  src: url('../fonts/opensans/OpenSans-SemiboldItalic.ttf') format('truetype');
  font-weight:500;
  font-style: italic;
}
/* 1 Common Css  */

p {
	font-size: 14px;	
	 font-family:'OpenSans-Regular';
	 color:#8b8b8b;
	 line-height:24px;
	 
}

h1 {
	font-size: 28px;
	font-family: 'Raleway-Bold';
	color:#3b3b3b;
	margin:0px;
	font-weight:800;
}
h1 a{
	font-size: 28px;
	font-family: 'Raleway-Bold';
	color:#3b3b3b;
	
}
h2 {
	font-size: 22px;
	font-family:'Raleway-Bold';
	color:#3b3b3b;
	font-weight:800;
}
h2 a{

	font-family:'Raleway-Bold';

	}

h3 {
	font-size: 18px;
	font-family: 'Raleway-Bold';
	color:#3b3b3b;
}
h3 a{
	font-size: 16px;
	font-family: 'Raleway-Bold';
	color:#3b3b3b;
}
h4 {
	font-size: 16px;
	color:#3b3b3b;
	
}

h5 {
	font-size: 14px;
	color:#3b3b3b;
	
}
img {
    max-width: 100%;
}

a:focus,button:focus{
	outline:0px;
}
a{
	text-decoration:none !important;
	font-size:14px;
	font-family: 'OpenSans-Regular';
	 -webkit-transition: all 0.2s ease;
		-moz-transition: all  0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		font-weight:400;
}
.aligncenter{
	float:none;
	margin:0 auto;
}

.trending-post{
	color:#99c03b !important;
}
/* PADDING BOTTOM */

.padding-bottom-5{padding-bottom:5px;}
.padding-bottom-10{padding-bottom:10px;}
.padding-bottom-15{padding-bottom:15px;}
.padding-bottom-20{padding-bottom:20px;}
.padding-bottom-25{padding-bottom:25px;}
.padding-bottom-30{padding-bottom:30px;}
.padding-bottom-40{padding-bottom:40px;}
.padding-bottom-44{padding-bottom:44px;}
.padding-bottom-50{padding-bottom:50px;}
.padding-bottom-60{padding-bottom:60px;}
.padding-bottom-67{padding-bottom:67px;}
.padding-bottom-70{padding-bottom:70px;}
.padding-bottom-74{padding-bottom:74px;}
.padding-bottom-77{padding-bottom:77px;}
.padding-bottom-80{padding-bottom:80px;}
.padding-bottom-90{padding-bottom:90px;}
.padding-bottom-100{padding-bottom:100px;}
.padding-bottom-110{padding-bottom:110px;}
.padding-bottom-120{padding-bottom:120px;}
.padding-bottom-130{padding-bottom:130px;}
.padding-bottom-150{padding-bottom:150px;}
.padding-bottom-170{padding-bottom:170px;}
.padding-bottom-190{padding-bottom:190px;}
.padding-bottom-200{padding-bottom:200px;}
.padding-bottom-250{padding-bottom:250px;}
.padding-bottom-270{padding-bottom:270px;}

/* PADDING TOP */

.padding-top-5{padding-top:5px;}
.padding-top-10{padding-top:10px;}
.padding-top-15{padding-top:15px;}
.padding-top-20{padding-top:20px;}
.padding-top-25{padding-top:25px;}
.padding-top-30{padding-top:30px;}
.padding-top-35{padding-top:35px;}
.padding-top-40{padding-top:40px;}
.padding-top-50{padding-top:50px;}
.padding-top-60{padding-top:60px;}
.padding-top-67{padding-top:67px;}
.padding-top-70{padding-top:70px;}
.padding-top-74{padding-top:74px;}
.padding-top-77{padding-top:77px;}
.padding-top-80{padding-top:80px;}
.padding-top-90{padding-top:90px;}
.padding-top-100{padding-top:100px;}
.padding-top-110{padding-top:110px;}
.padding-top-120{padding-top:120px;}
.padding-top-150{padding-top:150px;}
.padding-top-170{padding-top:170px;}
.padding-top-190{padding-top:190px;}
.padding-top-200{padding-top:200px;}
.padding-top-250{padding-top:250px;}
.padding-top-270{padding-top:270px;}

/* MARGIN BOTTOM */
.margin-bottom-0{margin-top:0;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-15{margin-bottom:15px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-40{margin-bottom:40px;}
.margin-bottom-50{margin-bottom:50px;}
.margin-bottom-60{margin-bottom:60px;}
.margin-bottom-70{margin-bottom:70px;}
.margin-bottom-100{margin-bottom:100px;}
.margin-bottom-150{margin-bottom:150px;}
.margin-bottom-120{margin-bottom:150px;}
.margin-bottom-200{margin-bottom:200px;}
.margin-bottom-250{margin-bottom:250px;}
.margin-bottom-270{margin-bottom:270px;}

/* MARGIN TOP */
.margin-top-0{margin-top:0;}
.margin-top-5{margin-top:5px;}
.margin-top-10{margin-top:10px;}
.margin-top-15{margin-top:15px;}
.margin-top-20{margin-top:20px;}
.margin-top-25{margin-top:25px;}
.margin-top-30{margin-top:30px;}
.margin-top-40{margin-top:40px;}
.margin-top-50{margin-top:50px;}
.margin-top-60{margin-top:60px;}
.margin-top-70{margin-top:70px;}
.margin-top-100{margin-top:100px;}
.margin-top-110{margin-top:110px;}
.margin-top-120{margin-top:100px;}
.margin-top-150{margin-top:150px;}
.margin-top-200{margin-top:200px;}
.margin-top-250{margin-top:250px;}
.margin-top-270{margin-top:270px;}

.padding-left-0{padding-left:0;}
.padding-right-0{padding-right:0;}
.padding-right-left-100{padding-left:100px;padding-right:100px;}
.padding-0{
	padding:0;
}

.width-100{
	width: 100% !important;
}
.text-center{
	text-align:center;
}
.color-white{
	color:#fff;
}
.background-color-white{
	background:#fff;
}
.border-color-white{
	border-color:#fff;
}
.background-color-gray{
	background-color:#f2f2f2;
}
.margin-bottom-0{
	margin-bottom:0px !important;
}
.border-bottom{
	border-bottom:1px solid #ececec;
}
.border-right{
border-right:1px solid #ececec;
}
button:focus{
	outline:none;
}
form input[type=text]:focus, form input[type=password]:focus, textarea:focus {
    outline: none;
}
img,img:hover,img:focus{
	border:none !important;
}
.image-overlay{
	
}
ul{
	list-style:none;
}
.overlay-inner-image{
	position:relative;
}
.background-color-light-green{
	background:#f4fcff;
}
/*----------------------------2 Header---------------------------*/

/* 2.1  Top Bar */
#top-bar-style1{
	background:#323232;
	padding:14px 0px;
}
#top-bar-style1 .theme-logo {
	padding-right: 40px;
	display: table-cell;
    vertical-align: middle;
}
.top-bar-style4 {
	padding:0px !important;
}
.top-bar-style4 .search-field {
	line-height:56px;
}
.top-bar-style4 .search-btn button{
	padding: 19px 20px;
	border-radius:0px;
	border:0px;
}
.top-bar-style4 .search-field input{
	border-radius:0px;
	border:0px;
}
.search-form {
    display: table-cell;
    vertical-align: middle;  
}
.search-btn .fa {
	font-size: 14px;
	color: #9e9d9d;
}
.search-btn button{
	background:#595959;
	box-shadow: none;
    border: none;
	    padding: 8px 20px;
	 border: 1px solid #6a6a6a;
	border-left:0px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	 }
.search-field{
	
	width:584px;
    line-height: 34px;
	
}
.search-field input{
	background:transparent;
	border:none;
	border-radius:0px;
	overflow:hidden;
	color:#eee;
	font-size:12px;
	font-family:'OpenSans-Regular';
	width:100%;
	background:#595959;
	padding-left:17px;
	-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;
	 border: 1px solid #6a6a6a;	
	 border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.search-field input:focus{
	background:#323232;
}
.search-field input  ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.search-field input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.search-field input  ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.search-field input :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}
.top-bar-upload a {
	display: inline-block;
	margin-left: 6px;
	margin-top: 3px;
}
.user-btn{
	width:34px;
	line-height:34px;
	height:34px;
	background:#595959;
	border-radius:100%;
	color:#959595;
	font-size:14px;
	text-align:center;
}
.user-btn:hover,.user-btn:focus{
	color:#fff;
}
.upload-video .fa{
	margin-right:5px;
}
.upload-video:hover{
	color:#959595;
}
.upload-video{
	color:#fff;
	
	padding:7px 20px;
	border-radius:3px;
}
.upload-video:hover{
	color:#fff;
	opacity:.9;
}
.top-bar-upload{
	position:relative;
}

.top-bar-upload .hidden-menue2 li a{
	margin-left:0px !important;
	text-align:left;
}
.top-bar-upload .hidden-menue2{
	
    left: auto !important;
   
    right: 0 !important;
	top:46px !important;
	
}
.gayab{
	display:none;
}
.nazar{
	display:block;
}
.admin-name{
	color:#fff;
	text-transform:capitalize;
}
#admin-name{
	position:relative;
	padding-top:10px;
}
#admin-name >a{
	color:#fff;
	padding:34px 0px;
	display:inline;
}
.admin-name:hover,.admin-name:focus{
	color:#fff;
}
.hidden-menue2 li:last-child a{
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	
}
.hidden-menue2 li:first-child a{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	
}
.top-bar-upload #admin-name:hover .hidden-menue2{
	display:block;
	
}
.hidden-menue2{
	
	position:absolute;
	width:180px;
	background:#fff;
	display:none;
	z-index:9999;
	border-radius:8px;
	border-radius:8px;
	
	
	
}
.hidden-menue2:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    right: 13px;
    overflow: hidden;
    
}
.hidden-menue2 ul{
	padding:0px;
	margin:0px;
}
.hidden-menue2 ul li a {
    color: #3b3b3b !important;
    padding: 13px 0 13px 23px !important;
	display:inline-block;
	width:100%;
	margin:0px;
}
.hidden-menue2 ul li a:hover{
	background:#f3f3f3;
}
.hidden-menue2 ul .active a{
background:#f3f3f3;
}
/* navbar style1  section */
#header-style1 .nav li{
	margin-right:25px;
}
#header-style1 .nav li a{
	color:#3b3b3b;
	padding-left:0px;
	padding-right:0px;
	text-transform:capitalize;
	border-bottom:2px solid transparent;
	-webkit-transition: all 0.5s ease;
		-moz-transition: all  0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		padding-top:17px;
}
#header-style1 .nav li a .fa{
	margin-right:5px;
	font-size:13px;
}
#header-style1 .nav li a:hover,#header-style1 .nav li a:focus{
	background:none;
}
.slick-slide {outline: none;}
/*-----------------header style1 drope doen------------------*/
#header-style1 .dropdown:hover .dropdown-menu{
display:block;
opacity:1;
z-index: 99999;

}
#header-style1 .dropdown .dropdown-menu{
display:none;
opacity:0;
z-index:-1;
}
#header-style1 .dropdown-menu{
	border: 0 none;
    box-shadow: none;
    margin: 0;
    padding: 0px;
	padding-top:10px!important;
	padding-bottom:20px!important;
	 background:#323232;

}
#header-style1 .dropdown-menu li{
	 margin: 0;
  
}
#header-style1 .dropdown-menu li a{
	 padding: 10px 0px 0px 30px;
	-webkit-transition: all 0.5s ease;
		-moz-transition: all  0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size:12px;
	margin:0px;
	border:0px;
	padding-bottom:0px !important;
	 line-height: 25px !important;
	 background:#323232;
	 color:#ccc!important;
}
#header-style1 .dropdown-menu li a:hover{
	color:#fff!important;
}
#main-slider-section #header-style1 .nav  .dropdown-menu li a:hover,#header-style1 .dropdown-menu li a:hover{
 background:#323232;
color:#fff!important;

}
.dropdown-menu{
-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all  0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		border-radius:0px !important;
		z-index: -1;
		
		
}
#dropdown-menu3 .dropdown-menu{
	z-index:-1;
	opacity:0;
}
/*-----------------header style1 drope doen------------------*/
/*-------------header nav style 3---------------------*/
.header3-navbar .navbar-toggle .fa{
	color:#fff;
}
.header3-navbar .navbar-toggle {
	float:right;
}
.header3-navbar .navbar-brand{
	
}

/*-------------header nav style 3---------------------*/


.navbar{
	margin-bottom:0px;
	border:none;
}
.navbar-toggle .fa{
	font-size:20px;
}
.navbar-toggle{
	float:right;
	border-color:#cecece;
	border-radius:0px;
	z-index: 9;
}
.dropdown .navbar-toggle{
	padding: 3px 8px;
	float:none;
	margin-left: 30px;
}
/* banner style 1  section */

.image-container{
	position:relative;
	border-radius:8px;
	overflow:hidden;
	margin-bottom:30px;
	
}
.image-container img {
	border-radius:8px;
	display: block;
	height: auto;
	width: 100%;
}
.image-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.banner-content-big-font{
	background-image:url(../images/banner1/bigicon2.png);	
	width:54px;
	height:54px;
	margin-top:10px;
-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;
	}
.image-container:hover .banner-content-big-font{
	background-image:url(../images/banner1/bigicon1.png);	
	
} 
.banner-content-small-font{
	background-image:url(../images/banner1/bigicon2.png);	
	width:36px;
	height:36px;
	    background-position: center;
    background-size: 100%;
	-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;
}
.image-container:hover .banner-content-small-font{
	background-image:url(../images/banner1/bigicon1.png);	
	
} 
.post-details:hover .banner-content-small-font{
	background-image:url(../images/banner1/bigicon1.png);	
	
} 


.banner-content .banner-play-sign{
	background-image:url(../images/banner1/bigicon2.png);	
	width:54px;
	height:54px;
	margin-top:10px;
	-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;
}
.image-container:hover .banner-content .banner-play-sign{
	background-image:url(../images/banner1/bigicon1.png);	
	
} 
.image-container:hover .banner-content-small .banner-play-sign{
	background-image:url(../images/banner1/bigicon1.png);	
	
} 
.banner-content-small .banner-play-sign{
	background-image:url(../images/banner1/bigicon2.png);	
	width:36px;
	height:36px;
	    background-position: center;
    background-size: 100%;
	margin-top:0px;
	-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;
}
.image-container:hover .banner-content-small .banner-play-sign{
	background-image:url(../images/banner1/bigicon1.png);	
	
} 

.banner-play-sign{
	margin-right:10px;
	   
}
.banner-content{
	position:absolute;
	bottom:0px;
	left:0px;
	padding-bottom:30px;
	padding-left:30px;
	    width: 100%;
	background: -webkit-linear-gradient(0deg,hsla(0,0%,0%,1.88) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,hsla(0,0%,0%,1.88) 0%,rgba(0,0,0,0) 100%);	
	
}
.banner-content-small{
	position:absolute;
	bottom:0px;
	left:0px;
	padding-bottom:30px;
	padding-left:30px;
	    width: 100%;
	
	background: -webkit-linear-gradient(0deg,hsla(0,0%,0%,1.88) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,hsla(0,0%,0%,1.88) 0%,rgba(0,0,0,0) 100%);	
}
.banner-content-small{
	padding-left:20px !important;
	padding-bottom:20px !important
}
.banner-category {
	width:auto;
}
.banner-category .cat{
	font-size:12px;
	color:#fff;
	font-family:'OpenSans-Regular';
	text-transform:capitalize;
	border-radius:10px;
	line-height:23px;
	display:inline-block;	
	padding:0px 15px;
	margin: 0 0 5px;
}
.banner-content .banner-category .cat{
	margin-right:4px;
}
.banner-big-title{
	font-size:28px;
}
#banner-style1 .banner-big-title{
	font-size:22px !important;
}
.big-title img{
	margin-bottom:20px;

}
.banner-content-small h2 a{
	font-size:18px;
}
.banner-content-details {
	width:84%;
}
.banner-content-details h2{
	margin:0px;
	
}
.banner-content-details h2 a{
	color:#fff;
	text-transform:uppercase;
	margin-top:7px;
	display:inline-block;
	
	}
.banner-content-details p,.banner-content-details .posted-by{
	color:#fff;
	font-size:12px;
	margin:0px;
	font-family:'OpenSans-Regular';
}
.banner-content-details .posted-by span{
	margin-right:8px;
}
.banner-content-details p span{
	margin-right:20px;
}
.banner-content-small .banner-category {
	margin-top:7px;
}
.navbar-collapse{
	padding:0px;
}



/* 3.1  Staff picked videos */
.carousel-control.left,.carousel-control.right{
	background:none;
	top:14%;
}
#category-main-page .carousel-control.left,.carousel-control.right{
	background:none;
	top:30%;
}
.carousel-control.left{
	left:-4%;
}
.carousel-control.right{
	right:-4%;
}
.popular-videos .carousel-control.left,.popular-videos .carousel-control.right{
	background:none;
	top:30%;
}
.popular-videos .carousel-control.left{
	left:-3%;
}
.popular-videos .carousel-control.right{
	right:-3%;
}
.carousel-control{
	color:#bdbdbd;
	width: auto;
	
	opacity:1;
	text-shadow:none;
}
.staff-picked-posts .carousel-control{
	font-size:75px;
}
.popular-videos .carousel-control{
	font-size:55px;
}
.carousel-control:hover,.carousel-control:focus{
	color:#dddcdc;
}
.carousel ul{
	margin:0px !important;
	padding:0px;
}
.big-title{
	margin-bottom:30px;
}
.big-title h1{
	line-height: 32px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}
.inner-image-overlay{

	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;	
}
.image-inner-small-icon{
	position:absolute;
	bottom:0px;
	left:0px;
	padding-bottom:20px;
	padding-left:30px;
	    width: 100%;
		background: -webkit-linear-gradient(0deg,hsla(0,0%,0%,1.88) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,hsla(0,0%,0%,1.88) 0%,rgba(0,0,0,0) 100%);	
	
	
}

.image-content {
	border: 1px solid #ddd;
	padding: 14px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: none;
	position: relative;
}
.image-content h3{
	margin:0px;
	margin-bottom:4px;
}
.image-content h3 a:hover{
	color:#3b3b3b;
}
.image-content p{
	font-size:12px;
	margin-bottom:0px;
}
.background-color-light-green p{
	margin-bottom:10px;
}
.image-content p .fa{
	margin-left:4px;
}
.verified-video{
	color:#99c03b;
}
.image-content p span{
	margin:0px 7px;
	margin-top:7px;
}
.blog-large-post .image-content p span{
	margin-left:0px;
	margin-top:0px;
}
.tip-on-hover{
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);   
    left: 0;
    margin: 0 auto;
    padding: 21px 21px 10px 25px;
    position: absolute;
    right: 0;
    bottom: 107%;
    width: 230px;
    z-index: 9999;
	display:none;
	border-radius:8px;
}

.tip-on-hover:after{
    content: "";
   border-top: solid 10px #fff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;

    position:absolute;
	left:50%;
	bottom:-10px;
	transform:translateX(-50%);
    height: 0;
    
    width: 0;
	
    
}
.tip-on-hover:before{
    content: "";
   border-top: solid 11px rgba(0,0,0,.2);
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;	 
    position:absolute;
	left:50%;
	bottom:-12px;
	transform:translateX(-50%);
    height: 0;    
    width: 0;
}
.overflow-hidden-container .slick-list{
	overflow:visible !important;
}
.position-relative{
	position:relative;
}.overflow-hidden-container{
	overflow:hidden;	
}
.post-details .image-content:hover .tip-on-hover,.image-container:hover .tip-on-hover{
	display:none !important;
}
.tip-on-hover h3{
	margin-top:0px;
	text-transform:uppercase;
}
.tip-on-hover p.tip-date{
	font-size:12px;
	margin-bottom:4px;
	margin-top:10px;
}
.tip-on-hover .tip-date span{
	margin-right:10px;
}

#post-details:hover:after {
    opacity:0;
}

.slider6  .tip-on-hover{
	bottom:40%;

}
.index2-popular .tip-on-hover,#popular-movies .tip-on-hover{
	bottom:40%;

}

.index3-grid .tip-on-hover{
	bottom:24.5%;
}
.slider-over-opacity{
	width:100%;
	height:100%;
	border-radius:8px;
	background:rgba(0,0,0,.5);
	position:absolute;
	left:0;
	top:0;
}
/* 3.2  Popular Video */
.small-title{
	margin-bottom:32px;
	
}
.small-title h2 .fa{
	margin-left:5px;
	color:#bdbdbd;
}
.small-title h2,.small-title h2 a{
	font-size:20px;
	margin:0px;
	text-transform:uppercase;
	color:#3d3d3d;
	line-height:20px;
}

/* 3.3  Blog Section */
.blog-style1{
	background:url(../images/blog/1.jpg) no-repeat center center;
}
.blog-style1 .big-title{
	margin-bottom:45px;
}
.blog-style1 h3{
	text-transform:uppercase;
}
.blog-style1 p{
	font-size:14px;
	margin-bottom:0px;
}
.blog-style1 p span{
	margin-right:15px;
}
.blog-style1 .carousel-control.left, .blog-style1 .carousel-control.right {
    
    top: 7%;
}


/*-------blog style3-----------------*/

.blog-large-post {
	overflow: hidden;
	border-radius: 10px;
	margin: 0 0 30px;
}
.blog-large-post img {
	display: block;
	height: auto;
	width: 100%;
}
.blog-large-post h3 {
	margin:10px 0px;
	
}
.blog-large-post p span{
	margin-right:10px;
}

.blog-thumbnail{
	overflow:hidden;
	
	display: table-cell;
    vertical-align: top;
	padding-right:15px;
}
.blog-thumbnail img{
border-radius:8px;

}
.blog-thumbnail-details h3{
	margin:10px 0px;
}
.blog-thumbnail-details p span{
	margin-right:10px;
}
.blog-thumbnail-details p {
	margin:0px;
	font-size:12px;
}
.blog-thumbnail-details{
	 display: table-cell;
    vertical-align: top;
	
}
.blog-post-with-thumbnail{
	margin-bottom:30px;
}
/*
.blog-post-with-thumbnail:last-child{
	margin-bottom:0px;
}*/

.blog-large-post .image-content{
	padding:25px 29px;
	padding-top:30px;
}
.blog-thumbnail  a {
    display: block;
    width: 121px;
}
.top-channale-thumbnail a{
	display: block;
    width: 99px;

}
.top-channale-thumbnail{
 overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
	margin-bottom:30px;
}
.our-top-channale{
margin-bottom:22px;
}
.our-top-channale:last-child{
	margin-bottom:0px;
}
.top-channale-thumbnail-details{
	
    display: table-cell;
    vertical-align: middle;
    
	
}

.top-channale-thumbnail-details h3 {
	margin:0px;
}
.top-channale-thumbnail-details p{
	font-size:12px;
}
/*-------------------3.4  Banners Sections-----------------*/
/*-----banner style 3----*/
.banner-image-container{
	position:relative;
	overflow:hidden;
	border-radius:8px;
}
.banner-image-container img{
	border-radius:8px;
	width: 100%;
	display: block;
	height: auto;
}
.slider-nav{
	position:absolute !important;
	top:50%;
	transform:translateY(-50%);
	left:4%;
	margin-bottom:0px;
}
.slider-nav div{
	width:200px;
}
.slider-nav .slick-track,.slider-nav .slick-slide,.slider-nav .slick-list{
	width:200px !important;

}

.slick-current p span{
	opacity:1 !important;
}
.blue{
	position:relative;
}

.slider-nav,.slider-for{
	margin-bottom:0px !important;
}
.slider-nav div{
	margin-bottom:30px;
}
.slider-nav div:last-child{
	margin-bottom:5px !important;
	
}
.slider-nav div:hover{
	cursor:pointer;
}

.slider-nav  p span{
	opacity:0;
}
.slider-nav p:hover span{
	opacity:1;
}
.slider-nav  p{
	color:#fff;
	margin-bottom:0px;
	
}
.slider-nav p span{
	margin-left:13px;
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
	
}
.slider-nav{
	opacity:1 !important;
	z-index:9999 !important;
}


.banner-stye2-content{
	 bottom: 8.5%;
    position: absolute;
    right: 5%;
}

.banner-stye2-content .banner-content-details{
	width:auto;
}
.banner-stye2-content .cat{
	margin-right:5px;
}

.cmn-t-underline {
  position: relative;
  
}
.cmn-t-underline:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 8%;
  height: 1px;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-current:after{
	 width: 100% !important;
	display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 8%;
  height: 1px;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;	
}
.cmn-t-underline:hover {
  color: #fff;
}
.cmn-t-underline:hover:after {
  width: 100%;
}

/*----------banner with slider ---------*/

#banner-slider{
	position:relative;
	
}
#banner-slider .slick-prev {
    left: 10% !important;
    opacity: 1;
    top: 50%;
	transform:translate(-50% -10%);
    z-index: 99999;
	transform:translateY(-50%);
	COLOR:#fff;
	display:none !important;
}
#banner-slider .slick-next {
    right: 10% !important;
    opacity: 1;
    top: 50%;
	transform:translateY(-50%);
    z-index: 99999;
	COLOR:#fff;
	display:none !important;
}
#banner-slider .slick-next:hover,#banner-slider .slick-prev:hover{
	opacity:.8;
	
}
#banner-slider:hover .slick-next,#banner-slider:hover .slick-prev{
	display:block !important;
	
}
.banner-style3-content{
	bottom: 10%;
    position: absolute;
    left: 0;
	width: 1080px;
    margin: 0 auto;
	padding: 0 15px;
}

.header3-navbar{
	position:absolute !important;
	top:0;
	left:0;
	right:0;
}
#main-slider-section{
	position:relative;
}
#main-slider-section #header-style1{
	z-index:98;
}
#main-slider-section #header-style1 .nav li a{
	color:#fff !important;
	line-height: 32px;
	padding-bottom:10px;
}
#main-slider-section #header-style1 .nav li a:hover{
	border-color:#fff !important;
}
#main-slider-section #header-style1 .navbar-brand{
	padding-left:0px;
}

/*----------------3.5  Grid style popular posts-----------*/


.grid-style-popular-post .carousel{
	position:relative;
}
.grid-style-popular-post .carousel .control-box{
position: absolute;
    top: 0;
    right: 0;
	font-size:30px;

}
.grid-style-popular-post .p1{
   
    opacity: 1;
    left: 95% !important;
    top: -7px!important;
}
#popular-movies  .p1{
   
    opacity: 1;
    left: 95% !important;
     top: -7px!important;
}
#popular-movies .n1{
   
     opacity: 1;
    right: 15px !important;
    top: -7px!important;
}
.index3-grid  .overflow-hidden-container{
	position:relative;
}
.grid-style-popular-post .n1{
    opacity: 1;
    right: 20px !important;
    top: -7px!important;
}
.grid-style-popular-post .small-title{
	
	padding-left:15px;
}
.grid-style-popular-post .p1,.grid-style-popular-post .n1{
font-size:30px;
}

.staff-picked-videos .banner-content-details,.banner-content-small-font .banner-content-details{
	width:100%;
}
.overlay-inner-image{
	overflow:hidden;
}
.overlay-inner-image img{
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	width: 100%;
    display: block;
    height: auto;
}
.grid-style-popular-post .banner-content-details h2{
	font-size:18px;
}
.grid-style-popular-post .banner-content-details p .fa{
	margin-left:5px !important;
}
.grid-style-popular-post .image-container:hover .fa{
	
}

/*-----------3.6  Sidebar Section-------*/
.widget-aside-main{
	border-radius:4px;	
	border-bottom:1px solid #ececec;
	padding-bottom:2px;
}
.widget-aside{
	border-radius:4px;
	margin-bottom:54px;
	border:1px solid #ececec;
	padding-bottom:2px;
}
.widget-aside-title h2{
	text-transform:uppercase;
	margin:0px;
	font-size:20px;
}
.widget-aside-title{
	text-align:center;
	padding:10px 0px;
	background:#f7f7f7;
}
.cat-widget ul{
	padding:0px;
}
.cat-widget ul li{
	padding-top:27px;
	padding-bottom:27px;
	display:table-cell;
	text-align:center;
	border-bottom:1px solid #ececec;
}
.cat-widget ul li:nth-child(odd) {
border-right:1px solid #ececec;
}
.cat-widget h4{
	font-size:15px;
	 font-family: 'Raleway-Regular';
	 margin:0px;
	 font-variant:400;
	
}
.cat-widget h4 a{
 color:#3b3b3b;
  font-family: 'Raleway-Regular';
}
.cat-widget p{
	font-size:12px;
	margin:0px;
}

.latest-video-widget{
	padding-right:16px;
	padding-left:16px;
	padding-top:20px;
}

.latest-videos-post .image-overlay{
	z-index:9999;
}
.latest-videos-post .banner-content-small{
padding-left:12px !important;
padding-bottom:12px;
}
.latest-videos-post .banner-play-sign{
    width: 27px;
    height: 27px;
    background-position: center;
    background-size: 100%;
    margin-top: 0px;
}
.latest-videos-post h4{
	font-size:15px;
	 font-family: 'Raleway-Regular';
	 margin:0px;
	 font-variant:400;
	
}
.latest-videos-post .image-container{
	margin-bottom:10px;
}
.latest-videos-post h4 a{
 color:#3b3b3b;
}
.latest-videos-post p{
	font-size:12px;
	margin:0px;
}
.latest-videos-post{
	margin-bottom:20px;
}
/*3.7  Pagination*/
.pagination-circle h3{
	font-size:16px;
	text-transform:uppercase;
	margin:0px;
}
.pagination-circle .fa{
	width:35px;
	height:35px;
	border-radius:100%;
	line-height:35px;
	color:#fff;
	margin-right:10px;
}
#detail-page-sidebar .market{
	margin-bottom:10px;
}
#detail-page-sidebar .latest-video-widget{
	padding-left:0px;
	padding-right:0px;
}
#detail-page-sidebar .sidebar{
	padding:25px;
	background:#fff;
	padding-bottom:0px;
}
#sidebar-detail3 .widget-aside{
	border:0px;	
}
#sidebar-detail3 .latest-video-widget{
	padding-left:0;
	padding-right:0px;
}
#sidebar-detail3 .market {
	margin-top: 15px;
}
#sidebar-detail3 .market img {
	display: block;
	height: auto;
	width: 100%;
}
/*3.8  Sub Category Page*/
#detail-page-sidebar .widget-aside{
	border:none!important;
}
#category-sub-page .staff-picked-videos{
	padding:0px;
}
.video-widget-subtitle span{
	padding-left:10px;
}
/* 3.9  Page title*/
.page-title-banner{
	background:url(../images/page.jpg) repeat center center;
	padding:40px 0px;
}
#blog-main-title{
background:url(../images/blogban.jpg) repeat center center;
}
.page-category-title h1,.page-category-title h1 a{
	color:#fff;
	margin:0px;
	text-transform:uppercase;
}
.page-category-title p{
	color:#fff;
	margin:0px;
	
}
.load-tabs{
	margin-top:20px;
	padding:0px;
}
.load-tabs span{
	color:#fff;
	font-size:12px;
	font-family:'OpenSans-Bold';
    text-transform: capitalize;
	margin-right:10px;
}
.load-tabs .f-count{
	color:#3b3b3b;
}
.load-tabs li {
	display:inline-block;
	 border-radius: 25px;
    line-height: 24px;
    
    
}
.load-tabs li a{
	display:inline-block;
	color:#fff;
	font-size:12px;
	font-family:'OpenSans-Regular';
    text-transform: capitalize;
   padding: 0px 11px;
   
}
.load-tabs li:hover{
	cursor:pointer;
	
}
/*3.10 channels page */

.admin-information{
	position:absolute;
	bottom:0;
	left:25px;
}
.admin-personal-info h1,.admin-personal-info h1 a,.admin-personal-info p{
	color:#fff;
	margin:0px;
}
.admin-personal-info p{
	font-size:12px;
	margin-bottom:5px;
}
.admin-personal-info{
	display:table-cell;
}
.admin-image{
	display:table-cell;
	padding-right:20px;
	position:relative;
	bottom:-30px;
}
.admin-personal-info .admin-web{
	font-size:12px;
	color:#fff;
	font-family:'OpenSans-Regular';
	text-transform:uppercase;
}
.channel-banner .banner-image-container{
	overflow:visible;
}

.admin-social-info .fa{
	color:#fff;
	font-size:18px;
	margin-left:20px;
}
.admin-social-info{
	position:absolute;
	right:30px;
	bottom:40px;
}
.admin-social-info a{
	display:inline-block;
}

.channel-page-sorting  .load-tabs{
	padding:0px;
	margin:0px;
}
.channel-page-sorting  .load-tabs li a{
	color:#3b3b3b;
	font-size:14px;
	font-family: 'Raleway-Regular';
	background:none;
	border-radius:none;
	padding-bottom:10px;
	border-bottom:2px solid transparent;
	padding:0px;
	margin-right:25px;
	padding-bottom:5px;
	display:inline-block;
	font-variant:400;
}
.channel-page-sorting  .load-tabs li{
	padding:0px;
	
}
.channel-page-sorting  .load-tabs li:hover{
	background:none;
	border-radius:0px;
}
.channel-page-sorting .load-tabs .active{
	background:none;
	border-radius:0px;
}
.staff-picked-posts .tab-content .staff-picked-videos li .post-details{
	margin-bottom:30px;
}



.staff-picked-posts .tab-content .staff-picked-videos{
	padding:0px;
}
.about-tab-info h2{
	font-size:20px;
	font-family: 'Raleway-Regular';
	margin-top:0px;
	font-variant:400;
}
.about-statics a{
font-family: 'Raleway-Regular';
font-size:14px;
color:#959595;
font-variant:400;
}
.about-statics a span{
	margin:0px 30px;
}

/*-----------------------3.11 upload videos page------------*/
.upload-videos .banner-image-container{
	border:1px solid #ececec;
	padding:35px 38px;
	padding-bottom:40px;
	}
.upload-user-info{
	padding-bottom:35px;
}	
.upload-user-image{
	overflow:hidden;
	display:table-cell;
	
	vertical-align: middle;
	padding-right:20px;
}	
.upload-user-image img{
border-radius:100%;
}
.upload-user-personal-info{
	display:table-cell;
	vertical-align: middle;
}
.upload-user-personal-info p{
	margin:0px;
	margin-bottom:5px;
}
.upload-user-personal-info a{
	color:#959595;
	font-size:14px;
	font-family:'OpenSans-Regular';
	display:inline-table;
}
.sign .fa{
	margin-right:3px;
}
.upload-form label{
	font-size:16px;
	color:#626262;
	font-family: 'Raleway-Regular';
	text-transform:capitalize;
	font-weight:400;
	width:auto;
	margin-top:26px;
	margin-bottom:15px;
	}
.upload-form {
	padding-top:9px;
}
.upload-form input,.upload-form select,.upload-form textarea{
	width:100%;
	overflow:hidden;
	box-shadow:none;
	border:1px solid #ececec;
	border-radius:3px;
	color:#959595;
	font-size:12px;
	font-family:'OpenSans-Regular';
	padding:15px;
}
.upload-form textarea{
	height:170px;
}
form input[type=text]:focus, form input[type=password]:focus, textarea:focus,select:focus,upload:focus{
    outline: none;
}
.styled-select select {
   background: transparent;
  -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
   -webkit-appearance: none;
   }
  .styled-select {
  
   overflow: hidden;
   background: url(../images/new_arrow.png);
  
   background-repeat:no-repeat;
   background-position:98% 50%;
   } 
   
   .load-form-tabs{
	
	background:#3b3b3b;
	padding:20px;
	overflow:hidden;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	margin:0px;
	
   }
.upload-form  .tab-content{
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	padding:26px 20px;
   }
   .upload-form .tab-content{
	position:relative;
	min-height:128px;
   } 
   #ur,#em,#up{
	position:absolute;
	width:95%;
   }
   .tab-content p{
	font-size:12px;
   }
   .load-form-tabs li{
		display:inline-block;
   }
   .load-form-tabs li a{
		font-size:14px;
		font-family:'OpenSans-Regular';
		margin-right:30px;
		color:#fff;
		
   }
   .upload-form .upload{
	border:1px solid transparent;
	padding-left:0px;
	height:auto;
   }
   .upload-form .upload-2{
		padding-bottom:0px;
   }
   .theme-button{
	font-size:16px;
	color:#fff;
	box-shadow:none;
	border:none;
	font-family: 'Raleway-Regular';
	font-weight:400;
	background:#3b3b3b;
	border-radius:25px;
	padding:14px 49px;
   }
   .theme-button .fa{
	margin-right:5px;
   }
   .video-upload-form-button{
	margin-top:33px;
   }
   .video-player-main iframe{
	width:100%;
	    border: 0px;
   }
   
   /*----------------3.12 Detail page------------------*/
   .main-video-container {
		position:relative;	
   }
   .blog-main-video-container {
		overflow:hidden;
		border-radius:10px;
   }
   .blog-main-video-container img {
	   display: block;
	   width: 100%;
	   height: auto;
   }
   .main-video-play-button{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
   }
   .main-video-container-content{
	margin-top:50px;
   }
   .main-video-container-content h1{
	margin-bottom:23px;
	margin-top:10px;
   }
   
   .post-detail-metas{
	padding:11px 17px;
	padding-bottom:10px;
	margin-bottom:27px;
   }
   .post-meta-image img{
		width: 100%;
		height: auto;
		display: block;
   }
   .main-video-container-content .post-content{
		margin-bottom:0px;
   }
   
   .post-meta-information{
		display:inline-table;
   }
   .post-meta-information p{
		font-size:12px;
		margin:0px;
		display:inline-table;
		padding-right:25px;
   }
   .main-video-container-content .cat{
	margin-right:5px;
	display:inline-block;
   }
   .post-meta-information p .fa{
	margin-left:4px;
	color:#99c03b;
   }
   .video-uploder-person-image {
		padding-right: 5px;
		display: inline-block;
		border-radius: 100%;
		overflow: hidden;
		vertical-align: middle;
   }
   
   .video-subscribe-channel{
		color:#fff;
		display:inline-table;
		font-size:12px;
		font-family:'OpenSans-Regular';
		border-radius:3px;
		background:#adadad;
		padding:4px 12px;
		margin-right:25px;
	}
	.video-subscribe-channel:hover{
		color:#fff;
	}
	.post-detail-social-information a{
		color:#959595;
		display:inline-block;
		font-size:12px;
		font-family:'OpenSans-Regular';
		margin-left:25px;
		
		
	}
	.post-detail-social-information a:hover{
		cursor:pointer;
	}
	.post-detail-social-information{
		margin-top:8px;
	}
	.post-detail-social-information a .fa{
		font-size:13px;
	}
	
	
	.checkbox label:before {
 background-color: #fff;
 border-radius:100%;
}
.checkbox label {
 margin-right:20px !important;
 cursor: pointer;
 position: relative;
}
.radio, .checkbox{
	margin-top:0px !important;
	margin-bottom:0px !Important;
}

.checkbox input[type=checkbox] {
 display: none;
 margin-top:0px;
}
.checkbox label:before {
 content: "";
 display: inline-block;
 width: 20px;
 height: 20px;
 top:0px;
 margin-right: 10px;
 position: absolute;
 left: 0;
 bottom: 1px;
 -webkit-transition:all 0.1s ease;
 -moz-transition:all 0.1s ease;
 -o-transition:all 0.1s ease;
 transition:all 0.1s ease;
 border-radius:100%;
}

.radio label, .checkbox label{
 padding-left: 32px;
 margin:0px;
 color:#fff;
 font-size:14px;
 font-family:'OpenSans-Regular';
}
 input[type=checkbox]:checked + label:before {
 content: "\f00c";
 font-size: 11px;
 text-align: center;
    line-height: 20px;
 font-family:FontAwesome;
 color:#ff4d58;
 background-color:#fff;

}
/*----------------3.13 Blog page---------------------*/
.blog-page .cat {
	margin-right: 4px;
	margin-bottom: 4px;
}
.blog-page .image-content h3{
	text-transform:uppercase;
	margin:10px 0px;
	margin-top:15px;
}
.blog-page .image-content p span{
	margin-left:10px;
}
.blog-page .image-content{
	padding-bottom:28px;
	padding-top:28px;
}

.page-breadcram{
	padding:0px;
	margin-top:20px;
}
.page-breadcram li{
	display:inline;
}
.page-breadcram li a{
	color:#fff;
	font-size:14px;
	font-family:'OpenSans-Regular';
	
}
.page-breadcram li a:hover{
	text-decoration:underline !important;

}
.page-breadcram li .fa{
	margin:0px 4px;
	color:#fff;
	
}

/*--------------------------------3.14 Detail page with side bar-------------*/
.popup-gallery img{
	overflow:hidden;
	border-radius:10px;
}
.image-popup{
	position:relative;
	display:block;
	
}
.image-popup:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAECklEQVR4Xu2aj1HVQBDGdytQKxAqECoQK1ArECpQKlArECoQKlAqECsQKhAqECpY5+dc9DhzySVvc+9N8nbmDTC83N1+++2f243KwkUXrr9sAdgyYOEIbF1g3QQwsz0ReSki/NwJP+NjXYnIjYhcish3VeVvN1kLA8wMRd+KyKug9BCFAOOriJyqKr+vJFUBMLPHIvJeRN6tdOp/D5+IyEdVvRu7XjUAzAxrfxYRQPAUlD9SVVgxWKoAYGafeqx+EWgNpe8aPw/xAcBwGQAkVuTkRFWPhyIwKQCB8lidw6dyKyIfULyUwmE91uK5py1rnonIcel6PD81AF9alL8XEXwXi43y3QAEcYTPowSIM1U9KmXCZACYGUoS6WNB+QOvVBZchPSYgkCGKAq0kwAQAh7Wj+U6KD/K6jmLBjYAwrPkO69LAqM7AOFAP5Noj+V3xlK+j85hTwJozASA3u3bcwoAUuq70r6DCVSSqTv0uoIrAKHCw/qxUKgQtScXM2MfCq1YYEG2YvQGILU+qW6vj4ZeyARX4K4Qp8hOA3gDgPUpWhqhQiM3VxMzOwwVZ7Pnjaru5g7gBkBIST+SjZ7Usn6zb2DBr+Qc+7nU6wlA6n8XqtpWAU7OBjPjXhCXzVSHuOd/4glAuml1+kcsSN0gawxPAKA/qaiRF6pKWqouZnYgIt+ija9UdX9qBlip302NSFs8UtVWY3sy4AEAuQ2nVj5yg6LzbAHwsoiZUW3FBUg29XjtmVtnXS5AwHu+oUHwWlXjAP33mJ4usPg0SAOC3l8jiyuEoNhyS2HM3hIIq1eDLZehW1WNL2gPYqdbDAgApPcBMgPZwLUN1hH9aaGn3aiq12EOkLamltMQCSzg/v8mshLW517gOtRMWRByP/V/PHmq2xILALSxoKhBObZAWqUR6xoDojo8vY3xLxgAE1zjQVAey6eFznra4hEIaWHEv1zdIUN79umlfnPOqRiQNiRidgMC3RkOOYoNwepMnSi+0mnzuaqyf5G4A9CSh3MHIVuQNqkYi4AIitPqAsC2Mfs5oJSux8FcAehQnvF312gbd+EDKPfJeJxpTzMe7+oxFtM+togbAB3K/6kGQ5sKJdNBZhFVO77E5OmwZA7YtoYLAH3KR4ER2kJ7fNQDiFPWG0L5FISVAShVPt44mu8DRNuLDl2sYNpEscV7AOt9SWqM8pkKjrqBT/M6TAwKY/XmNblL74pyNAM8lF/V+T2eHwXAXJQflQbnpPxgAOam/CAA5qh8MQBzVb4IgDkr3wvA3JXvBCDzwhPPVO/0euT73BqddUALA2alfK8L8IUIhNkpXwRAAIG3PFe+eExJ5bFrjyqFx262ic9tAdhEq9Q805YBNdHexL0Wz4Df89TcUCiYGmIAAAAASUVORK5CYII');
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	overflow:hidden;
    background-size: 45px;
	border-radius:8px;
}
.image-popup:hover:after{
	opacity:1;
}

/*---------------------3.15 Blog detail page-----------------------------------*/


	.blog-detail-social-information a{
		color:#959595;
		display:inline-block;
		font-size:12px;
		font-family:'OpenSans-Regular';
		margin-left:20px;
	}
	.blog-detail-social-information{
		margin-top:8px;
	}
	.blog-detail-social-information a .fa{
		font-size:15px;
	}
	
	.blog-detail-page-content blockquote {
		border-left: 0 none;
		font-family: 'Raleway-Regular';
		font-size: 18px;
		font-style: italic;
		line-height: 30px;
		color:#7f7f7f;
		position: relative;
		quotes: "“" "”" "‘" "’";
		text-align: center;
		
	}
	.blog-tags{
		background:#3b3b3b;
		padding:20px;
	}
	.blog-tags a{
		color:#fff;
		font-size:14px;
		font-family:'OpenSans-Regular';
		text-transform:capitalize;
	}
	.blog-tags span .fa{
		color:#fff;
		font-size:14px;
		margin-right:6px;
	}
	
	
	/*==============../3.12 Blog Single Page==============
	======================================================*/
	/*==================3.13 Comments Box=================
	======================================================*/
	.comments-posts{
		padding-top:30px;
	}
	.comments-posts h2,.comment-form h2{
		text-transform:uppercase;
		font-size:20px;
		margin-bottom:35px;
		
	}
	.comments-thumb,
	.comments-content,
	.comments-box,
	.comments-author,
	.comments-replay{
		display:inline-block;
		vertical-align:top;
	}	
	.comments-thumb {
		overflow:hidden;
		border-radius: 100%;
		width: 85px;
	}
	.comments-thumb img {
		display: block;
		height: auto;
		width: 100%;
	}
	.comments-author,
	.comments-replay{
		width:49%;
	}
	.comments-header{
		padding-top:25px;
		padding-bottom: 15px;
	}
	.comments-box{
		padding-top:40px;
		padding-bottom:40px;
		padding-left:30px;
		padding-right:10px;
		width:100%;
	}
	.comments-box-sub{
		width: 92%;
		float: right;
	}
	.comments-content {
		width: 85.5%;
		padding: 10px 0 0 10px;
	}
	.comments-description{
		margin-top:20px;
	}
	.comments-description p{
		margin-bottom:0px;
	}
	.comments-name,.comments-date{
		font-size:16px;
		color:#3b3b3b;
		font-family: 'Raleway-Regular';
	}
	.comments-replay a{
		color:#3b3b3b;
	}
	
	.comment-form{
		padding-top:30px;
	}
	
	.comment-form form label{
		color:#626262;
		text-transform:capitalize;
		font-size:14px;
		margin-bottom:10px;
		font-family: 'Raleway-Regular';
		text-shadow:none;
	}
	
	.comment-form form input{
		width:100%;
		overflow:hidden;
		box-shadow:none;
		border:1px solid #ddd;
		border-radius:2px;
		padding:14px;
		margin-bottom:25px;
	}
	.comment-form form textarea{
		width:100%;
		overflow:hidden;
		box-shadow:none;
		border:1px solid #ddd;
		border-radius:2px;
		padding:14px;
		height:263px;
	}


.slider-nav-thumbnails{
	z-index:99999 !important;
	opacity:1 !important;
	left:0px !important;
}
.post-comments-section{
	padding:25px;
	
	background:#fff;
}
#detail-page-with-sidebar .widget-aside{
	margin-bottom:30px;
	}
.post-comments-section > .big-title > h2{
	margin-top:0px;
	line-height:20px;
}
.fb_hide_iframes iframe {
    height: 333px !important;
    left: 0 !important;
    position: relative;
}
#detailpage3-comments .fb_hide_iframes iframe {
    height: 900px !important;
    left: 0 !important;
    position: relative;
}
/*------------------------3.16 Popup Section------------------*/

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(8,8,8,0.84);
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */


.overlay ul {
	
	padding: 0;
	margin: 0;
	
}

.overlay ul li {
	display: inline-block;
	
	
	
}



/* Overlay style */
.overlay2 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(8,8,8,0.84);
}

/* Overlay closing cross */
.overlay2 .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay2 div {
	text-align: center;
	position: absolute;
	top: 50%;
	left:0;
	right:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* Overlay style */
.overlay3 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(8,8,8,0.84);
}

/* Overlay closing cross */
.overlay3 .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay3 div {
	text-align: center;
	position: absolute;
	top: 50%;
	left:0;
	right:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* Overlay style */
.overlay4 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(8,8,8,0.84);
}

/* Overlay closing cross */
.overlay4 .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay4 div {
	text-align: center;
	position: absolute;
	top: 50%;
	
	left:0;
	right:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.0s, visibility 0s 0.0s;
	transition: opacity 0.0s, visibility 0s 0.0s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.0s;
	transition: opacity 0.0s;
	z-index: 9999;
}
.overlay div {
left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.overlay-hugeinc div {
	
	text-align:center;
	
}

.overlay-hugeinc div ul {
	opacity: 0.4;
	
	
}

.overlay-hugeinc.open div ul {
	opacity: 1;
	
}
.overlay-hugeinc div ul li .fa{
	width:40px;
	height:40px;
	line-height:40px;
	font-size:22px;
	text-align:center;
	color:#fff;
	background:#323232;
}



.overlay-hugeinc2 {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.0s, visibility 0s 0.0s;
	transition: opacity 0.0s, visibility 0s 0.1s;
}

.overlay-hugeinc2.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
	z-index: 9999;
}






.overlay-hugeinc3 {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.1s, visibility 0s 0.1s;
	transition: opacity 0.1s, visibility 0s 0.1s;
}

.overlay-hugeinc3.open {
		opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
	z-index: 9999;
}





.overlay-hugeinc4 {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.1s, visibility 0s 0.1s;
	transition: opacity 0.1s, visibility 0s 0.1s;
}

.overlay-hugeinc4.open {
		opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
	z-index: 9999;
}








/*--------------------------3.17 Report form---------------*/

.report-form input{
	 border: medium none;
    box-shadow: none;
    font-size: 12px;
    height: 49px;
    padding: 12px;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
	border-radius:4px;
	 font-family: "OpenSans-Regular";
	border: 1px solid #ececec;
	
}
.report-form textarea{
 border: medium none;
    box-shadow: none;
    font-size: 12px;
    height: 150px;
    padding: 12px;
	width:100%;
	
	overflow:hidden;
	border-radius:4px;
	 font-family: "OpenSans-Regular";
	 margin-bottom:15px;
	 border: 1px solid #ececec;
	
}
.report-form .submit-report{
	box-shadow:none;
	border:none;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-family: 'OpenSans-Regular';
	margin-bottom:0px;
}
.report-form .submit-report:hover{
	opacity:.85;
}
.main-popup-div h3{
	text-transform:capitalize;
	font-family: 'OpenSans-Regular' !important;
	margin-bottom:15px;
	margin-top:0px;
	line-height:23px;
	
}
.main-popup-div{
	    background: #fff;
    padding: 30px 40px;
	padding-bottom:40px;
	border-radius:6px;
	}
.main-popup-div-social{
	padding-top:70px;
	padding-bottom:80px;
}	

/*---------------------------3.18 login page-----------------*/
.login-register-content{
	width:100%;
}
.login-register-content h2{
	text-align:center;
	
}
.social-login{
	list-style:none;
	padding:0px;
}
.social-login li {
	display:inline-block;
}
.social-login li button{
    margin-right: 2%;
    width: 150px;
	box-shadow:none;
	border:none;
}
.social li button{
    border-radius: 4px;
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    padding: 0.8em;
    position: relative;
    text-align: center;
}
.social li button.google{
    background-color: #db402c;
}
.social-login li button span {
    float: right;
    font-weight: bold;
    margin-right: 20px;
    text-transform: uppercase;
}

.social li button.facebook{
    background-color: #3b5998;
}
.social li button{
    background-color: #55acee;
}
.social li button:hover{
	opacity:0.8;
}

.real-login-officer .form-control {
   background: #f2f2f2 none repeat scroll 0 0 !important;
    border: 1px solid #e3e3e3 !important;
    box-shadow: none !important;
    text-shadow:none;
    height: 40px;
	    color: #959595;
    font-size: 12px;
    font-family: 'OpenSans-Regular';
	padding-left:25px;
}
.real-login-officer label {
    
    font-size: 12px;
    font-family: 'OpenSans-Regular';
    line-height: 26px;
}
.real-login-officer .form-control:focus{
	
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}
.lp-secondary-btn {
    border-radius: 5px;
    color: #fff;
    
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px 15px 45px;
    transition: all 0.3s ease 0s;
	width:100%;
	border:none;
	font-family:"Open Sans";
	box-shadow:none;
}
.lp-secondary-btn:hover{
	opacity:0.8;
}
.bottom-links a {
    cursor: pointer;
}
.bottom-links a:hover,.bottom-links a:focus{
 color: #262626 !important;
}

.siginupcontainer{
    display: inline-block;
    background-color: #fff;
    padding: 39px;
    float: left;
    width: 52%;
    position: relative;
    z-index: 10;
    padding-top: 30px;
}
.forgot-pass{
	text-align:center !important;
	margin-bottom:20px;
}
.login-1{
	opacity:1;
}
.login-2{
	display:none;
}
.login-3{
	display:none;
}
.popup-content {
	border-radius:6px;
    background-color: #fff;
    padding: 37px;
   
    padding-top: 30px;
}
.popup-content2 {
    display: inline-block;
    background-color: #fff;
    padding: 37px;
	border-radius:6px;
    z-index: 10;
    padding-top: 30px;
}
.login-register-content {
    width: 100%;
}
.login-register-content input[type=checkbox]:checked + label:before {
 content: "\f00c";
 font-size: 11px;
 text-align: center;
    line-height: 20px;
 font-family:FontAwesome;
 color:#ff4d58;
 background-color:#fff;
 display:none;

}

.login-page input::-webkit-input-placeholder {
color: #959595 !important;
}
 
.login-page input:-moz-placeholder { /* Firefox 18- */
color: #959595 !important;  
}
 
.login-page input::-moz-placeholder {  /* Firefox 19+ */
color: #959595 !important;  
}
 
.login-page input:-ms-input-placeholder {  
color: #959595 !important;  
}

.login-username {
    position:relative;
}    
.login-username:before {
    content: "\f007";
    font-family: FontAwesome;
    left:2%;
    position:absolute;
    top:50%;
	transform:translateY(-50%);
	color: #959595 !important; 
 }
 .login-password {
    position:relative;
}    
.login-password:before {
    content: "\f13e";
    font-family: FontAwesome;
    left:2%;
    position:absolute;
    top:50%;
	transform:translateY(-50%);
	color: #959595 !important; 
 }
 
  .login-emailaddress {
    position:relative;
}    
.login-emailaddress:before {
    content: "\f0e0";
    font-family: FontAwesome;
    left:2%;
    position:absolute;
    top:50%;
	transform:translateY(-50%);
	color: #959595 !important; 
 }
 .login-emailaddress input{
	padding-left:28px !important;
 }
 /*-------------------------------------3.19 contact us page-------------------------*/
 
 .company-info h3{
	margin-top:0px;
	line-height:22px;
	margin-bottom:15px;
 }
  .company-info p{
	
  }
 .company-info p .fa{
	margin-right:8px;
	
 }
 .company-info2 h3{
	opacity:0;
 }
 
 
 /*-----------------------------3.20 index style 4------------------------------------*/
.grid {
  background: #DDD;
  max-width: 1200px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */







.massonary .row {
 -moz-column-width: 20em;
 -webkit-column-width: 20em;
 -moz-column-gap: 4px;
 -webkit-column-gap:4px; 
  
}

.massonary .row > .col-md-3 {
 display: inline-block;
 padding: 10px;
 margin: 0;
 width:  100%; 
 float:none;
}

.massonary  .img-responsive {
  border:0px solid #999;
}

.massonary .image-container{
	margin-bottom:0px;
}
.massonary .banner-content-details h2{
	line-height:11px;
}
.massonary  .banner-content-small{
background: -webkit-linear-gradient(0deg,hsla(0,0%,0%,1.88) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,hsla(0,0%,0%,1.88) 0%,rgba(0,0,0,0) 100%);	
	padding-top:20px;
}


/*-------------------------------------------header style 4--------------------------------------------*/

.header-style-4 .search-form{
	width:374px !important;
	margin-right:6px;
	position: relative;
}

.header-style-4  .search-field{
	width:320px;
}

.header-style-4 #header-style1 {
	display:inline-table;
	vertical-align:middle;
}

.header-style-4 #header-style1 .nav .propClone a{
	padding-top:10px;
	color:#fff;
	padding-bottom:5px;
}
.header-style-4 #header-style1 .navbar{
	min-height:auto;
}
.header-style-4 #header-style1 .dropdown-menu li a{
	padding:10px 0 0px 30px !important;
	color:#ccc !important;
}
.header-style-4 #header-style1 .dropdown-menu li a:hover{
	color:#fff !important;
}
.header-style-4 .theme-logo .fa{
	font-size:22px;
	color:#9e9d9d;
	margin-right:4px;
	vertical-align:middle;
}
.header-style-4 .theme-logo .fa:hover{
	cursor:pointer;
}
.header-style-4 .container{
	position:relative;
}
.hidden-menue li:last-child a{
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	
}
.hidden-menue li:first-child a{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	
}
.hidden-menue{
	position:absolute;
	width:180px;
	background:#fff;
	border-radius:8px;	
	z-index:99999;
	left:7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all  0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top:47px;
}
.hidden-menue:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 13px;
    overflow: hidden;
    
}
.hidden-menue ul{
	padding:0px;
	margin:0px;
}
.hidden-menue ul li a {
    color: #3b3b3b !important;
    padding: 10px 0 10px 23px !important;
	display:inline-block;
	width:100%;
}
.hidden-menue ul li a:hover{
	background:#f3f3f3;
}
.hidden-menue ul li a .fa{
	margin-right:5px;
}
.pagination-circle button{
    font-size: 16px;
    margin: 0;
	font-family: 'Raleway-Bold';
    text-transform: uppercase;
	background:none;
	border:none;
	box-shadow:none;
	color:#3b3b3b;
}
.feature-image .image-content {
	width:51%;
	border-left: 0px;
	border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
	border-top:1px solid #ddd;
	padding-left:25px !important;
	padding-top: 37px;
}
.feature-image .overlay-inner-image img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
}	
.feature-image .upload-video{
	    display: inline-block;
    margin-top: 20px;
    margin-bottom: 9px;
	background:#adadad;
}
.about-tab-info form input{
	width: 100%;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #ececec;
    border-radius: 3px;
    color: #959595;
    font-size: 12px;
    font-family: 'OpenSans-Regular';
    padding: 15px;
	margin-bottom:30px;
	
}
.about-tab-info form textarea{
	width: 100%;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #ececec;
    border-radius: 3px;
    color: #959595;
    font-size: 12px;
    font-family: 'OpenSans-Regular';
    padding: 15px;
	height:142px;
	margin-bottom:30px;
	
}
.about-tab-info form .submit{
font-size: 16px;
       color: #fff;

    box-shadow: none;
    border: none;
    font-family: 'Raleway-Regular';
    font-weight: 400;
    background: #3b3b3b;
    border-radius: 25px;
    padding: 14px 0px;
	width:210px;
	
	}
	
/*---------------3.21 sly plugin-------------*/

/* Example wrapper */
.wrap {
	position: relative;
	margin: 3em 0;
}

/* Frame */
.frame {
	height: 250px;
	line-height: 250px;
	overflow: hidden;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
.frame ul li {
	float: left;
	width: 227px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	background: #333;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}
.frame ul li.active {
	color: #fff;
	background: #a03232;
}	
.overlay-inner-image{
	position:relative;
	z-index:9999;
}
.watch-icon{
	position:absolute;
	top:15px;
	right:15px;
	height:26px;
	width:26px;
	background:#959595;
	text-align:center;
	line-height:26px;
	border-radius:4px;
	z-index:99999 !important;
	display:none;
	
	
}
.watch-icon .tooltip {
	z-index:99999 !important;
	display:block !important;
	opacity:1 !important;
	 visibility: visible!important;
}
.overlay-inner-image:hover .watch-icon{
	display:block;
	
}
.image-container:hover .watch-icon{
	display:block;
}
.watch-icon:hover{
	background:#959595;	
}
.watch-icon .fa{
	color:#fff !important;
	font-size:16px;
}

.post-details:hover .overlay-likes-comments{
	bottom:0px;
}

.overlay-likes-comments{	
	position:absolute;
	left:0;
	bottom:-40px;	
	background:rgba(0, 0, 0, 0) linear-gradient(0deg, hsla(0, 0%, 0%, 1) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
	width:100%;
	-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;
}
.overlay-likes-comments h3{
	color:#fff;
	padding:14px;
	padding-bottom:7px;	
	margin:0px;
	line-height:20px;
	font-family: 'OpenSans-Regular';
	font-size:14px;	
}

.overlay-likes-comments h3 .fa{
	margin-left:7px;
}
.overlay-likes-comments h3 .fa:first-child{
	margin-left:0px;
}



.image-container:hover .overlay-likes-comments2{
	bottom:0px;
}
.overlay-likes-comments2{
	
	position:absolute;
	left:0;
	bottom:-29px;
	
	background:rgba(0, 0, 0, 0) linear-gradient(0deg, hsla(0, 0%, 0%, 80) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
	width:100%;
	-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;
		padding:14px;
		padding-bottom:12px;
}
.overlay-likes-comments2 h3{
	color:#fff;
	
	
	padding-top:7px;
	margin:0px;
	line-height:20px;
	 font-family: 'OpenSans-Regular';
	font-size:14px;
	
}
.overlay-likes-comments2 h2{
	margin:0px;
	line-height:24px;
	font-size:18px;
	color:#fff;
}
.overlay-likes-comments2 h2 a{
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	
}
.overlay-likes-comments2 h3 .fa{
	margin-left:7px;
}
.overlay-likes-comments2 h3 .fa:first-child{
	margin-left:0px;
}

/*-----------------------4 Footer----------------*/
.footer{
	background:#3b3b3b;
}
.footer-social a .fa{
	color:#b8b8b8;
	font-size:20px;
	padding:16px 50px;
}
.footer-social a .fa:hover{
	color:#fff;
}
.face:hover{
	background:#3b5998;
}
.twit:hover{
	background:#1da1f2;
}
.gplus:hover{
	background:#f44336;
}
.inst:hover{
	background:#007bb6;;
}

.footer-widget-title h3{
	margin-bottom:30px;
	text-transform:uppercase;
	color:#fff;
}

.widgets{
	margin-top:60px;
	
}
.widgets p,.widgets a{
	font-size:14px;
	color:#959595;
	font-family: 'OpenSans-Light';
	margin-bottom:0px;
}
.footer-logo{
	margin-top:130px;
}
.widgets p{
	line-height:24px;
}

.pages-links ul{
	padding:0px;
}
.pages-links li a{
	text-transform:capitalize;
	margin-bottom:7px;
	display:inline-block;
}

.app-logos a{
	display:inline-block;
	margin-bottom:13px;
}
.copyright{
	border-top:1px solid #5e5e5e;
	margin-top:50px;
	padding:30px 0px;
}
.copyright p{
	color:#959595;
	margin:0px;
	font-family: 'OpenSans-Light';
}
.copyright p span{
	color:#fff;
	font-family: 'OpenSans-Light';
	}
.copyright p span:hover{
	cursor:pointer;
	
}

.app-logos img{
   filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}
.app-logos img:hover{
    filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}