@font-face {
	font-family: Abeezee;
	src: url(../../fonts/abeezee-regular.ttf);
}

* {
	font-family: Abeezee;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 17px;
	color: #777777;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	background-image: url(../../img/backgrounds/honeycomb-transparent.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

header {
	width: 100%;
	padding: 25px 36px 10px 36px;
}

header .logo {
	width: 140px;
}

.red-strip {
	height: 11px;
	background: #ed2024;
	width: 100%;
	display: block;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a3cedd;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #a3cedd;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #a3cedd;
}

.row:after {
	content: '';
	clear: both;
	overflow: auto;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clearfix {
	width: 100%;
	overflow: auto;
}

.clearfix:after {
	content: '';
	clear: both;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.avatar-sm {
	width: 36px;
	height: 36px;
	border-radius: 50em;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
	cursor: pointer;
	font-size: 35px !important;
}

.header-right-options {
	text-align: right;
}

.header-dropdown {
	width: 120px;
	background-color: #e0eaec;
	display: none;
}

.header-dropdown .header-dropdown-items {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	font-size: 13px;
}

.header-dropdown a {
	text-decoration: none;
	color: #373737;
}

.header-dropdown .header-dropdown-items:hover {
	background-color: #c8c8c8;
}

.showdropdown {
	display: none;
}

.header-right-options .showdropdown:checked + .header-dropdown {
	display: block;
}

.main {
	margin: 0 auto;
	padding: 0 20px;
}

.user-intro-wrap {
	width: 100%;
	position: relative;
	color: #373737;
	clear: both;
	margin-top: 60px;
}

.user-intro-wrap:after {
	content: '';
	clear: both;
}

.user-intro {
	max-width: 100%;
	width: 690px;
	min-height: 100px;
	background: #e0eaec;
	margin: 0 auto;
	border-radius: 25px;
	padding: 85px 45px 60px 45px;
}

.user-avatar-wrap {
	width: 135px;
	height: 135px;
	border-radius: 50em;
	background: #ffffff;
	position: absolute;
	top: -68px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 110px;
}

.user-avatar {
	width: 100%;
	height: 100%;
	border-radius: 50em;
	background-repeat: no-repeat;
	background-size: contain;
}

.user-texts {
	text-align: center;
	margin: 0 90px;
}

.user-welcome {
	font-size: 22px;
}

.user-description {
	font-weight: 500;
	line-height: 120%;
	margin-top: 10px;
	font-size: 13px;
}

.user-options-wrap {
	width: 100%;
	max-width: 690px;
	margin: 30px auto 0 auto;
	clear: both;
	overflow: auto;
}

.user-options {
	float: left;
	width: 50%;
	height: 215px;
	box-sizing: border-box;
}

.user-options-wrap a:nth-child(1) .user-options {
	padding: 0 16px 0 0;
}

.user-options-wrap a:nth-child(2) .user-options {
	padding: 0 0 0 16px;
}

.user-options-inner {
	display: block;
	width: 100%;
	max-height: 215px;
	height: 100%;
	border-radius: 20px;
	position: relative;
	overflow: auto;
	text-align: center;
}

.inner-ico {
	padding: 35px 30px 0 30px;
}

.inner-ico img {
	max-width: 100px;
	width: 100%;
}

.inner-text-wrap {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.15);
	padding: 15px;
	color: #ffffff;
	font-size: 14px;
}

.first-pane {
	background: linear-gradient(#00efc4, #00d4d5);
}

.second-pane {
	background: linear-gradient(#ffe715, #e59205);

}

.third-pane {
	background: linear-gradient(#e23783, #5b132e);
}

.whats-new-wrap {
	min-height: 120px;
	width: 100%;
	max-width: 690px;
	margin: 30px auto 0 auto;
	background: #e0eaec;
	clear: both;
	overflow: auto;
	border-radius: 30px;
	position: relative;
	background: #718589;
}

.whats-new-side-text {
	background: #e0eaec;
	padding: 17px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 51px;
	font-size: 14px;
	transform-origin: 0 100%;
	transform: rotate(-90deg);
}

.whats-new-main {
	height: 100%;
	font-size: 14px;
	padding: 30px 55px 30px 100px;
	color: #ffffff;
	line-height: 130%;
}

footer {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 30px;
	font-size: 14px;
}

footer ul {
	list-style: none;
	margin: 0 auto;
	display: inline-block;
}

footer ul li{
	display: inline-block;
	padding: 19px 25px;
}

footer ul li a {
	text-decoration: none;
	color: #777777;
}

.main-panel {
	border-radius: 30px;
	max-width: 700px;
	width: 100%;
	min-height: 500px;
	overflow: auto;
	margin: 0 auto;
	margin-top: 30px;
}

.panel-header {
	width: 100%;
	padding: 12px;
	background: #00b0c3;
	color: #ffffff;
	overflow: auto;
}

.panel-title {
	font-size: 20px;
	margin-top: 7px;
}

.left-arrow, .right-arrow {
	font-size: 25px;
	cursor: pointer;
	vertical-align: text-bottom;
}

.left-arrow {
	margin-right: 5px;
}

.right-arrow {
	margin-left: 5px;
}

.disableNav {
	color: #5ccdd9;
}

.home-icon {
	font-size: 30px;
}

.home-icon a {
	text-decoration: none;
	color: #ffffff;
}

.panel-scroll {
	overflow: hidden;
	width: 100%;
	max-width: 700px;
}

.panel-window {
	overflow: hidden;
	position: relative;
}

.panel-body {
	overflow: auto;
	background-repeat: no-repeat;
	background-position: 106% 106%;
	background-color: #e0eaec;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.panel-body:nth-child(1) {
	background-image: url(/assets/img/icons/ico-sign-in.png);
}

.panel-body:nth-child(2) {
	background-image: url(/assets/img/icons/ico-account-settings.png);
}

.panel-body:nth-child(3) {
	background-image: url(/assets/img/icons/ico-profile.png);
}

.panel-top-content {
	padding: 40px;
	background: #e0eaec;
	font-size: 14px;
}

.panel-body-blue-strip {
	padding: 7px 40px;
	background: #00b0c3;
	font-size: 14px;
	color: #ffffff;
}

.panel-body-content {
	padding: 20px;
}

.grid {
	width: 100%;
	overflow: auto;
}

.grid-1 {
	width: 8.3%;
	float: left;
}

.grid-2 {
	width: 16.6%;
	float: left;
}

.grid-3 {
	width: 25%;
	float: left;
}

.grid-4 {
	width: 33.3%;
	float: left;
}

.grid-5 {
	width: 33.3%;
	float: left;
}

.grid-6 {
	width: 50%;
	float: left;
}

.grid-7 {
	width: 58%;
	float: left;
}

.grid-8 {
	width: 66.6%;
	float: left;
}

.grid-9 {
	width: 75%;
	float: left;
}

.grid-10 {
	width: 83.3%;
	float: left;
}

.grid-11 {
	width: 91.6%;
	float: left;
}

.grid-12 {
	width: 100%;
	float: left;
}

.grid-45percent {
	width: 45%;
	float: left;
}

.grid-55percent {
	width: 55%;
	float: left;
}

.venue-panel {
	padding: 10px;
	border: 2px solid #ffffff;
	background: #ebf1f3;
	overflow: hidden;
	position: relative;
}

.venue-img {
	width: 118px;
	height: 114px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.venue-img img {
	display: none;
}

.venue-title {
	font-size: 14px;
	height: 15px;
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.venue-date {
	font-size: 11px;
	margin-top: 10px;
}

.venue-ads {
	font-size: 11px;
	margin-top: 10px;
}

.venue-ads label {
	/*position: absolute;*/
	/*bottom: 0;*/
}

.venue-result {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(0,0,0,0.4);
	color: #ffffff;
}

.consent-label {
	font-size: 11px;
}

.consent-label-not-up {
	font-size: 11px;
	margin-top: 10px;
}

.spinnerSvg {
	display: none;
}

.language-panel {
	padding: 40px 50px;
	border: 2px solid #ffffff;
	background: #ebf1f3;
}

.language-panel-lang-label {
	font-size: 23px;
}

.language-panel select {
	width: 100%;
	height: 38px;
	border: none;
	font-size: 26px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 20px;
	text-overflow: '';
	text-align: center;
	outline: none;
	color: #777777;
}

.custom-arrow:after {
	content: '▼';
	position: relative;
	font-size: 26px;
	float: right;
	position: relative;
	top: -32px;
	right: 8px;
	color: #00b0c3;
}

.delete-acct {
	color: #aaaaaa;
}

.profile-img {
	width: 125px;
	width: 125px;
	font-size: 110px !important;
	text-align: center;
}

.profile-panel {
	padding: 35px;
	border: 2px solid #ffffff;
	background: #ebf1f3;
}

.profile-name {
	font-size: 25px;
	margin-top: 20px;
}

.profile-details {
	font-size: 14px;
	line-height: 210%;
}

.test-img {
	display: none;
}

.delete-profile a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.site-icon {
	font-size: 75px;
	color: #bbbbbb;
}

.sub-no-site {
	font-size: 12px;
	margin-top: 12px;
}

input[class=custom-checkbox] {
	display: none;
}

input.custom-checkbox:checked + .switch:after {
	content: '✓';
}

.switch {
	display: block;
	width: 25px;
	height: 25px;
	border: 4px solid #ffffff;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.switch:after {
	content: '';
	display: block;
	text-align: center;
	font-weight: bold;
	width: 15px;
	height: 15px;
	font-size: 20px;
	position: absolute;
	top: -3px;
}

a.delete-info {
	text-decoration: none;
	font-size: 9px;
	color: #aaaaaa;
}

@media (max-width: 992px) {
	.inner-text-wrap {
		font-size: 15px;
	}

	.user-options {
		padding: 0 15px;
	}
}

@media (max-width: 768px) {
	html {
		font-size: 15px;
	}

	header {
		padding: 15px 0 36px 0;
	}

	header .logo {
		width: 100px;
	}

	footer {
		padding: 0;
		margin: 20px auto;
		text-align: center;
	}

	footer ul li {
		padding: 19px 11px;
		float: left;
	}

	.main-panel {
		margin-top: 0;
	}

	.profile-panel {
		padding: 20px 35px;
	}

	.panel-nav span {
		font-size: 20px;
	}

	.panel-nav span img {
		width: 20px;
	}

	.panel-title {
		font-size: 15px;
		margin-right: 10px;
		margin-top: 3px;
	}

	.user-intro {
		padding: 105px 45px 70px 45px;
	}

	.user-avatar-wrap {
		width: 150px;
		height: 150px;
		top: -76px;
	}

	.user-welcome {
		font-size: 22px;
	}

	.user-texts {
		margin: 0;
	}

	.inner-ico img {
		width: 100%;
	}

	.user-options {
		height: 212px
	}

	.user-options-inner {
		max-height: 212px;
		margin: 0 auto;
	}

	.user-options-wrap {
		margin: 30px auto 0 auto;
	}

	.user-options {
		width: 100%;
		margin-bottom: 30px;
	}

	.user-profile {
		text-align: center;
		width: 100%;
	}

	.profile-details {
		text-align: left;
	}

	.whats-new-wrap {
		height: unset;
		margin: 25px auto 0 auto;
	}

	.whats-new-side-text {
		width: 100% !important;
		width: unset;
		position: unset;
		left: unset;
		font-size: 16px;
		transform-origin: unset;
		transform: unset;
	}

	.whats-new-main {
		position: unset;
		max-height: unset;
		padding: 30px;
	}

	.user-options-wrap a:nth-child(1) .user-options {
		padding: 0;
	}

	.user-options-wrap a:nth-child(2) .user-options {
		padding: 0;
	}

	.site-info-wrap {
		display: block;
		float: none;
		width: 100%;
		max-width: 330px;
		margin: 0 auto;
	}
}

@media (max-width: 576px) {
	.user-intro {
		padding: 105px 20px 70px 20px;
	}

	.venue-img {
		width: 100px;
		height: 100px;
	}
}