/* css overwritten of old css*/
.player-loaded .header{
	top: -50px;
}

@font-face {
	font-family: "icomoon";
	src: url("/static/css/fonts/icomoon.eot");
	src: url("/static/css/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/static/css/fonts/icomoon.woff") format("woff"), url("/static/css/fonts/icomoon.ttf") format("truetype"), url("/static/css/fonts/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-share:before {
	content: "\e606";
}

.icon-left:before {
	content: "\e600";
}

.icon-right:before {
	content: "\e601";
}

.icon-zoom {
	background: url(/static/images/icon-fullscreen.png) no-repeat center center;
	background-size: 60%;
	width: 100%;
	height: 100%;
	display: inline-block;
}
.fullscreen-active .icon-zoom {
	background: url(/static/images/icon-fullscreenExit.png) no-repeat center center;
	background-size: 60%;
	width: 100%;
	height: 100%;
}
.icon-earth:before {
	content: "\e603";
}

.icon-chat:before {
	content: "\e605";
}
.icon-document:before {
	content: "\e604";
}
.clearfix:after,
.comment .heading:after,
.cycle-gallery .mask .slideset:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html,
body {
	height: 100%;
	min-width: 320px;
}
#player-container{
	position: absolute;
	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	border: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	padding-top: 0px;
}

.player_wrap{
	position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.side-info-active .player_wrap{
	overflow: hidden
}
.side-info-active.notes-active .player_wrapper, .side-info-active.language-active .player_wrapper,
.side-info-active.comments-active .player_wrapper,
.side-info-active.sandbox-bookmarks-active .player_wrapper{
	width : calc(100% - 415px) !important;
}
.side-info-active .player_wrapper{
	width : calc(100% - 20px) !important;
}
.cta-active #slider, .embed-player .jcf-scrollbar-horizontal .jcf-scrollbar-handle{
	display: none;
}
/*#player-container.page-current {
    display: inline !important;
}*/
.side-info-active .player_wrap{
	overflow: hidden;
}
#wrapper {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

.side-info-opener {
	position: fixed;
	z-index: 12;
	top: 25px;
	left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px 10px 10px 19px;
	line-height: 28px;
	font-size: 18px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	color: #151515;
	-webkit-transition: all .2s ease-in-out .1s;
	transition: all .2s ease-in-out .1s;
	background: #fff;
}
.hideTitle .side-info-opener .icon {
	margin: 3px 10px 3px 0;
}
.form-cta-active .side-info-opener{
	z-index: 9;
}
.side-info-opener:focus {
	color: #151515;
	outline: none !important;
}

.side-info-opener:hover {
	color: #151515;
}
.side-info-opener .slide_information {
	display: none;
}
.side-info-active .side-info-opener {
	color: #fff;
	background: none;
	-webkit-transform: translateX(490px);
	-ms-transform: translateX(490px);
	transform: translateX(490px);
}

.side-info-opener .icon {
	position: relative;
	float: left;
	margin: 3px 35px 0 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.side-info-opener .icon:before,
.side-info-opener .icon:after,
.side-info-opener .icon span {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	border-radius: 2px;
	height: 3px;
	margin-top: -1px;
	background: #151515;
	-webkit-transition: all .5s ease-in-out .1s;
	transition: all .5s ease-in-out .1s;
}

.side-info-active .side-info-opener .icon:before,
.side-info-active .side-info-opener .icon:after,
.side-info-active .side-info-opener .icon span {
	background: #fff;
}

.side-info-active .side-info-opener .icon span {
	opacity: 0;
}

.side-info-opener .icon:before {
	top: 20%;
}

.side-info-active .side-info-opener .icon:before {
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.side-info-opener .icon:after {
	top: 80%;
}

.side-info-active .side-info-opener .icon:after {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.notes, .language, .comments, .sandbox-bookmarks {
	z-index: 100;
	position: fixed;
	z-index: 2;
	top: 0;
	right: 20px;
	bottom: 0;
	overflow: hidden;
	width: 380px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	visibility: hidden;
	opacity: .5;
	-webkit-transition: opacity .5s linear 0s;
	transition: opacity .5s linear 0s;
}

.notes-active .notes, .language-active .language, .sandbox-bookmarks-active .sandbox-bookmarks {
	opacity: 1;
	visibility: visible;
}

.notes .inner{
	position: relative;
	background: #fff;
	height: 100%;
	width: 315px;
	-webkit-transform: rotateY(-90deg) translateX(120%) scale(1.2);
	transform: rotateY(-90deg) translateX(120%) scale(1.2);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-transition: all .8s ease-in-out .1s;
	transition: all .8s ease-in-out .1s;
}

.notes-active .notes .inner {
	-webkit-transform: rotateY(0) translateX(0) scale(1);
	transform: rotateY(0) translateX(0) scale(1);
}

.notes-active .notes .inner .anim1 {
	-webkit-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}

.notes .sub-inner {
	position: absolute;
	width: 100%;
	right: 90px;
	bottom: 10px;
	top: 5px;
	left: 0;
	display: block;
	height: calc(100% - 100px);
	padding-top: 110px;
}
.embed-player .notes .sub-inner{
	padding-top: 0px;
}
.notes .sub-inner:before, .sandbox-bookmarks .sub-inner:before{
	color: #8e8e93;
    font-weight: 500;
    text-transform: uppercase;
    top: 95px;
    position: absolute;
    width: 100%;
    text-align: left;
}
.embed-player .notes .sub-inner:before{
	padding-left: 20px;
	top: 0px;
}
.notes .sub-inner:before {
	content: "Additional Notes";
}
.sandbox-bookmarks .sub-inner:before {
    content: "Jump to Section";
}
.notes .sub-inner .notes-wrap{
	position: relative;
	display: block;
	width: 315px;
	height: 100%;
	padding-right: 8px;
}
.notes .sub-inner .notes-wrap .notes-wrap-outer{
	display: table;
	height: 100%;
	width: 100%;
}
.notes .jcf-scrollable {
	height: 100%;
}

.notes .anim1 {
	-webkit-transform: translateX(40%) translateY(0);
	-ms-transform: translateX(40%) translateY(0);
	transform: translateX(40%) translateY(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: all .8s ease-in-out .2s;
	transition: all .8s ease-in-out .2s;
}

.notes h1 {
	line-height: 30px;
	font-size: 24px;
	font-weight: 400;
	color: #151515;
	word-break: break-word;
	margin-bottom: 10px;
	padding-right: 5px;
	min-height: 32px;
}

.notes p {
	white-space: pre-wrap;
	margin: 0;
	font-weight: 300;
	line-height: 33px;
	font-size: 14px;
	color: #151515;
	word-break: break-word;
	padding-right: 5px;
}
.notes.no-notes .pagination-wrap{
	display: none;
}
.notes.no-notes .notes-edit-options{
	display: none;
}
.comments {
	position: fixed;
	z-index: 2;
	top: 0;
	right: 20px;
	bottom: 0;
	overflow: hidden;
	width: 380px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	visibility: hidden;
	opacity: .5;
	-webkit-transition: opacity .5s linear 0s;
	transition: opacity .5s linear 0s;
}

.comments-active .comments {
	opacity: 1;
	visibility: visible;
}

.comments .inner, .language .inner,
.sandbox-bookmarks .inner {
	background: #fff;
	position: relative;
	height: 100%;
	-webkit-transform: rotateY(-90deg) translateX(120%) scale(1.2);
	transform: rotateY(-90deg) translateX(120%) scale(1.2);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-transition: all .8s ease-in-out .1s;
	transition: all .8s ease-in-out .1s;
}

.comments-active .comments .inner, .language-active .language .inner,
.sandbox-bookmarks-active .sandbox-bookmarks .inner {
	-webkit-transform: rotateY(0) translateX(0) scale(1);
	transform: rotateY(0) translateX(0) scale(1);
}

.comments-active .comments .inner .anim2,
.comments-active .comments .inner .anim3,
.comments-active .comments .inner .anim1 {
	-webkit-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}

.comments .sub-inner, .language .sub-inner, .sandbox-bookmarks .sub-inner {
	position: absolute;
	top: 0;
	right: 90px;
	bottom: 90px;
	left: 0;
}
.comments .sub-inner {
	top: 20px;
	bottom: 50px;
}
.comments .jcf-scrollable, .language .jcf-scrollable {
	max-width: 500px;
	max-width: 560px;
	height: 100%;
}

.comments .anim2 {
	-webkit-transform: translateX(40%) translateY(0);
	-ms-transform: translateX(40%) translateY(0);
	transform: translateX(40%) translateY(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: all .8s ease-in-out .2s;
	transition: all .8s ease-in-out .2s;
}

.comments .anim3 {
	-webkit-transform: translateX(40%) translateY(0);
	-ms-transform: translateX(40%) translateY(0);
	transform: translateX(40%) translateY(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: all .8s ease-in-out .4s;
	transition: all .8s ease-in-out .4s;
}

.comments .area {
	max-width: 475px;
	padding: 43px 0 22px 101px;
}
.comment-list {
    position: relative;
    height: 68%;
    overflow: auto;
}
p.no-comments {
    position: relative;
    top: 50%;
    color: #cecece;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.comment .heading {
	min-height: 61px;
	position: relative;
}

.comment .heading .avatar {
	float: left;
	margin: -3px 15px 0 0;
	border-radius: 50%;
	overflow: hidden;
	width: 50px;
	height: 50px;
}

.comment .heading .avatar img {
	display: block;
	width: 100%;
	height: auto;
}

.comment .heading h2 {
	margin: 0;
	line-height: 24px;
	font-size: 19px;
	font-weight: normal;
	color: #434343;
}

.comment .heading .time {
	display: block;
	line-height: 12px;
	font-size: 14px;
	color: #cbcbcb;
}

.comment p {
	margin: 0 0 17px;
	line-height: 23px;
	font-size: 19px;
	color: #737373;
}

.comment .links {
	padding: 44px 0 59px;
	line-height: 17px;
	font-size: 14px;
}

.comment .links a {
	margin: 0 22px 0 0;
}

.comments-form {
    position: relative;
    height: 32%;
}

.comments-form textarea {
	margin: 0 0 10px;
	border: 1px solid #e1e1e1;
	padding: 5px 7px;
	width: 100%;
	height: 140px;
	font-weight: normal;
	line-height: 21px;
	font-size: 12px;
	color: #000;
	resize: none;
}

.get-comment-notification {
    height: 32px;
    background: #5fba4a;
    display: inline-block;
    width: 44px;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}
.get-comment-notification::after, .added-email .get-comment-notification::after {
	background: url(/static/images/mobile-section-nav.png) no-repeat;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    background-size: 100%;
    background-position: center center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    margin: 7px 13px;
}
.added-email .get-comment-notification::after {
    background: url(/static/images/icon-language-selected.png) no-repeat;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    background-size: 100%;
    margin: 9px 13px;
}
.comments-form input[type="submit"] {
	margin: 0 0 10px;
	border: 0;
	padding: 0;
	width: 100%;
	height: 35px;
	font-size: 12px;
	color: #fff;
	background: #5fba4a;
}

.comments-form input[type="submit"]:hover {
	background: #428533;
}
.comments div.social-icon:hover {
	cursor: pointer;
	box-shadow: 0px 0px 8px 2px #ccc;
}
.comments-area {
	display: none;
	height: 100%;
    position: relative;
}
.comment-footer {
	position: relative;
    height: 35px;
}
.posting-comment .comment-footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 35px;
    background: #5fba4a;
}
.posting-comment .comment-footer::after, .adding-email .get-comment-notification::after {
    content: "";
    position: absolute;
    background-image: url(/static/images/ellipse-rotator.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 999;
    width: 25px;
    height: 25px;
    top: 5px;
    margin: 0 auto;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    text-align: center;
    left: 0;
    right: 0;
}
.comment-list ul li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
}
.comment-list ul li .the-comment {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    color: #40435b;
    line-height: 14px;
    margin: 0px 5px;
}
.comment-list .the-comment p, .comment-notification-block {
	padding: 10px 18px;
    background: #eff3f6;
    border-radius: 5px;
}
.comment-notification-block {
	line-height: 18px;
}
.comment-notification-block p {
	font-style: italic;
}
.added-email > p {
	font-style: normal;
}
.added-email > span {
	color: #ececec;
}
.comment-list ul li.author-comment p {
    background: #fff;
    border: 1px solid #ececec;
}
.comment-list ul li .the-comment span {
	display: block;
	font-size: 10px;
    color: #cccccd;
}
.comment-list ul li.author-comment div span  {
	text-align: right;
}
.comment-list ul li.author-comment img {
	float: right;
}
.comment-list ul li {
	margin-bottom: 40px;
	width: 100%;
}
.language .title{
	padding: 0;
    font-size: 12px;
    color: #8e8e93;
    font-weight: 500;
    text-transform: uppercase;
}

.language .language-block{
    position: relative;
    display: block;
}
.languages-wrap-outer {
	display: table;
    width: 100%;
    height: 100%;
}
.languages-wrap-inner {
	display: table-cell;
    vertical-align: middle;
}
.language .languages {
	display: block;
	margin-top: 15px;
}
.language .languages li{
	padding: 15px 20px 15px 30px;
	color: #828b90;
	text-align: left;
	font-size: 14px;
	background: #fff;
	cursor: pointer;
}
.language .languages li:hover{
	background: #f4f4f4;
}
.language .languages li.selected{
	background: #64e7b3 url('/static/images/icon-language-selected.png') no-repeat right 10px center;
	color: #ffffff;
	background-size: 15px
}

.image_with_audio {
   width: calc(100% - 40px);
}
.block .file-name.img-audio {
    margin-top: 10px;
}
/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	width: 6px;
	bottom: 0;
	right: 0;
	top: 0;
}
.jcf-scrollbar-horizontal {
    position: absolute;
    cursor: default;
    height: 6px;
    left: 0;
    bottom: 0;
    top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	height: 0;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	height: 1px;
	border: 1px solid #fff;
	border-radius: 2px;
	width: 5px;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	height: 1px;
	border: 1px solid #fff;
	border-radius: 2px;
	height: 5px;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}


.jcf-scrollable-wrapper:hover .jcf-scrollbar-handle {
	opacity: 1;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}
.sandbox-bookmarks .jcf-scrollbar-vertical{
	right: -10px;
}
.frame  .jcf-scrollbar-horizontal, .notes .jcf-scrollbar-horizontal{
	display: none !important;
}
.side-info {
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 480px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	visibility: hidden;
	opacity: .5;
	-webkit-transition: opacity .5s linear 0s;
	transition: opacity .5s linear 0s;
}

.side-info-active .side-info {
	opacity: 0.9;
	visibility: visible;
}

.side-info .inner {
	position: relative;
	overflow: hidden;
	height: 100%;
	background: #53585e;
	color: #fff;
	-webkit-transform: rotateY(90deg) translateX(-120%) scale(1.2);
	transform: rotateY(90deg) translateX(-120%) scale(1.2);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-transition: all .5s ease-in-out .1s;
	transition: all .5s ease-in-out .1s;
}

.side-info-active .side-info .inner {
	-webkit-transform: rotateY(0) translateX(0) scale(1);
	transform: rotateY(0) translateX(0) scale(1);
}

.side-info .frame {
	position: absolute;
	right: 0;
	bottom: 90px;
	left: 0;
}

.side-info .jcf-scrollable {
	width: 100% !important;
	height: 100%;
}

.side-info .back {
	position: absolute;
	z-index: 10;
	top: 38px;
	left: 23px;
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	cursor: pointer;
}

.side-info .back:before {
	content: "";
	float: left;
	margin: 2px 5px 0 0;
	border: solid transparent;
	border-width: 10px 10px 10px 0;
	border-right-color: #fff;
}

.side-info .txt {
	overflow: hidden;
	padding: 100px 42px 18px 22px;
}

.side-info h1 {
	margin: 0 0 15px;
	line-height: 38px;
	font-size: 18px;
	font-weight: normal;
}

.side-info p {
	margin: 0 0 30px;
	line-height: 30px;
	font-size: 19px;
}

.side-info .nav {
	margin: 0;
	line-height: 35px;
	font-size: 19px;
}

.side-info .nav li.active a {
	background: #2ba0cc;
}

.side-info .nav li.active a:before {
	opacity: 0;
}

.side-info .nav li.active a:after {
	opacity: 1;
}

.side-info .nav a {
	display: block;
	padding: 27px 22px 27px 109px;
	color: #fff;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.side-info .nav a:before,
.side-info .nav a:after {
	content: "";
	position: absolute;
	top: 27px;
	left: 55px;
	width: 35px;
	height: 35px;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.side-info .nav a:after {
	opacity: 0;
}

.side-info .nav a:hover,
.side-info .nav a:focus {
	background: #2ba0cc;
}

.side-info .nav a:hover:before,
.side-info .nav a:focus:before {
	opacity: 0;
}

.side-info .nav a:hover:after,
.side-info .nav a:focus:after {
	opacity: 1;
}

.side-info .nav a.picture:before {
	background: url(/static/images/icon-picture.png) no-repeat;
}

.side-info .nav a.picture:after {
	background: url(/static/images/icon-picture-white.png) no-repeat;
}

.side-info .nav a.video:before {
	background: url(/static/images/icon-video.png) no-repeat;
}

.side-info .nav a.video:after {
	background: url(/static/images/icon-video-white.png) no-repeat;
}

.side-info .nav a.terms:before {
	background: url(/static/images/icon-terms.png) no-repeat;
}

.side-info .nav a.terms:after {
	background: url(/static/images/icon-terms-white.png) no-repeat;
}

.side-info .bottom {
	position: absolute;
	bottom: 0px;
	left: 23px;
	right: 64px;
	border-top: 1px solid #737578;
	padding: 10px 0 10px;
	line-height: 30px;
	font-size: 19px;
}

.side-info .bottom .title {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}

.side-info .bottom .next-section-name {
	color: #2ba0cc;
	cursor: pointer;
}

.side-info .bottom a:hover {
	color: #278fb7;
}

.overlay:not(.tooltip){
	position: fixed;
	z-index: 12;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, .75);
	-webkit-transition: all .5s ease-in-out .1s;
	transition: all .5s ease-in-out .1s;
	display: block;
}

.side-info-active .overlay, .form-cta-active .overlay{
	visibility: visible;
	opacity: 1;
}
.form-cta-active .overlay {
	z-index: 102;
}
.sandbox-hotspot-popup-active .overlay {
	background: rgba(255, 255, 255, .75);
}

.sandbox-hotspot-popup-active .side-info-opener{
	z-index: 10;
}

.progress-line {
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 5px;
	background: #e4e5e7;
}

.progress-line div {
	width: 0;
	height: 5px;
	background: #fb5758;
	-webkit-transition: width 500ms linear;
    -moz-transition: width 500ms linear;
    -ms-transition: width 500ms linear;
    -o-transition: width 500ms linear;
    transition: width 500ms linear;
}
.fullscreen-active .progress-line{
	display: none;
}
.btn-prev, .btn-next {
	position: absolute;
	z-index: 7;
	right: 24px;
	outline: none;
	color: #303030;
	cursor: pointer;
}
.btn-prev.disabled, .btn-next.disabled, .dt-btn-prev.disabled, .dt-btn-next.disabled,
.side-info-opener .icon.disabled, .side-info-opener .wt-title-edit.disabled {
	opacity: 0.1;
	cursor: default;
}

.btn-prev i,
.btn-next i {
	border: 1px solid #303030;
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	border-radius: 50%;
}

.btn-prev:active i,
.btn-next:active i {
	-webkit-animation: pulse .5s linear 0s;
	animation: pulse .5s linear 0s;
}

.btn-prev {
	bottom: 29px;
}

.btn-next {
	bottom: 80px;
}

.btn-next, .btn-prev{
	display: none;
}
.slide-effects {
	/* move to with different easing */
}

.slide-effects .slide-moveFromRight {
	-webkit-animation: moveFromRight .9s ease-out both;
	animation: moveFromRight .9s ease-out both;
}

.slide-effects .slide-moveFromLeft {
	-webkit-animation: moveFromLeft .9s ease-out both;
	animation: moveFromLeft .9s ease-out both;
}

.slide-effects .slide-moveToRightEasing {
	-webkit-animation: moveToRight .9s ease-in both;
	animation: moveToRight .9s ease-in both;
}

.slide-effects .slide-moveToLeftEasing {
	-webkit-animation: moveToLeft .9s ease-in both;
	animation: moveToLeft .9s ease-in both;
}

.fade-effects {
	/* move to with different easing */
}

.fade-effects .slide-moveFromRight {
	-webkit-animation: fadeIn .4s ease-in both;
	animation: fadeIn .4s ease-in both;
}

.fade-effects .slide-moveFromLeft {
	-webkit-animation: fadeIn .4s ease-in both;
	animation: fadeIn .4s ease-in both;
}

.fade-effects .slide-moveToRightEasing {
	-webkit-animation: fadeOut .4s ease-in both;
	animation: fadeOut .4s ease-in both;
}

.fade-effects .slide-moveToLeftEasing {
	-webkit-animation: fadeOut .4s ease-in both;
	animation: fadeOut .4s ease-in both;
}

/* move from / to  */

.content {
	margin: auto;
	max-width: 1054px;
	-webkit-transition: max-width .6s ease;
	transition: max-width .6s ease;
}

.side-panel {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 20px;
	bottom: 0;
	padding: 25px 0;
	width: 55px;
	background: #fff;
}

.side-panel ul {
	margin: 0;
	padding: 0;
}

.side-panel ul li {
	list-style: none;
}

.side-panel ul li:first-child {
	margin: 0 0 9px;
}

.side-panel ul div {
	display: block;
	position: relative;
	height: 51px;
	outline: none !important;
	text-align: center;
	line-height: 51px;
	color: #313131;
	cursor: pointer;
}

.side-panel ul div i {
	vertical-align: middle;
}

.side-panel ul div:hover {
	text-decoration: none;
}

.side-panel ul div.full-screen-item {
	font-size: 24px;
}

.side-panel ul div.notes-item {
	font-size: 26px;
}

.notes-active .side-panel ul div.notes-item {
	background: none;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.side-panel ul div.comments-item {
	font-size: 23px;
}

.comments-active .side-panel ul div.comments-item {
	color: #fff;
	background: #5fba4a;
}

.side-panel ul div.language-item {
	font-size: 24px;
}


.language-active .side-panel ul div.language-item {
    background: #63E7B1;
    color: #ffffff;
}

.language-item.disabled, .notes-item.disabled{
	opacity: 0.2;
}
.pagination-wrap .page-prev[data-page].disabled,
.pagination-wrap .page-next[data-page].disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/*bookmark icon css*/
.side-panel ul .sb-bookmark-item{
	display: none;
}
.side-panel ul .sb-bookmark-item.active{
	display: block;
}
.sb-bookmark-item .icon-bookmark{
    position: absolute;
    background: url(/static/images/icon-bookmarks.png) no-repeat;
    background-position: 0px 0px;
    background-size: 31px;
    width: 33px;
    height: 25px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

/* css wewrite to drop or custome-tooltip*/

.info-tooltip, .pin-tooltip {
	visibility: hidden;

	position: absolute;
	background: rgba(255, 255, 255, .95);
	box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .1);
	border-radius: 4px;
	width: 300px;
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	cursor: initial;
	animation: drop-fade .4s linear;
	-webkit-animation: drop-fade .4s linear;
	display: none;
}

.info-tooltip.active, .pin-active .pin-tooltip{
	visibility: visible;
	display: block;
}

.info-tooltip.bottom.active, .pin-active .pin-tooltip[data-pin-position=bottom],
.pin-active .pin-tooltip[data-pin-position=bottom-left], .pin-active .pin-tooltip[data-pin-position=bottom-right]{
    animation: drop-effectBottom .4s linear;
    -webkit-animation: drop-effectBottom .4s linear;
}

.info-tooltip.top.active, .pin-active .pin-tooltip[data-pin-position=top],
.pin-active .pin-tooltip[data-pin-position=top-left], .pin-active .pin-tooltip[data-pin-position=top-right]{
    animation: drop-effectTop .4s linear;
    -webkit-animation: drop-effectTop .4s linear;
}

.info-tooltip.left.active, .pin-active .pin-tooltip[data-pin-position=left] {
    animation: drop-effectLeft .4s linear;
    -webkit-animation: drop-effectLeft .4s linear;
}

.drop_pin .pin-block {
	max-height: 300px;
	overflow: auto;
}

.info-tooltip.right.active, .pin-active .pin-tooltip[data-pin-position=right]{
    animation: drop-effectRight .4s linear;
    -webkit-animation: drop-effectRight .4s linear;
}

.info-tooltip .arrow, .pin-tooltip .arrow {
    width: 40px;
    height: 20px;
    position: absolute;
    overflow: hidden;
    margin-left: -20px;
}

.info-tooltip .arrow:after, .pin-tooltip .arrow:after {
    position: absolute;
    background: rgba(255, 255, 255, .95);
    content: "";
    width: 15px;
    height: 15px;
    box-shadow: 2px 3px 6px -1px rgba(0, 0, 0, .1);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Bottom */
.info-tooltip.bottom, .pin-tooltip[data-pin-position=bottom]{
	left: 50%;
	top: 100%;
	margin-left: -150px;
	margin-top: 18px;
}

.info-tooltip.bottom .arrow, .pin-tooltip[data-pin-position=bottom] .arrow {
    left: 50%;
    bottom: 100%;
}

.info-tooltip.bottom .arrow:after, .pin-tooltip[data-pin-position=bottom] .arrow:after{
	top: 12px;
    left: 12px;
}
/* Bottom left */
.pin-tooltip[data-pin-position=bottom-left] {
	top: 100%;
	margin-top: 18px;
}
.pin-tooltip[data-pin-position=bottom-left] .arrow, .pin-tooltip[data-pin-position=bottom-right] .arrow {
    bottom: 100%;
}
.pin-tooltip[data-pin-position=bottom-left] .arrow:after, .pin-tooltip[data-pin-position=bottom-right] .arrow:after{
	top: 12px;
    left: 12px;
}
/* Bottom right */
.pin-tooltip[data-pin-position=bottom-right] {
	right: 0;
	top: 100%;
	margin-top: 18px;
}
.pin-tooltip[data-pin-position=bottom-right] .arrow {
    bottom: 100%;
    right: 0;
}
.pin-tooltip[data-pin-position=bottom-right] .arrow:after{
	top: 12px;
    left: 12px;
}

/* top */
.info-tooltip.top, .pin-tooltip[data-pin-position=top]{
	left: 50%;
	bottom: 100%;
	margin-left: -150px;
	margin-bottom: 18px;
}
.info-tooltip.top .arrow, .pin-tooltip[data-pin-position=top] .arrow {
    left: 50%;
    top: 100%;
}
.info-tooltip.top .arrow:after, .pin-tooltip[data-pin-position=top] .arrow:after{
	bottom: 12px;
    left: 12px;
}
/* Top left */
.info-tooltip.top-left, .pin-tooltip[data-pin-position=top-left]{
	bottom: 100%;
	margin-bottom: 18px;
}
.info-tooltip.top-left .arrow, .pin-tooltip[data-pin-position=top-left] .arrow {
    top: 100%;
}
.info-tooltip.top-left .arrow:after, .pin-tooltip[data-pin-position=top-left] .arrow:after{
	bottom: 12px;
    left: 12px;
}
/* Top right */
.info-tooltip.top-right, .pin-tooltip[data-pin-position=top-right] {
	right: 0;
	bottom: 100%;
	margin-bottom: 18px;
}
.info-tooltip.top-right .arrow, .pin-tooltip[data-pin-position=top-right] .arrow {
    right: 0;
    top: 100%;
}
.info-tooltip.top-right .arrow:after, .pin-tooltip[data-pin-position=top-right] .arrow:after{
	bottom: 12px;
    left: 12px;
}


/* Left */
.info-tooltip.left, .pin-tooltip[data-pin-position=left]{
	right: 100%;
	top: -57.5px;
	margin-right: 18px;
}

.info-tooltip.left .arrow, .pin-tooltip[data-pin-position=left] .arrow {
    left: 100%;
    top: 66.5px;
}

.info-tooltip.left .arrow:after, .pin-tooltip[data-pin-position=left] .arrow:after{
	bottom: 3px;
    left: 12px;
}

.info-tooltip.bottom-left .arrow:after, .pin-tooltip[data-pin-position=bottom-left] .arrow:after{
	bottom: 3px;
    left: 12px;
}

/* Right */
.info-tooltip.right, .pin-tooltip[data-pin-position=right]{
	left: 100%;
	top: -57.5px;
	margin-left: 18px;
}

.info-tooltip.right .arrow, .pin-tooltip[data-pin-position=right] .arrow {
    right: 100%;
    top: 66.5px;
}

.info-tooltip.right .arrow:after, .pin-tooltip[data-pin-position=right] .arrow:after{
	bottom: 3px;
    right: -8px;
}

.pin-tooltip h1{
	font-size: 14px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 18px;
	min-height: 27px;
	word-break: break-all;
}

.pin-tooltip p{
	padding: 5px 0px;
	font-size: 12px;
	min-height: 50px;
	margin: 5px 0px;
}
.mobile-back {
	display: none;
	background: #1c2022;
	padding: 25px 13px;
	z-index: 100;
	font-size: 16px;
}

.mobile-back a {
	color: #dcdbdb;
}

.mobile-back a:hover {
	text-decoration: none;
}

.fluid-width-video-wrapper {
	padding: 0 !important;
}

/*iframe,
video {
	background: #000;
	display: block;
	vertical-align: baseline;
	width: 100% !important;
	height: 100vh !important;
}*/


.walkthrough-lists .pwt-list li{
	height: auto;
	border-bottom: none;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	display: flex;
	min-height: 70px;
	width: 100%;
}

.walkthrough-lists .pwt-list li .title{
	height: auto;
    font-size: 14px;
    padding-left: 5px;
    width: calc(85% - 35px);
}

.walkthrough-lists .pwt-list li .read{
	margin-left: 25px;
}

.walkthrough-lists .pwt-list li .read .circle{
	margin: 10px 0px;
}

.walkthrough-lists .pwt-list li:hover, .walkthrough-lists .pwt-list li.active{
	background: #2ba0cc;
	color: #fff;
}
.walkthrough-lists .playlist_name{
    padding: 20px;
    color: #fff;
    line-height: 38px;
    font-size: 18px;
    font-weight: normal;
    word-break: break-all;
}

.player_wrapper{
	position: absolute;
	top: 100px;
	width: 100%;
    height: calc(100% - 100px);
	padding-right: 78px;
	padding-left: 68px;
	padding-bottom: 10px;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: transform .5s ease-in-out .4s;
	-webkit-transition: transform .5s ease-in-out .4s;
}
.player_slider{
	width: 100%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: transform .5s ease-in-out .4s;
	-webkit-transition: transform .5s ease-in-out .4s;
}
.player_slider .slide{
	position: relative;
	background: #ffffff;
	overflow: visible;
}
.slides-Container{
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	background: #fff;
}
.slides-Container[slide-type="link"], .slides-Container[slide-type="embed"],
.slides-Container[slide-type="iframe"], .slides-Container[slide-type="html5"], .slides-Container[slide-type="file"] {
	position: absolute;
	height: :100%;
}
.slides-Container[slide-type="video"]{
	margin: 0px auto;
}
.slides-Container[slide-type="iframe"] .slideArea, .slides-Container[slide-type="360"] .slideArea,
.slides-Container[slide-type="html5"] .slideArea{
	height: 100%;
}
.player_slider .slideArea, .player_slider .slideArea.width{
	position: relative;
	margin: 0px auto;
	-webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}
.player_slider .slideArea, .player_slider .slideArea.width[slide-type="sandbox"]{
	-webkit-transition: all 0s linear 0s;
    transition: all 0s linear 0s;
}
.fullscreen-active:not(.embed-player) .player_slider .slideArea.width:not([slide-type='360']):not([slide-type='sandbox']){
	width: 96% !important;
	margin: 0px 2%;
}
.fullscreen-active.embed-player .player_slider .slideArea.width:not([slide-type='360']):not([slide-type='sandbox']){
	margin: 0px auto;
}	
.slideArea.width .slide_image, .slideArea .slide_image{
	width: 100%;
}
.player_slider .slideArea.height{
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
    left: 50%;
    height: 100%;
}

.slideArea[slide-type="link"], .slideArea[slide-type="audio"],  .slideArea[slide-type="file"]{
	position: absolute !important;
	width: 100% !important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.player_slider .slideArea.height iframe{
	height: 100%;
}
.player_slider .slideArea.height .slide_image{
	height: 100%;
	width: auto;
}
.player_slider .slideArea[slide-type="embed"]{
	position: absolute;
	height: 100%;
	width: 98%;
	margin: 0px 1%;
}
.slideArea .slide_link{
    position: relative;
    min-height: 150px;
    width: 70%;
    border-radius: 5px;
    margin: 0px 10%;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.25);
    padding: 20px;
    display: block;
    font-size: 0;
}
.slideArea .slide_link  .link_icon{
	position: relative;
    vertical-align: middle;
    width: 20%;
    display: inline-block;
}
.slideArea .slide_link  .link_icon img{
	width: 100%;
}


.slideArea .link_icon .slide_link_custom_icon {
	display: none;
}
.slideArea .link_icon.hover_thumbnail .slide_link_custom_icon,
.slideArea .link_icon.uploading .slide_link_custom_icon {
    position: absolute;
	width: 100%;
	height: 100%;
    left: 0;
    top: 0;
    margin: auto;
	background: rgba(0,0,0,0.6);
    display: flex;
	align-items: center;
	justify-content: center;
}
.slideArea .link_icon.uploading .slide_link_custom_icon {
	background: #eee;
}
.slideArea .alert-danger {
	width: 70%;
	margin: 10px 10%;
}
.slide_link_custom_icon input[name="link-asset-custom-icon"],
.slide_link_custom_icon,
.slide_link_custom_icon .uploadFile,
.slideArea .alert-danger {
	display: none;
}
.slideArea .link_icon.hover_thumbnail .uploadFile,
.slideArea.upload-failed .alert-danger {
	display: block;
}
.slide_link_custom_icon .glyphicon-upload {
	color: #ccccb3;
    font-size: 28px;
	cursor: pointer;
}
.slide_link .link_icon.uploading:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: url("/static/images/loading-icon.gif") no-repeat center center;
    background-size: 100%;
    margin: auto;
}
.slide_link .link-icon-upload-failed {
	width: 70%;
    margin: 0px 10%;
}


.slideArea .slide_link  .link_information{
    padding-left: 20px;
    min-height: 110px;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.slideArea .glyphicon.glyphicon-link{
	float: right;
    color: #ccccb3;
    font-size: 16px;
    position: absolute;
    padding: 10px;
    right: 0;
    top: 0;
}
.slideArea .slide_link .link_name{
	font-size: 12px;
	font-weight: bold;
	color: #41435c;
}
.slideArea .slide_link .link_title{
	font-size: 16px;
	line-height: 18px;
	color: #066afe;
	padding: 0 25px 25px 0px;
}
.slideArea .slide_link .link_description{
	font-size: 12px;
	color: #828b90;
	line-height: 16px;
}
.slideArea .slide_link .link{
	font-size: 10px;
	color: #c5c5c5;
	word-break: break-all;
	margin-top: 1%;
}
.source-area ul li div.hotspot {
	position: absolute;
	border: 3px solid #ff9600;
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;
	cursor: pointer;
}
.notes-active .source-area ul li div.hotspot,
.language-active .source-area ul li div.hotspot,
.share-active .source-area ul li div.hotspot {
	border: 2px solid #ff9600;
}
.source-area ul li div.hotspot .link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
/* Back button for homepage redirection */
.nav-back-button {
	display: block !important;
	z-index: 1000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f1f0f2;
	display: block;
	position: fixed;
	left: 25px;
	cursor: pointer;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	top: 50px;
}

/* audio slide */
.slideArea .slide_audio{
	position: relative;
	min-height: 150px;
	width: 90%;
	margin: 0px auto;
}
.slideArea .slide_audio .audio_banner{
	max-width: 400px;
	margin: 0px auto 20px;
	text-align: center;
}
.slideArea .slide_audio .banner_image{
	height: calc(100vh - 300px);
	max-height: 300px;
	max-width: 100%;
	-webkit-box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.3);
}
/* full screen css overwrite */
.fullscreen-active .side-info-opener, .fullscreen-active {
	display: none;
}
.fullscreen-active .side-panel{
	top: calc(100% - 100px);
}
.fullscreen-active .player_wrapper{
	top: 10px;
	padding: 30px 55px;
	height: calc(100% - 10px);
	overflow:auto;
}
.fullscreen-active .side-panel ul div:not(.full-screen-item), .fullscreen-active .player-left-sidebar,
.fullscreen-active .social-share {
    display: none;
}
.fullscreen-active .player_wrap{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: calc(100% - 100px);
    overflow: visible;
}
/*CTA CSS*/
.info-cta {
    position: fixed;
    top: 0px;
    width: calc(100% - 20px);
    height: 100%;
    z-index: 12;
    display: none;
    background: #fff;
}

.cta-active .info-cta{
	display: block;
}

.cta-active .block_container{
	overflow: hidden;
}
.info-cta .left, .info-cta .right {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
}

.info-cta .right {
    display: table;
    text-align: center;
    padding-right: 100px;
}

.info-cta .left {
    padding-left: 100px;
    display: table;
    background: url('/static/images/cta-bg.jpg') no-repeat right center;
    background-size: 1px 80%;
}

.info-cta .left .block, .info-cta .right .block {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

.info-cta .left .title-label{
	font-size: 18px;
	color: #1e1e1e;
	padding: 10px 0px;
	font-weight: 500;
}

.info-cta .left .title{
	font-size: 18px;
	color: #828b90;
	padding: 10px 0px 20px;
}

.info-cta .left .cta-image{
	cursor: pointer;
	max-height:300px;
	max-width: 65%;
	-webkit-box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 5px 15px 2px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 5px 15px 2px rgba(0, 0, 0, 0.3);
}

.info-cta .left .description {
    font-size: 14px;
    color: #828b90;
    line-height: 20px;
    padding: 20px 0px;
}
.info-cta .left .explore-btn {
    font-size: 12px;
    font-weight: 700;
    color: #4282ff;
    border: 1px solid #4282ff;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 15px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
}
.walkthrough_launchpad .info-cta .left .cta-image {
    cursor: initial;
}

.info-cta .right .title1 {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}
.info-cta .right .title2 {
    color: #828b90;
    font-size: 14px;
    padding: 10px;
}

.info-cta .right .cta-signup, .info-cta .right .cta-link {
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
    margin: 20px auto;
    padding: 15px 20px;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    background: #4282ff;
    font-weight: 500;
}

.form-cta {
    position: absolute;
    width: 99%;
    height: 100%;
    top: 0;
    display: none;
    z-index: 499;
}
.sign-up-wrap {
    position: relative;
    vertical-align: middle;
    margin: 0px auto;
    width: 100%;
    display: none;
}

.cta-active .form-cta.active{
	display: table;
}

.cta-active .form-cta.active .sign-up-wrap{
	display: table-cell;
}

.sign-up-wrap .sign-box{
	position: relative;
	background: #fff;
	left: 50%;
	top: 0px;
	width: 400px;
	margin-left: -200px;
	min-height: 100px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
     box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
}

.sign-up-wrap .sign-box .title{
	font-size: 14px;
	font-weight: 500;
	color: #1e1e1e;
	padding: 15px 0px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	text-transform: uppercase;
}

.sign-up-wrap .sign-box .name{
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
	display: inline-block;
}

.sign-up-wrap .sign-box .block{
	width: 100%;
	padding: 15px;
	display: inline-block;
	border-bottom: 1px solid #dadada;
}
.sign-up-wrap .sign-box input[type="text"], .sign-up-wrap .sign-box input[type="text"]:invalid, .sign-up-wrap .sign-box input[type="email"]{
    padding: 5px 0px 0;
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 500;
    color: #444444;
}
.sign-up-wrap .sign-box input:-webkit-autofill {
  background-color: #f2f2f2 !important;
  color: #6b6b6b !important;
}

.sign-up-wrap .sign-box .name .f-name{
	padding: 15px;
	border-right: 1px solid #dcdcdc;
	float: left;
	width: 50%;
}

.sign-up-wrap .sign-box .flabel{
    text-transform: capitalize;
    font-size: 12px;
    color: #b5bfc8;
    font-weight: 500;
    padding-bottom: 5px;
    text-align: left;
}

.sign-up-wrap .sign-box .name .l-name{
	padding: 15px;
	font-size: 14px;
	float: left;
	width: 50%;
}

.sign-up-wrap .sign-box .footer{
	height : 48px;
	width : 100%;
}

.sign-up-wrap .sign-box .form-footer{
	width: 100%;
	display: inline-block;
	height: 48px;
}

.sign-up-wrap .sign-box .form-footer .cancel, .offline-mode .offline-footer .cancel, .disable-offline-mode .offline-footer .cancel {
	border-right: 1px solid #dcdcdc;
}

.sign-up-wrap .sign-box .form-footer input[type="submit"], .sign-up-wrap .sign-box .form-footer .cancel,
.offline-mode .offline-footer .cancel , .offline-mode .offline-footer .enable,.disable-offline-mode .offline-footer .disable-offline,
.disable-offline-mode .offline-footer .cancel {
	padding: 15px;
	float: right;
	width: 50%;
	text-align: center;
	font-size: 14px;
	background: #fff;
	text-transform: uppercase;
	color: #1e1e1e;
	font-weight: 500;
	cursor: pointer;
	height: 100%;
}

.sign-up-wrap .sign-box .form-failed{
	background: #fc3447;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
  	width: 100%;
	padding: 0px 15px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	visibility: hidden;
	-webkit-transform: scaleY(0);
  	-moz-transform: scaleY(0);
  	-ms-transform: scaleY(0);
  	-o-transform: scaleY(0);
  	transform: scaleY(0);
  	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform .3s 0s, visibility 0s .3s;
  	-moz-transition: -moz-transform .3s 0s, visibility 0s .3s;
  	transition: transform .3s 0s, visibility 0s .3s;
  	z-index: 4;
  	height: 48px;
}

.sign-up-wrap .sign-box .form-sent{
	background: #4484f6;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
  	width: 100%;
	padding: 0px 15px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	visibility: hidden;
	-webkit-transform: scaleY(0);
  	-moz-transform: scaleY(0);
  	-ms-transform: scaleY(0);
  	-o-transform: scaleY(0);
  	transform: scaleY(0);
  	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform .3s 0s, visibility 0s .3s;
  	-moz-transition: -moz-transform .3s 0s, visibility 0s .3s;
  	transition: transform .3s 0s, visibility 0s .3s;
  	z-index: 4;
  	height: 48px;
}

.sign-up-wrap .sign-box .footer .form-sending{
	position: absolute;
	bottom: 0px;
	left: 0px;
  	background: #f2f2f2;
  	width: 100%;
	padding: 0px 15px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	visibility: hidden;
	-webkit-transform: scaleY(0);
  	-moz-transform: scaleY(0);
  	-ms-transform: scaleY(0);
  	-o-transform: scaleY(0);
  	transform: scaleY(0);
  	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform .3s 0s, visibility 0s .3s;
  	-moz-transition: -moz-transform .3s 0s, visibility 0s .3s;
  	transition: transform .3s 0s, visibility 0s .3s;
  	z-index: 3;
  	height: 48px;
}

.sign-up-wrap .sign-box .footer .form-sending.slide-in, .sign-up-wrap .sign-box .footer .form-failed.slide-in, .sign-up-wrap .sign-box .footer .form-sent.slide-in{
	visibility: visible;
  	-webkit-transform: scaleY(1);
  	-moz-transform: scaleY(1);
  	-ms-transform: scaleY(1);
  	-o-transform: scaleY(1);
  	transform: scaleY(1);
  	-webkit-transition: -webkit-transform .3s 0s, visibility 0s 0s;
  	-moz-transition: -moz-transform .3s 0s, visibility 0s 0s;
  	transition: transform .3s 0s, visibility 0s 0s;
}

.sign-up-wrap .sign-box .footer .form-sending .cd-loading {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 7px;
	width: 100%;
	background-color: #4484f6;
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	visibility: hidden;
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	transition: transform 2s;
	z-index: 3;
}

.sign-up-wrap .sign-box .footer .form-sending.is-submitted .cd-loading {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.sign-up-wrap .sign-box ::-webkit-input-placeholder {
   color: #6b6b6b;
}

.sign-up-wrap .sign-box :-moz-placeholder { /* Firefox 18- */
   color: #6b6b6b;
}

.sign-up-wrap .sign-box ::-moz-placeholder {  /* Firefox 19+ */
   color: #6b6b6b;
}

.sign-up-wrap .sign-box :-ms-input-placeholder {
   color: #6b6b6b;
}


/* Virtual audio player*/

.v-audio{
	position: relative;
	width: 100%;
	height: 50px;
	float: none;
}
.v-audio.active{
	display: inline-block;
}
.v-audio .audio-backward{
	height: 30px;
	width: 31px;
	float: left;
	background: url('/static/images/audio-backword.png') no-repeat center center;
	cursor: pointer;
	background-size: 80%;
}
.v-audio .audio-control{
	height: 30px;
	width: 35px;
	float: left;
	cursor: pointer;
	margin: 0 10px;
}
.v-audio .audio-control.play{
	background: url('/static/images/audio-play.png') no-repeat center center;
	background-size: 60%;
}
.v-audio .audio-control.pause{
	background: url('/static/images/audio-pause.png') no-repeat center center;
	background-size: 60%;
}
.v-audio .audio-farward{
	height: 30px;
    width: 31px;
    float: left;
    background: url(/static/images/audio-farward.png) no-repeat center center;
    cursor: pointer;
    background-size: 80%;
}
.v-audio .audio-mute{
	height: 30px;
    width: 31px;
    float: left;
    background: url(/static/images/audio-on.png) no-repeat center center;
    cursor: pointer;
    background-size: 80%;
    margin: 0px 10px;
}
.v-audio .audio-mute.muted{
	background: url('/static/images/audio-off.png') no-repeat center center;
	background-size: 80%;
}
.v-audio.progressbar-hidden .audio-currentTime, .v-audio.progressbar-hidden .audio-timeline , .v-audio.progressbar-hidden .audio-duration,
.hideTitle .side-info-opener span[type="demo-title"], .hideTitle .side-info-opener .slide_information, .hideTitle .side-info-opener:hover .wt-title-edit,
.hideTitle .side-info-opener .wt-draft, .hideTitle .side-info-opener .wt-live, .hideTitle .side-info-opener .wt-title-edit, .hideTitle .side-info-opener .content-avg-rating
{
	display: none;
}
.audio-timeline{
	height: 8px;
    border-radius: 5px;
    background: #e0e1e3;
    margin: 10px 0px;
    position: absolute;
    right: 80px;
    left: 235px;
}
.audio-progress{
	height: 100%;
	width: 0%;
	border-radius: 5px;
	background: #e8314d;
}
.audio-currentTime, .audio-duration{
    color: #535353;
    font-size: 12px;
    float: left;
    line-height: 28px;
    height: 31px;
    padding: 0px 10px;
    width: 50px;
}
.audio-duration {
  	right: 25px;
	position: absolute;
}
.audio-currentTime{
	text-align: right;
}
/* Virtual audio player*/

/* language block*/
.share-block{
    position: fixed;
	display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out .1s;
    transition: all .5s ease-in-out .1s;
}
.share-active .share-block{
	opacity: 1;
	visibility: visible;
}

.share-block .close{
	position: absolute;
	top: 10%;
	right:10%;
	width: 30px;
	border: 1px solid #fff;
	color: #ffffff;
	line-height: 30px;
	font-size: 12px;
	font-weight: 100;
	text-align: center;
	border-radius: 50%;
	opacity: 1;
	cursor: pointer;
	z-index: 99;
}

.share-block .content-block{
	position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

.content-block .title{
	text-align: center;
	font-size: 42px;
	font-weight: 400;
	color: #fff;
}

.comments .lin-container-login{
	text-align: center;
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


/* pin hot spot css*/

.drop_pin {
	position: absolute;
	-webkit-transition: -webkit-transform .3s ease .5s;
	transition: transform .3s ease .5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	z-index: 9;
}

.slideArea.active .drop_pin, .drop_pin {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.drop_pin.pin-active{
	z-index: 10;
}
.drop_pin .pin-opener {
	display: block;
	color: #fff;
	background: #fa584b;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
	position: relative;
	width: 40px;
	height: 40px;
	outline: none;
	cursor: pointer;
}

.drop_pin .pin-opener:after,
.drop_pin .pin-opener:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	border: 1px solid #fff;
	border-width: 2px 0 0;
	margin: -1px 0 0 -10px !important;
}

.drop_pin .pin-opener:after {
	width: auto;
	height: 20px;
	margin: -10px 0 0 -1px !important;
	border-width: 0 2px 0 0;
}

.drop_pin .pin-opener span {
	width: 40px;
	height: 40px;
	font-size: 19px;
	display: block;
	line-height: 40px;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.drop_pin .pin-opener span:before {
	width: 100%;
	height: 100%;
	border: 1px solid #fa584b;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	animation: pulsejg .7s linear infinite;
	-webkit-animation: pulsejg .7s linear infinite;
	-webkit-transition: visibility .3s ease;
	transition: visibility .3s ease;
	content: "";
}

.drop_pin.visited .pin-opener {
	background: #33435a;
	-webkit-animation: hvr-pop .4s forwards;
	animation: hvr-pop .4s forwards;
}

.drop_pin.visited .pin-opener:after,
.drop_pin.visited .pin-opener:before {
	opacity: 0;
	visibility: hidden;
}

.drop_pin.visited .pin-opener span {
	opacity: 1;
	visibility: visible;
}

.drop_pin.visited .pin-opener span:before {
	display: none;
}

.drop_pin.pin-active .pin-opener {
	background: #33435a;
	-webkit-animation: hvr-pop .4s forwards;
	animation: hvr-pop .4s forwards;
}

.drop_pin.pin-active .pin-opener:after,
.drop_pin.pin-active .pin-opener:before {
	opacity: 1;
	visibility: visible;
}

.drop_pin.pin-active .pin-opener span {
	opacity: 0;
	visibility: hidden;
}

.drop_pin.anim-end .pin-opener {
	-webkit-animation: hvr-pop-back .4s forwards;
	animation: hvr-pop-back .4s forwards;
}

/*Redactor CSS*/
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.content-slide-wrap{
	margin: 10px auto;
	-webkit-box-shadow: 0px 1px 14px 0px rgba(50, 50, 50, 0.58);
	-moz-box-shadow:    0px 1px 14px 0px rgba(50, 50, 50, 0.58);
	box-shadow:         0px 1px 14px 0px rgba(50, 50, 50, 0.58);
	width: 80%;
	padding-bottom: 50px;
	position: relative;
	padding: 25px 50px;
}
.content-slide-wrap .content-footer{
	position: relative;
    bottom: 0;
    text-align: center;
    width: inherit;
    font-size: 10px;
    padding: 5px;
    width: 100%;
    display: inline-block;
    height: 46px;
}
.content-footer .content-footer-image{
	max-height: 100%;
    max-width: 160px;
	display: block;
	margin : 0px auto;
	cursor: pointer;
}

/*RTE Styling for BMC template*/
.rte-branding {
	margin: -26px -50px 10px;
}
.embed-player .rte-branding {
    margin: -15px -30px 10px;
}
img.rte-header {
	width: 100%;
	height: 100px;
}
/*rte branding css ends*/

/* css for tags inside froala */
.content-slide-wrap{
	font-size: 14px;
	line-height: 22px;
}
.content-slide-wrap strong, .content-slide-wrap strong *{
	font-weight: bold;
}
.content-slide-wrap em, .content-slide-wrap em *{
	font-style: italic;
}
.content-slide-wrap u, .content-slide-wrap u *{
	text-decoration: underline;
}
.content-slide-wrap s, .content-slide-wrap s *{
	text-decoration: line-through;
}
.content-slide-wrap sup{
	vertical-align: top;
	top: 4px;
	left: -2px;
}
.content-slide-wrap sub{
	vertical-align: bottom;
	bottom: 0px;
}
.content-slide-wrap ol{
	list-style-type: decimal;
}
.content-slide-wrap ul{
	list-style-type: disc;
}
.content-slide-wrap ol, .content-slide-wrap ul{
	margin: 0 0 0 24px;
	font-size: 15px;
	line-height: 24px;
}
.content-slide-wrap ol li, .content-slide-wrap ul li{
	text-align: left;
}
.content-slide-wrap blockquote{
	padding-left: 10px !important;
}
.content-slide-wrap p{
	font-size: 14px;
	line-height: 24px;
}
.content-slide-wrap h1{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 16px;
}
.content-slide-wrap h2{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 8px;
}
.content-slide-wrap h3{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}
.content-slide-wrap h4{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}
.content-slide-wrap table td, .content-slide-wrap table th{
	padding: 10px;
	border: 1px solid #dddddd;
}
.content-slide-wrap p, .content-slide-wrap ul, .content-slide-wrap ol,
.content-slide-wrap dl, .content-slide-wrap blockquote, .content-slide-wrap hr,
.content-slide-wrap pre, .content-slide-wrap table, .content-slide-wrap figure,
.content-slide-wrap address{
	margin-bottom: 16px;
}
.content-slide-wrap table p, .content-slide-wrap table ul, .content-slide-wrap table ol,
.content-slide-wrap table dl, .content-slide-wrap table blockquote, .content-slide-wrap table hr,
.content-slide-wrap table pre, .content-slide-wrap table figure, .content-slide-wrap address{
 	margin-bottom: 0px;
 	line-height: normal;
 }
.content-slide-wrap ul ul, .content-slide-wrap ol ol,
.content-slide-wrap ul ul ul, .content-slide-wrap ol ol ol{
	margin-bottom: 0px;
}
.text-editor-wrap.content-slide-wrap{
	margin: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: auto;
    padding-bottom: none;

}
.text-editor-active .progress-line{
	display: none;
}

.fullscreen-active .slides-Container.v-align{
	position: absolute;
}
.fullscreen-active .v-align .slideArea{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: none;
}
.fullscreen-active .v-align .slideArea[slide-type='sandbox']{
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.content-slide  .fr-video iframe{
	z-index: 2;
	position: relative;
}

.content-slide-wrap .layout img{
	margin: 0px 20px 20px 20px;
}
.content-slide-wrap .layout{
	padding: 0px;
}
.fr-view blockquote{
	border-left: solid 2px #8d8d8d !important;
	color: #8d8d8d !important;
}
.dt-btn-prev, .dt-btn-next{
	position: fixed;
	top: 50%;
	width: 48px;
	height: 48px;
	cursor: pointer;
	-webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}
.dt-btn-prev svg polyline, .dt-btn-next svg polyline{
	stroke: #bebebe;
}
.dt-btn-prev{
	left: 8px;
}
.dt-btn-next{
	right: 20px;
}
.fullscreen-active .dt-btn-next{
	top: calc(100% - 50px);
    right: calc(50% - 75px);
    -webkit-transition: unset;
    transition: unset;
}
.fullscreen-active .dt-btn-prev{
	top: calc(100% - 50px);
    left: calc(50% - 75px);
    -webkit-transition: unset;
    transition: unset;
}
.notes-active .dt-btn-next, .language-active .dt-btn-next,
.comments-active .dt-btn-next, .sandbox-bookmarks-active .dt-btn-next{
	right: 420px;
}
.new_slide_active .dt-btn-next, .new_slide_active .dt-btn-prev{
	display: none;
}


/* Froalla custom classes*/
table.bmc-table thead tr th, table.bmc-table-two thead tr th{
    background: #54ACD2;
    color: #fff;
    font-size: 14pt;
}

table.bmc-table tbody tr td, table.bmc-table-two tbody tr td{
    color: #000;
    font-size: 12pt;
}

table.bmc-table-two tbody tr td:first-child{
    background: #efefef;
	font-weight: bold;
}

table.bmc-table td, table.bmc-table-two td{
	vertical-align: middle;
}

table.help-table thead tr th, table.help-table-two thead tr th{
    background: #779de8;
    color: #fff;
    font-size: 18px;
}

table.help-table tbody tr td, table.help-table-two tbody tr td{
    color: #000;
    font-size: 16px;
}

table.help-table-two tbody tr td:first-child{
    background: #99a3a7;
	font-weight: bold;
}

table.help-table td, table.help-table-two td{
	vertical-align: middle;
}

/** 360 slide css **/
.player_slider .slideArea .product-360-viewer{
	width: 100%;
	height: 100%;
}
.product-360-viewer .product-viewer{
	position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.product-360-viewer .product-viewer .product-frame{
	position: relative;
    height: auto;
    display: none;
}
.product-360-viewer .product-viewer .product-frame.active{
	display: block;
}
.product-viewer-controls{
    position: relative;
    height: 50px;
}

.ui-slider-horizontal{
	position: relative;
	width: 300px;
	background: #e0e0e0;
	height: 6px;
	margin: 0px auto;
	top: 22px;
}
.ui-slider-horizontal .ui-slider-handle{
	position: absolute;
	background: url(/static/images/author/icon-slide-handle.png) center center no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100%;
	top: -17px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.58);
    -moz-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.58);
    border-radius: 50%;
    cursor: ew-resize;
}

/*sand box css*/
.player_slider .slideArea .sandbox-viewer{
	width: 100%;
    height: 100%;
    text-align: center;
}
.sandbox-viewer .sandbox-player .sandbox-frame {
    position: relative;
    height: auto;
    display: none;
    z-index: 90;
}
.sandbox-viewer .sandbox-player .sandbox-frame.active {
    display: inline-block;
    z-index: 99;
    font-size: 0;
}
.sandbox-viewer .sandbox-player .sandbox-frame.active.old{
	position: absolute;
	top: 0px;
	z-index: 79;
}
.sandbox-viewer .sandbox-player .sandbox-frame img, .sandbox-viewer .sandbox-player .sandbox-frame video{
	width: 100%;
}
.sandbox-viewer .sandbox-player .sandbox-frame .annotation {
	cursor: pointer;
	position: absolute;
	box-sizing: content-box;
	box-shadow: 0px 0px 1px 1px;
	color: red;
}
.sandbox-viewer .sandbox-player.evaluation .sandbox-frame .annotation{
	opacity: 0;
	cursor: default;
}
.sandbox-frame audio{
	position: absolute;
	bottom: 10px;
	left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.sandbox-viewer .loading-progress{
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.3);
	display: none;
	top: 0;
	z-index: 99;
}
.sandbox-viewer .loading-progress img{
	width: 75px;
	position: relative;
	top: calc(50% - 50px);
	margin: 0px auto;
}

.sandbox-viewer.buffering .loading-progress{
	display: block;
	top: 0;
}
.sb-buffering-container {
	display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.sb-buffering-container.sb-loading {
	display: block;
}
.sb-buffering-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.sb-progress-bar {
    height: 8px;
    width: 300px;
    background: #fff;
    border-radius: 5px;
    margin: 5px 0;
    position: relative;
}
.sb-loader {
	background: blue;
	width: 0px;
	height: 8px;
	border-radius: 5px;
}
.sb-loading .sb-loader {
	animation-name: sandbox-loader;
 	-webkit-animation-name: sandbox-loader;
 	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
@keyframes sandbox-loader {
	from {
    	width: 0px;
		background: blue;
	}
	to {
		width: 300px;
		background: blue;
	}
}
@-webkit-keyframes sandbox-loader {
	from {
    	width: 0px;
		background: blue;
	}
	to {
		width: 300px;
		background: blue;
	}
}
/* sandbox shortcut style starts here */
.sandbox-help {
	height: 25px;
    width: 25px;
    margin-top: auto;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: all 200ms ease-in;
    background: url('/static/images/icon-help.png') no-repeat center center;
    background-size: 25px;
    display: none;
}
.sandbox-help.active{
	display: block;
}
.fullscreen-active .sandbox-help{
	display: none;
}
.sandbox-help:hover{
    transform: scale(1.1);
}

/* sandbox shortcut style ends here */

.sandbox-bookmark-wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.bookmarks-wrap, .popup-scroll-wrap{
	position: relative;
	width: 100%;
	height: 100%;

}
.bookmarks-wrap .bookmark{
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
.bookmarks-wrap .bookmark .bookmarks-container{
	position: relative;
	text-align: left;
	display: inline-block;
	cursor: pointer;
}
.bookmarks-wrap .bookmark img{
	width: 100%;
}
.bookmarks-wrap .bookmark h1{
	font-size: 14px;
	font-weight: bold;
	color: #1e1e1e;
	text-transform: uppercase;
	padding: 5px 0px;
}
.bookmarks-wrap .bookmark h2{
	font-size: 13px;
	color: #828b90;
	height: auto;
	overflow: hidden;
	width: 100%;
	margin-top: 0px;
	font-weight: normal;
}
.sandbox-bookmarks .sub-inner:before {
	position: absolute;
	top: -20px;
	width: 100%;
	text-align: center;
	content: "Jump to Section";
	color: #8e8e93;
	font-weight: 500;
	text-transform: uppercase;
}
.sandbox-bookmarks .sub-inner{
	top: 120px;
	padding-top: 15px;
}
/* Content Rating */
.content-avg-rating {
    display: inline-block;
    margin-left: 15px;
}
.avg-rating-star {
    background: url(/static/images/content-rating.png) repeat-x;
    height: 14px;
    width: 85px;
    background-size: 17px;
    cursor: pointer;
}
.avg-rating-star:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.current-avg-rating {
    background: url(/static/images/content-rating.png) repeat-x;
    height: 14px;
    width: 85px;
    background-position: 0 -15px;
    background-size: 17px;
}
.player-popups .player-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.61);
    z-index: 101;
}
.player-popups .popup-wrap {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0px auto;
    width: 100%;
}
.player-popups .popup-box {
	display: none;
	position: relative;
    text-align: center;
    background: #ffffff;
    color: #1e1e1e;
    left: 0;
    right: 0;
    top: 0;
    max-width: 600px;
    min-height: 100px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 10px
}
.popup-wrap .popup-box .popup-title {
    font-size: 24px;
    padding: 15px;
}
.popup-wrap .popup-box .popup-title p {
	font-size: 12px;
	color: #777b7e;
	margin: 15px 0;
}
.popup-wrap .popup-box .popup-body {
    min-height: 80px;
}
.popup-wrap .popup-box .popup-body .stars {
	margin-bottom: 40px;
	display: inline-block;
}
.popup-wrap .popup-box .popup-footer {
    width: 100%;
    height: 49px;
    border-top: 1px solid #dcdcdc;
    font-size: 14px;
    text-transform: uppercase;
    clear: both;
    position: relative;
}
.popup-wrap .popup-box .popup-footer .form-footer {
    width: 100%;
    height: 48px;
    font-size: 14px;
}
.popup-wrap .popup-box .popup-footer .cancel, .popup-wrap .popup-box .popup-footer .submit  {
    padding: 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    width: 49%;
}
.popup-wrap .popup-box .popup-footer .submit  {
	border-left: 1px solid #dcdcdc;
}
.just-cancel {
	width: 100%;
}
#content-rating-login .linkedin {
    float: none;
    margin: 20px 0px;
    cursor: pointer;
    border-radius: 10px;
}
#content-rating-login .social-icon {
    height: 45px;
    width: 275px;
    margin: 0 auto;
    box-shadow: 0px 0px 8px 4px #f1f1f1;
    border-radius: 4px;
    color: #007bb6;
}
#content-rating-login .fa-linkedin-square {
    float: left;
    font-size: 25px;
    margin: 10px 20px;
}
#content-rating-login .social-icon .title {
    margin: 18px 0;
    position: absolute;
    left: 0;
    right: 0;
}
.rating-star li {
	background: url('/static/images/content-rating.png');
	width: 70px;
	height: 70px;
	display: inline-block;
}
.stars {
  cursor: pointer;
}
.stars:hover .star path {
  fill: #ffd055 !important;
}
.stars .star {
  float: left;
}
.stars .star path {
  fill: #ececec;
}
.stars .star:hover ~ .star path {
  fill: #ececec !important;
}
.stars[data-stars] .star path {
  fill: #ffd055;
}
.stars[data-stars="0"] .star path,
.stars[data-stars="1"] .star:nth-child(1) ~ .star path,
.stars[data-stars="2"] .star:nth-child(2) ~ .star path,
.stars[data-stars="3"] .star:nth-child(3) ~ .star path,
.stars[data-stars="4"] .star:nth-child(4) ~ .star path,
.stars[data-stars="5"] .star:nth-child(5) ~ .star path {
  fill: #ececec;
}
.rating-submit-status {
	display: none;
}
.rating-submit-status .rating-submit-failed,
.rating-submit-status .rating-submit-inprogress,
.rating-submit-status .rating-submit-success {
 	visibility: hidden;
 	position: absolute;
 	bottom: 0;
}
.rating-submit-status .rating-submit-failed.active,
.rating-submit-status .rating-submit-inprogress.active,
.rating-submit-status .rating-submit-success.active {
 	visibility: visible;
}
.rating-submit-inprogress {
	background: #4484f6;
	height: 4px;
	width: 0%;
	transition: width 1s ease;
	-webkit-transition: width 1s ease;
}
.rating-submit-inprogress.active {
	width: 100%;
}
.rating-submit-success, .rating-submit-failed {
	background: #4484f6;
	color: #fff;
	padding: 0;
	width: 100%;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.rating-submit-success.active, .rating-submit-failed.active  {
	padding: 18px;
}
.rating-submit-failed {
	background: #fb5758;
}
/* help popup css */
.popup-wrap .popup-box#sandbox-help{
    padding: 50px 45px 40px 45px;
    width: 555px;
    text-align: left;
}
#sandbox-help h1{
    color: black;
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
}
#sandbox-help  p{
    color: #8e8e93;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 42px;
}
#sandbox-help .controls{
    margin-bottom: 22px;
}
 .control {
    display: flex;
    justify-content: space-between;
}
#sandbox-help  .control img.key {
    height: 50px;
}
#sandbox-help .control img {
    height: 8px;
}
#sandbox-help .control .keys div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    min-width: 120px;
}
#sandbox-help .control p{
    text-transform: uppercase;
    color: #40435b;
    font-family: "Proxima Nova";
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}
#sandbox-help .sandbox-help-close{
    cursor: pointer;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.07);
    width: 100%;
    height: 62px;
    color: #066afe;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 62px;
    transition: all 300ms ease-in;
}

#sandbox-help .sandbox-help-close:hover{
    color: #fff;
    background: #066afe;
}

.file_block{
	position: relative;
	min-height: 150px;
	width: 70%;
	border-radius: 5px;
	margin: 0px 10% 0px 125px;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.25);
	padding: 40px;
}
.file_block .file_icon{
	position: relative;
	vertical-align: middle;
	width: 49px;
	display: inline-block;
	height: 70px;
}
.file_block .file_icon img{
	width:100%;
}
.file_block  .file_information{
	padding-left: 20px;
	width: calc(100% - 216px);
	display: inline-block;
	vertical-align: middle;
	height: 70px;
}
.file_information .file_title{
	font-size: 16px;
	line-height: 18px;
	color: #1e1e1e ;
	padding-bottom: 4px;
	padding-right: 10px;
}
.file_information .file_type{
	font-size: 12px;
	line-height: 16px;
	color: #828b90;
	text-transform: uppercase;
	padding-bottom: 3px;
}
.file_information .file_size{
	font-size: 14px;
	line-height: 18px;
	color: #828b90;
	text-transform: uppercase;
}
.file_block .download_file{
	position: relative;
	vertical-align: middle;
	display: inline-block;
	height: 70px;
	float: right;
	margin-top: 17px;
}
.download_file a{
	padding: 13px 12px 15px 9px;
	color: #2b6720;
	font-size: 14px;
	width: 124px;
	height: 40px;
	margin-top: 7px;
	border-radius: 8px;
	background-color: #cefac6;
	font-weight: bold;
	cursor: pointer;
}
/* pagination css */
.pagination-wrap{
	position: absolute;
    bottom: 30px;
    font-size: 14px;
    color: #8f9193;
    margin: 0px 40px;
    display: block;
    padding-right: 90px;
    width: calc(100% - 90px);
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.pagination-wrap .page-prev{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 12px;
	cursor: pointer;
}
.pagination-wrap .page-next{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 12px;
	cursor: pointer;
}
.pagination-wrap .pagination{
	position: absolute;
	top: 0px;
	width: calc(100% - 44px);
	left: 12px;
	height: 100%;
	margin: 0px;
	margin: 0px 10px;
	overflow: hidden;
}
.pagination-wrap .pagination ul{
	display: table;
	position: relative;
	left: 60px;
}
.pagination-wrap .pagination ul li{
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	display: table-cell;
}
.pagination-wrap .pagination ul li[data-page="new"]{
	display: none;
}
.pagination-wrap .pagination ul li span{
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 14px;
	color: #86888b;
	display: block;
	box-sizing: border-box;
}
.pagination-wrap .pagination ul li.active span{
	border-radius: 50%;
	border: 1px solid #000;
	color: #000;
}
.notes .notes-link{
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.button-title{
	text-align: center;
}
.notes-link.active{
	display: inline-block;
	background: #066afe;
	color: #fff;
	border-radius: 15px;
	padding: 3px 10px;
}
.grey_layout_bg {
	width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.61);
    z-index: 999;
    position: absolute;
    display: none;
}
.overlay.notes-links-popup-active,
.overlay.image-popup-active {
	visibility: visible;
	opacity: 1;
	background: rgba(0, 0, 0, .75);
	display: table;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.overlay .notes-link-popup-wrap,
.overlay .image-popup-wrap{
	position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0px auto;
    width: 100%;
	text-align: center;
}
.overlay .notes-link-popup-wrap .popup-box,
.overlay .image-popup-wrap .popup-box{
	position: relative;
	width: auto;
	min-height: 100px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin: 0px auto;
    max-height: calc(100% - 80px);
    text-align: center;
    display: inline-block;
}

.overlay .image-popup-wrap .popup-box .zoom-btn{
	width: fit-content;
	margin: 0 auto;
	background: #1e1e1e;
	padding: 5px;
	border-radius: 5px;
}
.overlay .image-popup-wrap .popup-box .zoom-btn button{
	border: none;
	cursor: pointer;
	background: url('/static/images/zoom-icon.png') no-repeat;
	width: 34px;
	padding: 15px;
}
.overlay .image-popup-wrap .popup-box .zoom-btn .zoom-in{
    background-position: 1px 0px;
    background-size: cover;
}
.overlay .image-popup-wrap .popup-box .zoom-btn .zoom-out{
    background-position: -80px 0px;
    background-size: cover;
}
.overlay .image-popup-wrap .popup-box .zoom-btn .reset-zoom{
    background-position: -41px 0px;
    background-size: cover;
}

.overlay .image-popup-wrap .popup-box .scroll-zoom{
	width: 100%;
	max-width: 700px;
}
.notes-link-popup-wrap .popup-box img,
.image-popup-wrap .popup-box img{
	max-width: 100%;
}
.notes-link-popup-wrap .popup-box .note-popup-close,
.image-popup-wrap .image-popup-close{
	width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 25px;
    cursor: pointer;
    background: url(/static/images/author/close.png) no-repeat;
    background-size: 100%;
    z-index: 9;
}
.overlay .image-popup-header {
    width: 100%;
    height: 75px;
    position: absolute;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(rgba(1,1,1,0.5), rgba(255,255,255,0));
}
.notes-link-popup-wrap .popup-wrap,
.image-popup-wrap .popup-wrap{
	overflow-y: auto;
}
.notes-popup-active  .create-new{
	display: none !important;
}
/* embed player style for pagination */
.embed-player .notes .sub-inner{
	height: calc(100% - 130px)
}
.embed-player .pagination-wrap{
	bottom: 20px;
}
.embed-player .notes .notes-link{
	padding: 3px 10px;
}

/* social share css */
.social-share {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f1f0f2;
    display: block;
    position: fixed;
    left: 8px;
    cursor: pointer;
    bottom: 30px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
}
.social-share:before, .close-icon:before{
    position: absolute;
    content: '';
    background: url(/static/images/vmware/sprite.png) no-repeat;
    background-position: 0px -46px;
    background-size: 32px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 23px;
    height: 22px;
}
.social-share:hover{
    background-color: #e2e2e2;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#block_container .loading{
	position: absolute;
	left: 50%;
	top: 50%;
}
@media (max-width: 1439px) {
	.content {
		max-width: 788px;
	}
}

@media (max-width: 1199px) {
	.notes {
		width: 400px;
	}

	.notes .inner {
		padding-left: 20px;
	}

	.comments {
		width: 400;
	}

	.comments .area {
		padding-left: 31px;
	}

	.comments-form {
		padding-top: 20px;
	}

	.side-info .nav a {
		padding: 14px 10px 14px 82px;
	}

	.side-info .nav a:before,
	.side-info .nav a:after {
		top: 16px;
		left: 20px;
	}

	.content {
		max-width: 640px;
	}
}

@media (max-width: 1023px) {
	.side-info-active .side-info-opener {
		-webkit-transform: translateX(380px);
		-ms-transform: translateX(380px);
		transform: translateX(380px);
	}

	.comments .jcf-scrollable {
		max-width: 500px;
	}

	.comments .area {
		padding-top: 85px;
	}

	.comments-form {
		padding-bottom: 100px;
	}

	.side-info {
		width: 380px;
	}

	.side-info .txt {
		padding: 95px 22px 18px;
	}

	.content {
		max-width: 600px;
	}
}

@media (max-width: 991px) {

	.page-current:not(.embed-player) .side-info-opener {
		display: none;
	}

	.page-current:not(.embed-player) .notes,
	.page-current:not(.embed-player) .language,
	.page-current:not(.embed-player) .share,
	.page-current:not(.embed-player) .sandbox-bookmarks {
		position: absolute;
		top: auto;
		right: auto;
		bottom: 47px;
		width: 100%;
		box-shadow: 0px 1px 14px 0px rgba(50, 50, 50, 0.58);
		max-height: calc(100% - 50px);
		overflow: auto;
		-webkit-transition: none;
		transition: none;
		z-index: 111;
	}
	.notes-active:not(.embed-player) .notes .inner, .language-active .language .inner,
	.sandbox-bookmarks-active .sandbox-bookmarks .inner, .mobile-social-active .mobile-share .inner{
		display: block;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
  		transform: none;
		-webkit-transition: none;
		transition: none;
	}
	.notes-active .notes .inner .anim1, .notes .inner .anim1,
	.notes .inner, .notes-active .notes .inner,
	.language .inner, .sandbox-bookmarks .inner, .mobile-share .inner{
		-webkit-transform: none;
  		transform: none;
		-webkit-transition: none;
		transition: none;
	}

	.notes .inner, .language .inner, .share .inner. .sandbox-bookmarks .inner, .mobile-share .inner {
		padding: 17px 11px;
		height: auto;
		display: none;
	}

	.notes .sub-inner, .language .sub-inner, .share .sub-inner, .sandbox-bookmarks .sub-inner, .mobile-share .sub-inner  {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		transform: none;
	    -moz-transform: none;
	    -webkit-transform: none;
	    -o-transform: none;
	    margin-left: auto;
	    padding-top: 40px;
	}
	.notes .sub-inner:before, .sandbox-bookmarks .sub-inner:before, .mobile-share .sub-inner:before{
		position: absolute;
		top: 20px;
	}
	.notes .sub-inner .notes-wrap{
		width: auto;
	}
	.notes .jcf-scrollable-wrapper, .language .jcf-scrollable-wrapper,
	.share .jcf-scrollable-wrapper, .sandbox-bookmarks .jcf-scrollable-wrapper {
		height: auto !important;
		width: auto !important;
	}

	.notes .jcf-scrollable, .language .jcf-scrollable,
	.share .jcf-scrollable, .sandbox-bookmarks .jcf-scrollable {
		height: auto !important;
		width: auto !important;
	}

	.notes h1 {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 9px;
		min-height: 32px;
	}

	.notes p {
		color: #828b90;
		font-size: 12px;
		line-height: 19px;
	}
	.bookmarks-wrap{
		padding: 0px 20px;
	}
	.bookmarks-wrap .bookmark{
		margin-bottom: 20px;
	}
	.comments {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		display: none;
	}

	.comments-active .comments {
		display: block;
	}

	.comments-active .comments .inner {
		display: block;
	}

	.comments .inner {
		display: none;
		height: auto;
	}

	.comments .sub-inner{
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}

	.comments .jcf-scrollable-wrapper {
		height: auto !important;
		width: auto !important;
	}

	.comments .jcf-scrollable {
		height: auto !important;
		width: auto !important;
		max-width: inherit;
	}

	.comments .area {
		padding: 0;
		max-width: inherit;
	}

	.comment {
		border-bottom: 1px solid #edeeee;
		padding: 3px 7px;
	}

	.comment .heading {
		min-height: 0;
	}

	.comment .heading:after {
		display: none;
	}

	.comment .heading .avatar {
		width: 38px;
		height: 38px;
		margin: 4px 12px 0 0;
	}

	.comment .heading h2 {
		font-size: 15px;
		margin: 0 80px 4px 0;
	}

	.comment .heading .time {
		position: absolute;
		right: 5px;
		top: 6px;
		font-size: 10px;
	}

	.comment p {
		overflow: hidden;
		color: #828b90;
		font-size: 15px;
		line-height: 18px;
		margin: 0;
	}

	.comment .links {
		display: none;
	}

	.comments-form {
		border-top: 2px solid #a5a5a5;
		margin-top: 2px;
		padding: 30px 0 0;
	}

	.comments-form fieldset {
		padding: 7px 66px 7px 7px;
		background: #edeeee;
		position: relative;
	}

	.comments-form textarea {
		float: left;
		background: #fff;
		height: 29px;
		font-size: 13px;
		font-weight: normal;
		padding: 3px 10px;
		border-radius: 6px;
		margin: 0;
	}

	.comments-form input[type="submit"] {
		width: 51px;
		height: 29px;
		background: #a2cd45;
		border-radius: 4px;
		font-size: 12px;
		position: absolute;
		top: 7px;
		right: 7px;
		margin: 0;
	}

	.page-current:not(.embed-player) .side-info {
		display: none;
	}

	.overlay:not(.tooltip) {
		visible: hidden;
	}

	.progress-line {
		position: absolute;
		top: 0;
		left: 0;
		height: 2px;
	}

	.progress-line div {
		background: #ffb82e;
		height: 2px;
	}

	.btn-prev,
	.btn-next {
		position: absolute;
		bottom: -50px;
	}

	.btn-prev i,
	.btn-next i {
		width: 20px;
		height: 20px;
		line-height: 18px;
		font-size: 10px;
	}

	.btn-prev {
		bottom: 13px;
		right: 59px;
	}

	.btn-next {
		bottom: 13px;
		right: 13px;
	}

	.slide-effects .slide-moveFromRight {
		-webkit-animation: moveFromRight .9s ease both;
		animation: moveFromRight .9s ease both;
	}

	.slide-effects .slide-moveFromLeft {
		-webkit-animation: moveFromLeft .9s ease both;
		animation: moveFromLeft .9s ease both;
	}

	.slide-effects .slide-moveToRightEasing {
		-webkit-animation: moveToRight .9s ease both;
		animation: moveToRight .9s ease both;
	}

	.slide-effects .slide-moveToLeftEasing {
		-webkit-animation: moveToLeft .9s ease both;
		animation: moveToLeft .9s ease both;
	}
	.page-current:not(.embed-player) .side-panel {
		position: fixed;
		width: 100% !important;
		overflow: hidden;
		padding: 0;
		right: auto !important;
	    top: auto;
	    bottom: 0;
	    border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		z-index: 112;
		padding-left: 35px;
	}
	.embed-player.notes-active .notes{
		top: 40px;
	}

	.side-panel ul {
		float: left;
	}

	.side-panel ul li {
		float: left;
		margin: 0px;
	}

	.side-panel ul li:first-child {
		margin: 0;
	}

	.side-panel ul div {
		width: 42px;
		height: 46px;
		line-height: 44px;
	}

	.side-panel ul div.notes-item {
		font-size: 22px;
	}

	.side-panel ul div.comments-item {
		font-size: 22px;
	}

	.comments-active .side-panel ul div.comments-item {
		background: #a2cd45;
	}

	.side-panel ul div.language-item {
		font-size: 22px;
	}

	.side-panel ul div.share-item {
		font-size: 20px;
	}

	.info-tooltip{
		width: 150px;
	}
	.info-tooltip.top, .info-tooltip.bottom{
		margin-left: -75px;
	}

	.language-active .side-panel ul div.language-item {
		background: #63E7B1;
		color: #ffffff;
	}

	.mobile-back {
		display: block;
	}

	.page-current:not(.embed-player) .player_wrapper {
		padding: 0px;
		position: relative;
		top: 0px;
		height: auto !important;
		width: 100% !important;
		margin-bottom: 47px;
	}

	.language .title{
		padding: 10px ;
		font-size: 12px;
		text-align: center;
	}

	.language .languages {
		display: block;
		padding: 10px;
		max-width: 300px;
		margin: 0px auto;
	}
	.language .languages li{
		padding: 15px 20px 15px 30px;
		font-size: 12px;
	}

	.share-block{
		position: relative;
		height: auto;
		display: none;
		-webkit-transition: none;
    	transition: none;
	}

	.side-info-active .player_wrap, .language-active .player_wrap {
    	overflow: auto;
	}

	.share-block .close, .content-block .title, .content-block .title, .social_link, .side-panel ul div.full-screen-item{
		display: none;
	}

	.language .language-block{
		position: relative;
		padding: 0px 20px;
		display: block;
		width: auto;
		transform: none;
	    -moz-transform: none;
	    -webkit-transform: none;
	    -o-transform: none;
	    margin-left: auto;
	    margin-right: auto;
	}

	.share-block .content-block{
		display: block;
		padding: 20px;
	}

	.info-cta .left .block, .info-cta .right .block{
		padding: 10px;
	}
	.info-cta .left{
		padding-left: 10px;
		width: 100%;
		height: auto;
		border-bottom: 1px solid rgba(130, 139, 144, 0.28);
		background: none;
	}
	.info-cta .right{
		padding-right: 10px;
		width: 100%;
		height: auto;
	}
	.cta-active #slider{
		display: none;
	}
	.cta-active .info-cta{
		position: relative;
		display: inline-block;
	}
	.info-cta .left .text-block{
		position: relative;
		top: 30px;
		width: 50%;
		float: left;
	}
	.info-cta .right .text-block{
		position: relative;
		top: 15px;
		width: 50%;
		float: left;
	}
	.info-cta .left .title-label{
		font-size: 16px;
	}
	.info-cta .left .title {
	    font-size: 12px;
	    padding: 5px 0px 10px;
	}
	.info-cta .left .cta-image{
		width: 50%;
		float: left;
		cursor: pointer;
	}
	.info-cta .left .description, .info-cta .left .explore-btn {
	    display: none;
	}
	.info-cta .right .title1 {
	    font-size: 16px;
	}
	.info-cta .right .title2 {
    	font-size: 12px;
    }
    .info-cta .right .cta-signup, .info-cta .right .cta-link{
    	font-size: 12px;
    }
  	.form-cta-active .overlay{
  		visibility: visible;
  		opacity: 1;
  		background: #ffffff;
  	}
  	.cta-active .form-cta.active .sign-up-wrap{
  		display: block;
  		padding: 0px 10px;
  	}
  	.sign-up-wrap .sign-box{
  		background: #ffffff;
	  	-webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    width: 100%;
	    left: 0px;
	    margin: 0px;
  	}
  	.sign-up-wrap .sign-box input[type="text"], .sign-up-wrap .sign-box input[type="text"]:invalid, .sign-up-wrap .sign-box input[type="email"]{
  		background: #ffffff;
  	}
  	.sign-up-wrap .sign-box .title{
  		padding: 20px 0px;
  	}
  	.sign-up-wrap .sign-box .form-footer .cancel{
  		border-bottom: 1px solid #dcdcdc;
  	}
  	.sign-up-wrap .sign-box .form-footer input[type="submit"]{
  		background: #ffffff;
  		border-bottom: 1px solid #dcdcdc;
  	}
  	.sign-up-wrap .qtip-tipsy{
  		display: none !important;
  	}
  	.sign-up-wrap .sign-box .footer .form-sending{
  		background: #ffffff;
  	}
  	.slideArea .slide_link{
  		width: 90%;
  		min-height: 130px;
  		margin: 0px 5px;
  		display: table;
  	}
  	.slideArea .slide_link .link_icon {
	    display: table-cell;
	    width: 150px;
	}
	.slideArea .slide_link .link_icon img {
		width: 100%;
		height: auto;
	}
	.slideArea .slide_link .link_information {
		width: auto;
	}
  	.slideArea .slide_link .link_title{
  		font-size: 16px;
  	}
  	.slideArea .slide_link .link{
  		margin-top: 15px;
  		position: relative;
  		word-break: break-all;
  	}
  	.slideArea .slide_audio{
  		width: 95%;
  	}
  	.slideArea .slide_audio .audio_banner{
  		max-width: 140px;
  	}
  	.content-slide-wrap{
  		width: calc(100% - 40px);
  	}
  	.embed-player .content-slide-wrap{
  		width: calc(100% - 60px);
  	}
  	.embed-player .slideArea video{
  		width: 96% !important;
  		margin: 0px 2%;
  	}
  	.page-current:not(.embed-player) .dt-btn-prev,
  	.page-current:not(.embed-player) .dt-btn-next{
  		display: none;
  	}
  	.page-current.embed-player .dt-btn-prev,
  	.page-current.embed-player .dt-btn-next{
  		top: 30%;
  	}
  	.page-current:not(.embed-player) .btn-next,
  	.page-current:not(.embed-player) .btn-prev{
		display: block;
	}
	.slideArea .slide_audio .banner_image {
		height: auto;
	}
	.sandbox-help, .sandbox-help.active {
		display: none;
	}
	.popup-in.custom-popup {
		overflow: auto;
	}
	.social-share{
		z-index: 112;
		width: 26px;
		height: 26px;
		bottom: 10px;
		background: none;
	}
}

@media (max-width: 768px) {
    .slides-Container[slide-type="link"], .slides-Container[slide-type="embed"],
    .slides-Container[slide-type="iframe"], .slides-Container[slide-type="html5"], .slides-Container[slide-type="file"]{
        min-height: 100% !important;
    }

    .slideArea .slide_link .link{
        position: relative;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes moveToLeft {
	from {
	}

	to {
		-webkit-transform: translateX(-100%);
	}
}

@keyframes moveToLeft {
	from {
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-100%);
	}
}

@keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes moveToRight {
	from {
	}

	to {
		-webkit-transform: translateX(100%);
	}
}

@keyframes moveToRight {
	from {
	}

	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-webkit-keyframes moveFromRight {
	from {
		-webkit-transform: translateX(100%);
	}
}

@keyframes moveFromRight {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	15% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	85% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	15% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	85% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes centred-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	15% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	85% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes centred-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	15% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	85% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulsejg {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .0;
	}
}

@-webkit-keyframes pulsejg {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .0;
	}
}

@keyframes drop-effectBottom {
	0% {
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		visibility: hidden;
	}

	70% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		visibility: visible;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes drop-effectBottom{
	0% {
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		visibility: hidden;
	}

	70% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		visibility: visible;
	}
}

@keyframes drop-effectTop {
	0% {
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		visibility: hidden;
	}

	70% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		visibility: visible;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes drop-effectTop{
	0% {
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		visibility: hidden;
	}

	70% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		visibility: visible;
	}
}

@keyframes drop-effectLeft {
	0% {
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	70% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes drop-effectLeft {
	0% {
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	70% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

keyframes drop-effectRight {
	0% {
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
		-webkit-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
	}

	70% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes drop-effectRight {
	0% {
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
		-webkit-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
	}

	70% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}


@keyframes drop-fade {
	0% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		visibility: hidden;
		opacity: 0;
	}
}

@-webkit-keyframes drop-fade {
	0% {
		visibility: visible;
		opacity: 1;
	}

	100% {
		visibility: hidden;
		opacity: 0;
	}
}

@-webkit-keyframes hvr-pop {
	0 {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}

	50% {
		-webkit-transform: scale(1.2) rotate(22.5deg);
		transform: scale(1.2) rotate(22.5deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(45deg);
		transform: scale(1) rotate(45deg);
	}
}

@keyframes hvr-pop {
	0 {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}

	50% {
		-webkit-transform: scale(1.2) rotate(22.5deg);
		transform: scale(1.2) rotate(22.5deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(45deg);
		transform: scale(1) rotate(45deg);
	}
}

@keyframes hvr-pop-back {
	0 {
		-webkit-transform: scale(1) rotate(45deg);
		transform: scale(1) rotate(45deg);
	}

	50% {
		-webkit-transform: scale(1.2) rotate(22.5deg);
		transform: scale(1.2) rotate(22.5deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@-webkit-keyframes hvr-pop-back {
	0 {
		-webkit-transform: scale(1) rotate(45deg);
		transform: scale(1) rotate(45deg);
	}

	50% {
		-webkit-transform: scale(1.2) rotate(22.5deg);
		transform: scale(1.2) rotate(22.5deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* Embed player css */
.embed-player .progress-line, .embed-player .progress-line div {
	height: 3px;
}
.embed-player .player_wrapper {
	width: 100%;
	max-width: 100%;
	padding-right: 65px;
    padding-left: 65px;
    top: 60px;
    height: calc(100% - 60px);
    padding-bottom: 40px;
}
.embed-player .side-panel {
	bottom: auto;
    padding: 15px 0;
    width: 20px;
    right: 20px;
}
.embed-player .side-info-opener {
	font-size: 14px;
    top: 3px;
    max-width: 100%;
    width: calc(100% - 50px);
    line-height: 18px;
}
.embed-player .hideTitle .side-info-opener {
	width: 50px;
}
.published-on{
	font-size: 20px;
	margin-left: 150px;
}
.embed-player [type=demo-title] {
    width: calc(100% - 70px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    float: left;
    line-height: 28px;
}
.embed-player .playlist-list {
    z-index: 100;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0px;
    bottom: 0;
    overflow: hidden;
    width: 40%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    visibility: hidden;
    opacity: .5;
    -webkit-transition: opacity .5s linear 0s;
    transition: opacity .5s linear 0s;
}
.embed-player.notes-active .playlist-list {
	opacity: 1;
    visibility: visible;
}
.embed-player .playlist-list .inner {
    position: relative;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transform: rotateY(-90deg) translateX(120%) scale(1.2);
    transform: rotateY(-90deg) translateX(120%) scale(1.2);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transition: all .8s ease-in-out .1s;
    transition: all .8s ease-in-out .1s;
}
.embed-player.notes-active .playlist-list .inner {
	-webkit-transform: rotateY(0) translateX(0) scale(1);
    transform: rotateY(0) translateX(0) scale(1);
    border-left: 1px solid #e7ecf2;
}
.embed-player .playlist-list .sub-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    padding: 4px 0;
}
.embed-player .playlist-wrap {
    position: relative;
    display: block;
    height: 100%;
    width: 100% !important;
    margin-bottom: 36px;
}
.embed-player.notes-active .dt-btn-next {
	right: 423px;
}
.fullscreen-active.embed-player .dt-btn-next{
	top: calc(100% - 50px);
    right: calc(50% - 75px);
}
.embed-player.notes-active .dt-btn-prev {
 	left: 3px;
 }
.fullscreen-active.embed-player .dt-btn-prev {
	top: calc(100% - 50px);
	left: calc(50% - 75px);
 }
.embed-player .dt-btn-prev {
	left: 10px;
}
.embed-player .dt-btn-next {
	right: 15px;
}
.embed-player .notes_opener {
    position: relative;
    float: left;
    width: 20px;
    height: 24px;
    cursor: pointer;
    background:  url('/static/images/icon-embed-notes.png') no-repeat center center;
    background-size: 100%;
}
.fullscreen-active.embed-player .notes_opener{
	display: none;
}
.embed-player .notes_opener.disabled {
    opacity: 0.4;
    cursor: default;
}
.embed-player.notes-active .notes_opener{
	background:  url('/static/images/icon-close-red.png') no-repeat center center;
    background-size: 100%;
}
.embed-player.notes-active .notes{
	-webkit-transition: border 1s linear 0s;
    transition: border 1s linear 0s;
	border-left: 1px solid #ccc;
}
.embed-player .notes .sub-inner .notes-wrap .notes-wrap-inner{
	display: block;
	padding-top: 20px;
}
.embed-player .notes .sub-inner .notes-wrap, .embed-player .notes .inner{
	width: 370px;
	padding: 0px 20px 20px;
}
.embed-player .notes .sub-inner{
	right: 10px;
	top: 50px;
}
.embed-player .playlist-header {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding: 10px;
    position: relative;
	width: 100%;
	background: #53585e;
}
.embed-player .playlist-header h3 {
	color: #cccccd;
	font-size: 12px;
	text-transform: uppercase;
}
.embed-player .playlist-header .playlist-title {
	font-size: 12px;
	padding: 10px 0;
}
.embed-player .playlist-header .playlist-desc {
	color: #fff;
	font-size: 12px;
}
.embed-player .cur_demos, .embed-player .nxt_demos {
	height: 62px;
	width: 100%;
    padding: 10px 15px;
    display: table;
}
.embed-player .demo-thumb {
	display: table-cell;
    width: 20%;
    height: 42px;
    vertical-align: middle;
}
.embed-player .demo-thumb img {
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.embed-player .demo-title-slide {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
    line-height: 14px;
    text-transform: capitalize;
}
.embed-player .demo-links.active .demo-title-slide, .embed-player .demo-links:hover .demo-title-slide{
	color: #1e1e1e;
}
.embed-player .demo-total-slides {
    font-size: 10px;
}
.embed-player .playlist-list.addSpace {
	right: 16px;
	width: calc(40% - 16px);
}
.embed-player .playlist-block {
	margin-bottom: 36px;
	height: calc(100vh - 100px);
}
.embed-player .expore_more {
	background: #066afe;
	font-size: 12px;
	color: #fff;
	padding: 10px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	cursor: pointer;
}
.embed-player .expore_more:hover {
	background: #005ade;
}
.embed-player .demo-links.active, .embed-player .demo-links:hover {
	background: #f6f6f6;
	cursor: pointer;
}
.embed-player .content-slide-wrap {
	padding: 15px 30px;
}
.notes-active.embed-player .notes_opener:before,
.notes-active.embed-player .notes_opener:after,
.notes-active.embed-player .notes_opener span {
	background: #f43838;
	-webkit-transition: all .5s ease-in-out .1s;
	-moz-transition: all .5s ease-in-out .1s;
	-ms-transition: all .5s ease-in-out .1s;
	-o-transition: all .5s ease-in-out .1s;
	transition: all .5s ease-in-out .1s;
}
.notes-active.embed-player .notes_opener:before{
	top: 5px;
	transform: rotate(-45deg);
}
.notes-active.embed-player .notes_opener:after {
	top: 5px;
	transform: rotate(45deg);
}
.notes-active.embed-player .notes_opener span {
	opacity: 0;
}
.embed-player .default_img[data-slide-type="video"] {
    background: url('/static/images/author/thumb-video.jpg') no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.embed-player .default_img[data-slide-type="content"] {
    background: url('/static/images/author/thumb-content.jpg') no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.embed-player .default_img[data-slide-type="audio"] {
    background: url('/static/images/author/thumb-audio.png') no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.embed-player .default_img[data-slide-type="link"] {
    background: url('/static/images/author/thumb-link.jpg') no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.embed-player .default_img[data-slide-type="iframe"] {
    background: url('/static/images/author/thumb-iframe.jpg') no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.social-share .copyembedurl .embed-url-box {
	display: none;
    color: #434343;
    font-size: 12px;
    margin-top: 25px;
}
.embed-url-box span {
	font-size: 12px;
    font-weight: 600;
}
.embed-url-box:first-child::first-letter{
	text-transform: uppercase;
}
.embedURL input{
    border: 1px solid #1077c4;
    width: 90%;
    line-height: 19px;
    padding: 2px;
    margin: 14px;
    font-size: 10px;
    color: #000;
}
.close-embed-url {
    color: #ccc;
    border-top: 1px solid #ccc;
    margin: 0 13px;
    padding: 10px;
}
.err_img {
	margin: 30px auto;
    text-align: center;
    position: relative;
    display: block;
}
.error_spage_text {
    font-size: 28px;
    color: #1e1e1e;
    margin-bottom: 20px;
    text-align: center;
}
.embed-player .current_playlist, .next_playlist {
	position: relative;
}
.embed-player .next_playlist .playlist-header {
	position: sticky;
	top: 0;
	width: 100%;
}
.embed-player .current_playlist .playlist-header, .embed-player .next_fixed .next_playlist .playlist-header {
    position: sticky;
    top: 0;
    bottom: auto;
}
.embed-player .playlist-header h3{
	color: #fff;
}
.embed-player .current_absolute .current_playlist .playlist-header {
	position: absolute;
    background: #fff;
    bottom: 0;
    top: auto;
}
.embed-player .side-info{
	width: 350px;
}
.embed-player.side-info-active .side-info{
	-webkit-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
	border-right: 1px solid #fff;
}
.embed-player.side-info-active .side-info-opener {
	color: #fff;
	background: none;
	-webkit-transform: translateX(360px);
	-ms-transform: translateX(360px);
	transform: translateX(360px);
}
.embed-player .fullscreen{
	position: fixed;
	width: 20px;
	height: 20px;
	top: calc(100% - 45px);
	background: url('/static/images/icon-embed-fullscreen.png') no-repeat center center;
	background-size: 100%;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out .1s;
	transition: all .5s ease-in-out .1s;
	z-index: 99;
}
.embed-player.side-info-active .fullscreen{
	z-index: 11;
}
#player-container.embed-player, .embed-player .player_slider .slide{
	background: #fff;
}
.loading-icon {
	display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.slide .fr-element img{
	cursor: zoom-in;
	max-width: 100%;
}
.slide .fr-element a img{
    cursor: pointer !important;
}
.sudo-box, .sudo-box .slide{
    width: 100% !important;
}
.fr-element iframe.fr-iframe{
	margin-left: -50px;
	width: calc(100% + 100px) !important;
}
.fr-element a{
	word-break: break-all;
}
.fr-table-wrapper {
	width: 100%;
	overflow-y: auto;
}
.fr-element .fr-table-wrapper a{
	word-break: normal;
}

.side-info-opener span[type=demo-title]{
	font-size: 12px;
}
/* share popup css for default layer */
#social-share-options.default-player{
	position: absolute;
	max-height: 85%;
	height: 680px;
	padding: 20px 50px 50px;
}
.share-popup-wrap{
	width: 100%;
    height: 100%;
    position: relative;
}
.popup-scroll-wrap{
	min-height: 610px;
}

/* atwho style overwrite starts here */
.atwho-view {
	position:absolute;
	top:0;
	left:0;
	display:none;
	margin-top:18px;
	background:#fff;
	color:#000;
	border:1px solid #DDD;
	border-radius:3px;
	box-shadow:0 0 5px rgba(0,0,0,.1);
	min-width:120px;
	max-height:200px;
	overflow:auto;
	z-index:11110!important
}
.atwho-view .cur {
	background: #ebebeb;
	border-radius: 0 8px 8px 0;
}
.atwho-view ul {
	list-style:none;
	padding:0;margin:auto
}
.atwho-view-ul label {
	padding-top: 10px;
	border-bottom: 1px solid #DDD;
	display: block;
	max-width: 95%;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 2px;
}
.atwho-view ul li {
	display:block;
	cursor:pointer;
	border-bottom: none;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 98%;
	color: #000;
	font-size: 14px;
	position: relative;
}
.atwho-view ul li:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 12px;
	width: 10px;
	height: 10px;
	border: 1px solid #ccc;
	display: block;
	border-radius: 50%;
}
/* atwho style overwrite ends here */
.embed-player [target=next].customLink:before,
.embed-player [target=prev].customLink:before {
    position: absolute;
    content: '';
    background: url(/static/images/vmware/sprite.png) no-repeat;
    background-position: -24px -13px;
    background-size: 32px;
    width: 10px;
    height: 15px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.embed-player [target=next].customLink,
.embed-player [target=prev].customLink{
	border: 2px solid #000;
    border-radius: 50%;
}
.embed-player [target=next].customLink:before {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

[data-template='vmware'] img.rte-header {
	height: auto;
	width: 100%;
	padding-left: 50px;
}

#popup-box {
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	overflow: hidden;
}

#scroll-zoom {
	position: relative;
	height: 100%;
}

#scroll-zoom img {
	cursor: pointer;
}

.iviewer_button {
	cursor: pointer;
	position: fixed;
}

.iviewer_zoom_in {
	background: url(/static/images/add-icon.svg) no-repeat center;
	background-size: 30px;
	width: 45px;
	height: 43px;
	bottom: 64px;
	left: 50%;
	background-color: #1e1e1e;
	border-radius: 0px 5px 5px 0px;
}

.iviewer_zoom_out {
	background: url(/static/images/minus-icon.svg) no-repeat center;
	background-size: 30px;
	width: 45px;
	height: 43px;
	bottom: 64px;
	left: 44%;
	background-color: #1e1e1e;
	border-radius: 5px 0px 0px 5px;
}

.iviewer_zoom_fit {
	background: url(/static/images/zoom_reset.svg) no-repeat center;
	background-size: 28px;
	width: 45px;
	height: 43px;
	bottom: 64px;
	left: 47%;
	background-color: #1e1e1e;
}

.iviewer_zoom_status {
	display: none;
} 

@media (min-width: 1300px) {
    .side-info-opener span[type=demo-title] {
        font-size: 14px;
    }
}
@media (min-width: 992px){
	.notes-active .side-info-opener, .language-active .side-info-opener,
	.sandbox-bookmarks-active .side-info-opener {
		max-width: calc(100% - 400px);
		text-align: left;
	}
	[target=next].customLink:before,
	[target=prev].customLink:before {
	    position: absolute;
	    content: '';
	    background: url(/static/images/vmware/sprite.png) no-repeat;
	    background-position: -24px -13px;
	    background-size: 32px;
	    width: 10px;
	    height: 15px;
	    z-index: 1;
	    left: 0;
	    right: 0;
	    margin: auto;
	    top: 0;
	    bottom: 0;
	}
	[target=next].customLink:before {
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	[target=next].customLink, [target=prev].customLink {
		width: 50px;
	    height: 50px;
	    border-radius: 50%;
		border: 2px solid #4e4e4e;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		z-index: 11;
	}
	[target=prev] {
		left: 12px;
	}
	[target=next] {
		right: 25px;
	}
	.icon-document:before {
		content: "";
		position: absolute;
	    content: '';
	    background: url(/static/images/vmware/sprite.png) no-repeat;
	    background-position: 0px -91px;
	    background-size: 31px;
	    width: 33px;
	    height: 25px;
	    z-index: 1;
	    left: 0;
	    right: 0;
	    margin: auto;
	    top: 0;
	    bottom: 0;
	}
}

/* New Mobile Player CSS */

.player-left-sidebar .vmw-logo, .close-mobile-full-screen, .social-share-item, .side-panel .social-share, .circle-back-button, .mobile-menu-toggle, .language-block-mobile, .mobile-share, .side-panel ul .fullscreen-item, .side-panel ul .notes-icon{
	display: none;
}
@media (max-width: 991px){
	#player-container.mobile-full-screen-active .side-panel, #player-container.mobile-full-screen-active .mobile-menu-toggle{
		display: none;
	}
	#player-container.mobile-full-screen-active .player-left-sidebar{
		visibility: hidden;
	}
	#player-container.mobile-full-screen-active .close-mobile-full-screen{
		display: block;
		width: 50px;
    	height: 50px;
    	border-radius: 50%;
    	background-color: #f1f0f2;
    	position: fixed;
    	right: 25px;
		bottom: 10px;
    	cursor: pointer;
    	transform: scale(1);
    	-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	transition: transform 0.2s ease-in-out;
    	-webkit-transition: transform 0.2s ease-in-out;
    	-moz-transition: transform 0.2s ease-in-out;
	}
	#player-container.mobile-full-screen-active .close-mobile-full-screen:before{
		position: absolute;
    	content: '';
    	background: url(/static/images/icon-fullscreenExit.png) no-repeat;
    	background-size: 100% auto;
    	width: 24px;
    	height: 24px;
    	z-index: 1;
    	left: 0;
    	right: 0;
    	margin: auto;
    	top: 0;
    	bottom: 0;
	}
	.side-panel ul .fullscreen-item{
		position: absolute;
    	right: 60px;
    	width: 22px;
    	display: block;
    	left: initial;
    	top: initial;
    	bottom: initial;
	}
	.fullscreen-item:before{
		position: absolute;
    	content: '';
    	background: url(/static/images/icon-fullscreen.png) no-repeat;
    	background-size: 100% auto;
    	width: 24px;
    	height: 24px;
    	z-index: 1;
    	left: 0;
    	right: 0;
    	margin: auto;
    	top: 0;
    	bottom: 0;
	}
	.copy-url-icon {
        display: inline-block;
        position: relative;
        width: 25px;
        height: 25px;
    }
    .copy-url-icon:before, .copy-url-icon:after {
        content: "";
        background: #40435b;
        position: absolute;
        width: 18px;
        height: 18px;
        border: 1px solid #fff;
        z-index: 1;
        box-sizing: content-box;
    }
    .copy-url-icon:after {
        right: 0;
        bottom: 0;
        border: none;
        z-index: 0;
    }
	#player-container.mobile-social-active.share-active .custom-popup-wrapper{
		display: none;
	}
	#evh-link{
		bottom: 48px!important;
	}
	.mobile-menu-toggle{
		display: block;
    	position: fixed;
    	cursor: pointer;
    	bottom: 50px;
    	z-index: 200;
    	width: 60px;
    	left: 50%;
    	transform: translateX(-50%);
		transition: transform ease-in 300ms;
	}
	.notes-links-popup-active .popup-wrap iframe{
		max-width: 100%!important;
	}
	#player-container .side-panel .notes-item, #player-container .side-panel .language-item {
		margin-right: 10px;
	}
	.notes-active .mobile-menu-toggle, .language-active .mobile-menu-toggle, .mobile-social-active .mobile-menu-toggle{
		transform: translateX(-50%) rotateX(180deg);
		bottom: initial;
		top: 37%;
	}
	.slideArea[slide-type="content"] .content-slide-wrap{
		box-shadow: none;
		width: 100%;
    	padding: 25px 15px;
	}
	.social-share.desktop{
		display: none;
	}
	.player_wrap .mobile-back{
		display: none;
	}
	.circle-back-button{
        top: 10px;
        position: relative;
        display: inline-block;
		left: 15px;
    }
	.circle-back-button {
    	width: 50px;
    	height: 50px;
    	border-radius: 50%;
    	background-color: #f1f0f2;
    	display: block;
    	position: absolute;
    	left: 15px;
    	cursor: pointer;
    	transform: scale(1);
    	-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	transition: transform 0.2s ease-in-out;
    	-webkit-transition: transform 0.2s ease-in-out;
    	-moz-transition: transform 0.2s ease-in-out;
	}
	.circle-back-button:hover {
    	background-color: #e2e2e2;
    	transform: scale(1.1);
    	-moz-transform: scale(1.1);
    	-webkit-transform: scale(1.1);
	}
	.circle-back-button:before {
    	position: absolute;
    	content: '';
    	background: url(/static/images/vmware/sprite.png) no-repeat;
    	z-index: 1;
    	left: 0;
    	right: 0;
    	margin: auto;
    	top: 0;
    	bottom: 0;
	}
	.circle-back-button:before{
    	background-position: -31px 1px;
    	background-size: 45px;
    	width: 15px;
    	height: 15px;
	}
	.page-current:not(.embed-player) .side-panel {
		-webkit-box-shadow: 0px -4px 5px rgba(50, 50, 50, 0.25);
    	-moz-box-shadow: 0px -4px 5px rgba(50, 50, 50, 0.25);
    	box-shadow: 0px -4px 5px rgba(50, 50, 50, 0.25);
		border: none;
		border-bottom: 1px solid rgba(50, 50, 50, 0.25);
	}
	.player-left-sidebar .vmw-logo {
		display: block;
		width: auto;
    	height: 35px;
    	margin-bottom: 0;
    	position: absolute;
    	top: 50%;
    	transform: translateY(-50%);
    	right: 15px;
	}
	#block_container .player_wrap .player-left-sidebar {
    	position: relative;
    	height: 70px;
    	z-index: 101;
    	width: 100%;
	}
	#block_container .player_wrap .player-left-sidebar .vmw-social-share {
		display: none;
	}
	.side-panel .social-share{
		position: absolute;
    	right: 15px;
    	width: 22px;
		display: block;
		left: initial;
    	top: initial;
    	bottom: initial;
	}
	.side-panel .language-item.language-opener{
		background: url(/static/images/translation.png) no-repeat center center;
    	background-size: 25px auto;
	}
	.language-active .side-panel ul div.language-item {
    	background: url(/static/images/translation_blue.png) no-repeat center center, #fff;
		background-size: 25px auto;
	}
	.player_wrap .language .language-block{
		display: none;
	}
	.language-block-mobile, .mobile-share-block{
		display: block;
		padding: 0 15px;
	}
	.language-block-mobile h4, .mobile-share-block h4{
		color: #000;
		font-size: 16px;
		font-weight: 600;
		text-align: left;
		margin-bottom: 20px;
	}
	.language-block-mobile h4:first-letter, .language-block-mobile p:first-letter, .mobile-share-block h4:first-letter, .mobile-share-block p:first-letter{
		text-transform: uppercase;
	}
	.language-block-mobile p, .mobile-share-block p{
		font-weight: 600;
		color: #b8b8b9;
		margin-bottom: 15px;
	}
	.language-block-mobile > p{
		font-weight: 400;
		font-size: 12px;
		margin-bottom: 15px;
	}
	.language-block-mobile .languages-selector{
		display: flex;
	}
	.language-block-mobile .languages-selector>div:first-child{
		margin-right: 23px;
	}
	.language-block-mobile .languages-selector>div:nth-child(2){
		flex-grow: 1;
		-webkit-flex-grow: 1;
	}
	.languages-selector select{
		background: #fff;
		width: 100%;
		padding: 23px 25px;
		border-radius: 12px;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
	}
	.languages-selector select option, .selected-language{
		font-size: 14px;
		font-weight: 600;
	}
	.selected-language{
		padding: 23px 25px;
		background: #f2f1f3;
		border-radius: 12px;
	}
	.control-holder{
		position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate( -50% ,-50%);
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    	width: 60px;
    	height: 100%;
	}
	.side-panel .control-holder > div{
		position: relative;
    	top: initial;
    	right: initial;
		left: initial;
    	bottom: initial;
	}
	.notes-active .side-panel ul div.notes-item{
		transform: none;
    	-webkit-transform: none;
    	-moz-transform: none;
    	-o-transform: none;
	}
	#player-container:not(.embed-player) .notes .sub-inner{
		overflow: scroll;
	}
	.notes .sub-inner:before{
		position: relative;
    	top: 0;
    	display: block;
    	margin-bottom: 15px;
	}
	.side-panel .notes-item{
		margin-right: 30px;
	}
	.side-panel .notes-item .notes-icon{
		margin-left: 15px;
		height: 22px;
		width: 25px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		transition: all 200ms ease-in;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.notes-active .side-panel ul div.notes-item .notes-icon > div{
		background-color: #000;
	}

	.side-panel .social-share.mobile:hover {
		background: none;
	}

	.mobile-social-active .social-share{
		filter: brightness(-100%);
    	transform: scale(1.1);
	}

	.mobile-share{
		display: block;
		height: 40%;
		position: relative;
	}

	.mobile-share-block .share-icons{
		display: flex;
		display: -ms-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		width: 100%;
		justify-content: start;
	}

	.mobile-share-block .share-icons .social-icon{
		display: flex;
		display: -ms-flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		width: 70px;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
		border-radius: 50%;
		margin-bottom: 15px;
	}
	.mobile-share-block .share-icons .social-icon{
		margin-right: 15px;
	}

	.mobile-share-block .embed-url-box{
		width: 100%;
		display: block;
		margin-left: -15px;
	}

	.mobile-share-block .embed-url-box > div{
		text-align: center;
		width: 100%;
	}

	.mobile-share-block .embed-url-box .embedURL input{
		width: 100%;
	}

	.mobile-share-block .fa-twitter{
		color: #5ea9dd;
	}

	.mobile-share-block .fa-linkedin{
		color: #007bb6;
	}

	.mobile-share-block .fa-reddit-square{
		color: #ff4500;
	}

	.mobile-share-block .fa-facebook-square{
		color: #3c5a99;
	}

	.mobile-share-block .fa-code{
		color: rgb(47, 72, 155);
	}

	.side-panel .notes-item .notes-icon > div{
		height: 4px;
		border-radius: 2px;
		background-color: #7c7b82;
	}
	.side-panel .notes-item .notes-icon  div:nth-child(1){
		width: 25px;
	}
	.side-panel .notes-item .notes-icon  div:nth-child(2){
		width: 20px;
	}
	.side-panel .notes-item .notes-icon  div:nth-child(3){
		width: 15px;
	}
	.side-panel .btn-prev i, .side-panel .btn-next i, .side-panel .language-item.language-opener i{
    	visibility: hidden;
	}
	.side-panel .notes-item.notes-opener i{
		display: none;
	}
	.side-panel .control-holder .btn-next{
		background: url(/static/images/circle-arrow-right.png) no-repeat;
    	background-size: 100% 100%;
	}
	.side-panel .control-holder .btn-prev{
		background: url(/static/images/circle-arrow-left.png) no-repeat;
    	background-size: 100% 100%;
	}
	#player-container.language-active #player, #player-container.notes-active:not(.embed-player) #player, #player-container.mobile-social-active #player{
		transition: all 200ms ease-in;
		height: 35%!important;
		overflow: scroll;
		margin-bottom: 0;
	}
	#player-container.language-active .side-panel, #player-container.notes-active:not(.embed-player) .side-panel, #player-container.mobile-social-active .side-panel{
		position: relative;
	}
	.page-current:not(.embed-player) .side-panel{
		padding: 0px;
	}
	.page-current:not(.embed-player).notes-active .notes, .page-current:not(.embed-player).language-active .language, .page-current:not(.embed-player).mobile-social-active .mobile-share{
		bottom: 0;
		box-shadow: none;
		position: relative;
	}
	.notes .inner .pagination-wrap{
		position: relative;
		bottom: initial;
		margin-bottom: 30px;
	}
	#player-container:not(.notes-active) .notes, #player-container:not(.language-active) .languages, #player-container:not(.mobile-social-active) .mobile-share{
		display: none;
	}

}

@media only screen and (max-width: 767px) {
	.iviewer_zoom_in {
		left: 52%;
	}
	.iviewer_zoom_out {
		left: 25%;
		margin-left: 47px;
	}
	.iviewer_zoom_fit {
		left: 44%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.iviewer_zoom_in {
		left: 45%;
		margin-left: 35px;
	}
	.iviewer_zoom_out {
		left: 33%;
		margin-left: 61px;
	}
	.iviewer_zoom_fit {
		left: 44%;
	}
}

@media only screen and (min-width: 500px) and (max-width: 991px) and (orientation: landscape) {
	.iviewer_zoom_in {
		left: 49%;
	}
	.iviewer_zoom_out {
		left: 40%;
		margin-left: -3px;
	}
	.iviewer_zoom_fit {
		left: 44%;
	}
}


/* Dell player */
[data-theme="dell"] .content-slide-wrap ol[type='1'],
[data-theme="dell"] .content-slide-wrap ul[type='1'] {
    margin: 0;
    padding-left: 0pt;
    list-style-type: decimal;
}
[data-theme="dell"] .content-slide-wrap ol[start],
[data-theme="dell"] .content-slide-wrap ul[start] {
    margin-bottom: 16px !important;
}
.content-slide-wrap .keyword,
.content-slide-wrap .varname {
	font-style: italic;
}
[data-theme="dell"] .content-slide-wrap .filepath {
    font-family: monospace;
}

/* Overwrite froala custom styles */
.drop_pin .pin-description strong {
	font-weight: 700;
}
.drop_pin .pin-tooltip p {
	padding: 0;
	font-size: 12px;
	margin: 0;
	min-height: auto;
}
.drop_pin .pin-description ol, .drop_pin .pin-description ul {
	list-style: auto;
} 
.drop_pin .pin-description li {
	margin-left: 15px;
}