/* ====================================================================================================================
 * new code
 * video background start
 * ====================================================================================================================*/
body:not(.load_done) {
	visibility: hidden;
	opacity: 0;
	display: none;
}
body.video_full_screen {
    display: flex;
    align-content: center;
    justify-content: center;
	overflow: hidden;
	height: 100vh;
}
body.video_full_screen .site-header,
body.video_full_screen footer,
body.video_full_screen .vc_row.wpb_row.vc_row-fluid.vc_row-has-fill {
	display: none !important;
}
body.video_full_screen #video_full_screen .arrow-up {
	position: fixed;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	max-width: 100%;
	text-align: center;
}
body.video_full_screen #video_full_screen .arrow-up span {
	color: #fff;
	padding: 5px;
	box-shadow: 0 0 10px #000;
	position: relative;
	max-width: 100%;
	margin-top: 15px;
	display: block;
}
body.video_full_screen #video_full_screen .arrow-up span:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background-color: #000;
	opacity: 0.7;
	z-index: -1;
}
@keyframes moveup {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateX(0);
  }
}
body.video_full_screen #video_full_screen .arrow-up:before {
	content: '';
	height: 50px;
	width: 30px;
	background-image: url('../images/arrow-up.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	animation: moveup 1s infinite;
  	animation-direction: alternate;
}
body.video_full_screen #video_full_screen #clappr {
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
}
body.video_full_screen #video_full_screen #clappr video {
	background-color: #fff;
}
body.video_full_screen #video_full_screen #clappr > div {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.video_full_screen #video_full_screen .bg-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.9;
    z-index: 99999;
	display: none;
}
body.video_full_screen #video_full_screen .bg-overlay span {
	margin: auto;
	font-size: 24px;
	color: #fff;
	padding: 15px;
	text-align: center;
}
body.video_full_screen.portrait-view #video_full_screen .bg-overlay {
	display: flex;
}
body.video_full_screen #video_full_screen .actions {
	bottom: 15px;
	left: 15px;
	right: 15px;
	position: fixed;
    z-index: 9999;
	display: flex;
	width: calc(100% - 30px);
	visibility: hidden;
	opacity: 0;
}
body.video_full_screen #video_full_screen .actions.vertical .menu {
	position: static;
    width: auto;
    overflow: auto;
}
body.video_full_screen #video_full_screen .actions.vertical #menu-primary-menu {
	flex-wrap: wrap;
    bottom: 115%;
    right: auto;
    left: 0;
    top: auto;
    transform: translate(0, 100%);
    max-width: 300px;
    overflow: auto;
}
body.video_full_screen #video_full_screen .actions.vertical #menu-primary-menu li {
	width: 100%;
}
body.video_full_screen #video_full_screen .actions.show_actions {
	visibility: visible;
	opacity: 1;
}
body.video_full_screen #video_full_screen .menu {
	position: relative;
	width: 100%;
	overflow: hidden;
}
body.video_full_screen #video_full_screen .actions.open_menu .menu #menu-primary-menu {
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}
body.video_full_screen #video_full_screen #menu-primary-menu {
	display: flex;
    width: auto;
    margin: 0;
	padding: 0;
    align-items: center;
	position: absolute;
    top: 0;
	left: 0;
    overflow: hidden;
    transition: all 0.3s;
    transform: translate(-100%, 0);
	opacity: 0;
	visibility: hidden;
}
body.video_full_screen #video_full_screen #menu-primary-menu li {
    line-height: 1.5;
	font-size: 16px;
    font-weight: bold;
	color: #ffffff;
	position: relative;
	list-style-type: none;
	display: flex;
}
body.video_full_screen #video_full_screen #menu-primary-menu li:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #000000;
	opacity: 0.7;
	z-index: -1;
}
body.video_full_screen #video_full_screen #menu-primary-menu li:hover:before {
	opacity: 0.5;
}
body.video_full_screen #video_full_screen #menu-primary-menu li a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	padding: 10px 15px;
	display: flex;
	line-height: inherit;
	white-space: nowrap;
	background-color: transparent !important;
}
body.video_full_screen #video_full_screen .action {
	display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    border: none;
    line-height: 1.5;
    padding: 10px 15px;
    color: #fff;
	box-shadow: 0 15px 35px rgb(0 0 0 / 20%);
	position: relative;
	white-space: nowrap;
	width: 50px;
}
body.video_full_screen #video_full_screen .action > span {
	display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
	width: 20px;
}
body.video_full_screen #video_full_screen .action.full-screen > span:before {
	content: "\f065";
}
body.video_full_screen #video_full_screen .action.full-screen-action {
	color: transparent;
	background-image: url('../images/icon-full-screen.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    border-radius: 0px;
}
body.video_full_screen #video_full_screen .action.full-screen-action.full-screen-ios {
	background-image: url('../images/icon-full-screen-ios.png');
	background-color: #fff;
	animation: moveup 1s infinite;
  	animation-direction: alternate;
  	margin-bottom: 35px !important;
  	box-shadow: 0 0 10px #000;
}
body.video_full_screen #video_full_screen .action.full-screen-action.full-screen-ios:before {
	opacity: 0;
}
body.video_full_screen #video_full_screen .action.close-full-screen > span:before {
	content: "\f066";
}
body.video_full_screen #video_full_screen .action.play > span:before {
	content: "\f04b";
}
body.video_full_screen #video_full_screen .action.pause > span:before {
	content: "\f04c";
}
body.video_full_screen #video_full_screen .action.muted.on > span:before {
	content: "\f028";
}
body.video_full_screen #video_full_screen .action.muted.off > span:before {
	content: "\f026";
}
body.video_full_screen #video_full_screen .action.play_pause {
	margin-left: auto;
}
@media only screen and (min-width: 1200px) {
	body.video_full_screen #video_full_screen .actions.open_menu:not(.vertical) .action.play_pause,
	body.video_full_screen #video_full_screen .actions.open_menu:not(.vertical) .action.muted {
		display: none;
	}
}
@media only screen and (max-width: 1199px) {
	body.video_full_screen {
		overflow-y: scroll;
		height: calc(100vh + 100px);
	}
	body.video_full_screen #video_full_screen .actions {
		left: auto;
		width: auto;
		max-width: calc(100% - 30px);
	}
	body.video_full_screen #video_full_screen .actions.vertical .menu {
		position: relative;
		width: 100%;
		overflow: visible;
	}
	body.video_full_screen #video_full_screen .actions.vertical #menu-primary-menu {
		bottom: auto;
		right: 50px;
		left: auto;
		top: -50px;
	}
	body.video_full_screen #video_full_screen .actions.vertical {
		flex-wrap: wrap;
		width: 40px;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	body.video_full_screen #video_full_screen .action {
		padding: 8px 10px;
		width: 40px;
	}
	body.video_full_screen #video_full_screen .actions.vertical .action {
		margin: 0;
		margin-bottom: 10px;
	}
	body.video_full_screen #video_full_screen .menu {
		position: static;
		width: auto;
		overflow: auto;
	}
	body.video_full_screen #video_full_screen #menu-primary-menu {
		flex-wrap: wrap;
		bottom: 115%;
		right: 0;
		left: auto;
		top: auto;
		transform: translate(0, 100%);
		max-height: 300px;
		max-width: 300px;
		overflow: auto;
	}
	body.video_full_screen #video_full_screen #menu-primary-menu li {
		width: 100%;
		font-size: 14px;
	}
	body.video_full_screen #video_full_screen #menu-primary-menu li a {
		padding: 9.5px 15px;
		width: 100%;
	}
	body.video_full_screen #video_full_screen .action.play_pause {
		margin-left: 15px;
	}
}
body.video_full_screen #video_full_screen .full-screen,
body.video_full_screen #video_full_screen .close-full-screen {
	margin-right: 15px;
}
body.video_full_screen #video_full_screen .action.muted {
	margin-left: 15px;
}
body.video_full_screen #video_full_screen .action:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #000000;
	opacity: 0.7;
	z-index: -1;
}
body.video_full_screen #video_full_screen .spinner-three-bounce {
	padding-top: 5px;
}
body.video_full_screen #video_full_screen .spinner-three-bounce:before {
	position: absolute;
	top: 0;
	left: -10px;
	right: -10px;
	bottom: 0;
	content: "";
	background-color: #000000;
	box-shadow: 0 15px 35px rgb(0 0 0 / 20%);
	opacity: 0.6;
	z-index: -1;
	border-radius: 10px;
}
#clappr {
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 320px;
	margin-bottom: 25px;
}
#clappr > div {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 767px) {
	body.video_full_screen #video_full_screen .actions.vertical #menu-primary-menu li a {
		padding: 6.5px 10px;
	}
	body.video_full_screen #video_full_screen .actions.vertical #menu-primary-menu {
		right: 44px;
		top: -44px;
	}
	body.video_full_screen #video_full_screen .actions.vertical {
		width: 34px;
		right: 10px;
	}
	body.video_full_screen #video_full_screen .action {
		padding: 5px 5px;
		width: 34px;
	}
	body.video_full_screen #video_full_screen .action.play_pause,
	body.video_full_screen #video_full_screen .action.muted {
		margin-left: 10px;
	}
	body.video_full_screen #video_full_screen .full-screen,
	body.video_full_screen #video_full_screen .close-full-screen {
		margin-right: 10px;
	}
}
.video_full_screen .preloader {
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.preloader {
  background: #000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  display: block;
  z-index: 50;
  -webkit-transition: opacity 200ms ease-in-out, transform 900ms 400ms;
  -o-transition: opacity 200ms ease-in-out, transform 900ms 400ms;
  transition: opacity 200ms ease-in-out, transform 900ms 400ms;
  text-align: center;
  color: #b3b3b3 !important;
}
.preloader.proloader_hide,
.pace-done .preloader {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.preloader .sk-folding-cube {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.preloader .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.preloader .sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.preloader .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.preloader .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.preloader .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.preloader .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.preloader .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.preloader .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
#video_full_screen .player-poster[data-poster] .play-wrapper[data-poster] svg path {
	fill: transparent;
}
#video_full_screen .player-poster {
	background-size: contain;
	background-color: #fff;
}
.joinchat.joinchat--right {
	right: 140px;
	bottom: 5px;
}
body:not(.show_wa_btn) .joinchat {
	display: none !important;
}
 /* ====================================================================================================================
 * video background End
 * ====================================================================================================================*/
