*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:hover,
*:active,
*:focus {
    outline: none!important;
}
html, body {
	margin:0;
	padding:0;
	height: 100%;
	font-size: 100%; 
	font-family: 'Roboto', sans-serif;	
}
/*
body {
	background-image: url(https://pixel2.click-to-video.com/sites/all/themes/ctv_theme/img/bg1.jpg);
    background-position: -550px center;
    background-size: cover;
    background-attachment: fixed;
	
}
body.front {
	background:none;
	
}*/
body.maintenance-page {
	background-color: #f4f1ff;
	text-align:center;
	color:#8b5fab;
	padding:70px 0;
	
}
body.maintenance-page #name-and-slogan {
	display:none;
}
body.maintenance-page h1.title {
    color:#8b5fab !important;
    margin-bottom: 0px!important;
}

/* scrollbar settings ------------- *//*
::-webkit-scrollbar {
      width: 6px;
}
::-webkit-scrollbar-track {
      background-color: #333333;
}
::-webkit-scrollbar-thumb {
      background-color: #18bcf9; 
}
::-webkit-scrollbar-button {
      background-color: #1F1F1F;
}
::-webkit-scrollbar-corner {
      background-color: black;
}
*//* loader ------------- */
.loading {
	overflow: hidden;
}
.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    background-color: #f4f1ff;
}
.loader-logo {
	content: '';
    position: absolute;
    bottom: calc(50%);
    right: calc(50% - 100px);
	 background-image: url(../logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
    opacity: 1;
}
.loader-icon {
  animation: spin 1s linear infinite;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px;
}
.loader .info {
	display: inline-block;
    width: 400px;
    height: 30px;
    bottom: calc(50% - 20px);
    right: calc(50% - 200px);
    font-size: 12px;
    position: absolute;
    color: #8b5fab;
    text-align: center;
	line-height: 16px;
    opacity: 1;
}
.loader .info-cam {
    display: none;
    font-size: 12px;
	position: absolute;
    width: calc(100% - 20px);
    height: initial;
    right: 10px;
    top: 30px;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    padding: 0 20px;
}

@keyframes spin {
  0% {
    box-shadow: 
      0px -30px #fff, 
      10px -30px #fff, 
      20px -20px #fff, 
      30px -10px #fff, 
      30px 0px #fff, 
      30px 10px #fff, 
      20px 20px #fff, 
      10px 30px #fff, 
      0px 30px transparent, 
      -10px 30px transparent, 
      -20px 20px transparent, 
      -30px 10px transparent, 
      -30px 0px transparent, 
      -30px -10px transparent, 
      -20px -20px transparent,
      -10px -30px transparent;
  }
  6.25% {
    box-shadow: 
      0px -30px transparent, 
      10px -30px #fff, 
      20px -20px #fff, 
      30px -10px #fff, 
      30px 0px #fff, 
      30px 10px #fff, 
      20px 20px #fff, 
      10px 30px #fff, 
      0px 30px #fff, 
      -10px 30px transparent, 
      -20px 20px transparent, 
      -30px 10px transparent, 
      -30px 0px transparent, 
      -30px -10px transparent, 
      -20px -20px transparent,
      -10px -30px transparent;
  }
  12.5% {
    box-shadow: 
      0px -30px transparent, 
      10px -30px transparent, 
      20px -20px #fff, 
      30px -10px #fff, 
      30px 0px #fff, 
      30px 10px #fff, 
      20px 20px #fff, 
      10px 30px #fff, 
      0px 30px #fff, 
      -10px 30px #fff, 
      -20px 20px transparent, 
      -30px 10px transparent, 
      -30px 0px transparent, 
      -30px -10px transparent, 
      -20px -20px transparent,
      -10px -30px transparent;
  }
  18.75% {
    box-shadow: 
      0px -30px transparent, 
      10px -30px transparent, 
      20px -20px transparent, 
      30px -10px #fff, 
      30px 0px #fff, 
      30px 10px #fff, 
      20px 20px #fff, 
      10px 30px #fff, 
      0px 30px #fff, 
      -10px 30px #fff, 
      -20px 20px #fff, 
      -30px 10px transparent, 
      -30px 0px transparent, 
      -30px -10px transparent, 
      -20px -20px transparent,
      -10px -30px transparent;
  }
  25% {
    box-shadow: 
      0px -30px transparent, 
      10px -30px transparent, 
      20px -20px transparent, 
      30px -10px transparent, 
      30px 0px #fff, 
      30px 10px #fff, 
      20px 20px #fff, 
      10px 30px #fff, 
      0px 30px #fff, 
      -10px 30px #fff, 
      -20px 20px #fff, 
      -30px 10px #fff, 
      -30px 0px transparent, 
      -30px -10px transparent, 
      -20px -20px transparent,
      -10px -30px transparent;
  }
  31.25% {
    box-shadow: 
      0px -30px transparent, 
      10px -30px transparent, 
      20px -20px transparent, 
      30px -10px transparent, 
      30px 0px transparent, 
      30px 10px #fff, 
      20px 20px #fff, 
      10px 30px #fff, 
      0px 30px #fff, 
      -10px 30px #fff, 
      -20px 20px #fff, 
      -30px 10px #fff, 
      -30px 0px #fff, 
      -30px -10px transparent, 
      -20px -20px transparent,
      -10px -30px transparent;
  }
  37.5% {
    box-shadow: 
      0px -30px transparent, 
      10px -30px transparent, 
      20px -20px transparent, 
      30px -10px transparent, 
      30px 0px transparent, 
      30px 10px transparent, 
      20px 20px #fff, 
      10px 30px #fff, 
      0px 30px #fff, 
      -10px 30px #fff, 
      -20px 20px #fff, 
      -30px 10px #fff, 
      -30px 0px #fff, 
      -30px -10px #fff, 
      -20px -20px transparent,
      -10px -30px transparent;
  }
  43.75% {
    box-shadow: 
      0px -30px transparent, 
      10px -30px transparent, 
      20px -20px transparent, 
      30px -10px transparent, 
      30px 0px transparent, 
      30px 10px transparent, 
      20px 20px transparent, 
      10px 30px #fff, 
      0px 30px #fff, 
      -10px 30px #fff, 
      -20px 20px #fff, 
      -30px 10px #fff, 
      -30px 0px #fff, 
      -30px -10px #fff, 
      -20px -20px #fff,
      -10px -30px transparent;
  }
  50% {
    box-shadow: 
      0px -30px transparent, 
      10px -30px transparent, 
      20px -20px transparent, 
      30px -10px transparent, 
      30px 0px transparent, 
      30px 10px transparent, 
      20px 20px transparent, 
      10px 30px transparent, 
      0px 30px #fff, 
      -10px 30px #fff, 
      -20px 20px #fff, 
      -30px 10px #fff, 
      -30px 0px #fff, 
      -30px -10px #fff, 
      -20px -20px #fff,
      -10px -30px #fff;
  }
  56.25% {
    box-shadow: 
      0px -30px #fff, 
      10px -30px transparent, 
      20px -20px transparent, 
      30px -10px transparent, 
      30px 0px transparent, 
      30px 10px transparent, 
      20px 20px transparent, 
      10px 30px transparent, 
      0px 30px transparent, 
      -10px 30px #fff, 
      -20px 20px #fff, 
      -30px 10px #fff, 
      -30px 0px #fff, 
      -30px -10px #fff, 
      -20px -20px #fff,
      -10px -30px #fff;
  }
  62.5% {
    box-shadow: 
      0px -30px #fff, 
      10px -30px #fff, 
      20px -20px transparent, 
      30px -10px transparent, 
      30px 0px transparent, 
      30px 10px transparent, 
      20px 20px transparent, 
      10px 30px transparent, 
      0px 30px transparent, 
      -10px 30px transparent, 
      -20px 20px #fff, 
      -30px 10px #fff, 
      -30px 0px #fff, 
      -30px -10px #fff, 
      -20px -20px #fff,
      -10px -30px #fff;
  }
  68.75% {
    box-shadow: 
      0px -30px #fff, 
      10px -30px #fff, 
      20px -20px #fff, 
      30px -10px transparent, 
      30px 0px transparent, 
      30px 10px transparent, 
      20px 20px transparent, 
      10px 30px transparent, 
      0px 30px transparent, 
      -10px 30px transparent, 
      -20px 20px transparent, 
      -30px 10px #fff, 
      -30px 0px #fff, 
      -30px -10px #fff, 
      -20px -20px #fff,
      -10px -30px #fff;
  }
  75% {
    box-shadow: 
      0px -30px #fff, 
      10px -30px #fff, 
      20px -20px #fff, 
      30px -10px #fff, 
      30px 0px transparent, 
      30px 10px transparent, 
      20px 20px transparent, 
      10px 30px transparent, 
      0px 30px transparent, 
      -10px 30px transparent, 
      -20px 20px transparent, 
      -30px 10px transparent, 
      -30px 0px #fff, 
      -30px -10px #fff, 
      -20px -20px #fff,
      -10px -30px #fff;
  }
  81.25% {
    box-shadow: 
      0px -30px #fff, 
      10px -30px #fff, 
      20px -20px #fff, 
      30px -10px #fff, 
      30px 0px #fff, 
      30px 10px transparent, 
      20px 20px transparent, 
      10px 30px transparent, 
      0px 30px transparent, 
      -10px 30px transparent, 
      -20px 20px transparent, 
      -30px 10px transparent, 
      -30px 0px transparent, 
      -30px -10px #fff, 
      -20px -20px #fff,
      -10px -30px #fff;
  }
  87.5% {
    box-shadow: 
      0px -30px #fff, 
      10px -30px #fff, 
      20px -20px #fff, 
      30px -10px #fff, 
      30px 0px #fff, 
      30px 10px #fff, 
      20px 20px transparent, 
      10px 30px transparent, 
      0px 30px transparent, 
      -10px 30px transparent, 
      -20px 20px transparent, 
      -30px 10px transparent, 
      -30px 0px transparent, 
      -30px -10px transparent, 
      -20px -20px #fff,
      -10px -30px #fff;
  }
  93.75% {
    box-shadow: 
      0px -30px #fff, 
      10px -30px #fff, 
      20px -20px #fff, 
      30px -10px #fff, 
      30px 0px #fff, 
      30px 10px #fff, 
      20px 20px #fff, 
      10px 30px transparent, 
      0px 30px transparent, 
      -10px 30px transparent, 
      -20px 20px transparent, 
      -30px 10px transparent, 
      -30px 0px transparent, 
      -30px -10px transparent, 
      -20px -20px transparent,
      -10px -30px #fff;
  }
  100% {
    box-shadow: 
      0px -30px #fff, 
      10px -30px #fff, 
      20px -20px #fff, 
      30px -10px #fff, 
      30px 0px #fff, 
      30px 10px #fff, 
      20px 20px #fff, 
      10px 30px #fff, 
      0px 30px transparent, 
      -10px 30px transparent, 
      -20px 20px transparent, 
      -30px 10px transparent, 
      -30px 0px transparent, 
      -30px -10px transparent, 
      -20px -20px transparent,
      -10px -30px transparent;
  }
}


/* general settings ------------- */
	h1, h2, h3, h4, h5, h6 {
		font-family: inherit;
		font-weight: 300;
		line-height: 1.1;
		color: inherit;
		margin: 0 0 10px;
		padding:0;
		position: relative;
		font-family: 'Josefin Sans', sans-serif;
		font-family: 'Roboto', sans-serif;	
	}
	h1 { 
		font-size: 36px; 
		margin-top: 36px;
    	margin-bottom: 10px;
	}
	h2 { 
		font-size:30px;
		margin-top: 30px;
    	margin-bottom: 10px;
	}
	h3 {
		font-size:24px;
		margin-top: 24px;
    	margin-bottom: 10px;
	}
	h4 { 
		font-size:18px;
		margin-top: 18px;
    	margin-bottom: 10px;
	}
	h5 { 
		font-size:14px;
		margin-top: 14px;
    	margin-bottom: 10px;
	}
	h6 {
		font-size:12px;
		margin-top: 12px;
    	margin-bottom: 10px;
	}
	hr {
		width: 100%;
		border: 0;
		border-top: 1px solid #343d73;
		margin-top: 20px;
		margin-bottom: 40px;
		margin-left: 0;
	}
	.title hr {
		width: 90px;
		border-top: 2px solid #d95c5c;
		margin-top: 0px;
    	margin-bottom: 30px;
	}
	p { 
		font-size:15px;
		margin:0 0 10px; 
		text-align:justify;
	}
	ul, ol {
		margin: 6px 0px 6px 20px;
	}
	ul li, ol li {
		padding-bottom: 2px;
	}
	a {
		outline: none;
	}
	a img {
		outline: none;
	}
	a:hover { 
		cursor: pointer;
	}
	img {
		max-width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: middle;
		border : 0;
	}
	.left { 
		float: left;
	}
	.right { 
		float: right;
	}
	.hide { 
		display: none;
	}
	.text-center { 
		text-align:center;
	}
	.text-left {
		text-align:left;
	}
	.text-right { 
		text-align:right; 
	}
	.text-justify { 
		text-align:justify;
	}
	.transition {
		transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;	
		-webkit-transition: all 0.4s ease;		
	}
	div {
		height:auto;
	}

#block-views-user-views-block > h2, h2.user-page-title {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 20px;
    margin-top: 50px;
}
div#block-views-user-views-block {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

/* background setup */
.background {
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50% !important;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
	height: 100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}
.not-fullscreen {
    height: initial;
    padding: 120px 0;
    min-height: 200px;
}
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}
.event-short-description-wrapper .content-b {
  display:block;
  position:relative;
  vertical-align:middle;
  text-align:justify;
}
section {
	background-color: rgba(255, 255, 255, 0.5);
    background-image: -webkit-linear-gradient(58deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%, #F8F7F6 50%, #F8F7F6 100%);
    background-image: -moz-linear-gradient(58deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%, #F8F7F6 50%, #F8F7F6 100%);
}
.section {
	width:100%;	
	top:0;
	left:0;
	z-index: 2;
	background-color: #f8f8f8;
	overflow: inherit;
	position: relative;
}
.start-home{
	height: 93vh !important;
	min-height: inherit;
}
/*)
.section:after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(bottom right, rgba(240, 241, 243, 0) 50%, rgb(248, 248, 248) 51%);
    background: -o-linear-gradient(bottom right, rgba(240, 241, 243, 0) 50%, rgb(248, 248, 248) 51%);
    background: linear-gradient(to top left, rgba(240, 241, 243, 0) 50%, rgb(248, 248, 248) 51%);
}
.section:before {
    content: '';
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(bottom right, #f8f8f8 50%, rgba(51, 51, 51, 0) 51%);
    background: -o-linear-gradient(bottom right, #f8f8f8 50%, rgba(51, 51, 51, 0) 51%);
    background: linear-gradient(to top left, #f8f8f8 50%, rgba(51, 51, 51, 0) 51%);
    z-index: 999;
}

.development {
	position: relative;
}
.development:after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(bottom right, rgba(240, 241, 243, 0) 50%, #fa8144 51%);
    background: -o-linear-gradient(bottom right, rgba(240, 241, 243, 0) 50%, #fa8144 51%);
    background: linear-gradient(to top left, rgba(240, 241, 243, 0) 50%, #fa8144 51%);
}
.development:before {
    content: '';
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(bottom right, #fa8144 50%, rgba(51, 51, 51, 0) 51%);
    background: -o-linear-gradient(bottom right, #fa8144 50%, rgba(51, 51, 51, 0) 51%);
    background: linear-gradient(to top left, #fa8144 50%, rgba(51, 51, 51, 0) 51%);
    z-index: 998;
}
*/	

.bg-persons {
    background-image: url(../img/people_01.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
}
.bg-persons:before {
    content: "";
        background-color: #04198e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
}

/* grid system ------------- */
	.container {
		width:96%;
		max-width:1900px;
		margin:0 auto;
		position:relative;
	}
	.row {
		font-size:0;
		width: 100%;
	}
	.columns, .clean-columns  {
		display:inline-block;
		vertical-align:top;
		font-size:15px;
		padding: 10px;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;	
		-webkit-transition: all 0.3s ease;		
	}
	.clean-columns {
		padding: 0;
	}
	/* columns types ------------- */
		.lg-1 { 
			width: 8.33333%;
		}
		.lg-2 {
			width: 16.66667%;
		}
		.lg-3 {
			width: 25%;
		}
		.lg-4 {
			width: 33.33333%;
		}
		.lg-5 {
			width: 41.66667%;
		}
		.lg-6 {
			width: 50%;
		}
		.lg-7 {
			width: 58.33333%;
		}
		.lg-8 {
			width: 66.66667%;
		}
		.lg-9 {
			width: 75%;
		}
		.lg-10 {
			width: 83.33333%;
		}
		.lg-11 {
			width: 91.66667%;
		}
		.lg-12 {
			width: 100%;
		}
	/* columns margins ------------- */
		.lg-ml-1 { 
			margin-left: 8.33333%;
		}
		.lg-ml-2 {
			margin-left: 16.66667%;
		}
		.lg-ml-3 {
			margin-left: 25%;
		}
		.lg-ml-4 {
			margin-left: 33.33333%;
		}
		.lg-ml-5 {
			margin-left: 41.66667%;
		}
		.lg-ml-6 {
			margin-left: 50%;
		}
		.lg-ml-7 {
			margin-left: 58.33333%;
		}
		.lg-ml-8 {
			margin-left: 66.66667%;
		}
		.lg-ml-9 {
			margin-left: 75%;
		}
		.lg-ml-10 {
			margin-left: 83.33333%;
		}
		.lg-ml-11 {
			margin-left: 91.66667%;
		}
		.lg-mr-1 { 
			margin-right: 8.33333%;
		}
		.lg-mr-2 {
			margin-right: 16.66667%;
		}
		.lg-mr-3 {
			margin-right: 25%;
		}
		.lg-mr-4 {
			margin-right: 33.33333%;
		}
		.lg-mr-5 {
			margin-right: 41.66667%;
		}
		.lg-mr-6 {
			margin-right: 50%;
		}
		.lg-mr-7 {
			margin-right: 58.33333%;
		}
		.lg-mr-8 {
			margin-right: 66.66667%;
		}
		.lg-mr-9 {
			margin-right: 75%;
		}
		.lg-mr-10 {
			margin-right: 83.33333%;
		}
		.lg-mr-11 {
			margin-right: 91.66667%;
		}
	/* columns alignment ------------- */
		.lg-top { 
			vertical-align: top;
		}
		.lg-bottom { 
			vertical-align: bottom;
		}
		.lg-middle {
			vertical-align: middle;
		}


/* tables ------------- */
	table {
		border-collapse: separate;
		border-spacing: 0;
		margin: 0;
		width: 100%;
    	max-width: 100%;
	  	background-color: #e7e9ee;
	}
	table.sticky-header {
		display:none;
	}
	table > thead > tr:first-child {
		border-top-right-radius: 2px;
		border-top-left-radius: 2px;
	}
	table > caption {
		background-color: #333333;
		color: #fff;
		font-size: 15px;
    	font-weight: 500;
		padding: 6px 15px;
	}
	table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
		padding: 10px 15px;
		line-height: 1.42857143;
		vertical-align: top;
		font-size: 14px;
    	font-weight: 500;
		border: 1px solid rgba(255, 255, 255, 0.3);
		border-top: none;
		border-bottom: none;
	}
	table > thead > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tfoot > tr > td {
		padding-top: 13px;
		padding-bottom: 13px;
		vertical-align: bottom;
		background-color: #333333;
		color: #fff;
		font-size: 14px;
    	font-weight: 300;
	}
	table > thead a {
		/*color: #fff;*/
		text-decoration:none;
	}
	table > tbody > tr:nth-of-type(odd) {
		background-color: #dbdfe6;
	}
	.table-responsive {
		overflow-x: auto;
		min-height: 0.01%;
		border-radius: 5px;
		margin-bottom: 12.75px;
	}
/* admin ------------ */
#admin-menu {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	background: #101010;
}
.admin-menu.front .header{
	 top: 29px !important;
}
.tothetop.fronts #admin-menu {
    background: rgba(241,146,33,1.00) !important;
}
#admin-menu .dropdown .admin-menu-toolbar-category > a.active-trail {
    text-shadow: #333 0 1px 0;
    background: none;
}
#admin-menu li.admin-menu-account > a {
    background: rgba(241,146,33,1.00);
}
.tothetop.front #admin-menu li.admin-menu-account > a {
    background: #333333;
}
#admin-menu .dropdown .admin-menu-toolbar-category > a, #admin-menu .dropdown .admin-menu-action > a {
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
	
/* form ------------- */
form {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
}
form {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto;
    background: #fff;
	background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
	color: #091b30;
	text-align: left;
}
.not-logged-in form {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
	background: transparent;
    padding: 0;
    border-radius: 0;
	color: inherit;
	text-align: center;
}
textarea { resize: vertical; } 
.form-checkboxes .form-item, .form-radios .form-item {
    margin: 5px 20px 5px 0;
	position: relative;
    display: inline-block;
    width: fit-content;
}
.form-checkboxes {
    padding: 10px 0;
}
.form-type-checkbox {
    position: relative;
}
fieldset {
	background-colors: #F2F3F6;
	border:none;
	min-width: inherit;
}
fieldset fieldset {
	padding:0;
	margin:0;
}
fieldset legend {
	font-familys: 'Josefin Sans', sans-serif;
	font-family: 'Roboto', sans-serif;	
	font-size: 30px;
	font-weight: 300;
	line-height: 33px;
	margin-bottom: 10px;
	
}
fieldset legend a {
	text-decoration:none;
	color:	#333333;
}
fieldset.collapsible {
    margin-bottom: 1em;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;	
	-webkit-transition: all 0.1s ease;	
}
fieldset.collapsible legend {
    padding: 5px 0;
    /* background: #333333; */
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    margin: 0 0 10px 0;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
	border-bottom: 1px solid rgb(4 16 31 / 0.1);
}
html.js fieldset.collapsible .fieldset-legend {
    padding-left: 20px;
}
fieldset.collapsible legend a{
	color:#333;
}

fieldset.collapsible fieldset.collapsible  legend{
	margin: 0 0 0 0;
	background: none;
	color:#333333;
	border-bottom:1px solid #333333;
	width:100%;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
fieldset.collapsible fieldset.collapsible  legend a{
	color:#333333;
}
.form-item .description {
    font-size: 0.85em;
    opacity: 0.6;
    font-weight: 300;
    padding-bottom: 20px;
    padding-top: 5px;
}
fieldset.collapsible.collapsed {
    margin-bottom: 50px;
}
fieldset.collapsible.collapsed legend {
    smargin: 0 0 0 -23px;
}
.development fieldset.collapsible{
	margin-bottom: 30px;
}
.development fieldset.collapsible legend{
	background: none;
	margin: 0 0 0 -23px;
}
label {
    margin-top: 10px;
    margin-bottom: 5px;
	font-size: 14px;
    font-weight: 500;
}
label.option {
	margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    font-weight: normal;
    padding: 10px 10px 10px 30px;
}
label a {
	background-color: #ffffff;
}
input, select, textarea {
  display: block;
  width: 100%;
  height: 38px;
  /*padding: 10px 12px;*/
  margin:5px 0;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.42857143;
  color: #262b36;
  background-color: #fcfcfd;
  background-image: none;
  border: 1px solid #bdc3d1;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.room_form {
    width: 100%;
    padding: 5px 0;
	background: #010d50;
	position: relative;
    z-index: 10;
}
#room_number_entering {
    font-size: 0;
    text-align: left;
	vertical-align:middle;
}
#room_number_entering {
    max-width: 960px;
}
#room_number_entering input, .room_form .buttons a  {
    width: 60%;
    padding: 15px 10px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    min-width: inherit;
    max-width: 260px;
	border-radius: 0;
    border: none;
}
#room_number_entering input  {
    border-radius: 4px 0 0 4px;
}
#room_number_entering input[type="submit"], .room_form .buttons a {
    width: 28%;
    text-transform: uppercase;
    color: #ffffff;
    background: #343d73;
    max-width: 140px;
    margin-left: 0;
	border-radius: 0 4px 4px 0;
	transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}
#room_number_entering input[type="submit"] {
	background: #343d73;
}
#room_number_entering input[type="submit"]:hover {
	background: #67389c;
}
.room_form .buttons {
	vertical-align:middle;
	text-align: right;
}
.room_form .buttons a {
	width:auto;
	min-width:160px;
	border-radius:4px;
	margin-left: 0;
	text-align:center;
	background-color: #ad1075;
	text-decoration:none;
}
.room_form .buttons a:hover {
	background-color: #67389c;
}
.room_form .buttons span {
	text-align:center;
	padding:0 10px;
	text-transform:uppercase;
}

#room_number_entering label {
	text-align:left;
    background: mediumvioletred !important;
    padding: 5px 10px !important;
    width: initial;
    color: #fff;
    margin: 0;
    border-radius: 1px !important;
    /* margin: 0 5px; */
    display: block;
    width: 100%;
    font-size: 12px;
    max-width: 400px;
    font-weight: 300;
}

div.image-widget-data {
    float: left;
    width: 100%;
}
div.image-widget-data input[type="file"],  div.form-managed-file input[type="file"] {
	width: calc(100% - 250px);
	display:inline-block;
	vertical-align:middle;
}
div.image-widget-data input[type="submit"], div.form-managed-file input[type="submit"] {
	width: 200px;
	margin-left:50px;
	display:inline-block;
	vertical-align:middle;
}


input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(102, 175, 233, 0.6);
}
input::-moz-placeholder {
  color: #9fa8bc;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #9fa8bc;
}
input::-webkit-input-placeholder {
  color: #9fa8bc;
}
input[type="radio"], input[type="checkbox"] {
    max-width: 25px;
    color: #262b36;
    height: 20px !important;
    background-color: none;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: absolute;
    top: 3px;
    left: 0;
}
input[disabled],
input[readonly],
fieldset[disabled] .form-control {
  background-color: #e7e9ee;
  opacity: 1;
}
input[disabled],
fieldset[disabled] input {
  cursor: not-allowed;
}
textarea {
  height: auto;
}

button, input[type="button"], input[type="submit"] {
    color: #ffffff;
    background-color: #343d73;
    border: none;
    cursor: pointer;
    width: inherit;
    /*
	min-width: 180px;
	height: 50px;
	*/
    font-size: 14px;
    
    text-transform: uppercase;
}
button:focus,
input[type="button"]:focus, 
input[type="submit"]:focus {
  color: #696c74;
  background-color: #ededed;
  border-color: #ededed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:hover,
input[type="button"]:hover, 
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #564889;
}
button:active,
input[type="button"]:active, 
input[type="submit"]:active  {
  color: #696c74;
  background-color: #ededed;
  border-color: #ededed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:active:hover, button:active:focus,
input[type="button"]:active:hover, input[type="button"]:active:focus,
input[type="submit"]:active:hover, input[type="submit"]:active:focus {
  color: #ffffff;
  background-color: #40495B;
  border-color: #40495B;
}

/* menu primary & secondary ------------- */
ul.links, ul.menu {
  font-size: 0;
  margin: 0;
  padding: 0;
  font-familys: 'Josefin Sans', sans-serif;
	font-family: 'Roboto', sans-serif;	
}
ul.links li, ul.menu li {
  margin: 1px;
  display: inline-block;
}
ul.links li a, ul.menu li a {
  height: auto;
  margin: 0;
  padding: 5px 12px;
  text-decoration: none;
  color: #ffffff;
  background-color: #505b72;
  border: none;
  cursor:pointer;
  width:inherit;
  min-width:140px;
  font-size: 14px;
  text-align:center;
  display: inline-block;
}
ul.menu .fa {
	width: 40px;
    height: 20px;
    position: relative;
}
ul.menu .fa:before {
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 0;
	width: 100%;
}
.header ul.menu li.loginbutton {
	margin-right: 5px;
    margin-left: 0;
    padding-left: 20px;
}
.header ul.menu li.registerbutton {
	margin-left: 5px;
	margin-right: 0;
	position: relative;
}

.header ul.menu li.registerbutton:before {
	background: #fff;
    position: absolute;
    content: '';
    left: -5px;
    top: 10px;
    width: 1px;
    height: 20px;
    opacity: 0.4;
}

.header ul.menu li.highlightbutton {
	 margin-left: 30px;
}

.header ul.menu li.highlightbutton > a {
    background-image: -webkit-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-image: -o-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-image: linear-gradient(to right, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-size: 140%;
    background-position: 0;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}


ul.acc-submenu .fa, div.mob-acc-submenu .fa{
	width: 20px;
    height: 20px;
	position:relative;
}
ul.acc-submenu .fa:before, div.mob-acc-submenu .fa:before {
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: -3px;
	width: 100%;
}
ul.menu .fa span {
	display:none;
}
ul.links li.active a, ul.links li a:hover, ul.menu li a.active, ul.menu li a:hover {
  /*color: #ffffff;
  background-color: #40495B;
  border: none;*/
}

ul.sec-menu {
    position: absolute;
    top: 35%;
    right: 8px;
    z-index: 20;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.sec-menu li {
    margin: 15px 0;
    padding: 0;
    display: block;
}

ul.sec-menu li a {
    font-size: 22px;
    color: #fff;
    padding: 5px 10px;
    background: #4776e6;
    border-radius: 2px;
}

ul.acc-submenu {
    background: #fff;
    box-shadow: 0 0 15px 1px rgba(43,53,79,.2), 0 0 1px rgba(0,0,0,.2);
    border: none;
    min-width: 280px;
    border-radius: 3px;
    position: absolute;
    top: 60px;
    right: 20px;
	padding: 20px;
	z-index: 20;
	display:none;
}
.acc-user-on ul.acc-submenu {
	display:block;
	
}
.mob-acc-submenu {
    display: none;
}

.acc-submenu hr {
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(1, 13, 80, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
}
.acc-user-name {
    font-size: 18px;
	padding-bottom: 10px;
    color: #010d50;
    font-weight: 300;
	display: block;
}
.acc-user-name strong {
    font-size: 26px;
	font-weight: 500;
}
.acc-user-email {
    font-size: 16px;
    color: #010d50;
    font-weight: normal;
	display: block;
}
.acc-user-avatar {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    float: right;
}
ul.acc-submenu li {
    margin: 0 !important;
    display: block !important;
}

ul.acc-submenu li a {
    padding: 0 !important;
}

.header ul.acc-submenu li > a:after {
    width: 0;
    border-top: 1px solid #1b2547;
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: inherit;
	right: 0;
    opacity: 0;
}
.header ul.acc-submenu li:hover > a:after, .header ul.acc-submenu li.active-trail > a:after {
    width: 20%;
    opacity: 0.3;
}

/*language */
.region-language {
    display: block;
    bottom: -40px;
    left: 20px;
    width: 100%;
    position: absolute;
    z-index: 200;
}
.language {

}
.language ul{
	padding:0;
	margin:0;
	text-align:left;
}
.language-switcher-locale-url {
	margin:0;
	padding:0;
}
.language-switcher-locale-url li {
	display:inline-block;
}
.language-switcher-locale-url li a{
	width:30px;
	height:30px;
	text-indent:200px;
	overflow:hidden;
	font-size:0;
	background:url(../img/lang/us.png) no-repeat center !important;
	display:block;
	margin-right: 5px;
	opacity:0.4;
}
	.language-switcher-locale-url li.pt-br a {
		background-image: url(../img/lang/br.png) !important;
	}
	.language-switcher-locale-url li.es a {
		background-image: url(../img/lang/es.png) !important;
	}
.language-switcher-locale-url li.active{
	opacity:1;
}
.language-switcher-locale-url li a:hover, .language-switcher-locale-url li.active a{
	opacity:1;
}
.language-switcher-locale-url li.ms a{
	background:url(../img/lang/my.png) no-repeat center !important;
	background-size:contain !important;
}
/* tabs primary & secondary ------------- */
.tabs {
	background: #021429;
	text-align:center;
	font-family: 'Roboto', sans-serif;	
}
.tabs .columns {
	padding: 0 10px;
}
ul.primary {
  border: none;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px 0;
  padding: 0; 
  white-space: inherit;
  font-size: 0;
}
ul.primary li {
  display: inline-block;
  margin: 0 1px;
}
ul.primary li a {
	background: none;
    border: none;
    height: auto;
    display: inline-block;
    margin-right: 2px;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}
ul.primary li.active a, ul.primary li a:hover {
    background: #09315f;
    color: #fff;
  	border: none;
}
ul.secondary {
  border: none;
  padding: 5px 12px;
  margin: 0;
}
ul.secondary li {
  border: none;
  display: inline-block;
  padding: 0;
}
ul.secondary a {
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
ul.secondary a.active {
  border: none;
}

/* messages ------------- */
div.messages {
  background-position: 8px 8px; 
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  text-align: left;
  padding: 20px 0;
	/*
    -moz-animation: cssAnimation 0.3s ease-in 5s forwards;
    -webkit-animation: cssAnimation 0.3s ease-in 5s forwards;
    -o-animation: cssAnimation 0.3s ease-in 5s forwards;
    animation: cssAnimation 0.3s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	*/
}
.node-type-campaign div.messages, not-logged-in.page-user div.messages{
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.front div.messages  {
    z-index: 10;
    width: 100%;
    padding: 20px 0;
}
div.status,
.ok {
  color: #ffffff;
}
.messages .container {
    padding-left:50px;
}
.messages .container:before {
	font-family: "FontAwesome";
    font-size: 30px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: -4px;
}
.status .container:before, .ok .container:before {
    content: "\f05a";
}

div.status,
table tr.ok {
  background: limegreen;
}

div.warning,
.warning {
  color: #815c01;
}
.warning .container:before {
    content: "\f071";
}


div.warning,
table tr.warning {
  background: #fdcc51;
}

div.error,
.error {
  color: #ffffff;
}
div.error,
table tr.error {
  background: #e55869;
}
div.error p.error {
  color: #ffffff;
}
.error .container:before {
    content: "\f00d";
}

div.messages ul {
  margin: 0;
  padding: 0;
}
div.messages ul li {
  list-style-image: none;
}
@keyframes cssAnimation {
    to {
       opacity:0;
	   height:0px;
		overflow: hidden;
		padding: 0;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        opacity:0;
		height:0px;
		overflow: hidden;
		    padding: 0;
    }
}
/* breadcrumb ------------- */
.breadcrumb {
	background: #EFDCBE;
	padding: 0;
	display:none;
}
.breadcrumb .breadcrumb {
	background: none;
}
.breadcrumb ul {
  padding: 0;
  margin:0;
  background-color: transparent;
}
.breadcrumb a {
  font-size: 13px;
  display:inline-block;
  padding:5px;
}
.breadcrumb a:first-child {
  padding-left:0;
}
.breadcrumb a {
  color: #545b68;
  text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #3d424c;
  text-decoration:underline;
}
.breadcrumb .delimiter {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #818da7;
  margin-right: 5px;
}
.breadcrumb a i {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.breadcrumb a.active {
  color: #464f63;
  font-weight: 500;
}



#page, .anchor {
    width: 100%;
    height: 100%;
	/*
	max-width: 1520px;
    position: absolute;
    right: 0;
	*/
}

.front #page {
	max-width: initial;
	position: initial;
}

#page > .content {	
	/*background: #fff !important;*/
	color: #fff !important;
	min-height: calc(100% - 140px);
}
.node-type-webform #page > .content {	
	min-height: inherit;
	padding: 50px 0;
}
.tothetop.front #page {
	margin-top:-40px;
}
html body.admin-menu {
    margin-top: 0 !important;
}
/* header ------------- */
.header {
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: relative;
    top: 0;
    z-index: 20;
    color: #fff;
    background-color: #091B30;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 26%);
}

.header .default-header > .container {
    position: initial;
}

/*
.front .header {
	width:100%;
	min-height:40px;
	left:0;
	display:inline-block;
	top:0;
	bottom: inherit;
	positions:fixed;
	background-color: #091b30;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
	
}
.tothetop.front .header {
	top:0;
	min-height:40px;
	bottom: inherit;
	positions:fixed;
	background-color: #091b30;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
}*/
.header .default-header {
    min-height: 40px;
    width: 100%;
}

.header .columns {
	padding:0 10px;	
}
.header .default-header .columns{
	vertical-align: middle;
}
.header .default-header .menu{
	text-align: right;
}
.header .menu-header {
	min-height:40px;
}
.header .custom-header {
	min-height:40px;
}
.header .menu li {
	display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    margin: 0px 4px;
    vertical-align: middle;
}
.header .menu li:last-child {
	margin-right: 0;
}
.header .menu li > a {
	display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    line-height: 30px;
    background: none;
    min-width: inherit;
	font-weight: 300;
}
.header .menu li:last-child > a {
	padding-right: 0;
  background-image: -webkit-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
background-image: -o-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
background-image: linear-gradient(to right, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
background-size: 140%;
background-position: 0;
padding: 10px 30px;
font-size: 12px;
line-height: 16px;
border-radius: 15px;
font-weight: 600;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.header .menu ul > li:last-child > a {
  background-image:none !important;
  font-weight: normal;
  padding: 5px 10px;
}
.header .menu li:hover, .header .header li.active-trail {

}
.header .menu li.expand-menu {
    display: none;
}
.header .menu li > a{
	display: inline-block;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none;
	padding:5px 10px;
	color: #fff;
	opacity:1;
	font-weight: 500;
	line-height:30px;
}
.header .menu li > .menu {
    position: absolute;
    width: 100%;
    text-align: right;
    top: 50px;
    padding: 0px 345px 0 0;
    margin: 0;
    right: 0;
    background: #021429;
	display: none;
}
.header .menu li:hover > .menu {
	display: inline-block;
}
ul.menu li .menu li:not(.menu-item--active-trail) a{
  color: #fff !important;
}
ul.menu li .menu li:not(.menu-item--active-trail) a:hover{
  color: #fd4c66 !important;
}
.node-webform .submitted {
	display: none;
}
/*
.front .header .menu {
	padding: 0px;
	font-size: 0;
	list-style:none;
	text-align:right;
	position:relative;
}
.tothetop.front .header .menu{
	margin: 20px 0;
}
.front .header .menu li {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    margin: 0 15px
	padding-top: 3px;
}
.front .header .menu li:hover, .front .header .menu li.active {

}
.tothetop.front .header .menu li:hover, .tothetop.front .header .menu li.active {

}
.front .header .menu li > a{
	display: inline-block;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none;
	padding:5px 10px;
	color: #fff;
	opacity:1;
	font-weight: 500;
	line-height:30px;
}
.tothetop.front .header .menu li > a{
	padding:5px 10px;
}*/
.front .header .menu li:hover > a, .front .header .menu li.active > a, .header .menu li:hover > a, .header .menu li.active > a{
	color: #fd4c66;
}
.tothetop.front .header .menu li:hover > a, .tothetop.front .header .menu li.active > a {
	color: #fd4c66;
}
.front .header ul.menu li.highlightbutton:hover > a, .header ul.menu li.highlightbutton:hover > a {
	color: #fff !important;
	background-position: -50px;
}
.front .menu li.expand-menu, .not-front .menu li.expand-menu {
	display:none;
}
#logo {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    padding: 10px 0;
    font-weight: 800;
	margin-top: 0px;
	padding-left: 30px;
    position: relative;
}
#logo strong  {
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    top: -1px;
    left: 2px;
    font-size: 20px;
}
#logo strong span {
	color: #fd5470;
    padding-left: 2px;
    font-size: 21px;
    position: relative;
    font-weight: 900;
    top: 1px;
}
#logo i {
	color: #091b30;
    font-weight: 100;
    display: inline-block;
    transform: rotateZ(-180deg);
    position: absolute;
    top: 18px;
    left: 2px;
}
#logo i.big-i {
	color: #fff;
    font-size: 100px;
    top: -4px;
    left: 124px;
    transform: rotateZ(0deg);
    opacity: 0.03;
}
#logo small {
	letter-spacing: 0.65px;
    font-size: 9px;
    font-weight: 300;
    opacity: 0.4;
    top: -3px;
    left: 2px;
    text-transform: capitalize;
    text-transform: uppercase;
    display: block;
    position: relative;
}
#logo .pulse {
    position: absolute;
    left: 0px;
    top: 14px;
    width: 34px;
    height: 34px;
    z-index: -1;
    background: transparent;
}
.front #logo {
    display: inline-block;
}
.tothetop.front #logo, .not-front #logo {
	margin-top: 0px;
}
#logo img {
    max-height: 46px;
    padding: 0;
    position: relative;
    top: -2px;
    left: -38px;
    z-index: 1;
}

.page-title {
	position:relative;
	background-attachment: fixed;
	background-position: -550px center !important;
  text-align: center;
  color: #fff;
}
.page-title .container {
    padding: 30px 0;
}
.page-title .page-title-bg {
    width: 100%;
    height: 100%;
    background: rgb(0 11 25);
}
h1.title {
	/*
    color: rgba(38,43,48,1);
	text-align:center;
	font-weight: 500;
	margin-bottom: 50px;
	font-size: 52px;
	*/
	color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 30px;
    text-transform: uppercase;
}
h1.title:after {
	width: 200px;
    border-top: 1px solid #ffffff;
    content: '';
    display: block;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 100px);
    opacity: 0.3;
}
h1.category-title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
    padding-bottom: 20px;
    max-width: 520px;
    margin: 10px auto;
    padding-top: 40px;
}
/* front-screen ------------- */
#screen {
	background-color: #E5E7EB;
    /*background-image: -webkit-linear-gradient(45deg,  slategrey,  #D6DAE0 100%);
    background-image: -moz-linear-gradient(45deg,  slategrey,  #D6DAE0 100%);*/
	background-image: -webkit-linear-gradient(45deg,  #ffffff,  #E5E7EB 100%);
    background-image: -moz-linear-gradient(45deg,  #ffffff,  #E5E7EB 100%);
    background-size: 100%;
	z-index: -1;
	font-familys: 'Josefin Sans', sans-serif;
	font-family: 'Roboto', sans-serif;	
}
.front-screen {
	position:relative;
}
.front-screen .content-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.ardown {
    position: absolute;
    bottom: 18%;
    right: 60px;
    font-size: 50px;
    text-align: center;
    color: #fff;
    width: auto;
    opacity: 0.5;
    z-index: 40;
}

.ardown a{
	color: #6341b9;
}
.tothetop.front .ardown {
	opacity:0;
}
.get-stuff a, .rainbowctv-button {
	font-familys: 'Josefin Sans', sans-serif;
	font-family: 'Roboto', sans-serif;	
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 15px;
	background: #FFF100;
	color: #00A4BC;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 60px;
    font-weight: 500;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;	
	-webkit-transition: all 0.2s ease;
	margin-top: 2%;
}
.get-stuff span {
	padding:0 10px;
	font-size:24px;
	font-weight:300;
	color: #333;
}
.i18n-ms .get-stuff span {
	color: rgba(255,255,255,0);
}
/*
.get-stuff a:hover {  
	color: #fff; 
	background: #333333;
	background: rgb(255,241,0);
    padding: 15px 50px 15px 70px;
}*/
.get-stuff a, .rainbowctv-button {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 40px;
    font-weight: 500;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    margin-top: 2%;
    background: #ad1075;
    color: #fff;
}
.get-stuff.bigBut a{
	padding: 20px 40px !important
}
.get-stuff span {
	padding:0 10px;
	font-size:30px;
}
.get-stuff a:hover, .rainbowctv-button:hover {
    backgrounds: #67389c;
}
.front .text-rotate {
	font-familys: 'Josefin Sans', sans-serif;
	font-family: 'Roboto', sans-serif;	
    letter-spacing: 1px;
    font-stretch: normal;
    color: #333333;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    margin: 0;
    text-transform: none;
    text-align: left;
    /* text-align: center; */
}
.front-screen  .text-rotate {
    font-weight: 500;
	text-align: center;
}
.border {
    border-left: 4px solid #FE3174;
    padding: 0 20px 0 50px;
}
.front .text-rotate .rotate {
    color: rgba(51,153,255,1.00);
}
.front h2 a {
	color: #FE3174;
	text-decoration:none;
}
.front-screen .text-rotate .rotate {
    color:rgba(38,43,48,1);
}
.front-screen .text-rotate{
    color:rgba(255,255,255,1);
	/*
	text-transform:uppercase;
	font-weight: 700;
	*/
    font-size: 52px;
    
}
.front-screen .text-rotate strong{
    color:rgba(241,146,33,1.00);
    
}

*[data-keep-ratio] > div {
		width: 100%;
		height: 100%;
	}
	#muteYouTubeVideoPlayer {
		width: 100%;
		height: 100%;
		position: absolute;
    	z-index: 1;
	}

@media  (max-width: 1000px) { 
	.pos-relative {
		position: relative !important;
		top: 0 !important;
	}

	*[data-keep-ratio] {
		position: relative;
		width: 100%;
		min-height: initial !important;
		height: initial !important;
	}
	*[data-keep-ratio] > div {
		position: relative;
		padding-bottom: calc(100% * 9 / 16);
	}

	*[data-keep-ratio] iframe {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: blue;
		color: white;
		font-size: 24px;
		text-align: center;
	}
}


/* background slider */
.slider {
	width:100%;
	height:100%;
	/*position:relative;*/
}
.slider.expanded {
    z-index: 300;
}
.slider.youtube:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    z-index: 1;
}
 .front-screen .mainbg { background-position: 50% 0!important; }
 
.slider iframe { width:100%; height:100%; border: 0;}
.flexslider {position: relative; width:100%; height:100%; border:none; margin:0; overflow: hidden; z-index: 1; background: none; }
.flexslider .slides {width:100%; height:100%;}
.flexslider .slides > li {position: relative; width:100%; height:100%;}
.flex-container {position: relative;}
/*.flex-control-nav {width: auto; position: relative; bottom: 0; text-align: left;  display:inline-block; vertical-align:middle;}*/
.flex-control-nav {
    width: auto;
    position: absolute;
    top: calc(50% - 100px);
    right: 20px;
    z-index: 20;
    display: inline-block;
    vertical-align: middle;
}
.flex-control-nav li {margin:0 2px; display: block;}
.flex-control-nav li a {width: 20px; height: 20px; display: block; background: rgba(255, 255, 255, 1); border-radius:50%; cursor: pointer; text-indent: -9999px; opacity:0.3;}
.flex-control-nav li a:hover { opacity:0.9; background: rgba(255, 133, 137, 1);}
.flex-control-nav li a.flex-active { opacity:1; background: rgba(255, 133, 137, 1);}
.flex-pauseplay {width: auto; position: relative; bottom: 0; text-align: left; padding-right: 30px; display:inline-block; vertical-align:middle;}
.flex-pauseplay a { position: relative; bottom: 0; display:inline-block; color: #333; font-size:12px; width:initial; text-align:center; opacity:0.8;line-height: 20px; text-transform: uppercase;}
.flex-pauseplay a:hover { opacity:0.9;}
.flex-pauseplay a:before { display: none; }
.scroll-landingpage {
	position:fixed;
	top:-100%;
	right:20px;
	list-style:none;
	padding:0;
	margin:0;
	z-index:20;	
	opacity:0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;	
	-webkit-transition: all 0.3s ease;
}
.fx-container {
    border-radius: 7px;
    padding: 30px;
	/*margin-top: 170px;*/
    max-width: 870px;
}
.tothetop.front .scroll-landingpage {
	display:inline-block;
	display:none;
	top:194px;
	opacity:1;	
}
.scroll-landingpage li a {
	background: #333333;
	width:15px;
	height:15px;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin:2px 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;	
	-webkit-transition: all 0.3s ease;
}
.scroll-landingpage li a:hover, .scroll-landingpage li a.nav-active {
	background: rgba(241,146,33,1.00);
}

/* footer ------------- */
.footer {
	background: #021429;
padding: 20px;
color: #fff;
position: relative;
z-index: 50;
font-family: 'Roboto', sans-serif;
bottom: 0;
width: 100%;
}
.footer p {
	color: rgba(255,255,255,0.7);
    font-size: 11px;
    padding: 0;
    line-height: 40px;
    margin: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.footer p.powerby {
	padding:0;
}

.footer .columns:nth-child(2) p, .footer .clean-columns:nth-child(2) p {
	text-align:right;
}
.footer .columns:nth-child(3) p, .footer .clean-columns:nth-child(3) p {
	text-align:center;
}
.footer p .nav {
	padding-left: 40px;	
}
.footer p .nav a {
	margin: 0 5px;
	display: inline-block;
	font-size: 12px;	
}
.footer p a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 13px;
}
.footer p span{
	display: inline-block;
}
.footer p span.footertest {
	margin-right:70px;
}
.footer .ico-ctv {
    width: 30px;
    height: 30px;
    position: relative;
    background-color: #fff;
    background: url('../img/ico.png') no-repeat;
    background-size: contain;
    display: inline-block;
    line-height: 12px;
    top: 17px;
	left:0;
}
div.password-confirm {
    display: none;
}
.user-bg-no-login {
	background-image: url('../img/bg1.gif');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    -webkit-filter: saturate(1) blur(20px) hue-rotate(-30deg);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.not-logged-in.page-user .tosocial, .node-type-campaign .tosocial{
	display:none;
}
.footer-user {
    padding: 40px 20px;
    color:  #17181d;
    position: relative;
    z-index: 50;
    font-familys: 'Josefin Sans', sans-serif;
	font-family: 'Roboto', sans-serif;	
}
.footer-user p {
    padding: 20px 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
}

.mobile {
	display:none;
}
.desktop {
	display:inline-block;
}
/* development ------------- */
.development {
	background-color: #fa8144;
	color: #fff;
}
.development a {
	color: #fff;
}
.development fieldset {
    background: none;
    border: none;
}
/* user ------------- */
.not-logged-in.page-user, .node-type-campaign {
	font-familys: 'Josefin Sans', sans-serif;
	font-family: 'Roboto', sans-serif;	
}
.not-logged-in.page-user p, .node-type-campaign p {
	text-align:center;
}
.not-logged-in.page-user .slider, .node-type-campaign .slider {
	overflow:visible;
}

.not-logged-in.page-user .flexslider, .node-type-campaign .flexslider {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}
.not-logged-in.page-user .content-a, .node-type-campaign .content-a {
    background-colors: rgba(255,255,255,0.9);
    z-index: 100;
}
.not-logged-in.page-user .container, .node-type-campaign .container {
	max-width:302px;
}
.not-logged-in.node-type-campaign .container, .not-logged-in.page-user .container {
    max-width: 540px;
}
.not-logged-in.node-type-campaign  .g-recaptcha, .not-logged-in.page-user  .g-recaptcha{
    display: inline-block;
	width:302px;
	overflow:hidden;
	height:76px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.not-logged-in.page-user .container .logo, .node-type-campaign .container .logo {
	margin-bottom:30px;
	margin-top:30px;
	display: inline-block;
}
.not-logged-in.page-user .container p, .node-type-campaign .container p {
    color: rgba(38,43,48,1);
	color: rgba(255,255,255,1);
	
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.not-logged-in.page-user .container .title, .node-type-campaign .container .title {
	font-size: 22px;
	padding-top: 30px;
}
.not-logged-in.page-user .container .footer-user p, .node-type-campaign .container .footer-user p {
	margin-top:40px;
	font-size: 15px;
}
.footer-user p .ico-ctv {
    width: 30px;
    height: 30px;
    position: relative;
    background-color:rgba(38,43,48,1);
    background: url('../img/ico.png') no-repeat;
    background-size: contain;
    display: inline-block;
    line-height: 12px;
    top: 15px;
	left: 0;
	padding:0 2px;
	opacity:0.3;
}
.not-logged-in.page-user .container .footer-user p .nav, .node-type-campaign  .container .footer-user p .nav{
	display:inline-block;
	width:100%;
}
.not-logged-in.page-user .container .simple-link, .not-logged-in.page-user .container .footer-user p .nav a, .node-type-campaign .container .simple-link, .node-type-campaign .container .footer-user p .nav a {
	color: rgba(255,255,255,1);
    text-decoration: none;
    font-weight: 300;
}
.not-logged-in.page-user .container .footer-user p .nav a, .node-type-campaign .container .footer-user p .nav a {
	font-size: 17px;
    padding: 5px 0;
    display: inline-block;
}
.not-logged-in.page-user .container .simple-link:hover, .not-logged-in.page-user .container .footer-user p .nav a:hover, .node-type-campaign .container .simple-link:hover, .node-type-campaign .container .footer-user p .nav a:hover {
	text-decoration: underline;
}
.not-logged-in.page-user .container .simple-link, .node-type-campaign .container .simple-link {
	background-color: rgba(0,0,0,0.1);
    padding: 12px 30px;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.not-logged-in.page-user  .form-actions, .node-type-campaign  .form-actions {
    padding-top: 0;
	padding-bottom: 20px;
}
.not-logged-in.page-user label, .node-type-campaign label {
	font-size: 16px;
    line-height: 1.57142857;
	font-weight:500;
    color: #1DA4AC;
}
.not-logged-in.page-user .footer-user p{
    color: rgba(255,255,255,0.7);
    font-size: 12px !important;
    padding: 0;
    line-height: 18px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.not-logged-in.page-user .footer-user p a{
    color: rgba(255,255,255,0.7);
    font-size: 12px !important;
    padding: 0;
    line-height: 18px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.not-logged-in.node-type-campaign label, .not-logged-in.page-user label {
    font-size: 14px;
    line-height: 1.57142857;
    font-weight: 300;
    color: rgba(38,43,48,1);
    color: rgba(255,255,255,1);
    display: inline-block;
    width: 200px;
    margin-left: -200px;
    padding-right: 10px;
    text-align: right;
    text-transform: uppercase;
}
.not-logged-in.page-user select, .node-type-campaign select {
	max-width: 302px;
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #eee;
    background-image: none;
    border: none !important;
	outline: none !important;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.not-logged-in.page-user input, .node-type-campaign input {
	max-width: 302px;
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #eee;
    background-image: none;
    border: 1px solid #aaa !important;
	outline: none !important;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*
.default-button {
    max-width: 302px;
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: none !important;
    outline: none !important;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	text-decoration:none;
	margin:10px 0;
}*/
/*
.not-logged-in.page-user input[type=submit], .node-type-campaign input[type=submit], .default-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    padding: 6px 15px;
    font-size: 22px;
    line-height: 1.57142857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: #fff;
    background-color: #333333;
}*/

.not-logged-in.page-user input[type=checkbox]   {
	width:20px;
}
.node-type-campaign input[type=checkbox], .node-type-campaign input[type=radio]   {
	width:40px;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.node-type-campaign .password-strength { display:none; }
.node-type-campaign .form-type-password, .confirm-parent, .password-parent {
	width:100%
}
.page-user .form-item .description {
	display:none;
	text-align: left;
}
.node-type-campaign div.password-confirm {
    float: none;
    margin-top: 5px;
    width: 100%;
	color:#fff;
}
.node-type-campaign  .form-item .password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 100%;
	color:#fff;
	text-align:left;
    border: 1px solid rgba(255,255,255,0.2);
}
.node-type-campaign  .form-item .description {
	color:#fff;
	color:#333;
}
.not-logged-in.page-user .form-type-checkbox label, .node-type-campaign .form-type-checkbox label {
	display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    width: auto;
    margin-left: inherit;
    padding-right: inherit;
    text-align: right;
}
.page-room form#nsrtc-application-room-enter-form {
	max-width: 302px;
	margin: 70px auto;
}
.page-room .captcha {
	margin-bottom: 20px;
	margin-top: 20px;
}
.ns-promo-user-time-result {
	font-weight: 300;
    line-height: 1.1;
    color: inherit;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    font-familys: 'Josefin Sans', sans-serif;
	font-family: 'Roboto', sans-serif;	
	font-size: 22px;
	text-align:center;
    margin-top: 10px;
    margin-bottom: 20px;
}
/* networks */
.node-type-network .node-network .content .field {
	display:none;
}
.node-type-network .node-network .content .field.field-name-body {
	display:inline-block;
	padding-top:40px;
}

.list-nt .network-holder .list-nt-network {
	font-size:0;
	margin:10px 0;
	display:inline-block;
	background:#607d8b;
	width: 100%;
}
.list-nt .network-holder .list-nt-network > div {
	display:inline-block;
	vertical-align:top;
	height:160px;
	font-size:14px;
	position:relative;
	overflow:hidden;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;	
	-webkit-transition: all 0.4s ease;	
}
.shadow-cover {
    position: absolute !important;
    right: 0;
    top: 10px;
    width: 70%;
    height: calc(100% - 20px) !important;
    opacity: 0.05;
	z-index: 0;
}
.shadow-cover:after {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    content: '';
	background: -moz-linear-gradient(left, rgba(96,125,139,0.65) 0%, rgba(96,125,139,0) 100%);
	background: -webkit-linear-gradient(left, rgba(96,125,139,0.65) 0%,rgba(96,125,139,0) 100%);
	background: linear-gradient(to right, rgba(96,125,139,0.65) 0%,rgba(96,125,139,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6607d8b', endColorstr='#00607d8b',GradientType=1 );
    z-index: 1;
}
.list-nt .network-holder .list-nt-network .cover {
	width:30%;
}
.list-nt .network-holder .list-nt-network .cover img {
	display:none;
}
.list-nt .network-holder .list-nt-network .cover:before {
	width:100%;
	position:absolute;
	content:'';
	display:inline-block;
	border-bottom: 200px solid transparent;
    border-right: 50px solid #607d8b;
	z-index: 2;
}
.room-time-show-ico {
	position: absolute;
    right: 0;
    bottom: 16px;
    color: #fff;
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 1;
}
.room-time-show-ico i {
	position: absolute;
    right: 0;
    top: 0;
    font-size: 80px;
	opacity: 0.8;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.network-holder:hover  .room-time-show-ico i {
    right: 20px;
    top: 20px;
    font-size: 30px;
	opacity: 0.4;
}
.room-time-show {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 0;
    padding: 0 10px;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.room-time-show.good-timer {
	background: lightseagreen;
}
.room-time-show.alert-timer {
	background: firebrick;
}
.ns-promo-user-time-result {
	display: none !important;
	
}
.network-holder:hover .room-time-show {
    bottom: 0;
}

.list-nt .network-holder .list-nt-network .info {
	width:70%;
	padding:5px 20px 5px 50px;
}
.list-nt .network-holder .list-nt-network .info > div {
	width:100%;
	height:100%;
	display:table;
}
.list-nt .network-holder .list-nt-network .info > div >div {
	width:100%;
	height:100%;
	display: table-cell;
	position: relative;
    vertical-align: middle;
    text-align: left;
}
.list-nt .network-holder .list-nt-network .info p {
	color: rgba(255,255,255,0.6);
	font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 20px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.list-nt .network-holder .list-nt-network .info h2{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 0;
	position:relative;
	color:#fff;
}
.list-nt .network-holder .list-nt-network .info h2:before{
    /*
	content: '';
    width: 2px;
    background: rgba(241,146,33,1.00);
    display: inline-block;
    height: 80%;
    position: absolute;
    top: 10%;
    left: -15px;
	*/
}
.list-nt .network-holder:hover .list-nt-network .cover {
	width:32%;
}
.list-nt .network-holder:hover .list-nt-network .info {
	width:68%;
	padding:5px 20px;
}
.list-nt .network-holder:hover .list-nt-network {
	background:#343d73;
}
.list-nt .network-holder:hover .list-nt-network .cover:before {
    border-right: 50px solid #343d73;
}
.list-nt .network-holder:hover .list-nt-network .info h2:before{
    background: #ffffff;
}
.list-nt .network-holder:hover .list-nt-network .info p, .list-nt .network-holder:hover .list-nt-network .info h2 {
	color:#ffffff;
}
.network-holder {
    position: relative;
}
.room-nav {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 24px);
    margin: 14px 0;
    display: inline-block;
    background: #5b6d7b;
    padding-left: 3px;
}
.list-nt .network-holder:hover .room-nav  {
	display:inline-block;
}
.room-nav a {
    display:inline-block;
    width:120px;
	height:100%;
	background-color: rgba(0,0,0,0.1);
	color:#fff;
	font-size: 40px;
}
.room-nav > a {
    display:none;
}
.list-nt .network-holder:hover .room-nav > a  {
	display:inline-block;
}
.room-nav a:hover {
	background-color: rgba(0,0,0,0.2);
}
.room-nav a > div {
    width:100%;
	height:100%;
	display:table;
}
.room-nav a > div > div{
	width:100%;
	height:100%;
	display: table-cell;
	position: relative;
    vertical-align: middle;
    text-align: center;
}
.room-nav .share {
    width:40px;
	display:inline-block;
	vertical-align:top;
}
.room-nav .share a {
    width:100%;
	height:32px;
	text-align:center;
	font-size:14px;
	padding-top: 8px;
}

.node-type-campaign .captcha, .not-logged-in.page-user .captcha {
	margin:20px 0;
}


.front  .share {
    padding: 20px 0px;
	margin-left: -70px;
}
.front  .share span {
	color:rgba(255,255,255,1);
	font-size:14px;
	padding-right:20px;
	text-transform:uppercase;
	opacity:0.9;
}
.front  .share a{
  	position: relative;
	display:inline-block;
	width: 40px;
	height: 40px;
	list-style: none;
	background-color:  #333;
	color: #fff;
	font-size: 20px;
	padding-top:10px;
	margin-right:1px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.front  .share a:hover{
	opacity: 1;
}
.front  .share a.facebook:hover{
  	background: #3b5998;
}
.front  .share a.twitter:hover{
  	background: #00aced;
}
.front  .share a.linkedin:hover{
  	background: #007bb6;
}
.front  .share a.googleplus:hover{
  	background: #dd4b39;
}
.front  .share a.envelope:hover{
  	background: #00bf8f;
}

.share-room {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
.share-room a{
	position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    list-style: none;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    padding-top: 12px;
    margin-right: 1px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.share-room a:hover{
	opacity: 1;
}
.share-room a.facebook:hover{
  	background: #3b5998;
}
.share-room a.twitter:hover{
  	background: #00aced;
}
.share-room a.linkedin:hover{
  	background: #007bb6;
}
.share-room a.googleplus:hover{
  	background: #dd4b39;
}
.share-room a.envelope:hover{
  	background: #00bf8f;
}


.info-event-content {
	position: fixed;
    width: calc(100% - 0px);
    height: calc(100% - 60px);
    display: inline-block;
    background: #091b30;
    top: 60px;
    left: 0px;
    border-radius: 0px;
    overflow: hidden;
}

#stream-countdown {
    display: block;
    font-size: 50px;
    font-weight: 500;
    padding: 30px;
    text-transform: uppercase;
}
#stream-countdown span.count-list {
 	display: inline-block;
    padding: 10px 20px;
}
@media (max-width: 1200px) { 
	#stream-countdown span.count-list {
		display: inline-block;
		padding: 10px;
	}
}
#stream-countdown span.count-list > span {
    display: block;
    font-size: 16px;
    font-weight: 100;
}
#stream-countdown span.expired-countdown {
    display: block;
    font-size: 24px;
    margin-top: 30px;
    font-weight: 400;
    padding: 30px;
    text-transform: uppercase;
}

.event-logo img {
	max-height: 120px;
	border-radius: 15px;
    overflow: hidden;
}

.stream-event-content {
	position: fixed;
    width: calc(100% - 0px);
    height: calc(100% - 60px);
    display: inline-block;
    background: #091b30;
    top: 60px;
    left: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.stream-event {
    position: absolute;
    width: calc(100% - 400px);
    height: calc(100% - 0px);
    display: inline-block;
    top: 0px;
    left: 0px;
	padding: 0;
	overflow: hidden;
	overflow-y: auto;
}
.stream-event-restriction .stream-event {
    display: none;
}
#stream-video {
	border: 0;
    width: 100%;
    height: 100%;
}
.stream-chat {
    position: absolute;
    width: 400px;
    height: calc(100% - 0px);
    display: inline-block;
    top: 0px;
    right: 0px;
	padding: 0;
	opacity: 1;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.stream-chat-only {
    position: unset !important;
    width: 100% !important;  
}

.stream-event-restriction .stream-chat {
     width: 100%;
}
.no-chat .stream-event-content .stream-event {
    width: calc(100% - 0px);
}
.no-chat .stream-event-content .stream-chat {
    right: -400px;
	opacity: 0;
}
.theater-mode .header {
    top: -60px;
	opacity: 0;
    position: fixed;
} 
.theater-mode .stream-event-content {
    top:0;
        height: calc(100% - 60px);

}
.theater-mode .stream-event-details {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 60px;
    overflow: hidden;
}
.theater-mode .stream-event-details-header {
    padding: 10px 0;
}
.theater-mode{
	background: #091b30;
}
.theater-mode .stream-event iframe {
    height: calc(100% - 0px);
}

.stream-fullscreen .stream-event-content .stream-event {
    width: calc(100% - 0px);
	overflow: hidden;
}
.stream-fullscreen .stream-event-content .stream-chat {
    right: -400px;
	opacity: 0;
}
.stream-fullscreen  .header {
    top: -60px;
	opacity: 0;
    position: fixed;
} 
.stream-fullscreen .stream-event-content {
    top:0;
	height: calc(100% - 0px);
}
.stream-fullscreen .stream-event-details {
    position: fixed;
    z-index: 1000;
    top: 20px;
    right: 20px;
}
.stream-fullscreen .stream-event-details .stream-event-logo, .stream-fullscreen .stream-event-details .stream-event-name,  .stream-fullscreen .stream-event-details .stream-event-details-body, .stream-fullscreen .stream-event-details .stream-event-menu li {
    display: none;
}
.stream-event-menu ul li.exit-stream-fullscreen {
    padding: 10px 15px;
    margin: 0;
    background: #091b30;
    width: 60px;
    border-radius: 15px;
}
.stream-fullscreen .stream-event iframe {
    height: calc(100% - 0px);
}

.stream-event-details-header {
    padding: 25px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.stream-event-content iframe {
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.twitter-chat-stream {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.stream-event-content .twitter-chat-stream iframe.twitter-timeline {
   padding: 5px !important;
}
.stream-event iframe {
	height: calc(100% - 100px);
}
.stream-fullscreen .stream-event-details-header {
    padding: 0;
}
.stream-event-logo {
    display: inline-block;
    max-width: 60px;
	vertical-align: middle;
}
.stream-event-logo img{
    max-height: 40px;
}
.stream-event-name {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0 10px;
    font-size: 25px;
    font-weight: 300;
}
.stream-event-menu {
    display: inline-block;
    float: right;
}
.stream-event-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.stream-event-menu ul li {
    margin: 0 0 0 5px;
    text-align: center;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
	
}
.stream-event-menu ul li a {
	text-decoration: none;
    color: #fff;
    font-size: 24px;
	padding-top: 5px;
    display: inline-block;
}
.stream-event-content .show-chat, .no-chat .stream-event-content .hide-chat, .stream-event-content .exit-theater-mode , .theater-mode .stream-event-content  .enter-theater-mode, .stream-event-content .exit-stream-fullscreen , .stream-fullscreen .stream-event-content .enter-stream-fullscreen  {
    display: none;
}
.no-chat .stream-event-content .show-chat, .stream-event-content .hide-chat, .theater-mode .stream-event-content  .exit-theater-mode , .stream-event-content .enter-theater-mode, .stream-fullscreen .stream-event-content  .stream-event-details .stream-event-menu li.exit-stream-fullscreen , .stream-event-content .enter-stream-fullscreen{
    display: inline-block;
}

.chat-disabled .show-chat, .chat-disabled .hide-chat {
	display: none !important;
}

.stream-event-description {
	color: #fff;
	padding: 50px 0 30px 0;
}
.stream-event-description a {
	color: #fff;
}
.event-social {
    padding-bottom: 30px;
}
.event-social h2 {
    font-size:28px;
	color:#fff;
	text-align: center;
}
.event-social ul {
    margin: 0;
    padding: 0;
	text-align: center;
}
.event-social ul li {
    padding: 5px 0;
    list-style: none;
    margin: 0px 20px;
    display: inline-block;
    width: fit-content;
}
.event-social ul li a {
	color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
}
.event-social ul li a i {
    position: relative;
    top: 2px;
	  opacity: 1;
    padding-right: 5px;
}

.events-list {
    padding: 30px 0;
	margin: 0 -10px;
    position: relative;
}
.front .events-list {
	margin: 0;
	 padding: 30px 10px;
}
.events-list .view-content, .network-list .view-content{
	font-size: 0;
    width: 100%;
}
.event-list, .network-list {
	padding: 10px;
}
.event-container {
	width: 100%;
    height: 100%;
	border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 340px;
	display: block;
    text-decoration: none;
    color: #fff;
	z-index: 2;
}
.info-event-content-wrapper {
    height: 100%;
}
.info-event-content-wrapper .event-container {
    height: inherit;
	overflow-y: auto;
}
.event-container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: -moz-linear-gradient(top,  rgba(38, 50, 56, 0.6) 0%, rgba(38, 50, 56, 0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(38, 50, 56, 0.6) 0%,rgba(38, 50, 56, 0.8) 100%);
	background: linear-gradient(to bottom,  rgba(38, 50, 56, 0.6) 0%,rgba(38, 50, 56, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    z-index:0;
}
.event-container:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) -100%,rgba(9, 27, 48, 1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) -100%,rgba(9, 27, 48, 1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) -100%,rgba(9, 27, 48, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    z-index:0;
}
.info-event-content-wrapper .event-container:after {
    display: none;
}
@keyframes blueline {
	0% {left: -100%;}
	40% {left: 100%;}
}
.event-body {
    z-index: 1;
	display: block;
    position: relative;
    padding: 20px;
    text-align: center;
	height: 100%;
}
.info-event-content-wrapper .event-body {
    height: auto;
}
.event-body h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    line-height: 31px;
	padding-top: 40px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.event-container:hover .event-body h2 {
	padding-top: 20px;
	font-size: 40px;
}
.info-event-content-wrapper .event-body h2 {
	padding-top: 20px;
	font-size: 40px;
  line-height: 1;
}
.event-date {
	font-size: 13px;
    display: block;
    padding-bottom: 5px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.event-container:hover .event-date,  .info-event-content-wrapper .event-container .event-date{
	 font-size: 16px;
}
.event-big-date {
    position: absolute;
    bottom: 10px;
	display: block;
    left: 10px;
	font-size: 22px;
    line-height: 20px;
	opacity: 1;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.event-container:hover  .event-big-date {
	opacity: 0;
}
.event-big-date strong {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 3px;
}
.event-short-description {
    padding-top: 400px;
	display: block;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.info-event-content-wrapper {
    height: 100%;
}
.info-event-content-wrapper .event-container {
    height: 100%;
}
.info-event-content-wrapper .event-body {
    height: 100%;
}
.info-event-content-wrapper .columns {
    height: 100%;
}
#block-views-front-networks-block {
    padding: 60px 40px 20px 40px;
    background: rgb(9 27 48);
}

#block-views-front-networks-block h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
    padding-bottom: 20px;
    max-width: 520px;
    margin: 10px auto;
}

@media (max-width: 960px) { 
	.info-event-content-wrapper .columns {
		height: 100%;
		height: initial;
	}
}

.info-event-content-wrappers .event-short-description {
    padding-top: 40px;
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
}
.info-event-content-wrapper .event-short-description {
	padding: 0px !important;
    width: 100%;
    height: calc(100% - 60px);
    margin: 0px auto;
    overflow: hidden;
    border-radius: 0 15px 15px 15px;
    background: rgba(9, 27, 48, 0.5);
}
.event-body-wrapper {
	padding: 0px !important;
    width: 100%;
    height: calc(100% - 0px);
    margin: 0px auto;
    overflow: hidden;
    overflow-y: auto;
    display: inline-block;
}

.info-event-content-wrapper .event-short-description .event-short-description-wrapper {
	padding: 0 20px !important;
    width: 100%;
    height: calc(100% - 40px);
    margin: 20px 0;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
}
.info-event-content-wrapper .event-short-description .event-short-description-wrapper {
	display: none;
}

.event-short-description p{
	text-align: justify;
}
.info-event-content-wrapper .event-short-description a {
    color: #fff;
}
.event-container:hover .event-short-description {
	padding-top: 20px;
}
.event-nav {
	text-align: left;
    width: 100%;
    display: inline-block;
    padding: 0 0px;
}
.event-nav a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px;
	margin-right: 3px;
    border-radius: 10px 10px 0 0;
    background: rgb(9, 27, 48);
}
.event-nav a.activate, .event-nav a:hover {
    background: rgb(253, 103, 109);
}



.event-big-button {
    position: absolute;
    bottom: 100px;
    width: 220px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 15px 20px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    left: calc(50% - 110px);
}

.event-container:hover  .event-big-button {
	bottom: 40px;
	border: 1px solid rgba(255,255,255,0);
	background-image: -webkit-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
	background-image: -o-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
	background-image: linear-gradient(to right, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
}
.event-big-button.ticket-button {
    color: #fff;
    text-decoration: none;
    position: relative;
	 border: 1px solid #fff !important;
    bottom: inherit !important;
    left: inherit;
    margin: 30px 5px;
    display: inline-block;
	background: transparent !important;
}
.event-big-button.ticket-button:hover  {
	border: 1px solid rgba(255,255,255,0) !important;
	background-image: -webkit-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%) !important;
	background-image: -o-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%) !important;
	background-image: linear-gradient(to right, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%) !important;
}
.event-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    z-index: 0;
}

.event-ended .event-cover {
	-webkit-filter: saturate(0);
    opacity: 0.4;
}

.event-container:hover .event-cover {
    position: absolute;
    width: 120%;
    height: 120%;
    background-size: cover;
    background-position: center;
    top: -10%;
    left: -10%;
    z-index: 0;
}
.event-category {
    border: 1px solid #fff;
    border-radius: 15px;
    display: block;
    padding: 10px 15px;
    width: fit-content;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
	opacity: 1;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.event-container:hover  .event-category {
	opacity: 0;
}
.info-event-content-wrapper .event-container  .event-category {
    display: block;
    padding: 10px 15px;
    width: fit-content;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    margin: 30px auto;
    bottom: inherit;
    right: inherit;
    opacity: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.event-status {
    position: absolute;
    top: 10px;
    left: 10px;
    text-transform: uppercase;
}
.pulse {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255, 133, 137, 1);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 133, 137, 0.4);
    animation: pulse 2s infinite;
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.event-private {
    position: absolute;
    top: 10px;
    display: block;
    right: 10px;
    font-size: 18px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 133, 137, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 133, 137, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 133, 137, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 133, 137, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 133, 137, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255, 133, 137, 0);
      box-shadow: 0 0 0 10px rgba(255, 133, 137, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 133, 137, 0);
      box-shadow: 0 0 0 0 rgba(255, 133, 137, 0);
  }
}

html {
    background: #04101f;
}
/*
.background-back { 
	width: 100%;
    background-image: url("../img/bg10.jpg");
	background-size:  180% 140%;;
	-webkit-filter: saturate(1.5) blur(55px) hue-rotate(0deg); opacity: 0.6;
    animation: waves1 30s infinite;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
	opacity: 0.6;

}*/
.background-back {
    width: 100%;
    background-image: url("../img/bg1.gif");
    background-size: 100% 100%;
    -webkit-filter: saturate(1) blur(25px) hue-rotate(-30deg);
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
}
@-webkit-keyframes waves2 {
  0% { background-position: 0 0;  -webkit-filter: saturate(1.5) blur(55px) hue-rotate(0deg); opacity: 0.6; }
  50%   { background-position: -800px 0;  -webkit-filter: saturate(1.5) blur(85px) hue-rotate(0deg); opacity: 0.4;}
  100% { background-position: 0 0; -webkit-filter: saturate(1.5) blur(55px) hue-rotate(0deg); opacity: 0.6;}
}
@-webkit-keyframes waves1 {
  0% { background-position: 0 0; }
  50%   { background-position: -800px 0; }
  100% { background-position: 0 0;}
}
@-webkit-keyframes waves3 {
  0% { background-position: 0 0;  -webkit-filter: saturate(1.5) blur(55px) hue-rotate(0deg); opacity: 0.6; }
  50%   { background-position: -800px 0;  -webkit-filter: saturate(1.5) blur(85px) hue-rotate(0deg); opacity: 0.4;}
  100% { background-position: 0 0; -webkit-filter: saturate(1.5) blur(55px) hue-rotate(0deg); opacity: 0.6;}
}
.info-event-content-wrapper .stream-event-socials {
    max-width: 1060px;
    margin: 0 auto;
}
.event-background-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.event-background.fullscreen {
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    min-height: initial;
    width: 100%;
    z-index: 0 !important;
    position: fixed;
}
.event-background-youtube.bg-cover {
	overflow: hidden;
	position: relative;
}
.event-background-youtube, .event-background-slider, .event-background-iframe {
	width: 100%;
    height: 100%;
}
.event-background-iframe iframe {
    border: 0;
    min-height: 400px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.youtube-controls{
	font-size: 14px;
    display: block;
}
.youtube-controls a {position: relative; bottom: 0; display:inline-block; color: #e6e4d4; font-size:16px; width:20px; text-align:center; opacity: 0.8;}
.youtube-controls a:hover {opacity: 1;}
.youtube-controls #volume-down-button { margin-left:15px;}
.youtube-controls a#volume-down-button, #youtube-controls a#volume-up-button { font-size:10px; position: relative; top: -2px;}
.youtube-controls a#mute-button { font-size:22px; position: relative; top: 2px;}

.event-background-youtube.bg-cover iframe {
	box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}

.event-background-controls {
    display: inline-block;
    vertical-align: top;
    position: absolute;
	height: 20px ;
    bottom: 10px ;
    left: 10px ;
    z-index: 10;
	width: calc(100% - 20px);
}

#copyright {
	color: rgba(255,255,255,0.7);
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 11px;
    padding: 10px 0;
    line-height: 30px;
    /* border-radius: 2px; */
    width: 100%;
	text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#copyright a {
	color:#fff;
}
#hide-background {
    position: absolute;
    display: none;
    top: 5px;
    right: 5px;
    display: none;
    width: 55px;
    height: 55px;
    list-style: none;
    background-color: #D82424;
    color: #fff;
    font-size: 25px;
    padding-top: 15px;
    text-align: center;
    cursor: pointer;
    opacity: 0.8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    z-index: 1;
}
.infront #hide-background {
    display: inline-block;
}
.event-background.infront {
    z-index: 100 !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 100% !important;
    background: #333;
}

.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.9);
	z-index: 10000;
}

.popup-inner {
    max-width:500px;
    width:90%;
    padding:40px;
    position:absolute;
    top:30%;
    left:50%;
    text-align: center;
    -webkit-transform:translate(-50%, -35%);
    transform:translate(-50%, -35%);
    border-radius:4px;
    background:#fff;
}
.share.popup-inner {
    max-width:700px;
}

.popup-inner p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

.popup-inner a, .popup-inner button {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 30px;
    font-weight: 300;
    letter-spacing: 0px;
    border: none !important;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    margin: 20px 5px 0 5px;
    color: #fff;
    background: #333;
    opacity: 0.9;
	min-width: 120px;
}
.popup-inner a:hover, .popup-inner button:hover {
	opacity: 1;
}
.popup-inner a[data-popup-close] {

}
.share ul, .share li {
	list-style: none;
	padding: 0;
	margin: 0;
}
li.share {
    margin-bottom: 0;
}
.popup .share a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
	min-width: initial;
    list-style: none;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    padding: 0;
    margin-right: 1px;
    text-align: center;
    border-radius: 50% !important;
    line-height: 50px;
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.popup .share a i{
	line-height: 50px;
}
.popup .share a:hover{
	opacity: 1;
}
.popup .share a.facebook:hover{
  	background: #3b5998;
}
.popup .share a.twitter:hover{
  	background: #00aced;
}
.popup .share a.linkedin:hover{
  	background: #007bb6;
}
.popup .share a.googleplus:hover{
  	background: #dd4b39;
}
.popup .share a.envelope:hover{
  	background: #00bf8f;
}
.popup .share a.whatsapp:hover{
  	background: #7AB549;
}

.popup .share a.qr:hover, .popup .share a.qr.active{
	opacity:1;
}

.popup .share a.qr {
    display: block;
    width: 380px;
    max-height: initial;
    height: 380px;
    border-radius: 0 !important;
    margin: 0 auto;
    padding: 0;
	 opacity: 1;
    -ms-transform: scale(2, 3);
    -webkit-transform: scale(2, 3);
    transform: scale(0.9, 0.9);
	background: #fff;
}
.popup .share a.qr .qrcode {
    width: 100%;
    height: 100%;
}
.popup .share a.qr i {
    display:none;
}


/* animation */
.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes BackgroundFloat {
    0%{background-position:7% 0%; }
    12%{background-position:94% 100%; }
    25%{background-position:7% 0%; }
    37%{background-position:94% 100%; }
    50%{background-position:7% 0%;}	
    62%{background-position:94% 100%; }
    75%{background-position:7% 0%; }		
    87%{background-position:94% 100%; }
    100%{background-position:7% 0%;}		
}
@-moz-keyframes BackgroundFloat {
    0%{background-position:7% 0%; }
    12%{background-position:94% 100%; }
    25%{background-position:7% 0%; }
    37%{background-position:94% 100%; }
    50%{background-position:7% 0%;}	
    62%{background-position:94% 100%; }
    75%{background-position:7% 0%; }		
    87%{background-position:94% 100%; }
    100%{background-position:7% 0%;}		
}
@keyframes BackgroundFloat { 
    0%{background-position:7% 0%; }
    12%{background-position:94% 100%; }
    25%{background-position:7% 0%; }
    37%{background-position:94% 100%; }
    50%{background-position:7% 0%;}	
    62%{background-position:94% 100%; }
    75%{background-position:7% 0%; }		
    87%{background-position:94% 100%; }
    100%{background-position:7% 0%;}	
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(30%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(30%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

.silky{
	background-position: 50% 50% !important;
    background-repeat: none !important;
	background: url('../img/bg6.jpg') ; 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	-webkit-animation: waves 100s infinite linear;
}
.cingif {
	background: url('../img/bg7.gif') ; 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
@-webkit-keyframes waves {
  0% { background-position: 0 0;  filter: hue-rotate(0);
	-webkit-filter: hue-rotate(0);
	-moz-filter: hue-rotate(0);
	-o-filter: hue-rotate(0);
	-ms-filter: hue-rotate(0); }

10% {
	-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-o-transform: scale(1);
  	transform: scale(1);
	}
  25% {filter: hue-rotate(360deg);
	-webkit-filter: hue-rotate(360deg);
	-moz-filter: hue-rotate(360deg);
	-o-filter: hue-rotate(360deg);
	-ms-filter: hue-rotate(360deg);
	}

  50% {filter: hue-rotate(0);
	-webkit-filter: hue-rotate(0);
	-moz-filter: hue-rotate(0);
	-o-filter: hue-rotate(0);
	-ms-filter: hue-rotate(0); 
  }
  75% {filter: hue-rotate(360deg);
	-webkit-filter: hue-rotate(360deg);
	-moz-filter: hue-rotate(360deg);
	-o-filter: hue-rotate(360deg);
	-ms-filter: hue-rotate(360deg);}
  100%   { background-position: 200% 0;  filter: hue-rotate(0);
	-webkit-filter: hue-rotate(0);
	-moz-filter: hue-rotate(0);
	-o-filter: hue-rotate(0);
	-ms-filter: hue-rotate(0);
		-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-o-transform: scale(1);
  	transform: scale(1);
	  }
}


.front .region.region-slider {
    width: 100%;
    height: calc(100% - 60px);
    margin: 0;
    padding: 0;
	position: relative;
    z-index: 0;
}
.front #block-views-slider-events-block, .front #block-views-slider-events-block > .content, .front #block-views-slider-events-block > .content > div, .front #block-views-slider-events-block > .content > div > div, .flexslider .slides > li > div, .flexslider .slides > li > div > span {
    width: 100%;
    height: 100%;
	margin: 0;
    padding: 0;
	display: block;
}
.flexslider .event-container {
    height: 100%;
    border-radius: 0px;
}
.flexslider .event-body {
    height: initial;
    position: absolute;
    width: 100%;
    bottom: 60px;
	padding-bottom: 150px
}
.flexslider .event-short-description {
    padding-top: 20px;
	display: none;
}
.flexslider .event-big-button {
    bottom: 20px;
	color: #fff;
    text-decoration: none;
}
.flexslider .event-body h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    padding-top: 40px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.flexslider .event-date {
    font-size: 24px;
    display: block;
    font-weight: 300;
    padding-bottom: 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.flexslider .event-big-date {
    position: absolute;
    bottom: 10px;
    display: block;
    left: 10px;
    font-size: 60px;
    line-height: 40px;
    opacity: 0.4;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.flexslider .event-big-date strong {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    top: 4px;
}
.flexslider .event-status {
    position: relative;
    top: initial;
    left: initial;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    line-height: 10px;
    font-weight: 500;
    padding: 10px;
}
.flexslider .event-status .pulse {
    top: 1px;
}
.flexslider .event-container:hover .event-body h2 {
    padding-top: 20px;
    font-size: 80px;
}
.flexslider .event-container:hover .event-big-date {
    opacity: 0.6;
}
.flexslider .event-container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) -100%,rgba(9, 27, 48, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) -100%,rgba(9, 27, 48, 1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) -100%,rgba(9, 27, 48, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    z-index: 0;
}

.flexslider .event-container:hover:after {
    height: 100%;
}


.hovercontainer {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.category-front,
.category-back {
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 240px;
	height: auto;
	color: #fff;
	font-size: 1.5rem;
	border-radius: 10px;
}

.category-front:after,
.category-back:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background-color: #000;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) -100%,rgba(9, 27, 48, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) -100%,rgba(9, 27, 48, 1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) -100%,rgba(9, 27, 48, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    opacity: 0.9;
	border-radius: 8px;
}

.hovercontainer:hover .category-front,
.hovercontainer:hover .category-back {
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.category-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.category-inner {
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
}
.category-inner a {
    background-image: -webkit-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-image: -o-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-image: linear-gradient(to right, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-size: 140%;
    background-position: 0;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 15px;
    font-weight: 600;
	color: #fff;
	text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.hovercontainer .category-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hovercontainer .category-front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hovercontainer:hover .category-back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hovercontainer:hover .category-front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.category-front .category-inner h3 {
	font-size: 26px;
	position: relative;
	color: #fff;
	font-weight: 800;
}

.category-back .category-inner p {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}



@media (max-width: 1000px) { 
	.event-container {
		height: 390px;
	}
	.stream-event {
		position: absolute;
		width: calc(100% - 0px);
		height: calc(100% - 400px);
		display: inline-block;
		top: 0px;
		left: 0px;
		padding: 0;
	}
	.stream-chat {
		position: absolute;
		height: 380px;
		width: calc(100% - 0px);
		display: inline-block;
		top: initial;
		bottom: 0px;
		right: 0px;
		padding: 0;
	}
}
@media (max-height: 800px) and (max-width: 1000px) { 
  #copyright{
    display: none;
  }
  .lc-chat-sidebar{
    left: -10px !important;
    width: 70px !important;
  }
  .lc-chat-sidebar.open{
    width: 170px !important;
    left: 0px !important;
  }
   
  .lc-chat-sidebar .content-sidebar ul li a{
    display:block !important;
  }
  .lc-chat-sidebar .content-sidebar ul li a span.only-expand-view{
    display: none !important;
  }
  .lc-chat-sidebar.open .content-sidebar ul li a span.only-expand-view{
    display: block !important;
  }
  .lc-chat-sidebar .content-sidebar ul li a span.user-image{
    margin: 0 auto !important;
  }
  .lc-chat-sidebar.open .content-sidebar ul li a span.user-image{
    margin-right: 10px !important;
  }
  .lc-chat-sidebar.open .content-sidebar ul li a{
    display: flex !important;
  }
	.stream-event-content {
		position: relative;
		width: calc(100% - 0px);
		height: calc(100% - 60px);
		display: inline-block;
		background: #091b30;
		top: 0;
		left: 0px;
		border-radius: 0px;
		overflow: unset;
	}
	.stream-event {
		position: relative;
		width: calc(100% - 0px) !important; 
		min-height: 400px;
		height: 100%;
		display: inline-block;
		top: 0px;
		left: 0px;
		padding: 0;
		overflow: unset;
	}
	.stream-chat {
		position: relative;
		height: 380px;
		width: calc(100% - 0px);
		display: inline-block;
		top: 0;
		bottom: 0px;
		right: 0px;
		padding: 0;
	}
}

@media (max-width: 640px) { 
	.stream-event-content {
		position: relative;
		width: calc(100% - 0px);
		height: auto;
		display: inline-block;
		background: #333;
		top: 0px;
		left: 0;
		border-radius: 0px;
		/*overflow: auto;*/
    overflow: unset;
	}
	.stream-event {
		position: relative;
		width: calc(100% - 0px);
		/*height: 400px;*/
    height: auto;
		display: inline-block;
	}
	.stream-chat {
		position: relative;
		height: 380px;
		width: calc(100% - 0px);
		display: inline-block;
	}
  .stream-chat.stream-chat-only{
    height: calc(100vh - 66px);
  }
}

/* -------------------------------------------------------------------------------------------------------- */
/* medium devices ------------- */
@media (max-width: 960px) { 
	html {
		font-size: 120%;
	}
	/* grid system ------------- */
	/* columns types ------------- */
		.md-1 { 
			width: 8.33333%;
		}
		.md-2 {
			width: 16.66667%;
		}
		.md-3 {
			width: 25%;
		}
		.md-4 {
			width: 33.33333%;
		}
		.md-5 {
			width: 41.66667%;
		}
		.md-6 {
			width: 50%;
		}
		.md-7 {
			width: 58.33333%;
		}
		.md-8 {
			width: 66.66667%;
		}
		.md-9 {
			width: 75%;
		}
		.md-10 {
			width: 83.33333%;
		}
		.md-11 {
			width: 91.66667%;
		}
		.md-12 {
			width: 100%;
		}
	/* columns margins ------------- */
		.md-ml-0 { 
			margin-left: 0;
		}
		.md-ml-1 { 
			margin-left: 8.33333%;
		}
		.md-ml-2 {
			margin-left: 16.66667%;
		}
		.md-ml-3 {
			margin-left: 25%;
		}
		.md-ml-4 {
			margin-left: 33.33333%;
		}
		.md-ml-5 {
			margin-left: 41.66667%;
		}
		.md-ml-6 {
			margin-left: 50%;
		}
		.md-ml-7 {
			margin-left: 58.33333%;
		}
		.md-ml-8 {
			margin-left: 66.66667%;
		}
		.md-ml-9 {
			margin-left: 75%;
		}
		.md-ml-10 {
			margin-left: 83.33333%;
		}
		.md-ml-11 {
			margin-left: 91.66667%;
		}
		.md-mr-0 { 
			margin-right: 0;
		}
		.md-mr-1 { 
			margin-right: 8.33333%;
		}
		.md-mr-2 {
			margin-right: 16.66667%;
		}
		.md-mr-3 {
			margin-right: 25%;
		}
		.md-mr-4 {
			margin-right: 33.33333%;
		}
		.md-mr-5 {
			margin-right: 41.66667%;
		}
		.md-mr-6 {
			margin-right: 50%;
		}
		.md-mr-7 {
			margin-right: 58.33333%;
		}
		.md-mr-8 {
			margin-right: 66.66667%;
		}
		.md-mr-9 {
			margin-right: 75%;
		}
		.md-mr-10 {
			margin-right: 83.33333%;
		}
		.md-mr-11 {
			margin-right: 91.66667%;
		}
	/* columns alignment ------------- */
		.md-top { 
			vertical-align: top;
		}
		.md-bottom { 
			vertical-align: bottom;
		}
		.md-middle {
			vertical-align: middle;
		}
		
/* header ------------- */
	.front .header .menu li, .not-front .header .menu li {
		margin: 0 3px;
	}
	.front .header .menu li > a, .not-front .header .menu li > a{
		font-size: 13px;
		padding: 7px 15px;
	}
	.tothetop.front .header .menu li > a, .not-front .header .menu li > a {
		padding: 7px 15px;
	}
	#room_number_entering, .room_form .buttons {
		text-align: center;
		padding:5px ;
	}
	
.default-header:before, .default-header:after {
    content: '';
    border-left: none;
    background: none;
}
}



/* -------------------------------------------------------------------------------------------------------- */
/* small devices ------------- */
@media  (max-width: 840px) { 
	html { 
		font-size: 112%;
	}
	/* grid system ------------- */
	/* columns types ------------- */
		.sm-1 { 
			width: 8.33333%;
		}
		.sm-2 {
			width: 16.66667%;
		}
		.sm-3 {
			width: 25%;
		}
		.sm-4 {
			width: 33.33333%;
		}
		.sm-5 {
			width: 41.66667%;
		}
		.sm-6 {
			width: 50%;
		}
		.sm-7 {
			width: 58.33333%;
		}
		.sm-8 {
			width: 66.66667%;
		}
		.sm-9 {
			width: 75%;
		}
		.sm-10 {
			width: 83.33333%;
		}
		.sm-11 {
			width: 91.66667%;
		}
		.sm-12 {
			width: 100%;
		}
	/* columns margins ------------- */
		.sm-ml-0 { 
			margin-left: 0;
		}
		.sm-ml-1 { 
			margin-left: 8.33333%;
		}
		.sm-ml-2 {
			margin-left: 16.66667%;
		}
		.sm-ml-3 {
			margin-left: 25%;
		}
		.sm-ml-4 {
			margin-left: 33.33333%;
		}
		.sm-ml-5 {
			margin-left: 41.66667%;
		}
		.sm-ml-6 {
			margin-left: 50%;
		}
		.sm-ml-7 {
			margin-left: 58.33333%;
		}
		.sm-ml-8 {
			margin-left: 66.66667%;
		}
		.sm-ml-9 {
			margin-left: 75%;
		}
		.sm-ml-10 {
			margin-left: 83.33333%;
		}
		.sm-ml-11 {
			margin-left: 91.66667%;
		}
		.sm-mr-0 { 
			margin-right: 0;
		}
		.sm-mr-1 { 
			margin-right: 8.33333%;
		}
		.sm-mr-2 {
			margin-right: 16.66667%;
		}
		.sm-mr-3 {
			margin-right: 25%;
		}
		.sm-mr-4 {
			margin-right: 33.33333%;
		}
		.sm-mr-5 {
			margin-right: 41.66667%;
		}
		.sm-mr-6 {
			margin-right: 50%;
		}
		.sm-mr-7 {
			margin-right: 58.33333%;
		}
		.sm-mr-8 {
			margin-right: 66.66667%;
		}
		.sm-mr-9 {
			margin-right: 75%;
		}
		.sm-mr-10 {
			margin-right: 83.33333%;
		}
		.sm-mr-11 {
			margin-right: 91.66667%;
		}
	/* columns alignment ------------- */
		.sm-top { 
			vertical-align: top;
		}
		.sm-bottom { 
			vertical-align: bottom;
		}
		.sm-middle {
			vertical-align: middle;
		}
/* tables ------------- */
		.table-responsive {
			width: 100%;
			margin-bottom: 12.75px;
			overflow-y: hidden;
			-ms-overflow-style: -ms-autohiding-scrollbar;
			border: 1px solid #ffffff;
		}
		
		
/* header ------------- */
	.front .header, .tothetop.front .header, .not-front .header {
		width:100%;
		min-height:80px;
		position: relative;
		bottom:inherit;
		left:inherit;
		display:inline-block;
	}
	.front .header .menu, .not-front .header .menu {
		text-align: center;
		margin: 0;
		padding: 0 0;
		position: inherit;
	}
	.front .header .menu.expanded, .not-front .header .menu.expanded {
		text-align: center;
		margin: 0;
		padding: 20px 0;
		position: inherit;
	}
	
	.front .header .menu li.expand-menu i, .not-front .header .menu li.expand-menu i {
		font-size: 28px;
		padding-top: 2px;
	}
	.front .header .menu li, .not-front .header .menu li {
		display: none;
		width: 70%;
		margin: 11px auto;
	}
	.front .menu li.expand-menu, .not-front .menu li.expand-menu {
		display: block;
    	height: 54px;
		cursor: pointer;
		width: fit-content !important;
		position: absolute;
		top: 15px;
		right: 40px;
		width: auto;
	}
	.front .header .menu li > a, .not-front .header .menu li > a{
		font-size: 14px;
		padding:10px 20px;
	}
	#logo {
		display: inline-block;
		text-align: left;
		width: 100%;
	}
	.front .expanded.menu li, .not-front .expanded.menu li {
		display: block;
	}
	.front .header .menu li:hover, .front .header .menu li.active, .not-front .header .menu li:hover, .not-front .header .menu li.active {
		/*background: #ffffff;
		border: 1px solid #ffffff;*/
	}
	.front .header .menu li:hover > a, .front .header .menu li.active > a, .not-front .header .menu li:hover > a, .not-front .header .menu li.active > a{
		/*color:rgba(241,146,33,1.00);*/
	}
	/* front ------------- */
	.not-fullscreen {
		padding: 50px 0;
		overflow: inherit; 
	}
	.fullscreen, .content-a {
		overflow: auto;
		width:100%;
		min-height:100%;
	}
	.front .front-screen {
		height: 100%;
		min-height: inherit;
		padding: 0;
		overflow: initial;
		position: relative;
	}
	.front .front-screen #screen{
		height:inherit;
		min-height: inherit;
		overflow: inherit;
		top: 0;
    	left: 0;
		width:100%;
	}
	.front-screen .content-a {
		position: absolute;
		height: 100%;
    	overflow: hidden;
    	padding: 20px 0;
	}
	.tothetop.front .scroll-landingpage, .ardown {
		display:none;
	}
	.get-stuff a {
		display:inline-block;
		max-width:300px;
		width:100%;	
	}
	.get-stuff span {
		display:block;
		text-align:center;
		width:100%;	
	}
	.front .text-rotate {
    	font-size: 32px;
	}
	/* footer ------------- */
	.footer p, .footer .columns:nth-child(2) p, .footer .clean-columns:nth-child(2) p, .footer .columns:nth-child(3) p, .footer .clean-columns:nth-child(3) p {
		text-align:center;
		padding: 10px 0;
	}
	
	.front .expanded.menu li.acc-submenu-li, .not-front .expanded.menu li.acc-submenu-li {
		position: absolute;
		top: 60px;
		width: 100%;
	}
	.front .header .menu li.acc-submenu-li > a, .not-front .header .menu li.acc-submenu-li > a {
		padding: 0;
	}
	
	.front .header .menu li, .not-front .header .menu li {
		margin: 0 auto;
		margin: 2px 0;
    	width: 100%;
	}
	
	.front .header .menu li > a, .not-front .header .menu li > a {
		padding: 5px 0;
		text-align: center;
	}
	
	.header .sub-menu {
		position: relative;
		width: 100%;
		text-align: center;
		top: 0;
		padding: 0px;
		margin: 0;
		right: 0;
		display: inline-block;
	}
	.header ul.menu li.loginbutton {
		margin-right: 0;
		margin-left: 0;
		padding-left: 0px;
	}
	.header ul.menu li.registerbutton {
		margin-left: 0;
		margin-right: 0;
		position: relative;
	}
	.header ul.menu li.registerbutton:before {
		display: none;
	}
	.header ul.menu li.highlightbutton {
		margin: 0 auto;
		max-width: 140px;
		text-align: center;
	}
	.header ul.menu li.highlightbutton > a {
		text-align: center;
	}
	.acc-user-avatar {
		width: 120px;
		height: 120px;
		position: relative;
		top: 15px;
		right: 12px;
	}
	ul.sec-menu {
		margin: 0 5px 0 0;
	}
	ul.acc-submenu {
		background: transparent;
		box-shadow: none;
		border: none;
		min-width: 280px;
		border-radius: 3px;
		position: absolute;
		top: 40px;
		margin: 0;
		left: 0;
		padding: 0;
		
		display: block;
		text-align: left;
	}
	.acc-submenu hr {
		width: 80%;
	}
	.front .expanded.menu li .acc-submenu li , .not-front .expanded.menu li .acc-submenu li 
	{
		display: none !important;
	}
	.front .menu li.expand-menu > a, .not-front .menu li.expand-menu > a {
		margin-right: -22px;
	}
	.front .menu li.expand-menu > a:after, .not-front .menu li.expand-menu > a:after {
		display: none;
	}
	.front .header .menu li:nth-child(2), .not-front .header .menu li:nth-child(2) {
		margin-tops: 120px;
	}
	.front.not-logged-in .header .menu li:nth-child(2), .not-front.not-logged-in .header .menu li:nth-child(2) {
		margin-top: 0;
	}
	.header .menu li:hover > a:after, .header .header li.active-trail > a:after {
		width: 40px;
		left: 0;
	}
	.expanded .mob-acc-submenu {
		display: block;
		margin-bottom: 20px;
	}
	.mob-acc-submenu hr {
		width: 100%;
		border: 0;
		border-top: 1px solid rgba(1, 13, 80, 0.1);
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0;
	}
	.front .header .menu .mob-acc-submenu li, .not-front .header .menu .mob-acc-submenu li {
		margin-top: 0px;
	}
	#room_number_entering label {
		margin: 0 auto !important;
	}
	
/* networks */
.list-nt .network-holder .list-nt-network {
	font-size:0;
	margin:10px 0;
	display:inline-block;
	/*background:#FFF100;
	border-bottom:2px solid rgba(241,146,33,1.00);*/
}
.list-nt .network-holder .list-nt-network > div {
	height: auto;
	overflow: auto;	
	vertical-align:middle;
}
.list-nt .network-holder .list-nt-network .cover {
	width:30% !important;
	height: 140px;
	/*background:none !important;*/
	text-align:center;
}
.room-time-show {
    bottom: 0;
    height: 80px;
    line-height: 20px;
    padding: 10px 5px;
}
.room-time-show-ico {
    display: none;
}
.list-nt .network-holder .list-nt-network .cover img {
	/*display: inline-block;*/
}
.list-nt .network-holder .list-nt-network .cover:before {
	display:none;
}
.list-nt .network-holder .list-nt-network .info {
	width:70% !important;
	padding:5px 20px 20px 20px !important;
}
.list-nt .network-holder .list-nt-network .info h2{
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
	position:relative;
	/*color:#ffffff;*/
}
.list-nt .network-holder .list-nt-network .info h2:before{
    display:none;
}
.room-nav {
    position: relative;
    top: -10px;
    right: 0;
    width: 100%;
    height: auto;
    font-size: 0;
    margin: 0;
    display: inline-block;
}
.room-nav a {
    display: inline-block;
    width: 50%;
    height: 50px;
    font-size: 18px;
    color: #fff;
}
.room-nav .share {
    width:100%;
	display:inline-block;
	vertical-align:top;
	border-top:1px solid rgba(255,255,255,0.2);
}
.room-nav .share a {
    width:20%;
	height:40px;
	text-align:center;
	font-size:14px;
	padding-top: 12px;
}
.not-logged-in.node-type-campaign label, .not-logged-in.page-user label {
    width: 100%;
	margin-left: 0;
	text-align:center;
}
.spineer, .desktop {
	display:none;
}
.mobile {
	display:inline-block;
}
.footer p span{
	display: block;
	text-align:center;
}
.footer p span.footertest {
	margin-right:0;
}
.region-language {
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
    z-index: 200;
}
.language-switcher-locale-url {
    text-align:center;
}
.room_form .buttons a {
    min-width: 120px;
}
.default-header:before, .default-header:after {
    content: '';
    border-left: none;
    background: none;
}
	.fx-container {
		margin-top: 100px;
		padding: 10px;
	}
	.front-screen .content-b {
		vertical-align: top;
	}
	.front-screen .content-a {
		padding: 0;
	}
	#girl {
		left: 0 !important;
		z-index:0 !important;
	}
	
.flexslider .event-body {
    bottom: 0px;
	padding-bottom: 150px
}
.flexslider .event-body h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    padding-top: 10px;
}
.flexslider .event-date {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 5px;
}
.flexslider .event-big-date {
    position: absolute;
    bottom: 10px;
    display: block;
    left: 10px;
    font-size: 60px;
    line-height: 40px;
    opacity: 0.4;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.flexslider .event-big-date strong {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    top: 4px;
}
.flexslider .event-container:hover .event-body h2 {
    font-size: 40px;
}
.flexslider .event-container:hover .event-big-date {
    opacity: 0.6;
}
.flex-control-nav {
    position: absolute;
    top: 30%;
    right: 5px;
}
.flex-control-nav li a {
    width: 15px;
    height: 15px;
}	
	
	
	.stream-event-menu ul li.go-event-details, 	.stream-event-menu ul li.show-chat, .stream-event-menu ul li.hide-chat, .stream-event-menu ul li.exit-theater-mode, .stream-event-menu ul li.enter-theater-mode {
		display: none;
	}
	
}
/* for print ------------- */
@media print {
	.non-print { display: none; }
}


/*
.rainbowctv-button, .not-logged-in.page-user input[type=submit], .node-type-campaign input[type=submit], .refilltimer a {
    font-familys: 'Josefin Sans', sans-serif;
	font-family: 'Roboto', sans-serif;	
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    height: 50px;
    padding: 15px 30px;
    font-weight: 500;
    border: none !important;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    margin-top: 2%;
    color: #fff;
	background-color: #343d73;
}
.rainbowctv-button:hover, .not-logged-in.page-user input[type=submit]:hover, .node-type-campaign input[type=submit]:hover, .refilltimer a:hover {
	    background-color: #564889;
}
*/
.rainbowctv-button, .not-logged-in.page-user input[type=submit], .node-type-campaign input[type=submit], .refilltimer a {
    background-image: -webkit-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-image: -o-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-image: linear-gradient(to right, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-size: 140%;
    background-position: 0;
    padding: 10px 30px;
    font-size: 14px;
    max-width: 260px;
    line-height: 16px;
    border-radius: 15px;
    font-weight: 600;
    color: #fff;
    border: none !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.rainbowctv-button:hover, .not-logged-in.page-user input[type=submit]:hover, .node-type-campaign input[type=submit]:hover, .refilltimer a:hover {
    color: #fff !important;
    background-position: -50px;
}


#_oss_container{
	display: none !important;
}

.side-content object{
    width: 100% !important;
}

.field-name-field-code {
	display: none !important;
}

input.error {
    color: #333333 !important;
}

.page-room form#nsrtc-application-room-enter-form {
	max-width: 400px;
	margin: 0 auto;
}

#nsrtc-application-room-enter-form button, #nsrtc-application-room-enter-form input[type="button"], #nsrtc-application-room-enter-form input[type="submit"] {
    width: 48%;
    min-width: 190px;
    display: inline-block;
    margin: 0 1%;
}

#block-ns-instagram-synch-instagram .content a{
	background: none;
    border: none;
    height: auto;
    display: inline-block;
    margin-right: 2px;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    width: auto;
    min-width: 160px;
    border-radius: 4px;
    margin-left: 0;
    text-align: center;
    background-color: rgba(54,158,153,1);
    text-decoration: none;
}
#block-ns-instagram-synch-instagram .content a:hover {

    background-color: #18bcf9;
}



.youtube-fullscreen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.youtube-fullscreen iframe {
    width: 100%;
    height: 100%;
}




.region-one h2 {
	font-size: 54px;
    color: #333;
    margin-bottom: 20px;
	text-transform: capitalize;
}

.region-one p {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #333;
}
.region-two h2 {
    font-size: 80px;
    color: #fff;
    margin-bottom: 70px;
    line-height: 70px;
    letter-spacing: -3px;
    text-transform: capitalize;
}
.region-two p {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}
.region-zero {
    padding-top: 140px;
}
.region-zero img {
	width: 100%;
	max-width: 520px;
}
.region-zero h2 {
	font-size: 50px;
    color: #fff;
    margin-bottom: 70px;
    margin-top: 0;
    line-height: 70px;
    letter-spacing: -3px;
    text-transform: uppercase;
}


#nsrtc-usage-sess-form .horizontal-tab-button a{
	text-transform: uppercase;
    padding: 15px 20px;
    font-size: 12px;
    display: inline-block;
    color: #333;
}
.profile .field-name-field-user-avatar {
    float: right;
    margin: 0;
}
.profile .field-name-field-user-avatar .field-label {
    display:none;
}
.profile .field-name-field-user-avatar img{
    max-width: 70px;
}

@media  (max-width: 480px) { 
	.page-room form#nsrtc-application-room-enter-form {
		max-width: 400px;
		margin: 0 auto;
		padding: 5px;
	}
	#nsrtc-application-room-enter-form button, #nsrtc-application-room-enter-form input[type="button"], #nsrtc-application-room-enter-form input[type="submit"] {
		width: 48%;
		min-width: 140px;
		display: inline-block;
		margin: 0 1%;
	}
}

#my_room_entering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: rgba(14, 168, 222, 0.9);
    background-image: none;
	font-size: 18px;
    font-weight: 300;
}
/* Custom Select */
#my_room_entering .select {
    position: relative;
    display: inline-block;
	vertical-align: middle;
    max-width: 330px;
	width: 100%;
    height: 60px;
    line-height: 3;
    background: transparent;
    overflow: hidden;
    border-radius: .25em;
}
#my_room_entering select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
}
#my_room_entering select::-ms-expand {
  display: none;
}
/* Arrow */
#my_room_entering .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0px 15px;
    line-height: 60px;
    font-size: 25px;
    color: rgba(255,255,255,0.2);
    background: #34495e;
    pointer-events: none;
}
#my_room_entering  select option {border: 0px solid rgba(0,0,0,0); background: rgba(14, 168, 222, 0.9);}
/* Transition */
#my_room_entering .select:hover::after {
  color: #f39c12;
}
#my_room_entering .select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
#my_room_entering input[type=submit] {
	max-width:330px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}

.node-type-campaign .content-a {
    background-colors: rgba(255,255,255,0.8);
}
.node-type-campaign .flexslider .slides > li {
    display: inline-block;
}
.node-type-campaign .container {
    max-width: 350px;
}


.page-node-506 .tabs {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
	border: none;
	background: maroon;
}
.page-node-506 .tab {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
}

.page-node-506 .tab-content {
    padding: 0;
    border-radius: 3px;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
    background: #000;
    width: 100%;
    height: calc(100% - 50px);
    position: relative;
}

.page-node-506 h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
	height: 60px;
    line-height: 30px;
	color:#fff;
}
.page-node-506 h2 small {
    font-size: 20px;
}
.page-node-506 .video-youtube {
    width: 100%;
    height: calc(100% - 150px);
}
.page-node-506 .video-youtube iframe {
    width: 100%;
    height: 100%;
}


.page-node-506 ul.tab-links {
    margin: 0;
    padding: 0;
}
.page-node-506 .tab-links li {
    margin: 0px 2px;
    float: left;
    list-style: none;
}
.page-node-506 .tab-links a {
    padding: 9px 25px;
    display: inline-block;
    border-radius: 0px;
    background: firebrick;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    transition: all linear 0.15s;
    text-decoration: none;
}
.page-node-506 li.active a, .page-node-506 li.active a:hover {
    background: crimson;
    color: #fff;
}
.page-node-506 .tab-links a:hover {
    background: crimson;
    text-decoration: none;
}

/*
.password-strength {
    width: 17em;
    float: initial;
    margin-top: 1.4em;
    margin-left: 135px;
}*/
.password-strength {
    width: 100%;
    float: initial;
    padding-bottom: 10px;
    /* margin-top: 1.4em; */
    /* margin-left: 135px; */
}

.page-promo-shop .content .columns {
	text-align: center;
}


form#ns-promo-prp-admin-test-form {
    max-width: 400px;
    display: inline-block;
    text-align: left;
}

.badges-title {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 20px;
    margin-top: 70px;
}
.badges {
	padding: 0;
	margin: 0;
	width:100%;
	font-size: 0;
	text-align: center;
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.badges li {
	padding: 0;
	margin: 0;
	display: inline-block;
	/* width: 100%; */
	width: 80px;
	position: relative;
}
.badges li img{
	width: 100%;
	opacity: 0.2;
	 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.badges li.active img{
	opacity: 1;
	 -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.badges li.active:hover img{
    position: absolute;
    width: 180px;
    left: -19px;
    top: -60px;
    max-width: 150%;
    z-index: 100;
}

.mark-network {
    display: inline-block;
    position: absolute;
    background: crimson;
    width: 10px;
    height: 100%;
    opacity: 0.9;
    bottom:0px;
    left: 0px;
	z-index: 0;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.videowallAlert span {
    font-size: 20px;
    padding: 0 0 0 10px;
}
.network-holder:hover .mark-network {
	bottom: 0;
    left: -10px;
}
.mark-red {
    background: firebrick;
}
.mark-blue, .videowallAlert {
    background: slateblue;
}
.mark-green {
    background: lightseagreen;
}
.mark-gold {
    background: tomato;
}
.list-nt .network-holder .list-nt-network .cover:before {
    z-index: 3;
}
.room-time-show-ico {
    z-index: 2;
}
.room-time-show {
    z-index: 1;
}



.page-promo-shop-form .content {
    text-align: center;
}
.page-promo-shop-form form {
	display: inline-block;
    text-align: left;
    max-width: 500px;
}
.page-promo-shop-form form fieldset {
    background: #333;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
	margin: 0 0 20px 0;
	border-bottom: 4px solid #21a9dc;
}
.page-promo-shop-form form fieldset legend {
    position: relative;
    top: 25px;
    text-transform: uppercase;
	font-size: 15px;
    font-weight: 600;
}

.page-promo-shop-form form input[disabled], .page-promo-shop-form form input[readonly], .page-promo-shop-form form fieldset[disabled] .form-control {
    border: none;
    box-shadow: none;
	cursor: default;
}
.page-promo-shop-form button, .page-promo-shop-form input[type="button"], .page-promo-shop-form input[type="submit"] {
    color: #ffffff;
    background-color: #333333;
    border: none;
    cursor: pointer;
    width: inherit;
    min-width: 200px;
    text-transform: uppercase;
	font-size: 15px;
    font-weight: 600;
}


.g-recaptcha {
    margin: 0 auto;
    display: inline-block;
}
.g-recaptcha iframe {
    height:80px;
}


ul.menu li.tosocial {
	border: none !important;
    background: transparent !important;
}
ul.menu li.tosocial a {
	padding: 5px 2px !important;
    line-height: 0px !important;
    display: inline-block !important; 
    width: initial !important;
}
ul.menu li.tosocial a i.fa {
    width: 30px;
    height: 30px;
}
ul.menu li.tosocial a i.fa:before {
    font-size: 26px;
}


.event-password-form {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
	background: transparent;
}
.event-password-form h1 {
    color: #fff;
    text-align: center;
    padding-top: 60px;
}
.event-password-form h3 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-bottom: 60px;
}
.event-password-form input {
    max-width: 400px;
    margin: 10px auto;
    width: 100% !important;
    display: block;
	border-radius: 15px;
    border: none;
}
.event-password-form input[type="submit"] {
    color: #ffffff;
    background-color: #343d73;
    border: none;
    cursor: pointer;
    width: 180px !important;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-image: -o-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-image: linear-gradient(to right, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-size: 140%;
    background-position: 0;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.event-password-form input[type="submit"]:hover {
    color: #fff !important;
    background-position: -50px;
}
ul.menu .menu-item--active-trail a{
    color: #fd4c66 !important;
}
section.bg-transparent{
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}
.pager__item.is-active {
    font-weight: bold;
    color: #fff !important;
}
.form-type-checkbox input[type="radio"],.form-type-checkbox input[type="checkbox"]{
  top: -6px !important;
}
.button{
  display: inline-block;
    margin: 4px 2px;
    border: none;
    border-radius: 4px;
    transition: background-color 200ms ease-in-out 0s;
    background-color: #80b620 !important;
    color: #fff;
    padding: 8px 30px;
    cursor: pointer;
    font-size: 15px;
    line-height: 23px !important;
    text-decoration: none;
    background-image: none;
    height: 38px !important;
    text-transform: uppercase;
}
#edit-back{
  width: auto;
  float: right;
}
.tabs a:focus, .tabs a:hover {
    background-color: #09315f !important;
}
.event-big-button.view_event,
.event-big-button.edit_event{
  width: 160px;
    color: #fff;
    text-decoration: none;
    left: calc(50% - 170px);
}
.event-big-button.edit_event {
    left: calc(50% - -10px) !important;
}

.event-big-button.enable_event{
    width: 160px;
    color: #fff;
    text-decoration: none;
    left: calc(50% - 88px);
    margin-bottom: 63px;
}

.event-container:hover .event-big-button{
  bottom: 100px !important;
}
#edit-add-vip-user,
#edit-test-ink
{
  display: inline-block;
    margin: 4px 2px;
    border: none;
    border-radius: 4px;
    transition: background-color 200ms ease-in-out 0s;
    background-color: #80b620 !important;
    color: #fff;
    padding: 8px 30px;
    cursor: pointer;
    font-size: 15px;
    line-height: 23px;
    text-decoration: none;
    height: 38px;
    background-image: none;
}
#edit-test-ink{
  float: right;
}
table > thead > tr > th, 
table > tfoot > tr > th, 
table > thead > tr > td, 
table > tfoot > tr > td {
    padding-top: 13px;
    padding-bottom: 13px;
    vertical-align: bottom;
    background-color: #f9f9f9;
    color: #000;
    font-size: 14px;
    font-weight: 900;
}
table > thead > tr > th, 
table > tbody > tr > th, 
table > tfoot > tr > th, 
table > thead > tr > td, 
table > tbody > tr > td, 
table > tfoot > tr > td {
    padding: 10px 15px;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #bdc3d1;
    border-top: 1px solid #bdc3d1;
    border-bottom: 1px solid #bdc3d1;
    background: #fff;
}
table a, 
table button, 
table .button{
    color: #80b620;
    text-decoration: none;
}



.flexslider .slides > li{
   height: 100vh !important;
}
.flex-direction-nav .flex-nav-prev a:before,
.flex-direction-nav .flex-nav-next a:before{
  color: #fff !important;
}
.header .menu li.expand-menu {
    height: 28px;
    cursor: pointer;
    width: 28px !important;
    position: absolute;
    top: 10px;
    right: 20px;
    width: auto;
  }
.header .menu li.expand-menu i {
    font-size: 28px;
    padding-top: 2px;
  }
.header .menu li.expand-menu > a{
    margin-right: 0px;
    padding: 0;
    line-height: initial;
  }
#page {
    min-height: calc(100vh - 101px);
    position: relative;
    display: flex;
    flex-direction: column;
}
  @media(max-width: 840px){
  .header .menu li{
    display: none;
    width: 100%;
    margin: 11px auto;
  }
  .header .menu li li{
    margin: 0px auto;
  }
  .header .menu li > .menu{
    position: relative;
    top: auto;
    display: block;
    padding: initial;
  }
  .header .menu li > a,
  .header .menu ul > li:last-child > a,
  .header .menu ul > li:first-child > a{
    padding: 5px 0;
    text-align: center;
    line-height: 30px;
}
.header .menu li.expand-menu,
header .menu li.expand-menu {
    display: block !important;
  }
  .banner-small{
    display: none;
  }
  #page{
  /*min-height: calc(100vh - 101px);*/
  min-height: auto;
}
  }
  .header .expanded.menu li{
    display: block;
  }
  .header .expanded.menu li li.expand-menu{
    display: none !important;
  }
.category-front .category-inner a{
  font-size: 26px;
position: relative;
color: #fff;
font-weight: 800;
background-image: none;
text-transform: capitalize;
  }

  .pagination_nav ul li{
      font-size: 16px;
  }
  .pagination_nav ul li a{
    color: #fff;
  }
  #stream_img{
    text-align: center !important;
  }

  @media  (max-width: 567px) {
    .xs-12 {
        width: 100%;
    }
}

.chat_login_btn{
    width: 280px;
    margin: 20px auto;
    background-image: -webkit-linear-gradient(left, #FD8A66 0%, #FD4C72 49%, #FD387C 85%, #FD2384 100%);
    background-image: -o-linear-gradient(left, #FD8A66 0%, #FD4C72 49%, #FD387C 85%, #FD2384 100%);
    background-image: linear-gradient(to right, #FD8A66 0%, #FD4C72 49%, #FD387C 85%, #FD2384 100%);
    background-size: 140%;
    background-position: 0;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.main-content__container.container main{
  padding-bottom: 0px;
}
.region.region-content #block-ns-theme-content{
  padding-bottom: 0px;
}

.mb-15{
  margin-bottom: 15px !important;
}

.info-event-content-wrapper .event-container:hover .event-big-button{
  bottom: 0px !important;
}

/* My Css */
 
div.messages {
    background-position:99% 13% !important;
    padding: 0.75rem 1.25rem !important;
    margin-top: 2px !important;
   
}

.messages--error {
    background-image: url('https://letstream.video/themes/ns_theme/img/red-cross-icon.png') !important;
    cursor: pointer;
    box-shadow: none !important;
    border: 1px solid transparent;
    border-radius: 0.25rem !important;
    background-size: 9px !important;
}
div.messages ul li{
    font-size: .75rem;
    margin-top: 5px !important;
}


.messages--status {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    background-image: url('https://letstream.video/themes/ns_theme/img/green-cross-icon.svg') !important;
    box-shadow: none !important;
    background-size: 20px !important;
    padding: 0.75rem 1.25rem !important;
    border-radius: 0.25rem !important;
    font-size: 0.75em;
    cursor: pointer;
}
.form-select{
  color: #000 !important;
}



/*  Toggle Switch  */

.roomSwitch span span {
  display: none;
}

@media only screen {
  .roomSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
    margin: 3px 20px 0px 0px;
    cursor: pointer;
    width: 40px
  }
  .roomSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .roomSwitch label,
  .roomSwitch > span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .roomSwitch input:focus ~ a,
  .roomSwitch input:focus + label {
    outline: none;
  }
  .roomSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .roomSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .roomSwitch > span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
  }
  .roomSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: 15%;
    top: -1px;
    opacity: 0;
  }
  .roomSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    left: 2px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .roomSwitch > span span:first-of-type {
    color: #ccc;
    opacity: 1;
    left: 45%;
  }
  .roomSwitch > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -2px;
    background-color: #8f8c8c;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .roomSwitch input:checked ~ a {
    border-color: #fff;
    left: 100%;
    margin-left: -8px;
  }
  .roomSwitch input:checked ~ span:before {
    border-color: #0097D1;
    box-shadow: inset 0 0 0 30px #fd4377;
  }
  .roomSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .roomSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  /* Switch Sizes */
  .roomSwitch.large {
    width: 60px;
    height: 27px;
  }
  .roomSwitch.large a {
    width: 27px;
  }
  .roomSwitch.large > span {
    height: 29px;
    line-height: 28px;
  }
  .roomSwitch.large input:checked ~ a {
    left: 41px;
  }
  .roomSwitch.large > span span {
    font-size: 1.1em;
  }
  .roomSwitch.large > span span:first-of-type {
    left: 50%;
  }
  .roomSwitch.xlarge {
    width: 80px;
    height: 36px;
  }
  .roomSwitch.xlarge a {
    width: 36px;
  }
  .roomSwitch.xlarge > span {
    height: 38px;
    line-height: 37px;
  }
  .roomSwitch.xlarge input:checked ~ a {
    left: 52px;
  }
  .roomSwitch.xlarge > span span {
    font-size: 1.4em;
  }
  .roomSwitch.xlarge > span span:first-of-type {
    left: 50%;
  }
}
.style-switcher{
  position: absolute;
    top: 10px;
    display: flex;
    right: 10px;
    flex-direction: row;
}
.event-enable + .event-private{
  position: relative;
    top: 1px;
    right: auto;
}

#block-ns-theme-page-title .page-title{
    margin-top: 100px;
}