@font-face {
    font-family: 'planerregular';
    src: url('/css/font/Planer-Regular-webfont.eot');
    src: url('/css/font/Planer-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/font/Planer-Regular-webfont.woff2') format('woff2'),
         url('/css/font/Planer-Regular-webfont.woff') format('woff'),
         url('/css/font/Planer-Regular-webfont.ttf') format('truetype'),
         url('/css/font/Planer-Regular-webfont.svg#planerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebasneueregular';
    src: url('/css/font/bebasneue-regular-webfont.woff2') format('woff2'),
         url('/css/font/bebasneue-regular-webfont.woff') format('woff'),
		url('/css/font/bebasneue-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
	min-height: 100%;
	width:100%;
    background: no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	overflow:hidden;
}

body {
	height:100%;
	min-height: 100%;
	font-family: 'planerregular', Tahoma, Verdana, "Microsoft Sans Serif", Arial;
	/*font-size: 18px;*/
	margin:0;
	padding:0;
	overflow-x:hidden;
}

body::-webkit-scrollbar, .scrollbar-blue::-webkit-scrollbar {
    width: 4px;
}
 
body::-webkit-scrollbar-track, .scrollbar-blue::-webkit-scrollbar-track {
    -webkit-box-shadow: solid 0 0 0px #00b3f5;
}
 
body::-webkit-scrollbar-thumb, .scrollbar-blue::-webkit-scrollbar-thumb {
  background-color: #00b3f5;
}

hr {
	opacity: 0.2;
	background: #F2F2F2;
	height: 1px;
	border: 0;
}

#wrapper {
	height: 100%;
	width: 100%;
}

#wrapper-content {
	margin-bottom: 125px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
    max-width: 1200px;
}

.resetElement {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}

.selectDisabled {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.textTruncate {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.textParagraph {
	margin-top: 20px;
	margin-bottom: 40px;
}

.textIndent1 {
	margin-left: 40px;
}

.textIndent2 {
	margin-left: 80px;
}

.textBlurBlack {
	color: transparent;
	text-shadow: 0 0 8px #000000;
}

.textBlurWhite {
	color: transparent;
	text-shadow: 0 0 8px #FFFFFF;
}

.gradientBackground {
	background: rgb(61,66,69);
	background: -webkit-linear-gradient(rgba(61,66,69,1) 0%, rgba(60,64,68,1) 50%);
	background: -o-linear-gradient(rgba(61,66,69,1) 0%, rgba(60,64,68,1) 50%);
	background: linear-gradient(rgba(61,66,69,1) 0%, rgba(60,64,68,1) 50%);
}

.roundedBorder8 {
	border-radius: 8px;
}

.rounded16 {
	height: 16px;
	width: 16px;
	border-radius: 16px;
}

.rounded32 {
	height: 32px;
	width: 32px;
	border-radius: 32px;
}

.rounded64 {
	height: 64px;
	width: 64px;
	border-radius: 64px;
}

.rounded96 {
	height: 96px;
	width: 96px;
	border-radius: 96px;
}

.rounded128 {
	height: 128px;
	width: 128px;
	border-radius: 128px;
}

.rounded256 {
	height: 256px;
	width: 256px;
	border-radius: 256px;
}

.grayscale {
	 -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	 -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	 -webkit-filter: grayscale(100%);
	 filter: gray;
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
 }

.numpadKey {
	margin: 0;
	padding:15px 0;
	cursor: hand;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;  
}

.numpadNumber {
	color: #00b4f5;
	font-weight: 'bolder';
}

.loaderApi {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:5px;
	overflow-x: hidden;
	z-index: 2000000;
}
.loaderApiLine{
	position:absolute;
	opacity: 0.4;
	background:#FF73FF;
	width:150%;
	height:5px;
}
.loaderApiSubline{
	position:absolute;
	background:#FF00FF;
	height:5px; 
}
.loaderApiInc{
	animation: loaderIncrease 2s infinite;
}
.loaderApiDec{
	animation: loaderDecrease 2s 0.5s infinite;
}

.loaderBottom {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:5px;
	overflow-x: hidden;
	z-index: 2000000;
}
.loaderBottomLine{
	position:absolute;
	opacity: 0.4;
	background:#FF73FF;
	width:150%;
	height:5px;
}
.loaderBottomSubline{
	position:absolute;
	background:#FF00FF;
	height:5px; 
}
.loaderBottomInc{
	animation: loaderIncrease 2s infinite;
}
.loaderBottomDec{
	animation: loaderDecrease 2s 0.5s infinite;
}

.loaderBottom2Line{
	position:absolute;
	opacity: 0.4;
	background:#83FF73;
	width:150%;
	height:5px;
}
.loaderBottom2Subline{
	position:absolute;
	background:#00FF0F;
	height:5px; 
}

@keyframes loaderIncrease {
 from { left: -5%; width: 5%; }
 to { left: 130%; width: 100%;}
}
@keyframes loaderDecrease {
 from { left: -80%; width: 80%; }
 to { left: 110%; width: 10%;}
}

.loaderLayer1 {
	border: 12px solid rgba(0,0,0,0.00);
	border-top: 12px solid #00b3f5;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: loaderSpin 2s linear infinite;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -52px;
	margin-left: -52px;
	z-index: 2000001;
	opacity: 1;
}
.loaderLayer2 {
	border: 12px solid rgba(0,0,0,0.00);
	border-top: 12px solid #00b3f5;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: loaderSpin 5s linear infinite;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -52px;
	margin-left: -52px;
	z-index: 2000002;
	opacity: 0.4;
}
.loaderLayer3 {
	border: 12px solid rgba(0,0,0,0.00);
	border-top: 12px solid #ff00ff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: loaderSpin 1s linear infinite;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -52px;
	margin-left: -52px;
	z-index: 2000003;
	opacity: 0.2;
}
.loaderOverlay {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 2000000;
	opacity: 0.4;
}

@keyframes loaderSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.backgroundImageAnimate {
    background-size: 100%;
    -webkit-animation: backgroundImageMove 30s infinite;
    animation: backgroundImageMove 30s infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes backgroundImageMove {
    0% {background-position: center 25%; background-size: 130%;}
    50% {background-position: center 75%; background-size: 130%;}
    100% {background-position: center 25%; background-size: 130%;}
}
/* Standard syntax */
@keyframes backgroundImageMove {
    0% {background-position: center 25%; background-size: 130%;}
    50% {background-position: center 75%; background-size: 130%;}
    100% {background-position: center 25%; background-size: 130%;}
}

.linkText {
	color: #00b3f5;
	cursor: hand;
	cursor: pointer;
}
.linkTextWhite {
	color: #ffffff;
	cursor: hand;
	cursor: pointer;
}
.linkTextGreen {
	color: #00CA15;
	cursor: hand;
	cursor: pointer;
}
.linkTextOrange {
	color: #CF8E00;
	cursor: hand;
	cursor: pointer;
}
.linkTextRed {
	color: #FF4D4D;
	cursor: hand;
	cursor: pointer;
}
.linkTextMagenta {
	color: #FF00FF;
	cursor: hand;
	cursor: pointer;
}

.scrollList {
    padding: 0 0 2em 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.scrollItemTitle {
	font-size: 14px;
    padding-top: 8px;
    margin: 0;
}

.scrollItemSubtitle {
	font-size: 11px;
    padding-top: 3px;
    margin: 0;
}

.loaderAnimation {
	background: linear-gradient(120deg, rgba(255,0,255,0.6), rgba(0,179,245,0.6)), 
		linear-gradient(195deg, rgba(0,179,245,1), rgba(255,0,255,1));
	/*c92ef7*/
	background-size: 150% 150%;

	-webkit-animation: loaderGradient 2s ease infinite;
	-moz-animation: loaderGradient 2s ease infinite;
	-o-animation: loaderGradient 2s ease infinite;
	animation: loaderGradient 2s ease infinite;
}

.loaderAnimationDark {
	background: linear-gradient(325deg, #111111, #333333);
	/*c92ef7*/
	background-size: 150% 150%;

	-webkit-animation: loaderGradient 2s ease infinite;
	-moz-animation: loaderGradient 2s ease infinite;
	-o-animation: loaderGradient 2s ease infinite;
	animation: loaderGradient 2s ease infinite;
}


.backgroundPopUp {
	position: absolute;
	top:-20px;
	left:-20px;
	height: 150%;
	width: 150%;
	background-image: url('/img/site-background-pattern.png'), linear-gradient(325deg, #ff00ff, #00B3F5);
	background-repeat: repeat;
	
	-webkit-animation: loaderGradient 60s ease infinite;
	-moz-animation: loaderGradient 60s ease infinite;
	-o-animation: loaderGradient 60s ease infinite;
	animation: loaderGradient 60s ease infinite;
}

/*background: linear-gradient(325deg, #00b3f5, #ff00ff);*/

.backgroundAnimation {
	background: linear-gradient(120deg, rgba(255,0,255,0.6), rgba(0,179,245,0.6)), 
		linear-gradient(195deg, rgba(0,179,245,1), rgba(255,0,255,1));
	/*
    background-size: 150% 150%;

	-webkit-animation: loaderGradient 4s ease infinite;
	-moz-animation: loaderGradient 4s ease infinite;
	-o-animation: loaderGradient 4s ease infinite;
	animation: loaderGradient 4s ease infinite;
    */
}

.backgroundAnimation2 {
	background: linear-gradient(360deg, #00b3f5, #ff00ff);
    /*
	background-size: 300% 300%;

	-webkit-animation: loaderGradient2 8s ease 1;
	-moz-animation: loaderGradient2 8s ease 1;
	-o-animation: loaderGradient2 8s ease 1;
	animation: loaderGradient2 8s ease 1;
    */
}

.backgroundAnimation3 {
    /*
	-webkit-animation: backgroundSlide 10s ease infinite;
	-moz-animation: backgroundSlide 10s ease infinite;
	-o-animation: backgroundSlide 10s ease infinite;
	animation: backgroundSlide 10s ease infinite;
    */
}

.backgroundAnimation4 {
    
	-webkit-animation: backgroundSlide 60s ease infinite;
	-moz-animation: backgroundSlide 60s ease infinite;
	-o-animation: backgroundSlide 60s ease infinite;
	animation: backgroundSlide 60s ease infinite;
    
}

.backgroundAnimationLight {
	background: linear-gradient(360deg, #FFFFFF, #CCCCCC);
    /*
	background-size: 100% 200%;

	-webkit-animation: loaderGradient 3s ease infinite;
	-moz-animation: loaderGradient 3s ease infinite;
	-o-animation: loaderGradient 3s ease infinite;
	animation: loaderGradient 3s ease infinite;
    */
}

.backgroundAnimationDark {
	background: linear-gradient(360deg, #666666, #000000);
    /*
	background-size: 100% 200%;

	-webkit-animation: loaderGradient 3s ease infinite;
	-moz-animation: loaderGradient 3s ease infinite;
	-o-animation: loaderGradient 3s ease infinite;
	animation: loaderGradient 3s ease infinite;
    */
}


@-webkit-keyframes loaderGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-moz-keyframes loaderGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-o-keyframes loaderGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@keyframes loaderGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes loaderGradient2 {
    0%{background-position:0% 50%}
	50%{background-position:100% 50%}
    100%{background-position:50% 50%}
}
@-moz-keyframes loaderGradient2 {
    0%{background-position:0% 50%}
	50%{background-position:100% 50%}
    100%{background-position:50% 50%}
}
@-o-keyframes loaderGradient2 {
    0%{background-position:0% 50%}
	50%{background-position:100% 50%}
    100%{background-position:50% 50%}
}
@keyframes loaderGradient2 {
    0%{background-position:0% 50%}
	50%{background-position:100% 50%}
    100%{background-position:50% 50%}
}

@-webkit-keyframes backgroundSlide {
    0%{background-position:center top}
	50%{background-position:center bottom}
    100%{background-position:center top}
}
@-moz-keyframes backgroundSlide {
    0%{background-position:center top}
	50%{background-position:center bottom}
    100%{background-position:center top}
}
@-o-keyframes backgroundSlide {
    0%{background-position:center top}
	50%{background-position:center bottom}
    100%{background-position:center top}
}
@keyframes backgroundSlide {
    0%{background-position:center top}
	50%{background-position:center bottom}
    100%{background-position:center top}
}

@keyframes flicker {
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
@-o-keyframes flicker{
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
@-moz-keyframes flicker{
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
@-webkit-keyframes flicker{
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}

@keyframes flicker2 {
  0%   { border-top: rgba(0,198,62,1.00) solid 10px; }
  50%  { border-top: rgba(255,255,255,1.00) solid 10px; }
  100% { border-top: rgba(0,198,62,1.00) solid 10px; }
}
@-o-keyframes flicker2{
  0%   { border-top: rgba(0,198,62,1.00) solid 10px; }
  50%  { border-top: rgba(255,255,255,1.00) solid 10px; }
  100% { border-top: rgba(0,198,62,1.00) solid 10px; }
}
@-moz-keyframes flicker2{
  0%   { border-top: rgba(0,198,62,1.00) solid 10px; }
  50%  { border-top: rgba(255,255,255,1.00) solid 10px; }
  100% { border-top: rgba(0,198,62,1.00) solid 10px; }
}
@-webkit-keyframes flicker2{
  0%   { border-top: rgba(0,198,62,1.00) solid 10px; }
  50%  { border-top: rgba(255,255,255,1.00) solid 10px; }
  100% { border-top: rgba(0,198,62,1.00) solid 10px; }
}

.backgroundAnimationZoom {
  background-size: 100% 100%;
  background-position: center center;
  animation: zoom 15s infinite alternate;
}

@keyframes zoom {
  0% { background-size: 100% 100%; }
  100% { background-size: 120% 120%; }
}
@-o-keyframes zoom {
  0% { background-size: 100% 100%; }
  100% { background-size: 120% 120%; }
}
@-moz-keyframes zoom {
  0% { background-size: 100% 100%; }
  100% { background-size: 120% 120%; }
}
@-webkit-keyframes zoom {
  0% { background-size: 100% 100%; }
  100% { background-size: 120% 120%; }
}

.backgroundAnimationSlideArtist {
    animation: slideArtist 30s linear infinite alternate;
}

@keyframes slideArtist {
  0% { background-position: 0 center; }
  100% { background-position: -120px center; }
}
@-o-keyframes slideArtist {
  0% { background-position: 0 center; }
  100% { background-position: -120px center; }
}
@-moz-keyframes slideArtist {
  0% { background-position: 0 center; }
  100% { background-position: -120px center; }
}
@-webkit-keyframes slideArtist {
  0% { background-position: 0 center; }
  100% { background-position: -120px center; }
}

@-webkit-keyframes colorWhiteRed {
	from { color: #FFFFFF; }
	to { color: #FF7A00; }
}
@-moz-keyframes colorWhiteRed {
	from { color: #FFFFFF; }
	to { color: #FF7A00; }
}
@-ms-keyframes colorWhiteRed {
	from { color: #FFFFFF; }
	to { color: #FF7A00; }
}
@-o-keyframes colorWhiteRed {
	from { color: #FFFFFF; }
	to { color: #FF7A00; }
}
@keyframes colorWhiteRed {
	from { color: #FFFFFF; }
	to { color: #FF0000; }
}

.flickerAnimation {
   -webkit-animation: flicker 3s infinite;
   -moz-animation: flicker 3s infinite;
   -o-animation: flicker 3s infinite;
    animation: flicker 3s infinite;
}
.flickerFastAnimation {
   -webkit-animation: flicker 1.5s infinite;
   -moz-animation: flicker 1.5s infinite;
   -o-animation: flicker 1.5s infinite;
    animation: flicker 1.5s infinite;
}
.flickerGreenAnimation {
   -webkit-animation: flicker2 3s infinite;
   -moz-animation: flicker2 3s infinite;
   -o-animation: flicker2 3s infinite;
    animation: flicker2 3s infinite;
}

.colorAnimationRed {
	-webkit-animation: colorWhiteRed 1s infinite alternate;
	-moz-animation: colorWhiteRed 1s infinite alternate;
	-ms-animation: colorWhiteRed 1s infinite alternate;
	-o-animation: colorWhiteRed 1s infinite alternate;
	animation: colorWhiteRed 1s infinite alternate;
}

.loaderItem {
	opacity: 0.2;
	color: #FFFFFF;
}
.loaderItemLoading {
	opacity: 1;
	color: #FFFFFF;
}
.loaderItemLoaded {
	opacity: 0.6;
	color: #FFFFFF;
}

.itemButton {
	margin-top:10px;
	border-radius:10px;
	/*background-color:rgba(255, 0, 255, 0.05);*/
	/*background-color:rgba(0, 179, 245, 0.05);*/
	/*background-color: rgba(62,64,65,0.80);*/
	/*color: #ffffff;*/
	cursor: hand;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.itemButton .itemButtonTitle {
	font-size: 0.9em;
}
.itemButton .itemButtonDescription {
	margin-top:3px;
	font-size: 0.75em;
	opacity: 0.7;
}
.itemButtonRed {
	margin-top:10px;
	border-radius:10px;
	background-color:rgba(255, 0, 0, 0.15);
	cursor: hand;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.itemButtonGreen {
	margin-top:10px;
	border-radius:10px;
	background-color:rgba(0,95,47,0.15);
	cursor: hand;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.infoItem {
	background-color: inherit;
	padding: 16px 8px;
	border-radius:10px;
	margin: 8px;
	/*border-radius: 8px;*/
	border: 1px solid rgba(0, 179, 245, 0.05);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.infoItemButton {
	background-color:rgba(255, 255, 255, 0.2);
	padding: 16px 8px;
	margin: 8px;
	border-radius:10px;
	/*border-radius: 8px;*/
	cursor: hand;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.infoItemButtonSecondary {
	background-color:rgba(255, 255, 255, 0.4);
	padding: 16px 8px;
	margin: 8px;
	border-radius:10px;
	/*border-radius: 8px;*/
	cursor: hand;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wizardButton {
    padding: 15px;
    font-weight: normal;
    font-size: 1.25em;
    text-align: center;
	color: #00b3f5;
	cursor: hand;
	cursor: pointer;
}

.dashboardItem {
	height: 125px;
	width: 125px;
	border-radius:125px;
	/*line-height: 107px;*/
	line-height: 80px;
	border: 10px solid #f2f2f2;
	text-align: center;
	color: #00b3f5;
	font-size: 32px;
	display: inline-block;
	cursor: hand;
	cursor: pointer;
}
.dashboardItem:hover {
	border: 10px solid #00b3f5;
	opacity: 0.8;
}
.dashboardItem p {
	margin: 0;
	padding: 0;
}
.dashboardItem span {
	position:absolute;
	top: 90px;
	left: 50%;
	height: 25px;
	width: 25px;
	margin-left: -15px;
	line-height: 25px;
	opacity: 0.7; 
	display: inline-block;
}

/*
.quickMenuItem.mbsc-ios .mbsc-fr-arr {
    background: #fff;
}
.quickMenuItem.mbsc-ios-dark .mbsc-fr-arr {
    background: #0f0f0f;
}
*/

.quickMenuItem {
    position: relative;
    margin:5px 7px;
    padding: 5px;
    border-radius: 15px;
	background-color:rgba(0,179,245,1.00); 
	color:#ffffff;
	opacity: 0.8;
    display: inline-block;
    cursor: hand;
    cursor: pointer;
    transition: background-color 1s ease;
}

.quickMenuItem2 {
    position: relative;
    margin:5px 7px;
    padding: 5px;
    border-radius: 15px;
	background-color:rgba(255,255,255,1.00); 
	color:#000000;
	opacity: 0.8;
    display: inline-block;
    cursor: hand;
    cursor: pointer;
    transition: background-color 1s ease;
}

.wrapper-video {
	margin: 0 auto;
	max-width:100%;
	width:640px;
	height:480px;
}

.view-quickmenu {
    position: relative;
    margin-top: 10px;
    margin-bottom: -10px;
    margin-right: 10px;
    text-align: right;
}

.view-menu {
	position: absolute; 
	top: 30px; 
	right: 0; 
	height: 30px; 
	width: 100%; 
	margin: 0;
	text-align: right;
}
.view-menu-button {
	margin: 14px 14px 10px 10px;
	padding: 7px 7px;
	border-radius: 25px; 
	/*border-bottom-left-radius: 10px;*/
	display: inline-block; 
	cursor: hand; 
	cursor: pointer;
	font-size: 0.8em;
}
.view-menu-list {
	margin-top: -10px;
}

.view-dashboard-button {
	/*margin: 80px 0 10px 0;*/
	text-align: center;
	cursor: pointer;
	cursor: hand;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.view-dashboard-button div{
	/*margin:20px 5px 0 5px;*/
	height: 45px; 
	width: 45px; 
	border-radius: 45px; 
	text-align: center; 
	background-color:rgba(0,179,245,1.00); 
	color:#ffffff;
	opacity: 0.8; 
	display: inline-block;
}
.view-dashboard-button div span{
	line-height: 45px; 
	font-size: 2em;
	font-weight: bold;
}
.view-dashboard-button .view-dashboard-button-secondary{
	opacity: 0.5;
}
.view-dashboard-button .view-dashboard-button-secondary span{
	font-weight: normal;
}

.view-back-button {
	position: fixed;
	top: 12px;
	left: 20px; 
	height:30px;
	width:30px;
	border-radius: 30px;
	/*background-color: rgba(255,255,255,0.8);*/
	background-color: #ffffff;
	opacity: 0.8;
	z-index: 1;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.view-back-button span{
	line-height: 30px;
	color:#000000;
	font-size: 1.6em;
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	.wrapper-video {
		width: 300px;
		height:225px;
	}
}
@media only screen and (max-width: 300px) {
    .wrapper-video {
		width: 250px;
		height:187px;
	}
}
@media screen and (orientation:portrait) {

}
@media screen and (orientation:landscape) {

}

