@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300italic,300,400italic,700italic);*/

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, table, tr, caption, thead, tbody, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, ul, ol, dl, dt, dd, code, var, samp, img, object, param, map, area, bdo, iframe { padding:0; margin:0; }
fieldset {border:0;}
article, aside, figure, footer, header, menu, nav, section { display: block; }
img {border:0;}
input {vertical-align:middle; font:12px 'Roboto Condensed', Helvetica, sans-serif;}
textarea { padding:3px 5px; background:#fff; border:1px solid #cfd4da; font:12px 'Roboto Condensed', Helvetica, sans-serif; color:#000; max-width: 100%;}
select { background:#fff; border:1px solid #cfd4da; font:12px  'Roboto Condensed', Helvetica, sans-serif; color:#fff;}
body { background:#181A1D; font-family: 'Roboto Condensed', Helvetica, sans-serif; color:#fff; }
a { color:#80c63c; text-decoration:none; cursor:pointer; outline:none;}
a:hover { color:#ADD784;text-decoration: underline;}
.menu_main a, .profile_menu a{color:#fff;}

#full_avatar{
	height:170px;
	width:100%;
	
	background-repeat:no-repeat;
	margin:0;
	background-size:auto 170px;
	background-position:50%;
}

.paging{
	margin:-25px;
	text-align: center;
	width: 930px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.paging a{
	display: inline-block;
	/*min-width: 120px;*/
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border: none;
	border: none;
	font-size: 12px;
	color: #fff;
	text-align: center;
	outline: none;
	background: #6fa836;
	margin-left:5px;
	margin-right:5px;
}

.paging b{
	display: inline-block;
	/*min-width: 120px;*/
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border: none;
	border: none;
	font-size: 12px;
	color: #fff;
	text-align: center;
	outline: none;
	background: #4d4d4d;
	margin-left:5px;
	margin-right:5px;
}

#tmplcontent input[type="text"], #tmplcontent textarea,#tmplcontent select, #tmplcontent input[type="input"], .search_box_input{
	opacity: 0.7;
}

#tmplcontent input[type="text"]:hover,#tmplcontent textarea:hover,#tmplcontent input[type="input"]:hover,#tmplcontent select:hover,#tmplcontent input[type="text"]:focus,#tmplcontent textarea:focus,#tmplcontent select:focus, .search_box_input:focus, .search_box_input:hover{
	opacity: 1;
}

#tmplcontent input[type="text"]:disabled,#tmplcontent textarea:disabled,#tmplcontent input[type="input"]:disabled,#tmplcontent select:disabled{
	cursor: not-allowed;
}

#tmplcontent input[type="text"], #tmplcontent input[type="password"], #tmplcontent select{
	min-width: 120px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border: 1px #272A2F solid;
	font-size: 12px;
	color: #fff;
	text-align: center;
	outline: none;
	color: #000;
}

.working li{
	height: 80px;
}

#tmplcontent{
	margin: 20px;
}

#tmplcontent table {
	border-spacing: 0px 10px;
	width: 100%;
}

#uploads table, #views table, #sales table, #profit table, #reports table{
	width: 150px;
}

#uploads tr, #views tr, #sales tr, #profit tr{
	background-color: #FFF;
}

#tmplcontent tr:nth-child(2n),#tmplcontent li:nth-child(2n):not(.vjs-menu-item){
	background-color: #272A2F;
	padding:10px;
}

#tmplcontent td,#tmplcontent li{
	padding:10px;
}

.footer-fullWidth{
	width:925px;
	left:128px;
	position: relative;
	overflow: hidden;
	padding: 20px 18px 12px;
	margin: auto;
	background: #1F2025;
	color: #fff;
}

input[type="button"]:disabled{
	background: #4d4d4d;
}

.danger{
	background: #d9534f;
}

.warning{
	background: #f0ad4e;
}

.green{
	background: #6fa836;
}

/* header ////// */
.header {
	position: relative;
	left: -15px;
	width: 640px;
	height: 54px;
	margin: auto;
	background: #1F2025;
}
.header .icon-hamburger {
	display: none;
}
.header_logo {
	float: left;
	width: 120px;
	height: 25px;
	margin: 14px 0 0 64px;
	background: url(../images/logo-header.png) no-repeat;
}
.search_box {
	float: right;
	padding: 10px 0;
}
.search_box_input {
	width: 350px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #fff;
	border: none;
	font-size: 17px;
	color: #000;
	outline: none;
}
.search_box_button {
	width: 46px;
	height: 30px;
	background: 50% 50% url(../images/icon-search.png) no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
}


.not-mobile.user_box {
	position: absolute;
	top: 0;
	right: -285px;
	width: 260px;
	height: 54px;
	padding: 10px 125px 0 10px;
	background: #272A2F;
	text-align: right;
}
.not-mobile.user_box .name {
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.not-mobile.user_box .email {
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.not-mobile.user_box .avatar {
	position: absolute;
	top: 4px;
	right: 47px;
	width: 47px;
	height: 47px;
	border-radius: 47px;
}
.not-mobile.user_box .icon-arr-down {
	position: absolute;
	top: 21px;
	right: 27px;
}

.mobile .user_box {
	position: relative;
	height: 54px;
	padding: 10px 10px 0 70px;
	background: #28292E;
}
.mobile .user_box .name {
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}
.mobile .user_box .email {
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mobile .user_box .avatar {
	position: absolute;
	top: 4px;
	left: 15px;
	width: 47px;
	height: 47px;
	border-radius: 47px;
}


/* layout ///////// */
.mobile {
	display: none;
}
body {
	min-width: 1180px;
}
.main-container {
	width: 1180px;
	margin: auto;
}
.sidebar-left {
	float: left;
	width: 230px;
	margin: -54px 0 0 -895px;
}
.sidebar-left .menu_main {
	display: none;
}
.sidebar-right {
	float: right;
	width: 260px;
	padding-top: 10px;
}
.content {
	float: left;
	width: 640px;
	margin-left: 255px;
	-webkit-box-shadow: 0px -1px 24px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 24px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 24px 0px rgba(0,0,0,0.75);
}
.content-fullWidth .content {
	width: 925px;
}
.content-fullWidth .sidebar-left {
	margin-left: -1180px;
}


/* content's elements */
.menu_main {
	overflow: hidden;
	background: #80c63c;
	list-style: none;
}
.menu_main li {
	float: left;
	width: 16.66%;
	text-align: center;
}
.menu_main li a {
	display: block;
	position: relative;
	height: 44px;
	line-height: 44px;
	font-size: 13px;
}
.menu_main li.active a:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 62px;
	height: 6px;
	background: #333;
	margin-left: -31px;
	content: '';
}


.home_block .col {
	float: left;
	width: 320px;
}
.home_block .preview_video {
	float: none;
}
.home_block .col:first-child .preview_video .text {
	left: 0;
	right: auto;
}
.home_title_box {
	min-height: 55px;
	line-height: 55px;
	text-align: center;
	padding: 10px 15px;
}
.home_title_box .title {
	font-size: 22px;
	font-weight: bold;
}

.preview_videos_list {
	margin-bottom: 35px;
}
.preview_video {
	position: relative;
	overflow: hidden;
	float: left;
	width: 160px;
	height: 135px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.preview_video .text {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;
	min-height: 70px;
	padding: 6px;
	background: #fff;
	font-size: 9px;
	color: #1A1A1A;
}
.preview_video a:hover .text {
	background: rgba(255,255,255, 0.6);
}
.preview_video .text .title {
	display: block;
	padding: 4px 0 6px;
	font-size: 10px;
	font-weight: bold;
}
.preview_video .icon-play,
.preview_video .icon-play-big {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 6px 0 0 -27px;
	z-index: 2;
}
.preview_video a:hover .icon-play,
.preview_video a:hover .icon-play-big {
	opacity: 0.9;
}
.preview_video.big {
	width: 320px;
	height: 270px;
}
.short {
	width: 295px;
	height: 150px;
}
.short .icon-play-big{
	margin-top: -40px;
	margin-left: -100px;
}
.preview_video.big .text {
	width: 165px;
	padding: 10px;
	font-size: 10px;
}
.preview_video.big .text .title {
	padding: 6px 0 12px;
	font-size: 13px;
}
.preview_video.big .icon-play-big {
	margin: -37px 0 0 -37px;
}

/* player */
.player_block {
	
}
.player_block_bar {
	float: right;
	width: 64px;
	height: 323px;
	background: #28292e;
}
.player_block_bar .action {
	position: relative;
	padding: 8px 5px 10px;
	font-size: 10px;
	text-align: center;
}
.player_block_bar .action .label {
	display: block;
	padding: 5px 0 8px;
}
.player_block_bar .action.view { height: 65px; background: #181a1f;}
.player_block_bar .action.addin { height: 65px; padding-top: 16px;}
.player_block_bar .action.share { height: 65px; padding-top: 16px;}
.player_block_bar .action.comment { height: 65px;}
.player_block_bar .action.comment .label { padding-top: 10px;}
.player_block_bar .action.download { height: 63px; padding-top: 13px; background: #80c63c; color: #fff; font-weight: bold;}
.xplayer_block_bar .action.comment:after {
	position: absolute;
	top: 100%;
	left: 25px;
	width: 0;
	height: 0;
	border-top: 8px solid #181a1d;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	content: '';
}
.player_block_bar .popup_box {
	position: absolute;
	left: -20px;
	width: 100px;
	padding: 8px 8px 4px;
	background: #181A1D;
	text-align: left;
	z-index: 10;
}
.popup_box .popup_box_title {
	display: block;
	padding-bottom: 4px;
}
.popup_box .row {
	padding-bottom: 5px;
}
.popup_box .checkbox {
	margin-right: 5px;
	vertical-align: middle;
}

.player_block_title {
	overflow: hidden;
	min-height: 64px;
	padding: 5px 0 0 8px;
	background: #28292e;
}
.player_block_title .date {
	display: block;
	padding: 10px 0 8px;
	font-size: 12px;
	color: #B3B3B3;
}
.player_block_title .channel-pic {
	float: right;
	margin: -5px 0 0 8px;
}
.player_block_title .channel-pic img {
	display: block;
}

.player_block_title .channel {
	float: right;
	font-size: 22px;
	color: #E6E6E6;
}
.player_block_title .btn-subscribe {
	float: right;
}
.player_block_title .h1 {
	font-weight: normal;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.player_block .player {
	width: 575px;
}

.player_block_info {
	clear: both;
	padding: 22px 20px 5px;
	background: #fff;
	font-size: 12px;
	color: #4D4D4D;
}
.player_block_info a {
	color: #4D4D4D;
}
.player_block_info .dl {
	clear: both;
	margin-left: -20px;
	margin-bottom: 5px;
	padding-left: 105px;
}
.player_block_info .dl .dt {
	float: left;
	margin-left: -100px;
	width: 90px;
	font-weight: bold;
	text-align: right;
}
.player_block_info_more, .player_block_info_less {
	font-weight: bold;
	text-align: center;
}

/* comments */
.comments_block {
	padding: 0 30px 40px 30px;
	background: #fff;
	color: #4D4D4D;
}
.comments_block_title {
	padding: 7px 0;
	margin:0 -30px 18px;
	background: #e6e6e6;
	font-size: 12px;
	color: #4D4D4D;
}
.comments_block_title span {
	display: block;
	width: 80px;
	text-align: right;
}
.comment_box {
	position: relative;
	min-height: 47px;
	margin-right: -30px;
	padding: 0 30px 22px 58px;
}
.comment_box .comment_box {
	padding-bottom: 0;
	margin-top: 15px;
}
.comment_box .avatar {
	position: absolute;
	top: 2px;
	left: 0;
}
.comment_box .info {
	position: relative;
	top: -2px;
}
.comment_box .username {
	font-size: 12px;
	font-weight: bold;
	color: #4D4D4D;
}
.comment_box .date {
	font-size: 10px;
	color: #666;
}
.comment_box .comment {
	min-height: 28px;
	font-size: 12px;
}
.comment_box .icon-replay {
	position: absolute;
	top: 15px;
	right: 7px;
	cursor: pointer;
}
.comment-add_box {
	position: relative;
	padding: 30px 35px 20px;
	margin-top: 20px;
	background: #181a1d;
	text-align: right;
}
.comment-add_box:after {
	position: absolute;
	bottom: 100%;
	left: 60px;
	width: 0;
	height: 0;
	border-right: 30px solid transparent;
	border-bottom: 16px solid #181a1d;
	content: '';
}
.comment-add_box .label {
	display: block;
	margin-bottom: 20px;
	text-align: left;
	font-size: 12px;
	color: #fff;
}
.comment-add_box .textarea {
	display: block;
	width: 100%;
	height: 62px;
	padding: 5px 7px;
	margin-bottom: 15px;
	background: #fff;
	outline: none;
	resize: none;
}


/* profile */
.profile_main_block {
	overflow: hidden;
}
.profile_user_box {
	float: left;
	width: 236px;
	min-height: 216px;
	background: #181a1d;
	text-align: center;
}
.profile_user_box .avatar {
	display: block;
	margin-bottom: 10px;
}
.profile_user_box .username {
	display: block;
	font-size: 23px;
}
.profile_user_box .email {
	display: block;
	font-size: 12px;
	color: #B3B3B3;
}
.profile_banner_box {
	overflow: hidden;
	position: relative;
	min-height: 216px;
	background-repeat:no-repeat;
	background-size:689px auto;
	background-position: 0 50%;
	/*background: url('../images/bg-upload.png') repeat;*/
}
.profile_banner_box .file {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}
.profile_banner_box .icon-pencil {
	position: absolute;
	top: 25px;
	right: 20px;
}
.profile_banner_box .btn {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	min-height: 30px;
	height: auto;
	margin: -10px 0 0 -65px;
	font-size: 15px;
	text-align: center;
}

.profile_menu {
	margin-bottom: 25px;
	background: #272a2f;
	text-align: center;
}
.profile_menu_title {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
}
.profile_menu_title .icon {
	vertical-align: middle;
}
.profile_menu_title.active {
	background: #80c63c;
}
.profile_menu_title.active:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 0;
	margin-left: -7px;
	border-bottom: 6px solid #272a2f;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: '';
}

/* forms */
.filters_block {
	padding: 0 16px 0 50px;
	margin-bottom: 15px;
}
.filters_block .btn.create,
.filters_block .btn_upload {
	float: right;
}
.btn.create {
	text-align: center;
	font-size: 15px;
}
.btn.create .icon-plus-2 {
	position: relative;
	top: -1px;
	left: 5px;
	vertical-align: middle;
}
.filter-box {
	display: inline-block;
	margin: 0 28px 10px 0;
	font-size: 22px;

}

/* wrapper_block */
.wrapper_block {
	margin: 0 15px 30px 15px;
	padding: 10px 18px 1px;
	background: #272a2f;
}
.wrapper_block_title {
	margin-bottom: 13px;
	font-size: 21px;
}
.wrapper_block_title .date {
	font-size: 13px;
	color: #B3B3B3;
}
.wrapper_block.with-date {
	position: relative;
	margin-left: 50px;
}
.wrapper_block_date {
	position: absolute;
	top: 10px;
	left: -50px;
	width: 40px;
	font-size: 11px;
	text-align: right;
}
.wrapper_block_date .day {
	display: block;
	font-size: 20px;
	line-height: 18px;
}
.wrapper_block_date .month,
.wrapper_block_date .year {
	display: block;
}

/* playlist */
.playlists_list {
	overflow: hidden;
	margin: 0 -15px 0 -15px;
}
.preview_playlist {
	position: relative;
	overflow: hidden;
	float: left;
	width: 169px;
	height: 142px;
	margin: 0 0 15px 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.preview_playlist .text {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;
	min-height: 70px;
	padding: 6px;
	background: #fff;
	font-size: 9px;
	color: #1A1A1A;
}
.preview_playlist a:hover .text {
	background: rgba(255,255,255, 0.6);
}
.preview_playlist .text .title {
	display: block;
	padding: 2px 0;
	font-size: 10px;
	font-weight: bold;
}
.preview_playlist .text .count {
	display: block;
	font-size: 16px;
	min-height: 28px;
	margin-bottom: 7px;
	border-bottom: solid 1px #eee;

}
.preview_playlist .icon-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 6px 0 0 -27px;
	z-index: 2;
}
.preview_playlist a:hover .icon-play {
	opacity: 0.9;
}

/* channel */
.channel_list {
	overflow: hidden;
	margin: 0 -15px 0 -15px;
}
.preview_channel {
	position: relative;
	overflow: hidden;
	float: left;
	width: 212px;
	height: 230px;
	margin: 0 0 15px 15px;
	background: #fff;
	color: #333;
}
.preview_channel .banner {
	display: block;
	height: 97px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.preview_channel .avatar {
	position: absolute;
	top: 0;
	left: 0;
}
.preview_channel .avatar:hover {
	opacity: 0.8;
}
.preview_channel .count {
	position: absolute;
	top: 78px;
	right: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.preview_channel .title {
	display: block;
	position: relative;
	height: 36px;
	line-height: 40px;
	padding: 0 10px;
	background: #f5f5f5;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.preview_channel .title:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-bottom: 6px solid #f5f5f5;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: '';
}
.preview_channel .text {
	overflow: hidden;
	height: 68px;
	padding: 10px;
	font-size: 10px;
}
.preview_channel .btn-subscribe-2 {
	margin-left: 10px;
}


/* myvideo */
.myvideos_list {
	margin: 0 -15px;
}
.preview_myvideo {
	float: left;
	width: 410px;
	margin: 0 0 15px 15px;
}
.preview_myvideo .pic {
	float: left;
	position: relative;
	width: 226px;
	height: 119px;
	margin-right: 8px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: none;
}
.preview_myvideo .count,
.preview_myvideo .time {
	position: absolute;
	top: 6px;
	left: 6px;
	padding: 3px 5px;
	font-size: 13px;
	background: #1a1a1a;
}
.preview_myvideo .time {
	left: auto;
	right: 6px;
}
.preview_myvideo .icon-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -27px;
	z-index: 2;
}
.preview_myvideo a:hover .icon-play {
	opacity: 0.9;
}
.preview_myvideo .text {
	overflow: hidden;
}
.preview_myvideo .text .author {
	display: block;
	padding: 7px 0 5px;
	font-size: 13px;
	color: #E6E6E6;
}
.preview_myvideo .text .author a {
	color: #E6E6E6;
}
.preview_myvideo .text .title {
	display: block;
	padding: 0 0 6px;
	margin-bottom: 7px;
	border-bottom: solid 1px #55575a;
	font-size: 16px;
}
.preview_myvideo .text .date {
	display: block;
	font-size: 12px;
	color: #E6E6E6;
}

/* upload */
.upload_block {
	margin:40px 50px 40px;
}
.upload_block .icon-spec {
	vertical-align: middle;
}
.upload_block .dd_area {
	position: relative;
	padding: 22px 0 18px;
	margin-bottom: 20px;
	background: #272a2f;
	text-align: center;
}
.upload_block .dd_area.state-drag {
	background: #181a1f;
}
.upload_block .dd_area.state-drop {
	background: #80c63c;
}
.upload_block .dd_area .t1 {
	display: block;
	font-size: 25px;
}
.upload_block .dd_area .t2 {
	display: block;
	padding: 5px 0 12px;position: relative;
	font-size: 16px;
}
.upload_block .dd_area .btn {
	background: #4b80a3;
}
.upload_block .dd_area .file {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}
.upload_block .text {
	width: 280px;
	margin: auto;
}
.upload_block .text .t3 {
	margin-bottom: 10px;
	font-size: 21px;
}

/* accordion */
.accordion_box {
	margin: 15px;
}
.accordion_box .accordion_box_title {
	padding: 8px 12px 8px;
	background: #282a30;
	font-size: 20px;
}
.accordion_box .accordion_box_title .icon-arr-up-big,
.accordion_box .accordion_box_title .icon-arr-down-big {
	float: right;
	margin-top: 5px;
}
.accordion_box .accordion_box_title .icon-arr-down-big { display: none;}
.accordion_box.opened .accordion_box_title .icon-arr-down-big { display: block;}
.accordion_box.opened .accordion_box_title .icon-arr-up-big { display: none;}
.accordion_box .accordion_box_body {
	display: none;
	overflow: hidden;
	padding: 15px 10px 1px;
	background: #212227;
}

.accordion_box.opened .accordion_box_body {
	display: block;
}
.accordion_box .delete {
	float: right;
	margin-top: 6px;
}
.accordion_box .delete .icon-uncheck {
	vertical-align: middle;
}
.accordion_box .col-1 {
	float: left;
	width: 226px;
	margin-right: 25px;
	margin-bottom: 30px;
}
.accordion_box .preview {
	position: relative;
	width: 100%;
	height: 119px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.accordion_box .preview .icon-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}
.accordion_box .col-2 {
	margin-bottom: 30px;
}
.accordion_box .title {
	display: block;
	min-height: 76px;
	font-size: 20px;
	font-weight: bold;
}
.accordion_box .status_box {
	font-size: 16px;
	color: #ccc;
}
.accordion_box .status_box .t {
	display: block;
	margin-bottom: 3px;
	font-size: 18px;
	color: #fff;
}
.accordion_box .col-3 {
	float: left;
	width: 300px;
	margin-right: 42px;
}
.form-row {
	margin-bottom: 18px;
}
.form-row .label {
	display: block;
	margin-bottom: 2px;
	font-size: 16px;
	color: #E6E6E6;
}
.form-row .input-text,
.form-row .textarea {
	display: block;
	width: 100%;
	padding: 5px;
	background: #303136;
	border: none;
	outline: none;
	resize: none;
	font-size: 16px;
	color: #E6E6E6;
}
.form-row .textarea { height: 80px;}
.form-row .select {
	width: 135px;
	height: 29px;
	background: #303136;
	font-size: 16px;
	border: none;
}
.accordion_box .col-4 {
	float: left;
	width: 180px;
	margin-right: 20px;
}
.radio-row {
	display: block;
	margin: 2px 0 7px 25px;
}
.radio-row .input-radio {
	float: left;
	margin: 2px 0 0 -25px;
}
.radio-row .input-checkbox {
	float: left;
	width: 14px;
	height: 14px;
	background: #ccc;
	border: none;
	margin: 2px 0 0 -25px;
}
.accordion_box_body .col-5 {
	float: left;
	width: 330px;
}
.accordion_box_body .col-5 .form-row {
	min-height: 183px;
}
.accordion_box_body .btn-big {
	float: right;
	min-width: 200px;
	margin-bottom: 15px;
}

/* sidebar ///// */
.sidebar {}
.sidebar_box_title {
	height: 48px;
	line-height: 48px;
	padding: 0 15px 0 23px;
	margin-bottom: 10px;
	background: #272A2F;
	font-size: 15px;
}
.sidebar_box_title.big {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 18px;
}
.sidebar_box_title .sidebar_box_icon {
	float: right;
	height: 48px;
	line-height: 48px;
}
.sidebar_box_title .sidebar_box_icon span {
	vertical-align: middle;
}
.sidebar_box_content {
	padding: 13px 23px 2px 23px;
	margin-bottom: 22px;
	background: #fff;
	font-size: 15px;
	color: #666;
}
.sidebar_box_content a {
	color: #666;
}


.sidebar_box_content .area_custom1 {
	padding: 4px 0 12px 0;
	text-align: center;
}

.sidebar_categories {
	list-style: none;
	margin: -13px -23px -2px -23px;
}
.sidebar_categories li {
	border-top: solid 1px #f3f3f3;
}
.sidebar_categories li:first-child {
	border-top: none;
}
.sidebar_categories a {
	display: block;
	position: relative;
	padding: 12px 10px 12px 57px;
	font-size: 17px;
}
.sidebar_categories .icon-cat {
	position: absolute;
	top: 11px;
	left: 22px;
}


.sidebar_list {
	list-style: none;
}
.sidebar_list li {
	clear: both;
	padding:0 31px;
	margin-bottom: 12px;
}
.sidebar_list.noaction {
	padding-right: 10px;
}
.sidebar_list .preview {
	float: left;
	x-width: 21px;
	x-height: 21px;
	width: 15px;
	height: 15px;
	margin-left: -31px;
}
.sidebar_list .preview.avatar {
	border-radius: 11px;

}
.sidebar_list .t {
	display: block;
	padding-top: 2px;
}
.sidebar_list .action {
	float: right;
	margin-right: -31px;
}
.sidebar_list .action span {
	cursor: pointer;
}
.sidebar_list .counter {
	float: right;
	min-width: 21px;
	height: 21px;
	line-height: 21px;
	max-width: 31px;
	margin-right: -31px;
	background: #80c63c;
	color: #1A1A1A;
	text-align: center;
}


.tabs-list {
	background: #1c2024;
}
.tab-list-title {
	position: relative;
	float: left;
	width: 50%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	z-index: 1;
	-webkit-box-shadow: 0 10px 32px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 10px 32px -9px rgba(0,0,0,0.75);
	box-shadow: 0 10px 32px -9px rgba(0,0,0,0.75);
}
.tab-list-title.active {
	background: #80c63c;
}
.tab-list-title.active:after {
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 13px;
	height: 7px;
	margin-left: -7px;
	background: url(../images/icon-arr-down.png) no-repeat;
	content: '';
}
.tabs-cards {
	clear: both;
}
.tabs-cards .tab {
	display: none;
}
.tabs-cards .tab.active {
	display: block;
}

.preview_box {
	display: block;
	overflow: hidden;
	padding: 10px 10px 10px 100px;
	border-bottom: solid 1px #202226;
}
.preview_box:hover {
	color: #b4b4b6;
	text-decoration: none;
}
.preview_box .pic {
	float: left;
	margin: 0 0 -11px -100px;
}
.preview_box .title {
	display: block;
	font-size: 13px;
}
.preview_box .date {
	display: block;
	font-size: 11px;
	color: #b4b4b6;
	text-decoration: none;
}


/* footer ///// */
.footer_wrapper {
	background: #272A2F;
	clear: both;
}
.footer {
	position: relative;
	left: -15px;
	overflow: hidden;
	width: 640px;
	padding: 20px 18px 12px;
	margin: auto;
	background: #1F2025;
	color: #fff;
}
.footer_menu {
	margin-bottom: 18px;
	list-style: none;
	font-size: 15px;
}
.footer_menu li {
	display: inline-block;
	padding-left: 15px;
}
.footer_menu li:first-child {
	padding-left: 0;
}
.footer_logo {
	float: right;
}
.footer .copyright {
	padding-top: 5px;
	font-size: 11px;
}
.footer_logo {
	float: right;
	width: 88px;
	height: 19px;
	background: url(../images/logo-footer.png) no-repeat;
}



/* */
.clear { clear:both;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fleft {float:left;}
.fright {float:right !important;}
.strong { font-weight: bold;}


.btn_upload {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 11px 0 50px;
	background: #80c63c url(../images/btn-upload.png) 17px 5px no-repeat;
	font-size: 15px;
	color: #fff !important;
}

.icon-arr-down {
	display: inline-block;
	width: 13px;
	height: 7px;
	vertical-align: middle;
	background: url(../images/icon-arr-down.png) no-repeat;
}
.icon-arr-down.white {
	background-image: url(../images/icon-arr-down-white.png);
}

.icon-arr-up {
	display: inline-block;
	width: 13px;
	height: 7px;
	vertical-align: middle;
	background: url(../images/icon-arr-down.png) no-repeat;
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.icon-arr-up.white {
	background-image: url(../images/icon-arr-up-white.png);
}

.icon-hamburger {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: 50% 50% url(../images/icon-hamburger.png) no-repeat;
}

.icon-cog-2 {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/icon-cog-2.png) no-repeat;
}
.icon-cat,
.icon-history,
.icon-check,
.icon-plus,
.icon-later,
.icon-uncheck
{
	display: inline-block;
	width: 21px;
	height: 21px;
}
.icon-cat.tv { background: url(../images/icon-cat-tv.png) no-repeat;}
.icon-cat.auto { background: url(../images/icon-cat-auto.png) no-repeat;}
.icon-cat.blogs { background: url(../images/icon-cat-blogs.png) no-repeat;}
.icon-cat.kids { background: url(../images/icon-cat-kids.png) no-repeat;}
.icon-cat.animals { background: url(../images/icon-cat-animals.png) no-repeat;}
.icon-cat.sport { background: url(../images/icon-cat-sport.png) no-repeat;}
.icon-cat.history2 { background: url(../images/icon-history.png) no-repeat;}
.icon-check { background: url(../images/icon-check.png) no-repeat;}
.icon-uncheck { background: url(../images/icon-uncheck.png) no-repeat;}
.icon-plus {background: url(../images/icon-plus.png) no-repeat;}
.icon-later {background: url(../images/icon-later.png) no-repeat;}
.icon-plus-2 {
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url("../images/icon-plus-2.png") no-repeat;
}


.icon-view,
.icon-addin,
.icon-share,
.icon-comment
{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.icon-view    { background-image: url("../images/icon-view.png");}
.icon-addin   { background-image: url("../images/icon-addin.png");}
.icon-share   { background-image: url("../images/icon-share.png");}
.icon-comment { background-image: url("../images/icon-comment.png");}

.icon-replay {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/icon-replay.png) no-repeat;
}
.icon-play {
	display: inline-block;
	width: 53px;
	height: 53px;
	background: url(../images/icon-play-53x53.png) no-repeat;
}
.icon-play-big {
	display: inline-block;
	width: 75px;
	height: 75px;
	background: url(../images/icon-play-75x75.png) no-repeat;
}

.icon-arr-up-big {
	display: inline-block;
	width: 22px;
	height: 10px;
	background: url("../images/icon-arr-up-big-white.png") no-repeat;
}
.icon-arr-down-big {
	display: inline-block;
	width: 22px;
	height: 10px;
	background: url("../images/icon-arr-down-big-white.png") no-repeat;
}

.icon-spec {
	display: inline-block;
	width: 31px;
	height: 24px;
	background: url("../images/icon-spec.png") 50% 50% no-repeat;
}


.btn {
	display: inline-block;
	min-width: 120px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border: none;
	font-size: 12px;
	color: #fff;
	text-align: center;
	outline: none;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn.color-2 {
	background: #666;
}
.btn-big {
	display: inline-block;
	min-width: 120px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background: #6fa836;
	border: none;
	font-size: 21px;
	color: #fff;
	text-align: center;
	outline: none;
}
.btn-subscribe {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	padding-right: 7px;
	background: #181a1d;
	font-size: 14px;
	color: #E6E6E6;
}
.btn-subscribe span {
	float: left;
	padding: 0 4px;
	margin-right: 7px;
	background: #1c2024;
	font-weight: bold;
}
.btn-subscribe-2 {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	background: #272a2f;
	font-size: 12px;
	text-decoration: none !important;
}
.btn-subscribe-2 .icon-check {
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.checkbox {
	display: inline-block;
	width: 15px;
	height: 14px;
	line-height: 14px;
	background: url("../images/icon-checkbox.png") 0 0 no-repeat;
}
.checkbox.checked { background-position: 0 -14px;}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?ftl52c');
	src:url('../fonts/icomoon.eot?ftl52c#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ftl52c') format('truetype'),
		url('../fonts/icomoon.woff?ftl52c') format('woff'),
		url('../fonts/icomoon.svg?ftl52c#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e900";
}
.icon-home2:before {
	content: "\e901";
}
.icon-home3:before {
	content: "\e902";
}
.icon-office:before {
	content: "\e903";
}
.icon-newspaper:before {
	content: "\e904";
}
.icon-pencil:before {
	content: "\e905";
}
.icon-pencil2:before {
	content: "\e906";
}
.icon-quill:before {
	content: "\e907";
}
.icon-pen:before {
	content: "\e908";
}
.icon-blog:before {
	content: "\e909";
}
.icon-eyedropper:before {
	content: "\e90a";
}
.icon-droplet:before {
	content: "\e90b";
}
.icon-paint-format:before {
	content: "\e90c";
}
.icon-image:before {
	content: "\e90d";
}
.icon-images:before {
	content: "\e90e";
}
.icon-camera:before {
	content: "\e90f";
}
.icon-headphones:before {
	content: "\e910";
}
.icon-music:before {
	content: "\e911";
}
.icon-film:before {
	content: "\e913";
}
.icon-video-camera:before {
	content: "\e914";
}
.icon-dice:before {
	content: "\e915";
}
.icon-pacman:before {
	content: "\e916";
}
.icon-spades:before {
	content: "\e917";
}
.icon-clubs:before {
	content: "\e918";
}
.icon-diamonds:before {
	content: "\e919";
}
.icon-bullhorn:before {
	content: "\e91a";
}
.icon-connection:before {
	content: "\e91b";
}
.icon-podcast:before {
	content: "\e91c";
}
.icon-feed:before {
	content: "\e91d";
}
.icon-mic:before {
	content: "\e91e";
}
.icon-book:before {
	content: "\e91f";
}
.icon-books:before {
	content: "\e920";
}
.icon-library:before {
	content: "\e921";
}
.icon-file-text:before {
	content: "\e922";
}
.icon-profile:before {
	content: "\e923";
}
.icon-file-empty:before {
	content: "\e924";
}
.icon-files-empty:before {
	content: "\e925";
}
.icon-file-text2:before {
	content: "\e926";
}
.icon-file-picture:before {
	content: "\e927";
}
.icon-file-music:before {
	content: "\e928";
}
.icon-file-play:before {
	content: "\e929";
}
.icon-file-video:before {
	content: "\e92a";
}
.icon-file-zip:before {
	content: "\e92b";
}
.icon-copy:before {
	content: "\e92c";
}
.icon-paste:before {
	content: "\e92d";
}
.icon-stack:before {
	content: "\e92e";
}
.icon-folder:before {
	content: "\e92f";
}
.icon-folder-open:before {
	content: "\e930";
}
.icon-folder-plus:before {
	content: "\e931";
}
.icon-folder-minus:before {
	content: "\e932";
}
.icon-folder-download:before {
	content: "\e933";
}
.icon-folder-upload:before {
	content: "\e934";
}
.icon-price-tag:before {
	content: "\e935";
}
.icon-price-tags:before {
	content: "\e936";
}
.icon-barcode:before {
	content: "\e937";
}
.icon-qrcode:before {
	content: "\e938";
}
.icon-ticket:before {
	content: "\e939";
}
.icon-cart:before {
	content: "\e93a";
}
.icon-coin-dollar:before {
	content: "\e93b";
}
.icon-coin-euro:before {
	content: "\e93c";
}
.icon-coin-pound:before {
	content: "\e93d";
}
.icon-coin-yen:before {
	content: "\e93e";
}
.icon-credit-card:before {
	content: "\e93f";
}
.icon-calculator:before {
	content: "\e940";
}
.icon-lifebuoy:before {
	content: "\e941";
}
.icon-phone:before {
	content: "\e942";
}
.icon-phone-hang-up:before {
	content: "\e943";
}
.icon-address-book:before {
	content: "\e944";
}
.icon-envelop:before {
	content: "\e945";
}
.icon-pushpin:before {
	content: "\e946";
}
.icon-location:before {
	content: "\e947";
}
.icon-location2:before {
	content: "\e948";
}
.icon-compass:before {
	content: "\e949";
}
.icon-compass2:before {
	content: "\e94a";
}
.icon-map:before {
	content: "\e94b";
}
.icon-map2:before {
	content: "\e94c";
}
.icon-history:before {
	content: "\e94d";
}
.icon-clock:before {
	content: "\e94e";
}
.icon-clock2:before {
	content: "\e94f";
}
.icon-alarm:before {
	content: "\e950";
}
.icon-bell:before {
	content: "\e951";
}
.icon-stopwatch:before {
	content: "\e952";
}
.icon-calendar:before {
	content: "\e953";
}
.icon-printer:before {
	content: "\e954";
}
.icon-keyboard:before {
	content: "\e955";
}
.icon-display:before {
	content: "\e956";
}
.icon-laptop:before {
	content: "\e957";
}
.icon-mobile:before {
	content: "\e958";
}
.icon-mobile2:before {
	content: "\e959";
}
.icon-tablet:before {
	content: "\e95a";
}
.icon-tv:before {
	content: "\e95b";
}
.icon-drawer:before {
	content: "\e95c";
}
.icon-drawer2:before {
	content: "\e95d";
}
.icon-box-add:before {
	content: "\e95e";
}
.icon-box-remove:before {
	content: "\e95f";
}
.icon-download:before {
	content: "\e960";
}
.icon-upload:before {
	content: "\e961";
}
.icon-floppy-disk:before {
	content: "\e962";
}
.icon-drive:before {
	content: "\e963";
}
.icon-database:before {
	content: "\e964";
}
.icon-undo:before {
	content: "\e965";
}
.icon-redo:before {
	content: "\e966";
}
.icon-undo2:before {
	content: "\e967";
}
.icon-redo2:before {
	content: "\e968";
}
.icon-forward:before {
	content: "\e969";
}
.icon-reply:before {
	content: "\e96a";
}
.icon-bubble:before {
	content: "\e96b";
}
.icon-bubbles:before {
	content: "\e96c";
}
.icon-bubbles2:before {
	content: "\e96d";
}
.icon-bubble2:before {
	content: "\e96e";
}
.icon-bubbles3:before {
	content: "\e96f";
}
.icon-bubbles4:before {
	content: "\e970";
}
.icon-user:before {
	content: "\e971";
}
.icon-users:before {
	content: "\e972";
}
.icon-user-plus:before {
	content: "\e973";
}
.icon-user-minus:before {
	content: "\e974";
}
.icon-user-check:before {
	content: "\e975";
}
.icon-user-tie:before {
	content: "\e976";
}
.icon-quotes-left:before {
	content: "\e977";
}
.icon-quotes-right:before {
	content: "\e978";
}
.icon-hour-glass:before {
	content: "\e979";
}
.icon-spinner:before {
	content: "\e97a";
}
.icon-spinner2:before {
	content: "\e97b";
}
.icon-spinner3:before {
	content: "\e97c";
}
.icon-spinner4:before {
	content: "\e97d";
}
.icon-spinner5:before {
	content: "\e97e";
}
.icon-spinner6:before {
	content: "\e97f";
}
.icon-spinner7:before {
	content: "\e980";
}
.icon-spinner8:before {
	content: "\e981";
}
.icon-spinner9:before {
	content: "\e982";
}
.icon-spinner10:before {
	content: "\e983";
}
.icon-spinner11:before {
	content: "\e984";
}
.icon-binoculars:before {
	content: "\e985";
}
.icon-search:before {
	content: "\e986";
}
.icon-zoom-in:before {
	content: "\e987";
}
.icon-zoom-out:before {
	content: "\e988";
}
.icon-enlarge:before {
	content: "\e989";
}
.icon-shrink:before {
	content: "\e98a";
}
.icon-enlarge2:before {
	content: "\e98b";
}
.icon-shrink2:before {
	content: "\e98c";
}
.icon-key:before {
	content: "\e98d";
}
.icon-key2:before {
	content: "\e98e";
}
.icon-lock:before {
	content: "\e98f";
}
.icon-unlocked:before {
	content: "\e990";
}
.icon-wrench:before {
	content: "\e991";
}
.icon-equalizer:before {
	content: "\e992";
}
.icon-equalizer2:before {
	content: "\e993";
}
.icon-cog:before {
	content: "\e994";
}
.icon-cogs:before {
	content: "\e995";
}
.icon-hammer:before {
	content: "\e996";
}
.icon-magic-wand:before {
	content: "\e997";
}
.icon-aid-kit:before {
	content: "\e998";
}
.icon-bug:before {
	content: "\e999";
}
.icon-pie-chart:before {
	content: "\e99a";
}
.icon-stats-dots:before {
	content: "\e99b";
}
.icon-stats-bars:before {
	content: "\e99c";
}
.icon-stats-bars2:before {
	content: "\e99d";
}
.icon-trophy:before {
	content: "\e99e";
}
.icon-gift:before {
	content: "\e99f";
}
.icon-glass:before {
	content: "\e9a0";
}
.icon-glass2:before {
	content: "\e9a1";
}
.icon-mug:before {
	content: "\e9a2";
}
.icon-spoon-knife:before {
	content: "\e9a3";
}
.icon-leaf:before {
	content: "\e9a4";
}
.icon-rocket:before {
	content: "\e9a5";
}
.icon-meter:before {
	content: "\e9a6";
}
.icon-meter2:before {
	content: "\e9a7";
}
.icon-hammer2:before {
	content: "\e9a8";
}
.icon-fire:before {
	content: "\e9a9";
}
.icon-lab:before {
	content: "\e9aa";
}
.icon-magnet:before {
	content: "\e9ab";
}
.icon-bin:before {
	content: "\e9ac";
}
.icon-bin2:before {
	content: "\e9ad";
}
.icon-briefcase:before {
	content: "\e9ae";
}
.icon-airplane:before {
	content: "\e9af";
}
.icon-truck:before {
	content: "\e9b0";
}
.icon-road:before {
	content: "\e9b1";
}
.icon-accessibility:before {
	content: "\e9b2";
}
.icon-target:before {
	content: "\e9b3";
}
.icon-shield:before {
	content: "\e9b4";
}
.icon-power:before {
	content: "\e9b5";
}
.icon-switch:before {
	content: "\e9b6";
}
.icon-power-cord:before {
	content: "\e9b7";
}
.icon-clipboard:before {
	content: "\e9b8";
}
.icon-list-numbered:before {
	content: "\e9b9";
}
.icon-list:before {
	content: "\e9ba";
}
.icon-list2:before {
	content: "\e9bb";
}
.icon-tree:before {
	content: "\e9bc";
}
.icon-menu:before {
	content: "\e9bd";
}
.icon-menu2:before {
	content: "\e9be";
}
.icon-menu3:before {
	content: "\e9bf";
}
.icon-menu4:before {
	content: "\e9c0";
}
.icon-cloud:before {
	content: "\e9c1";
}
.icon-cloud-download:before {
	content: "\e9c2";
}
.icon-cloud-upload:before {
	content: "\e9c3";
}
.icon-cloud-check:before {
	content: "\e9c4";
}
.icon-download2:before {
	content: "\e9c5";
}
.icon-upload2:before {
	content: "\e9c6";
}
.icon-download3:before {
	content: "\e9c7";
}
.icon-upload3:before {
	content: "\e9c8";
}
.icon-sphere:before {
	content: "\e9c9";
}
.icon-earth:before {
	content: "\e9ca";
}
.icon-link:before {
	content: "\e9cb";
}
.icon-flag:before {
	content: "\e9cc";
}
.icon-attachment:before {
	content: "\e9cd";
}
.icon-eye:before {
	content: "\e9ce";
}
.icon-eye-plus:before {
	content: "\e9cf";
}
.icon-eye-minus:before {
	content: "\e9d0";
}
.icon-eye-blocked:before {
	content: "\e9d1";
}
.icon-bookmark:before {
	content: "\e9d2";
}
.icon-bookmarks:before {
	content: "\e9d3";
}
.icon-sun:before {
	content: "\e9d4";
}
.icon-contrast:before {
	content: "\e9d5";
}
.icon-brightness-contrast:before {
	content: "\e9d6";
}
.icon-star-empty:before {
	content: "\e9d7";
}
.icon-star-half:before {
	content: "\e9d8";
}
.icon-star-full:before {
	content: "\e9d9";
}
.icon-heart:before {
	content: "\e9da";
}
.icon-heart-broken:before {
	content: "\e9db";
}
.icon-man:before {
	content: "\e9dc";
}
.icon-woman:before {
	content: "\e9dd";
}
.icon-man-woman:before {
	content: "\e9de";
}
.icon-happy:before {
	content: "\e9df";
}
.icon-happy2:before {
	content: "\e9e0";
}
.icon-smile:before {
	content: "\e9e1";
}
.icon-smile2:before {
	content: "\e9e2";
}
.icon-tongue:before {
	content: "\e9e3";
}
.icon-tongue2:before {
	content: "\e9e4";
}
.icon-sad:before {
	content: "\e9e5";
}
.icon-sad2:before {
	content: "\e9e6";
}
.icon-wink:before {
	content: "\e9e7";
}
.icon-wink2:before {
	content: "\e9e8";
}
.icon-grin:before {
	content: "\e9e9";
}
.icon-grin2:before {
	content: "\e9ea";
}
.icon-cool:before {
	content: "\e9eb";
}
.icon-cool2:before {
	content: "\e9ec";
}
.icon-angry:before {
	content: "\e9ed";
}
.icon-angry2:before {
	content: "\e9ee";
}
.icon-evil:before {
	content: "\e9ef";
}
.icon-evil2:before {
	content: "\e9f0";
}
.icon-shocked:before {
	content: "\e9f1";
}
.icon-shocked2:before {
	content: "\e9f2";
}
.icon-baffled:before {
	content: "\e9f3";
}
.icon-baffled2:before {
	content: "\e9f4";
}
.icon-confused:before {
	content: "\e9f5";
}
.icon-confused2:before {
	content: "\e9f6";
}
.icon-neutral:before {
	content: "\e9f7";
}
.icon-neutral2:before {
	content: "\e9f8";
}
.icon-hipster:before {
	content: "\e9f9";
}
.icon-hipster2:before {
	content: "\e9fa";
}
.icon-wondering:before {
	content: "\e9fb";
}
.icon-wondering2:before {
	content: "\e9fc";
}
.icon-sleepy:before {
	content: "\e9fd";
}
.icon-sleepy2:before {
	content: "\e9fe";
}
.icon-frustrated:before {
	content: "\e9ff";
}
.icon-frustrated2:before {
	content: "\ea00";
}
.icon-crying:before {
	content: "\ea01";
}
.icon-crying2:before {
	content: "\ea02";
}
.icon-point-up:before {
	content: "\ea03";
}
.icon-point-right:before {
	content: "\ea04";
}
.icon-point-down:before {
	content: "\ea05";
}
.icon-point-left:before {
	content: "\ea06";
}
.icon-warning:before {
	content: "\ea07";
}
.icon-notification:before {
	content: "\ea08";
}
.icon-question:before {
	content: "\ea09";
}
.icon-plus:before {
	content: "\ea0a";
}
.icon-plus2:before {
	content: "\ea0a";
}
.icon-minus:before {
	content: "\ea0b";
}
.icon-info:before {
	content: "\ea0c";
}
.icon-cancel-circle:before {
	content: "\ea0d";
}
.icon-blocked:before {
	content: "\ea0e";
}
.icon-cross:before {
	content: "\ea0f";
}
.icon-checkmark:before {
	content: "\ea10";
}
.icon-checkmark2:before {
	content: "\ea11";
}
.icon-spell-check:before {
	content: "\ea12";
}
.icon-enter:before {
	content: "\ea13";
}
.icon-exit:before {
	content: "\ea14";
}
.icon-play2:before {
	content: "\ea15";
}
.icon-pause:before {
	content: "\ea16";
}
.icon-stop:before {
	content: "\ea17";
}
.icon-previous:before {
	content: "\ea18";
}
.icon-next:before {
	content: "\ea19";
}
.icon-backward:before {
	content: "\ea1a";
}
.icon-forward2:before {
	content: "\ea1b";
}
.icon-play3:before {
	content: "\ea1c";
}
.icon-pause2:before {
	content: "\ea1d";
}
.icon-stop2:before {
	content: "\ea1e";
}
.icon-backward2:before {
	content: "\ea1f";
}
.icon-forward3:before {
	content: "\ea20";
}
.icon-first:before {
	content: "\ea21";
}
.icon-last:before {
	content: "\ea22";
}
.icon-previous2:before {
	content: "\ea23";
}
.icon-next2:before {
	content: "\ea24";
}
.icon-eject:before {
	content: "\ea25";
}
.icon-volume-high:before {
	content: "\ea26";
}
.icon-volume-medium:before {
	content: "\ea27";
}
.icon-volume-low:before {
	content: "\ea28";
}
.icon-volume-mute:before {
	content: "\ea29";
}
.icon-volume-mute2:before {
	content: "\ea2a";
}
.icon-volume-increase:before {
	content: "\ea2b";
}
.icon-volume-decrease:before {
	content: "\ea2c";
}
.icon-loop:before {
	content: "\ea2d";
}
.icon-loop2:before {
	content: "\ea2e";
}
.icon-infinite:before {
	content: "\ea2f";
}
.icon-shuffle:before {
	content: "\ea30";
}
.icon-arrow-up-left:before {
	content: "\ea31";
}
.icon-arrow-up:before {
	content: "\ea32";
}
.icon-arrow-up-right:before {
	content: "\ea33";
}
.icon-arrow-right:before {
	content: "\ea34";
}
.icon-arrow-down-right:before {
	content: "\ea35";
}
.icon-arrow-down:before {
	content: "\ea36";
}
.icon-arrow-down-left:before {
	content: "\ea37";
}
.icon-arrow-left:before {
	content: "\ea38";
}
.icon-arrow-up-left2:before {
	content: "\ea39";
}
.icon-arrow-up2:before {
	content: "\ea3a";
}
.icon-arrow-up-right2:before {
	content: "\ea3b";
}
.icon-arrow-right2:before {
	content: "\ea3c";
}
.icon-arrow-down-right2:before {
	content: "\ea3d";
}
.icon-arrow-down2:before {
	content: "\ea3e";
}
.icon-arrow-down-left2:before {
	content: "\ea3f";
}
.icon-arrow-left2:before {
	content: "\ea40";
}
.icon-circle-up:before {
	content: "\ea41";
}
.icon-circle-right:before {
	content: "\ea42";
}
.icon-circle-down:before {
	content: "\ea43";
}
.icon-circle-left:before {
	content: "\ea44";
}
.icon-tab:before {
	content: "\ea45";
}
.icon-move-up:before {
	content: "\ea46";
}
.icon-move-down:before {
	content: "\ea47";
}
.icon-sort-alpha-asc:before {
	content: "\ea48";
}
.icon-sort-alpha-desc:before {
	content: "\ea49";
}
.icon-sort-numeric-asc:before {
	content: "\ea4a";
}
.icon-sort-numberic-desc:before {
	content: "\ea4b";
}
.icon-sort-amount-asc:before {
	content: "\ea4c";
}
.icon-sort-amount-desc:before {
	content: "\ea4d";
}
.icon-command:before {
	content: "\ea4e";
}
.icon-shift:before {
	content: "\ea4f";
}
.icon-ctrl:before {
	content: "\ea50";
}
.icon-opt:before {
	content: "\ea51";
}
.icon-checkbox-checked:before {
	content: "\ea52";
}
.icon-checkbox-unchecked:before {
	content: "\ea53";
}
.icon-radio-checked:before {
	content: "\ea54";
}
.icon-radio-checked2:before {
	content: "\ea55";
}
.icon-radio-unchecked:before {
	content: "\ea56";
}
.icon-crop:before {
	content: "\ea57";
}
.icon-make-group:before {
	content: "\ea58";
}
.icon-ungroup:before {
	content: "\ea59";
}
.icon-scissors:before {
	content: "\ea5a";
}
.icon-filter:before {
	content: "\ea5b";
}
.icon-font:before {
	content: "\ea5c";
}
.icon-ligature:before {
	content: "\ea5d";
}
.icon-ligature2:before {
	content: "\ea5e";
}
.icon-text-height:before {
	content: "\ea5f";
}
.icon-text-width:before {
	content: "\ea60";
}
.icon-font-size:before {
	content: "\ea61";
}
.icon-bold:before {
	content: "\ea62";
}
.icon-underline:before {
	content: "\ea63";
}
.icon-italic:before {
	content: "\ea64";
}
.icon-strikethrough:before {
	content: "\ea65";
}
.icon-omega:before {
	content: "\ea66";
}
.icon-sigma:before {
	content: "\ea67";
}
.icon-page-break:before {
	content: "\ea68";
}
.icon-superscript:before {
	content: "\ea69";
}
.icon-subscript:before {
	content: "\ea6a";
}
.icon-superscript2:before {
	content: "\ea6b";
}
.icon-subscript2:before {
	content: "\ea6c";
}
.icon-text-color:before {
	content: "\ea6d";
}
.icon-pagebreak:before {
	content: "\ea6e";
}
.icon-clear-formatting:before {
	content: "\ea6f";
}
.icon-table:before {
	content: "\ea70";
}
.icon-table2:before {
	content: "\ea71";
}
.icon-insert-template:before {
	content: "\ea72";
}
.icon-pilcrow:before {
	content: "\ea73";
}
.icon-ltr:before {
	content: "\ea74";
}
.icon-rtl:before {
	content: "\ea75";
}
.icon-section:before {
	content: "\ea76";
}
.icon-paragraph-left:before {
	content: "\ea77";
}
.icon-paragraph-center:before {
	content: "\ea78";
}
.icon-paragraph-right:before {
	content: "\ea79";
}
.icon-paragraph-justify:before {
	content: "\ea7a";
}
.icon-indent-increase:before {
	content: "\ea7b";
}
.icon-indent-decrease:before {
	content: "\ea7c";
}
.icon-share:before {
	content: "\ea7d";
}
.icon-new-tab:before {
	content: "\ea7e";
}
.icon-embed:before {
	content: "\ea7f";
}
.icon-embed2:before {
	content: "\ea80";
}
.icon-terminal:before {
	content: "\ea81";
}
.icon-share2:before {
	content: "\ea82";
}
.icon-mail:before {
	content: "\ea83";
}
.icon-mail2:before {
	content: "\ea84";
}
.icon-mail3:before {
	content: "\ea85";
}
.icon-mail4:before {
	content: "\ea86";
}
.icon-google:before {
	content: "\ea87";
}
.icon-google-plus:before {
	content: "\ea88";
}
.icon-google-plus2:before {
	content: "\ea89";
}
.icon-google-plus3:before {
	content: "\ea8a";
}
.icon-google-drive:before {
	content: "\ea8b";
}
.icon-facebook:before {
	content: "\ea8c";
}
.icon-facebook2:before {
	content: "\ea8d";
}
.icon-facebook3:before {
	content: "\ea8e";
}
.icon-ello:before {
	content: "\ea8f";
}
.icon-instagram:before {
	content: "\ea90";
}
.icon-twitter:before {
	content: "\ea91";
}
.icon-twitter2:before {
	content: "\ea92";
}
.icon-twitter3:before {
	content: "\ea93";
}
.icon-feed2:before {
	content: "\ea94";
}
.icon-feed3:before {
	content: "\ea95";
}
.icon-feed4:before {
	content: "\ea96";
}
.icon-youtube:before {
	content: "\ea97";
}
.icon-youtube2:before {
	content: "\ea98";
}
.icon-youtube3:before {
	content: "\ea99";
}
.icon-youtube4:before {
	content: "\ea9a";
}
.icon-twitch:before {
	content: "\ea9b";
}
.icon-vimeo:before {
	content: "\ea9c";
}
.icon-vimeo2:before {
	content: "\ea9d";
}
.icon-vimeo3:before {
	content: "\ea9e";
}
.icon-lanyrd:before {
	content: "\ea9f";
}
.icon-flickr:before {
	content: "\eaa0";
}
.icon-flickr2:before {
	content: "\eaa1";
}
.icon-flickr3:before {
	content: "\eaa2";
}
.icon-flickr4:before {
	content: "\eaa3";
}
.icon-picassa:before {
	content: "\eaa4";
}
.icon-picassa2:before {
	content: "\eaa5";
}
.icon-dribbble:before {
	content: "\eaa6";
}
.icon-dribbble2:before {
	content: "\eaa7";
}
.icon-dribbble3:before {
	content: "\eaa8";
}
.icon-forrst:before {
	content: "\eaa9";
}
.icon-forrst2:before {
	content: "\eaaa";
}
.icon-deviantart:before {
	content: "\eaab";
}
.icon-deviantart2:before {
	content: "\eaac";
}
.icon-steam:before {
	content: "\eaad";
}
.icon-steam2:before {
	content: "\eaae";
}
.icon-dropbox:before {
	content: "\eaaf";
}
.icon-onedrive:before {
	content: "\eab0";
}
.icon-github:before {
	content: "\eab1";
}
.icon-github2:before {
	content: "\eab2";
}
.icon-github3:before {
	content: "\eab3";
}
.icon-github4:before {
	content: "\eab4";
}
.icon-github5:before {
	content: "\eab5";
}
.icon-wordpress:before {
	content: "\eab6";
}
.icon-wordpress2:before {
	content: "\eab7";
}
.icon-joomla:before {
	content: "\eab8";
}
.icon-blogger:before {
	content: "\eab9";
}
.icon-blogger2:before {
	content: "\eaba";
}
.icon-tumblr:before {
	content: "\eabb";
}
.icon-tumblr2:before {
	content: "\eabc";
}
.icon-yahoo:before {
	content: "\eabd";
}
.icon-tux:before {
	content: "\eabe";
}
.icon-apple:before {
	content: "\eabf";
}
.icon-finder:before {
	content: "\eac0";
}
.icon-android:before {
	content: "\eac1";
}
.icon-windows:before {
	content: "\eac2";
}
.icon-windows8:before {
	content: "\eac3";
}
.icon-soundcloud:before {
	content: "\eac4";
}
.icon-soundcloud2:before {
	content: "\eac5";
}
.icon-skype:before {
	content: "\eac6";
}
.icon-reddit:before {
	content: "\eac7";
}
.icon-linkedin:before {
	content: "\eac8";
}
.icon-linkedin2:before {
	content: "\eac9";
}
.icon-lastfm:before {
	content: "\eaca";
}
.icon-lastfm2:before {
	content: "\eacb";
}
.icon-delicious:before {
	content: "\eacc";
}
.icon-stumbleupon:before {
	content: "\eacd";
}
.icon-stumbleupon2:before {
	content: "\eace";
}
.icon-stackoverflow:before {
	content: "\eacf";
}
.icon-pinterest:before {
	content: "\ead0";
}
.icon-pinterest2:before {
	content: "\ead1";
}
.icon-xing:before {
	content: "\ead2";
}
.icon-xing2:before {
	content: "\ead3";
}
.icon-flattr:before {
	content: "\ead4";
}
.icon-foursquare:before {
	content: "\ead5";
}
.icon-paypal:before {
	content: "\ead6";
}
.icon-paypal2:before {
	content: "\ead7";
}
.icon-paypal3:before {
	content: "\ead8";
}
.icon-yelp:before {
	content: "\ead9";
}
.icon-file-pdf:before {
	content: "\eada";
}
.icon-file-openoffice:before {
	content: "\eadb";
}
.icon-file-word:before {
	content: "\eadc";
}
.icon-file-excel:before {
	content: "\eadd";
}
.icon-libreoffice:before {
	content: "\eade";
}
.icon-html5:before {
	content: "\eadf";
}
.icon-html52:before {
	content: "\eae0";
}
.icon-css3:before {
	content: "\eae1";
}
.icon-git:before {
	content: "\eae2";
}
.icon-svg:before {
	content: "\eae3";
}
.icon-codepen:before {
	content: "\eae4";
}
.icon-chrome:before {
	content: "\eae5";
}
.icon-firefox:before {
	content: "\eae6";
}
.icon-IE:before {
	content: "\eae7";
}
.icon-opera:before {
	content: "\eae8";
}
.icon-safari:before {
	content: "\eae9";
}
.icon-IcoMoon:before {
	content: "\eaea";
}

.jw-option {
	padding: 0 0.5em !important;
}

.action > a {
	color: #fff !important;
}

.action > a:hover, .action > a:active {
	color: #80c63c !important;
}

.action.download > a, .action.download > a:hover, .action.download > a:active {
	color: #fff !important;
	text-decoration: none;
}