.app, .app__container, .page, .page__container {
    width: 100%
}

.land {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    overflow-x: hidden;
}

.land__overlay {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
}

.land__video {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 193.93vh;
    min-width: 100%;
    min-height: 51.56vw;
    transition: opacity .6s ease-in;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    left: 0;
    z-index: 5;
    min-height: 240px;
    padding-top: 10px;
}

.social {
  right: 0;
  z-index: 5;
  min-height: 240px;
  padding-top: 10px;
}

.land__logo-img {
    position: relative;
    top: 0;
    z-index: 2;
    max-width: 100%;
    margin-left: 10px;
}

@media (min-width: 320px)
.land__logo-img {
    left: 50%;
    transform: translateX(-50%);
    max-width: 162px;
}

@media (min-width: 768px)
.land__logo-img {
    left: 14vw;
    margin-top: unset;
    max-width: 100%;
}

@media (min-width: 960px)
.land__logo-img {
    left: 11vw;
}


/* social-icons */
/* ================================================== */
.social-icons {
  right: 0;
  z-index: 5;
  padding-top: 25px;
}
.social-icons i {
	text-shadow: none;
	color: #000;
	padding: 12px 10px 8px 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 30px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	margin:0 5px 0 5px;
}
.social-icons i.fa-google-plus{
	padding: 12px 14px 10px 6px;
}
.social-icons i:hover {
	background: #fff;
	border-color: #eceff3;
	color: #333;
}
.social-icons.big i {
	font-size: 26px;
	width: auto;
	height: auto;
	margin: 0 15px 0 15px;
}
.social-icons.big i:hover {
	background: none;
}
.social-icons.sc-plain i{
	background: none;
	margin:0;
}
/* ================================================== */


.carousel-item{
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
}

.sl_s {
  z-index: 5;
}

.sl_p {
  margin-top: 20px;
  z-index: 5;
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
}



.slider {
  width: 65%;
  margin: auto;
  padding-top: 100px;
}

.carousel-item {
  font-size: 2em;
  text-shadow: 0 2px 7px #000;
  color: #fff;
  font-weight:bold;
  text-transform:uppercase;
}

.btn-reg{
  border: 1px solid #fff;
  padding: 19px 40px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.btn-play:hover{
  text-decoration: none;
}

.btn-reg:hover{
  text-decoration: none;
}

.sub-txt {
  color: #fff;
  margin-bottom: 35px;
  text-shadow: 0 1px 2px #000;
  font-family: Fira Sans,Helvetica,Arial,sans-serif;
}

.btn-play{
  border-radius: 0em;
  width: 100%;
  padding: 20px 40px;
  box-shadow: 0 0 3px 0.1px;
  background: linear-gradient(360deg, #ff9500, #ffbf00);
  font-size: 20px;
  color: #000;
  text-transform: uppercase;

}

@media (max-width:600px){
p{font-size:25px;}
.slider {
  padding-top: 50px;
  width: 100% !important;
}

}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}