*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}
* {
	font-family: 'Poppins';
}
p { margin-bottom: 15px; }
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0px;
  -ms-interpolation-mode: bicubic;
}
.reset-list,
.clip-meta-info,
.list {
  padding: 0px;
  list-style: none;
}
.navbar-basic {
  border: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}
.navbar-basic .navbar-nav.nav-main {
  margin-top: 1px;
}
.navbar-basic .navbar-nav.nav-main > li.active > a {
  background-color: #2c2c2c;
  color: #fff; 
  letter-spacing: 1px;
  max-width:250px;
}
.navbar-basic .navbar-nav.nav-main > li > a {
  background-color: none;
  color: #2c2c2c;
  font-size: 0.85 !important;
  letter-spacing: 1px;
  padding-left:5px;
}
.navbar-basic .navbar-nav.nav-main {
  padding: 5px 15px;
  margin: 7.5px 0;
}
.navbar-basic .nav-main-channels > li {
  float: left;
  width: 50%;
}
.navbar-basic .navbar-nav.nav-main > li > a {
  text-transform: uppercase;
  padding: 3px 0;
  /* background: rgb(2,0,36); background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(198,247,255,1) 86%, rgba(184,229,255,1) 100%);   Update gradient BG */
}
.navbar-basic .navbar-nav > li.user-link > a {
  color: #0000CA; /* 3582c5 */
  text-decoration: underline;
}
.second-part-item.languages-btn {
  display: none;
}
.navbar-basic .nav-second-part {
  float: none;
  line-height: 3.444;
}
.navbar-basic .nav-second-part .second-part-item {
  display: inline-block;
  margin-right: -4px;
  line-height: 3.444;
}
.navbar-basic .nav-second-part .second-part-item.filter-btn {
  display: block;
}
.navbar-basic .nav-second-part .search-btn {
  position: relative;
  margin-left: 0px;
}
.navbar-basic .nav-second-part .search-btn > a {
  display: block;
  padding-right: 25px;
  color: #999;
  text-transform: uppercase;
}
.navbar-basic .nav-second-part .search-btn:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../../img/frontend/sprite.png');
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  background-position: 0px -36px;
}
.nav .open > a.check-all-languages {
  background-color: #fff;
  color: #e47171;
}
.navbar-reduced .user-link,
.navbar-reduced .include-last + li,
.navbar-reduced #navbar,
.navbar-reduced .nav-second-part,
.navbar-reduced .navbar-toggle {
  display: none;
  visibility: hidden;
  opacity: 0px;
}
.navbar-header {
  /* margin-top: 10px; */
  height: auto;
}
.navbar-brand {
  /* margin-top: 10px; */
  padding: 0;
  height: auto;
  max-width: 230px;
}
.navbar-brand > img {
  max-width: 173px;
}
.filter-btn .dropdown.open .dropdown-toggle {
/*   border: 1px solid #ededed;
  background-color: #fff;
  border-bottom: 0px;    --- Face-lift language checkboxes */
}
.filter-btn .dropdown .dropdown-toggle {
/*  display: inline-block;
  padding: 10px;
  line-height: 1.999;
  border: 1px solid #fff;
  border-bottom: 0px;
  color: #333;     --- Face-lift language checkboxes */
  color: #1F1F1F !Important;
	
  text-transform: uppercase;
  text-decoration: none;
}
.filter-btn .dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.filter-btn .dropdown .dropdown-menu {
  margin-top: 0px;
  border-radius: 0px;
  border: 1px solid #ededed;
  border-top: 0px;
  border-bottom: 2px solid #4189c8;
}
.check-all-languages {
/*  display: inline-block;
  padding: 10px 15px;
  line-height: 1.999;
  margin-left: -4px;
  border-left: 1px solid red;
  background-color: #fff;
  color: #e47171; */
  color: #1F1F1F !Important;
	text-transform: uppercase;
}
.dropdown-menu.extended {
  min-width: 321px;
}
.dropdown-menu > .row {
  margin-right: 15px;
  margin-left: -5px;
}
.dropdown-menu > .row > .col-md-6 {
  padding-right: 15px;
  padding-left: 5px;
}
.language-switcher-list {
  padding-left: 8px;
    margin-bottom:0px !important;

}
.language-switcher-list > li {
  line-height: 2;
  padding-left: 20px;
  position: relative;
  display: table;
}
.language-switcher-list > li > .lang {
  background-image: url('../../img/frontend/sprite.png');
  width: 18px;
  height: 14px;
  display: block;
  background-color: #000;
  border: 1px solid #333;
  position: absolute;
  top: 3px;
  left: 18px;
}
.language-switcher-list > li > .lang.lang-eng {
  background-position: -2px -122px;
}
.language-switcher-list > li > .lang.lang-spa {
  background-position: -100px -122px;
}
.language-switcher-list > li > .lang.lang-itl {
  background-position: -221px -122px;
}
.language-switcher-list > li > .lang.lang-swe {
  background-position: -125px -122px;
}
.language-switcher-list > li > .lang.lang-fre {
  background-position: -76px -122px;
}
.language-switcher-list > li > .lang.lang-ger {
  background-position: -26px -122px;
}
.language-switcher-list > li input[type="checkbox"] {
  position: absolute;
  left: 0px;
  top: 0px;
}
.language-switcher-list > li input[type="checkbox"] + label {
  margin-bottom: 0px;
  line-height: 1.6;
  display: table-cell;
  font-weight: 400;
  font-size: 0.95em;
}
.nav.nav-language-switcher .open > a,
.nav.nav-language-switcher .open > a:focus {
  background-color: #fff;
  
}
.nav.nav-language-switcher .open .dropdown-menu {
  min-width: 100%;
}
.scrolled-nav,
.scrolled-nav.navbar-collapse.collapse {
  overflow: hidden !important;
  height: 49px !important;
  position: relative;
  padding: 0px 0px !important;
}
.scrolled-nav .scrolled-nav-list {
  width: 100%;
  overflow: hidden !important;
  white-space: nowrap;
}
.scrolled-nav .scrolled-nav-list > li {
  float: none;
  display: inline-block;
}
.scrolled-nav .scrolled-nav-list.overflowed:before {
  content: '';
  display: block;
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: 0px;
  z-index: 3;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
.scrolled-nav .scrolled-nav-actions {
  width: 70px;
  height: 41px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  padding: 0px;
  list-style: none;
  display: none;
}
.scrolled-nav .scrolled-nav-actions > li {
  display: inline-block;
  width: 35px;
  margin-right: -3px;
  text-align: center;
  background: #ededed;
  height: 100%;
  line-height: 2.4;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
}
.scrolled-nav .scrolled-nav-actions > li.right {
  border-left: 1px solid #fff;
}
.scrolled-nav .scrolled-nav-actions > li.right:before {
  content: '';
  font-size: 0;
  width: 0px;
  height: 0px;
  border-left: 7px solid #999;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.scrolled-nav .scrolled-nav-actions > li.right.pressed:before {
  border-left-color: #3582c5;
}
.scrolled-nav .scrolled-nav-actions > li.left:before {
  content: '';
  font-size: 0;
  width: 0px;
  height: 0px;
  border-right: 7px solid #999;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.scrolled-nav .scrolled-nav-actions > li.left.pressed:before {
  border-right-color: #3582c5;
}
@media (max-width: 767px) {

	body {
		/* padding: 5px;
		margin: 10px; */
	}
  .scrolled-nav {
    padding-right: 0 !important;
  }
  .scrolled-nav,
  .scrolled-nav.navbar-collapse.collapse {
    height: auto !important;
  }
  .scrolled-nav-list {
    overflow: unset !important;
    width: auto !important;
  }
  .scrolled-nav-list > li {
    display: block !important;
  }
  .scrolled-nav-actions {
    display: none !important;
  }
  .nav.nav-main.navbar-nav.nav-main-channels>li>a{
    font-size:0.85em !important;
    padding-left:5px !important;
  }
  
}
@media (min-width: 768px) {
  .area-inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .navbar-basic .navbar-nav > li.include-last {
    /* margin-left: 30px; */
  }
  .navbar-basic .navbar-nav > li.include-last,
  .navbar-basic .navbar-nav > li.include-last + li {
    background-color: none; /* #ededed;   -- face-lift -- */
  }
  .navbar-basic .navbar-nav > li.user-link > a:hover {
    text-decoration: none;
  }
  .navbar-basic .navbar-nav.nav-main > li > a {
    padding: 5px 10px 0px 7px;
    border: 1px solid #999;
    color: #999;
    border-bottom: 0px;
    margin: 0px 2px 0 0px;
    text-transform: uppercase;
    font-size: 0.65em !important; /* 12px */
    border-radius: 10px 10px 0px 0px !Important;
    -moz-border-radius: 10px 10px 0px 0px !Important;
    -webkit-border-radius: 10px 10px 0px 0px !Important;
    background-color: none;
    background: none !Important;
    letter-spacing: 1px;
    min-width: 100px;
    text-align: center;
  }
  .navbar-basic .navbar-nav.nav-main > li > a:hover {
    background-color: #fff;
    border-color: #acacac;
    /* color: #3582c5; */
    background-color: #e9e9e9;
    background: #e9e9e9 !Important;
    color: #1f1f1f !Important;
    border-radius: 10px 10px 0px 0px !Important;
    -moz-border-radius: 10px 10px 0px 0px !Important;
    -webkit-border-radius: 10px 10px 0px 0px !Important;	
  }
  .navbar-basic .navbar-nav.nav-main > li.active > a {
   /* padding: 10px 15px;
     padding-top: 10px; */
    font-family: Poppinsmedium !Important;
    background-color: #2c2c2c;
    background: #2c2c2c !Important;
    color: #E9E9E9 !Important;
    
  }
  .navbar-basic .nav-second-part {
    float: right;
  }
  .navbar-basic .nav-second-part .second-part-item.filter-btn {
    display: inline-block;
  }
  .navbar-basic .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  #navbar {
    /*border-top: 1px solid #1f1f1f;*/
  }
  .filter-btn {
    display: inline-block;
  }
  .scrolled-nav {
    padding-right: 70px !important;
  }
}
.user-link > span {
  display: inline-block;
  padding-top: 15px;
  padding: 15px;
  padding-right: 0px;
  margin-right: -4px;
}
.user-link > span + a {
  display: inline-block;
  padding-left: 10px;
}
.clip-published {
  color: #0000ca; /* face-lift #e47171; */
 
  margin-bottom: 15px;
}
.clip-area {
  min-height: 530px;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 100% !Important;
  font-size:0.8em;
}
.clip-area.clip-area-dark {
  background-color: #f1f4f4; /* face-lift #dae1fe #2c2c2c;*/
}
.clip-area.clip-area-small {
  min-height: 300px;
  overflow: hidden;
}
.clip-area h2 {
  color: #000;
  font-size: 1.4em;
}
.clip-area h4 {
  color: #0000ca;
  font-size:16px;
}
.clip-area-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.clip-meta-info > li {
  color: #333;
  padding-bottom: 2px;
}
.clip-description {
  color: #333; /* #ccc */
  height:40px;
}
.main_video_player {
	width:100%;
	max-width: 650px;
	margin: 0 auto;
}
.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  {
boreder: 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;
}
.content.content-left-space {
  margin-left: auto;
  margin-top: 20px;
  color: #333;
  
}
.content.content-left-space p {
  color: #333;
  text-align:justify;
  
}
.content.content-left-space .glyphicon {
  border: 0px solid #0000ca !important;
  background-color: #0000ca;
  color: #FFF !important;
  font-size: 16px;
  padding: 5px;
  margin-top: -2px;
  display: inline-block;
}
.box {
  margin-bottom: 25px;
  margin-top: 25px;
}
.box.box-header-small h3 {
  padding: 0 15px;
  line-height: 1; /* face-lift 2.222;  */
}
.box.box-multi-column {
  position: relative;
  margin-top: 30px;
}
.box.box-multi-column .box-header {
  position: absolute;
}
.is-header .red{
z-index: 5 !important; position:relative !important;
}
.is-header .blue{
z-index: 6 !important; position:relative !important;
}
.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: none; /* #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: 0;
  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: none; /* face-lift #000; */
  margin-bottom: 0px;
  font-size: 1.25em;
}
.box.box-inner {
  padding: 15px 0; /* 30px */
}
.box-header {
  background-color: transparent; /* #ededed; */
  margin-bottom: 15px;
  padding: 0; /* 0 15px */
}
.box-header .box-header-inner {
  padding: 0px;
  border: 15px solid #fff;
  border-width: 0 15px;
  background-color: none; /* #ededed; */
}
.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: 28px; /*1.4em; */
  padding: 15px 20px;
}
.red {
  background-color: #e47171 !important;
}
.blue {
  background-color: #3582c5 !important;
}
.red,
.blue {
  color: #fff !important;
}
.small-text {
  font-size: 0.65em;
  line-height: 3.455;
}
.dark-text {
  color: #000;
}
h3 .dark-text {
  color: #0000ca;
}
.toggle-section .toggle-opener {
  width: 26px;
  display: inline-block;
  height: 26px;
  text-align: center;
  /* background-color: #333;
  border: 1px solid #225f94; */
  line-height: 1.2em;
  margin-left: 10px;
  text-decoration: none !important;
  background-color: #0000ca;
  border-radius: 15px !important;
  color: #FFF;
  padding: 3px;
}
#restrictions_copy{
	margin-left:10px;
}
#url_share_copy{
	margin-left:5px;
}
.toggle-section h4 {
  display: flex;
  align-items: center;
}
.toggle-section .toggle-content {
  height: 7.5em;
  overflow: hidden;
  position: relative;
}
.toggle-section .toggle-content:after {
  content: '';
  display: block;
  width: 100%;
/* face-lift 
  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);
 
  background: rgb(31,31,31);
  background: linear-gradient(180deg, rgba(31,31,31,0) 0%, rgba(31,31,31,1) 86%, rgba(31,31,31,1) 100%);
  background: rgb(218,225,254);
  background: linear-gradient(180deg, rgba(218,225,254,0) 0%, rgba(218,225,254,1) 86%, rgba(218,225,254,1) 100%); */
  background: rgb(241,241,241);
  background: linear-gradient(180deg, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 86%, rgba(241,241,241,1) 100%);
  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;
}
.vscript {
  line-height: 1.75em;
  text-align:justify;
}
.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: 12px;
}
.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;
  display:none;
}
.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: 10px;
}
.list-collapse > li > a {
  display: block;
  padding: 10px;
  padding-left: 0px;
  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: #0000ca;
}
.list-collapse.list-dark > li {
  
}
.list-collapse.list-dark > li.active > a {
  color: #0000ca;
}
.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;
 outline: none !important;
}
.slick-nav.slick-nav-prev:before,
.slick-nav.slick-nav-next:before {
  content: url('/css/frontend/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('/css/frontend/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; */
}
.slick-slide:focus,
.slick-slide a:focus {
  outline: none !important;
}
#editors_pick_list .slick-nav.slick-nav-prev,
#editors_pick_list .slick-nav.slick-nav-next {
  top: 69%;
}

#editors_pick_list .slick-nav.slick-nav-prev {
  left: 30px;
}
#editors_pick_list .slick-nav.slick-nav-next {
  right: 30px
}

/* .alert {
  background-color: #FFF;
  margin-top: 30px;
  margin-bottom: 0px;
  border: 0px;
  color: #c52c2c;
  border: 1px solid;
  z-index: 9999999 !important;
} */
.action-section>div>div> .alert {
    border: 0px !important;
}
.alert .close {
  opacity: 1;
  text-shadow: none;
}
.alert span p {
    margin-top: 10px;
}
.alert {
  border-radius: 10px 10px 10px 10px !Important;
  -moz-border-radius: 10px 10px 10px 10px !Important;
  -webkit-border-radius: 10px 10px 10px 10px !Important;
  font-family: Poppins !Important; /* Poppinsmedium */
  /* font-size: 12px !important; */
  line-height: 1.5;

}
.alert-dark{
    z-index: 20000 !important;
    background-color: #000;
    color: #fff;
    margin-left:-200px;
    left: 50% !important;
    top: 300px !important;
    bottom: 300px !important;
    width: 400px;
    height:auto;
    border: 1px solid #d2d2d2 !important;
    opacity: 0.85;


}
.alert .glyphicon {
  display: none;
}

.input-group-addon,
.btn-signin,
.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none !important;
}
.input-group-addon.icon-user:before,
.input-group-addon.icon-password:before {
/*  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../../img/frontend/sprite_face-lift.png);
  background-repeat: no-repeat;
  background-position: -34px -36px; */
}
.input-group-addon.icon-password:before {
  background-position: -78px -36px;
}
.btn-signin {
  background: #3582c5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3582c5 0%, #0069c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3582c5 0%, #0069c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3582c5 0%, #0069c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3582c5', endColorstr='#0069c5', GradientType=0);
  /* IE6-9 */
  border: 1px solid #0069c5;
  color: #fff;
}
.btn-signin:hover {
  color: #fff;
}
.signin-text {
  font-size: 16px;
  color: #1f1f1f;
  display: inline-block;
  margin-top: 10px;
}
.signin-text:hover {
  color: #0000ca;
}
.input-group-btn {∂
  z-index: 4;
}
input.float-label,
textarea.float-label {
  padding: 12px 12px 12px 12px;
  background-color: transparent;
}
input.float-label + label,
textarea.float-label + label {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 48px;
  right: 1px;
  padding-left: 12px;
  padding-top: 11px;
  color: #b1b1b1;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 0px;
  background-color: #fff;
  border-radius: 0 2px 2px 0px;
}
input.float-label:focus,
textarea.float-label:focus {
  padding: 20px 12px 4px 12px;
  background-color: #fff;
}
input.float-label:focus + label,
textarea.float-label:focus + label {
  bottom: 100%;
  margin-bottom: -24px;
  font-size: 90%;
  padding: 4px 12px;
  z-index: 3;
}
input.float-label:valid,
textarea.float-label:valid {
  background-color: #fff;
}
.separator:before,
.separator:after {
  content: '';
  display: table;
}
.separator:after {
  clear: both;
}
.separator.separator-line {
  overflow: hidden;
}
.separator.separator-line > span {
  display: inline-block;
  position: relative;
  color: #1F1F1F;   /* face-lift */
  line-height: 0.3;
  font-size: 1.4em;
}
.separator.separator-line > span:before,
.separator.separator-line > span:after {
  content: '';
  position: absolute;
  height: 2px;
  border-bottom: 1px solid #1F1F1F;
  top: 0px;
  width: 1200px;
}
.separator.separator-line > span:before {
  right: 100%;
  margin-right: 15px;
}
.separator.separator-line > span:after {
  left: 100%;
  margin-left: 15px;
}
.separator.separator-dark > span {
  color: #999;
  font-size: 1em;
}
.separator.separator-dark > span:before,
.separator.separator-dark > span:after {
  border-color: #999;
}
.link.link-default {
  color: #fff;
}
.link.link-default.link-underline {
  text-decoration: underline;
}
.link.link-default.link-underline:hover {
  text-decoration: none;
}
.heading {
  color: #fff;
  font-weight: bold;
}
.heading.heading-separator {
  padding-bottom: 10px;
  border-bottom: 1px solid #777;
  text-transform: none;
  font-family: PoppinsBold !important;
  font-size: 24px!important;
  letter-spacing: 1px !important;
}
.heading.heading-gray {
  /* background-color: #ededed; */
  color: #212529;
  text-transform: uppercase;
  font-size: 24px; /* 1.25em */
  font-weight: normal;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.heading.heading-primary {
  color: #4189c8;
  font-size: 2em;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 30px;
}
.text-red {
  color: #F1F1F1; /* face-life #e47171; --*/
}
.text-blue {
  color: #0000ca; /* 3582c5 */
}
.text-highlight {
  color: #1F1F1F;
  font-family: Poppinsbold !Important;
  font-size: 36px !Important;
}
.text-highlight-gray {
  color: #ccc;
}
.text-highlight-gray > a {
  color: inherit;
  text-decoration: underline;
}
.text-highlight-gray > a:hover {
  text-decoration: none;
}
.note {
  color: #1F1F1F;
/*  font-size: 0.78em; */
}
li.meta-info-desc{

  font-size: 0.8em !important;

}
.truncate-multiline,
.list.list-meta-info > .meta-info-desc p,
.clip-meta-info > li {
  /* display: block; /
/ display: -webkit-box; */
max-width: 400px;
height: 2.9em;
margin-top: 2px;
margin-bottom: 0px;
line-height: 1.4;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
text-transform: none;
font-weight:bold;
font-size:12px;

}
.meta-info-desc p,
.clip-meta-info > li {
  text-transform: uppercase;
}
/* .meta-info-desc p {
  font-family: 'Poppinsbold' !important;
} */
.clip-meta-info > li  {
  height: auto;
}
.clip-meta-info .clip-description {
 /*font-family: 'Poppinsmedium' !important; */
margin-bottom: 5px;
display: -webkit-box;
max-width: 400px;
height: 2.9em;
margin-top: 2px;
/* margin-bottom: 0px; */
line-height: 1.4;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
text-transform: none;


}
li.clip-time-upload.text-blue {
  /* font-weight: 500; */
  letter-spacing: 1px;
  color: #0000ca;
  }
  
.item{
		padding-left:5px !important;
		padding-right:5px !important;
}
.btn.btn-outline {
  border: 1px solid #999;
  border-radius: 0px;
}
.single-page p,
.single-page .lang-info,
.single-page li {
  color: #212529;
  font-size: 16px; /* 1.15em; */
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: justify;
}
.download-box {
  position: absolute;
  top: 0px;
  left: 100%;
  /*min-height: 246px;*/
  width: 100%;
  margin-left: -15px;
  background-color: #3582c5;
  z-index: 20000;
  display: none;
  color: #000;
  -webkit-box-shadow: 3px 3px 5px 2px rgba(90,90,90,0.58);
-moz-box-shadow: 3px 3px 5px 2px rgba(90,90,90,0.58);
box-shadow: 3px 3px 5px 2px rgba(90,90,90,0.58);

}
.download-box .download-box-inner {
  padding: 15px;
  width: 300px;
}
.download-box .download-box-inner a.media_item,.download-box .download-box-inner a.media_item:hover{
	text-decoration:none;
	color:#ffffff;
}
.download-box .download-box-inner .download_media_item {
  color: #0000ca;
  font-size:0.89em;
}
.download-box.opened {
  display: block;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-b-60 {
  margin-bottom: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.area.area-has-bg-x,
.intro-area.intro-area-bg {
  background-image: url('../../img/frontend/article_bg.png');
  background-size: cover;
  background-position: 0px;
  position: relative;
  min-height: 200px;
}
.area.area-has-bg-x:before,
.intro-area.intro-area-bg:before {  /*-- Tinting --*/
  content: '';
  background-color: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.6;
}
.area h1 {
  /* color: #fff; */
  font-size: 24px; /* 1.6em */
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.area-inner {
  padding-top: 30px;
  padding-bottom: 50px;
  /* color: #fff; */
}
.intro-area {
  padding: 0px;
}
.intro-area.intro-area-dark {
  background-color: #000;
}
.intro-area .intro-area-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.intro-area .intro-area-inner p {
  color: #FFF;
  font-size: 1.6em; /* 2em */
  font-weight: 400;
  text-shadow: 0 0 4px black;
}
.intro-area .intro-area-inner p:last-child {
  margin-bottom: 0px;
}
.intro-area.intro-area-small .intro-area-inner p {
  font-size: 1.7em;
  color: #fff;
  text-align: justify;
}
.intro-area-banner {
  background-color: #F1F4F4;
}
.intro-area-banner .intro-area-inner p {
  color: #333;
  text-shadow: none;
}
.action-download {
  background-color: #3582c5;
  color: #fff;
  display: block;
  text-align: center;
  padding: 17px 10px;
  font-weight: bold;
}
.action-download:hover {
  color: #ddd;
  background-color: #2668A2;
  text-decoration: none;
}
.action-editors-clip {
  min-height: 150px;
  padding: 5px 10px 20px;
  background-color: #404040;
  border-top: 3px solid #fff;
}
.action-editors-clip h5 {
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: 15px;
}
.action-section {
  margin-bottom: -10px;
}
.video-categories {
  margin-top: 15px;
}
.video-categories > li {
  padding: 5px;
}
.video-categories > li > a {
  color: #0000ca;
  padding: 5px 7px;
  border: 1px solid #0000ca;
  display: block;
  font-size: 0.85em;
}
.video-categories > li > a:hover {
  text-decoration: none;
  border-color: #0000ca;
}
.user-profile-sidebar {
  background-color: #ececec;
  width: 250px;
  min-height: 350px;
  margin-top: -120px;
  z-index: 988;
  position: relative;
  float: left;
}
.user-profile-sidebar .sidebar-inner {
  padding: 20px 25px;
}
.user-profile-sidebar .user-info {
  position: absolute;
  top: 0px;
  left: 275px;
  width: 360px;
  color: #fff;
}
.tab-pane {
 margin-top:15px;	
}
.user-profile-content input {
  margin-bottom:10px;

}
.user-profile-sidebar .user-info .company-name {
  margin-bottom: 15px;
}
.user-profile-sidebar .user-info .username {
  margin-bottom: 5px;
}
.user-profile-sidebar .user-info .company-name,
.user-profile-sidebar .user-info .username {
  font-size: 120%;
}
.user-profile-sidebar .user-info .user_role {
 font-size:80%;
 color:#fff;
}
.user-profile-content .form-group:after{
 clear: none !important;
 
}
.activity-indicator {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #c5c5c5;
  border-radius: 4px;
  margin-right: 4px;
}
.activity-indicator.active {
  background-color: #37b44a;
}
.activity-indicator.inactive {
  background-color: #b43737;
}
.activity {
	color: #ACACAC;
}
.user-logo {
  text-align: center;
}
.user-logo > img {
  max-height: 140px;
}
.user-navigation {
  margin: 40px -25px;
  border-top: 1px solid #fff;
}
.user-navigation > li {
  border-bottom: 1px solid #fff;
}
.user-navigation > li > a {
  display: block;
  border-left: 10px solid  #1F1F1F;
  padding: 10px;
  color: #000CA;
}
.user-navigation > li > a:hover {
  color: #0000CA;
  border-color: #F1F1F1;
  background-color: #f9f9f9;
  text-decoration: none;
}
.user-navigation > li.active > a {
  color: #ACACAC;
  border-color: #0000CA;
  background-color: #fff;
  text-decoration: none;
}
.user-statistics .statistic-item + li:not(:last-child) {
  margin-bottom: 10px;
}
.user-profile-content {
  margin-left: 270px;
  min-height: 1px;
}
#search-area {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  /*height:3000px;*/
  width: 100%;
  background-color: rgba(0, 0, 0, 0.90);
  z-index: 9999999;   /*-- face-lift move up above layer --*/
  overflow-y: auto;
/*--  margin-left: -20px;  face-lift  move to the left --*/
}
#search-area .search-area-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
#search-area h2 {
  font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
    letter-spacing: 1px;
    text-transform: none;
}
#search-area .input-underline {
  background-color: transparent;
  border: 0px;
  /* border-bottom: 1px solid #fff; */
  border-radius: 0px;
  color: #fff;
}
#search-area .input-underline:focus {
  outline: none;
  /* border-bottom: 1px solid #3582c5; */
}
#search-area .input-underline.input-lg {
  height: 45px;
  font-size: 1em;
}
#search-area .input-underline + .help-block {
  color: #828282;
  font-size: 1.4em;
}
.search-area-header > .row{

  margin-left: -25px;
    margin-right: -25px;
}
.help-block {
  color: #828282;
  font-size: 1.2em;
  padding-left: 10px;
}
#search-area .search-area-list .video-wrapper-small {
  padding: 0px;
  border: 0px;
  padding-bottom: 20px;
}
#search-area .search-area-list .video-wrapper-upload {
  padding-top: 20px;
}
#search-area .search-area-list .list.list-meta-info > li {
  margin-top: 7px;
}
#search-area .search-area-list .list.list-meta-info > .meta-info-desc {
  color: #ccc;
}
#search-area .search-area-list .list.list-meta-info > .meta-info-lang {
  opacity: 1;
}
#search-area .search-area-list .list.list-meta-info > .meta-info-lang .list-lang-border > li {
  border-color: #000;
}
#search-area .search-area-list .list.list-meta-info > .meta-info-upload {
  position: absolute;
  top: 0px;
  margin: 0px;
}
#search-area .search-area-list .list.list-meta-info > .meta-info-category {
  font-size: 0.65em;
  margin-top: 2px;
}
#search-area .search-area-list .list.list-meta-info .list-lang-small:after {
  display: none;
  visibility: hidden;
}
#search-area .box-category-filter {
  border-left: 1px solid #ddd;
}
#search-area .box-category-filter > h3 {
  background: #e47171;
  padding: 10px 5px;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  margin-top: 0px;
  margin-left: -1px;
}
#search-area .box-category-filter > .categories-list {
  padding-left: 10px;
  color: #ccc;
}
#search-area .box-category-filter > .categories-list > li {
  display: table;
  line-height: 2;
  color: #ccc;
  width: 100%;
  padding-left: 25px;
  padding-right: 35px;
  position: relative;
  margin-bottom: 10px;
}
#search-area .box-category-filter > .categories-list > li input[type="checkbox"] {
  position: absolute;
  left: 6px;
  top: 1px;
}
#search-area .box-category-filter > .categories-list > li label {
  display: table-cell;
  margin-bottom: 0px;
  font-size: 0.85em;
  text-transform: uppercase;
  padding-left: 5px;
  vertical-align: middle;
}
#search-area .box-category-filter > .categories-list > li .count {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -12px;
  display: block;
  line-height: 1.666;
}
.input-stretch {
  width: 100%;
}
.search-area-header {
  position: relative;
}
[data="overlay-area-close"] {
  position: absolute;
  right: 15px;
  top:30px;
  color: #fff;
  text-transform: uppercase;
}
[data="overlay-area-close"]:hover {
  color: #fff;
}
body.overlay-area-open {
  overflow: hidden;
}
body.overlay-area-open #search-area {
  display: block;
  visibility: visible;
  opacity: 1;
}
.inline-checkbox input[type="checkbox"] + label {
  color: #fff;
  top: 1px;
  left: 35px;
  position: absolute;
}
.form-group input[type="checkbox"] + label {
  position: absolute;
  left: 20px;
}
.form-group {
  position: relative;
  margin-bottom: 5px;
}
.btn-no-rounded {
  border-radius: 0 !important;
}
a.default {
  color: #fff;
  text-decoration: underline;
}
.col-md-2-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-md-1-10 {
    width: 10%;
  }
  .col-md-2-10 {
    width: 20%;
  }
  .col-md-3-10 {
    width: 30%;
  }
  .col-md-4-10 {
    width: 40%;
  }
  .col-md-5-10 {
    width: 50%;
  }
  .col-md-6-10 {
    width: 60%;
  }
  .col-md-7-10 {
    width: 70%;
  }
  .col-md-8-10 {
    width: 80%;
  }
  .col-md-9-10 {
    width: 90%;
  }
  .col-md-10-10 {
    width: 100%;
  }
  .col-md-2-10 {
    float: left;
  }
  .m-b-60 {
    margin-bottom: 60px;
  }
  .list.list-language-picker {
    float: left;
    width: 0px;
    height: 370px;
    margin-top: 45px;
  }
  .content.content-left-space {
    margin-left: 0px;
    margin-top: 32px;
  }
  .container-margin {
    margin-left: 30px;
    margin-right: 30px;
  }
  .box {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .search-area-inner .btn-signin {
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .brand-container {
    border: none !important;
  }
  .navbar-default .navbar-header .navbar-toggle {
    margin-top: 7px;
  }
  .navbar-default .navbar-header .navbar-nav>li>a {
    padding-left: 20px;
  }
  .navbar-brand img {
    max-width: 100%;
    height: auto;
  }
  .navbar-nav {
    padding: 0 15px;
  }
  .user-profile-sidebar {
    width: 100%;
    float: none;
  }
  .user-profile-sidebar .user-info {
    color: #000;
    left: 240px;
    right: 25px;
    width: auto;
  }
  .user-profile-content {
    margin-left: 0px;
    margin-top: 20px;
  }
  .user-logo {
    width: 200px;
  }
  .download-box {
    left: 15px;
    top: 54px;
    right: 15px;
    width: auto;
    margin-left: 0px;
  }
  .footer-bottom-panel {
    text-align: center;
  }
}
@media (max-width: 567px) {
	body {
		/* padding-left: 15px;
		padding-right: 15px;
		margin-left: 0px;
		margin-right: 5px; */
	}
	.stick_the_nav {
		padding-left: 0px;
		margin-left: -15px;
	}
	.user-link {
		padding-left: 20px;
	}
  .user-profile-sidebar .user-info {
    position: static;
    margin-top: 20px;
  }
  .user-profile-sidebar .sidebar-inner {
    padding: 15px;
  }
  .user-logo {
    width: 100%;
  }
  .user-navigation {
    margin: 30px -15px;
  }
}
#footer {
  background-color: #dae1fe; /* ededed; */
  color: #0000ca;
  display: table-row;
  font-size: 0.85em;
  height: 1px;
}
.footer-inner {
  padding: 15px 0;
  min-height: 229px;
}
.list-footer:not(.list-collapse) > li {
  margin-bottom: 4px; /* 10px */
}
.list-footer:not(.list-collapse) > li > a {
  color: #666;
  text-decoration: underline;
}
.list-footer:not(.list-collapse) > li > a:hover {
  text-decoration: none;
}
.list-footer-content {
  padding-left: 20px;
  color: #0000ca !Important;
}
.box-footer {
  margin: 0;
}
.box-footer h4 {
  margin: 0 0 9px; /* 0 0 20px */
  color: #0000ca !important; /* 3582c5 */
}
.social-icons > li {
  display: inline-block;
  margin-right: -4px;
}
.social-icons > li.twitter > a {
  background-position: -41px 0px;
}
.social-icons > li.linkedin > a {
  background-position: -86px 0px;
}
.social-icons > li.gplus > a {
  background-position: -131px 0px;
}
.social-icons > li > a {
  display: block;
  width: 34px;
  height: 34px;
  background-image: url('../../img/frontend/sprite.png');
  background-repeat: no-repeat;
  text-indent: -999em;
  margin-right: 10px;
  margin: 0 5px;
}
.social-icons > li > a:hover {
  opacity: 0.7;
}
.social-icons > li:last-child > a {
  margin-right: 0px;
}
.footer-bottom-panel {
  margin-top: 0; /* 20px */
}
.footer-bottom-panel .list-inline {
  display: inline-block;
}
.footer-bottom-panel .list-inline > li {
  margin-right: -4px;
}
.footer-bottom-panel .list-inline > li > a {
  color: #FFF;
}
.footer-bottom-panel .list-inline > li > a:hover {
  text-decoration: underline !important;
}
.footer-bottom-panel .list-inline.list-has-separator > li:after {
  content: '|';
  display: inline-block;
  padding-right: 0px;
  padding-left: 8px;
}
.footer-bottom-panel .list-inline.list-has-separator > li:last-child:after {
  content: '';
}

.icon-email-footer a,
.icon-location-footer a {
  color: #0000ca !important;
}
.icon-email-footer {
  display: block;
  height: 20px;
  background-image: url('../../img/frontend/footer-email.png');
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  background-position: 0 2px;
  padding-top: 2px;
  margin-bottom: 6px !important;
  padding-left: 25px;
}
.icon-location-footer {
  display: block;
  background-image: url('../../img/frontend/footer-location.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: none;
  margin-bottom: 4px !important;
  width: 170px;
  padding-left: 25px;
  line-height: 23px;
}

/* PREALODER START */
.load-bar-thumb-preloader{
 position:absolute !important;
 bottom:0px;
 
	
}
.load-bar {
  display:none;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom:3px;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0px;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #0000ca;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #0000ca;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #fff;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0px;z-index:100;}
    33.3333% {left: 0px; width: 100%;z-index: 10;}
    to {left: 0px; width: 100%;}
}
/* PREALODER END */

.highlighted_div{
    -webkit-box-shadow: 0px 0px 50px #fff;
    box-shadow: 0px 0px 50px #fff;
}

*:not(.message-box) {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.tooltip{
font-size:14px;	
}

.box-body .container {
 /* 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;
}

.video-wrapper img {
	border: none !Important;
	-webkit-filter: brightness(100%);
}

.video-wrapper img: hover {
display: none !Important;

content: url('/css/frontend/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;
}

.box-footer .list-footer li a {
  color: #0000ca !important;
  text-decoration: none;
  font-size: 14px;
}
.box-footer .list-footer li a:hover {
  text-decoration: underline;
}

.collapse {
	color: #c8c8eb !Important;
}

@import url(https://fonts.googleapis.com/css?family=Poppins);


@font-face {
  font-family: Poppins;
  src: url(../../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-Light;
  src: url(../../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: Poppinsbold;
  unicode-range: U+00-FF, U+980-9FF;
  src: url(../../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: Poppinsmedium;
  src: url(../../fonts/Poppins-Medium.ttf);
}

.all-tabs-container, .navbar .container, #navbar, footer::after {
	font-family: Poppinsbold !Important;
}

.box-header-inner h3, .is-header h3 {
	color: #1f1f1f !Important;
	background: none !Important;
	font-size: 28px !Important;
	font-family: Poppinsmedium !Important;
}

.box-has-header .box-header .box-header-inner h3 a, .single-page h1 {
	font-family: PoppinsBold !Important; 
	font-weight: bold;
    font-size: 24px!important;
    letter-spacing: 1px;
	color: #1f1f1f;
	text-decoration: none !Important;
	background-image: url('/css/frontend/blue_bar.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 10px;
	margin-top: 15px;
	
}

.is-header {
	border: none !Important;
}

.video-wrapper .play-icon-overlay {
	width: 100%;
	height: 100%;
	background-image: url('/css/frontend/play_icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
	z-index: 99;
	position: absolute;
	float: left;
	margin-left: -10px;
}

.box-header .box-header-inner p {
	padding-left: 20px;
	padding-right: 20px;
}
#popular_list_more_btn, .round-btn, .btn-more  {
  margin:0px auto;
  width:200px;
}
#featured_list_more_btn, .round-btn, .btn-more  {
	background: #0000ca;
	/*color: #FFF !important;*/
	border-radius: 35px 35px 35px 35px !Important;
  -moz-border-radius: 35px 35px 35px 35px !Important;
  -webkit-border-radius: 35px 35px 35px 35px !Important;
  border: 1px solid #0000ca !important;
  width:200px;
}
#featured_list_more_btn:hover,
.btn-more:hover {
  color: #0000ca !important;
  background: #FFF;
}
#featured_list_more_btn {
  display: inline-block !important;
}

.round-btn {
		color: #FFF !Important;
}
.round-btn:hover {
		color: #FFF !Important;
}

.download-box-opener {
background: #ededed;
color: #2c2c2c;

 border-radius: 35px 35px 35px 35px !Important;
-moz-border-radius: 35px 35px 35px 35px !Important;
-webkit-border-radius: 35px 35px 35px 35px !Important;
}

#import_btn .badge{
  color: #0000ca;
    padding: 7px 9px 7px 9px;
    border-radius: 55px !Important;
    -moz-border-radius: 55px !Important;
    -webkit-border-radius: 55px !Important;


}
#import_btn:hover,
#import_btn:hover .glyphicon {
  background: #FFF;
  color: #0000ca !important;
  border-color: #FFF !important;
}
#import_btn:hover .badge {
  background: #0000ca;
  color: #FFF;
}

.download-box-opener .badge {
  color: #0000ca;
    padding: 7px 9px 7px 9px;
    border-radius: 55px !Important;
    -moz-border-radius: 55px !Important;
    -webkit-border-radius: 55px !Important;
}
.download-box-opener:hover,
.download-box-opener:hover .glyphicon {
  background: #FFF;
  color: #0000ca !important;
  border-color: #FFF !important;
}
.download-box-opener:hover .badge {
  background: #0000ca;
  color: #FFF;
}

#navbar {
  background-color: #FFF; /* f1f4f4 */
/*	border-top: 1px solid #1f1f1f;
border-bottom: 10px #FFF solid;
 this set full width--	
	padding-left: 50px;
	margin-left: -50px;  
	max-width: 1100px;
	margin: 0px auto;
	*/
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
/* removed 09162020 test	margin-left: -20px;  */
	
/*	  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999; */

}

.all-tabs-container, .brand-container {
	margin: 0px auto;
	max-width: 1170px;
	/* border-left: 1px solid #666666;
	border-right: 1px solid #666666; */
}

/* face-lift sticky nav here */
.navbar .container {
/*	top: 0;
	width: 100%;
	padding: 0px 0px;
	Sticky part here
	z-index: 999999;
	position: fixed;
	background-color: #FFF !important; 
	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);*/
}

.stick_the_nav {
	z-index: 999;
	position: fixed;
	background-color: #FFF !important; 
/*	
	position: fixed;
  top: 0;
  width: 100%;*/
}

/* face-lift sticky nav here 

.stick_the_navX > .clip-area {
  padding-top: 460px !Important;
  
}*/
.clip-area {
	margin-top: 0px !important;
	/* height: calc((100vw - 20px) * 0.5); */
}	

.search-btn {
	padding: 5px;
	padding-left: 34px;
	padding-right: 10px;
  margin: 10px 15px 5px;
	background-image: url('/css/frontend/search_icon_64x64.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #FFFFFF;
	border: 3px #FFFFFF solid;
	color: #1F1F1F !Important;
	text-transform: uppercase;
	border-radius: 25px 25px 25px 25px !Important;
  -moz-border-radius: 25px 25px 25px 25px !Important;
  -webkit-border-radius: 25px 25px 25px 25px !Important;
}
a.text-uppercase.btn.btn-default.btn-signin.btn-lg.glyphicon.glyphicon-remove {
  color: #fff !important;
  padding: 5px;
  top: 10px;
  right: -10px;
  width:30px;
  height:30px;
}
a.text-uppercase.btn.btn-default.btn-signin.btn-lg.glyphicon.glyphicon-remove:hover{
  color:#0000ca !important;
  background-color:#ffff !important;
}

.search-btn a {
	color: #1F1F1F !Important;
	text-transform: uppercase;
  font-family: Poppinsmedium !Important;
  margin-left:2px;
  text-decoration: none;
}
.search-btn a:hover {
  color: #0000CA !Important;
  text-decoration: underline;
}
.search-btn-md {
  display: none;
}

.languages-btn {
	padding: 5px;
	padding-left: 34px;
	padding-right: 10px;
  margin: 10px 15px 5px;
	background-image: url('/css/frontend/languages_icon_64x64.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #FFFFFF;
	border: 3px #FFFFFF solid;
	color: #1F1F1F !Important;
	text-transform: uppercase;
	border-radius: 25px 25px 25px 25px !Important;
-moz-border-radius: 25px 25px 25px 25px !Important;
-webkit-border-radius: 25px 25px 25px 25px !Important;
}

.box-footer h4,  .is-header h3 {
/*	font-family: Poppins !Important; */
	font-family: 'PoppinsBold' !important;
	font-weight: 600;
  font-size: 18px!important;
  letter-spacing: 0;
  color: white;
  line-height: 55px;
}

.list-footer li {
	font-family: 'Poppins';
  font-size: 14px;
  letter-spacing: 0; /* 1px */
	color: #f1f1f1;
	text-decoration: none !Important;
}

.footer-bottom-panel {
	background-color: #1f1f1f !Important;
	width: 100% !Important;
	padding: 24px 16px 18px;
	/* text-align: center; */
  font-family: 'Poppins' !Important;
  font-size: 16px;
  letter-spacing: 0; /* 1px */
  color: #FFF;
}

.footer-bottom-panel span, .footer-bottom-panel ul li a  {
	font-family: 'Poppins' !important;
	font-size: 16px!important;
}


.list-inline li a {
  font-size: 0.8em !important;
	text-decoration: none !important;
}
.include-last {
	background-color: none !important;
}

.list-meta-info .video-play-time {
  font-size: 0.8em;
  /* font-weight: 500; */
  letter-spacing: 1px;
  color: #8a96a0;
}

.intro-area {
	margin-top: 0px;
}

.single-page .heading-primary {
	font-family: Poppins !Important;
	font-weight: bold;
    font-size: 24px!important;
    letter-spacing: 1px;
	color: #1f1f1f;
}

.clip-heading {
  font-family: Poppinsbold !important;
  font-size: 18px!important;
  letter-spacing: 1px;
  font-weight:bolder;
  line-height:1.3em;
}

.site-wrapper, #app, #app-layout {
	padding: none !Important;
	margin: none !Important;
	width: 100% !Important;
}

.nav.nav-language-switcher {
  /* margin-right: 20px !important; */
}

@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;
	}
}

.login-img-here {
	background-image: url('/css/frontend/login_img.png') !Important;
	background-repeat: no-repeat !Important;
	width: 100%;
	background-position: center bottom; /* calc((100vw * 0.5)) 400px;    */
	background-size: contain;
  /*	height: 100vh; */
	min-height: 240px;
	margin-top: 0px;
	margin-bottom: 0;
  /*	background-color: #4d83ff; */
}
.forgot-img-here {
	background-image: url('/css/frontend/forgot_bg.png') !Important;
	background-repeat: no-repeat !Important;
	width: 100%;
	background-position: center bottom; /* calc((100vw * 0.5)) 400px;    */
	background-size: contain;
/*	height: 100vh; */
	min-height: 240px;
	margin-top: 0px;
	margin-bottom: 50px;
/*	background-color: #4d83ff; */
}
.terms-img-here {
	background-image: url('/css/frontend/non_wide_condition_of_sale_img.jpg') !Important;
	background-repeat: no-repeat !Important;
	width: 100%;
	background-position: center bottom; /* calc((100vw * 0.5)) 400px;    */
	background-size: contain;
/*	height: 100vh; */
	min-height: 470px;
	margin-top: 0px;
	margin-bottom: 50px;
/*	background-color: #4d83ff; */
}
.aboutus-img-here {
	background-image: url('/css/frontend/about_img_bg.png') !Important;
	background-repeat: no-repeat !Important;
	width: 100%;
	background-position: center center; /* calc((100vw * 0.5)) 400px;    */
	background-size: contain;
/*	height: 100vh; */
	min-height: 390px;
	margin-top: 0px;
	margin-bottom: 50px;
/*	background-color: #4d83ff; */
}
.PG404-img-here {
	background-image: url('/css/frontend/404.png') !Important;
	background-repeat: no-repeat !Important;
	width: 100%;
	background-position: center bottom; /* calc((100vw * 0.5)) 400px;    */
	background-size: contain;
/*	height: 100vh; */
	min-height: 420px;
	margin-top: 0px;
	margin-bottom: 50px;
/*	background-color: #4d83ff; */
}
.register-img-here {
	background-image: url('/img/frontend/register.png');
	background-repeat: no-repeat !Important;
	width: 100%;
	background-position: center center; /* calc((100vw * 0.5)) 400px;    */
	background-size: contain;
	min-height: 390px;
}

.form-top-space {
	margin-top: 20px;
}

.front-login {
	text-decoration: none;
	font-family: Poppinsbold !Important;
	color: #1F1F1F;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #F1F4F4;
	border-radius: 25px 25px 25px 25px !Important;
	-moz-border-radius: 25px 25px 25px 25px !Important;
	-webkit-border-radius: 25px 25px 25px 25px !Important;

}
.front-login:hover {
	text-decoration: none;
	color:  #0000CA;
}

.front-signup {
	font-family: Poppinsbold !Important;
	color: #FFF; padding:
	5px; padding-left: 15px;
	padding-right: 15px;
	background-color: #1F1F1F;
	border: 1px solid #1F1F1F;
	border-radius: 25px 25px 25px 25px !Important;
	-moz-border-radius: 25px 25px 25px 25px !Important;
	-webkit-border-radius: 25px 25px 25px 25px !Important;
}
.front-signup:hover {
	text-decoration: none;
	color: #0000CA;
}

.unlogged-nav ul li {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	font-family: Poppins !Important;
	display: inline;
}

.goto-main-site {
	color: #1F1F1F !important;
	font-size: 16px; /* 14px */
	font-family: 'Poppins' !important;
}
.goto-main-site:hover {
	text-decoration: underline !important;
	color: #000 !important; /* #ACACAC */
}
.goto-main-site:last {
	padding-right: 0px !Important;
}
.cover-msg span, .cover-msg, .cover-msg p {
	font-size: 32px !Important;
	font-family: Poppins !Important;
	letter-spacing: 1px;
}

.area-has-bg {
/*	background-image: url('/css/frontend/global_img_bg.png') !Important;
	background-repeat: no-repeat !Important;
	
	background-position: 83% 85%; /* calc((100vw * 0.5)) 400px;    */
/*	background-size: 50% auto;
	height: 100vh; */
	min-height: 200px;
}

.intro-area-bg {}

.text-center span, .text-center a:not(.btn), .box-inner p, .inline-checkbox label, form .row .text-right a, .area .area-inner .container .row .col-md-push-6 h1 {
	color: #1F1F1F !important;
}

.box-inner p .text-highlight {
	color: #1F1F1F;
  font-family: Poppinsbold !Important;
  font-weight: bold !Important;
  font-size: 36px !Important;
}

.box-icon-info span, .box-icon-paperclip span {
	font-size: 18px !Important;
	margin-bottom: 0px !Important;
	margin-top: 0px !Important;
	padding-bottom: 5px !Important;
	padding-top: 5px !Important;
}

.box-inner p:first-child {
	font-family: Poppinsmedium !Important;
/* font-size: 20px!important;
 	background-image: url('../../img/frontend/kameraone-logo.png') !Important;
	background-repeat: no-repeat;
	background-size: 85% auto;
	background-position: center top;
	padding-top: 115px; */
}

#floating-form {
	display: none;
}
.box-dark {
	margin-top: -100px;
}

@media (max-width: 980px) {

	.navbar-brand {
		display: block !Important;
	}

	.box-inner p:first-child, .box-inner p {
		background-image: none !Important;
		padding-top: 0px !Important;
	}
	
	.box-dark {
		margin-top: 10px !Important;
		margin-bottom: 50px;
		float: right;
	}
	
	.area-has-bg {
		background-image: none !Important;
		background-size: contain;
		background-position: bottom; /* calc((100vw * 0.5)) 400px;    */
	}
	
	.clip-area-dark .clip-area-inner .container .editorspick_list .editors_pick_list .slick-nav .slick-nav-prev {
		margin-left: -45px !Important;
		background-color: red !Important;
	}

}

.faq-imag-graphic {
	width: 100%;
	height: 300px;
	background-image: url('../../img/frontend/faq_graphic.png') !Important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.navbar-nav .user-link span:nth-of-type(2) {
	/* display: none !Important; */
}
.company-name {
	color: #1F1F1F !Important;
}
.text-new-color {
	color: #0000CA !Important;
}
.account-area-has-bg {
	width: 100%;
/* 	height: 400px; */
}
.faq-area-has-bg {
	width: 100%;
/*	height: 250px; */
  height: 50px;
}

.condition-area-has-bg {
	width: 100%;
	height: 500px;
/*	margin-top: 0px; */
	background-image: url('../../img/frontend/condition_of_sale_img.jpg');
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.clipboard-icon {
	display: block !Important;
	width: 20px !Important;
	height: 20px !Important;
	padding: 5px 5px !Important;
	background-image: url('/css/frontend/clipboard_inverted_icon_64x64.png') !Important;
	background-repeat: no-repeat !Important;
	background-size: contain !Important;
	border-radius: 5px 5px 5px 5px !Important;
-moz-border-radius: 5px 5px 5px 5px !Important;
-webkit-border-radius: 5px 5px 5px 5px !Important;
	color: #1F1F1F !Important;
	clear: none !Important;
}
.glyphicon {
/*	display: block !Important;
	width: 20px !Important;
	height: 20px !Important;
	padding: 5px 5px !Important;
 	background-image: url('/css/frontend/clipboard_inverted_icon_64x64.png') !Important; 
	background-repeat: no-repeat !Important; 
	background-size: contain !Important;*/
	margin-left: 4px !Important;
	border-radius: 15px 15px 15px 15px !Important;
	-moz-border-radius: 15px 15px 15px 15px !Important;
	-webkit-border-radius: 15px 15px 15px 15px !Important;
	/* border: 2px solid #FFF !Important; */
	background-color: #f1f1f1;
	
	color: #1F1F1F !Important;
}
.slackglyphicon{

	background:transparent !important;
	-moz-border-radius:35px !important;
	-webkit-border-radius: 35px !important
	border-radius: 35px !important

}

#schedule-box {
	color: #0000CA !Important;
	font-size: 18px !Important;
}

#about-content-box {
	color: #1F1F1F !Important;
/*	font-family: 'Lato', sans-serif !Important; */
	font-size: 12px !Important;
	
}
#about-flag-languages li span{
/*	font-family: 'Lato', sans-serif !Important; */
	font-size: 14px !Important;
}

#about-box01 {
	background-image: url('/css/frontend/about_img_bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 65% center;
	background-color: #FFF;
}

#conditionofsale-box01 {
	background-image: url('/css/frontend/condition_of_sale_img.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 55% center;
	background-color: #FFF;
}
/*** Need Help ***/
.slackchat {
	z-index: 99991 !important;
}
.message-box {
 /* background-color: #FFF !important;
  font-size: 40px !important;
  padding: 0 !important;
  width: 34px !important;
  height: 34px !important;
  box-shadow: 5px 5px 20px -4px rgb(0 0 0 / 80%);
-webkit-box-shadow: 5px 5px 20px -4px rgb(0 0 0 / 80%);
-moz-box-shadow: 5px 5px 20px -4px rgb(0 0 0 / 80%);
*/
    background-color: #FFF !important;
    font-size: 45px !important;
    padding: 0px 1px 1px 2px !important;
    width: 50px !important;
    height: 50px !important;
    box-shadow: 5px 5px 20px -4px rgb(0 0 0 / 80%);
    -webkit-box-shadow: 5px 5px 20px -4px rgb(0 0 0 / 80%);
    -moz-box-shadow: 5px 5px 20px -4px rgb(0 0 0 / 80%);

}
.message-box .message-box-icon {
  display: inline-block;
}
.message-box .message-box-icon i.glyphicon {
  color: #0000ca !important;
  /*background: #FFF;*/
  border: none !important;
  margin: 0 !important;
}
.slackchat .slack-chat-header {
  padding: 10px 1px 3px 7px !important;
}
.slackchat.slack-chat-box {
  width: 35% !important;
}
.slackchat .slack-chat-header .slack-chat-close {
  margin-top: -8px !important;
  margin-right: 5px !important;
}
.slackchat .slack-new-message {
  border: 1px solid #ddd !important;
  height: 100%;
  border-radius: 0 !important;
}
.slackchat .send-area {
  height: 100px !important;
}
.slackchat .slack-post-message {
  background: #0000ca;
  margin-top: 0 !important;
  margin-right: 5px !important;
  border-radius: 55px !Important;
    -moz-border-radius: 55px !Important;
    -webkit-border-radius: 55px !Important;
}
@media(max-width:768px){
  .slackchat.slack-chat-box {
    width: 70% !important;
  }
}

.btn-primary {
	background-color: #1F1F1F !Important;
	border: none !Important;
	border-radius: 10px 10px 10px 10px !Important;
  -moz-border-radius: 10px 10px 10px 10px !Important;
  -webkit-border-radius: 10px 10px 10px 10px !Important;
  padding-left: 10px !Important;
  padding-right: 10px !Important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn[disabled] {
  opacity: 1 !important;
}

.logout-btnx {
	background-color: #1F1F1F !Important;
	border: none !Important;
		border-radius: 10px 10px 10px 10px !Important;
-moz-border-radius: 10px 10px 10px 10px !Important;
-webkit-border-radius: 10px 10px 10px 10px !Important;
padding-left: 5px !Important;
padding-right: 5px !Important;
margin-top: 5px !Important;
margin-bottom: 5px !Important;
}

.input-lg {
	border-color: #0000CA ;
	border-radius: 25px 25px 25px 25px !Important;
-moz-border-radius: 25px 25px 25px 25px !Important;
-webkit-border-radius: 25px 25px 25px 25px !Important;

width: 100% !Important;
box-sizing: border-box;
max-width: none !Important;
}

#rememberMe {
	border-color: #0000CA ;
	border-radius: 25px 25px 25px 25px !Important;
-moz-border-radius: 25px 25px 25px 25px !Important;
-webkit-border-radius: 25px 25px 25px 25px !Important;
}

.input-group-addon {
	background-color: white !Important;
	border: none !Important;
	padding-left: 0px !Important;
	padding-right: 0px !Important;
}

.input-group {
	background-color: transparent !Important;
	border: none !Important;
}

.btn-default.focus,
.btn-default:focus {
  color: #FFF !important;
}

.btn-signin,
.btn,
.btn-default {
  font-family: 'Poppins' !Important;
  border-radius: 55px !Important;
  -moz-border-radius: 55px !Important;
  -webkit-border-radius: 55px !Important;
  background: #0000CA !important;
  color: #FFF !important;
  padding: 11px 25px;
  border: 1px solid #0000CA !important;
  font-size: 15px!important;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-signin:hover,
.btn:hover,
.btn-default:hover {
  background-color: #FFF !important;
  color: #0000CA !important;
  border: 1px solid #0000CA !important;
  outline: none !important;
}

.input-sm {
border-radius: 25px 25px 25px 25px !Important;
-moz-border-radius: 25px 25px 25px 25px !Important;
-webkit-border-radius: 25px 25px 25px 25px !Important;
}

/* Standard Core */
.popins-16 {
	font-family: Poppins !Important;
	font-size: 16px !important;
	clear: none;
  display: block;
  color: #212529;
}

.popins-12 {
	font-family: Poppinsmedium !Important;
	font-size: 12px !important;
	clear: none;
  display: block;
  color: #212529;
}

.popins-10 {
	font-family: Poppinsmedium !Important;
	font-size: 10px !important;
	margin: 0px !Important;
	padding: 0px !Important;
	clear: none;
	display: block;
}

.popins-6 {
	font-family: Poppinsmedium !Important;
	font-size: 6px !important;
	margin: 0px !Important;
	padding: 0px !Important;
	clear: none;

	display: block;
}
.popins-8 {
	font-family: Poppinsmedium !Important;
	font-size: 8px !important;
	margin: 0px !Important;
	padding: 0px !Important;
	clear: none;
	
	display: block;
}

#login-parag {
	font-family: Poppins !Important;
  font-size: 38px !Important;
  color: #1F1F1F;
  font-weight: bold;
  line-height: 52px;
	margin-bottom: 20px !Important;
	margin-top: 25px !Important;
	padding-top: 5px !Important;
}

#login-note {
  font-family: Poppins !Important;
  font-size: 28px !Important;
  font-weight: 300;
  color: #1F1F1F;
  line-height: 40px;
}

.list-box {
	margin-bottom: 0px !Important;
	
}

.div-separator-line {
border-bottom: 1px  solid #ACACAC; margin-top: 50px; margin-bottom: 50px;
}

.dark-text-color {
	color: #1f1f1f !important;
}
.light-text-color {
	color: #ACACA !important;
}


#fulltext {
	background-color: #6a6a6a !important; /* #ACACAC */
}

#search-box-title {
	color: #F1F1F1;
}

.box-category-filter {
	border-radius: 25px 25px 25px 25px !Important;
  -moz-border-radius: 25px 25px 25px 25px !Important;
  -webkit-border-radius: 25px 25px 25px 25px !Important;
}

#search-head-tab {
	border-radius: 25px 25px 0px 0px !Important;
  -moz-border-radius: 25px 25px 0px 0px !Important;
  -webkit-border-radius: 25px 25px 0px 0px !Important;
  background-color: #f1f1f1 !important;
  color: #6a6a6a !important; /* ACACAC */
}
#total_clips {
	color: #0000CA !Important;
	padding: 10px;
	font-family: Poppinsbold !Important;
	font-size: 16px !important;
}

.navbar-right {
	margin-right: 0px !important;
}

.carousel-img {
	 border: 0px !important;
	 padding: 0px !important;
}
.carousel-control .glyphicon {
  color: #fff !important;
  background: #0000ca;
  font-size: 20px;
  padding: 5px;
  text-shadow: none;
}

#reg-box {
border-radius: 25px 25px 25px 25px !Important;
-moz-border-radius: 25px 25px 25px 25px !Important;
-webkit-border-radius: 25px 25px 25px 25px !Important;
}

#last-added-clips-title, .blue-bared {
	background: none !Important;
	background-image: url('/css/frontend/blue_bar.png') !Important;
	background-repeat: no-repeat !Important;
	background-position: top left !Important;
	padding-top: 30px !Important;
	margin-top: 15px !Important;
	background-color: transparent !Important;
	
}
#last-added-clips-title {
	padding-left: 0px;
	margin-left: -15px;
	padding-top: 0px;
}

.adjusted-last-clips {
	  line-height: 1.5 !Important;
		padding-right: 0px !Important;
		padding-left: 0px !Important;
		margin-left: 0px !Important;
		margin-right: -30px !Important;
}
.adjusted-last-clips-container {}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #000;
}

.remove-blue-bar {
	background-image: none !Important;
	background: none !Important;
	padding-bottom: 4px !Important;
	padding-left: 0px !Important;
}
.blue-bared-10 {
	background: none !Important;
	background-image: url('/css/frontend/blue_bar.png') !Important;
	background-repeat: no-repeat !Important;
	background-position: 10px top !Important;
	padding-top: 5px !Important;
	margin-top: 5px !important;
	background-color: none !Important;
}
.blue-bar_under {}


/*** 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;
}
.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% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    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,
/*h4 span.glyphicon:hover,
h4 .toggle-opener:hover,*/
.search-area-header .glyphicon:hover,
.message-box i:hover{
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -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-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;
}
h4 span.glyphicon:hover,
.search-area-header .glyphicon:hover {
  color:#0000ca;
  background-color: #F9F9F9;
}

/*** OVER WRITE BOOTSTRAP ***/
li.blue-line {
  position: relative;
  height: 11px;
}
li.blue-line:after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #0000CA;
  position: absolute;
  top: 4px;
  left: 0;
}

.form-register {
  padding-top: 30px;
}
.form-register .form-group {
  margin-top: 16px;
  margin-bottom: 16px;
}
.input-group {
  width: 100%;
}
.control-label {
  color: #212529;
  font-size: 0.8em;
}

.form-control {
  border-radius: 50px;
  padding: 15px;
  border: 1px solid blue;
  font-size: 13px;
  color: gray;
  height: 51px;
  border-radius: 25px 25px 25px 25px !Important;
  -moz-border-radius: 25px 25px 25px 25px !Important;
  -webkit-border-radius: 25px 25px 25px 25px !Important;
  width: 100% !important;
}

textarea.form-control {
  height: 120px;
  resize: none;
}

.form-header .input-group {
  padding: 0 5px;
  width: auto;
}
.form-header .form-group {
  margin: 10px 0;
}


.iti { display: block !important; }
.iti__selected-flag {
  border-radius: 55px 0 0 55px !important;
}
#phone_number_error_msg {
  margin-top: 5px;
  padding-left: 85px;
}

/*** CODES SIMILAR TO EXTERNAL ***/
body .glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}
#main-top-nav {
  width: 100%;
  height: auto;
  margin: 0px auto;
  background-color: #FFF;
  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: 14px 0 18px;
  /* position: absolute; */
  top: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
.navbar-default .navbar-toggle {
  padding: 10px 16px;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem !important;
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  outline: 5px auto -webkit-focus-ring-color;
}
#start_tour_btn:hover {
  color: #0000CA;
}
.navbar-default .navbar-toggle.user-toggle {
  padding: 7px 13px;
  margin-right: 10px;
}
.navbar-default .navbar-toggle .glyphicon-user {
  margin-left: 0 !important;
}
.navbar-default .navbar-toggle .glyphicon-user,
.dropdown-user .glyphicon-user {
  background-color: transparent;
  color: #888 !important;
  border: none !important;
  font-size: 22px;
}
.navbar-default .navbar-collapse {
  border: none;
}
.navbar-toggle .icon-bar {
  width: 24px;
}
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
#main-top-nav .dropdown-user {
  padding: 7px 12px;
  color: #999;
  border: 1px solid #999;
  border-radius: 5px !important;
}
#main-top-nav .dropdown-user i {
  color: #999 !important;
  margin-left: 0 !important;
}
.navbar-nav > li {
  padding-left: 0;
}
.navbar-nav > li > span {
  color: #999;
  font-size: 0.85em;
}
.navbar-default .navbar-nav>li>a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 0 14px 0 0;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #0000CA;
  text-decoration: underline;
}

.dropdown-menu {
  padding: 10px 20px;
}
.dropdown-menu>li>a,
.dropdown-menu>li>span {
  padding: 3px 0;
  font-size: 16px;
  line-height: 24px;
  outline: none;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #0000ca;
  background: none;
  text-decoration: underline;
}

.dropdown-menu>li>span{
  /* font-size: 14px; */
  color: #999;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size:0.85em;
}

/* Header */
.navbar-default .navbar-nav>li>a.btn-media {
  margin-top: 0;
  margin-right: 15px;
  border-radius: 55px !important;
  border: 1px solid #1F1F1F !important;
  color: #FFF !important;
  background-color: #1F1F1F !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 25px;
  font-size: 16px;
  line-height: 1.5;
  transition: color .15s;
  text-transform: capitalize;
}
.navbar-default .navbar-nav>li>a.btn-media:hover {
  text-decoration: underline;
}
.navbar-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

#header-menu {
  padding-left: 15px !important;
}

.login-btn-home {
  font-size: 15px;
  letter-spacing: 2px;
}
.btn-signup {
  margin-top: 10px;
  margin-right: -15 !important;
  margin-left: 5px;
  padding: 8px 25px;
  letter-spacing: 2px;
  width: 114px;
}
/* .start_tour_link {
  padding-right: 0 !important;
} */
/* Header */

.px-0,
.pl-0 {
  padding-left: 0 !important;
}
.px-0,
.pr-0 {
  padding-right: 0 !important;
}

.container,
.container-fluid,
.brand-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
@media (min-width: 576px){
  .container,
  .brand-container {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container,
  .brand-container {
    max-width: 720px;
  }
  #navbar-watch > .container:not(.brand-container) {
    margin-bottom: 20px;
  }
  .brand-container {
    padding-bottom: 20px; /* 15px */
  }
  #main-top-nav {
    padding-top: 16px;
    padding-bottom: 0;
  }
  #navbar-home {
    padding-left: 2px;
  }
  .login-img-here,
  .forgot-img-here {
    min-height: 300px;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .d-sm-none,
  #user-menu,
  #header-menu  {
    display: none !important;
  }
  .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  .px-sm-0,
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .px-sm-0,
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .search-btn,
  .languages-btn {
    float: right;
  }
  .search-btn {
    margin: 0; /* 10px -15px 5px */
  }
  .search-btn-xs {
    display: none;
  }
  .search-btn-md {
    display: block;
  }
  .languages-btn {
    margin: 10px 0 5px;
  }
  .navbar-basic .nav-main-channels > li {
    width: auto;
  }
  .navbar-basic .navbar-nav.nav-main-channels {
    margin: 0;
    padding: 0; /* 0 15px */
  }
  .navbar-brand {
    margin: 0; /* 12px 0 0 */
    padding: 0;
  }
  .navbar-brand img {
    width: 75%; /* 135px */
  }
  .navbar-default .navbar-center.navbar-nav>li>a {
    /* padding-top: 17px; */
  }
  .navbar-center,
  .navbar-login {
    /* margin-top: 2px; */
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .navbar-top.navbar-nav > li:last-child > a,
  .navbar-center.navbar-nav > li:last-child > a {
    padding-right: 0 !important;
  }
  .navbar-login {
    padding-right: 0;
  }
  .navbar-right .dropdown-menu {
    width: 250px;
  }
}
@media (min-width: 992px){
  .d-md-block {
    display: block !important;
  }
  .container,
  .brand-container {
      max-width: 960px;
  }
  .brand-container {
    margin-top: 0px;
    padding-bottom: 15px;
  }
  .form-top-space {
    margin-top: 120px;
  }
  .form-register .form-group {
    display: flex;
    align-items: center;
  }
  .login-img-here {
    min-height: 400px;
  }
  .forgot-img-here {
    min-height: 470px;
  }
  .navbar-brand {
    margin-top: 8px;
  }
  .navbar-brand img {
    width: 172.5px;
    height: 45.42px;
  }
  .navbar-default .navbar-nav > li >a {
    padding-top: 7px;
    padding-right: 44px;
  }
  .navbar-center {
    margin-top: 12px;
  }
  .navbar-login {
    margin-top: 8px;
  }
  .navbar-basic .navbar-nav.nav-main-channels {
    padding-top: 0px;
  }
  .btn-signup {
    margin-top: 0 !important;
  }
  .float-md-right {
    float: right;  
  }
  .search-btn {
    margin: 5px 15px 0 0;
  }
  .image-wrapper {
    margin-left: 30px;
    max-width: 250px; /* 450px */
  }
}
@media (min-width: 1200px){
  .container,
  .brand-container {
      max-width: 1140px;
  }
  .register-img-here {
    min-height: 450px;
  }
}
.meta-info-overlay-label {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    float: left;
    margin: 0px;
}
.meta-info-overlay-label .content_type_icon {
    font-size: 9px;
    background-color: #333;
    color: #fff;
    left: 7px;
    top: 7px;
    position: absolute;
    padding: 1px 3px 1px 3px;
    width: auto;
    text-align: center;
}
.meta-info-overlay-label span img {
    font-size: 10px;
    /*background-color: #0000CA;*/
    color: #fff;
    left: 5px;
    top: 5px;
    position: absolute;
    /* font-weight: bold; */
    padding: 3px;
    width:35px;
    height:35px;
}
.content_type_note div.icon {
	display: inline;vertical-align: top;
}
.content_type_note div.icon img{
	width:35px; height:35px;
}
.content_type_note div.message {
	margin-left: 10px;display: -webkit-inline-box;width: 85%;text-align: justify;
}

