/*
Theme Name: KameraOne
Theme URI: KameraOne
Description:KameraOne
Author: KameraOne
Tags: KameraOne
About: KameraOne


==] KameraOne  [==
*/
@import url(https://fonts.googleapis.com/css?family=Poppins);


@font-face {
  font-family: Poppins;
  src: url(assets/fonts/Poppins/Poppins-Regular.ttf) format("truetype");;
}

@font-face {
  font-family: Poppins-Light;
  src: url(assets/fonts/Poppins/Poppins-Light.ttf) format("truetype");
}

@font-face {
  font-family: Poppinsbold;
  src: url(assets/fonts/Poppins/Poppins-Bold.ttf) format("truetype");;
}

@font-face {
  font-family: Poppinsmeduim;
  src: url(assets/fonts/Poppins/Poppins-Medium.ttf) format("truetype");;
}
@keyframes flickerAnimation {
  0%   { opacity:0.9; }
  50%  { opacity:0.6; }
  100% { opacity:0.9; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:0.9; }
  50%  { opacity:0.6; }
  100% { opacity:0.9; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:0.9; }
  50%  { opacity:0.6; }
  100% { opacity:0.9; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.6; }
  100% { opacity:1; }
}
 

*{
	font-family: Poppins;
}
body{
	margin:0;
	padding:0;
/*  padding-top:20px; */
	bottom: 0;
	top:0;
}
.current-menu-item a {
    font-family: Poppinsbold!important;
}
h1 {
    font-family: Poppinsmeduim;
    font-size: 42px!important;
}
h2, h3, h4, h5 {
    font-family: Poppins-Light;
    font-size: 38px!important;
    line-height: 55px;
}

.span-bold{
  font-family: Poppinsbold;
}

.video-stories{
  font-size: 40px!important;
}

div#navbarSupportedContent {
/*    padding-left: 185px;
    padding-top: 30px;
    z-index: 999; */
  background-color: #FFF;
	margin-right: 0px;
	width: 100%;
  height: auto;
  padding-left: 20px;
  margin-top: 15px;
  z-index: 9999;
}

a.forgotpassword {
    font-size: 12px!important;
    color: gray;
}

a,
a:hover {
	color: #0000ca;
}


input.form-control.input-text {
    border-radius: 100px;
    border-color: #0000CA;
    color: #0000CA;
}
input.btn.btn-primary.btn-block.login-btn {
    border-radius: 100px;
    border-color: #0000CA;
    background-color: #0000CA;
}
input.form-control.input-text.email-text {
    padding: 25px;
}

input.form-control.staysign {
    size: 20px;
    width: 20px;
    float: left;
    margin-top: -10px;

}
.sign-up-btn {
    width: 40%!important;
    padding: 15px;
    font-size: 17px;
    font-family: Poppins;
    letter-spacing: 4px;
}
.login-page-btn{
  padding: 15px!important;
  font-size: 17px;
    font-family: Poppins;
    letter-spacing: 4px;
}
span.staysign2 {
    display: block;
    float: left;
    font-size: 12px;
    margin-left: 10px;
    color: gray;
}
.menu-item {
    padding-left: 0;
    padding-right: 14px;
}
.dropdown-menu.action-form.show {
    padding: 25px;
    width: 300px;
    margin-left: -95px;
}
#menu-header-mobile-nav .menu-item:nth-child(3) a,
#menu-header-mobile-nav .menu-item:nth-child(5) a,
#menu-header-mobile-nav .menu-item:nth-child(7) a {
  display: inline-block;
  padding-bottom: 18px;
  position: relative;
}
#menu-header-mobile-nav .menu-item:nth-child(3) a:after,
#menu-header-mobile-nav .menu-item:nth-child(5) a:after,
#menu-header-mobile-nav .menu-item:nth-child(7) a:after {
  content: '';
  background-color: #0000CA;
  height: 3px;
  width: 50px;
  position: absolute;
  bottom: 8px;
  left: 0;
}
/* Menu Style */
.title-text {
    font-family: Poppins;
    font-size: 28px;
    line-height: 40px;
}

.forgotpassword{
  font-size: 12px;
  line-height: 28px
}

.signup-btn {
    background: #1F1F1F!important;
    border: #1F1F1F!important;
    color: white!important;
    border-radius: 55px!important;
    font-size: 13px!important;
    font-weight: bold;
    padding: 14px;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2px;
}

.btn-creators,.btn-media {
    margin-right: 15px!important;
    /* border: 1px solid #0000CA;
    background:#D9E0FF;
    color: #1F1F1F; */
    border-radius: 55px;
    border: 1px solid #1F1F1F;
    color: #FFF;
    background-color: #1F1F1F;
}
.btn-creators:hover,.btn-media:hover {
	color: #FFF;
	text-decoration: underline;
}

button.btn.btn-outline-success.my-2.my-sm-0:hover {
 background:#0000CA;
}

nav.navbar.navbar-expand-lg.navbar-light.top-menu-items a {
    font-size: 16px;
    padding-left: 0;
    font-family: Poppins;
    float:right;
}

.navbar a { 
	color: black;
  font-family: Poppins;
}

.navbar  a:hover{ 
	color: #0000CA;
}

.main-menu a{
  font-size: 18px!important;
}

.login-link{
	font-weight: bold;
    font-family: Poppins;
    font-size: 15px!important;
}
li.page_item.page-item-5.current_page_item a {
   font-weight: bold
}

li.page_item a {
	font-family: "Poppins";
	/* font-size: 18px; */
  color: black;
   
}
footer.page-footer.font-small.blue.pt-4{
	background:#0000CA;
	padding-top:40px;
	padding-bottom:50px;
	color: white;
}
.container-fluid.gray-style{
  background:#f1f1f1;
  padding-top: 130px;
  padding-bottom:50px;
  margin-bottom: 50px;
}

.style1{
  font-family: Poppins-Light;
    font-size: 42px!important;
    line-height: 55px;
}
.style2{
  font-family: Poppins;
  font-size: 19px;

}
.style3{
  font-size: 25px;
    letter-spacing: 1px;
}

.style4 {
    font-size: 19px;
}
.style4 p{
    font-size: 19px;
}
.style5 {
    font-size: 19px;
    font-family: Poppinsmeduim;
}
.style8 {
    font-size: 16px;
    font-family: PoppinsMeduim;
}
.divider{
  height: 150px;clear: both;
}
.dividerp{
  height: 20px;clear: both;
}
.dividerone{
  clear:both;height:1px;
}
.style15{
  height: 80px;clear: both;
}
.style25 {
    background-color: #f1f4f4;
    padding-bottom: 140px;
    padding-top: 50px;
}
textarea:focus, input:focus{
    outline: none;
}
a.post_title_link.single_title_link {
    font-size: 29px!important;
    line-height: 40px;
    margin-top: 30px;
    font-family: Poppins-Light;
    color: #0000CA;
}
p.post_comments.single_comments {
    display: none;
}
.no-padding{padding-left:0;}
.style26{
    border: 2px solid lightgray;
    border-radius: 2px;
    padding: 30px;
    margin-left: 17px;
}
.style27{
    font-size:29px!important;font-family:Poppinsmeduim;
}
.style28{
    font-size:18px!important;font-family:Poppinsmeduim;
}
.style31{
   font-size:18px!important;font-family:Poppinsmeduim;
 /* margin-left:-15px;*/
}
.style29{
    font-size: 16px!important;
    font-family: Poppinsmeduim;
    color: blue;
    margin-left: 30px;
}
.style40{
  font-size: 28px!important;
  line-height: 40px;
}
.style44{
  width:65%;font-size:19px;
}
.img-right{
  float: right;
  margin-top:110px;
}
.text-area {
    border-radius: 30px;
    border-color: #0000CA;
    color: #0000CA;
    height: 200px!important;
    padding: 20px;
}
.footer-copyright {
    background: #1f1f1f;
    color: white;
    font-size: 18px;
    padding-left: 87px;
}
.howitworks{
  padding-top:100px;
  padding-bottom:100px;
}
.footer-copyright a{color: white;}

.icon-email-footer{
	display: block;
	height: 20px;
	background-image: url('./assets/icons/footer-email.png');
	background-repeat: no-repeat;
	background-size: contain;
  border: none;
  background-position: 0 2px;
  padding-top: 2px;
  margin-bottom: 6px !important;
}
.icon-location-footer{
	display: block;
	height: 20px;
	background-image: url('./assets/icons/footer-location.png');
	background-repeat: no-repeat;
	background-size: contain;
  border: none;
  margin-bottom: 4px !important;
}

.thumbnail.b-line {
    border-top: 1px solid blue;
    padding-top: 50px;
    height: 190px;
}

.gmap_links {
  color: #0000ca !important;
}

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}
ul.style9 {
    list-style: none;
    padding-left:0;
}
ul.style9 li {
    float: left;
    padding-top: 22px;
    display: block;
    width: 100%;
}
ul.style9 img {
    width: 34px;
    display: inline;
    margin-right: 30px;
    float: left;
}
.style10{
  font-size: 26px;
  font-family: Poppins-light;
}
.style10 p{
  font-size: 26px;
  font-family: Poppins-light!important;
}
.style11{
      font-family: Poppinsmeduim;
    font-size: 42px!important;
}

.style12 {
    font-family: Poppins;
    font-size: 22px!important;
    margin-top: 30px;
}
.style12 p{
    font-family: Poppins;
    font-size: 22px!important;
    margin-top: 30px;
}
.style13{
  padding-top:150px!important;
  padding-bottom: 150px!important;
}
.left-img{
    margin-top: 60px;
}
.signup-btn2{
  padding: 15px;
    font-size: 18px!important;
    padding-left: 50px;
    padding-right: 50px;
}
.home-icon {
    width: 40px!important;
    height: 30px;
    margin-bottom: 20px;
}
.icon-list{
  background: #f1f4f4;
  padding-top:50px;
  padding-bottom: 50px;
}

.discover-kamerone{
  text-align: center;
  padding-top:100px;
}
.discover-links{
  text-align: left;
}
.container.single-page {
    padding-top: 50px;
}

hr.blue-line {
    width: 30px;
    border-bottom: 3px solid #0000CA;
    margin: 0;
}
.get-started {
    font-size: 14px;
    margin-left: 10px;
    font-weight: bold;
}

.learn-more {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 3px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    color: black;
    margin-top: 10px;
    float: left;

}
.learn-more:hover {
	color: #0000ca;
  text-decoration: none;
}
.line-through{
 text-decoration: line-through;
}

.fa-play-circle{font-size: 18px;}

/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #1DA1F2;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 32px;
    height: 34px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 35px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color:#0000ca ;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}
.page-footer p {
    font-family: Poppins-light;
    line-height: 25px;
    font-size: 18px;
}

.page-footer h5 {
    font-family: Poppinsbold;
    font-size: 18px!important;
    letter-spacing: 1px;
}

.footer-lang, .notranslateX {
    background: #0000CA;
    color: white;
    font-size: 18px;
    font-family: PoppinsBold;
    border: none;
    
    -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
   width: 100%;
}

.translate{
    height:  auto;
    width: 95%;
    background: #dae1fe;
    color: #0000CA;
    font-size: 12px;
    font-family: Poppins;
    border: 1px solid #0000CA;
    padding: 10px;
}
a.nav-link.mr-4.login-link {
   font-size: 14px!important;
    font-weight: bold;
    color: black;
    padding-left: 0px;
    padding-right: 0!important;
    font-family: Poppinsmeduim;
    letter-spacing: 1px;
    margin-top:6px;
}
.head-line{border:none;
  height:50px;
  margin-top: 5px;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #bbb8b8;
    margin: -30px auto 1px; 
    z-index: 9999;
    position: relative;
}

nav.navbar.navbar-expand-lg.navbar-light.top-menu-items {
    padding-right: 0;
    float: right;
}

a.languagetop {
    padding-right: 0px!important;

}
.navbar{
  padding: 0!important;
}

.contact-title {
    font-size: 26px!important;
    font-family: Poppins;
    letter-spacing: 1px;
    font-weight: 600;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
   border-radius: 50px;
    padding: 15px;
    border: 1px solid #0000CA;
    font-size: 13px;
    color: gray;
}

textarea.wpcf7-form-control.wpcf7-textarea{
    border-radius: 20px;
    width: 100%;
    padding: 18px;
    border: 1px solid #0000CA;
    font-size: 13px;
    color: gray;
}

input.wpcf7-form-control.wpcf7-submit {
    /* border-radius: 25px; */
	border-radius: 25px 25px 25px 25px !Important;
	-moz-border-radius: 25px 25px 25px 25px !Important;
	-webkit-border-radius: 25px 25px 25px 25px !Important;
    border: 1px solid #0000ca !important;
    background: #0000ca;
    color: white!important;
    border-radius: 55px!important;
    font-size: 15px!important;
    padding: 14px;
    color: black;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 2px;
    font-family: Poppins;
    font-weight: bold
}
input.wpcf7-form-control.wpcf7-submit:hover,
input.wpcf7-form-control.wpcf7-submit:focus {
background-color: #FFF !important;
  color: #0000CA !important;
  outline: none !important;
}
.span-contact {
    display: inline-block;
    float: left;
    font-size: 18px;
}
.icon-left{
  float: left;
}
ul.social-network.social-circle.social-contact {
    margin-left: 26px!important;
}
.social-contact i{
    color: white!important;
}
.social-contact a{

    color: white!important;
    background: blue;

}
.contactmsg{
  font-size: 14px;
  color: blue;
  font-weight: bold;
}

.emailad{
  color: blue;
}
.c-details{
  font-family: Poppins;
}

.contactt {
    font-size: 25px!important;
    font-family: Poppinsmeduim;
}

.row.page-content{
  padding:50px 50px 30px 50px;
}
.page-content2{
  padding:30px 50px 30px 50px;
}
.row.page-content h1{
    font-size: 42px;
    font-family: Poppinsmeduim;
}
.h2title{
  font-family: PoppinsBold;
  font-size: 24px!important;
}

h3.job-title {
    font-size: 32px!important;
    color:  #0000CA;

}

p.job-location {
    color: #ACACAC;
}

a.view-details {
    margin-top: 19px!important;
    display: block;
    font-family: Poppins;
    font-weight: bold;
    color: #0000CA;
    float: right;
  }
.job-line{
  border-top: 1px solid #97a8ff!important;
}

.pg2{
  padding-top:0px!important;
}

.mt-3 a{
  color: #e9e9e9!important;
  line-height: 27px;
}

.updates p{
  font-size: 22px!important;
}

h3.update-title {
    font-size: 24px!important;
    color: #0000CA;
    line-height: 38px;
    margin-top:0!important;
}
.update-content {
    font-size: 14px;
    font-family: PoppinsMeduim;
}

.update-content p{
    font-size: 15px;
    font-family: PoppinsMeduim;
    display: inline;
    line-height: 28px;
}
  .update-content a{
    font-weight: bold!important;
    color: blue!important;
  }
  .tag-title a,.tag-title{
    text-transform: uppercase;
    font-size: 12px;
    color: gray;
    margin-right: 5px;
    margin-left: 5px;
  }
p.tag-title {
    margin-left: -3px;
}
.screen-reader-text,a.next.page-numbers,a.prev.page-numbers{
  display: none;
}

a.page-numbers,span.page-numbers.current,.page-word {
    color: gray;
    font-size: 14px;
    font-family: Poppins;
    margin-right: 10px;
}


span.page-numbers.current {

    background: #f3f3f3;
    padding: 4px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 100px;
}

h5.date {
    font-family: Poppinsbold;
    font-size: 25px!important;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h4.style30 {
    font-size: 28px!important;
}
.text-right{
  float: right;
}

.thumb-img1{
  height: 98px;
   width: 163px;
	margin-top: 13px;
}

.thumb-img2{
  height: 112px;
    width: 121px;
}

.thumb-img3{
  height: 107px;
    width: 150px;
}

.thumb-img4{
  height:108px;
  width: 100px;
}

.thumbnail {
    display: block;
    height: 130px;
}
.thumbc{
  text-align: center;
}
.thumbc strong{
    font-family: PoppinsBold;
  }
.thumbc p {
    /*border-bottom: 1px solid blue;*/
    height: 100px;
    padding-bottom: 20px;
    font-size: 20px;
}
.thumbc hr {
    border-bottom: 1px solid #a7b5ff;
    margin-bottom: 30px;

}
.logo-title {
    font-size: 42px!important;
    text-align: center;
    font-family: Poppinsmeduim;
    margin-bottom: 80px;
}

/*Sliders logo*/
/* Slider */

.slick-slide {
    margin: 0px 0px;
    margin-right: 25px;
    position: relative;
}
.carousel-item.col-12.col-sm-6.col-md-4.col-lg-3.channel-title {
    background: white;
}
.carousel-item.col-12.col-sm-6.col-md-4.col-lg-3.channel-title.howitworks2 {
    background: #f1f1f1;
}
.slick-slide img {
    width:100%;
}
.video-wrapper.video-wrapper-smallX {
    width: 240px;
    height: 200px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	opacity: 0;
}
.slick-slider.slick-initialized {
	opacity: 1;
}
.slick-slider {
     padding-top: 10px!important;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.duration{
  color:#ACACAC;
}
li.meta-info-desc p {
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    font-family: PoppinsMeduim;
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide {
    display: none;
 /*   float: left; */
    height: 100%;
    min-height: 1px;
	padding-left: 25px; /* ---Balancing thumbnails here */
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide a {
  color: #000;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
   /* border: 1px solid transparent; */
}
.slick-arrow.slick-hidden {
    display: none;
}

.statement h2.slick-slide {
	padding-left: 0;
	margin-right: 0;
}

.page2 {
    padding-top: 0!important;
}
.container.howitworks.page2 {
    padding-top: 30px!important;
}

.page-content h3 {
    font-size: 29px!important;
    line-height: 40px;
    margin-top: 30px;
}

.custom-div{
  clear: both;
  height: 80px;
}
.container.about-us {
    padding-left: 120px;
    padding-right: 50px;
}
.about-video{
  position:relative;float:left;
/*	z-index:1111; */
}
.about-content{
  display:block;
	float:left;
	position:relative;
	width:425px;
	top:0;
	padding-bottom:20px;
	background: rgba(27, 69, 93, 0.5);
/*	z-index:8888; */
	top:-520px;
	padding-left:113px;
}
.about-h2{
    font-family: PoppinsMeduim;
    font-size: 34px!important;
    line-height: 43px;z-index:99999;color:white
}
.white{
  border-color: white!important;
}
.about-us1{
  margin-bottom: -200px;
}
.about-us p {
    font-size: 18px!important;
}
.about-us img {
    margin-top: -50px!important;
    float: left;
}

/*Trending Videos Page*/
.trending-top{
    color: white;
    padding:40px;
    background: #1f1f1f;
}
.trending-bottom2{
    padding:0;
}
.trending-bottom2 hr{
    margin-bottom: 0!important;
  }
.trending-bottom2 h2{
    font-size: 27px!important;
    margin-bottom: 0;
}
.trending-bottom2 p{
    font-size: 14px;
    font-family: PoppinsMeduim;
}
.trending-top h1 {
    margin-bottom:20px;
    font-size: 34px!important;
}
.trending-bottom h3 {
    font-size: 18px!important;
    font-family: PoppinsBold;
    line-height: 28px;
    letter-spacing: 1px;
}

.trending-bottom .btn {
    border: 1px solid white;
    background: none;
    color: white;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: 15px;
    font-family: PoppinsMeduim;
    letter-spacing: 2px;
    font-size: 16px;
    border-radius: 0!important;
}
a.btn.btn-outline-success.my-2.my-sm-0.signup-btn:hover {
    background: #0000CA;
}

.page-padding{

}

.trending-bottom  hr {
    width: 30px;
    float: left;
    border-bottom: 3px solid white!important;
    margin-left: 14px;
}

.trending-bottom2 h2{
  font-size: 20px;
  font-family: PoppinsBold;
}
#background-image {
   background-repeat: no-repeat;
}
.home h2,.homep p {
    font-family: Poppins;
    font-size: 42px!important;
    line-height: 57px;
    margin-bottom: 37px;
    letter-spacing: 1px;
}
.homep p{
  font-weight: bold;
  font-size: 38px!important;
  line-height: 52px;
  margin-bottom: 15px;
}
.col-md-4.home {
    padding: 250px 0 0 0;
}
a.navbar-brand {
    max-width: 230px;
    margin-bottom: -10px;
    margin-top: 10px;
    margin-right: 0;
}
img.banner-home {
    margin-left: -20px;
}
.get-btn{
    background: #1F1F1F!important;
    border: #1F1F1F!important;
    color: white!important;
    border-radius: 55px!important;
    display: inline-block;
    font-size: 15px!important;
    padding: 14px;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 2px;
    font-family: Poppins;
    font-weight: bold;
}

.row.home-banner {
    height: 850px;
}
.img-overlay {
    position: relative;
    z-index: 99;
    display: block;
    top: 400px;
    left: 190px;
}
.home-banner{
  margin-top:-116px;
}
/*Career Page*/


/*Trending stories*/
.hidden {
    display: none!Important;
}
  .box {
  margin-bottom: 10px;
}
.box.box-header-small h3 {
  padding: 0 15px;
  line-height: 2.222;
}
.box.box-multi-column {
  position: relative;
}
.box.box-multi-column .box-header {
  position: absolute;
}
.box.box-multi-column.box-has-header .is-header {
  position: static;
}
.box.box-multi-column.box-has-header .is-header:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  height: 43px;
  background-color: #ededed;
}
.box.box-multi-column.box-has-header h3 {
  position: relative;
  z-index: 10002;
  font-size: 1.4em;
}
.box.box-multi-column h3 {
  margin: 0 -15px 15px;
  line-height: 2.222;
  border-right: 15px solid #fff;
  border-left: 15px solid #fff;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #ededed;
}
.box.box-text {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.6;
}
.box.box-text.box-pull-left {
  float: left;
  width: 160px;
  padding-right: 10px;
  margin-right: 20px;
  border-right: 1px solid;
}
.box.box-text.box-push-right {
  float: right;
  width: 160px;
  padding-left: 10px;
  margin-left: 20px;
  border-left: 1px solid;
}
.box.box-dark {
  color: #fff;
  background-color: #000;
  margin-bottom: 0px;
  font-size: 1.25em;
}
.box.box-inner {
  padding: 30px;
}
.box-header {
  background-color: none!important;
  margin-bottom: 15px;
  background: none!important;
}
.box-header .box-header-inner {
  padding: 0px;
  border: 15px solid #fff;
  border-width: 0 15px;
}
.box-header .box-header-inner [class*="col-"]:not(:last-child) {
  padding-right: 0px;
  border-right: 15px solid #fff;
}
.box-header .box-header-inner [class*="col-"]:last-child {
  padding-left: 0px;
  border-left: 15px solid #fff;
}
.box-header h3 {
  margin: 0px;
  font-size: 1.4em;
  padding: 15px 20px;
}

.box-bodyX{
   border: 1px solid #ccc;
   border-radius: 10px!important;
}
li.item.col-md-2.col-sm-4.col-xs-6.slick-slide.slick-current.slick-active {
/*    padding-bottom: 30px; */
}
/*
.slick-nav {
    border: 0px;
    padding: 0px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    width: 50px!important;
    height: 50px!important;
    background-color: #ddd;
    z-index: 10001;
    border-radius: 50px!important;
}
.slick-nav.slick-nav-next:before,.slick-nav.slick-nav-prev:before {
    border-left: 0!important;
    border-right: 0!important;
}

button.slick-nav.slick-nav-next.slick-arrow,button.slick-nav.slick-nav-prev.slick-arrow {
    color: white;
    font-size: 24px;
}
.video-wrapper.video-wrapper-small{
  border:0!important;
}
button.slick-nav.slick-nav-next.slick-arrow {
    right: -42px;
}
button.slick-nav.slick-nav-prev.slick-arrow{
   left: -42px;
  
} */
.slick-disabled {
     display: block!important;
    visibility:visible!important;
}


.content.content-left-space {
  margin-left: auto;
  margin-top: 20px;
  color: #ccc;
}
.content.content-left-space p {
  font-size: 1em;
}

.clip-heading {
  color: #fff;
  font-size: 1.3em;
}
.clip-published {
  color: #e47171;
  font-size: 1em;
}
.clip-area {
  min-height: 530px;
  padding: 0px;
}
.clip-area.clip-area-dark {
  color: white;
  padding: 50px;
  background-color: #1f1f1f;
}
.clip-area.clip-area-small {
  min-height: 300px;
}
.clip-area h2 {
  font-size: 1.4em;
}
.clip-area-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.clip-meta-info > li {
  padding-bottom: 2px;
}
.clip-description {
  color: #ccc;
  height:40px;
}
.main_video_player {
    /* width: 570px!important;
    max-width: 620px !important; */
	width: 576px;
	height: 362px;
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 54px;
}
.mejs-container{
  width: 100% !important;
  height: 100% !important;
}
.mejs-layers .mejs-layer{    
  width: 100% !important;
  height: 100% !important;    
}
.video-wrapper {
  position: relative;
}
.jumbotron {
    border-radius: 0!important;
}
.video-wrapper .video-time {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10000;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2px 5px;
  font-size: 0.85em;
}
.video-wrapper.video-wrapper-small {

-webkit-transition: height 300ms ease-out;
-moz-transition: height 300ms ease-out;
-ms-transition: height 300ms ease-out;
-o-transition: height 300ms ease-out;
transition: height 300ms ease-out;

}
.video-wrapper.video-wrapper-small .video-js .vjs-big-play-button {
  display: none;
  visibility: hidden;
}
.video-wrapper.video-wrapper-small:hover {
 /* border-color: #3582C5; */
}
.video-wrapper.video-wrapper-small:hover .video-js .vjs-big-play-button {
  display: block;
  visibility: visible;
}
.video-wrapper.video-wrapper-small:hover .video-js.vjs-playing .vjs-big-play-button {
  display: none;
  visibility: hidden;
}
.video-wrapper.video-wrapper-small:hover .meta-info-lang {
  opacity: 1;
}
.video-wrapper.video-wrapper-promo .video-js.vjs-playing + .list-meta-info {
  display: none;
  visibility: hidden;
}
.video-wrapper.video-wrapper-promo .list-meta-info {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
}
.clip-item-link,.clip-item-link:hover {
  color:inherit;
  text-decoration: none;
}

.video-wrapper.video-wrapper-promo  .meta-info-time {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  padding: 2px 6px;
  font-size: 0.8em;
  opacity: 0.85;
}
.video-wrapper.video-wrapper-promo  .meta-info-lang {
  bottom: 0px;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px 10px 10px;
}
.video-wrapper.video-wrapper-promo  .meta-info-lang .list-lang-small:after {
  display: none;
  visibility: hidden;
}
.video-wrapper.video-wrapper-promo:hover .meta-info-lang {
  opacity: 1;
}
.video-js {
  width: 100%;
  border:none;
}
.video-js .vjs-big-play-button {
  height: 2.6em;
  width: 2.6em;
  border-radius: 50%;
  z-index: 2;
  font-size: 1.5em;
  cursor: pointer;
  margin: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  border: 2px solid #fff;
  opacity: 0.7;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 0px;
  height: 0px;
  top: 0.7em;
  left: 0.85em;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.8em solid white;
  position: absolute;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: '';
}
.video-js:hover .vjs-big-play-button {
  opacity: 1;
}
.content.content-left-space {
  margin-left: auto;
  margin-top: 20px;
  color: #ccc;
}
.content.content-left-space p {
  font-size: 1em;
}
.box {
  margin-bottom: 10px;
}
.box.box-header-small h3 {
  padding: 0 15px;
  line-height: 2.222;
}
.box.box-multi-column {
  position: relative;
}
.box.box-multi-column .box-header {
  position: absolute;
}
.box.box-multi-column.box-has-header .is-header {
  position: static;
}
.box.box-multi-column.box-has-header .is-header:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  height: 43px;
  background-color: #ededed;
}
.box.box-multi-column.box-has-header h3 {
  position: relative;
  z-index: 10002;
  font-size: 1.4em;
}
.box.box-multi-column h3 {
  margin: 0 -15px 15px;
  line-height: 2.222;
  border-right: 15px solid #fff;
  border-left: 15px solid #fff;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #ededed;
}
.box.box-text {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.6;
}
.box.box-text.box-pull-left {
  float: left;
  width: 160px;
  padding-right: 10px;
  margin-right: 20px;
  border-right: 1px solid;
}
.box.box-text.box-push-right {
  float: right;
  width: 160px;
  padding-left: 10px;
  margin-left: 20px;
  border-left: 1px solid;
}
.box.box-dark {
  color: #fff;
  background-color: #000;
  margin-bottom: 0px;
  font-size: 1.25em;
}
.box.box-inner {
  padding: 30px;
}
.box-header {
  background-color: #ededed;
  margin-bottom: 15px;
}
.box-header .box-header-inner {
  padding: 0px;
  border: 15px solid #fff;
  border-width: 0 15px;
}
.box-header .box-header-inner [class*="col-"]:not(:last-child) {
  padding-right: 0px;
  border-right: 15px solid #fff;
}
.box-header .box-header-inner [class*="col-"]:last-child {
  padding-left: 0px;
  border-left: 15px solid #fff;
}
.box-header h3 {
  margin: 0px;
  font-size: 1.4em;
  padding: 15px 20px;
}
.red {
  background-color: #e47171 !important;
}
.blue {
  background-color: #0000CA !important;
}
.red,
.blue {
  color: #fff !important;
}
.small-text {
  font-size: 0.65em;
  line-height: 3.455;
}
.dark-text {
  color: #000;
}
.toggle-section .toggle-opener {
  width: 19px;
  display: inline-block;
  height: 19px;
  text-align: center;
  background-color: #333;
  border: 1px solid #225f94;
  line-height: 0.9;
  margin-left: 10px;
}
#restrictions_copy{
  margin-left:10px;
}
#url_share_copy{
  margin-left:5px;
}
.toggle-section .toggle-content {
  height: 4.5em;
  overflow: hidden;
  position: relative;
}
.toggle-section .toggle-content:after {
  content: '';
  display: block;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  position: absolute;
  bottom: 0px;
  height: 40px;
}
.toggle-section.toggle-section-open .toggle-content {
  height: auto;
}
.toggle-section.toggle-section-open .toggle-content:after {
  display: none;
  visibility: hidden;
}
.list {
  position: relative;
}
.list.list-4-item,
.list.list-2-item {
  margin-right: -15px;
  margin-left: -15px;
}
.list.list-4-item > li,
.list.list-2-item > li {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.list.list-4-item > li {
  width: 25%;
}
.list.list-2-item > li {
  width: 50%;
}
.list.list-languages {
  text-align: center;
}
.list.list-languages > li {
  background-image: url('../../img/frontend/languages.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 79px;
  height: 79px;
  margin-bottom: 40px;
  margin-right: 23px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.list.list-languages > li.lang-dutch {
  background-position: -800px 0px;
}
.list.list-languages > li.lang-danish {
  background-position: -720px 0px;
}
.list.list-languages > li.lang-finnish {
  background-position: -640px 0px;
}
.list.list-languages > li.lang-spanish {
  background-position: -560px 0px;
}
.list.list-languages > li.lang-arabic {
  background-position: -480px 0px;
}
.list.list-languages > li.lang-french {
  background-position: -400px 0px;
}
.list.list-languages > li.lang-english {
  background-position: -320px 0px;
}
.list.list-languages > li.lang-swedish {
  background-position: -240px 0px;
}
.list.list-languages > li.lang-portugues {
  background-position: -160px 0px;
}
.list.list-languages > li.lang-german {
  background-position: -80px 0px;
}
.list.list-languages > li.lang-norwegian {
  background-position: 0px 0px;
}
.list.list-languages > li:last-child {
  margin-right: 0px;
}
.list.list-languages > li > .lang-info {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -25px;
}
.list.list-box {
  text-align: center;
}
.list.list-box.list-box-icons .box-icon-paperclip,
.list.list-box.list-box-icons .box-icon-arrows,
.list.list-box.list-box-icons .box-icon-bell {
  background-image: url(../../img/frontend/sprite.png);
  background-position: 0 -62px;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
.list.list-box.list-box-icons .box-icon-paperclip {
  background-position: 0 -62px;
}
.list.list-box.list-box-icons .box-icon-arrows {
  background-position: -65px -62px;
}
.list.list-box.list-box-icons .box-icon-bell {
  background-position: -127px -62px;
}
.list.list-meta-info {
  margin-top: 5px;
  position: static;
}
.list.list-meta-info > .meta-info-upload {
  font-size: 0.85em;
}
.list.list-meta-info > .meta-info-lang {
  opacity: 0;
}
.list.list-meta-info > .meta-info-lang .list-lang-small {
  margin-top: 5px;
  position: relative;
  height: 16px;
  overflow: hidden;
}
.list.list-meta-info > .meta-info-lang .list-lang-small:after {
  content: '';
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, #ffffff 67%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, #ffffff 67%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, #ffffff 67%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  position: absolute;
  height: 16px;
  width: 20px;
  top: 0px;
  right: 8px;
}
.list.list-meta-info > .meta-info-lang .list-lang-border li {
  border: 1px solid #adadad;
}
.list.list-meta-info > .meta-info-lang li {
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url(../../img/frontend/sprite.png);
  background-repeat: no-repeat;
}
.list.list-meta-info > .meta-info-lang li.lang-eng {
  background-position: 0 -121px;
}
.list.list-meta-info > .meta-info-lang li.lang-ger {
  background-position: -25px -121px;
}
.list.list-meta-info > .meta-info-lang li.lang-spa {
  background-position: -99px -121px;
}
.list.list-meta-info > .meta-info-lang li.lang-nor {
  background-position: 0 -121px;
}
.list.list-meta-info > .meta-info-lang li.lang-prt {
  background-position: 0 -121px;
}
.list.list-meta-info > .meta-info-lang li.lang-swe {
  background-position: -124px -121px;
}
.list.list-meta-info > .meta-info-lang li.lang-fre {
  background-position: -74px -121px;
}
.list.list-meta-info > .meta-info-lang li.lang-arb {
  background-position: -148px -121px;
}
.list.list-meta-info > .meta-info-lang li.lang-fin {
  background-position: 0 -121px;
}
.list.list-meta-info > .meta-info-lang li.lang-dan {
  background-position: 0 -121px;
}
.list.list-meta-info > .meta-info-lang li.lang-duc {
  background-position: 0 -121px;
}
.list.list-meta-info > .meta-info-lang li.lang-itl {
  background-position: -50px -121px;
}
.list.list-language-picker {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.list.list-language-picker > li {
  background-image: url('../../img/frontend/languages.png');
  background-size: 450px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  opacity: 0.4;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}
.list.list-language-picker > li:hover {
  opacity: 1;
}
.list.list-language-picker > li:last-child {
  margin-right: 0px;
}
.list.list-language-picker > li.lang-active {
  opacity: 1;
}
.list.list-language-picker > li.lang-eng {
  background-position: -164px 0px;
}
.list.list-language-picker > li.lang-ger {
  background-position: -41px 0px;
}
.list.list-language-picker > li.lang-spa {
  background-position: -99px 0px;
}
.list.list-language-picker > li.lang-nor {
  background-position: 0px 0px;
}
.list.list-language-picker > li.lang-prt {
  background-position: -82px 0px;
}
.list.list-language-picker > li.lang-swe {
  background-position: -123px 0px;
}
.list.list-language-picker > li.lang-fre {
  background-position: -205px 0px;
}
.list.list-language-picker > li.lang-arb {
  background-position: -246px 0px;
}
.list.list-language-picker > li.lang-fin {
  background-position: 0px 0px;
}
.list.list-language-picker > li.lang-dan {
  background-position: 0px 0px;
}
.list.list-language-picker > li.lang-duc {
  background-position: 0px 0px;
}
.list.list-language-picker > li.lang-itl {
  background-position: -50px 0px;
}
.list-collapse > li {
  border-top: 1px solid #fff;
  cursor: pointer;
}
.list-collapse > li .collapse-item-content {
  display: none;
  padding-left: 20px;
}
.list-collapse > li > a {
  display: block;
  padding: 10px;
  padding-left: 20px;
  color: #333;
}
.list-collapse > li > span {
  float: left;
  line-height: 2;
  margin-right: 10px;
  color: #3582c5;
  font-size: 1.4em;
  width: 12px;
  text-align: center;
}
.list-collapse > li > span:before {
  content: '+';
}
.list-collapse > li.active > span:before {
  content: '-';
}
.list-collapse > li.more-btn > a {
  color: #3582c5;
}
.list-collapse.list-dark > li {
  border-top: 1px solid #ededed;
}
.list-collapse.list-dark > li.active > a {
  color: #337ab7;
}
.slick-disabled {
  display: none;
  visibility: hidden;
}
/*
.slick-nav {
  border: 0px;
  padding: 0px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100%;
  background-color: #ddd;
  z-index: 10001;
}

.slick-nav.slick-nav-prev,
.slick-nav.slick-nav-next {
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}
.slick-nav.slick-nav-prev:before,
.slick-nav.slick-nav-next:before {
  content: '';
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: inline-block;
  margin-top: 3px;
  text-align: center;
}
.slick-nav.slick-nav-prev:before {
  content: '';
  border-right: 10px solid #3582c5;
}
.slick-nav.slick-nav-next {
  right: 0px;
}
.slick-nav.slick-nav-next:before {
  border-left: 10px solid #3582c5;
} */
.alert {
  background-color: #e47171;/*#31708f;*//*#c52c2c;*/
  margin-top: 10px;
  margin-bottom: 0px;
  border: 0px;
  color: #fff;
}

.reset-list, .clip-meta-info, .list {
    padding: 0px;
    list-style: none;
}

.wpml-top-box {
  position: relative;
  z-index: 999;
}

/*** Homepage animation ***/
.top-section-content .animated {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 160px !important;
  }
  /* Show 3rd slide on md  if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
  /* Show 2 slide on md  if col-md-4*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
  }

    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    } 
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/*MD*/
@media (min-width: 768px) {

  /* Homepage */
  .top-section-content .animated {
    z-index: 9995;
    position: absolute;
    top: 200px; /* 22% */
    text-align: left;
  }

  .homep p{
    margin-bottom: 37px;
  }

  /* Header */
  .wpml-top-box {
    top: 26px;
    position: absolute;
    right: 0; 
  }

  .wpml-top-box .wpml-ls-legacy-dropdown .wpml-ls-item {
	  display: none;
  }

  a.navbar-brand {
    margin-top: 0;
    padding: 0;
  }

    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
 
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
  
    .carousel-inner .carousel-item-next {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

.wpml-ls-statics-shortcode_actions {
	width: 116px;
	margin-top: 3px;
/* 	margin-bottom: 5px; */
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language {
	padding-bottom: 5px;
}

/*LG 6th*/
@media (min-width: 992px) {
	
a.navbar-brand img {
	width: 172.5px;
	height: 45.42px;
}

/* Homepage */
  .top-section-content .animated {
    top: 260px;
  }

  .menu-item {
    padding-right: 20px;
  }

  .wpml-top-box {
    top: 13px;
  }

  .wpml-ls-statics-shortcode_actions {
    width: 112px; /* 125px */
  }
	
	#main-top-nav .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
		margin-top: 10px;
	}

    /* show 4th item */
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/*LG 6th*/
@media (min-width: 991px) {
    /* show 5th and 6th item */
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      transition: none;
    }

    /*show 7th slide for animation when its a 6 slides carousel */
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item  + .carousel-item {
      position: absolute;
      top: 0;
      right: -16.666666666%;
      z-index: -1;
      display: block;
      visibility: visible;
    }
  
      /* forward direction > */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
  
    /* prev direction < last item animation fix */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
.carousel-control-prev {
    left: -78px;
}

.carousel-control-next {
    right: -78px;
}

div#carouselExample {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}

i.fa.fa-chevron-left.fa-lg.text-muted,.carousel-control-prev i, .carousel-control-next i{
    background: #ccc;
    padding: 20px;
    border-radius: 50px;
    color: white;
    color: white!important;
    font-size: 14px;
}
.carousel-inner.row.w-100.mx-auto {
    height: 180px;
}
.carousel-control-next, .carousel-control-prev{
  opacity: 5.5!important;
}
.carousel-item.col-12.col-sm-6.col-md-4.col-lg-3 {
    margin-bottom: 50px;
    background: none;
}

.channel-title a{
  font-size: 22px!important;
  font-family: Poppins-Light!important;
  float: left!important;
  color:black!important;
  margin-top:10px;
}

img.icon-channel {
    width: 23px;
    margin-top: -5px;
    margin-right: 9px;
}
/* 
i.fa.fa-chevron-left.fa-lg.text-muted:hover,i.fa.fa-chevron-right.fa-lg.text-muted:hover,button.slick-nav.slick-nav-prev.slick-arrow:hover,button.slick-nav.slick-nav-next.slick-arrow:hover {
    background: #0000CA;
} */
li.video-tags a {
    color: white!important;
}
.video-tags {
    display: inline-block;
    border: 1px solid #0000ca;
    background: none;
    color: #0000ca!important;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 10px;
    font-family: PoppinsMeduim;
    letter-spacing: 1px;
    font-size: 10px;
    border-radius: 0!important;
    margin-bottom: 10px;
	
	/* padding-right: 15px;
    padding-left: 15px;
	padding-top: 6px;
    padding-bottom: 6px;
	margin-right: 15px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	font-size: 12px; */
}

ul#tags {
    margin-top: 50px;
    margin-left: 14px;
}

p#description {
    font-size: 12px;
    font-family: Poppins !important;
    letter-spacing: 1px;
}
.ipad{
    background: url(assets/banner/blank-pad.png) no-repeat;
    padding: 0;
    height: 413px;
    margin-top: -46px;
    background-size: cover;
}

a.not-active.tag-label {
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 15px;
    font-weight: bold;
}
span#title {
    text-transform: uppercase;
    font-size: 16px!important;
    line-height: 20px;
    font-family: PoppinsBold;
}

nav.navbar.navbar-expand-lg.navbar-light.top-menu-items .menu-item {
    padding-left: 0!important;
    padding-right: 15px!important;
}

.discover-title p{
  font-size: 40px!important;
}

.wpcf7-not-valid-tip {
    color: blue;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-left: 18px;
}

#main-top-nav {
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-color: #FFF;
	padding-top: 20px;
	border-bottom: 1px solid #1f1f1f;
	-webkit-box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.2);
  padding-bottom: 15px;
  position: absolute;
  top: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}

.stick_the_nav {
  position: fixed !important;
  /* animation: slide-down 0.5s; */
  transform: translateY(0);
}

.hide_nav {
  position: fixed !important;
  /* animation: slide-up 0.5s; */
  transform: translateY(-100%);
}

#gtranslate_selector option {
/*	color:red !Important;
	padding-left: 15px !important;
	margin-left: 15px !important; */
	background-color: none !Important;
}

#foot-lang .notranslate {
	color: #FFF !important;
	font-size: 14px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	margin-left: -15px !important;
}
#foot-lang .notranslate option {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	
	color: #000 !important;
	font-size: 18px !important;
	margin-left: 20px !important;
	
	 padding: 2px 10px;
	padding-bottom: 10px;
}
#wpcf7-f709-o1 {}

.wpml-ls-native {
/*	content: none;
	padding-left: 0px !Important;
	margin-left: 0px !Important;
	text-decoration: none;
	float: left !important; */
}

.sub-menu {
	z-index: 99999;
	position: absolute;
	top: 40px;
	right: 0px;
	background-color: #FFF !important;
	/* padding 15px 15px !important; */
	padding-top: 15px !important;
	padding-left: 15px;
	padding-bottom: 25px !important;
	border: 1px solid #1F1F1F;
	margin-top: 0px !important;
	display: none;
}

.sub-menu li {
	text-decoration: none;
	text-align: left;
	clear: both !important;
	list-style: none !important;
}
/*.wpml-ls-native:hover + .sub-menu {} */

#menu-top-menu li {
	display: inline;
/*	float: left; 
	background-color: red;
	padding-right 25px !Important;*/
}

.bottom-edge-shadow {
	border-bottom: 1px solid #1f1f1f;
	-webkit-box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.2);
box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.2);
	
}
#home-nav2 {
  padding-top: 20px;
  margin-top: 10px;
	margin-right: -20px;
	padding-left: 5px;
	color: #1F1F1F !important;
}
#home-nav2 ul li {
	display: inline !Important;
	color: #1F1F1F !important;
}
#home-nav2 ul li a {
	display: inline !Important;
	color: #1F1F1F !important;
/*	font-size: 16px; */	
}
body {
  margin: 0px;
  padding-top: 130px;
}

#menu-item-wpml-ls-7-en {
/*	position: absolute;
    top: 0px;
    right: 0px;	 */
}

#top-login-signup-btns ul {
	list-style: none; display: inline;
	padding: 0 15px;
	/* display: grid;
  grid-template-columns: auto auto; */
  display: flex;
  justify-content: flex-end;
}

#top-login-signup-btns ul li {
  border: none;
  padding: 0px;
}

.login-btn-home {
  background: none !important;
  border: none !important;
  color: #1F1F1F !important;
  border-radius: 55px!important;
  font-size: 15px!important;
  padding: 8px 14px;
  color: black;
  padding-left: 25px;
  padding-right: 25px;
  letter-spacing: 2px;
  font-family: Poppins;
  font-weight: bold;
	float: left;
}
.signup-btn-home {
	background: #1F1F1F!important;
  border: #1F1F1F!important;
  color: white!important;
  border-radius: 55px!important;
  font-size: 15px!important;
  padding: 8px 25px;
  color: black;
  letter-spacing: 2px;
  font-family: Poppins;
  font-weight: bold;
	float: right;
}

#navbarSupportedContent ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
#navbarSupportedContent ul li {
  padding-left: 0!important;
  padding-right: 52px!important;
}

#main-top-nav .container {
  position: relative;
}

@media (max-width: 1199px){  /* 1199 */
  #main-top-nav {
    padding: 0 0 25px;
  }
	.wpml-top-box .wpml-ls-statics-shortcode_actions {
		float: right;
  }
  .navbar-mobile {
    width: 100%;
    z-index: 998;
  }
  .navbar-mobile button {
    position: absolute;
    right: 15px;
    top: -34px;
  }
  .text-boxed {
    /* height: 118px; */
    font-size: 10.5px;
  }
}
@media screen and (min-width: 992px){
	#menu-top-menu {
    margin-right: 80px;
  }
}
@media screen and (min-width: 1200px){

	/* Homepage */
  .top-section-content .animated {
    top: 420px;
  }
  .btn-creators,.btn-media {font-size: 14px;}
	#menu-top-menu {
		/* display: block; */
    /* width: 510px; */
  }
  #menu-top-menu li {
    /* display: block; */
    padding-right: 24px; 
    padding-bottom: 0;
    text-align: right;
  }
  .menu-item {
    padding-left: 17px;
    padding-right: 18px;
  }
  .wpml-top-box {
    top: 0;
  }
  #main-top-nav .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    margin-top: -5px;
  }
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 0
	}
}
@media screen and (min-width: 1920px){  /* 1199 */

	/* Homepage */
  .top-section-content .animated {
    margin-left: -80px;
  }
	
}

@media screen and (max-width: 375px) {
	#home-nav2 {
		background-color:;
		display: block;
		clear: both !important;
  }
  .text-xs-centerX {
    text-align: center !important;
  } 
}
@media (max-width: 580px) {
	.col-lg-6X {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}


#video-overlay-text {
	color: white;
	z-index: 1000; 
	position: absolute; 
	max-width: calc(45% + 90px); 
	height: auto; 
	background: rgba(0,0,0,0.5); 
	padding: 25px; 
	margin-top: 20% !important; 
	padding-left: calc(15% + 90px);	
}

@media screen and (max-width: 1024px) {
	#video-overlay-text {	
		width: 100% !important;
		/*	background-color: red !important; */
		padding-left: 15%;
		margin-top: 5% !important; 
		line-height: normal !important;
		padding: 25px;
	}
	
	#video-overlay-text h2 {
		line-height: normal !important;
		font-size: 18px !important;
	}
	
	#trending-player {
		background-color: #dae1fe; /* F1f1f1 */
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: auto !important;
		color: #f1f1f1;
  	}
  
  #top-login-signup-btns ul {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: unset;
  }
}

#pad-frame {
	width: 100%; 
	height: 420px; 
	background-image: url('./assets/banner/black_pad_4.png'); 
	background-repeat: no-repeat;
	background-size: contain; 
	background-position: center;
	opacity: 0;
	margin-top: 25px;
}

.opacity-1 {
	opacity: 1 !important;
}

video {}
.play-v-adjuster {
	margin-top: -39px; 
	
}
.vid-container-frame {
  width: 100%;
  min-height: 300px;
  margin: 0px auto; /* width: 88.2%; height: 66.6%; margin: 0px auto; */
}

.vid-clip{
	/* width: 100%; 
	height: 200px; 
	padding-top: 70px !important; */
}

.center-it{
	display: block; margin-left: auto; margin-right: auto; width: 477px; /* 91% */
}

.meta-info-desc p {
  overflow: hidden;
  max-width: 220px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-boxed {
	overflow: hidden;
	max-width: 100%;
	/* height: 145px; */
	height: calc(100% - 55px);
	/* display: -webkit-box;
	-webkit-line-clamp: 5;
  -webkit-box-orient: vertical; */
  font-size: 9.5px;
  padding-right: 10px !important;
  text-align: justify;
  word-break: break-all;
	-ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.slide div .text-boxed {
  opacity: 0;
  visibility: visible;
  padding: 10px;
  background-color: rgba(92, 91, 87, 0.9);
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
.slide div .text-boxed.active,
.slick-desktop .slide:hover .text-boxed{
  visibility: visible;
  opacity: 1;
}

.icon-email {}

#pub-cont {}

.owl-controls {
  display: none;
}

/*** Mobile banner ***/
.banner-mobile {
  position: relative;
  padding: 30px 0;
  height: 590px;
  overflow: hidden;
}
.banner-mobile > img {
  position: relative;
  z-index: 5;
}
.banner-bg {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
.banner-bg img {
  height: 705px;
  width: 1135px;
  position: absolute;
  top: -39px;
  left: -570px;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.banner-mobile:after {
  /* content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #FFF;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1; */
}
.banner-info {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  color: #FFF;
  text-shadow: 2px 0px 5px rgba(150, 150, 150, 1);
  font-size: 12px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.banner-date-time {
  min-height: 55px;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.banner-date-time.show {
  opacity: 1;
}
#bannerTime {
  font-size: 25px;
}
#bannerWeather {
  height: 25px;
}
.banner-playbtn {
  margin-top: 45px;
}
.banner-playbtn,
.banner-playbtn img {
  opacity: 0;
}

@keyframes zoomOutIn {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.zoomOutIn {  
  animation: 1s ease-in-out zoomOutIn;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideInFromLeft {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1.5s ease-in-out slideInFromLeft;
}

.banner-bg img.slideInFromLeft,
.banner-playbtn img.zoomOutIn,
.banner-playbtn.zoomOutIn{
  opacity: 1;
}

.banner-play-btn {
  width: 60px;
  height: 60px;
	/*  background: radial-gradient( rgba(255, 0, 128, 0) 50%, rgba(233, 233, 233, 1) 55%); */
	border: 8px solid #FFF;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
 /* box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8); */
 /* animation: pulse 1s linear infinite; */
  
	
}
.banner-play-btn,.banner-play-btn::after{

  -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;	
}
/* triangle */
.banner-play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #FFF;
  z-index: 100;
}

@keyframes pulse {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 0.99;
	}
}

/* pulse wave */
/* .banner-play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -30%;
  left: -30%;
  background: rgba(198, 16, 0, 0);
} 

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
} */

/* 768 */
@media screen and (min-width: 768px) { 
	#home-nav2 {
    padding-top: 0;
  }
  #top-login-signup-btns {
    margin-left: -26px;
    margin-top: 10px;
  }
  .login-btn-home {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) { 
  #home-nav2 {
    margin-right: 0;
  }
  #home-nav2 .menu-item:last-child {
    padding-right: 0;
  }
  #top-login-signup-btns {
    margin-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
  .login-btn-home {
    padding-left: 25px;
  }
  #top-login-signup-btns ul {
    padding-right: 0;
  }
	.main_video_player {
		width: 474px!important;
/* 		height: 360px !important; */
		padding-top: 79px;
	}
}
@media screen and (min-width: 1200px){
  .main_video_player {
    width: 568px !important; /* 498px */
    padding-top: 51px;
  }
	.center-it {
		width: 568px;
	}
}


@media screen and (max-width: 1024px) {  /* @ 1024: video size 480x360 */
	#pad-frame { 
		width: 480px; 
		height: 360px; 
	}	
	.play-v-adjuster {
		margin-top: -49px; 
  }
  .vid-container-frame {
    margin-top: 0;
  }
  .main_video_player {
    width: 428px!important;
	/* max-width: 428px !important; */
    height: 342px !important;
    padding-top: 59px;
  }
	
	.text-boxed {
    /* height: 119px; */
    font-size: 10px;
	}
}

@media screen and (max-width: 991px) { /* @ 990: video size: 640x480 */
	#pad-frame {
    /* background-image: url('./assets/banner/blank-pad_2.png');  */
    background: none;
	width: 640px; 
    height: 320px; /* 480px */
    margin: 0 auto 30px !important;
  }
	.play-v-adjuster {
		margin-top: -39px; 
  }
  .main_video_player {
    width: 480px !important; 
    height: 320px !important;
    padding-top: 50px;
  }

	.text-boxed {
    /* max-width: 170px !important;
    height: 120px; */
    font-size: 12px; 
  }
}

@media (max-width: 767px) { /* @ 770: video size 480x360 */
  body {
    padding-top: 70px;
  }

	#pad-frame {
    /* background-image: url('./assets/banner/blank-pad_2.png');  */
		width: 510px; 
		height: 330px; 
  }
	.play-v-adjuster {
		margin-top: -49px; 
  }
  .main_video_player {
    width: 480px !important;
    height: 320px !important;
    padding-top: 50px;
  }

  .tag-infos li {
		font-size: 8px;
    padding: 5px;
    margin-bottom: 10px;
	}
  
  .wpml-top-box {
    width: 115px;
    height: 30px;
    margin-bottom: 20px;
    position: absolute;
    top: 17px;
    right: 80px;	
    z-index: 999;
  }

  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 20px !important;
  }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle i {
    position: absolute;
    top: 2px;
    right: 7px;
  }

  .section-spacer {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
	
	/* Channerls Containers - How it works carousel */
	.text-boxed {
    /* height: 130px; */
    font-size: 8px !important;
	}
	
	.slide div .text-boxed   {
	 /*	opacity: 0;
  		visibility: hidden;
 		  padding: 10px;
  		background-color: rgba(92, 91, 87, 0.9);
  		-webkit-transition: opacity 600ms, visibility 600ms;
  		transition: opacity 600ms, visibility 600ms; */
	
	}
	.slide:hover div .text-boxed   {
  		/* visibility: visible;
  		opacity: 1; */
  }
}

@media (max-width: 569px) {
  .vid-container-frame {
    width: 100%;
  }
}

@media (max-width: 414px) { /* @ 414: iphone 6/7/8 plus */
  .text-boxed {
    /* height: 190px; */
    font-size: 13px !important;
  }

  .vid-container-frame {
    width: 89% !important;
  }

  #pad-frame {
    width: 100%; /* 350px */
    height: 250px;
  }

  .main_video_player{
    padding-top: 40px;
    width: 315px !important;
    height: 220px !important;
  }
}

@media (max-width: 375px) { /* @ 375: video size 100% */
	
	.play-v-adjuster {
		/*margin-top: -79px;  */
	}
	
	.mejs__videoX {
		width: 100% !important;
		height: auto !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.main_video_player{
    padding-top: 30px;
    width: 278px !important;
  }
  
  #pad-frame {
		/* width: 320px; */ 
		height: 190px; 
		margin-bottom: 0px;
		position: relative !important;
	}
	
	#pad-frame {
		/* margin-top: 0px !important;
		background-image: none !important; 
		width: 100% !important; 
    min-height: 100px; 
    padding-top: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    left: 0;
    right: 0;	 */
	}
	
	.vid-container-frame {
		width: 100% !important; 
		min-height: 100px;
		float: left;
		padding-top: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		left: 0 !important;
		right: 0 !important;
	
	}
	
	.vid-clip{
    width: 100% !important; 
    min-height: 100px; 
    padding-top: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    left: 0;
    right: 0;
	}
	.center-it{
    padding-top: 0px !important;
    display: block; margin-left: auto; margin-right: auto; width: 100% !important;
	}
	
	.mejs__controls {
		position: absolute !important;
		bottom: 0 !important;		
	}
	
	.videoPlayer, #videoPlayer {
		padding-top: 0px !important;
		margin-top: 0px !important;
  }
  
	.order-lg-12, .order-lg-1 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	/* Channerls Containers - How it works carousel */
	
	.text-boxed {
    /* height: 145px; */
    font-size: 10.5px !important;
	}
	
	.slide div .text-boxed   {
	 /*	opacity: 0;
  		visibility: hidden;
 		padding: 10px;
  		background-color: rgba(92, 91, 87, 0.9);
  		-webkit-transition: opacity 600ms, visibility 600ms;
  		transition: opacity 600ms, visibility 600ms; */
	
	}
	.slide:hover div .text-boxed   {
  		/* visibility: visible;
  		opacity: 1; */
	}
}

@media screen and (max-width: 321px) { /* @ 375: video size 100% */
  .text-boxed {
    /* height: 137px; */
    font-size: 9px;
  }

  .main_video_player{
    width: 260px !important;
    margin: 0;
	}
}
.footer {
	background-color: #dae1fe; /* ededed; */
  	color: #0000ca;
	padding: 15px;
}
#footer-box-container .row div h2 {
	font-family: PoppinsBold;
	font-size: 18px !important;
	color: #0000ca;
}
#footer-box-container a {
	color: #0000ca;
}
#footer-box-container .row div .foot-navs li a {
	font-size: 14px !important;
	color: #0000ca;
}
.footer-contact {
  font-size: 14px;
  line-height: 1.5;
}
.footer-contact p {
  margin-bottom: 3px;
  padding-left: 25px;
}
.menu-set-a, .menu-set-b li a {
	color: #1F1F1F !Important;
}

#footer-box-container .row div .foot-navs li {
	text-decoration: none;
	list-style: none;
	margin-left: -40px;
	padding-left: 0px;
	color: #0000ca;
}
.copy-text-white a {
	color: white;
}
.gmaps_link {
  display: inline-block;
  color: #0000ca;
}

#home-banner {
	background-image: url('/wp-content/uploads/2020/10/home_banner_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: calc(100vh - 190px);
}
#trending-player {
	background-color: #dae1fe; /* 1f1f1f */
	color: #212529;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  /* min-height: calc(100vh - 190px); */
  padding-top: 50px;
}
#trending-player h2 {
	color: #212529;
}
#trending-player p {
  text-align: justify;
  color: #212529;
}

.section-spacer {
	margin-top: 100px;
	margin-bottom: 100px;
}

.section-spacer-padding {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
	padding-top: 75px !important;
	padding-bottom: 75px !important;
	
}
.no-bottom-margin {
	margin-bottom: 0px !important;
}
.no-top-margin {
	margin-top: 0px !important;
}
.no-top-padding {
	padding-top: 0px !important;
}
.no-bottom-padding {
	padding-bottom: 0px !important;
}
.row.text-center > div {
    display: inline-block;
    float: none;
}

.background-f1f4f4 {
	background-color: #f1f4f4;
}
.background-1f1f1f {
	background-color: #1f1f1f;
}

#menu-main-menu-2 .current-menu-item a {
/*	padding-left: 0px;
	padding-right: 0px;  */
	font-size: 16px !important;
	background-color: ;
}
.wpml-ls-item-toggle {
	background-color: none !important;
	border: none !important;
	margin-top: -3px;
}
.wpml-ls-native {
	background-color: none;
	font-size: 16px !important;
	font-family: Poppins;
	text-align: right !important;
}
.js-wpml-ls-item-toggle::after {
	content: '' !important;
	background-color: red !important;
	background-image: none !important;
	border: none !important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 0;
  text-align: right;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  text-align: left;
}

#foot-lang .wpml-ls-statics-shortcode_actions ul li a span {
 	background-color: none !important;
	color: #0000ca !important;
}
#foot-lang .wpml-ls-statics-shortcode_actions ul li a {
 background-color: #dae1fe !important;
 text-align: left;
}
#foot-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding: 0;
}
#foot-lang .wpml-ls-statics-shortcode_actions ul .wpml-ls-sub-menu {
	z-index: 99991;
	position: absolute;
	top: 28px;
	background-color: red !important;
	color: red !important;
}
#foot-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle i {
  position: relative;
  top: 2px;
  right: 0px;
}

.content-icon-4 {
	width: 100%; height: 280px; border-top: 1px solid #0000CA; border-bottom: 1px solid #0000CA; padding-top: 30px; padding-bottom: 20px;
}


.mejs__overlay-button {
	z-index: 9999989 !important;
}

html, body {
  overflow-x:hidden 
} 

/*  ----- Carousel stuff ------ */
.img-thumbnail {
	padding: 0px !important;
}

.video-wrapper {
  position: relative;
  
  	border-radius: 8px 8px 8px 8px !Important;
-moz-border-radius: 8px 8px 8px 8px !Important;
-webkit-border-radius: 8px 8px 8px 8px !Important;
}
.video-wrapper .video-time {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10000;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2px 5px;
  font-size: 0.85em;
}
.video-wrapper.video-wrapper-small {
  padding: 9px;
  border: 1px solid #fff;
  
-webkit-transition: height 300ms ease-out;
-moz-transition: height 300ms ease-out;
-ms-transition: height 300ms ease-out;
-o-transition: height 300ms ease-out;
transition: height 300ms ease-out;

}
.video-wrapper.video-wrapper-small .video-js .vjs-big-play-button {
  display: none;
  visibility: hidden;
}
.video-wrapper.video-wrapper-small:hover img ul li {
/*  border-color: #3582C5;
border-radius: 8px 8px 8px 8px !Important;
-moz-border-radius: 8px 8px 8px 8px !Important;
-webkit-border-radius: 8px 8px 8px 8px !Important;
-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; */
	border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  display: inline-block;*/
  margin-top: 3px;
  text-align: center;
	content: url('/css/frontend/rh_arrow.png');
}

.video-wrapper:hover img  {
	border: none !Important;
	/*	 display: none !Important; */
	-webkit-filter: brightness(40%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-wrapper:hover .play-icon-overlay {
 display: block;
 -webkit-filter: brightness(90%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
 transition: all 1s ease;
}

.video-wrapper.video-wrapper-small:hover .video-js .vjs-big-play-button {
  display: block;
  visibility: visible;
}
.video-wrapper.video-wrapper-small:hover .video-js.vjs-playing .vjs-big-play-button {
  display: none;
  visibility: hidden;
}
.video-wrapper.video-wrapper-small:hover .meta-info-lang {
  opacity: 1;
}
.video-wrapper.video-wrapper-promo .video-js.vjs-playing + .list-meta-info {
  display: none;
  visibility: hidden;
}
.video-wrapper.video-wrapper-promo .list-meta-info {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
}
.clip-item-link,.clip-item-link:hover {
	color:inherit;
  text-decoration: none;
}

.video-wrapper.video-wrapper-promo  .meta-info-time {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  padding: 2px 6px;
  font-size: 0.8em;
  opacity: 0.85;
}
.video-wrapper.video-wrapper-promo  .meta-info-lang {
  bottom: 0px;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px 10px 10px;
}
.video-wrapper.video-wrapper-promo  .meta-info-lang .list-lang-small:after {
  display: none;
  visibility: hidden;
}
.video-wrapper.video-wrapper-promo:hover .meta-info-lang {
  opacity: 1;
}
.video-js {
  width: 100%;
  border: 1px solid #333333;
}
.video-js .vjs-big-play-button {
  height: 2.6em;
  width: 2.6em;
  border-radius: 50%;
  z-index: 2;
  font-size: 1.5em;
  cursor: pointer;
  margin: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  border: 2px solid #fff;
  opacity: 0.7;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 0px;
  height: 0px;
  top: 0.7em;
  left: 0.85em;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.8em solid white;
  position: absolute;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: '';
}
.video-js:hover .vjs-big-play-button {
  opacity: 1;
}
.video-wrapper .play-icon-overlay {
	width: 100%;
	height: 100%;
	background-image: url('./assets/css/play_icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
	z-index: 99;
	position: absolute;
	float: left;
	margin-left: -10px;
}
.box-body .container, .carouselv2 {
 	/* background-color: #00FF00 !Important; */
	 border: 1px solid #acacac;
 	border-radius: 25px 25px 25px 25px !Important;
	-moz-border-radius: 25px 25px 25px 25px !Important;
	-webkit-border-radius: 25px 25px 25px 25px !Important;
	padding-top: 20px;

}
.carouselv2{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.video-wrapper img {
	border: none !Important;
	-webkit-filter: brightness(100%);
}

.video-wrapper img: hover {
display: none !Important;

content: url('./assets/css/rh_arrow.png');

	-webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.slick-disabled {
/*  display: none;
  visibility: hidden;   Face-lift  */
  background-color: #c7c7c7 !Important;
}
.slick-nav {
  border: 0px;
  padding: 0px;
  background-color: #0000ca;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100%;
  color: #FFF !Important;
  z-index: 995;
}
.slick-nav.slick-nav-prev {
 z-index: 994; 
 position: absolute;
float: right;
 margin-left: -37px;
 margin-top: 20px;
}
.slick-nav.slick-nav-prev,
.slick-nav.slick-nav-next {
  transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  width: 45px !Important;
  height: 45px !Important;
  border-radius: 25px 25px 25px 25px !Important;
-moz-border-radius: 25px 25px 25px 25px !Important;
-webkit-border-radius: 25px 25px 25px 25px !Important;
/* color: #0000ca !Important;
 background-color: #0000ca !Important;*/
 z-index: 993; 
 position: absolute;
float: right;
 margin-right: -37px;
 margin-top: 20px;
}
.carousel-v2{
 	margin-right: -25px !important;
}

@media screen and (max-width: 767px) { /* @ 767: video size 100% */
	.carousel-v2{
 		margin-right: 0px !important;	
	}
}
@media screen and (max-width: 375px) { /* @ 375: video size 100% */
	.carousel-v2{
 		margin-right: -1px !important;	
	}
}

.slick-nav.slick-nav-prev:before,
.slick-nav.slick-nav-next:before {
  content: url('./assets/css/rh_arrow.png');
/*  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  display: inline-block;*/
  margin-top: 3px;
  text-align: center;
}
.slick-nav.slick-nav-prev:before {
  content: url('./assets/css/lh_arrow.png');
 /*  border-right: 10px solid #3582c5; */
}
.slick-nav.slick-nav-next {
  right: 0px;margin-left: 100px !Important;
 /* background-color: #0000ca !Important;  this is the arrow Bg color */
  
}
.slick-nav.slick-nav-next:before {
  /* border-left: 10px solid #3582c5; */
}

@media (max-width: 767px) {

	.slick-nav.slick-nav-prev {
		 margin-left: -15px;
		 margin-top: 20px;
		 border-radius: 0px 20px 20px 0px !Important;
		 -moz-border-radius: 0px 20px 20px 0px !Important;
		 -webkit-border-radius: 0px 20px 20px 0px !Important;
	}

	.slick-nav.slick-nav-next {
		margin-right: -15px;
		margin-top: 20px;
		border-radius: 20px 0px 0px 20px !Important;
		 -moz-border-radius: 20px 0px 0px 20px !Important;
		 -webkit-border-radius: 20px 0px 0px 20px !Important;
	}
	
	.navbar-header {
		margin-right: 20px !Important;
	}
	
	.clip-area {
	/*	margin-top: 110px !Important;
		 height: calc((100vw - 20px) * 0.5); */
	}
	.intro-area {
		margin-top: 0px !Important;
	}
}

:focus {
outline: none;
}

.center{
	display: block; margin-left: auto; margin-right: auto; width: 50%;
}
#contact-form-group p span input, #signup-form-group p span input, #looking-form-group  p span input {
	width: 100% !important;
	
}
h3{
	font-size: 24px!important; line-height: normal;
}


/* GDPR */
div#cmplz-document a {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 3px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    color: black;
    margin-top: 0px;
    margin-right: 5px;
}
#cmplz-document {
    font-size: 25pxrem !important;
    margin-left: 20px;
}

#cmplz-document h2 {
    font-size: 24px !important;
    font-weight: bold;
}

#cmplz-document h3 {
   ont-size: 20px !important;
    font-weight: bold;
}
#cmplz-document h4, h5 {
    font-size: 15px !important;
    font-weight: bold;
}
#cmplz-cookies-overview .cookies-per-purpose
{
border: 1px solid;
}
.cookies-per-purpose div {
    border: 1px solid;
    background: #f2f2f2;
    color: #000;
    padding: 15px;
}

ul.job_listings li.job_listing {
	min-height: 72px;
}


/*** Floating Video for Trending Stories ***/
@media screen and (min-width: 768px) {
	#main_video_player {
	  transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
	}
	/** Use .sticky */
	#main_video_player.is-sticky {
	  position: fixed;
	  top: 115px;
	  left: auto;
	  right: 15px;
	  max-width: 320px;
	  max-height: 180px;
	  width: 320px;
	  height: 180px;
	  z-index: 9999;
	}
	#main_video_player.is-sticky .videoPlayer,
	#main_video_player.is-sticky video {
		width: 320px !important;
		height: 180px !important
	}
}
