.ut-video-ui,
.ut-video-ui * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ut-video-skin-default.ut-video-ui {
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: 'RobotoRegular', helvetica, arial, sans-serif;
	z-index: 0;
	overflow: hidden;
}

.ut-video-skin-default.ut-video-ui div,
.ut-video-skin-default.ut-video-ui h1,
.ut-video-skin-default.ut-video-ui a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ut-video-skin-default.ut-video-touch-false:hover .ut-video-ui-remove,
.ut-video-skin-default.ut-video-touch-false:hover .ut-video-ui-play,
.ut-video-skin-default.ut-video-touch-false:hover .ut-video-ui-progress,
.ut-video-skin-default.ut-video-touch-false:hover .ut-video-ui-title,
.ut-video-skin-default.ut-video-touch-false:hover .ut-video-ui-source,
.ut-video-skin-default.ut-video-touch-false:hover .ut-video-ui-progress-marker-time{
  box-shadow: 0 0 0 1px rgba(255,255,255,0.3);
}

/*----------------------  ADD AND EDIT  -----------------------------------*/

.ut-video-skin-default .ut-video-ui-add,
.ut-video-skin-default .ut-video-ui-remove{
	display: none;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}

.ut-video-ui-remove:before{
	font-size: 16px;
	vertical-align: middle;
}

.ut-video-skin-default.ut-video-mode-editor.ut-video-state-video  .ut-video-ui-remove,
.ut-video-skin-default.ut-video-mode-editor.ut-video-state-launch .ut-video-ui-remove,
.ut-video-skin-default.ut-video-mode-editor.ut-video-state-seek   .ut-video-ui-remove,
.ut-video-skin-default.ut-video-mode-editor.ut-video-state-play   .ut-video-ui-remove,
.ut-video-skin-default.ut-video-mode-editor.ut-video-state-pause  .ut-video-ui-remove{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
  line-height: 40px;
	z-index: 11;
	color: white;
  background: rgba(0,0,0,0.75);
}

.ut-video-skin-default.ut-video-mode-editor.ut-video-state-empty .ut-video-ui-add,
.ut-video-skin-default.ut-video-mode-editor.ut-video-state-error .ut-video-ui-add {
  display: block;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
}


/*----------------------  VIDEO  PANEL  -----------------------------------*/

.ut-video-skin-default .ut-video-ui-video {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.ut-video-skin-default.ut-video-state-video .ut-video-ui-video,
.ut-video-skin-default.ut-video-state-seek .ut-video-ui-video,
.ut-video-skin-default.ut-video-state-play .ut-video-ui-video,
.ut-video-skin-default.ut-video-state-pause .ut-video-ui-video{
  display: block;
}

/*----------------------  ARTWORK  PANEL  -----------------------------------*/

.ut-video-skin-default .ut-video-ui-artwork {
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.ut-video-skin-default.ut-video-state-launch .ut-video-ui-artwork{
	display: block;
}

/*----------------------  PLAY BUTTON  -----------------------------------*/

.ut-video-skin-default .ut-video-ui-play {
  display: none;
	width: 80px;
	height: 80px;
	line-height: 80px;
	vertical-align: top;
	text-align: center;
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
  background: rgba(0,0,0,1);
  color: rgba(255,255,255,1);
	cursor: pointer;
  font-size: 40px;
}

.ut-video-skin-default.ut-video-size-middle .ut-video-ui-play,
.ut-video-skin-default.ut-video-size-small  .ut-video-ui-play,
.ut-video-skin-default.ut-video-size-big.ut-video-aspect-vertical  .ut-video-ui-play{
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: auto;
  bottom: 10px;
  left: 10px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 20px;
}

.ut-video-skin-default.ut-video-touch-false .ut-video-ui-play:hover {
  background: rgba(230,15,0,1);
}

.ut-video-skin-default.ut-video-touch-false .ut-video-ui-play:active {
  background: rgba(183,15,0,1);
  color: rgba(130,10,0,1);
}

.ut-video-skin-default.ut-video-state-launch .ut-video-ui-play{
  display: block;
}

.ut-video-ui-play-icon{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}

/*----------------------  TITLE PANEL  -----------------------------------*/

.ut-video-skin-default .ut-video-ui-title{
	display: none;
	position: absolute;
	z-index: 5;
	left: 10px;
	top: 10px;
  width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
  height: auto;
  white-space: normal;
  line-height: 20px;
  padding: 10px;
	margin: 0;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
  color: rgba(255,255,255,1);
  background-color: rgba(0, 0, 0, 0.75);
  text-shadow: 0 0 0 transparent;
	text-align: left;
  text-transform: uppercase;
  max-height: -webkit-calc(100% - 120px);
  max-height: calc(100% - 120px);
}

.ut-video-skin-default.ut-video-state-launch .ut-video-ui-title{
  display: block;
}

.ut-video-skin-default.ut-video-mode-editor .ut-video-ui-title{
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  left: 10px;
}

.ut-video-skin-default.ut-video-mode-editor.ut-video-editable-true .ut-video-ui-title{
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  left: 60px;
}

.ut-video-skin-default.ut-video-size-big .ut-video-ui-title{
  font-size: 20px;
  line-height: 24px;
}

.ut-video-skin-default.ut-video-size-middle .ut-video-ui-title{
  font-size: 16px;
  line-height: 20px;
}

.ut-video-skin-default.ut-video-size-small .ut-video-ui-title{
  font-size: 12px;
  line-height: 16px;
}

.ut-video-skin-default.ut-video-aspect-vertical .ut-video-ui-title{
  height: auto;
  padding: 10px;
}

.ut-video-skin-default.ut-video-aspect-horizontal .ut-video-ui-title,
.ut-video-skin-default.ut-video-size-small        .ut-video-ui-title{
  height: 40px;
  max-height: 40px;
  padding: 0 10px;
  line-height: 40px;
  white-space: nowrap;
}

/*----------------------  TIME  PANEL  -----------------------------------*/

.ut-video-skin-default .ut-video-ui-time {
	display: none;
	position: absolute;
	z-index: 11;
	bottom: 10px;
	left: 10px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 8px 10px 8px 0;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
  color: rgba(255,255,255,1);
  text-shadow: 0 0 0 transparent;
  text-align: right;
  font-size: 12px;
  pointer-events: none;
}

.ut-video-skin-default.ut-video-state-launch .ut-video-ui-time{
	display: block;
}

/*----------------------  SOURCE PANEL  -----------------------------------*/

.ut-video-skin-default .ut-video-ui-source {
	display: none;
	position: absolute;
	z-index: 5;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
  color: rgba(255,255,255,1);
  background-color: rgba(0, 0, 0, 0.75);
  text-shadow: 0 0 0 transparent;
  text-align: center;
  font-size: 18px;
}

.ut-video-skin-default.ut-video-touch-false .ut-video-ui-source:hover {
  background: rgba(230,15,0,1);
}

.ut-video-skin-default.ut-video-touch-false .ut-video-ui-source:active {
  background: rgba(183,15,0,1);
  color: rgba(130,10,0,1);
}

.ut-video-skin-default.ut-video-state-launch .ut-video-ui-source{
	display: block;
}


/*----------------------- LOADING PANEL ---------------------------------*/

.ut-video-skin-default .ut-video-ui-loading {
	position: absolute;
	width: 100%;
	height: 100%;
  display: none;
}

.ut-video-skin-default .ut-video-ui-loading div {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
  vertical-align: middle;
  color: rgba(140,140,140,1);
}

.ut-video-skin-default.ut-video-state-loading .ut-video-ui-loading {
	display: block;
}

.ut-video-skin-default.ut-video-state-launch .ut-video-ui-loading,
.ut-video-skin-default.ut-video-state-play .ut-video-ui-loading,
.ut-video-skin-default.ut-video-state-pause .ut-video-ui-loading,
.ut-video-skin-default.ut-video-state-error .ut-video-ui-loading {
	display: none;
}

/*----------------------- ERROR PANEL ---------------------------------*/

.ut-video-skin-default .ut-video-ui-error {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
	display: none;
}

.ut-video-skin-default .ut-video-ui-error div{
	position: absolute;
	width: 100%;
	height: 30px;
  line-height: 30px;
  bottom:10px;
  right: 10px;
  color: #A0A0A0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  font-size: 18px;
  text-align: right;
}

.ut-video-skin-default.ut-video-state-loading .ut-video-ui-error,
.ut-video-skin-default.ut-video-state-play   .ut-video-ui-error,
.ut-video-skin-default.ut-video-state-launch  .ut-video-ui-error,
.ut-video-skin-default.ut-video-state-pause   .ut-video-ui-error{
	display: none;
}

.ut-video-skin-default.ut-video-state-error .ut-video-ui-error{
  display: block;
}

/* SOME ADDITIONAL CSS*/

.icon-spinner{
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
 /* display: inline-block;*/
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
































