@charset "UTF-8";

@import url("../common/fontawesome/css/all.min.css");
@import url("../common/bootstrap/bootstrap.min.css");
@import url("../common/animate/animate.min.css");
@import url("../common/video-js/video-js.css");

* {
	outline: 0 !important;
	box-shadow: none !important;
}

html {
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background-color: #000000;
	font-family: "Arial", sans-serif;
	margin: 0;
	overflow-x: hidden;
	font-size: 100%;
	color: #000000;
	font-weight: 400;
	position: relative;
	min-height: 100%;
}

#main-wrapper {
	opacity: 0;
	transition: all 0.4s ease-in;
}

#main-wrapper.show {
	opacity: 1;
}

a {
	color: #000000;
	transition: all 0.4s ease-in-out;
}

a:focus, a:hover {
	text-decoration: none;
	color: #0061f2;
}

a.link {
	color: #0061f2;
	border-bottom: 1px solid;
	padding-bottom: .25rem;
}

a.link:focus, a.link:hover {
	color: #000000;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.video-section {
    position: relative;
	width: 80%;
    height: auto;
    margin: 2rem auto;
	padding: 0;
}
	
.video-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 30px);
    width: 100%;
	padding: 1.5rem;
    background-color: transparent;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
    overflow-y: auto;
	z-index: 1;
	display: none;
}
	
video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
}
	
.play {
	transition: all 0.4s ease-in-out;
}

.pause {
	transition: all 0.4s ease-in-out;
}

#video-buttons i {
	font-size: 90%;
}

.card {
	margin-bottom: 2rem;
}

.card img {
	border-radius: .25rem .25rem 0 0;
}

.card p {
	margin-bottom: 1rem;
	font-size: 130%;
    line-height: 1rem;
	min-height: 2rem;
}

	
.video-js {
	width: 100%;
	height: auto;
}
	
.video-js .vjs-tech {
    position: relative;
}


.videoContainer {
	max-width: 100%;
	position: relative;
	margin: 0;
}

.advertisement {
	position:absolute;
	bottom: 50px;
	right:0;
	z-index: 1 !important;
}


@media (max-width: 1024px){

.video-section {
	width: 100%;
	margin: .5rem auto;
}
	
}

.vjs-shopping-control {
	background: rgba(0,97,242,.25) !important;
	z-index: 2;
}


.vjs-shopping-control:after, .vjs-shopping-control:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
	background-color: #fff;
}

@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.25;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.25;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

.btn-primary {
    color: #fff;
    background-color: #4695ed;
    border-color: #4695ed;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #3584dd;
    border-color: #3584dd;
}


.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1 !important;
}

@keyframes flying {
  0% {
    transform: translate(0, 2px);
  }
  50% {
    transform: translate(0, -2px);
  }
  100% {
    transform: translate(0, 2px);
  }
}

#shop-cir {
	position: absolute;
    bottom: 4rem;
    right: 4.25rem;
    animation: flying 1.5s linear infinite;
}

#shop-cir:before{
	width: .5rem;
    height: .5rem;
    content: "\2193";
    left: 4px;
    top: -4px;
    z-index: 2;
    position: absolute;
    border-radius: 100%;
    background-color: #ff0000;
    color: #ff0000;
    text-align: center;
    font-size: 1rem;
}

#shop-cir:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
    background-color: #ff0000;
}

.first {
	animation-delay: 0;
}

.second {
	animation-delay: .5s;
}

.third {
	animation-delay: 1s;
}
