@import 'http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100|Roboto+Condensed:400,700,300|Roboto:400,100,100italic,300,300italic,700,900,500&subset=latin,cyrillic-ext';

ol {
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	/*font: 15px 'trebuchet MS', 'lucida sans';*/
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 18px;
}
 
ol ol {
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

body {
	background: #fafafa;
	font-family: 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
	font-weight: 300;
}

.rounded-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	/*margin: .5em 0;*/
	background: #ddd;
	color: #444;
	text-decoration: none;
	/*border-radius: .3em;*/
	transition: all .1s ease-out; 
	cursor: pointer;
}
 
.rounded-list a:hover{
	background: #eee;
}
 
.rounded-list a:hover:before{
	transform: rotate(360deg); 
	transform: scale(1.5, 1.5); 
	
}

.btn {
	border-radius: 0;
	padding: 8px 18px;
}

.form-control {
	border-radius: 0;
}

.audio-player audio {
	vertical-align: middle;
}

#audio-recorder-container audio {
	margin: 10px 0;
}

#audio-recorder-container.not-recording {
	
}

#audio-recorder-container.not-recording .stop {
	display: none;
}

#audio-recorder-container.recording .stop .glyphicon {
	color: red;
}

#audio-recorder-container.recording .start {
	
}

#audio-recorder-container.recording .start {
	display: none;
}
 
.rounded-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute; 
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #87ceeb;
	height: 2.6em;
	width: 2.6em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	transition: all .3s ease-out;
	font-size: 18px;
}

#editor-screen {
	width: 90%;
	width: 1250px;
	margin: 20px auto;
}

.close:hover{
	background:rgb(255,0,0);


}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	flex-flow: row wrap;
}

.panel {
	border-radius :0;
	font-size: 18px;
}

.panel .primary-content {
	padding: 10px 35px;
}

.panel .primary-content h3 {
	margin-bottom: 20px;
}

.panel .secondary-content {
	padding: 20px 35px 0;
	border-top: 1px solid #e0e0e0;
}

/*-------------------------
	Dropbox Element
--------------------------*/



#dropbox{
	background:url('../img/background_tile_3.jpg');
	
	border-radius:3px;
	position: relative;
	margin:80px auto 90px;
	min-height: 290px;
	overflow: hidden;
	padding-bottom: 40px;
    width: 990px;
	
	box-shadow:0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
}


#dropbox .message{
	font-size: 11px;
    text-align: center;
    padding-top:160px;
    display: block;
}

#dropbox .message i{
	color:#ccc;
	font-size:10px;
}

#dropbox:before{
	border-radius:3px 3px 0 0;
}



/*-------------------------
	Image Previews
--------------------------*/



#dropbox .preview{
	width:245px;
	height: 215px;
	float:left;
	margin: 55px 0 0 60px;
	position: relative;
	text-align: center;
}

#dropbox .preview img{
	max-width: 240px;
	max-height:180px;
	border:3px solid #fff;
	display: block;
	
	box-shadow:0 0 2px #000;
	-webkit-box-shadow:0 0 2px #000;
	-moz-box-shadow:0 0 2px #000;
}

#dropbox .imageHolder{
	display: inline-block;
	position:relative;
}

#dropbox .uploaded{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url('../img/done.png') no-repeat center center rgba(255,255,255,0.5);
	display: none;
}

#dropbox .preview.done .uploaded{
	display: block;
}

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}



/*-------------------------
	Progress Bars
--------------------------*/



#dropbox .progressHolder{
	position: absolute;
	background-color:#252f38;
	height:12px;
	width:100%;
	left:0;
	bottom: 0;
	
	box-shadow:0 0 2px #000;
	-webkit-box-shadow:0 0 2px #000;
	-moz-box-shadow:0 0 2px #000;
}

#dropbox .progress{
	background-color:#2586d0;
	position: absolute;
	height:100%;
	left:0;
	width:0;
	
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}

#dropbox .preview.done .progress{
	width:100% !important;
}


/*-------------------------
	Editor App
--------------------------*/

.lesson-steps {
	margin: 30px;
}

.lesson-info {
	margin: 30px;
}

.lesson-step {
	border-bottom: 1px solid #ccc;
}

.lesson-step .step-title {
	padding: 20px 0;
	cursor: pointer;
}

.lesson-step .step-inner {
	padding: 20px 0;
	display: none;
}

.lesson-step.active .step-title {
	display: none;
}

.lesson-step.active .step-inner {
	display: block;
}

.lesson-step .img {
	width: 900px;
	min-height: 600px;
	border: 1px solid #ccc;
	float: left;
}

.lesson-step .step-details {
	margin-left: 920px;
}

.lesson-step .image-actions {
	padding: 10px 0;
}

.lesson-step .btn {
	margin-right: 10px;
	border-radius: 0;
	padding: 8px 18px;
}

/*-------------------------
	Training App
--------------------------*/

.ac {
	text-align: center;
}

.tour-info {
	padding-top: 70px;
}

.training-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	height: 70px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 2px 0;
	z-index: 99;
}

.training-header h1 {
	font-size: 26px;
	margin: 10px 5px;
}

.header-right {
	position: absolute;
	top: 5px;
	right: 5px;
	white-space: nowrap;
	z-index: 101;
}

.demo-container {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	background: #fafafa;
	min-height: 100%;
}

img.browser-node {
	display: none;
}

.training-body {
	background: #fafafa;
}

.browser-demo-container {
	width: 100%;
	/*height: 580px;
	box-shadow: 0 15px 22px rgba(0,0,0,.3);
	margin: 10px auto;*/
	position: relative;
	text-align: center;
}

.browser-demo-container .browser-node {
	position: absolute;
	top: 0px;
	left: 0px;
}
	
.browser-demo-container .action-demo-container {
	/*position: absolute;*/
	top: 72px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	overflow: auto;
}
	
.browser-demo-container .loading-counter {
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	text-align: center;
	
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-size: 42px;
	font-weight: 300;
	line-height: 1.2381em;
}
	
.browser-demo-container .tour-item,
.browser-demo-container .tour-last-item,
.browser-demo-container .tour-first-item {
	display: none;
	opacity: 0;
	position: relative;
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	background: #fff;
	text-align: center;
	transition: opacity 0.5s ease-out;
}

.browser-demo-container .tour-last-item,
.browser-demo-container .tour-first-item {
	width: 100%;
}


.browser-demo-container .tour-item.in,
.browser-demo-container .tour-last-item.in,
.browser-demo-container .tour-first-item.in {
	display: inline-block !important;
	opacity: 1;
}

.browser-demo-container .tour-first-item,
.browser-demo-container .tour-last-item {
	padding: 100px 0;
	font-size: 22px;
}

.browser-demo-container .tour-first-item .btn,
.browser-demo-container .tour-last-item .btn {
	padding: 12px 28px;
}


.browser-demo-container .active-point {
	position: absolute;
	border: 3px solid #000;
	cursor: pointer;
	box-shadow: 0 0 8px rgba(82,168,236,.5);
	border-color: #66D2FF;
	border-color: rgba(82, 168, 236, .75);
	border-color: #1F76F0;
	background: url('../images/empty.gif');
}

.process-description h1 {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-size: 68px;
	font-weight: 300;
	line-height: 1.1471em;
	padding-top: 0.3824em;
	padding-bottom: 0;
	margin-bottom: 30px 0 0;
}

.process-description {
	font-family: "Roboto", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-weight: 1.5;
}

.page-footer {
	padding: 50px 0;
}

.player-holder {
	width: 300px;
	text-align: center;
	margin: 40px auto 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}	
.player-holder .player-control {
		width: 35px;
		margin: 0 auto;
	}
	
.player-holder .btn-play,
.player-holder .btn-pause {
	cursor: pointer;
	display: none;
	font-size: 22px;
	cursor: pointer;
	line-height: 35px;
	width: 35px;
	height: 35px;
	text-align: center;
	transition: all 0.1s ease;
}

.player-holder .btn-play:hover,
.player-holder .btn-pause:hover {
	font-size: 30px;
}

.step-holder {
	/*margin-top: 40px;*/
	position: absolute;
	width: 100%;
	bottom: 0;
}

.step-holder .step-full-bar {
	background: #e0e0e0;
	height: 10px;
	width: 100%;
	margin: 0 auto;
	border-radius: 9px;
	position: relative;
}

.step-holder .step-fill-bar {
	height: 100%;
	width: 0%;
	border-radius: 9px;
	margin: 0;
	background: #7986cb;
}

.step-holder .step-points {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.step-holder .step-point {
	position: absolute;
	cursor: pointer;
	background: #1a237e;
	top: 0;
	left: 0;
	border-radius: 50%;
	margin-left: -18px;
	margin-top: -4px;
	width: 18px;
	height: 18px;
	transition: margin 0.2s ease, width 0.2s ease, height 0.2s ease;

}
.step-holder .step-point.active,		
.step-holder .step-point:hover {
	width: 26px;
	height: 26px;
	margin-top: -8px;
	margin-left: -22px;
}		
		
.step-holder .step-point:first-child {
	margin-left: 0;
}

.step-holder .step-point.active:first-child
.step-holder .step-point.active:first-child:hover {
	margin-left: -4px;
}


/* Standard syntax */
@keyframes rightleft {
    0%, 90% {
		-webkit-transform: translate3d(-20px,0,0);
		-ms-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}
    60%, 100% {
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}
/* Standard syntax */
@-webkit-keyframes rightleft {
    0%, 90% {
		-webkit-transform: translate3d(20px,0,0);
		-ms-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}
    60%, 100% {
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

/* Standard syntax */
@-webkit-keyframes leftright {
    0%, 90% {
		-webkit-transform: translate3d(-20px,0,0);
		-ms-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}
    60%, 100% {
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

/* Standard syntax */
@-webkit-keyframes bottomtop {
    0%, 90% {
		-webkit-transform: translate3d(0,20px,0);
		-ms-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}
    60%, 100% {
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.rightleft {
	-webkit-animation-name: rightleft;
	animation-name: rightleft;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

.tooltip-in {
	position:absolute;
	min-width: 50px;
	max-width: 350px;
	left:0;
	top:0;
	/*background-color:black;*/
	color: #fff;
	z-index:97;
	/*border: 2px solid #000;*/
	background: #4089F7;
    border: 1px solid #1F76F0;
    border: 1px solid #fff;
	border-radius:2px;

	/*position: relative;*/
	font-size: 1em;
	line-height: 1em;
	padding: 10px 15px;
	text-align: left;
	/*margin-right: 2.25em;
	margin-left: 2.25em;*/
	margin: 0;
	text-shadow: none;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}
/*
.tooltip-in.animate {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}*/
/*
.tooltip-in:before {
	right: 100%;
	top: 0;
	border-color: transparent #4089f7 transparent transparent;
}
.tooltip-in:before {
	display: block;
	position: absolute;
	content: ' ';
	width: 0;
	height: 0;
	border: 0 none;
	border-style: solid;
	border-width: 1.5em;
}
*/
/*
('LT', 'Left Top'), 
('LB', 'Left Bottom'), 

('RT', 'Right Top'), 
('RB', 'Right Bottom'), 

('RC', 'Right Center')
('LC', 'Right Center')
*/
.tooltip-LT {
	left: 0;
	bottom: 100%;
	margin-top: -12px;
	top: auto;
}
/*
.tooltip-LT.animate {
	-webkit-animation-name: bottomtop;
	animation-name: bottomtop;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
.tooltip-LT:before {
	right: auto;
	bottom: auto;
	top: 100%;
	left: 0;
	border-color: #4089F7 transparent transparent transparent;
}
*/
.tooltip-LB {
	left: 0;
	top: 100%;
	margin-top: 0;
}
/*
.tooltip-LB.animate {
	-webkit-animation-name: bottomtop;
	animation-name: bottomtop;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

.tooltip-LB:before {
	right: auto;
	bottom: 100%;
	top: auto;
	left: 0;
	border-color: transparent transparent #4089F7 transparent;
}
*/
.tooltip-LC {
	left: 100%;
	bottom: 50%;
	top: auto;
}
/*
.tooltip-LC.animate {
	-webkit-animation-name: leftright;
	animation-name: leftright;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

.tooltip-LC:before {
	right: 100%;
	top: 0;
	border-color: transparent #4089f7 transparent transparent;
}
*/

.tooltip-RC {
	left: 100%;
	top: -50%;
	margin-left: 30px;
}
/*
.tooltip-RC.animate {
	-webkit-animation-name: rightleft;
	animation-name: rightleft;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
*/
/*
.tooltip-RC:before {
	right: 100%;
	top: 0;
	border-color: transparent #4089f7 transparent transparent;
}
*/

.tooltip-TL {
	top: 100%;
	margin-top: 30px;
}
/*
.tooltip-TL:before {
	right: auto;
	bottom: 100%;
	top: auto;
	border-color:  transparent transparent #4089F7 transparent;
}
*/
/*
.tooltip-TL.animate {
	-webkit-animation-name: bottomtop;
	animation-name: bottomtop;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
*/
.tooltip-RT {
	right: 0;
	left: auto;
	bottom: 100%;
	margin-bottom: 0;
	top: auto;
	left: auto;
}
/*
.tooltip-RT:before {
	right: auto;
	left: 100%;
	top: 0;
	border-color:  transparent transparent  transparent #4089F7;
} 

.tooltip-RT.animate {
	-webkit-animation-name: leftright;
	animation-name: leftright;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
*/
.tooltip-RB {
	right: 0;
	left: auto;
	bottom: auto;
	top: 100%;
}
/*
.tooltip-RB:before {
	right: auto;
	left: 100%;
	top: 0;
	border-color:  transparent transparent  transparent #4089F7;
} 

.tooltip-RB.animate {
	-webkit-animation-name: leftright;
	animation-name: leftright;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
*/
.tooltip p {
	padding:11px;
	font-size:14px;
	text-shadow:none;
}
