@CHARSET "UTF-8";

.modal-backdrop {
	background: #2f3642;
}

.container-cards {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 32px;
	width: 2565px;
}
.container-cards .empty-list {
	margin: 20px auto;
	text-align: center;
	padding: 56px 0;
}

.container-cards > .col {
	float: left;
}
.container-cards > .col .card-cover {
	padding: 20px 0 0 15px;
}
.container-cards + .load-block.paginator-more {
	margin-bottom: 32px;
}

.card {
	background: #fff;
	width: 240px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	line-height: normal;
	word-wrap: break-word;
	z-index: 0;
}
.card.need-fix {
	background: #f2dede;
}
.card.with-code {
	background: #dff0d9;
}
.card .content {
	float: left;
	width: 100%;
	/* old version's safari/chrome bug https://code.google.com/p/chromium/issues/detail?id=71639 */
	border-radius: 4px;
	overflow: hidden;
}
.card.suggest .content {
	padding-top: 41px;
}
.card .image-block {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
}
.card .image-block .no-image {
	font-size: 100px;
	color: #ecf2f6;
	background: #f4f7fa;
	border-bottom: #ecf2f6 1px solid;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 206px;
	border-radius: 4px 4px 0 0;
}
.card .image-block img {
	width: 100%;
	display: block;
	cursor: pointer;
	border-radius: 4px 4px 0 0;
}
.card.ended .image-block img {
	cursor: default;
}
.card .image-block.vertical img,
.card .image-block.horizontal img {
	width: auto;
	position: absolute;
	cursor: move;
}
.card .image-block.vertical img {
	max-width: 100%;
	min-width: 100%;
}
.card .image-block.horizontal img {
	max-height: 100%;
	min-height: 100%;
}
.card .image-block .btn {
	position: absolute;
	bottom: 6px;
	left: 5px;
	padding: 0 3px;
}
.card .image-block .btn .fa + * {
	margin-left: -3px;
	font-weight: bold;
	font-size: 14px;
}
.card .text-block {
	padding: 9px 10px 20px;
	font-size: 13px;
	color: #999;
}
.card .text-block a {
	display: block;
}
.card .text-block label {
	font-weight: normal;
}
.card .text-block .title {
	font-size: 19px;
	line-height: 21px;
	color: #33719c;
}
.card .text-block .title:hover {
	color: #25628b;
}
.card .text-block .geo {
	margin-top: 8px;
}
.card .text-block .geo:before {
	content: "\00a0\f041";
	font-family: FontAwesome;
	display: inline;
	font-size: 16px;
	color: #ccc;
    letter-spacing:-4px;
    margin-right: 10px;
}
.card .text-block .url {
	margin-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.card .status,
.card .duration {
	position: absolute;
	top: 12px;
	left: 0;
	height: 25px;
	line-height: 26px;
	background: #d9514a;
	font-size: 18px;
	color: #fff;
	padding: 0 9px;
	z-index: 1;
}
.card .duration {
	background: #d9514a;
	top: 12px;
	left: auto;
	right: 0;
}
.card.ended .status {
	background: #555;
}
.card .status.soon {
	background: #4aaf46;
}
.card .status.soon > .date.en {
	text-transform: capitalize;
}
.card .status.soon > .time {
	text-transform: lowercase;
}
.card .status.live {
	padding-right: 5px;
}
.card .status > *,
.card .duration > * {
	float: left;
}
.card .status .text {
	line-height: 26px;
}
.card .status i,
.card .duration i {
	margin-left: 8px;
	font-size: 23px;
	line-height: 25px;
}
.card .status i.fa-play-circle:before {
	top: 1px;
	position: relative;
}
.card .status i.fa-share {
	font-size: 18px;
}
.card .status i.fa-share:before {
	top: 1px;
	position: relative;
}
.card .status i.fa-refresh {
	font-size: 19px;
	margin-right: 2px;
}
.card .favorite {
	cursor: pointer;
}
.card .favorite i {
	position: absolute;
	top: 10px;
	right: 8px;
	font-size: 32px;
	color: #eee;
	z-index: 1;
}
.card .favorite .fa-heart {
	top: 11px;
	right: 9px;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.3);
}
.card .favorite.selected .fa-heart {
	color: #db524b;
}
.card .footer {
	background: #f4f7fa;
	border-top: #ecf2f6 1px solid;
	height: 40px;
	line-height: 40px;
	float: left;
	width: 100%;
}
.card .footer .share {
	color: #9eaaba;
	font-size: 15px;
	line-height: 34px;
}
.card .footer .share > * {
	vertical-align: middle;
	line-height: 39px;
}
.card .footer .share .text {
	font-weight: bold;
	position: relative;
}
.card .footer .share .fa-facebook-square {
	margin-left: 9px;
}
.card .footer .share .fa-twitter {
	margin-left: 7px;
}
.card .footer .more {
	border: none;
	border-left: #fff 1px solid;
	height: 39px;
	border-radius: 0 0 4px 0;
	width: 60px;
	font-size: 24px;
	float: right;
	overflow: hidden;
}
.card .footer .more .fa {
	line-height: 41px;
}
.card.suggest .footer .fa {
	width: 33.3%;
	float: left;
	font-size: 22px;
	cursor: pointer;
	color: #9eaaba;
	line-height: 40px;
	text-decoration: none;
}
.card.suggest .footer .fa + .fa {
	border-left: #fff 1px solid;
	font-size: 24px;
}

.card .fa-facebook-square {
	font-size: 24px;
}
.card .fa-twitter {
	font-size: 25px;
}
.card .fa-facebook-square,
.modal.event .modal-content > .share .fa-facebook-square {
	color:  #337ab7;
	cursor: pointer;
}
.card .fa-facebook-square:hover,
.modal.event .modal-content > .share .fa-facebook-square:hover {
	color:  #286090;
}
.card .fa-twitter,
.modal.event .modal-content > .share .fa-twitter {
	color:  #5bc0de;
	cursor: pointer;
}
.card .fa-twitter:hover,
.modal.event .modal-content > .share .fa-twitter:hover {
	color:  #31b0d5;
}
.card .disabler {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	z-index: 2;
	border-radius: 4px;
	overflow: hidden;
	display: none;
}
.card .disabler .manage .btn-sq.delete-btn {
	margin-left: 4px;
}
.card .disabler.dark {
	background: rgba(47, 54, 66, 0.8);
}
.card .disabler .manage .restore-btn {
	display: none;
}
.card .disabler.dark .manage .btn-sq,
.card .disabler.dark .fa-times {
	display: none;
}
.card .disabler.dark .manage .restore-btn {
	display: inline-block;
}
.card .disabler .close-disabler {
	position: absolute;
	bottom: 0;
	right: 0;
	border: none;
	border-top: #ecf2f6 1px solid;
	border-left: #ecf2f6 1px solid;
	width: 60px;
	font-size: 24px;
	height: 40px;
	text-align: center;
	border-radius: 0 0 4px 0;
}
.card .disabler .close-disabler .fa {
	line-height: 38px;
}
.card .disabler.published .close-disabler,
.card .disabler.deleted .close-disabler {
	display: none;
}
.card .disabler .hint-block {
	display: none;
}
.card .disabler.dark .hint-block {
	display: block;
}
.card .disabler .manage + .hint-block {
	top: 25%;
	-webkit-transform: translateY(175%);
	transform: translateY(175%);
	margin-top: -90px;
}
.card .disabler .hint-block .alert {
	line-height: 28px;
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0;
}
.card .disabler.deleted .hint-block .alert-success {
	display: none;
}
.card .disabler.published .hint-block .alert-danger,
.card .disabler.published .manage {
	display: none;
}
.card .disabler.published .hint-block .alert-success {
	display: inline-block;
}

.modal.event .modal-dialog {
	width: 860px;
}
.modal.event .modal-dialog .modal-content {
	background: transparent;
	box-shadow: none;
	border: none;
	text-align: center;
}
.modal.event .iframe-container {
	width: 860px;
	height: auto;
	margin-bottom: 9px;
}
.modal.event .iframe-container .wrapper {
	position: relative;
}
.modal.event .iframe-container .wrapper img {
	display:block;
	width:100%;
	visibility: hidden;
}
.modal.event .iframe-container .wrapper iframe,
.modal.event .iframe-container .wrapper object,
.modal.event .iframe-container .wrapper embed {
	display: block;
	position:absolute;
	top:0;
	left:0;
	width:100%!important;
	height:100%!important;
}
.modal.event .modal-content > .title {
	color: #eee;
	font-size: 19px;
}
.modal.event .modal-content > .share {
	color: #eee;
	margin-top: 19px;
	line-height: 35px;
}
.modal.event .modal-content > .share > * {
	line-height: normal;
	vertical-align: middle;
}
.modal.event .modal-content > .share .text {
	color: #eee;
	font-size: 20px;
	opacity: 0.3;
	display: inline-block;
}
.modal.event .modal-content > .share .custom-input {
	margin-left: 10px;
	width: 360px;
	opacity: 0.3;
	display: inline-block;
}
.modal.event .modal-content > .share .custom-input + .fa {
	margin-left: 21px;
}
.modal.event .modal-content > .share .custom-input + .fa + .fa {
	margin-left: 11px;
}
.modal.event .modal-content > .share .fa-facebook-square {
	font-size: 43px;
}
.modal.event .modal-content > .share .fa-twitter {
	font-size: 47px;
}
.modal.future .modal-dialog {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.modal.future .modal-content > .title {
	font-size: 36px;
	margin: auto;
	line-height: normal;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.modal.future .modal-content > .title .countdown {
	text-transform: capitalize;
}
.modal.future .custom-input {
	width: 360px;
	margin: 13px auto 0 auto;
}

.modal.event-direct .modal-dialog {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.modal.edit .modal-dialog {
	width: 240px;
	margin: 10px auto;
}
.modal.edit .modal-dialog .modal-content {
	background: transparent;
	box-shadow: none;
	border: none;
}
.modal.edit .alert {
	padding: 1px 9px;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	height: 35px;
	margin-bottom: 10px;
}
.modal.edit .card .status i {
	font-size: 16px;
	margin-left: 7px;
	cursor: pointer;
}
.modal.edit .card .status .btn.custom-date {
	height: 100%;
	line-height: inherit;
	background: none;
	border: none;
	box-shadow: none;
	color: inherit;
	font-size: inherit;
	padding: 0;
}
.modal.edit .card .status .btn.custom-date * {
	line-height: inherit;
	float: left;
	height: 100%;
}
.modal.edit .card .duration {
	line-height: 25px;
}
.modal.edit .card .duration * {
	vertical-align: middle;
}
.modal.edit .card .duration .bootstrap-select.btn-group {
	width: auto!important;
	height: 100%;
	margin: 0;
	float: left;
}
.modal.edit .card .duration .bootstrap-select.btn-group > .btn {
	padding: 0;
	height: 100%;
	line-height: 25px;
	border: none;
	background: none;
	box-shadow: none;
	color: inherit;
	font-size: inherit;
}
.modal.edit .card .duration .bootstrap-select.btn-group .btn .filter-option {
	line-height: inherit;
	width: auto;
}
.modal.edit .card .duration .bootstrap-select.btn-group .btn .caret {
	position: static;
	border: none;
	width: auto;
	height: 100%;
	line-height: inherit;
	margin: 0 0 0 1px;
	float: right;
	font-size: 16px;
	font-family: FontAwesome;
}
.modal.edit .card .duration .bootstrap-select.btn-group .btn .fa-caret-down {
	margin-left: 6px;
	line-height: inherit;
	float: right;
	height: 100%;
	font-size: 16px;
}
.modal.edit .card .duration .bootstrap-select.btn-group .btn .caret:before {
	content: "\f0d7";
}
.modal.edit .card .duration .bootstrap-select.btn-group .dropdown-menu {
	left: auto;
	right: 0;
}
.modal.edit .card .image-block img {
	position: absolute;
	top: 0;
	cursor: move;
}
.modal.edit .card .image-block img.saved {
	cursor: default;
}
.modal.edit .card .image-block .progress-disabler {
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
}
.modal.edit .card.details {
	margin-top: 5px;
}
.modal.edit .card.details .form-elements {
	padding: 15px 10px 17px;
	color: #000;
}
.modal.edit .card.details .form-elements .category-block .btn-group {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.modal.edit .card.details .form-elements .category-block .bootstrap-select > .btn {
	padding-right: 12px;
}
.modal.edit .card.details .form-elements .category-block .bootstrap-select.btn-group .btn .filter-option {
	width: auto;
	float: none!important;
}
.modal.edit .card.details .form-elements .category-block .bootstrap-select.btn-group .btn .caret {
	position: static;
	margin-top: 0;
}
.modal.edit .card.details .checkboxes {
	margin-top: 14px;
	color: #000;
	display: table;
}
.modal.edit .card.details .checkboxes .col {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
}
.modal.edit .card.details .checkboxes .col.space {
	width: auto;
}
.modal.edit .card.details .checkboxes .checkbox {
	margin: 0;
}
.modal.edit .card.details .checkboxes .checkbox + .checkbox {
	margin-top: 3px;
}
.modal.edit .card.details .checkboxes .custom-checkbox input[type="checkbox"] + span:before {
	content: "\f096";
	color: #999;
	font-size: 1.09em;
}
.modal.edit .card.details .checkboxes .custom-checkbox input[type="checkbox"]:checked + span:before {
	display: none;
}
.modal.edit .card.details .footer {
	border: none;
	font-size: 15px;
}
.modal.edit .card.details .footer > * {
	width: 50%;
	text-align: center;
	line-height: 40px;
	float: left;
}
.modal.edit .card.details .footer .btn {
	height: 100%;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0;
}
.modal.edit .card.details .footer .btn span {
	display: block;
	height: 100%;
	line-height: 40px;
}
.modal.edit .card.details .footer .btn.spinned span {
	display: none;
}
.modal.edit .modal-content .bootstrap-datetimepicker-widget  {
	top: 42px!important;
	left: 10px!important;
}
@CHARSET "UTF-8";

@media screen and (max-width: 2581px) {
	.container-cards {
		width: 2310px;
	}
}

@media screen and (max-width: 2326px) {
	.container-cards {
		width: 2055px;
	}
}

@media screen and (max-width: 2071px) {
	.container-cards {
		width: 1800px;
	}
}

@media screen and (max-width: 1816px) {
	.container-cards {
		width: 1545px;
	}
}

@media screen and (max-width: 1561px) {
	.container-cards {
		width: 1290px;
	}
}

@media screen and (max-width: 1306px) {
	.container-cards {
		width: 1035px;
	}
}

@media screen and (max-width: 1051px) {
	.container-cards {
		width: 780px;
	}
}

@media screen and (max-width: 959px) {
	.container-cards {
		width: 760px;
	}
	.container-cards > .col .card-cover {
		padding: 15px 0 0 10px;
	}
	
	.modal.live .modal-dialog {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.modal.event .iframe-container {
		width: 100%;
	}
	.modal.event .modal-content > .share .text {
		width: 100%;
		margin-bottom: 10px;
	}
	.modal.event .modal-content > .share .custom-input {
		margin-left: 0;
		width: 300px;
	}
}

@media screen and (max-width: 767px) {
	.container-cards {
		width: 510px;
	}
}

@media screen and (max-width:539px) {
	.container-cards {
		width: 525px;
	}
	.container-cards > .col .card-cover {
		padding: 20px 0 0 15px;
	}
	
	.modal.event .modal-dialog {
		padding-left: 30px;
		padding-right: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.modal.future .modal-dialog {
		width: 300px;
		padding: 0;
	}
	.modal.future .modal-content > .title {
		font-size: 20px;
	}
	.modal.event .custom-input {
		width: 100%;
	}
	.modal.event .modal-content > .share .custom-input {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 525px) {
	.container-cards {
		width: 255px;
	}
}