.blink_me {
	animation: blinker 1s linear infinite;
}

.camera_wrapper {
	width: 119px;
	height: 150px;
	position: relative;
	position: absolute;
	/* width: 19%; */
	min-width: 125px;
	left: -82px;
	bottom: -93px;
	/* height: 50%; */
}

.camera_wrapper .camera {
	width: 80%;
	height: 87%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/vacantion/effects/camera.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.camera_wrapper .blinker {
	width: 67px;
	height: 141px;
	position: absolute;
	background-image: url(../images/vacantion/effects//blinker.png);
	background-repeat: no-repeat;
	background-size: contain;
	;;;;;;;;;;;;;;;top: 18px;;;;;;;;;;;;;;;;
	right: -21px;
	animation: blinker 1s linear infinite;
}

.row_reversed .camera_wrapper{
	left: auto;
	right: -63px;
	bottom: -96px;
}

.row_reversed .camera_wrapper .camera{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	right: 0;
	left: auto;
}

.row_reversed .camera_wrapper .blinker{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	right: auto;
	left: -15px;
}

@keyframes blinker {
	70% {
		opacity: 0;
	}

}



.youtube_wrapper{
background-color: #524439;
position: relative;
width: 97%;

height: 100%;
border-radius: 16px;
/* min-height: 449px; */
margin: 0 auto;
}

.youtube_wrapper .cadru_moving_wrapper {
	position: absolute;
	height: 99%;
	width: 13%;
	overflow: hidden;
	left: 0;
	top: 0;
}

.youtube_wrapper .cadru_moving_wrapper.right {
	left: auto;
	right: 0;
}

.youtube_wrapper .cadru_moving {
	width: 100%;
	height: 200%;
	background-image: url(../images/vacantion/effects/gaura.png);
	background-repeat: repeat;
	background-size: contain;
	background-position: center;/* margin-left: 11%; */
	animation: MoveUpDown 2s linear infinite;
	position: absolute;
}

.youtube_center {
	width: 72%;
	height: 100%;
	margin-left: 14%;
	margin-top: 0%;
	padding-top: 0%;
	min-height: 180px;
	overflow: hidden;
	/* background: #a5322a; */
	}

.iframe_youtube {
	width: 100%;
	height: 46%;
	margin-bottom: 0%;
	margin-top: 2%;
	border-radius: 10%;
	border: none;
	padding-top: 0 !important;
	margin-bottom: 2%;
	min-height: 249px;
}

@keyframes MoveUpDown {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-200px);
	}
}

.paperbook img.book_image {
    /* position: absolute; */
    z-index: 2;
    border: 5px solid black;
    -webkit-animation: moving2 1s infinite alternate;
    animation: moving2 1s infinite alternate;
}

.one_iframe .iframe_youtube {
    /* margin-top: 34% !important; */
}

.cloud_1 {
    position: absolute;
    width: 110%;
    height: 18%;
    /* background: red; */
    bottom: -9%;
    z-index: 3;
    -webkit-animation: moving2 1s infinite  alternate;
    animation: moving2 1s infinite  alternate;
    background-image: url(../images/vacantion/effects/cloud1.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.cloud_2 {
    width: 80%;
    position: absolute;
    height: 25%;
    z-index: 1;
    bottom: -51px;
    -webkit-animation: moving1 2s infinite  alternate;
    animation: moving1 2s infinite  alternate;
    background-image: url(../images/vacantion/effects/cloud2.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -15%;
    left: auto;
}

@-webkit-keyframes moving1 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes moving1 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@-webkit-keyframes moving2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

@keyframes moving2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

.zoom_in{
	animation: zoom-in-zoom-out 10s 1s infinite;
}

.zoom_in_big{
	animation: zoom-in-zoom-out-big 5s 1s infinite;
}
.jiggle{
	animation: jiggle 3s infinite;
	transform: rotate(-0.6deg);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.10, 1.10);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-out-big {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.10, 1.10);
  }
  50% {
    transform: scale(1.20, 1.20);
  }
  75% {
    transform: scale(1.10, 1.10);
  }
  100% {
    transform: scale(1, 1);
  }
}


@keyframes jiggle {
    0% {
        -webkit-transform: rotate(-0.2deg);
        }
    50% {
        -webkit-transform: rotate(0.2deg);
    }
}

.einstein_wrapper{
	position: relative;
	width: 200px;
}
.einstein_wrapper .einstein_fara {
	margin: 0 auto;
	display: block;
}
.mustata {
	position: absolute;
	left: 34%;
	top: 59%;
	animation: shake 3s 4s infinite linear;
}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}
	10% {
		transform: translate(-1px, -1px) rotate(-1deg);
	}
	20% {
		transform: translate(-1px, 0px) rotate(1deg);
	}
	30% {
		transform: translate(1px, 1px) rotate(0deg);
	}
	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}
	50% {
		transform: translate(-1px, 1px) rotate(-1deg);
	}
	60% {
		transform: translate(-1px, 1px) rotate(0deg);
	}
	70% {
		transform: translate(1px, 1px) rotate(-1deg);
	}
	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}
	90% {
		transform: translate(1px, 1px) rotate(0deg);
	}
	100% {
		transform: translate(1px, -1px) rotate(-1deg);
	}
}

.spanceana {
  animation: MoveUpDownMustache 2s 0s infinite linear;
  position: absolute;
  right: 81px;
  top: 62px;
}

@keyframes MoveUpDownMustache {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}
	50% {
		transform: translate(0px, -2px) rotate(0deg);
	}	
	100% {
		transform: translate(0px, 0px) rotate(0deg);
	}
}

.einstein_wrapper img {}

.einstein_wrapper .einstein_fara {
    width: 100%;
}

.row_reversed .container_image {
    right: auto;
    left: -20%;
}

.paperbook.second_image {
    margin-left: 7%;
}

.row_reversed .paperbook.second_image {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    float: right;
    margin-left: 0;
    margin-right: 10%;
}

.paperbook img {
    width: 100%;
    height: auto;
}

.mejs-container {
	background: #b64350;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
	width: 100% !important;
	height: 50px !important;
	border-radius: 19px;
	margin: 50px 0;
}

.mejs-container .mejs-controls {
	height: 100%;
	background: transparent;
	display: flex;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
	display: block;
	width: 180px;
	height: 100%;
	border-radius: 0px;
	cursor: pointer;
}

.mejs-controls div.mejs-time-rail {
	padding-top: initial;
	height: 100%;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 0;
	border-radius: 32px;
}

.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 27px;
	width: auto;
	padding: 0;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time {
	position: absolute;
	color: rgba(256, 256, 256, 0.3);
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
	font-family: 'Lato';
	font-size: 32px;
	pointer-events: none;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	display: none;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	background: #000;
	width: 46px;
	height: 20px;
	border: none;
	top: -25px;
	margin-left: -18px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 0;
	margin-top: 4px;
	width: 100%;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-container .mejs-controls div {
	height: 100%;
	width: 50px;
	position: relative;
}

.mejs-controls .mejs-button button {
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	width: 100%;
	border: 0 !important;
	background: transparent;
	outline: none;
}

.mejs-controls .mejs-play:after {
	position: absolute;
	content: "";
	background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/play.svg) no-repeat;
	width: 17px;
	height: 22px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 100ms linear;
	pointer-events: none;
;;;;;border-radius: 30p;;;;;;
}

.mejs-controls .mejs-pause:after {
	position: absolute;
	content: "";
	background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/pause.svg) no-repeat;
	width: 13px;
	height: 22px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 100ms linear;
	pointer-events: none;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	/* background: #292929; */
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rebeccapurple;
	/* background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent)); */
	background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	background-size: 50px 50px;
	animation: move 3s linear infinite;
	opacity: 0.1;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: linear-gradient(to right, #03A9F4, #ff00ff);
	background: linear-gradient(to right, #fff0d9, #524439);
}

.mejs-controls .mejs-button button:focus {
	outline: none;
}

@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}


@media (min-width:768px) and (max-width:991px){
	.cloud_1, .cloud_2{
		bottom: 6%;
	}
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(1000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }
    80% {
        -moz-transform: translateX(10px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(1000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(-30px);
    }
    80% {
        -o-transform: translateX(10px);
    }
    100% {
        -o-transform: translateX(0);
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(1000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
.magic{
    border-top:2px solid red;
    font-size:36px;
}

.top_animation .animation-bird {
    
}

.top_animation .animation-bird-toleft {
    
}

.middle_animation .animation-bird {
    top: 50%;
}

.middle_animation .animation-bird-toleft {
    top: 45%;
}

.bottom_animation .animation-bird-toleft {
    bottom: 10% !important;
    top: auto !important;
}

.bottom_animation .animation-bird {
    bottom: 25% !important;
    top: auto !important;
}






.top_animation .animation-popcorn {
    top: 3%;
}

.left_animation .animation-popcorn {
    left: 5% !important;
}

.smaller_animation .animation-popcorn img {
    max-width: 200px;
}

.right_animation .animation-arlechin-pendul {
    left: auto !important;
    right: 2% !important;
}

.top_animation .animation-arlechin-pendul {
    bottom: auto !important;
    top: 3% !important;
}

.middle_animation .animation-arlechin-pendul {
	top: 45% !important;
}





.animation-horse {
    top: 0;
    bottom: auto;
}

@media (max-width:350px){
	.cloud_1{
		bottom: -1%;
	}
}

.embed-youtube {
  background-color: #000;
  /* margin-bottom: 30px; */
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-content: center;
  align-items: center;
}
.embed-youtube img {
  width: 100%;
  top: 15%;
  left: 0;
  opacity: 0.7;
  position: static !important;
}
.embed-youtube .embed-youtube-play {
  width: 68px;
  height: 48px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.embed-youtube .embed-youtube-play:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.embed-youtube img,
.embed-youtube .embed-youtube-play {
  cursor: pointer;
}
.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  position: absolute;
}
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.embed-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: static;
  width: 100%;
  height: 50%;
}

.embed-youtube .embed-youtube-play:hover {
  background-color: #f00;
}



.bottom_animation .animation-mask {
    bottom: calc(18% - 100px);
    top: auto;
}

.right_animation .animation-mask {
    left: auto;
    right: 3%;
}

.top_animation .animation-mask {
    top: 20%;
}

.zoom-in-out-box {
	animation: zoom-in-zoom-out_little 3s ease infinite;
	}
	
.zoom-in-out-box-small {
	animation: zoom-in-zoom-out_little_small 2s ease infinite;
	animation-iteration-count: 1;
	}	
	
	@keyframes zoom-in-zoom-out_little {
	0% {
		transform: scale(1, 1);
	}
	20% {
		transform: scale(1.05, 1.05);
	}
	100% {
		transform: scale(1, 1);
	}
	}

	@keyframes zoom-in-zoom-out_little_more_1200 {
	0% {
		transform:rotate(0deg) scale(1, 1);
	}
	25% {
		transform:rotate(-20deg) scale(1.1, 1.1);
	}
	50% {
		transform:rotate(0deg) scale(1, 1);
	}
	75% {
		transform:rotate(-20deg) scale(1.1, 1.1);
	}
	100% {
		transform:rotate(0deg) scale(1, 1);
	}
	}
	
	@keyframes zoom-in-zoom-out_little_small {
	0% {
		transform: scale(1, 1);
	}
	20% {
		transform: scale(1.02, 1.02);
	}
	100% {
		transform: scale(1, 1);
	}
	}

	.rotate {
	animation: rotate 5s linear infinite;
	}
	@-webkit-keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(7deg);
	}
	50% {
		transform: rotate(0deg);  
	}
	75% {
		transform: rotate(-7deg);  
	}
	100% {
		transform: rotate(0deg);  
	}
	}



.col-6.container_author img {
    border: 3px solid #524439;
    border-radius: 330%;
}

.play-pause {
    /* background: red; */
    height: 59px !important;
    width: 59px !important;
    /* border-radius: 61%; */
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    background-image: url(../images/vacantion/effects/music2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    z-index: 2;
    border: none !important;
    cursor: pointer;
}

.audiojs .play {
    /* background: none; */
    /* width: 100%; */
    /* height: 100%; */
    background-image: url(../images/vacantion/effects/play.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 15px;
    position: absolute;
    left: 20px;
}

.audiojs .time {
    display: none;
}

.audiojs {
    height: 82px;
    background: transparent;
    border: 0 !important;
    background: none;
    box-shadow: none !important;
    margin-bottom: 50px;
    width: 100% !important;
    padding: 15px;
    padding-left: 9px;
    padding-right: 0;
}

.audiojs .scrubber {
    height: 35px;
    position: relative;
    left: -29px;
    border-radius: 16px;
    padding: 0;
    width: calc(100% - 79px);
    background: #f7e7ce;
    border: none;
}

.audiojs .progress {
    height: 35px;
    background: #524439;
}

.audiojs .loaded {
    height: 35px;
    background: #f5e9d3;
}


.playing .play-pause{
	animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.audiojs audio {
    display: none;
}	

@media (max-width:767px){
		.row_reversed .paperbook.second_image{
			float: none;
		}
	}

@media (max-width:1200px){
	.container_user_box_title .user_box_static_menu p{
		font-size: 18px;
	}

	.btn_user_table{
		font-size: 16px;
	}


	.container_user_box_title .user_box_static_menu .user_box{
		height: auto;
	}
}

@media (max-width:1199px){
	
	.container_user_box_title .user_box_static_menu img{
		width: 135px;
		top: 12px;
		left: 107px;
		transform: rotate(-30deg);
	}
}

@media (max-width:991px){
	.btn_user_table{
		font-weight: 600;
		font-size: 14px;
	}

	.container_user_box_title .user_box_static_menu p{
		font-size: 16px;
	}
}

@media (min-width:992px) and (max-width:1200px){
	.container_user_box_title .page_title_static_menu .main_title{
		font-size: 30px;
	}

	.btn_user_table{
		padding: 6px 7px;
	}
}

@media (min-width:768px) and (max-width:991px){
	.btn_user_table .content_btn_user img{
		width: 10px;
	}

	.btn_user_table{
		padding: 4px 7px;
	}

	.container_einstein_btnUser .eisntein_static_menu .mustata_static_menu {
		width: 13px;
	}

	.container_user_box_title .page_title_static_menu .main_title{
		font-size: 18px;
	}

	.container_user_box_title .user_box_static_menu{
		width:45%
	}

	.container_user_box_title .container_user_box_static_menu .user_box{
		padding: 10px 3px;
	}

	.container_user_box_title .user_box_static_menu img {
		width: 135px;
		top: 19px;
		left: 115px;
	}

	.container_user_box_title .user_box_static_menu .user_box p{
		font-size: 14px;
	}

	.container_user_box_title .user_box_static_menu .user_box p.user_greeting{
		font-size: 18px;
	}
}
	

@media (max-width:767px){
	.container_einstein_btnUser{
		width: 40%;
	}

	.container_user_box_title{
		width: 50%;
	}

	/* .container_user_box_title{
		flex-direction: row-reverse;
	} */
}

@media (max-width:767px){
	.container_user_box_title .page_title_static_menu{
		width: auto !important;
	}

	.container_user_box_title .page_title_static_menu .main_title{
		display: none;
	}

	.container_user_box_title .user_box_static_menu{
		width: 100%;
	} 
	.container_user_box_title .user_box_static_menu img{
		width: 140px;
		top: 41px;
		left: 178px;
	}

	.container_einstein_btnUser .btn_user_table {
		width: 80%;
		font-size: 18px;
	}

	.container_einstein_btnUser .eisntein_static_menu{
		display: none;
		width: auto !important;
	}

	.container_user_box_title, .container_einstein_btnUser{
		justify-content: flex-end;
	}

	.btn_user_table {
		font-size: 20px;
	}

	.container_einstein_btnUser .eisntein_static_menu .mustata_static_menu {
		width: 25px;
	}

	.container_user_box_title .user_box_static_menu .user_box p{
		font-size: 14px;
	}

	.container_user_box_title .user_box_static_menu .user_box p.user_greeting{
		font-size: 16px;
	}

	.btn_user_table .content_btn_user img{
		width: 16px;
	}
}

@media (max-width:575px){
	.container_user_box_title .user_box_static_menu img{
		width: 130px;
		transform: rotate(-20deg);
		margin:0 !important;
		top: -33px;
		left: -39px;
	
	}

	.container_user_box_title .page_title_static_menu .main_title{
		font-size: 23px;
	}
}

@media (min-width:375px) and (max-width:450px){
	.container_user_box_title .page_title_static_menu{
		width: 50%;
		margin-right: 10px;
	}

	.container_user_box_title .user_box_static_menu .user_box p.user_greeting{
		margin-left: 40px;
	}

	.container_user_box_title .page_title_static_menu .main_title{
		font-size: 20px;
	}

	.container_user_box_title .user_box_static_menu img{
		transform: rotate(-20deg);
		margin-left: 90%;
		width: 120px;
	}

	.btn_user_table .content_btn_user img{
		width: 15px;
	}

	.btn_user_table {
		font-size: 14px;
	}

	.btn_user_table .content_btn_user{
		/* width: 100%; */
	}

	.container_einstein_btnUser .btn_user_table {
	width: 100%;
	}

	.btn_user_table .content_btn_user{
		height: 25px;
	}

	.container_einstein_btnUser .eisntein_static_menu .mustata_static_menu{
		width: 15px;
	}

	.container_user_box_title .user_box_static_menu{
		/* width: 45% */
	}

	.container_user_box_title .user_box_static_menu p{
		font-size: 12px;
	}

	.btn_user_table {
		padding: 5px 10px;
	}

	/* button.btn_user_table::before{
		border-radius: 9px;
		min-width: calc(160px + 12px);
    	min-height: calc(35px + 12px);
	} */
}

@media (max-width:374px){

	._row{
		flex-direction: column;
	}

	.container_user_box_title, .container_einstein_btnUser{
		width: 100%;
		justify-content: center;
	}
	.container_user_box_title .page_title_static_menu{
		width: 50%;
		margin-right: 10px;
	}

	.container_user_box_title .page_title_static_menu .main_title{
		font-size: 18px;
	}

	.container_user_box_title .user_box_static_menu img{
		transform: rotate(-20deg);
		margin-left: 90%;
		left: -61px;
	}

	.btn_user_table .content_btn_user img{
		width: 15px;
	}

	.btn_user_table {
		font-size: 14px;
	}

	.btn_user_table .content_btn_user{
		width: 100%;
	}

	.container_einstein_btnUser .btn_user_table {
		width: 50%;
		padding: 5px 20px;
		font-size: 16px;
		margin-top: 15px;
	}

	/* button.btn_user_table::before{
		border-radius: 9px;
		min-width: calc(171px + 12px);
    	min-height: calc(35px + 12px);
	} */

	.container_einstein_btnUser .btn_user_table .content_btn_user img{
		width: 12px;
	}

	.btn_user_table .content_btn_user{
		height: 25px;
	}

	.container_einstein_btnUser .eisntein_static_menu .mustata_static_menu{
		width: 10px;
	}

	.container_user_box_title .user_box_static_menu{
		width: 60%
	}

	.container_user_box_title .user_box_static_menu p{
		font-size: 12px;
	}

	.btn_user_table {
		padding: 5px 10px;
	}

	.container_einstein_btnUser .eisntein_static_menu{
		width: 25%;
	}
}

@media (max-width:767px){
	.logo_arthur img{
		width:120px;
	}
}

@media (max-width:425px){
	.logo_arthur img{
		width:90px;
	}
}

.sticky_menu.show_menu{
	/*display: none !important;*/
}

.book_main_title a{
	color: #000;
	text-decoration: none;
}
.author_desc a{
	color: #212529;
	text-decoration: none;
}


img[src=""], img:not([src]) {
  display: none;
  border: none !important;
}

img.book_image.lazy {
    border: none;
}

.top_player .audiojs {
    /* padding: 0; */
    margin: 0;
    height: 102px;
    padding: 10px 15px;
}

.top_player .play-pause {
    height: 80px !important;
    width: 80px !important;
}

.top_player .scrubber {
    height: 49px;
    position: relative;
    left: -29px;
    border-radius: 16px;
    padding: 0;
    width: calc(100% - 104px);
    border: none;
    margin-top: 14px;
    background: #f07a7a;
}

.top_player .audiojs .loaded {
    background: #f07a7a;
    height: 49px;
}

.top_player .audiojs .progress {
    height: 49px;
}

.top_player .audiojs .play {
    top: 18px;
    left: 24px;
    width: 50px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #b7475378;
  color: white;
  cursor: pointer;
  padding: 5px 12px;
  border-radius: 4px;
  content: "\2191";
  font-weight: bold !important;
}

#myBtn:hover {
  background-color: #5555559e;
}

a.main_logo_map.main_logo_map_genius {
    width: 168px;
    height: 56px;
    background: url(../images/designlogo/genius_header.png) center no-repeat;
    width: 203px;
    height: 144px;
}