/*
	TEXTS
================================================== */

/* Heading 1*/
.userGeneratedText h1 {
	font-size: 20px;
	line-height: 130%;
	margin-top: 15px;
}

/* Heading 2 */
.userGeneratedText h2 {
	font-size: 18px;
	line-height: 130%;
	margin-top: 10px;
}

/* Heading 3 */
.userGeneratedText h3 {
	font-size: 14px;
	margin-top: 10px;
}

.userGeneratedText ol li,
.userGeneratedText ul li {
	margin-left: 15px;
	margin-bottom: 5px;
}

/* Live */
.fontSize20px_mobile {
	font-size: 20px;
	line-height: 1.3;
}

/*
	BLOCKS
================================================== */

.desktop {
	display: none !important;
}

.mobile {
	display: block !important;
}

span.mobile {
	display: inline !important;
}

.disableInnerFloatOnMobile > .floatLeft {
	float: none;
	clear: both;
	margin-bottom: 15px;
}

.disableInnerFloatOnMobile > .floatLeft:last-of-type {
	margin-bottom: 0;
}

.contentWrapper1 {
	max-width: 800px;
	min-width: 320px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
}

.contentWrapper2 {
	max-width: 800px;
	min-width: 320px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
}

div.headerPadding {
	padding-top: 40px;
	padding-bottom: 40px;
}

body.withoutMobileFooter div.headerPadding {
	padding-bottom: 0;
}

.headerPaddingNoTabs {
	padding-top: 50px;
}

div.contentLayout > div.left {
	display: none;
}

.paddingLeftRight10px_mobile {
	padding-left: 10px;
	padding-right: 10px;
}

.marginTop10px_mobile {
	margin-top: 10px;
}

.marginBottom10px_mobile {
	margin-bottom: 10px;
}

.paddingTop80px_mobile {
	padding-top: 80px !important;
}

.padding15px_mobile {
	padding: 15px !important;
}

.sticketEntity_mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 10;
}

.positionFixed_mobile {
    position: fixed;
}

.greyBlock {
	padding: 9px;
}

.greyBlock div.separator {
	margin-right: -9px;
	margin-left: -9px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.yellowBlock {
	padding: 9px;
}

.orangeBlock {
	padding: 9px;
}

.whiteBlock {
	padding: 9px;
}

.whiteBlock.onlyBottom {
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: 0 5px 5px -3px #d7d7d7;
}

/*.whiteBlock.mobileParent {*/
/*padding: 10px 10px 9px 10px;*/
/*border-top: none;*/
/*border-right: none;*/
/*border-left: none;*/
/*}*/

.whiteBlock div.separator {
	margin-right: -9px;
	margin-left: -9px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*.whiteBlock.mobileParent div.separator {*/
/*margin-right: -10px;*/
/*margin-left: -10px;*/
/*}*/

.whiteBlock div.separator_cut {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
	USER GENERATED TEXT
================================================== */

.userGeneratedText.hideH1 h1:first-child {
	display: none;
}

/*
	ICONS
================================================== */

.ofIcon {
	display: block;
	height: 20px;
	padding-left: 0;
	width: 20px;
}

/*
	MOBILE TEXT SHORT
================================================== */

.jsMobileShortText {
	position: relative;
}

.jsMobileShortText > .jsMobileShortText-toggleButton {
	position: absolute;
	width: 20px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	right: -10px;
	bottom: -10px;
	opacity: 0.5;
	background-color: #ffffff;
}

.jsMobileShortText.active > .jsMobileShortText-toggleButton > span.fa-chevron-down {
	display: none;
}

.jsMobileShortText:not(.active) > .jsMobileShortText-toggleButton > span.fa-chevron-up {
	display: none;
}

/* alwasys short, hide up checron */
.jsMobileShortText > .jsMobileShortText-toggleButton > span.fa-chevron-up {
	display: none !important;
}

.jsMobileShortText:not(.active) .mobileHideWhenShort {
	display: none;
}

/*
	ROW
================================================== */

.row div.cell {
	float: left;
	min-height: 1px;
}

.row.transformOnMobile div.cell {
	float: none !important;
	width: auto !important;
	margin-bottom: 15px !important;
}

.ctPage-messenger a.ctPage-messenger-close {
	top: 5px;
	right: 5px;
}

/*
	LIVE
================================================== */

div.twoColumnLayoutLive {
	padding-left: 60px;
}

div.twoColumnLayoutLive > div.left {
	float: left;
	width: 50px;
	margin-left: -60px;
}

div.twoColumnLayoutLive > div.left > a > img {
	width: 100%;
	height: auto;
}

div.twoColumnLayoutLive > div.right {
	float: left;
	width: 100%;
}

/*
	CHART
================================================== */

.highcharts-tooltip span {
	display: block;
	max-width: 300px !important;
	white-space: normal !important;
}

.width100percent_mobile {
	width: 100%;
}

/*=============Add topic suggest=================== */

.jsAddTopicExistedSuggest .jsAddTopicExistedSuggest-content {
	width: 100%;
}