.imageLogo{
	width: 150px;
	height: 105px;
}
#BG_Video iframe{
	width: 100% !important;   
	height: 100% !important;   
}
.boxedDiv{
	background: none !important;
}
.help-block {
	font-size: 12px !important;
}
.embed-container { 
	position: relative; 
	padding-bottom: 50.25%;
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	height: auto; 
} .embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%; 
	border:0;
}

/*.container {
	max-width: 900px;
}*/
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1px;
	padding-right: 1px;
	position: relative;
	z-index: 2;
        padding-bottom: 0;
	padding-top: 0;
}
.ui-rotatable-handle {
	background-image: url("/rotate.png");
	background-3: 100% auto;
	bottom: 3px;
	cursor: pointer;
	height: 11px;
	left: 2px;
	position: absolute;
	width: 13px;
}
.canvasDiv{
	width: 110px;
	height: 110px;
}
.loader-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	z-index: 1000000000;
}

.loader:before,
.loader:after,
.loader {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	top: 48%;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}
.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #ffffff;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #FFF;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #ffffff;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #FFF;
	}
}

/* code for animated blinking cursor */
.type-wrap{
	padding: 20px;
	margin: 30px -15px -31px;
	background-color: #343434;
	color: #fff;
}
.typed-cursor{
	opacity: 1;
	font-weight: 100;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}