/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
 display: block;   /* display: none; */
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    max-width: 100%; /*  width: 100%;*/ }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* CUSTOMIZE CSS FOR Dasboard and app startup screen LR */

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {display:block;}
.owl-carousel .owl-dot{ display:none;}
.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-nav{
    display: block;
}
.owl-prev {
	border:block;
    top: 35%;
    color: #fff;
	text-indent:-9999px;
	/*background:url(../images/profileSlider/back.png) #2668ab no-repeat center;*/
    background: rgba(0, 0, 0, 0) url("../../images/blue-prev.png") no-repeat scroll 0 0 / auto 100%;
    background-position: center left;
    display: block;
    left:10px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 24px;
    height: 24px;
	text-transform:uppercase;
	font-size:11px;
	background-size:45% auto;
}
.owl-next {
	/*background:url(../images/profileSlider/next.png) #2668ab no-repeat center;*/
    background: rgba(0, 0, 0, 0) url("../../images/blue-next.png") no-repeat scroll 0 0 / auto 100%;
    background-position: center right;
    top: 35%;
    text-indent:-9999px;
	color: #fff;
    display: block;
    margin: 0 auto;
    padding: 0px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 24px;
	text-transform:uppercase;
	font-size:11px;
    height: 24px;
	background-size:45% auto;
}
.owl-prev:hover, .owl-next:hover{
    background-color: #3d90e5;
}
.profileViewSlider {
	width: auto;
	padding: 0 15px 10px;
}
/*====================================================
				CUSTOMIZE CSS
======================================================*/

.profileName {
/*
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.7);
	left: 0;
	right: 0;
*/
	margin: 0 auto;
	text-align: center;
	padding: 5px 0px 0;
}
.profileName h3 {
	font-size: 10px;
	color: #333;
	margin: 0 !important;
	padding-bottom: 0px !important;
}
.profileName p {
	font-size: 10px;
	color: #555;
	margin: 0 !important;
	padding: 0px !important;
}
.profileCount {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.profileCount h3 {
	font-size: 10px;
	color: #fff;
	margin: 0 !important;
	padding: 0 !important;
	/*background: rgba(0,0,0,0.4);*/
	/*width: 15px;
	height: 15px;*/
	border-radius: 100%;
	display: inline-block;
	line-height: 13px;
}
#owl-example .owl-nav {
    display: none;
}
.changeIcon .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0) url("../../images/blue-prev.png") no-repeat scroll 0 0 / auto 100%;
    background-position: center left;
    height: 30px;
    opacity: 0.5;
    width: 30px;
    left: 10px;
}
.changeIcon .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) url("../../images/blue-next.png") no-repeat scroll 0 0 / auto 100%;
    background-position: center right;
    height: 30px;
    opacity: 0.5;
    width: 30px;
    /*background-position:right;*/
}
.profileViewSlider .owl-carousel.owl-loaded.owl-drag {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: auto;
}
.changeIcon .owl-nav {
    display: none;
    visibility: hidden;
}

.btn_for_leaderboard {
/*	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;*/
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    color: #555;
    display: block;
    line-height: inherit;
    padding: 0px 14px;
    width: auto;
	height: 42px;
	line-height: 36px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.btn_for_leaderboard:hover {
	box-shadow: inset 130px 0px #f8f8f8;
	-webkit-box-shadow: inset 130px 0px #f8f8f8;
	-ms-box-shadow: inset 130px 0px #f8f8f8;
	-o-box-shadow: inset 130px 0px #f8f8f8;
	-moz-box-shadow: inset 130px 0px #f8f8f8;
}
.form-control.options_for_driven {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 10px;
	max-width: 100%;
	height: 42px;
}
.btn_for_leaderboard i {
	font-size: 12px;
	color: #555;
	padding-right: 4px;
}


/* Start up screens */
.main-page {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	height: 100vh;
}
#startup_slider.page_ads2.owl-carousel {
  display: none;
}
.btn.page_ads_skip{
  display: none;
}
.page_ads2:after{
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	bottom: 44px;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.1);
}
.page_ads2{
	height: 100vh;
	position: relative;
}
.page_ads2.owl-carousel .owl-item .item{
	display: table;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
}
.page_ads2.owl-carousel .owl-item .item .startup-screens{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
	position: relative;
	padding: 20px;
	top:-20px;
}
.startup-screens img {
	text-align: center;
	display: block;
	margin: 0 auto;
	max-height: 170px;
	margin-bottom: 30px;
}
.startup-screens h3{
    color: #000;
	font-weight: bold;
	line-height: 32px;
	margin-bottom:30px;
	font-size: 24px;
}
.startup-screens h3 img{
	display: inline-block!important;
    position: relative;
    padding-right: 10px;
    margin-top: -5px;
	max-width: 38px!important;
	margin-bottom: 0px;
}
.startup-screens p{
    color: #101010;
	font-size: 18px;
	line-height: 24px;
    text-align: center;
    margin: 0 auto;
	padding-bottom: 10px;
	font-weight: 500;
}

.startup-screens a {
   color: #000;
   /* font-size: 16px; */
   font-weight: 500;
 }

.btn.page_ads_skip {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 11px 12px;
	z-index: 9999;
	background-color: transparent;
	color: #333;
	display: none;
}

.page_ads2.owl-carousel .owl-dot{
	display: block;
	background-color: #aaa;
	height: 6px;
	width: 6px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
	margin-top: 19px;
}
.page_ads2.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
	bottom: 0;
	height: 44px;
	width: 50%;
	margin: 0 auto;
}
.page_ads2.owl-carousel .owl-dot.active{
	background-color: #000;
}
.page_ads2.owl-theme .owl-nav .owl-next{
	bottom: 0px!important;
	top: auto!important;
	z-index: 99999!important;
	background: rgba(0, 0, 0, 0) url("../../images/screens/adds_next.png") no-repeat 0 0;
	padding: 22px!important;
	right: 0;
	background-position: center!important;
}
.page_ads2.owl-theme .owl-nav .owl-prev:hover, .page_ads2.owl-theme .owl-nav .owl-next:hover{
	background-color: transparent!important;
}
.page_ads2.owl-theme .owl-nav .owl-prev{
	display: none!important;
}

.page_ads2.owl-carousel .owl-nav.disabled{
	display: none!important;
}
.page_ads2.owl-carousel .owl-nav .owl-next.disabled{
	display: none!important;
}
.startup-screens-btns{
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 5px;
}
.startup-screens-btns button {
    border-radius: 20px;
    padding: 5px 0 8px;
    width: 90px;
}
.startup-screens-btns .btn:focus, .startup-screens-btns .btn:active:focus, .startup-screens-btns .btn.active:focus, .btn.page_ads_skip:focus{
	outline: 0!important;
	outline-offset: none!important;
}
.startup-screens-btns .btn-danger{
	background-color: #103cc0!important;
	border-color: #103cc0!important;
}
.startup-screens-btns .btn-danger:hover{
	background-color: #2852cf!important;
}
.m-l-10{
	margin-left: 10px;
}

@media (min-width:1025px){
	#startup_slider.page_ads2.owl-carousel {
		display: none;
	}
	.btn.page_ads_skip{
		display: none;
	}
}

@media (max-width:1024px){
	#startup_slider.page_ads2.owl-carousel {
		display: block;
	}
	.btn.page_ads_skip{
		display: block;
	}
}
@media (max-width:375px){
	.startup-screens p{
		font-size: 16px;
	}
}
@media (max-width:350px){
  .startup-screens h3{
		font-size: 20px;
	}
	.startup-screens p, .startup-screens a{
		font-size: 14px;
	}
}

/* Start up screens */
