/*
Theme Name:Uploader Theme
Theme URI:http://www.extracoding.com/demo/wp/uploader
Author:the Extracoding team
Author URI:http://extracoding.com/
Description:The 2015 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, styling for post formats on single views, and an optional no-sidebar page template. Make it yours with a custom menu and advanced Theme Options.
Version:1.0.6
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Tags:light, gray, white, one-column, two-columns, left-sidebar, fluid-layout, custom-menu, editor-style, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: exc-uploader

/*=================================

01- Normalize/ common
02- WordPress Core
03- Components
04- Thumbnail / Media Posts
05- Main content
06- users
07- Blog
08- Blog Detail
09- Carousels
10- Video Detail
11- Comments
12- Player Skin
13- Sidebar / Widgets
14- Footer
15- Icon sprites
16- Gallery
17- Blank page & 404 Error page
18- Category list

===================================
*/

/******************************
	Normalize
*******************************/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #666666;
}
img {
	max-width: 100%;
	display: inline-block;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-weight: bold;
	line-height: 1.3;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 1px;
}
h4 {
	font-size: 14px;
}
ul {
	list-style: none;
	margin: 0;
}

dt {
	margin-top: 10px;
}
pre {
	margin: 0 0 20px;
}
blockquote {
	font-style: italic;
	font-size: 16px;
	border: none;
	background-color: #f2f2f2;
	padding: 20px 30px;
	margin-left: 110px;
	position: relative;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}
blockquote:before {
	content: "";
	width: 84px;
	height: 84px;
	background-color: #f2f2f2;
	background-image: url(images/bq.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: -114px;
	top: 50%;
	margin-top: -42px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
blockquote:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -20px;
	border-right: 20px solid #f2f2f2;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
a,
figcaption,
.btn,
.dropdown-menu,
.post-type,
.social-links,
.image-hover,
.image-hover a i,
.pop-over,
.image > a > img,
.alert-dismissable,
.social-post,
.over-lay,
.file-process-bottom,
.file-title,
.file-size,
.file-process,
.media-uploading,
.news-letter,
.form-group,
.form-control,
.thumbnail .caption a h3,
.main-content .breadcrumb li a:after {
	-webkit-transition: all 0.3s linear 0s;
	   -moz-transition: all 0.3s linear 0s;
	    -ms-transition: all 0.3s linear 0s;
	     -o-transition: all 0.3s linear 0s;
			transition: all 0.3s linear 0s;
}
a:hover,
a:focus {
	color: #4399e5;
	text-decoration: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
.sticky .posted-on {
	display: none;
}

.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
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 0;
    clear: both;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 8px 7px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.bypostauthor {
	padding: 20px 10px;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

/*
===========================================
	COMPONENTS
===========================================
*/

/*=BUTTONS
====================================================*/
.btn {
	padding: 4px 10px;
	overflow: hidden;
	position: relative;
}
.btn:after {
	content: "";
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	left: -100%;
	top: 0;
	height: 100%;
	width: 100%;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: -1;
}
.btn:hover {
	color: #46aaed;
}
.btn:hover:after {
	left: 0;
}
.btn-sm {
	padding: 4px 9px;
}
.btn-xs {
	padding: 2px 9px;
}
.btn-lg {
	padding: 12px 24px;
}
.delete-file:hover {
	background-color: #c20202;
}
.btn-browse {
	border: 1px solid #de3d3d;
}
.btn-load-more {
	background-color: #f0f0f0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-transform: capitalize;
	padding: 10px 0;
}
.btn-blue-grd,
.btn-blue-grd:active {
	border: 1px solid #76b9f6;
	background: #3e98e9;
	background: -moz-linear-gradient(left, #3e98e9 0%, #5d9ed0 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3e98e9), color-stop(100%, #5d9ed0));
	background: -webkit-linear-gradient(left, #3e98e9 0%, #5d9ed0 100%);
	background: -o-linear-gradient(left, #3e98e9 0%, #5d9ed0 100%);
	background: -ms-linear-gradient(left, #3e98e9 0%, #5d9ed0 100%);
	background: linear-gradient(to right, #3e98e9 0%, #5d9ed0 100%);
 		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e98e9', endColorstr='#5d9ed0', GradientType=1 );
}
.btn:active, .btn.active {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.comment-reply-link:focus,
.comment-reply-link:active  {
	color: #fff;
}
.btn .fa {
	margin-right: 5px;
}

.follow-me, .unfollow {
	border: 1px solid #cfcfcf;
	color: #797878;
	font-style: normal;
	font-size: 13px;
	text-transform: capitalize;
}
.follow-me .fa,
.unfollow .fa {
	margin-right: 5px;
}
.follow-me:hover,
.unfollow:hover {
	color: #fff;
	border-color: #66acd7;
}

.unfollow:hover {
	background-color: #d70404;
}

/*=FORM FIELDS
====================================================*/
.form-control {
	border-color: #e1e1e1;
	background-color: #fff;
	height: 45px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.form-control:focus {
	border-color: #6ab4f2;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.form-control:focus .search-bar .btn {
	border-color: #fff;
}
.help-block {
	margin-top: 12px;
	margin-bottom: 8px;
}
.form-group {
	margin-bottom: 20px;
}

/*=DROPDOWN
====================================================*/
.dropdown-menu {
	padding: 0;
	border: none;
	width: 180px;
	z-index: 1000;
}
.dropdown-menu li + li {
	border-top: 1px solid #3192d3;
}
.dropdown-menu li a {
	font-size: 16px;
	padding: 13px 25px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.dropdown-menu li:first-child > a {
	border-radius: 3px 3px 0 0;
}
.dropdown-menu li:last-child > a {
	border-radius: 0 0 3px 3px;
}
.dropdown-menu li a:after {
	content: "";
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	left: -100%;
	top: 0;
	height: 100%;
	width: 100%;
	border-left: 3px solid rgba(0,0,0,0.33);

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: -1;
}
.dropdown-menu li:hover a:after {
	opacity: 1;
	left: 0;
}

/*=BREADCRUMB
====================================================*/
.breadcrumb {
	background-color: #1b2126;
	margin: 5px 0;
	padding: 0;
}
.breadcrumb > li + li:before,
.breadcrumb li,
.breadcrumb li a {
	color: #4c5965;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}

.breadcrumb li a:hover,
.breadcrumb > .active {
	color: #46aaed;
}
.filter-bar .breadcrumb {
	margin: 12px 0;
}

/*=TABLES
====================================================*/
table {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
table > thead > tr > th {
	padding: 10px;
}
table > tbody > tr > th,
table > tbody > tr > td {
	padding: 10px;	
}

table > tbody > tr > td {
	border-top: 1px solid #e1e1e1;
}
table > tbody > tr.odd {
	background-color: #fff;
}
table > tbody > tr.even {
	background-color: #f4f4f4;
}
table > tbody > tr > td > a {
}

/*=POST-TYPE
====================================================*/
.post-type {
	background-color: #ffffff;
	position: absolute;
	list-style: none;
	top: -54px;
	right: 6px;
	text-transform: uppercase;
	z-index: 20;
}
.post-type li {
	color: #fff;
	text-align: center;
	padding: 0 5px;
	position: relative;
}
.post-type li:last-child {
	padding-top: 5px;
	padding-bottom: 5px;
}

.post-type li a {
	color: #858585;
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding: 7px 0;
}
.post-type li:hover a {
	color: #46aaed;
}
.post-type .exc-post-like {
	border-bottom: 1px solid #eee;
}
.post-type .liked .fa-thumbs-up {
	color: #5caaf0;
}
.post-type li a .icon-cloud {
	margin-right: 0;
	width: 18px;
}

.post-type-with-date {
	top: -92px;
}
.post-type-with-date li {
	padding: 0 12px;
}
.post-type-with-date li a {
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
.post-type-with-date li span {
	font-weight: bold;
	font-size: 18px;
	display: block;
	line-height: 1;
}
.post-type li .pop-over {
	left: auto;
	right: 100%;
	font-size: 11px;
	top: 50%;
	margin-top: -12px;
}
.post-type li .pop-over:before {
	content: "";
	border-right: 0;
	border-left: 6px solid rgba(0,0,0,0.5);
	left: auto;
	right: -6px;
}
.post-type li:hover .pop-over {
	visibility: visible;
	-webkit-transform: translateX(-6px);
	-moz-transform: translateX(-6px);
	-ms-transform: translateX(-6px);
	-o-transform: translateX(-6px);
	transform: translateX(-6px);
	opacity: 1;
	filter: alpha(opacity = 100);
}
.post-type-icon {
	color: rgba(255,255,255,0.5);
	font-size: 36px;
	line-height: 1;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}
.thumbnail:hover .post-type-icon {
	color: rgba(255,255,255,0.75);
}
.caption-bottom {
	border-top: 1px solid #e1e1e1;
	padding: 8px 20px;
	color: #666666;
}
.caption-bottom:after {
	content: "";
	display: table;
	clear: both;
}
.grid-item .caption-bottom {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tags a {
	color: #666666;
	font-style: italic;
}
.tags a:hover {
	color: #46aaed;
}
.tags .btn:hover {
	color: #ffffff;
}

#exc-user-container .tags a:not(.btn) {
	display: inline-block;
	padding-top: 3px;
}

/*=POST VIESW
====================================================*/
.post-views {
	padding: 5px 0 1px;
	overflow: hidden;
}
.post-views li + li {
	padding-left: 20px;
}
.post-views li {
	color: #666666;
	font-weight: bold;
	float: left;
}
.post-views li .fa {
	color: #858585;
	font-size: 16px;
	margin-right: 8px;
}
.post-views li > span {
	margin-left: -4px;
}
/************************************
	THUMBNAIL /	MEDIA POST
*************************************/

.thumbnail {
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.sticky .thumbnail {
	background-color: rgba(70, 170, 237, 0.05);
}

.thumbnail img,
.thumbnail-2 img {
	width: 100%;
}
.image {
	position: relative;
	overflow: hidden;
	display: block;
}
.image > a > img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.thumbnail .caption {
	padding: 9px 20px;
	color: #666666;
	position: relative;
}
.thumbnail .caption h3 {
	margin-bottom: 5px;
}
.thumbnail .caption h3 > a {
	color: #333333;
}
.thumbnail .caption a h3:hover,
.thumbnail .caption h3 > a:hover {
	color: #46aaed;
}

.thumbnail .caption > span.post-by {
	color: #333333;
	font-style: italic;
	margin-bottom: 10px;
	display: block;
}
.thumbnail .caption > span.post-by a {
	color: #333333;
}
.thumbnail .caption > span.post-by a:hover {
	text-decoration: underline;
}

.thumbnail .caption > p {
	margin-bottom: 6px;
}

.grid-item .caption h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.col-lg-12 .col-4.home-gridview .image,
.col-md-9 .col-4.home-gridview .image,
.col-sm-8 .col-4.home-gridview .image,
.col-lg-12 .col-3.home-gridview .image,
.col-md-9 .col-3.home-gridview .image,
.col-sm-8 .col-3.home-gridview .image {
	height: 192px;
}
.col-lg-12 .col-2.home-gridview .image,
.col-md-9 .col-2.home-gridview .image,
.col-sm-8 .col-2.home-gridview .image {
	height: 250px;
}
.col-lg-12 .col-1.home-gridview .image,
.col-md-9 .col-1.home-gridview .image,
.col-sm-8 .col-1.home-gridview .image  {
	height: 300px;
}

.home-gridview .image img {
 position: absolute;
 bottom: 100%;
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -ms-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%);
 -webkit-transition: all 1s linear;
 -moz-transition: all 1s linear;
 -ms-transition: all 1s linear;
 -o-transition: all 1s linear;
 transition: all 1s linear;
}
.home-gridview .image:hover img {
 bottom: 0;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}

.recent-media {
	margin-left: -10px;
	overflow: hidden;
}
.recent-media a {
	width: 33.333333%;
	display: block;
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
}

.users .thumbnail .caption p {
	margin-bottom: 10px;
}
.image-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
		-ms-transform: scale(0);
		 -o-transform: scale(0);
			transform: scale(0);
}
.hover-inner {
	text-align: center;
	position: relative;
	top: 50%;
	margin-top: -15px;
}
.hover-inner li {
	display: inline-block;
}
.hover-inner li a {
	border-radius: 50%;
 	width: 30px;
 	height: 30px;
 	display: table-cell;
 	vertical-align: middle;
 	text-align: center;
 	color: #fff;
}

.thumbnail:hover .post-type {
	top: 0;
}
.users .thumbnail:hover .image-hover {
	background-color: rgba(0,0,0,0.8);
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
		-ms-transform: scale(1);
		 -o-transform: scale(1);
			transform: scale(1);
}

/*=THUMBNAIL STYLE 2
====================================================*/
.thumbnail-2 {
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(1, 1, 1, 0.12);
	box-shadow: 0 1px 1px rgba(1, 1, 1, 0.12);
	margin-bottom: 30px;
	padding: 0;
}

.thumbnail-2 .image figcaption {
	position: absolute;
	bottom: 0;
	padding: 6px 20px;
	width: 100%;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.thumbnail-2 .image figcaption .post-views {
	margin: 0;
	padding: 0;
}
.thumbnail-2 .image figcaption .post-views li,
.thumbnail-2 .image figcaption .post-views li .fa {
	color: #ffffff;
	font-size: 14px;
}
.thumbnail-2 .image figcaption .post-views li +li  {
	padding-left: 30px;
}

/*THUMBANIL CAPTION*/
.thumbnail-2 .caption {
	padding: 18px 20px 16px 20px;
}
.thumbnail-2 .caption > h3,
.thumbnail-2 .caption > h3 > a {
	color: #223344;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 3px;
}
.thumbnail-2 .caption > p {
	color: #7e8e9e;
	font-size: 14px;
	margin-bottom: 7px;
}
.thumbnail-2 .caption > p:last-child {
	margin-bottom: 0;
}
.thumbnail-2 .caption > p .post-by,
.thumbnail-2 .caption > p .post-by > a {
	color: #7e8e9e;
}
.thumbnail-2 .caption .media-type-icon .fa {
	margin-right: 10px;
}
/*CAPTION BOTTOM*/
.thumbnail-2 .caption-bottom {
	border-top: 1px solid #edf1f3;
	padding-top: 7px;
	padding-bottom: 12px;
}
.thumbnail-2 .caption-bottom,
.thumbnail-2 .tags > a {
	color: #7e8e9e;
	font-size: 14px;
}
/*
============================
	MAIN CONTENT
============================
*/
.wrapper {
	position: relative;
}

.header-bottom {
	background-image: url(images/header.jpg);
}
.main {
	background-color: #f3f3f3;
}


.main-content:before, .main-content:after { 
 content: ""; 
 display: table; 
} 
.main-content:after { 
 clear: both 
}


.main-content {
	background-color: #fff;
	padding: 30px 30px 0;
}
.main-content .breadcrumb {
	background-color: #1b2126;
	margin: 0 0 20px;
	overflow: hidden;
}
.main-content .breadcrumb li{
	float: left;
}
.main-content .breadcrumb li:last-child {
	font-size: 12px;
	line-height: 36px;
	color: white;
	padding: 0 10px 0 40px;
	background-color: #1b2126;
}
.main-content .breadcrumb li:before {
	content: "";
	padding: 0;
}
.main-content .breadcrumb li a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;
	padding: 0 10px 0 40px;
	background-color: #1b2126;
	position: relative;
}
.main-content .breadcrumb li a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px;
	width: 36px;
	height: 36px;
	z-index: 1;
	background-color: #1b2126;
	box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
	border-radius: 0 5px 0 50px;
	-webkit-transform: scale(0.707) rotate(45deg);
	-moz-transform: scale(0.707) rotate(45deg);
	-ms-transform: scale(0.707) rotate(45deg);
	-o-transform: scale(0.707) rotate(45deg);
	transform: scale(0.707) rotate(45deg);

}
.main-content .breadcrumb li.active a,
.main-content .breadcrumb li.active a:after,
.main-content .breadcrumb li:hover a,
.main-content .breadcrumb li:hover a:after {
	background-color: #262d33;
}
.bg-white {
	background-color: #ffffff;
}
.bg-white .main-content {
	border-right: 1px solid #d7ddeb;
}
.col {
	list-style: none;
	margin-left: -30px;
	padding: 0;
}
.col:before,
.col:after {
	content: "";
	display: table;
}
.col:after {
	clear: both;
}
.col > li {
	float: left;
	padding-left: 30px;
}
.col-1 > li {
	width: 100%;
}
.col-2 > li {
	width: 50%;
}
.col-3 > li {
	width: 33.3333%;
}
.col-4 > li {
	width: 25%;
}
.col-5 > li {
	width: 20%;
}
.boxed-layout {
	background-image: url(images/stardust.png);
}
.boxed-layout .main-content {
	padding: 30px 15px 0;
}

/************************************
		Home Listview
*************************************/
.home-listview .thumbnail .image {
	float: left;
	margin: 20px;
	width: 175px;
	height: 175px;
}
.home-listview .thumbnail .caption a h3 {
	margin-top: 8px;
}
.home-listview .thumbnail .caption .post-views {
	margin-bottom: 10px;
}
.home-listview .thumbnail .caption p {
	margin-bottom: 2px;
}
.home-listview .thumbnail .caption-bottom {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0;
	padding-right: 0;
	clear: both;
}

.home-listview .full-image .image {
	width: auto;
	height: 250px;
	float: none;
	margin: 0;
}

.home-listview .full-image .caption p {
	min-height: 1px;
}
.home-listview .full-image .caption-bottom {
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}
/************************************
		users
*************************************/

.users-listview2 .thumbnail .image {
	width: 50%;
}
.caption-wrap {
	width: 50%;
	float: left;
}
.users-listview2 .thumbnail .caption {
	width: auto;
	float: none;
}
.users-grid .thumbnail .caption .recent-media {
	margin-bottom: 15px;
}
.users-grid .thumbnail .caption .recent-media a {
	width: 33.3333%;
}
#exc-user-container .thumbnail .caption {
	position: relative;
}
.user-pic {
	background-color: #ffffff;
	height: 60px;
	width: 60px;
	padding: 2px;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	right: 20px;
}
.user-pic img {
	border-radius: 50%;
}
/*
====================================
	USERS LISTVIEW
====================================
*/
.users-listview .caption:before,
.users-listview .caption:after {
	content: "";
	display: table;
}
.users-listview .caption:after {
	clear: both;
}
.users-listview .thumbnail .caption {
	margin: 0;
}
.users-listview .user-pic {
	float: right;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	position: static;
}
.users-listview .user-info {
	margin-right: 100px;
}
.users-listview .user-buttons {
	padding-bottom: 6px;
}

/************************************
		BLOG
*************************************/
.blog .thumbnail .caption {
	position: relative;
}

.blog-date {
	position: absolute;
	top: -47px;
	right: 20px;
	width: 44px;
	background-color: #fff;
	text-align: center;
}
.blog-date > span {
	display: block;
	padding: 5px 0 2px;
	position: relative;
	cursor: pointer;
}
.blog-date p {
	color: #fff;
	line-height: 1;
	margin: 0;
	padding: 5px 0;
}
.blog-date p span {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.social-post {
	position: absolute;
	list-style: none;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	background-color: #fff;
}
.social-post li {
	text-align: center;
	display: block;
}
.social-post li i {
	margin-right: 0;
}
.blog-date > span:hover .social-post {
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
		 -o-transform: translateY(-20px);
			transform: translateY(-20px);
}
/*=blog detail
====================================================*/
.blog-detail {
	border: 1px solid #e1e1e1;
}
.blog-detail-sidebar {
	border-right: 1px solid #e1e1e1;
	padding-right: 0;
}
.blog-detail-sidebar .sidebar-block {
	border-right: 0;
	padding: 20px;
}
.blog-detail-sidebar .sidebar-block:last-child {
	border-bottom: none;
}

.subscription-form {
 	clear: both;
}

.subscription-form .form-control {
	margin-bottom: 10px;
	border-radius: 4px;
	height: 32px;
	line-height: 32px;
}
.subscription-form .alert {
	margin-bottom: 0;
}
.post-views-list {
	list-style: none;
	margin: 0;
}
.post-views-list li + li {
	margin-top: 8px;
}
.post-views-list li {
	padding-left: 28px;
	position: relative;
}
.post-views-list li > .fa {
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 2px;
}
.post-views-list li,
.post-views-list li a {
	color: #666666;
	font-style: italic;
}
/*=blog detail text
====================================================*/
.blog-detail-text:before,
.blog-detail-text:after {
	content: "";
	display: table;
}
.blog-detail-text:after {
	clear: both;
}
.blog-detail-text {
	padding: 23px 45px 30px 30px;
	border-left: 1px solid #e1e1e1;
	margin-left: -1px;
}
.blog-detail-text ul,
.blog-detail-text ol {
	padding-left: 30px;
	line-height: 1.5;
}
.blog-detail-text ul {
	list-style: square;
}
.blog-detail-text h1 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 18px;
}
.blog-detail-text p {
	margin-bottom: 20px;
}

.blog-detail-text h1 a {
	color: #333333;
}

.blog-detail-text blockquote {
	margin-top: 26px;
	margin-bottom: 25px;
}
.post-navigation {
	margin-top: 30px;
	overflow: hidden;
}
.post-navigation .nav-links a {
	display: inline-block;
	height:40px;
	line-height: 40px;
	border: 1px solid #46aaed;
	border-radius: 3px;
	text-align: center;
	padding: 0 10px;
}
.post-navigation .nav-links a[rel=prev] {
	margin-right: 10px;
	margin-bottom: 10px;
}
.post-navigation .nav-links a[rel=next] {
	float: right;
}
.post-navigation .nav-links a:hover {
	background-color: #46aaed;
	color: #ffffff;
}

/*=carousel
====================================================*/
.slide-wrap {
	position: relative;
}
#slider-thumbs {
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 10;
}
.thumb-list {
	list-style: none;
	text-align: center;
}
.thumb-list li {
	display: inline-block;
	width: 145px;
	height: 95px;
	border: 1px solid #d4d1cf;
	padding: 1px;
}
.carousel .carousel-inner .item img {
	-webkit-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.slide-wrap .carousel-control {
	bottom: 33px;
	top: auto;
	font-size: 67px;
	width: 5%;
	z-index: 20;
}
.carousel-thumbnail .carousel-control {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.carousel-thumbnail:hover .carousel-control {
	opacity: 0.5;
	filter: alpha(opacity=50);
	visibility: visible;
}
.carousel-thumbnail .carousel-control .glyphicon-chevron-left,
.carousel-thumbnail .carousel-control .glyphicon-chevron-right {
	font-size: 18px;
}

/************************************
		video detail
*************************************/
.video-detail {
	border-right: 1px solid #e1e1e1;
}
.vid-detail {
	border: 1px solid #e1e1e1;
	margin-bottom: 26px;
}
.related-posts {
	background-color: #1b1b1b;
	padding: 20px 30px 0px;
	margin: 30px 0;
}
.related-posts h2 {
	color: #ffffff;
	margin-bottom: 26px;
	margin-top: 0;
	font-size: 20px;
	text-transform: capitalize;
	overflow: hidden;
}
.related-posts h2 > .btn {
	float: right;
}
.related-posts h2 > a:hover {
	border-color: #ffffff;
}
.single-exc_image_post .main-content p {
	margin-bottom: 15px;
}
.thumbnail > figure > figcaption {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.thumbnail > figure > figcaption a {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 10px;
}
.thumbnail > figure:hover figcaption {
}
.video-detail-sidebar {
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid #d7ddeb;
	margin-left: -1px;
}
.video-detail-sidebar .sidebar-block {
	border-right: 0;
}
.video-detail-sidebar .sidebar-block:last-child {
	border-bottom: none;
}
.video-detail-sidebar .sidebar-block .user-detail {
	text-align: left;
}
.video-detail-sidebar .sidebar-block .user-detail .user-thumb {
	width: 64px;
	height: 64px;
	float: left;
	border: 1px solid #e1e1e1;
	padding: 2px;
	margin-right: 18px;
	margin-bottom: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.video-detail-sidebar .sidebar-block .user-detail .user-thumb img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.video-detail-sidebar .sidebar-block .user-detail .uploaded-by {
	color: #333333;
	padding-top: 9px;
	display: block;
}
.video-detail-sidebar .sidebar-block .user-detail h3 {
	margin-top: 0;
	margin-bottom: 10px;
}
.video-detail-sidebar .sidebar-block .user-detail h3 a {
	color: #333333;
}
.video-detail-sidebar .sidebar-block .user-detail h3:hover a {
	color: #46aaed;
}
.video-detail-sidebar .sidebar-block .sidebar-post-views {
	overflow: hidden;
	margin-bottom: 20px;
}

.video-detail-sidebar .sidebar-block .sidebar-post-views .info-block {
	color: #969696;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 33.3333%;
	float: left;
	padding: 0;
	-webkit-box-shadow: 1px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 0 rgba(0,0,0,0.5);
}

.video-detail-sidebar .sidebar-block .sidebar-post-views .info-block + .info-block
{
	border-left: 1px solid #d7ddeb;
}

.video-detail-sidebar .sidebar-block .sidebar-post-views .info-block > i {
	font-size: 18px;
	margin: auto;
	display: block;
}

/*=comments
====================================================*/
.comments {
}
.comments .header h2,
.leave-reply .header h2 {
	font-size: 22px;
	margin-bottom: 13px;
	margin-top: 53px;
}
.comments .media-list {
	overflow: hidden;
}
.comments .media-list > li.media {
	border-top: 1px solid #e1e1e1;
	padding: 30px 0 37px;
}
.comments .media-list > .media:last-child {
	border-bottom: 1px solid #e1e1e1;
}
.comments .media-list .media {
	margin-top: 0px;
	overflow: visible;
}
.comments .media-list .media > .pull-left {
	margin-right: 20px;
}
.comments .media-list .media > .pull-left img {
	height: 62px;
	width: 62px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
}
.comments .media-list .media .media-body {
	overflow: visible;
	margin-left: 82px;
}
.comments .media-list .media .media-body .media-header {
	overflow: hidden;
	margin-bottom: 10px;
}
.comments .media-list .media .media-body .media-heading {
	font-size: 16px;
	float: left;
	margin: 0 10px 0 0;
}
.comments .media-list .media .media-body .time {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 28px;
	position: relative;
}
.comments .media-list .media .media-body .time:before {
	content: "";
	background-color: #bbbbbb;
	position: absolute;
	left: 0;
	top: 50%;
	width: 17px;
	height: 1px;
}
.comments .media-list .media .media-body p {
	margin-bottom: 20px;
}
.comments .media-list .media .media-body > .btn,
.comment-reply-link {
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-padding-after: 3px;
}
.comments .media-list ul .media {
	margin-top: 47px;
}
.comment-reply-link:hover {
	color: #fff;
}
.comments .media-list .media .children {
	list-style: none;
	padding-left: 0;
	padding-left: 84px;
}
.comments .media-list > li > ul.children {
	position: relative;
}
.comments .media-list > li > ul.children:before {
	content: "";
	height: 100%;
	width: 30px;
	position: absolute;
	left: 0px;
	top: -37px;
	background-color: #fff;
	border-right: 1px solid #d7d7d7;
	z-index: 10;
}

.comments .media-list .children .media-body {
	position: relative;
}
.comments .media-list .children .media-body:before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #ddd;
	position: absolute;
	top: 22px;
	right: 100%;
	margin-right: 79px;
}
.comments .media-list > li .children:last-child li:last-child .media-body:after {
    content: "";
    background-color: #fff;
    height: 100%;
    right: 100%;
    margin-right: 80px;
    position: absolute;
    top: 23px;
    width: 100%;
    z-index: 10;
}
.comments .media-list .media .children .pull-left > img {
	width: 44px;
	height: 44px;
}
.comments .media-list .media .children .media-body {
	margin-left: 64px;
	position: relative;
}
.comments .media-list .media .media-body  ul {
	list-style: disc;
}
.comments .media-list .media .media-body  ul,
.comments .media-list .media .media-body  ol {
	padding-left: 20px;
}
.comments .media-list .media .media-body  ul li,
.comments .media-list .media .media-body  ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.form-group .btn {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.comment-respond {
	padding-bottom: 10px;
}
.comment-respond h3 {
	font-size: 22px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	margin-top: 53px;
	padding-bottom: 14px;
}
.comment-form input {
	background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    -webkit-padding-after: 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 50%;
}
.comment-form textarea {
	background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 6px 12px;
    width: 100%;
    color: #555;
    display: block;
    font-size: 14px;

}
.comment-form input:focus,
.comment-form textarea:focus {
	border-color: #66afe9;
}
.comment-form input[type="submit"] {
	border: none;
	border-radius: 4px;
	width: auto;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.comment-form > p {
	margin-bottom: 20px;
}
.comments-disabled {
	margin-top: 15px;
	margin-bottom: 15px;
}

/************************************
			PLAYER SKIN
*************************************/
.mejs-container,
.mejs-overlay {
	width: 100% !important;
}
.wp-video {
	margin: 20px 0;
	/*width: 100% !important;*/
}
.wp-playlist {
	margin: 0 0 15px !important;
}

.wp-playlist-current-item {
	color: #fff;
	margin-bottom: 1px !important;
	height: 110px !important;
	background-color: rgba(0,0,0,0.75) !important; 
}
.wp-playlist .wp-playlist-current-item img {
	max-width: 80px !important;
	height: 90px !important;
	margin: 10px !important;
}
.wp-playlist-current-item .wp-playlist-caption {
	padding-top: 10px;
	color: #ffffff !important;
}

.wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-title {
	font-size: 18px !important;
}
.wp-playlist-item-album {
	margin: 5px 0;
}
.mejs-audio {
	background: rgba(0,0,0,0) !important;
	height: 54px !important;
}

.mejs-container .mejs-controls {
	height: 54px !important;
	background-color: rgba(0,0,0,0.75) !important;
	padding: 0 10px !important; 
}
.mejs-container .mejs-controls .mejs-playpause-button {
	margin-top: 11px !important;
	height: 30px !important;
	width: 30px !important;
}
.mejs-controls .mejs-playpause-button button {
	background: #428bca !important;
	margin: 0 !important;
	height: 30px !important;
	width: 30px !important;
	border-radius: 50%;
}
.mejs-controls .mejs-playpause-button button {
	color: #fff;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mejs-controls .mejs-play button:before {
	 content: "\f04b";
	 margin-left: 2px;
	 vertical-align: middle;
}
.mejs-controls .mejs-pause button:before {
	content: "\f04c";
}
.mejs-container .mejs-controls .mejs-time-rail {
	background-color: rgba(255,255,255,0.33) !important;
	padding: 0 4px !important;
	height: 18px;
}
.mejs-controls .mejs-button button:focus {
	outline: none !important;
}
.mejs-controls .mejs-loop-button,
.mejs-controls .mejs-volume-button,
.mejs-controls .mejs-time,
.mejs-controls .mejs-horizontal-volume-slider,
.mejs-controls .mejs-volume-button,
.mejs-controls .mejs-currenttime-container,
.mejs-fullscreen-button,
.mejs-controls .mejs-prev-button,
.mejs-controls .mejs-next-button {
	margin-top: 12px !important;
}
.mejs-currenttime-container,
.mejs-duration-container {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.mejs-container .mejs-controls .mejs-time-rail {
	margin-top: 18px !important;
	position: relative;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	margin: 0 !important;
	top: 4px;
}
.mejs-time > span {
	margin-top: 2px !important;
	display: block;
}
.mejs-controls .mejs-time-rail .mejs-time-total .mejs-offscreen {
	display: none;
}

.mejs-horizontal-volume-total {
	width: 100% !important;
}
.mejs-time-loaded {
	background-color: #428bca !important;
	top: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.mejs-horizontal-volume-total {
	background: #428bca !important;
}
.mejs-controls a.mejs-horizontal-volume-slider {
	display: inline-block !important;
	float: left;
}
.wp-playlist-tracks {
	background-color: rgba(255,255,255,0) !important;
	margin-top: 0 !important;
}
.wp-playlist-tracks .wp-playlist-item {
	padding: 10px !important;
	background-color: rgba(255,255,255,0.9);
}
.wp-playlist-item-length {
	right: 10px !important;
	top: 10px !important;
}

/************************************
		SIDEBAR / WIDGETS
*************************************/

.side-bar {
	background-color: #f3f3f3;
	padding-top: 15px;
}
.widget {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
.widget .alert {
	margin: 20px;
}
.widget .header {
	background-color: #797878;
	padding: 20px 18px;
	position: relative;
}
.widget .header h3,
.widget_rss .header h3 a {
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
}

.widget-list > li + li,
.widget_categories ul > li + li,
.widget_nav_menu ul li,
.widget_pages ul li + li,
.widget_recent_entries ul li + li,
.widget_archive ul > li + li,
.widget_meta ul li + li,
.widget_recent_comments ul li + li,
.widget_rss ul > li + li {
	border-top: 1px solid #d7ddeb;
}

.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_categories ul > li > a,
.widget_archive ul > li > a,
.widget_recent_entries ul > li > a,
.widget_meta ul li a,
.widget_recent_comments ul li a {
	color: #000;
	font-size: 14px;
	padding: 10px 18px;
	display: block;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul > li,
.widget_rss ul > li {
	color: #000;
	font-size: 14px;
	overflow: hidden;
	padding: 10px 18px;
}
.widget_categories ul li,
.widget_archive ul li {
	text-align: right;
	font-size: 12px;
	font-style: italic;
}
.widget_categories ul > li > a,
.widget_archive ul > li > a,
.widget_recent_entries ul > li > a {
    font-style: normal;
    padding: 0;
}
.widget_categories ul > li > a,
.widget_archive ul > li > a {
	float: left;
	display: inline-block;
}
.widget_categories ul > li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_meta ul li a:hover {
	background-color: #46aaed;
	color: #ffffff;
}
.widget_categories ul > li > a:hover,
.widget_archive ul > li > a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul > li > a:hover,
.widget_rss ul > li > a:hover {
	background-color: #ffffff;
	color: #46aaed;
}
.widget_categories ul li ul.children {
	clear: both;
}
.widget_nav_menu ul ul li a {
	padding-left: 30px;
}
.widget-list {
	list-style: none;
	margin: 0;
}
.widget-list > li {
	position: relative;
}
.widget .media .media-body h4 {
	margin: 0px 0 2px 0;
	word-break: break-all;
}
.widget .media .media-body h4 > a {
	color: #333333;
}
.widget .media .media-body h4 > a:hover {
	color: #46aaed;
}
.widget .media .media-body p {
	font-size: 11px;
	font-style: italic;
	color: #666666;
}

/*=widget recent comment
====================================================*/
.widget_recent_comments ul li > a,
.widget_rss ul > li > a {
	color: #666666;
	display: block !important;
	font-size: 13px;
}
.widget_recent_entries ul li .post-date {
	font-size: 11px;
	color: #666666;
	font-style: italic;
}

/*=widget user
====================================================*/
.widget-wrap {
	padding: 20px 18px;
	overflow: hidden;
}
.widget_exc_user_widget .widget-list > li  {
	padding: 0;
}
.widget_exc_user_widget .media > .pull-left,
.widget_exc_advanced_posts_widget .media > a.pull-left,
.widget_exc_radio_widget .media > img {
	height: 39px;
	width: 39px;
	float: left;
}
.widget_exc_user_widget .media > .pull-left > img,
.widget_exc_radio_widget .media > img {
	border-radius: 50%;
}
.widget-list > li .view {
	background-color: #46aaed;
	margin-top: 10px;
	height: 24px;
	width: 24px;
	text-align: center;
	display: table;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.widget-list > li .view:before,
.widget-list > li .view.collapsed:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #ffffff;
}
.widget-list > li .view.collapsed:after {
	width: 4px;
	height: 12px;
	margin-left: -2px;
	margin-top: -6px;
}
.widget-list > li .view:before {
	height: 4px;
	width: 12px;
	margin-left: -6px;
	margin-top: -2px;
}
.widget-list > li .view > i {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.widget-list .media .media-body {
	float: left;
}
.widget-list .media .media-body a h4:hover,
.widget-list .media .media-body p > a:hover {
	color: #46aaed;
}
.widget-list .media .media-body p {
	margin: 0;
}

.load-more {
	text-align: center;
}
.status { 
	position: relative; 
	width: 100%;
	z-index: 10;
}
.status .about-user {
	background-image: url(images/wid-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	text-align: center;
	position: relative;
}
.status .about-user:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
	left: 0;
	top: 0;
	z-index: 1;
}
.status .about-user img {
	border: 3px solid #fff;
	border-radius: 50%;
	margin: auto;
	width: 75px;
	height: 75px;
	position: relative;
	z-index: 10;
}
.status .about-user h4 {
	color: #fff;
	display: block;
	margin-bottom: 2px;
}
.status .about-user .btn {
	background-color: #46aaed;
	border-color: #46aaed;
	color: #ffffff;
	font-size: 10px;
	margin-top: 15px;
}
.status .about-user h4,
.status .about-user .btn {
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
/*user status*/

.user-status {
}
.user-status ul li {
	width: 33.333%;
	float: left;
	list-style: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 10px 6px 10px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.4);
}
.user-status li:last-child {
	border-right: none;
}
.user-status ul li span {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}
.status .status-close {
	border: 2px solid #fff;
	color: #ffffff;
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0px;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
.status > .about-user > i {
	color: #fff;
	display: block;
	position: relative;
	z-index: 10;
}
.collapse.in ~ .widget-wrap  {
	display: none;
}
.widget_exc_user_widget .subscription-form {
	color: #ffffff;
	position: relative;
	z-index: 10;
	margin-top: 0;
}
.widget_exc_user_widget .subscription-form form {
	margin-top: 15px;
}
.widget_exc_user_widget .alert {
	margin: 15px 0 0 !important;
}
/*=widget Advanced posts
====================================================*/
.widget_exc_advanced_posts_widget .media a.pull-left {
	width: 54px;
	height: 36px;
	border-radius: 0;
	overflow: hidden;
}
.widget_exc_advanced_posts_widget  .widget-list .media .media-body {
	float: none;
}
/*=style2 widget Advanced posts 
====================================================*/
.widget-advance-style2 .media > a {
	display: block;
	float: none;
	height: 130px;
	overflow: hidden;
	margin-bottom: 16px;
	width: auto;
}
.widget_exc_advanced_posts_widget .media a img,
.widget-advance-style2 .media > a img {
	width: 100%;
}
/*=widget player
====================================================*/
.player {
	position: relative;
}
.player:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
}
.player img {
	width: 100%;
}
.volume-control {
	border: 2px solid #fff;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.play,
.play-previous,
.play-next {
	cursor: pointer;
	color: #ffffff;
	font-size: 35px;
}
.play-pause {
	text-align: center;
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
}
.play-previous,
.play-next {
	padding-left: 20px;
}
.play-pause i {
	margin-right: 0;
}
.player-bottom-area {
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;

	left: 0;
}
.player-bottom-area .progress {
	height: 3px;
	margin-bottom: 0;
	margin-top: 9px;
}
.remaining-time {
	padding-left: 25px;
}
.tottal-time {
	padding-left: 0px;
}
.player-bottom-area .music-title {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 6px;
	margin-top: 17px;
}
.player-bottom-area .singer {
	font-style: italic;
	text-align: center;
	margin-bottom: 18px;
}
/*=widget-top-favourites
====================================================*/

.widget-top-favourites .media img {
	width: 55px;
	height: 40px
}
/*=widget twitter
====================================================*/
.widget-twitter .header {
	background-color: #24b4ff;
	position: relative;
	padding-left: 80px;
}
.widget-twitter .header > span {
	width: 60px;
	height: 100%;
	background-color: #06a1f1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.widget-twitter .header > span i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -13px;
}
.widget-twitter .header h3 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin-top: 5px;
}
.widget-twitter .widget-list {
	font-size: 14px;
}
.widget-twitter .widget-list p {
	margin-bottom: 0px;
}
.widget-twitter .widget-list a {
	color: #24b4ff;
}
.widget-twitter .widget-list span {
	color: #555555;
	font-size: 12px;
}
/*=widget staff picked
====================================================*/
.widget_exc_staff_picked_widget .widget-list-basic li .media {
	display: table;
}
.widget_exc_staff_picked_widget .widget-list-basic li .media span {
	display: table-cell;
	vertical-align: middle;
	width: 55px;
	height: 35px;
	font-size: 26px;
	font-weight: bold;
	color: #797878;
}
/*=widget Archive
====================================================*/
.widget_archive select,
.widget_categories select,
.textwidget select {
	background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 10px 18px;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    width: 100%;
}
.widget_archive select option,
.widget_categories select option,
.textwidget select option {
	padding: 10px 18px;
}
/*=widget Calendar
====================================================*/
.widget_calendar #calendar_wrap {
	padding: 20px 18px;
}
#wp-calendar > caption {
	margin-bottom: 10px;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
}
#wp-calendar td#today {
	color: #46aaed;
}
#wp-calendar td#next {
	text-align: right;
}
/*=widget search
====================================================*/
.widget_search .searchform {
	padding: 20px 18px;
}
.searchform .screen-reader-text {
	display: none;
}
.searchform > div {
	position: relative;
}
.searchform .search input[type="text"] {
	background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 10px 18px;
    height: 35px;
    width: 100%;
}
.searchform .search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #479ae2;
	border: none;
	color: #fff;
	width: 33px;
	height: 29px;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: 1px -33px;
	margin-top: 3px;
	margin-right: 3px;
}
/*=widget tagcloud
====================================================*/
.widget_tag_cloud > .tagcloud {
	padding: 20px 18px;
}
.widget_tag_cloud > .tagcloud > a {
	border-radius: 4px;
	color: #fff;
	display: inline-block;
    font-size: 12px;
    margin: 2px 2px 2px 0;
    text-transform: none;
    padding: 4px 10px;
}
/*=widget text
====================================================*/
.widget_text .textwidget {
	padding: 20px 18px;
}
.widget_text .textwidget p {
	margin-bottom: 0;
}
.widget_text .textwidget p + p {
	margin-top: 10px;
}
.widget_text .textwidget blockquote {
	margin-top: 10px;
}
.widget_text .textwidget ol {
	margin-left: 18px;
}
.widget_text .wp-smiley {
	display: inline-block;
}
.widget_text .wp-caption p.wp-caption-text {
	padding: 5px 4px;
}
.textwidget p {
	padding: 10px 0;
}
/* =RSS widget
-------------------------------------------------------------- */

.widget_rss .header h3 a {
	display: inline-block;
}
.widget_rss .header h3 a:first-child {
	position: relative;
	top: 1px;
}
.widget_rss img,
.widget_text img {
	max-width: 100%;
	height: auto;
	width: auto;
}
/* =Radio widget
-------------------------------------------------------------- */
.widget_exc_radio_widget .exc-player {
	background-size: cover;
	background-repeat: no-repeat;
	height: 270px;
	position: relative;
}
.widget_exc_radio_widget .exc-player:before {
	content: "";
	background-color: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.widget_exc_radio_widget .exc-player .exc-radio-msgs {
	position: relative;
	z-index: 10;
}
.widget_exc_radio_widget .mejs-audio ,
.widget_exc_radio_widget .mejs-container .mejs-controls {
	height: 270px !important;
}
.widget_exc_radio_widget .mejs-controls .mejs-playpause-button,
.widget_exc_radio_widget .mejs-controls .mejs-loop-button,
.widget_exc_radio_widget .mejs-controls .mejs-time,
.widget_exc_radio_widget .mejs-controls .mejs-time-rail,
.widget_exc_radio_widget .mejs-controls .mejs-volume-button,
.widget_exc_radio_widget .mejs-controls .mejs-prev-button,
.widget_exc_radio_widget .mejs-controls .mejs-next-button,
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-slider {
	position: absolute;
}
.widget_exc_radio_widget .mejs-controls .mejs-prev-button,
.widget_exc_radio_widget .mejs-controls .mejs-time.mejs-currenttime-container,
.widget_exc_radio_widget .mejs-controls .mejs-loop-button {
	left: 20px;
}
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-next-button,
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-time.mejs-duration-container,
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-slider {
	right: 20px;
}

.widget_exc_radio_widget .mejs-controls .mejs-volume-button,
.widget_exc_radio_widget .mejs-controls .mejs-loop-button,
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-slider {
	top: 20px;
}
.widget_exc_radio_widget .mejs-controls .mejs-playpause-button button,
.widget_exc_radio_widget .mejs-controls .mejs-loop-button,
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-next-button,
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-prev-button {
	color: #cccccc;
	cursor: pointer;
}
.widget_exc_radio_widget .mejs-controls .mejs-playpause-button button:hover,
.widget_exc_radio_widget .mejs-controls .mejs-loop-button:hover,
.widget_exc_radio_widget .mejs-controls .mejs-next-button:hover,
.widget_exc_radio_widget .mejs-controls .mejs-prev-button:hover {
	color: #ffffff;
}

.widget_exc_radio_widget .mejs-controls .mejs-loop-button {
	font-size: 14px;
	margin-top: 0 !important;
}
.widget_exc_radio_widget .mejs-controls .mejs-loop-button.mejs-loop-on {
	color: #46aaed;
}
.widget_exc_radio_widget .mejs-controls .mejs-volume-button,
.widget_exc_radio_widget .mejs-controls .mejs-volume-button button {
	margin: 0 !important;
	height: 16px !important;
	width: 16px !important;
}
.widget_exc_radio_widget .mejs-controls .mejs-volume-button {
	right: 83px;
}
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-slider {
	margin-top: 0 !important;
	height: 16px !important;
	cursor: pointer;
}
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-total,
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-current {
	top: 6px;
	height: 4px !important;
}
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-next-button,
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-prev-button {
	font-size: 20px;
	top: 103px;
}
.widget_exc_radio_widget .mejs-controls .mejs-playpause-button {
	top: 90px;
	left: 50%;
	margin: 0 0 0 -25px !important;
	height: 70px !important;
	width: 50px !important;
}
.widget_exc_radio_widget .mejs-controls .mejs-playpause-button button {
	background-color: transparent !important;
	font-size: 40px !important;
	height: 70px !important;
	width: 50px !important;
}
.widget_exc_radio_widget .mejs-controls .mejs-play button:before {
	vertical-align: text-top;
}
.widget_exc_radio_widget .mejs-controls .mejs-time.mejs-currenttime-container {
	padding-left: 0 !important;
}
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-time.mejs-duration-container {
	padding-right: 0 !important;
}
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-time,
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-time-rail {
	bottom: 80px;
	margin-top: 0 !important;
}
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-time-rail {
	left: 52px;
	right: 54px;
	margin-bottom: 10px;
	padding: 0 !important;
	height: 3px !important;
	width: auto !important;
}
.widget_exc_radio_widget .mejs-controls .mejs-time-rail span,
.widget_exc_radio_widget .mejs-controls .mejs-time-rail a {
	border-radius: 0 !important;
	color: #ffffff;
	height: 3px !important;
}
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float,
.widget_exc_radio_widget .mejs-controls .mejs-time-rail .mejs-time-handle {
	border-color: #ffffff !important;
}
.widget_exc_radio_widget .mejs-controls .mejs-time-rail .mejs-time-handle {
	border-color: #ffffff !important;
	border-radius: 2px !important;
	border-width: 3px !important;
	display: block !important;
	top: -2px !important;

}
.widget_exc_radio_widget .mejs-controls .mejs-time-rail .mejs-time-total {
	top: 0;
	height: 3px !important;
	width: 100% !important;
}
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-time span {
	margin-top: 0 !important;
}
.widget_exc_radio_widget .exc-playlist-caption {
	position: absolute;
	text-align: center;
	color: #ffffff;
	padding: 0 20px 15px;
	bottom: 0;
	width: 100%;
}
.widget_exc_radio_widget .exc-playlist-caption h4 {
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 5px;
}
.exc-playlist-caption h4,
.exc-playlist-caption .exc-playlist-item-album,
.exc-playlist-caption .exc-playlist-item-artist {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.widget_exc_radio_widget .exc-playlist-caption span {
	display: block;
}

.widget_exc_radio_widget .media > img {
	margin-right: 10px;
}
.widget_exc_radio_widget .media .media-body p > a {
	color: #000;
}
.widget_exc_radio_widget .exc-play-station {
	background-color: #46aaed;
	border-radius: 50%;
	color: #ffffff;
	float: right;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	margin-top: 7px;
}
.widget_exc_radio_widget .exc-play-station .fa-play {
	margin-left: 2px;
}
.exc-radio-msgs {
	padding-top: 20px;
}
.exc-radio-msgs .alert {
	margin-top: 0;
}

/******************************
	USERS SIDE-BAR
*******************************/
.users-sidebar {
	border-right: 1px solid #d7ddeb;
	padding-right: 0;
}
.sidebar-block {
	padding: 30px;
	border-bottom: 1px solid #d7ddeb;
}
.sidebar-block .alert {
	margin-top: 20px;
}
.sidebar-block h3,
.sidebar-block h1 {
	margin: 0 0 15px;
	text-transform: capitalize;
	font-size: 16px;
}
.sidebar-block .user-detail {
	text-align: center;
}
.sidebar-block .user-detail > img {
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	width: 124px;
	height: 124px;
	margin: 0 auto 10px;
}
.sidebar-block .user-detail img {
	margin-bottom: 12px;
}
.sidebar-block .user-detail h3 {
	margin-bottom: 12px;
}
.sidebar-block .user-detail .user-location {
	font-style: italic;
	margin-bottom: 25px;
}
.sidebar-block .find-us h3 {
	margin-bottom: 5px;
}
.sidebar-block .about-us h3 {
	margin-bottom: 11px;
}
.sidebar-block .about-us p {
	margin-bottom: 0;
}
.sidebar-block .about-us p + p {
	margin-top: 10px;
}
.user-profile .list-group {
	margin: 0px;
}
.user-profile .list-group .list-group-item {
	margin: 0px;
	border: 0px;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 30px 0px;
}
.statistics {
	list-style: none;
	margin: 0;
}
.statistics li {
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
}
.statistics li:last-child {
	padding-bottom: 0;
}
.statistics li span {
	float: right;
}
.find-us > a {

}
.find-us > a > i {

}

/*=social services
====================================================*/
.social-services {
	margin-left: -10px;
	overflow: hidden;
}
.social-services li {
	float: left;
	height: 30px;
	width: 30px;
	margin: 10px 0 0 10px;
}
.social-services li a {
	background-color: #1b2126;
	border-radius: 50%;
	color: #ffffff;
	display: table-cell;
	font-size: 16px;
	height: 30px;
	width: 30px;
	text-align:center;
	vertical-align: middle;
}
.facebook:hover {
	background-color: #3b599a;
}
.twitter:hover {
	background-color: #50ABF1;
}
.behance:hover {
	background-color: #1f80fd;
}
.dribbble:hover {
	background-color: #f86da2;
}
.google-plus:hover {
	background-color: #C83D26;
}
.instagram:hover {
	background-color: #517FA3;
}
.youtube:hover {
	background-color: #C32D2F;
}
.vimeo-square:hover {
	background-color: #44BCDE;
}
.soundcloud:hover {
	background-color: #F7620E;
}
.mixcloud:hover {
	background-color: #000000;
}
.flickr:hover {
	background-color: #0063DB;
}

.about-us .read-more {
	color: #666666
}
.contact-us .mail-id {
	margin-bottom: 5px;
}
.contact-us .mail-id, .contact-us .skype-id {
	display: block;
	color: #000;
}
.sidebar-block .edit-btn {
	margin-top: 20px;
}

/************************************
			footer
*************************************/
.footer {
	background-color: #1b2126;
}

@media (min-width: 768px) {
	.footer-fixed {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 100;
	}
	.footer-space {
	height: 42px;
}
}

.footer-menu {
	list-style: none;
	margin: 0;
	float: left;
}
.footer-menu li {
	display: inline-block;
	border-right: 1px solid #2c343a;
	font-size: 12px;
	height: 42px;
	line-height: 41px;
	padding: 0 15px;
	-webkit-box-shadow: 1px 0 rgba(1, 1, 1, 0.8);
	-moz-box-shadow: 1px 0 rgba(1, 1, 1, 0.8);
	box-shadow: 1px 0 rgba(1, 1, 1, 0.8);
}
.footer-menu li:last-child {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.footer-menu li > a {
	color: #cad5e2;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.footer-menu li > a:hover {
	color: #46aaed;
}
.footer-menu-left li:first-child {
	padding-left: 0;
}
.footer-menu-right {
	background-color: #262d33;
	float: right;
	margin-right: -15px;
}


.copy-right {
	float: left;
	color: #cad5e2;
	font-size: 12px;
	margin-bottom: 0;
	padding: 12px 20px;
	border-right: 1px solid #303030;
	-webkit-box-shadow: 1px 0 #000;
	-moz-box-shadow: 1px 0 #000;
	box-shadow: 1px 0 #000;
}
.share-links, .mail-link {
	position: relative;
}
.share-links i, .mail-link i {
	margin-right: 0;
}
.social-links, .news-letter {
	background-color: rgba(0,0,0,0.05);
	padding: 5px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	right: 20px;
	bottom: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
	z-index: 200;
}
.social-links {
	width: 170px;
	height: 96px;
}
.social-links:before, .news-letter:before {
	content: "";
	height: 0;
	width: 0;
	border-top: 15px solid rgba(0,0,0,0.05);
	border-left: 15px solid rgba(0,0,0,0);
	border-right: 15px solid rgba(0,0,0,0);
	position: absolute;
	bottom: -10px;
	right: 5px;
}
.social-links:after, .news-letter:after {
	content: "";
	height: 0;
	width: 0;
	border-top: 10px solid rgba(0,0,0,0.85);
	border-left: 10px solid rgba(0,0,0,0);
	border-right: 10px solid rgba(0,0,0,0);
	position: absolute;
	bottom: -5px;
	right: 10px;
}
.social-inner {
	background-color: rgba(0,0,0,0.85);
	padding: 10px 0 0 5px;
	line-height: 20px;
	height: 100%;
	width: 100%;
}
.social-links .social-inner {
	height: 86px;
	width: 170px;
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	text-align: center;
} 
.social-links .social-inner a {
	border-radius: 50%;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	margin: 3px;
	width: 26px;
	
}
.news-letter {
	width: 364px;
	height: 220px;
}
.news-letter .social-inner {
	text-align: left;
	padding: 20px;
}
.news-letter .social-inner h2 {
	color: #fff;
	margin: 0;
	font-size: 18px;
	margin-bottom: 12px;
}
.news-letter .social-inner p {
	color: #fff;
}
.news-letter .form-control {
	background-color: rgba(0,0,0,0.58);
	border-color: #393939;
	color: #414141;
	height: 38px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.news-letter .form-control:focus {
	border-color: #d70404;
}
.news-letter .input-group {
	margin-top: 10px;
}
.news-letter .input-group .form-control {
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}
.news-letter .input-group .input-group-btn {
	border: 1px solid #393939;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}
.news-letter .input-group .btn {
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
}
.share-links:hover > .social-links {
	opacity: 1;
	filter: alpha(opacity = 100);
	visibility: visible;
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	-o-transform: translateY(-12px);
	transform: translateY(-12px);
}
.mail-link:hover .news-letter {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	-o-transform: translateY(-12px);
	transform: translateY(-12px);
}


/**** Icons Styles
//////////////////////////////////////////////// ***/

[class^="icon-"], [class*=" icon-"] {
 display: inline-block;
 width: 14px;
 height: 14px;
 line-height: 14px;
 vertical-align: middle;
 background-image: url(images/sprite.png);
 background-repeat: no-repeat;
 margin-right: 10px;
}

.icon-upload {
	background-position: -61px -12px;
	width: 20px;
	height: 16px;
}
.icon-browse {
	background-position: -98px -10px;
	width: 20px;
	height: 16px;
}
.icon-images {
	background-position: -138px -12px;
	width: 16px;
	height: 14px;
}
.icon-video {
	background-position: -173px -11px;
	width: 16px;
	height: 14px;
}
.icon-music {
	background-position: -205px -12px;
	width: 13px;
	height: 14px;
}
.icon-grid-view {
	background-position: -233px -10px;
	width: 13px;
}
.icon-list-view {
	background-position: -265px -10px;
	width: 13px;
}
.icon-thumbs-up {
	background-position: -34px -41px;
	width: 14px;
	height: 15px;
}
.icon-plus {
	background-position: -57px -40px;
	height: 12px;
}
.icon-cloud {
	background-position: -98px -41px;
	height: 12px;
}
.icon-eye-open {
	background-position: -173px -41px;
	width: 18px;
}
.icon-comment {
	background-position: -205px -41px;
	width: 13px;
}
.icon-eye {
	background-position: -226px -33px;
	width: 11px;
}
.icon-play {
	background-position: -130px -65px;
	width: 11px;
	height: 12px;
}
.icon-sign-up {
	background-position: -34px -11px;
	width: 12px;
	margin-right: 5px;
}
.icon-envelope {
	background-position: -173px -71px;
	width: 24px;
	height: 18px;
}
.icon-share {
	background-position: -203px -71px;
	width: 26px;
	height: 22px;
	margin-top: -2px;
}
.icon-sign-in {
	background-position: -9px -114px;
	width: 15px;
	height: 20px;
	margin-right: 0;
}
.icon-sign-up-white {
	background-position: -264px -64px;
	width: 11px;
	height: 20px;
	margin-right: 0;
}
.icon-close {
	background-position: -31px -118px;
	margin-right: 0;
}
.icon-loading {
	background-position: -265px -38px;
	height: 18px;
	width: 13px;
}
.icon-architecture {
	background-position: -60px -119px;
}
.icon-art {
	background-position: -98px -118px;
}
.icon-brand {
	background-position: -138px -119px;
}
.icon-design {
	background-position: -173px -115px;
}
.icon-illustration {
	background-position: -204px -117px;
}
.icon-photography {
	background-position: -232px -119px;
}
.icon-follow-me {
	background-position: -264px -118px;
	height: 16px;
	width: 11px;
}
.follow-me:hover .icon-follow-me {
	background-position: -275px -118px;
}
.icon-facebook {
	background-position: -9px -145px;
	height: 30px;
	width: 30px;
}
.icon-twitter {
	background-position: -60px -145px;
	height: 30px;
	width: 30px;
}
.icon-dribbble {
	background-position: -97px -145px;
	height: 30px;
	width: 30px;
}
.icon-be {
	background-position: -137px -145px;
	height: 30px;
	width: 30px;
}
.icon-social1 {
	background-position: -9px -180px;
	width: 30px;
	height: 30px;
}
.icon-social2 {
	background-position: -60px -180px;
	width: 30px;
	height: 30px;
}
.icon-media-view {
	background-position: -173px -144px;
	width: 18px;
	height: 18px;
}
.icon-likes {
	background-position: -204px -145px;
	width: 18px;
	height: 18px;
}
.icon-follower {
	background-position: -232px -145px;
	width: 18px;
	height: 25px;
}
.icon-following {
	background-position: -232px -180px;
	width: 18px;
	height: 25px;
}
.icon-mail-id {
	background-position: -97px -180px;
	width: 18px;
	height: 14px;
	vertical-align: middle;
}
.icon-skype-id {
	background-position: -137px -180px;
	width: 18px;
	height: 15px;
	vertical-align: middle;
}
.icon-edit {
	background-position: -173px -206px;
	width: 11px;
	height: 15px;
}
.icon-delete {
	background-position: -204px -206px;
	width: 11px;
	height: 15px;
}
.icon-delete-white {
	background-position: -204px -176px;
	width: 11px;
	height: 15px;
}
.icon-save {
	background-position: -264px -141px;
	width: 11px;
	height: 15px;
}
.icon-twitter-feed {
	background-position: -264px -180px;
	width: 26px;
	height: 22px;
}
.icon-s-face-book {
	background-position: -9px -230px;
}
.icon-s-twitter {
	background-position: -60px -230px;
}
.icon-s-pinterest {
	background-position: -98px -230px;
}
.icon-g-plus {
	background-position: -138px -230px;
}
.icon-linked-in {
	background-position: -173px -230px;
}
.icon-vimeo {
	background-position: -204px -230px;
}
.icon-file {
	background-position: -231px -229px;
	height: 19px;
	width: 16px;
}
.icon-image {
	background-position: -265px -227px;
	height: 19px;
	width: 16px;
}
.icon-folder {
	background-position: -263px -269px;
	height: 19px;
	width: 16px;
}
.icon-calander {
	background-position: -232px -269px;
	height: 19px;
	width: 16px;
}
.icon-ascending {
	background-position: -124px -199px;
	height: 21px;
	width: 14px;
	margin-right: 0;
}
.icon-featured {
	background-position: -204px -268px;
}
.icon-appriciated {
	background-position: -172px -267px;
}
.icon-most-viewed {
	background-position: -138px -267px;
}
.icon-most-discused {
	background-position: -96px -268px;
}
.icon-most-recent {
	background-position: -59px -269px;
}
.icon-volume-control {
	background-position: -3px -64px;
	width: 20px;
	height: 20px;
}
.icon-play-previous {
	background-position: -35px -63px;
	width: 20px;
	height: 35px;
}
.icon-play-pause {
	background-position: -60px -70px;
	width: 30px;
	height: 35px;
}
.icon-play-next {
	background-position: -98px -63px;
	width: 20px;
	height: 35px;
}
.icon-share-post {
	background-position: -34px -270px;
	height: 14px;
	width: 16px;
	margin-right: 0;
}
.icon-tags {
	background-position: -9px -268px;
	height: 14px;
	width: 13px;
}
.icon-catg {
	background-position: -10px -296px;
	height: 14px;
	width: 13px;
}
.icon-leave-comments {
	background-position: -34px -300px;
	height: 17px;
	width: 17px;
}
.icon-send-message {
	background-position: -60px -300px;
	height: 17px;
	width: 24px;
}
.icon-signin-close {
	background-position: -9px -330px;
	height: 25px;
	width: 25px;
	margin-right: 0;
}
.icon-fb-signin {
	background-position: -97px -300px;
	height: 22px;
	width: 22px;
}
.icon-signin {
	background-position: -204px -300px;
	height: 23px;
	width: 19px;
}

.icon-signup
{
	background-position: -204px -330px;
	height: 23px;
	width: 19px;
}

.icon-like-media {
	background-position: -157px -41px;
	height: 15px;
	width: 15px;
}
.icon-mf-frame-close {
	background-position: -264px -300px;
	height: 20px;
	width: 20px;
}
.icon-image-lg {
	background-position: -233px -330px;
	height: 31px;
	width: 42px;
}
.icon-caland {
	background-position: -60px -330px;
	vertical-align: middle;
}
.icon-zoom-in {
	background-position: -97px -330px;
	vertical-align: middle;
}
.icon-del {
	background-position: -136px -330px;
	vertical-align: middle;
}
.icon-edit-plus {
	background-position: -173px -330px;
	height: 10px;
	width: 10px;
	vertical-align: baseline;
}
.icon-sync-yt {
	background-position: -9px -397px;
	width: 58px;
	height: 28px;
}
.icon-sync-vimeo {
	background-position: -98px -397px;
	width: 83px;
	height: 24px;
}
.icon-sync-edit {
	background-position: -205px -402px;
	height: 18px;
	width: 18px;
}
.icon-sync-delete {
	background-position: -9px -431px;
	height: 18px;
	width: 18px;
}
.icon-sync-video {
	background-position: -34px -434px;
	height: 16px;
	width: 16px;
}
.icon-loading-white {
	background-position: -60px -435px;
	height: 15px;
	width: 13px;
}
.icon-ok {
	background-position: -98px -436px;
	height: 14px;
	width: 16px;
	margin: 2px 3px 0 0;
}
.icon-safe {
	background-position: -9px -457px;
	height: 33px;
	width: 45px;
}
.icon-eighteen-plus {
	background-position: -60px -457px;
	height: 33px;
	width: 35px;
}
.icon-privacy {
	background-position: -98px -461px;
	height: 29px;
	width: 24px;
}
.icon-comment-allowed {
	background-position: -136px -464px;
	height: 29px;
	width: 26px;
}
.icon-save {
	background-position: -137px -433px;
	height: 18px;
	width: 16px;
}
.icon-edit-media-close {
	background-position: -173px -428px;
	height: 23px;
	width: 23px;
	margin-right: 0;
}
.icon-edit-white {
	background-position: -173px -330px;
	height: 10px;
	width: 10px;
	margin-top: 3px;
}
.icon-file-navi-prev {
	background-position: -10px -506px;
	height: 48px;
	width: 48px
}
.icon-file-navi-next {
	background-position: -61px -506px;
	height: 48px;
	width: 48px
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 -15px !important;
}

.gallery .gallery-item {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 0 30px !important;
	position: relative;
	overflow: hidden;
}
.gallery .gallery-item .gallery-icon {
	margin: 0 !important;
}
.gallery img {
	border:1px solid #cfcfcf !important;
	width: 100%;
}
.gallery .gallery-caption {
	background-color: rgba(252,252,252,0.85);
	color: #333;
	font-weight: bold;
	padding: 6px;
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
/* =Blank page
-------------------------------------------------------------- */
.blank-page {
	padding: 100px 0;
	position: relative;
	max-width: 590px;
	margin: 0 auto;
}
.blank-page:after {
	content: "";
	display: table;
	clear: both;
}
.box-left {
	float: left;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	background-color: #1b1b1b;
	color: #ffffff;
	text-align: center;
	line-height: 200px;
	font-size: 125px;
	letter-spacing: -5px;
}
.box-right {
	float: left;
	margin-top: 55px;
	padding-left: 20px;
	max-width: 390px;
}
.content-exp .box-right {
	margin-top: 0;

}
.box-right .text-big {
	display: inline-block;
	font-size: 60px;
	color: #1b1b1b;
}
.box-right p {
	font-size: 18px;
}

/* =404 page
-------------------------------------------------------------- */
.error-page {
	background-color:#fff;
	background-position:top center;
}
.error-page .error-page-inner {
	max-width:475px;
	margin:0 auto;
	padding:37px 15px;
}
.error-page .error-page-inner figure {
	padding:0;
	margin:0 0 35px 0;
}
.error-page .error-page-inner figure img {
	width:100%;
	height:auto;
	display:block;
}
.error-page .error-page-inner .error-page-text {
	background:#3e3e3e;
	color:#ffffff;
	padding:10px 15px;
	font-size:16px;
	margin-bottom: 15px;
}

.post-password-form label {
	display: block;
}
.post-password-form input[type=password] {
	border: 1px solid #e1e1e1;
	background-color: #fff;
	height: 45px;
	padding: 6px 12px;
	width: 50%;
	margin: 10px 0;
	display: block;
}
.post-password-form input:focus {
	border-color: #6ab4f2;
}
.post-password-form input[type=submit] {
	border: none;
	color: #ffffff;
	padding: 12px 24px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 6px;
}

/*=CATEGORY LIST
====================================================*/
.category-list .thumbnail {
	background-color: #ccc999;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(1, 1, 1, 0.12);
	box-shadow: 0 1px 1px rgba(1, 1, 1, 0.12);
	margin-bottom: 30px;
	padding: 0;
}
.category-list .thumbnail .image {
	/*height: 130px;*/
}
.category-list .wrap-img {
	position: relative;
	margin: 29px auto;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	overflow: hidden;
}
.category-list .wrap-img img {
}
.category-list .wrap-icon {
	text-align: center;
	color: #ffffff;
	font-size: 120px;
	height: auto;
}
.btn-overlay {
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
}
.category-list .wrap-img:hover .btn-overlay,
.category-list .wrap-icon:hover .btn-overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.btn-play-pause {
	color: #ffffff;
	font-size: 50px;
	height: 50px;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 50px;
}
.btn-play-pause .fa {
	cursor: pointer;
}
.catg-caption {
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.2);
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.catg-caption a {
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: 500;
}
.no-of-posts {
	position: absolute;
	right: 0;
	font-size: 13px;
}
.exc-radio-station .wrap-img {
	height: auto;
	width: auto;
	margin: 0;
	border-radius: 0;
}
.exc-radio-station .catg-caption {
	background-color: rgba(255, 255, 255, 0.75);
	font-size: 16px;
	color: #000000;
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 200;
}
/*.col-lg-12 .category-list .col-4 .image,
.col-md-9 .category-list .col-4 .image,
.col-sm-8 .category-list .col-4 .image, {
	height: 150px;
}
.col-md-6 .category-list .col-4 .image {
	height: 130px;
}*/
/* =Radio skin
--------------------------------------------------------------*/
.category-list .exc-player {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 15px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.category-list .exc-player:before {
	content: "";
	background-color: rgba(0,0,0,0.75);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.category-list .exc-radio-poster {
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 150px;
}
.category-list .exc-playlist-caption {
	float: left;
	padding: 15px;
	position: relative;
	width: 75%;
}
.category-list .exc-playlist-caption h1,
.category-list .exc-playlist-caption > span {
	color: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}
.category-list .exc-playlist-caption h1 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 0;
}
.category-list .exc-playlist-caption > span {
	margin-bottom: 10px;
}

.category-list .exc-playlist-caption h4 {
	margin-top: 0;
}
.category-list .exc-playlist-caption span {
	display: block;
}
.category-list .exc-radio-msgs {
	float: left;
    padding-left: 15px;
    position: relative;
    width: 75%;
}
.category-list .mejs-container {
	margin-top: 15px;
}
.category-list .mejs-loop-button,
.category-list .mejs-prev-button,
.category-list .mejs-next-button {
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	line-height: 26px !important;
	padding-top: 2px !important;
}
.category-list  .mejs-loop-on {
	color: #46aaed;
}
/*.category-list .mejs-prev-button,
.category-list .mejs-next-button {
	display: none !important;
}*/

.empty-box div {
   text-align: center;
   display: table-cell;
   vertical-align: middle;
   width: 1%;
   background-image: url(images/preloader.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-color: #f3f3f3;
}

.exc-topbar {
    background: #990000;
    border-bottom: solid 2px #EEE;
    padding: 3px 0;
    text-align: center;
    color: white;
	position: fixed;
	z-index: 9999;
	width: 100%;
}
/* =Revolution slider
--------------------------------------------------------------*/
.rev_slider_wrapper {
	z-index: 9;
}
.tp-button.red {
	background-color: #c20202 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 14px !important;
	color: #ffffff;
	border-radius: 3px !important;
	padding: 10px !important
}
.tp-button.red:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.slider-page .header-default .header-bottom{
	padding-top: 0;
}
.slider-page .logo-bar {
	background-color: rgba(0,0,0,0);
}
.slider-page .exc-header-center .logo-bar,
.slider-page .exc-header-3  .logo-bar {
	position: absolute;
	width: 100%;
}

/* =pagination
--------------------------------------------------------------*/
.pagination {
	list-style: none;
	margin: 0;
	display: block;
	padding: 5px 0;
}
.pagination li {
	background-color: #46aaed;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	border: 1px solid #46aaed;
	border-radius: 3px;
	padding: 3px 8px;
}
.pagination a {
	display: inline-block;
}
.pagination a li {
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	color: #666666;
}
.pagination a li:hover {
	background-color: #46aaed;
	border-color: #46aaed;
	color: #ffffff;
}
.wp-pagination {
	text-align: center;
	margin-bottom: 30px;
}
.wp-pagination a,
.wp-pagination span {
	display: inline-block;
	font-size: 15px;
	padding: 8px 15px;
}
.wp-pagination span {
	border: 1px solid #46aaed;
	background-color: #46aaed;
	color: #ffffff;
}
.wp-pagination a {
	border: 1px solid #e1e1e1;
}
.wp-pagination a:hover {
	background-color: #f1f1f1;
}
/*LOADER*/
/*.loader
{
	width: 50px;
	height: 50px;
	z-index: 9999;
	background: url(images/preloader.png) no-repeat;
	margin: 20px auto;
	clear: both;
}*/
.loader {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto 30px;
  clear:both;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #46aaed;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

