
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/fonts/RobotoCondensed-Bold.eot');
  src: url('/fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('/fonts/RobotoCondensed-Bold.woff') format('woff'), url('/fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('/fonts/RobotoCondensed-Bold.svg#Roboto+Condensed') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/fonts/RobotoCondensed-Regular.eot');
  src: url('/fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('/fonts/RobotoCondensed-Regular.woff') format('woff'), url('/fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('/fonts/RobotoCondensed-Regular.svg#Roboto+Condensed') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/fonts/RobotoCondensed-Light.eot');
  src: url('/fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/RobotoCondensed-Light.woff2') format('woff2'), url('/fonts/RobotoCondensed-Light.woff') format('woff'), url('/fonts/RobotoCondensed-Light.ttf') format('truetype'), url('/fonts/RobotoCondensed-Light.svg#Roboto+Condensed') format('svg');
  font-weight: 300;
  font-style: normal;
}
#loader { width:100%; height:100%; position:fixed; top: 0; left: 0; z-index: 99999; background: rgba( 255, 255, 255, 0.6); }
.loader { margin: 0 auto; margin-top:100px; font-size: 10px; border-top: 1.1em solid rgba(0, 0, 0, 0.2); border-right: 1.1em solid rgba(0, 0, 0, 0.2); border-bottom: 1.1em solid rgba(0, 0, 0, 0.2); border-left: 1.1em solid #666; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear; }
.loader, .loader:after { border-radius: 50%; width: 10em; height: 10em; }
.share #loader { display: block }
@-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-moz-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.blur { background: rgba( 255, 255, 255, 0.7); -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); }

.cloud-bg { background-color: #0019af !important; color: #fff !important; border: none !important}

.signal {
    border: 5px solid #ccc;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 30px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}
.signal.black {
    border: 5px solid #474c59;
}
@keyframes pulsate {
    0% {
      transform: scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
}

html, body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
    height: 100%;
    width: 100%;
    background-color: #edf1f4 !important;
}
#header {
    display: block;
    height: 60px;
    margin: 0;
    padding: 0 13px;
	position:fixed;
	width:100%;
	z-index:905;
	top:0;
    background-color: #fff !important;
	border-bottom:2px solid #999;
	border-bottom:1px solid rgba(0,0,0,.3);
}
#header {
	border-bottom:none;
	box-shadow:none
}
#main {
	top: 60px;
    height: calc(100% - 60px);
    position: fixed;
    padding: 0;
    padding-top: 20px;
    min-height: 500px;
    position: relative;
    width: 100%;
	z-index:900;
	overflow: auto;
}
#header .header-buttons {
	position:absolute;
	top: 0px;
	right: 13px;
}
#header .small-circle {
    border-radius: 90px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    color: #474c59;
    cursor: pointer;
}
#header .small-circle.colored {
	color: #fff;
    background: #0019af;
}
#header .small-circle:hover {
	color: #fff;
    background: #ff6400;
}
#header .small-circle i {
	margin-top: 10px;
}
.label {
	border-radius: 0;
	font-weight: 400;
	padding-top: .3em;
}
.label.colored {
	color: #fff;
    background: #0019af;
}
#header h4 {
	margin-top: 18px;
}
.timeline .panel-default > .panel-heading {
	border: none;
	background: #fff;
}
.timeline .date {
	padding-top: 5px;
	float: left;
	width: 100px;
	font-weight: 300;
}

.timeline .date span {
	display: block;
	text-align:center;
	width: 100%;
}

.timeline .date span.date-day {
	font-size: 60px;
	letter-spacing: -2px;
	line-height: 50px;
}
.timeline .thumbnails {
	width: 49%;
	height:200px;
	float: left;
	margin-left:1%;
	margin-bottom:1%;
/*
	overflow: hidden;
*/
}
.timeline .thumbnails:nth-child(2n+1) {
	margin-left:0;
}
.timeline .thumbnails .thumb {
	width:100%;
	height:150px;
	overflow: hidden;
	text-align:center;
	position:relative;
	background: #000;
}
.timeline .audio-thumb .thumb {
	height: auto;
}
.timeline .thumbnails .thumb img{
	display: none;
}
.timeline .thumbnails .thumb.visible img{
	display: block;
}
.timeline .thumbnails.audio-thumb {
	width:60px;
	height: 60px;
    float: left;
    margin-bottom: 0 !important;
}
.audio, .video, .photo {
	cursor: pointer;
	position: relative;
}
.shared-clickable .btn {
	position:absolute;
	top: 10px;
	right: 10px;
	z-index:100;
	display:none;
	background: rgba(0,0,0,0.2);
	color: #fff;
	border: 1px solid #0019af
}
.shared-clickable:hover .btn {
	display: block;
}
.video .btn, .photo .btn {
	position:absolute;
	top: 10px;
	right: 10px;
	z-index:100;
	display:none;
	background: rgba(0,0,0,0.2);
	color: #fff;
	border: 1px solid #0019af
}
.video:hover .btn, .photo:hover .btn {
	display: block;
}

.btn:hover {
	background: #0019af
}
.file .btn:hover,.audio .btn:hover {
	background: none;
}

.audio {
	padding-top:5px;
	padding-bottom:5px;
}
.audio:hover {
	background: rgba( 0,0,0,0.09);
}
.timeline .title {
	width: 100px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    float: left;
    margin-left: 10px;
}
#action-bar {
	height:54px;
	position:fixed;
	z-index: 1030;
	padding: 5px 10px;
	width:100%;
	top: -80px;
	left: 0;
	text-align:left;
	background: #e4e8ec;
}
#action-bar #action-bar-buttons {
	width: 320px;
	margin: 0 auto;
}
.btn-downloadall {
	background: #edf1f4
}
.btn-downloadall:hover {
	background: #edf1f4
}
#fullscreen-header #action-bar-buttons {
	margin-right: 50px;
    margin-right: 85px;
    margin-top: 5px;
}
#fullscreen-header #action-bar-buttons .btn {
	color: #edf1f4
}
#action-bar-buttons .btn {
	height:40px;
	width:40px;
	border-radius:90px;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	text-align:center;
	font-size: 16px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: nine;
}

@media ( min-width: 480px) {
	.timeline .title {
		width:200px;
	}
}
@media ( min-width: 768px) {
	.timeline .title {
		width:300px;
	}
}
@media (min-width: 992px) {
	.timeline .title {
		width: 500px;
	}
	.timeline .thumbnails {
		width: 33%;
		margin-left:.5%;
		margin-bottom:.5%;
	}
	.timeline .thumbnails:nth-child(2n+1) {
		margin-left:.5%;
		margin-bottom:.5%;
	}
	.timeline .thumbnails:nth-child(3n+1) {
		margin-left:0;
	}
	.timeline .shared-clickable {
		width: 33%;
		margin-left:.5%;
		margin-bottom:.5%;
	}
	.timeline .shared-clickable:nth-child(2n+1) {
		margin-left:.5%;
		margin-bottom:.5%;
	}
	.timeline .shared-clickable:nth-child(3n+1) {
		margin-left:0;
	}
}
@media (min-width: 1200px) {
	.timeline .title {
		width: 600px;
	}
}
.timeline .duration, .timeline .file-date, .timeline .size {
	float: right;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 10px;
	font-size:12px;
}
#nav-header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	height:60px;
	position:fixed;
	z-index: 1030;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
	width:100%;
	top: 0;
	left: 0;
}
#nav-header .logo {
	margin-right: 0px;
}
#nav-header .logo i {
	margin-top: 11px;
}
#nav-header .logo img {
    height: 30px;
    margin-top: 5px;
}

#nav-header .logo-word {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	letter-spacing: -0.5px;
	font-weight: 300;
	font-size: 14px;
}

.page-label, #uploader-wrapper .uploader-label, #audio-playlist .audio-playlist-label {
	margin: 20px auto;
    background: #464c58;
    width: auto;
    max-width: 110px;
    padding: 3px 10px;
    line-height: 14px;
	letter-spacing: -0.5px;
	font-weight: 300;
	font-size: 14px;
	text-align:center;
	color: #fff;
}
.panel .page-label{
	margin-left: 0px;
	margin-top: 0px;
}
#uploader-wrapper .uploader-label {
	margin: 20px auto 17px auto;
}
.page-label a, #uploader-wrapper .uploader-label, #audio-playlist .audio-playlist-label {
    color: #fff;
}
#nav-header .header-buttons {
    position: absolute;
    right: 0px;
    top: 0px;
}
.round-btn {
	border-radius: 90px;
	height:40px;
	width:40px;
	text-align:center;
	margin-top: 10px;
	margin-right:10px;
	float: left;
	background: #fff;
	border: 1px solid #ddd;
	color: #474c59;
	cursor: pointer;
}
.round-btn:hover {
	color: #fff;
	background: #ff6400 !important;
	border: 1px solid #ff6400;
}
.round-btn i {
	margin-top: 10px;
}

.x {
    display: block;
    position: absolute;
    z-index:1050;
    right: 15px;
    top: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.x:hover {
	border-color: #f00;
}
.x:before {
    content: "";
    position: absolute;
    z-index:1050;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 0;
    border-top: 1px solid rgba(0,0,0,0.5);
    transform: rotate(45deg);
    transform-origin: center;
}
.x:after {
    content: "";
    position: absolute;
    z-index:1050;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 0;
    border-top: 1px solid rgba(0,0,0,0.5);
    transform: rotate(-45deg);
    transform-origin: center;
}
.x.fullscreen:before, .x.fullscreen:after {
    border-top: 1px solid rgba(255,255,255,0.5);
    top: 5px;
}
.x.fullscreen:hover {
	border-color: #fff;
}

/********  FULLSCREEN  ********/
#fullscreen {
	display:none;
	z-index: 1050;
	position:fixed;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,1);
}
#fullscreen-header {
	position:absolute;
	z-index: 1051;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #000;
}

.fullscreen-prev-item, .fullscreen-next-item {
	position:absolute;
	z-index: 1052;
	top: 48%;
	font-size: 60px;
	color: #fff;
	width: 55px;
    height: 63px;
    text-align: center;
    background: #222;
    line-height: 40px;
}
.fullscreen-prev-item:hover, .fullscreen-next-item:hover {
	cursor: pointer;
}
.fullscreen-prev-item {
	left: 50px;
}
.fullscreen-next-item {
	right: 50px;
}
.fullscreen-container {
    z-index: 10;
    position: relative;
    width: 100%;
    height: 100%;
}
#photo-player-container {
	position:absolute;
	z-index: 20;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
    height: 100%;
    width: 100%;
	padding-top: 60px;
    padding-bottom: 20px;
}
#photo-player-container img {
	height: 100%;
	display:none;
}
#video-player-container {
	position:absolute;
	z-index: 20;
	height:100%;
    width: 100%;
	text-align:center;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 60px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.04);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.04);
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.09);
}
/********  FULLSCREEN END  ********/



/********  VIDEO PLAYER  ********/
video {
	height:100%;
	width:100%;
}
#video:hover, #play-video-icon:hover, #pause-video-icon:hover {
	cursor: pointer;
}
#video-controls {
	float: left;
	width:100%;
}
#video-controls .player-buttons {
    height:30px;
    width: 30px;
    border: none;
    float:left;
    outline:none;
    margin:10px 5px;
    color: #0019af;
    background: none;
    display: none;
}
#video-controls .player-buttons.visible {
	display: block;
}
#video-controls .player-buttons.disabled {
	color: #edf1f4;
}
#video-controls table {
	width:100%;
	height: 30px;
}
#video-controls table tbody tr td.td-progress {
	position:relative;
}
#video-controls table tbody tr td.td-buttons {
	width: 30px;
}
#video-controls table tbody tr td.td-buttons.large {
	width: 80px;
}
#video-controls table tbody tr td.td-buttons.larger {
	width: 140px;
}
#video-playline {
	width: 100%;
	height: 7px;
	top: 21px;
	left: 0;
	position:absolute;
	background: #edf1f4;
	cursor: pointer;
}
#video-playhead {
	width: 1px;
	height: 7px;
	background: #0019af;
}
#video-duration {
	margin-right: 20px;
	text-align:right;
	width:100%;
}
#video-volume-box {
	position: relative;
	width: 30px;
	height: 30px;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#video-volume-slider {
	position: absolute;
	height: 100px;
	width: 8px;
	left: 15px;
	top: -90px;
	opacity: 0;
	border-radius: 0;
	background: #edf1f4;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#video-volume-box:hover #video-volume-slider {
	opacity: 1;
}
#video-volume-slider .ui-slider-handle {
	width: 8px;
	height: 0px;
	left: 0px;
	margin-left:0;
	background: #0019af;
	border:none;
	border-radius: 0;
}
#video-volume-slider .ui-slider-handle.ui-state-hover {
}
#video-volume-slider .ui-slider-range {
	border-radius: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: linear-gradient(#e6e6e6, #d5d5d5);
	background: #0019af;
}
/********  VIDEO PLAYER END  ********/





/********  AUDIO PLAYER  ********/
#audio-player-container {
	width: 100%;
	height: 50px;
	background: #fff;
	position: fixed;
	bottom: -50px;
	left: 0;
	z-index:1041;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.04);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.04);
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.09);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#audio-player-container.open {
	bottom: 0px;
}
#audioplayer{
	width: 100%;
	height: 50px;
}
#audio-controls {
	float: right;
}
#audio-image {
	float: left;
	width: 50px;
	height: 50px;
	background: #edf1f4;
}
#audio-controls .player-buttons {
    height:30px;
    width: 30px;
    border: none;
    float:left;
    outline:none;
    margin:10px 5px;
    color: #0019af;
    background: none;
    display: none;
}
#audio-volume-button {
	margin:0 5px !important;
	background: #fff !important;
	position:absolute;
	z-index:5;
}

#audio-controls .player-buttons.visible {
	display: block;
}
#audio-controls .player-buttons.disabled {
	color: #edf1f4;
}
#audio-duration {
	float: right;
	margin-top:15px;
	margin-right: 20px;
}
#audio-title {
	float: left;
	margin-top:15px;
	margin-left: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    max-width: 100px;
}

#audio-playlist-toggle {
	margin-left: 20px;
}
#audio-playline {
	width: 100%;
	height: 7px;
	bottom: -1px;
	left: 0;
	position:absolute;
	background: #edf1f4;
	cursor: pointer;
}
#audio-playhead {
	width: 1px;
	height: 7px;
	background: #0019af;
}
#audio-volume-box {
	position: relative;
	width: 30px;
	height: 30px;
	background: #fff;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#audio-volume-slider-container {
	position: absolute;
	height: 120px;
	width: 28px;
	left: 5px;
	top: 0px;
	padding: 10px;
	z-index: 0;
	opacity: 0;
	border-radius: 0;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.04);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.04);
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.09);
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#audio-volume-slider {
	position: relative;
	height: 100px;
	width: 8px;
	opacity: 1;
	border-radius: 0;
	background: #ddd;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#audio-volume-box:hover #audio-volume-slider-container,  #audio-volume-slider-container:hover {
	opacity: 1;
	top: -130px;
}
#audio-volume-slider .ui-slider-handle {
	width: 8px;
	height: 0px;
	left: 0px;
	margin-left:0;
	background: #0019af;
	border:none;
	border-radius: 0;
}
#audio-volume-slider .ui-slider-handle.ui-state-hover {
}

#audio-volume-slider .ui-slider-range {
	border-radius: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: linear-gradient(#e6e6e6, #d5d5d5);
	background: #0019af;
}
#audio-playlist {
	height: 100%;
	width: 100%;
	position: fixed;
	bottom: -100%;
	left: 0;
	z-index:1040;
	background: #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#audio-playlist.open {
	bottom: 0;
}
ul#audio-playlist-list-headers {
	clear: both;
	padding: 0;
	list-style: none;
}
ul#audio-playlist-list {
	padding: 0px 0 60px 0;
	height: calc(100% - 60px);
	list-style: none;
	overflow-y: auto;
}
ul#audio-playlist-list li, ul#audio-playlist-list-headers li  {
	clear: both;
	padding: 10px;
	font-weight: 300;
	overflow: auto;
}
.audio-playlist-headers {
	border-bottom: 1px solid #edf1f4;
	font-weight: 400;
}
.audio-playlist-file-name, .audio-playlist-file-name-label {
	width: 160px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	cursor: pointer;
}
.audio-playlist-file-name-label {
	cursor: default;
}
.audio-playlist-file-duration, .audio-playlist-file-action, .audio-playlist-file-action-label {
	float: right;
	width:60px;
	text-align:center;
}
.audio-playlist-file-action {
	cursor: pointer;
}
.audio-playlist-file.active {
	color: #fff;
	background: #0019af;
}

/********  AUDIO PLAYER END  ********/

.video .thumb:after {
	content: '';
    border-radius: 90px;
    background: url("/images/play.png");
    position: absolute;
    top: calc( 50% - 35px );
    left: calc( 50% - 35px );
    width: 70px;
    height: 70px;
}
#play-video-icon, #pause-video-icon {
    background: url("/images/play.png");
    position: absolute;
    top: calc( 50% - 35px );
    left: calc( 50% - 35px );
    width: 70px;
    height: 70px;
}
#pause-video-icon {
    background: url("/images/pause.png");
}
.file .btn,.audio .btn {
	float: right;
	padding-top:0;
}
.file-thumb {
	width: 30px;
	float: left;
}
.shared-clickable {
	float: left;
	display: block;
	width: 200px;
	cursor: pointer;
	position: relative;
	border: 1px solid #eee;
/*
	overflow: hidden;
*/
	padding: 0;
	padding-bottom:10px;
}
.shared-icon {
	width: 100%;
	display: block;
    background-color: #FAFAFA;
    margin: 0;
    position: relative;
    text-align: center;
    color: #474c59;
    font-size: 100px;
}
.shared-file-title {
	width: 100%;
	display: block;
	padding: 0px;
	text-align:center;
}
.shared-date {
	margin-top: 5px;
	width: 100%;
	display: block;
	font-size: 12px;
	padding: 0px;
	text-align:center;
}
.shared-item-title {
	width: 100%;
	clear: both;
	overflow:auto;
	text-align:center;
	padding: 20px 0 10px 0;
	font-size: 40px;
	font-weight: 300;
}
.back {
	display: block;
	font-size:14px;
	font-weight: 300;
	cursor: pointer;
}
.back span {
	margin-left:5px;
}
.back:hover {
	color: #0019af;
}