/********awareness-carousel*******/
.awareness-carousel {
    position: relative;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    z-index: 1;
}
.awareness-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.awareness-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.awareness-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.awareness-carousel .owl-wrapper,
.awareness-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);
}
.awareness-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    padding: 2px;
}
.awareness-carousel .item {
    display: block;
    min-height: 1px;
    padding: 2px 0;
    margin: 3px;
    cursor: pointer;
}
.awareness-carousel .item a {
    position: relative;
    display: block;
    transition: ease 0.2s !important;
    -moz-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -ms-transition: ease 0.3s;
}
.awareness-carousel a:hover {
    transform: scale(1.1);
}
.awareness-carousel .item a i {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    text-align: center;
    padding-top: 28%;
    font-size: 3.8rem;
    color: #ffffff;
    top: 0;
    right: 0;
    transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -ms-transition: ease 0.3s;
}
.awareness-carousel .item a:hover i {
    background: rgba(0, 0, 0, .1);
}
.awareness-carousel .item img , .awareness-carousel .item object , .awareness-carousel .item .awareness-carousel-photo{
    display: block;
    width: 100%;
    height: 108px;
    background-position: center top;
    background-size: cover;
	border:1px solid #f2f2f2;
    /*    z-index: 1;*/
    /*    background: url('../img/awareness/video1thumb.jpg');*/
}
.awareness-carousel .item:hover img , .awareness-carousel .item:hover object  , .awareness-carousel .item:hover div{
   /* border: 1px white solid;
    box-shadow: 0 0 7px rgba(0, 0, 0, .4);*/
}
.awareness-carousel .item h2 {
    text-align: center;
    color: #970000;
    margin-top: 10px;
	font-size:15px;
    max-height: 34px;
    overflow: hidden;
}
.awareness-carousel .item h5 , .awareness-carousel .item h6{
    color: #970000;
	font-size:12px;
	margin-top:6px;
    margin-bottom: 6px;
	/*font-weight:bold;*/
}
.awareness-carousel .item h5{ margin-top:8px;}
.awareness-carousel .icon-user-2::before , .awareness-carousel .icon-newspaper-2::before { margin:0;}
.awareness-carousel .item h5 i , .awareness-carousel .item h6 i{
    color: #222222;
}
.awareness-carousel .owl-nav.disabled,
.awareness-carousel .owl-dots.disabled {
    display: none;
}
.awareness-carousel .owl-nav .owl-prev,
.awareness-carousel .owl-nav .owl-next,
.awareness-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.awareness-carousel .owl-nav button.owl-prev,
.awareness-carousel .owl-nav button.owl-next,
.awareness-carousel button.owl-dot {
    background: none;
    color:#FFF;
    border: none;
    padding: 0 !important;
    font: inherit;
}

/* Arrows and dots styles */
.awareness-carousel .owl-dots{
    margin-top: 10px;
}
.awareness-carousel .owl-nav button.owl-prev,
.awareness-carousel .owl-nav button.owl-next,
.awareness-carousel button.owl-dot {
    background: none;
 
    border: none;
    padding: 0 !important;
    font: inherit;
}
.awareness-carousel .owl-nav button.owl-prev,
.awareness-carousel .owl-nav button.owl-next{
    position: absolute;
    bottom: 76px;
    padding: 0 !important;
    margin: 0;
}
.awareness-carousel .owl-nav button.owl-prev{
    right: -42px;
}
.awareness-carousel .owl-nav button.owl-next{
    left: -42px;
}

.awareness-carousel .owl-nav button.owl-prev [class^="icon-"]::before , .awareness-carousel .owl-nav button.owl-next [class^="icon-"]::before { width:auto;}

@media (max-width: 579px){
    .awareness-carousel .owl-nav{
        display: none;
    }
}
@media (min-width: 580px){
    .awareness-carousel .owl-nav{
        display: block;
    }
    .awareness-carousel .owl-dot {
        display: none !important;
    }
}
/* End Arrows and dots styles */

.awareness-carousel.owl-loaded {
    display: inline-block;
}
.awareness-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.awareness-carousel.owl-hidden {
    opacity: 0;
}
.awareness-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.awareness-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;
}
.awareness-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.awareness-carousel.owl-rtl {
    direction: rtl;
}
.awareness-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .awareness-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.awareness-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.awareness-carousel .owl-animated-in {
    z-index: 0;
}
.awareness-carousel .owl-animated-out {
    z-index: 1;
}
.awareness-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
 */

.awareness-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
		 */
}
.awareness-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.awareness-carousel .owl-item .owl-lazy[src^=""],
.awareness-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.awareness-carousel .owl-item img.owl-lazy , .awareness-carousel .owl-item object.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.awareness-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.awareness-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;
}
.awareness-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.awareness-carousel .owl-video-playing .owl-video-tn,
.awareness-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.awareness-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.awareness-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*************awareness-theme**************/

.awareness-theme .owl-nav {
    position: relative;
    display: block;
    min-width: 100%;
    margin-top: 5px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}

.awareness-theme .owl-nav [class*='owl-'] {
    color: #002158;
    font-size: 55px !important;
    margin: 0;
    /*    display: inline-block;*/
    cursor: pointer;
    opacity: .6;
}
.awareness-theme .owl-nav [class*='owl-']:hover {
    color: #970000;
    text-decoration: none;
    opacity: 1;
}
.awareness-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.awareness-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
.awareness-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.awareness-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.awareness-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 50px;
    height: 8px;
    margin: 10px 5px;
    background: rgba(255,255,255,.8);
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .3);
    transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -ms-transition: ease 0.3s
}
.awareness-theme .owl-dots .owl-dot.active span,
.awareness-theme .owl-dots .owl-dot:hover span {
    background: #ffb800;
}

/*****************elec-services*****************/

.elec-services-carousel {
    position: relative;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    z-index: 1;
}
.elec-services-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.elec-services-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.elec-services-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.elec-services-carousel .owl-wrapper,
.elec-services-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);
}
.elec-services-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    padding: 3px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.elec-services-carousel .item {
    display: block;
    min-height: 1px;
    padding: 2px 7px;
    margin: 3px;
    border: 5px #ffb800 solid;
    background: #005be9;
    cursor: pointer;
}
.elec-services-carousel .item:hover {
    background: #ffb800;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    transition: ease(.3);
    transform: scale(1.1);
}
.elec-services-carousel .item i {
    display: block;
    max-width: 100%;
    height: 92px;
    margin: 10px auto 10px auto;
    text-align: center;
}

.elec-services-carousel .item i.haj {
    background: transparent url('../img/elec-services/haj.png') center top no-repeat;
    background-size: contain;
}
.elec-services-carousel .item:hover i.haj {
    background: transparent url('../img/elec-services/haj-hover.png') center top no-repeat;
    background-size: contain;
}
.elec-services-carousel .item i.academy {
    background: transparent url('../img/elec-services/academy.png') center top no-repeat;
    background-size: contain;
}
.elec-services-carousel .item:hover i.academy {
    background: transparent url('../img/elec-services/academy-hover.png') center top no-repeat;
    background-size: contain;
}
.elec-services-carousel .item i.workPermit {
    background: transparent url('../img/elec-services/work-permits.png') center top no-repeat;
    background-size: contain;
}
.elec-services-carousel .item:hover i.workPermit {
    background: transparent url('../img/elec-services/work-permits-hover.png') center top no-repeat;
    background-size: contain;
}
.elec-services-carousel .item i.missing {
    background: transparent url('../img/elec-services/missing.png') center top no-repeat;
    background-size: contain;
}
.elec-services-carousel .item:hover i.missing {
    background: transparent url('../img/elec-services/missing-hover.png') center top no-repeat;
    background-size: contain;
}
.elec-services-carousel .item i.stolenCars {
    background: transparent url('../img/elec-services/stolen-cars.png') center top no-repeat;
    background-size: contain;
}
.elec-services-carousel .item:hover i.stolenCars {
    background: transparent url('../img/elec-services/stolen-cars-hover.png') center top no-repeat;
    background-size: contain;
}
.elec-services-carousel .item i.wanted {
    background: transparent url('../img/elec-services/wanted.png') center top no-repeat;
    background-size: contain;
}
.elec-services-carousel .item:hover i.wanted {
    background: transparent url('../img/elec-services/wanted-hover.png') center top no-repeat;
    background-size: contain;
}
.elec-services-carousel .item h2 {
    text-align: center;
    color: white;
    font-size: 0.93rem;
}
@media (max-width: 1199px){
    .elec-services-carousel .item h2 {
    font-size: 0.87rem;
    }
}

.elec-services-carousel .item:hover h2 {
    color: #001d4e;
}

.elec-services-carousel .owl-nav.disabled,
.elec-services-carousel .owl-dots.disabled {
    display: none;
}
.elec-services-carousel .owl-nav .owl-prev,
.elec-services-carousel .owl-nav .owl-next,
.elec-services-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Arrows and dots styles */
.elec-services-carousel .owl-dot{
    margin-top: 10px;
}
.elec-services-carousel .owl-nav button.owl-prev,
.elec-services-carousel .owl-nav button.owl-next,
.elec-services-carousel button.owl-dot {
    background: none;
    color: #ffffff;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.elec-services-carousel .owl-nav button.owl-prev,
.elec-services-carousel .owl-nav button.owl-next{
    position: absolute;
    bottom: 70px;
    padding: 0 !important;
    margin: 0;
}
.elec-services-carousel .owl-nav button.owl-prev{
    right: -70px;
}
.elec-services-carousel .owl-nav button.owl-next{
    left: -70px;
}

@media (max-width: 579px){
    .elec-services-carousel .owl-nav{
        display: none;
    }
}
@media (min-width: 580px){
    .elec-services-carousel .owl-nav{
        display: block;
    }
    .elec-services-carousel .owl-dot {
        display: none !important;
    }
}
/* End Arrows and dots styles */
.elec-services-carousel.owl-loaded {
    display: block;
}
.elec-services-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.elec-services-carousel.owl-hidden {
    opacity: 0;
}
.elec-services-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.elec-services-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;
}
.elec-services-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.elec-services-carousel.owl-rtl {
    direction: rtl;
}
.elec-services-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .elec-services-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.elec-services-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.elec-services-carousel .owl-animated-in {
    z-index: 0;
}
.elec-services-carousel .owl-animated-out {
    z-index: 1;
}
.elec-services-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
 */

.elec-services-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
		 */
}
.elec-services-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.elec-services-carousel .owl-item .owl-lazy[src^=""],
.elec-services-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.elec-services-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.elec-services-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.elec-services-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;
}
.elec-services-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.elec-services-carousel .owl-video-playing .owl-video-tn,
.elec-services-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.elec-services-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.elec-services-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/******************elec-services-theme*****************/

.elec-services-theme .owl-nav {
    position: relative;
    min-width: 100%;
    margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.elec-services-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 4rem !important;
    margin: 5px;
    background: #ffffff;
    /*    display: inline-block;*/
    cursor: pointer;
    opacity: .5;
}
.elec-services-theme .owl-nav [class*='owl-']:hover {
    color: #ffb800;
    text-decoration: none;
    opacity: 1;
}
.elec-services-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.elec-services-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.elec-services-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.elec-services-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.elec-services-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 50px;
    height: 8px;
    margin: 10px 5px;
    background: rgba(255,255,255,.8);
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .3);
    transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -ms-transition: ease 0.3s
}
.elec-services-theme .owl-dots .owl-dot.active span,
.elec-services-theme .owl-dots .owl-dot:hover span {
    background: #ffb800;
}
@media (max-width: 767px){
    .elec-services-theme .owl-dots .owl-dot span{
        width: 35px;
        height: 6px;
        margin-top: 5px;
    }
}

/************latestVideos-carousel************/
.latestVideos-carousel {
    position: relative;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    z-index: 1;
}
.latestVideos-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.latestVideos-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.latestVideos-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.latestVideos-carousel .owl-wrapper,
.latestVideos-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);
}
.latestVideos-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    padding: 0;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.latestVideos-carousel .item {
    display: block;
    min-height: 1px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.latestVideos-carousel .owl-nav.disabled,
.latestVideos-carousel .owl-dots.disabled {
    display: none;
}
.latestVideos-carousel .owl-nav .owl-prev,
.latestVideos-carousel .owl-nav .owl-next,
.latestVideos-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.latestVideos-carousel .owl-nav button.owl-prev,
.latestVideos-carousel .owl-nav button.owl-next,
.latestVideos-carousel button.owl-dot {
    background: none;
    color: rgba(0,55,45,.6);
    border: none;
    padding: 0 !important;
    font: inherit;
}

.latestVideos-carousel .owl-nav button.owl-prev,
.latestVideos-carousel .owl-nav button.owl-next {
    width: 25px;
    height: 25px;
    margin: 0 2px;
    padding: 0 !important;
}
.latestVideos-carousel .owl-nav button.owl-prev i,
.latestVideos-carousel .owl-nav button.owl-next i {
    width: .1rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
    opacity: 1 !important;
}

.latestVideos-carousel.owl-loaded {
    display: block;
}
.latestVideos-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.latestVideos-carousel.owl-hidden {
    opacity: 0;
}
.latestVideos-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.latestVideos-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;
}
.latestVideos-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.latestVideos-carousel.owl-rtl {
    direction: rtl;
}
.latestVideos-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .latestVideos-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.latestVideos-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.latestVideos-carousel .owl-animated-in {
    z-index: 0;
}
.latestVideos-carousel .owl-animated-out {
    z-index: 1;
}
.latestVideos-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
 */

.latestVideos-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
		 */
}
.latestVideos-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.latestVideos-carousel .owl-item .owl-lazy[src^=""],
.latestVideos-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.latestVideos-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/**************latestVideos-theme***************/

.latestVideos-theme .owl-nav {
    position: relative;
    display: table;
    float: right;
    /*min-width: 100%;*/
    margin-top: 15px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.latestVideos-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 2rem !important;
    margin: 5px;
    background: #ffffff;
    /*    display: inline-block;*/
    cursor: pointer;
    opacity: .5;
}
.latestVideos-theme .owl-nav [class*='owl-']:hover {
    color: #ffb800;
    text-decoration: none;
    opacity: 1;
}
.latestVideos-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.latestVideos-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.latestVideos-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.latestVideos-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.latestVideos-theme .owl-dots .owl-dot i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    background: rgba(255,255,255,.8);
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .3);
    transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -ms-transition: ease 0.3s
}
.latestVideos-theme .owl-dots .owl-dot.active i,
.latestVideos-theme .owl-dots .owl-dot:hover i {
    background: #ffb800;
}
@media (max-width: 767px){
    .latestVideos-theme .owl-dots .owl-dot i{
        /*width: 35px;
        height: 6px;
        margin-top: 5px;*/
    }
}

/***********photoAlbum-carousel*************/

.photoAlbum-carousel {
    position: relative;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    z-index: 1;
}
.photoAlbum-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.photoAlbum-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.photoAlbum-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.photoAlbum-carousel .owl-wrapper,
.photoAlbum-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);
}
.photoAlbum-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    padding: 0;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.photoAlbum-carousel .item {
    display: block;
    min-height: 1px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.photoAlbum-carousel .owl-nav.disabled,
.photoAlbum-carousel .owl-dots.disabled {
    display: none;
}
.photoAlbum-carousel .owl-nav .owl-prev,
.photoAlbum-carousel .owl-nav .owl-next,
.photoAlbum-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.photoAlbum-carousel .owl-nav button.owl-prev,
.photoAlbum-carousel .owl-nav button.owl-next,
.photoAlbum-carousel button.owl-dot {
    background: none;
    color:#f6b100;
    border: none;
    padding: 0 !important;
    font: inherit;
	border:1px solid #FFF;
	width:24px;
	height:24px;
}

.photoAlbum-carousel .owl-nav button.owl-prev,
.photoAlbum-carousel .owl-nav button.owl-next {
    width: 25px;
    height: 25px;
    margin: 0 2px;
    padding: 0 !important;
}
.photoAlbum-carousel .owl-nav button.owl-prev i,
.photoAlbum-carousel .owl-nav button.owl-next i {
    width: .1rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
    opacity: 1 !important;
}

.photoAlbum-carousel.owl-loaded {
    display: block;
}
.photoAlbum-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.photoAlbum-carousel.owl-hidden {
    opacity: 0;
}
.photoAlbum-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.photoAlbum-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;
}
.photoAlbum-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.photoAlbum-carousel.owl-rtl {
    direction: rtl;
}
.photoAlbum-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .photoAlbum-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.photoAlbum-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.photoAlbum-carousel .owl-animated-in {
    z-index: 0;
}
.photoAlbum-carousel .owl-animated-out {
    z-index: 1;
}
.photoAlbum-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
 */

.photoAlbum-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
		 */
}
.photoAlbum-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.photoAlbum-carousel .owl-item .owl-lazy[src^=""],
.photoAlbum-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.photoAlbum-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/***********photoAlbum-theme***********/

.photoAlbum-theme .owl-nav {
    position: absolute;
	bottom:10px;
	left:10px;
}
.photoAlbum-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 20px !important;
    margin: 5px;
    background: #ffffff;
    /*    display: inline-block;*/
    cursor: pointer;
}
.photoAlbum-theme .icon-right-dir::before { margin:0;}
.photoAlbum-theme .owl-nav [class*='owl-']:hover {
    color: #ffb800;
    text-decoration: none;
    opacity: 1;
}
.photoAlbum-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.photoAlbum-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.photoAlbum-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.photoAlbum-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.photoAlbum-theme .owl-dots .owl-dot i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    background: rgba(255,255,255,.8);
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .3);
    transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -ms-transition: ease 0.3s
}
.photoAlbum-theme .owl-dots .owl-dot.active i,
.photoAlbum-theme .owl-dots .owl-dot:hover i {
    background: #ffb800;
}
@media (max-width: 767px){
    .photoAlbum-theme .owl-dots .owl-dot i{
        /*width: 35px;
        height: 6px;
        margin-top: 5px;*/
    }
}

/**************wanted-carousel************/

.wanted-carousel {
    position: relative;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    z-index: 1;
}
.wanted-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.wanted-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.wanted-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.wanted-carousel .owl-wrapper,
.wanted-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);
}
.wanted-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    padding: 2px;
}
.wanted-carousel .item {
    display: block;
    min-height: 1px;
    padding: 2px 0;
    margin: 3px;
    cursor: pointer;
}
.wanted-carousel .item a {
    position: relative;
    display: block;
    transition: ease 0.2s !important;
    -moz-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -ms-transition: ease 0.3s;
}
.wanted-carousel a:hover {
    transform: scale(1.1);
}
.wanted-carousel .item a::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
    z-index: 2;
}
.wanted-carousel .item a:hover::after {
    display: none;
}
.wanted-carousel .item img , .wanted-carousel .item object{
    display: block;
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: cover;
    /*    z-index: 1;*/
    /*    background: url('../img/wanted/video1thumb.jpg');*/
}
.wanted-carousel .item:hover img .wanted-carousel .item:hover object {
    border: 1px white solid;
    box-shadow: 0 0 7px rgba(0, 0, 0, .4);
}
.wanted-carousel .item h2 {
    text-align: center;
    color: #444444;
    margin-top: 15px;
}
.wanted-carousel .owl-nav.disabled,
.wanted-carousel .owl-dots.disabled {
    display: none;
}
.wanted-carousel .owl-nav .owl-prev,
.wanted-carousel .owl-nav .owl-next,
.wanted-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wanted-carousel .owl-nav button.owl-prev,
.wanted-carousel .owl-nav button.owl-next,
.wanted-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

/* Arrows and dots styles */
.wanted-carousel .owl-dots{
    margin-top: 10px;
}
.wanted-carousel .owl-nav button.owl-prev,
.wanted-carousel .owl-nav button.owl-next,
.wanted-carousel button.owl-dot {
    background: none;
 
    border: none;
    padding: 0 !important;
    font: inherit;
}
.wanted-carousel .owl-nav button.owl-prev,
.wanted-carousel .owl-nav button.owl-next{
    position: absolute;
    bottom: 110px;
    padding: 0 !important;
    margin: 0;
}
.wanted-carousel .owl-nav button.owl-prev{
    right: -42px;
}
.wanted-carousel .owl-nav button.owl-next{
    left: -42px;
}

.wanted-carousel .owl-nav button.owl-prev [class^="icon-"]::before , .wanted-carousel .owl-nav button.owl-next [class^="icon-"]::before { width:auto;}

@media (max-width: 579px){
    .wanted-carousel .owl-nav{
        display: none;
    }
}
@media (min-width: 580px){
    .wanted-carousel .owl-nav{
        display: block;
    }
    .wanted-carousel .owl-dot {
        display: none !important;
    }
}
/* End Arrows and dots styles */

.wanted-carousel.owl-loaded {
    display: inline-block;
}
.wanted-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.wanted-carousel.owl-hidden {
    opacity: 0;
}
.wanted-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.wanted-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;
}
.wanted-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.wanted-carousel.owl-rtl {
    direction: rtl;
}
.wanted-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .wanted-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.wanted-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.wanted-carousel .owl-animated-in {
    z-index: 0;
}
.wanted-carousel .owl-animated-out {
    z-index: 1;
}
.wanted-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
 */

.wanted-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
		 */
}
.wanted-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.wanted-carousel .owl-item .owl-lazy[src^=""],
.wanted-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.wanted-carousel .owl-item img.owl-lazy , .wanted-carousel .owl-item object.owl-lazy{
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.wanted-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.wanted-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;
}
.wanted-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.wanted-carousel .owl-video-playing .owl-video-tn,
.wanted-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.wanted-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.wanted-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*************wanted-theme*************/

.wanted-theme .owl-nav {
    position: relative;
    display: block;
    min-width: 100%;
    margin-top: 5px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}

.wanted-theme .owl-nav [class*='owl-'] {
    color: #002158;
    font-size: 4rem !important;
    margin: 0;
    /*    display: inline-block;*/
    cursor: pointer;
    opacity: .5;
}
.wanted-theme .owl-nav [class*='owl-']:hover {
    color: #ffb800;
    text-decoration: none;
    opacity: 1;
}
.wanted-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.wanted-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
.wanted-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.wanted-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.wanted-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 50px;
    height: 8px;
    margin: 10px 5px;
    background: rgba(255,255,255,.8);
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .3);
    transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -ms-transition: ease 0.3s
}
.wanted-theme .owl-dots .owl-dot.active span,
.wanted-theme .owl-dots .owl-dot:hover span {
    background: #ffb800;
}

/**************************/
button {
    transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -ms-transition: ease 0.3s
}
